/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a {
    color: #D83D3D;
}

/* .wpml-ls-sub-menu li a:hover{color:#D83D3D !important;} */
.otgs-development-site-front-end {
    display: none;
}

.button_icon-bg i {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    right: 5px;
    width: 52px;
    height: 52px;
    background: #FFF;
    border-radius: 100%;
}

.button_icon-bg a {
    position: relative;
}

.icon-green .icon-butnarow:before {
    color: #016565;
}

.wpml-ls-legacy-dropdown {
    /*     width: 120px; */
    max-width: 100%;
    width: 150px;
    padding: 12px 10px;
    border-radius: 30px;
    align-content:center;
}


.button_icon-bg-white i {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    right: 5px;
    width: 52px;
    height: 52px;
    background: #016565;
    border-radius: 100%;
}

.button_icon-bg a {
    position: relative;
}

.icon-white .icon-butnarow:before {
    color: #fff;
}


.button_icon-bg i {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    right: 5px;
    width: 52px;
    font-size: 14px;
    height: 52px;
    background: #FFF;
    border-radius: 100%;
}

.button_icon-bg a {
    position: relative;
}

.elementor-nav-menu a:hover {
    text-decoration: underline;
    scale: 1.2;
}

.wp-block-categories-list.wp-block-categories .cat-item a {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: #303133;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 20px;
}

.wp-block-categories-list.wp-block-categories {
    padding-left: 0px;
}

.recent-post .eael-post-grid-container .eael-post-grid article {
    position: relative;
    padding-left: 12px !important;
}

.recent-post .eael-post-grid-container .eael-post-grid article:before {
    position: absolute;
    content: "\2022";
    font-size: 30px;
    top: -6px;
}

.wp-block-categories-list.wp-block-categories .cat-item {
    padding: 5px;
    font-size: 20px;
}

.wp-block-categories-list.wp-block-categories .cat-item a:hover {
    color: var(--e-global-color-text);
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    color: var(--e-global-color-text);
}

.eael-grid-post .eael-entry-wrapper {
    padding: 0;
    padding-left: 10px;
}

.companey input,
.name input,
.email input,
.phone input,
.prdarea textarea,
.quearea textarea {
    min-height: 50px !important;
    border-radius: 25px !important;
  padding: 10px !important;
}

.gform_body input:focus ,.gform_body textarea:focus{
    --gf-local-outline-color: transparent !important;
    --gf-local-border-color: #000000 !important;
}

.gform_button {
    background: var(--e-global-color-text) !important;
    border-radius: 20px !important;
}

.blog-post a.elementor-post__read-more {
    padding: 15px 20px;
    background: #208282;
    border-radius: 50px;
}

.blog-post a.elementor-post__read-more:hover {
    background: #D83D3D;
}

.nl-product-list ul {
    padding-left: 20px;
}

/* Gravity Forms placeholder color */
.gform_wrapper ::placeholder {
  color: #999999;
  opacity: 1; /* Firefox fix */
}

/* Chrome, Safari, Edge */
.gform_wrapper ::-webkit-input-placeholder {
  color: #999999;
}

/* Firefox */
.gform_wrapper ::-moz-placeholder {
  color: #999999;
}

/* Internet Explorer */
.gform_wrapper :-ms-input-placeholder {
  color: #999999;
}

@media (max-width: 1399px) {
    .elementor-1361 .elementor-element.elementor-element-6918e58 .elementor-field-group {
        margin-bottom: 25px;
    }

    .wp-block-categories-list.wp-block-categories .cat-item a {
        font-size: 18px;
    }

    .recent-post .eael-post-grid-container .eael-post-grid article {
        padding-left: 8px !important;
    }

    .recent-post .eael-post-grid-container .eael-post-grid article:before {
        font-size: 30px;
        top: -3px;
        left: 11px;
    }

    .button_icon-bg i,
    .button_icon-bg-white i {
        height: 40px;
        width: 40px;
    }

    .wp-block-categories-list.wp-block-categories .cat-item {
        padding: 5px;
        padding-left: 0;
    }

    .button_icon-bg i {
        right: 3px;
    }

}

@media (max-width: 1199px) {

    .button_icon-bg.icon-green i,
    .button-red.button_icon-bg i {
        height: 25px;
        width: 25px;
        font-size: 10px;
    }

    .wp-block-categories-list.wp-block-categories .cat-item a {
        font-size: 15px;
    }

    .recent-post .eael-post-grid-container .eael-post-grid article {
        padding-left: 5px !important;
    }

    .recent-post .eael-post-grid-container .eael-post-grid article:before {
        top: -5px;
    }
}

@media (max-width: 991px) {

    .button_icon-bg i,
    .button_icon-bg-white i {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }

    .text-center figure {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .recent-post .eael-post-grid-container .eael-post-grid article {
        padding-left: 9px !important;
    }
}

@media (max-width: 767px) {
    .button_icon-bg-white i {
        left: 63%;
    }
}

@media (max-width: 480px) {
    .wp-block-categories-list.wp-block-categories .cat-item {
        padding: 5px;
    }

    .elementor-nav-menu a:hover {
        text-decoration: none;
        scale: 1;
    }

    .button_icon-bg-white i {
        left: 72%;
    }
}