/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: A child theme for Hello Elementor.
Author: Brahma Technolab
Author URI: https://www.brahmatechnolab.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Import Parent Theme Styles */
/* @import url("../hello-elementor/style.css"); */

/* Custom Styles */

body {
	padding: 0;
	margin 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}

a { 
	cursor: pointer; 
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Header */

.header-menu .elementor-nav-menu .sub-arrow {
	display: none;
}

.responsive-menu {
	display: none;
}

/* BTTVKIDS-Video-Page */

.sby_inner_item {
    border: 4px solid #fff;
    padding: 10px;
    border-radius: 12px;
}

button.sby_load_btn {
    padding: 10px 15px !important;
    border-radius: 12px !important;
    box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
    font-family: var(--e-global-typography-d3e1829-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-d3e1829-font-size) !important;
    font-weight: var(--e-global-typography-d3e1829-font-weight) !important;
    line-height: var(--e-global-typography-d3e1829-line-height) !important;
}

span.sby_follow_btn a {
	padding: 10px 15px !important;
    border-radius: 12px !important;
    box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
    font-family: var(--e-global-typography-d3e1829-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-d3e1829-font-size) !important;
    font-weight: var(--e-global-typography-d3e1829-font-weight) !important;
    line-height: var(--e-global-typography-d3e1829-line-height) !important;
}

a.sby_video_thumbnail.sby_item_video_thumbnail.sby_imgLiquid_bgSize.sby_imgLiquid_ready {
    border-radius: 12px;
}

@media (max-width: 1025px) {
/* 	Header */
	.header-menu .elementor-menu-toggle {
		display: none !important;
	}
	.responsive-menu {
		display: none;
	}
}
@media (max-width: 1024px) {
	.responsive-menu {
		display: block;
	}
}
