/*=============================================
    Please add all custom CSS to this file
 =============================================*/

 /*------------------------------------------------global------------------------------------------------*/

body {
	background-color: #FFFFFF;
	color: #281E0B;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    margin: 20px 0px;
}

h1 {
	font-size: 2.5em;
	line-height: 37px;
}

h2 {
	font-size: 2.25em;
	line-height: 32px;
}

h3 {
	font-size: 2em;
	line-height: 28px;
}

h4 {
	font-size: 1.5em;
	line-height: 25px;
}

h5 {
	font-size: 2.25em;
	line-height: 32px;
}

h6 {
	font-size: 2.5em;
	line-height: 37px;
}

#content a {
	color: #4D7064;
	text-decoration: none;
}

#content a:hover {
	color: #405C52;
	text-decoration: none;
}

.topPhone {
	margin-top: 30px;
}

.topPhone a:hover {
	color: #DEE5E2;
}

.phone-number {
	display: block;
	font-weight: 700;
	font-size: 1.5em;
}

.phone-number i {
	padding: 10px;
}

.prime {
	background: #F6F4ED;
}

.prime header.header {
	background-color: #21190a;
	background-image: url("/wp-content/uploads/dark-wood.png");
}

footer.footer {
	background: #21190a;
	color: #F6F4ED;
	background-image: url("/wp-content/uploads/dark-wood.png");
}

.footer h2 {
	font-size: 1.75em;
}

header.header.clear .wrapper {
	max-width: 1920px;width: 100%;
	padding: 0 20px;
}

header.header.clear {
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); 
  background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
}

.divider {
	font-size: .5em;
	color: #736B60;
}

.divider i {
	padding: 0px 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*---------helpful classes--------*/

.tmargin35 {
	margin-top: 35px;
}

.bmargin35 {
	margin-bottom: 35px;
}

.tbmargin35 {
	margin: 35px 0px;
}

.tmargin55 {
	margin-top: 55px;
}

.bmargin55 {
	margin-bottom: 55px;
}

.tbmargin55 {
	margin: 55px 0px;
}

.tmargin85 {
	margin-top: 85px;
}

.bmargin85 {
	margin-bottom: 85px;
}

.tbmargin85 {
	margin: 85px 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.sec-center {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.no-margin-top {
	margin-top: 0px;
}

.breakout {
  margin: 0 -100%;
  margin: 0 calc(50% - 50vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F6F4ED;
}

#content .breakout.edge-to-edge .wrapper {
  max-width: 1920px;
  margin: auto;
  width: 100%;
}

.breakout .sec-center {
	width: 55%;
}

.parallax {
  position: relative;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
}

.services .cta,
.reviews .cta,
.feedback .cta, 
.contact-us .cta {
	background-color: rgba(0,0,0,0.4);
}

/*---------------buttons---------------*/

.btn, .biziq-button, .client-button {
	background: #4D7064;
	color: #F6F4ED !important;
	border: 2px solid #4D7064;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 20px;
	margin: 0px 5px;
	text-decoration: none;
	transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
}

.btn:hover, .biziq-button:hover,.client-button:hover {
  	background: #F6F4ED;
	border: 2px solid #4D7064;
	text-decoration: none;
	color: #4D7064 !important;
}

.btn2 {
	background: #F6F4ED;
	color: #4D7064;
	border: 2px solid #F6F4ED;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 2px;
	padding: 10px 20px;
	margin: 0px 5px;
	text-decoration: none;
	transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
}

.btn2:hover {
	background: #281E0B;
	border: 2px solid #281E0B;
	text-decoration: none;
	color: #F6F4ED !important;
}

.btn3 {
	background-color: transparent;
	border: 2px solid #F6F4ED;
	color: #F6F4ED;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 20px;
	margin: 0px 5px;
	text-decoration: none;
	transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
}

.btn3:hover {
	background-color: #4D7064;
	border: 2px solid #4D7064;
	color: #F6F4ED;
}

.btn4 {
	background-color: #F6F4ED;
	border: 2px solid #FAFAFE;
	color: #F6F4ED !important;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px 20px;
	margin: 0px 5px;
	text-decoration: none;
	transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
}

.btn4:hover {
	background-color: #F6F4ED;
	border: 2px solid #F6F4ED;
	color: #4D7064;
}

.cta > .btn2,
.cta > .btn3 {
	padding: 15px 20px;
	letter-spacing: 2px;
	margin: 0px 5px;
}

/*---------------nav---------------*/

.nav {
	top: -56px;
}

.nav ul {
  text-align: right;
}

nav.nav ul li:after {
  border-bottom: 3px solid #4D7064;
  content: ' ';
  width: 0;
  height: 3px;
  position: relative;
  display: block;
  transition: .15s ease-in-out;
}

nav.nav ul li:hover:after {
  width: 100%;
}

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: none;
}

nav.nav ul li {
  -webkit-transition: box-shadow .2s cubic-bezier(.39,.4,.63,1.17);
  transition: box-shadow .2s cubic-bezier(.39,.4,.63,1.17);
  border: none;
  backface-visibility: hidden;
}

nav.nav ul li a {
  padding: 2px 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: .8em;
  font-weight: 600;
}

nav.nav ul li a:hover {
  background: none;
}

nav.nav ul li ul.sub-menu li {
  margin-bottom: 17px;
  margin-top: 7px;
}

nav.nav ul li ul.sub-menu li:last-child {
  margin-bottom: -3px;
}

nav.nav ul li.current-menu-item, nav.nav ul li.current_page_parent, nav.nav ul li.current-menu-ancestor, nav.nav ul li {
  transition: .2s ease-in-out;
  backface-visibility: hidden;
  border-bottom: 3px solid transparent;
}

nav.nav ul li.current-menu-item:after, nav.nav ul li.current_page_parent:after, nav.nav ul li.current-menu-ancestor:after {
  border-bottom: 3px solid #4D7064;
  content: ' ';
  display: block;
  height: 3px;
  width: 100%;
}

.home .nav ul li > a:after {
  color: white;
}

.nav ul li > a:after {
  color: white;
  transition: .2s ease-in-out;
}

.nav ul li:hover > a:after {
  color: white;
}

nav.nav ul.sub-menu li a {
  text-align: left;
}

ul.sub-menu {
  background: #080908;
  width: 300px;
  color: white;
  max-width: 100%;
}

nav.nav {
  display: inline-block;
}

nav.nav.nav-fixed {
  margin: 0px;
  width: 100%;
  text-align: center;
  box-shadow: 1px 1px 12px #B0B2B2;
  background-color: #F6F4ED;
}

.nav-block.active {
  min-height: 0;
}

#toggle-wrapper {
  margin-right: 15px;
}

ul.card-list {
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	justify-content: center;
	padding: 0;
	flex-wrap: wrap;
	margin: 0px -5px;
}

ul.card-list li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-grow: 1;
	width: auto;
	list-style: none;
	margin: 5px 5px;
	flex-basis: 265px;
	background: #EDE7D9;
	padding: 15px 15px;
	text-align: center;
}

ul.card-list h3 {
	color: #4D7064;
	margin: 0 0 5px 0;
	font-size: 1.5em;
	font-weight: 600;	
}

ul.card-list p {
	font-size: 1em;
	line-height: 1.7em;
	font-weight: 400;
	padding: 0px 22px;
}


/*------------------------------------------------home------------------------------------------------*/

.cta {
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	bottom: 0;
    background-color: rgba(0,0,0,0.1);
}
 
.cta .wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.cta h6, .cta h5 {
	color: #F6F4ED;
	text-shadow: 2px 2px 8px #281E0B;
}

.cta h5 {
	font-size: 3.5em;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-family: 'Great Vibes', cursive;
	font-weight: normal;
}

.cta h6 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 5.5em;
	margin-top: 15px;
}

.rslides_tabs {
	padding: 5px 0px;
	background: none;
	border-top: none;
}

.rslides_tabs li a:before {
	font-size: 20px;
}

.rslides_tabs li a {
	padding: 3px;
}

.half-text-l {
	padding: 0px 80px 0px 30px;
}

.half-text-r {
	padding: 0px 70px;
}

.service-sections .half-text-r,
.service-sections .half-text-l {
	padding: 75px 40px 0px 50px;
}

.parallax-content {
	color: #EDE7D9;
	padding: 120px 170px;
	text-align: center;
}

.image-1, .image-2, .image-3, .image-4 {
	padding: 0px 10px;
}

.invert {
	background-color: #4D7064;
	color: #F6F4ED;
	padding: 20px 0px 55px 0px;
}

.sec-center ul {
    list-style-type: none;
    padding: 0px;
}

/*------------------------------------------------services------------------------------------------------*/

.page-heading h2 {
	font-size: 8em;
}

.services h1 {
	text-align: center;
}


/*------------------------------------------------reviews------------------------------------------------*/


#content h3.review-title {
	font-size: 1.5em;
}

#content .author-name {
	font-weight: bold;
	font-style: normal;
}

#content .review-date {
	font-weight: bold;
	font-style: normal;
}

#content .review-body {
	font-size: 1.1em;
	line-height: 26px;
	font-style: normal;
}

#content .review-container {
	display: flex;
	justify-content: flex-start;
	display: -ms-flexbox;
	flex-direction: row;
	padding: 0;
	flex-wrap: wrap;
	margin: 0px -5px;	
}

#content .rev-cont {
	border: none;
	width: 48%;
	padding: 25px;
	margin: 5px;
	background-color: #EDE7D9;
}

#content .review-body {
	border-left: none;
	padding: 0px;

}

#content .review-info {
	font-size: 1em;
}

#content .review-date {
	display: none;
}

#content .review-rating {
	
	font-size: 1.2em;
}

#content .review-nav-container {
	width: 100%;
}


/*------------------------------------------------feedback------------------------------------------------*/

#content .compliments h1 {
    background: #4D7064;
}

.feedback #content a img {
  height: 175px;
  width: auto;
  padding: 20px;
  transition: transform .2s;
}

.feedback #content a img:hover {
  transform: scale(1.15);
}

.feedback-page p {
  display: inline-block;
}

.feedback-page {
  text-align: center;
}

/*------------------------------------------------contact------------------------------------------------*/

#content .one-half .wpcf7-form {
  margin: 0px 35px;
}

.wpcf7-form input[type=submit] {
  background-color: #4D7064;
  color: #EDE7D9;
  border: none;
  text-transform: uppercase;
  padding: 10px 0px;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  border: 2px solid #4D7064;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

.wpcf7-form input[type=submit]:hover {
  color: #4D7064;
  background-color: #EDE7D9;
  border: 2px solid #4D7064;
}

.wpcf7-form input, .wpcf7-form textarea {
  padding: 8px;
}

/*------------------------------------------------media-queries------------------------------------------------*/

@media only screen and (max-width: 1200px) {
	.service-sections .half-text-r,
	.service-sections .half-text-l {
		padding: 75px 40px 0px 50px;
	}

}

@media only screen and (max-width: 1000px) {
	.service-sections .half-text-r,
	.service-sections .half-text-l {
		padding: 5px 40px 0px 50px;
	}

}

@media only screen and (max-width: 927px) {
	.cta h6 {
		line-height: 79px;
	}
	.slide1 {
		margin-top: 190px;
	}

}

@media only screen and (max-width: 820px) {
	.slide1 {
		margin-top: 0px;
	}
	header.header.clear {
		position: relative;
		background-color: #21190a;
    	background-image: url(/wp-content/uploads/dark-wood.png);
	}
	.nav {
		top: 0px;
	}
	.nav ul {
		text-align: center;
	}

}

@media only screen and (max-width: 768px) {

	.topPhone {
		margin-top: 0px;
	}
	nav.nav ul li.current-menu-item:after, nav.nav ul li.current_page_parent:after, nav.nav ul li.current-menu-ancestor:after {
		height: 0px;
		width: 0px;
	}	
	nav.nav ul li a {
		font-size: 1em;
	}
	#toggle-wrapper {
		top: 22px;
	}

}

@media only screen and (max-width: 768px) {
	.parallax-content {
		padding: 120px 40px;
	}
}

@media only screen and (max-width: 716px) {

	.cta h6 {
		font-size: 3.5em;
		line-height: 41px;
	}
	.cta h5 {
		font-size: 2.5em;
	}

	.cta .tmargin55 {
		margin-top: 25px;
	}
	.cta .btn2,
	.cta .btn3 {
		padding: 10px 10px;
	}
	.sec-center .btn2 {
		padding: 10px 5px;
	}
	#gallery-2 .gallery-item {
		float: none;
		clear: both;
		width: 100% !important;
	}
}

@media only screen and (max-width: 500px) {

.page-heading h2 {
    font-size: 3em;
}

}