/*
Theme Name: devmole
*/

body.home header .header-bottom {
    background-color: rgba(255,255,255,.95) !important;
}
body header .header-bottom .main-menu li:not(.current_page_item) a {
    color: #000 !important;
}

body header .header-bottom .main-menu li a {
    font-weight: 500;
}

body header .header-bottom .logo {
    max-width: 175px !important;
}

body .main-header.scrolled .header-bottom {
    background-color: #fff !important;
}
body .inner-page.about .sub-menu {
    background-color: #717271 !important;
}
body .footer-top ul.ft-icons li .image img {
    width: 24px;
}

body .banner-boxes .box-item:hover span {
    background:rgba(255,255,255,.85) !important;
    padding: 10px;
    border-radius: 15%;
}


body.page-template-front-page .three-elements .te-item .visible-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

body .three-elements .te-item .visible-content .desc {
    margin: 0 !important;
    max-width: 250px !important;
}
body .inner-page .qpoint-group div.four-elements div.te-item {
    height: 320px !important;
    max-width: 350px !important;
    width: 350px !important;
}
body .three-elements .te-item .buttons {
    margin-top: 20px;
}

body .three-elements .te-item {
    padding: 10% !important;
}
body .three-elements .te-item .visible-content .image img {
    max-height: 100px !important;
}

body .three-elements .te-item {
    margin-bottom: 20px;
}

.te-item_inner .title {
    text-align: center;
}
body .inner-page .qpoint-group .four-elements .te-item .te-item_inner,
body .three-elements .te-item {
    border: 5px solid  #d3282f !important;
}
body .inner-page .qpoint-group .four-elements .te-item .te-item_inner .title:after {
    background-color:rgba(0,73,125,.7) !important;
}
body .inner-page .qpoint-group .four-elements .te-item {
    height: 376px !important;
    width: inherit !important;
    max-width: inherit !important;
    margin-bottom: 10px !important;
    -webkit-box-flex: 0  !important;
        -ms-flex: 0 0 400px  !important;
            flex: 0 0 400px  !important;
}

@media only screen and (min-width: 768px) {
    .about-puzzel {
      max-width: 750px;
    }
        
    body.page-template-front-page .three-elements .te-item {
        width: 300px;
        height: 300px;
    }
}

#menu-services-menu > li > a + .sub-menu > li:not(.menu-item-has-children) > a {
    color: #116cb6;
    font-weight: 500;
    background-color: #f9f9f9;
}

#menu-services-menu > li > a + .sub-menu > li:not(.menu-item-has-children):not(:last-child) > a {
    border-bottom: 1px solid #dcdcdc !important;
}

body.post-type-archive-news .inner-page .page-content {
    padding: 60px 0;
}
.news-posts{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 40px;
    margin-bottom: 40px;
}
.news-posts .news-archive-post{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.news-posts .news-archive-post .inner{
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}

.news-posts .news-archive-post .thumb{
    margin-bottom: 10px;
}

.news-posts .news-archive-post .thumb img{
    height: 212px;
    width: 100%;
    object-fit: cover;
}


.news-posts .news-archive-post .meta{
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.news-posts .news-archive-post .title h3{
    font-size: 1.1rem;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.4;
}

.news-posts .news-archive-post .excerpt{
    margin-bottom: 10px;
}

.news-posts .news-archive-post .excerpt p{
    font-size: 1rem;
}

.news-posts .news-archive-post .readmore{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.news-posts .news-archive-post .readmore a{
    padding: 5px 25px;
    background: #116cb6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color:#fff;
    text-decoration: none;
    border-radius: 15px;
}


.news-posts .news-archive-post .readmore a:hover{
    background: #d3282f;
}

.news-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news-nav .nav-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.news-nav span.current,
.news-nav a{
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-nav span.current {
    border: 2px solid #116cb6;
    color: #116cb6;
}
.news-nav a{
    border: 2px solid #116cb6;
    background-color: #116cb6;
    color: #fff;
}

.news-nav a:hover{
    border: 2px solid #d3282f;
    background-color: #d3282f;
    color: #fff;
    text-decoration: none;
}

body.single-news .inner-page_heading {
    background-size: cover  !important;
}


body.single-news .page-content {
    padding: 60px 0;
}
body.single-news .news-title {
    font-weight: 700;
    font-size: 2rem;
    /* margin-bottom: 20px; */
}

body.single-news .author {
    font-weight: 700;
}

body.single-news .meta {
    margin-bottom: 10px;
    font-weight: 500;
}
body.single-news .addtoany_shortcode{
    margin-bottom: 10px;
}

body.single-news .news-tabs .side-title:first-child{
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 1.2rem;
}

body.single-news .news-tabs .side-title h4,
body.single-news .news-tabs .side-title h3{
    margin: 0;
}
body.single-news .news-tabs .side-title{
    border-bottom: 1px solid #dcdcdc;
}

body.single-news .news-tabs .side-title h4{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

body.single-news .news-tabs .side-title a{
    padding: 15px 10px;
}

body.single-news .news-tabs{
    min-width: 20% !important;
    max-width: 25%;
}


body.single-news .back{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

body.single-news .back a{
    border: 2px solid #116cb6;
    background-color: #116cb6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    padding: 7px 25px;
    border-radius: 25px;
}

body.single-news .back a:hover{
    background-color: transparent;
    color: #116cb6;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    body.single-news .news-tabs{
        max-width: 100%;
    }
    body.single-news .back{
        margin-top: 20px;
        margin-bottom: 30px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }

    body.single-news .news-title {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    body.single-news .inner-page .inner-page_heading .title .h1 {
        background-color: #116cb6;
        padding: 10px;
        text-align: center;
    }
    body.single-news .inner-page .inner-page_heading .title .h1 span{
        font-size: 1.4rem;
        line-height: 1.4;
    }
    body.single-news .breadcrumbs {
        display: none !important;
    }
    
}

.inner-page.about .about-ald .section-title {
    color: #116cb6 !important;
    
}