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

.d-flex { 
	display: flex; gap: 30px 
}
.col--8 {
	width: 75% 
}
.col--4 {
	width: 25% 
}
.pmpro-no-access {
    max-width: 1140px;
    margin: 40px auto;
}

.inner_header_bg {
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 20px 80px; */
    height: 193px;
    background-position: center center;
}

.media--listing.events--listing .media--image {
    height: 300px;
}

.media--listing.events--listing .media--image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.blogpost--listing .blogpost--image {
    width: 50%;
    max-width: 280px;
}

.inner-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1200px;
    align-items: center;
    margin: auto;
    
}
.blackbanner .inner-row {
    padding: 25px 0;
}
.inner-row .left-section img{
width: 91px;
    object-fit: cover;
    max-height: 150px;
}
.inner-row .left-section{
	width: 11.8%;
    margin-left: 20px;
}
#inner_header_bg .inner-row .left-section{
	width: 12%;
}
.inner-row .heading{
	width: 71.3%;
	padding: 10px;
}
.heading h1 a {
    color: #fff;
	text-transform:capitalize;
	font-family: "Roboto", Sans-serif;
    font-weight: 600;
	font-size:32px;
}
.inner-row .button{
	width: 25%;
	padding: 10px;
}
.inner-row .button a {
    font-size: 14px;
    font-weight: 500;
    background-color: #616161;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    margin-left: 96px;
	font-family: "Roboto", Sans-serif;
}
#inner_header_bg .inner-row .button a {
        font-size: 15px;
        background-color: #fff;
        padding: 12px 20px;
        border-radius: 6px;
        color: #333333;
    }
    .inner_header_bg{
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 200px;
        padding: 50px 60px;
        position: relative;
    }
    .background-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(135 133 133 / 50%);
    }
    .inner_header_bg .inner-row{
        position: relative;
        z-index: 1;
    }
    .media--listing.events--listing .media--image {
        height: 300px;
    }
    
    .media--listing.events--listing .media--image img {
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .post-284 h1.entry-title {
        display: none;
    }
    .carrick--sidebar{
        background-image: linear-gradient(180deg, #F2F2F2 0%, #F2F2F2 100%);
        padding: 10px;
        border-radius: 2px;
      }
    @media only screen and (max-width: 1024px) {
        .inner-row .button a {
            margin-left: 0 !important;
        }
        .inner-row .left-section {
            margin-left: 20px;
        }
        .inner-row .left-section {
            margin-right: 30px;
        }
        #inner_header_bg .inner-row .left-section {
            margin-left: 0px;
        }
        .inner_header_bg{
            height: auto;
        }
        .inner-row .button{
            width: 30%;
        }
        .custom-radio{
            left: 2% !important;
        }
    }
@media only screen and (max-width: 767px) {
	.inner-row .button, .inner-row  .heading, .inner-row .left-section, #inner_header_bg .inner-row .left-section {
		width:100%;
        text-align: center;
	}
    .heading {
        text-align:center;
    }
	.inner-row .left-section img{
        width: auto;
    }
	.inner-row .button a {
    font-size: 14px;
    margin-left: 0 !important;
    }
    .inner-row .button{
        text-align: center;
    }
    .inner-row {
        flex-wrap:wrap;
    }
    #inner_header_bg .left-section {
        text-align: center;
    }
    .inner_header_bg{
        height: auto;
    }
    /* .inner-row .button{
        width: 30%;
    }
    .custom-radio{
        left: 2%;
    } */
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .inner_header_bg{
        padding: 20px 3px !important;
    }
    .inner_header_bg .left-section{
        width: 15.8% !important;
    }
    .heading h1 a , .inner_header_bg  .heading h1{
        font-size: 22px !important;
        line-height: 25px;
    }
    .inner_header_bg .inner-row .left-section{
        margin-left: 10px !important;
    }
    .inner_header_bg .inner-row .heading{
        width: 40.2% !important;
        padding: 0 !important;
    }
    .inner_header_bg .inner-row .button{
        width: 33% !important;
        padding: 0 !important;
    }
    .inner_header_bg .inner-row .left-section{
        margin-right: 20px !important;
    }
    .inner-row .button a{
        font-size: 12px !important;
        margin-left: 0;
    }
    .blackbanner .inner-row .left-section {
        width: 13.8% !important;
    }
    .inner-row .heading{
        width: 72% !important;
    }
    
    .media--detail{
        margin-top: 30px !important;
    }
    .media--listing .media--detail:first-of-type {
        margin-top: 0 !important;
    }
}