html {overflow-x: hidden;}
body {font-weight:400;}
.clear {clear: both;}
#content{min-height:400px;}
.prime {font-size:1.4em;}
.prime header.header {
  background:#2d2d2d;
  background-image: url();
  background-attachment:fixed;
}
@media (min-width:768px){
  header .wrapper {display:flex;align-items:center;}
}
.toplogo {
  color: #fff;
  font-size:2em;
  font-weight:700;
  padding:0;
}
.toplogo img:hover {
  opacity:0.7;
  transition:all 0.3s;
}
.topPhone {
  font-size:1.5em;
  line-height:1em;
  color:#000;
}
.topPhone a {
  background: #BC2727;
  border-radius:10px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  padding: 10px 15px 10px 15px;
  font-size: 1em;
  line-height: 2em;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  transition: all .2s ease-in-out;
}
.topPhone a:hover {
  opacity:0.8;
}
.topPhone span {
  font-size:1em;
  text-transform:uppercase;
}
span.call-today {
  display: block;
  padding: 10px 0 0;
}
header {
  max-height:400px;
}
@media only screen and (min-width:769px){
nav, nav.nav.nav-fixed, ul.sub-menu, body.admin-bar .mobmenu {
  background: #2d2d2d;
}
}
.nav ul {padding:0;}
ul.sub-menu {background:#2d2d2d;}
nav.nav.nav-fixed {background:#2d2d2d;}
.nav ul li a,  #mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu_content h2, #mobmenuleft .mobmenu_content h3 {
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  text-transform:capitalize;
  letter-spacing:1px;
  font-size:.9em;
  padding:8px 26px;
  transition:.4s;
  position:relative; 
  text-transform:uppercase;
}
.nav ul li {transition:all ease-in-out .2s;}
.nav > ul > li > a::before, .nav .sub-menu > li > a::before, .sub-menu .current-menu-item > a::before  {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #fefefe;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}
.nav ul li a:hover::before, .nav ul > li.current-menu-item > a:before, .sub-menu li > a::before, .sub-menu .current-menu-item > a::before {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.nav ul li a:hover, nav.nav ul li.current-menu-item a:hover {
  background-color:rgba(0,0,0,0);
  color:#fff;
}
nav.nav ul li.current-menu-item a {
  border: none;
  background:rgba(255,255,255,0.1);
}
.nav ul li { position: relative; overflow: inherit;}
ul.sub-menu { width: 100%; }
nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {border:0px !important; background:inherit;}
.nav ul li.menu-item-has-children > a:after{
  line-height: 1em;
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  font-size: .8em;
  content:'\f078';
  margin-left: 5px;
  color: inherit;
}
#para-slide{display:none;}
.home #para-slide {
  background-image: url();
  height: 700px;
  background-attachment: fixed;
  background-position-x: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
}
.cta {
  bottom: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  margin: auto;
  align-items: flex-start;
  margin-left: 2%;
  justify-content: center;
  top: 0;
}
.ctatop {
  color:#2d2d2d;
  font-family: 'Roboto', sans-serif;
  font-size:2.5em;
  font-weight:900;
  line-height:1em;
  text-transform:uppercase;
  text-shadow:1px 1px 1px rgba(0,0,0,.5);
  text-align:left;
}
.ctatop span {
	font-size:.8em;
	font-weight:400;
	line-height: .1em;
}
.ctabtn {
  padding:7px 30px;
  color:#fff;
  font-size:1.3em;
  font-weight:500;
  box-shadow:1px 1px 1px rgba(0,0,0,.5);
  transition:all ease-in-out .2s;
  text-transform:uppercase;
  letter-spacing:1px;
}
.ctabtn:hover {
  color:#fff;
}
.rslides_tabs {
  background:rgba(0,0,0,0);
  border-top:0px solid rgba(0,0,0,0);
}
.rslides_tabs li {padding-top:10px;}
.rslides_tabs li a:before {
  color: #333;
  font-size: 1.5em;
  content: '\25CB';
}

.rslides_tabs li.rslides_here a:before {
  color: #333;
  content: '\25CF';
  font-size: 1.5em;
}

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

h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  text-transform:uppercase;
  line-height:1em;
}
h1 {font-size:2.5em;}
h2 {font-size:2.1em;}
#trend {
  width: 100%;
}
.spacing li {
  padding: 5px;
  padding-left: 2em;
  text-indent: -2em;
}
.compliments h1 {
  background: #000;
}
.up-down svg {
  color:#333 !important;
  transition:all ease-in-out .2s;
}
.up-down svg:hover {
  color: #454545 !important;
}
.review-container {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.rev-cont {
  background:#333;
  border: 0px solid #000;
  border-bottom:0px solid #000;
  border-radius:12px;
  color:#fff;
  flex:auto;
  width:100%;
  padding:0px;
  margin: 15px 4px;
}
#content .rev-cont {max-width: 100%;}
#content .review-rating {
  padding-left:5px;
  padding-bottom:10px;
  font-size: 16px;
  border-bottom:1px solid #fff;
}
#content .review-info {text-align:center;padding: 15px 0 0;}
#content .review-body {padding: 15px 25px 30px;}
#content .author-name {
	display: block;
	font-size: 2em;
    line-height: 1;
}
.review-body {
  border-left:none;
  padding: 21px 20px 0;
}
.rev-read-more {border-radius: 5px;}
.author-name {font-style:normal;}
.review-nav-container {width:100%;}
.review-body {font-style:normal;}
.review-date {
	float:none;
	font-size:75%;
}
.rev-cont:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #333;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: 28px;
}
a.view-article {
  color:#fff !important; 
  background:#0D132A;
  padding: 7px 35px;
  border-radius: 8px; 
  transition:all ease-in-out .2s;
  box-shadow:1px 1px 1px rgba(0,0,0,.4);
  display:table;
  clear:both;
  margin:10px 0;
}
a.view-article:hover {opacity:.7; text-decoration:none !important;}
.blog-sidebar ul, .post ul {list-style-type:circle;}
.post a img {
  float: left;
  padding-right: 20px;
}
.blog-sidebar {
  background: #28769c;
  border-radius:10px;
  color: #fff;
  padding: 20px;
}
.blog-sidebar h3 {color:#fff;}
.blog-sidebar ul li a {color:#fff !important; transition:all ease-in-out .3s;}
.blog-sidebar ul li a:hover {opacity:.7; text-decoration:none !important;}
.post ul li {margin-bottom:15px;}
.breakout {
  background-image:url();
  background-attachment:fixed;
  margin-top:5em;
  margin-bottom:5em;
  padding:50px 0;
}
.full-width .wrapper {max-width:1903px;}
.wpcf7 {width:80%;}
.one-half .wpcf7 {
  background:#333;
  border-radius:10px;
  margin-top:3em;
  padding:20px;
}
.wpcf7-form input, .wpcf7-form textarea {
 border: 1px solid #e8e8e8;
 border-radius: 4px;
 margin: 4px 0;
 padding: 5px 9px;
}
.homecontact {
  background:#cac9c9;
  background-image:url();
  padding:20px;
  text-align:center;
  margin-bottom:2em;
}
.homecontact a {margin:auto;}
.everyother>li:nth-child(odd){
  background:#e8e8e8;
}
.everyother li {font-size:1.2em; padding:15px;}
.everyother {padding-left:0px;}

ul.cta-list {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left:0;
  margin: 5em 0;
  justify-content: center;
}
ul.cta-list li {
  background: #2d2d2d;
  border: 1px solid #c7c7c7;
  color:#fff;
  line-height: 1.6em;
  font-size: 1em;
  margin:5px;
  padding-left:0;
  padding:25px;
  width:500px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-grow: 1;
  width: auto;
  flex-basis: 500px;
  list-style: none;
  margin: 15px;
}
.cta-list svg {color:#BC2727;font-size:3em; text-align:center;margin-bottom:10px;}
.cta-list li {text-align:center;}
.cta-list li img {
    max-height: 124px;
    margin-bottom: 14px;
}
.cta-list li h3 {font-size:1.5em;}
#gallery-2 img {
  border:0px solid #fff !important;
  width: auto;
  height: auto;
}
#content li svg {color:#BC2727; margin-right:5px;}
.contact-pg-form {
	background: #AE945F;
    text-align: center;
    padding: 50px 30px;
    border-radius: 10px;
}
.ul-indent li{text-indent:-25px;}
.center-all {text-align:center;}
.center-all a {margin:auto;}
/*==================FOOTER==================*/

footer.footer {
  background:#333;
  background-image: url();
  background-attachment:fixed;
  color:#fff;
}
.footer h2 {color:#fff !important; font-size:1.7em;}
.footer .review-info {
  color:#fff;
  background: none;
  padding: 0;
}
.bottomicon img {transition:all ease-in-out .2s;width:55%;max-width:32px;}
.bottomicon img:hover {filter:brightness(50%);}
.copy {padding-top:0px;}
.footer .btn {
	border-radius: 6px;
    border: 1px solid #ccc;
}
.footer .review-rating {display:block;}
.footer .author-name {float:right;}
.footer .review-body {
  padding: 0 0 0;
}
.footer #biziqrecentreviews-5 {
  text-align:left;
  width:80%;
}
.bottomicon {width:12%;}
.socialicons {
  text-align:left;
}
.footer .wrapper {
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:center;
  max-width:1080px;
}
.footer .one-fourth {
  padding: 0 10px;
  margin:5px;
  text-align: left;
  flex:auto;
  width:335px;
}
.footer .wpcf7 {width:90%;}
.footer #googlemapswidget-2 img {height:auto;width:auto;}
span.icon-item {
  display: inline-block;
  text-indent: -12px;
  margin-left: 12px;
  margin-bottom: 10px;
}
.footer svg, span.icon-item i {color:#fff;}
span.icon-item i {margin-right:4px;}
.blog .footer table {
	color: inherit;
    font-size: 1em;
}
.btn, .biziq-button, .client-button, .rev-read-more, #content button, html input[type="button"], input[type="reset"], input[type="submit"] {	
  text-transform:uppercase;
  letter-spacing:2px;
  margin: 25px 0px;
  padding: 7px 30px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.4);
  display: table;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #BC2727;
  color:#FFF !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #771717;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .hvr-shutter-out-horizontal:active {
  color: white !important;
  text-decoration:none !important;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

ul {list-style-type: none;} 
ul.spaced li{margin-bottom:15px;}
ul.fancylist li:before {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #D72B26;
  font-size: 16px;
  padding-right: 0.5em;
  margin-left: -27px;
}
ul.checked li:before{content: "\f00c";}
ul.marker li:before {content: "\f041";}


@media only screen and (max-width: 1200px) {
	.toplogo {font-size:30px !important;}
}
@media only screen and (max-width:1024px) {
	.cta {
		
	}
}
@media only screen and (min-width: 769px) {
  .blog-sidebar {
    width: 25%;
  }
}
@media only screen and  (max-width:768px) {
	.nav {padding: 10px 0 13px;}
	body.admin-bar .mobmenu, .mob-menu-header-holder.mobmenu, .mobmenu_content {background:#2d2d2d;}
.nav ul li a, #mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu_content h2, #mobmenuleft .mobmenu_content h3, #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu_content h2, #mobmenuright .mobmenu_content h3, #mobmenuright .mob-expand-submenu i {
	    color:#fff;
		font-size:1.5em;
	}
	.show-nav-left .mobmenu .mob-cancel-button, .mobmenu .mob-menu-icon, .show-nav-right .mobmenu .mob-cancel-button {color:#fff;}
	.mobmenu_content #mobmenuleft li:hover, .mobmenu_content #mobmenuright li:hover {
	    background-color:#333;
	}
	img.alignright {
		padding-bottom:2%
	}
	#content ul {
		text-align:left;
		margin:0;
	}
	.toplogo {text-align:center;margin-top: 1em;}
	.topPhone {
		padding-top:5px;
		text-align:center;
	}
	.cta {
		font-size:.7em;
        margin-left: 0;
        align-items: center;
        background: rgba(255,255,255,.5);
	}
	.ctatop {margin-bottom: 2%;}
	div.one-half {text-align:left;}
	.h2space {margin-top:10%;}
	.topimg{margin-left:18%;}
	#homepagecontent .breakout {padding:2%;}
	.socialicons {max-width:500px;}
	a.ctabtn.btn {margin: 0;}
}
@media only screen and (max-width:617px) {
	img.alignright {padding-left:1%;}
}

@media only screen and (max-width:425px) {
	#homepagecontent .breakout {background-attachment:scroll;}
	.footer .wpcf7 {width:100%;}
	.ctatop {font-size:1.8em;}
}

@media (max-width:320px) {
	
}

/*general flex wrapper*/
.flex-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    padding: 1em 0em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    margin: 0 -20px;
}

.flex-wrapper .flex-item {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    padding: 1em 20px;
}

.google-maps {
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
    border: 1px solid #d7dadc;
    margin-bottom: 0px;
}

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


.w3-modal {
    z-index: 30000;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    max-width: 600px;
}
.w3-container, .w3-panel {
    padding: 1em;
}
 
span.w3-button.w3-display-topright {
    float: right;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
}

nav.nav-fixed #menu-item-706 {display: block !important; } 

#menu-item-706 {display: none !important;}

#content .accordion-wrap h3 {
  cursor: pointer;
  /*border-bottom: 3px solid #337291;*/
  margin-bottom: 0;
  padding: 10px 15px 9px 11px;
  line-height: 1.3em;
  margin-top: 20px;
  background: #BC2727;
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
}
.accordion-wrap h3:after {
  content: '\f067';
  font-family: "Font Awesome 5 Pro";
    font-weight: 900;
  float: right;
  padding-right: 0;
  margin-bottom: 5px;
}
.accordion-wrap h3.close:after {
  content: '\f068';
}
.accordion-content, #accordion p {
    display: none;
    margin: 0;
    background: #eaeaea;
    padding: 15px;
}