/*
Theme Name:   astra child theme
Description:  Write here a brief description about your child-theme
Author:       sawankhandelwal
Author URL:   Write here the author's blog or website url
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* Write here your own personal stylesheet */


.gd_main_section {
    width: 100%;
}
.gd_bg_image {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.gd-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.gd_container .gd_row {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}
.gd_inner_secion {
    padding: 60px 0;
    background-color: #eee;
}

.gd_container {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.gd_left_section {
    flex: 1 1 64%;
    max-width: 64%;
    margin-right:15px;
    background-color: #fff;
    padding: 30px 45px 45px 45px;
}
.gd_right_section {
    flex: 1 1 33%;
    max-width: 33%;
    margin-left: 15px;
    background-color: #fff;
    padding: 30px 45px 45px 45px;   
}
h2.gd-tab-list-title.h3 {
    font-size: 20px;
}
.gd_left_section .geodir_post_meta_title {
    font-weight: 600;
}
h5.gd_contact_title{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
h2.widget-title{
    font-size: 20px;
    margin-bottom: 15px !important;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
@media(max-width:767px){
    .gd_left_section {
        flex: 1 1 100%;
        max-width: 100%;
        margin-right:0px;
    }
    .gd_right_section {
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0px;
    }
    .gd_container .gd_row {
        display: block;
    }
}
.single-post .uwp_widgets.uwp_widget_author_box {
    display: none;
}
