/*============================================*/

html { overflow-x: hidden;}
body {font-weight:400;}
.clear {clear: both;}
#content{min-height:400px;}
.prime {font-size:1.4em;}

/*==================HEADER==================*/

.prime header.header {
	background:#fff;
	background-image: url();
	background-attachment:fixed;
}
.toplogo {
	color: #000;
	font-size:40px;
	font-weight:700;
	padding-top:5px;
	padding-bottom:5px;
}
.toplogo img:hover {
	opacity:0.7;
	transition:all 0.3s;
}
.topPhone {
	font-size:1.5em;
	line-height:1em;
	padding-top:20px;
	padding-bottom:10px;
	color:#000;
}
.topPhone a {
    background: #0B6A8E;
    border-radius:10px;
    color: #fff;
    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;
}
.nav ul {padding:0;}
.nav ul li a {
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:1em;
  padding:8px 26px;
  transition:.4s;
  position:relative; 
}
.nav ul li {transition:all ease-in-out .2s;}
.nav ul li 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 {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.nav ul li a:hover {
  background-color:rgba(0,0,0,0);
  color:#fff;
  padding:8px 26px;
}
nav, nav.nav.nav-fixed, ul.sub-menu, body.admin-bar .mobmenu {
	background:#000;
}
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:#0B6A8E;}
.cta {
    bottom: 0;
    right: 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
}
.ctatop {
	background:#000;
	border-radius:6px;
	color:#fff;
	font-size:3em;
	line-height:1em;
	margin-bottom:1%;
	padding:20px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px rgba(0,0,0,.5);
}
.ctabtn {
	padding:12px 30px;
	background:#0B6A8E;
	border-radius:9px;
	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 {
	background:#fff;
	color:#0B6A8E;
}
.rslides_tabs {
	background:rgba(0,0,0,0);
	border-top:0px solid rgba(0,0,0,0);
	position: static;
}
.rslides_tabs li {padding-top:10px;}
.rslides_tabs li a:before {font-size:20px;}
.rslides_tabs li a:before {
    content: '\25CB';
}

.rslides_tabs li.rslides_here a:before {
    content: '\25CF';
}

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

.rslides_tabs li.rslides_here a:before {
  color: rgba(113, 110, 110, 0.8);
  font-size: 1.5em;
}

.rslides_tabs li a:before {
  color: rgba(0,0,0,0.5);
  font-size: 1.5em;
}
/*==================BODY==================*/

h1, h2, h3 {text-transform:uppercase;line-height:1em;}

h1 {
	color:#333;
	font-size:2.5em;
}
h2{font-size:2.1em;}
h2, h3 {
	color:#000;
}
#trend {
	width: 100%;
}
.spacing li {
	padding: 5px;
	padding-left: 2em;
    text-indent: -1.2em;
}
.compliments h1 {
	background: #000;
}
.up-down svg {
	color:#0B6A8E !important;
	transition:all ease-in-out .2s;
}
.up-down svg:hover {
	color: #4C87A3 !important;
}
.contactp {
	padding-right: 15px;
}
.review-info {
    margin: 0 0 8px;
    background: #333;
    border-radius:8px;
    padding: 20px;
    color: #fff;
}
.footer .review-rating {float:none;margin-top:0px;}
.review-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.rev-cont {
    background:#b9b9b9;
    border: 0px solid #000;
    border-bottom:0px solid #000;
    border-radius:10px;
    flex:auto;
    width:49%;
    padding:0px;
    margin: 15px 4px;
}
#content .review-rating {
    display:inline;
    padding-left:5px;
    padding: 0px 12px 0 0;
    font-size: 16px;
}
.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;}
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:2em;
  margin-bottom:2em;
  padding:50px 0;
}

.wpcf7 {width:80%;}
.one-half .wpcf7 {margin:auto;}
.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 {
	margin: 0 -15px;
}
ul.cta-list li {
    padding-left: 30px;
    text-indent: -25px;
    line-height: 1.6em;
    font-size: 1.3em;
    font-weight: 500;
    flex-basis: 250px;
    text-align: left;
}
#content .svg-inline--fa {color:#0B6A8E;}
/*======================= flex======================= */
.flexcont {
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}
.flex-item, ul.cta-list li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
    width: auto;
    flex-basis: 280px;
    list-style: none;
    margin: 15px;
}

#homepagecontent .flex-item {font-size:1.3em; max-width:460px;}

.contact-us iframe {width:100%;}
/*======GALLERY=======*/


#gallery-2 img {
    border:0px solid #fff !important;
    width: auto;
    height: auto;
}

/*==================FOOTER==================*/

footer.footer {
	background:#1a1a1a;
	background-image: url();
	background-attachment:fixed;
	color:#fff;
}
.footer h2 {color:#fff !important;}
.footer .review-info {
    color:#fff;
    background: none;
    padding: 0;
}
.footer .review-rating {display:block;}
.bottomicon img {transition:all ease-in-out .2s;}
.bottomicon img:hover {filter:brightness(50%);}
.copy {padding-top:0px;}
.footer .review-body {
    padding: 0 0 0;
}
.bottomicon {width:12%;}
.socialicons {
	text-align:left;
}
.footer .wrapper {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:center;
	max-width:1903px;
}
.footer .one-fourth {
    padding: 0 10px;
    margin:5px;
    text-align: left;
    flex:auto;
    width:335px;
}
.footer .btn {margin:auto; width:80%;}
.footer .wpcf7 {}
.footer #biziqrecentreviews-5 {
  text-align:left;
  width:80%;
}
span.icon-item {
    display: inline-block;
    text-indent: -10px;
    margin-left: 22px;
    margin-bottom: 10px;
}

span.icon-item i {margin-right:4px;}
.footer div#biziqrecentreviews-5 {min-height:165px;}

/*==================BUTTONS==================*/

.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: #0B6A8E;
  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: #4C87A3;
  -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);
}

/*==================LIST ======================*/

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


/*==================RESPONSIVE==================*/
@media (max-width: 1200px) {
	.toplogo {font-size:30px !important;}
}
@media (max-width:1024px) {
	.cta {
		
	}
}
@media (max-width:768px) {
	.mobmenur-container i, #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {color:#fff;}
	.nav {padding: 10px 0 13px;}
	img.alignright {
		padding-left:0;
		padding-bottom:2%
	}
	#content ul {
		text-align:left;
		margin:0;
	}
	.toplogo {text-align:center;}
	.topPhone {
		padding-top:5px;
		text-align:center;
	}
	.cta {
		font-size:.7em;
	}
	div.one-half {text-align:left;}
	.h2space {margin-top:10%;}
	.topimg{margin-left:18%;}
	#homepagecontent .breakout {padding:2%;}
}
@media (max-width:617px) {
	img.alignright {padding-left:1%;}
}

@media (max-width:425px) {
	#homepagecontent .breakout {background-attachment:scroll;}
	.cta {display:none;}
}

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