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

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

.clear {
    clear: both;
}

#content{
	min-height:400px;
}

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

.prime header.header {
	background-image: url("/wp-content/uploads/shutterstock_166664510.jpg");
}

.toplogo {
	color: #000;
	font-size:40px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

.toplogo img {
	border-radius: 29px 29px 29px 29px;
	-moz-border-radius: 29px 29px 29px 29px;
	-webkit-border-radius: 29px 29px 29px 29px;
	box-shadow: 3px 3px 3px #000;
}

.topPhone {
	font-family:'Helvetica',san serif;
	font-size:40px;
	font-weight:bold;
	padding-top: 19%;
	padding-bottom:5px;
	color:#3D230A;
}

.topPhone a:hover {
	color:#103e10;
	-webkit-transition-duration: 0.5s;
    	transition-duration: 0.5s;
}

header {
	max-height:400px;
}

nav, nav.nav.nav-fixed {
	background:#3D230A;
	background-image: url("/wp-content/uploads/absurdity.png");
}

nav.nav ul li.current-menu-item a {
	border: 2px solid rgba(255,255,255,.8);
	background:rgba(255,255,255,0.1);
}

.cta{
	color:#FFF;
	font-family: 'Crete Round', serif;
	font-size:3.5em;
	font-weight:bold;
	margin-bottom:2%;
	top: 16%;
	left: 4%;
	line-height:1.1;
	height:60%;
	text-transform:uppercase;
}

.ctabtn {
    background: #3D230A;
    padding: 10px 33px;
    font-size: .4em;
}

.ctabtn a:hover {
	transition: all 0.3s;
	background:#666;
}

/*==================BODY==================*/

h1,h2,h3 {
	color:#846844;
}

#trend {
	width: 100%;
}

.spacing li {
	padding: 5px;
}


.compliments h1 {
	background: #54A683;
}

.up-down a {
	color:#54A683 !important;
}

.up-down a:hover {
	color:#D3BA90!important;
}

#contactp {
	padding-right: 15px;
}

#gallery-2 img {
    width: auto;
    height: auto;
}

/* BANNER */

.banner {
    background: #3D230A;
    color: white;
    text-align: center;
    padding: 3%;
}

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

footer.footer {
	background:#A68454;
	background-image: url("/wp-content/uploads/absurdity.png");
}

.footer h2 {
	color:#FFF !important;
}

.socialicons {
	text-align:left;
}

googlemapswidget-2 img {
	max-height:250px;
}

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

.hvr-shutter-out-horizontal {
  padding: 10px 20px;
  box-shadow: 2px 2px 2px #6b6b6b;
  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;
  background:#3D230A;
  color:#FFF !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -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;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white !important;
  text-decoration:none !important;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal: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:#103e10;
    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:1094px) {
	img.alignright {
		float:left;
	}
	.cta {
		left:0%;
		right:0%;
		background:rgba(0,0,0,0.6);
		height:75%;
		padding-top:10px;
	}
}

@media (max-width:767px) {
	.nav {
		padding: 15px 0 15px;
	}
	img.alignright {
		padding-left:10%;
		padding-bottom:2%
	}
	#content ul {
		text-align:left;
		margin:0;
	}
	.topPhone {
		padding-top:5px;
		font-size:30px;
		text-align:center;
	}
	.cta {
		left:0%;
		right:0%;
		top:14%;
		font-size:1.7em;
		height:40%;
		padding-top:5px;
	}
	div.one-half {
		text-align:left;
	}
	.h2space {
		margin-top:10%;
	}
	.topimg{
		margin-left:18%;
	}
	.toplogo img {
		margin-left:29%;
	}
	 #gallery-2 .gallery-item {
   	 float: none!important;
   	 width: 100%!important;
	}
}

@media (max-width:617px) {
	img.alignright {
		padding-left:1%;
	}
	.cta {
		height:100%;
		padding-top:20px;
	}
	.toplogo img {
		margin-left:25%;
	}
}

@media (max-width:520px) {
	.toplogo img {
		margin-left:15%;
	}
}

@media (max-width:420px) {
	.toplogo img {
		margin-left:10%;
	}
}

@media (max-width:400px) {
	.cta {
		padding-top:10px;
		font-size:1.5em;
	}
	.cta a{
		margin-top:2px;
	}
	.topimg {
		margin-left:8%;
	}
	
}

@media (max-width:350px) {
	.toplogo img {
		margin-left:4%;
}
}

@media (max-width:336px) {
	.topimg {
		margin-left:0%;
	}
	.toplogo img {
		margin-left:0%;
	}
}
