<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=============================================
    Please add all custom CSS to this file
 =============================================*/

@import url('https://fonts.googleapis.com/css?family=Lobster|Yanone+Kaffeesatz');

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

#content {
	background-color: #fff;
}
h1, h2, h3 {
	color: #000;
	line-height: 1.2em;
	font-family: 'Yanone Kaffeesatz', sans-serif!important;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
p, ul {
	color: #707070;
}
.btn {
	background: #0B653B;
	border: 3px solid #0B653B;
	padding: 7px 20px;
	transition: all 0.3s ease;
	color: #fff!important;
	box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	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------
-----------------*/

.nav ul {
    margin: 0;
    padding: 6px 0 0px !important;
    text-align: center;
}

.prime header.header {
	background: url(/wp-content/uploads/pattern.png) top left repeat #cfcbcb;
	box-shadow:         inset 0px 0px 90px 0px rgba(0, 0, 0, 0.4);
	text-shadow: 1px 1px 5px #000;
}
.nav {
	background: #0f4326; /* Old browsers */
	background: -moz-linear-gradient(left,  #0f4326 0%, #187641 45%, #187641 56%, #0f4326 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0f4326 0%,#187641 45%,#187641 56%,#0f4326 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0f4326 0%,#187641 45%,#187641 56%,#0f4326 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4326', endColorstr='#0f4326',GradientType=1 ); 
	border-top: 3px solid #187641;
	border-bottom: 3px solid #187641;
	box-shadow:         inset 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}
nav.nav.nav-fixed {
	
}
.nav a {
	color: #ffffff!important;
	transition: all 0.3s ease;
}
.nav ul li a {
	border: 0;
}
.nav ul li a:hover {
	background: #187641;
}
.nav ul li {
	border-radius: 6px;
	
}
.nav ul li:hover {
	box-shadow:         0px 0px 5px 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;
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	background: #187641;
}
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 {
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	background: #0B653B;
}
nav.nav ul li.current-menu-item, nav.nav ul li.current_page_parent, nav.nav ul li.current-menu-ancestor {
	border: 0;
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	background: #0B653B;
}
.topPhone {
	color: #fff;
	font-size: 32px;
	padding-top: 30px;
}
.call-today {
	color: #fff;
	font-size: 24px;
	padding-top: 8px;
	font-family: 'Lobster', cursive;
}
.header .textwidget {
	padding: 10px 0;
}


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

.cta {
	right: 0;
	top: 20%;
}
.cta-top {
	font-family: 'Yanone Kaffeesatz', sans-serif!important;
	color: #fff;
	text-transform: uppercase;
	font-size: 80px;
	text-shadow: 1px 1px 5px #000;
}
.cta-btm {
	margin-bottom: 50px;
	font-family: 'Lobster', cursive;
	color: #d2d0d0;
	text-shadow: 1px 1px 5px #000;
	font-size: 60px;
	padding-top: 30px;
}
.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 #cfcbcb;
	box-shadow:         inset 0px 0px 90px 0px rgba(0, 0, 0, 0.4);
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	border-top: 5px solid #adadad;
}
.widgettitle, #biziqbusinesshours-3 h2 {
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	margin-right: 20px;
	border-radius: 6px;
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	background: #bdbcbc;
}
#biziqbusinesshours-3 p {
	color: #fff;
}


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

.compliments h1 {
	background-color: #707070;
}
.up-down &gt; a::before {
	color: #0B653B;	
	transition: all 0.3s ease;
}
.up-down &gt; a:hover:before {
	color: #084629;
	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: #C0C0C0;
}
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 &gt; a {
	padding: 3%;
}


/* ----------------
-----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);
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #129055;
  border-radius: 100%;
  box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5)!important;
  -webkit-transform: scale(0);
  transform: scale(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-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}


/* -------------------------
-------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 &gt; a::before {
		font-size: 80px;	
	}
	#toggle-wrapper {
		top: 10px;
	}
	.cta {
		top: 15%;
	}
	.cta-top {
		font-size: 45px;
	}
	.cta-btm {
		margin-bottom: 25px;
		font-size: 33px;
		padding-top: 13px;
	}
	.cta-btn {
		font-size: 14px;
		padding: 5px 15px;
	}
	.header .textwidget {
		padding: 10px 0;
	}

}

/*---------------550----------------*/

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

	.page-id-7 #slider img {
		visibility: hidden;
	}
	.page-id-7 #slider {
		height: 180px;
		background: url(/wp-content/uploads/pattern-lines.png) top left repeat #0B653B;
		box-shadow:         inset 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	}
	.cta {
		top: 25px;
	}
	.cta-top {
		font-size: 34px;
	}
	.cta-btm {
		margin-bottom: 20px;
		font-size: 24px;
		padding-top: 7px;
	}

}




#stiky_phone {
  position: fixed;
  right: -3000px;
  top: 15px;
  font-size: 1.5em;
  font-weight: 700;
}

.nav-fixed #stiky_phone {
  right: 30px;
}

@media screen and (max-width: 1200px) {
  .nav-fixed #stiky_phone {
    display: none;
  }
}
</pre></body></html>