/*
Theme Name:     Reach Child Theme
Theme URI:      http://wpcharitable.com
Author:         Studio 164a
Author URI:     http://164a.com
Description:    A child theme for Reach.
Template:       reach
Version:        1.0.0
*/

h1, h2, h3, h4 {
    font-family: "Open Sans";
    font-weight: 300;
}
h2, h3, h4 {
    color: #54595f;
}
h5, h6 {
    color: #7a7a7a;
}
h2 {
    text-transform: none !important;
    font-size: 32px !important;
    line-height: 1.4em !important;
}
h2.post-title {
    text-align: left !important;
}
h3 {
    line-height: 1.3em !important;
}
p {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
}
p:lang(bo) {
    font-size: 20px;
}
.created-by {
    border-bottom: 0px;
}
.tagcloud a {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500;
}
.content-posts p {
    margin-top: 20px;
}
.bottom-align-text {
    position: absolute;
    right: 14px;
    top: 44px;
  }

div.sticky {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0px;
}
.sticky-element-placeholder.sticky-element-active {
    height: none !important;
}
.content-posts {
    padding: 10px;
}
.post-exerpt {
    margin-top: 20px;
    padding-bottom: 10px;
}
.post-exerpt p {
    padding-bottom: 0px;
    text-align: justify;
}
.entry {
    padding: 0px !important;
}
.login-prompt {
    display: none;
}
.donate-main-button {
    padding-top: 20px;
    padding-right: 20px;
}
.language-switcher {
    text-align: right;
}
.lang-item {
    display:inline-block;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    zoom:1;
}
.lang-item-en {
    font-size: large;
    font-family: "Josefin Sans";
}
.lang-item-bo {
    font-size: large;
    font-family: "Josefin Sans";
}
#menu-header {
    margin-top: -15px !important;
}
.banner {
    margin-bottom: 0px !important;
}
.post .banner-title {
    text-transform: no;
}
#menu-column.site-navigation {
    /* top: 0px;  sotto ad un certo media ha un top negativo 
    display: flex;
    justify-content: right;
    text-align:center;
    */
    position: relative;
    max-width:100%;
    margin-top: 0px !important;
}
.site-navigation .menu-button {
    font-size: 4rem;
    padding-right: 40px;
    padding-bottom: 20px;;
    color: grey;
}
.site-navigation .menu-button:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    opacity: 0.7;
    /* top: -100px; */
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.site-branding img {
    max-width:150px;
}
.footer-widget .widget-title {
    color: #eae3e4;

}
.search-submit.icon {
    margin: 10px;
    color: #70777c;
    background-color: white;
}
.search-submit.icon:hover{
    color: white;
    background-color: #70777c;
} 
#charitable-donation-form .donation-amounts .donation-amount label, #charitable-donation-amount-form .donation-amounts .donation-amount label {
    padding: 14px;
}

@media (min-width: 50em) {
    .language-switcher {
        /* text-align: center; */
    }
    .banner {
        padding-left: 0px;
        padding-right: 0px;
        width: calc((100% + 52.5px)/ 0.68 + 105px);
    }
    .content-area.no-sidebar .banner {
        width:110%;
        /* width: calc((100% + 52.5px)/ 0.68 + 105px); */
    }
    .content-area.no-sidebar .entry-block,
    .content-area.no-sidebar .comments-section,
    .content-area.no-sidebar .charitable-donation-form {
        width: 100%;
        margin-left: auto;
        margin-right: auto; 
    }

    .site-navigation .menu-site > li {
        padding: 0rem 0rem 1rem 1.4rem;
    }
}

@media (min-width: 92.75em) {
    .language-switcher {
        /* text-align: center; */
    }
    .banner {
        width: calc((100% + 42px)/ 0.68 + 84px);
    }
}

