/*
 Theme Name:   Syndicus
 Theme URI:    https://atomicblocks.com/
 Description:  Atomic Blocks Child Theme Syndicus
 Author:       Frederik Martens
 Author URI:   http://www.frederikmartens.be
 Template:     atomic-blocks
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, responsive-layout, accessibility-ready, minimalist, basic
 Text Domain:  atomicblockschild
*/

/*Typography*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

h1{
    color: #4b6f34;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: #4b6f34;
}
h3{
    color: #4b6f34;
}
#confirmation{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #54D382;
    padding-top: 35px;
}
.highlight {
    background: linear-gradient(180deg,rgba(255,255,255,0) 60%, #FFD0AE 50%);
}
::selection{
    background: #afdaef;
}
p, ul{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2 em;
}
.fa-check-circle{
    color: #88c140;
    font-size: 20px;
    line-height: 1.8 em;
    padding-left: 10px;
    padding-right: 10px;
}
.fa-circle-arrow-right{
    color: #88c140;
    font-size: 20px;
    line-height: 1.8 em;
    padding-left: 10px;
    padding-right: 10px; 
}
.fa-question-circle{
    color: #fd712f;
    font-size: 20px;
    line-height: 1.8 em;
    padding-left: 5px;
    padding-right: 5px;
}
.ab-block-post-grid-excerpt{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2 em;
}
.blocks-gallery-caption{
    font-size: 12px;
    color: #747474;
    text-align: center;
}
.site-footer .widget-title{
    color: #407638; 
}
.site-info{
    font-size: 14px;
    color: #407638; 
}

/*Holler box*/
.hwp-powered-by{
    display: none;
}
.hwp-row, .hwp-first-row{
    font-size: 14px;
}

/*Navigation*/
.top-navigation{
    background-color: #f8f8f8;
}
.custom-logo{
    width: 180px;
    height: auto;
}
.site-identity{
    padding-top: 18px;
    padding-bottom: 18px;
}
.main-navigation{
    margin-top: 10px;
}
.menu-cta a{
    background-color: rgba(136, 193, 64, 1) !important;
    border-color:rgba(136, 193, 64, 1) !important;
    color: rgba(75, 111, 52, 1) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.page-id-10 header.entry-header{
    display: none;
}
.page-id-303 header.entry-header{
    display: none;
}
.page-id-431 header.entry-header{
    display: none;
}
#page {
    padding-top: 4%;
}

/*Other styling*/
.attention-arrow{
    padding-left: 170px;
}
.entry-byline-author{
    display: none;
}
.entry-byline-on{
    display: none;
}
.featured-image{
    display: none;
}
.wp-block-gallery{
    align-items: center;
}

/*Mobile*/
@media screen and (max-width: 768px) {
    .attention-arrow {
        display: none;
    }
}