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

html {
  min-height: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', serif;
    margin: 10px 0;
    font-weight: 700;
}

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.75em;
	line-height: 25px;
}

h5 {
	font-size: 1.5em;
	line-height: 22px;
	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: #BC161C;}

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

/*--Sticky Header CSS */

#sticky .toplogo img {
    width: auto;
}


.topPhone.sticky {
    font-family: 'Montserrat', serif;
    font-weight: 700;
}

.topPhone svg.svg-inline--fa.fa-phone.fa-w-16 {
    font-size: .8em;
}

.topPhone a:hover {
	color: #BC161C;
}

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

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

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

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

header#sticky {
	border-bottom: 3px solid #BC161C;
    box-shadow: 1px 1px 20px rgba(0,0,0,.4);
}

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

footer.footer {
    background: url('/wp-content/uploads/head-bg.jpg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    border-top: 3px solid #BC161C;
}

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

.footer {
	padding: 40px 0 0 0;
}

span.icon-item i {
    color: #000;
}

.copy {
    background: rgba(152,12,12,.7);
    letter-spacing: normal;
    font-size: .8em;
    color: #fff;
    text-shadow: none;
}

#custom_html-3 img {
    width: 40%;
}

.btn-center a {
    margin: 0 auto;
}

/*---------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;}
.ulmargin {	margin: 0 0 0 280px;}


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

.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: #b9b9b9;
	color: #000000;
	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: #FFF;
}

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

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

.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---------------*/

.btn, .biziq-button, #umanage, .btn2, input.wpcf7-form-control.wpcf7-submit {
	font-size: 1.2em;
	padding: 10px 20px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}

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: table;
	margin: 10px 0;
}

.btn, .biziq-button, #umanage {
	background: #BC161C;
	color: #FFF !important;
	border: 2px solid #BC161C !important;
}

.btn:hover, .biziq-button:hover,.client-button:hover, #umanage:hover {
  	background: #ED1C24;
	color: #FFF !important;
	border: 2px solid #ED1C24 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #000;
	color: #FFF;
    border: none !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	color: #BC161C;
    background: #FFF;
}

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

nav.nav {
    padding: 2px 0 3px;
    font-family: 'Montserrat', serif;
}

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 ul.sub-menu li a {
    font-size: 14px;
}

ul.sub-menu {
    background: #BC161C;
    text-align: left;
    color: #fff;
}

.nav ul.sub-menu li a:hover, ul.sub-menu li.current-menu-item {
    background: rgba(0,0,0,.2);
}

.nav ul li a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    /* color: #f7f7f7; */
    position: relative;
    border: none;
    line-height: 1.2em;
    font-size: .95em;
    font-weight: 700;
}

nav.nav ul li.current-menu-item, nav.nav ul li.current_page_parent, nav.nav ul li.current-menu-ancestor,
.nav ul li a:hover {
    background: #BC161C;
    color: #fff;
}

nav.nav ul li.current_page_parent > a, nav.nav ul li.current-menu-item > a, nav.nav ul li:hover > a, nav.nav ul li.current-menu-ancestor > a, nav.nav ul li.current-menu-parent > a {
    color: #FFF; 
    background: #BC161C;
}

.nav ul li.menu-item-has-children > a:after, .nav ul li.menu-item-has-children > a svg {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: .8em;
    content: '\f078';
    margin-left: 5px;
    color: inherit;
}

.nav-shrink nav.nav.nav-fixed ul, .nav-shrink nav.nav ul {
    padding: 5px 0 0;
}

.nav-shrink .nav ul li a {
	padding: 8px 14px;
}

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

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

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

p.cta1 {
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    font-size: 4.5em;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
}

p.cta2 {
    font-family: 'Patua One', serif;
    font-size: 3em;
    text-transform: capitalize;
    margin: 0 0 30px 0;
    line-height: 1;
    letter-spacing: 1px;
}


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


/*------------------------------------------------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: #F4F3F3;
	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;
}

.footer .biziq-review {
    background: #fff;
    padding: 10px;
    margin: 10px 0 0 0;
    height: 206px;
    border-radius: 4px;
}

.footer .widget-review-body {
    overflow: hidden;
}

.footer a.rev-read-more {
    background: #BC161C;
    color: #fff;
    font-weight: 700;
    text-shadow: none;
}


/*------------------------------------------------blog------------------------------------------------*/

main[role="blog"], .blog-sidebar {
    margin-top: 25px;
}

main[role="blog"] h1 {
    color: #BC161C;
    font-size: 2.25em;
}

main[role="blog"] .product-list li {
    text-indent: -1.85em;
}

#content .post h1 a {
    color: #BC161C;
    line-height: 1em;
    font-size: .75em;
}

#content .post a:hover {
    color: #BC161C;
    background: none;
}

.date {
    font-style: italic;
}

.author {
    font-weight: bold;
}

#content .comments a {
    color: #000000;
    background: #BC161C;
    padding: 5px 14px;
    border-radius: 5px;
    margin: 0px 20px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: color .2s, background .2s;
    /* For Safari 3.1 to 6.0 */
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
    border: 2px solid #BC161C;
}

#content .comments a:hover {
    color: white;
    background: #ED1C24;
}

#comment {
    display: block;
}

#content .post a.view-article {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: .5em;
    max-width: 175px; 
    background:#BC161C;
    padding:10px 15px;
    text-align: center;
   }

a.view-article:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: .8em;
    content: '\f101';
    margin-left: 5px;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
}

a.view-article:hover:after {
     color: #fff;
 }

#content .post a.view-article:hover {
	color: #FFFFFF;
	background: #ED1C24;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin-bottom: -10px;
    margin: 0 20px 20px 0;
}

img.attachment-120x120.size-120x120.wp-post-image {
    float: left;
    margin: 0 20px 20px 0;
}

#content .post a {
    color: #ED1C24;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 0px 0px #222;
    box-shadow: 0px 0px #222;
    line-height: 1.25em;
    font-size:1em
}

#content .post a:hover {
    text-decoration: none;
}

#content .post .comments a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.related_post a img {
    display: none !important;
}

.blog-sidebar {
    padding: 10px 20px;
    background: #0D0106;
    color: #fff;
    margin-top: 5em;
    font-weight: 400;
    margin-bottom: 3em;
    border-left: 5px solid #BC161C;
    width: 25%;
}

.blog-sidebar h3 {
    color: white;
    font-weight: 600;
    font-size: 1.15em;
    border-bottom: 1px solid #fff;
}

#content .blog-sidebar a {
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 2px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.blog-sidebar a:after {
    content: ' ';
    border-bottom: 2px solid #BC161C;
    display: block;
    width: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.blog-sidebar a:hover:after {
    width: 100%;
}

.blog-sidebar ul {
    list-style: none;
    padding-left: 0;
}

#content .post h2 {
    font-size: 1.5em;
    text-transform: uppercase;
}

main[role=blog] article {
    margin: 30px 0 40px 0;
    border-bottom: 1px solid #BC161C;
    border-top: none;
    padding: 15px 0 15px 0;
}

.blog .hours tr td {
    color: #fff !important;
    font-size: .9em;
}

.pagination, #content .review-nav-container {
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 2;
    font-weight: 700;
}

a.page-numbers, #content .review-nav-container li a {
    background: #E9E7E7;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 2px;
    font-weight: 700;
}

span.page-numbers.current, #content .review-nav-container .active-page a {
    background: #bc161c;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 2px;
    color: #fff;
    font-weight: 700;
}

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

#content .compliments h1 {
    background: #BC161C;
    color: #FFF;
}

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

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

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

form.wpcf7-form {
    background-color: #ed1c24; color: #fff;
    padding:  10px;
    border-radius: 5px;
}

.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 (min-width: 768px) {
	.slide-content {
		max-width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.topPhone {
		text-align: center;
		margin: 0px;
		padding: 0;
	}
	#sticky .toplogo img {
		padding: 0;
	}
	.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: #FFF;
	}
		
	.show-nav-right .mob-menu-header-holder.mobmenu{
		background: none;
	}

	i.mob-icon-cancel.mob-cancel-button {
   		color: #FFF;
	}
	.mobmenu_content #mobmenuright .sub-menu a {
	    color: #002828;
	    text-align: left;
	    padding: 10px 20px;
	    background: #FFF;
	}
	.mobmenu_content #mobmenuright .sub-menu a:hover {
	    background: #BC161C;
	    color: #FFF;
	}
	ul.sub-menu li {
	    border-bottom: none;
	    background: none;
	}
	#mobmenuright li a:hover {
		color: #002828;
	}
	.one-half {
		text-align: left;
	}
	.one-half img {
		width: 100%;
	}
	.text-content {
		padding: 10px;
	}
	.parallax-content {
		padding: 100px 30px;
	}
	.ulmargin {	margin: 0;}
	.text-content-l, .text-content-r {
		padding: 0;
	}
	#custom_html-3 .custom-html-widget img{
		background: #fff;
    	padding: 10px;
    	border-radius: 4px;
	}
	ul {
		padding: 0 0 0 20px;
	}
	div#text-16 {
	    background-color: #ED1C24;
	    padding: 10px;
	    border-radius: 4px;
	}
	.blog-sidebar {
		width: 100%;
		margin: 0 auto;
	}
	#content .one-half .wpcf7-form {
		margin: 0;
	}
}

@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: #FFF;
  	}
  	#sticky .toplogo {
  		margin: 0;
  	}
	p.cta1 {
		font-size: 3em;
	}
  }

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

@media only screen and (max-width: 400px) {
	.p.cta1 {
		font-size: 3.5em;
	}
}

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