/*
 Theme Name: Toolset Bootstrap Child
 Author:       Avi Levkovich
 Author URI:   http://levkovich.co.il
 Template:     toolset-bootstrap
*/


/*# sourceMappingURL=style.css.map */

footer .col-sm-6 a,
footer .col-sm-6 p,
footer .col-sm-3 a,
footer .col-sm-3 p,
footer .col-sm-3 li {
    font-size: 14px;
}

#social {
    width: 160px !important;
}

.video-container img.cs-video-placeholder-full {
    width: 100%;
}
/* ######################################### */


/* HE Contact Gravity Form */

.cs_heb_contact {
    border: 1px solid #54595f;
    font-size: 19px;
    color: #54595f;
}

.cs_heb_contact>h3 {
    display: inline-block;
    margin: 10px 10px 10px 20px;
    font-size: 25px;
    color: #4a5354;
    font-weight: 900;
}

.cs_he_form_cb_title {
    position: relative;
    color: #54595f;
    border: 1px solid #54595f;
    padding: 10px 0 10px 10px;
    font-size: 19px;
    line-height: 27px;
    cursor: pointer;
}

.cs_he_form_cb_title::after {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: 'fontawesome';
    content: "\f0d7";
    padding-top: 10px;
    width: 40px;
    height: 48px;
    background: #54595f;
    text-align: center;
    color: #ffffff;
}

.cs_form_optional_field {
    width: 60% !important;
}

.cs_he_form_cb {
    margin-top: 10px !important;
    width: 40% !important;
}

.cs_he_form_cb>.ginput_container_checkbox {
    display: none;
    position: absolute;
    margin-top: -1px !important;
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #54595f;
    width: calc(34% - 16px);
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
}

.skip_optional {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 10px;
    cursor: pointer;
}

.ginput_container input[type="text"] {
    height: 49px;
    border: 1px solid #54595f;
}

.ginput_container textarea {
    border: 1px solid #54595f;
}

.ginput_container input::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 19px;
    color: #54595f;
}

.ginput_container input::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 19px;
    color: #54595f;
}

.ginput_container input:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 19px;
    color: #54595f;
}

.ginput_container input:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 19px;
    color: #54595f;
}

#field_1_33 {
    margin-top: 10px;
}

h2.gsection_title {
    font-size: 30px !important;
    font-weight: 900 !important;
}

div.gsection_description {
    font-size: 16px !important;
}

#gform_1 .gf_right_half {
    width: 66%;
}

#gform_1 .gf_left_half {
    width: 34%;
}

.gfield_checkbox li label {
    font-size: 14px !important;
}

.gform_footer {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

#gform_submit_button_1,
#gform_submit_button_3 {
    background-color: #800068;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 1, 0.54);
    font-size: 25px;
    letter-spacing: 1.5px;
    color: #c8b0c4;
    text-transform: uppercase;
    text-align: center;
    height: 41px;
    width: auto;
    float: left;
    border: 0;
    padding: 5px 20px;
    font-weight: 900 !important;
}

#gform_submit_button_3 {
    margin: 20px 0px;
}

#field_3_34>label,
#field_3_4>label {
    display: none;
}

#field_3_46 button {
    height: 49px;
    border: 1px solid #54595f;
}

#field_3_46 button .filter-option {
    color: #54595f;
    font-size: 19px;
}

#gform_3 .bootstrap-select>.dropdown-toggle:after {
    background: #54595f;
}

#gform_3 #field_3_46 span.bs-caret>span {
    color: #ffffff;
}

#gform_3 .cs_heb_contact>h3 {
    margin: 11px 10px 11px 20px;
}

#gform_3 #field_3_37 {
    margin-top: 10px;
}


/* ######################################### */
/*single post*/
.row.cs-post-container {
    display: flex;
    flex-direction: row-reverse;
}
@media screen and (max-width:1500px) {
    .cs-post-container{
        flex-direction: column-reverse;
    }
}
