/* 
Theme Name: Pearls
Theme URI: https://johnmenadue.com
Author: John Menadue
Version: 1.26
*/


/** Table of Contents:
* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Forms
    * 4.2 - Buttons
    * 4.3 - Breadcrumbs
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Pages
**/

:root{
    --main-color: #272727;
    --secondary-color: #9E9E9E;
    --line-color: rgba(150,150,150,0.5);
}

.adfdfghgj > li{
    width: 43%;
}
/* 1.0 - Fonts
============================== */
@font-face {
    font-family: 'NHaasGroteskTXPro65Md';
    src: url('../fonts/NHaasGroteskTXPro65Md.eot');
    src: url('../fonts/NHaasGroteskTXPro65Md.eot') format('embedded-opentype'),
         url('../fonts/NHaasGroteskTXPro65Md.woff2') format('woff2'),
         url('../fonts/NHaasGroteskTXPro65Md.woff') format('woff'),
         url('../fonts/NHaasGroteskTXPro65Md.ttf') format('truetype'),
         url('../fonts/NHaasGroteskTXPro65Md.svg#NHaasGroteskTXPro65Md') format('svg');
}
@font-face {
    font-family: 'NHaasGroteskTXPro55Rg';
    src: url('../fonts/NHaasGroteskTXPro55Rg.eot');
    src: url('../fonts/NHaasGroteskTXPro55Rg.eot') format('embedded-opentype'),
         url('../fonts/NHaasGroteskTXPro55Rg.woff2') format('woff2'),
         url('../fonts/NHaasGroteskTXPro55Rg.woff') format('woff'),
         url('../fonts/NHaasGroteskTXPro55Rg.ttf') format('truetype'),
         url('../fonts/NHaasGroteskTXPro55Rg.svg#NHaasGroteskTXPro55Rg') format('svg');
}
@font-face {
    font-family: 'NHaasGroteskTXPro75Bd';
    src: url('../fonts/NHaasGroteskTXPro75Bd.eot');
    src: url('../fonts/NHaasGroteskTXPro75Bd.eot') format('embedded-opentype'),
         url('../fonts/NHaasGroteskTXPro75Bd.woff2') format('woff2'),
         url('../fonts/NHaasGroteskTXPro75Bd.woff') format('woff'),
         url('../fonts/NHaasGroteskTXPro75Bd.ttf') format('truetype'),
         url('../fonts/NHaasGroteskTXPro75Bd.svg#NHaasGroteskTXPro75Bd') format('svg');
}
@font-face {
    font-family: 'GTSuperDisplayBold';
    src: url('../fonts/GTSuperDisplayBold.eot');
    src: url('../fonts/GTSuperDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/GTSuperDisplayBold.woff2') format('woff2'),
         url('../fonts/GTSuperDisplayBold.woff') format('woff'),
         url('../fonts/GTSuperDisplayBold.ttf') format('truetype'),
         url('../fonts/GTSuperDisplayBold.svg#GTSuperDisplayBold') format('svg');
}
@font-face {
    font-family: 'NextSoutherlandSerifDEMO';
    src: url('../fonts/NextSoutherlandSerifDEMO.eot');
    src: url('../fonts/NextSoutherlandSerifDEMO.eot') format('embedded-opentype'),
         url('../fonts/NextSoutherlandSerifDEMO.woff2') format('woff2'),
         url('../fonts/NextSoutherlandSerifDEMO.woff') format('woff'),
         url('../fonts/NextSoutherlandSerifDEMO.ttf') format('truetype'),
         url('../fonts/NextSoutherlandSerifDEMO.svg#NextSoutherlandSerifDEMO') format('svg');
}
@font-face {
    font-family: 'euphorigenic';
    src: url('../fonts/euphorigenic.eot');
    src: url('../fonts/euphorigenic.eot') format('embedded-opentype'),
         url('../fonts/euphorigenic.woff2') format('woff2'),
         url('../fonts/euphorigenic.woff') format('woff'),
         url('../fonts/euphorigenic.ttf') format('truetype'),
         url('../fonts/euphorigenic.svg#euphorigenic') format('svg');
}

/* 2.0 - Icon fonts
============================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?55xvk7');
  src:  url('../icon-fonts/icomoon.eot?55xvk7#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?55xvk7') format('truetype'),
    url('../icon-fonts/icomoon.woff?55xvk7') format('woff'),
    url('../icon-fonts/icomoon.svg?55xvk7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelop:before {
  content: "\e909";
}
.icon-print:before {
  content: "\e90a";
}
.icon-link:before {
  content: "\e90b";
}
.icon-linkedin:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90d";
}
.icon-facebook:before {
  content: "\e90e";
}
.icon-close:before {
  content: "\e908";
}
.icon-facebook-circle:before {
  content: "\e902";
  color: #616161;
}
.icon-mail:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e904";
}
.icon-pause:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-twitter-circle:before {
  content: "\e907";
  color: #616161;
}
.icon-chevron-thin-down:before {
  content: "\e901";
}
.icon-chevron-thin-right:before {
  content: "\e90f";
}
.icon-play1:before {
  content: "\e900";
}

/* 3.0 - Useful classes
============================== */
.text-underline{
    text-decoration: underline;
}
hr.clear-line{
    margin: 0;
    border-color: var(--line-color);
}
.social-links-group{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.social-links-group > li{
    border: 1px solid var(--line-color);
    border-right: none;
    flex: 1 1 30%;
    font-size: 16px;
    color: var(--secondary-color);
}
.social-links-group > li:nth-child(n + 4){
    border-top: none;    
}
.social-links-group > li:nth-child(3n){
    border-right: 1px solid var(--line-color);
}
.social-links-group > li a{
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}
.social-links-group > li a:hover{
    background-color: var(--secondary-color);
    color: #fff;
}
.social-links-group > li:last-child{
    border-right: 1px solid var(--line-color);
}
.social-links-group > li + li{
    border-left: 1px solid var(--line-color);
}
.alert{
    border-radius: 0;
}
.alert.alert-primary{
    background-color: #FCFCFC;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1230px;
    }
}
@media screen and (max-width: 991px) {
    .mobile-space{
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* 4.0 - General
============================== */
body{
    font-family: NHaasGroteskTXPro55Rg;
    font-size: 16px;
    color: var(--main-color);
    line-height: 1.375;
}
h1, h2, h3, h4{
    font-family: GTSuperDisplayBold;
    color: #000;
}
h1{
    
}
h2{
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
h3{
    font-size: 34px;
    margin-bottom: 12px;
}
h4{
    font-size: 20px;
    line-height: 1.125;
}
h5{
    font-size: 16px;
    font-family: NHaasGroteskTXPro65Md;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
}
h6{
    font-size: 16px;
    letter-spacing: 1.2px;
}
img{
    max-width: 100%;
}

/* added by M 2024-07 to fix invisible links in bullet points */

ul > li > a > span {
    color: rgb(255, 166, 0);
    text-decoration: underline  ;
}



a:hover,
a{
    transition: all .3s;
    color: inherit;
    text-decoration: none;
}
a:hover{
    opacity: 0.6;
}
p {
    line-height: 1.375;
}
p a{
    white-space: nowrap;
}
strong{
    font-family: NHaasGroteskTXPro75Bd;
}
@media screen and (max-width: 767px) {
    body{
        font-size: 16px;
    }
    h2{
        font-size: 28px;
        letter-spacing: -0.5px;
    }
    h3{
        font-size: 22px;
    }
    h5{
        font-size: 16px;
        margin-bottom: 8px;
    }
}
/**** 4.1 - Forms ****/
.gform_fields{
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.gform_fields > li{
    flex: 1 1 100%;
}
.gform_fields > li.gf_half{
    max-width: 49%;
}
.gfield select{
    
}
.form-control,
.gfield select,
.gfield .ginput_container textarea,
.gfield .ginput_container input{
    height: 45px;
    padding: 5px 12px;
    border: 1px solid var(--line-color);
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
}
.form-control:focus{
    
}
.gfield .ginput_container textarea{
    height: 224px;
}
.gform_footer input[type=submit]{
    background-color: #087CC4;
    color: #fff;
    border-radius: 2px;
    border: none;
    padding: 13px 40px;
    transition: all .3s ease;
}
.gform_footer input[type=submit]:hover{
    background-color: #0d5784;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder {
  color: #A8A8A8;
}
input[type=radio],
input[type=checkbox]{
    width: auto !important;
    height: auto !important;
}
input[type=checkbox]:checked + label:before{
    color: #570e11;
}
.ginput_container input[type=file]{
    display: none;
}
.ginput_container input[type=file] + label{
    margin-bottom: 16px;
}
.ginput_container input[type=file] + label > .btn{
    margin-right: 17px;
    width: auto;
    font-family: inherit;
    letter-spacing: normal;
    text-transform: none;
    border-color: #E0E0E0;
}
@media screen and (max-width: 575px) {
    .gform_footer input[type=submit]{
        padding: 13px 15px;
    }
    .form-control, .gfield select, .gfield .ginput_container textarea, .gfield .ginput_container input{
        padding-left: 15px;
    }
    .gform_fields > li.gf_half{
        max-width: 100%;
    }
    .form-control,
    .gfield select,
    .gfield .ginput_container textarea,
    .gfield .ginput_container input{
        height: 38px;
    }
}

/**** 4.2 - Buttons ****/
.btn{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2.2px;
    padding: 9px 30px;
    border-radius: 2px;
}
.btn-dark{
    background-color: #000;
    color: #fff;
}
.btn-outline-primary{
    
}
.btn-outline-primary:hover{
    
}
.btn-lg{
    padding: 33px 50px;
}
.btn-outline-secondary{
    border: 1px solid #dbdada;
}
.btn-link{
    text-transform: uppercase;
    color: inherit;
    font-size: 16px;
    letter-spacing: 2.8px;
    line-height: 1.2;
}
.btn-links-group .btn-link{
    margin-right: 25px;
}

.breadcrumb{
    background: none;
    padding: 0;
    position: relative;
    margin: 0;
    display: block;
}
.breadcrumb.light ul{
    color: #fff;
}
.breadcrumb hr:last-of-type{
    margin-bottom: 0;
}
.breadcrumb.abs hr{
    display: none;
}
.breadcrumb.abs ul{
    position: absolute;
    z-index: 10;
    top: 30px;
}
.breadcrumb ul{
    margin-bottom: 0;
}
.breadcrumb li{
    margin-right: 8px;
}
.breadcrumb li,
.breadcrumb li a{
    color: inherit;
}
@media screen and (max-width: 575px) {
    .btn{
        width: 100%;
    }
    .btn-lg{
        padding: 25px 15px;
    }
}

/**** 4.4 - Animation ****/
.animate-children > *{
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(30px);
}
.animate-children > .complete{
    opacity: 1;
    transform: none;
}

/***** 5.0 - Mobile menu *****/
.mobile-menu{
    display: none;
}
@media screen and (max-width: 991px) {
    
}

/* 6.0 - Header and Footer
============================== */
.header{
    font-size: 16px;
    margin-bottom: 22px;
}
.header-top{
    padding-top: 17px;
    padding-bottom: 17px;
    z-index: 999;
    background-color: #fff;
}
.header .support-line{
    font-size: 16px;
}
.header-top img{
    height: 22px;
}
.header-logo-section{
    padding-top: 13px;
    padding-bottom: 27px;
    background-image: url(../images/header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 1020;
}
.header-logo-section a{
    display: block;
}
.header-logo-section h3{
    font-family: euphorigenic;
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: -0.06px;
}
.header-logo-section h1{
    font-family: NextSoutherlandSerifDEMO;
    font-size: 46px;
    letter-spacing: -0.1px;
    line-height: 1.5;
    margin-bottom: 0;
}
.logo {
    display: block;
    max-width: 410px;
    margin: auto;
    margin-right: auto;
}
.logo img{
    max-width: 100%;
}
.header-nav{
    position: relative;
}
.header-nav-bg{
    background-color: #fff;
    min-height: 0;
    will-change: min-height;
    transition: min-height .3s ease .1s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 8887;
    display: block;
    margin-top: -1px;
}
.header-nav .header-menu{
    position: relative;
}
.header-nav .header-menu:hover .header-nav-bg{
    border-bottom: 1px solid var(--line-color);
}
.header-nav .main-menu{
    border-bottom: 1px solid var(--line-color);
    position: relative;
    z-index: 8888;
}
.header-nav .main-menu .sub-menu{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding-top: 24px;
}
.header-nav .main-menu > li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all .4s ease .2s;
}
.header-link{
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}
.header .search-form-wrap {
    margin-left: 15px;
    padding-left: 15px;
    line-height: 1;
    padding-top: 1px;
}
.header-link + .header-link {
    margin-left: 15px;
    padding-left: 15px;
}
.header-link .icon{
    font-size: 20px;
    margin-right: 11px;
}
.header-menu .main-menu > li{
/*    padding: 0 8px;*/
}
.header-menu .main-menu > li > a{
    padding: 13px 8px 11px;
    border-bottom: 2px solid rgba(8, 124, 196, 0);
}
.header-menu .main-menu .sub-menu a{
    text-transform: none;
    font-family: NHaasGroteskTXPro55Rg;
}
.header-menu .main-menu > li:hover > a{
    border-bottom: 2px solid rgba(8, 124, 196, 1);
}
.header-menu ul{
    margin-bottom: 0;
}
.header-menu a{
    text-transform: uppercase;
    font-family: NHaasGroteskTXPro65Md;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-top .h-bd{
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}
.logo-text{
    display: none;
}
.logo-text h3{
    margin-top: 5px;
    margin-bottom: 3px;
}
.logo-text h6{
    font-size: 16px;
    letter-spacing: 0;
    font-family: NHaasGroteskTXPro75Bd;
}
.footer{
    background-color: #000;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}
.footer-widget-area{
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-widget-area .widget{
    font-size: 16px;
    margin-right: 30px;
    margin-bottom: 28px;
}
.footer-widget-area .widget h6,
.footer-widget-area .widget a{
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.footer-widget-area .widget  ul > li{
    margin-bottom: 12px;
}
.footer-widget-area .widget h6{
    color: var(--secondary-color);
    margin-bottom: 17px;
}
.footer-widget-area .widget.social-widget{
    margin-left: 40px;
}
.social-menu a{
    font-size: 32px;
    margin-right: 10px;
}
.footer-bottom{
    margin-bottom: 40px;
    color: #757575;
    font-size: 16px;
}
.footer-bottom .row > .col{
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom a{
    color: #fff;
}
@media screen and (max-width: 1199px) {
    .header-menu a{
        padding: 6px;
        font-size: 16px;
    }
    .footer-widget-area .widget{
        margin-right: 0;
    }
    .footer-widget-area .widget.social-widget{
        margin-left: 0;
    }
}
@media screen and (min-width: 992px) {
    .header-nav .main-menu .sub-menu{
        display: block !important;
    }
}
@media screen and (max-width: 991px) {
    .header{
        margin-bottom: 40px;
    }
    .logo{
        width: 61%;
    }
    .header-top{
        border-bottom: 1px solid var(--line-color);
        padding: 10px 0;
    }
    .header-link .icon{
        margin: 3px;
    }
    .header-logo-section h1{
        font-size: 36px;
    }
    .header-nav .header-menu{
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0px 7px 15px -9px rgba(0, 0, 0, 0.53);
        top: 0;
        transform: translateY(-200%);
        transition: all .3s ease;
        min-height: 100vh;
    }
    .header-nav .main-menu{
        border-bottom: none;
    }
    .header-nav-bg{
        display: none !important;
    }
    .header-nav .main-menu .sub-menu{
        visibility: visible;
        display: none;
        opacity: 1;
        position: static;
        transition: none !important;
        padding-top: 0;
    }
    .header-nav .main-menu .sub-menu a{
        text-transform: none;
        font-size: 16px;
    }
    .header-menu .main-menu > li.menu-item-has-children:after{
        content: "\e901";
        font-family: icomoon;
        margin-left: auto;
        font-size: 16px;
        color: #000;
        position: absolute;
        right: 10px;
        top: 12px;
    }
    .header-menu .menu-close{
        margin-right: 15px;
        font-size: 16px;
    }
    .header-top a{
        font-size: 16px;
    }
    body.open-menu .header-menu{
        transform: translateY(0);
    }
    .header-nav > .container{
        max-width: 100%;
        padding: 0;
    }
    .header-nav > .container > .row{
        margin: 0;
    }
    .header-menu > ul{
        padding: 0 15px 15px;
        flex-wrap: wrap;
        max-width: 720px;
        margin: 0 auto;
    }
    .header-menu .widget-parent{
        max-width: 720px;
        margin: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-menu .callout-widget{
        margin-bottom: 0;
    }
    .header-menu .main-menu > li{
        flex: 1 1 100%;
        padding-right: 30px;
        position: relative;
        padding-left: 0;
        border-bottom: 1px solid var(--line-color);
    }
    .header-menu .main-menu > li > a{
        font-size: 16px;
        padding: 7px 0;
        border: none !important;
    }
}
@media screen and (max-width: 767px) {
    .header-top{
        border-bottom: 1px solid var(--line-color);
        padding: 14px 0;
    }
    .header-menu .widget-parent,
    .header-menu > ul{
        max-width: 540px;
    }
    .header-logo-section h1{
        font-size: 20px;
    }
    .header-logo-section h3{
        font-size: 16px;
    }
    body.open-menu .header-top .logo{
        display: none;
    }
    body.open-menu .header-top .logo-text{
        display: block;
    }
    .footer-widget-area .widget ul{
        display: none;
    }
    .footer-widget-area{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-widget-area .social-widget ul,
    .footer-widget-area .widget h6{
        margin-bottom: 0;
    }
    .footer-widget-area .widget{
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-bottom{
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 575px) {
    .header{
        margin-bottom: 20px;
    }
    .header-logo-section{
        padding-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer-widget-area{
        padding-top: 13px;
        padding-bottom: 0;
    }
    .footer-widget-area .social-widget{
        border: none;
        padding-bottom: 0;
    }
    .footer-widget-area .social-widget h6{
        display: none;
    }
    .footer-widget-area .social-widget ul{
        justify-content: center;
        padding-top: 10px;
    }
    .footer-widget-area .widget.social-widget ul > li{
        margin-bottom: 0;
    }
}

/* 7.0 - Pages
======================================= */
.top-articles-section{
    padding-bottom: 20px;
}
.running-line-section{
    padding-top: 20px;
    padding-bottom: 20px;
}
.running-line-section .r-text{
    white-space: nowrap;
}
.running-line-section .r-text:not([data-category="cat1"]){
    display: none;
}
.row-no-wrap{
    flex-wrap: nowrap;
}
.running-line{
    position: relative;
    left: -95%;
}
.running-line-wrapper{
    font-size: 16px;
    margin-bottom: 20px;
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
}
.r-text + .r-text{
    margin-left: 40px;
}
.running-line-wrapper > .row{
    margin: 0;
}
.running-line-wrapper > .row > div{
    padding-top: 14px;
    padding-bottom: 13px;
    border-left: 1px solid var(--line-color);
}
.running-line-wrapper select{
    border: none;
    outline: none;
}
.running-line-control.marq-paussed .icon-pause,
.running-line-control .icon-play1{
    display: none;
}
.running-line-control.marq-paussed .icon-play1{
    display: inline-block;
}
.top-sticky-article{
    padding-right: 40px;
}
.top-sticky-article > div + div{
    margin-top: 15px;
}
.top-sticky-article .article-image{
    width: 100%;
    height: 436px;
    object-fit: cover;
    object-position: center;
    border: 1px solid var(--line-color);
}
.home.v2 .top-sticky-article .article-image{
    height: 400px;
}
.top-sticky-article .article-details{
    padding: 11px 0;
    position: relative;
    z-index: 10;
}
.top-sticky-article .article-details h3{
    color: inherit;
    width: 98%;
    font-size: 26px;
}
.top-sticky-article .article-meta{
    font-size: 16px;
    margin-bottom: 12px;
}
.top-sticky-article .article-meta *{
    color: inherit;
}
.top-sticky-article .article-meta .article-category{
    color: #DB3334;
}
.top-sticky-article .article-meta > *:first-child{
    padding-right: 5px;
}
.top-sticky-article .article-meta > *:not(:first-child){
    border-left: 1px solid #979797;
    padding-left: 5px;
    padding-right: 5px;
}
.article-card.card{
    border: none;
    border-radius: 0;
}
.article-card .card-body{
    padding: 6px 0;
}
.top-articles-section .left-sidebar{
    font-size: 16px;
    margin-right: -15px;
}
.two-cols-articles-section .sidebar,
.top-articles-section .right-sidebar{
    margin-left: 0;
    padding-right: 0;
    border-left: none;
}
.home .two-cols-articles-section .sidebar, 
.home .top-articles-section .right-sidebar{
    margin-left: -55px;
    border-left: 1px solid var(--line-color);
    padding-left: 15px;
    height: 100%;
}
.top-articles-section .right-sidebar .articles-list p{
    line-height: 1.375;
    margin-bottom: 0;
}
.top-articles-section .right-sidebar .articles-list p a.text-underline{
    font-size: 16px;
}
.top-articles-section .right-sidebar .articles-list h4{
    font-size: 20px;
    margin-bottom: 5px;
}
.top-articles-section .right-sidebar .articles-list .article-meta{
    font-size: 16px;
    margin-top: 15px;
}
.top-articles-section .right-sidebar .article-card .card-body{
    padding: 0 0 15px;
}
.right-sidebar .articles-list .article-img{
    height: 145px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}
.home.v2 .right-sidebar .articles-list .article-img{
    height: 190px;
}
.contributors-widget{
    background-color: #fcfcfc;
    padding: 25px 20px;
    border: 1px solid var(--line-color);
    font-size: 16px;
    margin-bottom: 20px;
}
.contributors-widget .row{
    margin-left: -7px;
    margin-right: -7px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--line-color);
}
.contributors-widget .row > div{
    padding-left: 7px;
    padding-right: 7px;
}
.contributors-widget h6{
    font-family: GTSuperDisplayBold;
    letter-spacing: 0;
}
.contributors-widget .user-avatar{
    width: 65px;
    height: 65px;
    object-fit: cover;
    object-position: center center;
}
.contributors-widget > p {
	font-size:small;
}
.article-title{
    margin-top: 5px;
    margin-bottom: 12px;
}
.article-category{
    letter-spacing: 1.2px;
    color: #DB3334;
    font-family: NHaasGroteskTXPro75Bd;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.view-count{
    letter-spacing: 1.2px;
    color: var(--secondary-color);
    white-space: nowrap;
    font-size: 16px;
}
.article-card .article-author,
.article-card .article-date{
    color: var(--secondary-color);
}
.article-author a{
    color: #000;
}
.article-date a{
    color: inherit;
}
.article-footer {
    font-size: 16px;
}
.articles-list {
    margin-bottom: 0;
}
.articles-list > li{
    margin-bottom: 5px;
}

.articles-list-two-cols > li{
    width: calc(50% - 30px);
}
.articles-list-two-cols > li:nth-child(odd){
    border-right: 1px solid var(--line-color);
    padding-right: 50px;
}
.articles-list-two-cols > li:nth-child(even){
    padding-left: 50px;
}
.articles-list-two-cols:after{
    content: "";
    width: calc(50% - 50px);
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 28px;
}
.top-articles-section .right-sidebar .articles-list > li:not(:last-child){
    margin-bottom: 10px;
}
.article-type{
    background-color: #DD4132;
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 12px;
    color: #fff;
    font-family: NHaasGroteskTXPro75Bd;
    font-size: 16px;
    letter-spacing: 1.2px;
}
.subscribe-section {
    font-size: 16px;
    padding-top: 65px;
    padding-bottom: 80px;
}
.subscribe-section p{
    color: #BDBDBD;
    letter-spacing: 1.2px;
}
.subscribe-section h5{
    margin-top: 20px;
}
.subscribe-section form{
    position: relative;
}
.subscribe-section .gform_wrapper{
    padding: 0 25px;
    margin-bottom: 25px;
}
.subscribe-section .gform_fields{
    margin: 0;
}
.subscribe-section .gfield .ginput_container input{
    margin-bottom: 0;
    padding-left: 20px;
}
.subscribe-section .gform_footer input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
}
.megamenu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5000;
    min-height: 490px;
    border-bottom: 1px solid #000;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
}
.megamenu .megamenu-close{
    position: absolute;
    top: 25px;
    right: 25px;
}
body.megamen-open .megamenu{
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.megamenu .subscribe-section {
    padding: 30px;
    border: 1px solid #000;
}
.megamenu .subscribe-section h2{
    font-size: 16px;
}
.megamenu .subscribe-section p{
    font-size: 10px;
}
.megamenu.footer-widget-area .widget h6{
    font-family: NHaasGroteskTXPro65Md;
    color: #272727;
}
.footer-widget-area .widget ul > li{
    margin-bottom: 8px;
}
.megamenu .subscribe-section h5{
    font-size: 10px;
    margin-bottom: 5px;
}
.megamenu .subscribe-section .gform_footer input[type=submit]{
    padding: 13px 15px;
}
.megamenu .subscribe-section .gform_wrapper{
    padding: 0;
    margin: 10px 0;
}
.two-cols-articles-section{
    padding-top: 40px;
    padding-bottom: 20px;
}
.home .two-cols-articles-section{
    padding-top: 27px;
}
.home .one-cols-articles-section > .container > .row > .col + .col,
.home .two-cols-articles-section > .row > .col + .col{
    border-left: 1px solid var(--line-color);
}
.two-cols-articles-section .article-title{
    font-size: 22px;
}
.two-cols-articles-section .articles-list > li{
    padding-bottom: 30px;
    margin-bottom: 0;
}
.two-cols-articles-section .articles-list > li > .card-body{
    padding-bottom: 30px;
}
.two-cols-articles-section .articles-list > li:not(:last-child) > .card-body{
    border-bottom: 1px solid var(--line-color);
}
.two-cols-articles-section .articles-list{
    padding-left: 35px;
    padding-right: 35px;
}
.two-cols-articles-section .col:first-child > .articles-list{
    padding-left: 0;
    padding-right: 53px;
}
.two-cols-articles-section .articles-list .article-category,
.two-cols-articles-section .articles-list .view-count{
    margin-bottom: 10px;
}
.one-cols-articles-section .sidebar{
    padding-left: 20px;
}
.one-cols-articles-section .article-card{
    padding: 27px 20px 27px 0;
}
.one-cols-articles-section .article-card:not(:last-child){
    border-bottom: 1px solid var(--line-color);
}
.one-cols-articles-section .articles-list ~ hr{
    margin-right: 20px;
}
.one-cols-articles-section .sidebar{
    padding-top: 35px;
}
.subscription-widget{
    padding: 23px;
    background-color: #087CC4;
    color: #fff;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}
.subscription-widget .gform_body .gform_fields > li{
    margin-bottom: 0;
}
.contact-section .gform_footer input[type=submit],
.subscription-widget .gform_footer input[type=submit]{
    background-color: #000;
    color: #fff;
    width: 100%;
    /* text-transform: uppercase;*/
    font-size: 16px;
}
.contact-section .gform_footer input[type=submit]:hover,
.subscription-widget .gform_footer input[type=submit]:hover{
    opacity: 0.6;
}
.subscription-widget .abs-img{
    position: absolute;
    width: 128px;
    opacity: 0.15;
    right: -35px;
    top: -25px;
}

/* mhfix */
.widget_top-posts li {
    min-height: 80px;
    margin-top: 20px;
    border-bottom: 1px solid gray;
}
.widget_top-posts 
.blog-sidebar ul li,
.one-cols-articles-section .sidebar .widget ul li{
    margin-bottom:   10px;
}
.subscription-widget h4{
    font-size: 22px;
    color: inherit;
    width: 80%;
    margin-bottom: 20px;
}
.one-cols-articles-section{
    padding-top: 19px;
}
.one-cols-articles-section .articles-list{
    padding-right: 20px;
}
.one-cols-articles-section .articles-list .article-title{
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.home .two-cols-articles-section .sidebar{
    height: 100%;
    padding-right: 25px;
}
.single-post-header {
    font-size: 16px;
    color: var(--secondary-color);
    padding-bottom: 15px;
    border-bottom: 1px solid var(--line-color);
}
.single-post-header .article-category{
    margin-bottom: 10px;
}
.article-author{
    font-size: 16px;
    color: var(--secondary-color);
}
.single-post-header .article-author{
    margin-bottom: 12px;
}
.single-post-body{
    padding-top: 30px;
}
.single-post-content {
/*  padding-left: 80px;  commented out 2023-09-01 letters to editor */
    padding-bottom: 40px;
    color: #424242;
    border-bottom: 1px solid var(--line-color);
}
.single-post-content p{
    line-height: 1.75;
    margin-bottom: 20px;
}
.single-post-content p a{
    text-decoration: underline;
    color: #000;
}
.articles-slider .article-card .card-body{
    padding-bottom: 0;
}
.articles-slider .slick-arrow{
    font-size: 16px;
    top: 100%;
    transform: none;
    outline: none;
}
.articles-slider .slick-arrow.slick-disabled{
    color: #9E9E9E;
}
.articles-slider .slick-dots{
    position: absolute;
    left: 0;
    color: #9E9E9E;
    font-size: 16px;
}
.articles-slider .slick-dots > li{
    margin: 0;
}
.articles-slider .slick-dots > li:not(.slick-active){
    display: none;
}
.articles-slider .slick-arrow.slick-prev{
    left: auto;
    right: 30px;
}
.articles-slider .slick-arrow.slick-prev:before{
    content: "<";
}
.articles-slider .slick-arrow.slick-next:after{
    content: ">";
}
.widget.most-viewed-widget{
    margin-bottom: 50px;
}
.articles-slider .article-img{
    height: 185px;
    object-fit: cover;
    margin-bottom: 11px;
    width: 100%;
}
.single-post-content .post-img{
    margin-bottom: 24px;
    width: 100%;
}
.blog-sidebar .widget{
    /* margin-bottom: 40px; */
    /* commented out by MH to solve letters to the editor problem June 2023 */
}
.callout-widget{
    background-color: #FCFCFC;
    padding: 24px;
    border: 1px solid var(--line-color);
    font-size: 16px;
    margin-bottom: 40px;
}
.callout-widget h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.post-author-section{
    padding-top: 37px;
    border-bottom: 1px solid var(--line-color);
}
.post-author-section .author-box{
    padding: 12px 16px;
    background-color: #FCFCFC;
    border: 1px solid var(--line-color);
    font-size: 16px;
    margin-bottom: 40px;
}
.post-author-section .author-box img{
    width: 60px;
}
.related-posts-slider{
    margin-left: -25px;
    margin-right: -25px;
}
.related-posts-slider .sl{
    padding-left: 25px;
    padding-right: 25px;
}
.related-posts-slider .slick-track{
    display: flex;
}
.related-posts-slider .sl + .sl{
    border-left: 1px solid var(--line-color);
}
.related-potsts {
    border-bottom: 1px solid var(--line-color);
    padding-top: 20px;
    padding-bottom: 35px;
}
.related-potsts h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.related-potsts h4{
    font-size: 16px;
    margin-bottom: 20px;
}
.comments-intro{
    padding-top: 20px;
    padding-bottom: 5px;
}
.comment-policy{
	display:none;
    background-color: #087CC4;
    color: #fff;
    padding: 26px 23px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.comment-policy > *{
    position: relative;
    z-index: 10;
    color: inherit;
}
.comment-policy h3{
    font-size: 22px;
    margin-bottom: 5px;
}
.comment-policy .abs-img{
    position: absolute;
    top: -30px;
    left: -30px;
    width: 130px;
    z-index: 1;
}
.single-post-content,
.post-author-section,
.related-potsts,
.comments-intro{
    margin-right: 50px;
}
.cats-widget h4{
    margin-bottom: 30px;
}
.cats-widget a{
    font-size: 16px;
    font-family: NHaasGroteskTXPro65Md;
}
.donation-header {
    border-bottom: 1px solid var(--line-color);
    padding-top: 80px;
}
.donation-header h3{
    margin-bottom: 8px;
}
.donation-content{
    padding-top: 47px;
    padding-bottom: 80px;
}
.donation-content p{
    margin-bottom: 30px;
}
.donation-content .alert{
    padding: 45px 87px;
    color: var(--main-color);
    margin-bottom: 45px;
}
.donation-content .alert p{
    margin-bottom: 0;
}
.donation-content h4{
    font-size: 20px;
}
.donation-content .alert small{
    font-size: 16px;
}
.donation-content .buttons-group{
    margin-top: 30px;
}
.btn.btn-cst,
.donation-content .buttons-group .btn{
    margin-bottom: 30px;
    font-family: GTSuperDisplayBold;
    font-size: 26px;
}
.page-heading{
    border-bottom: 1px solid var(--line-color);
}
.whiter-box{
    margin-bottom: 25px;
    display: block;
}
.whiter-box h4{
    font-size: 16px;
}
.whiter-box .writer-avatar{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #E0E0E0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto 12px;
    transition: transform 0.2s linear;
}
.whiter-box .writer-avatar > img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.whiter-box:hover .writer-avatar{
    transform: rotateY(180deg);
}
.popular-writers{
    padding-top: 38px;
}
.popular-writers-list{
    margin-right: 50px;
    padding-bottom: 15px;
}
.all-writers-block {
    padding-top: 16px;
}
.all-writers-block .writers-group{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.all-writers-block .writers-group:not(:nth-child(4n)){
    padding-right: 7%;
}
.all-writers-block .writers-group ul{
    font-size: 16px;
    border-top: 1px solid var(--line-color);
    padding-top: 14px;
}
.all-writers-block .writers-group ul a:hover{
    text-decoration: underline;
}
.writers-index-section{
    padding-bottom: 70px;
}
.writer-info{
    padding-top: 20px;
    padding-bottom: 25px;
}
.writer-info p:last-child{
    margin-bottom: 0;
}
.writer-info h4{
    font-size: 22px;
}
.big-avatar{
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 20px;
}
.single-page-contentarea{
    padding-top: 40px;
    padding-bottom: 60px;
}
.single-page-contentarea p{
    margin-bottom: 30px;
}
.single-page-contentarea h3{
    font-size: 22px;
    margin-bottom: 30px;
}
.single-page-contentarea .writers-group{
    margin-bottom: 32px;
}
.single-page-contentarea .writer-info{
    line-height: 1.75;
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 10px;
}
.single-page-contentarea .callout-widget{
    text-align: center;
}
.single-page-contentarea .callout-widget .btn{
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.single-page-contentarea .callout-widget:last-child{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin: 50px auto 0;
}
.blog-category-section{
    padding-bottom: 60px;
}
.blog-category-section.two-cols-articles-section > .row > .col:last-child{
    border-left: none;
}
.header .search-form{
    margin-bottom: 0;
    position: absolute;
    overflow: hidden;
    z-index: 5;
    width: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: width .4s ease;
}
.form-active .search-form{
    width: 300px;
}
.search-form > .icon-search{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #9E9E9E;
}
.search-form .search-button{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 44px;
    padding: 9px 30px;
    background-color: #0062cc;
    color: #fff;
    text-align: center;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    transition: all .3s;
    overflow: hidden;
}
.header .search-form .search-button{
    width: 0;
    padding: 0;
}
.header .search-form input:not(:placeholder-shown) + .search-button{
    width: 50px;
}
.search-form .form-control{
    margin-bottom: 0;
    padding-left: 44px;
}
.header .search-form .form-control{
    padding-left: 15px;
}
#subscribeModal .modal-dialog .modal-content,
#subscribeModal .modal-dialog .modal-content > .container,
#SearchModal .modal-dialog .modal-content,
#SearchModal .modal-dialog .modal-content > .container{
    height: 100%;
}
#subscribeModal .modal-dialog,
#SearchModal .modal-dialog{
    height: 100vh;
    width: 100vw;
    max-width: none;
    max-height: none;
    margin: 0;
}
#subscribeModal button.close,
#SearchModal button.close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    z-index: 100;
}
.subscribe-modal h6{
    text-transform: uppercase;
    margin-top: 14px;
    font-weight: bold;
}
.subscribe-modal .gform_footer input[type=submit]{
    background-color: #000;
    width: 100%;
}
.subscribe-modal .form-control,
.subscribe-modal .gfield select,
.subscribe-modal .gfield .ginput_container textarea,
.subscribe-modal .gfield .ginput_container input{
    font-size: 12px;
}
.subscribe-modal h4{
    margin-bottom: 32px;
    font-size: 16px;
}
.search-no-result{
    padding-bottom: 30px;
}
.search-no-result .blog-sidebar .widget:last-child{
    margin-bottom: 0;
}
.no-reults-box{
    height: 100%;
    border: 1px solid var(--line-color);
    min-height: 400px;
    padding: 20px;
}
.page-not-found{
    padding-bottom: 60px;
}
.page-not-found .search-form{
    margin-bottom: 36px;
}
.page-not-found .page-heading{
    border-bottom: none;
}
.contact-section {
    padding-top: 22px;
    padding-bottom: 125px;
}
.contact-section .page-heading{
    border-bottom: none;
}
.contact-section a{
    text-decoration: underline;
}
.contact-section .alert{
    padding: 30px;
    font-size: 12px;
    border: 2px solid #E0E0E0;
}
.contact-section .gfield .ginput_container textarea{
    height: 140px;
}
.contact-section .gfield .ginput_container input{
    height: 42px;
}
.search-results-page .page-heading {
    padding-bottom: 20px;
}
.filters-widget input[type=checkbox]{
    margin-right: 10px;
    line-height: 1;
}
.filters-widget .checkboxes-list > li{
    margin-bottom: 0;
}
.filters-widget .search-form{
    margin-bottom: 25px;
}
.filters-widget label{
    font-size: 12px;
    text-transform: none;
}
.filter-accordion{
    border-top: 1px solid rgba(0,0,0,.125);
    margin-top: 15px;
}
.filter-accordion .card-header .btn{
    font-family: NHaasGroteskTXPro55Rg;
    outline: none !important;
    box-shadow: none;
    display: flex;
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
    text-decoration: none;
}
.dropdown .dropdown-toggle:after,
.filter-accordion .card-header .btn:after{
    content: "\e901";
    font-family: icomoon;
    margin-left: auto;
    border: none;
}
.filter-accordion .card-header .btn[aria-expanded="true"]:after{
    transform: rotateX(180deg);
}
.filter-accordion .card-header{
    padding: 2px 0;
    border-radius: 0;
    background: none;
}
.sorting-row{
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown .dropdown-toggle{
    font-family: inherit;
    font-size: 12px;
    text-transform: none;
    letter-spacing: normal;
    padding: 13px 14px;
    min-width: 150px;
    border-color: #E0E0E0;
}
@media screen and (max-width: 1199px) {
    .two-cols-articles-section .sidebar{
        padding-right: 0;
    }
    .two-cols-articles-section .articles-list{
        padding-left: 10px;
        padding-right: 10px;
    }
    .two-cols-articles-section .sidebar,
    .one-cols-articles-section .sidebar{
        padding-left: 10px;
    }
    .single-post-content{
        padding-left: 40px;
    }
    .single-post-content, .post-author-section, .related-potsts, .comments-intro{
        margin-right: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .social-links-group > li:nth-child(n + 3){
        border-top: none;
    }
    .social-links-group > li:nth-child(2n){
        border-right: 1px solid var(--line-color);
    }
    .social-links-group > li:nth-child(3n){
        border-right: none;
    }
    .social-links-group > li:last-child{
        border-right: 1px solid var(--line-color);
    }
}
@media screen and (max-width: 991px) {
    .header .search-form-wrap{
        margin-left: 0;
        padding-left: 0;
    }
    .header .search-form{
        right: auto;
        left: 0;
    }
    .top-sticky-article-wrap{
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-sticky-article{
        padding-right: 0;
    }
    .home .two-cols-articles-section .sidebar,
    .home .top-articles-section .right-sidebar{
        padding-left: 0;
        border-left: none;
    }
    .home .top-articles-section .left-sidebar,
    .home .top-articles-section .right-sidebar{
        margin-left: 0;
        margin-right: 0;
        border-top: 1px solid var(--line-color);
    }
    .articles-list > .article-card.card .article-img{
        margin-top: 5px;
        margin-bottom: 5px;
        width: 170px;
    }
    .top-articles-section .left-sidebar .articles-list > li,
    .top-articles-section .right-sidebar .articles-list > li,
    .top-articles-section .right-sidebar .articles-list > li:not(:last-child){
        margin-bottom: 0;
        border-bottom: 1px solid var(--line-color);
    }
    .two-cols-articles-section .blog-sidebar,
    .two-cols-articles-section .sidebar{
        padding-top: 25px;
    }
    .articles-list > li.article-card.card,
    .articles-list > li{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top-articles-section{
        padding-bottom: 0;
    }
    .two-cols-articles-section .sidebar, .one-cols-articles-section .sidebar{
        padding-left: 0;
    }
    .two-cols-articles-section .articles-list > li{
        margin-bottom: 0;
    }
    .articles-list-two-cols{
        column-gap: 60px;
    }
    .home .one-cols-articles-section > .container > .row > .col + .col,
    .home .two-cols-articles-section > .row > .col + .col,
    .home .two-cols-articles-section > .container > .row > .col + .col{
        border: none;
    }
    .articles-list-two-cols > li{
        width: 50%;
    }
    .articles-list-two-cols:after{
        bottom: 12px;
    }
    .two-cols-articles-section .col:first-child > .articles-list,
    .two-cols-articles-section .articles-list{
        padding-left: 0;
        padding-right: 0;
    }
    .one-cols-articles-section .sidebar{
        padding-top: 25px;
    }
    .one-cols-articles-section .sidebar{
        padding-left: 0;
    }
    .subscribe-section{
        border-top: 1px solid var(--line-color);
    }
    .header-nav .subscribe-section{
        border-top: none;
    }
    .one-cols-articles-section{
        padding-bottom: 45px;
    }
    .single-post-header{
        padding-top: 0;
    }
    .page-heading{
        padding-top: 0;
    }
    .whiter-box .writer-avatar{
        width: 100px;
        height: 100px;
    }
    .popular-writers-list{
        margin-right: 0;
    }
    .big-avatar{
        height: auto;
    }
    .single-page-contentarea{
        padding-bottom: 100px;
    }
    .megamenu{
        display: none !important;
    }
    .no-reults-box{
        margin: 15px 0;
        height: auto;
    }
    .top-sticky-article .article-image{
        height: auto !important;
    }
}
@media screen and (max-width: 575px) {
    .top-sticky-article .article-details h3{
        font-size: 20px;
    }
    .related-posts-slider{
        margin-left: -20px;
        margin-right: -20px;
    }
    .donation-header{
        padding-top: 20px;
    }
    .donation-content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .donation-content .alert{
        padding: 30px;
        margin-bottom: 30px;
    }
    .btn.btn-cst,
    .donation-content .buttons-group .btn{
        padding: 10px;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .single-page-contentarea{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .single-page-contentarea h3{
        font-size: 20px;
    }
    .blog-category-section{
        padding-bottom: 0;
    }
    .search-no-result{
        padding-bottom: 25px;
    }
    .search-form .search-button{
        letter-spacing: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-reults-box{
        min-height: 220px;
    }
    .contact-section{
        padding-bottom: 25px;
    }
    .two-cols-articles-section{
        padding-left: 5px;
        border-bottom: 1px solid var(--line-color);
        padding-right: 5px;
    }
    .one-cols-articles-section .sidebar .cats-widget{
        display: none;
    }
    .blog-sidebar .widget{
        margin-bottom: 30px;
    }
    .articles-list > .article-card.card .article-img{
        height: auto;
        width: 100%;
    }
    .page-not-found{
        padding-bottom: 25px;
    }
    .sorting-row{
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    .sorting-row .btn{
        margin-top: 10px;
    }
    .mobile-header-toolbar{
        margin-left: -30px;
        margin-right: -30px;
    }
    .header .search-form input:not(:placeholder-shown) + .search-button{
        width: 40px;
    }
    .search-form .search-button{
        height: 38px;
    }
    .form-active .search-form{
        width: calc(100vw - 70px);
    }
}
form.gscp-form > div + div {
	margin-top:10px;
}
form.gscp-form > div + div > button:hover {
	color:white;
}

/* mhfix */
form.gscp-form > div + div > button {
	background-color:bisque;
	color:black;
	border:1px;
	padding: 10px 50px;
        margin-bottom: 50px;
}








