/*=============================================
    Please add all custom CSS to this file
 =============================================*/

@import url(//fonts.googleapis.com/css?family=Oswald:400,700);

/*------------------------------------------------global------------------------------------------------*/

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
    margin: 10px 0;
    font-weight: 700;
    line-height: 1.2;
/*     text-transform: uppercase; */
}

h1 {font-size: 2.5em;} 
h2 {font-size: 2.25em;}
h3 {font-size: 2em;}
h4 {font-size: 1.75em;}
h5 {font-size: 1.5em;font-weight: 500;}

p {
	font-weight: 400;
	line-height: 25px;
}

ul {
	font-weight: 400;
}

.bitalic {font-weight: 700;font-style: italic;}
.italic {font-style: italic;}
.bold {font-weight: 700;}

#content a {color: #4B6317;}

#content a:hover {color: #4D2815; text-decoration: none;}

.toplogo {
	position: relative;
	z-index: 50000;
	padding: 10px 0;
}

.topPhone {
    color: #4B6317;
    margin: 16px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.topPhone a:hover {
	color: #4D2815;
}

.phone-number {
	display: block;
	font-size: 1.5em;
	text-align: right;
	line-height: 1.75;
}

.call-today {
	font-size: 1.5em;
	font-weight: 400;
}

.prime {
	background: #FFFFFF;
	overflow-x: hidden;
}

.prime header.header {
	background-color: #FFFFFF;
	color: #000000;
	/*height: 150px;*/
}

.home .prime header.header {
	box-shadow: none;
}


.footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1300px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .one-fourth {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    text-align: left;
    padding: 0 .25em;
    margin: .5em;
    font-weight: 400; 
}


footer.footer {
	background: #2C3A0D;
	color: #FFFFFF;
	border-top: 4px solid #4D2815;
}

.footer h2 {
	font-size: 1.5em;
}

img.size-medium.wp-image-387 {
    width: 30%;
}

span.review-date {
    display: none;
}

footer a.phone-number {
    color: #fff;
    text-align: center;
}

footer a.phone-number:hover {
    color: #E3E7D3;
}

.review-body {
	border-left: none;
}

/*---------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;}
.tbpadding85 {padding: 85px 0px;}
.padding85 {padding: 85px;}
.lrpadding85 {padding: 0px 85px;}
.no-margin-top {margin-top: 0px;}
.left {text-align: left;}.right {text-align: right;}.center {text-align: center;}
.img-left {float: left;padding: 20px 20px 10px 0;}
.img-right {float: right;padding: 20px 0 10px 20px;}
.img-left-top {float: left;padding: 6px 20px 10px 0;}
.img-right-top {float: right;padding: 6px 0 10px 20px;}
.text-content {padding: 0px 40px;}
.text-content-l {padding: 0 40px 0 0;}
.text-content-r {padding: 0 0 0 40px;}

.breakout {
  margin: 0 -100%;
  margin: 0 calc(50% - 50vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: #b9b9b9;
}

ul.card-list {
	display: flex;
	display: -ms-flexbox;
	flex-direction: row;
	justify-content: center;
	padding: 0;
	flex-wrap: wrap;
}

ul.card-list li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-grow: 1;
	width: auto;
	list-style: none;
	margin: 6px;
	flex-basis: 265px;
	background: #4D2815;
	color: #FFFFFF;
	padding: 35px;
	font-weight: 700;
}

ul.card-list p {
	font-size: 1em;
	line-height: 1.7em;
	font-weight: 400;
	padding: 0px 22px;
}

.ul-breakdown ul {
	list-style-type: none;
	width: 100%;
}

.ul-breakdown ul li {
	line-height: 1.75em;
}

.ul-breakdown .one-half {
    padding: 0 14px 24px 14px;
}

.ul-breakdown li svg {
    margin: 0 5px 0 0;
}

#content .breakout.edge-to-edge .wrapper {
  max-width: 1920px;
  margin: auto;
  width: 100%;
}

.parallax {
  position: relative;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
}

.solidbg {
	background-color: #000000;
	color: #FFFFFF;
}

.breakout .sec-center {
	width: 45%;
}

.contact-us .text-content {
	padding: 0 40px 0 0;
}

.vert-center {
   display:  -webkit-box;
   display:  -webkit-flex;
   display:  -ms-flexbox;
   display:  flex;
   -webkit-box-orient:  vertical;
   -webkit-box-direction:  normal;
   -webkit-flex-direction:  column;
       -ms-flex-direction:  column;
           flex-direction:  column;
   height:  100%;
   margin:  auto;
   -webkit-box-pack:  center;
   -webkit-justify-content:  center;
       -ms-flex-pack:  center;
           justify-content:  center;
}

.flex-row {
   display:  -webkit-box;
   display:  -webkit-flex;
   display:  -ms-flexbox;
   display:  flex;
   -webkit-flex-wrap:  wrap;
       -ms-flex-wrap:  wrap;
           flex-wrap:  wrap;
}

.flex-wrapper {
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
}

.flex-wrapper .flex-item{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 245px;
    list-style: none;
    margin: 5px;
    max-width: 270px;
}

/*---------------buttons---------------*/

input.wpcf7-form-control.wpcf7-submit,
.btn, .biziq-button, #umanage, .btn2 {
	text-decoration: none;
	transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: background-color .3s;
    transition: background-color .3s;
   	font-size: 1.2em;
	padding: 10px 20px;
}

.btn, .biziq-button, #umanage, .btn2:hover, input.wpcf7-form-control.wpcf7-submit  {
	background: #4B6317;
	color: #FFFFFF !important;
	border: none;
}

.btn2, .btn:hover, .biziq-button:hover,.client-button:hover, #umanage:hover, input.wpcf7-form-control.wpcf7-submit:hover{
	background: #4D2815;
	color: #FFFFFF !important;
	border: none;
}

.btn-center a {
    display: inline;
    margin: 5px;
    padding: 10px 20px;
}


/*---------------nav---------------*/

.nav ul {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	background:#2c3a0d;
	padding: 8px 0 0 0;
}

.nav.nav ul li a, 
.nav ul li > a:after {
	color: #FFFFFF;
}

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;
    background: #4B6317;
    color: #fff;
}

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 {
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 16px;
}

nav.nav ul li a:hover {
  background: none;
}

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 {
  display: inline-block;
}

nav.nav.nav-fixed {
  margin: 0px;
  width: 100%;
  text-align: center;
  box-shadow: 1px 1px 12px #B0B2B2;
  background: #FFF;
}

nav.nav ul li a:hover {
    background: #4B6317;
    color: #fff;
    border: none;
}

nav.nav ul li a {
    border: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

/*------------------------------------------------home------------------------------------------------*/

.cta {
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	bottom: 0;
	/*background: rgba(0,0,0,0.5);*/
}
 
.cta .wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.rslides_tabs {
	background: none;
	border-top: none;
	padding: 5px;
}

.slide-content {
    color: #FFFFFF;
}

p.cta1, p.cta2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

p.cta1 {
    font-size: 2.5em;
}

p.cta2 {
    font-size: 4em;
    margin: 0 0 20px 0;
}

/*------------------------------------------------services------------------------------------------------*/

.coupon.one-fourth {
    border-radius: 8px;
}

.coupon p.includes  {
    padding: 15px 0 5px 0;
    text-align: center;
    margin: 0;
    border-radius: 8px 8px 0 0;
    font-size: 2em;
    font-weight: 700;
    color: #4D2815;
    font-family: 'Oswald', sans-serif;
}

p.includes2 {
    text-align: center;
    margin: 5px 0 0 0;
    font-weight: 700;
    line-height: 1.2;
    min-height: 35px;
}

p.notes {
    background: #4B6317;
    color:#fff;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-size: .9em;
    font-style: italic;
    margin: 15px 0 0 0;
    border-radius: 0 0 5px 5px;
}

.coupon-content {
    border: 2px dashed #344055;
    border-radius: 8px;
    margin: 5px;
}

#content .coupon-logo img {
    width: 40%;
}

.coupon-logo {
    text-align: center;
    padding: 13px 0 0 0;
}


/*------------------------------------------------reviews------------------------------------------------*/

.biziq-review {
	overflow: hidden;
}

#content h3.review-title {
	font-size: 1.5em;
}

#content .author-name,
#content .review-date {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
}

#content .review-body {
	font-size: 1.1em;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
}

#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: #E3E7D3;
	color: #000000;
}

#content .review-body { 
	border-left: none;
	padding: 0px;
}

.home #content .review-body {
    padding: 0px 200px;
}

#content .review-info {
	font-size: 1em;
}

.home #content .review-info {
	padding: 0px 200px;
}

#content .review-rating {
	font-size: 1.2em;
}

#content .review-nav-container {
	width: 100%;
}

div#biziqrecentreviews-5 {
    padding: 0px 60px 0 0;
}

/*------------------------------------------------feedback------------------------------------------------*/

#content .compliments h1 {
    background: #4B6317;
    color: #FFFFFF;
}

.feedback #content a img {
  height: 175px;
  width: auto;
  padding: 20px;
  transition: transform .2s;
}

.feedback #content a img:hover {
  transform: scale(1.15);
  border: none;
  box-shadow: none;
}

.feedback #content a {
	color: #4D2815;
	font-weight: 400;
	transition: color .2s ease-in-out,background .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out,background .2s ease-in-out;
}

.feedback-page p {
  display: inline-block;
}

.feedback-page {
  text-align: center;
}


div#biziqrecentreviews-8 {
    position:  relative;
}

.biziq-review {
    margin-top: 35px;
}

#custom_html-2 .textwidget.custom-html-widget {
    text-align: center;
}

.footer .one-fourth {
    text-align: center;
}

.footer .one-fourth {
    text-align: center;
}

.bottomicon, .socialicons {
    text-align: center;
}


/*------------------------------------------------contact------------------------------------------------*/

#content .one-half .wpcf7-form {
  margin: 0px 35px;
}

.wpcf7-form input, .wpcf7-form textarea {
  padding: 8px;
}

.tel-contact {
    padding: 0 0 0 40px;
}

.tel-contact a {
	font-size: 1.5em;
}

.contact-us #content .text-content a img {
  height: 100px;
  width: auto;
  padding: 20px;
  transition: transform .2s;
}

.contact-us #content .text-content a img:hover {
  transform: scale(1.15);
}

.google-maps {
    position: relative;
    padding-bottom: 25%; 
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.home .google-maps {
	height: 100%;
}

.footer .one-fourth .google-maps {
	padding-bottom: 89%;
}

/*------------------------------------------------media-queries------------------------------------------------*/


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

	.img-left, .img-right, .img-left-top, .img-right-top {
		float: none;
		padding: 0;
	}
	
}

@media only screen and (max-width: 768px) {
	.topPhone {
		text-align: center;
		margin: 0px;
	}
	.toplogo {
		padding: 0px;
		text-align: center;
	}
	.ul-breakdown ul {
		padding: 0px 30px;
	}
	.ul-breakdown .one-half {
		padding: 0px;
		text-align: left;
	}
	.prime header.header {
		height: auto;
		box-shadow: none;
	}
	.three-fourth {
		width: 100%;
	}
	.tel-contact {
   		padding: 0;
	}	
	.phone-number {
		text-align: center;
		margin-top: 0px;
	}
	.breakout .sec-center {
		width: 100%;
	}
	.ul-breakdown ul {
		padding: 0px;
	}
	.ul-breakdown .one-half {
		padding: 0px;
		text-align: left;
	}
	.prime header.header {
		height: auto;
		box-shadow: none;
	}
	.three-fourth {
		width: 100%;
	}
	.tel-contact {
   		padding: 0;
	}
	.mob-menu-header-holder.mobmenu {
    	background: #FFFFFF;
	}
		
	.show-nav-right .mob-menu-header-holder.mobmenu{
		background: none;
	}

	i.mob-icon-cancel.mob-cancel-button {
   		color: #FFFFFF;
	}
	.mobmenu_content #mobmenuright .sub-menu a {
	    color: #002828;
	    text-align: left;
	    padding: 10px 20px;
	    background: #FFFFFF;
	}
	.mobmenu_content #mobmenuright .sub-menu a:hover {
	    background: #EA526F;
	    color: #FFFFFF;
	}
	ul.sub-menu li {
	    border-bottom: none;
	    background: none;
	}
	#mobmenuright li a:hover {
		color: #002828;
	}
	.one-half {
		text-align: left;
	}
	.text-content {
		padding: 10px;
	}
	.parallax-content {
		padding: 100px 30px;
	}
}

@media only screen and (max-width: 767px) {
 	nav.nav ul li:after {
 		display: none !important;
  	}
  	.mob-expand-submenu i {
  		top: 21px;
  	}
  	#mobmenuright li a:hover{
  		color: #FFFFFF;
  	}
  }

@media only screen and (max-width: 700px) {
	.home .slide {
		height: 330px;
	}
	.home .slide img {
		max-width: 280%;
	}
}

@media only screen and (max-width: 325px) {
	.home .slide {
		height: 350px;
	}
	.home .slide img {
		max-width: 300%;
	}
}