/*
Theme Name: Yo-Host
Theme URI: https://yohost.com
Author: Breaking Point
Author URI: https://breakingpoint.ro/
Description: Tema site-ului Yo-Host
Version: 1.0.0
Tags: bootstrap 4, wordpress, css, js, html
*/

/*Home page*/


@media (min-width: 320px) {
    .banner-image .content .yohost-content-home {
        margin: 0 !important;
    }
}

@media (min-width: 320px) {
    .join-yo-host {
        padding-top: 0 !important;
    }
}

.join-yo-host-text span {
    color: #EF2C9E;
}

/*About*/
.content-bg h1 {
    color: #EF2C9E;
    font-weight: 300;
    font-family: SFNS Display, sans-serif;
}

.despre-title-continut p {
    color: white;
}

.despre-title {
    color: #EF2C9E;
    font-weight: 300;
    font-family: SFNS Display, sans-serif;
}

.despre-title p {
    opacity: 0.75;
    font-family: SFNS Display Regular, HelveticaNeueDeskInterface-Regular, Arial, sans-serif !important
}

.despre-title small {
    opacity: 0.75;
    font-family: SFNS Display Regular, HelveticaNeueDeskInterface-Regular, Arial, sans-serif !important
}

.despre-css {
    background-color: #1c1c1e;
}

.despre-title {
    color: #EF2C9E;
}



/*Contact*/
p .wpcf7-submit {
    text-align: center;
    margin: auto;
    border: 2px solid transparent;
    background-color: #EF2C9E;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 14px 21px;
    text-decoration: none;
    text-transform: uppercase;
    width: 210px;
    display: block;
    transition: 0.3s;
}

p .wpcf7-submit:hover {
    border: 2px solid #EF2C9E;
    ;
    background-color: #1c1c1e;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 14px 21px;
    text-decoration: none;
    text-transform: uppercase;
    width: 210px;
    display: block;
    transition: 0.3s;
}

.wpcf7-form-control {
    background-color: #fbf8f8cc;
    border-radius: 10px;
}

textarea {
    color: #000000;
    padding: 5px 5px 5px 5px;
    background-color: inherit;
    font-weight: 900;
}

.wpcf7-text {
    padding: 5px 5px 5px 5px;
    color: #000000;
}

textarea:focus,
input:focus {
    outline: none;
}

.contact {
    background-color: #1c1c1e;
}

.contact.entry-title {
    color: white;
    opacity: 0.75;
    margin-top: 3rem;
}

.contact h1 {
    text-align: center;
    color: white;
    opacity: 0.75;
    margin: 3rem 2.5rem 3rem 2.5rem;
}

.contact span {
    color: #EF2C9E;
    font-weight: 300;
    font-family: SFNS Display, sans-serif;
}

.contact p .wpcf7-submit {
    text-align: center;
    margin: auto;
}

.contact label {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-family: SFNS Display, sans-serif;
}

/*Become page*/
.become {
    background-color: #1c1c1e;
    ;
}

.become .entry-title {
    color: white;
    opacity: 0.75;
    margin-top: 3rem;
}

.become h2 {
    text-align: center;
    color: white;
    opacity: 0.75;
    margin: 3rem 0 3.5rem 0;
}

.become h1 {
    text-align: center;
    color: white;
    opacity: 0.75;
    margin: 3rem 2.5rem 3rem 2.5rem;
}

.become span {
    color: #EF2C9E;
    font-weight: 300;
    font-family: SFNS Display, sans-serif;
}

.become p .wpcf7-submit {
    text-align: center;
    margin: auto;
}

.become label {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    font-family: SFNS Display, sans-serif;
}

.wpcf7-not-valid-tip {
    color: #fff !important;
}

/*?*/
.wpcf7-text {
    max-width: 100% !important;
    font-weight: 900;
}

.wpcf7 input {
    max-width: 100% !important;
}


.circular-portrait {
    position: relative;
    width: 220px;
    height: 250px;
    overflow: hidden;
    border-radius: 4.4rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #EF2C9E;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #EF2C9E;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #EF2C9E !important;
}

/* Privacy*/
.privacy h1 {
    padding: 50px 0;
}

.privacy {
    background-color: #1c1c1e;
    color: white;
    font-family: SFNS Display, sans-serif;
}

/* Footer */
footer {
    padding: 60px 0;
}

.text-follow-us-footer {
    opacity: 0.75;
}


.calculator_container {
    position: absolute;
    left: 48%;
    top: 15%;
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    font-family: Cairo, sans-serif;

    @media (max-width: 768px) {
        position: relative;
        width: 80vw !important;
        left: 0;
        top: 0;
        right: 0;
    }

    @media(min-width: 768px) {
        width: 50%;
    }

    @media(min-width: 1024px) {
        width: 45%;
    }

    @media(min-width: 1200px) {
        width: 40%;
    }

}

.calculator_container select,
input {
    border-color: #eee6e6;
    border-bottom: 2px solid orange;
    color: rgb(0, 140, 42);
    padding: 12px;
    width: 100%;
}

.calculator_titlu {
    color: rgb(0, 140, 42);
    font-size: 26px;
    font-weight: bold;
}

.calculator_container label {
    color: black;
}

.range_color {
    background: linear-gradient(to right, rgb(0, 140, 42), rgb(255, 165, 0), rgb(255, 0, 0));
}

.finalSpan {
    font-weight: bold;
    color: rgb(0, 140, 42);
    font-size: 24px;
    text-align: center
}

#range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, green, red);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

#range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

#range:hover {
    opacity: 1;
}

.oferta_button {
    background-color: rgb(0, 140, 42);
    border-color: white;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    color: white;
    border-radius: 12px;
    font-weight: bold;
    width: 35%;
}

.oferta_button:hover {
    background-color: rgb(3, 157, 50);
    cursor: pointer;
}

.scadentar_container {
    font-family: Cairo, sans-serif;
}

.scadentar_titlu {
    color: rgb(0, 140, 42);
    width: 100%;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.span_column {
    border-color: #eee6e6;
    border: 2px solid #8FBC8B;
    border-radius: 6px;
    text-align: center;
    width: 30%;
}

.column_flex {
    flex-direction: column;

    @media(min-width: 768px) {
        flex-direction: row;
    }
}


.border_div {

    width: 100%;
}

.border_container {
    width: 100%;

    @media(min-width: 768px) {
        width: 100%;
    }

    @media(min-width: 1024px) {
        width: 80%;
    }

    @media(min-width: 1200px) {
        width: 65%;
    }
}

.scadentar_tabel {
    width: 100%;

    @media(min-width: 768px) {
        width: 100%;
    }

    @media(min-width: 1024px) {
        width: 80%;
    }

    @media(min-width: 1200px) {
        width: 65%;
    }

}