/*
Theme Name: Flashtime Child
Theme URI: https://www.flashtimeanimazione.com/
Description: A child theme of official Theme
Author: Millemila
Author URI: https://www.millemila.it
Version: 1.0.0
Template: flashtime
*/
@import url("../flashtime/style.css");
h1.sr7-layer, 
h2.sr7-layer, 
h3.sr7-layer, 
h4.sr7-layer, 
h5.sr7-layer, 
h6.sr7-layer {
    font-family: 'formiga' !important;
}
h1{
	font-family: 'formiga' !important;
	color: #0059ad !important;
}
h2 {
    font-size: 14px;
    font-weight: 900;
}
i.qode_icon_font_awesome.fa.fa-bars {
    font-size: 20px !important;
    color: #0059ad !important;
}
.header_top{
	height: 50px;
}
.header_top, .footer_bottom_holder {
    background-image: url('https://www.flashtimeanimazione.com/assets_flsh/themes/flashtime-child/img/bck.png');
    background-repeat: repeat-x;
}
.header_top .q_social_icon_holder .fa{
	font-size: 24px !important;
}
.header_top .q_social_icon_holder .fa-stack{
    background-color: #fb9e00 !important;
    margin: 20px 0px 0px !important;
    font-size: 24px !important;
}
.header_top .q_social_icon_holder .fa-stack i{
	color: #fff !important;
}
header .header_top .q_social_icon_holder {
    margin-right: 20px;
}
.fa-wordpress:before {
    content: "\f232" !important;
} /*whatsapp */
.fa-windows:before {
    content: "\f095" !important;
} /*phone */

.fa-wikipedia-w:before {
    content: "\f0e0" !important;
} /*mail */
.header_bottom {
    padding: 20px 45px 0px;
}
nav.main_menu>ul>li>a {
    text-transform: none !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
}
nav.main_menu ul li {
	font-family: "formiga", sans-serif;
}
header.stick_with_left_right_menu nav.main_menu.left_side{
	text-align: left !important;
}
.extra p {
    font-size: 200%;
    line-height: 150%;
}
.gray {
    background-color: #f9f9f9;
}
.cyan {
    background-color: #e9fcff;
}
.qode-btn.qode-btn-solid {
    background-color: #fb9e00;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
}
.qode-btn.qode-btn-solid:hover {
    opacity: 0.8;
}
header.stick_with_left_right_menu nav.main_menu.right_side {
    width: 38%;
}

@media only screen and (max-width: 767px) {

	.header_top .q_social_icon_holder .fa-stack {
	    background-color: #fb9e00 !important;
	    margin: 0px 0px 0px !important;
	    font-size: 12px !important;
	}
	.header_top .q_social_icon_holder .fa {
	    font-size: 12px !important;
	}
	nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
	    font-size: 15px;
	    font-family: 'formiga' !important;
		color: #0059ad !important;

	}
	
}