/* Additional */
.ast-footer-overlay {
    background-color: #B35A51 !important;
}
.ast-small-footer {
    border-top-color: transparent;
}
/* First part */
.footerSec{
    border-top: 10px solid #4b7359;
    padding-top: 30px;
}
.site-footer .footerSec a {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Baskervville';
}
.site-footer .footerSec img {
    width: 120px;
}
.footer__nav{
    display: flex;
 }
 .footer__list{
     list-style: none;
     width: 100%;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
 }
 .footer__list .readOnly{
    color: #000;
    opacity: 0.6;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Baskervville';
}
.footerSec .footer__list button{
    background-color: #B35A51;
    border-radius: 10px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    width: 150px;
    padding: 5px 0;
}
.footerSec .footer__list a button:hover{
	background-color: #d98077 !important;
}
.footerSec .footer__list button span{
    font-size: 22px;
}
.footerSec .footer__list a button{
    border-radius: 10px;
}

/* Second part -icons- */
.iconSec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconSec img{
    width: 36px;
    margin-right: 25px;
    padding-bottom: 20px;
}
.iconSec a:hover img{
    transform: scale(1.2);
}
.footerSec-medium .footer__list .button {
    background-color: #B35A51 !important;
    border-radius: 10px;
    font-family: 'Baskervville';
    font-size: 20px;
    letter-spacing: 1px;
    width: 150px;
    padding: 5px 0;
}
.footerSec .footer__list .button span{
    font-size: 22px;
}
/* Third part */
.addressSec p,
.addressSec span{
    color: #000;
}
.addressSec a{
    color:#4b7359;
}
.addressSec a:hover{
    color:#4b7359;
    text-decoration: underline;
}
.addressSec{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.addressSec .firstPart,
.addressSec .secPart{
    display: flex;
    justify-content: center;
    align-items: center;
}

.addressSec p{
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 600;
}
.addressSec .paddingRight{
    padding-right: 15px;
}

/*GLOBAL */
.ast-small-footer-section{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.ast-small-footer-section div{
    display: flex;
}
.ast-small-footer-section div .space{
    padding-right: 15px;
}
/*QUERIES*/
@media screen and (min-width: 1130px){
    .footerSec-large,
    .iconSec-large,
    .addressSec-large{
        display: flex !important;
    }
}
@media screen and (min-width: 699px) and (max-width: 1130px){
    .footerSec-medium,
    .iconSec-medium,
    .addressSec-medium{
        display: flex !important;
    }
    .footerSec-medium .footer__list{
        flex-direction: column;
    }
    .footerSec-medium .footer__list .list{
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footerSec-medium .footer__list .button{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .addressSec-medium{
        flex-direction: column;
    }
    .iconSec-medium{
        margin-right: -30px;
    }
}
@media screen and (max-width: 699px){
    .footerSec-small,
    .iconSec-small,
    .addressSec-small{
        display: flex !important;
    }
    .addressSec-small{
        flex-direction: column;
    }
    .addressSec-small .firstPart,
    .addressSec-small .secPart,
    .iconSec-small,
    .footerSec-small .footer__list
    {
        flex-direction: column;
    }
    .footerSec-small .footer__list{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .addressSec-small .firstPart .paddingBottom{
        margin-bottom: 10px;
    }
    .iconSec-small img{
        margin-right: 0 !important;
        width: 65px;
        margin-bottom: 20px;
    }
    .ast-small-footer-section-2{
        display: block !important;
    }
    .ast-small-footer-section-1{
        display: none;
    }
    .ast-small-footer-section div {
        display: flex;
        flex-direction: column;
    }
    .site-footer .footerSec a,
    .footer__list .readOnly{
        font-size: 20px;
        margin-bottom: 20px !important;
    }
    .footerSec-small .footer__list .footer__item{
        margin-bottom: 30px !important;
    }
    .addressSec p {
        font-size: 18px;
    }
    .addressSec a{
        padding-top: 15px;
        font-size: 20px;
        padding-bottom: 15px;
        color: #4b7359 !important;
    }
    .addressSec .firstPart{
        border-bottom: 1px solid black;
        padding-bottom: 15px;
    }
    .addressSec .secPart{
        padding-top: 35px;
    }
    .addressSec .secPart .btm{
        padding-bottom: 25px;
    }
    .addressSec .firstPart .paddingBottom{
        padding-bottom: 15px;
    }
    .ast-footer-overlay{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}