/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.btn-green .elementor-button {
    background-image: url(img/btn_green.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-green .elementor-button {
    background-image: url(img/btn_green.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-green-brd .elementor-button {
    background-image: url(img/btn_green_brd.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-black .elementor-button {
    background-image: url(img/btn_black.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#nl_wrapper input[type=submit] {   
    background-image: url(img/btn_green_brd.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    min-width: 246px;
    min-height: 62px;
    margin-top: 5px;
}
#nl_wrapper input[type=submit]:focus {
    background-color: transparent !important;
}
#nl_wrapper input[type=submit]:hover {
    background-color: transparent;
}
#nl_wrapper input[type=email] {
    border: 0;
    border-bottom: 2px solid black;
    border-radius: 0;
    padding: 0px;
}
#nl_wrapper input[type=email]::placeholder {
    color: #000;
    font-size:24px;
}
.elementor-form input::placeholder {
    color: #000 !important;
    font-size:24px;
}
.elementor-form input.elementor-field, .elementor-form select {
    padding: 0 !important;
}
input.elementor-field::placeholder {
    color: #000 !important;
    font-size:24px;
}
.btn-nb-white span.elementor-button-content-wrapper:before {
    content: "";
    display: inline-block;
    background-color: white;
    width: 50px;
    height: 84px;
    position: absolute;
    left: -24px;
    top: -14px;
    transform: rotate(18deg);
}
.btn-nb-white .elementor-button-wrapper, .btn-nb-grey .elementor-button-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.btn-nb-white span.elementor-button-content-wrapper:after {
    content: "";
    display: inline-block;
    background-color: white;
    width: 50px;
    height: 84px;
    position: absolute;
    right: -24px;
    top: -14px;
    transform: rotate(-18deg);
}
.btn-nb-grey span.elementor-button-content-wrapper:before {
    content: "";
    display: inline-block;
    background-color: #F1F1F1;
    width: 50px;
    height: 84px;
    position: absolute;
    left: -24px;
    top: -14px;
    transform: rotate(18deg);
}

.btn-nb-grey span.elementor-button-content-wrapper:after {
    content: "";
    display: inline-block;
    background-color: #F1F1F1;
    width: 50px;
    height: 84px;
    position: absolute;
    right: -24px;
    top: -14px;
    transform: rotate(-18deg);
}


#btn-grey  {
    margin-top: 32px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    min-width: 200px; 
}
#btn-grey:after {
    content: "";
    display: inline-block;
    background-color: #67FB8A;
    width: 50px;
    height: 84px;
    position: absolute;
    right: -24px;
    top: -14px;
    transform: rotate(-18deg);
}
#btn-grey:before {
    content: "";
    display: inline-block;
    background-color: #67FB8A;
    width: 50px;
    height: 84px;
    position: absolute;
    left: -24px;
    top: -14px;
    transform: rotate(18deg);
}
#btn-submit  {
    margin-top: 32px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    min-width: 200px; 
}
#btn-submit:after {
    content: "";
    display: inline-block;
    background-color: white;
    width: 50px;
    height: 84px;
    position: absolute;
    right: -24px;
    top: -14px;
    transform: rotate(-18deg);
}
#btn-submit:before {
    content: "";
    display: inline-block;
    background-color: white;
    width: 50px;
    height: 84px;
    position: absolute;
    left: -24px;
    top: -14px;
    transform: rotate(18deg);
}
.btn-icon-wrappper {
    text-align: center;
}
.btn-icon::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 60px;
    background-image: url(https://morstan.crowdm.it/wp-content/uploads/2020/07/ico_pdf_positiva0.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
    position: relative;
    top: 20px;
}
.btn-icon {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-right: 50px;
}
.load-more-btn-lg {
    display: none;
}
.load-more-btn-lg.show {
    display: block;
}
#teammates-wrapper {
    display: none;
}

#teammates-wrapper.show {
    display: block;
}
#search-filter .jet-search-filter__submit {
    position: relative;
    overflow: hidden;
    border: 0;
}
#search-filter .jet-search-filter__submit::before{
    content: "";
    display: inline-block;
    background-color: white;
    width: 50px;
    height: 84px;
    position: absolute;
    left: -24px;
    top: -14px;
    transform: rotate(18deg);
}
#search-filter .jet-search-filter__submit::after {
    content: "";
    display: inline-block;
    background-color: white;
    width: 50px;
    height: 84px;
    position: absolute;
    right: -24px;
    top: -14px;
    transform: rotate(-18deg);
}

.img-quote {
    cursor: pointer;
}
.img-round {
    cursor: pointer !important;
}
.elementor-post__read-more {
    position: relative;
    display: block;
}
#read_all_the_news .jet-smart-listing__more-text::after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(img/ico_share.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    right: 38px;
    position: absolute;
}
#read_all_the_news .jet-smart-listing__terms-link {
    background-color: #67FB8A;
}
.elementor-post__read-more::after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(img/ico_share.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    right: 38px;
    position: absolute;
}

#become-broker input::placeholder {
    color: #000 !important;
    opacity: 1;
} 
#become-broker input {
    padding-left: 8px !important;
}
#become-broker p {
    text-align: center;
    font-weight: 600;
}


footer #ot-sdk-btn.ot-sdk-show-settings {
    font-weight: 300;
    color: #1d1d1b;
    padding: 0;
}