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

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

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

p {
}

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

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
}

#content a {
	color: #1F9369;
}

#content a:hover {
	color: #F3C969;
}

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

.topPhone {
	font-weight: 700;
    color: #002828;
}

.topPhone a:hover {
	color: #1F9369;
}

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

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

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

.prime header.header {
	background-color: #FFF9FB;
	color: #002828;
}  
footer.footer {
	background: #002828;
	color: #FFF9FB;
	clear: both;
	overflow: hidden;
	padding: 1em 0 0;
}

.footer h2 {
	text-transform: uppercase;
	margin-top: .5em;
} 
.footer tr{
	color: #fff;
}

.talllogo {
    text-align: center;
    margin-top: 35px;
}

.copy {
    margin-top:5px;
}

.biziq-review {
	padding: 0 50px 0 0;
}

/*---------helpful classes--------*/

.tmargin35 {
	margin-top: 35px;
}

.bmargin35 {
	margin-bottom: 35px;
}

.bpadding35 {
	padding-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;
}

.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;
}

.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;
}

.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: #777777;
}

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: #002828;
	padding: 25px;
	color: #FFF9FB;
}


.ul-breakdown ul.card-list li svg{
	color: #1F9369;
}


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


#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: #EA526F;
	color: #FFF9FB;
}

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

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

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

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

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



.ul-breakdown ul li svg {
	color: #F3C969;
	margin: 0 4px;
}

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

.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;
}

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

.btn, .biziq-button, #umanage {
	background: #EA526F;
	color: #FFF9FB !important;
	border: 2px solid #EA526F !important;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 1em;
	padding: 5px 20px;
	margin: 0px 5px;
	border-radius: 50px;
	display: table;
	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;
	border: none;
}

.btn:hover, .biziq-button:hover, #umanage:hover {
  	background: #FFF9FB;
	text-decoration: none !important;
	color: #EA526F !important;
	border: 2px solid #FFF9FB !important;
}

.btn2 {
	background: #1F9369;
	color: #FFF9FB !important;
	border: 2px solid #1F9369 !important;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 1em;
	padding: 5px 20px;
	margin: 0px 5px;
	border-radius: 50px;
	display: table;
	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;
	border: none;
}

.btn2:hover {
  	background: #F3C969;
	text-decoration: none !important;
	color: #FFF9FB !important;
	border: 2px solid #F3C969 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #FFF9FB;
    background: #002828;
    border: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    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;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background: #555555;
}

.footer input.wpcf7-form-control.wpcf7-submit {
    color: #FFF9FB;
    background: #1F9369;
    border: none;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    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;
}
.footer input.wpcf7-form-control.wpcf7-submit:hover {
	background: #FFF9FB;
	color: #1F9369;
}

span.icon-item svg {
    color: #F3C969;
}

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

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

.nav ul li a:hover {
	color: #1F9369;
}

.nav ul li > a:hover:after {
	color: #1F9369;
}

nav.nav ul li a {
	font-weight: 600;
}

.nav ul li.current-menu-item > a:after, .nav ul li.current-menu-parent > a:after,
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;
    color: #EA526F;
}

ul.sub-menu {
    background: #002828;
}

nav.nav ul li ul.sub-menu li {
	text-align: left;
}

.nav.nav ul.sub-menu li a {
    color: #ccc;
}

ul.sub-menu {
    width: 220px;
}

ul.sub-menu li {
    border-bottom: 1px solid #002525;
    background: #002828;
}

.nav.nav ul.sub-menu li a:hover {
    color: #FFF9FB;
    background: transparent;
}

nav.nav.nav-fixed {
    background-color: #fff;
    box-shadow: 1px 1px 10px #848484;
}

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

.cta {
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	bottom: 0;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}
 
.cta .wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

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

.rslides_tabs li a {
	padding: 5px;
}

.slide-content {
    text-align: left;
}

.slide1 {
	margin-top: 350px;
}

.slide1 p.cta1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slide2 {
    margin-top: 380px;
}

.slide2 p.cta1 {
    font-size: 2.5em;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
}

.slide2 p.cta2 {
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 20px;
}

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

.gallery-row .wrapper {
	width: 100%;
}

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

.biziq-review {
	overflow: hidden;
}

.footer .one-third #text-19 {
	margin: 15px 0 30px
}

#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;
}

#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: #F4EFF1;
	color: #002828;
}

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

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

#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: #002828;
    color: #FFF9FB;
}

.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: #EA526F;
	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 #content a:hover {
	color: #F3C969;
}

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

.feedback-page {
  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;
}

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

@media only screen and (max-width: 1200px) {
	.slide1 {
		margin-top: 160px;
	}

	.slide2 {
		margin-top: 180px;
	}
}

@media only screen and (max-width: 1142px) {
	.slide1, .slide2 {
		padding: 0 0 0 20px;
	}

}

@media only screen and (max-width: 815px) {
	.slide1 {
		margin-top: 0px;
	}

	.slide2 {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.phone-number {
		text-align: left;
	}
	.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;
	}	
	.phone-number {
		text-align: center;
		margin-top: 0px;
	}
	.ul-breakdown ul {
		padding: 0px;
	}
	.ul-breakdown .one-half {
		padding: 0px;
		text-align: left;
	}
	.prime header.header {
		height: auto;
		text-align: center;
	}
	.three-fourth {
		width: 100%;
	}
	.tel-contact {
   		padding: 0;
	}
	.toplogo {
    	padding: 50px 10px 0 10px;
	}
	.mob-menu-header-holder.mobmenu {
    	background: #FFF9FB;
	}
		
	.show-nav-right .mob-menu-header-holder.mobmenu{
		background: none;
	}

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

@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: #FFF9FB;
  	}
	
	.slide2 p.cta2 {
		font-size: 1.2em;
	}

	.slide1 p.cta1 {
		font-size: 1em !important;
	}

	.topPhone {
}
  }

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

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

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

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

	.slide2 p.cta1 {
		line-height: 40px;
	}

}

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






.prices {
  width: 50em;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.prices tr {
  display: block;
  margin-top: 15px;
  width: 50em;
  min-width: 100%;
}
.prices tr:nth-child(odd) {
  background: #eee;
}
.prices tr td {
  text-align: center;
  display: inline-block;
  width: 48%;
  padding: 1em;
  font-weight: 700;
  font-size: 1.5em;
}



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

	.prices {
	  width: 100%;
	  max-width: 100%;
	  display: block;
	}
	.prices tbody {
	  display: block;
	  width: 100%;
	}
	.prices tr {
	  display: block;
	  margin-top: 15px;
	  width: 100%;
	  min-width: 100%;
	}
	.prices tr td {
	  display: block;
	  width: 100%;
	  padding: .5em;
	  font-weight: 700;
	  font-size: 1.5em;
	}
}
