/*
Theme Name: Scuola Infanzia Lancenigo
Theme URI: https://enneffe.net
Description: Un tema child di Bridge
Author: enneffe.net
Author URI: https://enneffe.net
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/*----------------------- CSS RESET  ---------------------*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family:'Barlow',sans-serif;
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale;}

#main{
    display: block;
}

strong, b{
    font-weight: 800;
}

em{
    font-style: italic;
}
*/
.hidden{
	display: none;
}

h2, h3{
	margin-bottom: 25px !important;
}

h4{
	margin-bottom: 5px;
}

p{
	font-size: 17px;
}

.uppercase{
	text-transform: uppercase;
}

.title_outer .title_subtitle_holder{
	padding-top: 20px;
}

.qbutton{
	cursor: pointer;
}

.mt-60{
	margin-top: 60px;
}

.mt-15{
	margin-top: 15px;
}

.mb-50{
	margin-bottom: 50px;
}


.validation-invalid-label{
    color: #ff0000;
    font-weight: 800;
}

.alert{
    color: #fff;
    font-weight: 600;
    padding: 20px;
}

.alert.alert-success{
    background: green;
}

.alert.alert-danger{
    background: red;
} 

#send_button{
    -webkit-appearance: none;
}  

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.3s linear infinite;
    margin: 10px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*** header ***/
nav.main_menu ul li a span.underline_dash, nav.vertical_menu ul li a span.underline_dash {
    background-color: #02eaea5c !important;
    height: 10px;
}
/*
#nav-menu-item-1868{
    background-color: #02eaea5c !important;
}*/



/*** page content ***/

.content{
	padding-bottom: 80px;
}

.container .vc_row p, footer p{
	margin-bottom: 10px;
}

.icon_text_inner h5, .icon_text_inner p{
	margin-bottom: 0!important;
}

.q_icon_with_title .icon_with_title_link{
	margin-top: 0;
}

ul, ol {
    list-style-position: inside;
    margin-bottom: 10px;
    font-family: 'Scope One', sans-serif;
    font-size: 17px;
    color: #595959;
}


/*** hp ***/
#riga_contatori{
	background-size: 100% !important;
}


/*** mobile ***/


@media only screen and (max-width: 1250px){
    .header_inner_right{
        display: none;
    }
}

@media only screen and (max-width: 1000px){
    .riga_lanci_home .vc_col-sm-3{
        width: 50% !important;
        margin-bottom: 80px;
    }

    .riga_lanci_home .qbutton{
        min-width: 150px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px){
    .riga_lanci_home .vc_col-sm-3{
        width: 50% !important;
        float: left;
    }
}

@media only screen and (max-width: 600px){
    .riga_lanci_home .vc_col-sm-3{
        width: 100% !important;
        float: left;
    }

    #riga_contatori{
        display: none;
    }
}

@media only screen and (max-width: 480px){
    .title.title_size_large h1 {
        font-size: 35px!important;
        line-height: 40px!important;
    }

    .footer_bottom {
        line-height: 35px;
        height: auto;
        padding: 15px;
    }
}
