/*
	Theme Name: Parenting OC Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Parenting OC
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* HTML5 Reset ---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-Bk.otf);
	font-weight:normal;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-BkObl.otf);
	font-weight:normal;
	font-style:italic;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-Bold.otf);
	font-weight:bold;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-BoldObl.otf);
	font-weight:bold;
	font-style:italic;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-Demi.otf);
	font-weight:500;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-DemiObl.otf);
	font-weight:500;
	font-style:italic;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-Md.otf);
	font-weight:400;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-MdObl.otf);
	font-weight:400;
	font-style:italic;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-XLt.otf);
	font-weight:100;
}
@font-face {
	font-family: AvanteGarde;
	src: url(/fonts/ITCAvantGardePro-XLtObl.otf);
	font-weight:100;
	font-style:italic;
}

/* 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;
}

/* Typographical Elements --------------------------------------------- */
html {
	font-size: 20px;
    font-family:'EB Garamond', sans-serif;
}
body {
}
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 {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	color:#F6931E;
}
a:visited{
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}

/* Headings --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'AvanteGarde', sans-serif;
}

/* Objects --------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
}
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}
iframe{
	max-width:100%;
}

/* Forms --------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding-left: 12px;
	padding-right:12px;
	height:50px;
	line-height:50px;
	width: 100%;
}
input,
select {
	height:50px;
	line-height:50px;
}
textarea {
	line-height:20px;
	padding-top:20px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #F6931E;
	border: solid 2px #F6931E;
	color: #fff;
	cursor: pointer;
	font-size:16px;
	padding-left: 40px;
	padding-right: 40px;
    border-radius:5px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	width: auto;
	height: 50px;
	line-height: 46px;
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
	font-family:'Poppins';
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content .button:hover {
	color: #F6931E;
	background-color: transparent;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms ---------------------------------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper fieldset{
	border:none;
	margin:0;
	padding:0;
}
.gform_wrapper label,
.gform_wrapper .gfield_checkbox label,
.gform_wrapper legend {
	padding: 0;
	display: block;
	color: #d37c5c;
	font-size:20px;
}
.gform_wrapper .ginput_complex span label {
	display:none;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper li,
.gform_wrapper li div.ginput_complex{
	margin: 0;
	list-style-type: none;
	margin-bottom: 12px;
	min-height: 50px;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gf_left_half,
.gform_wrapper span.name_first,
.gform_wrapper .ginput_left {
	margin-left: 0;
	margin-right: 1%;
	width: 49%;
	display: block;
	float: left;
}
.gform_wrapper .gf_left_half {
	margin-right: 1%;
}
.gform_wrapper .gf_right_half,
.gform_wrapper span.name_last,
.gform_wrapper .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	display: block;
	float: right;
}
.gform_wrapper .gf_right_half {
	margin-left: 1%;
}
div.gform_confirmation_message {
	text-align: center;
}
.ginput_container_address {
	margin-top:25px;
}
.ginput_container_address:after {
	clear:both;
}
.ginput_container_address span {
	display:block;
	margin-bottom: 12px;
}
.ginput_container_address span.address_zip {
	float:none;
}
.paypal {
	padding-left: 180px;
	background-image:url(images/paypal-logo.png);
	background-repeat:no-repeat;
	background-size: auto 40px;
	background-position: left top;
	color:#253b80;
	font-size:16px;
	line-height:45px;
	font-weight:bold;
}

/* Custom radio buttons */
ul.gfield_radio {
	display:flex;
	justify-content:space-between;
}
.yes-no ul.gfield_radio {
	display:block;
}
.gfield_radio li,
.gfield_checkbox li{
  	display: block;
  	position: relative;
  	padding-left: 0px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.yes-no .gfield_radio li{
	min-height:20px;
}
.gfield_radio li label,
.gfield_checkbox li label{
	margin-left: 35px;
}
.gfield_radio li input,
.gfield_checkbox li input[type="checkbox"]{
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}
.gfield_radio li label:before,
.gfield_checkbox li label:before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
 	border-radius: 20%;
	content:"";
	cursor:pointer;
}
.gfield_radio li label:hover:before,
.gfield_checkbox li label:hover:before{
  	background-color: #ccc;
}
.gfield_radio li input[type="radio"]:checked ~ label:before,
.gfield_checkbox li input[type="checkbox"]:checked ~ label:before {
  	background-color: #d37c5c;
}
.gfield_radio li label:after,
.gfield_checkbox li label:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.gfield_radio li input[type="radio"]:checked ~ label:after,
.gfield_checkbox li input[type="checkbox"]:checked ~ label:after {
   	display: block;
}
.gfield_radio li label:after,
.gfield_checkbox li label:after {
 	left: 9px;
  	top: 5px;
  	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.tribute-form .leafs .gfield_radio  li{
	background-repeat:no-repeat;
	background-size:50px 50px;
	background-position:left center;
	padding-left:60px;
	padding-top:20px;
}
.tribute-form .leafs .gfield_radio  li label{
	margin-left:20px;
}
.tribute-form .leafs .gfield_radio  li label::before{
	left:46px;
	top:15px;
}
.tribute-form .leafs .gfield_radio li label::after{
	left:55px;
	top:20px;
}
.tribute-form .leafs .gfield_radio  li:first-child{
	background-image:url(images/leaf-copper.png);
}
.tribute-form .leafs .gfield_radio  li:nth-child(2){
	background-image:url(images/leaf-silver.png);
}
.tribute-form .leafs .gfield_radio  li:last-child{
	background-image:url(images/leaf-gold.png);
}

/* Date Picker */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:300px;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 10%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 10%;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	float: left;
	width: 70%;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Credit Card Fields */
.gform_card_icon_container {
 margin:8px 0 6px;
 height:32px
}
div.gform_card_icon {
 margin-right:4px;
 text-indent:-9000px;
 background-image:url(/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 width:36px;
 height:32px;
 float:left
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -64px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px 0
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -32px
}
.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -64px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
 background-position:0 -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
 background-position:0 -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
 background-position:0 -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
 background-position:-36px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
 background-position:-36px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
 background-position:-36px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
 background-position:-72px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
 background-position:-72px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
 background-position:-72px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
 background-position:-108px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
 background-position:-108px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
 background-position:-108px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
 background-position:-144px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
 background-position:-144px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
 background-position:-144px -256px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
 background-position:-180px -192px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
 background-position:-180px -224px
}
.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
 background-position:-180px -256px
}
.ginput_complex .ginput_cardinfo_left,.ginput_complex .ginput_cardinfo_right {
 min-height:43px;
 position:relative;
 float:left
}
.ginput_complex .ginput_cardinfo_left {
 width:50%;
 margin-right:1%
}
.ginput_complex .ginput_cardinfo_right {
 min-width:85px!important
}
.ginput_complex .ginput_cardinfo_right label {
 white-space:nowrap!important
}
.ginput_complex span.ginput_cardextras {
 display:block;
 overflow:hidden;
}
.ginput_container_creditcard input{
 margin-bottom:8px
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_expiration_container {
 position:relative
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
 width:47%!important;
 display:-moz-inline-stack;
 display:inline-block
}
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
 margin-right:4px
}
.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
 max-width:50%!important;
 position:relative
}
.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
 width:32px;
 height:23px;
 background-image:url(../images/gf-creditcard-icons.png);
 background-repeat:no-repeat;
 background-position:0 -128px;
 position:relative;
 top:-2px;
 left:6px;
 display:-moz-inline-stack;
 display:inline-block
}
div.gfield_creditcard_warning_message {
 display:none!important
}
#gform_fields li.credit_card_setting.field_setting ul li {
 padding:2px 0 4px
}

/* Date Picker --------------------------------------------- */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:300px;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 10%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 10%;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	float: left;
	width: 70%;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Tables --------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 6px 0;
	padding: 0.6rem 0;
}

/* Site Containers --------------------------------------------- */
.wrap {
	margin: 0 auto;
	width: 96%;
	max-width: 1440px;
}
.site-inner {
	margin: 0 auto;
	width: 96%;
	max-width: 1140px;
	clear: both;
}
.home .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Layout --------------------------------------------- */
.content {
	float: right;
	width: 740px;
}
.content-sidebar-wrap{
	display:flex;

}
.content-sidebar-wrap .content {
	float: left;
	width:780px;
}
.full-width-content .content {
	width: 100%;
	float:right;
}

/* Primary Sidebar --------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 300px;
	padding-top:65px;
}
.sidebar-primary > section {
	position: relative;
	align-items: center;
	height:100%;
	padding-bottom: 0px;
}
.sidebar-primary > section > div{
	height:100%;
}
.sidebar-primary > section > div > div{
	height:100%;
	display: flex;
	flex-direction: column;
}
.sidebar-primary > section > div .sidebar-ad{
	width: 100%;
	flex:0 0 30%;
}
.sidebar-primary > section > div .sidebar-ad .ad-wrap {
	width: 100%;
	height: 250px;
	flex-basis: unset;
	position: sticky;
	top: 10px;
}

/* WordPress --------------------------------------------- */
.avatar {
	border-radius: 50%;
	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 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Ads --------------------------------------------- */
.ad::before{
	position:absolute;
	left:0;
	top:2px;
	width:100%;
	font-size:14px;
	text-align:center;
	content:"Advertisement";
	color:#999;
}
.ad {
	background-color:#f9f9f9;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	min-height:90px;
	text-align:center;
	padding-top:18px;
	padding-bottom:10px;
	position:relative;
}
.ad .wrap{
    width:728px;
    height:90px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.ad img{
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
body.archive .code-block{
	width:100%;
}

/* Content Ads */
.content-ad {
	min-height:90px;
}

/* Featured Ad */
.ad#featured-ad {
	height:230px;
}
.ad#featured-ad .wrap{
	height:100%;
}

/* Sticky Footer */
#sticky-footer-ad::before{
	display:none;
}
#sticky-footer-ad{
	width:100%;
	height:90px;
	background-color:rgba(255,255,255,0.75);
	border-top:solid 1px #fff;
	position:fixed;
	left:0;
	bottom:0;
	z-index:999999;
	padding:0;
}

/* Top Bar ---------------------------------------------------------------------------------------------------- */
.top-bar{
    height:60px;
    background-color:#5ABBDF;
    color:#fff;
	position:relative;
	z-index:999;
}
.top-bar .wrap{
    width:96%;
    max-width:96%;
}
.top-bar section{
	margin-left:15%;
	width:65%;
	margin-right:20%;
}
.top-bar ul.menu {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.top-bar ul.menu li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top-bar ul.menu li a {
	display: block;
	text-decoration: none;
    height:60px;
    line-height:60px;
    color:#fff;
    cursor:pointer;
    font-size:18px;
	font-family:'Poppins';
}
.top-bar ul.menu li a:hover{
    color:#15333e;
}
.top-bar ul.menu ul.sub-menu {
	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;
	padding: 0;
	margin: 0;
	height: auto;
	background-color:#5ABBDF;
	display:block;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.top-bar ul.menu ul.sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.top-bar ul.menu ul.sub-menu li a {
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
	height:40px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	font-size:14px;
	border-bottom:dotted 1px #fff;
}
.top-bar ul.menu ul.sub-menu li:last-of-type a {
	border-bottom:solid 4px #107aa1;
}
.top-bar ul.menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.top-bar section:last-of-type {
    width:235px;
	margin:0;
	position:absolute;
	right:60px;
	top:0;
}
.top-bar ul.menu#menu-social-media-navigation {
    height:40px;
    margin-top:8px;
}
.top-bar ul.menu#menu-social-media-navigation li{
    background-image:url(images/sprite-social-media.png);
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:left center;
    width:40px;
    height:40px;
    display:inline-block;
    margin-right:2px;
	margin-left:2px;
    text-indent:-99999px;
}
.top-bar ul.menu#menu-social-media-navigation li.instagram{
    background-position:-48px center;
}
.top-bar ul.menu#menu-social-media-navigation li.tiktok{
    background-position:-190px center;
}
.top-bar ul.menu#menu-social-media-navigation li.twitter{
    background-position:-93px center;
}
.top-bar ul.menu#menu-social-media-navigation li.youtube{
    background-position:-142px center;
}

/* Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height: 100px;
	position: relative;
	width: 100%;
	background-color:transparent;
}
.site-header .wrap {
	width: 96%;
	height: 100%;
    max-width:96%;
    display:flex;
}

/* Current Issue --------------------------------------------- */
.current-issue {
    width:25%;
	position:relative;
}
.current-issue .wrap{
    width:160px;
    height:165px;
    margin-top:-65px;
    float:left;
    display:block;
	position:relative;
	z-index:999;
}
.current-issue span{
    font-size:20px;
    color:#fff;
    font-family: 'Shadows Into Light Two', cursive;
    background-image:url(images/arrow-drawn-down.png);
    background-size: auto 80%;
    background-repeat:no-repeat;
    background-position:right bottom;
    height:60px;
    padding-top:5px;
    width:110%;
    display:inline-block;
	letter-spacing:2px;
}
.current-issue .image{
    background-size:100% auto;
    background-position:top center;
    background-repeat:no-repeat;
    width:100%;
    height:80%;
    display:block;
	position:absolute;
	left:0;
	top:20%;
}

/* Title Area --------------------------------------------- */
.title-area {
	width:50%;
}
.site-title {
	margin: 0;
	padding: 0;
}
.site-title a {
	width: 472px;
	height: 100px;
	display: block;
	background-image: url(images/logo.png);
    background-size:contain;
	text-indent: -9999px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.subscribe-box{
	width:25%;
	padding-top:25px;
}
.subscribe-box .wrap{
	display:flex;
	justify-content:right;
	width:100%;
	max-width:100%;
}
.subscribe-box span{
	width:170px;
	margin-right:1px;
	font-family: 'Shadows Into Light Two', cursive;
	display:block;
	-webkit-transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	transform:rotate(-2deg);
	font-size:20px;
}
.subscribe-box a.button{
	background-color:#5ABBDF;
	color:#fff;
	border-color:#5ABBDF;
	padding:0;
	width:160px;
	text-align:center;
}
.subscribe-box a.button:hover{
	background-color:transparent;
	color:#5ABBDF;
}

/* Page Title */
.page-title::before {
	background-color:rgba(0,0,0,0.25);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    content:"";
}
.page-title {
	background-image: url(images/bg-hero.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 50vh;
	max-height: 300px;
	position: relative;
}
body.archive .page-title,
body.things-to-do .page-title {
	height: 100vh;
	max-height: 600px;
}
.page-title h1,
.entry-header h1 {
	font-size:60px;
	line-height:68px;
}
.page-title .wrap {
	position: absolute;
	bottom:100px;
	width:100%;
	max-width:100%;
	vertical-align: bottom;
}
.page-title h1 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	width: 850px;
	text-align:center;
	bottom:100px;
	color: #fff;
	margin-top:0;
	margin-bottom:0;
}
body.archive .page-title h1 {
	font-size: 80px;
	line-height: 86px;
	font-weight:normal;
	text-shadow: 1px 1px 2px black;
}

.entry-header h1 {
	font-family: 'EB Garamond', sans-serif;
	font-weight:normal;
	margin:0;
}

/* Primary Navigation --------------------------------------------- */
.navigation {
	position:relative;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    height:60px;
    z-index:99;
	background-color:#5ABBDF;
}
.navigation .nav-secondary {
	display:none;
}
.nav-primary .wrap,
.nav-secondary .wrap{
    width:96%;
    max-width:96%;
}
.nav-primary ul,
.nav-secondary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.nav-primary ul li,
.nav-secondary ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav-primary ul li a,
.nav-secondary ul li a {
	display: block;
	text-decoration: none;
    height:60px;
    line-height:60px;
    color:#fff;
    cursor:pointer;
    font-size:18px;
	font-family:'Poppins';
}
.nav-primary ul li a:hover,
.nav-secondary ul li a:hover {
    color:#15333e;
}
.nav-primary .wrap > ul > li:last-of-type a {
    background-color:#F6931E;
    width:160px;
    text-align:center;
    color:#fff;
    padding-left:20px;
    padding-right:20px;
    line-height:20px;
    padding-top:40px;
    height:90px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	border-top:solid 2px #ba5300;
	margin-top:0px;
	background-image:url(images/icon-calendar.png);
	background-size:35px auto;
	background-repeat:no-repeat;
	background-position:center 3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.nav-primary ul.sub-menu {
	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;
	height: auto;
	background-color:#5ABBDF;
	display:block;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.nav-primary ul.sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.nav-primary ul.sub-menu li a {
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
	height:40px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	font-size:14px;
	border-bottom:dotted 1px #fff;
}
.nav-primary ul.sub-menu li:last-of-type a {
	border-bottom:solid 4px #107aa1;
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.show-menu,
.close-menu,
.nav-primary ul li.mobile,
.nav-secondary ul li.mobile,
.top-bar ul.menu li.mobile {
	display: none;
}

/* Home Page --------------------------------------------- */
#home-hero::before{
    background-color:rgba(0,0,0,0.25);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    content:"";
}
#home-hero{
    position:relative;
    height:100vh;
    max-height:600px;
    background-image:url(images/bg-hero.webp);
    background-size:cover;
    background-position:center center;
}
#home-hero .wrap{
    max-width:96%;
    position:absolute;
    z-index:9;
    text-align:center;
	bottom:-75px;
	left:2%;
}
#home-hero h2{
    font-size:90px;
    color:#fff;
    width:850px;
    line-height:70px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    position:relative;
    font-family: 'Shadows Into Light Two', cursive;
    -webkit-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform:rotate(-3deg);
    margin-bottom:20px;
    text-shadow: 1px 1px 2px black;
}
#home-hero .wrap p{
	margin-bottom:0;
}
#home-hero a.button{
	background-color:transparent;
	text-indent:-9999px;
	background-image:url(images/go-oc-logo.png);
	width:150px;
	height:150px;
	background-size:contain;
	background-repeat:no-repeat;
	border:none;
}

.home-content{
    padding-top:65px;
    padding-bottom:65px;
}
.home-content h3{
    flex: 0 0 100%;
    font-size: 40px;
    line-height:46px;
}

#home-content-1,
#home-content-2{
	background-color:#f1f1f1;
}
#home-content-1 h3,
#home-content-2 h3 {
	color:#5ABBDF;
}

#home-content-1 .em.em-list {
	display:flex;
	grid-gap:0;
	justify-content:center;
}
#home-content-1 .em.em-list > div{
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	background-color: #fff;
	text-align: center;
	padding:0;
	padding-bottom: 30px;
	display:inline-block;
}
#home-content-1 .em.em-list > div .em-item-image { 
	height: 400px;
	width: 100%;
	margin-bottom: 50px;
	overflow:hidden;
}
#home-content-1 .em.em-list > div .em-item-image img{
	padding:0;
	width:auto;
	max-width:200%;
	height:100%;
	margin:0;
}
#home-content-1 .em.em-list > div .em-item-info{
	border:none;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0;
}
#home-content-1 .em.em-list > div .em-item-info h3.em-item-title{
	font-family: 'EB Garamond', serif;
	font-size: 38px;
	line-height: 44px;
	font-weight: normal;
	text-decoration: none;
	color: #15333e;
}
#home-content-1 .em.em-list > div .em-item-info .em-item-meta-line{
	display:block;
}
#home-content-1 .em.em-list > div .em-item-info .em-item-meta-line span,
#home-content-1 .em.em-list > div .em-item-info .em-event-time,
#home-content-1 .em.em-list > div .em-item-info .em-event-location,
#home-content-1 .em.em-list > div .em-item-info .em-item-taxonomy{
	display:none;
}
#home-content-1 .em.em-list > div .em-item-info .em-item-desc{
	font-size: 20px;
	font-family: 'EB Garamond', sans-serif;
	color:#000;
}

#home-events-calendar::before{
    background-color:rgba(255,255,255,0.75);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:"";
    z-index:1;
}
#home-events-calendar {
    background-image:url(images/bg-calendar.webp);
    background-size:cover;
    position:relative;
    padding-top:125px;
    padding-bottom:125px;
    border-top:12px solid #5ABBDF;
    border-bottom:12px solid #5ABBDF;
}
#home-events-calendar .wrap,
#events-search .wrap{
	max-width:700px;
    position:relative;
    z-index:2;
}
#home-events-calendar .wrap{
	background-color:#fff;
	border-radius:5px;
	padding:15px;
}
#home-events-calendar h3, #events-search h3{
	text-align:center;
    color:#5ABBDF;
}
#home-events-calendar h3{
	margin-top:0;
}
#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(images/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{
	float:right;
	height:55px;
	line-height:49px;
    padding-left:10px;
    padding-right:10px;
}
#home-events-calendar ul.calendar li.link a.button:hover, #events-search ul.calendar li.link a.button:hover{
	background-color:transparent;
	color:#F6931E;
}

/* 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(images/icon-close-white.png);
	background-size:contain;
	text-indent:-99999px;
	cursor:pointer;
}

/* Home Events Buttons */
#home-events-calendar .buttons, #events-search .buttons {
	display:flex;
	justify-content:space-between;
	padding-top:35px;
	max-width:400px;
	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;
}
#home-events-calendar .buttons a.button:hover, #events-search .buttons a.button:hover{
	background-color:transparent;
	color:#f1803c;
}

/* Featured Posts ---------------------------------------------------------------------------------------------------- */
.featured-posts {
    padding-top:75px;
    padding-bottom:75px;
    background-color:#5ABBDF;
}
.featured-posts .wrap{
    display:flex;
    justify-content:center;
    max-width:100%;
}
body.category .featured-posts h2,
.home-content.featured-posts h3,
body.things-to-do .featured-posts h3{
    text-align:center;
    color:#fff;
    font-size:55px;
}
.featured-posts article {
    width:30%;
    margin-left:1.5%;
    margin-right:1.5%;
    background-color:#fff;
    text-align:center;
    padding-bottom:30px;
}
.featured-posts article .image{
    background-size:cover;
    background-position:center center;
    height:400px;
    width:100%;
    margin-bottom:50px;
}
.featured-posts article .image.no-image{
	background-image:url(images/placeholder.jpg);
}
.featured-posts article span{
    display:inline-block;
    font-size:14px;
    text-transform:uppercase;
	font-family: 'AvanteGarde', sans-serif;
	width:90%;
}
.featured-posts article span.subhead{
    color:#F6931E;
}
.featured-posts article span.category a{
    color:#00AEEF;
	text-decoration:none;
}
body.category .featured-posts article h3,
.home-content.featured-posts article h4,
body.things-to-do .featured-posts article h4  {
    font-family:'EB Garamond', serif;
    font-size:38px;
	line-height:44px;
    font-weight:normal;
    margin:0;
    width:80%;
    margin-left:auto;
    margin-right:auto;
	margin-bottom:12px;
}
body.category .featured-posts article h3 a,
.home-content.featured-posts article h4 a,
body.things-to-do .featured-posts article h4 a{
    text-decoration:none;
	color:#15333e;
}
body.category .featured-posts article p,
.home-content.featured-posts article p,
body.things-to-do .featured-posts article p{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:0;
}

/* Content ---------------------------------------------------------------------------------------------------- */
body.single .site-inner{
	max-width:1140px;
}
.content {
	width: 100%;
	height: 100%;
	position: relative;
	margin-left: 0;
	margin-right: auto;
	z-index: 9;
	color: #222;
	padding-top: 20px;
	padding-bottom: 10vh;
	font-size:20px;
}
.full-width-content .content {
	width: 100%;
	max-width:100%;
}
.content h2, .content h3, .content h4{
	font-weight:normal;
	font-family:'EB Garamond', serif;
	margin-bottom:12px;
}
.content h2{
	font-size:32px;
	line-height:36px;
}
.content h3{
	font-size:26px;
	line-height:30px;
}
.content h4{
	font-size:22px;
	line-height:26px;
}
.wp-block-image.aligncenter > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image.alignright > figcaption,
.wp-block-image .alignright > figcaption{
	background-color:#f1f1f1;
	margin-top:0;
	padding:10px;
	font-size:14px;
	font-weight:bold;
}
.content .entry-meta{
	font-size:14px;
}
.byline{
	font-size:22px;
}

/* Category Pages---------------------------------------------------------------------------------------------------- */
body.category .site-inner{
	width:100%;
	max-width:100%;
}
body.category .full-width{
	width:100%;
}
body.category .standard-width,
body.category .archive-description{
	width:96%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
body.category .content{
	padding-top:10px;
}
body.category .content .archive-description{
	text-align:center;
	font-size:20px;
}
body.category .content .archive-description h2.archive-title,
body.things-to-do h2{
	font-family: 'Shadows Into Light Two', cursive;
	font-weight:normal;
	font-size:50px;
	line-height:40px;
    margin-bottom:20px;
	letter-spacing:-1px;
	color:#107aa1;
}
body.category .category-video{
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
}
body.category .standard-width.child-categories,
body.things-to-do .child-categories .wrap.standard-width{
	padding-top:55px;
	padding-bottom:55px;
	max-width:1400px;
	width:90%;
	display:flex;
}
.child-categories .wrap{
	display:flex;
	flex-wrap:wrap;
	flex: 0 0 70%;
}
.child-categories .child-category{
	min-height:200px;
	margin-bottom:55px;
	width:46%;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
}
.child-categories .child-category .image{
	height:325px;
	margin-right:25px;
	background-size:cover;
	background-position:center center;
	width:100%;
}
.child-categories .child-category .image.no-image{
	background-image: url(images/placeholder.jpg);
	background-position:center center;
	border:solid 8px #bfebfb;
}
.child-categories .child-category a {
	text-decoration:none;
	color:#F6931E;
}
.child-categories .child-category h3{
	margin-top:10px;
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-weight: normal;;
}
.child-categories .child-category a p{
	color:#222;
}
.child-categories .child-category a.button{
	padding-left:25px;
	padding-right:25px;
	height:30px;
	line-height:26px;
	font-size:14px;
}
.post-container{
	display:flex;
	max-width: 1400px;
  	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.post-wrapper{
	flex: 0 0 70%;
}
.articles-list{
	padding-top:55px;
	padding-bottom:55px;
}
.articles-list h2{
	font-size: 43px;
	color:#5ABBDF;
	font-family: 'AvanteGarde', sans-serif;
	padding-bottom:20px;
	margin-bottom:25px;
}
.articles-list .wrap{
	max-width:1400px;
	width:90%;
}
.articles-list article {
	display:flex;
	min-height:200px;
	margin-bottom:55px;
}
.articles-list article .image{
	flex:0 0 450px;
	height:325px;
	margin-right:25px;
	background-size:cover;
}
.articles-list article .image.no-image{
	background-image: url(images/placeholder.jpg);
	background-position:center center;
	border:solid 8px #bfebfb;
}
.articles-listarticle h3{
	margin-top:30px;
}
.articles-list article h3 a{
	font-family: 'EB Garamond', serif;
	font-size: 34px;
	line-height:38px;
	font-weight: normal;
	text-decoration:none;
	color:#F6931E;
}
.articles-list article a.more{
	text-decoration:none;
	font-family: 'AvanteGarde', sans-serif;
}
.articles-list article a.button{
	padding-left:25px;
	padding-right:25px;
	height:30px;
	line-height:26px;
	font-size:14px;
}
#posts {
	display:none;
}
#popular-posts{
	background-color:#F6931E;
}
.divider {
	margin-bottom:55px;
	text-align:center;
}

/* Things To Do --------------------------------------------- */
body.things-to-do .entry-content{
	text-align:center;
	max-width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
body.things-to-do .em-view-container{
	padding-top:50px;
	padding-bottom:50px;
}
body.things-to-do .child-categories{
	background-color:#f9f9f9;
}
body.things-to-do .featured-posts {
	background-color:#fff;
}
body.things-to-do .featured-posts h2{
	color:#15333e;
	text-align:center;
	margin-bottom:55px;
}
body.things-to-do .featured-posts h3{
	color:#15333e;
	text-align:left;
}

/* Events --------------------------------------------- */
h3.em-item-title {
	color:#F6931E;
}
h3.em-item-title a {
	font-size:34px;
}
.em.em-list .em-item .em-item-info{
	border-color:#5ABBDF;
}
.em.em-search, .em.em-search-advanced{
	background-color:#fff;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-submit button,
.em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-submit button{
	line-height: 30px !important;
	font-size:14px;
}
.em.em-list .em-item .em-item-info .button {
	background-color:transparent;
	color:#F6931E;
	height:34px;
	line-height: 30px !important;
	font-size:14px;
}
.all-events-button {
	margin-top:45px;
	text-align:center;

}

/* Issues Archive --------------------------------------------- */
body.issues .content{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
article.issue{
	width:231px;
	margin-left:5%;
	margin-right:5%;
	display:inline-block;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin-bottom:25px;
}
article.issue .image{
	width:232px;
	height:300px;
	background-size:cover;
	background-repeat:no-repeat;
}
article.issue h2{
	margin:0;
	font-size:22px;
	position:absolute;
	display:block;
	width:101%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0.5);
	padding-top:45%;
	color:#fff;
	opacity:0;
	-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;
}
article.issue h2:hover{
	opacity:1;
}

/* Search Popup --------------------------------------------- */
h1.search-title {
	font-size: 60px;
	line-height: 66px;
	font-weight: normal;
	text-align:center;
	color:#5ABBDF;
}
.search-popup{
	background-color:rgba(0,0,0,0.85);
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:9999;
	display:none;
}
.search-popup .wrap{
	width:90%;
	max-width:500px;
	border-radius:5px;
	text-align:center;
	color:#fff;
	margin-top:150px;
	position:relative;
	padding-top:50px;
}
.search-popup .wrap .close-popup{
	background-image:url(images/icon-close.png);
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	text-indent:-99999px;
}
.search-popup .wrap input[type="search"]{
	width:100%;
	height:65px;
	line-height:65px;
	border-radius:5px;
	margin-top:5px;
}
.show-search {
	width: 50px;
	height:50px;
	background-image:url(images/icon-search.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:65%;
	background-color:#5ABBDF;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	position:fixed;
	right:0;
	top:125px;
	cursor:pointer;
	text-indent:-99999px;
	z-index:999;
}

/* Advertising Popup ---------------------------------------------------------------------------------------------------- */
#advertising-popup {
	width: 100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:99999999;
}
#advertising-popup .wrap {
	width: 96%;
	max-width: 600px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	color:#fff;
	background-color:#fff;
	border-radius:5px;
}
#advertising-popup .wrap span.title{
	font-size:36px;
	font-weight:normal;
	line-height:40px;
	color: #15333e;
	text-align:center;
	margin-top:30px;
	margin-bottom:15px;
	display:block;
}
#advertising-popup .wrap .form{
	padding:20px;
}
#advertising-popup .wrap .gform_wrapper form{
	background-color:transparent;
}
#advertising-popup .wrap .gform_wrapper ul.gform_fields li.gfield{
	display:block;
	margin:0;
}
#advertising-popup a.close-button {
	width:35px;
	height:35px;
	position:absolute;
	top:10px;
	right:10px;
	text-indent:-9999px;
	background-image:url(images/icon-mobile-close.png);
	background-size:contain;
	cursor:pointer;
}
#advertising-popup label, #advertising-popup legend{
	display:none;
}
#advertising-popup input{
	width:100%;
	margin-bottom:10px;
}
#advertising-popup .show-label label{
	text-align:left;
}
#advertising-popup textarea{
	min-height:70px;
	margin-bottom:20px;
}
.popup-button-wrap {
	width:150px;
	height:150px;
	display:block;
	position:fixed;
	bottom:10px;
	left:10px;
	z-index:99999;
	text-indent:-9999px;
}
.popup-button{
	width:150px;
	height:150px;
	display:block;
	text-indent:-9999px;
	background-image:url(images/advertise-button.png);
	background-size:cover;
	cursor:pointer;
	position:relative;
	top:-150px;
}

/* Search Results --------------------------------------------- */
article.search-result{
	display:flex;
	min-height:250px;
	margin-bottom:55px;
}
article.search-result .image{
	width:400px;
	margin-right:50px;
	height:250px;
	background-size:cover;
	background-position:center center;
}
article.search-result .image.no-image{
	background-image:url(images/placeholder.jpg);
}
article.search-result h2{
	font-size:28px;
	margin-top:0px;
	margin-bottom:12px;
}
article.search-result h2 a{
	text-decoration:none;
}
article.search-result a.read-more{
	font-weight:bold;
	text-decoration:none;
}

/* Ninja Tables */
.footable .checkbox input[type="checkbox"]{
	width:12px;
	height:12px;
}

#comments,
.comment-respond {
	border:solid 1px #e4e4e4;
	background-color:#f1f1f1;
	padding:20px;
	margin-top:15px;
	margin-bottom:15px;
}

/* Related Articles Widget --------------------------------------------- */
span#related-posts-title {
	font-size: 36px;
	line-height: 44px;
	font-weight: normal;
	font-family: 'EB Garamond', serif;
	margin-bottom: 12px;
	color:#5ABBDF;
	margin-top:35px;
	margin-bottom:15px;
	display:block;
}
.related-articles .wrap{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	width:100%;
	max-width:100%;
}
.related-articles .wrap .related-article{
	width:32%;
	margin-left:0.5%;
	margin-right:0.5%;
	text-align:center;
}
.related-articles .wrap .related-article h5{
	color: #15333e;
	font-family: 'EB Garamond', serif;
	font-weight:normal;
	margin-top:0;
	font-size:22px;
	line-height:26px;
}
.related-articles .wrap .related-article a{
	text-decoration:none;
}
.related-articles .wrap .related-article .image{
	width:100%;
	height:280px;
	overflow:hidden;
}
.related-articles .wrap .related-article .image img{
	height:auto;
	min-height:100%;
	width:100%;
}

/* CTA --------------------------------------------- */
.cta{
    background-color:#5ABBDF;
    color:#fff;
    font-size:22px;
    text-align:center;
    padding-top:100px;
    padding-bottom:100px;
}
.cta .wrap{
    max-width:700px;
}
.cta .widgettitle{
    font-family: 'EB Garamond', serif;
    font-size:55px;
}

/* Footer CTA --------------------------------------------- */
.footer-cta{
    background-color:#5ABBDF;
    color:#fff;
    font-size:22px;
    padding-top:100px;
    padding-bottom:100px;
}
.footer-cta .wrap{
    max-width:1300px;
	display:flex;
}
.footer-cta section{
	width:50%;
}
.footer-cta .widgettitle{
    font-family: 'EB Garamond', serif;
    font-size:45px;
}
.footer-cta section:last-child{
	width:45%;
	margin-left:5%;
}
.footer-cta form .button{
	margin-top:20px;
}
.footer-cta .gform_wrapper label,
.footer-cta .gform_wrapper .gfield_checkbox label,
.footer-cta .gform_wrapper legend {
	color:#fff;
}

/* Pre Footer --------------------------------------------- */
#pre-footer {
    background-color:#107aa1;
    padding-top:30px;
    padding-bottom:30px;
    color:#fff;
    text-align:center;
}
#pre-footer .widgettitle{
    display:block;
    width:400px;
    height:100px;
    background-image:url(images/logo-white.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:top center;
    text-indent:-99999px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
#pre-footer .menu-social-media-navigation-container ul {
    height:40px;
    margin-top:10px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    padding:0;
}
#pre-footer .menu-social-media-navigation-container ul li{
    display:inline-block;
    margin-right:5px;
	margin-left:5px;
    text-indent:-99999px;
}
#pre-footer .menu-social-media-navigation-container ul li a{
    background-image:url(images/sprite-social-media.png);
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:left center;
    width:40px;
    height:40px;
    display:block;
    text-indent:-99999px;
}
#pre-footer .menu-social-media-navigation-container ul li.instagram a{
    background-position:-48px center;
}
#pre-footer .menu-social-media-navigation-container ul li.tiktok a{
    background-position:-190px center;
}
#pre-footer .menu-social-media-navigation-container ul li.twitter a{
    background-position:-95px center;
}
#pre-footer .menu-social-media-navigation-container ul li.youtube a{
    background-position:-142px center;
}

/* Site Footer --------------------------------------------- */
.site-footer {
    padding-top:25px;
    padding-bottom:125px;
    background-color:#5ABBDF;
    color:#fff;
	font-family: 'AvanteGarde', sans-serif;
	letter-spacing:1px;
	font-size:14px;
	font-weight:300;
}
.site-footer .wrap{
    display:flex;
}
.site-footer .footer-left, .site-footer .footer-right{
    width:40%;
    margin-right:20%;
}
.site-footer .footer-right{
    margin-right:0;
}
.site-footer a {
    color:#fff;
    text-decoration:none;
}
.site-footer a:hover {
}
.site-footer p {
}


/* Media Queries --------------------------------------------- */

@media only screen and (max-width: 1420px) {
	.top-bar ul.menu li a,
	.nav-primary ul li a{
		font-size:15px;
	}
	.top-bar section:last-of-type{
		width:180px;
	}
	.top-bar ul.menu#menu-social-media-navigation{
		margin-top:13px;
	}
	.top-bar ul.menu#menu-social-media-navigation li{
		width:30px;
		height:30px;
	}
	.top-bar ul.menu#menu-social-media-navigation li.instagram {
		background-position: -36px center;
	}
	.top-bar ul.menu#menu-social-media-navigation li.tiktok {
		background-position: -143px center;
	}
	.top-bar ul.menu#menu-social-media-navigation li.twitter {
		background-position: -71px center;
	}
	.top-bar ul.menu#menu-social-media-navigation li.youtube {
		background-position: -107px center;
	}
	.show-search{
		height:40px;
		width:40px;
		top:130px;
	}
	.subscribe-box span{
		font-size:17px;
	}
	.featured-posts .wrap{
		width:98%;
	}
	.featured-posts article,
	#home-content-1 .em.em-list > div{
		width:32%;
		margin-left:0.5%;
		margin-right:0.5%;
	}
	body.category .featured-posts article h3,
	.home-content.featured-posts article h4,
	body.things-to-do .featured-posts article h4{
		font-size:34px;
		line-height:38px;
	}
	.popup-button-wrap {
		width:100%;
		height:75px;
		bottom:0px;
		left:0px;
		background-color:rgba(255,255,255,0.75);
	}
	.popup-button{
		width:100px;
		height:100px;
		display:block;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		margin-top:-25px;
	}
}

@media only screen and (max-width: 1220px) {
	.top-bar section{
		margin-left:2%;
	}
	.current-issue .wrap{
		height:100px;
		margin-top:0;
	}
	.current-issue span {
		color:#5ABBDF;
		height:20px;
		padding-top:0;
		display:block;
		position:relative;
		line-height:20px;
	}
	.current-issue .image{
		width:115px;
	}
	article.article .image {
		flex: 0 0 300px;
		height: 300px;
		background-position:center center;
	}
}

@media only screen and (max-width: 1023px) {
	.subscribe-box{
		padding-top:2px;
	}
	.subscribe-box .wrap{
		display:block;
		margin-right:0;
		width:160px;
	}
	.subscribe-box span{
		transform: rotate(0deg);
		text-align:center;
		display:block;
		width:145px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}
	.current-issue span,
	.subscribe-box span{
		font-size:17px;
		line-height:20px;
		letter-spacing:0;
	}
	.top-bar section:first-of-type{
		display:none;
	}
	.top-bar section:last-of-type{
		position:relative;
		right:0;
	}
	.subscribe-box {
		padding-top: 0;
		position: absolute;
		top: -60px;
		right: 50px;
		width:220px;
		text-align:center;
		z-index:999;
	}
	.subscribe-box .wrap{
		width:100%;
	}
	.subscribe-box span {
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 0;
		color: #fff;
		width:100%;
	}
	.subscribe-box a.button{
		border-color:#fff;
		font-size:14px;
		height:30px;
		line-height:26px;
		margin-top:5px;
	}
	.subscribe-box a.button:hover{
		background-color:#F6931E;
		color:#fff;
		border-color:#F6931E;
	}
	.site-title{
		margin-top:9px;
	}
	.site-title a{
		width:375px;
		height:80px;
	}
	.show-menu,
	.nav-primary ul li.mobile,
	.nav-secondary ul li.mobile,
	.top-bar ul.menu li.mobile{
		display: block;
	}
	.show-menu, .close-menu{
		position: absolute;
		top:30px;
		right: 20px;
		width: 45px;
		height: 45px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.show-menu{
		background-image: url(images/icon-mobile-menu.png);
	}
	.close-menu{
		background-image: url(images/icon-mobile-close.png);
	}
	.scrolled .show-menu {
		top:17px;
	}
	.navigation {
		position: fixed;
		height: 100%;
		width: 80%;
		left: -100%;
		top:0;
		background-color:rgba(255,255,255,0.97);
		border-right: solid 1px #ccc;
		overflow-y:scroll;
		z-index:999999;
		padding-bottom:60px;
	}
	.navigation .nav-secondary{
		display:block;
	}
	.nav-primary .wrap,
	.nav-secondary .wrap{
		width:100%;
		max-width:100%;
	}
	.nav-primary ul,
	.nav-secondary ul {
		display: block;
	}
	.nav-primary ul li,
	.nav-secondary ul li {
		width: 100%;
		display: block;
		height:auto;
		min-height:50px;
		border-bottom: 2px #5ABBDF solid;
	}
	.nav-primary ul li a,
	.nav-secondary ul li a{
		height:auto;
		line-height:20px;
		padding-top:15px;
		padding-bottom:15px;
		color:#15333e;
		font-size:22px;
		display:block;
		padding-left:12px;
	}
	.nav-primary ul li a:hover,
	.nav-secondary ul li a:hover{
		color:#222;
	}
	.nav-primary .wrap > ul > li:last-of-type a {
		background-color: #F6931E;
		width: 100%;
		text-align: left;
		color: #fff;
		padding-right: 0px;
		line-height: 50px;
		padding-top: 0px;
		padding-left:50px;
		height: 50px;
		box-shadow: 0px 5px 5px rgba(0,0,0,0);
		border-bottom: solid 2px #ba5300;
		margin-top: 0px;
		background-position: 6px center;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.nav-primary ul.sub-menu {
		left: 0;
		opacity: 1;
		position: relative;
		width: 100%;
		background-color: transparent;
		display: block;
		box-shadow: 0px 5px 5px rgba(0,0,0,0);
	}
	.nav-primary ul.sub-menu li{
		min-height:40px;
		border-bottom: 1px #5ABBDF dotted;
	}
	.nav-primary ul.sub-menu li a{
		height:40px;
		color: #5ABBDF;
	}
	.nav-primary ul.sub-menu li:last-of-type,
	.nav-primary ul.sub-menu li:last-of-type a{
		border:none;
	}
	.content-sidebar-wrap .content,
	.post-wrapper{
		width:100%;
		float:none;
	}
	#home-hero,
	body.archive .page-title,
	body.things-to-do .page-title{
		max-height:400px;
	}
	#home-hero h2{
		font-size:70px;
		line-height:55px;
		width:650px;
	}
	.page-title h1,
	body.archive .page-title h1{
		font-size:50px;
		line-height:60px;
		width:100%;
		bottom:50px;
	}
	.sidebar-primary{
		display:none;
	}
}

@media only screen and (max-width: 800px) {
	.ad .wrap{
		width:100%;
	}
	.current-issue{
		display:none;
	}
	.featured-posts .wrap{
		width:96%;
	}
	.related-articles .wrap .related-article .image{
		height:200px;
	}
	.related-articles .wrap .related-article .image img{
		width:100%;
	}
	.related-articles .wrap .related-article h5{
		font-size:3vw;
		line-height:3.2vw;
	}
	.child-categories .wrap{
		display:block;
	}
	.child-categories .child-category{
		width:96%;
	}
	.featured-posts .wrap,
	#home-content-1 .em.em-list{
		display:block;
	}
	article.article,
	.child-categories .child-category,
	#home-content-1 .em.em-list > div{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		display:flex;
		margin-bottom:25px;
		padding-bottom:0;
	}
	.child-categories .child-category a{
		display:flex;
	}
	article.article .image,
	.child-categories .child-category .image,
	#home-content-1 .em.em-list > div .em-item-image {
		flex:0 0 350px;
		width:350px;
		height:200px;
		margin-bottom:0;
	}
	article.article h3,
	article.article h4,
	body.category .featured-posts article h3 a,
	.home-content.featured-posts article h4 a,
	body.things-to-do .featured-posts article h4 a,
	#home-content-1 .em.em-list > div .em-item-info h3.em-item-title{
		margin-top:30px;
	}
	body.category .featured-posts article h3, .home-content.featured-posts article h4, body.things-to-do .featured-posts article h4,
	#home-content-1 .em.em-list > div .em-item-info h3.em-item-title{
		font-size:30px;
		line-height:36px;
		margin-left:5%;
	}
	#home-content-1 .em.em-list > div .em-item-info h3.em-item-title{
		text-align:left;
		margin-top:0;
		margin-left:0;
	}
	#home-content-1 .em.em-list .em-item .em-item-info .em-item-meta, #home-content-1 .em.em-list-widget .em-item{
		height:20px;
		margin-bottom:0;
	}
	#home-content-1 .em.em-list .em-item .em-item-info .button{
		height:auto;
		border:none;
		line-height:22px;
		padding:0;
	}
	article.article .desc,
	#home-content-1 .em.em-list > div .em-item-info{
		text-align:left;
		font-size:16px;
	}
	#home-content-1 .em.em-list > div .em-item-info .em-item-desc{
		font-size:16px;
		margin-top:6px;
		margin-bottom:6px;
	}
	body.category .standard-width.child-categories{
		width:100%;
	}
	article.article.issue{
		width:231px;
		display:block;
	}
	article.article.issue .image{
		width:100%;
		height:300px;
	}
	.footer-cta .wrap{
		display:block;
	}
	.footer-cta section,
	.footer-cta section:last-child {
		width:100%;
		text-align:center;
		margin-left:0;
		margin-right:0;
	}
}

@media only screen and (max-width: 728px) {
	.ad{
		height:110px;
		min-height:110px;
	}
	#header-ad .wrap{
		height:auto;
	}
	.show-search{
		top:120px;
	}
	.related-articles .wrap .related-article .image{
		height:220px;
	}
	.related-articles .wrap .related-article .image img{
		max-width:200%;
		width:auto;
	}
	#sticky-footer-ad,
	#sticky-footer-ad .wrap{
		height:50px;
		min-height:50px;
	}
}

@media only screen and (max-width: 680px) {
	.current-issue, .subscribe-box{
		display:none;
	}
	.top-bar section:last-of-type{
		left:0px;
	}
	.site-header{
		height:80px;
	}
	.site-title {
		margin-top:5px;
	}
	.site-title a{
		width:330px;
		height:70px;
	}
	.show-menu, .close-menu{
		width:35px;
		height:35px;
		top:25px;
	}
	body.archive .page-title,
	body.things-to-do .page-title{
		max-height:200px;
	}
	.page-title h1,
	body.archive .page-title h1{
		font-size:8vw;
		line-height:8vw;
		bottom:0;
	}
	#home-hero h2 {
		font-size:10vw;
		line-height:10vw;
		width:96%;
	}
	body.category .featured-posts h2,
	.home-content.featured-posts h3,
	body.things-to-do .featured-posts h3,
	#home-events-calendar h3,
	.footer-cta .widgettitle,
	.page-title h1,
	.entry-header h1,
	span#related-posts-title,
	body.category .content .archive-description h2.archive-title,
	body.things-to-do h2,
	.articles-list h2,
	h1.search-title {
		font-size:8vw;
		line-height:8.2vw;
	}
	.content h2{
		font-size:6vw;
		line-height:6.2vw;
	}
	.content h3{
		font-size:5vw;
		line-height:5.2vw;
	}
	.content h4{
		font-size:4vw;
		line-height:4.2vw;
	}
	#home-events-calendar ul.calendar,
	#events-search ul.calendar{
		flex-wrap:wrap;
		height:auto;
		padding-bottom:10px;
		border-left:none;
		padding-left:10px;
		padding-right:10px;
	}
	#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;
		text-align:center;
	}
	#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;
	}
	.ad{
		height:auto;
		min-height:100px;
	}
	.ad .wrap{
		height:auto;
	}
	.ad#featured-ad {
		height:200px;
	}
	.show-search{
		top:110px;
	}
	.related-articles .wrap .related-article{
		width:49%;
	}
	.related-articles .wrap .related-article .image {
		height: 250px;
	}
	.related-articles .wrap .related-article .image img{
		width:auto;
	}
	.related-articles .wrap .related-article h5{
		font-size:4vw;
		line-height:4.2vw;
	}
	article.article .image,
	.child-categories .child-category .image,
	#home-content-1 .em.em-list > div .em-item-image {
		flex:0 0 200px;
		width:200px;
	}
	#home-content-1 .em.em-list > div .em-item-image{
		margin-right:20px;
	}
	article.article h3,
	article.article h4,
	body.category .featured-posts article h3 a,
	.home-content.featured-posts article h4 a,
	body.things-to-do .featured-posts article h4 a,
	body.category .featured-posts article h3,
	.home-content.featured-posts article h4,
	body.things-to-do .featured-posts article h4,
	#home-content-1 .em.em-list > div .em-item-info h3.em-item-title,
	#home-content-1 h3.em-item-title a{
		font-size: 25px;
		line-height: 28px;
	}
	.site-footer{
		font-weight:normal;
	}
	.site-footer .wrap{
		display:block;
	}
	.site-footer .footer-left, .site-footer .footer-right{
		width:100%;
		text-align:center;
	}
	.site-footer ul{
		padding:0;
		margin:0;
	}
	.site-footer ul li{
		display:block;
	}
}

@media only screen and (max-width: 580px) {
	article.article, .child-categories .child-category,
	#home-content-1 .em.em-list > div{
		display:block;
	}
	article.article .image,
	.child-categories .child-category .image,
	#home-content-1 .em.em-list > div .em-item-image {
		flex:0 0 100%;
		width:100%;
		height:300px;
	}
	#home-content-1 .em.em-list > div .em-item-image img{
		width:100%;
		height:auto;
	}
	#home-content-1 .em.em-list > div .em-item-image{
		margin-right:0px;
	}
	article.article h3,
	article.article h4,
	body.category .featured-posts article h3 a,
	.home-content.featured-posts article h4 a,
	body.things-to-do .featured-posts article h4 a,
	body.category .featured-posts article h3,
	.home-content.featured-posts article h4,
	body.things-to-do .featured-posts article h4,
	#home-content-1 .em.em-list > div .em-item-info h3.em-item-title,
	#home-content-1 h3.em-item-title a,
	.articles-list article h3 a{
		font-size: 25px;
		line-height: 28px;
		text-align:center;
		margin-left:0;
		margin-right:0;
		width:100%;
	}
	article.article .desc, #home-content-1 .em.em-list > div .em-item-info{
		text-align:center;
		padding-top:20px;
		padding-bottom:20px;
	}
	.child-categories .child-category a{
		display:block;
	}
	body.issues .content{
		justify-content:space-around;
	}
	article.article.issue{
		width:180px;
		margin-left:0;
		margin-right:0;
	}
	article.article.issue .image{
		height:230px;
	}
	.ad#featured-ad {
		height:180px;
	}
}

@media only screen and (max-width: 480px) {
	.site-header{
		height:60px;
	}
	.site-title a {
		width: 235px;
		height: 50px;
	}
	.show-menu, .close-menu{
		top:15px;
		right:15px;
	}
	#home-hero h2 {
		font-size:15vw;
		line-height:15vw;
	}
	.page-title h1,
	body.archive .page-title .wrap{
		bottom:20px;
		text-align:center;
	}
	body.category .featured-posts h2,
	.home-content.featured-posts h3,
	body.things-to-do .featured-posts h3,
	#home-events-calendar h3,
	.footer-cta .widgettitle,
	.page-title h1,
	.entry-header h1,
	span#related-posts-title,
	body.archive .page-title h1,
	body.category .content .archive-description h2.archive-title,
	body.things-to-do h2,
	.articles-list h2,
	h1.search-title{
		font-size:12vw;
		line-height:12.2vw;
	}
	#pre-footer .widgettitle{
		width:90%;
	}
	.ad{
		min-height:80px;
	}
	.show-search{
		top:90px;
	}
	.related-articles .wrap {
		display:block;
	}
	.related-articles .wrap .related-article{
		width:99%;
	}
	.related-articles .wrap .related-article .image {
		height: 350px;
	}
	.related-articles .wrap .related-article .image img{
		width:100%;
	}
	.related-articles .wrap .related-article h5{
		font-size:6vw;
		line-height:6.2vw;
	}
	article.article .image,
	.child-categories .child-category .image,
	#home-content-1 .em.em-list > div .em-item-image {
		height:250px;
	}
	article.article h3,
	article.article h4,
	body.category .featured-posts article h3 a,
	.home-content.featured-posts article h4 a,
	body.things-to-do .featured-posts article h4 a,
	#home-content-1 .em.em-list > div .em-item-info h3.em-item-title,
	#home-content-1 h3.em-item-title a,
	.articles-list article h3 a{
		font-size: 24px;
		line-height: 28px;
	}
	.content h2{
		font-size:7vw;
		line-height:7.2vw;
	}
	.content h3{
		font-size:6vw;
		line-height:6.2vw;
	}
	.content h4{
		font-size:5vw;
		line-height:5.2vw;
	}
	.ad#featured-ad {
		min-height:160px;
	}
}

@media only screen and (max-width: 380px) {
	body.category .featured-posts h2,
	.home-content.featured-posts h3,
	body.things-to-do .featured-posts h3,
	#home-events-calendar h3,
	.footer-cta .widgettitle,
	.page-title h1,
	.entry-header h1,
	span#related-posts-title,
	body.archive .page-title h1,
	body.category .content .archive-description h2.archive-title,
	body.things-to-do h2,
	.articles-list h2,
	h1.search-title{
		font-size:8.5vw;
		line-height:8.7vw;
	}
	article.article h3,
	article.article h4,
	body.category .featured-posts article h3 a,
	.home-content.featured-posts article h4 a,
	body.things-to-do .featured-posts article h4 a,
	#home-content-1 .em.em-list > div .em-item-info h3.em-item-title,
	#home-content-1 h3.em-item-title a,
	.articles-list article h3 a{
		font-size: 22px;
		line-height: 26px;
		margin-top:12px;
	}
	#home-content-1 .em.em-list > div .em-item-image img{
		width:130%;
		margin-left:-15%;
	}
	article.article.issue{
		width:130px;
	}
	article.article.issue .image{
		height:170px;
	}
	.ad#featured-ad {
		height:130px;
	}
}