/*
Theme Name: Websites Depot Child
Description: Custom Theme for Websites Depot
Author: Chad @ Websites Depot
Author URL: https://websitesdepot.com
Template: websites-depot
Version: 1.23
Requires: Websites Depot Framework Version 5.5.55.0 or Higher
*/


/* GLOBAL CHANGES */

/* p{
	margin: 0;
} */

.floatingIcons{
	position: fixed;
    top: 70px;
    right: 0px;
	z-index: 99999;
}

#myModalLabel{
	text-align: center;
    font-size: 16px;
}

.modal-header{
	background-color: #f6f4f1;
}

.modal-body{
	overflow: hidden;
}

.floatingIcons a{
	color: #fff;
	display: block;
	clear: both;
	background-color: #333;
	margin: 10px;
	padding: 15px;
	text-align: center;
}

.very_top{
	border-top: 10px solid #78a22f;
}

.top_area{
	border-bottom: 1px solid #bdb8b3;
}

.social-custom-module{
	text-align: center;
}

.social-custom-module a {
    height: 40px;
    width: 40px;
    margin-left: 0px;
    margin-right: 5px;
}

#logo{
	max-height: 100%;
	padding-top: 25px;
}

.ls-circle-timer{
	display: none !important;
}

.title-header{
	padding: 25px 0 25px 0;
	color: #fff;
	text-align: center;
	font-size: 3.3rem;
	font-weight: bold;
	margin: 0;
}

.container-fluid{
padding-left:0px;
padding-right:0px;	
	
}

.btn-order {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ede7e0;
  background: #a7c277;
  padding: 10px 20px 10px 20px;
  border: solid #ede7e0 2px;
  text-decoration: none;
  text-align: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}

.btn-order:hover {
  background: #78a22f;
}

.chalkboard{
	background-image: url(http://www.worldempanadas.com/wp-content/uploads/2016/09/803.jpg);
	background-repeat: no-repeat;
    background-position: center center;
	height: 1000px;
    background-size: 100% 100%;
}

.specials-text{
	position: relative;
    top: 380px;
    margin: 0 auto;
}

.specials-text p{
	color: #ede7e0;
	font-size: 2.0rem;
}

.page-id-11 .wd_gallery > div{
	padding:2px;
	
}



.single_testimonial_inner {
    border: none;
}

.testimonial_secondary_title{
	text-align: center;
	color: #78a22f;
}

.testimonial_group, .single_testimonial{
	padding: 0;
}

.credit-cards{
	width: 100%;
}

.credit-cards img{
	width:10%;
	margin: 5px 10px 20px 0;
}

.contact_field{
	margin: 2px 0 2px 0;
	padding: 0;
}

.wpcf7-form-control{
	padding: 5px;
	background-color: #f6f4f1;
	border-radius: 10px;
	width: 100%;
}

.footer_widget h3 {
    text-align: left;
	color: white;
    font-weight: bold;
}

.footer_widget li:hover {
  background: #e1e1e1;
}

.footer_widget li a{
  text-decoration: none !important;
  color: #C57200;
}

.footer_widget li {
    list-style: none;
    font-size: 1.4rem;
    background-color: white;
    padding: 10px 0 5px 10px;
	border-bottom: 1px solid #C57200;
}

.footer_widget .social-custom-module {
    text-align: left;
}

.footer_widget p{
	font-size: 1.4rem;
	color: #fff;
}


.module-39 .wd_gallery{
    float:left;
    overflow:hidden;
}
.module-39 .wd_gallery > div{
    float:left;
    overflow:hidden;
}

.module-39 .wd_gallery img:hover{
    transition: all 1s ease;
    transform: scale(1.5) !important;
    max-width:auto !important;
}

.module-39 .wd_gallery > div:nth-child(n+1){
    padding:0 !important;
    width:25%;
    overflow:hidden !important;
}
.module-39 .wd_gallery > div:nth-child(1){
    width:50% !important;
}


/* MEDIA QUERIES */

@media only screen and (max-width:767px){
	/* Disable Sticky Header on mobile */
	.affix{
		display:none;
	}

	.btn-order{
		width: 75%;
	}
	
	.home-content{
		margin: 0;
		font-size: 1.8rem;
	}
	
	.module-content{
		margin: 0 30px 0 30px;
	}
	
	.header-custom{
		text-align: center;
	}
	
	.footer_widget{
		text-align: center;
	}
	
	.footer_widget h3 {
		text-align: center;
	}
	
	.footer_widget .social-custom-module {
		text-align: center;
	}
	
}

@media only screen and (min-width:768px){
	.home-content{
		margin: 0 200px 0 200px;
		font-size: 1.8rem;
	}

	.module-content{
		padding: 0 200px 0 200px;
	}
	
	.btn-order{
		width: 20%;
	}
	
}

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

}

@media only screen and (min-width:1200px){
	
}