/*
	Theme Name: LA Parent Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For LA Parent
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

  Template: genesis
	Template Version: 2.0.0
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,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{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear {
	clear: both;
}

/* Defaults ---------------------------------------------------------------------------------------------------- */
html {
	font-family: 'Merriweather', serif;
	font-size: 16px;
  color:#222;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.home .featured-content img,
.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
::-moz-selection {
}
::selection {
}
a {
	color: #f1803c;
}
a:hover {
	color: #111;
}
span.small {
	font-size: 12px;
	margin-left: 12px;
	height: 65px;
	line-height: 65px;
}

/* Headings ---------------------------------------------------------------------------- */
h1{
	font-family: 'Libre Franklin', Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:4px;
}
h2,h3,h4,h5,h6 {
	font-family: 'Merriweather',serif;
}
.content h1 {
	color: #222;
}
.page-template-page-classes .content h1,
.page-template-page-parties .content h1,
.page-template-page-camps .content h1,
h1.listings,
h1.camps {
	display: inline-block;
	margin-bottom: 6px;
}
h2 {
}
.content h2 {
	color: #f1803c;
}
.button.listings-button {
	margin-top: -10px;
	margin-bottom: 20px;
}
div.camp-filters{
	clear:both;
	margin-bottom:20px;
	height:90px;
}
div.camps-form {
	margin-bottom: 20px;
	width: 45%;
	margin-right: 5%;
	float: left;
}
.camp h3,
.class h3,
.party h3,
.education-resource h3 {
	font-size: 24px;
}
.class h3,
.party h3 {
	margin-bottom: 0;
	color: #222;
}
.class h4,
.party h4 {
	margin-bottom: 0;
	font-size: 20px;
}
.camp h3 {
	margin-top:0;
}
.camp h3, .camp h3 a{
	color:#222;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:24px;
	font-family: 'Libre Franklin', Arial, sans-serif;
}
body.elenas-blog h1 {
	letter-spacing: 10px;
	font-size: 90px;
	line-height: 90px;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
}
body.elenas-blog h2.tagline {
	letter-spacing: 10px;
	font-size: 18px;
	color: #f1803c;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
body.elenas-blog span.blog-tag {
	font-size: 60px;
	color: #f1803c;
	text-align: center;
	display: block;
}

/* Objects ---------------------------------------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
}
img {
	height: auto;
}
.entry-content img,
.wp-caption  {
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}
.wp-caption {
	background-color: #f1f1f1;
	padding: 10px;
}
.wp-caption img {
	padding-right: 10px;
}

/* Forms ---------------------------------------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #f9f9f9 inset;
	color: #222;
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	width: 100%;
}
input,
select{
	height:45px;
	line-height:45px;
}
textarea {
	height:150px;
	padding-top:20px;
	line-height:20px;
}
input:focus,
textarea:focus {
	border: 1px solid #f1803c;
  border-left:8px solid #f1803c;
	outline: none;
	-webkit-box-shadow: 0px 0px 4px 1px #FFE9DC;
	box-shadow: 0px 0px 4px 1px #FFE9DC;
}
::-moz-placeholder {
	color: #000;
}
::-webkit-input-placeholder {
	color: #000;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
button.em-search-submit{
	background-color: #444;
	border:solid 3px #444;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding-left:20px;
  padding-right:20px;
  height:45px;
  line-height:39px;
	width: auto;
	text-decoration: none;
	font-family: 'Libre Franklin', Arial, sans-serif;
}
a.greenbutton {
	background-color: #79AC47;
}
.button,
.entry-content .button {
	display: inline-block;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color:transparent;
	color: #444;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
input[type="checkbox"], input[type="radio"]{
	width:25px;
	height:25px;
	float:left;
	margin-right:10px;
}
.chooseList {
	height: 28px;
	width: 100%;
	display: block;
	margin-top: 7px;
}
.chooseList input[type="checkbox"] {
	width: 25px;
	height: 25px;
	margin-right: 20px;
	float: left;
	display: block;
}
.chooseList label {
	float: left;
	display: block;
}

/* Tables ---------------------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 12px;
	margin-top: 12px;
	width: 100%;
	font-size: 12px;
}
tbody {
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 0;
}
body table.em-calendar thead td {
	background-color: #fff;
}
body table.em-calendar td {
	background-color: #f1f1f1;
	border: solid 1px #fff;
	padding: 0;
	height: 24px;
	text-align:center;
	font-size:16px;
	height:50px;
}
body table.em-calendar tr.days-names td {
	background-color:#ccc;
}
body table.em-calendar td a {
	text-decoration: none;
	line-height: 50px;
	display: block;
}
body table.em-calendar td a:hover,
body table.em-calendar td.eventful a:hover,
body table.em-calendar td.eventful-today a:hover {
	background-color: #f1803c;
	color: #fff;
	width: 100%;
}

/* Site Containers ---------------------------------------------------------------------------- */
.iframe .site-container {
	width: 600px;
}
.site-inner,
.wrap {
	margin: 0 auto;
}
.wrap{
  max-width:1550px;
}
.site-inner {
	clear: both;
	padding: 0;
	margin-bottom: 40px;
	padding-top:40px;
}
body.home .site-inner{
	padding-top:20px;
}
#header-widgets .wrap,
#home-favorites .wrap,
#home-giveaways .wrap,
#footer-links .wrap,
.content-sidebar-wrap,
#home-top {
	padding-left: 25px;
	padding-right: 25px;
}
#home-middle .wrap,
#sidebar-ads .wrap {
	padding: 0;
}
.home .site-inner .wrap {
  width:100%;
  padding:0;
}

/* Content Wrappers ---------------------------------------------------------------------------- */
.site-container {
	overflow:hidden;
}
.content {
	float: right;
	width: 70%;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 66%;
}
.full-width-content .content {
	width: 100%;
	max-width:970px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

/* WordPress ---------------------------------------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 12px 12px 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 12px;
}
.entry-content .wp-caption-text {
	font-size: 12px;
	text-align: center;
	color: #666;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Gravity Forms ----------------------------------------------------------------------------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	padding: 8px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	display:block;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	margin-top:50px;
}
.gform_wrapper form {
	padding: 20px;
	background-color: #f1f1f1;
}
ul.gform_fields,
.gform_wrapper ul{
	margin:0;
	padding:0;
	width:100%;
}
.gform_wrapper .show-label label{
	display:block !important;
}
.gform_wrapper label.gfield_label{
	font-weight:bold;
}
.gform_wrapper .no-bold label.gfield_label{
	font-weight:normal;
	font-size: 14px;
}
div.gform_wrapper li.no-bold, div.gform_wrapper form li.no-bold{
	margin-top:5px;
}
.gform_wrapper .gfield_description{
	color:#666;
	font-style:italic;
	font-size: 14px;
}
.gform_wrapper li.gfield_error{
	padding:20px;
	background-color:#ecb9b9;
}
.gform_wrapper li.gfield_error input {
	border: solid 2px #b30000;
}
.gform_wrapper li.gfield_error .validation_message {
	color:#b30000;
}
#extensions_message_108_21{
	display:none!important;
}
.gform_wrapper li.gf_left_half,
.gform_wrapper .ginput_complex span.name_first{
	width:49%;
	float:left;
	margin-right:1%;
}
.gform_wrapper li.gf_right_half,
.gform_wrapper .ginput_complex span.name_last{
	width:49%;
	float:right;
	margin-left:1%;
}
input.small{
	width:33%;
}

/* Search Popup ---------------------------------------------------------------------------- */
.search-popup{
	margin-top:-100px;
	height:100px;
	background-color:#555;
}
.search-popup .wrap{
	width:90%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	height:50px;
	position:relative;
}
.search-popup a.close-button{
	top:30px;
}

/* Top Bar ---------------------------------------------------------------------------- */
#top-bar {
  background-color:#f1f1f1;
  height:40px;
	font-family: 'Libre Franklin', Arial, sans-serif;
}
#top-bar .wrap{
	display:flex;
	justify-content:space-between;
}
#top-bar .social-media{
	padding-top:5px;
	flex:0 0 40%;
}
#top-bar .social-media ul {
	margin: 0;
	padding: 0;
	float:right;
	margin-right:185px;
}
#top-bar .social-media ul li {
	list-style-type: none;
	width: 32px;
	height: 32px;
	margin-left: 25px;
	display: block;
	float: left;
}
#top-bar .social-media ul li a {
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	opacity: 0.7;
	background-image: url(../png/sprite-social-media-dark.png);
  background-size:auto 31px;
}
#top-bar .social-media ul li a:hover {
	opacity: 1.0;
}
#top-bar .social-media ul li.pinterest a {
	background-position: left top;
}
#top-bar .social-media ul li.twitter a {
	background-position: -32.5px top;
}
#top-bar .social-media ul li.facebook a {
	background-position: -65px top;
}
#top-bar .social-media ul li.youtube a {
	background-position: -97px top;
}
#top-bar .social-media ul li.instagram a {
	background-position: -129.5px top;
}

/* Site Header ---------------------------------------------------------------------------- */
.site-header .wrap {
	position: relative;
  width:96%;
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
  padding-bottom:10px;
	font-family: 'Libre Franklin', Arial, sans-serif;
}
.site-header p{
  margin:0;
  color:#f1803c;
  font-weight:bold;
}
.title-area{
  float:left;
}
.site-title {
	position: relative;
	display: block;
  margin:0;
}
.site-title a {
	width:270px;
	height:45px;
	background-image: url(../png/logo.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:left center;
	text-indent: -9999px;
	display: block;
}
.site-header .widget-area .widget_text{
	position:absolute;
	right:100px;
	top:10px;
	width:400px;
}
.site-header .widget-area .widget_text ul{
	margin:0;
	padding:0;
	display:flex;
}
.site-header .widget-area .widget_text ul li{
	display:inline;
	margin-left:20px;
}
.site-header .widget-area .widget_text ul li a{
	color: #555;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	line-height:30px;
	display:block;
	cursor:pointer;
}
.site-header .widget-area .widget_text ul li a#show-newsletter-popup{
	color:#f1803c;
}
.site-header .widget-area .widget_text ul li a#show-search{
	background-image:url(../png/icon-search.png);
	background-size:25px auto;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}
.site-header .featured-content {
	position: absolute;
	right: 20px;
	top:-35px;
	width:200px;
	z-index:9999999;
}
.site-header .featured-content h4{
	position:absolute;
	right:0;
	top:0;
	display:block;
	height:15px;
	line-height:15px;
	letter-spacing:0;
	z-index:9;
	font-size:13px;
	margin:0;
	font-family: 'Libre Franklin',Arial,sans-serif;
}
.site-header .featured-content a,
.site-header .featured-content a span{
	display:none;
}
.site-header .featured-content a:last-of-type{
	display:block;
}
.site-header .featured-content img{
	height:200px;
	width:auto;
	position:absolute;
	right:-20px;
	top:20px;
	z-index:1;
	-ms-transform: rotate(4deg); /* IE 9 */
  transform: rotate(4deg);
}

/* Page Header ---------------------------------------------------------------------------- */
.page-header::before{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	content:"";
	z-index:1;
}
.page-header {
	width:100%;
	height:80vh;
	min-height:600px;
	position:relative;
}
.page-header .wrap{
	max-width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	font-size:28px;
	background-position:center top;
	background-size:cover;
	padding-top:250px;
}
.page-header h1{
	font-size: 3.5vw;
	line-height: 3.7vw;
	color: #fff;
	letter-spacing: 0;
	position:relative;
	z-index:9;
}
.page-header p{
	color: #fff;
	position:relative;
	z-index:9;
	max-width:970px;
	margin-left:auto;
	margin-right:auto;
}

/* Primary Navigation ---------------------------------------------------------------------------- */
.nav-primary {
  background-color:#fefefe;
	font-family: 'Libre Franklin', Arial, sans-serif;
	position:relative;
	z-index:999999;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	padding-right:220px;
}
.nav-primary ul li {
	display: inline-block;
  flex-grow:1;
  text-align:center;
  /* border-right:solid 1px #f1f1f1; */
}
.nav-primary ul li:first-child{
  flex-grow:0;
}
.nav-primary ul li:first-child a{
  padding-left:10px;
  padding-right:10px;
}
.nav-primary ul li:last-child{
  border-right:none;
}
.nav-primary ul li.mobile {
	display: none;
}
.nav-primary a {
	color: #555;
	font-size: 14px;
	line-height: 45px;
  height:45px;
  display:block;
	text-decoration: none;
  flex-grow:1;
	text-transform:uppercase;
	font-weight:900;
}
.nav-primary a:hover {
	background-color:#f1803c;
  color:#fff;
	cursor:pointer;
}
.nav-primary ul.sub-menu {
	display: block;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 350px;
	z-index: 99;
	padding: 0;
	margin: 0;
	background-color:#f9f9f9;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
}
.nav-primary ul.sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
  height:35px;
}
.nav-primary ul.sub-menu li a {
	position: relative;
	width: 280px;
	width: 100%;
	line-height:35px;
  height:35px;
	display: block;
	padding-left:10px;
	text-align: left;
	border-bottom: solid 1px #e4e4e4;
  color:#555;
}
.nav-primary ul.sub-menu a:hover {
	color: #fff;
	background-color:#f1803c;
}
.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.nav-primary .genesis-nav-menu .menu-item:hover {
	position: static;
}
.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: 0;
	opacity: 1;
}
.show-menu,
.close-menu,
.nav-primary.mobile-nav {
	display: none;
}

/* Secondary Navigation ---------------------------------------------------------------------------------------------------- */
.nav-secondary{
	flex:0 0 60%;
	z-index:9999999;
}
#top-bar .nav-secondary .wrap{
	display:block;
}
.nav-secondary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.nav-secondary ul li {
	display: inline-block;
  flex-grow:1;
  text-align:center;
  border-right:solid 1px #e4e4e4;
}
.nav-secondary ul li:last-child{
	border-right:none;
}
.nav-secondary ul li.mobile {
	display: none;
}
.nav-secondary a {
	color: #555;
	font-size: 14px;
	line-height: 40px;
  height:40px;
  display:block;
	text-decoration: none;
  flex-grow:1;
	text-transform:uppercase;
}
.nav-secondary a:hover {
  background-color:#f1803c;
  color:#fff;
}
.nav-secondary ul.menu > li:first-child a{
  background-color:#f1803c;
  color:#fff;
} 
.nav-secondary .genesis-nav-menu ul.sub-menu {
	display: block;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width:350px;
	z-index: 99;
	padding: 0;
	margin: 0;
	background-color:#f9f9f9;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
}
.nav-secondary .genesis-nav-menu .sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.nav-secondary .genesis-nav-menu .sub-menu a {
	position: relative;
	width: 280px;
	width: 100%;
	line-height: 25px;
	display: block;
	padding: 6px;
	text-align: left;
	border-bottom: solid 1px #e4e4e4;
  color:#555;
}
.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #fff;
	background-color:#f1803c;
}
.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.nav-secondary .genesis-nav-menu .menu-item:hover {
	position: static;
}
.nav-secondary .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: 0;
	opacity: 1;
}

/* Ads --------------------------------------------- */
.advertisement {
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background-color:#f9f9f9;
	margin-top:25px;
	margin-bottom:25px;
}
.advertisement#header-ads{
	border:none;
}
.advertisement .wrap {
	text-align:center;
}
.advertisement.leaderboard .wrap,
.home .site-inner .advertisement.leaderboard .wrap{
	width: 728px;
	margin-left:auto;
	margin-right:auto;
}
.advertisement.super-leaderboard .wrap,
.home .site-inner .advertisement.super-leaderboard{
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

/* Home Page --------------------------------------------- */
.home-content h2,
.home-content h3,
.home-content h4,
.home-content h3.widgettitle.primary-title{
	font-size:2vw;
  line-height:2.2vw;
	margin: 0;
	padding: 0;
	margin-bottom:55px;
  color:#222;
  text-align:center;
  letter-spacing:10px;
	font-family: 'Libre Franklin',Arial,sans-serif;
	font-weight:bold;
}
.home-content h2.widgettitle,
.home-content h3.widgettitle,
.home-content h3.widgettitle.primary-title,
.home-content h4.widgettitle{
	font-family: 'Libre Franklin',Arial,sans-serif;
	text-transform:uppercase;
}
.home-content h3.widgettitle.primary-title{
	margin-bottom:0;
	text-align:left;
}
.home-content {
  padding-top:25px;
  padding-bottom:25px;
}
.home-split .wrap{
	display:flex;
	justify-content:space-between;
}
.home-half{
	flex:0 0 45%;
}
.home-left-half,
.home-left-half h2,
.home-left-half h3,
.home-left-half h4{
	text-align:left;
}
.home-left-half h2,
.featured-content h2,
.home-left-half h4,
.featured-content h4,
.home-horizontal h2,
.home-horizontal h4  {
	margin-top:0;
	margin-bottom:0;
}
.home-left-half a.more-link{
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-size:13px;
}
.home-left-half h2 a,
.home-left-half h4 a,
.featured-content h2 a,
.featured-content h4 a,
.home-horizontal h2 a,
.home-horizontal h4 a {
  text-decoration: none;
  font-size: 1.3vw;
  line-height: 1.5vw;
	text-transform:none;
	font-weight:normal;
	letter-spacing:0;
	display:block;
	letter-spacing:-1.5px;
	color:#222;
	font-family: 'Libre Franklin',Arial,sans-serif;
}
.home-left-half h2 a:hover,
.home-left-half h4 a:hover,
.featured-content h2 a:hover,
.featured-content h4 a:hover,
.home-horizontal h2 a:hover,
.home-horizontal h4 a:hover {
	color:#f1803c;
}
.home-left-half .post{
	border-bottom:solid 1px #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
	position:relative;
	min-height:220px;
}
.home-left-half .post .image{
	width:200px;
	height:200px;
	overflow:hidden;
	margin-bottom:0;
	float:left;
	margin-right:12px;
}
.home-left-half .post img{
	width:100%;
	height:auto;
}
.home-left-half .post .subline,
.home-horizontal .subline{
	color:#999;
	padding-top:20px;
	padding-bottom:20px;
}
.home-horizontal .subline{
	text-align:center;
}
.home-left-half .post p{
	margin:0
}
.featured-category{
	text-align:center;
	font-size:24px;
}
.featured-category img{
	width:100%;
}
.featured-category h3{
	font-size: 2.3vw;
	line-height: 2.5vw;
	text-transform:none;
	font-weight:normal;
	letter-spacing:0;
	margin-bottom:5px;
}
.featured-category .textwidget a{
	display:block;
	float:right;
	padding-right:45px;
	background-image:url(../png/icon-sun-hearts.png);
	background-size:30px 30px;
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:none;
	font-size:20px;
	line-height:35px;
	margin-bottom:25px;
}
a.category-link{
	display:block;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	padding-right:45px;
	background-image:url(../png/icon-sun-hearts.png);
	background-size:30px 30px;
	background-repeat:no-repeat;
	background-position:right center;
	text-decoration:none;
	font-size:20px;
	line-height:35px;
}
.home-horizontal{
	margin-top:55px;
	margin-bottom:55px;
}
.home-horizontal .entry {
	overflow:hidden;
}
.home-horizontal .entry img,
.home-horizontal .event img{
	max-width:100%;
}
.home-horizontal .widget-wrap{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.home-horizontal h3{
	flex: 0 0 100%;
}
.home-horizontal .entry{
	flex:0 0 22%;
}
.home-horizontal#current-issue{
	margin-top:0;
	padding-top:0;
}

/* Hero */
#hero{
	width: 100vw;
  height: 56.25vw;
	position:relative;
}
#hero .widget_text{
  width:50%;
  left:25%;
	bottom:-55px;
  text-align:center;
	background-color:#fff;
	box-shadow: 0 1px 3px 0 #ccc;
	-moz-box-shadow: 0 1px 3px 0 #000;
  color:#555;
  position:absolute;
  z-index:9;
  padding:30px;
	font-size:22px;
}
#hero .widget_text h2{
  font-size:2vw;
  line-height:2.2vw;
  color:#555;
  font-weight:normal;
  text-transform:none;
  letter-spacing:0;
	font-family: 'Alfa Slab One', cursive;
	margin:0;
}
#hero .widget_text a{
	background-color: transparent;
	border:solid 3px #f1803c;
	color: #f1803c;
	cursor: pointer;
	padding-left:20px;
  padding-right:20px;
  height:45px;
  line-height:39px;
	width: auto;
	text-decoration: none;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	margin-top:12px;
	font-family: 'Libre Franklin', Arial, sans-serif;
}
#hero .widget_media_image,
#hero .video{
	width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  position: absolute;
  top:0;
  left:0;
}
#hero .video iframe{
	width: 100%;
  height: 100%; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
 }

.magazine.mobile-only{
	display:none;
	width:100%;
    background-color: #f1803c;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/* Home Top Picks */
#top-picks{
	padding-top:0;
	margin-top:0;
}
#top-picks .widget-wrap{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#top-picks .widget-wrap h3{
	flex:0 0 100%;
}
#top-picks .event {
	width:22%;
	text-align:center;
}

/* Events Calendar */
#home-events-calendar, #events-search{
	background-color:#f9f9f9;
}
#events-search .wrap{
	max-width:700px;
}
#events-search h3{
	text-transform:uppercase;
}
#home-events-calendar ul.calendar, #events-search ul.calendar{
	width:100%;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	font-size:22px;
	font-weight:bold;
	display:flex;
	justify-content:space-between;
	padding-left:10px;
	background-color:#f1f1f1;
	border-left:solid 5px #f1803c;
}
#home-events-calendar ul.calendar li, #events-search ul.calendar li{
	display:block;
	width:auto;
	min-width:20px;
	height:55px;
	line-height:55px;
}
#home-events-calendar ul.calendar li.month, #events-search ul.calendar li.month{
	width:100px;
}
#home-events-calendar ul.calendar li.show-calendar a, #events-search ul.calendar li.show-calendar a{
	text-indent:-99999px;
	background-image:url(../png/icon-calendar.png);
	width: 45px;
	height:45px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:5px;
	display:block;
	cursor:pointer;
}
#home-events-calendar ul.calendar li.link, #events-search ul.calendar li.link{
	width:200px;
}
#home-events-calendar ul.calendar li.link a.button, #events-search ul.calendar li.link a.button{
	letter-spacing:0;
	font-size:16px;
	background-color:#f1803c;
	border-color:#f1803c;
	float:right;
	height:55px;
	line-height:49px;
}
#home-events-calendar ul.calendar li.link a.button:hover, #events-search ul.calendar li.link a.button:hover{
	background-color:transparent;
	color:#f1803c;
}

/* Events Search */
#home-events-search, #events-search{
	padding-top:0;
	padding-bottom:0;
}
#home-events-search p, #events-search p{
  font-size:22px;
	text-align:center;
}
#home-events-search .em-search-main, #events-search .em-search-main{
  height:70px;
}
#home-events-search .em-search-main button.em-search-submit, #events-search .em-search-main button.em-search-submit{
  margin-top:0!important;
	background-color:#f1803c!important;
	padding-left:10px!important;
	padding-right:10px!important;
	color:#fff!important;
	border-radius:0!important;
	width:100px;
	border:solid 3px #f1803c!important;
	height:50px!important;
	font-family: 'Libre Franklin', Arial, sans-serif;
}
#home-events-search .em-search-main button.em-search-submit:hover, #events-search .em-search-main button.em-search-submit:hover{
	color:#f1803c!important;
	background-color:transparent!important;
}
#home-events-search .em-search-main .screen-reader-text, #home-events-search .em-search-category label span, #events-search .em-search-main .screen-reader-text, #events-search .em-search-category label span{
	display:none;
}
#home-events-search ul, #events-search ul{
  padding:0;
  margin:0;
  display:flex;
  margin-top:25px;
	justify-content:space-evenly;
}
#home-events-search ul li, #events-search ul li{
  display:inline-block;
}
#home-events-search ul li a, #events-search ul li a{
  text-decoration:none;
}
#home-events-search ul li.title a, #events-search ul li.title a{
  color:#222;
  font-weight:bold;
}
#home-events-search .widget_em_calendar, #events-search .widget_em_calendar{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	z-index:999999;
	display:none;
}
#home-events-search .widget_em_calendar .widget-wrap, #events-search .widget_em_calendar .widget-wrap{
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20vh;
	position:relative;
	overflow:visible;
}
#home-events-search .widget_em_calendar h3, #events-search .widget_em_calendar h3{
	position:absolute;
	right:-50px;
	top:-50px;
	width:35px;
	height:35px;
	background-image:url(../png/icon-close-white.png);
	background-size:contain;
	text-indent:-99999px;
	cursor:pointer;
}

/* Home Events Calendar */
#home-events-calendar .wrap{
	display:flex;
	max-width:900px;
}
#home-events-calendar h3{
	width:200px;
	font-size:20px;
	line-height:26px;
	text-align:left;
	letter-spacing:0;
}
#home-events-calendar h3{
	margin-bottom:10px;
}
#home-events-calendar .buttons, #events-search .buttons {
	display:flex;
	justify-content:space-between;
	margin-left:auto;
	margin-right:auto;
}
#home-events-calendar .buttons a.button, #events-search .buttons a.button{
	letter-spacing:0;
	font-size:16px;
	background-color:#f1803c;
	border-color:#f1803c;
	height:55px;
	line-height:49px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}
#home-events-calendar .buttons a.button:hover, #events-search .buttons a.button:hover{
	background-color:transparent;
	color:#f1803c;
}

/* Home Current Issue */
#current-issue h3{
	margin-bottom:10px;
}

/* Home Love SoCal */
#love-socal .wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#love-socal h3{
	flex:0 0 100%;
}
#love-socal .featured-posts{
	flex: 0 0 55%;
}
#love-socal .featured-post img{
	width:100%;
}
#love-socal .standard-posts {
	flex: 0 0 25%;
	padding-top:35px;
}

/* Home Publications */
ul.recent-publications {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:0;
	margin:0;
}
ul.recent-publications li{
	flex: 0 0 19%;
	display:inline-block;
}
ul.recent-publications li .image{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
}
ul.recent-publications li .image img{
	height:300px;
	width:auto;
}

/* Content ---------------------------------------------------------------------------------------------------- */
.entry-content {
	line-height:26px;
}
.author-box{
	background-color:#f1f1f1;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.author-box img.avatar{
	margin-right:20px;
}

/* Gutenberg ---------------------------------------------------------------------------------------------------- */
.columns-3 ul.blocks-gallery-grid{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:0;
	margin:0;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item{
	flex: 0 0 30%;
	margin-right: 1em;
	margin: 0 1em 1em 0;
  margin-right: 1em;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img{
	height: 100%;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Page ---------------------------------------------------------------------------------------------------- */
p.entry-meta {
	margin-top: 2px;
	margin-bottom: 2px;
	color:#999;
}
.byline{
	font-weight:bold;
}
.article a.button,
.product a.button,
.blogger a.button,
.camp a.button {
	float: right;
}
.staff {
	margin-bottom: 50px;
	min-height: 230px;
	height: auto;
	clear: both;
}
.staff img {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: solid 6px #ccc;
	float: left;
	margin-right: 20px;
	clear:both;
}
.staff img {
	max-width: 200px;
	width: 100%;
	max-height: 300px;
}
.best-of {
	padding: 15px;
	background-color: #f1f1f1;
}
.featured {
	background-color: #79AC47;
	color: #fff;
	min-height: 180px;
}
.featured img {
	border: solid 3px #fff;
}
section.social-share-buttons {
	margin-top: 40px;
}
section.social-share-buttons h4 {
	margin-bottom: 12px;
}

/* Login/Registration ---------------------------------------------------------------------------------------------------- */
#wpmem_login input[type="checkbox"] {
	width: 25px;
	height: 12px;
}
.content #wpmem_reg .button_div,
.content #wpmem_login .button_div {
	width: 100%;
	height: 75px;
	text-align: left;
}
.content #wpmem_login .link-text {
	width: 49%;
	float: left;
	text-align: left;
	padding: 20px;
	background-color: #e3e3e3;
}

/* Event List ---------------------------------------------------------------------------------------------------- */
#events-search {
	padding-bottom:25px;
	margin-bottom:25px;
}
#events-search .wrap{
	max-width:96%;
}
body.page-id-10 p#virtual-events{
  display:none;
}
.event-item {
	margin-bottom: 20px;
	min-height:250px;
}
.event-item .info {
	margin-left: 120px;
}
.event-item .info .descr {
	color: #666;
	padding-top:25px;
}
.event-item h4,
.event-item h4 a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1.3vw;
	line-height: 1.5vw;
	text-transform: none;
	font-weight: normal;
	display: block;
	letter-spacing: -1.5px;
}
.event-item p {
	margin: 0;
}
.event-item .image {
	width:220px;
	height:220px;
	overflow: hidden;
	border: solid 6px #ccc;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 40px;
}
.event-item .image img {
	min-width:220px;
	max-width:230px;
	min-height:220px;
}
.em-search-main {
	height:auto;
  min-height: 50px;
}
.em-search-main .em-search-field {
	width: 39%;
	margin-right: 1%;
	float: left;
}
.em-search-main .em-search-submit {
	width: 20%;
	float: right;
}

/* Event Page ---------------------------------------------------------------------------------------------------- */
#event-info .image {
	float: left;
	margin-right: 20px;
	height: auto;
	min-height: 200px;
}

/* Event Form ---------------------------------------------------------------------------------------------------- */
#event-form {
	padding: 20px;
	background-color: #f1f1f1;
}
#event-form i {
	font-size:26px;
	color:red;
}
#event-form input,
#event-form select {
	background-color: #fff !important;
	width: 97%;
}
#event-form input.hasDatepicker,
#event-form input.em-time-input,
#event-form select#recurrence-frequency,
#event-form input#recurrence-interval,
#event-form input#end-days {
	width: 25%;
}
#event-form input[type="checkbox"],
#event-form input[type="radio"] {
	width: 25px;
	margin-left: 10px;
	margin-right: 10px;
}
#event-form #em-location-data table.em-location-data {
	width: 100%;
}
#event-form #em-location-data .em-location-map-container {
	width: 100%;
	background-color: #e1e1e1;
}
#event-form #em-location-data table.em-location-data select {
	width: 97%;
}
#event-form table tr input {
	margin-bottom: 8px;
}
.css-event-form #event-form #event-name {
	padding: 8px;
}
#event-form h3 {
	font-family:'Libre Franklin', Arial, sans-serif;
	margin-top: 55px;
	margin-bottom:20px;
	font-size: 22px;
	text-transform:uppercase;
	color:#f1803c;
}
#event-form th{
	color: #222;
	font-size:16px;
	line-height:45px;
	vertical-align:top;
	text-transform:none;
}
#event-form label{
	color: #222;
	font-size:16px;
	font-weight:bold;
}
#event-form .event-categories select{
	height:150px;
}
#event-form .wp-editor-container {
	border: solid 1px #e1e1e1;
}
#event-form input[type="submit"] {
	background-color: #444 !important;
}
div.time-picker li {
	height: 20px !important;
}
#event-form  .event-editor input {
	width: auto;
}
.all-day{
	display:block;
}
#event-form .all-day input[type="checkbox"]#em-time-all-day{
	height:25px;
}
span.note {
	color: red;
	font-weight:bold;
	display:block;
	margin-top:25px;
}
input[name="em_attributes[website]"],
label[for="em_attributes[website]"],
input[name="em_attributes[Website]"],
label[for="em_attributes[Website]"] {
	display: none;
}
.location-attributes label {
	display: none;
}
.location-attributes select {

	margin-bottom: 8px;
}
.em-warning-errors {
	border: solid 4px #AF0002;
	padding: 20px;
	font-weight: bold;
	color: #AF0002;
}

/* Event Export ---------------------------------------------------------------------------------------------------- */
table#events-export {
	font-family: Arial;
}
table#events-export .date {
	width: 12.5%;
}
table#events-export .event-name {
	width: 12.5%;
}
table#events-export .time {
	width: 10%;
}
table#events-export .location-name {
	width: 10%;
}
table#events-export .address {
	width: 15%;
}
table#events-export .city {
	width: 7%;

}
table#events-export .region {
	width: 5%;
}
table#events-export .website {
	width: 8%;
}
table#events-export .description {
	width: 20%;
}
table#events-export .price {
	width: 10%;
}

/* Camp Directory ---------------------------------------------------------------------------------------------------- */
.camps-container.has-featured > section#featured-camps > div.camp {
	background-color:#f9f9f9;
	padding:20px;
	border-radius:4px;
	min-height:420px;
	border:solid 6px #ffc7a4;
}
.gform_wrapper .camp ul li.gfield.address-2 .gfield_label,
.gform_wrapper .camp ul li.city .gfield_label,
.gform_wrapper .camp ul li.state .gfield_label,
.gform_wrapper .camp ul li.zip .gfield_label,
.gform_wrapper .camp ul li.gfield.address-2 .gfield_label .gfield_required,
.gform_wrapper .camp ul li.city .gfield_label .gfield_required,
.gform_wrapper .camp ul li.state .gfield_label .gfield_required,
.gform_wrapper .camp ul li.zip .gfield_label .gfield_required {
	display: none;
}
.gform_wrapper .camp ul li.city {
	width: 45%;
	margin-right: 4%;
	float: left;
	clear: right;
}
.gform_wrapper .camp ul li.state,
.gform_wrapper .camp ul li.zip {
	width: 22.5%;
	float: left;
	clear: right;
}
.gform_wrapper .camp ul li.state {
	margin-right: 4%;
}
.gform_wrapper .camp li.field_description_above .gfield_description {
	padding-top: 0;
}
.camp-listing .camp-left,
.education-resource-listing .education-resource-left {
	width: 35%;
	margin-right: 5%;
	float: left;
	padding: 2%;
	background-color: #e4e4e4;
	word-wrap:break-word;
}
.camp-listing .camp-left p,
.education-resource .education-resource-left p {
	margin-bottom: 5px;
	margin-top: 0;
}
.camp-listing .camp-left h2,
.education-resource .education-resource-left h2 {
	margin-bottom: 0;
}
.camp-listing .camp-right,
.education-resource .education-resource-right {
	width: 60%;
	float: right;
}
.camp-listing .camp-right h1,
.education-resource .education-resource-right h1 {
	margin-top: 0;
}
.camp-listing .camp-right img,
.education-resource .education-resource-right img {
	float: right;
}

/* Product Reviews ---------------------------------------------------------------------------------------------------- */
.product,
.blogger,
.moms-treat {
	padding-bottom: 40px;
}
.product .image,
.blogger .image,
.moms-treat .image {
	width: 230px;
	height: 230px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	border: solid 10px #f1f1f1;
}
.product .image img,
.blogger .image img,
.moms-treat .image img {
	max-width: 260px;
	max-height: 260px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.product .description {
	width: 100%;
}
ul.product-category {
	margin: 0;
	padding: 0;
}
ul.product-category li,
.page-template-page_past-issues-php .content li {
	width: 100%;
	list-style-type: none;
	margin-bottom: 5px;
	display: block;
	height: 44px;
}
ul.product-category li a,
.page-template-page_past-issues-php .content li a {
	line-height: 24px;
	text-decoration: none;
	background-color: #f9f9f9;
	padding: 10px;
	border: solid 1px #f1f1f1;
	display: block;
	width: 100%;
}
ul.product-category li a:hover,
.page-template-page_past-issues-php .content li a:hover {
	background-color: #e3e3e3;
}
ul.product-category li .image {
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
ul.product-category li .image img {
	height: 36px;
	width: 36px;
}

/* Content slider -------------------------------------------------------------------------------------- */
.content-slider-container {
	width: 96%;
	margin-left: auto;
	margin-right: auto ;
	max-width: 850px;
	position: relative;
}
.content-slider {
	overflow: hidden;
	position: relative;
	height: 100%;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	margin-right: auto ;
}
.content-slider .wrap {
	left: 0;
	top: 0;
	position: relative;
	padding: 0;
}
.content-slider ul {
	margin: 0;
	padding: 0;
}
.content-slider ul li {
	display: block;
	float: left;
	width: 100%;
}
.content-slider .image img {
	width: 100%;
	height: auto;
}
.content-slider-container .controls {
	position: absolute;
	width: 100%;
	top: 350px;
	height: 50px;
}
.content-slider-container .controls a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #444;
	color: #fff;
	background-image: url(../png/icon-arrows.png);
	text-indent: -9999px;
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 4px center;
	cursor: pointer;
}
.content-slider-container .controls a#control_prev {
	float: left;
}
.content-slider-container .controls a#control_next {
	float: right;
	background-position: -54px center;
}

/* Subscribe Form -------------------------------------------------------------------------------------- */
body.subscribe .content {
	font-size: 20px;
	font-weight: 300;
}
ul.subscribe {
	margin: 0;
	padding: 0;
}
ul.subscribe li {
	padding-left: 160px;
	padding-top: 25px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-size: 140px auto;
	background-position: left top;
	height: 200px;
}
ul.subscribe li.one {
	background-image: url(../current-issue.html);
}
ul.subscribe li.two {
	background-image: url(../current-education-guide.html);
}
ul.subscribe li.three {
	background-image: url(../current-special-needs.html);
}
ul.subscribe li span {
	font-weight: bold;
	font-size: 26px;
}

/* Meta ---------------------------------------------------------------------------------------------------- */
.entry-footer {
	color: #999;
}
.entry-footer a {
	color: #838383;
}
.social-share-buttons h4,
h4#related-posts-title {
	font-size: 44px;
	color: #f1803c;
	font-weight: normal;
	margin-bottom: 0;
}
h3.comment-reply-title {
	font-size: 44px;
	font-weight: normal;
	margin-bottom: 0;
}

/* Related Articles ---------------------------------------------------------------------------------------------------- */
.related-article {
	width: 220px;
	float: left;
	margin-right: 10px;
	height: 300px;
}
.related-article .image {
	width: 220px;
	height: 170px;
	overflow: hidden;
}
.related-article .image img {
	min-width: 220px;
	min-height: 170px;
	max-height: 270px;
}
.related-article a {
	text-decoration: none;
}
.related-article h5 {
	color: #005879;
	font-family: 'Arvo', serif;
	font-size: 16px;
}

/* Archive ---------------------------------------------------------------------------------------------------- */
.article .image,
.camp .image,
.class .image,
.party .image,
.education-resource .image {
	width: 380px;
	height: 380px;
	overflow: hidden;
	border: solid 6px #ccc;
	float: left;
	margin-bottom: 40px;
	margin-right:40px;
}
.article h2,
.article h2 a{
	text-decoration: none;
	font-size: 1.3vw;
	line-height: 1.5vw;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	display: block;
	letter-spacing: -1.5px;
	color: #222;
}
.article .description a{
	text-decoration:none;
}
.article .description,
.camp .description,
.education-resource .description {
	min-width: 400px;
	padding-top:5px;
	padding-bottom: 5px;
}
.party .description {
	margin-left: 230px;
}
.article .image a,
.camp .image a,
.class .image a,
.party .image a,
.education-resource .image a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
.article .image img,
.camp .image img,
.class .image img,
.party .image img,
.education-resource .image img {
	max-width: 100%;
	max-height: 100%;
	float: none;
}
.party .image.no-image img {
	width: 150%;
	height: auto;
}
section.education-resources {
	margin-bottom: 50px;
}
span#showHide {
	color: #444;
	cursor: pointer;
}
.news-archive {
	width: 230px;
	float: left;
	text-align: center;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news-archive a {
	text-decoration: none;
	color: #333;
}
.news-archive img {
	width: 220px;
	height: 300px;
}
.class,
.party {
	position: relative;
}
.class p.location,
.party p.years-in-business {
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
}
.class p.class-info {
	font-size: 14px;
	font-weight: bold;
}
.class .signup {
	font-weight: bold;
	color: #999;
}
.class .signup span.price {
	font-size: 18px;
	font-weight: bold;
	color: #f1803c;
	font-family: "Arvo";
}
.featured-listings {
	background-color: #e4e4e4;
	padding: 20px;
	margin-bottom: 50px;
}
.featured-posts{
	display:flex;
	justify-content:space-between;
	padding-top:35px;
	flex-wrap:wrap;
}
.featured-posts .article.featured-article{
	flex: 0 0 24%;
	text-align:center;
}
.featured-posts .article.featured-article .image,
body.archive .article .image{
	float:none;
	margin-right:0;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	height:200px;
}
.featured-posts .article.featured-article h2{
	font-size:1vw;
	line-height:1.2vw;
}

/* Elenas Blog ---------------------------------------------------------------------------------------------------- */
.site-inner .elenas-blog {
	border-top: solid 1px #ccc;
}
.site-inner .elenas-blog .image {
	width: 100%;
	height: auto;
	border: none;
	float: none;
	margin: 0;
}
.site-inner .elenas-blog .image a {
	width: auto;
	height: auto;
}
.site-inner .elenas-blog .description {
	margin-left: 0;
}
body.elenas-blog h1 {
	color: #222;
}
body.elenas-blog h2 {
	margin-bottom: 0;
}
body.elenas-blog h2 a {
	font-family: 'Open Sans', Arial, sans-serif;
	letter-spacing: 5px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
body.elenas-blog aside span {
	font-size: 22px;
	letter-spacing: 6px;
	line-height: 28px;
	margin-top: 5px;
	display: block;
	color: #f1803c;
	text-transform: lowercase;
}

/* Blog ---------------------------------------------------------------------------------------------------- */
.author-profile {
	width: 100%;
	padding: 20px;
	background-color: #f1f1f1;
	margin-bottom: 25px;
	min-height: 340px;
}
span.title,
.author-profile h2 {
	color: #444;
	font-size: 2em;
  margin: 0.67em 0;
	margin-bottom: 25px;
	margin-top: 25px;
	font-weight: bold;
	display: block;
}
.author-profile h2 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 14px;
}
.author-profile h3 {
	color: #f1803c;
    font-family: 'Arvo';
}
.author-profile .author-info {
	width: 260px;
	float: left;
	margin-right: 35px;
}
.author-info .image {
	width: 220px;
	height: 220px;
	overflow: hidden;
	border: solid 6px #ccc;
	float: left;
	margin-right: 20px;
	margin-top: -25px;
}
.author-info .image img {
	max-width: 100%;
	max-height: 100%;
	float: none;
}
.author-profile .article .image {
	width: 130px;
	height: 130px;
}
.author-profile .blog {
	padding: 0px;
	margin-bottom: 20px;
}
.author-profile .article .description {
	padding-bottom: 10px;
	margin-left: 0;
	background-color: transparent;
}
.author-profile .more-from {
	font-family: 'Pacifico';
	font-size: 26px;
	color: #444;
}

/* RSS Feed ---------------------------------------------------------------------------------------------------- */
article.rss {
	padding-left: 220px;
	position: relative;
	margin-bottom: 50px;
	min-height: 200px;
}
article.rss h2 {
	margin-bottom: 0;
}
article.rss h2 a {
	font-size: 24px;
	text-decoration: none;
}
article.rss span.date {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	display: block;
}
article.rss div {
	position: absolute;
	width: 200px;
	height: 200px;
	overflow: hidden;
	left: 0;
	top: 0;
}
article.rss div img {
	width: 200px;
	height: auto;
}
article.rss a.read-more {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Newsletter CTA ---------------------------------------------------------------------------------------------------- */
#newsletter-cta {
	width: 100%;
	position: relative;
	background-color: #666;
	text-align: center;
}
#newsletter-cta .wrap {
	width: 100%;
	max-width:100%;
	display:flex;
	justify-content:space-between;
	overflow:hidden;
	height:200px;
}
#newsletter-cta .left{
	width:45%;
	background-color:#ccc;
	text-align:right;
	padding-top: 35px;
	padding-bottom: 35px;
	height:200px;
	z-index:9;
}
#newsletter-cta .divider{
	width:10%;
	transform:rotate(10deg);
	background-color:#ccc;
	height:250px;
	margin-left:-5%;
	margin-top:-25px;
	z-index:1;
}
#newsletter-cta .right{
	width:50%;
	padding-left:50px;
	text-align:left;
	padding-top: 35px;
	padding-bottom: 35px;
	height:200px;
	color:#fff;
}
#newsletter-cta .right span.title{
	font-size:1.2em;
	line-height:1em;
	color:#fff;
	margin-bottom:0;
}
#newsletter-cta .right a.button{
	width:250px;
	text-align:center;
	background-color:#f1803c;
	border-color:#f1803c;
	font-weight:bold;
}

/* Newsletter Popup ---------------------------------------------------------------------------------------------------- */
#newsletter-popup {
	width: 100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:99999999;
}
#newsletter-popup .wrap {
	width: 96%;
	max-width: 800px;
	position: relative;
	background-image:url(../jpg/newsletter-popup-bg.jpg);
	background-size:100% auto;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	color:#fff;
	display:flex;
	justify-content:space-between;
}
#newsletter-popup .wrap span.title{
	color:#fff;
	font-size:26px;
	font-weight:normal;
	line-height:30px;
}
#newsletter-popup .wrap .image{
	flex:0 0 50%;
	height:100%;
	overflow:hidden;
}
#newsletter-popup .wrap .image img{
	width:100%;
	height:auto;
}
#newsletter-popup .wrap .form{
	flex:0 0 50%;
	padding:10px;
}
#newsletter-popup .wrap .gform_wrapper form{
	background-color:transparent;
}
#newsletter-popup .wrap .gform_wrapper ul.gform_fields li.gfield{
	display:block;
	margin:0;
}
#newsletter-popup a.close-button {
	width:35px;
	height:35px;
	position:absolute;
	top:-30px;
	right:-50px;
	text-indent:-9999px;
	background-image:url(../png/icon-close-white.png);
	background-size:contain;
	cursor:pointer;
}
#newsletter-popup label{
	display:none;
}
#newsletter-popup input{
	width:100%;
	margin-bottom:10px;
}
#newsletter-popup .show-label label{
	text-align:left;
}
#newsletter-popup input[type="checkbox"]{
 width:25px;
 height:10px;
 float:left;
}
a.close-button{
	position:absolute;
	right:-50px;
	top:-50px;
	width:35px;
	height:35px;
	background-image:url(../png/icon-close-white.png);
	background-size:contain;
	text-indent:-99999px;
	cursor:pointer;
}

/* Pre Footer ---------------------------------------------------------------------------------------------------- */
#footer-branding {
	background-color: #222;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 30px;
	height: 300px;
	text-align: center;
}
#footer-branding .wrap {
	width: 208px;
}
#footer-branding h4 {
	background-image: url(../png/logo-white.png);
	background-repeat: no-repeat;
  background-size:contain;
	text-indent: -9999px;
	width: 208px;
	height: 38px;
	border: none;
	margin-bottom: 10px;
}
#footer-branding .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}
#footer-branding .widget_nav_menu ul li {
	list-style-type: none;
	width: 32px;
	height: 32px;
	margin-left: 7px;
	display: block;
	float: left;
}
#footer-branding .widget_nav_menu ul li a {
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	display: block;
	opacity: 0.7;
	background-image: url(../png/sprite-social-media-white.png);
  background-size:auto 31px;
}
#footer-branding .widget_nav_menu ul li a:hover {
	opacity: 1.0;
}
#footer-branding .widget_nav_menu ul li.pinterest a {
	background-position: left bottom;
}
#footer-branding .widget_nav_menu ul li.twitter a {
	background-position: -33px bottom;
}
#footer-branding .widget_nav_menu ul li.facebook a {
	background-position: -65.5px  bottom;
}
#footer-branding .widget_nav_menu ul li.youtube a {
	background-position: -98px  bottom;
}
#footer-branding .widget_nav_menu ul li.instagram a {
	background-position: -130.5px  bottom;
}

/* Footer Links ---------------------------------------------------------------------------------------------------- */
#footer-links {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer-links ul,
#footer-links ul.sub-menu {
	margin: 0;
	padding: 0;
  display:flex;
  justify-content:space-between;
}
#footer-links ul li {
	list-style-type: none;
	display: block;
	flex:0 0 15%;
}
#footer-links ul li a {
	text-decoration: none;
}
#footer-links ul li.header a {
	font-size: 22px;
	color: #F1803C;
}
#footer-links ul.sub-menu{
  display:block;
}
#footer-links ul.sub-menu li {
	width: 100%;
	height: auto;
	min-height:25px;
}
#footer-links ul.sub-menu li a {
	font-size: 14px;
	color: #444;
}
#footer-links ul.sub-menu li a:hover {
color: #005879;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #e0e0e0;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #9bc8d8;
	text-align: center;
}
.site-footer a {
	color: #9bc8d8;
	text-decoration: none;
}
.site-footer a:hover {
	color: #005879;
}
.site-footer p {
	color: #9bc8d8;
}

/*
Special Needs Newsletter
---------------------------------------------------------------------------------------------------- */
#special-needs-newsletter,
#newsletter {
		background-color:#92d7f6;
		color:#3e3e3e;
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
		font-size: 15px;
	}
#special-needs-newsletter img {
	border:none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
#special-needs-newsletter .preheaderContent {
		padding:10px 0px 30px 0px;
		text-align:center;
		line-height:125%;
	}
#special-needs-newsletter .preheaderContent a:link,
#special-needs-newsletter .preheaderContent a:visited,
#special-needs-newsletter .preheaderContent a {
		color:#3e3e3e;
		text-decoration:underline;
	}
#special-needs-newsletter #templateContainer,
#newsletter #templateContainer {
		width:100%;
		background:#ffffff;
		margin:0px auto;
		text-align:center;
		margin-bottom:35px;
	}
#newsletter #templateContainer {
		max-width: 745px;
}
#special-needs-newsletter #templateContainer div.bodyContent,
#newsletter #templateContainer div.bodyContent {
		padding:10px;
	}
#newsletter #templateContainer div.bodyContent td {
		text-align: center;
}
#newsletter table {
	max-width: 100% !important;
}
#newsletter table tr td.h1 {
		font-family: 'Arvo';
		font-size: 28px;
		color: #00afec;
}
#newsletter table tr.label td {
		background:url(../sec3-label.html) center no-repeat;
		height:72px;
		vertical-align:text-top;
		padding-top:15px;
}
#newsletter table tr.label td a {
		font-family: 'Arvo';
		font-size: 13px;
		color: #000;
		text-decoration: none;
}
#newsletter table tr.label td a span {
		font-size: 19px;
		color: #00afec;
	}
#newsletter .pre-footer span {
	width: 32%;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#special-needs-newsletter div.bodyContent img.headerContent {
		width:100%;
		padding-bottom:10px;
	}
#newsletter div.bodyContent img {
	max-width: 100%;
}
#special-needs-newsletter div.bodyContent h1,
#special-needs-newsletter div.bodyContent .title,
#newsletter div.bodyContent h1,
#newsletter div.bodyContent .title {
		font-weight:bold;
		margin:0;
		padding:0px;
		text-align:center;
		color:#00baf2;
		line-height:100%;
	}
#special-needs-newsletter div.bodyContent p {
		color:#505050;
		text-align:left;
		padding:5px 10px 10px 10px;
		margin:0px;
	}
#special-needs-newsletter div.bodyContent a:link,
#special-needs-newsletter div.bodyContent a:visited,
#special-needs-newsletter div.bodyContent a {
		color:#26abe2;
		text-decoration:underline;
	}
#special-needs-newsletter ul.list {
		margin-top:10px;
		padding:0px;
		list-style:none;
	}
#special-needs-newsletter ul.list li {
		margin:0px;
		padding:0px 0px 20px 0px;
	}
#special-needs-newsletter ul.half li {
		float:left;
		width:50%;
	}
#special-needs-newsletter ul.third li {
		float:left;
		width:33%;
	}
#special-needs-newsletter ul.list li h2 {
		color:#f7941d;
		font-weight:bold;
		line-height:100%;
		margin:15px 0px 10px 0px;
		padding:0px;
		text-decoration:none;
	}
#special-needs-newsletter ul.list li > a:link {
		color:#f7941d;
		font-size: 20px;
	}
#special-needs-newsletter ul.list li > a:visited,
#special-needs-newsletter ul.list li > a {
		color:#f7941d;
		font-weight:bold;
		line-height:100%;
		display:block;
		margin:10px 0px 10px 0px;
		text-decoration:none;
	}
#special-needs-newsletter ul.list li p {
		color:#505050;
		font-size:14px;
		line-height:150%;
		text-align:center;
	}
#special-needs-newsletter ul.list li p a:link,
#special-needs-newsletter ul.list li p a:visited,
#special-needs-newsletter ul.list li p a {
		color:#505050;
		font-weight:bold;
		text-decoration:none;
	}
#special-needs-newsletter img.dottedLine {
		padding-bottom:10px;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
#special-needs-newsletter h3 {
		color:#505050;
		font-size:14px;
		line-height:150%;
		font-weight:bold;
		padding:0px;
		margin:0px;
		clear:both;
		text-align:center;
		font-family: 'Open Sans', Arial, sans-serif;
	}
#special-needs-newsletter ul.footerButtons {
		margin:0px auto;
		padding:20px 0px 0px 0px;
		list-style:none;
		width:440px;
	}
#special-needs-newsletter ul.footerButtons li {
		float:left;
		padding:0px 10px 0px 10px;
		margin:0px 0px 20px 0px;
	}
#special-needs-newsletter div.footerLinks {
		margin:20px 0px 10px 0px;
		line-height:150%;
	}
#special-needs-newsletter div.footerLinks a:link,
#special-needs-newsletter div.footerLinks a:visited,
#special-needs-newsletter div.footerLinks a {
		color:#505050;
		text-decoration:none;
	}
#special-needs-newsletter #copyright {
		background-color:#f0742b;
		color:#ffffff;
		padding:15px 0px 15px 0px;
		line-height:150%;
	}

/* Ad Popup ---------------------------------------------------------------------------------------------------- */
#ad-popup {
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow:scroll;
	z-index: 99999999;
}
#ad-popup .wrap {
	width: 70%;
	max-width: 800px;
	background-color: #f9f9f9;
	padding: 25px;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	line-height:26px;
	border-radius: 3px;
	position: relative;
	overflow:scroll;
}
#ad-popup .title {
	font-size: 30px;
	line-height:42px;
	text-align: center;
	width: 100%;
}
#ad-popup .ad-image::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
	content: "";
}
#ad-popup .ad-image {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat:no-repeat;
}
#ad-popup .ad-content {
	position: relative;
}
#ad-popup span.close-ad-popup {
	position: absolute;
	top: 3px;
	right: 3px;
	background-image: url(../png/icon-close.png);
	text-indent: -9999px;
	cursor: pointer;
	background-size: cover;
	width: 25px;
	height: 25px;
	display: block;
}
#ad-popup img{
	max-width:100%;
}
#ad-popup .link a {
	background-color: #f1803c;
	border:solid 3px #f1803c;
	border-radius: 3px;
	height:50px;
	line-height:44px;
	color: #fff;
	cursor: pointer;
	width: auto;
	text-decoration: none;
	font-size: 14px;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Libre Franklin', Arial, sans-serif;
	display:inline-block;
}
#ad-popup .link a:hover {
	color: #f1803c;
	background-color: transparent;
}

/* Media Queries ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1580px) {
	.home .site-inner .wrap{
		width:96%;
	}
	.advertisement.super-leaderboard .wrap,
	.home .site-inner .advertisement.super-leaderboard,
	.home .site-inner .advertisement.super-leaderboard .wrap {
		width:970px;
	}
}

@media only screen and (max-width: 1480px) {
	.home-content h2, .home-content h3, .home-content h4, .home-content h3.widgettitle.primary-title{
		font-size:3vw;
		line-height:3.2vw;
	}
	.home-left-half h2 a, .featured-content h2 a, .featured-content h4 a, .home-left-half h4 a, .featured-content h4 a, .article h2, .article h2 a, .home-horizontal h4{
		font-size:1.6vw;
		line-height:1.8vw;
	}
}

@media only screen and (max-width: 1280px) {
	.nav-secondary,
	#top-bar .social-media{
		flex: 0 0 50%;
	}
	.nav-primary a{
		font-size:13px;
	}
	.home-content h2, .home-content h3, .home-content h4, .page-header h1, .home-content h3.widgettitle.primary-title{
		font-size:4vw;
		line-height:4.2vw;
	}
	.home-left-half h2 a, .featured-content h2 a, .featured-content h4 a, .home-left-half h4 a, .featured-content h4 a, .article h2, .article h2 a, .home-horizontal h4{
		font-size:2vw;
		line-height:2.2vw;
	}
}

@media only screen and (max-width: 1180px) {
	#hero .widget_text{
		width:75%;
		left:12.5%;
		margin-bottom:-105px;
	}
	#hero .widget_text h2{
		font-size:4vw;
		line-height:4.2vw;
	}
	/* #top-picks{
		margin-top:185px;
	} */
	#footer-links ul li {
		width: 25%;
		min-height: 140px;
		text-align: center;
	}
	#footer-links ul.sub-menu li {
		min-height: 25px;
	}
}

@media only screen and (max-width: 1070px) {
	.site-header{
		width:100%;
		z-index:9999;
		background-color:#fff;
		position:fixed;
		left:0;
		top:40px;
	}
	.advertisement#header-ads{
		margin-top:140px;
	}
	.site-header .featured-content{
		position:absolute;
		left:0;
		top:-30px;
	}
	.site-header .featured-content a{
		font-weight:bold;
		text-decoration:none;
	}
	.site-header .featured-content a span{
		display:block;
	}
	.site-header .featured-content h4,
	.site-header .featured-content img{
		display:none;
	}
	.nav-secondary{
		display:none;
	}
	.site-header .wrap{
		padding-bottom:50px;
	}
	.site-header .widget-area .widget_text{
		top:auto;
		width:100%;
		right:0;
		bottom:0;
		height:50px;
	}
	.site-header .widget-area .widget_text ul li{
		width:100%;
		display:block;
		height:50px;
		line-height:50px;
		margin-left:0;
	}
	.site-header .widget-area .widget_text ul li a{
		display:block;
		background-color:#f1803c;
		color:#fff;
		height:50px;
		line-height:50px;
		text-align:center;
	}
	.site-header .widget-area .widget_text ul li:last-child{
		display:none;
	}
	.site-header.scrolled{
		top:0;
		height:75px;
		box-shadow: 0 0 20px 0 rgba(9,24,45,.1);
	}
	.site-header.scrolled .header-widget-area{
		display:none;
	}
	#top-bar .wrap{
		display:block;
	}
	#top-bar .social-media ul{
		margin-right:20px;
	}
	.show-menu,
	.close-menu{
		background-size:cover;
		background-position:center center;
		text-indent:-9999px;
		cursor:pointer;
		width:40px;
		height:40px;
		top:20px;
		right:0px;
		position:absolute;
	}
	.show-menu{
		display:block;
		background-image:url(../png/icon-mobile-menu.png);
	}
	.close-menu{
		background-image:url(../png/icon-mobile-close.png);
	}
	.nav-primary{
		display:none;
	}
	.nav-primary.mobile-nav {
		display:block;
	}
	.main-nav {
		width: 80%;
		height: 100%;
		left: -80%;
		top: 0;
		position: fixed;
		background-color: rgba(255,255,255,0.98);
		border-right: solid 1px #ccc;
		z-index: 999999;
	}
	.nav-primary ul{
		display:block;
		height:auto;
		margin-top:0;
		padding:0;
	}
	.nav-primary ul li {
		width:100%;
		display:block;
	}
	.nav-primary ul li a,
	.scrolled .nav-primary ul li a{
		color:#555;
		display:block;
		width:100%;
		height:auto;
		min-height:50px;
		line-height:20px;
		font-size:16px;
		padding-top:15px;
		padding-bottom:15px;
		padding-left:30px;
		border-bottom:solid 1px #ccc;
		text-align:left;
		text-transform:none;
	}
	.nav-primary ul li:first-child a{
		padding-left:30px;
	}
	.nav-primary ul li a:hover{
		border-bottom:solid 1px #111;
	}
	.nav-primary ul li.mobile{
		display:block;
	}
	.nav-primary ul.sub-menu {
		display:none;
		left:0;
		opacity:1;
		position:relative;
		width:100%;
		background-color:#f9f9f9;
		border-left: solid 1px #e4e4e4;
		border-right: solid 1px #e4e4e4;
	}
	.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu  {
		opacity: 1;
	}
	.nav-primary ul.sub-menu{
		background-color:rgba(0,0,0,0.1);
	}
	.nav-primary ul.sub-menu li{
		height:auto;
		min-height:30px;
	}
	.nav-primary ul.sub-menu li a{
		font-size:14px;
		height:auto;
		min-height:20px;
		line-height:20px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:60px;
		border-bottom:solid 1px #999;
	}
	.site-header .widget-area .widget_text ul li a#show-newsletter-popup
	{
		color:#fff;
	}
	.home-half.home-left-half{
		flex: 0 0 60%;
	}
	.home-half.home-right-half{
		flex:0 0 35%;
	}
	.camp-listing .camp-left, .education-resource-listing .education-resource-left, .camp-listing .camp-right, .education-resource .education-resource-right{
		width:100%;
		float:none;
	}
	.camp-listing .camp-left{
		min-height:340px;
	}
	.camp-listing .camp-left .clear, .education-resource-listing .education-resource-left .clear{
		clear:none;
	}
	#ad-popup .ad-image {
		height:300px;
	}
	.magazine.mobile-only{
		display:block;
		margin-bottom:25px;
	}
	.magazine.mobile-only h4{
		display:none;
	}
	.magazine.mobile-only a{
		text-decoration:none;
	}
	.magazine.mobile-only a > img{
		display:none;
	}
	.magazine.mobile-only a > span{
		font-family: 'Libre Franklin', Arial, sans-serif;
		color:#fff;
		font-weight:bold;
	}
}

@media only screen and (max-width: 970px) {
	.advertisement.super-leaderboard .wrap,
	.home .site-inner .advertisement.super-leaderboard,
	.home .site-inner .advertisement.super-leaderboard .wrap{
		width: 100%;
		height:auto;
	}
	.advertisement.super-leaderboard img{
		width: 100%;
	}
}

@media only screen and (max-width: 950px) {
	#hero .widget_text{
		width:90%;
		left:5%;
		margin-bottom:-105px;
	}
	#hero .widget_text h2{
		font-size:4.5vw;
		line-height:4.7vw;
	}
	.home-content h2, .home-content h3, .home-content h4, .page-header h1, .home-content h3.widgettitle.primary-title{
		font-size:5vw;
		line-height:5.2vw;
	}
	.featured-content h2 a, .featured-content h4 a{
		font-size:2.5vw;
		line-height:2.7vw;
	}
	.home-left-half h2 a, .home-left-half h4 a, .article h2, .article h2 a{
		font-size:3.5vw;
		line-height:3.7vw;
	}
	.camps-container.has-featured{
		display:block;
	}
	.camps-container.has-featured > section:first-of-type .image,
	.camps-container.has-featured > section:nth-of-type(2) .image{
		float:left;
		margin-right:40px;
		margin-bottom:40px;
	}
	#footer-links .wrap {
		padding-left: 5%;
    padding-right: 5%
	}
	#footer-links ul li,
	#footer-links ul li.small,
	#footer-links ul li.large {
		width: 25%;
		margin-bottom: 25px;
	}
	#footer-links ul.sub-menu li {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 880px) {
	.home-split .wrap,
	#love-socal .wrap{
		display:block;
	}
	.home-half.home-left-half{
		width:100%;
	}
	.home-half.home-right-half{
		width:100%;
	}
	.home-horizontal .widget-wrap,
	#top-picks .widget-wrap,
	ul.recent-publications{
		justify-content:space-around;
	}
	.home-horizontal .entry,
	ul.recent-publications li{
		flex:0 0 40%;
		margin-bottom:45px;
	}
	#footer-links{
		display:none;
	}
	#newsletter-popup .wrap{
		width:80%;
		max-width:650px;
		display:block;
	}
	#newsletter-popup .wrap .image{
		display:none;
	}
	#newsletter-popup .wrap .form{
		width:100%;
	}
	#newsletter-popup a.close-button{
		right:-10px;
		top:-45px;
	}
	.article .image{
		width: 200px;
		height:200px;
	}
	#newsletter-cta .wrap{
		display:block;
		height:auto;
	}
	#newsletter-cta .left,
	#newsletter-cta .right{
		width:100%;
		text-align:center;
		height:auto;
	}
	#newsletter-cta .left{
		padding-bottom:0px;
	}
	#newsletter-cta .right{
		padding-top:0px;
		padding-left:0;
	}
	#newsletter-cta .divider{
		display:none;
	}
	.featured-posts .article.featured-article{
		flex:0 0 45%;
	}
}

@media only screen and (max-width: 730px) {
	.advertisement.leaderboard .wrap,
	.home .site-inner .advertisement.leaderboard .wrap{
		width: 100%;
		height:auto;
	}
	.advertisement.leaderboard img{
		max-width:100%;
	}
	#ad-popup .ad-image {
		height:250px;
	}
	.article .image,
	.camp .image,
	.class .image,
	.party .image,
	.education-resource .image{
		width:280px;
		height:280px;
	}
}

@media only screen and (max-width: 680px) {
	#hero .widget_text{
		margin-bottom:-185px;
		font-size:20px;
	}
	#hero .widget_text h2{
		font-size:5.5vw;
		line-height:5.7vw;
	}
	/* #top-picks{
		margin-top:250px;
	} */
	.home-content h2, .home-content h3, .home-content h4, .page-header h1, .home-content h3.widgettitle.primary-title{
		font-size:6vw;
		line-height:6.2vw;
	}
	.featured-content h2 a, .featured-content h4 a{
		font-size:3.5vw;
		line-height:3.7vw;
	}
	.home-left-half h2 a, .home-left-half h4 a{
		font-size:4.5vw;
		line-height:4.7vw;
	}
	#ad-popup .wrap{
		width:96%;
		font-size:15px;
	}
	#ad-popup .wrap p{
		line-height:18px;
	}
	#ad-popup .ad-image {
		height:200px;
	}
	.camp-listing .camp-right h1{
		font-size:1.5em;
		letter-spacing:0;
		margin-top:20px;
	}
	.camp-listing .camp-left .image .alignleft{
		margin-left:auto;
		margin-right:auto;
		float:none;
		display:block;
		max-width:100%;
	}
}

@media only screen and (max-width: 580px) {
	#hero .widget_text{
		margin-bottom:-225px;
		font-size:18px;
	}
	.home-horizontal .widget-wrap,
	#top-picks .widget-wrap,
	ul.recent-publications{
	 display:block;
	}
	.home-horizontal .entry,
	ul.recent-publications li,
	#top-picks .event{
		width:100%;
	}
	.home-horizontal .entry .alignleft,
	ul.recent-publications li .alignleft,
	#top-picks .event .alignleft,
	.home-left-half .post img.alignleft,
	.home-left-half .post .image {
		float:none;
	}
	.home-left-half .post,
	.home-left-half .post h4,
	.article .image h2,
	.article .image{
		text-align:center;
	}
	.home-left-half .post img,
	.home-left-half .post .image{
		width:100%;
		max-width:380px;
	}
	.featured-content h2 a, .featured-content h4 a, .featured-content h4 a, .home-left-half h2 a, .home-left-half h4 a, .article h2, .article h2 a{
		font-size:4.5vw;
		line-height:4.7vw;
	}
	.home-content h2.widgettitle, .home-content h3.widgettitle, .home-content h4.widgettitle,
	.home-content h3.widgettitle.primary-title{
		text-align:center;
	}
	.article{
		border-bottom:solid 1px #ccc;
		margin-bottom:40px;
	}
	.article .image{
		width:380px;
		height:380px;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	.article .image img.alignleft{
		margin:0;
	}
	.article h2{
		text-align:center;
	}
	#top-bar .social-media ul{
		margin-right:10px;
	}
	#top-bar .social-media ul li{
		margin-left:5px;
	}
	#footer-links ul li,
	#footer-links ul li.small,
	#footer-links ul li.large {
		width: 100%;
	}
	.article .image,
	.camp .image,
	.class .image,
	.party .image,
	.education-resource .image{
		width:380px;
		height:380px;
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
	}
	div.camp-filters{
		height:auto;
	}
	div.camps-form{
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:12px;
	}
}

@media only screen and (max-width: 480px) {
	#hero .widget_text h2{
		font-size:6.5vw;
		line-height:6.7vw;
	}
	/* #top-picks{
		margin-top:350px;
	} */
	.home-content h2, .home-content h3, .home-content h4, .page-header h1, .home-content h3.widgettitle.primary-title{
		font-size:8vw;
		line-height:8.2vw;
	}
	.featured-content h2 a, .featured-content h4 a, .featured-content h4 a, .home-left-half h2 a, .home-left-half h4 a, .article h2, .article h2 a{
		font-size:6.5vw;
		line-height:6.7vw;
	}
	#home-events-calendar ul.calendar, #events-search ul.calendar{
		flex-wrap:wrap;
		height:auto;
		padding-bottom:3px;
	}
	#home-events-calendar ul.calendar li, #events-search ul.calendar li{
		width:auto;
	}
	#home-events-calendar ul.calendar li.link, #events-search ul.calendar li.link{
		flex: 0 0 100%;
	}
	#home-events-calendar ul.calendar li.link a.button, #events-search ul.calendar li.link a.button{
		width:100%;
		float:none;
		margin-left:-10px;
	}
	#home-events-calendar .buttons, #events-search .buttons{
		display:block;
	}
	#home-events-calendar .buttons a.button, #events-search .buttons a.button{
		width:100%;
		display:block;
		text-align:center;
		margin-bottom:12px;
	}
	.featured-posts .article.featured-article{
		flex: 0 0 100%;
	}
	.featured-posts .article.featured-article .image, .article .image{
		width:280px;
		height:280px;
	}
	.article .description, .camp .description, .education-resource .description{
		padding-top:10px;
		text-align:center;
		min-width:100%;
	}
	.article .image,
	.camp .image,
	.class .image,
	.party .image,
	.education-resource .image{
		width:350px;
		height:350px;
	}
}

@media only screen and (max-width: 370px) {
	.site-title a {
		width: 200px;
	}
	.site-header p{
		font-size:14px;
	}
	.article .image,
	.camp .image,
	.class .image,
	.party .image,
	.education-resource .image{
		width:100%;
		height:300px;
	}
	.article .image img, .camp .image img, .class .image img, .party .image img, .education-resource .image img{
		width:auto;
		height:100%;
		max-width:300%;
	}
}
