/*   
Theme Name: Truffles Custom Theme
Theme URI: http://www.doctormultimedia.com/
Description: Truffles Custom Theme
Author: Doctor Multimedia
Author URI: http://doctormultimedia.com
Version: 0.1
Tags: Truffles
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center the layout in IE 5 */
	font-family: 'Nunito Sans', sans-serif;
	background: url("../../uploads/2017/04/southtexas_1920.jpg") fixed center top / cover;
}
a, h1, h2, h3 {
	color: #1e411e;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	outline: 0 none;
	border:0 none;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
img.noBorder {
	padding: 0px;
	border: 0px;
}
.clear {
	clear: both;
}
hr {
	background: #ccc;
	height: 1px;
	line-height: 1px;
	border: 0px;
	color: #ccc;
}

.gform_body ul {
	list-style-type: none;
	padding-left: 0px;
}
.gform_body ul li{
	margin-bottom: 10px;
}
.gform_body input[type=text]{
	width: 300px;
}

.footerLogos {
	text-align: center;
	display: block;
	margin-top: 10px;
}

/*Home Page Header CSS*/
.headerWrap {
	width: 100%;
	height: 140px;
	background: none;
}
.header {
	margin: 0px auto;
	display: block;
	height: 140px;
	position: relative;
	text-align: left;
}
.logo img{
	width:100%;
}
h2.sidewidgettitle{margin-top:-34px; color:#fff;
text-shadow:1px 1px #000;}
.address {
	padding-top: 10px;
}
.address p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}
.social { text-align: right; padding-top: 10px;}
.social i {
	margin: 0px 5px;
}
p.phone a{color:#fff;}
.social p {
	color: #fff;
	margin-bottom: 0px;
}
.social p.phone {
	font-size: 24px;
	color:#fff;
}
.phone span{
	display: none;
}
.appt a, .directions a {
	display: none;
}
.social i, .address i {
	color: #fff;
	font-size: 32px;
}

.navigation {
	width:100%;
	height: 54px;
	width:100%;
	position: relative;
	background:url("../../uploads/2017/04/onedarkwoodplank_1920.jpg");
}
.navbar-collapse {
	width: 1024px;
	margin: 0px auto;
	padding: 7px 0px;
}
.navigation li {
	float: left;
	list-style:none;
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	line-height:50px;
	display:block;
	margin-right: 10px;
}
.navigation li a {
	display:block;
	float:left;
	padding: 8px 11px;
	font-size: 18px;
}
.navigation li a:hover,
.navigation li.active a,
.navigation li:hover  {
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.navigation li.open a.dropdown-toggle, 
.navigation a.dropdown-toggle:focus {
	background: none;
	border: 0px;
}

.navigation .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.navigation .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.navigation li:hover > ul.dropdown-menu{
	display: block;    
}
.dropdown-menu {
	position: absolute;
	top: 85%;
	left: -2px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 240px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #dfdfdf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#dfdfdf));
	background-image: -webkit-linear-gradient(top, #fff, #dfdfdf);
	background-image: -o-linear-gradient(top, #fff, #dfdfdf);
	background-image: linear-gradient(to bottom, #fff, #dfdfdf);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#ffdfdfdf', GradientType=0);
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	  border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	  background-clip: padding-box;
}
.navigation  .dropdown-menu li {
	display: block;
	width: auto;
	float: none;
	text-align: left;
	padding: 5px 10px;
	position:relative;
}
.navigation  .dropdown-menu li a {
	line-height: 20px;
	color: #563c2f;
	display: block;
	float: none;
	text-align: left;
	padding: 0px;
}
.navigation  .dropdown-menu li:hover,
.navigation  .dropdown-menu li a:hover,
.navigation  .dropdown-menu li.active a{
	display:block;
	float:none;
	background:none !important;
	color: #084354;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu-submenu:hover > a,
.dropdown-menu-submenu:focus > a {
	color: #fff;
	text-decoration: none;
	background-color: #796AAF;
	background-image: -moz-linear-gradient(top, #796AAF, #796AAF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796AAF), to(#796AAF));
	background-image: -webkit-linear-gradient(top, #796AAF, #796AAF);
	background-image: -o-linear-gradient(top, #796AAF, #796AAF);
	background-image: linear-gradient(to bottom, #796AAF, #796AAF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #796AAF;
	background-image: -moz-linear-gradient(top, #796AAF, #796AAF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796AAF), to(#796AAF));
	background-image: -webkit-linear-gradient(top, #796AAF, #796AAF);
	background-image: -o-linear-gradient(top, #796AAF, #796AAF);
	background-image: linear-gradient(to bottom, #796AAF, #796AAF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}
.navigation li.active ul li a {
	background: none;
}

.dropdown-menu li .dropdown-menu {
	left: auto;
	right: 100%;
	top: 0px;
}
.navigation .dropdown-menu li .dropdown-menu:before {
	top: 4px;
	right: -7px;
	left:auto;
	border-top: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 7px solid #ccc;
	border-left-color: rgba(0, 0, 0, 0.2);
	border-right:none;
}
.navigation .dropdown-menu li .dropdown-menu:after {
	top: 5px;
	right: -6px;
	left:auto;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	border-right:none;
}

.sliderWrap {
	width: 100%;
	height: 450px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.sliderWrap .rev_slider {
	width: 100%;
	margin: 0 auto;
}


/* home boxes */
.homeBoxes {
	height: auto;
	width: 100%;
	margin: 0px auto;
	margin-top: 30px;
	text-align: left;
	font-size: 16px;
	padding: 25px 0px;
	float: left;
}
.homeBoxes img {
	width: 100%;
	border-bottom: 10px solid #563c2f;
	margin-bottom: 10px;
}
.homeBoxes h2{
	text-align: center;
}
.homeBoxes .col-md-4 .box{
	padding: 10px;
	height: 500px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(210, 190, 160, 0.9);
	position: relative;
	margin-bottom: 20px;
}
.homeBoxes .col-md-4 .box .btn{
	position: absolute;
	bottom: 15px;
	left: 25%;
	right: 25%;
}
/* welcome article */
.welcomeText {
	margin: 20px auto;
	text-align: left;
	    background: rgba(86, 60, 47, 0.8);
}
.welcomeText h1{
color:#fff;}
.welcomeText p{
	color:#fff;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}

/* home widgets */
.homeWidgets {
	margin: 0px auto;
	text-align: left;
}
.widgetBox {
	margin-bottom: 20px;
}
.widgetBox .box{
	height: 320px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
color:#fff;
	background: url("../../uploads/2017/04/darkwoodplanks_1920.jpg");
}
.widgetBox .box h3{
	margin-top: 0px;
	color:#fff;
	text-align: center;
}
.widgetBox iframe, .sidebar iframe {
	width: 100%;
}
.widgetBox.noMargin {
	margin-right: 0px;
}
.textwidget p {
	font-size: 16px;
	line-height: 20px;
}
.textwidget a.button {
	color: #fff;
	background: #B1113B;
	text-align: center;
	font-size: 20px;
	padding: 15px 10px;
	display: block;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.textwidget a.button:hover {
	background: #1e411e;
	text-decoration: none;
}

/*Footer CSS*/

div.footer {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:40px 0px;
	clear: both;
	text-align: left;
	color:#fff;
	background: url("../../uploads/2017/04/darkwoodplanks_1920.jpg");
}
div.footer a{color:#fff;}
.right { text-align: right; }

/* inner page */

.contentWrap {
	background: rgba(255, 255, 255, 0.8);
}
.content, .sidebar {
	text-align: left;
	padding-bottom: 30px;
}

hr.featurette-divider {
	margin-top: 15px;
}
.content ul{
	margin-left: 20px;
}
.content p,
.content li{
	font-size: 16px;
	line-height: 22px;
}

/* success message for gravity forms */
.gform_confirmation_wrapper {
	border: 2px solid #093; 
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.center { text-align: center; }
.tp-caption { text-align: left; }

@media (max-width: 768px) {
	.header, .headerWrap {height: 550px; width: 100%;}
	.logo {padding-top: 10px; }
	.logo img { width: 80%;}
	.social, .address { text-align: center;}
	.address i {font-size: 56px;}
	.appt a, .directions a, .phone a, .hours{ display: block; text-align: center; background: #563c2f; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; color: #fff;}
	.hours {background: #f2f2f2;}
	.social p { margin-bottom: 10px; }
	.social p.hours { color: #333; }
	.phone span {display: block; font-size: 20px;}
	.navigation { background: none !important; box-shadow: 0 0 0; position: absolute; top: 25px; right: 5px; }
	.sliderWrap { display:none; height: auto; background-color: #1f3c07; padding: 0px; margin-bottom: 0px }
	.sliderWrap .rev_slider { border: 0px; }
	
	.homeBoxes .col-md-4 .box { height: auto; }
	.homeBoxes .col-md-4 .box .btn{ display: block; position: static; }
	
	.homeBoxes, .homeWidgets, .footer .copy { width: 100%; height: auto;}
	.homeBoxes .roundBox { margin-bottom: 30px; }
	.homeBoxes .roundBox img { width: 80%; }
	
	.welcome {margin: 20px auto;}
	.welcomeImg{display: none;}
	.welcome .welcomeText {width: 100%;}
	.widgetBox {width: 100%; text-align: center;}
	
	.navigation{width: 100%; height: auto;}
	.navigation ul{margin: 0px; position: relative; }
	.navigation li{float: none; display: block;}
	.navigation li a{float: none; display: block; text-align: center;}
	.navigation .dropdown-menu:before {border: 0px;}
	.navigation .dropdown-menu:after {border: 0px;}
	.navbar-toggle {background: #563c2f;}
	.navbar-toggle .icon-bar { background: #fff;}
	
	.navbar-collapse {left:0; width: auto; position: static; background: #563c2f;}
	
	.sidebar {display: none;}
	.content{float: none; width: 100%; padding: 0px 10px; border-top: 1px solid #ccc; }
	.content img, .welcomeText img{width: 100% !important; height: auto !important;}
}
/* Handicap Plugin Restyle */
.accessibility-location-right .accessability_container{right:-180px}.accessibility-location-right .accessability_container.active{right:0!important}.access_container_inner{margin-top:5px}body .accessability_container.dark_theme .a_module{margin-bottom:5px;border:0}body .accessability_container button.wah-action-button{font-size:13px !important;border-radius:3px}.accessability_container.dark_theme.active button.aicon_link{background-color:#fff!important;color:#000!important}.wahout.aicon_link{top:5px;border-radius:5px}button.close_container{line-height:28px;height:28px;border-radius:3px}html .a_module_title{display:none!important}html button.wahout.aicon_link img{opacity:0;display:none;visibility:hidden}html button.aicon_link{background-color:#29627d!important}html button.wahout.aicon_link:before{font-family:fontAwesome;content:"\f193";line-height:48px;color:#fff;font-size:32px}.dark_theme.active button.wahout.aicon_link:before{color:#000!important}html body .accessability_container{width:180px!important;height:100%;max-height:405px}body .access_container_inner .a_module{border:0 !important;padding-bottom:0 !important;}

.accessibility-location-right .accessability_container {
    right: -180px!important;
}

@media screen and (min-width:880px) {
	.header img {
		width:272px;
	}
}


.scratch-pay-footer{background-color:#fff;}