@font-face {
font-family: 'BRLNSR';
src: url(//coastdance.com/wp/wp-content/themes/cad22/webfonts/BRLNSR.woff) format('woff'),
url(//coastdance.com/wp/wp-content/themes/cad22/webfonts/BRLNSR.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
html {
overflow-y: scroll;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
}
del {
color: #333;
}
ins {
background: #fff9c0;
text-decoration: none;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin: 24px;
margin-bottom: 1.714285714rem;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
small {
font-size: smaller;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
} .clear:after,
.wrapper:after,
.format-status .entry-header:after {
clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
display: table;
content: "";
} :root {
--spacer: 1.5rem;
--sm-spacer: 1rem;
--lg-spacer: 2rem;
}
.wp-block-group,
.wp-block-separator,
.wp-block-image:not(.alignleft):not(.alignright),
.wp-block-gallery,
.wp-block-quote,
.wp-block-file,
.wp-block-buttons,
.wp-block-table,
.wp-block-cover,
.wp-block-media-text,
.wp-block-columns,
.wp-block-social-links,
.wp-block-search,
.wp-block-navigation,
.wp-block-embed {
margin-top: var(--spacer);
margin-bottom: var(--spacer);
}  .archive-title,
.page-title,
.entry-content th {
line-height: 1.3;
font-weight: bold;
color: #000;
}
.archive-title {
font-size: 1.3em;
} button,
input,
select,
textarea {
border: 1px solid #ccc;
border-radius: 3px;
font-family: inherit;
padding: 6px;
font-size: 100%;
box-sizing: border-box;
max-width: 100%;
}
button,
input {
line-height: normal;
}
textarea {
font-size: 100%;
overflow: auto;
vertical-align: top;
} input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #aaa;
opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
} input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
border: 0;
border-radius: 0;
padding: 0;
} input[type="submit"],
input[type="button"],
input[type="reset"],
a.button,
.logout-admin a,
.slideshowlink a,
article.post-password-required input[type=submit],
.bypostauthor cite span {
background-color: var(--medblue);
color: #fff;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
line-height: 1.2;
padding: 6px 10px;
text-decoration: none;
display: inline-block;
border: 0;
border-radius: 0;
}
input.search-submit {
padding: 0;
color: #000;
font-size: .9em;
text-transform: uppercase;
background: transparent;
border: none;
border-radius: 0;
box-shadow: none;
background-image: url(//coastdance.com/wp/wp-content/themes/cad22/images/search-icon.png);
background-position: right center;
background-repeat: no-repeat;
width: 22px;
overflow-x: hidden;
text-indent: -999px;
min-height: 20px;
}
.menu-toggle,
button,
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.logout-admin a,
.slideshowlink a {
cursor: pointer;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
button[disabled],
input[disabled] {
cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.logout-admin a:hover,
.slideshowlink a:hover,
a.button:hover,
article.post-password-required input[type=submit]:hover {
color: #fff;
background-color: var(--red);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.logout-admin a:active,
.slideshowlink a:active,
a.button:active {
color: #eee;
background-color: #888;
}
.logout-admin a:visited,
.slideshowlink a:visited,
a.button:visited {
color: #fff;
}
input.search-submit:hover,
input.search-submit:active {
background-color: transparent;
background-image: url(//coastdance.com/wp/wp-content/themes/cad22/images/search-icon.png);
background-repeat: no-repeat;
color: #003E7E;
box-shadow: none;
}
.menu-toggle {
background: #ddd;
color: #000;
text-transform: uppercase;
font-family: 'BRLNSR', 'Open Sans', sans-serif;
font-size: 1.4em;
width: 100%;
padding: 3px 2%;
border: 0;
border-radius: 0;
}
.menu-toggle .dashicons,
.menu-toggle .dashicons-before:before {
vertical-align: middle;
width: 22px;
height: 24px;
font-size: 22px;
}
.menu-toggle:hover,
.menu-toggle:focus {
color: #000;
background: #A9D7ED;
}
.menu-toggle:active,
.menu-toggle.toggled-on { 
background: var(--red);
color: #fff;
}
.comments-area { 
line-height: 1.5;
margin-top: 1.5em;
} .entry-content img,
.widget img {
max-width: 100%; }
.site-header img {
max-width: 160px;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; }
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
max-width: 100%;
height: auto; } embed,
iframe,
object,
video {
max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
max-width: 100% !important; } .alignleft,
.alignright,
.aligncenter {
display: block;
margin: 1em auto;
}
@media screen and (max-width: 767px) {
.wp-block-image .alignleft,
.wp-block-image .alignright {
max-width: 33%;
}
}
.entry-content img { 
box-shadow: 0 0 8px 0 rgba(0,123,187,.4);
border-radius: 4px; 
}
.entry-content img.noshadow {
box-shadow: none;
border-radius: 0;
}
.wp-caption {
max-width: 100%; padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
font-size: .8em;
line-height: 1.3;
}
.entry-content dl.gallery-item {
margin: 0;
}
.gallery-item a,
.gallery-caption {
width: 90%;
}
.gallery-item a {
display: block;
}
.gallery-caption a {
display: inline;
}
.gallery-columns-1 .gallery-item a {
max-width: 100%;
width: auto;
}
.gallery .gallery-icon img {
height: auto;
max-width: 90%;
padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
padding: 3%;
} .site-content nav {
clear: both;
line-height: 2;
overflow: hidden;
}
.previous-image {
float: left;
width: 50%;
}
.next-image {
float: right;
text-align: right;
width: 50%;
}  body {
font-size: 100%;
font-family: Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
color: #000;
background: #fff;
}
body.custom-font-enabled {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.has-small-font-size { font-size: 16px !important; } 
.has-large-font-size { font-size: 20px !important; }
a {
outline: none;
color: var(--blue);
}
a:visited {
color: #036;
}
a:hover, a:active {
color: var(--red);
} .assistive-text,
.site .screen-reader-text {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
background: #fff;
border: 2px solid #333;
border-radius: 3px;
clip: auto !important;
color: #000;
display: block;
font-size: 12px;
padding: 12px;
position: absolute;
top: 5px;
left: 5px;
z-index: 100000; } .site {
padding: 0;
} .site-content {
margin: 1em 7%;
}
.widget-area {
margin: 1em 7%;
} .site-header {
padding: 0;
}
.site-logo { text-align: center; }
.site-header h1 {
text-align: center;
}
#corner-navigation {
display: flex;
gap: 2em;
justify-content: center;
align-items: center;
padding: 0 1.5em;
}
#corner-navigation > div { display: none; }
.search-form { 
display: block; 
margin: 1em auto;
text-align: center;
}
#corner-navigation .search-form {
flex-basis: 75%;
}
.cad-social {
display: flex;
gap: 1em;
}
.cad-social a {
text-decoration: none;
color: white;
background-color: black;
border-radius: 50%;
padding: 5px;
display: inline-block;
transition: background-color 0.3s ease;
}
.cad-social a:hover {
background-color: var(--red);
}
.search-form input.search-field {
border-radius: 6px;
border: 1px solid #666;
padding: 3px 5px;
font-size: .8em;
max-width: 65%;
}
@media screen and (min-width: 768px) {
.search-form input.search-field {
max-width: 100%;
}
} .main-navigation {
text-align: center;
}
.main-navigation li a {
display: block;
text-decoration: none;
font-family: 'BRLNSR', 'Open Sans', sans-serif;
font-size: 1.3em;
line-height: 1.3;
padding: 10px;
color: #000;
background: var(--medblue);
border-bottom: 1px solid #fff;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #fff;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
display: block;
}
.main-navigation li ul {
display: none;
} .widget-area .widget {
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
margin-bottom: 2em;
word-wrap: break-word;
line-height: 1.4;
}
.widget-area .widget h3 {
margin-bottom: .7em;
font-variant: small-caps;
font-size: 1.5em;
}
.widget-area .widget li {
margin: .8em 0;
}
.widget-area .widget.widget_recent_entries li a {
text-decoration: none;
}
.widget-area .widget.widget_recent_entries li a:after {
content: " >>";
font-size: .85em;
}
.widget-area .widget li .post-date {
font-size: .8em;
font-style: italic;
color: #888;
margin-left: .5em;
display: block;
}
.widget-area .widget li .post-date:before {
content: "Posted ";
}
.widget-area .textwidget li {
margin-left: 1.5em;
} footer[role="contentinfo"] {
clear: both;
margin-top: 24px;
margin-top: 2em;
margin-left: auto;
margin-right: auto;
padding: 10px;
background: rgba(255,255,255,.9);
}
.foot2 img {
display: inline-block;
vertical-align: middle;
margin: 1em 15px;
}
.textwidget { line-height: 1.3; } .entry-meta {
clear: both;
}
h1.entry-title,
h1.search-title {
font-family: 'BRLNSR', sans-serif;
font-weight: normal;
font-size: 2em;
line-height: 1.1;
background: #444;
color: #fff;
padding: .6em 3% .2em;
}
h1.search-title span { font-weight: 400; }
h1.excerpt-link {
font-size: 1.3em;
font-weight: 700;
line-height: 1.3;
margin-bottom: .2em;
}
.entry-header .attachment-thumbnail.wp-post-image {
float: left;
margin: 5px 15px 5px 0;
max-width: 30%;
height: auto;
}
.search article.has-post-thumbnail { width: 100%; float: left; }
.search-title a,
.entry-title a {
text-decoration: none;
color: #fff;
}
.entry-meta a {
color: #757575;
}
.entry-meta a:hover {
color: #21759b;
}
#breadcrumbs {
margin: 1em 0 1.8em 0; 
font-size: .9em;
line-height: 1.3;
color: #777;
}
#breadcrumbs a { text-decoration: none; color: #444; }
#breadcrumbs a:hover { color: var(--red); }
.entry-content,
.entry-summary,
.mu_register {
line-height: 1.5;
}
h1, h2, h3, h4 {
font-family: 'BRLNSR', sans-serif;
font-weight: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: .7em 0;
line-height: 1.4;
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
margin-top: 0;
}
.entry-content h1 {
font-size: 2em;
line-height: 1.25;
margin-bottom: .25em;
}
@media screen and (min-width: 768px) {
.entry-content h1 {
font-size: 2.5em;
}
}
.entry-content h2,
h2.entry-title,
.mu_register h2 {
font-size: 2em;
line-height: 1.2;
margin-bottom: .25em;
font-variant: small-caps;
}
.single h2.entry-title {
font-size: 2.5em;
font-variant: none;
}
h2.entry-title a {
color: #000;
text-decoration: none;
}
h2.entry-title a:hover {
color: var(--red);
}
.entry-content h3,
h3.comment-reply-title {
font-size: 1.8em;
line-height: 1.2;
}
.entry-content h4 {
font-size: 1.6em;
line-height: 1.3;
}
.entry-content h5 {
font-size: 1em;
line-height: 1.4;
}
.entry-content h6 {
font-size: .9em;
line-height: 1.4;
}
.entry-content p,
.entry-summary p,
.mu_register p {
margin: 0 0 1.5em;
line-height: 1.5;
}
.entry-content .more-link {
white-space: nowrap;
}
.entry-content ol,
.entry-content ul,
.mu_register ul {
margin: 0 0 1.5em;
line-height: 1.5;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
margin-bottom: 0;
}
.entry-content ul,
.mu_register ul {
list-style: disc outside;
}
.entry-content ol {
list-style: decimal outside;
}
.entry-content li,
.mu_register li {
margin: 0 0 0 36px;
}
.entry-content blockquote {
margin-bottom: 1.5em;
padding: 24px;
font-style: italic;
}
.entry-content blockquote p:last-child {
margin-bottom: 0;
}
.entry-content code {
font-family: Consolas, Monaco, Lucida Console, monospace;
font-size: 14px;
line-height: 2;
}
.entry-content pre {
border: 1px solid #ededed;
color: #666;
font-family: Consolas, Monaco, Lucida Console, monospace;
font-size: 14px;
line-height: 1.5;
margin: 24px 0;
overflow: auto;
padding: 24px;
}
.entry-content pre code {
display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
.entry-content address {
display: block;
line-height: 1.5;
margin: 0 0 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
clear: both;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
margin-bottom: 1.5em;
}
.entry-content dl {
margin: 0 1.5em;
}
.entry-content dt {
font-weight: bold;
line-height: 1.5;
}
.entry-content dd {
line-height: 1.5;
margin-bottom: 1.5em;
} .entry-content table {
font-size: 1em;
line-height: 1.4;
font-weight: 400;
margin: 0 0 1.5em;
width: 100%;
}
.entry-content table caption {
font-weight: 700;
text-transform: uppercase;
margin: 0;
padding: 5px 10px;
border-bottom: 1px solid #000;
}
.site-content article {
margin-bottom: 1em;
padding-bottom: 0;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.entry-content ul.page-list,
.entry-content ul.page-list ul {
list-style: none;
}
.entry-content ul.page-list li {
margin-bottom: .5em;
}
.entry-content ul.page-list ul li {
margin-bottom: 0;
}
.page-links {
clear: both;
line-height: 1.5;
}
footer.entry-meta {
margin-top: 1em;
font-size: .85em;
line-height: 1.4;
color: #666;
}
.mu_register h2 {
color: #666;
font-weight: normal;
}
.entry-meta-summary {
font-size: .85em;
margin: .5em 0;
color: #666;
font-style: italic;
}
.gmpInfoWindowtitle {
margin-left: 0 !important;
} .page-template-full-width.page-student-registration-form .entry-content {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.wpcf7 label {
font-weight: bold;
display: block;
margin-bottom: .25em;
}
span.wpcf7-list-item {
display: block;
margin: 0 0 .5em 1.9em;
text-indent: -1.9em;
line-height: 1.4;
}
.wpcf7-form-control-wrap[data-name="Waiver"] span.wpcf7-list-item {
margin: 0 0 .5em 0;
text-indent: 0;
}
.wpcf7-form-control-wrap[data-name="Waiver"],
.wpcf7-form-control-wrap[data-name="student-classes"],
.wpcf7-form-control-wrap[data-name="adult-classes"],
.wpcf7-form-control-wrap[data-name="competitive-classes"],
.wpcf7-form-control-wrap[data-name="intensive-company-classes"] {
display: block;
margin-top: .5em;
}
input[type="radio"],
input[type="checkbox"] {
width: 1.2em;
height: 1.2em;
} .site .ngg-galleryoverview { 
margin-top: 0; 
text-align: center; 
}
.site .ngg-gallery-thumbnail-box { 
float: none;
display: inline-block; 
margin: 4px 5px; 
max-width: 100%;
}
.site .ngg-gallery-thumbnail { float: none; margin: 0; }
.site .ngg-gallery-thumbnail img {
border: none;
margin: 0;
padding: 0;
max-width: 100% !important;
}
.slideshowlink {
margin-bottom: 1em;
}
.site .ngg-album {
padding: 8px 15px;
margin-bottom: 10px;
border: 1px solid #aaa;
border-width: 0 0 1px 0;
}
.site .ngg-albumtitle {
font-size: 1.5em;
font-weight: normal;
font-family: 'BRLNSR', 'Open Sans', sans-serif;
font-variant: small-caps;
}
.site .ngg-albumtitle a { text-decoration: none; }
.site .ngg-albumtitle a:before {
content: "View";
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: .55em;
font-variant: none;
font-weight: normal;
display: inline-block;
padding: 1px 8px;
background: var(--medblue);
color: #fff;
margin-right: .5em;
text-transform: uppercase;
vertical-align: 20%;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.site .ngg-albumtitle a:hover:before {
background: var(--red);
}
.site .ngg-thumbnail img {
border: none;
padding: 3px;
margin-top: 2px;
}
.site .ngg-thumbnail img:hover {
background-color: var(--red);
}
.site .ngg-album .ngg-description p { 
margin-bottom: 0; 
line-height: 1.3;
font-size: .95em;
}
.site .ngg-album p.ngg-album-gallery-image-counter {
font-size: .9em;
margin-top: .5em;
} .modal-login-form, .modal-content-box { display: none; } .my-modal-box {
background: rgba(255,255,255,.9);
padding: 10px;
}
.vbox-content .vbox-inline { height: 400px; }
.login-logo { display: block; margin: 0 auto 1.5em auto; max-width: 100%; height: auto; }
.logout-admin { margin-top: 3em; text-align: center; font-size: 18px; font-weight: bold;  }
.login p { margin: 1em 0; }
.login-username label,
.login-password label {
display: inline-block;
width: 30%;
margin-right: 2%;
text-align: right;
}
.login-remember {
padding-left: 32%;
}
.login-submit {
text-align: center;
}
.lost-pwd { text-align: center; font-size: .9em; }
footer#colophon { text-align: center; font-size: .82em;  }
footer#colophon a { color: #000; text-decoration: none; }
footer#colophon a:hover { color: var(--red); }
footer#colophon li {
display: inline-block;
vertical-align: top;
padding: .1em 1%;
text-align: left;
}
footer#colophon ul ul li {
display: block;
padding: .1em 0;
}
footer#colophon li a {
display: block;
padding: 8px 10px;
font-weight: 700;
}
footer#colophon li ul li a { 
font-weight: 400; 
white-space: nowrap;
}
.menu-footer-fat-menu-container { 
margin-bottom: 2em;
}
footer#colophon ul.sub-menu { 
display: none;
}
footer#colophon .footer-branding {
text-align: center;
font-size: .9em;
line-height: 1.3;
}
footer#colophon .footer-branding img {
display: block;
margin: 0 auto 1em auto;
}
aside.foot2 { margin: 1.5em 0; }
.sharing-buttons { text-align: center; margin: 1.5em 0; } .archive-header,
.page-header {
margin-bottom: 2em;
}
.archive-meta {
color: #666;
font-size: .85em;
line-height: 1.4;
margin-top: 1em;
} .attachment .entry-content .mejs-audio {
max-width: 400px;
}
.attachment .entry-content .mejs-container {
margin-bottom: 1.5em;
} .article.attachment {
overflow: hidden;
}
.image-attachment div.attachment {
text-align: center;
}
.image-attachment div.attachment p {
text-align: center;
}
.image-attachment div.attachment img {
display: block;
height: auto;
margin: 0 auto;
max-width: 100%;
}
.image-attachment .entry-caption {
margin-top: .5em;
} .template-front-page h1.entry-title { display: none; } .widget-area .widget ul ul {
margin-left: 1em;
}
.pn-frm-subscriber-form input[type="email"],
.pn-frm-subscriber-form input[type="text"] {
width: 100%;
margin: .5em 0;
} img#wpstats {
display: block;
margin: 0 auto 2em;
} @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
} @media screen and (min-width: 361px) {
} @media screen and (min-width: 480px) {
img.alignleft,
.wp-caption.alignleft {
float: left;
margin: 5px 24px 12px 0;
max-width: 50%;
}
img.alignright,
.wp-caption.alignright {
float: right;
margin: 5px 0 12px 24px;
max-width: 50%;
} .main-navigation ul {
-moz-columns: 2 auto;
-webkit-columns: 2 auto;
columns: 2 auto;
-moz-column-gap: 1px;
-webkit-column-gap: 1px;
column-gap: 1px;
}
} @media screen and (min-width: 768px) {
.site { 
background: url(//coastdance.com/wp/wp-content/themes/cad22/images/bg-default.jpg) no-repeat center top;
background-size: 100% auto;
background-attachment: fixed;
margin: 0; 
}
.home .site {
background-position: left top;
}
.wrapper {
margin: 0 auto;
max-width: 1500px;
padding: 0 10px;
overflow: hidden;
}
.home .wrapper { position: relative; }
#cadslides { 
display: block; 
position: fixed;
z-index: 0;
}
#masthead.site-header {
position: relative; 
background: rgba(255,255,255,.8); 
margin-bottom: 11vw;
padding: 20px 0 10px 0;
}
.page-template-front-page #masthead.site-header {
margin-bottom: 0;
}
.site-header img {
max-width: 100%;
max-height: 86px;
}
.page-template-default #masthead.site-header,
.page-template-full-width #masthead.site-header { 
}
.site-header hgroup { 
width: 96%;
margin: 0 auto; 
position: relative;
}
.secondary-navigation { 
position: absolute;
top: 0;
right: 2%;
text-align: right;
}
#corner-navigation {
display: block;
padding: 0;
}
.search-form { 
margin: 1.2em 0 0 2em; 
text-align: left; 
display: block;
}
.site-content {
background: rgba(255,255,255,.9);
padding: 2em 5%;
overflow: hidden;
margin: 0;
border-radius: 4px;
}
h1.entry-title {
font-size: 3.25em;
background: transparent;
color: #000;
padding: 0;
position: static;
width: auto;
text-align: left;
margin-left: 5%;
}
h1.search-title {
font-size: 2.5em;
background: transparent;
padding: 0;
position: static;
width: auto;
text-align: left;
margin-left: 5%;
color: #fff;
}
body.attachment .site-content,
body.page-template-full-width .site-content {
width: auto;
float: none;
}
body.error404 .site-content {
float: left;
width: 80%;
padding-left: 10%;
padding-right: 10%;
margin-top: .8em;
}
.site-header .site-logo {
display: inline-block;
vertical-align: baseline;
max-width: 32%;
}
#corner-navigation > div  {
display: inline-block;
text-align: right;
}
.cad-social {
display: inline-block;
}
.cad-social a {
margin-left: .25em;
}
.corner-menu li {
display: inline-block;
}
.corner-menu li a {
text-align: center;
color: #000;
border-right: 1px solid #000;
padding: 0 12px 0 8px;
text-transform: uppercase; 
font-weight: 400;
font-size: .9em;
text-decoration: none;
}
.corner-menu li a:hover {
color: var(--red);
} .my-login {
display: inline-block;
}
.my-login a {
padding: 0 10px;
text-transform: uppercase;
font-weight: 400;
font-size: .9em;
text-decoration: none;
color: #000;
}
.my-login a:hover {
color: var(--red);
}
.main-navigation { 
display: block;
width: auto;
text-align: center;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
display: inline !important;
width: 100%;
padding: 5px 0;
}
.main-navigation ul {
margin: 0;
text-indent: 0;
-moz-columns: 1 auto;
-webkit-columns: 1 auto;
columns: 1 auto;
-moz-column-gap: 0px;
-webkit-column-gap: 0px;
column-gap: 0px;
}
.main-navigation li {
display: inline-block;
position: relative;
margin: 0;
}
.main-navigation li a {
display: block;
text-decoration: none;
color: #000;
border-bottom: none;
background: transparent;
line-height: 1.1;
white-space: nowrap;
font-size: 1.2em;
padding: 4px 12px;
}
#menu-main-nav > li.mobile-only {
display: none;
}
.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li:hover > a {
color: var(--red);
}
.main-navigation li ul {
display: block;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
left: 10px;
z-index: 10;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
border-top: 5px solid transparent;
}
.main-navigation li ul ul {
display: none;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation .focus > ul {
border-left: 0;
clip: inherit;
overflow: inherit;
height: inherit;
width: inherit;
}
.main-navigation li ul li a {
display: block;
background: rgba(255,255,255,.9);
color: #000;
text-align: left;
font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
font-size: .9em;
font-weight: normal;
letter-spacing: 0;
text-transform: none;
line-height: 1.25;
padding: 10px;
width: 200px;
white-space: normal;
border-right: none;
}
.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
background-color: var(--medblue);
color: #fff;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
color: var(--red);
}
.menu-toggle {
display: none;
}
.entry-content dt { 
clear: left;
float: left;
max-width: 31%;
margin: 0 3% 2em 0;
text-align: right;
}
.entry-content dd {
margin: 0 0 2em 0;
padding: 0;
max-width: 66%;
float: left;
} .content-area {
float: left;
width: 67%;
}
.widget-area {
float: right;
width: 28%;
margin: 0;
}
.page-template-full-width .content-area {
float: none;
width: auto;
}
.site-content article {
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
#breadcrumbs {
margin-top: -1em;
} .entry-content table {
font-size: .9em;
line-height: 1.3;
} .entry-content tr { 
display: table-row; 
border-bottom: none; 
padding: 0;
}
.entry-content td, .entry-content th {
display: table-cell;
border-bottom: 1px solid #000;
padding: 5px 8px 5px 5px;
}
.entry-content tr:nth-child(even) {
background-color: inherit;
}
.entry-content tr td:first-child {
font-weight: normal;
font-size: 1em;
} .entry-content tr:nth-child(even) > td {
background-color: rgba(255,255,255,.5); 
} .page-schedule .entry-content td { padding: 8px; }
.page-schedule .entry-content td h3 { font-size: 1.6em; margin: .25em 0; }
.page-schedule .entry-content tr td:first-child { font-size: 1em; }
.page-schedule .entry-content tr td:nth-child(2) {
background-color: inherit; border-top: none;
}
.page-schedule .entry-content tr td:nth-child(3) {
background-color: inherit; border-top: none;
}
.page-schedule .entry-content tr td:nth-child(4) {
background-color: inherit; border-top: none;
}
.nav-previous, .nav-next {
display: inline-block;
max-width: 48%;
}
.nav-previous { float: left; }
.nav-next { float: right; }
span.wpcf7-checkbox {
display: block;
padding-top: .5em;
-webkit-columns: 200px 2;
-moz-columns: 200px 2;
columns: 200px 2;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
}
.wpcf7 label {
display: inline-block;
width: 40%;
margin-right: 1%;
text-align: right;
vertical-align: top;
}
.wpcf7-form-control-wrap {
display: inline-block;
width: 58%;
}
.wpcf7-form-control-wrap[data-name="Waiver"],
.wpcf7-form-control-wrap[data-name="student-classes"],
.wpcf7-form-control-wrap[data-name="adult-classes"],
.wpcf7-form-control-wrap[data-name="competitive-classes"],
.wpcf7-form-control-wrap[data-name="intensive-company-classes"] {
display: block;
width: auto;
}
.wpcf7-acceptance label {
width: auto;
} .page-gallery .entry-content {
position: relative;
}
.page-gallery .slideshowlink {
position: absolute;
top: -50px;
right: 0;
margin: 0;
}
footer[role="contentinfo"] {
padding: 3em 1em 1em 1em;
margin-top: 5em;
position: relative;
}
footer#colophon ul.sub-menu { 
display: block;
margin: .2em 0 1.5em 0; 
}
footer#colophon li a {
padding: 2px 8px;
}
.inner-footer {
max-width: 1400px;
margin: 0 auto;
}
.credits { font-size: .85em; }
.menu-footer-fat-menu-container {
}
footer#colophon .footer-branding {
width: 240px;
float: right;
margin-left: 20px;
}
} @media screen and (min-width: 1000px) {
#corner-navigation > div  {
display: inline-block;
vertical-align: middle;
text-align: right;
}
.search-form { display: inline-block; margin-top: .7em; }
.site .ngg-album {
display: inline-block;
width: 46%;
margin-right: 2%;
vertical-align: top;
padding: 8px .5%;
}
} @media screen and (min-width: 1200px) {
.main-navigation { 
display: inline-block;
vertical-align: 18px;
width: 66%;
text-align: right;
}
.site-header img {
max-height: 120px;
}
.site {
background-position: center top -5vw;
}
#masthead.site-header {
margin-bottom: 160px;
}
span.wpcf7-checkbox {
-webkit-columns: 200px 3;
-moz-columns: 200px 3;
columns: 200px 3;
}
} @media screen and (min-width: 1400px) {
html { font-size: 110%; }
body.custom-background-empty {
background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.site-header hgroup {
max-width: 1500px; 
}
.main-navigation { 
vertical-align: 21px;
}
h1.entry-title {
font-size: 4em;
}
.site .ngg-galleryoverview { text-align: left; }
.site .ngg-gallery-thumbnail-box { 
display: block; 
float: left; 
margin: 0 20px 20px 0; 
} } @media screen and (min-width: 1500px) {
.main-navigation li a {
padding: 4px 14px;
font-size: 1.3em;
}
.site {
background-position: center top -8vw;
}
#masthead.site-header {
margin-bottom: 180px;
}
}  @media (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
margin-bottom: var(--spacer);
}
}
.wp-block-media-text__content > :first-child {
margin-top: 0;
}
.wp-block-media-text__content > :last-child {
margin-bottom: 0 !important;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 0 6%;
}
.entry-content .wp-block-table {
font-size: 1em;
}
.wp-block-table table {
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}
.entry-content .wp-block-table td {
border-top: 1px solid #000;
}
.widget-area .wp-block-buttons.is-layout-flex {
gap: 1.5em;
}
.widget-area .wp-block-button__link {
border-radius: 6px;
font-weight: bold;
text-transform: uppercase;
}
.widget-area .wp-block-buttons.is-content-justification-stretch .wp-block-button__link {
display: block;
}
.entry-content .wp-block-button__link {
background: var(--medblue);
color: #fff;
border-radius: 6px;
font-weight: bold;
text-transform: uppercase;
transition: background 0.3s ease;
}
.entry-content .wp-block-button__link:hover {
background: var(--blue);
}
.entry-content .schedule h4,
.entry-content .schedule h2 {
margin-top: 0;
}
.schedule .wp-block-table tr td:first-of-type {
width: 33%;
}
@media screen and (min-width: 768px) {
.schedule .wp-block-table tr td:first-of-type {
width: 25%;
}
}
@media screen and (max-width: 767px) {
.wp-block-columns.schedule {
gap: 0;
margin: 0;
}
.schedule .wp-block-table {
margin: 0;
}
.schedule h2 {
background-color: var(--blue);
color: white;
padding: .5em .75em;
border-radius: 6px;
}
}
@media screen and (min-width: 768px) {
div.schedule > .wp-block-column:first-child h2 {
font-size: 1.4em;
}
div.schedule:nth-of-type(odd) > .wp-block-column:first-child {
background: var(--medblue);
padding: 1em;
border-radius: 8px;
text-align: center;
}
div.schedule:nth-of-type(even) > .wp-block-column:first-child {
background: var(--blue);
color: white;
padding: 1em;
border-radius: 8px;
text-align: center;
}
}
@media screen and (min-width: 1200px) {
div.schedule > .wp-block-column:first-child h2 {
font-size: 2em;
}
} .entry-content ul.wp-block-post-template {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.entry-content ul.wp-block-post-template ul {
margin-bottom: 1.5rem;
} 
.entry-content ul.wp-block-post-template > li {
margin-left: 0;
margin-bottom: 1.5em;
padding-left: 0;
clear: both;
overflow: hidden;
border-bottom: 1px solid #aaa;
padding-bottom: 1.5em;
}
.entry-content li.wp-block-post > :first-child {
margin-top: 0;
}
.entry-content li.wp-block-post :last-child {
margin-bottom: 0;
} .home .metaslider .flexslider .flex-direction-nav li a {
background-color: white;
border-radius: 50%;
background-size: auto 100%;
}
.home .metaslider .flex-direction-nav .flex-next {
background-position: right center;
}
.home .metaslider .flex-direction-nav .flex-prev {
background-position: left center;
} :root {
--black: #000000;
--white: #ffffff;
--blue: #369;
--medblue: #86c7e5;
--red: #ff0101;
}
.has-black-color {
color: #000000;
}
.has-black-background-color {
background-color: #000000;
}
.has-white-color {
color: #FFFFFF;
}
.has-white-background-color {
background-color: #FFFFFF;
}
.has-blue-color {
color: #336699;
}
.has-blue-background-color {
background-color: #336699;
}
.has-medblue-color {
color: #86c7e5;
}
.has-medblue-background-color {
background-color: #86c7e5;
}
.has-red-color {
color: #ff0101;
}
.has-red-background-color {
background-color: #ff0101;
} @media print {
body {
background: none !important;
color: #000;
font-size: 12pt;
}
article a[href^=http]:after {
content:" [" attr(href) "] ";
}
article a[href^=mailto]:after {
content:" [" attr(href) "] ";
}
article a[href^="#"]:after {
content: "";
}
img {
page-break-inside: avoid;
}
h2, h3 {
page-break-after: avoid;
}
a {
text-decoration: none;
}
.site {
clear: both !important;
display: block !important;
float: none !important;
max-width: 100%;
position: relative !important;
}
.site-header {
margin-bottom: 1em;
text-align: left;
}
.author-avatar,
.sharing-buttons,
#colophon .menu,
#respond,
.commentlist .comment-edit-link,
.commentlist .reply,
.entry-header .comments-link,
.entry-meta .edit-link a,
.page-link,
.site-content nav,
#corner-navigation,
img.header-image,
.main-navigation {
display: none;
}
.modal-content-box { display: block; }
.wrapper {
border-top: none;
box-shadow: none;
}
.site-content {
margin: 0;
width: auto;
}
.page-template-default #masthead.site-header, 
.page-template-full-width #masthead.site-header {
height: auto;
}	
.site-header .site-logo {
display: inline-block;
vertical-align: middle;
}
.entry-header .entry-title,
.entry-title {
font-size: 21pt;
}
h1.entry-title {
font-size: 2em;
color: #000;
text-align: center;
background: none;
padding: 0;
width: auto;
position: static;
}
ul.tile-menu li {
display: inline-block;
margin: .2in .15in;
max-width: 45%;
}
footer.entry-meta,
footer.entry-meta a {
color: #444;
font-size: 10pt;
}
#colophon img {
max-width: 20%;
} .entry-content table {
font-size: .9em;
line-height: 1.3;
} .entry-content tr { 
display: table-row; 
border-bottom: none; 
padding: 0;
}
.entry-content td, .entry-content th {
display: table-cell;
border-bottom: 1px solid #000;
padding: 5px 8px 5px 5px;
}
.entry-content tr:nth-child(even) {
background-color: inherit;
}
.entry-content tr td:first-child {
font-weight: normal;
font-size: 1em;
} .entry-content tr:nth-child(even) > td {
background-color: #ccc; 
}
}