body .extendedwopts-show{display:none}body .widgetopts-hide_title .widget-title{display:none}body .extendedwopts-md-right{text-align:right}body .extendedwopts-md-left{text-align:left}body .extendedwopts-md-center{text-align:center}body .extendedwopts-md-justify{text-align:justify}@media screen and (min-width: 769px){body .extendedwopts-hide.extendedwopts-desktop{display:none}body .extendedwopts-show.extendedwopts-desktop{display:block}body .widget.clearfix-desktop{clear:both}}@media screen and (max-width: 768px) and (min-width: 737px){body .extendedwopts-hide.extendedwopts-tablet{display:none}body .extendedwopts-show.extendedwopts-tablet{display:block}body .widget.clearfix-desktop{clear:none}body .widget.clearfix-tablet{clear:both}}@media screen and (max-width: 736px){body .extendedwopts-hide.extendedwopts-mobile{display:none}body .extendedwopts-show.extendedwopts-mobile{display:block}body .widget.clearfix-desktop,body .widget.clearfix-tablet{clear:none}body .widget.clearfix-mobile{clear:both}}html {
font-size: 100%;
}
body, button, input, select, textarea {
color: #333;
font-family: 'PT Serif', Georgia, serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
select {
padding: 10px;
}
img {
max-width: 100%;
height: auto;
}
label {
display: block;
} a {
color: #cc0000;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #686868;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Poppins", "Helvetica Neue", sans-serif;
font-weight: 600;
}
a:hover,
a:active {
outline: 0;
text-decoration: none;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed; width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
} input {
line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: Poppins, "Helvetica Neue", sans-serif;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background: #cc0000;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: thin dotted;
outline-offset: -4px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
background: #f7f7f7;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #686868;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-weight: 500;
padding: 0.625em 0.4375em;
width: 100%;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
background-color: #fff;
border-color: #cc0000;
color: #1a1a1a;
outline: 0;
}
.post-password-form {
margin-bottom: 1.75em;
}
.post-password-form label {
color: #686868;
display: block;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 1.75em;
text-transform: uppercase;
}
.post-password-form input[type="password"] {
margin-top: 0.4375em;
}
.post-password-form > :last-child {
margin-bottom: 0;
}
.content-area .search-form {
position: relative;
}
.content-area input[type="search"].search-field {
border-radius: 2px 0 0 2px;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.content-area .search-submit:before {
content: "\f002";
font-size: 16px;
line-height: 42px;
position: relative;
width: 40px;
}
.content-area .search-submit {
border-radius: 0 2px 2px 0;
bottom: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: auto;
width: 42px;
height: 100%;
} .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
} .header-links {
margin: auto 21px auto 21px;
padding-top: 10px;
font-size: 16px;
text-align: center;
}
.icon-button-search {
cursor: pointer;
float: right;
padding: 5px;
}
.icon-button-search:hover {
color: #cc0000;
}
.search-popup-close {
position: relative;
top: 29%;
display: block;
max-width: 600px;
width: 100%;
margin: 0 auto;
text-align: right;
}
.search-popup-close i {
padding: 15px 22px 15px 22px;
background: #f5f5f5;
font-size: 20px;
cursor: pointer;
}
.header-search-icon { display: none }
.search-popup {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
display: none;
height: 100%;
position: fixed;
top: 0;
text-align: center;
width: 100%;
z-index: 9999;
}
.search-popup .header-search-icon { display: block }
.search-popup .search-top-bar-popup {
display: block;
margin: 0 auto;
max-width: 600px;
position: relative;
top: 30%;
width: 100%;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
}
.search-popup .search-field-top-bar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
color: #888;
font-weight: 400;
line-height: 30px;
outline: none;
background: #fff;
box-shadow: none;
border: medium none;
border-radius: 0;
height: 60px;
padding: 10px 23px;
width: 100%;
}
.search-popup .search-top-bar-submit {
border: medium none;
border-radius: 0;
bottom: 0;
color: #fff;
font-size: 1.3rem;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.social-links {
display: inline-block;
margin: 0;
float: left;
}
.social-links a {
color: #686868;
margin-right: 15px;
}
.social-links a:last-child {
margin-right: 0;
}
.social-links a:hover {
color: #cc0000;
} .site {
background-color: #fff;
}
.site-header {
background-color: #f5f5f5;
border-bottom: 1px solid #ccc;
padding: 0 0 2em 0;
margin-bottom: 4em;
}
.site-branding {
text-align: center;
margin: 0 0 40px 0;
}
.site-header-main {
padding: 10px 0 10px 0;
}
.site-title {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 28px;
font-size: 1.75rem;
line-height: 1.2173913043;
}
.site-branding .site-title a {
color: #1a1a1a;
}
.custom-logo-link {
display: block;
margin: 20px 0 20px 0;
}
.custom-logo {
max-width: 180px;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
color: #cc0000;
}
.site-description {
font-family: "Poppins", "Helvetica Neue", sans-serif;
font-size: 14px;
} .menu-wrapper {
margin: 0 0 35px 0;
}
.dropdown-toggle:after,
.main-navigation .menu-item-has-children > a:after,
.menu-toggle:after,
.search-submit:before,
.bypostauthor > article .fn:after {
font-family: "FontAwesome";
}
.dropdown-toggle:after {
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: middle;
font-size: 20px;
}
.site-header-menu {
display: none;
margin: 0.875em 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.menu-toggle {
background: #f5f5f5;
border: 0;
display: block;
margin: 35px auto 10px auto;
font-size: 16px;
}
.menu-toggle:after {
content: "\f0c9";
font-size: 16px;
padding-left: 20px;
}
.no-js .menu-toggle {
display: none;
}
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
color: #cc0000;
background: #fff;
border: 1px solid #cc0000;
}
.menu-toggle.toggled-on {
color: #000;
border: 1px solid #ddd;
}
.menu-toggle:focus {
outline: 0;
}
.main-navigation,
.menu-toggle {
font-family: Poppins, "Helvetica Neue", sans-serif;
}
.site-footer .main-navigation {
margin-bottom: 1.75em;
}
.main-navigation ul {
list-style: none;
margin: 0;
}
.main-navigation li {
border-top: 1px solid #d1d1d1;
position: relative;
}
.main-navigation a {
color: #1a1a1a;
display: block;
line-height: 1.3125;
outline-offset: -1px;
padding: 0.84375em 0;
font-weight: 500;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #cc0000;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
font-weight: 600;
}
.main-navigation ul ul {
display: none;
margin-left: -1em;
}
.no-js .main-navigation ul ul {
display: block;
}
.main-navigation ul .toggled-on {
display: block;
}
.main-navigation .primary-menu {
border-bottom: 1px solid #d1d1d1;
margin: 0;
padding: 0;
}
.main-navigation .menu-item-has-children > a {
margin-right: 56px;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 48px;
}
.dropdown-toggle:after {
border: 0 solid #d1d1d1;
border-left-width: 1px;
content:"\f107";
left: 1px;
top: -2px;
position: relative;
width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
color: #cc0000;
}
.dropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}
.dropdown-toggle:focus:after {
border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
content:"\f106";
} .header-image {
background: no-repeat center;
background-size: cover;
height: 400px;
margin: 0 0 25px 0;
} .site-main-right {
float: none;
}
.site-content {
word-wrap: break-word;
}
.site-main > article {
margin-bottom: 2.5em;
padding-bottom: 2rem;
border-bottom: 2px solid #f5f5f5;
position: relative;
}
.single .site-main > article {
margin-bottom: 0;
padding-bottom: 0;
}
.sticky-post {
color: #686868;
display: block;
font-family: 'Poppins', "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.8em;
text-transform: uppercase;
}
.single .site-main > article,
.site-main > article:last-of-type {
border-bottom: 0;
}
.entry-header {
margin-bottom: 1.5rem;
}
.entry-title {
font-size: 25px;
font-size: 1.563rem;
font-weight: 600;
line-height: 1.25;
margin-top: 0;
}
.entry-title a {
color: #1a1a1a;
}
.entry-title a:hover,
.entry-title a:focus {
color: #cc0000;
}
.entry-content p {
margin: 0 0 1.75em;
}
.entry-content h1 {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h2 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-top: 2.4347826087em;
margin-bottom: 1.2173913043em;
}
.entry-content h3,
.entry-summary h3 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-top: 2.9473684211em;
margin-bottom: 1.4736842105em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-top: 3.5em;
margin-bottom: 1.75em;
}
.entry-info {
color: #777;
margin: 15px 0 0 0;
}
.entry-info span {
display: block;
}
.entry-thumbnail {
display: block;
margin: 0 0 20px 0;
text-align: center;
}
.entry-video,
.entry-audio,
.entry-gallery {
margin: 0 0 20px 0;
}
.entry-audio iframe {
display: block;
margin: 0 auto;
width: 100%;
height: 100%;
}
.entry-gallery .item {
max-height: 100%;
height: 200px;
}
.entry-gallery .item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.page-links {
clear: both;
font-family: 'Poppins', "Helvetica Neue", sans-serif;
margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
height: 1.8461538462em;
line-height: 1.6923076923em;
margin-right: 0.3076923077em;
text-align: center;
width: 1.8461538462em;
}
.page-links a {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.page-links a:hover,
.page-links a:focus {
background-color: #cc0000;
border-color: transparent;
color: #fff;
}
.page-links > .page-links-title {
border: 0;
color: #1a1a1a;
height: auto;
margin: 0;
padding-right: 0.6153846154em;
width: auto;
}
.entry-footer {
margin: 30px 0 0 0;
}
.single .entry-footer {
padding: 30px 0 30px 0;
margin: 40px 0 0 0; display: block;
position: relative;
font-family: 'Poppins', sans-serif;
font-size: 16px;
}
.entry-footer .cat-links, .entry-footer .tags-links {
display: block;
position: relative;
}
.single .entry-footer .edit-link {
display: block;
margin-top: 10px;
}
.entry-footer .cat-tags-links {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.entry-footer .cat-links .cat-icon,
.entry-footer .tags-links .tags-icon {
font-size: 12px;
color: #767676;
left: 0;
margin-right: 4.5em;
position: absolute;
top: 3px;
}
.entry-footer .cat-links a,
.entry-footer .tags-links a {
color: #000;
}
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:hover {
color: #cc0000;
}
.entry-footer .cat-links a:first-of-type,
.entry-footer .tags-links a:first-of-type {
margin: 0 0 0 25px;
}
.updated:not(.published) {
display: none;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.page-header {
margin: 0 0 3.5em;
}
body.error404 .page-header,
body.search-no-results .page-header {
border-top: 0;
padding-top: 0;
}
.page-title {
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
}
.page-header .page-title {
margin-top: 0;
} embed,
iframe,
object,
video {
margin-bottom: 1.75em;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
margin-top: 0;
margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
border-bottom: 0;
padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
top: 0.7142857143em;
} .wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
} .gallery {
margin: 2em -1.1666667% -0.5em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.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-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .entry-author-info {
padding: 25px 0;
border-top: 1px solid #ccc;
width: 100%;
clear: both;
}
.entry-author-info .author-avatar {
float: left;
}
.entry-author-info .author-avatar img {
border-radius: 100%;
}
.entry-author-info .author-title {
margin-bottom: 5px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.entry-author-info a {
color: #000;
}
.entry-author-info a:hover {
color: #cc0000;
}
.entry-author-info .author-description {
width: calc(100% - 72px);
float: left;
padding-left: 20px;
} .says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; word-wrap: normal !important;
} .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 700;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.logged-in .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
} .post-navigation {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
clear: both;
font-family: Poppins, "Helvetica Neue", sans-serif;
margin: 0 0 3.5em;
}
.post-navigation a {
color: #1a1a1a;
display: block;
padding: 1.75em 0;
}
.post-navigation span {
display: block;
}
.post-navigation .meta-nav {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.post-navigation .post-title {
display: inline;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.2173913043;
text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
color: #cc0000;
}
.post-navigation div + div {
border-top: 1px solid #ccc;
}
.pagination {
border-top: 1px solid #ccc;
border-radius: 0;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 18px;
margin: 0 7.6923% 2.947368421em;
padding: 20px 0 50px 0;
display: block;
direction: ltr;
}
.pagination a {
color: #000;
}
.pagination a:hover,
.pagination a:focus {
color: #cc0000;
}
.pagination .nav-links {
padding-right: 106px;
position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
color: #fff;
font-size: 32px;
line-height: 51px;
opacity: 0.3;
position: absolute;
width: 52px;
z-index: 1;
}
.pagination .nav-links:before {
content: "\f429";
right: -1px;
}
.pagination .nav-links:after {
content: "\f430";
right: 55px;
} .pagination .current .screen-reader-text {
position: static !important;
}
.pagination .prev,
.pagination .next {
background-color: #1a1a1a;
color: #fff;
display: inline-block;
height: 52px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
width: 52px;
z-index: 2;
}
.pagination .prev:focus,
.pagination .next:focus {
outline: 0;
}
.image-navigation > .nav-previous:empty { display: none }
.image-navigation,
.comment-navigation {
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
color: #686868;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin: 0 7.6923% 2.1538461538em;
padding: 1.0769230769em 0;
}
.comment-navigation {
margin-right: 0;
margin-left: 0;
}
.comments-title + .comment-navigation {
border-bottom: 0;
margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
} .comments-area {
margin: 0 0 3.5em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
font-family: 'Poppins', "Helvetica Neue", sans-serif;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.3125;
padding-top: 1.217391304em;
}
.comments-title {
margin-bottom: 1.217391304em;
}
.comment-list {
list-style: none;
margin: 0;
padding: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid #d1d1d1;
padding: 1.75em 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding-left: 0;
}
.comment-author {
color: #1a1a1a;
margin-bottom: 0.4375em;
}
.comment-author .avatar {
float: left;
height: 28px;
margin-right: 0.875em;
position: relative;
width: 28px;
border-radius: 50%;
}
.bypostauthor > article .fn:after {
content: "\f007";
left: 8px;
position: relative;
font-size: 10px;
top: -1px;
}
.comment-metadata,
.pingback .edit-link {
color: #686868;
font-family: 'Poppins', "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.comment-metadata {
margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
color: #686868;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
color: #cc0000;
}
.comment-metadata .edit-link,
.pingback .edit-link {
display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-reply-link {
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #cc0000;
display: inline-block;
font-family: 'Poppins', "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1;
margin-top: 1em;
padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
border-color: currentColor;
color: #cc0000;
outline: 0;
}
.comment-form {
padding-top: 1.75em;
}
.comment-form label {
color: #686868;
display: block;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.comment-list .comment-form {
padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 2.1538461538em;
}
.no-comments {
border-top: 1px solid #d1d1d1;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-weight: 700;
margin: 0;
padding-top: 1.75em;
}
.comment-navigation + .no-comments {
border-top: 0;
padding-top: 0;
}
.form-allowed-tags code {
font-family: Inconsolata, monospace;
}
.form-submit {
margin-bottom: 0;
}
.required {
color: #cc0000;
font-family: Georgia, serif;
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
height: 32px;
overflow: hidden;
width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
color: #1a1a1a;
}
.comment-reply-title small a:before {
content: "\f405";
font-size: 32px;
position: relative;
top: -5px;
} .sidebar {
margin-bottom: 3.5em;
padding: 0 2.5%;
} .widget {
border-top: 2px solid #f5f5f5;
margin-bottom: 3.5em;
padding-top: 1.75em;
}
.widget:first-child {  }
.widget-area > :last-child,
.widget > :last-child {
margin-bottom: 0;
}
.widget .widget-title {
font-size: 16px;
font-size: 1rem;
letter-spacing: 0.046875em;
line-height: 1.3125;
margin: 0 0 1.75em;
text-transform: uppercase;
}
.widget .widget-title:empty {
margin-bottom: 0;
}
.widget-title a {
color: #1a1a1a;
} .widget.widget_calendar table {
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.5625;
padding: 0;
text-align: center;
}
.widget_calendar caption {
font-weight: 900;
margin-bottom: 1.75em;
}
.widget_calendar tbody a {
background-color: #cc0000;
color: #fff;
display: block;
font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
background-color: #686868;
color: #fff;
} .widget_recent_entries .post-date {
color: #686868;
display: block;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
margin-bottom: 0;
} .widget_rss .rsswidget img {
margin-top: -0.375em;
}
.widget_rss .rss-date,
.widget_rss cite {
color: #686868;
display: block;
font-family: Poppins, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
font-style: normal;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
margin-bottom: 0;
} .tagcloud a {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
font-family: 'Poppins', "Helvetica Neue", sans-serif;
line-height: 1;
margin: 0 0.1875em 0.4375em 0;
padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud a:hover,
.tagcloud a:focus {
border-color: #cc0000;
color: #cc0000;
outline: 0;
}
.site-footer {
padding: 7em 0;
font-family: 'Poppins', "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 700;
background-color: #444;
text-align: center;
}
.site-footer,
.site-footer .site-info a {
color: #fff;
}
.site-footer .site-info a:hover {
color: #ccc;
}
.theme-credit:before {
content: '/';
padding: 0 0.8em 0 0.5em;
} @media screen and (max-width: 25.000em) {
.social-links {
margin: 20px 0 0 0;
}
.social-links,
.icon-button-search {
display: block;
float: none;
}
} @media screen and (min-width: 31.25em) {
.header-links {
text-align: right;
}
.header-links .social-links {
display: inline-block;
}
.social-links {
margin: 0 0 0 5px;
}
.social-links,
.icon-button-search {
float: none;
}
.vertical-bar:before {
content: "|";
padding: 0 15px 0 0;
color: #d1d1d1;
}
.entry-info span {
display: unset;
}
.entry-gallery .carousel-inner > .item {
height: 300px;
}
} @media screen and (min-width: 44.375em) {
.site-title {
font-size: 52px;
font-size: 3.250rem;
font-weight: 900;
}
.custom-logo {
max-width: 210px;
}
.custom-background-image {
padding: 50px;
}
.menu-toggle {
font-size: 16px;
font-size: 1.0rem;
}
.site-header-menu {
margin: 1.3125em 0;
}
.site-header .main-navigation + .social-navigation {
margin-top: 2.625em;
} .entry-title {
font-size: 28px;
font-size: 1.750rem;
line-height: 1.2727272727;
}
.entry-gallery .carousel-inner > .item {
height: 350px;
}
.entry-footer .edit-link {
float: right;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .avatar {
height: 42px;
position: relative;
top: 0.25em;
width: 42px;
}
.comment-list .children > li {
padding-left: 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 3.5em;
}
.comments-area,
.widget,
.content-bottom-widgets .widget-area {
margin-bottom: 5.25em;
}
.sidebar {
margin-bottom: 5.25em;
}
} @media screen and (min-width: 48.9375em) {
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
width: 50%;
display: inline-block;
vertical-align: top;
padding: 0 10px 0 0;
}
.post-navigation div + div {
border-top: 0;
}
.site-main-right {
float: right;
}
} @media screen and (min-width: 56.875em) {
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.pagination,
.page-header,
.page-content,
.content-bottom-widgets {
margin-right: 0;
margin-left: 0;
}
.menu-wrapper {
margin: 0;
}
.site-header-menu {
display: block;
}
.main-navigation .primary-menu {
text-align: center;
}
.main-navigation .primary-menu,
.main-navigation .primary-menu > li {
border: 0;
}
.main-navigation .primary-menu > li { display: inline-block;
}
.main-navigation a {
outline-offset: -8px;
padding: 0.65625em 0.875em;
white-space: nowrap;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #cc0000;
}
.main-navigation ul ul {
border-bottom: 1px solid #d1d1d1;
display: block;
left: -999em;
margin: 0;
position: absolute;
z-index: 99999;
padding: 0;
text-align: left;
}
.main-navigation ul ul ul {
top: -1px;
}
.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
border: 0;
}
.main-navigation ul ul li {
background-color: #fff;
border: 1px solid #eee;
border-bottom-width: 0;
}
.main-navigation ul ul a {
white-space: normal;
width: 12.6875em;
}
.main-navigation ul ul:before,
.main-navigation ul ul:after {
border-style: solid;
content: "";
position: absolute;
}
.main-navigation ul ul:before {
border-color: #eee transparent;
border-width: 0 10px 10px;
left: 88px;
top: -9px;
}
.main-navigation ul ul:after {
border-color: #fff transparent;
border-width: 0 8px 8px;
left: 90.5px;
top: -7px;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
left: -15px;
right: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
right: auto;
left: 100%;
}
.main-navigation .menu-item-has-children > a {
margin: 0;
padding-right: 2.25em;
}
.main-navigation .menu-item-has-children > a:after {
content: "\f107";
position: absolute;
right: 0.725em;
top: 0.7em;
}
.main-navigation ul ul .menu-item-has-children > a {
padding-right: 2.0625em;
}
.main-navigation ul ul .menu-item-has-children > a:after {
right: 0.5625em;
top: 0.7em;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
display: none;
}
} @media screen and (min-width: 61.5625em) { .site-main > article {
margin-bottom: 3em;
padding-bottom: 2rem;
}
.entry-title {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.225;
}
.sidebar,
.content-bottom-widgets .widget-area,
.widecolumn {
margin-bottom: 7.0em;
}
.widget {
margin-bottom: 4em;
}
} @media screen and (min-width: 75em) {
}
@media print {
form,
button,
input,
select,
textarea,
.navigation,
.main-navigation,
.social-navigation,
.sidebar,
.content-bottom-widgets,
.header-image,
.page-links,
.edit-link,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link {
display: none;
}
}.site-header .nav-wrap.tod-aos-visible {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
background: #fff;
transition-property: all;
transition-duration: 2s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
body {
background-color: #ccffff;
font-family: 'Didact Gothic', sans-serif!important;
}
a{
color:#004b73;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Didact Gothic', sans-serif!important;
}
h1,
.enry-content h1{
font-size:35px!important;
font-weight:700;
}
h2,
.enry-content h2{
font-size:30px!important;
font-weight:700;
}
h3,
.enry-content h3{
font-size:25px!important;
font-weight:700;
}
h4,
.enry-content h4{
font-size:20px!important;
font-weight:700;
}
h5,
.enry-content h5{
font-size:20px!important;
font-weight:700;
}
.textwidget h3{
text-align: center;
}
.textwidget img{
display: block;
margin:0 auto;
padding:30px;
}
.site {
background-color: #ccffff;
background-image: url(//www.campwinnarainbow.org/wp-content/themes/campwinna/img/mainbackgroundtrees3.jpg);
background-position: 50% 1%; 
background-repeat: no-repeat;
background-attachment: fixed;
}
.home .site-header {
padding:0;
margin-bottom: 0;
}
.site-branding,
.header-links{
display: none;
}
.tod-header-img{
display: block;
width:100%;
}
.menu-wrapper {
margin: 0;
}
.site-header-menu {
margin: 0;
}
.site-header {
background-color: #f5f5f5;
border-bottom: 1px solid #ccc;
padding: 0;
}
.menu-toggle {
background: #f5f5f5;
margin: 0 auto;
}
.site-header-main{ background: #a0d2fd; background: -moz-linear-gradient(top,  #a0d2fd 0%, #b5e8ff 12%, #bff2ff 21%, #c8fbff 33%, #ccffff 50%, #c7faff 62%, #b9ecff 79%, #a1d4ff 93%, #99ccff 100%); background: -webkit-linear-gradient(top,  #a0d2fd 0%,#b5e8ff 12%,#bff2ff 21%,#c8fbff 33%,#ccffff 50%,#c7faff 62%,#b9ecff 79%,#a1d4ff 93%,#99ccff 100%); background: linear-gradient(to bottom,  #a0d2fd 0%,#b5e8ff 12%,#bff2ff 21%,#c8fbff 33%,#ccffff 50%,#c7faff 62%,#b9ecff 79%,#a1d4ff 93%,#99ccff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d2fd', endColorstr='#99ccff',GradientType=0 ); }
.site-header-main {
padding: 0px 0 10px 0;
}
.tod-topbar{
background: #2f80b5;
display: flex;
justify-content: space-around;
align-items: stretch;
color:#fff;
font-size:1.3em;
font-weight:700;
height: inherit;
}
.tod-topbar a{
color:#fff;
}
.tod-topbar-left{
display: flex;
justify-content: space-around;
align-items: stretch;
line-height:45px;
}
.tod-topbar-right{
display: flex;
justify-content: space-around;
align-items: stretch;
}
.tod-topbar-right i{
color:#fff;
line-height:45px;
font-size:1.3em;
font-weight:700;
}
.tod-topbar-right i:hover{
opacity:0.7;
transition: 300ms;
}
.tod-topbar-right > div{
padding:0 5px;
}
.tod-topbar-center a{
text-align:center;
color:#fff;
line-height:45px;
font-size:1em;
font-weight:700;
}
span.gc-cs-link {
color: inherit;
cursor: pointer;
text-decoration: none;
}
.tod-content-row{
display: flex;
justify-content: space-around;
align-items: stretch;
}
.tod-content-row a{
text-align: center;
font-weight:700;
}
.tod-content-row a img{
display: block;
margin:0 auto;
padding:0 30px 30px 30px;
}
.tod-content-row a img:hover{
opacity:0.7;
transition: 300ms;
}
.site-footer {
background-color: #2f80b5;
background: #2f80b5;
text-align: center;
font-weight:400;
font-size:0.9em;
}
.tod-footer-branding{
display: flex;
align-items: stretch;
}
.tod-footer-branding-text{
text-align: left;
padding:15px 60px;
font-weight:400;
}
.tod-slider{
margin-bottom:60px;
}
.menu-toggle.toggled-on {
color: #004b73;
border: none;
background: transparent;
font-weight: 700;
font-size: 1.5em;
text-transform: uppercase;
}
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
color: #cc0000;
background: transparent;
border: none;
font-weight: 700;
font-size: 1.5em;
text-transform: uppercase;
}
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
color: #cc0000;
background: transparent;
border: none;
}
.tod-content h3{
font-weight: 700;
}
.eve-schedule-table{
font-size:11px;
margin:0;
display:block;
width:100%;
background:#eee;
}
.eve-schedule-table td, 
.eve-schedule-table th {
padding: 5px;
}
.tod-app-buttons{
display: flex;
justify-content: center;
}
.tod-app-buttons img{
display: block;
margin:0 auto;
}
h2.widget-title,
h3.widget-title,
h4.widget-title,
h5.widget-title{
margin: 0 0 10px!important;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
margin-bottom:10px;
}
.widget {
border-top: 5px dotted #a3d6e0;
}
hr,
.wp-block-separator {
background: none!important;
border-top: 5px dotted #2e80b5;
text-align: center;
max-width: none;
line-height: 1;
height: auto;
width: 75%
}
.wp-block-separator.is-style-dots::before {
content:"";
}
.winna-layout-1 .listing-item{
padding:30px 0;
border-top: 5px dotted #a3d6e0; }
.winna-layout-1 .listing-item a img{
display: block;
float:left;
padding: 0 30px 30px 0;
}
.winna-layout-1 .listing-item a.title{
display: block;
font-weight:700;
font-size:18px;
}
.winna-layout-1 .listing-item .excerpt{
max-width:300px;
}
.tod-search{
margin-left:30px;
}
.tod-search button{
font-weight: 700;
padding: 10px;
}
.fa {
color: #fff;
}
.button.searchwp-modal-form-trigger-el{
background: #0a528f;
}
.button.searchwp-modal-form-trigger-el:hover{
background: #193682;
}
.home h1.entry-title{
display: none;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: auto!important;
width: 100%;
}
.widget .widget-title {
text-align: center;
} .content-area .search-submit:before {
content: "";
font-size: 0;
line-height: unset;
position: relative;
width: 0;
} @media only screen and (max-width: 756px) {
.tod-content-row{
flex-direction: column;
}
.tod-topbar {
flex-direction: column;
height:inherit;
font-size:1.5em;
text-align: center;
line-height:15px;
padding:30px 0;
}
.tod-topbar-left {
line-height:15px;
}
.tod-topbar-center {
line-height:15px;
margin-top:15px;
}
.tod-topbar-right {
padding-top: 0;
justify-content: center;
line-height:15px;
}
.tod-header{
position: relative;
height: 80px;
}
.tod-header-img {
object-fit: cover;
height: 80px;
}
}
@media only screen and (min-width: 900px) {
}
@media only screen and (min-width: 1200px) {
}