/**
 * Theme Name: Eston - Child Theme
 * Theme URL: https://qwerytechnolabs.com/
 * Description: Eston - Child Theme
 * Author: Qwery Technolabs - Wordpress Team
 * Author URL: https://qwerytechnolabs.com/
 * Template: eston 
 * Version: 1.0.0 
 * Text Domain: eston
**/

:root {
    --eston-font: 'Space Grotesk', sans-serif;
    --eston-font-two: 'Playfair Display', serif;
    --eston-gray: #777777;
    --eston-gray-rgb: 119, 119, 119;
    --eston-white: #ffffff;
    --eston-white-rgb: 255, 255, 255;
    --eston-base: rgb(226 167 80);
    --eston-base-rgb: 226, 167, 80;
    --eston-black: #000000;
    --eston-black-rgb: 0, 0, 0;
    --eston-primary: #F5F5F5;
    --eston-primary-rgb: 245, 245, 245;
}



/** General **/
.main-menu__logo {
	max-width: 200px;
	padding: 0;
}
header.main-header, .stricky-header.stricky-fixed {
    background-color: #000;
}
header .main-menu-three__logo .img-fluid, .stricky-header .main-menu-three__logo .img-fluid{
	max-width:200px;
}
header .main-menu__wrapper, .stricky-header .main-menu__wrapper{
    padding: 0px 30px 0px;
}
.page-header .page-header__inner{
    padding: 200px 0 100px;
}
.main-header-three__contact-info li a, .main-header-three__top-text, .main-header-three__social-title {
	color: #000;
}
.project-details__carousel .owl-item .project-details__play:has(a[href="#"], a[href=""]) {
	display:none;
}
.project-details__short-details .project-details__short-details-list p{
    color: var(--eston-black);
    font-weight: 500;
}
.project-details__short-details .project-details__social {
    display:none;
}
.project-details__carousel .project-details__play a {
    font-style: normal;
}
.elementor-widget-breadcrumbs #breadcrumbs span{
    display: inline-block;
}