/**
Theme Name: Globaldopamine
Author: Modern Minds
Author URI: https://globaldopamine.com
Description: This is the Globaldopamine template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globaldopamine
Template: astra
*/

/* The map custom styles */
/* ampopup-content */
.map_render .ampopup-content {
    width: 230px;
    height: 250px;
    overflow: hidden;
}

.map_render .ampopup-content,
.map_render .ampopup-header {
    background-color: #ffffff;
    font-family: Montserrat;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
}

.map_render .ampopup-header .ampopup-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #244DDE;
    margin-bottom: 16px;
    margin-top: 12px;
    padding-left: 14px;
}

.map_render .ampopup-inside {
    padding-left: 14px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.map_render .ampopup-inside .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
}

.map_render .ampopup-inside .info {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

.map_render .ampopup-inside .info p:first-child  {
    margin: 0;
    height: 44px;
}

.map_render .ampopup-inside .info p.phone {
    margin-bottom: 0;
}

.map_render .ampopup-inside .info p.email {
    height: 44px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .map_render .ampopup-content {
        min-height: 185px;
    }

    .map_render .ampopup-header .ampopup-title {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .map_render .ampopup-inside .info p:first-child  {
        margin: 0;
        height: 28px;
    }

    .map_render .ampopup-inside .info p.phone {
        margin-bottom: 0;
    }

    .map_render .ampopup-inside .info p.email {
        margin-bottom: 0px;
        height: 28px;
    }

}

.map_render .ampopup-inside .website {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(36, 77, 222, 1);
    text-decoration: none;
}

/* horizontal arrows */
.line-horizontal {
    position: relative;
    height: 1px;    /* line width */
    width: 100%; /* line length */
    background: #244DDE;
    flex-grow: 1;
}

.line-horizontal.arrow-right:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 600;
    bottom: -10px;
    right: 0;
    color: #244DDE;
}

/* WpForms custom styles */
div.wpforms-container-full.contact-form .wpforms-submit-container {
    text-align: center;
}

div.wpforms-container-full.contact-form .wpforms-form button[type=submit] {
    width: 50%;
    height: 50px;
    background: #000000;
    border-radius: 35px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;

}