
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);

/* Enter below your Customization CSS */

body {
	background-color: #f5f5f5;
	font-family: 'Roboto', sans-serif;
	color: #606060;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: normal;
}

a {
    color: #00aea8;
    outline: medium none;
    text-decoration: none;
}

#headerwrap .pagewidth {
    background: #000 url("images/headerBlog.jpg") no-repeat scroll right center;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.top-bar {
	background-color: #000;
	
}

.menu-social-top {
    margin: 0 auto;
    max-width: 1300px;
    overflow: hidden;
    padding: 0.4em 0 0.2em;
}

.menu-social-top .menu-menu-pagine-container {
    float: left;
    width: 50%;
}

.menu-social-top .menu-menu-pagine-container .sf-menu {
    list-style-type: none;
    margin-left: 0;
	
}

.menu-social-top .menu-menu-pagine-container .sf-menu li {
    float: left;
    margin-bottom: 0;
    margin-right: 8px;
    padding-right: 22px;
}

.menu-social-top .menu-menu-pagine-container .sf-menu li:last-child {
	background-image: none;
}

.menu-social-top .menu-menu-pagine-container .sf-menu li a {
    color: #fff;
    font-family: 'Arvo', serif;
    font-size: 14px;
    text-decoration: none;
}

.menu-social-top .social-widget {
    float: right;
    margin-bottom: 0;
    margin-top: 0;
    width: 40%;
}
.social-widget {
    margin: 1.5em 0;
    text-align: center;
}

#header .social-widget .widget {
    float: right;
}

#header .social-widget .widget {
    margin: 0 0 0 -0.95em;
}

.social-widget .widget {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    margin: 0 0 0 -0.95em;
    padding: 0;
    vertical-align: middle;
}

.social-widget ul li {
    margin: 4px 4px 8px !important;
    min-width: 26px;
}

.menu-social-top .social-widget a {
	color: #fff;
}

.widget_wysija { 
	display: inline !important;
}

#main-nav {
    background-color: #000;
    border-top: 1px solid transparent;
	padding: 0.5em 0;
}

#main-nav li {
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 44px;
}

#main-nav li::after {
    border-left: 0;
    content: "-";
    display: block;
    font-size: 1.4em;
    height: 1.5em;
    right: -1em;
    line-height: 0.9em;
    position: absolute;
    top: 0.15em;
    transform: none;
    padding-right: 34px;
	color: #fff;
	font-family: 'Arvo', serif;
	font-style: normal;
}

#main-nav li:last-child::after {
    content: "";
}

#main-nav a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
	font-family: 'Arvo', serif;
}

#site-logo {
    margin: 1.8em 0;
}

#site-logo span {
	color: #fff;
	font-size: 0.8em;
}

.home-page .post, .archive .post, .search .post {
	background-color: #fff;
	padding: 8%;
}

.post-title {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: -0.01em;
    line-height: 1em;
	text-align: center;
}

.post-title a {
	font-family: 'Arvo', serif;
	color: #303030;
	letter-spacing: 0.02em;
}

.meta-box {
	overflow: hidden;
	text-align: center;
	margin-bottom: 2%;
}

.meta-box span {
	font-style: italic;
	color: #95949a;
	text-transform: lowercase;
}

.meta-box a {
	font-style: italic;
	color: #00aea8;
	font-size: 1.6em;
}

.post-comment::before, .post-tag::before {
    border-left: 0;
    content: ".";
    display: block;
    font-size: 1.4em;
    height: 1.5em;
    left: 0.3em;
    line-height: 0.8em;
    position: absolute;
    top: -0.04em;
    transform: none;
}

.meta-box .post-date {
    color: #95949a;
    font-style: italic;
    text-transform: lowercase;
	display: inline-block;
    padding-left: 1.3em;
    position: relative;
}

.post .post-footer {
	border-top: 1px solid #ebebeb;
	overflow: hidden;
}

.post .post-footer .entry-social {
	float: right;
}

.post .post-footer .post-category {
	float: left;
}

.post .post-footer .addtoany_shortcode {
	float: right;
	padding: 18px 0;
}

.post .post-footer .post-category a, .post .post-footer .post-category i {
	color: #959595;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	line-height: 60px;
	font-weight: 400;
}

.more-link::before {
    border-left: 0;
    content: "";
    display: block;
    height: 1.5em;
    left: 0;
    position: absolute;
    top: -4px;
    transform: none;
}

.more-link {
	background-color: #00aea8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
	text-transform: lowercase;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	padding: 12px 20px;
}

.widget {
	background-color: #fff;
	padding: 10%;
}

#sidebar #searchform {
    width: 100%;
} 

#sidebar #searchform #s {
    width: 100%;
	border-color: #ebebeb;
}

.widget_search .icon-search::before {
	color: #00aea8;
}

.widgettitle {
    font-family: 'Arvo', serif;
    font-size: 1.6em;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.0305em;
    text-transform: lowercase;
	color: #303030;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 21px;
    margin-top: 0;
    padding: 0 0 7px;
    position: relative;
}

.widget .widgettitle::after {
    background: #00ada7 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 90px;
	border-bottom: 0;
}

.widget ul li {
    border-bottom: 1px dashed #ebebeb;
	padding: 8% 0;
}

.widget ul li a {
    color: #505050;
	display: block;
}

.widget ul li .post-date {
	color: #959595;
}

.page-title {
    font-size: 3em;
    line-height: 1.1em;
    margin: 0 0 0.5em;
    padding: 6% 8%;
	text-align: center;
	background-color: #fff;
	color: #00ada7;
	font-family: 'Arvo', serif;
	letter-spacing: 0.02em;
}

.page .page-title {
    font-size: 3em;
    line-height: 1.1em;
    margin: 0 0 0.5em;
    padding: 0 0 2%;
	text-align: left;
	background-color: transparent;
	color: #00ada7;
}

#footerwrap {
	background-color: #333333;
}

#footer .footer-widgets .widget {
	background-color: transparent;
	padding: 2%;
}

body #footer .textwidget {
	width: 60%;
	margin: 0 auto;
}

body .textwidget p.footerText  {
	color: #fff;
	text-align: center;
}

body .wpcf7 input[type="text"], body .wpcf7 input[type="email"], body .wpcf7 input[type="tel"] {
	height: 42px;
	background-color: #333;
	border: 2px solid #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	width: 90%;
	margin-bottom: 5px;
}

.wrapperForm {
	overflow: hidden;
}

body .wpcf7 textarea {
	height: 180px;
	line-height: 28px;
	width: 95%;
	background-color: #333;
	border: 2px solid #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	color: #fff;
}

div.wpcf7-validation-errors, div.wpcf7-response-output {
    margin: 2em 0 1em;
    color: #fff;
}

.wpcf7-form-control-wrap {
	width: 50%;
	float: left;
	padding-bottom: 10px;
}

.wpcf7-form-control-wrap.textarea-462 {
	clear: both;
	width: 100%;
	float: none;
}

body .wpcf7 input[type="submit"] {
	min-width: 20%;
	color: #FFF !important;
	background: #00ada7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: lowercase;
	margin-top: 20px;
}

body .wpcf7 input.margin-right {
	margin-right: 20px;
}

.back-top a::before {
    border-bottom: 1px solid #00ada7;
    bottom: -60px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.back-top a::after {
    border-left: 1px solid #00ada7;
    bottom: -40px;
    content: "";
    display: block;
    height: 1.4em;
    left: 50%;
    margin-left: -0.01px;
    position: absolute;
}

#footer .footer-text .one, #footer .footer-text .two {
	float: left;
	width: 50%;
}

#footer .footer-text .copyright {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 13px;
	font-style: normal;
	border-top: 1px solid #404040;
}

.pagenav {
	text-align: left;
}

.pagenav a, .pagenav span {
    font-size: 1.1em;
    line-height: 0.9em;
	min-width: 0.9em;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #bbb;
}

.pagenav a:hover, .pagenav .current {
    background: #00ada7 none repeat scroll 0 0;
    color: #fff;
	border-color: #00ada7;
}

.comment-title, .comment-reply-title {
    font-family: inherit;
    font-size: 1.6em;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 0 0 2.1em;
    position: relative;
    text-transform: none;
}

#commentform textarea, #commentform input[type="text"] {
    border: 1px solid #e5e5e5;
}

#commentform input[type="text"] {
    height: 40px;
}

#commentform .comment-form-email, #commentform .comment-form-author, #commentform .comment-form-url {
	padding: 0 0 0.8em;
}

input[type="reset"], input[type="submit"], button {
    background: #00ada7 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 1em;
    letter-spacing: 0.04em;
    padding: 0.5em 1em;
    text-transform: lowercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mc4wp-form input[type="email"] {
	border-color: #ebebeb;
}

.shortcode h3 {
	margin-top: 0;
}

.page-id-48 .page-title {
	text-align: center;
}

.page-id-48 .page-content {
    text-align: center;
}

.page-id-48 .page-content a img {
    margin: 0.2% 0.5%;
}

.post-footer .author_section .post-author {
    display: none;
}

#footer .widgettitle {
	border-bottom: 0;
	text-align: center;
	color: #fff;
}

#footer .widget .widgettitle::after {
	background: none;
}

/*************************** 404 ***************************/

#error404-container {
	background: #000;
	padding: 6% 2% 10%;
}

#error404-container h1, #error404-container h2, #error404-container h3 {
	color: #00ada7;
	text-align: center;
	letter-spacing: 0.02em;
}

#error404-container h1 {
	font-size: 7.8em;
	color: #fff;
}

#error404-container h2 {
	font-size: 2.6em;
}

#error404-container h3 {
	font-size: 1.6em;
}


/*************************** End 404 ***************************/

@media screen and (max-width: 1340px) {
	.pagewidth,
	.full_width .themify_builder_row .row_inner {
		max-width: 100%;
	}
}

@media screen and (min-width: 1099px) and (max-width: 1340px) {
	.pagewidth,
	.full_width .themify_builder_row .row_inner {
		max-width: 100%;
	}
	#sidebar {
		width: 26%;
	}
	.single #content {
		padding: 7% 4% 14.5%;
	}	
}

@media screen and (min-width: 899px) and (max-width: 1100px) {
	#sidebar {
		width: 28%;
	}
	.single #content {
		padding: 7% 4% 14.5%;
	}
}

@media screen and (min-width: 760px) and (max-width: 900px) {
	#sidebar {
		width: 30%;
	}
	.single #content {
		padding: 7% 4% 14.5%;
	}
}

@media screen and (max-width: 759px) {
	.single #content {
		padding: 7% 4% 14.5%;
	}
}

@media screen and (max-width: 600px) {
	body #footer .textwidget {
		margin: 0 auto;
		width: 100%;
	}
	body .wpcf7 input[type="text"], body .wpcf7 input[type="email"], body .wpcf7 input[type="tel"] {
		width: 98%;
	}
	body .wpcf7 textarea {
		width: 99%;
	}
	.box-img-gallery .didascalia_gallery {
		display: none;
	}
}