/**
Theme Name: Myrna Renovates
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: BUILDING MY EMPIRE FROM THE GROUND UP
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myrna-renovates
Template: astra
*/


/*Sticky Header*/
#sticky-header.elementor-section{
position: fixed;
left: 0;
width: 100%;
}

#sticky-header.elementor-section.hfe-sticky{
position: fixed;
left:0;
width:100%;
	animation:slide-down 0.0s;
}
@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

@media( max-width: 767px ){

	#sticky-header.elementor-section.hfe-sticky{
		top: 0;
	}
}


/* SLIDER */
#advocating_slider_slide04 .podcast-embed{
margin-top: 1em;
}

/* MailChimp Form */
#mc_embed_signup {
	padding: 10px;
	border-radius: 16px;
	background-color: #ffffffa6;
}

#mc_embed_signup h2 {
	text-align: center;
	font-family: 'Satisfy', sans-serif;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 400;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

#mc_embed_signup .mc-field-group {
	color: #000;
	font-weight: 600;
	border-radius: 16px;
}

#mc_embed_signup .helper_text {
	visibility: hidden;
}

#mc_embed_signup .foot {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

#mc_embed_signup .button {
	background-color: purple;
	width: 250px;
	height: 50px;
	border-radius: 12px;
	margin-bottom: 2em;
	font-size: 18px;
}



@media (max-width: 1201px) {
	#mc_embed_signup {
		max-width: 450px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Slider */
.sa_owl_theme .owl-dots .owl-dot span {
visibility: hidden;

}


.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #fff;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
	
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 25px;
	
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 .5em;
	
	
}
.owl-dots button.owl-dot.active {
  background-color: #fff;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
	
	
}

.owl-nav button:focus {
    outline: none;
}


/* Slider  */
.sa_custom_popup {
	background-color: #000000d9!important;
}

.sa_custom_popup .sa_popup_close {
border-radius: 50%;
}

.sa_custom_popup .sa_popup_wrap {
border-radius: 16px;
box-shadow: 6px 5px 6px #f90;
}


#advocating_slider_slide04 {
	background: #00000063!important;
	border-radius: 12px;
	margin-left: 1em!important;
	margin-right: 1em!important;
}

@media (max-width: 767px) {
	.elementor-781 .elementor-element.elementor-element-16d9cfd {
	padding: 25% 0% 0% 0%;
}
}



@media (min-width: 576px) and (max-width: 767px) {
	h1.intro-text {
		font-size: 4rem;
		text-align: center;
	}

	.myrna-name {
		font-size: 4rem;
	}
}

@media (max-width: 575px) {
	h1.intro-text {
		font-size: 2.5rem;
		text-align: center;
	}
	.myrna-name {
		font-size: 2.5rem;
	}
}


