/*
Theme Name: Estemb
Version: 100.1.0
Description: A child theme of EcoCoded
Author: Estemb
Template: ecocoded
*/

@import url("../ecocoded/style.css");

.logofont {
    text-transform: uppercase;
}

.ub_table-of-contents {
    max-width: 350px;
}

.wp-block-media-text {
    margin-bottom: 25px;
}

.wp-block-media-text__content {
    margin-top: 25px;
}

article .entry-content {
    font-family: 'lato', lato, 'helvetica neue', helvetica, arial, sans-serif;
    line-height: 150%;
    color: #656565;
    font-size: 17px;
}

.single .entry-content a,
.page .entry-content a {
    color: #3a75c4;
}

.single .entry-content a:hover,
.page .entry-content a:hover {
    color: #6596d8;

}

.pmenu .lang-item span{
  text-transform: capitalize;
}

.pmenu .lang-item a{
  padding: 20px 6px;
}

.pmenu .lang-item:not(:last-child){
  border-right: 1px solid #fff;
}

.pmenu .lang-item:nth-child(1) a{
  padding-left: 20px;
}

@media screen and (max-width: 700px) {
    article .entry-content {
        font-size: 17px !important;
    }

    .class-111 {
        margin-bottom: 0px !important;
    }

    .class-767 {
        margin-bottom: 0px !important;
    }

}

@media screen and (max-width: 480px) {
    .sheader {
        width: 100%;
        margin: 0 0 15px;
    }
    .ub_table-of-contents {
        padding: 15px 30px;
    }
}
