html{
	background: #844624 url(images/page-back.jpg);	
}

.home div.gdl-page-item{
	padding-top: 20px;
}

.call-to-action{
	background: url(images/home-bottom.jpg) no-repeat top center;
	height: 170px;
}

	.action-content{
		padding: 40px 20px 30px 20px;
	}
	
		.action-content p{
			font-size: 15px;
		}
		
		.action-content .shortcode1-3{
			text-align: center;	
			padding-top: 7px;
		}
		
			.action-content a.gdl-button{
				font-size: 20px;
				padding: 15px 35px;
				margin-left: 15px;
			}
		

h1, h2, h3, h4, h5{
	font-weight: bold;
	color: #77310a !important;
}

h1{
	letter-spacing: -1px;
	color: #333 !important
}

.gdl-page-content ul,
.gdl-page-content ol{ margin-bottom: 20px; }

.boot-special{
	position: absolute;
	top: 5px;
	right: 30px;
	z-index: 20;
}

/* faq page questions */
.page-id-48 .gdl-page-content h3{
	border-top: 1px solid #e8ccbd;
	padding-top: 15px;	
}



.header-contact{
	margin-right: 185px;
	text-align: center;	
    padding-top: 10px;
}

	.header-contact h3,
	.header-contact p,
	.header-contact h4{
		margin: 0;
		padding: 0;
	}
	
		
		.header-contact h3{ color: #333 !important; margin-bottom: 5px; letter-spacing: -1px; }
		.header-contact h4{ font-style: italic; margin-bottom: 5px;  }
		
		
body .gdl-button{
	background-color: #77310a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

	body .gdl-button:hover{
		background-color: #a85f37;	
	}
	


body div.footer-container {
	margin-top: 25px;
}

body div.footer-wrapper .custom-sidebar {
	margin-bottom: 10px;
}

body div.copyright-right a {
	margin: 0; 
}	
	




/* CONTACT FORM page ************************************************************/

.contact-form{
	padding: 30px;
	background-color: #f6f6f6;
	border: 3px solid #ebebeb;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

	.contact-form label{ margin: 0 0 3px 0; padding: 0; font-weight: bold; }

	.contact-form-field-half{
		float: left;
		width: 270px;
		padding-bottom: 15px;
	}
	
	.contact-form-field-full{	
		float: left;
		width: 540px;
		padding-bottom: 15px;
	}
	
	.contact-form-field-half br,
	.contact-form-field-full br{ display: none; }
	
	body .contact-form input[type="text"], 
	body .contact-form input[type="password"], 
	body .contact-form input[type="email"], 
	body .contact-form textarea, 
	body .contact-form select{
		border: 1px solid #ccc !important;
		margin: 0 !important;
		padding: 5px 7px !important;	
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		font-size: 16px;
		color: #990000 !important;
	}
	
	
	body span.wpcf7-form-control-wrap input[type="text"], 
	body span.wpcf7-form-control-wrap input[type="password"], 
	body span.wpcf7-form-control-wrap textarea {
		max-width: none !important;
		width: auto !important;
		height: auto !important;
		line-height: normal !important;
	}
	
	
	body div.contact-form .contact-form-field-half  input[type="text"], 
	body div.contact-form .contact-form-field-half input[type="password"], 
	body div.contact-form .contact-form-field-half input[type="email"], 
	body div.contact-form .contact-form-field-half textarea, 
	body div.contact-form .contact-form-field-half select{
		width: 240px !important;
	} 
	
	body div.contact-form .contact-form-field-full  input[type="text"], 
	body div.contact-form .contact-form-field-full input[type="password"], 
	body div.contact-form .contact-form-field-full input[type="email"], 
	body div.contact-form .contact-form-field-full textarea, 
	body div.contact-form .contact-form-field-full select{
		width: 510px !important;
	} 
	 

	.contact-form-field-captcha{
		float: left;
		width: 	540px;
		margin-bottom: 10px;
	}
	
		.contact-form-field-captcha-label{
			float: left;
			width: 190px;
			padding-top: 5px;
		}
		
		.contact-form-field-captcha-code{
			float: left;
			width: 80px;
		}
		
		.contact-form-field-captcha-field{
			float: left;
			width: 120px;	
		}
		
			body div.contact-form .contact-form-field-captcha-field input{ width: 100px !important; }
			
	.contact-form-field-submit{
		float: left;
		width: 	540px;
		padding-top: 10px;
	}
	
	.contact-form .wpcf7-checkbox{
		display: block;	
	}
	
		.contact-form .wpcf7-checkbox .wpcf7-list-item
		{
			display: block;
			width: 120px; 
			float: left;
			margin: 0;
		}	
		
		
		.contact-form .wpcf7-submit{		
			background-color: #77310a;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			font-size: 15px;
		}

			.contact-form .wpcf7-submit:hover{
				background-color: #a85f37;	
			}
			

@media only screen and (max-width: 959px){			
			
.header-contact{
	margin: 0;	
}

.boot-special{ display: none; }


}


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

body div.body-outer-wrapper{ padding-top: 0; }
			
	.header-contact em{ display: none; }
	.header-contact strong{ display: block; }

.header-wrapper .responsive-menu-wrapper{ background: #a85e37; padding: 10px; margin: 0 -20px; }
div.responsive-menu-wrapper select{ font-size: 17px; padding: 5px; height: 35px; margin: 0; }

body .header-wrapper .logo-wrapper{ padding: 20px 0 0 0; }

body .header-wrapper .logo-right-text{ margin-bottom: 10px; }

body.home div.gdl-page-item,
body div.gdl-page-item{ padding-top: 10px; }

.call-to-action{ background: #fff4e0; height: auto; }
.action-content a.gdl-button{ padding: 15px 20px; }

body.home .column-item-class-1{ display: block; margin-bottom: 10px !important; }
body.home .slider-item-class-0{ display: none; }
}






/* ------ TESTIMONIALS -------------------- */

.testimonial-item .testimonial-item-inner{
	background-color: #fff;
	border: 1px solid #cdcdcd;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #001337;	
	font-size: 16px;
	padding: 0;
}
	
	
.testimonial-item .testimonial-author-image{
	float: left;
	position: relative;	
	background: #f7f7f7; 
}	

.testimonial-item .testimonial-content{ 
	padding: 45px 55px 35px 90px;
	color: #333; 
	font-size: 17px; 
	background: url(images/review-quote.png) no-repeat 40px 50px;
}

.testimonial-item .testimonial-info{ 
	color: #232663; 
	font-style: normal; 
	font-size: 14px;
	background: #f7f7f7; 	
	padding: 20px 20px 20px 85px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 0;
}

.testimonial-item .testimonial-author{ color: #666; padding-left: 15px; font-weight: bold; }
.testimonial-item .testimonial-position{ color: #666; }








/* MOBILE - TESTIMONIALS -------------------- */
	
@media only screen and (max-width: 959px){
	.testimonial-item .testimonial-item-inner{ max-width: 100%;  }
	.testimonial-item .testimonial-content{ padding: 20px 25px; background: none; }
	.testimonial-item .testimonial-info { float: none; margin: 0; text-align: left; padding: 20px 20px 15px 20px; font-size: 14px; line-height: 16px;  }
	.testimonial-item .testimonial-author{ padding: 0; }
	
	.testimonial-item .testimonial-author-image{ float: none; text-align: left; border-top: 1px solid #ccc; padding-top: 15px; margin-top: 15px; }
	.testimonial-item .testimonial-item{ padding-bottom: 30px }
}

	
	
div.gdl-divider{
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;	
}



/* HOME BANNER 2016 -------------------- */

.home-banner{ background: #fff9ee url(images/home-banner-border-01.png) no-repeat top left; }
.home-banner-2{	background: url(images/home-banner-border-02.png) no-repeat top right; }
.home-banner-3{	background: url(images/home-banner-border-03.png) no-repeat bottom left; }
.home-banner-4{	background: url(images/home-banner-border-04.png) no-repeat bottom right; padding: 35px 50px 20px 50px; }

.title-top{ background: url(images/banner-divider-01.png) no-repeat left; }
.title-top-2{ text-align: center; background: url(images/banner-divider-02.png) no-repeat right; }
.title-top p{ display: inline-block; background: #fff9ee; padding: 0 20px; font-size: 25px; font-weight: bold; }

.home-banner h1{ text-align: center; font-size: 40px; color: #92471d !important; font-style: italic; }
.home-banner h1 strong{ color: #000; font-style: normal; font-weight: 900; font-size: 50px; padding-right: 15px; }

.home-banner .shortcode1-3{ margin-right: 0;  }
.home-banner-details{ padding: 0 0 0 30px; }

.home-banner-details ul{ list-style: none; padding: 0; margin: 0; }
.home-banner-details ul li{ background: url(images/icon-check.png) no-repeat left; padding: 0 0 0 30px; margin: 0 0 5px 0; color: #77310a; font-weight: bold; font-style: italic; }


.service-box{
    text-align: center;
    padding: 25px;
    border: 1px dotted #77300a; 
}

.service-box:hover {
    background: #fff4e0;
}
.service-box .gdl-button{ font-size: 14px; padding: 15px 20px; height: auto; line-height: normal;}


@media only screen and (min-width: 768px){
	.home-banner .shortcode1-3{ width: 33%; }
}

@media only screen and (max-width: 959px){
	.home-banner h1 strong{ display: block; padding: 0; }
}

@media only screen and (max-width: 767px){	
	.home-banner h1, .title-top p{ line-height: 1.2em;  }
	.home-banner-details{ padding: 0; }
}

@media only screen and (max-width: 460px){	
	.home-banner h1, .home-banner h1 strong { font-size: 35px; }
	.title-top p{ font-size: 17px; }
	.home-banner-details p{ text-align: center; }
}




.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;

    box-shadow: 5px 5px 10px 10px #ccc;
    margin-bottom: 25px;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


ul.gdl-toggle-box li .toggle-box-title {
    font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

ul.gdl-toggle-box li {
    background: #ebebeb;
    padding: 10px;
}
ul.gdl-toggle-box li:hover {
    background: #fff4e0;
}

a.gdl-button.small {
    padding: 2px 20px;
    height: 33px;
    line-height: 34px;
    font-size: 14px;
    background-color: #666;
}

