/*
Theme Name: RTP
Author: the AldenMC team
Author URI: http://aldenmc.com/
Version: 1
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #474747;
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
}

a {
	color: #5c52a9;
	text-decoration: none;
}


a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #797d83;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	line-height: 1.3;
	color:#6c54a3;
    font-size: 48px;
    font-weight: 300;	
}

h2 {
	font-size: 26px;
	line-height: 1;
	color:#6c54a3;
	font-weight: normal;
}

h3 {
	color:#6c54a3;
	font-size: 20px;
	line-height: 1.09;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #5c52a9;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #5c52a9;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #5c52a9;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #797d83;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #ffcd34;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
}

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

.site-header {
	background-color: #fff;
	max-width: 1280px;
	position: fixed;
	width: 100%;
	z-index: 4;
	
}
#ride_date {
	padding-top:20px;
	margin-right:105px;
	position: absolute;
    right: 0;
    z-index: 12;
}
.site-title {
	position: fixed;
	z-index: 5;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	text-align: center;
	background:#fff;
	transition:transform 377ms 144ms ease-out;
	transform-origin:top;
}
.scroll-area-2 .site-title{
	transform: scale(.54);
}
.site-title a {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:.75em 1em;
	box-sizing: border-box;
}

.site-title img {
	max-width: 100%;
	width:250px;
}

/* Search in the header */

.search-toggle {
	background-color: #5c52a9;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #797d83;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #797d83;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #797d83;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color:#fff;
		-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(14deg);
		-ms-transform: skew(14deg);
		transform: skew(14deg);	
	position: relative;
	left:-4px;		
}
.site-navigation .current_page_item,
.site-navigation .current_page_ancestor,
.site-navigation .current-menu-item,
.site-navigation .current-menu-ancestor{
		-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(-14deg);
		-ms-transform: skew(-14deg);
		transform: skew(-14deg);
	background-color: #5c52a9;
	/*background-color: rgba(0,0,0,.3); */

}
/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 75px;
}
#content {
	margin-left:315px;
	background-repeat: no-repeat;
	background-position: top right;
}
#contentwNav {
	float: left;
	width: 965px;
}
#ln_col ul{
	margin:0;
	list-style: outside none none;
	background-color: #ffcd34;
	max-width: 235px;
}
#ln_col ul li{
	padding:13px 23px;
}
#ln_col ul .current-menu-item {
	background-color: #5c52a9;
}
#ln_col ul .current-menu-item a {
	color:#fff;
}
.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}
.home #content {
	margin: 0;
}
#centertxt {
	width:57%;
	padding:20px 35px 10px;
	position:relative;
	line-height: 1.2;
}
#centertxt2 {
	position:relative;
	padding:8px 35px 0;	
}
.ctCallout{
	color:#fff;
	width:50%;
	position: relative;
	text-align: center;
}
.ctCallout div {
	text-align: center;
	margin-top:2px;
}
.ctCallout span{
	padding:0 22px;
}

.home .site-content .entry-content {
	margin-left:315px;
	background-color:#6c54a3;
	position: relative;
	padding:0;
}
.home .entry-content {
	font-size: 18px;
	color: #ffcd34;
}
#bgimg {
	background-image:url(/wp-content/uploads/2016/12/ridethepoint-home.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	top:0;
	height:431px;
	width:965px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}
#ln_col {
	float:left;
	width:315px;
	margin-top:123px;
}
#sec2 {
	margin-bottom:3.5em;
}
#sec2 ul {
	list-style: outside none none;
	-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(-14deg);
		-ms-transform: skew(-14deg);
		transform: skew(-14deg);
		width:50%;
		margin-left:185px;		
}
#sec2 ul li{
	margin:20px 0;
	background-color: #d7d7d7;
	font-size: 22px;
	line-height: 1.4;
    	-webkit-transition: all 200ms;
    	-moz-transition: all 200ms;
    	-o-transition: all 200ms;
    	transition: all 200ms;		
}
#sec2 ul li:hover{
	background-color:#ffcd34;
	cursor: pointer;
}
#sec2 ul li:hover a{
	color:#fff;
}
#sec2 ul li:hover a div{
	color:#000;
    	-webkit-transition: all 200ms;
    	-moz-transition: all 200ms;
    	-o-transition: all 200ms;
    	transition: all 200ms;		
}
#sec2 ul li a{	

	color: #6c54a3;
    	-webkit-transition: all 200ms;
    	-moz-transition: all 200ms;
    	-o-transition: all 200ms;
    	transition: all 200ms;		
}
#sec2 ul li:first-child{
	padding-left:30px;
}
#sec2 ul li:nth-child(2){
    padding-left: 27px;
}
#sec2 ul li:nth-child(3){
	padding-left:55px;
}
#sec2 ul li:nth-child(4){
	padding-left:77px;
}
#sec2 ul li:nth-child(5){
	padding-left:113px;
}
#sec2 ul li div{
	color:#797d83;
	font-size: 20px;
	float:right;
		-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(14deg);
		-ms-transform: skew(14deg);
		transform: skew(14deg);	
}
#sec2 ul li:first-child div{
	padding-right:255px;
}
#sec2 ul li:nth-child(2) div{
	padding-right:229px;
}
#sec2 ul li:nth-child(3) div{
	padding-right:115px;
}
#sec2 ul li:nth-child(4) div{
	padding-right:29px;
}
#sec2 ul li:nth-child(5) div{
	padding-right:257px;
}
#sec3 h2{
	width:300px;
	padding-right:15px;
	display:inline-block;
	vertical-align: top;
	text-align: right;
	color:#797d83;
	font-size: 24px;
	margin-top: 0;
}
#sec4 h2, #sec4a h2 {
	margin-top: 0;
	vertical-align: top;
	width:300px;
	padding-right:15px;	
	display:inline-block;
	text-align: right;
	color:#797d83;
	font-size: 24px;	
}
.home .hentry {
	margin-bottom:0;
}
#homeGallery {
	width: 965px;
	display: inline-block;
}
#sponsor_cont {
	display: inline-block;
	width:960px;
}
.spn_ad {
	display: inline-block;
	border:1px solid #797d83;
	margin-left: -1px;
	width:159px;
	margin-top:-1px;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;	
	position: relative;
	z-index: 0;
}
.spn_ad:hover {
	border:1px solid #ffcd34;
	z-index: 5;
	
}
.platinum_cont .spn_ad {
	width:316px;	
}
.gold_cont .spn_ad {
	width:235px;	
}
.silver_cont .spn_ad {
	width:187px;
}
.bronze_cont .spn_ad {
	width:159px;	
}
.rest_cont .spn_ad {
	width:159px;	
}
.spn_ad img{
	width:100%;
	height:auto;
}
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color:#6c54a3;
		
	
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #797d83;
}

.site-content .entry-header {
	width: 50%;
	margin-top:17px;
	display: inline-block;	
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #797d83;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #797d83;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #797d83;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.home h2 a {
	color:#797d83;
}

.home h2 a:hover{
	color:#5c52a9;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #797d83;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	padding: 12px 10px 0;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #797d83;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #797d83;
	border: 1px solid #797d83;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #797d83;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #5c52a9;
}

.paging-navigation a:hover {
	border-top: 5px solid #797d83;
	color: #2b2b2b;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #6c54a3;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

.site-info a:hover {
	color: #797d83;
}

	.search-box .search-field {
		width: 324px;
	}



	#secondary {
		width: 162px;
	}



	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}


	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}

	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}
	.site-content {
		margin-right: 33.33333333%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.site-info {
		padding: 15px 30px;
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */

	.masthead-fixed .site-header {
		position: fixed;
		top: 0;
	}

	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}

	.masthead-fixed .site-main {
		margin-top: 48px;
		/*background-color: pink; */
	}

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}

	/* Primary Navigation */

	.primary-navigation {
		float: right;
		font-size: 11px;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
		text-align: right;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 25px;
		line-height: 25px;
		position: relative;
		font-family:'Open Sans', sans-serif;
		font-size: 16px;
	}
	#primary-navigation {
		background-color: #ffcd34;
		width:965px;
		margin-top:51px;
		padding-right:10px;
	}
	.primary-navigation a {
		color:#6c6c6c;
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
		    	-webkit-transition: all 200ms;
    	-moz-transition: all 200ms;
    	-o-transition: all 200ms;
    	transition: all 200ms;
	}

	.primary-navigation ul ul {
		background-color: #ffcd34;
		float: left;
		margin: 0;
		position: absolute;
		top: 25px;
		left: -999em;
		z-index: 99999;
		text-align: left;
		
		-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(-14deg);
		-ms-transform: skew(-14deg);
		transform: skew(-14deg);
	}
	.primary-navigation ul .current_page_ancestor ul,
	.primary-navigation ul .current_page_item ul{
		-webkit-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);	
	}
	
	.primary-navigation ul li{
	    z-index: 1;
    	position: relative;
	}
	.primary-navigation ul li:hover:after { /* dmc attempt at angle */
		content: '';
		position: absolute;
		top: 0;
		left: 9px;
			left: 4px;
		width: 100%;
		height: 100%;
		background-color:#5c52a9;
		-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(-14deg);
		-ms-transform: skew(-14deg);
		transform: skew(-14deg);
		z-index: -1;
	}
.primary-navigation ul li ul li:hover:after {
		-webkit-transform: skew(-14deg);
		-ms-transform: skew(-14deg);
		transform: skew(-14deg);		
}

.primary-navigation ul .current_page_ancestor ul li:hover:after {
		-webkit-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);		
}
	.primary-navigation ul .current_page_item:hover:after,
	.primary-navigation ul .current_page_ancestor:hover:after,
	.primary-navigation ul .current-menu-item:hover:after,
	.primary-navigation ul .current-menu-ancestor:hover:after{
		 background-color: transparent; 
	}
	.primary-navigation ul li ul li {
			-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(14deg);
		-ms-transform: skew(14deg);
		transform: skew(14deg);
	}
	.primary-navigation ul li ul li:hover:after { /* dmc attempt at angle */
		content: '';
		position: absolute;
		top: 0;
		left:0;
		/* left: 10px; */
		right:0px;
		width: 100%;
		height: 100%;
		background-color:#5c52a9;
	/*	-webkit-transform-origin: 90% 0;
		-ms-transform-origin: 90% 0;
		transform-origin: 90% 0;
		-webkit-transform: skew(-14deg);
		-ms-transform: skew(-14deg);
		transform: skew(-14deg); */
		z-index: -1;
	}	
	.site-navigation ul li .sub-menu .current_page_item{
				-webkit-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);
		/*	background-color: pink; */
	}
	.primary-navigation ul ul .current_page_item a {
		/*background-color: purple; */
		-webkit-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);	
	
	}
	.primary-navigation ul .current_page_ancestor ul li {
		-webkit-transform: skew(0deg);
		-ms-transform: skew(0deg);
		transform: skew(0deg);			
	}
	.primary-navigation ul .current_page_ancestor ul li a{
		-webkit-transform: skew(14deg);
		-ms-transform: skew(14deg);
		transform: skew(14deg);	
	}
	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 10px 20px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		/*background-color: #5c52a9; */
		color: #fff;
	}


	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top:11px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}



	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
.featured_img {
	float:right;
	padding-left: 12px;
/*	width:473px;
	height:248px; */
}
.featured_img img {
	max-width: 460px;
}
.short {
	display: inline-block;
	width:48%;
}
.ninja-forms-cont input,
.ninja-forms-field{
	max-width: 350px
}
.ninja-forms-cont textarea,
#nf-field-3{
	max-width: 600px;
}

.site-title,#masthead {
	/* display:none;  */
}

@media screen and (max-width: 1320px) {
	#contentwNav {
		width:900px;
	}
	.site-content .entry-header {
		width: auto;
	}
}
@media screen and (max-width: 1294px) {
	#sponsor_cont {
		width:100%;
		text-align: center;
	}
	#homeGallery {
		width: 100%;
	}
	#bgimg {
		width: 100%;
	}
}
@media screen and (max-width: 1279px) {
	.site-title {
		padding-left:10px;
	}
	.site-content .entry-header{
		width: auto;
	}
	#primary-navigation {
		width: auto;
		padding-left: 80px;
	}
	#sec3 h2,#sec4 h2 {
		text-align: left;
		padding-left: 15px;
	}
	#centertxt {
		padding-left:15px;
	}
	#centertxt2 {
		padding-left:15px;	
	}	
	.ctCallout {
		width:48%;
	}
}
@media screen and (max-width: 1260px) {
	#sec2 ul li {
    	font-size: 20px;
	}
	#sec2 ul li div {
		font-size: 18px;
	}
	#sec2 ul li:first-child div{
		padding-right:260px;
	}
	#sec2 ul li:nth-child(2) div{
    	padding-right: 237px;
	}
	#sec2 ul li:nth-child(3) div{
		padding-right:132px;
	}
	#sec2 ul li:nth-child(4) div{
		padding-right:53px;
	}
	#sec2 ul li:nth-child(5) div{
		padding-right:259px;
	}	
	#centertxt {
		width:53%;
	}
	#centertxt2 {
		width:53%;
	}		
	.short {
		width:45%;
	}
}
@media screen and (max-width: 1229px) {
	#contentwNav {
		width:850px;	
	}
	#primary-navigation {
		padding-left: 20px;
	}
	#sec2 ul li:first-child div{
		padding-right:242px;
	}
	#sec2 ul li:nth-child(2) div{
    	padding-right: 219px;
	}
	#sec2 ul li:nth-child(3) div{
		padding-right:114px;
	}
	#sec2 ul li:nth-child(4) div{
		padding-right:35px;
	}
	#sec2 ul li:nth-child(5) div{
		padding-right:241px;
	}
	#sec2 ul {
		margin-left:180px;
	}	
}
@media screen and (max-width: 1210px) {
	#sec2 ul {
		width:48%;
	}
	#sec2 ul li:first-child{
		padding-left:30px;
	}
	#sec2 ul li:nth-child(2){
	    padding-left: 27px;
	}
	#sec2 ul li:nth-child(3){
		padding-left:55px;
	}
	#sec2 ul li:nth-child(4){
		padding-left:77px;
	}
	#sec2 ul li:nth-child(5){
		padding-left:113px;
	}
	#sec2 ul li div {
    	font-size: 16px;
	}
	#sec2 ul li:first-child div{
		padding-right:220px;
	}
	#sec2 ul li:nth-child(2) div{
    	padding-right: 198px;
	}
	#sec2 ul li:nth-child(3) div{
		padding-right:105px;
	}
	#sec2 ul li:nth-child(4) div{
		padding-right:35px;
	}
	#sec2 ul li:nth-child(5) div{
		padding-right:218px;
	}	
	.ctCallout span {
		padding: 0 12px;
	}
	.short {
		width:43%;
	}	
}
@media screen and (max-width: 1179px) {
	#contentwNav {
		width:800px;	
	}
	#primary-navigation {
		padding-left: 12px;
	}	
	.short {
		width:40%;
	}
	#centertxt {
		width:50%;
	}		
}
@media screen and (max-width: 1157px) {
	#sec2 ul li:first-child div{
		padding-right:200px;
	}
	#sec2 ul li:nth-child(2) div{
    	padding-right: 178px;
	}
	#sec2 ul li:nth-child(3) div{
		padding-right:85px;
	}
	#sec2 ul li:nth-child(4) div{
		padding-right:15px;
	}
	#sec2 ul li:nth-child(5) div{
		padding-right:198px;
	}	
}
@media screen and (max-width: 1142px) {
	.primary-navigation a {
		padding: 0 9px;
	}
	#sec2 ul li div {
    	font-size: 15px;
	}
	#sec2 ul {
    	width: 46%;
	}
	#sec2 ul li:first-child div{
		padding-right:188px;
	}
	#sec2 ul li:nth-child(2) div{
    	padding-right: 167px;
	}
	#sec2 ul li:nth-child(3) div{
		padding-right:82px;
	}
	#sec2 ul li:nth-child(5) div{
		padding-right:186px;
	}	
	.short {
		width:38%;
	}			
}
@media screen and (max-width: 1129px) {
	#contentwNav {
		width:750px;	
	}
	.primary-navigation a {
		padding: 0 6px;
	}	
	.primary-navigation ul ul a {
		padding:7px 10px;
	}
	.short {
		width:35%;
	}	
	.ctCallout span {
    	padding: 0 9px;
	}
	#bgimg {
		background-position: center top;
	}
	#sec2 ul {
    	width: 48%;
	}	
}	
@media screen and (max-width: 1080px) {
	.featured_img img {
		max-width: 345px;
	}
	.entry-title,h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 20px;
	}
	h3,h4 {
		font-size: 15px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	body, button, input, select, textarea {
		font-size: 12px;
	}
	#ln_col {
		width:295px;
	}
	.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {
	    padding-right: 13px;
	}
	.primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after {
		right:2px;
	}
	.short {
	    width: 48%;

    }
    h1, h2, h3, h4, h5, h6 {
	    margin: 24px 0 12px;    
    }
	.home .entry-content {
		font-size: 14px;
	}
	#sec2 ul {
    	width: 50%;
	}
}
@media screen and (max-width: 1060px) {
	#contentwNav {
		width: 700px;
	}
	.primary-navigation li {
		font-size: 15px;
	}
	.short {
	    width: 45%;
    }
}
@media screen and (max-width: 1010px) {
	#contentwNav {
    	width: 650px;
	}
	.short {
		display: block;
	    width: 100%;
    }	
    .primary-navigation li {
    	font-size: 14px;
	}
	#sec2 ul {
    	width: 52%;
	}	
}
@media screen and (max-width: 990px) {
	#sec2 ul {
    	width: 54%;
	}
	#homeGallery {
		width:94%;
		margin-left:23px;
		display: block;
	}
}
@media screen and (max-width: 963px) {
    .primary-navigation li {
    	font-size: 13px;
	}
	#contentwNav {
	    width: 600px;
	}
	.ctCallout {
    	width: 50%;
	}	
}
@media screen and (max-width: 930px) {
	#content {
		margin-left:15px;
	}
	.content-area {
    	padding-top: 137px;
	}
	.home .content-area {
		padding-top: 75px;
	}
	.short {
    	display: inline-block;
    	width: 50%;
	}
	.primary-navigation li {
    	font-size: 12px;
	}
	#contentwNav {
	    width: 550px;
	}	
	.featured_img img {
    	max-width: 300px;
	}	
	#ln_col {
    	margin-top: 61px;
	}	
	#sec2 ul li div {
		font-size: 14px;
	}
	#sec2 ul {
    	width: 54%;
	}
	#sec2 ul li:first-child div{
		padding-right:180px;
	}
	#sec2 ul li:nth-child(2) div{
    	padding-right: 161px;
	}
	#sec2 ul li:nth-child(3) div{
		padding-right:78px;
	}
	#sec2 ul li:nth-child(5) div{
		padding-right:172px;
	}	
	.ctCallout {
    	width: 53%;
	}		
}
@media screen and (max-width: 890px) {
	.primary-navigation a {
    	padding: 0 4px;
	}
	p {
    	margin-bottom: 18px;
	}
	#primary-navigation {
		padding-left: 7px;
		padding-right: 7px;
	}
	.site-content .has-post-thumbnail .entry-header {
    	padding-top: 18px;
	}	
	.site-info {
    	padding: 12px 22px;
	}	
	#contentwNav {
	    width: 540px;
	}	
	.ctCallout {
    	width: 56%;
	}
	#sec2 ul {
    	width: 56%;
	}
	#sec2 ul li:first-child div{
		padding-right:180px;
	}
	#sec2 ul li:nth-child(2) div{
    	padding-right: 161px;
	}
	#sec2 ul li:nth-child(3) div{
		padding-right:78px;
	}
	#sec2 ul li:nth-child(5) div{
		padding-right:172px;
	}			
}
@media screen and (max-width: 850px) {
	#primary-navigation {
		display:none;
	}
	#ride_date {
		padding-top:6px;
		margin-right: 58px;
	}
	#ln_col {
		display: none;
	}
	#contentwNav {
		width: 98%;
	}
	.site-header{
		height:69px;
	}
	.site-title {
		background-color: #fff;	
	}
	.home .site-content .entry-content {
		margin-left:0;
	}
	#centertxt {
		width:45%;
	}
	.ctCallout {
		font-size: 15px;
		width:43%;
	}
	.ctCallout span {
		padding: 0 8px;
	}
	.home .content-area {
    	padding-top: 137px;
	}
	#sec2 {
		margin-bottom:111px;
	}
	#sec2 ul {
		width: 28%;
		margin-left:13%;
	}
	#sec2 ul li div {
		display: none;
	}
	#sec2 ul li:nth-child(1),#sec2 ul li:nth-child(2),#sec2 ul li:nth-child(3),#sec2 ul li:nth-child(4),#sec2 ul li:nth-child(5) {
		padding-left:0;
		padding-right:0;
	}
	#sec2 ul li {
		margin: 15px 0;
		text-align: center;
	}
	#homeGallery {
	    margin-left: 5%;
 	   position: relative;
	    width: 90%;
	}
	#centertxt {
    	width: 55%;
	}
	.ctCallout {
		width:55%;
	}
	
}
@media screen and (max-width: 767px) {
	.short {
		width:47%;
	}
}
@media screen and (max-width: 725px) {
	.short {
		width:44%;
	}
	#ride_date {
		text-align: right;
		padding-top:10px;
	}	
	#ride_date img {
		width:70%;
	}	
}
@media screen and (max-width: 687px) {
	.short {
		width:40%;
	}
	#ride_date {
		text-align: right;
		padding-top:10px;
	}	
	#ride_date img {
		width:66%;
	}	
}
@media screen and (max-width: 643px) {
	.short {
		width:35%;
	}
	#content {
		margin-left: 0;
	}
	.site-title {
		text-align: left;
		width:24%;	
	}
	.site-title img {
		width:100%;
		height:auto;
		background-color: #fff;	
	}
	#ride_date {
		background-color: #fff;
	}
	.masthead-fixed .site-main {
    	margin-top: 68px;
	}
	.content-area {
		padding-top: 0;
	}
	.site-info {
    	padding: 6px 11px;
	}	
	.hentry {
		margin-bottom: 24px;
	}
	.site-content .entry-header {
	/*	display: block; */
	}
	.home .content-area {
    	padding-top: 15px;
	}
	#bgimg {
		background-size: cover;
		height: 400px;
	}
	#sec2 {
    	margin-bottom: 60px;
	}
	.site-title {
    	background-color: transparent;
	}
}
@media screen and (max-width: 585px) {
	.featured_img {
		float: none;
		padding-left:0;
	}
	.site-content .entry-header {
		display: block;
	}
	.content-area {
    	padding-top: 10px;
	}
	.featured_img img {
  		height: auto;
	    max-width: 100%;

	}

	.short {
		display: block;
		width:100%;
	}
	.ctCallout {
    	font-size: 14px;
	}
	#bgimg {
		background-size: cover;
		height: 380px;
	}
	#sec2 {
    	margin-bottom: 42px;
	}	
}
@media screen and (max-width: 550px) {
	#bgimg {
		background-size: cover;
		height: 360px;
	}
	#sec2 {
    	margin-bottom: 25px;
	}
	.ctCallout {
    	width: 60%;
	}
	#centertxt {
		padding-top:10px;
	}
	#centertxt2 {
		padding-right: 5px;
		width:60%;
	}
}
@media screen and (max-width: 520px) {
	#centertxt2 {
		width: 46%;
	}
	.home .entry-content {
		background-image: url(/dev/wp-content/uploads/2016/04/homeimage.jpg);
		background-size: cover;
	}
	#bgimg {
		display: none;
	}
	#sec2 ul {
    	width: 82%;
	}
	.ctCallout {
		font-size: 13px;
		width:55%;
	}
	#homeGallery {
		width: 87%;
	}
}
@media screen and (max-width: 467px) {
	#ride_date {
		text-align: right;
		padding-top:10px;
	}	
	#ride_date img {
		width:50%;
	}
}
@media screen and (max-width: 427px) {
	#ride_date {
		text-align: right;
		padding-top:47px;
		margin-right:12px;
	}	
	.site-title {
		width:33%;	
	}
}
@media screen and (max-width: 375px) {
	.home .entry-content {
		background-size: contain;
		background-repeat: no-repeat;
	}
	.ctCallout span {
		display: block;
		line-height: 1.2;
	}
	#homeGallery {
    	width: 84%;
    	margin-left:8%;
	}
	#sec3 h2,#sec4 h2 {
		width: auto;
	}
	#sponsor_cont {
		width:100%;
	}
	.spn_ad {
		/*display: block;
		margin:10px auto; */
	}
	.site-title {
		width:42%;	
	}	
	.ctCallout {
		line-height: 0;
		color: #6c54a3;
	}
	.ctCallout div {
		margin-top: 6px;
	}
	#centertxt2 {
		line-height: 1.2;
		margin:5px 0;
	}
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}


	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
