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

@import url('https://fonts.googleapis.com/css?family=Amaranth:400i,700,700i');

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

html { overflow-x: hidden; }

#content {
	background-color: #fff;
}
h1, h2, h3 {
	color: #000;
	line-height: 1.2em;
	font-family: 'Amaranth', sans-serif!important;
	font-weight: 700;
	font-style: italic;
}
h3 {
	font-size: 1.3em;
}
p, ul {
	color: #000000;
}
.btn,.wc-block-product-search .wc-block-product-search__button {
	background: #124096;
	padding: 7px 20px;
	transition: all 0.3s ease;
	color: #fff!important;
	border-radius: 6px;
}
.btn a {
	color: #fff!important;
	text-decoration: none!important;
}
.btn:hover {
	text-decoration: none!important;
	transition: all 0.3s ease;
}



/* ----------------
-------HEADER------
-----------------*/

.prime header.header {
	background-color: #DAD2D8;
}
.nav {
	background-color: #222222;
}
nav.nav.nav-fixed {
	background-color: #222222;
}
.nav a {
	color: #ffffff!important;
	transition: all 0.3s ease;
}
.nav ul li a {
	border: 0;
	border-bottom: 3px solid transparent;
}
.nav ul ul ul ul{
	left: 100%;
    top: 0;
}
.nav ul li a:hover {
	background: transparent;
	border-bottom: 3px solid #DAD2D8;
}
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;
	border-bottom: 3px solid #DAD2D8;
}
.topPhone {
	color: #000;
	font-size: 32px;
	margin-top: 9px;
	font-family: 'Amaranth', sans-serif;
	font-weight: 700;
}
.call-today {
	color: #124096;
	font-size: 24px;
	padding-top: 8px;
	font-family: 'Amaranth', sans-serif;
	font-style: italic;
}
.header .textwidget {
	padding: 20px 0;
}


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

.cta {
	left: 0;
	right: 0;
	top: 15%;
}
.cta-top {
	font-family: 'Amaranth', sans-serif;
	background: rgba(18,64,150,0.8);
	color: #fff;
	padding: 20px 30px;
	display: inline-block;
	font-size: 46px;
	text-shadow: 1px 1px 5px #000;
	font-style: italic;
	font-weight:400;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.cta-btm {
	margin-bottom: 20px;
	font-family: 'Amaranth', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	background: rgba(195,4,21,0.8);
	padding: 25px 30px;
	font-size: 65px;
	text-shadow: 1px 1px 5px #000;
	text-transform: uppercase;
}
.cta-btn {
	font-size: 18px;
}
.rslides_tabs li a::before {
	font-size: 20px;
}
.rslides_tabs {
	padding: 5px 0 0;
}



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

footer.footer {
	background-color: #222222;
	color: #fff;
}
.widgettitle, #biziqbusinesshours-3 h2 {
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	border-bottom: 3px solid #DAD2D8;
}
#biziqbusinesshours-3 p {
	color: #fff;
}


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

.compliments h1 {
	background-color: #124096;
}
.up-down > a::before {
	color: #222222;	
	transition: all 0.3s ease;
}
.up-down > a:hover:before {
	color: #8b030f;
	transition: all 0.3s ease;
}


/* ----------------
-------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: #AAABBC;
}
.wpcf7-form input[type=submit] {
	background: #124096;
	color: #fff;
	padding: 8px 12px;
	border: 0;
	transition: all 0.3s ease;
	border-radius: 6px;
}
.wpcf7-form input[type=submit]:hover {
	background: #0c2c69;
	transition: all 0.3s ease;
}
ul {
	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;
}
.gallery-item img {
	width: auto;
	height: auto;
}


/* ----------------
-----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 Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222222;
  border-radius: 6px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


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


/*---------------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;
	}
	.cta-top {
		font-size: 25px;
		padding: 7px 20px;
	}
	.cta-btm {
		margin-bottom: 15px;
		font-size: 34px;
		padding: 12px 20px;
	}
	.cta-btn {
		font-size: 14px;
		padding: 5px 15px;
	}
	.header .textwidget {
		padding: 10px 0;
	}

}


/*---------------570----------------*/

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

	.page-id-7 #slider img {
/* 		visibility: hidden; */
	}
	.page-id-7 #slider {
		background: #DAD2D8;
		height: 180px;
	}
	.gallery-item {
		float: none!important;
		width: 100%!important;
	}

}

#gallery-2 img {
    border: none !important;
    padding: 1px 1px 1px 1px !important;
}

.page-id-1093 #gallery-2 .gallery-item img{
	max-height:100px;
}

.page-id-1093 #gallery-2 .gallery-item{
	margin-top: 25px
}