/*
	Theme Name: BCPersonal
*/

h4.h4-title-resize{
    margin-top: 0;
    padding-top: 0 !important;
    margin-top: -5px !important;
}

.lang-item {
    line-height: 1;
    list-style: none;
    font-size: 18px;
}

.header .header__menu .header__menu__lang>a:after {
    content: "" ;
    display: block;
    position: absolute;
    top: calc(50% - 9.5px);
    right: 0;
    width: 1.5px;
    height: 19px;
    background-color: #fff;
}
.mm-wpml-language-switch a{
     margin-top: 7px !important;
}
.mm-wpml-language-switch a:after{
    display:none !important;
}


/*DMT*/
li:only-child {
    display: none;
}

body .section__title {
    text-transform: none;
}

body .blog-single-section .post__img {
    padding: 0;

}

body .post__social-media a[href=""] {
	display: none;
}

.header__nav ul li ul{
    display: none;
    margin: 0 0 0 0;
}

.header__nav li.menu-item-has-children{
    text-align: right;
    /*margin-bottom: 5px;*/
}

.header__nav ul li ul li{
    display: block !important;
    text-align: right;
    margin-bottom: 0;
    line-height: 1.2;
}

header.header nav.header__nav ul li ul a{
    font-size: inherit;
    font-weight: 300;
    text-transform: capitalize;
}

.header__nav li {
    margin-bottom: 0 !important;
}

.header__nav ul.sub-menu li:last-child{
    margin-bottom: 0 !important;
}

.news-single-section .post-news__data {
    border-width: 0 !important;
    padding-left: 0 !important;
}
.news-single-section .post-news__data {
    font-size: 1.3rem !important;
    font-style: italic !important;
    margin-left: 0 !important;
}

.news-single-section .post__address {
    padding-left: 35px;
}

.news-single-section .post__social-media .btn {
    display: none;
    line-height: 1;
    padding: 1px 10px 0;
    height: 28px;
}

.news-single-section .post__social-media {
    padding-left: 35px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-single-section .post__social-media a {
    display: block;
    line-height: 1;
    margin-right: 9px;
}

.news-single-section .post__social-media .btn {
    display: none;
    line-height: 1;
    padding: 1px 10px 0;
    height: 28px;
}

.news-single-section .post__author a {
    font-weight: 700;
}

.news-single-section .post__person {
    padding-left: 35px;
    font-size: 1.55rem;
    padding-top: 10px;
}

.blog-post__info__description {
    text-align: justify;
}


/******************************************
2 COLUMN RAW TEMPLATE CSS
 */

.container__two__container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.container__two__container .item{
    min-height: 120px;
    margin: 0.25em 0.5em 3em 0.5em;
    overflow: hidden;
}

.container__two__container .item a.btn{
    color: #26357a !important;
}

.container__two__container .item a.btn{
    color: rgba(38,53,122,1.0) !important;
}

.container__two__container .item a.btn:hover{
    color: rgba(38,53,122,0.7) !important;
}


.container__two__container .item:nth-of-type(even) {
    padding-left: 80px;
}


.container__two__container .item:nth-of-type(odd) {
    padding-right: 80px;
}


.container__two__container .item img{
    max-width: 100% !important;
}




@media (max-width: 1024px){
    .container__two__container .item{
        flex: 0 0 calc(100% - 1em) !important;
        margin-bottom: 2em !important;
    }

    .container__two__container .item:nth-of-type(even) {
        padding-left: 0px !important;
    }


    .container__two__container .item:nth-of-type(odd) {
        padding-right: 0px !important;
    }

}


/**********
SLIDER CSS HERE
 */
.slide__info__title,
.slide__info__description,
.slide__info__btn{
    background: rgba(102,102,102, 0.6);
}

.slide__info__title{
    margin-bottom: 0px !important;
    padding: 20px 40px 10px 40px;
    width: 100%;
}

.slide__info__description{
    padding: 0 40px 20px 40px;
    width: 100%;
    text-align: justify;
}

body.home .slide__info__btn{
    margin-top: -40px;
}


/********* SLIDER CSS ENDS HERE *********/

@media (min-width: 550px) {
    .slide__info__btn {
        display: inline-flex !important;
    }
}



@media (min-width: 991.98px){


    .news-single-section .post__social-media {
        margin-top: 10px;
    }

    .news-single-section .post__social-media .btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /********* only news ************/
    .news-single-section .post__person {
        padding-left: 35px;
        font-size: 1.55rem;
        padding-top: 10px;
    }



    .news-single-section .post__author a {
        font-weight: 700;
    }

    /********* only news ends ************/

    .slide__info {
        padding: 10% !important;
        display: flex !important;
        justify-content: flex-end !important;
        padding-bottom: 4.57% !important;
    }

    .slide__info__btn{
        display: inline-flex !important;
    }

    .slide__info__description span{
        padding-bottom: 20px;
    }


}



@media (max-width: 767px) {
	body .section.section-about .row.blog-post-list .blog-post {
		margin-bottom: 50px;
	}
    body .blog-post-list {
        display: block;
    }
    header.header nav.header__nav ul {
        height: auto;
        margin-top: 80px;
    }

    header.header nav.header__nav ul li {
        margin-bottom: 15px;

    }

    .header__nav li.menu-item-has-children {
        text-align: center;
    }

    header.header nav.header__nav ul ul {
        margin: 10px 0 10px 0;
    }

    header.header nav.header__nav li ul li{
        text-align: center;
    }

    header.header nav.header__nav ul li ul a{
        font-size: 1.3rem;
    }

    .slide__info__btn{
        display: inline-flex !important;
    }

    .slide__info__description span{
        padding-bottom: 20px;
    }



}

@media (max-width: 576px) {
    .col-md-6.blog-post {
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-md-6.blog-post .blog-post__info {
        border: 2px solid #26367b;
    }

    .slide__info {
        padding-bottom: 0% !important;
    }

    .slide__info__btn.btn {
        margin-bottom: 15px !important;
    }

    .slide__info__title {
        margin-top: 5px !important;
    }

    .slide__info__title,
    .slide__info__description{
        background: none;
    }

    .slide__info__btn.btn.btn--border.btn--arrow {
        margin-left: 40px;
    }

    .slide__info {
        padding: 2% !important;
        display: flex !important;
        justify-content: center !important;
    }


}


.blog-post__infos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.blog-post__infos div {flex: 1 1 40%;}
.blog-post__infos div img,.blog-post__info img  {max-width: 210px;height: auto;}
.blog-post__infos div:nth-child(2n) {margin-left: 30px;}
.blog-post__infos div:nth-child(3n) {margin-top: 20px;}
@media (max-width: 575px) {
	body .news-single-page .news-single-section .post-news__img img {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.blog-post__info__desciption_box {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.btn-box {
  text-decoration: none !important;
  max-width: max-content;
}

h4.h4-title-resize{
    margin: 0;
    padding: 20px 0;
}

.post__author__container{
    padding-left: 15px;
    border: 2px solid #26367b;
}

a.slide__info__btn__invert{
    border: 3px solid #26367b !important;
    display: inline-flex !important;
}


.btn.btn--arrow.slide__info__btn__invert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 55px 15px 75px;
    height: 58px;
    font-size: 1.334rem;
    font-weight: 700;
    font-style: italic;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='23'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M19.134 11.475L.127 22.474V.477z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath fill='none' stroke='%2326367b' stroke-miterlimit='50' stroke-width='6' d='M19.134 11.475v0L.127 22.474v0V.477v0z' clip-path='url(&quot;%23a&quot;)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 37px;
}


.btn.slide__info__btn__invert {
    /* position: relative; */
    /* margin-top: -58px; */
    /* z-index: 2; */
    margin-top: 10px !important;
}


.slider__overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(38, 53, 122, 0.5);
}




@media screen and (min-width: 768px){
    .text-default h3 {
        margin-bottom: 30px !important;
        font-size: 1.8rem !important;
        line-height: 1.5 !important;
    }
}





@media screen and (min-width: 1025px){
    .slide__info {
        max-width: 80% !important;
    }

    .team_slider_info .slide__info {
        max-width: 70% !important;
    }
}

@media screen and (min-width: 1200px){
    .slide__info {
        max-width: 85% !important;
    }
}



@media (max-width: 575.98px){
    .slide__info__btn.btn.btn--border.slide__info__btn__invert {
        background-color: transparent !important;
        margin: auto !important;
        margin-top: 20px !important;
    }

    .slider__overlay{
        display: none;
    }

    .slide__info__btn.btn {
        margin-top: -58px !important;
    }

    .text-default--text-color-links p {
        text-align: center !important;
    }

    .text-default--text-color-links .slide__info__btn.btn {
        margin: AUTO !important;
        margin-top: 20px !important;
    }

}

@media screen and (max-width: 1800px){
    .slide__info__description {
        min-height:inherit !important;
    }
}

@media (max-width: 1599.98px){
    .slide__info__description {
        height: initial !important;
    }
}

/*DMT*/

/************
ALL CUSTOM CSS GOES HERE
 */
/*
#menu-main-menu li.menu-item-has-children > a::after {
    color: #fff;
    content: "\f078";
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}
#menu-main-menu li li.menu-item-has-children > a:after {
    color: #222;
    content: ' ►';
    font-size: 10px;
    vertical-align: 1px;
}
*/
.mm-arrow {
    margin-left: 10px;
}

.mm-arrow:hover {
    color: rgba(255, 255,255, 0.7);
    cursor: pointer;
}