/*
Theme Name: Edition Child Theme
Description: Child theme for edition.
Author: Themewich
Template: edition
*/
@import url("../edition/style.css");

p, ul, ol, body, h4.review-title {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 17px !important;
}

#toc_container {
    padding: 0 0 0 25px;
    background-color: transparent !important;
    border: none;
    border-left: 3px solid #dadada;
}

#toc_container p.toc_title {
    font-weight: 400;
    color: #000;
    text-align: left;
}

.numCounter {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
    color: #000;
}

.numCounter li {
    float: left;
    width: 25%;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    border-left: 3px solid #d1d1d1;
    padding: 0 0 0 12px;
    line-height: 22px;
    font-size: 23px;
}

.numCounter li strong {
    display: block;
    color: #e00057;
    font-weight: 500;
}

.numCounter li strong em {
    font-style: normal;
}

.tribe-events-page-title {
    padding: 40px 0 20px;
}

.tribe-events-list-separator-month span {
    background-color: #e00057;
    padding: 0 36px;
    color: #fff;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
}

.tribe-events-list-separator-month span::before {
    content: "";
    width: 12px;
    height: 100%;
    left: -12px;
    top: 0;
    position: absolute;
    border-right: solid 12px #e00057;
    border-top: solid 40px transparent;
}

.tribe-events-list-separator-month span::after {
    content: "";
    width: 12px;
    height: 100%;
    right: -12px;
    top: 0;
    position: absolute;
    border-left: solid 12px #e00057;
    border-bottom: solid 40px transparent;
}

h3 {
    padding-left: 16px;
    border-left: solid 3px #da0056;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #000;
    display: block;
    clear: left;
}

.breadcrumbs-primary {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
    margin: 30px 0 0;
    text-align: left;
    position: relative;
}

.breadcrumbs-primary a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    margin: 0 20px 10px 0;
    background-color: rgba(0, 0, 0, .4);
    display: inline-block;
    padding: 5px 14px;
}

.breadcrumbs-primary a::before {
    content: "";
    width: 8px;
    height: 100%;
    left: -8px;
    top: 0;
    position: absolute;
    border-right: solid 8px rgba(0, 0, 0, .4);
    border-top: solid 30px transparent;
}

.breadcrumbs-primary a::after {
    content: "";
    width: 8px;
    height: 100%;
    right: -8px;
    top: 0;
    position: absolute;
    border-left: solid 8px rgba(0, 0, 0, .4);
    border-bottom: solid 30px transparent;
}

.breadcrumbs-primary .breadcrumb_last {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    background-color: rgba(224, 0, 87, .7);
    display: inline-block;
    padding: 5px 14px;
}

.breadcrumbs-primary .breadcrumb_last::before {
    content: "";
    width: 8px;
    height: 100%;
    left: -8px;
    top: 0;
    position: absolute;
    border-right: solid 8px rgba(224, 0, 87, .7);
    border-top: solid 30px transparent;
}

.breadcrumbs-primary .breadcrumb_last::after {
    content: "";
    width: 8px;
    height: 100%;
    right: -8px;
    top: 0;
    position: absolute;
    border-left: solid 8px rgba(224, 0, 87, .7);
    border-bottom: solid 30px transparent;
}

.breadcrumbs {
    position: static;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs li {
    letter-spacing: 1px !important;
    font-size: 11px !important;
}

.wp-caption-text {
    font-size: 0.9em;
}

.wp-caption.aligncenter .wp-caption-text span {
    color: #000;
}

.postcontent table.tablepress {
    font-size: 14px;
}

.postcontent table div.externilink {
    margin: 0;
}

.ui-tabs {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    line-height: 40px;
    border-radius: 0;
    border: none;
    background: none;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 20px 10px 0 !important;
    background-color: #e1e1e1 !important;
    display: inline-block;
    padding: 0;
    border-radius: 0 !important;
    height: 40px;
    background-image: none !important;
    border: none !important;
}

.ui-tabs .ui-tabs-nav li a {
    color: #2f2f2f !important;
    font-size: 17px;
    display: block;
    height: 40px;
    padding: 0 40px !important;
    position: relative;
    transition: all .3s ease 0s;
}

.ui-tabs .ui-tabs-nav li a::before {
    content: "";
    width: 12px;
    height: 100%;
    left: -12px;
    top: 0;
    position: absolute;
    border-right: solid 12px #e1e1e1;
    border-top: solid 40px transparent;
    transition: all .3s ease 0s;
}

.ui-tabs .ui-tabs-nav li a::after {
    content: "";
    width: 12px;
    height: 100%;
    right: -12px;
    top: 0;
    position: absolute;
    border-left: solid 12px #e1e1e1;
    border-bottom: solid 40px transparent;
    transition: all .3s ease 0s;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #c20051 !important;
    color: #fff !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a::before {
    border-right: solid 12px #c20051;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a::after {
    border-left: solid 12px #c20051;
}

.ui-tabs .ui-tabs-panel {

    padding: 10px 0;
    background: transparent !important;
    border: none !important;

}

.dark .widget .widget-title {
    border: none;
}

.extraComment {
    float: left;
    width: 100%;
    padding: 10px 40px 50px;
    box-sizing: border-box;
    
    line-height: 1.9em;
    margin-bottom: 20px;
    color: #777;
}

@media (max-width: 991px) {
    .numCounter li {
        width: 50%;
        margin: 0 0 15px;
    }
}

@media (max-width: 499px) {
    .numCounter li {
        width: 100%;
    }
}

.widget_text_fixed {
    position: relative;
}

.widget_text_fixed .sidebarContent {
    float: left;
    width: 100%;
}

.widget_text_fixed.fixed .sidebarContent {
    position: fixed;
    top: 125px;
    width: 300px;
}

.widget_text_fixed.bottomFixed {
    position: absolute;
    width: 300px;
}

.widget_text_fixed.bottomFixed .sidebarContent {
    position: static;
}

.generatedcontent .content ol.listcomments .children {
    padding-left: 85px;
}

@media (max-width: 991px) {
    .widget_text_fixed {
        position: static !important;
    }

    .widget_text_fixed .sidebarContent {
        position: static !important;
    }
}

#footer .logos {
    margin-bottom: 30px;
    text-align: center;
    vertical-align: middle;
}

#footer .logos a {
    text-decoration: none;
}

#footer .logos img {
    display: inline-block;
    margin: 0 60px 30px;
    opacity: .5 !important;
    transition: all .3s ease 0s;
}

#footer .logos img:hover {
    opacity: 1 !important;
}

@media (max-width: 991px) {
    #footer .partners {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 500px) {
    #footer .logos {
        margin-bottom: 60px;
    }

    #footer .logos img {
        margin: 0 auto 30px;
        display: block;
    }

}

.badge {
    background-color: transparent;
    letter-spacing: 1px !important;
}

.badge a {
    letter-spacing: 1px !important;
}

a.button.outline {
    font-size: 11px !important;
    letter-spacing: 1px !important;
}

.section.section-full .slidecaption .tiny-details {
    font-size: 11px !important;
    letter-spacing: 1px !important;
}

.widget li.recentcomments {
    font-size: 13px !important;
}

#ajaxsearchprores1_1 .results .item .asp_content h3, #ajaxsearchprores1_2 .results .item .asp_content h3, div.asp_r.asp_r_1 .results .item .asp_content h3 {
    line-height: 16px !important;
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
    line-height: 16px !important;
}

#ajaxsearchprores5_1.vertical .item .asp_content h3, #ajaxsearchprores5_2.vertical .item .asp_content h3, div.asp_r.asp_r_5.vertical .item .asp_content h3 {
    line-height: 16px !important;
}

#ajaxsearchprores5_1.vertical, #ajaxsearchprores5_2.vertical, div.asp_r.asp_r_5.vertical {
    top: 38px !important;
}

div.minusy ul, div.plusy ul {
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 1050px) {
    #sitecontainer div.plusy, #sitecontainer div.minusy {
        width: 50% !important;
        padding: 0 15px 0 0 !important;
    }
    #sitecontainer div.plusy li, #sitecontainer div.minusy li{
        width: 100% !important;
        float: left;
    }
}

@media (max-width: 767px) {
    #sitecontainer div.plusy, #sitecontainer div.minusy {
        width: 100% !important;
        padding: 0 0 15px !important;
    }
}

div.minusy ul li, div.plusy ul li {
    margin: 0 !important;
    padding: 0 !important;
}

div.minusy ul li:before, div.plusy ul li:before, .essb_links li:before, .toc_list li:before, .tribe-events-sub-nav li:before, .tribe-bar-views-list li:before {
    display: none !important;
}

.mm-search {
    display: none !important;
}

.mobileSearchAjax {
    display: none;
}

@media (max-width: 991px) {
    .mobileSearchAjax {
        position: absolute;
        top: 0;
        right: -440px;
        width: 80%;
        left: 100%;
        min-width: 140px;
        max-width: 440px;
        z-index: 1;
        height: 38px;
        background-color: #fff;
        display: block;
    }
}

@media (min-width: 1200px) {
    #menu > .sf-menu > li > a {
        font-size: 15px;
    }
}

#menu ul.sf-menu li.megamenu .menu-item-type-custom a {
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0;
}

#menu ul.sf-menu li.megamenu .menu-item-type-custom a:hover {
    text-decoration: underline;
}

#menu ul.sf-menu li.megamenu li a, #menu .sf-menu li li a {
    font-size: 13px;
}

.minusbutton, .plusbutton {
    margin-top: 3px;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.commentAgreement{
    position: relative;
    top: -50px;
    float: right;
    font-size: 13px;
    width: calc(100% - 170px);
    line-height: 18px;
}

.form-submit{
    margin: 0 0 10px;
}

@media (max-width: 500px) {
    .commentAgreement{
        position: static;
        width: 100%;
    }
}

span.logosizer {
    max-width: 150px !important;
}

.agy .box .box-right h3 {
text-transform: none !important;
letter-spacing: 0.05em !important;
padding-bottom: 0.3em !important;
}