/*
Theme Name: Cuco Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.22
*/
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-2-big-left {
    display: grid;
    grid-template-columns: 1fr .2fr;
}

.buttons.sf-menu li img {
    height: 82px;
    margin-bottom: 0;
    max-width: unset;
}

.single-news-header {
    height: 400px;
    background: linear-gradient(90deg, #315079 45.04%, #BAC7DC 100%);
}

.only-mobile {
    display: none;
}

.single-news-header .title {
    top: 100px;
}

.single-news-header .title .categories {
    margin-bottom: 15px;
}

.single-news-header a, .single-news-header a:hover {

    color: white;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
}

.single-news-header .title h2 {
    color: white;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.short-line {
    width: 130px;
    height: 3px;
    background-color: #849EC2;
}

.single-news-header .image {
    max-width: 566px;
    width: 100%;
    height: 374px;
    z-index: 11;
    justify-self: self-end;
    background-repeat: no-repeat;
    background-size: contain;
}

.cc-main-content {
    margin-top: 80px;
}

.icon-heading {
    color: #5076A9;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.normal-white {
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.image-border {
    border: 1px solid #C4C4C4;
    padding: 35px 23px;
    text-align: center;
}

.image-border img {
    width: 100%;
}

.side-element {
    margin-bottom: 50px;
}

.side-element .element-head {
    margin-bottom: 25px;
    column-gap: 14px;
}

.element-head, .sustainable {
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 10px;
}

.sustainable {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

.sustainable img {
    max-width: 100px !important;
}

.element-head svg, .element-head h2 {
    margin-bottom: 0;
}

.download a {
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: black;
}

.download .single-download {
    padding: 10px 0;
    border-bottom: 1px solid #303C49;
}

.download .single-download:last-child {
    border-bottom: 0;
}

.single-references .title .categories {
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
}

.single-references .title h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}

.site-heading {
    width: 65%;
    color: #5076A9;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.cc-main-content .date {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #5076A9;
    min-height: 66px;
}

.cc_side {
    max-width: 200px;
}

.separator {
    height: 1px;
    background-color: #303C49;
    margin: 5px 0;
}

.small-line {
    height: 2px;
    width: 43px;
    background-color: #87A0C3;
    margin: 5px 0;
}

.middle-line {
    margin: 0 8px;
}

.back-to {
    margin-bottom: 70px;
}

.additional {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 88px;
}

.region {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #5076A9;
}

.additional .press a {
    padding-bottom: 5px;
    border-bottom: 1px solid #7996BC;
}

.additional .share-buttons {
    text-align: right;
}

.additional .share-buttons a {
    margin-left: 8px;
}

.additional .share-buttons a i {
    color: grey;
    font-size: 20px;
    transition: color .2s ease-in-out;
}

.additional .share-buttons a i:hover {
    color: #2f3b48;
    font-size: 20px;
}

.element-head svg {
    vertical-align: middle;
    margin-right: 5px;
}

.ml-25 {
    margin-left: 25px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

/* ####### #Single Reference Page ########## */
.rotate-svg-45 svg {
    transform: rotate(45deg);
}

.rotate-svg-90 svg {
    transform: rotate(90deg);
}

.rotate-svg-180 svg {
    transform: rotate(180deg);
}

.rotate-svg-270 svg {
    transform: rotate(270deg);
}

/* ####### Mads Settings ########## */
.download a {
    color: #303c49 !important;
    font-family: 'Barlow', sans-serif;
}

.site-heading {
    color: #303c49 !important;
    font-size: 34px !important;
    line-height: 44px !important;
    margin-bottom: 7px !important;
}

.site-heading:after {
    content: '';
    display: block;
    width: 70px;
    padding-top: 12.5px;
    border-bottom: 2px solid #6f8fb8 !important;
}

.post-area {
    padding-right: 100px;
}

.cc-clients-ajax-wrapper {
    gap: 10px 10px !important;
    margin-top: 5%;
}

.cc-clients-itemWrapper {
    border: 1px solid #dddddd;
    padding: 20px 40px;
}

.coloph h6 {
    font-weight: normal;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    font-size: 13px;
    opacity: 0.7;
}

.footer-menu li a:hover {
    opacity: 1;
}

.footer-columns h6 {
    font-weight: normal;
}

#menu-item-1416 a {
    background-color: rgb(97, 167, 84);
    visibility: visible;
    padding: 5px 20px !important;
    color: #ffffff !important;
    border-radius: 50px;
}

#header-secondary-outer nav > ul > li:hover > a {
    color: #ffffff !important;
}

body:not([data-header-format="left-header"]) #top .sf-menu li ul {
    border-radius: 0 0 10px 10px;
}

a.notactive {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.team-member img {
    border-radius: 50%;
}

@media only screen and (min-width: 0px) and (max-width: 999px) {
    #footer-widgets .container .col {
        margin-left: 0 !important;
        width: 100% !important;
    }

    img.footer-logo {
        max-width: 150px !important;
    }
}

.textwidget p {
    word-wrap: break-word !important;
}

.toggle h3 a:before {
    content: '';
    background: url('https://innpact.com/wp-content/uploads/2021/05/flower-right.svg') no-repeat center center;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 30px;
    height: 30px;
    z-index: -1;
}

body div[data-style*="minimal"] .toggle h3 a {
    padding-left: 40px;
    font-weight: 500;
    font-size: 22px;
}

.blog-recent .excerpt {
    display: none;
}

.testimonial_slider[data-style="multiple_visible_minimal"] .wrap, .nectar_single_testimonial .wrap {
    font-style: italic;
}

.mailchimp .col {
    margin-right: 0;
}

.mailchimp .vc_col-sm-3 {
    width: 23.5%;
}

.mailchimp i {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
}

.mailchimp [type="email"] {
    border-radius: 50px;
    padding-left: 5px;
}

.mailchimp [type="submit"] {
    position: absolute;
    right: 7px;
    top: 7px;
}

.mailchimp p.pushdown {
    margin-top: 10px;
}

#footer-outer[data-using-bg-img="true"] {
    background-size: cover;
    background-position: top;
}

.material #footer-outer #footer-widgets .col ul li {
    padding: 0 !important;
}

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], .material.woocommerce-page[data-form-style="default"] input#coupon_code {
    background-color: #ffffff;
}

.wpcf7 input[type=text],
.wpcf7 textarea,
.wpcf7 input[type=email] {
    background-color: #e7ebf0;
}

#newsletter-form * {
    box-sizing: border-box;
}

#newsletter-form .w-50 {
    width: calc(50% - 10px);
}

#newsletter-form .w-50.left-item {

    margin-right: 16px;
}

#newsletter-form .w-100 {

    width: 100%;
    margin-right: 18px;
}

#newsletter-form .wpcf7-list-item {

    margin: 0;
}

#newsletter-form .wpcf7-not-valid-tip {
    box-shadow: none;
}

#newsletter-form .w-50, #newsletter-form .w-100 {


    box-sizing: border-box;

    margin-top: 10px;
    margin-bottom: 10px;
}

#newsletter-form .input-field {

    height: 100px;
    top: 0;
    vertical-align: top;
    display: inline-block;
}

#newsletter-form .submit-btn input {

    float: right;
}

.img-scale-30 {
    width: auto !important;
    vertical-align: middle;
    height: 90px !important;
}

.flower-scale {
    max-width: 25px !important;
    clear: left;
    float: left;
    margin-right: 20px;
    vertical-align: middle !important;
}

body .nectar-milestone .number h2 {
    font-family: Roboto;
}

.toggle h3 {
    padding: 0px 0px 0px 0px;
}

.toggle h3 a i {
    margin-right: 30px;
}

.toggle {
    border-bottom: 0px solid rgba(255, 255, 255, 1) !important;
    margin-bottom: 5px !important;
}

#footer-widgets {
    padding-top: 3%;
}

.widget_media_image {
    max-width: 180px;
}

img.flower-down,
img.flower-up,
img.flower-left,
img.flower-right {
    max-width: 40px !important;
    float: left;
    margin-right: 15px;
}

img.flower-down {
    transform: rotate(-180deg) !important;
}

img.flower-right {
    transform: rotate(90deg) !important;
}

img.flower-left {
    transform: rotate(-90deg) !important;
}

img.flower-up {
    transform: rotate(0deg) !important;
}

.video-color-overlay {
    background-image: url('https://innpact.com/wp-content/uploads/2022/02/video-overlay.svg');
    background-repeat: no-repeat;
    background-size: 65% 100%;
    opacity: 0.9 !important;
}

.wpb_wrapper > div .nectar-split-heading,
.wpb_wrapper > div.nectar-split-heading {
    margin-bottom: 0;
}

.minheight {
    min-height: 120px;
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide .nectar-recent-post-bg:after {
    background-color: rgba(15, 23, 38, 0.7);
}

.service-boxes-home {
    min-height: 50px;
}

.small-nav #search-btn:after {
    display: none;
}

.cc-references-headline {
    display: none;
}

.single-job .site-heading {
    width: 90%;
}

.single-job .job-intro-content {

    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    .cc-recent-posts {
        grid-template-columns: repeat(2, 1fr);
    }

    .only-mobile {
        display: block;
    }

    .mobile-overlay {
        position: absolute;
        height: 400px;
        background-color: rgb(29 41 63 / 75%);
        width: 100%;
    }

    .additional .press {
        display: none;
    }

    .additional .share-buttons {
        text-align: left;
    }

    .grid-2-big-left {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }

    .single-news-header .title h2 {
        width: 100%;
    }

    .single-news-header .image {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .cc-recent-posts, .grid-2 {
        grid-template-columns: 1fr;
    }
}


/**************/
/* NEWSLETTER POPUP */
/**************/

body.no-scroll {
    position: fixed !important;
    overflow: hidden !important;
}

.cc-newsletter-popup-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    visibility: hidden;
}

.cc-newsletter-popup-background:hover {
    cursor: pointer;
}

.cc-newsletter-popup-wrapper {

    position: absolute;
    z-index: 10001;
    top: 0;
    width: 100%;
    height: 100%;


}

.cc-newsletter-popup {
    position: relative;
    top: 200px;
    margin: 0 10%;
    padding: 40px;
    background: white;
    box-shadow: 0px 5px 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 20001;
}

.cc-newsletter-popup:hover {
    cursor: auto;
}

.cc-newsletter-popup > .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cc-newsletter-popup > .close:hover {
    cursor: pointer;
}

.cc-newsletter-popup > .description {
    display: inline-block;
    margin-top: 30px;
}


