/*!
Theme Name: ciderweek
Theme URI: http://underscores.me/
Author: AgaveWeb
Author URI: https://agaveweb.com/
Description: Designed by David Kerr Design. Coded by AgaveWeb
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ciderweek

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ciderweek is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body, button, input, select, optgroup, textarea {
    color: #48464f;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.entry-content {
}

h2, h3, h4, h5, h6 {
    clear: both;
    color: #cf232a;
    font-weight: normal;
    padding: 0;
    margin: 15px 0 0;
}

h6 {
    color: #000;
    font-size: 22px;
    margin: 0 0 15px
}

p {
    font-size: 18px;
    margin: 5px 0 1em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 10px 0 15px 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul li, ol li {
    padding: 0;
    margin: 0 0 6px;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: .5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

a {
    transition: all .25s;
    color: #c62025;
    text-decoration: none;
}

a:visited {
    color: #c62025;
}

a:hover, a:focus, a:active {
    color: #fea31b;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

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

.main-navigation em {
    font-style: normal;
}

.main-navigation {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.main-navigation > div > ul {
    display: block;
    list-style: none;
    margin: -25px 0 0;
    padding: 0;
    float: right;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: rgba(255,255,255,0.9);
}

.main-navigation ul ul {
    list-style: none;
    margin: 0;
    padding: 0 0 4px;
}

.main-navigation ul ul li {
    margin: 0;
}

.main-navigation ul ul a {
    text-transform: none;
}

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

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

.main-navigation ul ul a {
    width: 200px;
}

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

.main-navigation li {
    float: left;
    position: relative;
    padding: 2px 11px
}

.main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #48464f;
    font-size: 18px;
}

.main-navigation > div li > a:hover {
    color: #cf232a
}

.main-navigation li.current-menu-ancestor > a, .main-navigation li.current-menu-item > a {
    color: #cf232a
}

.main-navigation li.current-menu-ancestor > a, .main-navigation ul#primary-menu > li.current-menu-item > a {
    border-bottom: 2px solid #ff9900
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 10px;
}

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

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.widget {
    margin: 0;
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed, iframe, object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

p:empty {
    display: none;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.site-content, .site-footer, .site-branding {
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    clear: both;
}

.choicepanel {
    background: #f3f0eb;
    border-top: 5px solid #fc9b00;
    transition: all .25s;
    cursor: pointer;
}

.choicepanel:hover {
    background: #f3f0eb7a;
}

.choicepanel .so-panel .panel-widget-style {
    background-repeat: no-repeat !important;
    background-position: 5px 0
}

.choicepanel .so-panel .panel-widget-style {
    padding: 200px 20px 20px;
    transition: all .25s;
}

.choicepanel h3.widget-title {
    color: #c61f24;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
}

.choicepanel .so-panel .panel-widget-style:hover {
    background-position: 4px -10px;
    transition: all .25s;
}

.choicepanel a, a.button {
    text-transform: uppercase;
    color: #fff;
    background: #c61f24;
    border: 2px solid;
    display: inline-block;
    padding: 2px 10px;
    float: right;
    margin-bottom: 20px;
}

.choicepanel .so-panel .panel-widget-style:hover a, a.button:hover {
    color: #c61f24;
    background: #fff;
    text-decoration: none
}

.site-header h2, .site-header h1 {
    padding: 0;
    margin: 0 20px -40px;
    line-height: 1;
    text-align: left;
    display: inline-block;
    float: left;
}

.site-header h1 span, .site-header h2 span {
    display: none;
}

.site-header img {
    max-width: 220px;
}

h1.entry-title {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 38px;
    color: #48464f;
    letter-spacing: 3px;
    line-height: 1.1;
}

h1.entry-title em {
    font-size: 50px;
    vertical-align: middle;
    display: inline-block;
    ; font-family: 'Pacifico';
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    margin-top: -10px;
}

#toplevel .site-header {
    max-height: 187px;
    border-bottom: 0 solid #f3f0eb;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.page-child .site-header a img:hover, .page-template-inside-homepage .site-header a img:hover {
 
}

.site-header h3 {
    display: inline-block;
    font-size: 45px;
    color: #c62025;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0;
    margin: 26px 0 0 0;
}

#other {
    background: #fc9b00;
    color: #fff;
    padding: 0 10px 0px;
    line-height: 1.6;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    z-index: 10;
    display: block;
    text-align: right;
}

a#other:hover {
    letter-spacing: 1px;
}

#slideinmenu {
    z-index: 10;
    position: relative;
    padding: 0;
    display: block;
    line-height: 1;
    float: right;
}

#slideinmenu li {
    list-style: none;
    padding: 0px;
    margin: 0;
}

#slideinmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#slideinmenu li a {
    color: #fff;
    display: block;
    padding: 8px 10px 8px 10px;
    margin: 0px;
    font-size: 17px;
    background: #fc9b00;
    border-bottom: 1px solid
}

#slideinmenu li a:hover {
    color: #fc9b00;
    background: #fff;
    text-decoration: none
}

#slideinmenu {
    height: 0
}

.open #slideinmenu {
    height: 100%
}

.site-branding {
    position: relative;
}

ul.socicons {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 25px;
}

.home ul.socicons {
    top: 20px;
}

ul.socicons li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}

ul.socicons li a {
    color: #444;
    height: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 15%;
    line-height: 1;
    font-size: 35px;
    padding: 8px;
}

ul.socicons li a:hover {
    color: #fc9b00;
    transform: scale(1.25);
    transition: all .25s;
}

.fcontainer {
    background: #f3f0eb
}

.site-footer #leftside p {
    color: #fff;
    font-size: 31px;
    letter-spacing: 1px;
    margin: 0;
}

.site-footer #leftside img {
    vertical-align: middle;
    margin: 0 20px 0;
    padding: 0;
}

.site-footer #rightside p {
    color: #000;
    font-size: 23px;
    margin: -3px 0 0 0;
}

.site-footer #rightside a {
    float: none;
    margin: 0 0 0 20px;
    background: #000;
    border: 2px solid #000;
    line-height: 1.5;
    padding: 2px 10px 4px;
    letter-spacing: 2px;
}

.site-footer #rightside a:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.site-footer li a, .site-footer li, .site-footer {
    font-size: 17px
}

.site-footer .column {
    display: block; text-align:center;

}

.site-footer .soc {
    text-align: center;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-menu-nyc  {min-width:100%; clear:both; align-items: center; text-align:center;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: nowrap; margin:0  auto; width:100%;}
#footer-menu-nyc li {display: inline-block; padding:10px;float:none; }
@media screen and (max-width: 780px) {
   #footer-menu-nyc  { flex-direction: column; }
}
.site-footer ul.socicons {
    position: relative;
    top: 10px
}

.site-footer ul.socicons li a {
    padding: 0 10px 0 0 ;
}

.flex_10 {
    width: 10%;
}

.flex_15 {
    width: 11%;
}

.flex_20 {
    width: 22%;
    padding-left: 1%;
}

.flex_25 {
    width: 23%;
    padding-left: 1%;
}

.site-footer .join {
    padding-top: 7px;
}

.site-footer .join img {
}

.site-info:before {
    clear: both;
    content: "";
    display: block;
    height: 15px;
}

.site-info, .site-info a {
    color: #a7a294;
    font-weight: normal;
    font-size: 12px;
}

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

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

.site-footer a img:hover {
    opacity: 0.8;
    transition: all .25s;
    z-index: 0;
    position: relative
}

.site-footer a:hover {
    text-decoration: none
}

.currentmenu h3, .othermenu h3, .homemenus h3 {
    line-height: 1;
    padding: 0;
    margin: 11px 0 4px;
    text-transform: uppercase;
    color: #ff9900;
    font-size: 24px;
    font-weight: normal;
}

#slidein-menu li.menu-item-2582 {
    display: none
}

.hv #slidein-menu li.menu-item-2581 {
    display: none
}

.wny #slidein-menu li.menu-item-2583 {
    display: none
}

.flx #slidein-menu li.menu-item-2585 {
    display: none
}

.othermenu li.menu-item-2582 {
    display: none
}

.hv .othermenu li.menu-item-2581 {
    display: none
}

.wny .othermenu li.menu-item-2583 {
    display: none
}

.flx .othermenu li.menu-item-2585 {
    display: none
}

.page-template-inside-homepage .owl-carousel .slidecontainer {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.page-template-inside-homepage #homepageshow {
    min-height: 600px;
    width: 100%;
    background: url('owl/assets/ajax-loader.gif') 50% 50% no-repeat;
}

.page-template-inside-homepage .owl-carousel .slideinner {
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 250px;
    text-align: right;
    margin: 0 auto 0;
    color: #fff;
}

.owl-carousel .slideinner h3 {
    font-weight: normal;
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin: 0 0 ;
    padding: 0;
    color: #fff;
}

.owl-carousel .slideinner h3 em {
    display: inline;
    font-family: 'Pacifico';
    font-style: normal;
}

.owl-carousel .slideinner a {
    border-radius: 5px;
    color: #fff;
    background: #c61f24;
    border: 2px solid #c61f24;
    display: inline-block;
    padding: 2px 10px;
    float: right;
    margin-right: 10px;
    font-size: 22px;
    margin-top: 20px;
}

.owl-carousel .slideinner a:hover {
    color: #c61f24;
    background: #fff;
    text-decoration: none;
}

.site-header {
    max-width: 1054px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 5;
    margin: 0 auto 0;
}

.page-child .site-branding, 
.page-template-inside-homepage .site-branding, 
.single-post .site-branding {
    margin-bottom: -40px;
}

.site-branding {
    float: left;
    width: 100%;
}

.page-template-inside-homepage .owl-carousel, #letterbox {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 0;
    max-width: 100%;
    overflow: hidden;
    clear:both; 
    max-height:200px;
}

.page-template-inside-homepage .owl-dots {
    display: none;
}

.owl-stage-outer {
    overflow: hidden;
}

#instagramfeed h3.widget-title:before {
    content: "\f16d";
    color: #c32aa3;
    display: inline-block;
    float: left;
    font-family: "FontAwesome";
    font-size: 54px;
    line-height: 1;
    margin: -5px 10px 0 0
}

#instagramfeed h3.widget-title {
    line-height: 1;
    padding: 0;
    margin: 0 3px;
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
}

#instagramfeed p {
    margin: 0;
}

.ri-grid ul li a:hover {
    opacity: 0.8
}

.ri-shadow:after, .ri-shadow:before {
    display: none
}

.gform_wrapper .top_label .gfield_label {
    font-weight: normal;
    color: #c61f24;
}

h3.widget-title {
    color: #c61f24;
    font-size: 32px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.linkedbox p {
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
}

.linkedbox:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    clear: both;
}

.lgx-logo-carousel.owl-carousel {
    box-shadow: none
}

.lgx-logo-slider-wp .owl-stage {
    display: flex;
    align-items: center;
}

#toplevel .site-branding {
    margin: 0 auto;
    float: none;
    max-width: 1024px;
    position: relative;
}

.home #primary, .page-template-inside-homepage #primary {
    margin-top: 60px;
}

#letterbox img {
    min-width: 100%;
}

.single-post h1.entry-title, .page-template-default.page-child h1.entry-title, .page-template-page-fullwidth.page-child h1.entry-title {
    margin: 50px 0 0
}

.page-template-default.page-child #primary {
    width: 100%;
    max-width: 67%;
    padding-right: 2%;
    float: left;
    margin-bottom: 50px;
}

.page-template-default.page-child #sidebar {
    width: 100%;
    max-width: 29%;
    float: right;
    padding: 2.5% 2.5% 0;
    background: #f3f0eb;
    margin-bottom: 50px;
}

#sidebar .widget {
    margin-bottom: 30px;
}

#sidebar h2.widget-title {
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.theThumb {
    max-width: 100%;
    float: right;
    padding: 0 0px 5px 10px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.alm-listing .theThumb {
    max-width: 30%;
}

.theThumb img {
    max-width: 200px;
}

.theThumb a:hover {
    opacity: 0.8
}

article.maker {
    border-bottom: 1px solid #ff9900;
    margin-bottom: 20px;
    clear: both;
}

.bios article {
    height: 330px !important;
    position: relative
}

.bios article .theThumb {
    height: 210px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bios article .theThumb img {
    max-height: 170px !important;
    width: auto;
}

.bios article .theTitle {
    position: Absolute;
    top: 230px;
}

.bios::after {
    content: '';
    flex-grow: 15;
}

.theTitle h2, .theTitle h3 {
    clear: none;
    margin: 0 0 10px;
    line-height: 1.2
}

.bios {
    margin-top: 25px;
}

#ajax-load-more h2.theTitle {
    clear: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

p.theDate {
    margin: 0;
    padding: 0;
}

#ajax-load-more h2.theAuthor {
    clear: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#ajax-load-more .article {
    clear: both;
    margin-bottom: 20px;
    border-bottom: 2px dotted #fc9b00;
}

body .gform_body h2 {
    font-weight: normal !important;
    font-size: 28px !important;
    padding: 0 0 20px !important
}

body .gform_body .gsection_description {
    font-weight: normal !important;
    font-size: 16px !important
}

body .gform_body label.gfield_label {
    font-size: 20px;
    font-weight: normal !important;
    margin: 0 0 5px;
}

body .gform_body .gfield_description {
    font-weight: normal !important;
    font-size: 16px !important
}

body .gform_wrapper ul.gfield_checkbox li label, body .gform_wrapper ul.gfield_radio li label {
    font-size: 17px;
}

.gform_footer input {
    cursor: pointer;
}

#toplevel h1.entry-title {
    text-align: center;
    margin: 20px 0 10px;
}

body .gform_body {
    width: 600px !important;
    max-width: 100%;
    margin: 0 auto;
}

body .gform_footer {
    text-align: center;
}

.pgmm .canvas {
    max-width: 100% !important;
    overflow: hidden;
}

.popupContent {
    display: none;
}

#postpool {
    visibility: hidden; height:0; overflow:hidden
}

.event_date {
    border-top: 2px solid #d1232a;
    padding-top: 15px;
    margin-top: 25px;
    clear: both;
}

.event_title a {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 7px;
    display: block;
    padding-bottom: 0;
}

.details, .tickets {
    margin: 5px 0;
}

.google-map-placeholder {
    border: none;
}
.customCategoryList:before {content:"Filter your selection by:"; display:block; width:100%; }

.gutter-sizer {
    width: 2%;
}

.event_date .day_title, .event_date .date {
    color: #d1232a;
}

.event_date .date {
    position: relative;
    font-size: 2em;
    margin: 0;
}
.today .event_date .date{display: none;}
.today .event_date {border: none; padding-bottom:0; margin-bottom:0; margin-top:0;}

.event_date .the_events .event_item .event_title {
    color: #d1232a;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    line-height: 1.2
}

.event_date .the_events .event_item {
    width: 31%;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #fc9b00;
    padding: 10px;
    cursor: pointer;
    transition: background .35s;
}
.allweek .the_events .event_item {
    margin-right: 1%;
}

.event_date .the_events .event_item:hover {
    border: 2px solid #d1232a;
    background: #fafafa;
    padding: 9px
}

.single-cw_events {
    padding: 1% 0
}

.single-cw_makers {
    padding: 2%
}

.single-cw_makers h3 {
    clear: none;
}

.single-cw_events .span2 h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
}

.single-cw_events .span2 h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #d1232a
}

.single-cw_events .span2, .single-cw_events .span2 p {
    font-weight: 400;
    margin: 0 0 5px
}

.single-cw_events .span2 {
    width: 48%;
    float: left;
    padding-left: 2%;
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 0px;
    display: block;
    line-height: 1;
    text-align: left;
    z-index: 1050;
    color: #000 !important;
}

.vbox-close:before {
    color: #fff !important;
    font-family: 'FontAwesome';
    display: block;
    width: 50px;
    height: 50px;
    content: "\f00d ";
    font-size: 50px;
}

.single-cw_events .span2 iframe {
    min-width: 100%;
}

ul.menuDropDown {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-height: 6600px !important;
    overflow: auto !important;
    max-width: 100% !important;
    border: 0 !important;
}

.prettyMapList .mapHolder {
    height: 500px !important;
}

.prettyMapList .prettyFileBar .unstyled li {
    float: left !important;
    width: 33%;
    height: auto
}

.prettyMapList .prettyFileBar .unstyled li a {
    width: 300px;
    font-size: 17px;
    line-height: 1.4
}

.prettyMapList .prettyFileBar .customCategoryList a.showing {
    text-shadow: 0 !important;
    background: none !important
}

.prettyMapList .prettyFileBar .customCategoryList a.showing:after, .prettyMapList .prettyFileBar .prettyFileFilters a.showing:after {
    height: 25px !important;
    margin-top: 6px !important;
}

.prettyMapList .customCategoryList>ul {
    box-shadow: none !important;
}

.infoWindow h1 {
    padding: 0 10px 0;
    line-height: 1.2;
    margin: 10px 0 0;
}

.prettyMapList .customCategoryList>ul:after {
    content: "";
    clear: both;
    display: block;
    height: 20px;
    z-ubdex: 0;
    position: relative;
}

.telephone {
    font-size: 16px;
    color: #500
}

#Map-List-Search {
    display: none
}

.prettyMapList .prettyMessage {
    margin: 1em 0 !important
}

.prettyMapList .prettyMessage a {
    display: none !important
}

#MapListPro0 > div.prettyFileBar.clearfix > div > div > a {
    display: none
}

.infoWindow .infoWindow h3, .prettyMapList .corePrettyStyle {
    line-height: 1.5 !important;
    padding-top: 0px !important
}

#ListContainer {
    clear: both !important;
    float: none
}

.prettyMapList .multiCategoryFilter {
    margin-top: 0 !important
}

.prettyMapList .multiCategoryFilter .customCategoryList>ul {
    top: 5px !important;
}

.prettyMapList .prettylink a, .prettyMapList .prettylink a:visited {
    font-size: 16px;
    line-height: 1.7 !important;
    padding-top: 4px
}

#nobanner  img {
    display: none !important
}

#nobanner #letterbox {
    box-shadow: none;
    border-bottom: 15px solid #f1f1f1;
}

.nycl {
    float: right;
    max-width: 60px;
}

#masonry-loop {
}

#masonry-loop article {
    display: inline-block;
    margin: 10px 5% 0 0;
    width: calc(100% * (1/3) - 53px );
    align-items: center;
    height: 100%;
    padding: 2%;
}

#masonry-loop > article:last-child {
    background-color: #f00 !important
}

.infowindowContent p a, .infowindowContent a p {
    color: #000;
    text-decoration: none;
}

.infowindowContent a {
    text-decoration: none;
    padding-bottom: 20px;
}

#masonry-loop article {
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .25s;
}

#masonry-loop article:hover {
    opacity: 0.9;
    border: 2px solid #fc9b00
}

.alm-reveal .theThumb {
    max-height: 90px;
    margin-bottom: 20px;
}
.panel-grid-cell .owl-carousel {
position: relative;
padding:0 50px
}
.owl-prev,
.owl-next {
position: absolute;
top: 45%;
margin-top: -10px;
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}
.owl-prev.disabled,
.owl-next.disabled {opacity:0.1}

@media only screen and (max-width: 841px) {
    .page-template-default.page-child #primary {
        max-width:100% !important;
        padding: 0;
        margin: 0;
    }

    .alm-reveal .theThumb {
        max-height: auto;
        margin-bottom: 20px;
        max-width: 50%
    }

    .page-template-default.page-child #sidebar {
        max-width: 100% !important;
        padding: 5%;
        margin: 0 0 20px;
        ; width: 100%;
        float: none;
        clear: both;
    }
.prettyMapList .prettyFileBar .unstyled li {width:100%}
    .site-footer #leftside p, .site-footer #rightside p {
        text-align: center !important;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .site-footer #rightside a {
        max-width: 90%;
        padding: 0;
        margin: 5px auto;
    }

    .site-footer #leftside img {
        max-width: 100px !important;
        margin: 0;
        padding: 0;
    }

    .site-header h2, .site-header h1 {
        float: none;
        text-align: center;
        display: block;
    }

    .site-header h3 {
        float: none;
        text-align: center;
        display: block;
        margin: 0 0 15px;
    }

    .page-child .site-branding, .page-template-inside-homepage .site-branding {
        margin-bottom: 0;
    }

    .main-navigation > div > ul {
        margin: 0;
        float: none;
        display: flex;
        justify-content: space-around;
    }

    .main-navigation li {
        float: none;
    }

    .main-navigation {
        text-align: center;
    }

    .site-footer img {
        max-width: 100%;
        width: 210px;
        padding: 10px;
    }

    .areafooter .column {
        width: 100% !important;
        padding: 0;
        margin: 0 0 20px;
        text-align: center;
    }

    .page-template-default.page-child h1.entry-title {
        margin: 20px 0 0;
        font-size: 20px;
        text-align: center;
    }

    .page-template-default.page-child h1.entry-title em {
        font-size: 30px;
    }

    .page-template-inside-homepage #homepageshow, .page-template-inside-homepage .owl-carousel .slidecontainer {
        min-height: 450px !important;
 
    }

    .single-cw_events .span2 {
        width: 96%;
        float: none;
        margin: 2% auto;
        padding-left: 0%;
    }

    .event_date .the_events .event_item {
        width: 48%
    }

    #masonry-loop article {
        display: inline-block;
        margin: 10px 5% 0 0;
        width: calc(100% * (1/2) - 50px);
        padding: 2%;
    }

    #masonry-loop article img {
        max-width: 100% !important
    }
}

a#mobiletoggle {
    display: none;
}

@media only screen and (max-width: 980px) {
    #site-navigation {
        display:none;
    }

    .site-header {
        text-align: center;
    }

    .owl-carousel .slideinner h3 {
        font-size: 24px
    }
    .site-header h2, .site-header h1 {margin-bottom:0}
    #toplevel .site-header {max-height: 1000px;}
    a#mobiletoggle {
        font-size: 22px;
        background: #fafafa;
        text-align: center;
        display: inline-block;
        padding: 2% 5%;
        width: 100%;
        margin: 10px auto;
        float: none;
        text-decoration: none;
        border: 2px solid;
    }

    .main-navigation > div > ul {
        display: flex;
        -webkit-flex-direction: column;
        /* Safari */
        flex-direction: column;
        background: #fafafa;
    }

    .main-navigation ul ul {
        display: block !important;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        box-shadow: none;
    }

    .main-navigation ul ul a {
        width: 100%;
        padding: 3px 10px;
    }

    .single-post .site-branding {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 441px) {
    .alm-reveal .theThumb {
        margin-bottom: 20px;
        max-width: 100%;
        max-height: 200px;
        width: 100%;
        padding: 0;
    }

    .alm-reveal .theThumb img {
        max-width: 100%;
        width: 100%;
        max-height: 2000px
    }

    .home #primary, .page-template-inside-homepage #primary {
        margin-top: 30px;
    }

    .site-header h2, .site-header h1 {
        text-align: left;
        margin: 0;
    }

    .choicepanel h3.widget-title, .site-header h3 {
        font-size: 32px;
    }

    .choicepanel a, a.button {
        display: block;
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .site-branding {
        padding-left: 0px;
    }

    .page-template-inside-homepage #homepageshow, .page-template-inside-homepage .owl-carousel .slidecontainer {
        min-height: 250px !important;
    }

    .page-template-inside-homepage .owl-carousel .slideinner {
        padding-top: 70px;
    }

    .event_date .the_events .event_item {
        width: 100%
    }

    #masonry-loop article {
        width: 100%;
        margin: 5% 0;
        height: auto !important
    }

    #masonry-loop article {
        height: auto !important;
        min-height: 0;
    }

    #masonry-loop article .theThumb {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
    }

    #masonry-loop article .theTitle {
        top: auto;
        position: relative;
        clear: both;
        bottom: 0;
        float: none;
    }
}

#eventsorter {list-style: none; padding:0; margin:0; }
#eventsorter li {display: inline-block; }
#eventsorter li a {padding:2px 20px 2px 0; display: inline-block;}

.lgx-logo-slider-wp .owl-stage img {object-fit: contain; height: 100%; }

.wp-block-gallery.larger .blocks-gallery-item {
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */}
.wp-block-gallery.smaller  {text-align:center; margin:20px auto; align-items: center; justify-content: space-around;}
.wp-block-gallery.smaller .blocks-gallery-item img {max-width:150px; padding:10px; width:100%;}
.wp-block-gallery.larger  {text-align:center; margin:20px auto; align-items: center; justify-content: space-around;}
.wp-block-gallery.larger .blocks-gallery-item img {max-width:220px; padding:10px; width:100%;}
.page-id-2656 .wp-block-gallery .blocks-gallery-image figure, 
.page-id-2656 .wp-block-gallery .blocks-gallery-item figure, 
.page-id-2656 .blocks-gallery-grid .blocks-gallery-image figure, 
.page-id-2656 .blocks-gallery-grid .blocks-gallery-item figure {align-items: center}

.home .hideonhome {display: none !important;}

#secondary .gallery img {width:180px; max-width:100%;}
#secondary .gallery-item {justify-content: center;}
#secondary #core img {width:140px; max-width:100%;}

#core .gallery {display:flex; justify-content: space-evenly; flex-wrap: wrap;}
#core .gallery .gallery-item {display:flex; align-items: center}
#core .gallery .gallery-item img {max-width:100% !important; padding:10px; align-self: center; vertical-align:middle}

#stem .gallery {display:flex; justify-content: space-around}
#stem .gallery .gallery-item {display:flex; align-items: center}
#stem .gallery .gallery-item img {max-width:100% !important; padding:0 20px; align-self: center; vertical-align:middle}

#seed .gallery {display:flex; justify-content: space-around}
#seed .gallery .gallery-item {display:flex; align-items: center}
#seed .gallery .gallery-item img {max-width:100% !important; padding:0 50px; align-self: center; vertical-align:middle}


@media only screen and (max-width: 780px) {
	#secondary #core .gallery-item {max-width:45% !important}
    #secondary #stem .gallery-item {max-width:40% !important}
	#secondary #seed .gallery-item {max-width:30% !important}
}

@media only screen and (max-width: 580px) {
	#secondary .gallery-item {max-width:100% !important}
	#secondary #core .gallery-item {max-width:45% !important}
	#secondary #seed .gallery-item {max-width:30% !important}
	#secondary #seed .gallery-item img {padding:5px;}
.wp-block-gallery .blocks-gallery-image figure, 
.wp-block-gallery .blocks-gallery-item figure, 
.blocks-gallery-grid .blocks-gallery-image figure, 
.blocks-gallery-grid .blocks-gallery-item figure {align-items: center !important; justify-content: space-around}

}

.today .event_date .the_events .event_item {
    width: 100%;
    margin-right: 0%; }