/*
Theme Name: Sailon
Theme URI: https://sailon.bravisthemes.com/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Sailon is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sailon
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4

Copyright (c) 2024 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/
.img-accordation-custom {
	display:flex;
}
.pxl-accordion3 .pxl-title--text {
    margin-left: 30px;
}
@media screen and (max-width: 1199px) {

	.pxl-header-menu {
		background-color:black;
	}
	.pxl-menu-primary li.menu-item > a {
		color:white !important;
	}
}
#pxl-header-mobile {
	background-color:black !important;
}
.pxl-nav-mobile-button:before, .pxl-nav-mobile-button:after, .pxl-nav-mobile-button span {
	background-color:white !important;
}
.book-appointment-sidebar:hover {
	background-color:#8e5d9a
}
.pxl-header-menu .pxl-icon-mobile a{
	font-size:20px;
}
/* Make swiper wrapper stretch items */
.pxl-testimonial-carousel .pxl-swiper-wrapper {
    display: flex;
    align-items: stretch !important;
}

/* Make each slide full height */
.pxl-testimonial-carousel .pxl-swiper-slide {
    height: auto !important;
    display: flex;
}

/* Make inner box fill full height */
.pxl-testimonial-carousel .pxl-item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push bottom content down */
.pxl-testimonial-carousel .pxl-item--content {
    flex-grow: 1;
}
@media screen and (max-width: 600px) {
.pxl-item--archive .pxl-content .pxl-item--category {

    display: flex;
    flex-direction: column;
	}
	.pxl-item--archive .pxl-content .pxl-item--category .pxl-item--author{
		margin-left:0px;
	}
	.pxl-testimonial-carousel3 .pxl-item-inner {
  padding: 20px !important;
}
}

.contact-page-form .pxl-select-higthlight {
/*     display: inline-block; */
    margin-bottom: 0;
    padding: 20px 30px;
    border: 1px solid rgba(93, 50, 34, 0.10);
}
.contact-page-form .pxl-contact-form1 .contact1 .contact-submit input {
	height: 55px;}
@media (max-width: 1200px) {

    .pxl-select {
        position: relative;
    }

    .pxl-select-options {
        position: absolute !important;
        bottom: 100% !important;  
        top: auto !important;
        z-index: 999999 !important;
    }

}
.sidebar-heading{
	line-height:40px;
	margin-bottom:10px !important;
}
body .sk-ww-google-business-photo {
	padding:0px !important;
	border:none !important;
}
body .sk-ww-google-business-photo .sk-gbp-item-badge {
	display:none !important;
}
.sk_branding .tutorial_link{
    display: none !important;
    visibility: hidden !important;
}
.pxl-scroll-top {
  bottom: 85px;
}