/**
*Theme Name: barefeet
*Layout: Landing page
*/
/* 
    Created on : 2015.04.26., 0:40:44
    Author     : Kundermann
*/


.site-content {
    margin: 0 auto;
    width: 100%;
    background-color: #fafafa;
}

.site-content h3 {
    text-transform: uppercase;
    font-size: 40px;
    padding: 48px 32px;
    font-weight: 300;
    color: #404040;
    text-align: center;
}


#packages .packages-wrapper,
#references .references-wrapper,
#testimonials .testimonials-wrapper{
    display: inline-block;
}




@media screen and (max-width: 768px) {
	.site-content h3 {
	    font-size: 32px;
	    padding: 40px 24px;
	}
}

@media screen and (max-width: 425px) {
	.site-content h3 {
	    font-size: 28px;
	    padding: 32px 16px;
	}
}


/**************************************PHILOSOPHY*********************************************/

#philosophy {
    width: 100%;
    height: auto;
    background-color: #eee;
}

.philosophy-bg {
    background-image: url(/wp-content/uploads/2017/08/barefoot_bg03.jpg);
}

#philosophy .indent{
    padding: 64px 0px;
}


#philosophy .site-header {
    line-height: 1;
}

#philosophy .image-wrapper {
    position: relative;
}

#philosophy .header-image {
    padding: 24px;
    padding-bottom: 96px;
}

#philosophy .header-image img {
    width: 320px;
    margin: 0px auto;
    display: block;
}


.philosophy-wrapper{
    padding: 36px;
    text-align: center;
    font-weight: 300;
    background-color: rgba(250,250,250, .6);
    border-radius: 4px;
    margin: 0px 24px
}

.philosophy-wrapper h3{
    padding: 0 0 24px 0;
}

.philosophy-wrapper p{
    font-size: 22px;
    margin: 0px;
}

@media screen and (max-width: 768px) {

	#philosophy .indent{
	    padding: 64px 0px;
	}

	.philosophy-wrapper p{
	    font-size: 18px;
	    margin: 0px;
	}

}

@media screen and (max-width: 425px) {

	#philosophy .indent{
	    padding: 32px 0px;
	}

	.philosophy-wrapper{
	    padding: 24px 16px;
	    margin: 0px 16px
	}

	.philosophy-wrapper p{
	    font-size: 17px;
	}

}

/************************************** CALL TO ACTION *********************************************/

#call-to-action {
    background-color: #bababa;
    margin: 72px 0px 48px 0px;
    padding: 32px;
}

#call-to-action .indent{
    text-align: center;
}

#call-to-action .indent ul{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#call-to-action .indent ul li{
    list-style-type: none;
    display: inline;
    padding: 0px 20px;
}

#call-to-action .indent ul li a.button{
    padding: 12px 24px;
    border: 2px #fafafa solid;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fafafa;
    width: 144px;
    display: inline-block;
}

#call-to-action .indent ul li a.button-phone{
   background-color: #b96c5c;
}

#call-to-action .indent ul li a.button-phone:hover{
   color: #b96c5c;
   background-color: #fafafa;
   border: 2px #b96c5c solid;
}

#call-to-action .indent ul li a.button-cta{
   color: #b96c5c;
   background-color: #fafafa;
   border: 2px #b96c5c solid;
}

#call-to-action .indent ul li a.button-cta:hover{
   color: #fafafa;
   background-color: #b96c5c;
   border: 2px #fafafa solid;
}

@media screen and (max-width: 768px) {

    #call-to-action {
        padding: 16px;
    }

    #call-to-action .indent ul{
        display: block;
    }

    #call-to-action .indent ul li{
        display: block;
        padding: 12px;
    }

    #call-to-action .indent ul li a.button{
        padding: 10px 20px;
        font-size: 15px;
    }

}



/************************************** SERVICES *********************************************/

#services {
    margin: 36px 0px 72px 0px;
    display: inline-block;
    width: 100%;
}
#services .services-wrapper {
    margin: 0px 24px;
}

#services ul { 
    margin: 0px; 
    padding: 0px;
    display: inline-block;
}

#services ul li{ 
    list-style-type: none;
    width: 29.33%;
    margin: 2%;
    display: block;
    float: left;
    min-height: 482px;
}

#services ul li .service-img{ 
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
} 

#services ul li .service-img img{ 
    border: 5px #aaa solid;
    border-radius: 130px;
    max-width: 240px;
    width: 100%;
    display: block;
} 

#services ul li .service-img img:hover{ 
    border: 0px #aaa solid;
    max-width: 250px;
} 

#services ul li h1{ 
   text-align: center;
   text-transform: uppercase;
   font-size: 20px;
} 

#services ul li p{ 
   text-align: center;
} 

@media screen and (max-width: 768px) {

	#services ul li{ 
	    width: 46%;
	    margin: 2%;
	}

	#services ul li .service-img img{ 
	    border: 4px #aaa solid;
	} 

	#services ul li h1{ 
	   font-size: 18px;
	} 

	#services ul li p{ 
	   font-size: 15px;
	} 
}


@media screen and (max-width: 425px) {

	#services {
	    margin: 24px 0px 36px 0px;
	}

	#services .services-wrapper {
	    margin: 0px 16px;
	}


	#services ul li{ 
	    width: 96%;
	    min-height: auto;
	}

	#services ul li .service-img img{ 
	    border: 5px #aaa solid;
	} 
}

/**************************************KEY FEATURES*********************************************/

#key-features{
    background-color: #b96c5c;
}

#key-features .features-wrapper {
    height: auto;
    display: inline-block;
    padding-bottom: 48px;
}

#key-features h3,
#packages h3 {
    color: #404040;
}

#key-features ul {
   	padding: 0px;
   	display: block;
	height: auto;
}

#key-features li {
    list-style-type: none;
    display: inline-block;
    width: 31.33%;
    margin: 2% 1%;
    vertical-align: top;
    float: left;
    height: auto;
}

#key-features li h2{
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin: 12px 0;
    color: #404040;
}

#key-features li p{
    color: #fafafa;
    font-size: 14px;
    text-align: center;
    max-width: 100%;
}

#key-features li img {
    width: 64px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1080px) {

    #key-features .features-wrapper {
        padding: 0px 16px;
    }

    #key-features li {
        min-height: 232px;
    }

}



@media screen and (max-width: 768px) {

	#key-features .features-wrapper {
	    padding-bottom: 32px;
	}

	#key-features li {
	    width: 42%;
	    margin: 4%;
        min-height: 250px;
	}

}

@media screen and (max-width: 425px) {

	#key-features li {
        width: 92%;
        margin: 4%;
        padding: 0px;
        min-width: auto;
	}

}


/**************************************REFERENCES*********************************************/

#references .references-wrapper {
    margin-bottom: 48px;
    display: inline-block;
}

#references ul {
    display: block;
    padding: 0px;
    height: auto;
}

#references li {
    max-width: 32%;
    float: left;
    margin: 1% 2% 1% 0%;
    list-style-type: none;
    vertical-align: top;
    height: 380px;
}

#references li:nth-child(3n+3) {
    margin-right: 0%;
}

#references .knob {
    width:12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fafafa;
    margin: 0 auto;
    margin-top: -18px;
}

#references li .ref-item{
    border: 5px solid #ddd;
    border-bottom: 24px solid #ddd;
    border-radius: 7px;
}

#references li:hover > .ref-item{
    border: 5px solid #aaa;
    border-bottom: 24px solid #aaa;
}

#references li .ref-item img{
    margin-bottom: -6px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#references li:hover > .knob{
   background-color: #b96c5c;
}

#references li h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin: 22px 0px 16px 0px;
}

#references li p {
    text-align: center;
    font-size: 14px;
}

#references .button-wrapper {
    width: 100%;
    float: left;
}


#references .button {
    background: #b96c5c;
    width: 27.33%;
    text-align: center;
    padding: 1% 2%;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 0 auto;
}

#references .button a{
    color: #fafafa;
}

#references .button:hover {
    background: #404040;
}

@media screen and (min-width: 769px) {

    #references li:last-child {
       display: none
    }
}

@media screen and (max-width: 768px) {

	#references .references-wrapper {
	    margin-bottom: 32px;
	}

	#references li {
	    max-width: 46%;
	    margin: 0 2%;
	}

    #references li:nth-child(3n+3) {
        margin-right: 2%;
    }

    #references .button {
        width: 46%;
        padding: 1% 2%;
    }
}

@media screen and (max-width: 425px) {

	#references li {
	    max-width: 92%;
	    margin: 12px 4%;
        height: auto;
	}

    #references li:nth-child(3n+3) {
        margin-right: 4%;
    }

}

/**************************************PACKAGES*********************************************/

#packages {
    background-color: #404040
}

#packages .entry-txt p {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 36px;
}

#packages .entry-txt p strong{
    color: #b96c5c;
}

#packages ul {
    margin: 0px;
    padding: 0px;
}

#packages li {
    width: 29.33%;
    float: left;
    list-style-type: none;
    margin: 4% 2% 8% 2%;
    color: #fafafa;
    min-height: 520px;
}

#packages h3 {
    color: #fafafa;
}

#packages h4 {
    color: #fafafa;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    margin-bottom: 12px;
}

#packages img{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

#packages p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
    color: #fafafa;
    min-height: 144px;
}

#packages .price{
    text-align: center;
    font-size: 16px;
}

#packages .more{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #fafafa;
    color: #404040;
    margin: 0 auto;
    margin-top: 24px;
    border-radius: 4px;
    width: 100px;
}

#packages .more:hover{
    background-color: #b96c5c;
    color: #fafafa;
}

@media screen and (max-width: 768px) {

	#packages .features-wrapper {
	    padding-bottom: 32px;
	}

	#packages li {
	    width: 42%;
	    margin: 5% 4%;
	}

	#packages img{
	    width: 60%;
	    margin-left: 20%;
	    margin-right: 20%;
	}

}

@media screen and (max-width: 520px){

	#packages .entry-txt p {
	    width: 80%;
	    margin: 0 auto;
	    margin-bottom: 30px;
		
	}

	#packages li {
	    width: 80%;
	    margin: 10% 10% 15% 10%;
        height: auto;
	}

	#packages img{
	    width: 70%;
	    margin-left: 15%;
	    margin-right: 15%;
	}

}

/************************************** ONE MINUTE *********************************************/

#one-minute h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1em;
}

#one-minute .one-minute-wrapper {
    padding: 0% 10%;
    
}

#one-minute p {
    text-align: center;
    margin: 0px;
}

#one-minute strong {
    color: #b96c5c;
}

#one-minute h3.coming {
	color: #b96c5c;
}




/************************************** CONTACT *********************************************/

#contact {
    position: relative;
    background-image: url("/wp-content/themes/barefeet/layouts/img/contact_pattern3.jpg");
    display: inline-block;
    width: 100%;
}

#content .content-wrapper {
	margin: 0px 24px 64px 24px;
}

#contact .info-wrapper {
    background-color: rgba(64,64,64, .33);
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    max-width: 1080px;
}

#contact .info-wrapper .contact-wrapper{
   display: inline-block;
   width: 100%;
}

#contact .front-left,
#contact .front-right {
    width: 46%;
    float: left;
    margin: 2%;
}

#contact h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    margin: 12px 0px;
}

#contact .front-right p,
#contact .front-left p {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
}

#contact .front-right p a,
#contact .front-left p a{
    color: #404040;
    padding: 4px 0px;
    display: inline-block;
}

#contact .front-right p a:hover,
#contact .front-left p a:hover{
   color: #fafafa;
}

#contact .front-right h4,
#contact .front-left h4 {
    font-size: 18px;
    float: left;
    margin: 12px 0px 0px 0px;
    padding-left: 0px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

#contact .front-right h4 a,
#contact .front-left h4 a{
    padding-left: 8px;
}


@media screen and (max-width: 768px) {

    #contact .front-left,
    #contact .front-right {
        width: 96%;
    }

    #contact h5 {
        font-size: 26px;
    }
}


@media screen and (max-width: 425px) {

    #content .content-wrapper {
        margin: 0px 24px 48px 24px;
    }

    #contact h5 {
        font-size: 22px;
    }
}


/**************************************TESTIMONIALS*********************************************/

#testimonials .testimonials-txt {
    text-align: center;
}

#testimonials .testimonials-txt{
    padding: 0px 64px 16px 64px;
    margin-bottom: 48px;
}

#testimonials .meta {
    text-align: center;
    font-size: 14px;
    height: 24px;
}

#testimonials .name,
#testimonials .from,
#testimonials .location {
    display: inline-block;
}

#testimonials .from {
    margin: 0px 12px;
    font-size: 13px;
    color: #b96c5c;
}

@media screen and (max-width: 425px) {

    #testimonials .testimonials-txt{
        padding: 0px 32px 16px 32px;
        margin-bottom: 32px;
    }
}
