/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/



/**************/
/***GENERAL***/
/************/

html body {
	background-color: white;
	line-height: 1.2;
}

html a {
	-webkit-transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;
    transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease; 
}

.clear {
	clear: both;
}

html .entry-wrap {
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0;
}

html .x-brand {
	display: none;
}

html .entry-header {
	width: 1200px;
    margin: 0 auto;
    padding: 0 2.5rem;
}

html .entry-header h1 {
	font-size: 2.375rem;
    line-height: 1;
    margin-top: 3.75rem;
    margin-bottom: 2.313rem;
    color: #555555;
    font-weight: 500;
}

html h2.h-custom-headline {
	font-size: 2.375rem;
	line-height: 1;
	margin-top: 3.75rem;
	margin-bottom: 2.313rem;
}

html h3.h-custom-headline,
html .h3.h-custom-headline {
	font-size: 1.875rem;
} 

html h4.h-custom-headline {
	color: #555555;
	font-size: 1.5rem;
}

html .x-content-band {
	margin-bottom: 0;
}


html .x-content-band h1,
html .x-content-band h2,
html .x-content-band h3,
html .x-content-band h4,
html .x-content-band h5,
.x-content-band h6 {
	font-weight: 500;
	letter-spacing: 0;
}


/*************/
/***LAYOUT***/
/***********/

html .x-container.max {
	max-width: 100%;
}

html .x-container.offset {
	margin: 0;
}

html .x-content-band .x-container {
	max-width: 1200px;
	padding: 0 2.5rem 3.75rem;
}



/*************/
/***HEADER***/
/***********/

html .x-slider-container.below {
	border-bottom: none;
}

/*Topbar*/

.x-topbar {
	z-index: 0;
}

html .x-topbar .x-topbar-inner {
	max-width: 1200px;
}

.x-topbar .x-social-global {
	float: left;
}

.x-topbar .x-social-global a {
	color: #B7B7B7;
}

.x-topbar .x-social-global a:hover,
.x-topbar .x-social-global a:focus,
.x-topbar .x-social-global a:active {
	color: #1b9ed9;
}


.x-topbar .language-menu {
	float: right;
	list-style-type: none;
	margin: .875rem 0 0 0;
	line-height: 1.1;	
}

.x-topbar .language-menu li {
	display: inline-block;
}

.x-topbar .language-menu li:first-of-type {
	margin-left: 1rem;
	border-right: 1px solid #B7B7B7;
	padding-right: .2rem;
}

.x-topbar .language-menu li a,
.x-topbar .language-menu span.divider,
.x-topbar .language-menu #lang-text {
	color: #B7B7B7;
}

.x-topbar .language-menu li a:hover {
	color: #1B9ED9;
}

.x-topbar p {
	display: none;
}

/*Navbar*/

.x-navbar {
	box-shadow: none;
	text-shadow: none;
	border-bottom: none;
	background-color: transparent;	
}

.x-navbar-inner {
	height: 56px;
    margin-bottom: 160px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.masthead-inline .desktop .x-nav {
	float: none;
	text-align: center;
}

html .x-navbar .desktop .x-nav > li > a:hover,
html .x-navbar .desktop .x-nav > .x-active > a,
html .x-navbar .desktop .x-nav > .current-menu-item > a {
	box-shadow: none;
}

html .x-navbar .desktop .x-nav>li {
	float: none;
	display: inline-block;
	text-align: center;
}

.x-navbar .desktop .airmade-logo {
    border: 20px solid white;
    border-top: 10px solid white;
    border-bottom: 15px solid white;
    top: -48px;
}

.x-navbar .desktop .airmade-logo a {
    width: 161px;
    height: 232px!important;
    text-indent: -9999px;
    background: url(http://airmade.eu//wp-content/themes/x-child/img/Logo-airmade.jpg) center center no-repeat;
}

.x-navbar .desktop .sub-menu {
	background-color: transparent;
}

.x-navbar .desktop .sub-menu li a {
	text-align: left;
	font-size: .938rem;
	text-transform: uppercase;
}



/*************/
/***FOOTER***/
/***********/

footer .x-container.max {
	max-width: 1200px;
}

footer.x-colophon {
	box-shadow: none;
	border-top: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
}

footer.x-colophon.top {
	background-color: #1B9ED9;
	/*background-image: url(http://airmade.eu/wp-content/uploads/2017/10/Cubetto-azzurro-trasp.png);
	background-repeat: repeat;
	background-position: 50% 50%;*/
	padding: 2% 0;
}

footer.x-colophon.bottom .x-colophon-content p {
	font-size: 0.625rem;
}

footer.x-colophon.bottom .x-colophon-content {
	margin: 10px 0;
}

footer .widget {
	text-shadow: none;
	margin-top: 2rem;
}

footer .widget ul,
footer .widget ol {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

footer .widget ul li,
footer .widget ol li,
footer .widget_nav_menu ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a {
	border-bottom: none;
	box-shadow: none;
}

footer .widget_nav_menu ul li a:before,
footer .widget_meta ul li a:before,
footer .widget_pages ul li a:before {
	content: "";
}

footer .widget_nav_menu ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_pages ul li a:hover {
	background: none;
	color: white;
}

footer .widget_nav_menu {
	text-align: center;
}

footer .widget_nav_menu ul li {
	display: inline-block;
    border-left: 1px solid;
    line-height: 0;
}

footer .widget_nav_menu ul li:first-of-type {
	border-left: none;
}

footer .widget_nav_menu ul li a,
footer .widget_nav_menu .current-menu-item > a {
	padding: 0 .3rem;
	color: #3C3C3B;
	background-color: transparent;
}

footer #text-5 p,
footer #text-6 p,
footer #text-7 p  {
	text-align: center;
	color: #3c3c3b;
	font-size: .938rem;
}

footer #text-5 .textwidget p a {
	color: white;
}

footer #text-5 .textwidget p a:hover {
	color: #3C3C3B;
}


/*Newsletter*/

.x-colophon #mc4wp_form_widget-2 h4 {
	color: #3C3C3B;
	font-size: 1.125rem;
}

.x-colophon #mc4wp_form_widget-2 input[type="email"] {
	border-radius: 0;
	width: 70%;
	margin-bottom: .1rem;
}

.x-colophon #mc4wp_form_widget-2 [type="submit"] {
	background-color: #303063;
	font-size: .875rem;
	text-shadow: none;
	border: none;
	padding: 0.55rem 1.429rem 0.5rem;
}

.x-colophon #mc4wp_form_widget-2 [type="submit"]:hover {
	color: #d9d9d9;
}


/***********/
/***HOME***/
/*********/

.home .slider-desc {
	display: none;
}

.home .x-content-band h1,
.home .x-content-band h2,
.home .x-content-band h3,
.home .x-content-band h4,
.home .x-content-band h5,
.home .x-content-band h6 {
	color: white;
	font-weight: 500;
	letter-spacing: 0;
}

.home .x-content-band p {
	margin-bottom: 0;
}


/*x-content-band-1*/

.home #x-content-band-1 p {
	font-size: 1.125rem;
}


/*x-content-band-2*/



/*x-content-band-3*/

.home #x-content-band-3 .x-container {
	padding: 0;
}

.home #x-content-band-3 h4.h-custom-headline {
	width: 187px;
	height: 196px;
    margin: 0 auto;   
    background-color: #e81f78;
    font-size: 1.4rem;
}

.home #x-content-band-3 h4.h-custom-headline a {
	color: white;
	display: block;
	width: 187px;
	height: 196px;
}

.home #x-content-band-3 h4.h-custom-headline a:hover {
	color: #d9d9d9;
}

.home #x-content-band-3 .x-1-3:first-of-type h4.h-custom-headline a {
	padding-top: 1rem;
    padding-left: 1rem;
}

.home #x-content-band-3 .x-1-3:nth-child(2) h4.h-custom-headline a {
	padding-top: 6.75rem;
}

.home #x-content-band-3 .x-1-3:last-of-type h4.h-custom-headline a {
	padding-top: 1rem;
	padding-right: 1rem;
}

.home #x-content-band-3 h5.h-custom-headline {
	font-size: 1.5rem;
	margin-top: 1.375rem;
	margin-bottom: 1.875rem;
}

.home #x-content-band-3 p {
	text-align: center;
}

/*x-content-band-4*/

.home #x-content-band-4 h2 {
	font-weight: 700;
	border-bottom: 2px solid white;
	padding-bottom: 1.375rem;
}

.home #x-content-band-4 p {
	text-align: center;
	margin-bottom: 3rem;
}

.home #x-content-band-4 p a {
	font-size: 1.5rem;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: white;

}

.home #x-content-band-4 p a:hover {
	color: #1B9ED9;
}


/*x-content-band-5*/

.home #x-content-band-5  {
	color: #3c3c3c;
	margin-top: -3.1rem;
}

.home #x-content-band-5 .x-container {
	margin-bottom: 1rem;
}

.home #x-content-band-5 .h-custom-headline {
	color: #E81F78;
}

.home #x-content-band-5 h4 {
	font-weight: 300;
	font-size: 1.5rem;
}

.home #x-content-band-5 .clear-column {
	height: 0;
	padding: 0;
	margin-top: 1rem
}

.home #x-content-band-5 .clear-column:before,
.home #x-content-band-5 .clear-column:after {
	display: none;
}

.home #x-content-band-5 .airmade-center-img {
	display: block;
    width: 322px;
    margin: 0 auto;
    margin-bottom: 1.2rem;
}

.home #logo-upper-border:before {
	content: '';
	position: relative;
    top: 0;
    left: -40px;
    width: 0;
    height: 0;
    border-bottom: 50px solid white;
    border-left: 40px solid transparent;
    float: left;

}

.home #logo-upper-border:after {
	content: '';
	position: relative;
    top: -50px;
    right: -40px;
    width: 0;
    height: 0;
    border-bottom: 50px solid white;
    border-right: 40px solid transparent;
    float: right;
}

.home #logo-upper-border {
	width: 50%;;
    background: white;
    padding: 0;
    height: 50px;
}


/*x-content-band-6,7*/

.home #x-content-band-6 .x-container,
.home #x-content-band-7 .x-container {
	padding: 0;
}

/*x-content-band-8*/

.home #x-content-band-8 .vc_gitem-zone {
	background-size: contain;
}

.home #x-content-band-8 .vc_gitem-zone-a.vc-gitem-zone-height-mode-auto:before {
	padding-top: 76%;
}

.home #x-content-band-8 .vc_gitem-zone-c {
	background-color: transparent!important;
}

.home #x-content-band-8 .vc_gitem-zone-c .vc_gitem-post-data-source-post_title h4 {
	text-transform: uppercase;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.25;
	margin: 1.875rem 0;
}

.home #x-content-band-8 .vc_gitem-zone-c .vc_btn3-left {
	float: right;	
}

.home #x-content-band-8 .vc_gitem-zone-c .vc_btn3-left a {
	background-color: #E81F78;
	font-size: 1.125rem;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
	border-radius: 0;
	padding: 8px 30px;
	border: none;
}

.home #x-content-band-8 .vc_gitem-zone-c .vc_btn3-left a:hover {
	background-color: #e55695;
	border: none;
	padding: 8px 30px;
}

.home #x-content-band-8 .vc_gitem-zone-c div a.more-link {
	display: none;
}

.home #x-content-band-8 .vc_gitem-zone-c .vc_gitem-post-data {
	margin-bottom: 2rem;
}



/*x-content-band-9*/

.home #x-content-band-9 {
	text-align: center;	
}

.home #x-content-band-9 p {
	border-bottom: 2px solid white;
	font-size: 1.625rem;
	margin-top: 1.875rem;
	padding-bottom: 1.625rem;
}

.home #x-content-band-9 p .big-text {
	font-size: 2.375rem;
}

.home #x-content-band-9 .x-btn.x-btn-square {
	border-width: 6px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	margin-top: 1.625rem;
}





/*********************/
/***PAGINE INTERNE***/
/*******************/

.inside h2 {
	color: #555555;
}

.inside #x-content-band-1 .h3 {
	color: white;
	margin-top: 0;
}

.inside p {
	color: #636363;
	font-size: 1rem;
}

.inside .has-post-thumbnail .entry-featured {
	margin-top: -13.55rem;
}



/***About us***/

.about #x-content-band-4 h2 {
	color: white;
}

/*x-content-band-1*/

.about #x-content-band-1 .h3 {
	margin-top: -7rem;
	margin-bottom: 6.2rem;
	line-height: 1.25;
}

/*x-content-band-2*/

.about #x-content-band-2 .about-hero-text {
	text-shadow: 0 2px 10px #000000;
}

/*x-content-band-3*/

.about #x-content-band-3 h2 {
	margin-top: 0;
}



/***Why us***/

/*x-content-band-1*/

.whyus .x-content-band .x-container {
	padding-bottom: 0;
}

.whyus #x-content-band-5 .x-container {
	margin-bottom: 3rem;
}

.whyus #x-content-band-6 .x-container {
	padding-bottom: 2.5rem;
}

.whyus #x-content-band-1 .h3 {
	margin-top: -22rem;
	margin-bottom: 17rem;
	line-height: 1.25;
}

.whyus h3 {
	color: #E81F78;
	text-transform: uppercase;
	margin-top: 3.625rem;
	margin-bottom: 1.563rem;
}


/***Projects***/

.projects .entry-extra {
	display: none;
}

.projects .entry-info,
.project .entry-info {
	width: 100%;
}

.projects #x-content-band-1 p {
	border-bottom: 2px solid #b7b7b7;
	padding-bottom: 3.75rem;
}

.projects h4 {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.projects .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item {
	background-color: #E81F78;
	border-radius: 0;
	border: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.125rem;
	padding: .875rem 1.125rem;

}

.projects .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item>span {
	color: white;	
}

.projects .vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:nth-child(n+2) {
	margin-left: 2rem;
}

.projects .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.projects .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background-color: white;
	border: 2px solid #E81F78;
	padding: .750rem 1rem;
	color: #E81F78;
}

.projects .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,
.projects .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
	color: #E81F78;
}

.projects .vc_grid-filter {
	margin-bottom: 3.75rem;
}

.projects #x-content-band-2 .vc_grid-item-mini {
	box-shadow: 3px 4px 7px #8c8c8c;
}

.projects #x-content-band-2 .vc_gitem-zone-a,
.projects #x-content-band-2 .vc_gitem-zone-a {
	background-size: contain;
	background-position: top;
}

.projects #x-content-band-2 .vc_gitem-zone-c {
	margin-top: -4.55rem;
}

.projects #x-content-band-2 .vc-gitem-zone-height-mode-auto:before {
	padding-top: 88%;
}

.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col {
	padding: 0;
}

.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col h4 {
	text-align: center!important;
	text-transform: uppercase;
	color: #E81F78;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 400;
}

.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title {
	margin-bottom: 0;
	background-color: #edf4f5;
	padding: 1.5rem 0;
}

.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_excerpt,
.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col .vc_btn3-left {
	display: none;
}

.projects #x-content-band-2 .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
	border-radius: 0;
	background-color: #E81F78;
	color: white;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.125rem;
    padding: .875rem 1.125rem;
}

.projects #x-content-band-2 .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
	background-color: white;
    border: 2px solid #E81F78;
    padding: .750rem 1rem;
    color: #E81F78;
}


/*Single project*/

.project .x-content-band .x-container {
	padding-bottom: 0;
	margin-bottom: 1rem;
}

.project.inside .has-post-thumbnail .entry-featured,
.project .x-portfolio .entry-extra {
	display: none;
}

.project .x-portfolio .entry-info  {
	float: none; 
	width: 100%;
}

.project .has-post-thumbnail .entry-wrap {
	margin-top: 2rem;
}

.project .entry-header {
	position: relative;
	top: 2.875rem;	
}

.project h1.entry-title.entry-title-portfolio {
	font-size: 1.875rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #E81F78;
	text-transform: uppercase;
}

.project .flex-direction-nav a {
	background-color: rgba(99,99,99,.75);
	border-radius: 50%;
	color: #E81F78;
}

.project .flex-direction-nav a:hover,
.project .flex-direction-nav a:active,
.project .flex-direction-nav a:focus {
	opacity: .75;
	filter: alpha(opacity=75);
}

.project .x-entry-share {
	margin-bottom: 0;
}

.project .x-entry-share .x-share {
	color: #1B9ED9;
}

.project .x-entry-share p {
	color: #555555;
}

.project .x-entry-share .x-share:hover {
	background-color: #1B9ED9;
	color: white;
}

.project .x-btn.x-btn-square {
    background-color: #1B9ED9;
    padding-top: 1.2rem;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 4rem 0;
}

.project .x-btn.x-btn-square:hover {
    background-color: transparent;
}


/*Tablet support*/

.project .x-btn.x-btn-square.pink-button {
    background-color: #E81F78;
    width: 61%;
    margin: 3rem auto 4rem;
    font-weight: 400;
}

.project .x-btn.x-btn-square.pink-button:hover {
    background-color: transparent;
    border-color: #E81F78;
    color: #E81F78;
}

.project.tablet #x-content-band-2 .x-container {
    margin-bottom: 0;
}

.project.tablet #x-content-band-3 .x-img {
    display: block;
    margin: 0 auto 3rem;
}

.project.tablet #x-content-band-4 {
    margin-bottom: 0;
}

.project.tablet #x-content-band-6 .x-container {
    border-bottom: 10px solid #ff197b;
    margin-bottom: 4rem;
}

.project.tablet #x-content-band-6 img {
    margin-bottom: 0;
}

.project.tablet #x-content-band-7 {
    margin-bottom: 0;
}

.project.tablet #x-content-band-8 {
    margin-bottom: 4rem;
}

.project.tablet #x-content-band-8 h5 {
    color: #555555;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.project.tablet #x-content-band-8 .vc_gitem-post-data-source-post_excerpt,
.project.tablet #x-content-band-8 .vc_btn3-left {
    display: none;
}

.project.tablet #x-content-band-8 .vc_grid-item-mini {
    box-shadow: 3px 4px 7px #8c8c8c;
}

.project.tablet #x-content-band-8 .vc_gitem_row .vc_gitem-col {
    padding: 0;
}

.project.tablet #x-content-band-8 .vc_gitem_row .vc_gitem-col h4 {
    margin: 0;
    color: #E81F78;
    text-align: center!important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
}

.project.tablet #x-content-band-8 .vc-gitem-zone-height-mode-auto:before {
    padding-top: 75%; 
}

.project.tablet #x-content-band-8 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title {
    margin-bottom: 0;
    background-color: #edf4f5;
    padding: 1rem 0;
}





/*x-content-band-1*/

.project .x-content-band p {
	font-size: 1rem;
}

.project #x-content-band-1 .x-img {
    width: 100%
}

.project #x-content-band-1 {
	position: relative;
	margin-top: -18.75rem;
}

.project #x-content-band-1 .x-container {
	max-width: 100%;
	padding: 0;
}

.project #x-content-band-1 h2 {
	margin-top: -12rem!important;
    margin-bottom: 1.2rem!important;
    line-height: 1.25;
    width: 1200px;
    margin: 0 auto;
    color: white;
 	font-size: 1.75rem;
}

/*x-content-band-2*/

.project #x-content-band-2 {
	margin-top: 14rem;
}

.project #x-content-band-2 h2.h5 {
	font-size: 1.563rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	margin-top: .5rem;
	margin-bottom: 1.875rem;
	color: #303063;
	font-weight: 500;
}

/*x-content-band-3*/

.project #x-content-band-3 .x-container {
	margin-bottom: 0;
}

/*x-content-band-4-RELATED*/

.project #x-content-band-4,
.project .related {
	margin-bottom: 4rem;
}

.project #x-content-band-4 h5,
.project .related h5 {
	color: #555555;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

.project #x-content-band-4 .vc_gitem-post-data-source-post_excerpt,
.project #x-content-band-4 .vc_btn3-left,
.project .related .vc_gitem-post-data-source-post_excerpt,
.project .related .vc_btn3-left {
	display: none;
}

.project #x-content-band-4 .vc_grid-item-mini,
.project .related .vc_grid-item-mini  {
    box-shadow: 3px 4px 7px #8c8c8c;
}

.project #x-content-band-4 .vc_gitem_row .vc_gitem-col ,
.project .related .vc_gitem_row .vc_gitem-col {
	padding: 0;
}

.project #x-content-band-4 .vc_gitem_row .vc_gitem-col h4,
.project .related .vc_gitem_row .vc_gitem-col h4 {
	margin: 0;
	color: #E81F78;
	text-align: center!important;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
}

.project #x-content-band-4 .vc-gitem-zone-height-mode-auto:before,
.project .related .vc-gitem-zone-height-mode-auto:before  {
	padding-top: 75%; 
}

.project #x-content-band-4 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title,
.project .related .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title  {
	margin-bottom: 0;
    background-color: #edf4f5;
    padding: 1rem 0;
}

.project .x-nav-articles {
	position: absolute;
	width: 100%;
}

.project .x-nav-articles [data-x-icon]:before {
	color: #8C8C8C;
}

.project .x-nav-articles [data-x-icon]:hover:before {
	color: #1B9ED9;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */ 
   
   .project .entry-header {
   		top: 2.5rem;
   }
   
   .project #x-content-band-1 h2 {
	   	margin-bottom: 0!important;
   }
}



/***SERVICES***/

.services #x-content-band-1 p {
	margin-bottom: 3.75rem;
}

.services #x-content-band-2 {
	margin-bottom: 3rem;
}

.services #x-content-band-2 .x-column.x-1-4 {
	margin-right: .15%;
	width: 24.8%;
}

.services #x-content-band-2 figure.ts-hover-effect-sarah figcaption {
	margin: 7% 10%;
}

.services #x-content-band-2 .ts-hover-effects-grid figure {
	border: none;
	background: none;
}

.services #x-content-band-2 .ts-hover-effects-grid figure img {
	opacity: 1;
}

.services #x-content-band-2 figure.ts-hover-effect-sarah:hover img {
	opacity: .2;
}

.services #x-content-band-2 .ts-hover-effects-grid figure h2 {
	font-size: 1.35rem;
	font-weight: 400;
	padding-top: 0;
	text-transform: none;
}

.services #x-content-band-2 figure.ts-hover-effect-sarah:hover .ts-hover-effect-content {
	letter-spacing: 0;
	text-transform: none;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.services #x-content-band-3 .x-container,
.services #x-content-band-4 .x-container {
	padding: 0;
}

.services #x-content-band-5 .x-btn.x-btn-square {
	background-color: #1B9ED9;
	padding: 1rem 1.125rem 1rem;
	width: 45%;
	margin: 0 auto;
	display: block;
}

.services #x-content-band-5 .x-container {
	padding-bottom: 0;
	margin-bottom: 0;
}

.services #x-content-band-5 .x-btn.x-btn-square:hover {
	background-color: white;
}



/***Work***/

.work  #x-content-band-1 .x-container {
	margin-bottom: 3rem;
}

.work a.x-btn {
	background-color: #1B9ED9;
	font-family: " Montserrat", Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	text-transform: none;
}

.work a.x-btn:hover {
	background-color: white;
}



/***Contact***/

.contact #x-content-band-2 h5 {
	color: #555555;
	line-height: 1.2;
} 

.contact #x-content-band-3 {
	text-align: left!important;
	margin-bottom: 3rem;
}

.contact [type="submit"] {
	background-color: #1B9ED9;
}

.contact .x-map .x-map-inner {
	padding-bottom: 107.25%;
}

.contact .wpcf7 a {
	color: #1B9ED9;
}

.contact .wpcf7 a:hover {
	color: #E81F78;
}


/*Privacy*/

.privacy h4 {
	color: #555555;
	font-size: 1.5rem;
}


/***Bottom CTA pages***/

/*About, Why us, Services, contacts*/


.inside .bottom-cta {
	text-align: center;
	margin-top: 5rem;
}

.inside .bottom-cta .x-container {
	padding-bottom: 3.5rem;
}

.inside .bottom-cta h2 {
	color: white;
	font-weight: 700;
    border-bottom: 2px solid white;
    padding-bottom: 1.375rem;
}

.inside .bottom-cta .x-btn.x-btn-square {
	border-width: 6px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
}




/**************************************************************************************************/
/***************************************MEDIA QUERIES*********************************************/
/************************************************************************************************/

@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1720px)
  /*and (-webkit-min-device-pixel-ratio: 2)*/ {
  	
  	.project #x-content-band-1 h2 {
  		margin-top: -7.5rem!important;
  	}

}

@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1240px)
  /*and (-webkit-min-device-pixel-ratio: 2)*/ {
  	
  	.project #x-content-band-1 h2 {
  		margin-top: -6rem!important;
  		width: 100%;
  		padding-right: 1rem;
  	}

}


/* ------------------------------------ */
/* ----------- iPad 3 and 4 ----------- */
/* ------------------------------------ */

/*Portarit and landscape*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  /*and (-webkit-min-device-pixel-ratio: 2)*/ {
  	
  /***Layout***/
 
 	html .entry-header {
  		width: 100%;
  	}
  	
  	html .x-content-band .x-container {
  		max-width: 100%;
  		width: 100%;
  	}
  	
  	html .x-topbar .x-topbar-inner {
  		max-width: 100%;
  	}
  	
  	
  	
  	/***Navbar***/
 
 	.masthead .x-btn-navbar,
	.masthead .x-btn-navbar.collapsed {
		background-color: transparent;
		box-shadow: none;
		text-shadow: none;
		border-radius: 0;
		border: none;
		margin-top: 0.25rem;
    	color: white;
	}
	
	.masthead .x-navbar .mobile .x-nav {
		margin-top: 4px;
		background-color: #1B9ED9;
	}
	
	.masthead .x-navbar .mobile .x-nav li>a {
		padding: 1rem;
	}
	
	.masthead .x-navbar .airmade-logo {
		display: none;
	}
	
	

	/***FOOTER***/


	footer .x-container.max {
		max-width: 100%;
	}
	
	footer #mc4wp_form_widget-2 {
		margin: 0 auto;
		width: 50%;
	}
	
	footer #mc4wp_form_widget-2 h4 {
		text-align: center;
	}
		
	
	
	/***PAGINE INTERNE***/
	
	/*WhyUs*/
	
	.whyus #x-content-band-1 .h3 {
		margin-top: -16rem;
		margin-bottom: 11rem;
	}
	
	/*Services*/
	
	.services #x-content-band-2 .ts-hover-effects-grid figure h2 {
		font-size: .97rem;
		padding-bottom: .5rem;
	}
	
	figure.ts-hover-effect-sarah .ts-hover-effect-content {
		padding-top: .55rem!important;
		margin-top: 0!important;
	}
	
	.services #x-content-band-2 figure.ts-hover-effect-sarah:hover .ts-hover-effect-content {
		margin: .55rem 0;
		font-size: .875rem;
    	line-height: 1;
	}
	
	/*Projects*/
	
	.projects #x-content-band-2 .vc_grid-filter-select {
		margin-bottom: 2rem;
	}
	
	.projects #x-content-band-2 .vc_grid-filter-select .vc_grid-styled-select {
		border: none;
		background-color: #E81F78;
	}
	
	.projects #x-content-band-2 .vc_grid-styled-select select {
		color: white;
	}
	
	.projects #x-content-band-2 .vc_grid-styled-select select option {
		background-color: #E81F78;
	}
	
	.projects #x-content-band-2 .vc_grid-styled-select select option:hover {
		background-color: white;
		color: #E81F78;
	}
	
	.projects #x-content-band-2 .vc_arrow-icon-navicon {
		vertical-align: unset;
	}
	
	.projects #x-content-band-2 .vc_arrow-icon-navicon:before {
		color: white;
	}
	
	.projects #x-content-band-2 .vc_gitem-zone-c {
		margin-top: -2.5rem;
	}
	
	.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title {
		padding: 1rem 0;
	}
	
	.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col h4 {
		line-height: 1;
	}
	
	
	/*Single project*/
	
	.inside.project p {
		font-size: 1rem;
	}
	
	.project .entry-header {
		top: -7.5rem;
	}
	
	.project #x-content-band-2 {
    	margin-top: 4.25rem;
	}
	
	.project #x-content-band-1 h2 {
		width: auto;
		margin-top: -4rem!important;
		text-align: center;
	}
	
	.project .x-btn.x-btn-square.pink-button {
	    width: 100%;
	}
	  
}





/*Portrait*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: portrait)
  /*and (-webkit-min-device-pixel-ratio: 2)*/ {
  	
  	/*contact*/
 
 	.contact .x-map .x-map-inner {
    	padding-bottom: 175.25%;
	}
}


/*Lanscape*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: landscape)
  /*and (-webkit-min-device-pixel-ratio: 2)*/ {
  	
  	.about #x-content-band-1 .h3 {
  		margin-top: -4.5rem;
    	margin-bottom: 2.5rem;
    	line-height: 1;
    	font-size: 1.7rem;
  	}
  	
  	.whyus #x-content-band-1 .h3 {
  		margin-top: -13rem;
    	margin-bottom: 9rem;
    	line-height: 1;
    	font-size: 1.7rem;
    }
    
    .project #x-content-band-1 h2 {
    	margin-top: -4.5rem!important;
    	text-align: right;
    	padding-right: 1rem;
    }
    
    .project .entry-header {
    	top: -3rem;
    }
    
    .project #x-content-band-1 {
    	margin-bottom: 7.5rem;
    }
  	
  	footer.x-colophon.top {
  		padding: 2%;
  	}
  	
  	footer #mc4wp_form_widget-2 {
  		width:auto;
  	}
  	
  	/*contact*/
 
 	.contact .x-map .x-map-inner {
    	padding-bottom: 127.25%;
	}
}




/* ------------------------------- */
/* ----------- iPhone ----------- */
/* ----------------------------- */


/* Portrait and Landscape */

@media only screen 
  and (min-device-width: 320px)
  and (max-device-width: 736px) {
  	
  	/***General***/
  	
  	html .entry-header h1 {
  		margin-top: 2rem;
  	}
  	
  	html h2.h-custom-headline {
  		font-size: 1.75rem;
  	}
  	
  	html .entry-header {
  		padding: 0 1.5rem;
  	}
  	
  	/***Layout***/
  	
  	html .entry-header {
  		width: 100%;
  	}
  	
  	html .x-content-band .x-container {
  		padding: 0 1.5rem 3.75rem;
  	}
  	
  	/***Topbar***/
  	
  	html .x-topbar .x-topbar-inner {
  		padding: 0 .5rem;
  	}
  	
  	html .x-topbar .x-social-global {
  		width: 100px;
  	}
  	
  	html .x-topbar #lang-text {
  		display: none;
  	}
  	
  	/***Navbar***/
  	
  	html .home .x-navbar .x-brand {
  		float: none;
	    display: block;
	    width: 52%;
	    margin: 0 auto;
	    margin-top: .5rem;
  	}
 
 	.masthead .x-btn-navbar,
	.masthead .x-btn-navbar.collapsed {
		background-color: transparent;
		box-shadow: none;
		text-shadow: none;
		border-radius: 0;
		border: none;
		margin-top: 0.25rem;
    	color: white;
	}
	
	.home .masthead .x-btn-navbar,
	.home .masthead .x-btn-navbar.collapsed {
		margin-top: -3rem;
	}
	
	.masthead .x-navbar .mobile .x-nav {
		margin-top: 4px;
		background-color: #1B9ED9;
	}
	
	.masthead .x-navbar .mobile .x-nav li>a {
		padding: 1rem;
	}
	
	.masthead .x-navbar .airmade-logo {
		display: none;
	}
	
	.x-navbar-inner {
		border-bottom: none;
	}
	
	/***Footer***/
	
	footer #mc4wp_form_widget-2 {
		text-align: center;
	}
	
	footer .x-container.max {
		padding: 1rem 0;
	}
	
	/***HOME***/
	
		
	/*x-content-band-3*/
	
	.home #x-content-band-3 .x-1-3 {
		margin-bottom: 2rem;
	}
	
	.home #x-content-band-3 h5.h-custom-headline {
		margin-bottom: 1rem;
	}
	
	/*x-content-band-4*/
	
	.home #x-content-band-4 p {
		line-height: 1.55;
	}
	
	.home #x-content-band-4 p span.dash {
		display: none;
	}
	
	
	/***PAGINE INTERNE***/
	
	.inside p {
		font-size: 1rem;
		color: #636363;
	}
	
	.inside .has-post-thumbnail .entry-featured img {
		height: 120px;
	}
	
	/***AboutUs***/
	
	.about #x-content-band-1 .h3 {
		line-height: 1;
    	font-size: 1rem;
    	text-align: center;
    	width: 80%;
    	margin: 0 auto;
    	margin-top: -4.75rem;
	}
	
	/*WhyUs*/
	
	.whyus #x-content-band-1 .h3 {
		line-height: 1;
    	font-size: 1rem;
    	text-align: center;
    	width: 80%;
    	margin: 0 auto;
    	margin-top: -11.4rem;
    	margin-bottom: 7.25rem;
	}
	
	.whyus #x-content-band-2 .x-container {
		padding-bottom: 0;
	}
	
	.whyus .x-content-band h3 {
		font-size: 1.65rem;
	}
	
	/*Services*/
	
	.services #x-content-band-2 .x-column.x-1-4 {
		width: 100%;
		margin-bottom: 1%;
	}
	
	/*Projects*/
   
   .projects #x-content-band-2 .vc_grid-filter-select {
		margin-bottom: 2rem;
	}
	
	.projects #x-content-band-2 .vc_grid-filter-select .vc_grid-styled-select {
		border: none;
		background-color: #E81F78;
	}
	
	.projects #x-content-band-2 .vc_grid-styled-select select {
		color: white;
		background: transparent;
		border: none;
	}
	
	.projects #x-content-band-2 .vc_grid-styled-select select option {
		background-color: #E81F78;
	}
	
	.projects #x-content-band-2 .vc_grid-styled-select select option:hover {
		background-color: white;
		color: #E81F78;
	}
	
	.projects #x-content-band-2 .vc_arrow-icon-navicon {
		vertical-align: unset;
	}
	
	.projects #x-content-band-2 .vc_arrow-icon-navicon:before {
		color: white;
	}
	
	/*Single project*/

	html .project header {
		height: 60px;
	}

	html .project .x-navbar-inner {
		margin-bottom: 0;
	}
	
	.project #x-content-band-1 {
		display: none;
	}
	
	.project .entry-header {
		top: 0;
		position: relative
	}
	
	.project .masthead .x-btn-navbar,
	.project .masthead .x-btn-navbar.collapsed {
		margin-top: 0;
		padding: 0.458rem 0.825rem;
	}
	
	.project .x-nav-articles {
		display: none;
	}
	
	.project #x-content-band-1 {
		top: 0;
		position: relative;
	}
	
	.project #x-content-band-2 {
    	margin-top: 3rem;
	}
	
	.project h1.entry-title.entry-title-portfolio {
		font-size: 1.75rem;
		text-align: center;
	}
	
	.projects #x-content-band-2 .vc-gitem-zone-height-mode-auto:before {
		padding-top: 100%;
	}
	
	.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title {
		padding: 1rem 0;
	}
	
	.projects #x-content-band-2 .vc_gitem_row .vc_gitem-col h4 {
		line-height: 1.2;
	}
	
	.project .x-btn.x-btn-square.pink-button {
	    width: 100%;
	}

	
	/*Work*/
	
	.work a.x-btn {
		float: none;
		margin: 0;
		padding: 0.563em 1.2em 0.813em;
	}
}


/* Portrait */

@media only screen 
  and (min-device-width: 320px)
  and (max-device-width: 736px)
  and (orientation: portrait) {
}


/* Landscape */

@media only screen 
  and (min-device-width: 320px)
  and (max-device-width: 736px)
  and (orientation: landscape) {
}




.strumenti-privacy p {

    color: #000;
}

.strumenti-privacy .x-btn, .button, [type="submit"] {
    color: #000;
    border-color: #000;
}

.strumenti-privacy.entry-wrap {
    text-align: center;
}

.strumenti-privacy .x-topbar .p-info, .strumenti-privacy .x-topbar .p-info a, .strumenti-privacy .x-navbar .desktop .x-nav > li > a, .strumenti-privacy .x-navbar .desktop .sub-menu a, .strumenti-privacy .x-navbar .mobile .x-nav li > a, .strumenti-privacy .x-breadcrumb-wrap a, .strumenti-privacy .x-breadcrumbs .delimiter {
    color: #000;
}
