/* ----------------------------------------------------------------------------
	Visual Composer Shortcodes Style for Selkie Theme
---------------------------------------------------------------------------- */



/*
| ====================================================================
| = Font
| ====================================================================
*/


/* = Hero Title =*/
.vc_sparrow__hero_title h2,

/* = Promo Box =*/
.vc_sparrow__promobox__desc_cont h3,

/* = Section Title =*/
.vc_sparrow__cont_section_title h2,

/* = Medium Title =*/
.vc_sparrow__m_title h2,
.vc_sparrow__m_subtitle h3,
.vc_sparrow__m_text p

{
		font-family: 'Georgia', serif !important;

}

/* = Button =*/
a.vc_sparrow__read-more,

/* = Medium Title =*/
.vc_sparrow__m_subtitle h3,

/* = Hero Title =*/
.vc_sparrow__hero_subtitle h3,

/* = Promo Box =*/
.vc_sparrow__promobox__desc_cont h2,

/* = Section Title =*/
.vc_sparrow__cont_section_title h3 


 {
	font-family: 'Karla', sans-serif !important;

}



/*
| ====================================================================
| = classi univoche
| ====================================================================
*/


.vc_sparrow__flotleft {
	float: left;
}
.vc_sparrow__flotright {
	float: right;
}


.vc_sparrow__aligncenter {
	display: block !important;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/* == Allineamento per pulsanti == */
.vc_sparrow__text_right {
	text-align: right !important;
}
.vc_sparrow__text_left {
	text-align: left !important;
}
.vc_sparrow__text_center {
	text-align: center !important;
}


/*
| ====================================================================
| ====================================================================
| = General Responsive
| ====================================================================
| ====================================================================
*/
@media (max-width: 680px) {
	.vc_section {
		margin: 0px !important;
	}
	.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
	.vc_section.vc_section-has-fill,
	.vc_row.vc_row-flex {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.ig-container .vc_section.vc_section-has-fill:first-child {
		padding-top: 0px !important;
		margin-top: 0px!important;
	}
	
	.vc_row-fluid.no_margin_no_padding {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	
	.vc_column_container>.vc_column-inner {
     	padding-left: 0px; 
	 	padding-right: 0px; 
	}
	
	
}

	

/*
| ====================================================================
| ====================================================================
| = Hero Title
| ====================================================================
| ====================================================================
*/

.vc_sparrow__cont__hero_title {
	padding: 25px 0px;
}

.vc_sparrow__hero_title h2 {
	font-size: 75px;
    font-weight: normal;
    margin: 0px;
    line-height: 90px;
    margin-bottom: 20px;
}

.vc_sparrow__hero_subtitle h3 {
	font-size: 18px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;    
}

.vc_sparrow__hero_text p {
	font-size: 16px;
	
}


@media (max-width: 680px) {
	.vc_sparrow__hero_title h2 {
		font-size: 35px;
	    line-height: 43px;
	}
	.vc_sparrow__hero_subtitle h3 {
	    font-size: 15px;
	    line-height: 20px;
	}
}

/*
| ====================================================================
| ====================================================================
| = Medium Title
| ====================================================================
| ====================================================================
*/

.vc_sparrow__cont_m_title {
	padding: 20px 0px;
}

.vc_sparrow__m_title h2 {
	font-size: 60px;
    font-weight: normal;
    margin: 0px;
    line-height: 65px;
    margin-bottom: 20px;
}

.vc_sparrow__m_subtitle h3 {
	font-size: 13px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;    
}

.vc_sparrow__m_text p {
	font-size: 16px;
	
}


@media (max-width: 680px) {
	.vc_sparrow__cont_m_title {
		padding: 40px 0px 10px 0px;
	}
	.vc_sparrow__m_title h2 {
		font-size: 38px;
	    line-height: 43px;
	    margin-bottom: 10px;
	}
	.vc_sparrow__m_subtitle h3 {
	    font-size: 15px;
	    line-height: 20px;
	}
}

/*
| ====================================================================
| ====================================================================
| = Button
| ====================================================================
| ====================================================================
*/

.vc_sparrow__read-more {
	display: inline-block;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
    padding: 6px 20px;
    border-radius: 20px;
    line-height: 23px;
}

a.vc_sparrow__read-more {
    color: #dadada; /* default */
    background-color: #333333;  /* default */
    border-color: #dadada; /* default */
    
    border-width: 1px;
    border-style: solid;
}	
a.vc_sparrow__read-more:hover {
	color: #333; /* default */
	background-color:  #ffffff; /* default */
	border-color: #ef9781; /* default */
	
    border-width: 1px;
    border-style: solid;
}	    



/*
| ====================================================================
| ====================================================================
| = Promo BOx
| ====================================================================
| ====================================================================
*/


.vc_sparrow__promobox {
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px 0px;
	}
	
.vc_sparrow__promobox__desc {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	}
.vc_sparrow__promobox__desc_cont {
	display:table-cell;
	vertical-align: bottom;
	height: 100%;
	text-align: center;
	padding-bottom: 25px;
	}
.vc_sparrow__promobox__desc_cont h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 3px;
	line-height: 21px;
	font-weight: normal;
	}
.vc_sparrow__promobox__desc_cont h3 {
	font-style: italic;
	font-size: 14px;
	color: #fff;
	margin: 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 19px;
	}

/* Animation Promo Box */
.vc_sparrow__promobox .vc_sparrow__overlayBox {
	position: absolute;
	left: 15px;
	top: 15px;
    border: solid 1px rgba(255, 255, 255, 0.3);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);

	background: rgba(000,000,000,0.0);
	-webkit-transition: background 0.9s ease;
	-moz-transition: background 0.9s ease;
	-o-transition: background 0.9s ease;
	transition: background 0.9s ease;
}
	
/* === Shadow === */
.vc_sparrow__shadow {
	position: absolute;
	padding: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	top: 0;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s linear;
}
.vc_sparrow__shadow {
    background-image: linear-gradient(to bottom,rgba(33,33,33,0) 45%,rgba(33,33,33,.8) 100%);
    background-image: -moz-linear-gradient(to bottom,rgba(33,33,33,0) 60%,rgba(33,33,33,.5) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(33,33,33,0) 60%,rgba(33,33,33,.5) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(33,33,33,0) 60%,rgba(33,33,33,.5) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(33,33,33,0) 60%,rgba(33,33,33,.5) 100%);
}


@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.resp_4col_promobox.vc_col-sm-3 {
		width: 50%;
	}
}



/*
| ====================================================================
| ====================================================================
| = SECTION TITLE
| ====================================================================
| ====================================================================
*/


.vc_sparrow__cont_section_title {
	padding-top: 40px;
	padding-bottom: 40px;
}
.vc_sparrow__cont_section_title h2 {
	font-size: 60px;
    font-weight: normal;
    margin: 0px;
    line-height: 65px;
    margin-bottom: 20px;
}
.vc_sparrow__cont_section_title h3 {
	font-size: 13px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: normal; 
    text-transform: uppercase;  
}
.float_dot {
	text-align: center;
    font-size: 20px;
    line-height: 0px;
    margin-bottom: 25px;
}


@media (max-width: 680px) {
	.vc_sparrow__cont_section_title {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.vc_sparrow__cont_section_title h2 {
		font-size: 38px;
	    line-height: 43px;
	}
	.vc_sparrow__cont_section_title h3 {
	    font-size: 15px;
	    line-height: 20px;
	}
}

/*
| ====================================================================
| ====================================================================
| = MESSAGE TEXT
| ====================================================================
| ====================================================================
*/

.vc_sparrow__cont_welcome_text {
	padding-top: 80px;
    padding-bottom: 80px;
	max-width: 800px;
}
.vc_sparrow__cont_welcome_text p {
	font-size: 30px;
    font-weight: normal;
    margin: 0px;
    line-height: 40px;
    position: relative;
}
.vc_sparrow__cont_welcome_text p {
    position: relative;
    display: block;

}
.float_bar {
	height: 3px;
	max-width: 50px;
    width: 40px;
    content: '';
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	margin-top: 40px;	
}



/*
| ====================================================================
| = USEFUL CLASSES
| ====================================================================
*/
@media (max-width: 680px) {
	.margin-150 {
		margin-top: 150px;
	}
}




