/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.gem-icon .back-angle {
    width: auto;
}
.gem-icon .gem-icon-half-1 {
    margin-left: 0;
}

.h2-custom h3 {
    font-size: 40px;
}


@media (max-width: 600px) {
    #about .title-h2 {
        width: auto !important;
    }
}

#contact .vc_column-inner {
    padding-top: 0;
}

#contact .wpb_single_image {
    margin-bottom: 0;
}

input[type="text"], textarea {
    text-align: right;
}
.wpcf7-form-control-wrap select {
    background: #f4f6f7;
    height: 51px;
}
.pum-overlay {
    background: rgba(0, 0, 0, .5);
}
.contact-item-wrapper .wpb_wrapper,
.contact-item-wrapper .wpb_text_column {
    height: 100%;
}
.contact-item-wrapper .wpb_text_column > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-line select {
    text-align: right;
}
.pum-close.popmake-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
}
@media (max-width: 576px) {
    .adap_text .title-h1 {
        width: 100% !important;
        font-size: 24px;
    }

    .adap_text p {
        width: 100% !important;
    }
}
@media(max-width: 650px) {
    .pum-container {
        max-width: 90%!important;
        left: 5%!important;
    }
}

#hero_form input[type="text"], #hero_form textarea {
    background-color: transparent;
    text-align: right !important;
}

#hero_form input[type="text"] {
    height: 50px;
    line-height: 28px;
    color: #ffffff !important;
    padding: 9px 39px 9px 15px !important;
}

#hero_form input[type="text"]::placeholder {
    color: #ffffff;
}

#hero_form textarea {
    padding: 7px 15px 7px 15px !important;
}

#hero_form textarea::placeholder {
    color: #ffffff;
    padding: 9px 15px;
}

#hero_form .form-line {
    line-height: 28px !important;

}

#hero_form input[type="submit"] {
    text-align: center !important;
}

@media (max-width: 575px) {
    #hero_form {
        display: none;
    }
}

#left .wpb_wrapper, #left .wpb_wrapper .vc_row {
    height: 100%;
}