/*
Theme Name: fakesmilerecords Child
Theme URI: 
Description: A child theme of fakesmilerecords Theme
Author: 
Author URI: shuffle
Version: 1.0.0
Template: fakesmilerecords
*/
@import url("../fakesmilerecords/style.css");


::selection {
/* color: rgba(0, 0, 0, 0.4)!important;*/
 color: #fff;
}
::-moz-selection {
 color: #fff;
}

/** cache le hearder pour la page temporaire full screen **/

.edgtf-menu-area{
	display: none;
}







/* lines in countdown */
.countdown-amount::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    height: 40px;
    transform: translateY(-70%);
    border-right: 2px solid rgba(0, 0, 0, 0.4)!important;
}


.cf7_custom_style_5 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_5 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_5 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_5 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_5 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_5 input.wpcf7-form-control.wpcf7-quiz {
	color: rgba(0,0,0, 0.6);    	
    font-size: 14px;
    line-height: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
    background-color: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.4);
    border-width: 2px;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 38px;
}

.cf7_custom_style_5 textarea.wpcf7-form-control.wpcf7-textarea:focus,
.cf7_custom_style_5 input.wpcf7-form-control.wpcf7-text:focus{
    background-color: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.4);
	color: rgba(0,0,0, 0.6);    	
}



.cf7_custom_style_5 input.wpcf7-form-control.wpcf7-submit{
    color: #000000;
    font-size: 13px;
    height: 50px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    padding-left: 55px;
    padding-right: 55px;
	border-bottom: 1px solid rgba(0, 0, 0, 1)!important;
	border-top: 0!important;
	border-right: 0!important;
	border-left: 0!important;
}



.footerbis{
	font-size: 9px;
	color: rgba(0,0,0, 0.6);
	padding-right: 15px;
}
.footerbis a{
	font-size: 9px;
	color: rgba(0,0,0);
}
.footerbis a:hover{
	font-size: 9px;
	color: rgba(0,0,0, 0.6);
	text-decoration: underline;
}	
.footer-logo {
    position: relative;
    top: 6px;
}




/** big scree **/
@media (min-width: 600px) {

.home_top_wrapper{
	padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.home_top_wrapper img{
}
.nomob{
	display: block;
}
.onlymob{
	display: none;	
}
}

/** small screen **/
@media (max-width: 599px) {

.home_top_wrapper{
	padding-top: 85px !important;
    padding-bottom: 80px !important;
}
.home_top_wrapper img{
	width: 70%;
}
.nomob{
	display: none;
}
.onlymob{
	display: block;	
}
}




/* @group DEGRADE GRADIENT CHANGE BACKGROUND */
/*
 .edgtf-content{

	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
*/
/* @end */

