/*=============================================
    Please add all custom CSS to this file
 =============================================*/

@import url('https://fonts.googleapis.com/css?family=Courgette|Homenaje');

/* ----------------
---BASE STYLES-----
-----------------*/

#content {
	background-color: #fff;
}
h1, h2, h3 {
	color: #000;
	line-height: 1.2em;
	font-family: 'Homenaje', sans-serif!important;
}
h1 {
	font-size: 2.1em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.6em;
}
p, ul {
	color: #707070;
}
.btn {
	background: url(/wp-content/uploads/pattern2.png) top left repeat #b1262c;
	padding: 10px 20px;
	transition: all 0.3s ease;
	color: #fff!important;
	box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	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;
}



/* ----------------
-------HEADER------
-----------------*/

.prime header.header {
	background: url(/wp-content/uploads/pattern.png) top left repeat #79191D;
	box-shadow:         inset 0px 0px 70px 0px rgba(0, 0, 0, 0.75);
}
.nav {
	background: rgba(255,255,255,0.07);
	border-top: 1px solid #c73c44;
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 5px #000;
}
nav.nav.nav-fixed {
	background-color: #79191D;
}
.nav a {
	color: #ffffff!important;
	transition: all 0.3s ease;
}
.nav ul li a {
	border: 0;
}
.nav ul li a:hover {
	background: rgba(255,255,255,0.07);
	transition: all 0.3s ease;
}
.nav ul li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
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: rgba(255,255,255,0.07);
}
nav.nav ul li.current-menu-item a:hover, nav.nav ul li.current_page_parent a:hover, nav.nav ul li.current-menu-ancestor a:hover {
	background: rgba(255,255,255,0.12);
}
nav.nav ul li.current-menu-item, nav.nav ul li.current_page_parent, nav.nav ul li.current-menu-ancestor {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
nav.nav ul li.current-menu-item:hover, nav.nav ul li.current_page_parent:hover, nav.nav ul li.current-menu-ancestor:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.topPhone {
	color: #fff;
	font-size: 36px;
	padding-top: 30px;
	font-family: 'Homenaje', sans-serif;
	text-shadow: 1px 1px 5px #000;
}
.call-today {
	color: #D0D1D5;
	font-size: 24px;
	padding-top: 8px;
	font-family: 'Courgette', cursive;
	text-shadow: 1px 1px 5px #000;
}
.header .textwidget {
	padding: 20px 0;
}


/* ----------------
-------BANNER------
-----------------*/

.cta {
	left: 4%;
	top: 20%;
}
.cta-top {
	font-family: 'Homenaje', sans-serif;
	display: inline-block;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	font-size: 50px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.8);
	padding: 20px 30px;
}
.cta-btm {
	margin-bottom: 30px;
	font-family: 'Courgette', cursive;
	display: inline-block;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	font-size: 42px;
}
.cta-btn {
	font-size: 18px;
}
.cta-block {
	display: block;
}
.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 #79191D;
	box-shadow:         inset 0px 0px 90px 0px rgba(0, 0, 0, 0.75);
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
.widgettitle, #biziqbusinesshours-3 h2 {
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	background: rgba(255,255,255,0.07);
}
#biziqbusinesshours-3 p {
	color: #fff;
}
.footer .one-third {
	margin: 0 1%;
	width: 31%;
}


/* ----------------
-----FEEDBACK------
-----------------*/

.compliments h1 {
	background-color: #D0D1D5;
	text-shadow: 1px 1px 5px #000;
}
.up-down > a::before {
	color: #79191D;	
	transition: all 0.3s ease;
}
.up-down > a:hover:before {
	color: #ab2228;
	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 -15px;
	color: #D0D1D5;
}
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%;
}
#gallery-2 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);
  box-shadow: 0 0 1px transparent;
  -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 Bottom */
.hvr-sweep-to-bottom {
  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-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/wp-content/uploads/pattern.png) top left repeat #c72c32;
  box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom: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 {
		padding-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: 15%;
	}
	.cta-top {
		font-size: 30px;
		padding: 10px 20px;
	}
	.cta-btm {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.cta-btn {
		font-size: 14px;
		padding: 5px 15px;
	}
	.header .textwidget {
		padding: 10px 0;
	}
	.footer .one-third {
		margin: 0;
		width: 100%;
	}

}

/*---------------550----------------*/

@media screen and (max-width: 550px) {

	#slider img {
		visibility: hidden;
	}
	#slider {
		height: 160px;
		background: url(/wp-content/uploads/pattern2.png) top left repeat #b1262c;
		box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
	}
	.cta-btn {
		    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	}
	.cta-top {
		font-size: 24px;
		padding: 6px 16px;
	}
	.cta-btm {
		font-size: 18px;
	}
	.cta {
		top: 20px;
		left: 0;
		right: 0;
	}
	#gallery-2 .gallery-item {
		float: none!important;
		width: 100%!important;
	}

}