/* 
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 */







/* THIS IS THE CUSTOM CSS FROM THE OLD THEME FILE ('Dr. Larry Langston' Theme) */
/* !!!!! Please remove this if the site will be reactivate / change home page layout !!!!!! */
html {
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

* {
    box-sizing: inherit;
}

*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
}



/*########################################

# Layout

########################################*/

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.screen-reader-text,
#comments .comment-form-comment label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    word-wrap: normal !important;
    overflow: hidden;
    height: 1px;
    margin: -1px;
    padding: 0;
    width: 1px;
    border: 0;
}

.elementor-social-icons-wrapper {
    position: relative;
    top: 5px;
}

img {
    display: block;
    transition: all .3s linear;
}

.d-flex {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}



/*########################################

# Typography

########################################*/

h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    transition: all .3s linear;
    color: inherit;
}



/*########################################

# Button

########################################*/

[class*=btn-] a {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-property: color;
    transition-duration: 0.5s;
}



.btn-holder a {
    font-family: 'Lato', sans-serif;
    ;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    padding: 13px 0;
    width: 138px;
    border: 1px solid #FF0000;
    border-radius: 0;
    text-align: center;
    background: #FF0000;
    text-transform: uppercase;
}

.btn-holder a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}

.btn-holder a:hover,
.btn-holder a:focus,
.btn-holder a:active {
    color: #fff !important;
}

.btn-holder a:hover::before,
.btn-holder a:focus::before,
.btn-holder a:active::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.btn-sm a {
    width: 90px;
    font-size: 11px;
    letter-spacing: 1px;
    background: #FF0000;
    padding: 4px 0;
}

.btn-center a {
    margin: 0 auto;
}



/*########################################

# Form Section

########################################*/

.wpcf7-form br {
    display: none;
}

.wpcf7-form .grouped {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
    margin: 0 -10px;
}

.wpcf7-form .grouped label {
    padding: 0 10px;
}

.wpcf7-form label {
    width: 100%
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 12px;
    border-width: 1px;
    border-color: #111 !important;
    outline: none;
    position: relative;
    margin-bottom: 5px;
}

.wpcf7-form input[type=checkbox] {
    margin-bottom: 5px;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form textarea:focus {
    outline: none;
}

.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=date]::placeholder,
textarea::placeholder {
    color: initial;
}

.wpcf7-form textarea {
    height: 110px;
}

.wpcf7-form input[type=submit] {
    display: block;
    padding: 10px 40px !important;
    margin: 0 auto;
    text-transform: uppercase;
    background: #003366;
    border: 0;
    color: #fff;
}

.wpcf7-form input[type=submit]:hover {
    background: #FF0000;
}

.wpcf7-list-item-label {
    color: initial;
}



.form-quick input[type=text],
.form-quick input[type=email],
.form-quick input[type=tel],
.form-quick input[type=date],
.form-quick textarea {
    background: transparent;
    color: #fff;
    border-color: #fff !important;
}

.form-quick input[type=text]::placeholder,
.form-quick input[type=email]::placeholder,
.form-quick input[type=tel]::placeholder,
.form-quick input[type=date]::placeholder,
.form-quick textarea::placeholder {
    color: #fff;
}

.form-quick input[type=submit] {
    width: 195px;
    border: 2px solid #fff;
    padding: 8px 0;
    font-family: 'Merriweather', serif;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    margin: 15px auto 0;
    background: #003366;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}

.form-quick input[type=submit]:hover {
    background: #FF0000;
}

.form-quick span {
    color: #fff;
    margin-bottom: 5px;
}



/*########################################

# Header Section

########################################*/

.header .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header .img-m {
    display: block;
    width: unset;
    max-width: unset;
}

.header .form-paypal {
    display: block;
    width: unset;
    max-width: unset;
    padding-top: 13px;
    padding-bottom: 21px;
}

#top-menu .hfe-nav-menu>li {
    border-left: 1px solid #003366;
}

#top-menu .hfe-nav-menu>li:first-child {
    border-right: 1px solid #003366;
}

.hfe-nav-menu {
    position: relative;
}

/* .hfe-nav-menu:after { position: absolute; content:"MENU"; left: 40px; top: 10px; width: 100%; color: #fff; } */


/*########################################

# Banner Section

########################################*/

.banner .bdt-slide-desc {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
    top: auto;
    bottom: 105px;
    left: 0;
    right: 0;
}

.banner .bdt-slide-text {
    margin-bottom: 0;
}

.banner .box {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: 115px;
}

.banner .content {
    width: 100%;
    background: url('assets/images/bnr-con.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 25px 45px 35px 50px;
}

.banner .to-red {
    color: #D80000;
    font-weight: 700;
}

.banner #com .btn-holder a {
    margin-top: -20px;
    margin-left: 100px;
}

/*.banner .foreword .btn-holder a { margin-top: -0; margin-left: 0; }*/



/*########################################

# Content Section

########################################*/

.blog-list {
    columns: 3;
}

.home-gal::before {
    content: "";
    width: 442px;
    height: calc(100% + 40px);
    background: #001224;
    position: absolute;
    right: -70px;
    top: -15px;
}

.home-gallery .bdt-custom-gallery-item-inner {
    position: relative;
}

.home-gallery .bdt-custom-gallery-skin-abetis-desc {
    position: absolute;
    height: auto !important;
    bottom: 10px;
    padding: 0;
    margin: 0;
}

.home-gallery h5 {
    width: 195px;
    border: 2px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.78);
    padding: 13px 0;
    margin: 0 auto;
}

.home-gallery .bdt-gallery-item-text {
    margin-top: -13px;
}

.img-area .btm-img img {
    display: block;
}

.gallery-section {
    position: relative;
}

.gallery-section .wp-caption-text {
    width: 195px;
    border: 2px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.78);
    padding: 13px 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
    color: #fff;
}

.gallery-section img {
    margin-bottom: 20px;
}

.gallery-section .elementor-size-sm:hover {
    color: #fff;
}

.gallery-section .elementor-size-sm {
    display: block;
    width: 90px;
    font-size: 11px;
    letter-spacing: 1px;
    background: #FF0000;
    padding: 4px 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}

/*########################################

# Footer Section

########################################*/

.techno img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    height: auto;
}



/*########################################

# Inner Pages

########################################*/



/*########################################

# Blog Page

########################################*/

.blog-entry,
.serv-entry {
    margin-bottom: 10px;
}

.blog-entry h2,
.serv-entry h2 {
    font-family: "Merriweather";
    font-size: 35px !important;
    color: #006AD5;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-entry .posted-on,
.blog-entry .read-more,
.serv-entry .posted-on,
.serv-entry .read-more {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-entry .short-desc,
.serv-entry .short-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10px;
}



/*########################################

# Blog Single Page

########################################*/



/*########################################

# Responsive

########################################*/
@media screen and (max-width: 1200px) {
    .banner img {
        height: auto !important;
        width: unset !important;
        max-width: 100% !important;
    }

    .elementor-2 .elementor-element.elementor-element-0137f3f .bdt-slider .bdt-slide-item {
        height: 510px;
    }

    .bdt-cover {
        top: 0;
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 1160px) {
    .banner .box {
        margin-right: 0;
    }

    .banner .bdt-slide-desc {
        bottom: 0;
    }
}

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

    .custom-logo {
        width: 100%;
        max-width: 300px !important;
        margin: 0 auto
    }

    .header .form-paypal {
        display: block;
        width: unset;
        max-width: unset;
        padding-top: 0;
        padding-bottom: 0;
    }

    .foreword .d-flex {
        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;
    }

    .blog-list {
        columns: 2;
    }

    .home-gal::before {
        right: 0;
        top: 0;
    }

}



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

    #nav-holder>div>div {
        -webkit-box-orient: vertical;

        -webkit-box-direction: reverse;

        -ms-flex-direction: column-reverse;

        flex-direction: column-reverse;
    }

    #top-menu {
        background: #000;
        position: fixed;
        top: 0;
    }

    .banner .foreword .btn-holder a {
        margin-top: -0;
        margin-left: 0;
    }
}



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

    .wpcf7-form .grouped {
        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
    }

    .elementor-2 .elementor-element.elementor-element-0137f3f .bdt-slider .bdt-slide-item {
        height: 400px;
    }

    .banner #com .btn-holder a {
        margin-left: 90px;
    }

    .elementor-2 .elementor-element.elementor-element-aa2144c {
        background-position: 20%;
    }
}



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

    .blog-list {
        columns: 1;
    }

    .banner #com .btn-holder a {
        margin-left: 85px;
    }
}

@media screen and (max-width: 320px) {
    .elementor-2 .elementor-element.elementor-element-0137f3f .bdt-slider .bdt-slide-item {
        height: 370px;
    }

    .banner #com .btn-holder a {
        margin-left: 60px;
    }
}

.entry-title {
    text-align: center;
    padding-top: 60px;
}

/* END OF CUSTOM CSS FROM THE OLD THEME FILE */