/*
Theme Name: GO Mag
Author: Hayes Smith
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.0.0

This theme built with Twitter Bootstrap v.3.

*/

@import url("//hello.myfonts.net/count/347906");
@font-face {font-family: 'ChiftText-Bold';src: url('fonts/347906_0_0.eot');src: url('fonts/347906_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/347906_0_0.woff2') format('woff2'),url('fonts/347906_0_0.woff') format('woff'),url('fonts/347906_0_0.ttf') format('truetype');}
@font-face {font-family: 'ChiftText';src: url('fonts/347906_4_0.eot');src: url('fonts/347906_4_0.eot?#iefix') format('embedded-opentype'),url('fonts/347906_4_0.woff2') format('woff2'),url('fonts/347906_4_0.woff') format('woff'),url('fonts/347906_4_0.ttf') format('truetype');}
@font-face {font-family: 'ChiftText-Light';src: url('fonts/347906_3_0.eot');src: url('fonts/347906_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/347906_3_0.woff2') format('woff2'),url('fonts/347906_3_0.woff') format('woff'),url('fonts/347906_3_0.ttf') format('truetype');}



/**
 * 1.0 - Elements
 */

html, body {
	color: #404040;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	line-height: 1.2em;
	margin: 0;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h15, a:hover h6  {
	color: #ed008c;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

h1 small {
	margin-left: 5px;
	position: relative;
	top: -5px;
}

h2 {
	font-size: 1.6em;
}

a, a:visited, a:active {
	color: #202020;
    outline: none;
    -webkit-transition: color .2, background-color .2s, border-color .2s, opacity .2s; /* Safari */
    transition:  color .2, background-color .2s, border-color .2s, opacity .2s;
}

a:focus, a:hover {
	color: #ed008c;
    outline: none;
	text-decoration: none;
}

.entry-content p a,
.page-content p a,
.page-content table a {
	border-bottom: 1px solid transparent;
	color: #ed008c;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

.entry-content p a:hover,
.page-content p a:hover,
.page-content table a:hover {
	border-bottom: 1px solid #ed008c;
}

p {
	font-family: "Arial", sans-serif;
	line-height: 1.2em;
	margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto !important;
}

.aligncenter {
	margin: 0 auto 1em;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

ul, ol {
	margin-bottom: 0;
}



/**
 * 1.1 - Forms
 */

.form-control, .wpcf7-form-control:not(.wpcf7-file) {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: "Arial", sans-serif;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1em;
}

.wpcf7-file {
	line-height: 35px;
}

.wpcf7-submit.btn-default {
	background: #000;
}

.form-control:focus, .wpcf7-form-control:focus {
	border-color: #ed008c;
}

input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control {
	width: 100%;
}

a.btn-default,
.btn-default {
	background: #000;
	border: 1px solid #000;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 1rem;
	height: 2.5em;
	line-height: 2.5em;
	min-width: 2.5em;
	padding: 0 1em;
	text-shadow: none;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

.btn-default .fa {
	position: relative;
	top: -1px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #ed008c;
	border-color: #ed008c;
	color: #fff;
}



/**
 * 1.2 - Placeholders
 */

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

:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #aaa;
}

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



/**
 * 2.0 - Layout
 */

.sidebar .widget:not(:last-child) {
	margin-bottom: 30px;
}



/**
 * 3.0 - Typography
 */

.pink {
	background: url(img/go_pink.png) center center no-repeat;
	background-size: contain;
	color: #ed008c;
	display: inline-block;
	height: 14.3px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: .8px;
	width: 28.6px;
}

.widget-title .pink {
	height: 18.4px;
	top: .5px;
	width: 38.1px;
}

.wide {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.navbar a:hover .pink {
	background-image: url(img/go_white.png);
	color: #fff;
}



/**
 * 4.0 - Font Icons
 */

.menu-item-has-children a:after,
.navbar-social a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.navbar-social a[href*="facebook.com"]:before {
	content: "\f09a";
}

.navbar-social a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.navbar-social a[href*="instagram.com"]:before {
	content: "\f16d";
}

.navbar-social a[href*="pinterest.com"]:before {
	content: "\f231";
}

.navbar-social a[href*="tumblr.com"]:before {
	content: "\f173";
}

.navbar-social a[href*="twitter.com"]:before {
	content: "\f099";
}

.navbar-social a[href*="youtube.com"]:before {
	content: "\f167";
}

.navbar-social a[href^="mailto:"]:before {
	content: "\f0e0";
}

.navbar-social a[href$="/feed/"]:before {
	content: "\f09e";
}

.navbar-social a[href*="/newsletter/"]:before {
	content: "\f0e0";
}



/**
 * 5.0 - Navigation
 */

.navbar {
	margin-bottom: 0;
	min-height: 0;
}

.navbar-collapse {
	padding: 0;
}

.navbar-custom {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: inherit;
}

.navbar-nav {
	float: none;
	padding-left: 0;
}

.navbar-nav > li {
	display: inline-block;
	float: none;
	padding: .9em 1em;
	position: relative;
}

.navbar-nav > li > a {
	line-height: inherit;
	padding: .1em 0;
	text-shadow: none;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
	background: none;
}



/**
 * 5.1 - Primary Navigation
 */

#menu-primary-menu {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: .8em;
	margin: 0;
	text-align: center;
}

#menu-primary-menu li {
	padding: 0em;
}

#menu-primary-menu a {
	font-size: 1.5em;
	font-weight: 300;
	padding: .7em 13px;
	text-transform: uppercase;
}

#menu-primary-menu a:hover {
	background: #ed008c;
	color: #fff;
}

#menu-primary-menu a:hover .pink {
	color: #fff;
}

#menu-primary-menu li > .dropdown-menu {
	background: #000;
	border: none;
	border-radius: 0;
	font-size: inherit;
	padding: 0;
}

#menu-primary-menu li > .dropdown-menu a {
	color: #fff;
}

#menu-primary-menu li:hover > .dropdown-menu {
	display: block;
}



/**
 * 5.2 - Secondary Navigation
 */

#menu-secondary-menu {
	margin-top: 10px;
}

#site-footer .navbar li,
#menu-secondary-menu li {
	padding: 0 10px;
}

#site-footer .navbar li:not(:last-child):after,
#menu-secondary-menu li:not(:last-child):after {
	border-right: 1px solid #000;
	content: " ";
	display: inline-block;
	height: .8em;
	position: absolute;
	right: 0;
	top: 5px;
}

#site-footer .navbar a,
#menu-secondary-menu a {
	border: 1px solid transparent;
	color: #ed008c;
	font-family: "Arial", sans-serif;
	text-transform: uppercase;
}

#site-footer .navbar li a:hover,
#menu-secondary-menu a:hover {
	border-bottom-color: #ed008c;
}



/**
 * 5.3 - Social Navigation
 */

#menu-social-menu {
	margin: 18px 0;
}

#menu-social-menu li:first-child,
#author-social-menu li:first-child {
	padding-left: 0;
}

#menu-social-menu li:last-child,
#author-social-menu li:last-child {
	padding-right: 0;
}

#menu-social-menu a,
#author-social-menu a {
	background: #ed008c;
	border-radius: 2em;
	color: #fff;
	display: block;
	height: 29px !important;
	line-height: 29px !important;
	text-align: center;
	width: 29px;
}

#menu-social-menu a:hover,
#author-social-menu a:hover {
	background: #000;
}

#menu-social-menu a:before,
#author-social-menu a:before {
	line-height: inherit;
}

#menu-social-menu a span {
	display: none;
}



/**
 * X.0 - Header
 */

.top-banner {
	margin: 30px 0 45px;
}

.top-banner .main_ad_container {
	margin: 0 auto;
}

.site-branding {
	margin: 30px 0;
}

.site-branding .search-form {
	margin: 15px 0;
}

.main-navigation {
	background: #000;
	margin-bottom: 30px;
}

.main-navigation a, .main-navigation a:active, .main-navigation a:visited {
	color: #fff;
}

.main-navigation a:focus, .main-navigation a:hover {
	color: #ed008c;
}



/**
 * X.0 - Footer
 */

#site-footer {
	border-top: 1px solid #ddd;
	font-family: "Arial", sans-serif;
	margin-top: 30px;
	text-align: center;
}

#site-meta {
	background: #000;
	color: #fff;
	padding: 15px;
}

#site-meta a {
	color: #ed008c;
}

#site-footer .navbar {
	margin: 20px;
}



.homepage-slideshow {
	margin: 0 0 30px;
	position: relative;
}

.homepage-slideshow .cycle-slideshow {
	height: auto !important;
}

.post-slideshow {
	background: #eee;
	margin-top: 20px;
	position: relative;
	width: 100%;
}

.post-slideshow .cycle-slideshow {
	max-height: 60vw;
}

#slide-pager {
	margin-bottom: 20px;
}

#slide-pager a.cycle-pager-active {
	opacity: .3;
}

#slide-caption {
	font-family: "Arial", sans-serif;
	overflow: hidden;
}

.homepage-slideshow .cycle-slide {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.homepage-slideshow .cycle-slide img {
	width: 100%;
}

.homepage-slideshow,
.homepage-slideshow .cycle-slide a > div {
	background-position: center;
	background-size: cover;
	height: 480px;
}

.homepage-slideshow .slide-caption {
	background: rgba(100, 100, 100, .6);
	bottom: 0;
	color: #fff;
	font-family: "Arial", sans-serif;
	font-size: 1.5em;
	height: auto;
	line-height: 1.2em;
	overflow: hidden;
	padding: .25em 10px;
	position: absolute;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
	width: 100%;
	z-index: 9999;
}

.homepage-slideshow .cycle-slide a:hover .slide-caption {
	background: #ed008c;
}

.homepage-slideshow .slide-caption .prefix {
	text-transform: uppercase;
}

.homepage-slideshow .cycle-controls a {
	border: 4px solid #fff;
	border-radius: 40px;
	color: #fff;
	font-size: 1.8em;
	height: 40px;
	opacity: .8;
	margin: -20px 20px 0;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 999;
}

.homepage-slideshow .cycle-controls a:hover {
	background: #ed008c;
	border-color: #ed008c;
	opacity: 1;
}

.homepage-slideshow .cycle-controls span {
	display: block;
	line-height: 32px;
	text-align: center;
}

.homepage-slideshow .cycle-controls #cycle-prev {
	left: 0;
	text-indent: -.15em;
}

.homepage-slideshow .cycle-controls #cycle-next {
	right: 0;
	text-indent: .1em;
}

#slide-caption .caption-prefix {
	background: #ed008c;
	display: inline-block;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
	height: 1.5em;
	margin-left: -.5em;
	margin-right: .5em;
	padding: 0 .5em;
	text-transform: uppercase;
}


.homepage-header-row, .archive-row {
	margin-top: 2em;
}

.homepage-row .col-sm-4:nth-child(3n+1),
.archive-row .col-sm-4:nth-child(3n+1) {
	clear: left;
}

.row-title {
	background: #999;
	color: #fff;
	font-size: 2.5em;
	line-height: 40px;
	margin-bottom: 30px;
	padding-left: 5px;
	position: relative;
	text-transform: uppercase;
}

.row-title a,
.widget .more-link {
	background: #000;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: .5em;
	float: right;
	font-weight: 700;
	line-height: 40px;
	padding: 0 1em;
	right: 0;
	text-transform: uppercase;
}

.row-title a:hover {
	background: #ed008c;
}

.black_widget .more-link {
	background: #fff;
}

.row-title a .fa,
.widget .more-link .fa {
	font-size: .75em;
}




.post-excerpt .post-title {
	font-size: 1em;
	font-weight: 700;
	margin: .3em 0 .2em;
}

.post-excerpt img {
	width: 100%;
}

.post-excerpt p {
	font-family: 'ChiftText';
	font-size: 1em;
	margin-top: 1em;
}

.single .entry-title,
.page-title,
.archive-title {
	font-size: 2.5em;
}

.single .entry-title {
	font-weight: 700;
}

.archive.author .archive-header {
	margin-bottom: 2rem;
}

.archive.author .archive-header.has-avatar {
	min-height: 100px;
	padding-left: 130px;
}

.archive.author .archive-avatar {
	border-radius: 100%;
	height: 100px;
	left: 15px;
	position: absolute;
	width: 100px;
}

.archive.author .archive-title {
	margin-bottom: 0;
}

.archive.author .archive-description {
	font-family: "Chiftext";
	margin: .75rem 0 0;
}

.archive.author #author-social-menu {
	margin: .75rem 0 0;
}

.entry-meta {
	font-family: "Arial", sans-serif;
	overflow: hidden;
}

.single .entry-meta {
	padding: 15px 0;
}

.single .entry-header .entry-meta {
	border-bottom: 1px solid #eee;
}

.single footer.entry-meta {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.entry-meta > span {
	display: inline;
	padding: 0 1em;
	position: relative;
}

.entry-meta > span:first-child {
	padding-left: 0;
}

.entry-meta > span:not(:first-child):before {
	border-left: 1px solid #eee;
	content: " ";
	height: .9em;
	left: 0;
	position: absolute;
	top: .3em;
}

.single .entry-dek {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

.single .entry-dek p {
	font-family: 'ChiftText-Light';
	font-size: 1.5em;
}

.single .entry-content {
	font-family: 'ChiftText-Light';
	padding: 20px 0;
}

.single .entry-content p {
	font-family: 'ChiftText-Light';
	font-size: 1.5em;
	line-height: 1.5em;
}

.single .entry-content p strong {
	font-family: 'ChiftText-Bold';
}

.single .entry-content p span {
	font-size: inherit !important;
}

.entry-content {
	font-family: "Arial", sans-serif;
}

.entry-content a {
	color: #ed008c;
}

.entry-content a:hover {
	text-decoration: underline;
}

.post-slide {
	text-align: center;
	width: 100%;
}

.post-slideshow #slide-caption, figcaption {
	background: #000;
	color: #fff;
	min-height: 3.5em;
	margin: 0;
	padding: 1em 3em;
	text-align: center;
}

.photocaption,
.photocredit {
	display: inline-block;
	line-height: 1.5em;
}

.slidenum,
.photocredit {
	color: #aaa;
}

#slide-caption span:not(:first-child),
figcaption span:not(:first-child) {
	margin-left: 1em;
	padding-left: 1em;
	position: relative;
}

#slide-caption span:not(:first-child):before,
figcaption span:not(:first-child):before {
	border-left: 1px solid #888;
	content: " ";
	height: .8em;
	left: 0;
	position: absolute;
	top: .35em;
}

.post-slideshow .slide-nav {
	background: #000;
	color: #fff;
	display: block;
	font-size: 2em;
	height: 3rem;
	line-height: 3rem;
	margin-top: -1.5rem;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 3rem;
	z-index: 99999;
}

.post-slideshow:hover .slide-nav {
	opacity: 1;
}

.post-slideshow .slide-nav:hover {
	background: #ed008c;
}

.post-slideshow .slide-nav#prev {
	left: 0;
}

.post-slideshow .slide-nav#next {
	right: 0;
}

.post-slideshow .slide-nav .fa + span {
	display: none;
}

.search-result,
.page-template-author .entry-excerpt {
	border-bottom: 2px solid #eee;
	padding: 1em 0;
	overflow: hidden;
}

.search-result:first-of-type,
.page-template-author .entry-excerpt:first-of-type {
	border-top: 1px solid #eee;
}

.search-result .attachment-thumbnail {
	float: left;
	margin-right: 16px;
}

.page-title,
.archive-title,
.search-title {
	border-bottom: 3px solid #ddd;
	font-weight: bold;
	margin-bottom: 2rem;
	padding-bottom: .75rem;
	text-transform: uppercase;
}

.search-title, .tag .archive-title, .error404 .page-title {
	border-bottom: 0;
}

.search-result .entry-meta {
	font-size: .8em;
	padding: .5em 0;
}

.page-template-author .entry-title,
.search-result .entry-title {
	font-weight: 700;
}

.page-template-author .entry-title {
	margin: 5px 0 10px;
}

.page-template-author .entry-date {
	font-family: Arial;
}

.pagination-center {
	text-align: center;
}

.pagination {
	border-radius: 0 !important;
	margin: 2em 0;
}

.pagination > li > span,
.pagination > li > a {
	border: 0 !important;
	border-radius: 0 !important;
	font-size: 1.2em;
	height: 2em;
	line-height: 2em !important;
	margin: 0 .5em;
	padding: 0 !important;
	text-align: center;
	text-decoration: none !important;
	width: 2em;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:active,
.pagination > .active > a:visited,
.pagination > .active > span,
.pagination > .active > span:hover {
	background: #eee !important;
	color: #404040 !important;
	font-family: "Arial", sans-serif;
	font-weight: 700;
}

.pagination > li > .dots,
.pagination-center > li > .dots {
	background: transparent !important;
	color: #404040 !important;
}

.pagination > li > a {
	background: #000;
	color: #fff;
	font-weight: 700;
}

.pagination > li > a:hover {
	background: #ed008c;
	color: #fff;
}



figure {
	background: #eee;
	margin-bottom: 1.2em;
	text-align: center;
}

figure.aligncenter {
	width: 100% !important;
}

figure > img + p {
	display: none;
}

.input-group-addon {
	border: none;
	border-radius: 0;
	padding: 0;
}

pre {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    color: inherit;
    display: block;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

.wpsl-search {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

#tribe-bar-form label {
	font-size: 14px;
}

#tribe-bar-form input[type="text"] {
	line-height: 31px;
}

#tribe-community-events td {
	font-size: 1rem;
	padding-bottom: 20px;
}

#tribe-community-events .saved-linked-post td:first-child,
#tribe-community-events .linked-post td:first-child {
	font-weight: bold;
}

#tribe-community-events .tribe-event-recurrence .tribe-handle,
#tribe-community-events .dashicons,
#tribe-community-events tr td:first-child small {
	display: none;
}

#tribe-community-events #event-categories ul {
	padding-left: 0;
}

#tribe-community-events #event-categories ul:not(.tribe-categories-with-children) li {
	padding-right: 30px;
	width: auto;
}

#tribe-community-events .timeofdayoptions,
#tribe-community-events .timeofdayoptions select:first-of-type {
	margin-left: 5px;
}

.tribe-events-uses-geolocation .tribe-bar-submit {
	padding: 26px 15px;
}

.events-list .tribe-events-back.tribe-events-loop {
	display: none;
}

.tribe-events-list h2.tribe-events-page-title {
	margin-top: 0;
}

.tribe-bar-views-inner {
	padding-bottom: 57px;
}

#tribe-bar-views .tribe-bar-views-list {
	padding-top: 10px;
}

#tribe-events-content.tribe-events-list {
	margin-bottom: 0;
}

.tribe-events-notices {
	background: rgba(256,0,0,.25);
	border: none;
	border-radius: 0;
	color: inherit;
	margin: 0 0 20px;
	text-align: center;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

#tribe-geo-results h2.tribe-events-page-title,
h2.tribe-events-page-title {
	font-family: "Open Sans Condensed", Arial, sans-serif;
	font-size: 1.6em;
	font-weight: 300;
}

#tribe-events .tribe-events-button,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
.tribe-events-button.tribe-inactive {
	background: #000;
	border-radius: 0;
	color: #fff;
	font-size: 1rem !important;
	font-weight: inherit;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"]:hover,
.tribe-events-button:hover {
	background: #ed008c;
	color: #fff;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background: #ed008c;
	color: #fff;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	background: #000;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	background: #ed008c;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-family: "Open Sans Condensed", Arial, sans-serif;
	font-weight: 300;
}

.tribe-events-schedule h2 {
	display: inline;
	font-size: 1.2em;
	line-height: 21px;
}

.tribe-events-list .tribe-events-event-image {
	width: 30%;
}

.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-meta .recurringinfo {
	display: none;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
	border: none;
}

#tribe-events-content .tribe-events-tooltip h4 {
	background-color: #000;
}

.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
	padding-right: 0;
}

#tribe-events-photo-events {
	margin: 0 -15px;
	width: auto !important;
}

#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
	margin: 0 0 30px;
	padding: 0 15px;
	width: 33.3333%;
}

#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
	background: #fafafa;
	min-height: 30em;
	min-height: 30rem;
}

#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover {
	background: #fafafa !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#tribe-events-photo-events .tribe-events-event-image {
	display: block;
	height: 12em;
	height: 12rem;
	overflow: hidden;
	width: 100%;
}

#tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-details {
}

#tribe-events-photo-events .tribe-events-photo-event .tribe-events-venue-details {
	border-top: 0;
	margin: 5px 0 0;
	padding: 0;
}

#tribe-events-content .tribe-events-abbr {
	text-decoration: none;
}

.post-type-archive-tribe_events .tribe-events-page-title,
.tribe-bar-disabled,
.tribe-events-ical,
.tribe-events-gcal {
	display: none !important;
}

.events-header-metadata {
	float: right;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.events-header-metadata {
		display: none;
	}
}

.events-header-metadata > span {
	background: #000;
	display: inline-block;
	float: left;
	font-family: "Arial";
	font-weight: 400;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0 0 0 1em;
	position: relative;
}

.events-header-metadata > span .select-placeholder {
	color: #fff;
	left: 0;
	padding: 0 3em 0 1em;
	width: 100%;
}

.events-header-metadata > span .select-placeholder:after {
	right: 1em;
}

.events-header-metadata > span select {
	padding-right: 6rem;
}

.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-back a {
	background-color: #000 !important;
	color: #fff !important;
	display: inline-block !important;
	font-size: 1rem;
	font-weight: 500;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1em !important;
	text-transform: uppercase;
}

.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-back a:hover {
	background-color: #ed008c !important;
}

.tribe-events-back {
	position: absolute;
	top: -83px;
	right: 0;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 2em;
	font-weight: 700;
}

.tribe-community-event-info {
	margin: 0;
}

#tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-cost {
	display: block;
	float: none;
	margin: 15px 0 0;
}

#tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-cost span {
	display: inline-block;
}

.single-tribe_events .type-tribe_events {
	border-bottom: 0;
}

.single-tribe_events .tribe-events-event-image {
	margin: 0 0 30px;
}

.single-tribe_events .tribe-events-event-image+div.tribe-events-content {
	clear: both;
	float: none;
	width: 100%;
}

.single-tribe_events .tribe-events-event-meta.primary,
.single-tribe_events .tribe-events-event-meta.secondary {
	width: auto;
}

.single-tribe_events .event-is-recurring {
	display: none;
}

.single-tribe_events .tribe-event-date-start,
.single-tribe_events .tribe-event-time {
	display: inline-block;
	padding: 6px 0;
}

.single-tribe_events .tribe-events-cost {
    background: #eee;
    border: 1px solid #ddd;
    display: block;
		float: right;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 10px;
    text-align: center;
    text-overflow: ellipsis;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
	font-size: 1.2em;
	font-size: 1.1rem;
}

.events-map {
	font-size: 1.5vw;
	position: relative;
}

@media (min-width: 992px) {
	.events-map {
		font-size: 1rem;
	}
}

.events-map a {
	color: #ed008c;
	display: block;
	overflow: hidden;
	position: absolute;
}

.events-map a label {
	background-color: #ed008c;
	border-radius: 1.75em;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1em;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0;
	opacity: 1;
	padding: 0 1em;
	position: relative;
	top: -.1em;
	-webkit-transition: opacity .2s; /* Safari */
	transition: opacity .2s;
}

.events-map a:hover label {
	opacity: 1;
}

@media (max-width: 991px) {
	.events-map a label {
		opacity: 1;
	}
}

.events-map a:before,
.events-map a:after {
	background-color: #ed008c;
	border: .12em solid #fff;
	border-radius: 1em;
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
}

.events-map a.label-right:before {
	content: " ";
	float: left;
	margin-right: .5em;
}

.events-map a.label-left:after {
	content: " ";
	float: right;
	margin-left: .5em;
}

.events-map a.label-right label {
	float: right;
}

.events-map a.label-left label {
	float: left;
}

.events-map a#new-york {
	right: 4.8em;
	top: 12.3em;
}

.events-map a#los-angeles {
	left: 0;
	top: 15.5em;
}

.events-map a#san-francisco {
	left: 3.3em;
	top: 22.4em;
}

@media (min-width: 769px) {
	#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event:nth-child(3n) {
		margin-right: 0;
	}
	#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event:nth-child(3n+1) {
		clear: left;
	}
}

@media (max-width: 768px) {
	#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
		width: 50%;
	}
	#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
		min-height: 65vw;
	}
	#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event:nth-child(2n+1) {
		clear: left;
	}
	#tribe-events-photo-events .tribe-events-event-image {
		height: 30vw;
	}
	#tribe-events-photo-events .tribe-events-event-image img {
		width: 100%;
	}
}

@media (max-width: 600px) {
	#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
		clear: left !important;
		margin-bottom: 30px !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
		min-height: auto;
	}
	#tribe-events-photo-events .tribe-events-event-image {
		height: 60vw;
	}
}

.events-widget-links {
	background: #ed008c;
	color: #fff;
	margin: 0;
	padding: .2em 0;
	text-align: center;
	text-transform: uppercase;
}

.events-widget-links li {
	padding: 0;
}

.events-widget-links li:not(:first-child):before {
	content: "|";
	font-size: .8em;
	position: relative;
	top: -.1em;
}

.events-widget-links a {
	border-bottom: 1px solid transparent;
	color: #fff;
	font-family: Arial, sans-serif;
	margin: 0 .5em;
}

.events-widget-links a:hover {
	border-bottom: 1px solid #fff;
}

.page-header {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.page-content h3 {
	border-bottom: 1px solid #ddd;
	margin: 3rem 0 2rem;
	padding: 0 0 1rem;
	text-transform: uppercase;
}

.page-content + .row {
	margin-top: 30px;
}

.wpcf7 h3 + p {
	margin-bottom: 2rem;
}

.wpcf7 .form-group {
	margin-bottom: 2em;
}

.page-content  hr {
	background: transparent;
	border-bottom: 1px solid #ddd;
	border-top: 0;
	height: 0;
	margin: 2rem 0;
}

.wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
.wpcf7-form-control-wrap + small {
	display: block;
	margin-top: 1em;
}

.btn-default {
	font-family: Arial, sans-serif;
	font-size: inheirt;
	font-weight: 300;
	text-transform: uppercase;
}

textarea.form-control {
	height: 200px;
	resize: vertical;
}

.wpcf7-form-control-wrap select {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Arial",sans-serif;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
	width: 100%;
}

.wpcf7-form-control-wrap select:focus {
	border-color: #ed008c;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.file-link {
	display: block;
	margin-top: 2rem;
}

.file-link span {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	position: relative;
	top: -.2em;
}

.file-link .fa-5x {
	margin-right: .2em;
}

.page-content p a.file-link {
	border-bottom: none;
}

table {
	font-family: Arial, sans-serif;
	width: 100%;
}

table td {
	padding-bottom: 1em;
}

.child-list li {
	font-size: 1.2em;
	margin-bottom: 1rem;
}

.text-widget {
	border: 1px solid #ddd;
	padding: 1em;
}

.text-widget img {
	width: 100%;
}

.text-widget h3 {
	font-weight: bold;
	margin-bottom: .5rem;
	text-transform: uppercase;
	text-align: left;
}

.text-widget .form-group:not(:last-child) {
	margin-bottom: 10px;
}

.twitter-widget-feed {
	height: 479px;
	overflow-y: scroll;
}

.calendar-widget {
	border: none;
	padding: 0;
}

.calendar-widget .widget-header {
	background: #000;
	border: none;
	color: #fff;
	padding: 1rem;
	text-align: center;
}

.calendar-widget .widget-header h3 {
	color: #fff;
	text-align: center;
}

.calendar-widget .widget-header .widget_sub_header {
	font-size: .9em;
	font-weight: 200;
}

.calendar-widget .widget-header .widget_sub_header .separator {
	padding: 0 5px;
}

.calendar-widget .widget-header a {
	color: #ed008c;
	font-size: .9em;
	text-transform: uppercase;
}

.calendar-widget .widget-header a:hover {
	text-decoration: underline;
}

div.zabuto_calendar .table tr.calendar-month-header th {
	padding-bottom: .5rem;
	padding-top: .5rem;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
	padding-bottom: 0;
}

div.zabuto_calendar .table tr.calendar-month-header,
div.zabuto_calendar .table tr.calendar-dow-header,
div.zabuto_calendar tr.calendar-dow td {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

div.zabuto_calendar .table tr.calendar-month-header th:nth-child(2) span {
	cursor: default;
}

div.zabuto_calendar div.calendar-month-navigation {
	padding-top: 0;
}

div.zabuto_calendar div.calendar-month-navigation,
div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

div.zabuto_calendar div.calendar-month-navigation:hover {
	color: #ed008c;
}

div.zabuto_calendar .table tr td.event-clickable:hover,
div.zabuto_calendar .table tr td.dow-clickable:hover {
	background-color: #ed008c;
	color: #fff;
}


.tribe-mini-calendar {
	margin-left: 0 !important;
	background: #fff;
}

.tribe-mini-calendar a {
	color: #000 !important;
}

.tribe-mini-calendar a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.tribe-mini-calendar .tribe-events-present a {
	color: #fff !important;
}

.tribe-mini-calendar thead td {
	border-color: rgb(153,153,153) !important;
}

.sidebar .shortcode_widget fieldset {
	margin-bottom: .5rem;
}

.sidebar .shortcode_widget fieldset:last-of-type {
	margin-bottom: 0;
}

.ad_spacer,
.sidebar-container .main_ad_container > div {
	background: #f4f4f4;
	float: none !important;
	margin: 0 auto 30px !important;
}

.ad_spacer:last-of-type,
.sidebar-container .main_ad_container > div:last-of-type,
.widget_gomagadwidget {
	margin-bottom: 0 !important;
}

.sidebar .widget.widget_adwidget {
	margin-bottom: 0;
}

#wpsl-search-wrap {
	margin-bottom: 1rem;
}

#wpsl-search-btn,
#wpsl-search-wrap input,
#wpsl-radius .wpsl-dropdown .wpsl-selected-item,
#wpsl-results .wpsl-dropdown .wpsl-selected-item{
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	font-family: Arial, sans-serif;
	font-size: inherit;
}

#wpsl-search-wrap input:focus,
#wpsl-radius .wpsl-active .wpsl-selected-item,
#wpsl-results .wpsl-active .wpsl-selected-item {
	border-color: #ed008c;
}

#wpsl-radius .wpsl-dropdown:hover,
#wpsl-results .wpsl-dropdown:hover {
	box-shadow: none;
}

#wpsl-search-btn {
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	margin-right: 0;
	padding: 7px 20px;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

#wpsl-search-btn:hover {
	background: #ed008c;
	border-color: #ed008c;
}

#wpsl-search-wrap form > div {
	margin-right: 2rem;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
	float: right;
	margin-right: 0;
}

#wpsl-search-wrap div label {
	line-height: 37px;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
	width: auto !important;
}

#wpsl-result-list {
	margin-right: 0;
	padding-right: 2rem;
	width: 33.5%;
}

.wpsl-dropdown {
	border: none;
}

#wpsl-wrap #wpsl-result-list li {
	border-bottom: 1px solid #ddd;
	padding: 0 0 1rem;
}

#wpsl-wrap #wpsl-result-list li:not(:last-child) {
	margin: 0 0 1rem;
}

.wpsl-direction-wrap a,
.gm-style-iw .wpsl-info-actions {
	display: none !important;
}

#wpsl-wrap .wpsl-info-window p:last-of-type {
	margin-bottom: 0;
}

.widget_black {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 1em;
}

.widget_black a,
.widget_black p,
.widget_black a:hover p,
.widget_black h2,
.widget_black h3 {
	color: #fff;
}

.widget_black a:hover {
	color: #ed008c;
}

.widget_black h2 {
	border-bottom: 3px solid #ed008c;
	line-height: 1.5em;
	margin-bottom: .5em;
}

.pseudo-link {
	color: #ed008c;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
}

.widget .list-unstyled h3 {
	font-size: 1em;
	font-weight: 700;
}

.widget .list-unstyled li {
	clear: both;
	overflow: hidden;
}

.widget .list-unstyled li:not(:last-child) {
	margin-bottom: .5em;
}

.widget .list-unstyled p {
	font-size: .8em;
	margin-bottom: 0;
}

.widget .list-unstyled img {
	float: left;
	margin-right: .5em;
	width: 30%;
}

.widget h2 {
	position: relative;
}

.widget_black .more-link:hover {
	background: #fff;
	color: #ed008c;
}


.entry-content h2,
.page-content h2 {
	font-weight: 700;
	margin: 3rem 0 1rem;
}

.entry-content h2:first-child,
.page-content h2:first-child {
	margin-top: 0;
}

#menu-secondary-menu {
	padding: 0;
}

#wpsl-search-wrap .wpsl-input {
	width: auto !important;
}

.share-buttons {
	margin-top: 45px;
	margin-bottom: 45px;
}

.share-buttons span {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.share-buttons a {
	background-color: #000;
	border-radius: 2em;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;
	height: 2em;
	line-height: 2em;
	margin-left: .5em;
	text-align: center;
	width: 2em;
}

.share-buttons a.fa-facebook {
	background-color: #3b5998;
}

.share-buttons a.fa-twitter {
	background-color: #00aced;
}

.share-buttons a.fa-google-plus {
	background-color: #dd4b39;
}

.post-slideshow .post-slide {
	height: 100%;
}
.post-slideshow .post-slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.archive-title .search-form {
}

.site-description {
	font-size: 1.2em;
	line-height: 21px;
	margin-top: 10px;
	text-transform: uppercase;
}

.custom-logo {
	height: 65px !important;
	width: auto !important;
}

#simple-menu {
	line-height: 65px;
}

#trending-now {
	overflow: hidden;
}

#trending-now h2 {
	color: #999;
	font-size: 2.4em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#trending-now .thumb-block {
	margin: 0;
	overflow: hidden;
	position: relative;
}

#trending-now .col-xs-4 {
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

#trending-now .col-xs-4:nth-child(2):after,
#trending-now .col-xs-4:nth-child(8):after {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 2em 1em;
	left: -2em;
	content: " ";
	margin-top: -2em;
	position: absolute;
	top: 50%;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

#trending-now .col-xs-4:nth-child(4):after {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 1em 2em;
	content: " ";
	left: 50%;
	margin-left: -2em;
	position: absolute;
	top: -2em;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

#trending-now .col-xs-4:nth-child(6):after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 2em 1em;
	content: " ";
	margin-top: -2em;
	position: absolute;
	right: -2em;
	top: 50%;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

#trending-now .col-xs-4:nth-child(3n+1) {
	clear: both;
}

#trending-now .text-block {
	padding: 1.5em;
}

#trending-now h3 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 .5em;
	text-transform: uppercase;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

#trending-now .col-xs-4:hover + .col-sm-4,
#trending-now .col-xs-4:hover {
	background-color: #ed008c;
	color: #fff;
}

#trending-now .col-xs-4.col-xs-pull-8 {
	text-align: right;
}

#trending-now .col-xs-4 + .col-sm-4 a,
#trending-now .col-xs-4 a,
#trending-now .col-xs-4 + .col-sm-4 a h3,
#trending-now .col-xs-4 a h3 {
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}

#trending-now .col-xs-4:hover + .col-sm-4 a,
#trending-now .col-xs-4:hover a,
#trending-now .col-xs-4:hover + .col-sm-4 a h3,
#trending-now .col-xs-4:hover a h3 {
	color: #fff;
}

#trending-now .col-xs-4:nth-child(2):hover:after,
#trending-now .col-xs-4:nth-child(8):hover:after,
#trending-now .col-xs-4:nth-child(1):hover + .col-sm-4:after,
#trending-now .col-xs-4:nth-child(7):hover + .col-sm-4:after {
	border-color: transparent #ed008c transparent transparent;
}

#trending-now .col-xs-4:nth-child(4):hover:after,
#trending-now .col-xs-4:nth-child(3):hover + .col-sm-4:after {
	border-color: transparent transparent #ed008c transparent;
}

#trending-now .col-xs-4:nth-child(6):hover:after,
#trending-now .col-xs-4:nth-child(5):hover + .col-sm-4:after {
	border-color: transparent transparent transparent #ed008c;
}

#video-of-the-day {
	overflow: hidden;
}

#video-of-the-day h3 {
	background: rgba(100, 100, 100, .6);
	color: #fff;
	padding: 2px 10px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 300;
}

#video-of-the-day:hover h3 {
	background-color: #ed008c;
}

#video-of-the-day img {
	width: 100%;
}

.thumb-block {
	margin-bottom: 30px;
}

.thumb-block > a {
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}

.thumb-block > a h3 {
	background: rgba(100, 100, 100, .6);
	bottom: 0;
	color: #fff;
	padding: 2px 10px;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}

.thumb-block > a:hover h3 {
	background-color: #ed008c;
}

.thumb-block img,
.text-block + img {
	width: 100%;
}

.placeholder-img + img {
	left: 0;
	position: absolute;
	top: 0;
}

.homepage-header {
	border-bottom: 10px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.error404 .page-content .search-form {
	max-width: 300px;
}

.tribe-events-user-recurrence-toggle {
	color: #999;
	font-style: normal;
	margin: 0;
}

.tribe-events-user-recurrence-toggle input[type="checkbox"] {
	margin-right: 5px !important;
}

.tribe-mini-calendar thead {
	background: #999 !important;
}

.tribe-mini-calendar td,
.tribe-mini-calendar th {
	border-color: #ddd !important;
}

.tribe-mini-calendar .tribe-events-past {
	opacity: 1 !important;
}

.tribe-mini-calendar .tribe-events-past a {
	color: #999 !important;
	cursor: default;
}

.tribe_mini_calendar_widget .widget-title,
.tribe-mini-calendar thead + thead,
.tribe-mini-calendar-list-wrapper {
	display: none;
}

.tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar .tribe-mini-calendar-today {
	background: #000 !important;
}

.tribe-mini-calendar .tribe-events-has-events:hover,
.tribe-mini-calendar .tribe-events-present:hover,
.tribe-mini-calendar .tribe-mini-calendar-today:hover,
.tribe-mini-calendar .tribe-events-has-events:hover a,
.tribe-mini-calendar .tribe-events-present:hover a,
.tribe-mini-calendar .tribe-mini-calendar-today:hover a {
	background: #ed008c !important;
}

.tribe-mini-calendar .tribe-events-past:hover,
.tribe-mini-calendar .tribe-events-past:hover a {
	background: none !important;
}

.tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
	background: #ed008c !important;
}

.tribe-events-has-events.tribe-events-present:hover div[id*="daynum-"] a::before,
.tribe-mini-calendar .tribe-events-has-events:hover div[id*="daynum-"] a::before {
	background: #fff !important;
}

.tribe-mini-calendar .tribe-events-has-events.tribe-events-past div[id*="daynum-"] a::before {
	background: #ccc !important;
}

.type-album #slide-pager {
	overflow: hidden;
}

.type-album #slide-pager a {
	display: block;
	float: left;
	width: 16.66666%;
}

.type-album #slide-pager img {
	width: 100%;
}

.in-print-widget img {
	width: 100%;
}

.sidr ul {
	margin-bottom: 0;
}

.sidr ul li a .pink {
	display: inline-block;
	height: .85em;
	position: relative;
	top: 1px;
}

.sidr .list-inline {
	padding: 0 1rem;;
}

.sidr .list-inline li {
	border: none !important;
	box-shadow: none !important;
	display: inline-block !important;
	line-height: 1rem !important;
	padding: 1rem;
	width: 3rem;
}

.sidr .list-inline a {
	box-shadow: none !important;
	padding: 0;
}

sidr .list-inline a:hover {
	color: #ed008c !important;
}

.sidr .navbar-social a span {
	display: none;
}

.sidr .search-form {
	padding: 15px 0;
}

.sidr input[type="search"] {
	background: #fff;
	color: #000;
	height: 35px;
	line-height: 25px;
	margin-bottom: 0;
}

.sidr ul li {
	clear: both;
}

.sidr ul li a {
	text-transform: uppercase;
}

.sidr ul li ul li {
	font-size: 14px;
}

.sidr .dropdown-menu {
	background: none !important;
	border-bottom: 1px solid #1a1a1a !important;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #1a1a1a !important;
	box-shadow: none;
	display: none;
	position: relative;
	width: 100%;
}

.sidr .dropdown-menu > li > a {
	line-height: 18px;
	white-space: normal;
	padding: 15px 15px 15px 30px;
}

.sidr .dropdown-menu > li > a:hover {
	padding-bottom: 16px;
}

.sidr ul li ul li a {
	background: none !important;
	color: #fff !important;
}

.sidr ul li .caret {
	border-width: 8px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 20px;
}

.sidr ul li .caret.up {
	border-top: 0;
	border-bottom: 8px solid #fff;
}

.thumb-block:nth-child(2n+1) {
	clear: both;
}


#category-thumbnails .thumb-block:nth-child(2n+1) {
	clear: none;
}

#category-thumbnails .thumb-block:nth-child(3n+1) {
	clear: both;
}

.page-template-landing .thumb-block:nth-child(2n+1) {
	clear: none;
}

.page-template-landing .thumb-block:nth-child(3n+1) {
	clear: both;
}

.zabuto_calendar .legend {
	display: none;
}

#calendar-city {
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 1px;
	background: #f0f0f0;
	font-family: Arial, sans-serif;
	font-size: .9em;
	padding: 7px;
	text-align: center;
}

#city-placeholder,
#city-select {
	border-color: #999;
	border-style: dashed;
	border-width: 0 0 1px;
	display: inline-block;
	margin-left: 7px;
	text-align: left;
	width: 170px;
}

#calendar-city label,
#city-placeholder,
#city-select {
	line-height: 2;
	margin-bottom: 0;
}

#calendar-city label {
	font-weight: normal;
}

#city-placeholder {
	font-weight: bold;
	text-transform: uppercase;
}

.select-placeholder {
	position: absolute;
}

.select-placeholder:after {
	color: #999;
	content: "\f078";
	font-family: "FontAwesome";
	font-weight: normal;
	position: absolute;
	right: 0;
}

.styled-select {
	opacity: 0;
}

.events-community-post-content textarea {
}

#homepage-top {
	border-bottom: 4px solid #ddd;
	margin-bottom: 30px;
}

#trending,
#featured {
	margin-bottom: 10px;
	text-align: left;
}

#trending h2,
#comments h2 {
	border-bottom: 4px solid #ddd;
	font-weight: bold;
	height: 1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#trending h2 span,
#featured h2 span,
#comments h2 span {
	background: #fff;
	height: 1em;
	padding-right: 5px;
}

#trending li {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

#trending li:last-child {
	border-bottom: none;
}

#featured h2 {
	border-bottom: 4px solid #ddd;
	font-size: 1.6em;
	font-weight: bold;
	height: 1em;
	margin: 30px 0;
	text-transform: uppercase;
}

#featured .col-sm-6,
#featured .col-sm-4 {
	margin-bottom: 20px;
}

#featured .col-sm-6:nth-child(2n+1),
#featured .col-sm-4:nth-child(3n+1) {
	clear: left;
}

#trending h3,
#featured h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#featured img {
	margin-bottom: 10px;
}

.single #featured .col-sm-3 {
	margin-bottom:30px;
}

.single #featured .col-sm-3:nth-child(4n+1) {
	clear: both;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form-control.g-recaptcha {
	border: none;
	height: auto;
	padding: 0;
}


/* Small devices (laptops, 992px and up) */
@media (min-width: 992px) {

	body {
		width: min-1230px;
	}

	.container {
		min-width: 1230px;
	}

	.container-fluid {
		max-width: 1230px;
		width: 100%;
	}

	.primary {
		width: 900px;
	}

	.secondary {
		width: 330px;
	}

	.widget-easy-twitter-feed-widget-kamn iframe {
		height: 308px !important;
	}

	.post-slideshow .cycle-slideshow {
		max-height: 560px;
	}

	#content {
		margin-top: 3.25em;
		padding-top: 30px;
	}

	.main-navigation {
		position: absolute;
		width: 100%;
	}

	.main-navigation.fixed {
		position: fixed;
		top: 0;
		z-index: 99999;
	}
}

/* Extra small devices (tablets, 991px and down) */
@media (max-width: 991px) {
	body, .container {
		min-width: auto;
		width: 100%;
	}
	.main_ad_container, .ad_spacer {
		height: auto !important;
	}
	.site-branding .search-form {
		margin: 0 0 15px;
	}
	.homepage-slideshow {
		margin-left: -15px;
		margin-right: -15px;
	}
	.homepage-slideshow,
	.homepage-slideshow .cycle-slide a > div {
		height: 50vw;
	}
	.homepage-slideshow .cycle-slideshow,
	.homepage-slideshow .homepage-slide,
	.homepage-slideshow .homepage-slide img,
	.homepage-slideshow #slide-caption {
		width: 100%;
	}
	.homepage-slideshow .cycle-controls {
		display: none;
	}
	.post-excerpt {
		overflow: hidden;
	}
	.attachment-homepage-thumbnail,
	.attachment-issue-thumbnail {
		float: left;
		margin-right: 1rem;
		width: 100px;
	}
	.archive-row .col-sm-4:not(:last-child),
	.homepage-row .col-sm-4:not(:last-child),
	.homepage-header-row .col-sm-4:not(:last-child) {
		margin-bottom: 1rem;
	}
	.archive-row {
		margin-top: 1rem;
	}
	.form-group .row > div:not(:last-child) {
		margin-bottom: 2rem;
	}
	#site-footer {
		border: none;
	}
	#site-footer .navbar {
		display: none;
	}
	#site-footer .navbar:first-child {
		margin-bottom: 0;
	}
	#site-footer .navbar:last-child {
		margin-top: 0;
	}
	#site-footer .navbar ul {
		margin: 0;
		padding-left: 0;
	}
	#site-footer .navbar li {
		display: block;
	}
	#site-footer .navbar li:after {
		display: none !important;
	}
	#trending-now .text-block {
		font-size: 1.8vw;
	}
	#trending-now {
		margin-bottom: 30px;
	}
	.sidebar {
		border-top: 10px solid #ddd;
		clear: both;
		float: none;
		margin-top: 30px;
		padding-top: 30px;
	}
	.sidebar-container {
		margin: 0 auto;
		max-width: 400px;
	}
	.twitter-widget-feed {
		height: 400px !important;
	}
}

@media (max-width: 560px) {

	.custom-logo {
		height: 45px !important;
	}

	#simple-menu {
		line-height: 45px;
	}

	.site-description {
		font-size: 1em;
	}

}



/* Extra devices (small phones, 479px and down) */
@media (max-width: 479px) {
	.site-description {
		font-size: 3vw;
	}
	.archive-title .col-xs-7 {
		width: 100%;
	}
	.archive-title .col-xs-5 {
		display: none;
	}
	.row-title {
		font-size: 8vw;
	}
	.homepage-slideshow,
	.homepage-slideshow .cycle-slide a > div {
		height: 70vw;
	}
	.type-album #slide-pager {
		display: none;
	}
	#trending-now .col-xs-4 {
		left: 0;
		width: 100%;
	}
	#trending-now .col-xs-4:nth-child(2):after,
	#trending-now .col-xs-4:nth-child(8):after,
	#trending-now .col-xs-4:nth-child(4):after,
	#trending-now .col-xs-4:nth-child(6):after {
		border-color: transparent transparent #fff transparent;
		border-width: 1em 2em;
		bottom: auto;
		left: 50%;
		margin-left: -2em;
		margin-top: 0;
		right: auto;
		top: -2em;
	}
	#trending-now .col-xs-4:nth-child(2):hover:after,
	#trending-now .col-xs-4:nth-child(8):hover:after,
	#trending-now .col-xs-4:nth-child(1):hover + .col-sm-4:after,
	#trending-now .col-xs-4:nth-child(7):hover + .col-sm-4:after,
	#trending-now .col-xs-4:nth-child(4):hover:after,
	#trending-now .col-xs-4:nth-child(3):hover + .col-sm-4:after,
	#trending-now .col-xs-4:nth-child(6):hover:after,
	#trending-now .col-xs-4:nth-child(5):hover + .col-sm-4:after {
		border-color: transparent transparent #ed008c transparent;
	}
	#trending-now .col-xs-4:nth-child(2) img,
	#trending-now .col-xs-4:nth-child(4) img,
	#trending-now .col-xs-4:nth-child(6) img,
	#trending-now .col-xs-4:nth-child(8) img {
		display: none;
	}
	#trending-now .col-xs-4:nth-child(2) .text-block,
	#trending-now .col-xs-4:nth-child(4) .text-block,
	#trending-now .col-xs-4:nth-child(6) .text-block,
	#trending-now .col-xs-4:nth-child(8) .text-block {
		position: static !important;
	}
	#trending-now .text-block {
		font-size: 1rem;
	}
	.homepage-row .col-xs-6,
	.archive-row .col-xs-4 {
		width: 100%;
	}
	.archive-row {
		margin-top: 0;
	}
	.archive-row .col-xs-4 {
		margin-bottom: 1rem;
	}
	.row-title {
		margin-bottom: 0;
	}
}
