/*
Theme Name:   yogabaron
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://mywork.1linetech.com
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:  yogabaron
*/

/* Write here your own personal stylesheet */
@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/yogabaron/fonts/Gotham-Bold.eot');
    src: url('/wp-content/themes/yogabaron/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Bold.woff2') format('woff2'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Bold.woff') format('woff'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Bold.ttf') format('truetype'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/yogabaron/fonts/Gotham-Book.eot');
    src: url('/wp-content/themes/yogabaron/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Book.woff2') format('woff2'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Book.woff') format('woff'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Book.ttf') format('truetype'),
        url('/wp-content/themes/yogabaron/fonts//wp-content/themes/yogabaron/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Light.eot');
    src: url('/wp-content/themes/yogabaron/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Light.woff2') format('woff2'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Light.woff') format('woff'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Light.ttf') format('truetype'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/yogabaron/fonts/Gotham-Medium.eot');
    src: url('/wp-content/themes/yogabaron/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Medium.woff2') format('woff2'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Medium.woff') format('woff'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Medium.ttf') format('truetype'),
        url('/wp-content/themes/yogabaron/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Gotham';
	color: #000;
}
p {
    margin-bottom: 1rem;
}
ul {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham' !important;
	font-weight: bold !important;
}
.services-box img {
    width: 100px;
}

.services-box h2 {
    font-size: 14px;
    margin-top: 10px;
}

.services-box  {
    display: inline-block;
    padding: 20px 20px;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 200px;
	margin: 10px;
}
.banner-item  .image {
    padding-top: 70%;
    background-size: cover;
    background-position: center;
}
.cat-content {
    margin-top: -40px;
    padding: 15px 10px;
}
.cat-content h2 {
    font-size: 16px;
}
.post-list li {
    padding:0 10px;
}
.post-list ul li a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
}
.post-list li:last-child a {
    border: none;
}
.banner-item {
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.post-list li a {
    font-size: 14px;
    color: #000;
	display: block;
}
.team-member:nth-child(2) .team-member-image {
    order: -1;
}
.social-links {
    margin: 0 -5px;
}

.social-links li {
    margin: 0 0;
}

.social-links li a {
    display: block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
	 margin: 5px;
}

.social-links li a:hover {
    border-color: #f1a954;
    background: #f1a954;
    color: #fff;
}
.destination {
    color: #555555;
}
.page-banner {
    background-size: cover;
    background-position: center;
	min-height: 70vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
    display: block;
    min-height: 50px;
    margin: 0 0 15px;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px hsl(0deg 0% 4% / 10%);
    box-shadow: inset 0 1px 2px hsl(0deg 0% 4% / 10%);
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -o-transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    padding: 10px 20px !important;
}
textarea.wpcf7-form-control {
    height: 150px;
}
.contact-info-list li i {
    font-size: 30px;
    margin-right: 10px;
    min-width: 40px;
    line-height: 45px;
}
input.wpcf7-form-control.wpcf7-submit {
    float: right;
    background: #f1a954;
    border-color: #f1a954;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 60px !important;
	border-radius: 5px;
}
.page-banner, .page-banner * {
    position: relative;
    z-index: 1;
	color: #fff;
}

.page-banner:after {content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: #000;opacity: 0.5;}
.contact-info-list li a[href=""] {
    pointer-events: none;
	color: #000;
}
.category-banner {
    position: relative;
    background-size: cover;
    min-height: 450px;
	background-position: center;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.banner-categories {
    
    margin:-80px -10px 0;
}

.banner-categories li {
    width: calc(20% - 20px);
    margin: 0 10px 20px;
    background: #fff;
}

.banner-categories li a {
   color: #000;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    padding: 10px 10px;
    width: 100%;
    min-height: 170px;
    border: 1px solid #ddd;
	height: 100%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}

.mega-menu > ul.sub-menu {
    min-width: 100vh;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    width: 100%;
    align-items: flex-start;
	display: none;
}
li.mega-menu.active > ul.sub-menu {
	display: flex;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 8%) !important;
    border: none !important;
	flex-wrap: wrap;
	padding: 20px 0;
}
.mega-menu {
    position: unset !IMPORTANT;
}

.main-navigation ul {
    position: unset;
}

.mega-menu > ul.sub-menu > li {
    width: calc(33.3% - 20px);
    margin: 0 10px;
}

.mega-menu > ul.sub-menu ul.sub-menu {
    position: relative;
    left: 0 !IMPORTANT;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    top: 0 !important;
}

.mega-menu > ul.sub-menu a.menu-link {
    font-weight: bold;
	padding: 0 18px;
}
ul#primary-menu > li a {
    font-size: 14px;
}
ul.sub-menu {
    border: none !important;
}
.mega-menu > ul.sub-menu ul.sub-menu a.menu-link {
    font-weight: normal;
    padding: 4px 18px;
    font-size: 16px;
}

a.menu-link {
    position: relative;
}
footer .ast-footer-overlay {
    padding: 5px;
    font-size: 14px;
}
.author-meta img {
    padding: 0;
    width: 50px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
}
.author-meta span.auth {
    color: #9c9c9c;
}
ul.display-posts-listing li {list-style: none;}

.cat-content ul.display-posts-listing li a {position: relative;width: auto;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 20px;background-image: url(https://mywork.1linetech.com/wp-content/uploads/2021/07/right-arrow.png);background-size: 14px;background-repeat: no-repeat;background-position: right;}

.featured-list ul li:first-child {
    width: 50%;
    padding-top: 40%;
}

.featured-list ul li {
    padding-top: 15%;
    position: relative;
    width: calc(25% - 15px);
    border: 5px solid #fff;
    height: auto;
    float: left;
	padding-bottom: 20px;
	overflow: hidden;
}

.featured-list ul li img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
	max-width: none;
    transform: translateX(-50%);
	min-width: 100%;
}

.featured-list ul li a.image {
    padding: 0;
    width: 100%;
}

.featured-list ul li a.title {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 20px;
    color: #fff;
        height: 90px;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    line-height: 26px;
    font-size: 20px;
	  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
	z-index: 1;
}
.latest-posts ul {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px;
}

.latest-posts {
    clear: both;
	float: left;
}

.latest-posts ul li.listing-item {
    width: calc(33.3% - 30px);
    margin: 0 15px 30px;
}

.latest-posts ul a.image {
    padding: 0;
    display: block;
    width: 100%;
}

.latest-posts ul a.image img {width: 100%;}

.latest-posts ul a.title {
	display: block;
    font-weight: bold;
    color: #000;
    line-height: 26px;
    font-size: 18px;
    padding: 10px 0;
}
.banner-categories li div {
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
	height: 100px;
}
footer .image {
    padding-top: 0;
}
footer .widget_nav_menu li {
    font-size: 14px;
    font-weight: 500;
}
h2.widget-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.post-content ul {
    padding-left: 20px;
}
button.ast-menu-toggle {
    outline: none !important;
}
.social-links li a[href=""] {
    display: none;
}
footer ul.menu li:hover a {
    color: #B9D9B0;
}
.adthrive-comscore.adthrive-footer-message {
    display: none;
}
.featured-list ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: #000;
	z-index: 1;
	opacity: 0.5;
}
.site-footer .widget-title {
	color: #000;
}
.ast-small-footer-section {
    font-size: 12px;
    line-height: 14px;
}
@media only screen and (min-width: 921px) {

.menu-item-has-children.active > a.menu-link:before {
    position: absolute;
    -webkit-box-shadow: -2px -2px 5px -2px rgb(0 0 0 / 12%);
    box-shadow: -2px -2px 5px -2px rgb(0 0 0 / 12%);
    -webkit-animation: fadeInDown 1s cubic-bezier(.075,.82,.165,1);
    -o-animation: fadeInDown 1s cubic-bezier(.075,.82,.165,1);
    animation: fadeInDown 1s cubic-bezier(.075,.82,.165,1);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 14px;
    background: #fff;
    height: 15px;
    width: 15px;
    content: "";
    top: auto;
    z-index: 99;
    bottom: -18px;
    border: none !important;
    color: transparent;
}
}
@media only screen and (max-width: 767px) {

	.banner-categories li {
		width: calc(50% - 20px);
	}
	.featured-list ul li {
    width: 100%;
}
	.featured-list ul li img {
		width: 100%;
	}
	
}
@media only screen and (max-width: 600px) {
.featured-list ul li:first-child {
    width: 100%;
}
	.latest-posts ul li.listing-item {
    width: calc(100% - 30px);
	}
	.featured-section .f-img {
    flex-basis: auto;
    margin-bottom: 20px;
    background: #fff;
		padding-top: 10px; 
		padding-bottom: 10px;
}

.featured-section .f-img img {
    width: 100%;
}
	.banner-categories li {
    width: calc(100% - 20px);
}
}
.category-sinks .category-banner {
    background-position: 0 80%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #111;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #111;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #111;
}
:-moz-placeholder { /* Firefox 18- */
  color: #111;
}
