/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/



#wrapper .post-content h2,#wrapper .fusion-title h2,#wrapper #main .post-content .fusion-title h2,#wrapper .title h2,#wrapper #main .post-content .title h2,#wrapper  #main .post h2, #wrapper  #main .post h2, #wrapper .woocommerce .checkout h3, #main .portfolio h2 {
	font-size:20px;
	line-height:30px;
}

.ei-slider-thumbs {
    height: 0px;
}


/*Popup*/
.overlay-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #00000067;
}
	
.overlay-popup dialog {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    max-width: 50rem;
    border: none;
    background: #ffffff00;
    padding: 0rem;
    color: #fff;
    z-index: 9999;
}	

.overlay-popup button {
    position: absolute;
    top: 3px;
    right: 4px;
    border: none;
    background: #fff;
    padding: .25rem;
    color: #004049;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
