/*
Theme Name: Adama Child
Theme URI: https://adama.galactica-themes.com/
Author: Galactica Themes
Author URI: https://themeforest.net/user/galacticathemes
Description: Responsive WordPress Theme
Version: 1.6.1
Template: adama
Tags: blog, custom-background, custom-colors, custom-menu, e-commerce, footer-widgets, full-width-template, grid-layout, left-sidebar, portfolio, right-sidebar, sticky-post, theme-options, translation-ready
Text Domain: adama-child
*/

/*
----------------------------------------------------------------------------------
 Add your custom styles below this line.
---------------------------------------------------------------------------------- */
@font-face {
    font-family: 'NeutraTextTFBook';
    src: url('fonts/NeutraTextTFBook.eot');
    src: url('fonts/NeutraTextTFBook.eot') format('embedded-opentype'), url('fonts/NeutraTextTFBook.woff2') format('woff2'), url('fonts/NeutraTextTFBook.woff') format('woff'), url('fonts/NeutraTextTFBook.ttf') format('truetype'), url('fonts/NeutraTextTFBook.svg#NeutraTextTFBook') format('svg');
}

@font-face {
    font-family: 'NeutraTextTFBold';
    src: url('fonts/NeutraTextTFBold.eot');
    src: url('fonts/NeutraTextTFBold.eot') format('embedded-opentype'), url('fonts/NeutraTextTFBold.woff2') format('woff2'), url('fonts/NeutraTextTFBold.woff') format('woff'), url('fonts/NeutraTextTFBold.ttf') format('truetype'), url('fonts/NeutraTextTFBold.svg#NeutraTextTFBold') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


.container {
    max-width: 1440px;
    margin: 0 auto;
}

body {
    color: #000000;
    font-family: 'NeutraTextTFBook';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NeutraTextTFBold';
}

p {
    margin: 0 0 20px;
    line-height: 25px;
}

a {
    color: #ED2224;
}

.img-right {
    float: right;
}

.button,
.button.alt,
.btn.btn-primary {
    color: #fff;
    background-color: #ED2224;
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn.btn-gray {
    background-color: #9E9E9E;
}

.button:hover,
.button.alt:hover,
.btn.btn-primary:hover {
    background-color: #010101;
    color: #FFFFFF;
}

header.header-layout-centered .primary-menu-container {
    display: block;
    /* background-color: #F1F1F1; */
}

.header-layout-centered .navbar-primary,
.header-layout-centered .galactica-navbar-header {
    border: 0;
}

.header-layout-centered .galactica-navbar-header .logo-container {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-layout-centered .galactica-navbar-header .logo-container .img-responsive {
    display: inline-block;
}

.header-right {
    line-height: 100px;
    font-size: 20px;
    color: #010101;
}

.top-contact-info {
    margin: 0 30px;
    font-weight: 700;
}

.header-right a {
    color: #010101;
}

.header-right a:hover {
    text-decoration: underline;
}

.header-right i.fa.fa-phone {
    color: #000;
    border: 1px solid #000;
    padding: 6px 8px;
    border-radius: 99px;
}


.header-right i.fa.fa-envelope {
    color: #000;
    border: 1px solid #000;
    padding: 6px;
    border-radius: 99px;
}

.header-right .header-cart {
    display: block;
    background-color: transparent;
    color: #010101;
    padding: 0 20px;
    font-weight: 700;
}

.header-right .header-cart .fa {
    color: #010101;
    border: 0;
}

.header-menu-bg {
    background-color: #010101;
}
.header-layout-centered .galactica-default-navbar .galactica-navbar-nav li a {
	color: #FFFFFF;
	font-family: 'NeutraTextTFBold';
	font-size: 18px;
	text-transform: inherit;
}

.header-layout-centered .galactica-default-navbar .galactica-navbar-nav>li>a {
    padding: 15px 20px;
}

.galactica-default-navbar .galactica-nav li>a {
    border-bottom: 3px solid transparent;
}

.galactica-default-navbar .galactica-nav li:hover>a,
.galactica-default-navbar .galactica-nav li.active:hover>a,
.galactica-default-navbar .galactica-nav li.current-menu-item>a,
.galactica-default-navbar .galactica-nav li.current-one-page-item>a {
    /* background-color: #ED2224; */
    border-bottom: 3px solid #ED2224;
}

.galactica-default-navbar .galactica-nav .sub-menu,
.galactica-default-navbar .galactica-nav .dropdown-menu {
    background-color: #010101;
    border: 0;
    white-space: normal;
    min-width: 400px;
}

.galactica-default-navbar .galactica-nav .sub-menu li a,
.galactica-default-navbar .galactica-nav .sub-menu>li>a {
    text-overflow: inherit;
    overflow: visible;
    font-size: 13px;
}


.study-materials .services .vc_column_container>.vc_column-inner {
    background: #fff;
    padding: 0 !important;
    border-radius: 10px;
}

.study-materials .custom-image img {
    position: relative;
    width: 550px;
    max-width: 100%;
}



.study-materials .custom-text {
    position: absolute;
    z-index: 999;
    color: #fff;
    padding-right: 0 !important;
    right: 30px;
    left: 30px;
    top: 30px;
}

.custom img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.services .vc_btn3-style-classic {
    font-size: 16px;
    text-transform: uppercase;
    font-family: jost;
    background: #000;
    padding: 8px 15px;
    border-radius: 12px;
}


.services .button1 .vc_btn3-style-classic:hover {
    background: #ae253a;
}

.services .button2 .vc_btn3-style-classic:hover {
    background: #4c2c5f;
}

.services .button3 .vc_btn3-style-classic:hover {
    background: #f48026;
}

.services .button4 .vc_btn3-style-classic:hover {
    background: #39a3ab;
}

.services .vc_btn3-container.vc_btn3-left {
    padding: 0 10px;
}



.why-hermes {
    background-color: #fff;
    padding-top: 50px;
}

.why-hermes h1 {
    font-size: 40px;
}

.why-hermes .btn {
    margin-top: 30px;
}

.home-box {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-box h3 {
    color: #000000;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    min-height: 50px;
}

.home-bottom .wpb_content_element {
    margin-bottom: 0;
}

.home-bottom .wpb_single_image .vc_figure,
.home-bottom .wpb_single_image .vc_single_image-wrapper,
.home-bottom .wpb_single_image img {
    width: 100%;
    display: block;
}

.home-bottom .home-bottom-content {
    background-color: #F1F1F1;
    padding: 30px;
}

.home-bottom h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}

.home-bottom .home-bottom-content.bg-red {
    background-color: #ED2224;
    color: #FFFFFF;
}

.home-bottom .home-bottom-content.bg-red h1 {
    color: #FFFFFF;
}

.home-bottom .home-bottom-content.bg-red .btn.btn-primary {
    background-color: #000000;
    color: #FFFFFF;
}

.testimonial-title {
    margin-bottom: 10px;
    text-align: center;
}

.testimonials {
    margin-top: 30px;
    z-index: 99;
}

.testimonials h1 {
    color: #000000;
    font-size: 35px;
}

.testimonials .bg-red {
    background-color: #ED2224;
    border-radius: 0 110px 110px 0;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
}

.testimonials .bg-red .wpb_content_element {
    margin-bottom: 0;
}

.testimonials .bg-red .ttshowcase_hascontrols {
    width: 100%;
}

.testimonials #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_block .ttshowcase_rl_quote {
    background-color: transparent;
    color: #FFFFFF;
    margin-top: 0;
}

.testimonials #ttshowcase_0 .tt_theme_speech .ttshowcase_rl_quote_block .ttshowcase_rl_quote:after,
.testimonials #ttshowcase_0 .tt_theme_speech .tt_quote_info-above .ttshowcase_rl_quote:after {
    content: '';
    border: 0;
}

.testimonials .tt_text_left {
    text-align: center;
}

.testimonials .tt_table_cell_right {
    display: block;
}

.brands {
    text-align: center;
}

.brands h2 {
    color: #000000;
    font-size: 40px;
}

.testimonials h2 {
    text-align: center;
    font-size: 40px;
}

.blog-section h2 {
    text-align: center;
    font-size: 40px;
}

.blog-section .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
    min-height: 240px;
}

#Blog-limit p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 10.5em;
    line-height: 1.5em;
}

#Blog-limit .vc_btn3.vc_btn3-color-juicy-pink,
#Blog-limit .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #000;
    display: block;
    text-align: left;
    padding: 12px 20px;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
}

.blog-section .vc_btn3-container.vc_btn3-left a:before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2em;
    vertical-align: middle;
    position: absolute;
    right: 0;
}

#Blog-limit .vc_btn3.vc_btn3-color-juicy-pink:hover,
#Blog-limit .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
    background-color: #ED2224;
}

.blog-section .vc_btn3-container.vc_btn3-left {

    margin-bottom: 10px;
}

.blog-section a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-color-black {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 25px;
}

.page-banner .vc_figure,
.page-banner .vc_single_image-wrapper {
    display: block;
}

.page-banner img {
    width: 100%;
}

.we-offer-title {
    text-align: center;
    margin-bottom: 10px;
}

.we-offer-title h1 {
    font-size: 35px;
    font-weight: 700;
}

.we-offer {
    color: #FFFFFF;
    margin-bottom: -30px;
}

.we-offer .wpb_content_element {
    margin-bottom: 0;
}

.we-offer .offer-left {
    background-color: #ED2224;
    padding: 15px;
}

.we-offer .offer-right {
    background-color: #010101;
    padding: 15px;
}

.we-offer a {
    color: #FFFFFF;
}

.contact-info .icons {
    margin-bottom: 10px;
}

.contact-info .icons:before {
    content: '';
    color: #ED2224;
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

.contact-info .location:before {
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 25px;
}

.contact-info .phone:before {
    content: '\f095';
    font-family: 'FontAwesome';
}

.contact-info .mobile:before {
    content: '\f10b';
    font-family: 'FontAwesome';
    font-size: 30px;
}

.contact-info .email:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
}

.contact-info .web:before {
    content: '\f0ac';
    font-family: 'FontAwesome';
}

ul.list {
    list-style: none;
    padding: 0;
}

ul.list li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 10px;
    color: #ED2224;
    font-size: 10px;
}

/* #flags {
    position: absolute;
    top: 10px;
    right: 250px;
    width: auto !important;
    line-height: normal;
} */

#flags {
    width: 100% !important;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.wpcf7-submit {
    display: inline-block;
}

.footer-contact {
    background: rgb(106, 47, 135);
    background: linear-gradient(90deg, rgba(106, 47, 135, 1) 35%, rgba(169, 62, 106, 1) 64%, rgba(181, 65, 100, 1) 100%);
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-contact input[type='text'],
.footer-contact input[type='email'],
.footer-contact input[type='tel'] {
    background-color: #fff;
    min-height: 45px;
    border: 1px solid #fff;
    margin-top: 30px;
    color: #000;
}

.footer-contact textarea {
    background-color: #fff;
    min-height: 45px;
    border: 1px solid #fff;
    margin: 15px 0 0;
}

.footer-top {
    background-color: #2b2b2b;
    color: #FFFFFF;
    font-size: 16px;
}

.footer-top .widgettitle {
    margin-bottom: 1em;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.footer-top .col ul>li {
    border: 0;
}

.footer-top .widget_nav_menu ul li a {
    padding: 5px 0;
}

.footer-top .widget_nav_menu ul li a:hover {
    color: #ED2224;
}

.footer-top .social img {
    margin-right: 10px;
}

.footer-bottom {
    padding: 0;
    font-size: 15px;
    background-color: #191919;
}


.woocommerce div.product .product_title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    border-bottom-color: #ED2224;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    color: #ED2224;
}

.woocommerce .quantity .qty {
    border-color: #ED2224;
}

.woocommerce button.button {
    padding: 8px 1em;
}

.woocommerce .related h2,
.woocommerce .upsells.products h2,
.woocommerce .cross-sells h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
    border-bottom-color: #ED2224;
}

.woocommerce .woocommerce-tabs .tabs {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
}


@media only screen and (max-width: 1600px) {
    .header-layout-centered .galactica-default-navbar .galactica-navbar-nav>li>a {
        padding: 15px 20px;
    }



    .home-bottom .home-bottom-content .vc_col-sm-8 {
        width: 100%;
    }

    .home-bottom .home-bottom-content {
        margin-top: 0;
    }

    .home-bottom h3 {

        font-size: 30px;

    }
}

@media only screen and (max-width: 1200px) {
    .header-layout-centered .galactica-navbar-header .logo-container {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .header-layout-centered .galactica-navbar-header .logo-container .img-responsive {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-layout-centered .galactica-default-navbar .galactica-navbar-nav>li>a {
        padding: 10px 13px;
        font-size: 16px;
    }



    .home-bottom h1 {
        font-size: 30px;
    }

    .brands h1 {
        font-size: 35px;
    }


}

@media only screen and (min-width: 992px) {
    .home-bottom.bottom1 {
        align-items: center;
        display: flex;
        flex-direction: row;
    }

    .home-bottom.bottom2 {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .header-right a {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .header-layout-centered .galactica-navbar-header .logo-container {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-layout-centered .galactica-navbar-header .logo-container .img-responsive {
        padding: 0;
    }

    .header-layout-centered .galactica-default-navbar .galactica-navbar-nav>li>a {
        padding: 8px 8px;
        font-size: 13px;
    }

    .navbar-primary .header-buttons-wrap .galactica-navbar-toggle {
        margin-top: 34px;
    }


.galactica-navbar-collapse {
    margin: 0;
}



.main-content h1 {
    font-size: 25px;
}

.home-box h3 {
    font-size: 20px;
}

.home-bottom {
    margin-bottom: 30px;
}

.home-bottom .vc_col-sm-6 {
    width: 100%;
}

.home-bottom h1 {
    margin-bottom: 0;
    font-size: 20px;
}

.we-offer .vc_col-sm-8 {
    width: 100%;
}


}



@media only screen and (min-width: 992px) and (max-width:1200px) {
    .home-bottom p {
        font-size: 15px;
    }

    .home-bottom h3 {
        color: #000000;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width:1200px) {

    .services .vc_col-sm-3,
    .custom_row .vc_col-sm-3 {
        width: 50%;
    }



}

@media only screen and (min-width: 768px) {}




@media only screen and (max-width: 767px) {
    header.header-layout-centered .primary-menu-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .img-right {
        float: none;
    }

    .home .page-banner {
        margin-bottom: 0;
    }

    .header-layout-centered .galactica-navbar-header .logo-container {
        padding: 15px;
    }

    .navbar-primary .header-buttons-wrap {
        margin: 0 10px 0 10px;
    }

    .navbar-primary .header-buttons-wrap .galactica-navbar-toggle {
        margin-top: 25px;
        margin-right: 0;
    }

    .navbar-primary .header-buttons-wrap .galactica-navbar-toggle:hover {
        background-color: #ED2224;
        border-color: #ED2224;
    }

    .header-right {
        line-height: 82px;
    }

    .top-contact-info {
        margin: 0 10px;
    }


    .home-box {
        padding-bottom: 0;
    }

    .home-bottom {
        text-align: center;
    }

    .home-bottom .vc_col-sm-6 {
        margin-bottom: 15px;
    }

    .home-bottom .wpb_single_image.vc_align_left {
        margin-bottom: -15px;
    }

    .testimonials .bg-red {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .why-hermes {
        padding-top: 30px;
        text-align: center;
    }

    .we-offer {
        text-align: center;
    }

    ul.list li {
        text-align: left;
    }

    .contact-info {
        text-align: left;
    }



}

@media only screen and (max-width: 575px) {
    .header-right .header-cart {
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {

    header.header-layout-centered .primary-menu-container .col-xs-5,
    header.header-layout-centered .primary-menu-container .col-xs-7 {
        width: 100%;
        padding: 0;
    }


    header.header-layout-centered .primary-menu-container .header-right .col-xs-2,
    header.header-layout-centered .primary-menu-container .header-right .col-xs-3 {
        width: 20%;
        text-align: center;
    }

    header.header-layout-centered .primary-menu-container .header-right .col-xs-5 {
        width: 40%;
    }

    .header-right {
        line-height: 50px;
    }

    .navbar-primary .header-buttons-wrap .galactica-navbar-toggle {
        margin-top: 8px;
    }

    header .galactica-navbar-header .header-buttons-wrap {
        margin-left: 15px;
        float: left !important;
        width: auto;
    }

    .top-contact-info {
        margin: 0 15px;
    }

    .main-content h1 {
        font-size: 22px;
    }

    .testimonials .bg-red {
        border-radius: 0;
    }
}

.footer-contact h2 {
    font-size: 36px !important;
}

.cima ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.cima ul li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.wpb_wrapper .cima ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#pum-482 {
    background-color: rgb(255 255 255 / 60%) !important;
}

#popmake-482 {
    background-color: #FFFFFF !important;
}

#popmake-482 .wpb_single_image {
    margin-top: 45px;
}

.popup-content {
    text-align: center;
    color: #000000;
    font-size: 20px;
}

.popup-content h2 {
    color: #ED2224;
    font-family: 'NeutraTextTFBook';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 42px;
    background-image: url(images/border.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.popup-content h3 {
    color: #000000;
    font-family: 'NeutraTextTFBook';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
}

.popup-content .price {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
}

#popmake-482 button.pum-close.popmake-close {
    background-color: #ED2224;
    border-radius: 100%;
    margin-right: -20px;
    margin-top: -20px;
    font-size: 20px;
    width: 50px;
    height: 50px;
}