/*!
Theme Name: Magazilla Child
Theme URI: http://cmsmasters.net/magazilla-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Magazilla Child Theme
Template: magazilla
Version: 1.0.0
License:
License URI:
Text Domain: magazilla-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*-------------------------------------------------------------------------*/
/* Browser Reset
/*-------------------------------------------------------------------------*/

:root {
    --theme-color-primary: #F37021;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
}
html {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object,
video,
audio,
embed,
canvas,
iframe,
main,
summary {
    /*display: block;*/
}
video,
audio,
progress,
canvas {
    vertical-align: baseline;
}
video {
    background-color: #000000;
}
template,
[hidden],
audio:not([controls]) {
    display: none;
}
audio:not([controls]) {
    height: 0;
}
iframe {
    max-width: 100%;
}
abbr,
address,
progress {
    display: inline-block;
    text-decoration: none;
}
abbr:not([class]),
acronym {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
#middle ul:after,
#bottom ul:after,
#middle ol:after,
#bottom ol:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
dl {
    display: block;
    overflow: hidden;
}
dt {
    display: block;
    font-weight: bold;
    overflow: hidden;
}
dd {
    display: block;
    overflow: hidden;
}
q:before,
q:after {
    content: none;
}
del {
    text-decoration: line-through;
}
table {
    width: 100%;
}
img {
    display: inline-block;
    color: transparent;
    height: auto;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: auto;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}
img.wp-smiley,
img.emoji {
    font-size: 1em;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
}
figure {
    background-image: none !important;
}
fieldset {
    margin: 25px 2px 30px;
    padding: 1.5em 1em .5em;
    border-width: 0;
    border-style: solid;
}
fieldset legend {
    padding: 3px 10px;
    margin-top: -25px;
}
input {
    line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
textarea {
    resize: vertical;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
optgroup {
    font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
}
input[type=submit],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
    pointer-events: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text]::-ms-clear {
    display: none;
}
p:empty {
    display: none;
}
:focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    background-color: transparent;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
}
pre {
    white-space: pre-wrap;
}
pre a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
}
code {
    display: inline-block;
}
code a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
}
svg:not(:root) {
    overflow: hidden;
}
sub,
sup,
small {
    font-size: 75%;
}
sub,
sup {
    line-height: 0;
    position: relative;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
b,
strong {
    font-weight: bold;
}
th,
td,
caption {
    font-weight: normal;
}
dfn {
    font-style: italic;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
mark {
    color: #000000;
}
.sticky,
.bypostauthor,
.screen-reader-text {
    outline: none;
}
.info-note {
    margin-top: 30px;
    border-left: 5px solid var(--theme-color-primary);
    padding-left: 15px;
}
.post_comments .post_comments_title {
    margin: 0 0 20px;
    font-size: 18px;
}
.cmsmasters_single_slider .cmsmasters_single_slider_item_title {
    margin-top: 0;
}
.cmsmasters_single_slider .cmsmasters_single_slider_item_title a {
    line-height: 1 !important;
}

.carousel-slider .carousel-slider__caption .caption{
    color: #000;
    margin-top: 24px;
}

.carousel-slider-outer-images {
   margin-bottom: 24px;
}

.newsletter-form-popup {
    background-color: rgba(251,186,49,.5);
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 16px;
    max-width: 100%;
}

.newsletter-form-popup_wrapper {
    max-width: 100%;
}

.newsletter-form-popup_wrapper .wpcf7-not-valid-tip {
    display: none;
}

.newsletter-form-popup_left {
    margin-bottom: 10px;
    width: 100%;
}

.newsletter-form-popup_left h3 {
    font-family: "Playfair Display",sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 26px;
    color: #000;
    padding-bottom: 0;
    text-align: center;
}
.newsletter-form-popup_left p {
    font-size: 12px;
    line-height: 1.625em;
    margin: 0;
    font-weight: 700;
    width: calc(100% - 16px);
    color: #000;
    text-align: center;
}


.newsletter-form-popup_right,
.newsletter-form-popup_right p {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}

.newsletter-form-popup_right p {
    width: 100%;

}

.newsletter-form-popup_right .wpcf7-form-control-wrap {
    flex: 1;
    display: block;
    padding-bottom: 10px;
}

.newsletter-form-popup_right .wpcf7-email {

}

.newsletter-form-popup_right .wpcf7-spinner {
    display: none;
}

.newsletter-form-popup_right .wpcf7-submit {
    color: #000;
    background-color: var(--theme-color-primary);
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    min-height: 50px;
}

.newsletter-form-popup_right .wpcf7-submit:hover {
    background-color: #fed14a;
}


.wpcf7 form.newsletter-form-popup .wpcf7-response-output {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    border: 0 none;
    padding: 16px 0 5px;
    margin: 0;
}

.wpcf7 form.invalid.newsletter-form-popup .wpcf7-response-output {
    color: #790000;
}

.newsletter-form-popup_wrapper {
    display: flex;
}
@media screen and (max-width: 767px){
    .newsletter-form-popup_wrapper {
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px){
    .newsletter-form-popup_wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .newsletter-form-popup_left {
        flex: 1;
        max-width: 375px;
        margin-bottom: 0px;
    }

    .newsletter-form-popup_left h3,
    .newsletter-form-popup_left p {
        text-align: left;
    }

    .newsletter-form-popup_right {
        display: flex;
        flex: 1;
    }

    .newsletter-form-popup_right p {
        display: flex;
        flex: 1;
        align-items: flex-start;
    }
    .newsletter-form-popup_right .wpcf7-form-control-wrap {
        padding-right: 15px;
        padding-bottom: 0;
    }

    .newsletter-form-popup_right .wpcf7-submit {
        width: auto;
    }
}
.submitted-message {
    font-weight: 700;
    text-align: center;
}


.news-tip-form {
    background: #f7f7f7;
    padding: 40px 40px 31px 40px;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%), 0 -4px 0 0 #0077ab;
    margin: 0 0 30px 0;
    max-width: 100%;
}

.news-tip-form h3{
    font-size: 24px;
    font-family: "Playfair Display",sans-serif;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 400;
}

.news-tip_fields {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 2%;
    grid-row-gap: 16px;
}

.news-tip_field {
    grid-column: 1/-1;
}

.news-tip_field label {
    margin: 10px 0 4px 0;
    font-size: 16px;
    font-weight: 700;
    padding:0;
    display: block;
    line-height: 1.3em;
}

.news-tip_field label .required {
    font-style: italic;
    font-weight: 400;
    color: #790000;
    margin-left: 4px;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
}

.news-tip_field .wpcf7-not-valid-tip {
    display: none;
}

.news-tip_field .wpcf7-not-valid {
    border-color: #790000 !important;
    color: #790000 !important;
}


.news-tip_field .wpcf7-form-control-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.news-tip_field .wpcf7-textarea {
    background-color: #fff;
}

.news-tip_field .wpcf7-submit {
    color: #000;
    background-color: var(--theme-color-primary);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    padding: 18px 18px 17px;
}

.news-tip_field .wpcf7-submit:hover {
    background-color: #fed14a;
}

.news-tip_field .wpcf7-list-item {
    margin-left: 0;
}
.news-tip_field .wpcf7-list-item label {
    display: flex;
    margin: 0;
}

.news-tip_field .wpcf7-list-item .jcf-checkbox {
    order: 1;
    margin-top: 3px;
}

.news-tip_field .wpcf7-list-item .wpcf7-list-item-label {
    order: 2;
    font-weight: 400;
    padding-left: 5px;
    font-size: 15px;
}


.wpcf7 form.news-tip-form .wpcf7-response-output {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    border: 0 none;
    padding: 16px 0 5px;
    margin: 0;
}

.wpcf7 form.invalid.news-tip-form .wpcf7-response-output {
    color: red;
}

@media (min-width: 641px) {
    .news-tip_field-half {
        grid-column: span 6;
    }

    .news-tip_field-full {
        grid-column: span 12;
    }
}

@media screen and (min-width: 768px){
    .wpcf7 form.news-tip-form .wpcf7-response-output {
        text-align: left;
    }
}


.newsletter-form {
    margin: 41px auto 40px;
    max-width: 350px;
}

@media screen and (min-width: 981px){
    .newsletter-form {
        margin: 41px 0 24px;
    }
}

.newsletter-form .wpcf7-submit {
    font-size: 18px;
    font-weight: 700;
    margin: 0 16px 0 0;
    color: #000;
    background-color: var(--theme-color-primary);
    text-transform: uppercase;
    width: 100%;
    padding: 6px 18px 5px;
}

.newsletter-form .wpcf7-submit:hover {
    background-color: #fed14a;
}


.newsletter-form .wpcf7-not-valid-tip {
    display: none;
}

.newsletter-form p{
    padding-bottom: 0;
}


.newsletter-form .wpcf7-radio,
.newsletter-form .wpcf7-checkbox {
    display: flex;
    gap: 20px;
}

.newsletter-form .wpcf7-list-item {
    margin-left: 0;
}

.newsletter-form-white p{
    color: #fff !important;
}
.newsletter-form-white p .required{
    color: #fff !important;
}

.newsletter-form-white .wpcf7-radio,
.newsletter-form-white .wpcf7-checkbox {
    margin-top: 10px;
}

.newsletter-form .wpcf7-list-item label{
    padding: 0;
    display: flex;
}

.newsletter-form .wpcf7-list-item .jcf-radio,
.newsletter-form .wpcf7-list-item .jcf-checkbox {
    order: 1;
    margin-top: 2px;
}

.newsletter-form .wpcf7-list-item  .jcf-checkbox {
    margin-right: 10px;
}

.newsletter-form .wpcf7-list-item .wpcf7-list-item-label {
    order: 2;
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
}

.newsletter-form-radio,
.newsletter-form-checkbox {
    margin-top: 20px;
    margin-bottom: 24px;
}

.newsletter-form-radio > label,
.newsletter-form-checkbox > label{
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 24px;
    display: block;
}

.newsletter-form-radio .required,
.newsletter-form-checkbox .required {
    color: #790000;
    margin-left: 4px;
}

.wpcf7 form.newsletter-form .wpcf7-response-output {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    border: 0 none;
    padding: 16px 0 5px;
    margin: 0;
}

.wpcf7 form.invalid.newsletter-form .wpcf7-response-output {
    color: #790000;
}

.newsletter-form .wpcf7-spinner {
    display: none;
}


.newsletter-aside {
    background: #f7f7f7;
    padding: 30px 23px;
    margin-bottom: 30px !important;
}

.newsletter-aside h3{
    font-size: 18px;
    font-family: "Playfair Display",sans-serif;
    font-weight: 800;
    margin-bottom: 28px;
    padding-bottom: 0;
    line-height: 1;
    text-align: center;
}

.newsletter-aside .hint {
    font-size: 14px;
    padding: 10px 0 0;
    text-align: center;
    display: block;
     color: #555;
}

.newsletter-aside .wpcf7-spinner {
    display: none;
}

.wpcf7 form.newsletter-aside .wpcf7-response-output {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    border: 0 none;
    padding: 16px 0 0;
    margin: 0;
}

.wpcf7 form.invalid.newsletter-aside .wpcf7-response-output {
    color: #790000;
}

.newsletter-aside p {
    padding-bottom: 0;
}

.newsletter-aside .wpcf7-not-valid-tip {
    display: none;
}

.newsletter-aside .wpcf7-submit {
    font-size: 15px;
    font-weight: 700;
    margin: 0 16px 0 0;
    color: #000;
    background-color: var(--theme-color-primary);
    text-transform: uppercase;
    width: 100%;
    padding: 4px 18px;
}

.newsletter-aside .wpcf7-submit:hover {
    background-color: #fed14a;
}

.newsletter-aside .wpcf7-radio {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.newsletter-aside .newsletter-aside-radio .wpcf7-radio {
    justify-content: flex-start;
}

.newsletter-aside .wpcf7-checkbox {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.newsletter-aside .wpcf7-list-item {
    margin-left: 0;
}
.newsletter-aside .wpcf7-list-item label{
    padding: 0;
    display: flex;
}

.newsletter-aside .wpcf7-list-item .jcf-radio,
.newsletter-aside .wpcf7-list-item .jcf-checkbox {
    order: 1;
    margin-top: 3px;
}

.newsletter-aside .wpcf7-list-item .jcf-checkbox {
    margin-right: 10px;
}

.newsletter-aside .wpcf7-list-item .wpcf7-list-item-label {
    order: 2;
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.newsletter-aside-radio,
.newsletter-aside-checkbox {
    margin-top: 20px;
    margin-bottom: 24px;
    margin-left: 10px;
    margin-right: 10px;
}


.newsletter-aside-radio > label,
.newsletter-aside-checkbox > label{
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 24px;
    display: block;
    text-align: center;
    color: #555;
}

.newsletter-aside-radio .required,
.newsletter-aside-checkbox .required {
    color: #790000;
    margin-left: 4px;
}

.newsletter-aside .wpcf7-form-control-wrap {
    display: block;

}

@media screen and (min-width: 768px){
    .newsletter-aside .wpcf7-text,
    .newsletter-aside .wpcf7-submit {
        /*max-width: 255px !important;*/
        display: block;
        margin: 0 auto;
    }
}



.contact-form-post-bottom {
    max-width: 575px;
    margin: 20px auto 0;
    position: relative;
}

.contact-form-post-bottom .form-btn {

}
.contact-form-post-bottom .wpcf7-submit {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 4px 16px;
    background-color: #006ad5;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}

@media screen and (min-width: 768px){
    .contact-form-post-bottom .form-flex {
        padding-right: 162px;
    }
    .contact-form-post-bottom .form-btn {
        width: 142px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.contact-form-post-bottom .required {
    color: #790000;
    margin-left: 4px;
}

.contact-form-post-bottom .wpcf7-submit:hover {
    background-color: #004489;
    color: #fff;
}

.contact-form-post-bottom .form-flex {
    display: flex;
    gap: 11px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form-post-bottom .wpcf7-spinner,
.contact-form-post-bottom .wpcf7-not-valid-tip {
    display: none;
}

.contact-form-post-bottom .wpcf7-form-control-wrap {
    flex: 1;
}

.contact-form-post-bottom .form-inline {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px){
    .contact-form-post-bottom .form-inline {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 0;
    }
}

.contact-form-post-bottom .wpcf7-radio,
.contact-form-post-bottom .form-inline label {
    color: #fff;
}
.contact-form-post-bottom .form-inline label {
    font-size: 12px;
    font-weight: 600;
}

.contact-form-post-bottom .wpcf7-radio {
    display: flex;
    gap: 20px;
}

.contact-form-post-bottom .wpcf7-list-item {
    margin-left: 0;
}

.contact-form-post-bottom .wpcf7-list-item label {
    display: flex;
}

.contact-form-post-bottom .wpcf7-list-item .jcf-radio{
    order: 1;
}

.contact-form-post-bottom .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 0;
    order: 2;
}

.wpcf7 form.contact-form-post-bottom .wpcf7-response-output {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    border: 0 none;
    padding: 8px;
    margin: 0;
}

.wpcf7 form.invalid.contact-form-post-bottom .wpcf7-response-output {
    color: #ff0000;
}

.hide-form {
    display: none !important;
}

.cmsmasters_open_profile .profile_content.with_sidebar {
    width: 100%;
}

.cmsmasters_open_profile .profile_sidebar {
    width: 100%;
    padding: 24px 0 0 0;
    float: left;
    transform: translate(0px,0px);
}



.subscribe-to-our-newsletter-row-v2 {
    background: #363636;
    color: #fff;
    padding: 50px 87px 47px;
    width: 405px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.375;
}

.subscribe-to-our-newsletter-row.subscribe-to-our-newsletter-row-v2 h2{
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    padding: 0 0 40px;
    color: inherit;
    margin: 0;
}

.subscribe-to-our-newsletter-row-v2 .newsletter-form-popup_wrapper {
    padding: 1px;
    margin: 45px 0 0 !important;
}

.subscribe-to-our-newsletter-row-v2 .form-flex {
    padding-right: 142px;
}

.subscribe-to-our-newsletter-row-v2 .form-flex {
    margin-bottom: 10px
}

.subscribe-to-our-newsletter-row-v2 .form-inline p{
    display: flex;
    gap: 20px;
    align-items: center;
}

.subscribe-to-our-newsletter-row-v2 .form-inline label {
    align-items: center;
}

.subscribe-to-our-newsletter-row-v2 .form-inline .wpcf7-list-item-label {
    font-size: 10.5px;
}

@media (max-width: 1024px) {
    .subscribe-to-our-newsletter-row-v2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: auto;
        padding: 57px 35px 45px !important;
    }

    .subscribe-to-our-newsletter-row-v2 .form-flex p {display: contents;}
}
@media (max-width: 767px) {
    .subscribe-to-our-newsletter-row-v2 .form-flex {
        padding-right: 0;
    }
}



.cmsmasters_single_slider .cmsmasters_post_category {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    top: 0;
    left: 0;
}

.cmsmasters_post_category .cmsmasters_cat_color {
    font-size: 10px;
    line-height: 1.75;
    padding: 0 8px;
    margin: 0;
}

.cmsmasters_open_post .cmsmasters_post_cont_info_top .cmsmasters_post_category {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.inserter-bl {
    margin-top: 20px;
}

.must-log-in {
    padding-left: 10px;
    padding-bottom: 0;
}

.nsl-container.nsl-container-block {
    padding-left: 10px !important;
}

div.nsl-container-inline {
    margin: -15px 0 -20px 10px !important;
}

.heading-logo-center {
    margin: 60px 0 30px;
}

.heading-logo-center img{
    max-width: 400px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 992px) {
    .heading-logo-center {
        margin: 30px 0;
    }
}


.heading-description {
    margin: 0 0 60px;
}

@media only screen and (min-width: 768px) {
    .cmsmasters_heading_wrap.heading-h1-title h1{
        font-size: 45px;
        line-height: 1.25;
    }
}

.heading-sanjose h2 {
    position: relative;
    display: flex;
    align-items: center;
}

.cmsmasters_text + .heading-sanjose {
    margin-top: 30px !important;
}

.hidden-section {
    display: none !important;
}

.our-sponsors .cmsmasters_column_inner {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 992px) {
    .our-sponsors .cmsmasters_column_inner {
        gap: 32px;
    }
}

.our-sponsors .cmsmasters_column_inner::after {
    display: none;
}

.our-sponsors .cmsmasters_img {
    max-width: calc((100% - 16px) / 2);
    flex: 0 0 calc((100% - 16px) / 2);
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 641px) {
    .our-sponsors .cmsmasters_img {
        max-width: calc((100% - (2 * 16px)) / 3);
        flex: 0 0 calc((100% - (2 * 16px)) / 3);
    }
}


@media only screen and (min-width: 992px) {
    .our-sponsors .cmsmasters_img {
        max-width: calc((100% - (4 * 32px)) / 5);
        flex: 0 0 calc((100% - (4 * 32px)) / 5);
    }
}

.cmsmasters_button.btn-blue {
   background: #026ad5 !important;
   border: 2px solid #026ad5 !important;
   color: #fff !important;
}
.cmsmasters_button.btn-blue:hover {
    background-color: #fff !important;
    color: #026ad5 !important;
}

.section-maxwidth .cmsmasters_row_inner{
    max-width: 1220px;
}

.section-custom-column .one_fourth {
    width: 14%;
}

.section-custom-column .three_fourth {
    width: 80.4%;
}

@media only screen and (max-width: 1024px) {
    .section-custom-column .one_fourth {
        width: 20%;
    }

    .section-custom-column .three_fourth {
        width: 74.4%;
    }
}

@media only screen and (max-width: 768px) {
    .section-custom-column .one_fourth,
    .section-custom-column .three_fourth {
        width: 97.2%;
    }
}


.anchor-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}



#page.cmsmasters_heading_after_header.enable_header_top #middle,
#page.cmsmasters_heading_under_header.enable_header_top #middle .headline .headline_outer{
    padding-top: 0 !important;
}


.column-subheader {
    padding-bottom: 20px;
}


.section-maxwidth-centered .cmsmasters_row_inner {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

.section-maxwidth-centered img{
    margin-bottom: 24px;
}


@media only screen and (max-width: 768px) {

    .page-id-164734 .cmsmasters_profile.horizontal{
        display: flex;
        gap: 0 24px;
        flex-wrap: wrap;
    }


    .page-id-164734 .cmsmasters_profile .cmsmasters_profile_horizontal.profile {
        flex: 0 0 calc((93%-24px)/2);
        width: calc((93%-24px)/2) !important;
        padding-bottom: 0px !important;
    }


    .page-id-164734 .anchor-btns .cmsmasters_button{
        font-size: 14px;
        padding: 15px;
    }
}



.custom-space-divider {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
}

@media only screen and (min-width: 768px) {
    .custom-space-divider {
        margin-top: 58px !important;
        margin-bottom: 58px !important;
    }

    .columnist-list-section + .custom-space-divider {
        margin-top: 33px !important;
    }
}


.grid_archive_category_post_list_sm {
    padding-bottom: 38px;
}

.grid_archive_category_post_list_sm .cmsmasters_single_slider {
    padding: 0;
}

.grid_archive_category_post_list_sm .cmsmasters_single_slider_title {
    font-size: 30px;
    font-family: "Playfair Display",sans-serif;
    font-weight: 700;
    line-height: 1.1;
    padding: 0 0 38px;
    margin: 0;
}

.grid_archive_category_post_list_sm .cmsmasters_single_slider_item_inner {
    padding-top: 0;
    padding-bottom: 0;
}

.grid_archive_category_post_list_sm .cmsmasters_single_slider_item_title a {
    color: #363636;
}

.grid_archive_category_post_list_sm .cmsmasters_post_date {
    line-height: 1;
    margin: 10px 0 5px;
    display: block;
}
.grid_archive_category_post_list_sm .cmsmasters_post_date abbr {
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .grid_archive_category_post_list_sm .cmsmasters_single_slider_title {
        font-size: 24px;
    }
}

.d-none {
    display: none;
}

@media only screen and (min-width: 768px) {
    .d-md-block{
        display: block;
    }

    .d-md-none {
        display: none;
    }
}
#bottom .widget.social-menu-col ul li .fab {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ebebeb;
    padding: 6px 0;
    text-align: center;
    background: #c8c8c8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#bottom .widget.social-menu-col ul li .fab:hover {
    background: #838485;
}

.single-events .middle_content {
    padding-bottom: 0;
}

.single-events .middle_content:after {
    display: none;
}

.single-events .cmsmasters_open_post {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.single-events .cmsmasters_post_content {
    padding-bottom: 0;
}

.single-events .opened-article {
    padding-bottom: 35px;
}


.entry-content .sharethis-inline-share-buttons {
    display: none !important;
}
.page-id-172584 .headline_inner,
.page-id-170376 .headline_inner {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .cmsmasters_open_post .cmsmasters_post_cont_info_bottom {
        float:none;
    }

    .addtoany_shortcode {
        justify-content: flex-start;
    }
}
#page.fixed_header #header.toggled {
    overflow: auto;
    height: 100%;
}
#slide_top {
    z-index: 9;
}
@media screen and (max-width: 991px) {
    .hubspot-form.in-page {
        margin: 0 auto 50px;
        max-width: 415px;
    }
}
@media screen and (min-width: 992px) {
    .hubspot-form.in-page {
        margin: 0 50px;
        max-width: 350px;
    }
}
.hbspt-form .hs_error_rollup {
    display: none;
}
.hubspot-form .sj-hbspt label {
    color: #fff;
}
.hubspot-form .sj-hbspt .hs-form-field,
.newsletter-aside .sj-hbspt .hs-form-field {
    margin-top: 10px;
}
.sj-hbspt .hs-form-field .inputs-list li {
    line-height: 1;
}
.sj-hbspt .inputs-list li::before,
.sj-hbspt .inputs-list li::after {
    content: none;
}
.hubspot-form .sj-hbspt .hs-submit,
.newsletter-aside .sj-hbspt .hs-submit {
    margin-top: 10px;
}
.sj-hbspt .hs-submit .actions input {
    font-size: 15px;
    font-weight: 700;
    margin: 0 16px 0 0;
    color: #000;
    background-color: var(--theme-color-primary);
    text-transform: uppercase;
    width: 100%;
    padding: 0 20px;
    line-height: 50px;
}
.hs-form-booleancheckbox-display span {
    margin-left: 10px;
}
.hs-error-msgs label {
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.single .hs-error-msgs {
    color: #aa0000;
}
.sj-hbspt.hs-form .hs_email input {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .single .newsletter-form-popup .sj-hbspt.hs-form .hs_email {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    .single .newsletter-form-popup .sj-hbspt.hs-form {
        display: flex;
        width: 100%;
    }
    .single .newsletter-form-popup .sj-hbspt.hs-form .hs_email {
        padding-right: 15px;
        width: 100%;
    }
}
.hbspt-form {
    width: 100%;
}

.resp_mid_nav_outer .buttons {
    padding-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.resp_mid_nav_outer .buttons a {
    padding: 15px;
    font-size: 14px;
    font-family: Montserrat, sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .hide_on_mobile {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .hide_on_desktop {
        display: none !important;
    }
}

.cmsmasters_row.donate-now-row.dark-layout,
.cmsmasters_row.donate-now-row.light-layout {
    margin-bottom: 30px;
}

.cmsmasters_row.donate-now-row.dark-layout a,
.cmsmasters_row.donate-now-row.light-layout a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #000;
    display: inline-block;
}

.cmsmasters_row.donate-now-row.dark-layout a {
    background-color: var(--theme-color-primary);
}

.cmsmasters_row.donate-now-row.light-layout a {
    color: #000;
    border: 1px solid var(--theme-color-primary);
}
.cmsmasters_profile_horizontal .cmsmasters_img_wrap img {
    width: 180px;
}
.cmsmasters_profile_horizontal .cmsmasters_profile_header .cmsmasters_profile_title a {
    font-size: 18px;
}
.profile .cmsmasters_profile_subtitle {
    margin-bottom: 5px;
}
.cmsmasters_profile_horizontal .cmsmasters_profile_header .cmsmasters_profile_title {
    padding-bottom: 0;
}

.trending {
    display: none;
    padding: 5px 0;
}

.wp_widget_custom_most_trending {
    font-family: Montserrat, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: #000;
}

.wp_widget_custom_most_trending a,
.wp_widget_custom_most_trending .widgettitle {
    color: #000;
    font-size: 0.875rem;
}

.wp_widget_custom_most_trending .widgettitle {
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    font-family: Montserrat, sans-serif !important;
}

.wp_widget_custom_most_trending a {
    font-weight: 600;
    text-decoration: underline;
}

.wp_widget_custom_most_trending a:hover {
    color: #000;
    text-decoration: none;
}

.widget_most_trending {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.govpack-inline-list {
    display: flex;
    align-items: center;
    flex-grow: 0 !important;
}

.govpack-inline-list li {
    padding-top: 0;
    display: inline-flex;
}

.govpack-inline-list a {
    color: dimgray;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.govpack-inline-list svg {
    width: 20px;
    height: 20px;
}

.govpack-inline-list li::before,
.wp-block-govpack-profile__social_group::before {
    display: none;
}

.wp-block-govpack-profile__info {
    width: 100%;
}

.wp-block-govpack-profile-self {
    margin-bottom: 32px;
}

.wp-block-govpack-profile-self .wp-block-govpack-profile__line {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}

.content-area--govpack-profile .entry-header {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-govpack-profile__info {
    margin-top: 20px;
}

.page-id-195057 .content a{
 font-size: 16px;
}

.wp-block-column .wp-block-govpack-profile {
    max-width: 100% !important;
    float: none;
}

.wp-block-details-election summary {
    background: #f2f2f2;
    padding: 10px 16px 10px 32px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.wp-block-details-election summary::before {
    content:'';
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    border-left: 5px solid #000;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);

}

.wp-block-details-election[open] summary::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-bottom: 0 none;
}

.wp-block-details-election .wp-block-group {
    padding-top: 32px;
}

.wp-block-details-election .wp-block-group .wp-block-columns {
    gap: 0;
}

@media screen and (min-width: 768px) {
    .wp-block-details-election .wp-block-group .wp-block-columns {
        gap: 32px;
    }
}

.wp-block-details-election .wp-block-govpack-profile__name {
    padding-bottom: 0;
}

.wp-block-details-election .wp-block-govpack-profile__name a {
    font-size: inherit;
}

.wp-block-details-election .govpack-photo {
    margin: 0;
}

.wp-block-details-election .wp-block-govpack-profile__contact--address {
    display: inline-block;
    margin-top: 8px;
}

.wp-block-details-election .wp-block-govpack-profile {
    margin-bottom: 0;
}

.govpack-profile-related-articles {
    width: 100%;
    margin-bottom: 40px;
}

.govpack-profile-related-articles li:not(:first-child) {
    margin-top: 16px;
    padding-top: 0;
}

.govpack-profile-related-articles a {
    color: #212121;
    font-size: 16px;
}

.cmsmasters_open_post .cmsmasters_post_content em a:not(.wp-block-button__link),
.cmsmasters_open_post .cmsmasters_post_content i a:not(.wp-block-button__link) {
    font-style: italic;
}



#bottom .widget.social-menu-col ul {
    display: flex !important;
    flex-wrap: wrap !important;
}

.fa-custom-x {
    width: 30px;
    height: 30px;
    color: #ebebeb;
    padding: 6px 0;
    background: #c8c8c8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.fa-custom-x:hover {
    background: #838485;
}

.fa-custom-x::after {
    margin-top: 2px;
    width: 14px;
    display: block;
    content: url("data:image/svg+xml,%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ebebeb' fill-rule='nonzero'%3E%3Cpath d='M8.3055814,5.91395349 L13.5009302,0 L12.2702326,0 L7.7572093,5.13395349 L4.15534884,0 L0,0 L5.44790698,7.76418605 L0,13.9651163 L1.23069767,13.9651163 L5.99348837,8.54232558 L9.79813953,13.9651163 L13.9534884,13.9651163 M1.67488372,0.908837209 L3.5655814,0.908837209 L12.2693023,13.1009302 L10.3781395,13.1009302'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}