/*!
Theme Name: SOS
Theme URI: https://www.steelonsteel.com/
Author: SOS
Author URI: https://www.steelonsteel.com/
Description: Custom theme for steelonsteel.com
Version: 1.0.21
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

SOS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/**SubscriptionDna fixes**/
#dna_all_forms #headerSection{
    display: none;
}

body #dna_all_forms > .form-shadow{
    background: #fff;
    box-shadow: 0 5px 0 rgba(0,0,0,.1);
}

body #dna_all_forms  [class*="col-"],
body #dna_all_forms  [class^="col-"]{
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 991px){
    
    #dna_all_forms .col-sm-6, 
    #dna_all_forms .col-sm-4 {
        max-width: 100%;
    }
}
/**SubscriptionDna Login/Account nav item toggle based on member login status**/
body.dna-logged-in .hide-if-dna-logged-in{
    display: none !important;
}
body:not(.dna-logged-in) .show-if-dna-logged-in{
    display: none !important;
}

/**Hide old premium bar/img hardcoded into post content**/
.qt-the-content img[src*="/wp-content/uploads/2020/07/PremiumBar25X600.png"] {
    display: none;
}

/**Share appended to post/page content**/
.addtoany_content .addtoany_header {
    display: inline-block;
    margin: 0 2.5px 0 0;
    background: #0166ff;
    color: #fff;
    padding: 0.5em 1em;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1.2;
}

.addtoany_content .addtoany_list {
    line-height: 0.85 !important;
}

/*magnific popup*/
.mfp-hide {
    display: none !important;
}