/*
    Theme Name: Inbio Child
    Theme URI: http://rainbowit.net/themes/inbio/
    Template: inbio
    Description:  Smart, Powerful, and Unlimited Customizable WordPress Theme for any type of Personal Website.
    Author: Rainbow-Themes
    Author URI: https://themeforest.net/user/rainbow-themes/portfolio
    Version: 1.1.0
    License: Envato Marketplaces Split License
    License URI: https://themeforest.net/licenses/standard
    Text Domain: inbio-child
    Tags: responsive, rtl-language-support, blog, portfolio, resume, vcard, custom-colors, live-editor
*/

/* Newsletter */

.pum-theme-7048 .pum-container, .pum-theme-lightbox .pum-container {
	border: 8px solid white;
}
form.pum_sub_form button.pum-form__submit.pum-sub-form-submit {
    border-radius: 20px 20px 5px;
    background: #ff014f;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
    width: 50%;
    color: white;
    margin: 0 auto;
}

#video-popup {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    height: 70%;
    max-height: 70%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    overflow: hidden;
}

#video-popup video {
    width: 100%;
    height: calc(100% - 50px); 
}

#video-popup button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #333;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
	padding-top: 7px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    opacity: 1;
    transition: 0.3s;
    position: absolute;

}
.footer-contact .contact-list {
	display:flex;
}
.footer-contact .contact-list .icon {
    margin-right: 15px;
}