/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

html, html *, *:before, *:after {
    box-sizing: border-box;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-family: 'Libre Baskerville', serif; }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.entry ul,
.entry ol {
    padding: 0 0 0 1em;
}
.entry ul > li,
.entry ol > li {
    list-style-position: initial;
}

.entry blockquote {
    clear: both;
    color: inherit;
    border-left: 0;
    padding: 1em;
    margin: 1em 0;
    background-color: #efefef;
    font-size: 1.2em;
}
.entry blockquote p,
.entry blockquote ol,
.entry blockquote ul {
    margin-bottom: 0;
    display: inline;
}
.entry blockquote::before {
    content: '“';
    display: inline;
    font-size: 2em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

#footer { clear:both; }

.hidden {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

/* adding down arrow for dropdown.js */
.menu-item-has-children > a::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid currentColor;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 6px;
    left: 40%;
}

/* Borrowing from Bootstrap */
.btn {
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}
.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-xl > .btn, .btn-xl {
    border-radius: 8px;
    font-size: 24px;
    line-height: 1.33333;
    padding: 14px 20px;
}
.btn-block {
    display: block;
    width: 100%;
}

/* tweak top and social nav */
#mainmenu,
#navsocial {
    width: 100%;
    display: flex;
    justify-content: center;
}
#navsocial {
    margin: 0;
    float: right!important;
}
#navsocial li a {
    padding: 12px 10px 15px;
    margin: 0 5px 0 0;
    text-decoration: none;
    line-height: 1.2;
    font-size: 14px;
    color: #848484;
    display: block;
}
#navsocial li a:hover {
    background: #ededed;
    color: #ea6c35;
}
@media (min-width: 650px) {
    #mainmenu,
    #navsocial {
        width: auto;
    }
}
/* Movie Schedule */

#movies_content{
    font-size:16px;
    line-height:34px;
}

#choose-theater{
    font-size:24px;
    line-height:34px;
}

.movie_section_header {
    background-color:#000000;
    color:#FFFFFF;
    width:100%;
    display:block;
    font-size:20px;
    line-height:34px;
    font-weight:900;
    position:relative;
    left:-40px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.movie_list_container {
    display:block;
}

.ap-movie-times .wpz-sc-button {
    margin: 0 0 15px;
}

.headline-news{
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
}

/*.entry img{
    max-width: 640px;
    max-height: 425px;
}*/

.author {
    padding-bottom:10px;
}

#archive {
padding-top:20px;
}

#archive strong {
font-size:17px;
color:black;
}

#archive h1 {
color:#E47C3D;
}

#archive h4 a:hover {
color:black;
}

#archive h4 a {
color:#E47C3D;
font-family: Georgia;
font-size: 18px;
}

#archive p {
font-size:13px;
color: #6E6E6E;
}

.archived {
max-width: 250px; 
float: left; 
padding-right: 30px; 
margin-bottom: 40px;
}

.archived h4 {
padding: 20px 0 0 0;
}

.list-view .recent-post .post-thumb {
    float:left;
    margin:4px 15px 0 0;
}

main .entry a {
    color: #d64b00;
}

/* Trying to make page look better from small-screen up... */
.inner-wrap {
    width: 100%;
    max-width: 1180px;
    padding: 0;
}
#logo span {
    padding: 6px 6px 0;
}
#slider {
    height: auto!important;
    position: relative;
}
#slider .slide_content {
    width: auto!important;
    right: 0;
}
#slider img {
    max-height: none;
    width: 100%;
    height: auto;
}
#slider .flex-direction-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}
#slider .flex-direction-nav li {
    padding: 4px;
}
#slider .flex-direction-nav a {
    position: static;
}
.list-view .recent-post .post-thumb {
    float: none;
    margin: 0 0 6px;
    text-align: center;
}
.recent-post {
    float: none;
}
.recent-post .post-content {
    padding: 0 6px;
}
.recent-posts-nonfeatured {
    margin-left: 0;
}
main a.wpz-sc-button.green, 
main a.wpz-sc-button.orange, 
main a.wpz-sc-button.red {
    display: block;
    color: #fff;
}
.toggle_title,
.toggle_active {
    width: 100%;
    max-width: 584px;
    overflow: hidden;
    border-right: 1px solid #bbb;
    border-radius: 4px;
}
.toggle_content {
    width: 100%;
    max-width: 584px;
    overflow: hidden;
    border-color: #bbb;
}
/*.col-4 {
    width: 100%!important;
}*/
.col-4 img {
    width: auto!important;
    max-width: 100%!important;
}
.col-4 .widget {
    float: none;
    padding: 0 0 1em!important;
    margin: 0 0 1em!important;
    border-bottom: 1px solid #ddd;
}
.col-4 .widget_search {
    padding-bottom: 3px!important;
}
.col-4 .widget_content {
    margin: auto!important;
    float: none;
    padding: 1em 0;
}
.ap-ad {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.ap-ad iframe {
    margin: 4px;
}
#leaderboard_atf {
    min-height: 108px !important;
    max-height: 108px !important;
    height: 108px !important;
	margin: 10px 0;
}
@media (min-height: 800px) {
    #leaderboard_atf {
        min-height: 98px !important;
        max-height: 98px !important;
        height: 98px !important;
    }
}
.col-4 .shortcode_widget .textwidget div {
    float: none!important;
}
.col-4 .shortcode_widget .textwidget br {
    display: none!important;
}
.col-4 .tptn_posts_daily li:nth-child(odd) {
    background: #eee;
}
.col-4 .tptn_posts_daily a {
    display: block;
    padding: 4px 6px;
}
.col-4 .ir_widget > div > div > div {
    height: 460px!important;
}
.col-4 .ir_widget .IR_div {
    min-height: 110px!important;
    border-bottom: 1px solid #ddd;
    padding: 0!important;
    margin-bottom: 6px;
    height: auto!important;
}
.col-4 .ir_widget img {
    float: left!important;
    height: auto!important;
    max-height: 100px;
}
#footer {
    width: auto!important;
}
#footer div.column {
    margin: 0!important;
    padding: 0!important;
    width: auto!important;
}
#footer .column .widget {
    float: none!important;
    width: 100%!important;
    padding: 6px!important;
}
@media screen and (min-width: 650px) {
    #footer .widget-area {
        display: flex!important;
    }
    #footer div.column {
        flex-basis: 33%;
    }
}
@media screen and (min-width: 1000px) {
    h4.title.recent-posts-category {
        margin-top: 6px;
    }
    .col-4 .widget_250x2_widget .widget_250x2 div {
        float: left!important;
        width: 46%!important;
        margin-right: 10px;
    }
}
/* Home page */
.home main > h3.title {
    padding: 0 6px;
}
.home_widgets .home_column {
    width: 100%;
}
.home_column .widget_text h3.title {
    display: none;
}
/*
.home_column .widget_text div {
    float: none!important;
    width: 100%!important;
    padding: 0!important;
}
.home_column .widget_text div + div {
    text-align: center;
}
.home_column .widget_text iframe {
    width: 100%!important;
}
.home_column .widget_text h5 {
    padding: 0!important;
}
.home_column .widget_text h5 a {
    padding: 6px!important;
    display: block;
}
*/
.home .home_buttons a {
    display: block;
    background: #D64B00;
    width: 100%;
    margin: 10px 0 10px 0;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    font-family: sans-serif;
}
.home .list-view h4 {
    margin-top: 1em!important;
}
.home .list-view h4 a {
    padding: 0 6px!important;
}
.home .second-block {
    border-top: 1px solid #ddd;
}
.home .two-blocks {
    margin-top: 0;
}
@media screen and (min-width: 500px) {
    /*.home_column .widget_text {
        width: 48%;
        padding-right: 6px;
    }
    .home_column > div:nth-child(2) {
        display: none;
    }
    .home_column > div:nth-child(3) {
        float: right;
        width: 50%;
        margin-top: -10px;
    }
    .home_column > div:nth-child(3) a {
        display: block;
        padding: 8px 0;
    }*/
    .home .recent-post.featured {
        float: left;
        width: 49%!important;
    }
    .home .post-thumb img.thumbnail {
        width: 100%;
    }
    .home .second-block {
        border: 0;
        border-left: 1px solid #E5E5E5;
        padding-left: 6px;
        float: right;
        width: 49%!important;
    }
    .home .two-blocks {
        width: 49%!important;
    }
    .home .two-blocks .recent-post.featured {
        width: 100%!important;
    }
}
@media (min-width: 600px) and (max-width: 767px), (min-width: 1050px) {
    /*.home .home_buttons {
        column-count: 2;
    }*/
    .home .home_buttons a {
        display: inline-block;
    }
}
@media screen and (min-width: 1000px) {
    .home .list-view .recent-post .post-thumb {
        width: 48%;
        float: left;
		margin-right: 6px;
    }
}
/* Archive (News, etc.) & Search */
.archive .list-view > .clear,
.search .list-view > .clear {
    display: none;
}
h1.archive_title {
    width: 100%;
}
.archive .list-view .recent-post,
.search .list-view .recent-post {
    margin: 0 0 1em;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 500px) {
    .archive .recent-post .post-thumb,
    .search .recent-post .post-thumb {
        float: left;
        width: auto;
        padding-right: 6px;
    }
}
@media screen and (min-width: 768px) {
    h1.archive_title {
        margin-top: 14px;
    }
    .archive .col-4,
    .search .col-4 {
        margin-top: 0;
    }
}
/* Page, Post */
.page .list-view {
    width: auto!important;
    float: none!important;
}
.single .col_main {
    float: none;
    width: 100%!important;
}
.single .col_meta {
    float: none;
    width: 100%!important;
    margin-top: 1em;
}
.single .share_box .share_btn {
    float: left!important;
    width: 30%!important;
}
.page h4.title.recent-posts-category {
    padding: 0 6px;
    margin-top: 1em;
}
.page .list-view > .recent-post {
    margin: 0 0 1em;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}
.page .second-block {
    border-top: 1px solid #ddd;
}
@media screen and (min-width: 500px) {
    .page .recent-post.featured {
        float: left;
        width: 49%!important;
    }
    .page .post-thumb img.thumbnail {
        width: 100%;
    }
    .page .second-block {
        border: 0;
        border-left: 1px solid #E5E5E5;
        padding-left: 6px;
        float: right;
        width: 49%!important;
    }
    .page .list-view > .recent-post .post-thumb {
        float: left;
        width: auto;
        padding-right: 6px;
        max-width: 200px;
    }
}
@media (min-width: 768px) {
    main .wp-caption {
        width: 100%!important;
        max-width: 100%!important;
    }
    .panel-body {
         padding-left: 5px!important;
         padding-right: 5px!important;
    }
    h1.archive_title {
        margin-top: 14px;
    }
}
@media screen and (min-width: 1000px) {
    .page .list-view .recent-post .post-thumb {
        width: 48%;
        float: left;
    }
    .page .recent-post .recent-posts-featured {
        width: 48%;
        float: right;
    }
}
/* Movie Listings */
.movie_section_header {
    position: static;
    padding: 6px;
    width: auto;
    line-height: 1.5;
}

/* Issuu Digital Edition */
/*.home .home_column {
    display: flex;
    flex-direction: column;
    margin: 0;
}
@media screen and (min-width: 500px) {
    .home .home_column {
        flex-direction: row;
    }
}
.home .home_column .widget_text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-width: 0 10px 10px 0;
}
a.archive-link {
    display: block;
    background: white;
    margin: 0 -6px 0 0;
    text-align: center;
    color: #D64B00;
    position: relative;
    bottom: -4px;
}*/

/* AAFES Gas Prices */
.widget_250x2_widget .textwidget {
    text-align: left;
    background: #fff;
}
.widget_250x2_widget h3.title {
    padding: 0;
}
.widget_250x2_widget .textwidget img {
    float: none;
}
.widget_250x2_widget .textwidget h4 {
    font-size: 12px;
    line-height: 2;
}

/** DSGVO CSS **/
.wpcf7 {
    padding: 0 12px;
}
.wpcf7 p {
  position: relative;
}
.wpcf7 span.required {
    position: absolute;
    left: -12px;
    top: 4px;
    color: red;
    font-weight: bold;
}
div.wpcf7-mail-sent-ok {
    background: rgba(57, 143, 20, .25);
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    background: rgba(255, 0, 0, .25);
}
/* Generic button */
a.button {
    font-size: 13px;
    line-height: 1 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
  font-family: "Georgia", "Times New Roman", serif;
    width: auto;
    padding: 14px 20px 14px 20px;
    margin: 0 5px 5px 0;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    background: #44bdbd;
    color: #ffffff!important;
    border: 1px solid #44bdbd;
}
a.button.small {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 14px 9px 14px;
}
a.button.red {
    background: #da5457;
    color: #ffffff;
    border-color: #da5457;
}
/* User Request layout */
.user-request .wpcf7-list-item {
    width: 48%;
}
/* OneTrust Cookie Settings adjustments */
.optanon-alert-box-wrapper a,
.optanon-alert-box-wrapper a:hover,
.optanon-alert-box-wrapper a:active,
.optanon-alert-box-wrapper a:focus {
    color: white;
    text-decoration: underline;
    margin-left: 6px;
    font-size: 11pt;
}
.optanon-alert-box-wrapper .optanon-alert-box-corner-close {
    display: none;
}
.optanon-alert-box-wrapper .optanon-alert-box-button-container a,
.optanon-alert-box-wrapper .optanon-alert-box-button-container a:hover {
    font-size: 14px;
}
div.entry .optanon-show-settings-popup-wrapper {
    height: auto;
}
div.entry .optanon-show-settings-left,
div.entry .optanon-show-settings-right,
div.entry #optanon-show-settings-popup {
    display: none !important;
}
div.entry .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    background: 0 !important;
    border-top: 0;
    border-bottom: 0;
    float: none;
    height: auto !important;
    padding-top: 0;
}
div.entry .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
    color: white !important;
    margin-top: 0 !important;
    font-size: 11px;
}

/* legal list styles */
#legal-list {
  counter-reset: section;
}
#legal-list h2 {
  margin-left: 30px;
  text-indent: -26px;
}
#legal-list h2:before {
  counter-increment: section;
  content: counter(section) ".";
  margin: 0 0.25em 0 0;
}
#legal-list ol {
  counter-reset: clause;
  list-style: none outside none;
  text-indent: -2em;
  margin-left: 2.4em;
}
#legal-list ul {
  text-indent: 0;
}
#legal-list ol > li {
  counter-increment: clause;
}
#legal-list ol > li:before {
  content: counter(section) "." counters(clause, ".") ". ";
}

/** fix nested LIs **/
.entry ul, .entry ol {
    margin: 0 0 14px 0;
}
.entry ol > li {
    list-style-type: decimal;
}
.entry ul > li {
    list-style-type: square;
}
.entry li li {
    padding-left: 1em;
}

/** custom figure / figcaption **/
.wp-caption figure {
    display: table;
}
.wp-caption figcaption {
    display: table-caption;
    caption-side: bottom;
}
main .wp-caption.alignleft {
    float: left;
    width: auto!important;
}
.wp-caption.aligncenter figure {
    margin-left: auto;
    margin-right: auto;
}
main .wp-caption.alignright {
    float: right;
    width: auto!important;
}
.wp-caption.alignright figure {
    margin-right: 0;
    margin-left: auto;
}

/** Issuu widget CTA button **/
a.btn.btn-issuu {
    margin: 1em auto;
    display: block;
    color: white;
}
.col-4 .ap_issuu_player a {
    margin: 6px;
}

/** MailChimp subscribe form **/
div.entry #mc-embedded-subscribe {
    margin: 1em;
}
div.entry #mc_embed_signup div#mce-responses {
    padding: 0;
    margin: 0;
    width: 100%;
}
.alert,
div.entry #mc_embed_signup div.response {
    padding: 1em;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    line-height: 1.62;
}
.alert a,
div.entry #mc_embed_signup div.response a {
    font-weight: bold;
}

/* Begin Mailchimp Signup Form */
    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    #mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
    #mergeRow-gdpr fieldset label {font-weight: normal;}
    #mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}
    #mc_embed_signup form {
        padding: 15px;
    }
    #mc_embed_signup .asterisk {
        position: absolute;
        left: -12px;
        top: 0;
    }
    #mc_embed_signup .indicates-required {
        text-align: left;
        position: relative;
        margin: 0 0 20px;
        font-size: 12px;
    }
    #mc_embed_signup fieldset {
        background: #eee;
        border: 1px solid #ccc;
        padding: 20px;
    }
    #mc_embed_signup fieldset + fieldset {
        margin-top: 20px;
    }
    #mc_embed_signup legend {
        background: #848484;
        border: 1px solid #ccc;
        color: white;
        font-size: 18px;
        padding: 8px 10px;
    }
    #mc_embed_signup fieldset fieldset legend {
        background: 0;
        border: 0;
        color: initial;
        font-size: 16px;
    }
    #mc_embed_signup .mc-field-group {
        padding: 0;
        width: 100%;
		max-width: 350px;
    }
    #mc_embed_signup .mc-field-group + .mc-field-group {
        padding-top: 1%;
    }
    #mc_embed_signup .mc-field-group li {
		list-style: none;
    }
    #mc_embed_signup .mc-field-group label {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #mc_embed_signup .mc-field-group input {
        margin: 10px 0;
        width: 100%;
    }
    #mc-embedded-subscribe-form input[type="checkbox"] {
        display: inline;
        width: auto;
        margin-right: 10px;
    }
    #mergeRow-gdpr fieldset label {
        font-weight: normal;
    }
    #mc-embedded-subscribe-form .mc_fieldset {
        border: none;
        min-height: 0px;
        padding-bottom: 0px;
    }
    .alert {
        box-sizing: border-box;
        width: 100%;
        border-color: #9acfea;
    }
    span.alert-info {
        display: block;
        margin-top: -12px;
        margin-bottom: 8px;
        padding: 8px;
        line-height: 1.35;
        border-radius: 0 0 6px 6px;
    }
/* End Mailchimp Signup Form */

.alert-success,
.alert-success a,
.alert-success a:hover,
.alert-success a:link,
.alert-success a:active,
.alert-success a:visited,
div.entry #mc_embed_signup div#mce-success-response {
    color: #3c763d!important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger,
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:link,
.alert-danger a:active,
.alert-danger a:visited,
div.entry #mc_embed_signup div#mce-error-response {
    color: #a94442!important;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info,
.alert-info a,
.alert-info a:hover,
.alert-info a:link,
.alert-info a:active,
.alert-info a:visited {
    color: #31708f!important;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning,
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:link,
.alert-warning a:active,
.alert-warning a:visited {
    color: #8a6d3b!important;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert a {
    font-weight: bold;
}
.alert a:hover {
    text-decoration: underline;
}

/**
 *  Fix Icegram / DSGVO z-indexes
 **/
/* COVID-19 banner */
html #icegram_messages_container .ig_container {
    z-index: 1000;
}
/* Valentine's Day popup */
html > body > .mfp-bg {
    z-index: 1000;
}
html > body > .mfp-wrap {
    z-index: 1000;
}


/** Updating Home page to collapse better
    https://advantiprogmbh.freshdesk.com/a/tickets/339978 
**/
.home h4.title.recent-posts-category {
    margin-top: 0;
}
.row {
    margin: 0 -15px;
}
.col {
    margin: 0 15px;
    padding-top: 15px;
}
.col-8 .ap-ad iframe {
    margin: 10px 0;
}
.col-4 .widget {
    float: none;
    padding: 0 0 1em !important;
    margin: 0 0 1em !important;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
}
@media (min-width: 769px) {
    .row {
        display: flex;
    }
    .col-8 {
        width: 66.6666%;
        max-width: 66.6666%;
    }
    .col-6 {
        width: 50%;
        max-width: 50%;
    }
    .col-4 {
        width: 380px;
        min-width: 380px;
        max-width: 33.3333%;
    }
}

/* moving ads into content on small screens: https://advantiprogmbh.freshdesk.com/a/tickets/339872?note=35162549837 */
.ap-ad {
    text-align: center;
    background: #fff;
	clear: both;
}
.news-article + .ap-ad,
.recent-post + .ap-ad {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
    .row .ap-ad > div {
        margin: 2em 0;
        height: 50vh;
        min-height: 500px;
    }
    .row .ap-ad > div.ap-ad-320x100 {
        height: 33vh;
        min-height: 300px;
    }
    .row .ap-ad > div > div {
        position: sticky;
        top: 30vh;
    }
}