/*!
Theme Name: Yes Raj
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yes-raj
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Yes Raj is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
*{
    margin:0;
    padding:0;
}
/*body{*/
/*    background-color: #4E091E;*/
/*}*/
header .logoContainer img{
    max-width:150px;
    height:auto;
}
a{
    text-decoration:none;
}
ul, ol{
    list-style:none;
}
.logoContainer {
    width: 20%;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}
.bdt-ps-slide-img {
    border-radius: 4px;
    overflow: hidden;
}
.headerContainer, .footerContainer{
    max-width:1200px;
    padding:0 15px;
    display:flex;
    margin:0 auto;
}
.headerContainer{
align-items:center; 
	position:relative;
}
nav.main-menu ul {
    display: flex;
    list-style:none;
    justify-content:flex-end;
}
.menuContainer {
    width: 80%;
    padding-left: 15px;
}
nav.main-menu > ul > li a, .ctaBtn a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    padding-right:16px;
    padding-left:16px;
        font-weight: 600;
        font-size:15px;
            color:#333;

}
nav.main-menu > ul > li:last-child a, .ctaBtn a {
    margin-left: 16px;
    font-size: 16px;
    color: #fff;
    background-color: #001723;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    border-radius: 4px;
    font-size: 14px;
}
header {
}
    .mobileDisplay{
        display:none;
    }
/*Footer*/
.siteFooter{
    padding-top:60px;
    padding-bottom:20px;
}
.footerMenuWidget {
    flex: 0 0 calc(20% - 30px * 2 / 3);
}
.footerContactWidget {
    flex: 0 0 calc(35% - 30px * 2 / 3);
}
.footerBrandWidget {
    flex: 0 0 calc(45% - 30px * 2 / 3);
}
.footerContainer {
    gap: 30px;
    flex-wrap:wrap;
}
h4.widget-title,h4.wp-block-heading {
    font-size: 14px;
    font-weight: 400;
    font-family: Gabarito;
    padding-bottom:15px;
}
.widgetContainer.footerMenuWidget ul li a {
    padding-bottom: 7px;
    font-size:16px;
    line-height: 32px;
    color:#333;
}
.widgetContainer.footerContactWidget p,.widgetContainer.footerBrandWidget p {
    line-height: 32px;
    margin-bottom: 20px;
    font-size:16px;
        color:#333;
}
.widgetContainer .wp-social-link a {
    height: 37px;
    width: 37px;
    background-color: #B13C30;
    display: block;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.widgetContainer .wp-social-link a svg {
    fill: #fff;
}
.widgetContainer p a{
    color:#333;
}
.margin-negetive h2 {
    width: calc(100% + 120px);
    margin-left: -120px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.elementor-widget-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid #EBEFCE;
    padding-bottom: 30px;
}
.e-n-accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
}
.elementor-testimonial__image img {
    width: 335px;
    height: 335px;
    border-radius: 0px;
    border-bottom-left-radius: 300px !important;
    object-fit: cover;
} 
.elementor-testimonial__content {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -75px;
}
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite, .elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite, .elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{
    margin-bottom:25px;
}
cite.elementor-testimonial__cite{
    flex-direction:column-reverse !important;
}
.elementor-widget-reviews .elementor-main-swiper, .elementor-widget-testimonial-carousel .elementor-main-swiper{
    width:100% !important;
}
.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer, .elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    justify-content: flex-end;
}
.ue_title p {
    font-size: 16px;
    font-weight: 400;
}
.topMenu{
	display:flex;
	align-items:center;
	padding-top:10px;
		padding-bottom:10px;

	gap:30px;
	justify-content:flex-end;
}
ul.topMenu li a {
    color: #333;
    font-size: 16px;
}
.wpcf7-form-control {
    width: 100%;
	margin-top:4px;
	
}
#uc_contact_form_7_elementor_6672e5e .wpcf7-form-control-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
label {
    font-size: 14px;
}
@media(max-width:1024px){
    .mobileDisplay {
        display: flex;
        align-items: center;
        width: 80%;
        justify-content: flex-end;
    }
    .menuContainer{
        display:none;
    }
    .spanNav span {
    height: 2px;
    display: block;
    background-color: #333;
    width: 30px;
    }
    .spanNav span:nth-child(2){
        margin-top:7px;
    }
        .spanNav span:nth-child(3){
        margin-top:7px;
    }
    .spanNav {
        width: 40%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.ctaBtn{
            width: 60%;
            text-align:center;
}
nav.main-menu > ul > li a, .ctaBtn a{
    font-size:16px;
}
nav.main-menu > ul > li:last-child a,.ctaBtn a {
        font-size:18px;

}
.margin-negetive h2 {
    width: calc(100%);
    margin-left: -0;
}
}
    @media(max-width:768px){
        .logoContainer {
    width: 40%;
    
        }
        .mobileDisplay{
            max-width:60%;
        }
        .spanNav{
        }
        .footerMenuWidget {
            flex: 0 0 calc(50% - 15px);
        }
        .footerContactWidget {
            flex: 0 0 calc(50% - 15px);
        }
        .footerBrandWidget {
            flex: 0 0 calc(100%);
        }
        .widgetContainer.footerMenuWidget ul li a,.widgetContainer.footerContactWidget p,.widgetContainer.footerBrandWidget p {
    font-size:16px;
    line-height: 26px;
}
.e-n-accordion {
    grid-template-columns:  1fr;
    gap:10px;
}
    .elementor-widget-n-accordion .e-n-accordion-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
		.uc_photography_header .uc_subtitle {
    font-size: 26px !important;
}
		.menuContainer.menu-active nav.main-menu.menu-active {
    display: block;
}
		.menuContainer.menu-active {
    display: block;
}
		.menuContainer.menu-active .topMenu{
			display:none;
		}
		nav.main-menu ul#menu-menu-1 {
    flex-direction: column;
    position: absolute;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    top: 100%;
			padding:20px 0;
}
		nav.main-menu ul li a{
			padding:5px;
		}
		nav.main-menu > ul > li {
			text-align:center;
		}
		    nav.main-menu > ul > li a, .ctaBtn a {
        padding: 5px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-align: center;
        width: max-content;
        margin: 0 auto !important;
    }
		.mobileDisplay.active .spanNav span:nth-child(1) {
    opacity: 0;
}
			.mobileDisplay.active .spanNav span:nth-child(3){
			transform:rotate(45deg);
				margin-top:0;
		}
					.mobileDisplay.active .spanNav span:nth-child(2){
			transform:rotate(-45deg)
		}
    }
    @media(max-width:576px){
        .mobileDisplay{
            justify-content:flex-end;
        }
        .spanNav{
        }
        nav.main-menu > ul > li:last-child a, .ctaBtn a{
            padding-left:16px;
            padding-right:16px;
            margin-left:0;
        }
        header .logoContainer img{
            max-width:100px;
        }
    nav.main-menu > ul > li a, .ctaBtn a {
        padding-top: 28px;
        padding-bottom: 28px;
    }
        .logoContainer {
        width: 40%;
        padding-bottom: 15px;
    }
            .footerMenuWidget {
            flex: 0 0 calc(35% - 15px);
        }
        .footerContactWidget {
            flex: 0 0 calc(65% - 15px);
        }
    }
