/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
	background: rgba(11,11,11,1) !important;
	font-family: Inter, system-ui, sans-serif;
}
.infosTop{
	text-transform: uppercase;
	font-size: .7rem;
	letter-spacing: 1px;
}
h1{
	line-height: 1;
	margin-bottom: 0;
}
a.hfe-menu-item {
    font-size: .8rem;
	letter-spacing: 0.52px;
	font-weight: 600;
}
.contact-form-content, .form-content{
	position: relative;
}
.form-content *{
	position: relative;
	width: 100%;
}
.form-content div {
  width: 100%;
}
.form-content .col-2{
	position: relative;
	display: flex;
}
.form-content .col-2 div:nth-child(even){
	position: relative;
	padding-left: 10px;
}
.form-content .col-2 div:nth-child(odd){
	position: relative;
	padding-right: 10px;
}
.form-content input, .form-content textarea{
	position: relative;
	border-radius: 7px;
	background: #00000066;
	border: 1px solid #ffffff1a;
	color: #FFF;
	margin-top: 10px;
}
.form-content input::placeholder, .form-content textarea::placeholder {
  color: rgba(225,225,225,.38);
}

#podcastTabs.nav-tabs{
	border: 0;
}
#podcastTabs.nav-tabs .nav-item .nav-link{
	background: #000;
	border: 1px solid #ffffff33;
    border-radius: 25px;
	margin-right: 20px;
	color: #fff;
	font-size: .9rem;
}
#podcastTabs.nav-tabs .nav-item .nav-link.active{
	background: #e11d48;
	color: #000;
}

#podcastContent .card{
	background: none;
	border: 0;
}

#podcastContent .card .card-title{
	font-size: 1rem;
	color: #ffff;
	font-weight: 600;
}
#podcastContent .card .card-text{
	font-size: 0.875rem;
	color: #ffffffb3;
}

.ytp-cued-thumbnail-overlay-image{
	border-radius: 20px;
    background-size: cover;
    border: 1px solid #ffffff78;
    overflow: hidden;	
}

.sb_instagram_header{
	display: none;
	width: 0;
	height: 0;
}

.contentBtn p{
	display: flex;
	align-items: center;
}
.linkBtn{
	display: flex;
    width: 110px;
    text-align: center;
    background: #e11d48;
    color: #0B0B0B;
    height: 41px;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
	border-radius: 2px;
}
.linkBtn:hover{
	color: #0B0B0B;
}
@media (min-width: 991px) {
	.eael-tabs-nav ul{
		width: 500px ;
	}
}
.elementor-785, .elementor-element-70faba50{
	padding-left: 0;
	padding-right: 0;
}

/* Menu responsive */
@media (max-width: 992px) {
	.hfe-nav-menu{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

#sb_instagram.sbi_palette_custom_3 #sbi_load .sbi_follow_btn a{
	color: #0B0B0B;
	font-size: 1rem;
}
input[type=button], input[type=submit], button{
	color: #0B0B0B;
	font-size: 1rem;
    background-color: #E11D48;
    border: 0;
}
input[type=submit]:hover{
    background-color: #E11D48;
}
