/* ==========================================================================
   General
/* ========================================================================== */

a {
	color: #565A5C;
	text-decoration: none;
	transition: .3s;
}

a:hover {
	color: #582c83;
}

p {
	margin:0 0 15px;
	padding:0;
}

h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
}

a.btn {
	text-decoration:none;
}

.alignleft {
	float:left;
	margin:0 20px 10px 0;
}

.alignright {
	float:right;
	margin:0 0 10px 20px;
}

img.aligncenter {
	display: block;
	margin: auto;
}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

img, iframe {
	max-width:100%;
}

/* ==========================================================================
   Layout
/* ========================================================================== */

html, body {
	height: 100%;
}

body {
	color: #565A5C;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}


/* ==========================================================================
   Header
/* ========================================================================== */

.header-wrapper {
	background: #201547;
	padding: 20px 0;
	color: #fff;
}


#logo {
	margin-top: 15px;
	max-width: 300px;
	width: 100%;
}

.header-phone {
	font-size: 22px;
}

.header-email a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.header-email a:hover {
	color: #582c83;
}

.social {
	margin-bottom: 20px;
}

.social a {
	font-size: 20px;
	color: #fff;
	margin: 0 10px;
}

.social a:hover {
	color: #582c83;
}

.social i.icon-furman {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/icon-furman.png) center/100% no-repeat;
	vertical-align: text-top;
}

.social img {
	height: 27px;
	vertical-align: middle;
}

/* ==========================================================================
   Navigation
/* ========================================================================== */


.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu li {
	display: inline-block;
}

.main-menu li a {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.main-menu li a:hover {
	color: #582c83;
}

.slicknav_menu { display:none; }

/* ==========================================================================
   Home
/* ========================================================================== */

.grey-wrapper {
	background: #565A5C;
}

.rvp-logo {
	max-width: 150px;
}



#feed-wrapper {
	padding: 40px 0;
	background: url(../img/bg-1.jpg) center/cover fixed;
	border-bottom: 40px solid #201547;
}


/* ESPN */

#espn-rss {
	background: #f3f3f3;
	border-radius: 8px;
	overflow: hidden;
}

#espn-header {
	background: #DD0100;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
}

#espn-items {
	font-size: 14px;
}

.espn-item {
	position: relative;
	padding: 20px;
	border-top: 1px solid #ccc;
}

.espn-item:hover,
.espn-item:nth-of-type(odd):hover {
	background: #ddd;
}

.espn-item:nth-of-type(odd) {
	background: #eaeaea;
}

a.espn-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
}

.espn-title {
	font-weight: bold;
	margin-bottom: 5px;
	color: #201547;
}

.espn-description {
	font-size: 12px;
	margin-bottom: 5px;
}

.espn-date {
	font-size: 12px;
	font-style: italic;
}






#blog-wrapper {
	padding: 40px 0;
	background: url(../img/bg-2.jpg) center/cover fixed;
}

#blog h2 {
	text-transform: uppercase;
	margin: 0 0 30px;
	font-weight: bold;
}

#blog-entry {
	background: rgba(255,255,255,0.8);
	padding: 20px;
	font-size: 14px;
}

#blog-entry h3 {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 24px;
}

#blog-photo {
	display: block;
	margin: auto;
	max-width: 350px;
	background-position: center;
	background-size: cover;
	padding-top: 60%;
	border-radius: 50%;
	overflow: hidden;
}



#links-wrapper {
	padding: 40px 0;
	background: url(../img/bg-3.jpg) center/cover fixed;
	border-top: 40px solid #565A5C;
}

#links-wrapper h2 {
	text-transform: uppercase;
	margin: 0 0 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}


#links {
	background: rgba(255,255,255,0.8);
	padding: 20px;
}

#links img {
	max-height: 150px;
	margin: 10px 20px 10px 0;
}

#sponsors {
	padding: 20px;
	background: #fff;
	text-align: center;
}

#sponsors img {
	max-width: 300px;
	max-height: 150px;
	margin: 10px;
}




/* DRAWING */

#d-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,0.6);
}

#d-container {
	position: fixed;
	width: 500px;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -250px;
	background: #fff;
	padding: 20px;
	text-align: center;
	z-index: 9999;
}


#d-close {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

#d-header {
	font-weight: bold;
}

#d-subheader {
	font-size: 14px;
	margin-bottom: 10px;
}

#d-container p {
	font-size: 12px;
}

/* ==========================================================================
   Content / Backend
/* ========================================================================== */

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* ==========================================================================
   Posts
/* ========================================================================== */

.blog article,
.category article,
.archive article,
.search article {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #aaa;
}

.page .entry-content,
.blog .entry-content,
.category .entry-content,
.archive .entry-content,
.search .entry-content,
.single .entry-content {
	margin-top:20px;
	word-wrap: break-word;
}

.entry-content img { height: auto; }

h1.page-title {
	margin:0 0 40px;
	font-size: 40px;
	word-wrap: break-word;
}

h2.single-title {
	margin:0 0 15px;
}

h2.single-title a {
	text-decoration:none;
}

.main-col,
.main-col-blog {
	border-right: 1px dotted #aaa;
}


.post-meta {
	font-size:14px;
	font-style:italic;
}

.main-col .article-footer {
	padding-top:30px;
	font-size:12px;
	border-top:1px dotted #eaeaea;
}

/* Sidebar */

.sidebar h2.widget-title,
.sidebar-blog h2.widget-title {
	margin: 0 0 10px 0;
	line-height: 40px;
	font-size: 22px;
}

.widget_archive label, .widget_search label span {
	display:none;
}

.main-sidebar {
	float:right;
	width:34%;
}

#idx_detail_mainpic {
	width: 62%;
}

.sidebar-nav {
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar-nav li {
}

.sidebar-nav li a {
	display:block;
	padding:0 10px;
	margin-bottom:5px;
	line-height:30px;
	background:#f9f9f9;
}

.sidebar-nav li ul {
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar-nav li ul li a {
	line-height:25px;
	padding:0 25px;
	background:#fcfcfc;
}

.widget_search {
	margin-bottom: 20px;
}


/* Pagination */

.pagination {
	margin-top:20px;
}

.pagination ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}

.pagination li {
	float:left;
}

.pagination li span,
.pagination li a {
	display:block;
	padding:5px 10px;
	margin-right:2px;
	background:#e2e2e2;
	text-decoration:none;
}

.pagination li span {
	background:#f3f3f3;
}

.pagination .next,
.pagination .prev {
	position:relative;
	top:auto;
	margin:0 2px 0 0;
	right:auto;
	left:auto;
}


/* ==========================================================================
   Forms
/* ========================================================================== */

.form-container {
	width:400px;
}


.form-group {
	margin-bottom:5px;
}



.error {
	color:#c00;
}
.success {
	color:#090;
}

.wpcf7 br {
	display: none;
}

span.wpcf7-list-item {
	display: block;
	margin:0 0 5px;
}

/* ==========================================================================
   Footer
/* ========================================================================== */

.footer-wrapper {
	padding: 40px 0;
	background: #565656;
	color: #fff;
	font-size: 12px;
}

.footer-right {
	text-align: right;
}

.design {
	font-size: 16px;
}

.footer a {
	color: #fff;
}


/* ==========================================================================
   Helpers
/* ========================================================================== */


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.placeholder {
  color: #aaa;
}

/* ==========================================================================
   Responsive
/* ========================================================================== */

@media (max-width: 1200px) {
	.main-menu li a { padding: 0 8px; font-size: 12px; }
}

@media (min-width: 992px) {
	.slicknav_menu { display: none; }
}

@media (max-width: 992px) {
	#nav-wrapper { display: none; }
	.slicknav_menu { display: block; }
	#blog-photo { padding-top: 90%; }
	#sponsors img { max-width: 200px; }
	#links img { max-width: 100px; }
	.footer-left, .footer-right { text-align: center; }
}
	
@media (max-width: 767px) {
	#logo { margin: 0 auto 10px; display: block; }
	#blog-photo { padding-top: 60%; }
	img.alignleft, img.alignright { float: none; display: block; margin: 0 0 20px !important; }
}

@media (max-width: 576px) {
	#d-container { position: absolute; width: 90%; left: 5%; top: 60px; margin: 0; }
}

@media (max-width: 480px) {
	#blog-photo { padding-top: 90%; }
}

