/**
Theme Name: Home of Cozy
Author: Home of Cozy
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-of-cozy
Template: astra
*/

.page-template-superlative-template {
    background-color: #F5FAFF;
}
.page-template-superlative-template .site-content .ast-container {
    max-width: 1150px;
}

.page-template-superlative-template h1.entry-title {
    font-size:32px; 
    margin-bottom: 10px;
}

.page-template-superlative-template #primary {
    margin: 2em 0;
}

.page-template-superlative-template .page .entry-header {
    margin-bottom: 10px;
}

.page-template-superlative-template p.header-subtitle {
    font-size: 18px;
    color: #8d8d8d;
    margin-bottom: 4px;
}

.hoc-superlative {
    background-color: #FFFFFF;
    border: 1px solid #438CC6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    margin: 24px -25px;
    padding: 20px 25px;
    letter-spacing: .3px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.hoc-superlative:hover {
    -webkit-box-shadow: 0px 4px 12px rgba(67, 140, 198, .18);
            box-shadow: 0px 4px 12px rgba(67, 140, 198, .18);
}
.hoc-superlative .superlative-text h4 {
    color: #FFFFFF;
    background-color: #EE952C;
    margin: 0 0 12px;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.hoc-superlative .superlative-logo {
    border: 1px solid #438CC6;
    border-radius: 6px;
    min-height: 120px;
    max-height: 120px;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
}
.hoc-superlative .superlative-logo img {
    max-width: 100%;
}
.hoc-superlative h2.company-name {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
    color: #438CC6;
    margin-top: 5px;
    margin-bottom: 16px;
}
.hoc-superlative ul {
    font-family: 'Quicksand', sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #686868;
}
.hoc-superlative ul li {
    margin-bottom: 10px;
    padding-left: 45px;
    position: relative;
}
.hoc-superlative ul li:before {
    content: "";
    background-image: url('/wp-content/themes/home-of-cozy/images/check.png');
    display: block;
    width: 30px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    left: 2px;
    top: 5px;
}
.hoc-superlative .button-blue {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    background-color: black;
    width: 100%;
    display: block;
    font-family: 'Quicksand', sans-serif;
    background-color: #438CC6;
    border-radius: 2px;
    padding: 17px 10px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.hoc-superlative .button-blue:hover,
.hoc-superlative .button-blue:focus {
    background-color: #337cb5;
}
.hoc-superlative .button-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #686868;
    display: block;
    margin-top: 12px;
}

.hoc-superlative .button-superlative-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
}

.hoc-superlative .button-superlative-wrapper .button-superlative {
    /* position: absolute;
    bottom: 22px;
    right: 22px; */
    width: 168px;
    

}
.hoc-superlative .ast-col-lg-9 {
    padding-right: 200px;
}

@media ( max-width: 1199px ) {
    
    .page-template-superlative-template .site-content .ast-container {
        max-width: 870px;
    }
    .hoc-superlative {
        margin: 25px 0;
    }
    .hoc-superlative .ast-col-lg-3 {
        padding-right: 0;
    }
    .hoc-superlative .ast-col-lg-9 {
        padding-right: 50px;
        padding-left: 30px;
    }
    .hoc-superlative .superlative-text h4 {
        font-size: 16px;
    }
    .hoc-superlative .button-superlative {
        bottom: inherit;
        top: 15px;
        right: 15px;
    }
    .hoc-superlative .button-subtitle {
        display: none;
    }
    .hoc-superlative .button-blue {
        padding: 11px 10px;
    }
    .hoc-superlative h2.company-name {
        font-size: 24px;
        margin-top: 0;
        padding-right: 170px;
    }
    .hoc-superlative ul {
        font-size: 16px;
    }
    .hoc-superlative ul li {
        padding-left: 40px;
    }

}

@media ( max-width: 990px ) {
    .hoc-superlative .button-superlative-wrapper {
        height: initial;
    }

    .hoc-superlative .button-superlative-wrapper .button-superlative {
        margin-top: 15px;
    }

    .hoc-superlative ul {
        min-height: 175px;
    }

    .page-template-superlative-template .site-content .ast-container {
        max-width: 720px;
    }
    .page-template-superlative-template .entry-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .page-template-superlative-template .entry-content > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
    }
    .page-template-superlative-template .entry-content .hoc-superlative {
        left: -15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 30px);
                flex: 0 0 calc(50% - 30px);
        height: 100%;
        width: calc(50% - 30px);
        margin: 15px;
        padding: 19px;
    }
    .page-template-superlative-template .entry-content .hoc-superlative:nth-of-type(even) {
        right: -15px;
        left: 0;
    }
    .hoc-superlative {
        margin: 25px 0;
        position: relative;
        padding: 24px;
    }
    .hoc-superlative .ast-col-lg-3 {
        padding-right: 20px;
    }
    .hoc-superlative .ast-col-lg-9 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .hoc-superlative h2.company-name {
        padding-right: 0;
        margin-top: 20px;
    }
    .hoc-superlative ul li {
        padding-left: 30px;
    }
    .hoc-superlative ul li:before {
        background-size: 18px;
        left: 2px;
        top: 4px;
    }
    .hoc-superlative .button-subtitle {
        display: block;
    }
    .hoc-superlative .button-superlative {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}

@media ( max-width: 767px ) {
    .page-template-superlative-template #primary {
        margin: 0;
    }

    .page-template-superlative-template h1.entry-title {
        font-size: 30px;
    }

    .page-template-superlative-template p.header-subtitle {
        font-size: 16px;
    }

    .hoc-superlative ul {
        min-height: initial;
    }

    .hoc-superlative .superlative-logo img {
        max-height: 100px;
        width: auto;
    }

    .hoc-superlative .button-superlative-wrapper .button-superlative {
        width: 80%;
    }

    .page-template-superlative-template .site-content .ast-container {
        max-width: 500px;
    }
    .page-template-superlative-template .entry-content {
        display: block;
    }
    .page-template-superlative-template .entry-content .hoc-superlative {
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        margin: 25px 0;
    }
/* And the margin above the main title can be reduced by half. If we’re feeling saucy I think the title and body copy can go down by 2pts each as well */
}

/* HOC Featured Articles Widget */

.hoc_featured_article{
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.hoc_featured_article a.title,
.hoc_featured_article span.author_date_bar{
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    line-height: 1.4em;    
}

.hoc_featured_article a.title{
    font-size: 18px;
    color: #343434;
    margin-bottom: 14px;
}

.hoc_featured_article span.author_date_bar{    
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
}

.hoc_featured_article a.read_more{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4em;
    color: #000000;
}

.hoc_featured_article a.read_more i{
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    -webkit-text-stroke: 1px white;
}

/* CTA Widget */
.hoc_cta_widget{
    background: #f1f8ff;
    text-align: center;
    padding: 20px;
    position: sticky;
    top: 50px;
}

.hoc_cta_widget h2{
    font-family: 'Quicksand',sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.06em;
    color: #438CC6;
    margin: 17px 0 22px;
}

.hoc_cta_widget p{
    font-size: 14px;
    line-height: 1.5em;
    color: #686868;
    margin: 22px 10px 37px 0;
    margin-bottom: 22px;
}

.hoc_cta_widget a{
    display: inline-block;
    padding: 17px 27px 15px;
    background: #438CC6;
    border-radius: 2px;
    font-family: Quicksand;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.hoc_cta_widget a:hover{
    color: #FFFFFF;
    background: #000000;
}

.sitewide_notice .ast-container{
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
    font-size: 12.5px;
    text-align: center;
    /* border-bottom: 1px solid #CCCCCC; */
}