/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

html,body{
	background-color: #011252;
}

#Top_bar{
	background-color: transparent !important;
	backdrop-filter: blur(20px);
	height: 0px;
	margin-top: 20px;
	border: 0px;
}

.header-fixed #Top_bar .menu > li > a {
  padding: 0px !important;
  line-height: initial !important;
}

#Top_bar .one.column{
	width: 700px !important;
	margin: 0px auto !important;
	float: none !important;
	border-radius: 20px;
	/*background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));*/
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 20px;
    border:2px inset rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    
}




#Top_bar.is-sticky{
	box-shadow: none;
}

#Top_bar .logo {
	float: none !important;
	margin: 0px !important;
	text-align: center !important;
}

#Top_bar .top_bar_left{
	text-align: center;
}

#Top_bar .menu_wrapper{
	display: inline-block;
	color: #fff;
	margin: 0px auto;
	float: none !important;
}

#Top_bar .menu_wrapper a{
	color: #fff !important;
}

#Header_wrapper {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

}

#Content{
	background-color: #011252;
}
#Content ul li,
#Content ol li,
#Content p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

body.single h3,
body.single h2,
h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4{
	color: #fff !important;
}

body.home h4,
body .blog_wrapper h3,
body .blog_wrapper h3 a{
	color: #fff !important;
	text-align: left !important;
	margin-bottom: 0px !important;
	font-size: 30px !important;
	letter-spacing: -1px;
}

body.home #Content h2,
body.page #Content h2{
	position: absolute;
  top: -190px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 200;
  font-size: 50px;
  letter-spacing: -1px;
}

body.home #Content h3,
body.page #Content h3{
	color: #ebebeb;
	font-weight: 200;
	margin-bottom: 40px;
	text-align: center;
}

body.home #Header,
body.page #Header{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+73&0+0,0.65+68 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 68%,rgba(0,0,0,0.65) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.absolute{
	background-color: rgb(198 251 112);
	filter: blur(250px);
	height: 300px;
	width: 400px;
	border-radius: 100%;
	opacity: 0.1;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	display: none;
	
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}

#Header_wrapper, #Intro{
	background-size: cover;
	background-attachment: fixed;
}

#Intro .intro-inner{
	padding: 180px 10% 80px 10% !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+73&0+0,0.65+68 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 68%,rgba(0,0,0,0.65) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}  

.post-item .author-date{
	display: none;
}

.glass, 
.post-item{
	padding: 40px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border:1px inset rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

}

.post-item img{border-radius: 15px;}

.post-item .post-excerpt{color: #fff}

.glass input,
.glass textarea{
	border-radius: 10px;
}

.glass input.wpcf7-submit{
	background-color: #aeff53;
	color: #011252;
}

.glass:hover .botao_link a{
	opacity: 1 !important;
}

.botao_link{text-align: center;}

.botao_link a{
	display: inline-block;
	border-radius: 6px;
	background-color: #aeff53;
	color: #011252;
	font-size: 18px;
	letter-spacing: -0.5px;
	text-decoration: nome;
	margin: 10px;
	line-height: 40px;
	padding: 0 15px;
	opacity: 0.8;
	font-weight: 600;
}

.botao_link i{
	margin-right: 5px;
}

.botao_link a:hover{
	text-decoration: none;
	color: #011252;
	opacity: 1;
}

#tag-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 768px) {
	
	#Top_bar{
		backdrop-filter: initial;
	}
	
	#Top_bar .top_bar_left {
		backdrop-filter: blur(5px);
	    -webkit-backdrop-filter: blur(5px);
	}

	#Top_bar .one.column{
		width: 100% !important;
	}
	
	#Top_bar .logo img{
		height: 25px !important;
	}
	
	body #Top_bar a.responsive-menu-toggle,
	body .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle,
	body .mobile-sticky #Top_bar a.responsive-menu-toggle,
	body .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle{
		top: 30px !important;
	}
	
	#Top_bar .top_bar_left{
		height: 80px;
	}
	
	.menu_wrapper .mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle{
		top: 40px !important;
	}
	
	#Top_bar{
		margin-top: 0px !important;
		padding-top: 10px;
		top: 0px;
		position: absolute;
	}
	
	#Top_bar .logo{
		margin-top: 17px !important;
	}
	
	body.home #Content h2, body.page #Content h2{
		font-size: 35px;
		line-height: 35px;
	}
	
	#Top_bar .one.column{
		border-radius: 15px;
		width: 95% !important;
	}
	
	body.home #Header_wrapper, #Intro{
		background-size: 220% ; 
	}
	
	#Header_wrapper, #Intro{
		background-size: 180% ; 
	}
	
	#Intro .intro-title{
		font-size: 25px;
		line-height: 30px;
	}
	
	body.home #Content h2, body.page #Content h2{
		font-size: 25px;
		line-height: 30px;
	}
	
	#Intro .intro-inner {
		padding: 120px 10% 10px 10% !important;
	}
	
	body.home h4, body .blog_wrapper h3, body .blog_wrapper h3 a{
		font-size: 25px !important;
		line-height: 30px !important;
		font-weight: 500;
	}
	
	.botao_link a{
		line-height: 25px;
		padding: 10px 30px;
	}

}
  