@charset "UTF-8";
/*
 Theme Name:   samirTheme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.blogvy-section-banner-wrapper:not(.full-width) {
    padding: 1em 0;
}
.mg-left-zero{
	margin-left: 0;
}
.wp-block-heading{
	font-size: 1.8rem;
}
#site-content {
    padding-top: 1em;
}
.blogvy-floating-scroll-top {
    border-radius: 10rem;
}
.blogvy-btn-link.style_4 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 2.4rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
        rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
    color: #3c4043 !important;
    height: 4rem;
    padding: 2px 1.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.25px;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.blogvy-btn-link.style_4 svg {
    fill: #3c4043 !important;
}

.header_style_3 .blogvy-primary-bar-wrapper .site-logo + .site-title,
.header_style_3 .blogvy-primary-bar-wrapper .site-description {
    display: none;
}
@media only screen and (min-width: 1000px) {
    .header_style_3 .blogvy-primary-bar-row .site-branding {
        display: block;
        text-align: center;
    }
    .header_style_3 .blogvy-primary-bar-wrapper .site-logo + .site-title,
    .header_style_3 .blogvy-primary-bar-wrapper .site-description {
        display: block;
    }
}
.header_style_3 .site-branding .site-logo img {
    margin-left: auto;
    margin-right: auto;
}
.blogvy-ticker-slider-nav .swiper-button-prev,
.blogvy-ticker-slider-nav .swiper-button-next {
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
