/*
 * Holding pattern stylesheet.
 *
 * Rules staged here currently have no hits in the live theme/plugin PHP+JS
 * renderer paths I checked. This excludes CSS files, vendored assets,
 * language copies, and older backup/copy files.
 *
 * The file remains enqueued so there is no behavior change while we keep
 * tightening the candidate set.
 */

.cn-text-container{
    color: #000000 !important;
}
#cookie-notice .cn-button {
    margin: 0 0 0 10px !important;
    display: inline-block;
    padding: 4px 8px !important;
    background-color: #005E73 !important;
    color: white !important;
}

.cn-button.bootstrap {
color: #fff;
background: #1B1B1D;
}

.file-upload-btn{
    font-weight: bold;
    font-family: 'quicksand';
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: 0px;
    padding: 12px 36px;
    border-radius: 5px;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  /*font-size: 100px;*/
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
}
.btn-file input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.upload-photo.margin-top-25 {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.btn-file input.upload-author-image[type="file"] {
    cursor: pointer;
}
.dashboard-content .btn-file.file-upload-btn input.upload-author-image[type="file"] {
    height: 100%;
    left: 0;
    width: 100%;
}

.one_of_four_square {
    position: relative;
    margin: 0.2%;
    display: inline-block;
    overflow: auto;
    width: 178px;
}
.one_of_four_square a:hover{
    border: 0px;
}
.one_of_four_header{
    padding: 3px 0px 2px 0px;
    height: 40%;
    border-bottom: 2px solid black;
    position: relative;
}
.one_of_four_header_text{
    font-size: 40px;
    font-weight: 600;
    padding: 0px 0px 0px 2px;
    display: inline;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    color: black;
}
.one_of_four_text{
    padding: 5px 0px 0px 0px;
    font-size: 20px;
    line-height: 1.2em;
    color: black;
    text-align: center;
}
.one_of_four_header_logo{
    display: none;
    vertical-align: middle;
    padding: 4px 0px 0px 0px;
}
.sq-setter-w {
    width: 100%;
    height: auto;
    visibility: hidden;
}
.sq-setter-h {
    width: auto;
    height: 100%;
    visibility: hidden;
}
.sq-content {
    background-color: #F9BD2C;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0px 8px 0px 8px;
    cursor: pointer;
}
.four_of_four_square {
    display: inline-block;
    overflow: auto;
    width: 94%;
}
.four_of_four_header{
    padding: 3px 0px 2px 0px;
    height: 50%;
}
.four_of_four_header_text{
    font-size: 25px;
    font-weight: 600;
    padding: 0px 8px 0px 2px;
    color: black;
    border-bottom: 2px solid;
    font-family: Quicksand;
}
.four_of_four_text{
    padding: 0px 0px 0px 4px;
    font-size: large;
    line-height: 1.2em;
    color: black;
    font-family: Quicksand;
}
.lsq-setter-w {
    width: 100%;
    height: auto;
    visibility: hidden;
}
.lsq-setter-h {
    width: auto;
    height: 100%;
    visibility: hidden;
}
.lsq-content {
    border-radius: 5px;
    background-color: #F9BD2C;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 68px;
    padding: 0px 8px 0px 8px;
}
.click_to_share_FP{
    padding-left: 0px;
    color: #F9BD2C;
}
.event-ticket-link{
    font-size: 24px !important;
    background-color: #005E73;
}

.ldlr_container{
    margin-left: 0px;
    margin-right: 60px;
    font-size: 14px;
    line-height: 1.4;
}

.guidance_bar{
    display: inline-flex;
    width: 100vw;
    text-align: left;
}
.guidance_bar_element{
    border: solid 3px #F9BD2C;
    width: calc(33% - 40px);
    margin: 4px;
    padding: 10px;
}
.guidance_image{
    width: 48%;
    float: right;
    margin: 0px 0px 0px 5px;
}
.guidance_header{
    font-size: 17px;
}
.guidance_text{
    font-size: 11px;
    margin-top: 10px;
}

@media (max-width: 480px) {
    .dashboard-contnt .upload-photo .file-upload-btn {
        padding: 10px 10px;
    }
    #yellow_bar_buttons{
        display: none;
    }
    #below_front_page_yellow{
        display: none;
    }
}

@media (max-width: 480px) and (min-width: 315px) {
    .voti-excerpt{
        font-size: x-small;
        line-height: 1.1em;
    }
}

@media (max-width: 576px) {
    #tablet_image{
        display: none;
    }
    .ldlr_container {
        margin-left: 0px;
        margin-right: 35px;
        font-size: 20px;
    }
    .one_of_four_header_text {
        font-size: medium;
        font-weight: 600;
        padding: 0px 0px 0px 2px;
        display: inline;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: black;
        text-align: center;
    }
    .one_of_four_header {
        padding: 3px 0px 2px 0px;
        height: 34%;
        border-bottom: 2px solid black;
        position: relative;
    }
    .one_of_four_text {
        padding: 3px 0px 0px 0px;
        font-size: 11px;
        line-height: 1.2em;
        color: black;
        text-align: left;
        padding-left: 2px;
    }
    .one_of_four_square {
        position: relative;
        margin: 0.2%;
        display: inline-block;
        overflow: auto;
        width: 23%;
    }
    .sq-content {
        background-color: #F9BD2C;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0px 2px 0px 2px;
    }
    .four_of_four_text {
        padding: 0px 0px 0px 4px;
        font-size: 11px;
        line-height: 1.1em;
        color: black;
        font-family: Quicksand;
    }
    .four_of_four_header_text {
        font-size: inherit;
        font-weight: 600;
        padding: 0px 8px 0px 2px;
        color: black;
        border-bottom: 2px solid black;
        font-family: Quicksand;
    }
    .lsq-content {
        border-radius: 5px;
        background-color: #F9BD2C;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3.4em;
        padding: 0px 8px 0px 8px;
    }
    .four_of_four_square{
        width: 96%;
    }
    #voti_description{
        padding-left: 10px;
        padding-right: 5px;
    }
    .fp_round{
        border: 1px solid #F9BD2C;
        height: 57px;
        border-radius: 50%;
        width: 57px;
        margin: 0px 3px 0px 3px;
        position: relative;
    }
    .round_content{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 53px;
    }
    .round_header{
        display: block;
    }
    .round_header_rollover{
        display: none;
    }
    .round_header_text{
        color: #F9BD2C;
        font-size: 8px;
        line-height: 1.1em;
        padding-left: 0px !important;
    }
    .round_text{
        color: #F9BD2C;
    }
    .guidance_bar{
        display: none;
        width: 100vw;
        background-color: #1b1b1d;
        height: fit-content;
        padding: 0px 0px 10px 0px;
        margin-bottom: 20px;
        margin-left: unset;
    }
    .guidance_bar_element{
        border: solid 3px #F9BD2C;
        width: 33%;
        margin: 2px;
        padding: 5px;
    }
    .guidance_image{
        width: 100%;
        margin: 5px 0px 0px 5px;
    }
    .guidance_header{
        font-size: 12px;
        line-height: 1.1em;
    }
    .guidance_text{
        font-size: 9px;
        line-height: 1.2em;
        padding-top: 5px;
    }
}

@media (max-width: 992px) {
    .partial-background-cover-votiexcerpt{
        background-color: rgba(0,0,0,0.7);
        width: fit-content;
        padding: 3px 8px 3px 10px;
        margin-left: -10px;
        display: none;
    }
    #voti-row div:hover .partial-background-cover-votiexcerpt{
        display: block;
    }
    .partial-background-cover-eventlocation{
        background-color: rgba(0,0,0,0.7);
        width: fit-content;
        padding: 2px 8px 2px 10px;
        margin-left: -10px;
        font-size: 11pt;
        font-family: Quicksand;
        font-weight: bolder;
    }
    .tag-excerpt{
        font-size: x-small;
    }
}

@media (min-width: 993px) {
    .ldlr_container {
        margin-left: 0px;
        margin-right: 5px;
        font-size: 15px;
        line-height: 1.2em;
    }
    .partial-background-cover-votiexcerpt{
        background-color: rgba(0,0,0,0.7);
        width: fit-content;
        padding: 3px 8px 3px 10px;
        margin-left: -10px;
        display: none;
    }
    #voti-row div:hover .partial-background-cover-gexcerpt{
        display: block;
    }
    .partial-background-cover-eventlocation{
        background-color: rgba(0,0,0,0.7);
        width: fit-content;
        padding: 2px 8px 2px 10px;
        margin-left: -12px;
        font-size: 14px;
        font-family: Quicksand;
        font-weight: bolder;
    }
    .voti-excerpt{
        font-size: smaller;
    }
    .tag-excerpt{
        font-size: smaller;
    }
}

.fp_round{
    border: 2px solid #F9BD2C;
    height: 90px;
    border-radius: 50%;
    width: 90px;
    margin: 0px 8px 0px 8px;
    position: relative;
    background-color: rgba(0,0,0,0.3);
}
.round_content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.round_header{
    display: block;
}
.round_header_rollover{
    display: none;
}
.round_header_text{
    color: #F9BD2C;
    line-height: 1.1em;
}
.round_text{
    color: #F9BD2C;
}
.fp_search_container{
     width: 345px;
}
.aboutQuestion{
    font-size: 14px;
    font-weight: 600;
    color: white;
}
.aboutQuestion::after{
    content: '>>';
    font-size: 14px;
    line-height: 2.2em;
    padding-top: 17px;
    color: #F2295F;
    padding-left: 3px;
    font-weight: 800;
}
.aboutExplanation{
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 8px 0px;
    background-color: #1B1B1D;
}

.CP_guidance_titles{
    font-size: 25px;
    text-align: center;
    padding: 5px 10px;
    margin: 20px auto;
    width: 100%;
    margin-top: -44px;
    background-color: #005E73;
}

.hu-top-content{
    display: none !important;
}
#hu-legal-links{
    display: none !important;
}
.hu-btn{
    border: 2px solid #005E73 !important;
    background: #005E73 !important;
}
.hu-btn.hu-btn-link {
    color: #bbbbbb !important;
}

.CM_post_category_header{
    vertical-align: middle;
    padding: 0px;
    border-top: 4px solid #f9bd2c;
    border-bottom: 4px solid #f9bd2c;
    width: 100%;
    color: white;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
    line-height: 65px;
    margin-top: 120px;
}

.voti_quote{
    background-color: #005E73;
    padding-top: 10px;
    border-radius: 10px;
    margin: 40px;
}
.voti_quote:before {
    top: 25px;
}
.voti_quote:after {
    top: 25px;
}
.voti_blue_block{
    background-color: #005E73;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 40px;
}
