/*
 Theme Name:   GeneratePress Child
 Theme URI:    
 Description:  GeneratePress Child Theme
 Author:       
 Author URI:   
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  generatepress-child
*/

@font-face {
    font-family: 'BastardusSans';
    src: url('fonts/BastardusSans.ttf');
}

body {
    background: none;
}

/** Header **/
.top-bar {
    background-color: #095AA5;
    align-items: right;
}

.top-bar .gpct-tbar-inner-content {
	display: none;
    text-align: right;
}

.gpct-search {
    display: inline-flex;
    position: relative;
}

.gpct-search .top-bar-search {
    display: none;
}

.gpct-search .top-bar-search.active {
    display: block;
}

.gpct-search .top-bar-search.active+.eicon-search {
    color: #0078C4;
    transform: translateY(-50%);
}

.gpct-search input {
    background: #ffffff;
    height: 40px;
    border-radius: 5px;
}

.gpct-search input::placeholder {
    color: #0078C4;
    opacity: 1;
}

.gpct-search input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.gpct-search .gcpt-sicon {
    cursor: pointer;
    display: inline-block;
    transform: translateY(-80%);
    color: #fff;
    font-size: 19px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.gpct-search .eicon-close {
    color: #0079C1;
    transform: translateY(-50%);
}

.gpct-btn.green {
    display: inline-block;
    padding: 13px 17px;
    background: #C1D82F;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0 10px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: "Roboto";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.gpct-btn.green:hover {
    background-color: #C1D82F;
    color: #fff;
}

/** Navigation **/
.site-header .header-widget .wp-block-button {
    margin-bottom: 0;
}

.main-navigation .main-nav ul li a {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}

.nav-float-right .header-widget {
    margin-left: 40px;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
}

.header-widget .wp-block-button .wp-block-button__link {
    padding: 13px 40px;
    line-height: 24px;
}

.main-navigation .main-nav ul li a .dropdown-menu-toggle .icon-arrow {
    width: 20px;
    height: 20px;
    position: relative;
}

.main-navigation .main-nav ul li a .dropdown-menu-toggle .icon-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 12px;
}

.main-navigation .main-nav ul li a .dropdown-menu-toggle .icon-arrow svg {
    display: none;
}

/** Page Banner **/
.gpct-page-banner {
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 170px 0;
}

.gpct-page-banner h2 {
    margin: 0;
}

/** Contact Form **/
.gpct-cform>p {
    margin-bottom: 35px;
}

.gpct-cform input[type="text"],
.gpct-cform input[type="email"],
.gpct-cform select,
.gpct-cform textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 16px 0;
}

.gpct-cform textarea {
    height: 100px;
}

.gpct-cform input[type="submit"] {
    background: #0079C1 !important;
    border-radius: 5px;
    padding: 0 49px 0 50px;
    font-weight: 500;
    line-height: 48px !important;
}

.gpct-cform input[type="submit"]:hover {
    background: #C1D82F;
}

/** Footer **/
.footer-widgets-container {
    padding-top: 74px;
    padding-bottom: 124px;
    padding-right: 130px;
}

.inside-footer-widgets>div {
    flex: 2 1 auto;
}

.footer-widgets {
    background-color: #095AA5;
    color: #fff;
}

.footer-widgets .widget-title {
    font-family: "Roboto";
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
}

.footer-widgets a {
    text-decoration: none;
    color: #fff !important;
}

.footer-widget-1 {
    font-family: "Roboto";
    font-size: 16px;
}

.footer-widget-2 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
}

.footer-widget-1, .footer-widget-3, .footer-widget-4 {
    font-weight: 300;
}

.footer-widget-2 .widget ul li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    margin-bottom: 20px;
}

.main-navigation ul ul.sub-menu {
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: none;
}

.main-navigation ul ul.sub-menu li a {
    font-family: "Roboto";
    font-size: 16px;
    color: #000000;
}

.main-navigation.toggled .main-nav {
    background-color: #fff;
}

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover {
    color: #222222;
    background-color: transparent !important;
}

.product-details p:last-of-type {
    margin-bottom: 0;
}

.gpct-cform input[type="text"]::-webkit-input-placeholder,
.gpct-cform input[type="text"]:-moz-placeholder,
.gpct-cform input[type="text"]::-moz-placeholder,
.gpct-cform input[type="text"]:-ms-input-placeholder {
    color: #3A3A3A !important;
    opacity: 1 !important;
}

.gpct-cform input::placeholder,
.gpct-cform textarea::placeholder {
    color: #3A3A3A;
}

.gpct-cform input:focus,
.gpct-cform input:textarea {
    outline: none;
}

/** 404 Error Page **/
.error404 .content-area {
    text-align: center;
    margin: 80px 0;
}

.error404 .content-area .err {
    font-size: 60px;
    font-weight: bold;
    color: #095aa5;
    display: inline-block;
    margin-bottom: 40px;
}

.error404 .entry-content {
    margin-top: 20px;
}

.footer-widgets-container .widget ul li {
    margin-bottom: 5px;
}

@media(max-width: 1366px) {
    .top-bar {
        padding: 0 20px;
    }

    .inside-header {
        padding: 15px 20px;
    }

    .gp-slide .gp-container {
        padding: 0 20px;
    }

    .gp-about-section {
        padding: 90px 20px !important;
    }

    .gp-team-block {
        margin: 0 !important;
    }
}

@media(max-width: 1340px) {
    .gp-slide .gp-container {
        max-width: 1300px;
        width: 100%;
    }
}

@media(max-width: 1280px) {

    .gp-about-section,
    .gp-cta-section,
    .gp-contact-section,
    .gp-munich-section,
    .footer-widgets-container {
        padding: 70px 20px !important;
    }

    .gp-logo-section .elementor-widget-container {
        padding: 70px 20px !important;
    }
}

@media(max-width: 1100px) {
    .site-header .header-image {
        width: 170px;
    }

    .main-navigation .main-nav ul li a {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        background: #fff;
        padding: 10px;
    }

    .nav-float-right .header-widget {
        margin-left: 25px;
    }

    .gpct-btn.green {
        font-size: 18px;
        padding: 7px 12px;
    }

    .header-widget .wp-block-button .wp-block-button__link {
        padding: 4px 20px;
        font-size: 18px;
    }

    .gp-slide-btn {
        padding: 4px 20px;
        font-size: 16px;
    }
}

@media(max-width: 1024px) {
    .gp-products .product-content {
        padding: 20px;
    }

    .gp-team-block .elementor-widget-text-editor .elementor-widget-container {
        margin: 0 0 30px !important;
    }

    .gp-teams .team-designation {
        margin-bottom: 25px;
    }
}

@media(max-width: 768px) {
    .top-bar {
        padding: 0 15px;
    }

    .mobile-menu-control-wrapper .menu-toggle {
        color: #222 !important;
        background: transparent;
    }

    .menu-toggle {
        line-height: 40px;
    }

    .inside-header {
        padding: 10px 15px;
    }

    .gp-about-section,
    .gp-cta-section,
    .gp-contact-section,
    .gp-munich-section,
    .footer-widgets-container {
        padding: 50px 15px !important;
    }

    .gp-logo-section .elementor-widget-container {
        padding: 50px 15px !important;
    }

    .gp-about-section .elementor-heading-title,
    .gp-cta-section .elementor-heading-title,
    .gp-munich-section .elementor-heading-title {
        font-size: 35px;
    }

    .gp-contact-section .elementor-widget-container,
    .footer-widgets .widget-title,
    .footer-widget-2,
    .footer-widget-3,
    .footer-widget-4 {
        font-size: 18px;
    }

    .footer-widgets .widget-title {
        margin-bottom: 12px;
    }

    .gp-about-section .elementor-widget-container,
    .gp-munich-section .elementor-widget-container,
    .gp-logo .gp-logo-details {
        font-size: 16px;
    }

    .gp-contact-section .elementor-element.elementor-element-e289496 .elementor-heading-title {
        font-size: 24px;
    }

    .separate-containers .inside-article {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .gp-team-block .elementor-widget:not(:last-child) {
        margin-bottom: 10px;
    }

    .gp-team-block .elementor-heading-title {
        font-size: 36px !important;
        line-height: 45px;
    }

    .gp-team-block .elementor-widget-container {
        margin-bottom: 15px;
    }

    .gp-team-block .elementor-widget-container p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .gp-teams .team-wrap {
        padding: 15px 10px;
    }

    .gp-teams .team-content {
        padding: 20px 15px 0;
    }

    .gp-teams .team-name {
        margin-bottom: 0;
    }

    .gp-teams .team-designation {
        margin-bottom: 15px;
    }

    .gpct-btn.green {
        padding: 4px 8px;
    }

    .gp-contact-section .elementor-widget-container p br {
        display: none;
    }

    .footer-widget-3 a,
    .footer-widget-4 a {
        font-size: 14px;
        line-height: 18px;
    }

    .nav-float-right .header-widget {
        position: absolute;
        left: 180px;
        top: -18px;
    }

    .gp-teams .team-designation {
        margin-bottom: 20px;
    }

    .elementor-widget-gp-map-widget .elementor-widget-container {
        padding: 0 10px !important;
    }
}

ul.gp-map-detail {
    max-height: 600px;
    overflow-y: auto;
}

@media(max-width: 575px) {
    .gp-teams .team-name {
        font-size: 22px;
        line-height: 28px;
    }

    .top-bar .gpct-tbar-inner-content {
        position: relative;
    }

    .gpct-search {
        position: absolute;
        left: 25px;
        top: 32px;
    }

    .gpct-search .top-bar-search.active {
        position: absolute;
        z-index: 10;
        top: -26px;
        left: -26px;
    }

    .gpct-search .top-bar-search.active+.eicon-search {
        z-index: 99;
        right: 0;
        transform: translateY(-80%);
    }

    .gpct-search input {
        padding-left: 35px;
    }

    .gp-team-block .elementor-widget-text-editor .elementor-widget-container {
        margin: 0 0 15px !important;
    }

    .elementor-section {
        padding: 0 12px;
    }
}

@media(max-width: 414px) {
    .gpct-search .top-bar-search.active+.eicon-search {
        right: auto;
        left: -16px;
    }

    .gpct-search .gcpt-sicon {
        right: auto;
        left: -26px;
    }

    .nav-float-right .header-widget {
        top: -17px;
    }

    .header-widget .wp-block-button .wp-block-button__link {
        padding: 5px 10px;
        font-size: 15px;
    }
}

/** Responsive **/
@media only screen and (max-width: 768px) {
    .site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
        text-align: center;
    }
    
    .error404 .entry-title,
    .error404 .err {
        font-size: 35px;
    }
    
}

@media only screen and (max-width: 560px) {
    .error404 .entry-title,
    .error404 .err {
        font-size: 25px;
    }
}

.gpct-footer-designed-by {
	display: none;
}