/**
* Theme Name: Greenly Child
* Description: This is a child theme of Greenly, generated by Merlin WP.
* Author: <a href="https://creativesplanet.com/">Creative's Planet</a>
* Template: greenly
* Version: 6.3
*/

.align-buttons div {
    height: 100%;
}

.align-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem 1.75rem !important;
}

.navigation {
    margin-top: 40px
}

.cspt-portfolio-nav-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    background-color: #ececec;
    padding: 10px 20px;
    width: 350px;
    text-align: center
}

.post-navigation .nav-links {
    justify-content: space-between;
    display: flex
}

.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
    width: 45% !important;
}

.nav-links .cspt-portfolio-nav-icon {
    background-color: #000;
    width: 98px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 30px
}

.navigation .nav-links a {
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: .75em;
    height: 100%;
}

.cspt-portfolio-nav-head,
.post-navigation .nav-links .nav-title {
    color: #888;
    font-weight: normal;
}

.nav-links .cspt-portfolio-nav-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.post-navigation .nav-links .nav-title {
    color: #797979 !important;
}

.nav-links .nav-previous .cspt-portfolio-nav-wrapper {
    margin-left: 2px
}

.nav-links .nav-next .cspt-portfolio-nav-wrapper {
    margin-right: 2px
}


.align-buttons a>span {
    display: flex;
    align-items: center;
}

.cspt-blog-meta-bottom .cspt-blog-meta-bottom-left {
    display: none;
}

.cspt-blog-meta-bottom-right {
    margin: auto;
}

.creativesplanet-ele-blog img {
    object-fit: cover;
    height: 240px;
}

.cspt-footerlogo {
    max-height: 100px;
}

.cspt-footer-widget-col-2 .widget-title {
    font-size: 0;

}

.cspt-breadcrumb .post.current-item,
.cspt-breadcrumb-inner>span:nth-child(2) {
    display: none;
}

.cspt-heading-desc {
    text-align: justify;
}

.cspt-heading-subheading.center-align .cspt-heading-desc {
    max-width: 805px !important;
}

.cspt-heading-subheading .cspt-heading-desc {
    margin-top: 20px !important;
}

.cspt-pricing-table-style-1 .creativesplanet-ptable-price-w {
    position: relative;
}

/*.cspt-ptable-col:first-child .creativesplanet-ptable-price-w::before {
    content: 'ct 14.50/kW netto';
}

.cspt-ptable-col:last-child .creativesplanet-ptable-price-w::before {
    content: 'ct 10.50/kW netto';
}*/

.cspt-pricing-table-style-1 .creativesplanet-ptable-price-w::before {
    position: absolute;
    bottom: -20px;
    right: 49px;
    font-size: 12px;
}

.cspt-header-info div {
    display: flex;
}


.cspt-header-info p {
    margin: 0;
}

.review-block .cspt-testimonial-style-1 blockquote {
    font-style: unset;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}

.who-we-are-img-block img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 45px;
}

body.cspt-sidebar-no #content {
    padding-top: 100px
}

.widget-area.col-md-3,
.content-area.col-md-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.thermen-login-btn {
    background-color: var(--cspt-greenly-white-color);
    color: var(--cspt-greenly-global-color);
    text-transform: uppercase;
    padding: 0px 20px;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #EEEEEE;
}

@media (min-width:768px) {
    .cspt-header-info {
        margin-left: auto;
    }

    .cspt-header-info p {
        text-align: right;
    }

    .cspt-header-info img {
        max-height: 50px;
        margin-left: 10px;
    }

    .review-block .cspt-testimonial-style-1,
    .review-block .creativesplanet-post-item {
        height: 100%;
    }

    .review-block .creativesplanet-box-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cspt-ptable-col .cspt-pricing-table-box {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .cspt-ptable-col .cspt-ptable-btn {
        margin-top: auto;
    }

    .cspt-ihbox-style-1 {
        height: 100%;
    }
}

@media (min-width:1200px) {

    .menu-header-menu-container>ul>li:last-child,
    .menu-header-menu-container>ul>li:nth-last-child(2) {
        display: none;
    }


}

@media (max-width:1200px) {
    .navigation-top .main-navigation li {
        display: block;
    }

    .cspt-infostack-header-inner .nav-menu-toggle {
        position: unset !important;
        transform: unset !important;
    }

    .cspt-header-style-2 .cspt-header-top-area>.container .d-flex {
        margin: 0 15px 0 10px !important;
    }

    .cspt-header-style-2 .site-title {
        height: 100px;
    }

    .thermen-login-btn {
        display: none;
    }
}

@media (max-width:991px) {
    #secondary.widget-area {
        display: none !important;
    }

    .post-navigation .nav-links {
        display: flex !important;
    }

    .post-navigation .nav-links .nav-next {
        margin-top: 0 !important;
    }

    .post-navigation .nav-links .nav-title {
        word-break: break-all;
    }
}


@media (max-width:767px) {
    .cspt-header-style-2 .cspt-header-top-area>.container .d-flex {
        margin: 0 0px 0 5px !important;
    }

    .cspt-header-info {
        margin-left: 10px;
    }

    .cspt-header-info img:first-child {
        margin-right: 5px;
    }

    .cspt-header-info img {
        max-height: 30px;
    }

    .cspt-ihbox-style-1.cspt-ihbox h2 {
        word-wrap: break-word;
    }

    .post-navigation .nav-links .nav-title,
    .post-navigation .nav-links .nav-title {
        font-size: 1em;
    }

    .cspt-header-info p {
        font-size: 14px;
    }

    .site-title img.cspt-main-logo {
        max-height: 50px !important;
    }

    .cspt-header-style-2 .site-title {
        height: 70px;
    }

    .cspt-title-bar-content,
    .cspt-title-bar-wrapper {
        min-height: 200px !important;
        padding: 0 !important;
    }

    .cspt-footer-style-1 .cspt-footer-widget-area .container {
        padding: 0 10px !important;
    }

    .site-footer .widget,
    .site-footer .alignnone {
        margin: 0 !important;
    }

    .site-footer .widget-title {
        margin-bottom: 20px;
    }

    .site-footer p {
        margin-bottom: 15px;
    }

    .site-footer .cspt-footer-text-area {
        padding: 0 0 10px;
    }

    .site-footer .footer-wrap {
        padding: 10px 0 0;
    }

    .cspt-pricing-table-style-1 .creativesplanet-ptable-heading {
        padding-top: 20px !important;
    }

    .cspt-pricing-table-style-1 .creativesplanet-ptable-price-w {
        margin-top: 15px !important;
    }

    .elementor-section .cspt-pricing-table-style-1 .cspt-ptable-lines-w {
        padding: 15px 10px 10px !important;
    }

    .cspt-testimonial-style-1 {
        padding: 40px 10px 30px !important;
    }

    .cspt-testimonial-style-1 .creativesplanet-box-author {
        padding-top: 0 !important;
    }

    .cspt-testimonial-style-1:after {
        font-size: 25px !important;
        line-height: 60px !important;
        top: -30px !important;
        left: 15px !important;
        width: 60px !important;
        height: 60px !important;
    }

    .elementor-3859 .elementor-element.elementor-element-ead78d5 {
        margin-top: 30px !important;
    }

    .cspt-element-client-style-3 .cspt-client-hover-img,
    .cspt-client-style-3 .cspt-featured-wrapper,
    .cspt-element-client-style-3 .cspt-featured-wrapper,
    .cspt-element-client-style-3 .cspt-client-hover-img .cspt-client-style-3 .cspt-featured-wrapper,
    .cspt-element-client-style-3 .cspt-featured-wrapper {
        padding: 10px !important;
    }

    body.cspt-sidebar-no #content {
        padding-top: 50px
    }

    .widget-area.col-md-3,
    #primary.content-area.col-md-9 {
        padding-top: 50px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .navigation {
        margin-top: 0 !important;
    }

    .post-navigation .nav-links {
        padding: 0 !important;
        margin-bottom: 30px !important;
        flex-wrap: wrap;
    }

    .post-navigation .nav-links .nav-next,
    .post-navigation .nav-links .nav-previous {
        width: 100% !important;
    }

    .post-navigation .nav-links .nav-previous {
        margin-bottom: 10px;
    }

    .post-navigation .nav-links .nav-title,
    .post-navigation .nav-links .nav-title {
        font-size: 14px !important;
    }

    .nav-links .cspt-portfolio-nav-icon {
        width: 40px;
        font-size: 14px
    }

    .cspt-portfolio-nav-wrapper {
        padding: 10px;
    }

    .elementor-accordion .elementor-tab-content,
    .elementor-accordion .elementor-tab-title {
        padding: 10px !important;
    }

    .cspt-blog-meta-bottom {
        padding-top: 20px !important;
        margin-top: 20px !important;
    }

    .cspt-blog-classic {
        margin-bottom: 30px !important;
    }
}