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

@import url('https://fonts.googleapis.com/css?family=Satisfy');

/* ----------------
---BASE STYLES-----
-----------------*/

html { overflow-x: hidden; }

.prime {
	font-size: 1.5em;
}
body{font-weight:400;}
#content {
	background-color: #fff;
}
h1, h2, h3 {
	color: #000;
	line-height: 1.2em;
	font-family: 'Satisfy', cursive!important;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
p, ul {
	color: #707070;
}
.btn {
	background: #FFA812;
	padding: 7px 20px;
	transition: all 0.3s ease;
	color: #fff!important;
	box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	border: 3px solid #FFA812;
	text-shadow: 1px 1px 5px #000;
}
.btn a {
	color: #fff!important;
	text-decoration: none!important;
}
.btn:hover {
	text-decoration: none!important;
	transition: all 0.3s ease;
}


#content h3 {
    font-family: 'Montserrat', sans-serif !important;
    background: #222;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.9em; 
}
/* ----------------
-------HEADER------
-----------------*/

.prime header.header {
	background: url(/wp-content/uploads/header-bg.jpg) center center repeat #FFA812;
	box-shadow: inset 0px 0px 90px 0px rgba(0, 0, 0, 0.5);
}
.nav {
	background: rgba(255,255,255,0.1);
	border-top: 1px solid #f9a411;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
nav.nav.nav-fixed {
	background: url(/wp-content/uploads/header-bg.jpg) center center repeat #FFA812;
}
.nav a {
	color: #ffffff!important;
	transition: all 0.3s ease;
	text-shadow: 1px 1px 5px #000;
}
.nav ul li a {
	border: 0;
}
.nav ul li a:hover {
	background: #bd7f0f;
	box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
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: 0;
	background: #bd7f0f;
	box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.nav ul li ul {
	background: #d48e12;
	box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.nav ul li ul li a:hover {
	box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
	background: #9e6b0e;
}
.topPhone a {
	color: #fff;
	font-size: 32px;
	margin-top: 50px;
	text-shadow: 1px 1px 5px #000;
	font-weight: bold;
	display: inline-block;
}
.topPhone i {
	color: #000;
	text-shadow: none;
}
.header .textwidget {
	padding: 20px 0;
}


/* ----------------
-------BANNER------
-----------------*/

.cta {
	width:55%;
	height: 100%;
	left: 3%;
	display: flex;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
}
.cta-top {
	font-family: 'Satisfy', cursive;
	font-size: 36px;
	line-height: 1em;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
.cta-btm {
	margin-bottom: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1em;
	background: rgba(0,0,0,0.8);
	padding: 10px 20px;
	margin-top: 7px;
	color: #fff;
	display: inline-block;
	text-shadow: 1px 1px 5px #000;
}
.cta-btn {
	font-size: 18px;
}
.rslides_tabs li a::before {
	font-size: 20px;
}
.rslides_tabs {
	padding: 5px 0 0;
}



/* ----------------
-------FOOTER------
-----------------*/

footer.footer {
	background: url(/wp-content/uploads/pattern.png) top left repeat #000;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
.widgettitle, #biziqbusinesshours-3 h2 {
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	background: #FFA812;
	box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	border: 3px solid #FFA812;
	text-shadow: 1px 1px 5px #000;
}
#biziqbusinesshours-3 p {
	color: #fff;
}
.footer .wpcf7-form input, .footer .wpcf7-form textarea {
	border: 1px solid #292929;
	background: #000;
	color: #fff;
}
.footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #707070;
}
.footer ::-moz-placeholder { /* Firefox 19+ */
  color: #707070;
}
.footer :-ms-input-placeholder { /* IE 10+ */
  color: #707070;
}
.footer :-moz-placeholder { /* Firefox 18- */
  color: #707070;
}


/*==============Gallery================== */
.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 16px;
}
#gallery-2 img, #gallery-4 img, #gallery-6 img, #gallery-8 img {height:auto;}
.gallery-icon a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 4px;
}
.gallery-icon a::after {
    transition: .3s ease-in-out;
    content: '+';
    opacity: 0;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFA812;
    bottom: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 6em;
    line-height: 1em;
}
.gallery-icon:hover a::after {
    opacity: 1;
}
@media (max-width:768px) {
  .gallery-item {width:50% !important;}
}

/* ----------------
-----FEEDBACK------
-----------------*/

.compliments h1 {
	background-color: #000;
}
.up-down > a::before {
	color: #FFA812;	
	transition: all 0.3s ease;
}
.up-down > a:hover:before {
	color: #bd7c0d;
	transition: all 0.3s ease;
}


/* ----------------
------REVIEWS------
-----------------*/

#content .rev-cont .review-date {
	margin-top: 20px;
}
#content .rev-cont .author-name {
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: bold;
	color: #000;
}
.review-body {
	border-left: 0;
}
.rev-cont span {
	float: none;
	width: auto;
	display: block;
}
.rev-cont .review-body {
	max-width: 900px;
	margin: 0 auto;
}
.review-comment-container-nullified {
	margin: 10px 0px 0px 0;
}
.rev-cont {
	padding: 20px 20px 30px;
	background: #eaeaea;
	border: 1px solid rgba(0,0,0,.15);
	margin: 0 0 60px;
	position: relative;
	text-align: center;
}
.rev-cont:before {
	content: '\201C ';
	font-family: Times New Roman, Georgia;
	position: absolute;
	background: #000;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 65px;
	font-size: 2.5em;
	top: -25px;
	left: calc(50% - 25px);
}
.biziq-button, .client-button {
	background: #FFA812;
	box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	border: 3px solid #FFA812;
	text-shadow: 1px 1px 5px #000;
	color: #fff;
	transition: all 0.3s ease;
}
.biziq-button:hover,.client-button:hover {
	background: #d98f10;
	transition: all 0.3s ease;
}
.biziq-button:after,.client-button:after, .view-article:after {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-left: 10px;
	font-size: 1.0em;
}


/* ----------------
--------BLOG-------
-----------------*/

.post-details span {
	margin-left:15px;
}
span.author, span.comments {
	margin-left:15px;
}
.post-details span.date {
	margin-left: 0px;
}
.post-details span i {
	color: #FFA812;
	margin-right: 3px;
}
span.date:before, span.author:before, span.comments:before {
	color: #FFA812;
	margin-right: 7px;
	font-size: 1.0em;
}
span.date:before {
	font-family: 'FontAwesome';
	content: "\f073";
	margin-right: 7px;	
}
span.author:before {
	font-family: 'FontAwesome';
	content: "\f007";
}
span.comments:before {
	font-family: 'FontAwesome';
	content: "\f0e6";
}
article a img {

	margin-bottom: 10px;
}
main[role=blog] article:first-of-type, main[role=blog] article  {
	background: #fff;
	padding: 20px 20px 30px;
	background: #eaeaea;
	border: 1px solid rgba(0,0,0,.15);
}
article h1 a, article h2 a {
	color: #000!important;
}


/* ----------------
-------MISC--------
-----------------*/

.clear-me {
	width: 100%;
	clear: both;
	height: 1px;
}
.contact-pad {
	padding-right: 40px;
}
.bullet-style li:before {    
	font-family: 'FontAwesome';
	content: '\f0a9';
	margin:0 5px 0 -17px;
	color: #c3c3c3;
}
.bullet-style2 li:before {    
	font-family: 'FontAwesome';
	content: '\f101';
	margin:0 5px 0 -17px;
	color: #c3c3c3;
}
ul.bullet-style2 {
	padding-top: 10px;
}
.wpcf7-form input[type=submit] {
	background: #FFA812;
	box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	border: 3px solid #FFA812;
	text-shadow: 1px 1px 5px #000;
	color: #fff;
	padding: 8px 12px;
	transition: all 0.3s ease;
}
.wpcf7-form input[type=submit]:hover {
	background: #d98f10;
	transition: all 0.3s ease;
}
ul.bullet-style, ul.bullet-style2 {
	list-style: none;
}
ul.spaced li {
	margin-bottom: 10px;
}
.socialicons img:hover {
	opacity: 0.8; 
	filter: alpha(opacity=80);
	transition: all 0.3s ease;
}
.socialicons {
	max-width: 260px;
}
.active-page {
	background: transparent;
}
.breakout {
	margin: 0 -100%;
	margin: 0 calc(50% - 50vw);
}
.widget-review-body {
	font-size: 12px;
	line-height: 1.2em;
}
.up-down > a {
	padding: 3%;
}
#googlemapswidget-2 img {
	width: auto;
	height: auto;
}
.center-me {
	text-align: center;
}
#HHTSyndicatedCatalogContent .cta {
	position: relative;
	width: auto;
	height: auto;
	display: inline-block;
	left: 0;
}
.my-logo-txt {
	color: #000;
	line-height: 1.2em;
	font-family: 'Satisfy', cursive!important;
	font-size: 24px;
	padding-top: 30px;
}



/* ----------------
-----ANIMATIONS----
-----------------*/

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bd7c0d;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* -------------------------
-------MEDIA QUERIES--------
---------------------------*/

/*---------------967----------------*/

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

	.cta-top {
		font-size: 24px;
	}
	.cta-btm {
		margin-bottom: 15px;
		font-size: 28px;
	}
	.cta-btn {
		font-size: 14px;
		padding: 5px 15px;
	}


}


/*---------------767----------------*/

@media screen and (max-width: 767px) {
	
	.contact-pad {
		padding-right: 0px;
		text-align: left;
	}
	.alignright, .alignleft {
		margin-bottom: 10px;
	}
	.bullet-style {
		text-align: left;
	}
	.bullet-style ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	.topPhone {
		margin-top: 0;
		font-size: 26px;
	}
	.call-today {
		font-size: 21px;
	}
	.up-down > a::before {
		font-size: 80px;	
	}
	.nav ul {
		padding: 0;
	}
	#toggle-wrapper {
		top: 10px;
	}
	.header .textwidget {
		padding: 10px 0;
	}

}

/*---------------720----------------*/

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

	.cta-top {
		font-size: 18px;
	}
	.cta-btm {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.cta-btn {
		font-size: 13px;
		padding: 1px 15px;
	}


}


/*---------------500----------------*/

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

	.page-id-7 #slider img {
		visibility: hidden;
	}
	.page-id-7 #slider {
		height: 200px;
		background: url(/wp-content/uploads/pattern.png) top left repeat #000;
	}
	.cta {
		top: 20px;
		left: 5%;
		right: 5%;
		width: 90%;
		display: block!important
	}
	.cta-btm {
		background: rgba(112,112,112,0.3);
	}
	

}