/*
   Theme Name: GrowScore Blog
   Theme URI: http://emporiumdigital.com.au
   Description: GrowScore Blog  WordPress Theme
   Version: 1.1
   Author: Emporiumdigital
   Author URI: http://emporiumdigital.com.au
   Tags: Blank, HTML5, CSS3
   License: MIT
   License URI: http://opensource.org/licenses/mit-license.php
*/

.svg-inline--fa path{
    fill: #3357C5;
}

.svg-inline--fa:hover path,
.addtoany_list a:hover .svg-inline--fa path{
    fill: #FA684B!important;
}

.addtoany_header {
    display: inline-block;
}

/* library page template */
.page-template #wrapper h1,
.page-template #wrapper h2,
.page-template #wrapper h3{
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    line-height: 1;
    font-family: "Proxima Nova",sans-serif;
    text-transform: uppercase;
}
.page-template #wrapper h1{
    /* font-size: 100px;*/
    font-size: 4.3rem;
    text-align: center;
}
.page-template #wrapper h2{
    /* font-size: 60px;*/
    font-size: 3rem;
    line-height: 1.1;
}
.page-template #wrapper h3{
    /*    font-size: 40px;*/
    font-size: 2rem;
}
.page-template #wrapper p ,.page-template #wrapper ul,.page-template #wrapper ol{
    line-height: 1.3;
    /*    font-size: 24px;*/
    font-size: 1.5rem;
    text-transform: none;
    white-space: pre-wrap;
}

.page-template #wrapper h1,
div.header-cover-subtitle,
p.two-column-section-second-col-text,
p.sign-up-section-introduction,
h2.sign-up-section-title,
h2.two-column-section-first-col-title{
    color: #ffffff;
}

.topics-title-text {
    color: #f2684e;
}

h2.questions-section-title{
    color: #3357c5;
}

.header-cover-container {
    height: 600px;
    background-size: cover;
}

.header-cover-container--inner {
    background-color: #ffffffd6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-cover-title-container {
    width: 670px;
    max-width: 90%;
    background-color:#f2684ed4;
    text-align: center;
    padding: 40px 30px;
}
.page-template-template-analytics-1 .header-cover-title-container,
.page-template-template-analytics-2 .header-cover-title-container,
.page-template-template-analytics-contents .header-cover-title-container{
    background: #3357C5;
}

.two-column-section-container {
    background-color: #3357c5;
    padding-top: 55px;
    padding-left: 55px;
}
.two-column-section-container--inner{
    padding-top: 180px;
    position: relative;
}
.two-column-section-container--inner:after{
    content:'';
    background-color: #ffffffd6;
    width: 100%;
    height: 100%;
    position:absolute ;
    top: 0;
    z-index: 1;
}

.two-column-section-content{
    background-color: #f2684e;
    width: 100%;
    z-index: 2;
    position: relative;
}
.two-column-section-text-container,.two-column-section-scroll-down{
    display: flex;
    width: 1140px;
    max-width: 100%;
    margin: auto;
}

.two-column-section-first-col{
    width: 60%;
    padding: 4% 2%;
}

.two-column-section-second-col{
    width: 36%;
    padding: 4% 2%;
}
.two-column-section-scroll-down-link {
    width: 100px;
    height:100px;
    display: block;
    margin: 10px auto;
}

.topics-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.topics-title-button{
    font-weight: 900;
    font-style: normal;
    color: rgb(51, 87, 197);
    text-decoration: none;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
    background: transparent;
    border: 7px solid;
    padding: 20px 50px;
    border-radius: 15px;
    margin-left: 30px;

}
.topics-title-button:focus{
    outline: none;
}

.topics-items-list{
    display: flex;
    flex-wrap: wrap;
    width: 1140px;
    max-width: 100%;
    margin: auto;
}

.topics-item {
    width: 28%;
    margin: 25px 2%;
    height: 110px;
    background: rgb(51, 87, 197);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    flex-grow: 1;
}

.topics-item:hover{
    color: #ffffff;
}

.page-template #wrapper .topics-item h3 {
    font-size: 1.75rem;
    text-align: center;
}

.questions-section-contaner  {
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding: 60px;
}

.questions-section-contaner--inner {
    text-align: center;
}

h2.questions-section-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.questions-section-introduction {
    display: flex;
    margin: 60px auto;
    max-width: 100%;
    width: 370px;
}
.questions-section-introduction-phone-icon{
    background-image: url(images/phone.svg);
    width: 180px;
    height: 90px;
    background-repeat: no-repeat;
}
.page-template #wrapper .questions-section-introduction-text p{
    font-weight: 700;
    font-style: normal;
    color: rgb(51, 87, 197);
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 0 15px;
}

.questions-section-calendar-button {
    margin: 60px auto;
    max-width: 100%;
    width: 370px;
}

.questions-section-calendar-button a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.75rem;
    /* font-weight: 900; */
    background: rgb(51, 87, 197);
    padding: 20px 10px;
    border-radius: 15px;
    font-family: 'Proxima Nova Bold';
}

.sign-up-section-container {
    background: #3357C5;
    padding: 60px;
}

.sign-up-section-container-inner {
    width: 1140px;
    margin: auto;
    max-width: 100%;
}

h2.sign-up-section-title {
    width: 768px;
    max-width: 100%;
}

.sign-up-section-container-inner p{
    margin-top: 30px;
    margin-bottom: 30px;
}

.sign-up-section-form form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sign-up-section-form  input{
    line-height: 1.3;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #a6a6a6;
    padding: 20px 15px;
    background: #e1e1e1;
    font-family: "Proxima Nova",sans-serif;
    border: none;
    outline: none;
    width: 90%;
    margin-right: 20px;
}

.sign-up-section-form  input[type="submit"]{
    background: #f2684e;
    color:#fff;
}

/*analytics content */
.analytics-content,
.analytics-introduction{
    padding-top:60px;
    background: #3357C5;
}

.page-template-template-analytics-2 .analytics-content{
    padding-top: 0;
}

.analytics-content-inner {
    background: #fff;
}

.page-template #wrapper .analytics-introduction-title-container,
.page-template #wrapper .analytics-content-title-container {
    background-size: cover;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    position: relative;
    background-repeat: no-repeat;
}

.page-template #wrapper .analytics-content-title-container {
    background-position: center;
}


.analytics-introduction-title-container:after,
.analytics-content-title-container:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}
.analytics-introduction-title-container:after{
    background: #3357c559;
}
.analytics-content-title-container:after{
    background: #ffffffd6;
}

.page-template #wrapper h2.analytics-introduction-title ,
.page-template #wrapper h2.analytics-content-title {
    font-family: "Proxima Nova Rg";
    font-size: 2.2rem;
    color: #fff;
    display: flex;
    padding: 50px;
    z-index: 2;
    align-items: center;
    text-transform: none;
    font-weight: 400;
}

.page-template #wrapper h2.analytics-content-title {
    background: #f2684e;
}

.page-template #wrapper h2.analytics-introduction-title{
    background: #f2684eab;
}

.page-template #wrapper h2.analytics-introduction-title  .title-number,
.page-template #wrapper h2.analytics-content-title  .title-number{
    padding: 12px 24px;
    border-radius: 50%;
    margin-right: 20px;
    font-weight: 900;
    font-family: "Proxima Nova",sans-serif;
    font-size: 3rem;
    height: 80px;
    width: 80px;
}

.page-template #wrapper h2.analytics-content-title  .title-number{
    background: #fff;
    color: #f2684e;
}

.page-template #wrapper h2.analytics-introduction-title  .title-number{
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
}

.analytics-introduction-text-container,
.analytics-content-text-container{
    width: 1140px;
    max-width: 100%;
    margin: auto;
    padding: 60px 30px;
}

.analytics-introduction-text{
    background: #e9e9e9;
    padding: 15px;
}

.page-template #wrapper .analytics-content-text-container h4{
    font-size: 1.8rem;
    font-weight: 300;
    font-style: normal;
    color: rgb(51, 87, 197);
    text-decoration: none;
    margin-bottom: 2.5rem;
}

.analytics-content-button {
    text-align: right;
    margin-top: 30px;
}

a.analytics-content-button-next ,
a.analytics-content-button-back {
    font-weight: bold;
    font-style: normal;
    color: rgb(51, 87, 197);
    text-decoration: none;
    line-height: 1.2;
    font-size: 1.5rem;
    text-transform: none;
    display: inline-block;
    padding: 10px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    text-align: center;
}

a.analytics-content-button-back:after {
    content: ' ';
    width: 100%;
    height: 6px;
    background: #f2684e;
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
}

a.analytics-content-button-next {
    border: 6px solid #f2684e;
    border-radius: 12px;
}

.analytics-content-text-container.list {
    width: 1024px;
}

.page-template #wrapper .list li {
    line-height: 1.2;
    font-size: 1.5rem;
    text-transform: none;
    white-space: pre-wrap;
    color: #000000;
    padding-left: 70px;
    list-style-position: outside;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.page-template #wrapper .list ol > li:before {
    background-color: #f2684e;
    color: #fff;
    font-size: 1.625rem;
    content: counter(index);
    counter-increment: index;
    padding: 12px 23px;
    border-radius: 50%;
    /* margin-right: 0px; */
    font-weight: 900;
    font-family: "Proxima Nova",sans-serif;
    position: absolute;
    left: 0;
}
.page-template #wrapper .list ol > li:nth-child(n+10):before {
    padding: 10px 14px;
}
.page-template #wrapper .list li:first-child {
    counter-reset:index;
}
.page-template #wrapper .list ol li {
    list-style: none;
}

.wp-block-group.has-background {
    padding: 15px;
}
@media only screen and (min-width: 1024px){
    .page-template #wrapper h2.analytics-introduction-title, .page-template #wrapper h2.analytics-content-title{
        margin-left: 30px;
    }
    .page-template #wrapper .analytics-introduction-title-container {
        background-position: 30px center;
    }
}
@media only screen and (min-width: 1330px) {
    .page-template #wrapper h1{
        font-size: 4.25rem;
    }
    .two-column-section-first-col{
        margin-left: -30px;
        padding-left: 0;
    }
    .page-template #wrapper h2.analytics-content-title,
    .page-template #wrapper h2.analytics-introduction-title {
        margin-left: 10%;
    }
}
@media only screen and (max-width: 767px) {
    .two-column-section-text-container,.topics-title, .sign-up-section-form form{
        flex-direction: column;
    }

    .two-column-section-first-col,.two-column-section-second-col {
        width: 92%;
        padding: 4%;
    }

    .topics-title-button{
        margin-top: 20px;
    }
    .topics-item {
        width: 46%;
    }
    .sign-up-section-form input{
        margin-top: 15px;
        width: 100%;
    }

    .page-template #wrapper h2.analytics-introduction-title, .page-template #wrapper h2.analytics-content-title{
        padding: 10px;
    }
}
@media only screen and (max-width: 570px) {
    .page-template #wrapper .list li {
        line-height: 1.1;
        font-size: 1.3rem;
        height: 65px;
    }
    .page-template #wrapper .list ol > li:before{
        padding: 12px 20px;
    }
    .page-template #wrapper .list ol > li:nth-child(n+10):before {
        padding: 11px 12px;
    }
    .page-template #wrapper .list ol {
        padding-left: 0;
    }
}

@media only screen and (max-width: 520px) {
    .page-template #wrapper h1{
        font-size: 3rem;
    }
    .page-template #wrapper h2{
        font-size: 2.2rem;
    }
    .questions-section-calendar-button a,.page-template #wrapper h3,.page-template #wrapper .topics-item h3{
        font-size: 1.5rem;
    }
    .page-template #wrapper p ,
    .page-template #wrapper ul ,
    .page-template #wrapper ol {
        font-size: 1.3rem;
    }
    .two-column-section-container{
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .header-cover-container {
        height: 400px;
    }
    .two-column-section-scroll-down-link {
        width: 70px;
        height: 70px;
    }
    .two-column-section-container--inner {
        padding-top: 100px;
    }
    .topics-title{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .topics-item{
        width: 100%;
        margin: 15px 4%;
        height: 70px;
        padding: 10px;
    }
    .questions-section-calendar-button {
        margin: 30px auto;
        width: 280px;
    }

    .questions-section-contaner{
        margin-top: 30px;
        padding: 15px;
    }
    .questions-section-introduction{
        margin: 30px auto;
        width: 280px;
    }
    .questions-section-introduction-phone-icon{
        width: 100px;
        height: 50px;
    }
    .sign-up-section-container{
        padding: 4%;
    }
}
@media only screen and (max-width: 420px){
    .analytics-content-text-container.list{
        padding: 20px;
    }

    .page-template #wrapper .list li {
        line-height: 1.1;
        font-size: 1.3rem;
        height: 65px;
        padding-left: 63px;
    }
}