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

.clear {
    clear: both;
}

#content{
	min-height:400px;
}

body{
	color:#000;
}

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

.prime header.header {
	background:#f4e7d9; 
}

.toplogo img {
	height:150px;
	padding:0px;
}

.topPhone {
	font-size:30px;	
	color:#000;
}

.topPhone span {
    display: block;
    line-height: 1.5em;
}

header {	max-height:400px;}

nav {
	background:#654F39; 
	box-shadow: 0px 2px 0px 0px #939393;
	border-top:1px solid #9e9e9e;
}

nav.nav.nav-fixed {
    background-color: #654F39;
}

nav.nav ul li.current-menu-item a {
	border: 2px solid rgba(243, 106, 37,.8);
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

.rslides_tabs {padding:0px;}

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

h1,h2,h3 {
	color:#654F39;
}

#trend {
	width: 100%;
}

#spacing li {
	padding: 10px;
}


.compliments h1 {
	background: #F36A25;
}

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

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

#contactp {
	padding-right: 15px;
}

section li {
	padding:5px;
}

#gallery-2 img, #gallery-4 img {
    border: 2px solid #fff !important;
}

/*============
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: #80885f;
  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: #F36A25;
  -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);
}

footer .btn {
	display: block;
	margin: .35em 0;
	text-align:center;
	max-width: 180px;
}


/*===============
LIST STYLE
=================*/

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: #F36A25;
    font-size: 16px;
    padding-right: 0.5em;
    margin-left: -27px;
}
ul.checked li:before{content: "\f00c";}
ul.marker li:before {content: "\f041";}

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

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

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

.socialicons {
	text-align:left;
}

.hrspace {
	padding-bottom:15px;
}

@media only screen and (min-width: 769px) {
     .toplogo { -ms-flex-item-align: start; align-self: flex-start;}
    .toplogo img {max-height: 150px; }

    .topPhone {
        -ms-flex-item-align: end;
        align-self: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.2em;
		cursor: pointer;
    }

    header .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0;
    }
	
    .header .textwidget {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }}

.video-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}