/*=============================================
    Please add all custom CSS to this file
 =============================================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway');

/* ----------------
---BASE STYLES-----
-----------------*/

#content {
	background-color: #fff;
}
h1, h2, h3 {
	color: #3C3C70;
	line-height: 1.2em;
	font-weight: 700;
}
p, ul {
	color: #707070;
}
.btn {
	background: #c7764d; 
	background: linear-gradient(to bottom, #c7764d 0%,#965839 67%,#965839 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7764d', endColorstr='#965839',GradientType=0 ); /* IE6-9 */
	padding: 10px 20px;
	transition: all 0.3s ease;
	color: #fff!important;
	font-family: 'Bitter', serif;
	text-shadow: 1px 1px 3px #000;
	border-radius: 5px;
}
.btn a {
	color: #fff!important;
	text-decoration: none!important;
}
.btn:hover {
	text-decoration: none!important;
	transition: all 0.3s ease;
}



/* ----------------
-------HEADER------
-----------------*/

.prime header.header {
	background: url(/wp-content/uploads/header-bg.jpg) bottom center repeat;
	box-shadow:         inset 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
}
.nav {
	background: #528a3f;
	background-image: linear-gradient(to bottom, #528a3f, #38612c);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
nav.nav.nav-fixed {
	background-color: #38632B;
}
.nav a {
	color: #ffffff!important;
	transition: all 0.3s ease;
}
.nav ul li a {
	font-family: 'Bitter', serif;
	text-shadow: 1px 1px 3px #000;
	border-radius: 5px;
	border: 1px solid transparent;
}
.nav ul li a:hover {
	background: #38622c;
}
nav.nav ul li.current-menu-item a, nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {
	border: 1px solid transparent;
	background: #38622c;
}
nav.nav ul li.current-menu-item a:hover, nav.nav ul li.current_page_parent a:hover, nav.nav ul li.current-menu-ancestor a:hover {
	background: #2e4f24;
}
.topPhone {
	color: #38632B;
	font-size: 32px;
	font-family: 'Bitter', serif;
	font-weight: bold;
	padding-top: 55px;
}
.call-today {
	color: #3C3C70;
	font-size: 24px;
	padding-top: 8px;
	font-family: 'Bitter', serif;

}
.header .textwidget {
	padding: 10px 0;
}
.toplogo {
	font-size: 37px;
	font-family: 'Bitter', serif;
	font-weight: bold;
	color: #3C3C70;
	text-transform: uppercase;
	padding-top: 14px;
}


/* ----------------
-------BANNER------
-----------------*/

.cta {
	right: 0;
	top: 20%;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
.cta-top {
	display: inline;
	font-size: 40px;
	font-family: 'Bitter', serif;
}
.cta-btm {
	margin-bottom: 30px;
	display: inline;
	text-transform: uppercase;
	font-size: 63px;
	font-family: 'Bitter', serif;
	font-weight: 700;
	background: rgba(60,60,112,0.8);
	padding: 2px 30px;
	border-radius: 12px;
}
.cta-btn {
	font-size: 18px;
	margin-top: 20px;
}
.cta-block {
	display: block;
	height: 26px;
}



/* ----------------
-------FOOTER------
-----------------*/

footer.footer {
	background: #528a3f;
	background-image: linear-gradient(to bottom, #528a3f, #38612c);
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	border-top: 3px solid #fff;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.widgettitle, #biziqbusinesshours-3 h2 {
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	border-radius: 5px;
	background: #3f6b31;
}
#biziqbusinesshours-3 p {
	color: #fff;
}


/* ----------------
-----FEEDBACK------
-----------------*/

.compliments h1 {
	background-color: #3C3C70;
}
.up-down > a::before {
	color: #56AF3B;	
	transition: all 0.3s ease;
}
.up-down > a:hover:before {
	color: #479031;
	transition: all 0.3s ease;
}


/* ----------------
-------MISC--------
-----------------*/

.clear-me {
	width: 100%;
	clear: both;
	height: 1px;
}
.contact-pad {
	padding-right: 40px;
}
.bullet-style li:before {    
	font-family: 'FontAwesome';
	content: '\f0a9';
	margin:0 5px 0 -15px;
	color: #56AF3B;
}
ul {
	list-style: none;
}
.socialicons img:hover {
	opacity: 0.8; 
	filter: alpha(opacity=80);
	transition: all 0.3s ease;
}
.socialicons {
	max-width: 260px;
}
.active-page {
	background: transparent;
}
.breakout {
	margin: 0 -100%;
	margin: 0 calc(50% - 50vw);
	background: url(/wp-content/uploads/header-bg.jpg) bottom center repeat;
	box-shadow:         inset 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	text-align: center;
	padding: 30px;
}
.widget-review-body {
	font-size: 12px;
	line-height: 1.2em;
}
.home-coupon {
	padding: 20px;
	margin: 20px 10px;
	border: 3px dashed #3C3C70;
	text-align: center;
}
.coupon-top {
	font-size: 24px;
	color: #3C3C70;
	font-weight: 700;
	font-family: 'Bitter', serif;
	line-height: 1em;
}
.coupon-mid {
	background: #38632B;
	padding: 15px;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Bitter', serif;
	margin: 15px 0;
	line-height: 1em;
}
.coupon-btm {
	color: #707070;
	font-size: 16px;
	line-height: 1em;
}


/* ----------------
-----ANIMATIONS----
-----------------*/

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #965839 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}


/* -------------------------
-------MEDIA QUERIES--------
---------------------------*/


/*---------------767----------------*/

@media screen and (max-width: 767px) {
	
	.contact-pad {
		padding-right: 0px;
		text-align: left;
	}
	.alignright, .alignleft {
		margin-bottom: 10px;
	}
	.bullet-style {
		text-align: left;
	}
	.bullet-style ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	.topPhone {
		padding-top: 0;
	}
	.up-down > a::before {
		font-size: 80px;	
	}
	.nav ul {
		padding: 0;
	}
	#toggle-wrapper {
		top: 10px;
	}
	.cta-btn {
		font-size: 14px;
		padding: 5px 15px;
	}
	.cta-top {
		font-size: 23px;
	}
	.cta-btm {
		font-size: 36px;
		padding: 2px 20px;
	}
	.cta-block {
		height: 14px;
	}

}

/*---------------540----------------*/

@media screen and (max-width: 540px) {

	.cta {
		top: 4%;
	}
	.cta-btn {
		margin-top: 10px;
	}
	.cta-top {
		font-size: 17px;
	}
	.cta-btm {
		font-size: 22px;
	}
	.cta-block {
		height: 4px;
	}
	.coupon-top {
		font-size: 18px;
	}
	.coupon-mid {
		font-size: 24px;
		margin: 10px 0;
	}
	.coupon-btm {
		font-size: 14px;
	}

}