/*
	Theme Name: francescaorgiu
	Theme URI: francescaorgiu
	Description: francescaorgiu
	Version: 1
	Author: Martina Zonno
	Author URI: https://martinazonno.it
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
/* *,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}*/
/* html element 62.5% font-size for REM use */
html, body{
	margin:0px;
	padding:0px
}

html {
	background: #fafafc;
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Lato', sans-serif;
	color:#373737;
	background: #fafafc;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

p {
   font-family: 'Lato';
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    color: #373737;
	padding-top:0px;
	margin-top:0px
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}


.box_flexbox{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: wrap;
    flex-wrap: wrap;
	align-items: center;
}

.cover_post {
    background-repeat: no-repeat;
    width: 100%;
	background-size: cover;
    padding-bottom: 55%;
    margin: 30px 0px;
    background-position: center;
}

#post section {
    background-image: url(img/bg-chi-sono.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}



.inner_box, .inner_box_s{
	margin:auto;
	width: 95%!important;
	float: none!important;
	max-width: 1280px;
}

.inner_box_m {
    max-width: 860px;
    margin: auto!important;
}

.inner_box_s{
	max-width: 520px;
}

:root {
	--scale: 0.1;
	--space: 8vmin;
}

.parallax {
    position: absolute;
    z-index: 3;
	margin-top: -80px;
}


.parallax.wpb_single_image.vc_align_right {
    right: 0px;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

ol, ul, li{
	padding: 0px;
	margin: 0px
}
nav ul li {
    padding-left: 90px;
}

nav ul li:first-child {
    padding: 0px;
}

.logo {
    width: 310px;
	margin: auto;
	padding: 40px 0px;
}

nav.nav {
    margin: auto;
    text-align: center;
}



header ul li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
}

header ul li.current-menu-item:after {
    background: #EED7D1;
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

header ul li a {
    font-size: 14px;
    color: #587535;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.logo h1 {
    padding: 0px;
    margin: 0px;
}

h1,h2,h3{
	font-family: 'Prata', serif;
}

#open_menu{
	display: none;
}
/* MENU HAMBURGER */
.hamburger {
	text-align: center;
	padding: 15px 0px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; }
	
.hamburger:hover {
	  opacity: 0.7; }
	  
 .hamburger.is-active:hover {
	  opacity: 0.7; }
	
  .hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after,
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after  {
	    background-color: #81625B;}
  
  .hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; }
  
  .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	  width: 32px;
	  height: 2px;
	  border-radius: 1.5px;
	  position: absolute;
	  transition-property: transform;
	  transition-duration: 0.15s;
	  transition-timing-function: ease; }
	.hamburger-inner::before, .hamburger-inner::after {
	  content: "";
	  display: block; }
	.hamburger-inner::before {
	  top: -8px; }
	.hamburger-inner::after {
	  bottom: -8px; }
  
  /*
	 * Squeeze
	 */
  .hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
	.hamburger--squeeze .hamburger-inner::before {
	  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
	.hamburger--squeeze .hamburger-inner::after {
	  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
	.hamburger--squeeze.is-active .hamburger-inner::before {
	  top: 0;
	  opacity: 0;
	  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
	.hamburger--squeeze.is-active .hamburger-inner::after {
	  bottom: 0;
	  transform: rotate(-90deg);
	  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
	}
 /* MENU HAMBURGER */
 
 header.is-active .menu-mobile, header.is-active .menu-mobile ul,
 header .menu-mobile, header .menu-mobile ul{
	display:none;
}

.inner-v-align, .menu-mobile ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.social_box {
    margin: 30px 0px;
}

a.social {
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    margin-left: 30px;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}


a.social.ig {
	margin: 0px;
    background-image: url(img/social-ig.svg);
}

a.social.fb {
    background-image: url(img/social-fb.svg);
}

a.social.nl {
    background-image: url(img/social-nl.svg);
}

.half-50 {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}


.half-50.first {
	margin-right: 4%;
}

form.mc4wp-form {
    max-width: 400px;
}

.half-50 input, .full input {
    width: 100%;
	box-sizing: border-box;
}

.full {
    width: 100%;
    float: left;
	margin-bottom: 20px;
}

.full.last input {
    width: inherit;
}

.my-btn a, div.wpforms-container-full .wpforms-form button[type=submit],
input[type=submit] {
    background: #EED7D1!important;
    padding: 20px 40px!important;
    text-transform: uppercase;
    color: #81625B!important;
    letter-spacing: 5px;
    font-weight: 400!important;
	font-size: 15px!important;
	border: none!important;
    font-family: 'Lato';
}

section{
	background-repeat: no-repeat;
}

section#chisono {
    padding: 70px 0px;
	background-image: url(img/bg-chi-sono.png);
    background-position: top left;	
	background-repeat: no-repeat;
	background-size: contain;
}


#homepage {
    background-image: url(img/bg-home-right.jpg);
    background-position: top right;	
	background-repeat: no-repeat;

}

section#servizi p {
    text-align: center;
}

section#hero .vc_row {
    padding: 90px 0px;
}

#home-post {
    padding-bottom: 90px;
	background-image: url(img/bg-home-post.png);
	background-position: bottom right;
	background-size: contain;
}

#hero h2{
	margin: 0px;
	padding: 0px 50px;
}

#hero h2:before, #hero h2:after {
	position: absolute;
    content: "";
    width: 50px;
    height: 40px;
    top: 0px;
    font-family: 'Prata';
    left: 0px;
    background: url(img/apice.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

#hero h2:after {
	transform: rotate(180deg);
	left: inherit;
	right: 0px;
	top: inherit;
	margin-left: 20px!important;
	bottom: 0px;
	position: relative;
}

section#home-chisono {
    background-image: url(img/bg-home-chi-sono.png);
	background-position: bottom left;
    background-repeat: no-repeat;
    padding: 90px 0px;
    padding-bottom: 150px;
}

#feed .vc_grid.vc_row .vc_grid-item .wpb_content_element {
    margin: 0px;
}


#feed .vc_gitem_row .vc_gitem-col {
    padding: 5px 10px;
}

#feed h3 {
    margin: 5px 0px;
}

.feed-category {
	color:#749152!important;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    letter-spacing: 2px;
    font-size: 13px!important;
    font-weight: 400;
    background: #fff;
    padding: 5px 20px!important;
    text-transform: uppercase;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    max-width: 75%;
}

section#home-nl {
    padding-bottom: 90px;
   /* background: url(img/bg-home-nl.png);*/
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 30px;
}

div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form textarea,
input, textarea {
    border: thin solid #81625B!important;
    font-family: 'Lato'!important;
    font-size: 14px!important;
    text-transform: uppercase;
	padding: 10px!important;
    color: #81625B!important;
	outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #81625B!important;
	font-family: 'Lato'!important;
    font-size: 14px!important;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #81625B!important;
	font-family: 'Lato'!important;
    font-size: 14px!important;
  }
  
::-ms-input-placeholder { /* Microsoft Edge */
	color: #81625B!important;
	font-family: 'Lato'!important;
    font-size: 14px!important;
  }


  .wpforms-submit-container {
    margin: auto;
    text-align: center;
}

.wpforms-field-checkbox {
    text-align: center;
    margin: auto;
}

  div.wpforms-container-full .wpforms-form .wpforms-one-half input {
    max-width: 100%!important;
}

div.wpforms-container-full{
	margin: 0px;
}

textarea {
    resize: none;
}

#contatti {
    background:url(img/bg-contatti.png);
	background-repeat: no-repeat;
}

#contatti h1 {
    margin-bottom: 55px;
}

#contatti .parallax {
    top: 280px;
}

#contatti div.wpforms-field-email {
    margin-left: 0px!important;
    margin-right: 4%!important;
}

#contatti  div.wpforms-container-full .wpforms-form .wpforms-first {
    clear: inherit!important;
}

#social_link a {
    color: #8e6a62;
    font-weight: 400;
    text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form .wpforms-field,
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	text-align:left!important;
}

#blog-feed {
    padding: 90px 0px;
}



#instagram {
    background: url(img/bg-instagram.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 90px;
    background-size: contain;
    padding-top: 90px;
}

#instagram h2 {
    margin-top: 0px;
}

#instagram .my-btn {
    width: 100%;
    margin-top: -58px;
    position: absolute;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
	max-width: 100%;
}

footer {
    padding: 20px;
    text-align: center;
    color: #81625B;
    font-size: 14px;
    font-weight: 400;
    background-image: url(img/bg-footer.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 75px;
}

footer p.copyright {
    margin-top: 30px;
    color: #81625B;
}

footer p.copyright a{
	color: #81625B;
}

footer p.copyright a:hover{
  text-decoration: underline;
}

footer ul li {
    letter-spacing: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 25px;
}

footer ul li a{
	color: #81625B;
}


footer ul li:first-child {
    padding: 0px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
#post .wpb_button, #post .wpb_content_element, #post ul.wpb_thumbnails-fluid>li{
	margin: 0px;
}


.wpb_video_wrapper {
    margin-bottom: 30px;
}

#post li {
    font-size: 18px;
    margin-left: 50px;
    margin-bottom: 10px;
}

#post h1{
	font-size: 50px;
    text-align: center;
    padding: 0px;
    font-weight: 100;
	line-height: 60px;
    margin: 0px;
    color: #555555;
}

#post article {
    max-width: 900px;
    margin: auto;
    width: 95%;
    margin-top: 70px;
}


ul#gallery {
    list-style: none;
}

body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a, 
body .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span {
    background-color: #EED7D1!important;
    border: none!important;
    color: #81625B!important;
    border-radius: 50%!important;
    height: 29px!important;
    font-size: 16px;
    margin-left: 10px;
}

#contatti .faq_box h2 {
    color: #6b964b!important;
    font-family: 'Lato'!important;
    text-transform: uppercase;
}
	
#contatti .faq_box {
    border-bottom: thin dashed #81625B!important;
}

	.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
    background-color: #6b964b!important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.mobile{
	display: none;
}

@media only screen and (max-width:768px) {
	header{
		position: fixed;
		padding: 0px;
		z-index: 20;
		width: 100%;
		background:#fafafc;
		top: 0px;
	}

	header ul li.current-menu-item:after {
		display:none;
	}

	section#hero .vc_row {
		padding-bottom:0px!important;
	}

	#hero h2:before, #hero h2:after {
		position: relative;
		width: 56px;
		display:none;
		height: 30px;
	}

	#instagram .my-btn {
		left: 0px;
	}

	section#chisono {
		background-position: 0px 30px;
	}
	#hero h2 {
		text-align: center!important;
		padding: 0px 30px;
	}

	#contatti div.wpforms-container-full .wpforms-form .wpforms-one-half {
		width: 100%;
		margin: 0px;
		padding-top: 10px!important;
	}

	#contatti .wpb_single_image img,
	.parallax, .no-mobile{
		display: none;
	}


	
	.mobile{
		display: block;
	}

	header.header.clear {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	#homepage{
		background: none;
	}
	.logo{
		padding: 0px;
	}

	footer{
		background-size: cover;
		padding-top: 100px;
		margin-top: 50px;
	}
	
	footer ul li {
		letter-spacing: 2px;
		font-size: 11px;
	}
	header li{
		padding: 5px;
	}
	header li.current-menu-item {
		background: #eed7d16e;
	}

	header li.current-menu-item a {
		color:#81625B
	}

	header, header .inner_box{
		height: 50px;
	}

	header.is-active{
		height:100vh
	}
	
	#open_menu{ display: block;
	    float: left;
		margin-left: 5px;}

	header ul {
		display: none;
	}

	.logo {
		max-width: 200px;
		padding: 15px 0px;
	}

	header ul li a {
		font-size: 20px;}

	main {
		margin-top: 65px;
	}

	#homepage main{
		margin-top: 0px;
	}

	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
		max-width: 100%;
	}

	.menu-mobile{
		background: #fafafc;
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 1;
		margin-top: 90px;
		display: none;
	}

	header.is-active .menu-mobile, header.is-active .menu-mobile ul{
		display: block;
	}


	.menu-mobile ul{
		margin-top: -90px;
	}
	
	.menu-mobile ul li{
		display: block;
	}
	
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
