/*
File Name: style.css
Theme Name:  Nixe
Author: RT-Themes
Version: 1.4
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/nixe-creative-multi-concept-wordpress-theme/16211759
Description: Creative Multi Concept WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: nixe
*/


/*
	EDIT /css/style.css for the theme style
*/


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999999; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
   background-color: #fefefe;
	margin: auto;
    margin-bottom: auto;
	padding: 10px;
	border: 1px solid #888;
	width: 80%;
	height: auto;
	z-index: 999999;

}

.btn-abrir-video {
	background-color: transparent;
	padding: 10px;
	font-family: "Poppins";
	font-weight: 600;
	font-style: normal;
	  border: none;


}



/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

 .intro-btn-class {
		 font-family: 'poppins';
		  border-style: solid;
   		 border-width: 2px;
		border-color: rgba(255,255,255,1.00);
		 padding: 15px;
		 background-color: transparent;
		 width: 150px;
		 text-align: center;
		 font-family: 'arial';
		 text-transform: uppercase;
		 color: white;
		 font-weight: 600;
		} 
		

.hidden-phone {
	display: block;
}

.only-phone {
	display: none;
}

.font-h1 {
	font-size: 48px;
}

.see-the-video {
	margin-top: 0px;
}



@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

.see-the-video {
	margin-top: -20px;
}


.font-h1 {
	font-size: 20px;
}

.hidden-phone {
	display: none;
}

.only-phone {
	display: block;
}
}