/*
 Theme Name:   Listingpro Child
 Theme URI:    http://studio.cridio.com/listingpro/
 Description:  Listingpro Child Theme
 Author:       cridio team
 Author URI:   http://cridio.com/
 Template:     listingpro
 Version:      1.0.0
 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/
/*Custom YouTube thumbnail and play button for embedded iframe video*/
div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 100px;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://yoga.in/asanas/wp-content/themes/listingpro-child/assets/images/youtube-play-btn.png") no-repeat center center;
  background-size: 72px 72px;
}

/*Addional CSS*/
/* Homepage Header menu */
.lp-menu ul.inner_menu>li {
padding-right: 35px;
line-height: 32px;
}
.lp-menu-container .lp-menu > div > ul > li > a{
color:#363F48 !important;	
}
.lp-menu-container .lp-menu > div > ul > li > a:hover{
color:#ff9600 !important;	
}

/* Homepage first section */
.no-grid .elementor-container.elementor-column-gap-default {
    display: block !important;
}

/* Landing page */
.no-bottom .lp-section-content-container {
    padding-bottom: 0px!important;
}
.no-padding .lp-section-content-container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.lp-home-categoires.lp-inside-search-view4 li {
    min-width: 200px !important;
}

.lp-home-banner-contianer-inner.banner-view-top-classic {
    top: 90% !important;
}
/* Mobile Devices */
@media (max-width: 480px) {
.lp-home-banner-contianer-inner.banner-view-top-classic {
    top: 120% !important;
}
}

/* Poses By Type page Css */
.city-girds2 .city-thumb2:hover .category-style3-title-outer {
color: #FFFFFF;
border-color: #313131;
background-color: transparent;
background-image: linear-gradient(180deg, #363F48 0%, #363F48 100%);
}
.city-girds2 .city-thumb2 .category-style3-title-outer a:hover{
color: #FFFFFF !important;	
}
/* Home page Service Slider */
.lae-container .slick-prev:before {
    margin: 2px 0px 0px -5px !important;
}

.lae-container .slick-next:before {
    margin: 2px 0px 0px -5px !important;
}

.lae-container .slick-prev:before {
    color: #FF9600 !important;
}

.lae-container .slick-prev:hover:before {
    color: #363F48 !important;
}

.lae-container .slick-next:before {
    color: #FF9600 !important;
}

.lae-container .slick-next:hover:before {
    color: #363F48 !important;
}
/* Asana For Health Problems */
.wlsbp-style1-service-readmore-2949:hover {
    color: #363F48 !important;
}
/* Hide Extra Filter option */
a#see_filter {
    display: none;
    visibility: hidden;
    margin-bottom: -50px;
}