/*
Theme Name: Soliloquy
Theme URI: http://nimbusthemes.com/free/soliloquy/
Description: The Soliloquy theme is a modern, responsive, WordPress business theme that adapts to your screen size using the Bootstrap front-end framework. Choose from right and left sidebar options and an amazing array of page and post layouts depending on your needs. The Soliloquy theme is typography rich and emphasizes imagery and photography with full-width featured image options on all posts and pages.
Author: Nimbus Themes
Author URI: http://nimbusthemes.com/
Version: 2.0.3
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soliloquy
*/

/******************************************************************************************************
General
******************************************************************************************************/

body { -ms-word-wrap: break-word; word-wrap: break-word; position:relative; padding-bottom:40px; background-color:#f9f9f9; }
body > .container { margin-top:40px; }
.content_constrain { padding:0 20px; overflow-x: auto; }
strong, b { font-weight: bold; }
cite, em, i { font-style: italic; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
address { margin: 1.5em 0; }


/******************************************************************************************************
Header
******************************************************************************************************/

header {
    position: relative;
}
header h1.text_logo { text-align:center; border-radius: 0 0 4px 4px;}
header h1.text_logo a { display: block; width: 100%; height: 100%; }
header h1.text_logo a:hover { text-decoration:none; }
header img.image_logo { display:block; margin:5px auto;  }
header .header_widget_right { text-align:right; }
header #menu_row { margin:0px; border:none; border-radius: 0px; margin-right: -15px; margin-left: -15px; }
header #menu_row .navbar-collapse { border:none; }
header #menu_row .navbar-collapse .navbar-nav  { text-align: center; }
header #menu_row .navbar-collapse .navbar-nav > li { display: inline-block; float: none; text-align:left; margin:0px; padding:0px; }
header #menu_row .navbar-collapse .navbar-nav > li > a { padding: 15px 15px; line-height:1em; text-shadow: none; position:relative; z-index:99; }
header #menu_row .navbar-collapse .navbar-nav > li > a .caret { display: none; }
header #menu_row .navbar-collapse .navbar-nav > li li a { padding-top:14px; padding-bottom:14px; }
.dropdown-menu { padding:0px; border:none; border-radius: 0px; min-width: 190px; z-index:0; }
header #menu_row .navbar-collapse .navbar-nav > li li:last-child { border-bottom:none; }
header .fallback_cb > ul { list-style:none; padding:0 0 0 15px; margin:0px; text-align: center; }
header .fallback_cb > ul > li { display: inline-block; position:relative; padding:0px; margin:0px; }
header .fallback_cb > ul > li > a { padding:18px 15px; line-height:1em; text-shadow: none; display: inline-block; margin:0px; position:relative; z-index:99; }
header .fallback_cb > ul > li > a:hover { text-decoration:none; }
header .fallback_cb > ul > li > ul { position:absolute; top:-9999%; width:200px; padding:20px 15px 15px; margin:0px; list-style:none; z-index:0; }
header .fallback_cb > ul > li:hover ul { top:100%; }
header .fallback_cb > ul > li > ul li { padding:0px; margin:0px; text-align: left; width:100%; }
header .fallback_cb > ul > li > ul li a { display:block; width:100%; }
.navbar-brand { padding: 15px 35px; }

/* Lyquix overrides for header */
/* End of Lyquix overrides for header */

/*new widgets for header*/
header {
    padding-top: 64px;
}
header #menu_row {
    margin: 0 0 0 auto;
    float: right;
}
header .header_widget_right {
    position: absolute;
    top: 25px;
    right: 35px;
}

header .header_widget_right .widget {
    padding: 0;
}

header .header_widget_right .widget #menu-top-nav li {
    margin: 0;
    display: inline-block;
    position: relative;
}

header .header_widget_right .widget #menu-top-nav li a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 19px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
header .header_widget_right .widget #menu-top-nav li:first-of-type {
    padding-right: 12px;
}

header .header_widget_right .widget #menu-top-nav li:first-of-type:before {
    content: ' ';
    display: block;
    background-color: #fff;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -0.5px;
    top: 50%;
    transform: translateY(-50%);
}

header .header_widget_right .widget #menu-top-nav li:last-of-type {
    padding-left: 12px;
}

header .navbar-nav {
    display: inline-block !important;
    margin-left: auto;
    margin-right: -15px;
}

header .navbar-nav li {
    padding: 0;
    position: relative;
}

header .navbar-nav li a:hover, header .navbar-nav li.active a, header .navbar-nav li.open a,  header .navbar-nav li:focus a {
    color: #fff !important;
    background-color: transparent !important;
}

header .navbar-nav li:hover > a:before, header .navbar-nav li:active > a:before {
    content: " ";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color:#E5BA7C;
    position: absolute;
    bottom: 7px;
    left: 15px;
}
header .navbar-nav li:hover ul {
    display: block;
}

header .navbar-nav li:hover ul li {
    display: inline-block !important;
}

header .navbar-nav li:hover ul li a {
    color: #fff !important;
}

header .navbar-nav li ul {
    background-color: #203035;
    border: 0 !important;
    padding-bottom: 40px;
}
header .navbar-nav li:last-of-type ul {
    right: 0;
    left: auto;
}
header .navbar-nav li ul li {
    padding: 0 27px;
    font-size: 16px;
    line-height: 32px;
}
header .navbar-nav li ul li a {
    font-size: 16px !important;
    line-height: 32px !important;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif !important;
}
header .navbar-nav li ul li:hover a:before, header .navbar-nav li ul li.active a:before  {
    width: calc(100% - 54px);
    left: 27px;
}
header .text_logo {
    position: absolute;
    top: 0;
    left: 35px;
    margin: 0;
    z-index: 2;
}
.banner {
    position: relative;
    clear: both;
    z-index: 1;
    max-width: 1170px;
    margin: 0 auto;
}

.banner .homepage-banner {
    position: absolute;
    width: 444px;
    top: 100px;
    right: 129px;
}

.banner .homepage-banner p {
    font-size: 19px;
    line-height: 24px;
    font-family: 'Marcellus';
}
.banner .homepage-banner a {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 12px 18px;
    background-color: #203035;
    border-radius: 4px;
    margin-top: 30px;
}

/******************************************************************************************************
Content
******************************************************************************************************/

/*General Typography*/

div.content p { padding:0 0 15px 0; }

/* Titles */

div.content h1, div.content h2, div.content h3 { margin-top: 35px; margin-bottom: 20px; }
div.content h4, div.content h5, div.content h6 { margin-top: 20px; margin-bottom: 10px; }
h3 a:hover { text-decoration:none; }

div.content h4 { color: #2B2B2B; }
/* HR */

div.content hr { margin:20px 0; border: none; border: 0; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); }


/* BlockQuotes */

div.content blockquote { padding: 9px 0 2px 30px; margin:20px 0 20px 0;  }
div.content div.without_excerpt blockquote, div.content div.without_excerpt blockquote p { text-align:left; }

/* Definitions */

div.content dl { padding: 0 0 20px 0; }
div.content dt { float: left; clear: left; width: 150px; text-align: right; font-weight: bold;  }
div.content dt:after { /* content: ":"; */ }
div.content dd { margin: 0 0 0 160px; padding: 0 0 1em 0; }

/* Lists */

div.content ul { list-style:disc outside; }
div.content ol { list-style:decimal outside; }
div.content ul, div.content ol{ padding-left:25px; margin:0 0 20px 0; }
div.content ul ul, div.content ol ol{ padding-left:25px; margin:0 0 0 0; }
div.content ul li, div.content ol li{ margin-top:10px; }


/* Forms */

div.content input[type="text"], div.content input[type="email"] { font-size:14px; color:#454545; padding:4px; border:1px solid #b6b6b6; background:#ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
div.content textarea { font-size:14px; color:#454545; padding:4px; border:1px solid #b6b6b6; background:#ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
div.content fieldset { display: block; width: 89%; padding:5%; margin: 0 auto; border:1px solid #b6b6b6; }
div.content legend { padding: 4px 10px; border:1px solid #b6b6b6; background: #fff; text-transform: uppercase; margin-left: 0.5em; }
div.content select { padding: 4px; border:1px solid #b6b6b6; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
div.content .radio, div.content .checkbox { display: inline;  margin:10px 10px 0 20px;  margin-bottom: 12px; vertical-align: middle; }

/* Tables */

div.content table { width:100%; margin:10px auto 20px; border:1px solid #d8d8d8;   -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; background:#ffffff; border-collapse:separate; overflow:hidden; }
div.content table caption { width:90%; margin:0px auto; padding:10px 20px; border-bottom:none; text-align:center }
div.content table tr:nth-child(even) { background: #fff; }
div.content table tr:nth-child(odd) { background: #f6f6f6; }
div.content table th { padding:10px; border-bottom:1px solid #d8d8d8; background: #ebebeb; background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#ffffff), color-stop(6%,#f3f3f3), color-stop(100%,#ebebeb)); background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 3%,#f3f3f3 6%,#ebebeb 100%); background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 3%,#f3f3f3 6%,#ebebeb 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 3%,#f3f3f3 6%,#ebebeb 100%); background: linear-gradient(top,  #ffffff 0%,#ffffff 3%,#f3f3f3 6%,#ebebeb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); }
div.content table th:first-child { padding:10px 10px 10px 20px;}
div.content table th:first-last{ padding:10px 20px 10px 10px; }
div.content table tfoot th { border-bottom:none; }
div.content table td { padding:10px; }
div.content table td:first-child { padding:10px 10px 10px 20px; }
div.content table td:last-child { padding:10px 20px 10px 10px; }

/* Images */

div.content img { max-width: 100%; height:auto; }
div.content div.wp-caption { margin-bottom:0px; max-width:100%; }
div.content p.wp-caption-text { padding:10px 0 15px 0; font-size:11px; }

/* media */

div.content iframe { max-width:100%;  }


/* Gallery */

div.content .gallery { margin: 0 auto 18px; }
div.content .gallery dl.gallery-item { float: left; margin-top: 0; padding: 0px; text-align: center; width: 33%; }
div.content .gallery-columns-2 dl.gallery-item { width: 50%; }
div.content .gallery-columns-4 dl.gallery-item { width: 25%; }
div.content dt.gallery-icon { float: none; clear: both; width: auto; text-align: left; font-weight: normal;  }
div.content dt.gallery-icon:after { content: none; }
div.content .gallery img { padding: 4px; margin:0px auto; display:block; }
div.content .gallery img:hover { background: white; }
div.content .gallery-columns-2 .attachment-medium { max-width: 92%; height: auto; }
div.content .gallery-columns-4 .attachment-thumbnail { max-width: 84%; height: auto; }
div.content .gallery dd.gallery-caption { clear:both; margin: 0 0 12px; }
div.content .gallery dl, .gallery dt { margin: 0; }
div.content .gallery br+br { display: none; }

/*  Bootstrap Fixes  */

div.content .label { background:none; font-weight:normal; text-shadow:none;  }
div.content code { white-space:normal; }

/*  WordPress Classes  */

.sticky { /*No Style*/  }
.gallery-caption { font-size: 12px; }
.wp-caption .wp-caption-text { margin-bottom: 10px; padding: 10px 0 5px 40px;  }
.bypostauthor { /*No Style*/ }
.alignleft { float:left; margin:6px 20px 6px 0; }
.alignright { float:right; margin:6px 0 6px 20px; }
.aligncenter { clear: both; display: block; margin-left:6px auto; }


/******************************************************************************************************
Frontpage
******************************************************************************************************/

#slideshow .carousel-indicators{left:auto;right:15px;bottom:15px;width:auto;margin:0;}
#slideshow .carousel-indicators li{width:18px;height:18px;border:0;background:#fff;opacity:0.4;filter:alpha(opacity=40);float:left;margin-left:7px;}
#slideshow .carousel-indicators li.active{opacity:1;filter:alpha(opacity=100);}
.carousel-control { font-size: 30px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,0.6); }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left { position: absolute; top: 45%; left: 16%; z-index: 5; display: inline-block; }
.carousel-control .glyphicon-chevron-right { position: absolute; top: 45%; right: 10%; z-index: 5; display: inline-block; }
body > .container.frontpage_featured { margin-top: 0; background:transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0 25px; }
body > .container.frontpage_featured .row { margin: 0; }
body > .container.frontpage_featured .featured > div { background: #ffffff; -webkit-box-shadow: 0px 0px 5px 0px #333333; -moz-box-shadow: 0px 0px 5px 0px #333333; box-shadow: 0px 0px 5px 0px #333333; }
body > .container.frontpage_featured .featured#soliloquy_left_featured { margin-left:0px; padding-left: 0px; padding-right: 16.667px; }
body > .container.frontpage_featured .featured#soliloquy_center_featured { margin-left:0px; padding-left: 8.333px; padding-right: 8.333px; }
body > .container.frontpage_featured .featured#soliloquy_right_featured { padding-right:0px; padding-left: 16.667px; }
body > .container.frontpage_featured .featured h3 { padding:0 25px 0 25px; margin:15px 0 20px 0; }
body > .container.frontpage_featured .featured p { padding:0 25px 40px 25px; margin:0 0 0 0; }

/******************************************************************************************************
Blog, Archive, Author, etc
******************************************************************************************************/

div.content div.date { text-align:center; padding:20px 0 9px 0; }
div.content h2.post_title { text-align:center; padding:0 0 20px 0; margin:0px; }
div.content h2.post_title a:hover { text-decoration:none; }
div.content a.button { margin-top: 20px; }
div.content div.author { text-align:center; padding: 0 0 20px 0; }
div.content div.col-sm-3 div.author { text-align:right; padding: 0 0 20px 0; }
div.content div.with_excerpt div.author { text-align:right; padding: 0 0 30px 0; }
div.content div.excerpt { text-align:right; }
div.content div.featured_image_caption { text-align:center; padding:20px 0; margin-bottom:30px; }
div.content div.without_excerpt p { text-align:center; }
div.content div.without_excerpt p.more_tag_wrap, div.content p.more_tag_wrap { text-align:right; padding:20px 0 0; }
div.content .tax_tags { padding:20px 20px; margin-top:30px; margin-right: -35px; margin-left: -35px; }
div.content .col-sm-9 .tax_tags { margin-right: 0px; margin-left: 0px; }
div.content .tax_tags .tags { text-align:right; }
.bio_wrap { padding:0 0px; margin:30px 0; }
.bio_wrap > div { padding:20px 0; margin:0 0; }
.bio_wrap > div h3 { margin-top: 0px; }

.archive .container.content {
    background-color: transparent;
}
.archive .container.content > h2 {
    margin: 10px auto 7.5px;
    width: calc(100% - 44px);
    font-size: 2.8rem;
    line-height: 35px;
    font-weight: 400;
}
.archive .image .mobile {
    display: none;
}
.archive .post-container {
    margin: 0 auto;
    width: calc(100% - 19px);
    display: flex;
    flex-wrap: wrap;
}
.archive .post-container .item {
    width: calc(25% - 25px);
    margin: 12.5px;
    background-color: #fff;
}
.archive .post-container .item .content_constrain {
    padding-top: 26.33px;
    padding-bottom: 40px;
}
.archive .post-container .item h4 {
    margin: 0 0 10px;
    font-size: 1.9rem;
    line-height: 24px;
}
.archive .post-container .item h4 a {
    color: #203035;
}
.archive .post-container .item .text {
    width: 100%;
}
.archive .post-container .item .text p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.type-post .content_constrain .flex-container {
    display: flex;
    margin-top: 40px;
}
.type-post .content_constrain img.img-responsive {
    width: calc(33.333% - 8px);
    display: inline-block;
    margin-right: 12px;
}
.type-post .content_constrain img.img-responsive:nth-of-type(3n) {
    margin-right: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .archive .post-container .item {
        width: calc(50% - 25px);
    }
}
@media screen and (max-width: 767px) {
    .archive .post-container .item {
        width: 100%;
    }
    .archive .post-container .item .text p {
        display: none;
    }
    .type-post .content_constrain .flex-container {
        flex-wrap: wrap;
    }
    .type-post .content_constrain img.img-responsive {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .type-post .content_constrain img.img-responsive:nth-of-type(3n) {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 639px) {
    .archive .image .desktop {
        display: none;
    }
    .archive .post-container .item .content_constrain {
        padding-bottom: 20px;
    }
    .archive .image .mobile {
        display: block;
    }
}
/******************************************************************************************************
Comments
******************************************************************************************************/

ol#comments { list-style:none; padding:0px; margin: 0px; }
ol#comments  ul{ list-style:none; padding:0px; margin: 0px; }
ol#comments li { width:100%;  margin:0px; }
ol#comments li.depth-1 { padding:0 0 60px 0; }
ol#comments li.depth-2 { padding:60px 0 0 0; }
ol#comments li.depth-3, ol#comments li.depth-4, ol#comments li.depth-5, ol#comments li.depth-6, ol#comments li.depth-7, ol#comments li.depth-8, ol#comments li.depth-9, ol#comments li.depth-10  { padding:60px 0 0 0; }
ol#comments li:last-child { padding-bottom:0px; }
ol#comments li.depth-2 img.avatar  { margin:0 0 0 68px; }
ol#comments li.depth-3 img.avatar, ol#comments li.depth-4 img.avatar, ol#comments li.depth-5 img.avatar, ol#comments li.depth-6 img.avatar, ol#comments li.depth-7 img.avatar, ol#comments li.depth-8 img.avatar, ol#comments li.depth-9 img.avatar, ol#comments li.depth-10 img.avatar  { margin:0 0 0 136px; }
.comment-avatar { padding-right:30px; }


/******************************************************************************************************
Widgets
******************************************************************************************************/



/*General Typography*/

.widget { line-height:1.4em;}
.widget p { padding:0 0 15px 0; }

div.content .widget { margin-top:0px; padding-top:0px; padding-bottom:60px; }
div.content .widget  h3 { margin-top:0px; padding-top:0px; }

/* Titles */

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 , h3.social_title { padding:0 0 10px 0; margin: 0 0 0px 0;  }
.header_widget_left h3, .header_widget_right h3 { margin-bottom:0px; }

/* HR */

.widget hr { margin:20px 0; border: none; height: 5px; background: url(images/hr_dots.png) repeat-x center top; }


/* BlockQuotes */

.widget blockquote { padding: 9px 0 2px 10px; margin:20px 0 20px 0; border-left:4px solid #1B74BB; font-size: 18px; line-height:1.4em; }

/* Definitions */

.widget dl { padding: 0 0 20px 0; }
.widget dt { float: left; clear: left; width: 150px; text-align: right; font-weight: bold;  }
.widget dt:after { content: ":"; }
.widget dd { margin: 0 0 0 160px; padding: 0 0 1em 0; }

/* Lists */

div.content .widget ul, .widget ul { list-style:none; }
div.content .widget ol, .widget ol  { list-style:none; }
div.content .widget ul, div.content  .widget ol, .widget ul, .widget ol{  margin:0px; padding:0px; }
.widget ul ul, .widget ol ol{ padding-left:25px; margin:0 0 0 0; }
.widget ul li, .widget ol li{ margin-top:5px; line-height:1.4em; }

/* Forms */

.widget input, .widget textarea { font-size:14px; color:#454545; padding:4px; border:1px solid #b6b6b6; background:#ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
.widget fieldset { display: block; width: 89%; padding:5%; margin: 0 auto; border:1px solid #b6b6b6; }
.widget legend { padding: 4px 10px; border:1px solid #b6b6b6; background: #fff; text-transform: uppercase; margin-left: 0.5em; }
.widget select { padding: 4px; border:1px solid #b6b6b6; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
.widget button:hover, input[type=submit]:hover  { text-decoration:none;  }
.widget input[type=image] { border:none; }

/* Tables */

.widget table { width:100%; margin:10px auto 20px; border:1px solid #d8d8d8;   background:#ffffff; border-collapse:separate; overflow:hidden; }
.widget table caption { width:90%; margin:0px auto; padding:10px 20px; border-bottom:none; text-align:center }
.widget table tr:nth-child(even) { background: #fff; }
.widget table tr:nth-child(odd) { background: #f6f6f6; }
.widget table th { padding:10px; border-bottom:1px solid #d8d8d8; background: #ebebeb; background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#ffffff), color-stop(6%,#f3f3f3), color-stop(100%,#ebebeb)); background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 3%,#f3f3f3 6%,#ebebeb 100%); background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 3%,#f3f3f3 6%,#ebebeb 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 3%,#f3f3f3 6%,#ebebeb 100%); background: linear-gradient(top,  #ffffff 0%,#ffffff 3%,#f3f3f3 6%,#ebebeb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); }
.widget table th:first-child { padding:10px 10px 10px 20px;}
.widget table th:first-last{ padding:10px 20px 10px 10px; }
.widget table tfoot th { border-bottom:none; }
.widget table tfoot td { border-bottom:none; }
.widget table td { padding:10px; }
.widget table td:first-child { padding:10px 10px 10px 20px; }
.widget table td:last-child { padding:10px 20px 10px 10px; }

div.widget  { width:100%; padding:20px 0;  }

/* Box Widget */

div.box_widget { width:100%; padding:20px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
div.box_widget input[type="text"] { width:75%; padding:9px 13px; margin:0 0 10px 20px; background:#fff; border:1px solid #b6b6b6; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:12px; }
div.box_widget p, div.box_widget h1, div.box_widget h2, div.box_widget h3, div.box_widget h4, div.box_widget h5, div.box_widget h6  { padding-left:20px; padding-right:20px; }

/* About Me Widget */

div.about_me_box img.avatar { float:left; margin:0 20px 5px 0px; }

/* Contact Widget */

.widget p.contact_widget_lastp { padding-bottom:0px; }

/* Popular posts */

ul.pop_posts { margin: 0px; }
ul.pop_posts li:first-child { margin-top: 0px; }
.comment_widget_num { font-size:11px; }

/* RSS */

.rss-date { font-size:11px; }
.rssSummary { font-size:11px; }
#sidebar cite { font-size:11px; font-style:normal; }

/* Recent Comments */

div.sidebar_widget p.recent_comment_name a { font-weight:bold; }
div.sidebar_widget a.recent_comment_more{ font-size:11px; }

.widget_recent_entries.widget ul li { margin-top: 15px; }

/* Search Widget */

#searchform { position:relative; }
label.screen-reader-text { display:none;}
#s { border:none; height: auto; width: 100%; font-size:30px; padding-right: 40px; background:#f2f2f2; font-weight:400; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#searchsubmit { position:absolute; top:8px; top:calc(50% - 17px); right:5px; background:transparent; }
#searchsubmit:active {  }

/* Calendar Widget */

#wp-calendar { margin:0px; }
#wp-calendar caption { font-size:16px; font-style:normal; font-weight:normal; padding-top:0px; border-bottom:none!important; }
#wp-calendar td , #wp-calendar th { text-align:center; }
#wp-calendar td:first-child , #wp-calendar th:first-child { padding: 10px 10px 10px 15px; }
#wp-calendar td#prev { text-align:left; }
#wp-calendar td#next { text-align:right; }
#wp-calendar tr:nth-child(odd) { background: #fff; }
#wp-calendar tr:nth-child(even) { background: #f6f6f6; }
#wp-calendar tfoot tr:nth-child(odd) { background: #f6f6f6; }


/******************************************************************************************************
Footer
******************************************************************************************************/

body > footer.container {
    padding: 0;
    background-color: #203035;
}
footer .content_constrain {
    padding: 0;
}
.row.footer_widgets {
    display: flex;
    margin: 0;
}

.row.footer_widgets #footer_widget_left {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 30px 35px 20px 143px;
    background-image: url(/wp-content/uploads/2019/02/VinceraFoundation-icon-01.svg);
    background-repeat: no-repeat;
    background-position-y: 30px;
    background-size: 93px;
    background-position-x: 35px;
}
.row.footer_widgets #footer_widget_left > div {
    width: 33.333%;
    padding: 0;
}
.row.footer_widgets #footer_widget_left .widget p, .row.footer_widgets #footer_widget_left .widget p a {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'Roboto';
}
.row.footer_widgets #footer_widget_left .widget p a {
    text-decoration: underline;
}

.row.footer_widgets #footer_widget_left .widget p a:hover {
    text-decoration: none;
}
.row.footer_widgets #footer_widget_left .widget .social {
    display: flex;
}
.row.footer_widgets #footer_widget_left .widget .social img {
    width: 32px;
    margin-right: 8px;
}
.row.footer_widgets #footer_widget_left .copyright {
    margin-top: 36px;
}
.row.footer_widgets #footer_widget_left .copyright, .row.footer_widgets #footer_widget_left h2 {
    width: 100%;
}
.row.footer_widgets #footer_widget_left .copyright p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-family: 'Roboto';
    margin: 0;
}
.row.footer_widgets #footer_widget_left .copyright p a {
    color: #fff;
    text-decoration: underline;
}
.row.footer_widgets #footer_widget_left .copyright p a:hover {
    text-decoration: none;
}
.row.footer_widgets #footer_widget_left h2 {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    font-family: 'Marcellus';
    margin: 0 0 12px;
    display: block;
}
.row.footer_widgets #footer_widget_right {
    width: 292px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.footer_widgets #footer_widget_right .widget .textwidget {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    flex-wrap: wrap;
}
.row.footer_widgets #footer_widget_right .widget h3 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 24px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Roboto';
    text-align: center;
    padding-bottom: 0;
    width: 100%;
    text-transform: uppercase;
}
.row.footer_widgets #footer_widget_right .widget h2 {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.row.footer_widgets #footer_widget_right .widget h2 a {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Marcellus';
    padding-bottom: 8px;
    border-bottom: 1px solid #E5BA7C;
}
.row.footer_widgets #footer_widget_right .widget h2 a:hover {
    text-decoration: none;
    border-color: transparent;
}
#footer_row { padding:50px 0 0 0; }
#footer_row > div > div.footer_widgets { padding-bottom:20px; }
.blog_pagination, .single_post_nav { padding:20px 20px 16px; }
#credit { text-align:right; }

/*responsivenss css for footer*/
@media screen and (min-width:960px) and (max-width: 1199px) {
    .row.footer_widgets #footer_widget_right {
        width: 200px;
    }
    .row.footer_widgets #footer_widget_left > div:first-of-type, .row.footer_widgets #footer_widget_left > div:nth-of-type(2) {
        width: 50%;
    }
    .row.footer_widgets #footer_widget_left > div:nth-of-type(3) {
        width: 100%;
        margin-top: 24px;
    }
    .row.footer_widgets #footer_widget_left .social p:last-of-type {
        max-width: 155px;
        display: block;
    }
    .row.footer_widgets #footer_widget_left .copyright {
        margin-top: 46px;
    }
}
@media screen and (max-width: 959px) {
    .row.footer_widgets {
        flex-wrap: wrap;
    }
    .row.footer_widgets #footer_widget_left, .row.footer_widgets #footer_widget_right {
        width: 100%;
    }
    .row.footer_widgets #footer_widget_right {
        order: 1;
    }
    .row.footer_widgets #footer_widget_right .widget {
        padding: 31px 0 27px;
    }
    .row.footer_widgets #footer_widget_right .widget h3 {
        margin-bottom: 15px;
    }
    .row.footer_widgets #footer_widget_left {
        order: 2;
    }
    .row.footer_widgets #footer_widget_left {
        background-image: none;
        display: block;
        padding: 30px 35px 25px;
    }
    .row.footer_widgets #footer_widget_left > div {
        width: 100%;
        margin: 12px 0;
    }
    .row.footer_widgets #footer_widget_left .social {
        margin-top: 18px;
    }
    .row.footer_widgets #footer_widget_left .social p:last-of-type {
        max-width: 155px;
        display: block;
    }
    .row.footer_widgets #footer_widget_left .copyright {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

/******************************************************************************************************
General Classes
******************************************************************************************************/

.center { margin-left:auto!important; margin-right:auto!important; }
.clear{ clear:both!important; }
.none { float:none!important; }
.clear5{ width:100%; height:5px; clear:both; }
.clear10{ width:100%; height:10px; clear:both; }
.clear15{ width:100%; height:15px; clear:both; }
.clear20{ width:100%; height:20px; clear:both; }
.clear25{ width:100%; height:25px; clear:both; }
.clear30{ width:100%; height:30px; clear:both; }
.clear35{ width:100%; height:35px; clear:both; }
.clear40{ width:100%; height:40px; clear:both; }
.hidden{ display: none; }
.left { float:left; }
.right { float:right }



/******************************************************************************************************
Responsive
******************************************************************************************************/




@media (min-width: 768px)  {

    .navbar-nav { float: none!important; }
    .carousel-caption { right: 10%; left: 10%; }

}

@media (min-width: 1200px) {

    .nimbus_1170_640, div.content div.featured_image_caption, #frontpage_banner, #slideshow { width:1170px; height:auto; }
    div.content img.nimbus_1170_640 { max-width: none; }
}

@media (min-width: 990px) and (max-width: 1199px) {

    .nimbus_1170_640, div.content div.featured_image_caption, #frontpage_banner, #slideshow { width:970px; height:auto; }
    div.content img.nimbus_1170_640 { max-width: none; }
    .banner {
        max-width: 970px;
    }

}

@media (min-width: 768px) and (max-width: 989px) {

    .nimbus_1170_640, div.content div.featured_image_caption, #frontpage_banner, #slideshow { width:750px; height:auto; }
    div.content img.nimbus_1170_640 { max-width: none; }
    .banner {
        max-width: 750px;
    }

}

@media (max-width: 979px) {


}

@media (max-width: 767px) {

    .nimbus_1170_640, #frontpage_banner { width:100%; height:auto; }
    header #menu_row { position:absolute; top:0px; right:0px; left:0px; z-index: 2 !important;}
    header #menu_row .navbar-collapse .navbar-nav > li { display: block; padding-left:30px; }
    header #menu_row .navbar-collapse .navbar-nav > li ul { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
    .navbar-header { border:none; }
    .fallback_cb, header img.image_logo , header .header_widget_right, header .header_widget_left { display:none; }
    body > .container.frontpage_featured .featured#soliloquy_left_featured, body > .container.frontpage_featured .featured#soliloquy_center_featured, body > .container.frontpage_featured .featured#soliloquy_right_featured { padding:0px; margin:0px; }
    body > .container.frontpage_featured .featured#soliloquy_left_featured img, body > .container.frontpage_featured .featured#soliloquy_center_featured img, body > .container.frontpage_featured .featured#soliloquy_right_featured img { display:block; margin:0px auto; padding-top:20px; }
    body > .container.frontpage_featured .featured#soliloquy_center_featured, body > .container.frontpage_featured .featured#soliloquy_right_featured { margin-top:40px; }
    body > .container.frontpage_featured .featured#soliloquy_left_featured p, body > .container.frontpage_featured .featured#soliloquy_center_featured p, body > .container.frontpage_featured .featured#soliloquy_right_featured p, body > .container.frontpage_featured .featured#soliloquy_left_featured h3, body > .container.frontpage_featured .featured#soliloquy_center_featured h3, body > .container.frontpage_featured .featured#soliloquy_right_featured h3 { text-align:center; }
    header.container {  margin-top:0px; }
    .navbar-toggle { margin-right:30px;}
    #menu_row { -webkit-box-shadow: 0px 0px 9px 1px #555; -moz-box-shadow: 0px 0px 9px 1px #555555; box-shadow: 0px 0px 9px 1px #555; }
    .nimbus_375_225  { padding-left:2px; padding-right:2px; }
    ol#comments li.depth-2 img.avatar  { margin:0 0 0 0px; }
    .comment-avatar img { width:30px; height:auto; }
    .text_logo {
        z-index: 3 !important;
    }
}

/* Lyquix overrides for header */
.xs-menu-wrapper {
    position: fixed;
    min-height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #203035;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    height: 19px;
    color: #FFFFFF;
    font-family: Marcellus;
    font-size: 20px;
    line-height: 19px;

    padding: 58px 35px;

    transition: opacity .5s, visibility .5s 0s;
}

.admin-bar .xs-menu-wrapper {
    top: 46px;
}
.xs-menu-wrapper ul {
    width: 100%;
}
.xs-menu-wrapper ul li a {
    color: #ffffff;
}

.xs-menu-wrapper.in {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s, visibility 0s;
}

.close-button {
    position: absolute;
    right: 55px;
    top: 25px;
}

.close-button:hover {
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header_widget_right,
    header #menu_row .navbar-ex1-collapse {
        display: none !important;
    }
}

@media (max-width: 991px) {
    header {
        padding-top: 0;
    }

    header #menu_row {
        box-shadow: none;
        z-index: 0;
        height: 70px;
    }

    header #menu_row .navbar-header {
        width: 100%;
        height: 100%;
    }

    header #menu_row .navbar-brand {
        display: none !important;
    }

    header h1.text_logo {
        width: 113px;
        height: 140px;

        background-size: 100px 120px;
    }

    .xs-menu {
        color: #ffffff;
        padding: 6px 0;
        margin-right: 36px;
        margin-top: 15px;
        display: block;
        box-sizing: border-box;
        float: right;
        cursor: pointer;
        font-family: Roboto;
        font-size: 12px;
        letter-spacing: 0.86px;
        line-height: 19px;
        border-bottom: 1px solid #E5BA7C;
    }

    .xs-menu:hover {
        cursor: pointer;
    }

    .navbar-collapse.in {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    header .navbar-nav li:hover > a:before, header .navbar-nav li:active > a:before  {
        display: none;
    }

    .navbar-ex1-collapse-xs > ul > li > ul > li {
        display: block !important;
        width: 100%;
    }

    .navbar-nav > li {
        overflow: hidden;
        float: none;
    }

    .navbar-nav > li > a{
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav .open .dropdown-menu {
        padding-bottom: 0;
        position: static;
    }

    .navbar-nav li.dropdown > a > span.caret {
        border: 0;
        width: 10px;
        height: 10px;
        background: url('/wp-content/uploads/2019/02/keyboard-right-arrow-button copy.svg') no-repeat;
        transition: transform .5s;
    }

    .navbar-nav li.dropdown {
        transition: height .5s;
    }

    .navbar-nav li.dropdown.open > a > span.caret {
        transform: rotate(90deg);
        transition: transform .5s;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header #menu_row .navbar-ex1-collapse > ul > li > a {
        font-size: 17px;
    }

    header h1.text_logo {
        width: 170px;
        height: 220px;

        background-size: 139px 170px;
    }
}

/* End of Lyquix overrides for header */

/*home specific css*/

.home .content {
    background-color: transparent;
    padding: 0 25px;
    display: flex;
}
.home .content > h2, .home .content .clear30 {
    display: none;
}
.home .content .image {
    margin: 0;
    width: 50%;
    background-color: #fff;
}
.home .content .image img {
    width: 100%;
}
.home .content .content_constrain {
    padding: 71px 45px 0 25px;
    margin: 0;
    width: 50%;
    background-color: #fff;
}

.home .content .content_constrain h2 {
    margin-top: 0;
    font-size: 28px;
    line-height: 35px;
}

.home .content .content_constrain .row {
    margin: 0;
}
.home .upw-posts {
    padding: 0 25px;
}

.home .upw-posts article {
    display: flex;
    margin: 15px 0 0;
    border-bottom: 0;
}
.home .upw-posts article .image {
    order: 2;
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.home .upw-posts article .image a {
    display: block;
    width: 100%;
    height: 100%;
}
.home .upw-posts article .image a img {
    display: block;
    width: 100%;
    height: auto;
}
.home .upw-posts article .content {
    order: 1;
    width: 50%;
    flex-shrink: 0;
}
.home .upw-posts article .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 49px 35px;
}
.home .upw-posts article .content h3 {
    font-size: 2.8rem;
    line-height: 35px;
    margin-bottom: 0;
    display: block;
    margin-top: 0;
}
.home .upw-posts article .content h3 a:hover {
    text-decoration: none;
}
.home .upw-posts article .content .links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
}
.home .upw-posts article .content .links .readmore {
    color: #203035;
    text-decoration: underline;
}
.home .upw-posts article .content .links .readmore:hover {
    text-decoration: none;
}
.home .announcement-ribbon div.widget {
    padding: 0;
    margin-top: 25px;
}
.home .announcement-ribbon .container {
    padding: 0 25px;
}
.home .announcement-ribbon .flex-container {
    background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);


}
.home .announcement-ribbon .flex-container .ribbon-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 30px 0 30px;
}
.home .announcement-ribbon .icons {
    display: flex;
}
.home .announcement-ribbon .icons .icon:first-child {
    max-width: 47px;
    right: 84px;
    top: 18px;
}
.home .announcement-ribbon .icons .icon:last-child {
    top: 90px;
    right: 67px;
}
.home .announcement-ribbon .icon {
    position: absolute;
    top: 24px;
    right: 53px;
    width: 79px;
}
.home .announcement-ribbon .icon img {
    display: block;
    width: 100%;
}
.home .announcement-ribbon .flex-container .ribbon-content:before {
    content: " ";
    display: block;
    width: 268px;
    height: 230px;
    top: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    background-image: url(/wp-content/uploads/2019/02/VinceraFoundation-icon-01.svg);
    background-repeat: no-repeat;
    background-position-y: 17px;
    background-size: 100%;
    z-index: 1;
}
.home .announcement-ribbon .flex-container .text {
    text-align: center;
    position: relative;
    z-index: 1;
}
.home .announcement-ribbon .flex-container .link {
    padding: 19px 40px 19px 40px;
    border-right: 1px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 1199px) {
    .home .announcement-ribbon .flex-container .link {
        padding-right: 18px;
    }
    .home .announcement-ribbon .icons .icon:first-child {
        right: 38px;
        width: 47px;
    }
    .home .announcement-ribbon .icons .icon:last-child {
        right: 22px;
        top: 88px;
        width: 76px;
    }
}
@media screen and (max-width: 989px) {
    .home .announcement-ribbon .flex-container {
        height: 277px;
    }
    .home .announcement-ribbon .flex-container .link {
        border-right: 0;
    }
    .home .announcement-ribbon .flex-container .link .button {
        width: 119px;
        height: 35px;
        font-size: 12px;
        line-height: 15px;
    }
    .home .announcement-ribbon .flex-container .ribbon-content {
        height: 100%;
    }
    .home .announcement-ribbon .flex-container .ribbon-content:before {
        height: 74px !important;
        width: 87px !important;
        background-position-y: 0;
        top: 192px !important;
        left: 42%;
    }
    .home .announcement-ribbon .icons .icon:last-child {
        left: 149px;
        top: 216px;
        width: 76px;
    }
    .home .announcement-ribbon .icons .icon:first-child {
        right: 30% !important;
        top: 199px;
    }
}
@media screen and (max-width: 990px) {
    .home .announcement-ribbon .icons .icon:first-child {
        right: 44px;
    }
}
@media screen and (max-width: 639px) {
    /* .home .announcement-ribbon .flex-container .ribbon-content {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .home .announcement-ribbon .flex-container .text {
        width: 100%;
    }
    .home .announcement-ribbon .flex-container .link {
        margin-left: 0;
        margin-right: 0;
    }
    .home .announcement-ribbon .flex-container .icons {
        display: flex;
        gap: 6px;
        align-items: center;
        margin-top: 20px;
    }
    .home .announcement-ribbon .flex-container .icons .icon {
        position: unset;
        display: block !important;
    } */
}
.home .announcement-ribbon .flex-container .link .button {
    padding: 11.5px 18px;
}
.home .announcement-ribbon .flex-container .link .button {
    color: #203035;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.home .announcement-ribbon .flex-container h2, .home .announcement-ribbon .flex-container h3 {

    text-align: center;
}
.home .announcement-ribbon .flex-container h3 {
    font-size: 19px;
    line-height: 24px;
    color: rgba(255,255,255,0.9);
}
.home .announcement-ribbon .flex-container h2 {
    font-size: 34px;
    line-height: 43px;
    color: #fff;
    padding: 0;
}
.home .announcement-ribbon .text {
    margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .home .upw-posts article .content p {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .home .upw-posts article .content {
        padding: 16px 15px 25px;
    }
}
@media screen and (min-width: 640px) and (max-width: 990px) {
    .home .announcement-ribbon .flex-container .ribbon-content {
        display: block;
        margin: 0 auto;
        padding-bottom: 0;
        max-width: 640px;
    }
    .home .announcement-ribbon .flex-container .icon {
        top: 36px;
        right: 27px;
    }
    .home .announcement-ribbon .flex-container .text {
        margin-right: 0;
    }
    .home .announcement-ribbon .flex-container .text h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .home .announcement-ribbon .flex-container .text h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .home .announcement-ribbon .flex-container .link {
        padding: 20px 0 25px;
        border-left: 0;
        text-align: center;
    }
    .home .announcement-ribbon .flex-container .ribbon-content:before {
        width: 139px;
        height: 118px;
        top: 34px;
    }
}
/* responsiveness css for home page*/
@media screen and (max-width: 989px) {
    .banner .homepage-banner {
        position: static;
        width: 100%;
        padding: 28px 25px 0;
    }
}
@media screen and (max-width: 959px) {
    .frontpage_featured.container .row {
        flex-wrap: wrap;
    }
    body > .container.frontpage_featured .featured#soliloquy_left_featured, body > .container.frontpage_featured .featured#soliloquy_center_featured,body > .container.frontpage_featured .featured#soliloquy_right_featured {
        width: 100%;
        padding: 0 !important;
        margin: 6px 0;
    }
    body > .container.frontpage_featured .featured {
        margin: 40px auto 0;
    }
    body > .container.frontpage_featured .featured h3 {
        padding: 0 15px;
        margin: 16px 0 8px;
    }
    .home .frontpage_featured_item {
        width: 100%;
    }
    .home .frontpage_featured_item img {
        width: 100%;
        padding: 0 !important;
    }
    .home .frontpage_featured_item p {
        display: none;
    }
    .home .frontpage_featured_item h3 {
        text-align: left !important;
    }
    .home .content {
        flex-wrap: wrap;
    }
    .home .content .image {
        width: 100%;
        height: auto;
    }
    .home .content .content_constrain {
        width: 100%;
        padding: 16px 15px 0;
    }
    .home .content .content_constrain p {
        text-align: left;
    }
    .banner .homepage-banner a {
        margin-top: 15px;
    }
    .banner .homepage-banner p:last-of-type {
        margin-bottom: 0;
    }
    .home .upw-posts article {
        flex-wrap: wrap;
    }
    .home .upw-posts article .image {
        order: 1;
        width: 100%;
    }
    .home .upw-posts article .content {
        order: 2;
        width: 100%;
        display: block;
        padding: 16px 15px 25px;
    }
}
@media screen and (max-width: 767px) {
    header {
        height: 70px;
    }
}
@media screen and (max-width: 639px) {
    .home .upw-posts article .content .links {
        display: block;
    }
    .home .upw-posts article .content .links .button {
        margin-bottom: 15px;
        display: block;
        max-width: 182px;
    }
}
/*cc event page*/
.post-1563, .post-1789, .post-1993, .post-1866 {
    margin-top: 0 !important;
    padding: 0 !important;
}
.post-1563 > img, .post-1789 > img, .post-1993 > img {
    width: 100%;
}
.post-1563, .post-1789, .post-1993, .post-1866 {
    background-color: transparent !important;
}
.post-1563 .content-wrapper, .post-1789 .content-wrapper, .post-1993 .content-wrapper, .page-template-page-childrens-classic .content-wrapper, .post-1866 .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 35px 0;
    background-color: #fff;
}

.post-1563 .content_constrain, .post-1789 .content_constrain, .post-1866 .content_constrain {
    padding-top: 45px;
}
.post-1866 .content_constrain {
    padding: 45px 47px 0;
}
.post-1789 .content_constrain .clear {
    display: none;
}
.post-1563 .content_constrain h2.post_title, .post-1789 .content_constrain h2.post_title, .page-template-page-childrens-classic h2.post_title {
    margin-top: 0;
    text-align: left;
    font-size: 28px;
    line-height: 35px;
}
.post-1563 .content_constrain .clear30, .post-1789 .content_constrain .clear30, .post-1866 .content_constrain .clear30 {
    display: none;
}
.button {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 12px 18px;
    background-color: #203035;
    border-radius: 4px;
    margin-right: 12px;
}
.post-1563 .content_constrain .button:last-child {
    margin-right: 0;
}
.post-1563 .content-wrapper .before-content .textwidget p {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.post-1563 .content-wrapper .before-content .textwidget img {
    width: 100%;
    display: block;
}
.page-id-1789 .before-content #bwg_container1_0  #bwg_container2_0  .bwg_standart_thumbnails_0 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.5px;
}
.page-id-1789 .before-content #bwg_container1_0  #bwg_container2_0  .bwg_standart_thumbnails_0 .bwg_standart_thumb_spun1_0, .page-id-1789 .before-content #bwg_container1_0  #bwg_container2_0  .bwg_standart_thumbnails_0 .bwg_standart_thumb_spun1_0 .bwg_standart_thumb_spun2_0 {
    width: 100%;
    height: 100%;

}
.page-id-1789 .before-content .textwidget p {
    padding: 0;
    margin: 0;
}
.page-id-1789 .before-content .bwg_nav_cont_0 {
    display: none;
}
.page-id-1789 .before-content #bwg_container1_0  #bwg_container2_0  .bwg_standart_thumbnails_0 .bwg_standart_thumb_spun1_0 {
   margin: 0;
}
.page-id-1789 #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 a {
    width: 108px;
    height: 108px;
    margin: 0 2.5px 2.5px 0;
    position: relative;
    overflow: hidden;
}
.page-id-1789 #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 .bwg_standart_thumb_0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-id-1789 .before-content #bwg_container1_0  #bwg_container2_0  .bwg_standart_thumbnails_0 .bwg_standart_thumb_spun1_0 img {
    margin-top: 0 !important;
}
.cc-banner p {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.cc-banner img {
    width: 100%;
}
.cc-banner br {
    display: none;
}
.cc-banner img.mobile {
    display: none;
}
.cc-after-content {
    max-width: 1100px;
    margin: 25px auto 65px;
}
.page-id-1563 .cc-after-content .widget:first-of-type {
    padding: 0;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item {
    width: calc(50% - 25px);
    margin: 0 12.5px 25px;
    background-color: #fff;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item .image {
    border-bottom: 6px solid #E5BA7C;
    position: relative;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item .image p {
    padding: 0;
    margin: 0;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item .image .date-time {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    font-family: 'Marcellus';
    padding: 8px 20px;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item .image img {
    display: block;
    width: 100%;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item .text {
    padding: 24px 25px 40px;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item .text p {
    padding: 0;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item .text *:last-child {
    margin-bottom: 0;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item:nth-of-type(2) .text p:last-of-type {
    font-style: italic;
    margin-top: 20px;
}
.page-id-1563 .cc-after-content .widget:first-of-type .agenda .item:nth-of-type(3) .text p:last-of-type {
    margin-top: 25px;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget {
    display: flex;
    background-color: #fff;
    padding: 40px 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(3) {
    margin-bottom: 25px;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget .text {
    border-right: 1px solid #F4F4F5;
    width: 50%;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget .text  > * {
    padding-left: 26.78%;
    padding-right: 20px;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget h3 {
    color: #203035;
    font-size: 19px;
    line-height: 24px;
}.page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget p {
    line-height: 24px;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget .image {
    width: 247px;
    margin-left: 60px;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget .image img {
    width: 100%;

}
.page-id-1563 .cc-after-content .widget:nth-of-type(4) {
    padding: 35px 234px 37px 47px;
    background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);
    position: relative;
    overflow-y: hidden;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(4):before {
    content: " ";
    display: block;
    width: 268px;
    height: calc(100% - 7px);
    background-image: url(/wp-content/uploads/2019/02/VinceraFoundation-icon-01.svg);
    background-size: 268px;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
   right: 10px;
}
.page-id-1563 .cc-after-content .widget:nth-of-type(4) p {
    display: block;
    color: #fff;
    font-size: 1.9rem;
    line-height: 24px;
    font-family: 'Marcellus';
    margin-bottom: 0;
    padding-bottom: 0;
}

.cc-after-content .widget:last-of-type {
    margin-top: 25px;
    padding: 55px 46px 93px;
    background-color: #fff;
}

.cc-after-content .widget:last-of-type h3 {
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    color: #203035;
    padding-bottom: 20px;
}
.cc-after-content .widget:last-of-type h3:nth-of-type(n+2) {
    padding-top: 57px;
}
.cc-after-content .widget:last-of-type h2 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 0;
}
.cc-after-content .widget:last-of-type .sponsor-images {
    border-top: 1px solid #E5BA7C;
    padding:  54px 47px 0;
}
.cc-after-content .widget:last-of-type .sponsor-images .image {
    display: block;
    flex-shrink: 1;
    width: 280px;
    box-sizing: border-box;
    margin: 12.5px;
    padding: 15px 20px;
}
/*.cc-after-content .widget:last-of-type .sponsor-images .sponsor-row:first-of-type .image {
    width: 444px;
}*/
.cc-after-content .widget:last-of-type .sponsor-images .sponsor-row:first-of-type {
    justify-content: center;
}
.cc-after-content .widget:last-of-type .sponsor-images .sponsor-row.single .image {
    max-width: calc(33.333% - 25px);
}
.cc-after-content .widget:last-of-type .sponsor-images .image.nosides {
    padding: 15px 0;
}
.cc-after-content .widget:last-of-type .sponsor-images .image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}

.cc-after-content .widget:last-of-type .sponsor-row {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #f4f4f5;
}
/*.cc-after-content .widget:last-of-type .sponsor-row:first-of-type .image {
    padding: 22px 25px;
}*/
.cc-after-content .widget:last-of-type .sponsor-row:nth-of-type(n+2) {
    padding-top: 6px;
}
.cc-after-content .widget:last-of-type .sponsor-row:last-of-type {
    border-bottom: 0;
}
/*Image gallery widget*/
.page-id-1789 .cc-after-content .widget:first-of-type {
    background-image: none;
    padding: 0;
}
.cc-gallery {
    position: relative;
    padding: 0;
    margin: 38px 20px 36px;
    height: 694px;
}
.cc-gallery .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: visibility 0.5s, opacity 0.5s;
}
.gallery-header:last-of-type:not(:first-of-type) {
    margin-top: 70px;
}
.cc-gallery .download-image:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 35.91%, rgba(0, 0, 0, 0) 93.18%);
    bottom: 0;
    content: " ";
    display: block;
    height: 151px;
    left: 0;
    position: absolute;
    transition: opacity 0.5s;
    width: 100%;
    z-index: 1;
}
.cc-gallery .download-image .download-link {
    background: #FFFFFF;
    border-radius: 3.5px;
    bottom: 30px;
    color: #233034;
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    left: 40px;
    letter-spacing: 0.07em;
    line-height: 16px;
    padding: 13px 18px 13px 44px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}
.cc-gallery .download-image .download-link {
    cursor: pointer;
    text-decoration: none;
}
.cc-gallery .download-image .download-link:before {
    background-image: url(./assets/images/download.svg);
    background-size: 100%;
    content: " ";
    display: block;
    height: 10px;
    left: 18px;
    position: absolute;
    top: 16.25px;
    width: 12px;
}
.cc-gallery .download-image:hover .download-link {
    opacity: 1;
    visibility: visible;
}
.cc-gallery .image.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.cc-gallery .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.cc-gallery .prev img, .cc-gallery .next img{
    width: 100%;
}
.cc-gallery .prev, .cc-gallery .next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 60px;
    z-index: 2;
    transition: opacity 0.5s;
}
.cc-gallery .prev:hover, .cc-gallery .next:hover {
    cursor: pointer;
    opacity: 0.8;
}
.cc-gallery .prev {
    left: -20px;
}

.cc-gallery .next {
    right: -20px;
}
.cc-gallery .next img {
    transform: rotate(180deg);
}
/* Tennis Clinic page */
.page-id-1993 .content-wrapper .content_constrain {
    padding: 70px 47px 0;
}
.page-id-1993 .content_constrain .clear {
    display: none;
}
.page-id-1993 .content_constrain .clear30 {
    display: none;
}
.page-id-1993 .content_constrain h2.post_title {
    font-size: 28px;
    line-height: 33px;
    text-align: left;
}
.page-id-1993 .cc-after-content {
    margin-top: 0;
}
.page-id-1993 .cc-after-content .widget {
    background-color: #fff;
    margin-top: 0;
    padding: 25px 47px 70px;
}
.page-id-1993 .cc-after-content .widget h2 {
    text-align: left;
    padding-bottom: 20px;
}
.page-id-1993 .cc-after-content .widget .pros .item {
    display: flex;
    margin-bottom: 50px;
}
.page-id-1993 .cc-after-content .widget .pros .item:last-of-type {
    margin-bottom: 0;
}
.page-id-1993 .cc-after-content .widget .pros .item .image {
    width: 33.333%;
    box-sizing: border-box;
    padding-right: 36px;
}
.page-id-1993 .cc-after-content .widget .pros .item .image img {
    width: 100%;
}
.page-id-1993 .cc-after-content .widget .pros .item .text {
    width: 66.667%;
    padding-top: 23px;
}
.page-id-1993 .cc-after-content .widget .pros .item .text p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-id-1993 .cc-after-content .widget .pros .item .text h3 {
    text-align: left;
}
/*2020 Clinic Page Intro */
.page-template-page-childrens-classic .content-wrapper {
    padding: 45px 20px 0;
}
.page-template-page-childrens-classic .event-content-wrapper {
    max-width: 1100px;
    margin: 35px auto 65px;
}
/* Basic css for the children's classic template */
.page-template-page-childrens-classic .content {
    padding: 0;
    margin-top: 0;
    background-color: transparent;
}
.page-template-page-childrens-classic .banner-images .mobile {
    display: none;
}
.page-template-page-childrens-classic .intro-content {
    padding: 0 0 25px;
}
.page-template-page-childrens-classic .intro-content  {
    display: flex;
}
.page-template-page-childrens-classic .intro-content > div {
   width: 50%;
}
.page-template-page-childrens-classic .intro-content h3 {
    font-size: 19px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
.page-template-page-childrens-classic .intro-content .image {
    line-height: 0;
    background-color: #fff;
}
.page-template-page-childrens-classic .intro-content .image img {
   width: 100%;
   display: block;
}
.page-template-page-childrens-classic .intro-content .image img.mobile-show {
    display: none;
}
.page-template-page-childrens-classic .intro-content .text {
    background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);
    padding: 103px 53px 103px 35px;
}
.page-template-page-childrens-classic .intro-content .text *:not(.button) {
    color: #fff;
}
.page-template-page-childrens-classic .intro-content .text h2 {
    font-size: 34px;
    line-height: 43px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-top: 0;
}
.page-template-page-childrens-classic .intro-content .text p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 0;
}
.page-template-page-childrens-classic .intro-content .text p:last-of-type {
    margin: 20px 0 0;
}
.page-template-page-childrens-classic .intro-content .text .button.white {
    background-color: #fff;
    color: #203035;
    margin-top: 20px;
    margin-right: 12px;
}
.page-template-page-childrens-classic .content-wrapper {
    padding: 35px 254px 37px 47px;
    background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);
    position: relative;
    overflow-y: hidden;
}
.page-template-page-childrens-classic .content-wrapper h2.post_title {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.page-template-page-childrens-classic .content-wrapper p {
    padding-bottom: 0;
    margin-bottom: 12px;
}
.page-template-page-childrens-classic .content-wrapper p:last-of-type {
    margin-bottom: 0;
}
.page-template-page-childrens-classic .content-wrapper h2.post_title, .page-template-page-childrens-classic .content-wrapper p, .page-template-page-childrens-classic .content-wrapper p a {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.page-template-page-childrens-classic .content-wrapper p a {
    text-decoration: underline;
}
.page-template-page-childrens-classic .content-wrapper p a:hover {
    text-decoration: none;
}
.page-template-page-childrens-classic .content-wrapper:before {
    content: " ";
    display: block;
    width: 268px;
    height: calc(100% - 29px);
    background-image: url(/wp-content/uploads/2019/02/VinceraFoundation-icon-01.svg);
    background-size: 268px;
    background-repeat: no-repeat;
    position: absolute;
    top: 29px;
    right: 10px;
}
.page-template-page-childrens-classic .event-agenda {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}
.page-template-page-childrens-classic .event-agenda .item {
    width: calc(50% - 25px);
    margin: 0 12.5px 25px;
    background-color: #fff;
}

.page-template-page-childrens-classic .event-agenda .item:first-of-type:last-of-type {
    width: 100%;
    margin: 0 12.5px 25px;
    display: flex;
    background-color: #fff;
}
.page-template-page-childrens-classic .event-agenda .item .image {
    border-bottom: 6px solid #E5BA7C;
    position: relative;
}
.page-template-page-childrens-classic .event-agenda .item:first-of-type:last-of-type .image {
    order: 2;
    border-left: 6px solid #E5BA7C;
    border-bottom: 0;
    width: 50%;
    box-sizing: border-box;
}
.page-template-page-childrens-classic .event-agenda .item .image p {
    padding: 0;
    margin: 0;
}
.page-template-page-childrens-classic .event-agenda .item .image .date-time {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    font-family: 'Marcellus';
    padding: 8px 20px;
}
.page-template-page-childrens-classic .event-agenda .item .image img  {
    display: block;
    width: 100%;
}
.page-template-page-childrens-classic .event-agenda .item .text {
    padding: 24px 25px 40px;
}
.page-template-page-childrens-classic .event-agenda .item:first-of-type:last-of-type .text {
    order: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 65px 0;
}
.page-template-page-childrens-classic .event-agenda .item .text h3 {
    margin-top: 0;
}
.page-template-page-childrens-classic .event-agenda .item .text p {
    padding: 0;
}
.page-template-page-childrens-classic .event-agenda .item .text *:last-child {
    margin-bottom: 0;
}
.page-template-page-childrens-classic .ribbon {
    padding: 35px 234px 37px 47px;
    background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);
    position: relative;
    overflow-y: hidden;
}
.page-template-page-childrens-classic .ribbon a {
    color: #ffffff;
    text-decoration: underline;
}
.page-template-page-childrens-classic .ribbon a:hover {
    text-decoration: none;
}
.page-template-page-childrens-classic .ribbon.icon-present .ribbon-icons {
    display: flex;
    align-items: center;
}
.page-template-page-childrens-classic .ribbon.icon-present {
    padding: 35px 125px 37px 274px;
    margin-bottom: 25px;
    display: flex;
}
.page-template-page-childrens-classic .ribbon.icon-present > p {
    width: 90%;
    margin-right: 15px;
}
.page-template-page-childrens-classic .ribbon:before {
    content: " ";
    display: block;
    width: 241px;
    height: calc(100% - 7px);
    background-image: url(/wp-content/uploads/2019/02/VinceraFoundation-icon-01.svg);
    background-size: 268px;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
   right: 10px;
}
.page-template-page-childrens-classic .ribbon.icon-present:before {
    right: auto;
    left: 0;
    top: 0;
    height: 100%;
}
.page-template-page-childrens-classic .ribbon p {
    display: block;
    color: #fff;
    font-size: 1.9rem;
    line-height: 24px;
    font-family: 'Marcellus';
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-template-page-childrens-classic .ribbon.icon-present p {
    font-size: 1.6rem;
}
.page-template-page-childrens-classic .ribbon.icon-present .icon:first-of-type {
    width: 107px;
    height: 41px;
    margin-right: 26px;
    z-index: 100;
}
.page-template-page-childrens-classic .ribbon.icon-present .icon:last-of-type {
    width: 68px;
    height: 79px;
    z-index: 100;
}
@media screen and (max-width: 1199px) {
    .page-template-page-childrens-classic .ribbon.icon-present {
        display: block;
    }
    .page-template-page-childrens-classic .ribbon.icon-present p {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 639px) {
    .page-template-page-childrens-classic .ribbon.icon-present .ribbon-icons {
        justify-content: center;
    }
}
.page-template-page-childrens-classic .event-sponsors {
    margin-top: 25px;
    padding: 55px 46px 93px;
    background-color: #fff;
}
.page-template-page-childrens-classic .event-sponsors h3 {
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    color: #203035;
    padding-bottom: 20px;
}
.page-template-page-childrens-classic .event-sponsors h3:nth-of-type(n+2) {
    padding-top: 57px;
}
.page-template-page-childrens-classic .event-sponsors h2 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 0;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images {
    border-top: 1px solid #E5BA7C;
    padding:  54px 47px 0;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images .image {
    display: block;
    flex-shrink: 1;
    width: 280px;
    box-sizing: border-box;
    margin: 12.5px;
    padding: 15px 20px;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images .image.presenting {
    width: 420px;
}
/*.cc-after-content .widget:last-of-type .sponsor-images .sponsor-row:first-of-type .image {
    width: 444px;
}*/
.page-template-page-childrens-classic .event-sponsors .sponsor-images .sponsor-row:first-of-type {
    justify-content: center;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images .sponsor-row .image h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
    padding: 21px 0;
    position: relative;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images .sponsor-row .image h3:before {
    background-color: #E5BA7C;
    content: " ";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -2px;
    width: 81px;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images .sponsor-row .image h3:after {
    background-color: #E5BA7C;
    bottom: -2px;
    content: " ";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 81px;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images .sponsor-row.single .image {
    max-width: calc(33.333% - 25px);
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images .image.nosides {
    padding: 15px 0;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-images .image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-row {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #f4f4f5;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-row:nth-of-type(n+2) {
    padding-top: 6px;
}
.page-template-page-childrens-classic .event-sponsors .sponsor-row:last-of-type {
    border-bottom: 0;
}
.page-template-page-childrens-classic .extra-content {
    display: flex;
    padding: 55px 55px 55px 74px;
    background-color: #ffffff;
    margin-bottom: 25px;
}
.page-template-page-childrens-classic .extra-content h3 {
    margin: 10px 0 15px;
}
.page-template-page-childrens-classic .extra-content p a {
    color: #2B2B2B;
    text-decoration: underline;
}
.page-template-page-childrens-classic .extra-content p a:hover {
    text-decoration: none;
}
.page-template-page-childrens-classic .extra-content .image {
    width: 218px;
    flex-shrink: 0;
    margin-right: 69px;
}
.page-template-page-childrens-classic .extra-content .image img {
    width: 100%;
    display: block;
}
/* End children's classic template */
/*signup form template*/
.extra-tickets {
    display: none;
}
.extra-tickets.active {
    display: block;
}
/*End signup form teplate*/
@media (min-width: 992px) and (max-width: 1199px) {
    .page-id-1993 .cc-after-content {
        max-width: 900px;
        margin: 0 auto;
    }
    .page-template-page-childrens-classic .event-content-wrapper {
        max-width: 900px;
        margin: 0 auto;
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .page-template-page-childrens-classic .intro-content {
        margin-top: 25px;
    }
    .page-template-page-childrens-classic .intro-content .text {
        padding: 35px 30px;
    }
    .page-template-page-childrens-classic .intro-content .text h3 {
        font-size: 15px;
    }
    .page-template-page-childrens-classic .intro-content .text h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .page-template-page-childrens-classic .content-wrapper:before {
        top: 50%;
        height: 232px;
        transform: translateY(-50%);
    }
}
@media (max-width: 991px) {
    .page-id-1993 .cc-after-content {
        max-width: 680px;
        margin: 0 auto;
    }
    .page-id-1993 .cc-after-content .widget .pros .item {
        margin-bottom: 40px;
    }
    .page-id-1993 .cc-after-content .widget .pros .item .image {
        padding-right: 25px;
    }
    .page-template-page-childrens-classic .content-wrapper:before {
        opacity: 0.3;
    }
}
@media screen and (max-width: 768px) {
    .page-id-1993 .cc-after-content, .page-template-page-childrens-classic .event-content-wrapper  {
        margin: 35px 35px 0;
        max-width: none;
    }
    .post-1866 .content_constrain {
        padding: 20px 20px 0;
    }
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
    .cc-after-content {
        margin-left: 48px;
        margin-right: 48px;
    }
    .page-template-page-childrens-classic .event-content-wrapper {
        margin-left: 48px;
        margin-right: 48px;
    }
    .cc-gallery {
        height: 55.46875vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    .cc-gallery {
        height: 427px;
    }
}
@media screen and (max-width: 767px) {
    .cc-gallery {
        height: 43.75vw;
        margin: 0 20px 36px;
    }
    .cc-gallery .prev, .cc-gallery .next {
        width: 40px;
    }

}
.page-id-1789 .cc-after-content .widget:first-of-type:before {
    display: none;
}
.page-id-1789 .cc-after-content .widget:last-of-type .sponsor-row {
    justify-content: center;
}

.page-id-1789 .cc-after-content .widget:last-of-type .sponsor-images .image {
    flex-grow: 0;
}
.cc-after-content .widget:last-of-type .sponsor-row:last-of-type {
    margin-bottom: 0;
}
/* mobile version of cc page */
@media screen and (max-width: 989px) {
    .page-template-page-childrens-classic .intro-content {
        display: block;
    }
    .page-template-page-childrens-classic .intro-content > div {
        width: 100%;
    }
    .page-template-page-childrens-classic .intro-content .text {
        padding: 35px 30px;
    }
    .page-template-page-childrens-classic .intro-content .image {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:959px) {
    .page-id-1993 .cc-after-content .widget:last-of-type .image {
        margin: 0;
        max-width: none;
    }
    .page-id-1993 .cc-after-content .widget:last-of-type {
        padding: 25px 47px 60px;
    }
    .page-template-page-childrens-classic .banner-images .desktop {
        display: none;
    }
    .page-template-page-childrens-classic .banner-images .mobile {
        display: block;
    }
    .page-template-page-childrens-classic .event-sponsors .image {
        margin: 0;
        max-width: none;
    }
    .page-template-page-childrens-classic .event-sponsors {
        padding: 25px 47px 60px;
    }
    .post-1563 .content-wrapper .before-content, .post-1563 .content_constrain {
        width: 100%;
    }
    .post-1789 .content-wrapper .before-content, .post-1789 .content_constrain {
        width: 100%;
    }
    .post-1563 .content_constrain .button {
        margin-bottom: 12px;
    }
    .cc-after-content {
        margin: 25px 35px 65px;
    }

    .page-id-1563 .cc-after-content .widget:nth-of-type(4) p, .page-template-page-childrens-classic .content-wrapper p, .page-template-page-childrens-classic .content-wrapper h2.post_title {
        text-align: center;
        position: relative;
        z-index: 2;
        max-width: calc(100%);
    }
    .page-template-page-childrens-classic .content-wrapper h2.post_title {
        width: 100%;
        display: inline-block;
    }
    .page-id-1563 .cc-after-content .widget:nth-of-type(4), .page-template-page-childrens-classic .content-wrapper {
        padding: 20px;
        background: linear-gradient(90deg, #7E0E17 0%, #203035 100%);
        position: relative;
        overflow-y: hidden;
    }
    .page-template-page-childrens-classic .content-wrapper:before {
        opacity: 0.3;
    }
    .page-id-1563 .cc-after-content .widget:nth-of-type(2):before {
        opacity: 0.5;
        z-index: 1;
    }
}
@media (max-width: 639px) {
    /* .home .announcement-ribbon .flex-container h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .home .announcement-ribbon .flex-container .ribbon-content {
        max-width: 379px;
        margin: 0 auto;
    }
    .home .announcement-ribbon .flex-container h3 .sep {
        display: none;
    }
    .home .announcement-ribbon .flex-container h3 br {
        display: initial !important;
    }
    .home .announcement-ribbon .flex-container .ribbon-content:before {
        width: 87px;
        height: 74px;
        bottom: -5px;
        top: auto;
        left: -7px;
    }
    .home .announcement-ribbon .flex-container h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .home .announcement-ribbon .flex-container .text {
        margin-right: 0;
    }
    .home .announcement-ribbon .flex-container .link .button {
        padding: 9px 18px;
        font-size: 12px;
    }
    .home .announcement-ribbon .icon {
        width: 46px;
        right: 22px;
        top: auto;
        bottom: 19px;
    }
    .home .announcement-ribbon .flex-container h2 {
        font-size: 24px;
        line-height: 30px;
    } */
    .home .announcement-ribbon .flex-container h3 {
        font-size: 16px;
    }
    .home .announcement-ribbon .flex-container h3 .sep {
        font-size: 16px;
        display: none;
    }
    .home .announcement-ribbon .flex-container .text {
        margin-right: 0;
    }
    .home .announcement-ribbon .flex-container .link {
        margin-top: 15px;
    }
    .home .announcement-ribbon .flex-container .link .button {
        margin-right: 0;
    }
    .home .announcement-ribbon .flex-container h3 br {
        display: block !important;
    }
    .home .announcement-ribbon .flex-container h2 {
        font-size: 28px;
        line-height: 35px;
        width: 100%;
    }
    .home .announcement-ribbon .icons .icon:first-child {
        right: 5vw !important;
        top: 215px;
    }
    .home .announcement-ribbon .icons .icon:last-child {
        left: 4vw;
        top: 234px;
    }
    .home .announcement-ribbon .flex-container .ribbon-content:before {
        background-position: center;
        background-size: 80px;
        left: 0 !important;
        width: 100% !important;
        top: 217px !important;
    }
    .home .upw-posts article .content h3 a, body > .container.frontpage_featured .featured h3 a {
        font-size: 24px;
        line-height: 30px;
    }
    .page-id-1993 .cc-after-content .widget .pros .item {
        flex-wrap: wrap;
    }
    .page-id-1993 .cc-after-content .widget .pros .item .image {
        width: 100%;
        padding-right: 0;
    }
    .page-id-1993 .cc-after-content .widget .pros .item .text {
        width: 100%;
    }
    .page-template-page-childrens-classic .intro-content .text h3 {
        font-size: 15px;
    }
    .page-template-page-childrens-classic .intro-content .text h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .page-template-page-childrens-classic .intro-content .text {
        padding: 25px 20px;
    }
    .page-template-page-childrens-classic .intro-content .text .button.white {
        padding: 25px 20px;
        font-size: 12px;
        padding: 10px 12px;
    }
    .page-template-page-childrens-classic .event-agenda .item .text h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .page-template-page-childrens-classic .ribbon, .page-template-page-childrens-classic .ribbon.icon-present {
        padding: 25px 20px;
    }
    .page-template-page-childrens-classic .ribbon.icon-present p {
        width: calc(100% - 50px);
    }
    .page-template-page-childrens-classic .ribbon.icon-present .icon {
        right: 12.5px;
        width: 50px;
    }
    .page-template-page-childrens-classic .intro-content .image img.mobile-hide {
        display: none;
    }
    .page-template-page-childrens-classic .intro-content .image img.mobile-show {
        display: block;
    }
    .page-template-page-childrens-classic .ribbon:before {
        z-indeX: 1;
        opacity: 0.30;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 100%;
        background-size: 100%;
    }
    .page-template-page-childrens-classic .ribbon p {
        position: relative;
        z-index: 2;
        font-size: 16px;
    }
}
@media screen and (min-width:768px) and (max-width:959px) {
    .cc-after-content, .page-template-page-childrens-classic .event-content-wrapper {
        max-width: 680px;
        margin: 25px auto 65px;
    }
    .page-id-1789 #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 a {
        width: 111.25px;
        height: 111.25px;
    }
    .cc-after-content .widget:last-of-type .sponsor-images  {
        padding: 34px 20px;
    }
    .cc-after-content .widget:last-of-type .sponsor-images .image {
        padding: 0;
    }
    .page-template-page-childrens-classic .event-sponsors {
        padding: 34px 20px;
    }
    .page-template-page-childrens-classic .event-sponsors .image {
        padding: 0;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .page-id-1789 #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 a {
        width: calc(14.285% - 2.25px);
        height: 12.709vw;
    }
    .page-id-1789 .before-content #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 {
        margin-right: 0;
    }
    .page-id-1789 #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 a:nth-of-type(7n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .cc-after-content .widget:last-of-type {
        padding: 55px 35px 60px;
    }
    .cc-after-content .widget:last-of-type .sponsor-images {
        padding: 30px 35px 0;
    }
    .cc-after-content .widget:last-of-type .sponsor-row {
        flex-wrap: wrap;
        border-bottom: 0;
        padding: 0;
    }
    .cc-after-content .widget:last-of-type .sponsor-images .image {
        width: 100%;
        max-width: 400px;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #f4f4f5;
    }
    .page-id-1789  .cc-after-content .widget:last-of-type .image {
        width: auto;
    }
    .cc-after-content .widget:last-of-type .sponsor-row {
        margin: 0;
    }
    .cc-after-content .widget:last-of-type .sponsor-images .sponsor-row.single .image {
        width: auto;
        max-width: 100%;
    }
    .cc-after-content .widget:last-of-type .sponsor-row:first-of-type .image {
        padding: 20px 0;
    }
    .cc-after-content .widget:last-of-type .sponsor-row:last-of-type .image:last-of-type {
        border-bottom: 0;
    }
    .home .announcement-ribbon .flex-container .ribbon-content {
        display: block;
        padding: 25px 20px;
    }
    .home .announcement-ribbon .flex-container .text {
        position: relative;
        z-index: 2;
    }
    .home .announcement-ribbon .flex-container:before {
        bottom: 6px;
        opacity: 0.3;
    }
    .home .announcement-ribbon .flex-container .link {
        margin: 20px auto 0;
        padding: 0;
        border-left: 0;
        text-align: center;
    }
    .page-template-page-childrens-classic .event-sponsors {
        padding: 55px 35px 60px;
    }
    .page-template-page-childrens-classic .event-sponsors .sponsor-images {
        padding: 30px 35px 0;
    }
    .page-template-page-childrens-classic .event-sponsors .sponsor-row {
        flex-wrap: wrap;
        border-bottom: 0;
        padding: 0;
    }
    .page-template-page-childrens-classic .event-sponsors .sponsor-images .image {
        width: 100%;
        max-width: 400px;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #f4f4f5;
    }
    .page-template-page-childrens-classic .event-sponsors .image {
        width: auto;
    }
    .page-template-page-childrens-classic .event-sponsors .sponsor-row {
        margin: 0;
    }
    .page-template-page-childrens-classic .event-sponsors .sponsor-images .sponsor-row.single .image {
        width: auto;
        max-width: 100%;
    }
    .page-template-page-childrens-classic .event-sponsors .sponsor-row:first-of-type .image {
        padding: 20px 0;
    }
    .page-template-page-childrens-classic .event-sponsors .sponsor-row:last-of-type .image:last-of-type {
        border-bottom: 0;
    }
    .page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget {
        justify-content: flex-start;
    }
    .page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget .text {
        width: 100%;
        padding: 20px;
        border-right: none;
    }
    .page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget .text  > * {
        padding-left: 0;
        padding-right: 0;
    }
    .page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget .text p:nth-of-type(2) {
        text-align: center;
    }
    .page-id-1563 .cc-after-content .widget:nth-of-type(2) .textwidget .image {
        margin: 20px auto 0 auto;
    }
    .page-template-page-childrens-classic .event-agenda .item:first-of-type:last-of-type .text {
        padding: 0 30px;
    }
}
@media screen and (max-width: 639px) {
    .page-id-1789 #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 a {
        width: calc(20% - 2.25px);
        height: 15.667vw;
    }
    .page-id-1789 .before-content #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 {
        margin-right: 0;
    }
    .page-id-1789 #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 a:nth-of-type(5n) {
        margin-right: 0;
    }
    .cc-banner img.desktop {
        display: none;
    }
    .cc-banner img.mobile {
        display: block;
    }
    .page-id-1563 .cc-after-content .widget:first-of-type .agenda .item {
        width: 100%;
        margin: 0 0 12px;

    }
    .page-id-1563 .cc-after-content .widget:first-of-type .agenda .item .text {
        padding: 16px 15px;
    }
    .page-template-page-childrens-classic .event-agenda {
        margin: 0;

    }
    .page-template-page-childrens-classic .event-agenda .item {
        width: 100%;
        margin: 0 0 12px;
    }
    .page-template-page-childrens-classic .event-agenda .item .text {
        padding: 16px 15px;
    }
    .page-template-page-childrens-classic .event-agenda .item:first-of-type:last-of-type {
        display: block;
        margin: 0 0 25px;
    }
    .page-template-page-childrens-classic .event-agenda .item:first-of-type:last-of-type .image{
        border-bottom: 6px solid #E5BA7C;
        border-left: 0;
    }
    .page-template-page-childrens-classic .event-agenda .item:first-of-type:last-of-type .image {
        width: 100%;
    }
    .page-template-page-childrens-classic .event-agenda .item:first-of-type:last-of-type .text {
        width: 100%;
        padding: 16px 15px;
        display: block;
    }
    .page-template-page-childrens-classic .extra-content {
        padding: 25px 25px 25px;
        display: block;
    }
    .page-template-page-childrens-classic .extra-content .image {
        margin: 0 auto;
    }
    .cc-gallery .download-image .download-link {
        padding-left: 18px;
        left: 20px;
        bottom: 15px;
    }
    .cc-gallery .download-image .download-link:before {
        display: none;
        content: unset;
    }
}

/*Andy Reid Event Page */

.page-andyreid.page-template-page-childrens-classic .event-content-wrapper .intro-content .text {
    padding-top: 60px;
    background: #fff;
}
.page-andyreid.page-template-page-childrens-classic .event-content-wrapper .intro-content .text * {
    color: #203035;
}
.page-andyreid.page-template-page-childrens-classic .event-content-wrapper .intro-content .text a {
    color: #059ac5;
}
.page-andyreid.page-template-page-childrens-classic .event-content-wrapper .intro-content .text a:focus, .page-id-2189.page-template-page-childrens-classic .event-content-wrapper .intro-content .text a:hover {
    color: #008ab2;
}
.page-andyreid.page-template-page-childrens-classic .event-content-wrapper .intro-content .text h2 {
    border-bottom-color: #C8822A;
    margin-top: 5px;
    margin-bottom: 20px;
}
.page-template-page-childrens-classic .event-content-wrapper .livestream {
    padding: 50px 47px;
    background: #fff;
    margin-bottom: 25px;
}
.page-template-page-childrens-classic .event-content-wrapper .livestream h3 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 35px;
    font-weight: 400;
    margin: 0 0 24px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C8822A;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts, .page-template-page-childrens-classic .event-content-wrapper .video-archive {
    background: #fff;
    padding: 50px 47px;
    margin-bottom: 25px;
}

.page-template-page-childrens-classic .event-content-wrapper .event-hosts > h3, .page-template-page-childrens-classic .event-content-wrapper .video-archive > h3 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 35px;
    font-weight: 400;
    margin: 0 0 35px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C8822A;
}
.page-template-page-childrens-classic .video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.page-template-page-childrens-classic .video iframe {
    position: absolute;
    top: 0;
    left: 0;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    align-items: center;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host:nth-of-type(2) .image img {
    border: none;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host:nth-of-type(4) .image img {
    padding: 110px 0 112px;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host:last-of-type {
    margin-bottom: 0;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .image {
    width: 293px;
    flex-shrink: 0;
}

.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .image img {
    width: 100%;
    object-fit: scale-down;
    border: 1px solid #EBEBEB;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text {
    padding-left: 37px;
    padding-right: 46px;
    flex-shrink: 1;
    position: relative;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text h4  {
    font-size: 19px;
    line-height: 24px;
    margin: 20px 0;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text h5 {
    color: #203035;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text .control {
    font-weight: 600;
    text-decoration: underline;
    padding-left: 18px;
    position: absolute;
    left: 37px;
    bottom: 0;
    z-index: 3;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text .control:before {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/soliloquy/assets/images/accordion.svg);
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text.expanded .control:before {
    transform: translateY(-50%) rotate(45deg);
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text.collapsed {
    max-height: 293px;
    overflow: hidden;
    z-index: 1;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text.collapsed:before {
    content: " ";
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background 0.5s;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
    z-index: 2;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text.expanded {
    padding-bottom: 24px;
}
.page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text p {
    margin-bottom: 8px;
    padding-bottom: 0;
}
.page-template-page-childrens-classic .awards {
    padding: 55px 46.5px 50px;
    background-color: #fff;
}
.page-template-page-childrens-classic .awards h3 {
    margin: 0;
}
.page-template-page-childrens-classic .awards h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 0px 0;
}
.page-template-page-childrens-classic .awards p{
    display: none;
}

.page-template-page-childrens-classic .gallery-post-text {
    display: flex;
    background-color: #fff;
    padding: 25px 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.page-template-page-childrens-classic .gallery-post-text .text h4 {
    color: #203035;
    font-size: 19px;
    line-height: 24px;
}
.page-template-page-childrens-classic .gallery-post-text .text p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-template-page-childrens-classic .gallery-post-text .text a {
    color: #203035;
}
.page-template-page-childrens-classic .gallery-post-text .image {
    width: 247px;
    margin-left: 70px;
}
.page-template-page-childrens-classic .gallery-post-text .image img {
    width: 100%;
}


.page-id-2189.page-template-page-childrens-classic .event-content-wrapper .ribbon p {
    margin-bottom: 12px;
    width: 90%;
}
.page-id-2174.page-template-page-childrens-classic .event-content-wrapper .ribbon p a {
    color: #fff;
    position: relative;
}
.page-id-2174.page-template-page-childrens-classic .event-content-wrapper .ribbon p a:before {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5BA7C;
    position: absolute;
    left: 0;
    top: 100%;
}
.page-id-2174.page-template-page-childrens-classic .event-content-wrapper .ribbon p a:hover {
    text-decoration: none;
}
.page-id-2174.page-template-page-childrens-classic .event-content-wrapper .ribbon p a:hover:before {
   display: none;
}
.page-id-2174.page-template-page-childrens-classic .event-content-wrapper .ribbon p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 989px) {
    .page-template-page-childrens-classic .event-content-wrapper .livestream {
        padding: 35px 30px;
    }
    .page-template-page-childrens-classic .event-content-wrapper .event-hosts, .page-id-2189.page-template-page-childrens-classic .event-content-wrapper .video-archive {
        padding: 35px 30px;
    }
   .page-template-page-childrens-classic .event-content-wrapper .event-hosts .host {
        display: block;
    }
    .page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .image {
        width: 100%;
        max-width: 293px;
    }
    .page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text {
        padding: 0;
    }
    .page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text.collapsed {
        max-height: 240px;
    }
    .page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text.expanded {
        max-height: 10000px;
    }
    .page-template-page-childrens-classic .event-content-wrapper .event-hosts .host .text .control {
        left: 0;
    }
}
@media (max-width: 639px) {
    .page-template-page-childrens-classic .event-content-wrapper .livestream {
        padding: 25px 20px;
    }
    .page-template-page-childrens-classic .event-content-wrapper .event-hosts, .page-template-page-childrens-classic .event-content-wrapper .video-archive {
        padding: 25px 20px;
    }
}
/*modal */
.modal {
    background-color: rgba(32, 48, 53,0.9);
    overflow-y: auto;
}
.modal .modal-content {
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-radius: 0;

}
.light-box {
    /* display: none; */
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */

}
.light-box .content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal .modal-dialog {
    padding-left: 0;
    padding-right: 0;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal button.close {
    background-image: url(/wp-content/themes/soliloquy/assets/images/close-button.svg);
    width: 20px;
    height: 20px;
    text-shadow: none;
    font-weight: normal;
    position: relative;
    margin-bottom: 25px;
    opacity: 1;
    border: none;
    background-color: transparent !important;
}
.modal button.close:hover, .modal button.close:active  {
    background-color: transparent;
}
@media screen and (min-width: 640px) {
    .modal-dialog {
        width:  57.25%;
        padding-left: 0;
    }
}
@media screen and (max-width: 639px) {
    .modal-dialog {
        width: 78.125%;
    }
    .modal .xs-show {
        display: block !important;
    }
    .modal .xs-hide {
        display: none !important;
    }
}
/* tables */
.container .semantic_ui .ui.table:last-child,
.container .semantic_ui .ui.table,
.cc-after-content .semantic_ui .ui.table:last-child,
.cc-after-content .semantic_ui .ui.table,
.page-template-page-childrens-classic .semantic_ui .ui.table:last-child,
.page-template-page-childrens-classic .semantic_ui .ui.table
{
    border: 0;
    margin-bottom: 35px;
}

.container .semantic_ui .ui.table tr, .cc-after-content .semantic_ui .ui.table tr {
    background-color: transparent;
}

.container .semantic_ui .ui.table:not(.inverted) thead th,
.container .semantic_ui .ui.table th,
.cc-after-content .semantic_ui .ui.table:not(.inverted) thead th,
.cc-after-content .semantic_ui .ui.table th,
.page-template-page-childrens-classic .semantic_ui .ui.table:not(.inverted) thead th,
.page-template-page-childrens-classic .semantic_ui .ui.table th
{
    font-family: 'Marcellus';
    background-color: transparent;
    color: #203035;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    border-bottom: 2px solid #E5BA7C;
}

.container .semantic_ui .ui.table tbody tr:last-child td,
.container .semantic_ui .ui.table tbody tr td,
.cc-after-content .semantic_ui .ui.table tbody tr:last-child td,
.cc-after-content .semantic_ui .ui.table tbody tr td,
.page-template-page-childrens-classic .semantic_ui .ui.table tbody tr:last-child td,
.page-template-page-childrens-classic .semantic_ui .ui.table tbody tr td  {
    border-top: 0px;
    border-bottom: 1px solid #E5BA7C;
    border-right: 1px solid #F4F4F5;

    color: #203035;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.semantic_ui .ui.table tbody tr td:first-child,
.semantic_ui .ui.table tbody tr td:last-child {
    vertical-align: middle;
}
.container .semantic_ui .ui.table tbody tr:last-child td:last-child,
.container .semantic_ui .ui.table tbody tr td:last-child,
.cc-after-content .semantic_ui .ui.table tbody tr:last-child td:last-child,
.cc-after-content .semantic_ui .ui.table tbody tr td:last-child,
.page-template-page-childrens-classic .semantic_ui .ui.table tbody tr:last-child td:last-child,
.page-template-page-childrens-classic .semantic_ui .ui.table tbody tr td:last-child
 {
    border-right: 0;
}
.page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget {
    display: flex;
    background-color: #fff;
    padding: 25px 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .text h4 {
    color: #203035;
    font-size: 19px;
    line-height: 24px;
}
.page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .text p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .text a {
    color: #203035;
}
.page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .image {
    width: 247px;
    margin-left: 70px;
}
.page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .image img {
    width: 100%;
}
.cc-after-content .widget:nth-of-type(3){
    padding: 55px 46.5px 50px;
    background-color: #fff;
}
.cc-after-content .widget:nth-of-type(3) h2 {
    font-size: 28px;
    line-height: 35px;
}
.cc-after-content .widget:nth-of-type(3) p{
    display: none;
}
.cc-after-content .semantic_ui .ui.table tbody tr td, .page-template-page-childrens-classic .semantic_ui .ui.table tbody tr td {
    padding: 27px 25px;
    width: 50%;
}
.cc-after-content .semantic_ui .ui.table tbody tr td:first-of-type, .cc-after-content .semantic_ui .ui.table thead tr th:first-of-type, .page-template-page-childrens-classic .semantic_ui .ui.table tbody tr td:first-of-type, .page-template-page-childrens-classic .semantic_ui .ui.table thead tr th:first-of-type {
    padding-left: 0;
}

@media screen and (max-width: 639px) {
    .container .semantic_ui .ui.table, .cc-after-content .semantic_ui .ui.table {
        overflow-x: scroll;
    }
    .page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .image, .page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .text {
        width: 100%;
    }
    .page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .text h4 {
        text-align: center;
    }
    .page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .text p {
        text-align: center;
    }
    .page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .image {
        margin-left: 0;
        margin-top: 20px;
    }
    .page-id-1789 .cc-after-content .widget:nth-of-type(2) .textwidget .image img {
        max-width: 247px;
        display: block;
        margin: 0 auto;
    }
    .page-template-page-childrens-classic .gallery-post-text .image, .page-template-page-childrens-classic .gallery-post-text .text {
        width: 100%;
    }
    .page-template-page-childrens-classic .gallery-post-text .text h4 {
        text-align: center;
    }
    .page-template-page-childrens-classic .gallery-post-text .text p {
        text-align: center;
    }
    .page-template-page-childrens-classic .gallery-post-text .image {
        margin-left: 0;
        margin-top: 20px;
    }
    .page-template-page-childrens-classic .gallery-post-text .image img {
        max-width: 247px;
        display: block;
        margin: 0 auto;
    }
}
/* end of tables */


/* forms */
.wpcf7-form > p {
    color: #203035;
    font-family: Marcellus;
    font-size: 19px;
    line-height: 24px;
    font-weight: normal;
}

.wpcf7-form > p > label, .wpcf7-form .extra-tickets label {
    color: #203035;
    font-family: Marcellus;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
    width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap input[type="text"],
.wpcf7-form .wpcf7-form-control-wrap input[type="email"],
.wpcf7-form .wpcf7-form-control-wrap input[type="number"],
.wpcf7-form .wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form .wpcf7-form-control-wrap select
{
    height: 42px;
    width: 100%;
    border: 1px solid #E5BA7C;
    box-sizing: border-box;

    color: #203035;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    border-radius: 0;
}
.wpcf7-form .wpcf7-form-control-wrap select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}
.wpcf7-list-item-label {
    color: #203035;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    display: block;
    float: right;
    margin-left: 10px;
}

.wpcf7-form input[type="submit"] {
	height: 42px;
	border-radius: 4px;
    background-color: #203035;
    color: #ffffff;

    font-family: Roboto;
    font-weight: normal;
    text-transform: uppercase;
}
/* end of forms */

/* override for navbar */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}
/* main image */

body > .image {
    max-width: 1170px;
    margin: 0 auto;
}
body > .image img {
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 990px) {
    body > .image {
        max-width: 970px;
    }
}
@media (max-width: 989px) and (min-width: 768px) {
    body > .image {
        max-width: 750px;
    }
}
@media (max-width: 767px) {
    body > .image {
        max-width: 100%;
    }
}
/******************************************************************************************************
Blog Posts
******************************************************************************************************/
.single div.content {
    padding: 70px 47px 80px;
}
.single div.content .post_title {
    text-align: left;
    font-size: 2.8rem;
    line-height: 35px;
}
.single  > .image img, .page  > .image img  {
    display: block;
    height: auto;
}
.single  > .image-xs, .page > .image-xs {
    display: none;
}
.single .content_constrain {
    padding:  0;
}
.single .content_constrain p:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
}
.single > .container.content {
    max-width: 1100px;
}
.single .share-buttons h4 {
    font-size: 1.9rem;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E5BA7C;
    width: 100%;
    max-width: 350px;
    margin: 60px 0 17px;
}
.single .share-buttons .buttons {
    display: flex;
}
.single .share-buttons .buttons a {
    margin-right: 8px;
    display: block;
}
@media (max-width: 1199px) and (min-width: 990px) {
    .single > .container.content {
        max-width: 970px;
    }
}
@media (max-width: 989px) and (min-width: 768px) {
    .single > .container.content {
        max-width: 750px;
    }
}
@media (max-width: 767px) {
    .single > .container.content {
        max-width: calc(100% - 50px);
    }
    .single div.content {
        padding: 16px 15px 25px;
    }
    .single > .image {
        display: none;
    }
    .single .image-xs {
        display: block;
    }
    .single .image-xs img {
        display: block;
        width: 100%;
        height: 100%;
    }
}
/*Sponsorships page*/
.after-content {
    max-width: 1007px;
    width: calc(100% - 70px);
    margin: 30px auto 0;
}
.after-content a:not(.button) {
    color: #2B2B2B;
    text-decoration: underline;
}
.after-content a:not(.button):hover {
    text-decoration: none;
}
.after-content p:last-of-type:not(:first-of-type) {
    margin-bottom: 0;
}
.before-content-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 55px 0 30px;
    background: #FFF;
}
.before-content-logos img {
    display: block;
}
.before-content-logos img:first-of-type {
    width: 151px;
    margin-right: 100px;
}
.before-content-logos img:nth-of-type(2) {
    width: 147px;
    margin-right: 100px;
}
.before-content-logos img:last-of-type {
    width: 109px;
}
.page-vincera-childrens-classic-sponsorship-may-16-2022 div.content h2.post_title {
    text-align: left;
    padding: 0 20px;
}
.page-vincera-childrens-classic-sponsorship-may-16-2022 .clear30 {
    height: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .after-content {
        max-width: 900px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .after-content {
        max-width: 680px;
    }
}
@media (max-width: 479px) {
    .before-content-logos img:first-of-type {
        margin-right: 10px;
        width: 118px;
    }
    .before-content-logos img {
        width: 87px;
        margin-right: 25px !important;
    }
    .after-content .button {
        margin-bottom: 16px;
    }
    .after-content br.xs-show {
        display: initial !important;
    }
}
@media (max-width: 700px) {
    .before-content-logos {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 639px) {
    .before-content-logos {
        flex-direction: column;
    }
    .before-content-logos img:nth-child(1) {
        order: 3;
    }
    .before-content-logos img:nth-child(3) {
        margin-bottom: 30px !important;
    }
    .before-content-logos img {
        margin-right: 0 !important;
        margin-bottom: 20px;
        width: 100px !important;
    }
    .before-content-logos img:last-child {
        margin-bottom: 0;
    }
    .before-content-logos + .content-wrapper .content_constrain {
        overflow-x: hidden;
    }
}