/**
* Theme Name:        avanam-pearlsell
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-pearlsell
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/
.home-video, .elementor-widget-video .elementor-wrapper video {
    height: 650px!important;
	border: 2px solid #efefef;
}
.footer-widget-area-inner.footer-social-inner {
    position: fixed !important;
    bottom: 100px !important; /* Scroll to top button ke upar */
    right: 32px !important;
    z-index: 999999 !important;
    width: auto !important;
    background: transparent !important; /* No background */
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.footer-widget-area-inner.footer-social-inner img.social-icon-image {
    max-width: 35px !important;  /* icon size */
    height: 40px !important;
    object-fit: contain !important;
}

.footer-widget-area-inner.footer-social-inner:hover {
    transform: scale(1.1);
    transition: 0.2s ease;
}


@media (max-width: 575px) {
.home-video, .elementor-widget-video .elementor-wrapper video {
    height: 400px !important;
    border: 2px solid #efefef;
}
	a.button {
    font-size: 14px !important;
    margin-top: 11px !important;
}
	.footer-widget-area-inner.footer-social-inner img.social-icon-image {
    max-width: 30px !important;
}
	.footer-widget-area-inner.footer-social-inner {
		bottom: 85px !important;
	}
}
