/*============================================*/

@import url('https://fonts.googleapis.com/css?family=Oleo+Script|Montserrat:400,700|Open+Sans:400');

.clear {    clear: both;}
#content{	min-height:400px;}

/*==================HEADER==================*/

.prime header.header {
	background:#656565;
	background-image: url("/wp-content/uploads/graphy.png");
}

.toplogo {
	color: #000;
	font-size:40px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
}

.toplogo img:hover {
	opacity:0.7;
	transition:all 0.4s;
}

.topPhone {
	font-size:45px;
	font-weight:bold;
	line-height:1;
	color:#fff;
}

.topPhone a:hover {
	color:#2660A4;
	transition:all 0.4s;
}

.topPhone span {
	font-size: 17px;

}

header {
	max-height:400px;
}

nav, nav.nav.nav-fixed {
	background:#102B3F;
	background-image: url("/wp-content/uploads/black-felt.png");
}

nav.nav ul li.current-menu-item a {
	border: 2px solid rgba(255,255,255,.8);
	border-top:0;
	border-left:0;
	border-right:0;
	background:rgba(38, 96, 164,0.1);
}

.cta {
	top:16%;
	left:0;
	right:0;
}

.ctatop {
	font-family: 'Oleo Script', cursive;
	color:#2660A4;
	font-size:3em;
	font-weight:900;
	line-height: 1.1em;
}

.ctabot {
	color: #000000;
	font-size:2em;
	font-weight:700;
	margin-bottom: 2%;
    text-shadow: 1px 1px 8px #fff;
}

.ctabtn {
	padding:7px 30px;
	background:#8c0505;
	color:#fff;
	font-weight:500;
	box-shadow:1px 1px 1px #333;
}

.ctabtn:hover {
	background:#666;
	color:#fff;
	transition:all 0.4s;
}
/*==================BODY==================*/

h1,h2,h3 {
	color:#2660A4;
}

#trend {
	width: 100%;
}

.spacing li {
	padding: 5px;
}


.compliments h1 {
	background: #2660A4;
}

.up-down a {
	color:#102B3F !important;
}

.up-down a:hover {
	color: #2660A4 !important;
}

#contactp {
	padding-right: 15px;
}

#homepagecontent .breakout .wrapper {text-align:center; padding:10px 0;}

/*======GALLERY=======*/


#gallery-2 img {
    width: auto;
    height: auto;
}

/*==================FOOTER==================*/

footer.footer {
	background:#102B3F;
	background-image: url("/wp-content/uploads/black-felt.png");
}

.footer h2 {
	color:#FFF !important;
}

.socialicons {
	text-align:left;
}

#googlemapswidget-2 img {
	max-height:250px;
}

/*==================BUTTONS==================*/

.btn {
  padding: 7px 30px;
  box-shadow: 2px 2px 2px #6b6b6b;
  display: table;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #8c0505;
  color:#FFF !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #666;
  -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;
}
.btn:hover, .btn:focus, .hvr-shutter-out-horizontal:active {
  color: white !important;
  text-decoration:none !important;
}
.btn:hover:before, .btn:focus:before, .btn: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: #8c0505;
    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:1024px) {
	.cta {
		left:0%;
		right:0%;
	}
}

@media (max-width:768px) {
	.nav {
		padding: 15px 0 15px;
	}
	#content ul {
		text-align:left;
		margin:0;
	}
	.topPhone {
		padding-top:5px;
		font-size:30px;
		text-align:center;
	}
	.cta {
		top:5%;
	}
	.ctatop {
		font-size:2em;
	}
	.ctabot {
		font-size:1.5em;
	}
	div.one-half {
		text-align:left;
	}
	.h2space {
		margin-top:10%;
	}
	.topimg{
		margin-left:18%;
	}
	#homepagecontent .breakout iframe {width:auto !important; height:auto !important;}
}

@media (max-width:617px) {
	img.alignright {
		padding-left:1%;
	}
}

@media (max-width:425px) {
	.cta {
		background: rgba(255,255,255,0.5);
	}
	.ctatop {
		line-height:1em;
		margin-bottom:3%;
	}
	.ctabot {
		display:none;
	}
}

@media (max-width:320px) {
	.ctatop {
		font-size:0.7em;
	}
}
