/*
Theme Name: Unicusano Blog Theme
Theme URI: http://umanastudio.com/
Author: Francesco Fortino
Author URI: http://umanastudio.com/
Description: Theme developed from basilblank by Francesco Fortino
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basilblank
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

basilblank is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

.postid-53075 .site-header{
	display:block !important;
}
.postid-53075 article .entry-header{
	display:none !important;
}
.postid-53075 .site-content {
    padding: 0 !important;;
}
.postid-53075 .site-content #primary {
    width: 100% !important;
    float: none !important;
    padding-right: 0% !important;
}
.postid-53075 #secondary, .postid-53075 aside#secondary{
	display:none !important;
	width: 0 !important;
	float: none !important;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	max-height: 140px;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Bebas_Neue_Regular', sans-serif;
}

h3 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	width: 100%;
	overflow-x: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #0c0c0c;
	color: #FFF;
	box-shadow: none;
	font-size: 18px;
	line-height: 1;
	padding: 10px 15px;
	text-shadow: none;
	transition: 0.5s;
	opacity: 0.7;
	font-family: 'Bebas_Neue_Regular', sans-serif;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 1;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #005fa6;
	text-decoration: none;
}

p a, li a {
	transition: 0.5s;
}

a:visited {
	color: purple;
}

a:hover {
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	z-index: 99999;
	width: 100%;
	background: #FFF;
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
}

.site-branding {
	margin: 15px 20px;
}

.site-logo, .site-logo a, .site-title, .site-title a {

}

.site-logo {
	text-align: center;
}
.site-logo a {
	display: block;
}
.custom-logo {
	max-width: 125px;
	z-index: 999;
	margin: 0;
	image-rendering: auto;
}
.site-title {
	font-size: 21px;
	color: rgb(40, 40, 40);
	margin-bottom: 0;
	margin-top: 0;
}
.site-title a {
	color: rgb(40, 40, 40);
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}
.site-title p {
	margin: 0;
}
.site-description {
	color: rgb(40, 40, 40);
	margin-top: 0;
}

/*--------------------------------------------------------------
## Header navigation
--------------------------------------------------------------*/

.nav-desktop-wrapper {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.nav-desktop-wrapper > nav, .nav-desktop-wrapper > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.nav-desktop-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {

}

.main-navigation ul, #menu-primary-footer {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
	text-align: center;
	background: transparent;
}

#site-navigation-left ul {
	text-align: right;
}

#site-navigation-right ul {
	text-align: left;
}

.main-navigation li, #menu-primary-footer li {
	padding: 0;
	display: inline-block;
	font-size: 0;
}
.main-navigation a, #menu-primary-footer a {
	font-family: 'Bebas_Neue_Regular', sans-serif;
	font-weight: 400;
	display: block;
	padding: 15px 1em;
	line-height: 1;
	text-decoration: none;
	font-size: 19px;
	color: #005fa6;
	transition: 0.5s;
	text-transform: uppercase;
}

#menu-primary-footer a {
	padding: 15px 0.3em;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation .current-menu-item a, .main-navigation .current_page_item a {
	font-weight: bold;
}


.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


/* Small menu & mobile-navigation */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999999;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 24px;
	color: #FFF;
}
.menu-toggle::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Automatic FontAwesome Icons for main-navigation and mobile-navigation
--------------------------------------------------------------*/

.social-item a {
	font-size: 0;
	margin-left: 10px;
	margin-right: 10px;
	color: #d8020c;
}

.social-item a:before {
	font-family: FontAwesome;
	content: "\f415";
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
	transition: 0.5s;
	font-size: 23px;
	border-radius: 50%;
}

.social-item a:hover:before,
.social-item a:focus:before {
	transform: scale(1.1,1.1);
	transition: 0.5s;
}

.social-item a[href*="codepen.io"]:before {
	content: "\f1cb";
}
.social-item a[href*="digg.com"]:before {
	content: "\f221";
}
.social-item a[href*="dribbble.com"]:before {
	content: "\f1a6";
}
.social-item a[href*="dropbox.com"]:before {
	content: "\f16b";
}
.social-item a[href*="facebook.com"]:before {
	content: "\f09a";
}
.social-item a[href*="flickr.com"]:before {
	content: "\f16e";
}
.social-item a[href*="foursquare.com"]:before {
	content: "\f180";
}
.social-item a[href*="plus.google.com"]:before {
	content: "\f0d5";
}
.social-item a[href*="github.com"]:before {
	content: "\f113";
}
.social-item a[href*="instagram.com"]:before {
	content: "\f16d";
}
.social-item a[href*="linkedin.com"]:before {
	content: "\f0e1";
}
.social-item a[href*="path.com"]:before {
	content: "\f118";
}
.social-item a[href*="pinterest.com"]:before {
	content: "\f231";
}
.social-item a[href*="getpocket.com"]:before {
	content: "\f265";
}
.social-item a[href*="polldaddy.com"]:before {
	content: "\f192";
}
.social-item a[href*="reddit.com"]:before {
	content: "\f281";
}
.social-item a[href*="skype.com"]:before {
	content: "\f17e";
}
.social-item a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}
.social-item a[href*="tumblr.com"]:before {
	content: "\f173";
}
.social-item a[href*="twitter.com"]:before {
	content: "\f099";
}
.social-item a[href*="vimeo.com"]:before {
	content: "\f27d";
}
.social-item a[href*="wordpress.com"]:before,
.social-item a[href*="wordpress.org"]:before {
	content: "\f19a";
}
.social-item a[href*="youtube.com"]:before {
	content: "\f167";
}
.social-item a[href^="mailto:"]:before {
	content: "\f0e0";
}
.social-item a[href*="spotify.com"]:before {
	content: "\f1bc";
}
.social-item a[href*="twitch.tv"]:before {
	content: "\f1e8";
}
.social-item a[href$="/feed/"]:before {
	content: "\f09e";
}

/** Responsive Menu Rules **/

@media screen and (max-width: 1150px) {
	.custom-logo {
		max-width: 100px;
		margin: 0 5px;
	}
	
	.main-navigation a, 
	#menu-primary-footer a {
		padding: 1em 10px;
	}
	
	.social-item a {
		margin-right: 0;
		margin-left: 0;
		font-size: 0;
	}
}

@media screen and (max-width: 1024px) {
	.site-header {
		padding: 20px 0;
	}
	.main-navigation a, 
	#menu-primary-footer a {
		font-size: 17px;
	}
	.social-item a {
		font-size: 0;
		padding: 0 5px;
	}
	
}

@media screen and (min-width: 901px) {
	.nav-mobile-wrapper {
		display: none;
	}
	.nav-desktop-wrapper {
		display: table;
	}
}

@media screen and (max-width: 900px) {
	.nav-mobile-wrapper {
		display: block;
	}
	.nav-mobile-wrapper > div {
		display: none;
	}
	.nav-mobile-wrapper .site-branding {
		display: block;
	}
	.nav-desktop-wrapper {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#menu-primary-footer li {
		float: none;
		display: block;
		text-align: left;
	}
	#menu-primary-footer a {
		padding: 0.35em;
		display: block;
		float: none;
	}
	#panel-w58e4a71a1e12b-0-0-0 {
		margin-bottom: 0 !important;
	}
	#panel-w58e4a71a1e12b-0-0-0 img {
		width: 145px;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Helper classes
--------------------------------------------------------------*/

.padded {
	padding: 30px 30px;
}

.hpadded {
	padding: 0 30px;
}

.vpadded {
	padding: 30px 0px;
}

.max360 {
	margin: 0 auto;
	max-width: 360px;
}

.max800 {
	margin: 0 auto;
	max-width: 800px;
}

.max1024 {
	margin: 0 auto;
	max-width: 1024px;
}

.max1180 {
	margin: 0 auto;
	max-width: 1280px;
}

.max1280 {
	margin: 0 auto;
	max-width: 1280px;
}

.bebas * {
	font-family: "Bebas_Neue_Regular", sans-serif;
}

@media screen and (max-width: 900px) {
	.hidemobile {
		display: none;
	}
	
	.hidepc {
		display: block;
	}
}

@media screen and (min-width: 901px) {
	.hidemobile {
		display: block;
	}
	
	.hidepc {
		display: none;
	}
	
	.desktop_hidden{
		display:none !important;
	}
}

/*--------------------------------------------------------------
## WP PageNavi
--------------------------------------------------------------*/

.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 5px 15px;
    margin: 5px;
    background: #005fa6;
    color: #FFF;
    transition: 0.5s;
    border: 2px solid transparent;
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover {
	color: #005fa6;
	background: #FFF;
	border: 2px solid #005fa6;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #d8020c;
    background: #FFF;
    border: 2px solid #d8020c;
}

/*--------------------------------------------------------------
## Search Form Style
--------------------------------------------------------------*/

.search-wrapper {
	width: 100%;
	position: relative;
}

.search-wrapper input {
	width: 100%;
	margin: 0;
	border: 0;
}

.search-wrapper button {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 100%;
}

/*--------------------------------------------------------------
## Search Bar specific
--------------------------------------------------------------*/

.search-bar {
	width: 100%;
	background: #f2f2f2;
	color: #0c0c0c;
	margin: 0 auto;
	font-size: 0;
	padding: 10px 10px 10px 60px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
	-ms-transform: translate(0, -200px);
	-webkit-transform: translate(0, -200px);
	transform: translate(0, -200px);
	transition: 0.5s;
	display: inline-block;
}

.search-bar .widget_search {
	height: 100%;
}

.search-bar .widget_search:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.search-bar form {
	display: inline-block;
	vertical-align: middle;
}

.search-bar.search-open {
	-ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Safari */
    transform: translate(0, 0);
}

.search-wrapper {
	width: 100%;
	position: relative;
}

.search-wrapper input {
	width: 100%;
	margin: 0;
	border: 0;
}

.search-wrapper button {
	position: absolute;
	width: 45px;
	height: 100%;
	right: 0;
	top: 0;
	border: 0;
	background: #fcea10;
}

.search-trigger {
	position: fixed;
	top: 42.5px;
	left: 0;
	padding: 13px 20px;
	z-index: 999999999;
}

.search-trigger a {
	font-size: 0;
	text-decoration: none;
	cursor: pointer;
}

.search-trigger a:before {
	content: "\f002";
	font-family: "FontAwesome";
	color: #fcde0b;
	font-size: 20px;
}

.search-trigger.cross a:before {
	content: "\f00d";
	font-family: "FontAwesome";
	color: #fcde0b;
	font-size: 20px;
}

#searchsubmit {
	height: 31.6px;
	width: 31.6px;
	padding: 0;
	line-height: 31.6px;
	position: relative;
	border: none;
	background: #005fa6;
	vertical-align: middle;
}

#s {
	vertical-align: middle;
}

#searchsubmit .fa {
	height: 31.6px;
	width: 31.6px;
	line-height: 31.6px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
}

@media screen and (max-width: 900px) {
	.search-trigger {
		top: 0;
		left: auto;
		right: 65px;
		padding: 30px 20px;
	}
	
	.search-bar .widget_search {
		text-align: right;
	}
	
	.search-bar {
		padding: 10px 150px 10px 10px;
	}
}

@media screen and (max-width: 400px) {
	#s {
		width: 160px;
	}
}

/*--------------------------------------------------------------
## WPCF 7 & Form DIVs
--------------------------------------------------------------*/

.wpcf7-form {
	position: relative;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.full-form input, .half-form input, .third-form input {
	max-width: 100%;
	position: relative;
	width: 100%;
}

.full-form input[type='radio'], .half-form input[type='radio'], .third-form input[type='radio'],
.full-form input[type='checkbox'], .half-form input[type='checkbox'], .third-form input[type='checkbox'] {
	width: auto;
}

.full-form input[type='checkbox'], .half-form input[type='checkbox'], .third-form input[type='checkbox'] {
	margin-left: 10px;
}

.full-form {
	width: 99%;
	margin-bottom: 14px;
	text-align: left;
	margin-right: 2%;
}

.half-form {
	width: 49%;
	margin-right: 1%;
	float: left;
	margin-bottom: 14px;
	text-align: left;
}

.third-form {
	width: 32.333%;
	margin-right: 1%;
	float: left;
	margin-bottom: 14px;
	text-align: left;
}

@media screen and (max-width: 760px) {
.half-form {
	width: 99%;
}

.third-form {
	width: 99%;
}
}

.text-right {
	text-align: right;
}

.wpcf7 button {
	text-align: center;
}

.cv label {
	margin-right: 20px;
}

.cv span {
	font-size: 13px;
}

.wpcf7 h2 {
	text-align: center;
	margin-bottom: 28px;
}

.form-group label.error, span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 10px;
	border: 2px solid #e22328;
	padding: 2px 4px;
	border-radius: 5px;
	line-height: 1.15;
	top: 25px;
	right: -15px;
	z-index: 9;
	width: auto;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}

.wpcf7-response-output {
	position: absolute;
	font-size: 11px;
	border: 2px solid #e22328;
	padding: 2px 8px;
	border-radius: 5px;
	bottom: 45px;
	right: 0;
	left: 0;
	width: auto;
	background: #FFF;
	color: #606060;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
## UniCusano Slider
--------------------------------------------------------------*/

.uni-slider {
	width: 100%;
	position: relative;
}

.uni-slider .hentry {
	width: 100%;
	padding: 40px;
	background-size: cover;
	background-posizion: center center;
	background-repeat: no-repeat;
	height: 375px;
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.slide-play::after {
	font-family: 'FontAwesome';
	content: "\f04b";
	display: block;
	color: #FFF;
	font-size: 76px;
	z-index: 1;
	position: relative;
	transition: 0.5s;
	cursor: pointer;
}

.slide-play:hover::after {
	transform: scale(1.1,1.1);
}

.slider-a {
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	color: #404040;
	text-decoration: none;
}

.slider-a:hover, .slider-a:visited, .slider-a:active {
	color: #404040;
	text-decoration: none;
}

.slider-data-wrapper {
	width: 100%;
	max-width: 1024px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: 0 auto;
}

.slider-data {
	width: 45%;
	min-width: 360px;
	display: inline-block;
	margin: 0 auto;
	padding: 30px;
	background: rgba(255,255,255,0.8);
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.slider-data:after {
	content: "";
    position: absolute;
    left: 0;
    width: 0;
    top: -20px;
    bottom: auto;
    display: block;
    border-style: solid;
    border-width: 0 20px 20px 0;
	border-color: transparent transparent rgba(255,255,255,0.8)transparent;
}


.slider-data h2, .slider-data p {
	max-width: 1024px;
	margin-top: 15px;
	width: 90%;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
}

.slider-category {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Bebas_Neue_Regular', sans-serif;
	padding-top: 15px;
	padding-right: 20px;
	font-size: 21px;
	color: #005fa6;
}

@media screen and (max-width: 768px) {
	.slider-data {
		left: 10%;
		width: 80%;
		min-width: 0;
	}
	.slider-data h2 {
		font-size: 21px;
	}
	#slide_home h2{
		font-size: 33px !important;
		text-align: center;
		line-height: 1em;
	}
	#slide_home .slider-category {
    	font-size: 21px;
    	text-align: center;
	}
	#home_form h3{
		color: #fff;
	}
	#home_form .wpcf7-form, #home_form .accordion-header, #home_form a{
		color: #fff !important;
	}
}

@media screen and (max-width: 360px) {
	.slider-data {
		width: 80%;
		min-width: 0;
		left: 0;
		right: 0;
	}
	.slider-data h2 {
		font-size: 18px;
	}
}

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 5%;
    opacity: 1;
    filter: alpha(opacity=0);
    z-index: 198;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
}

.cycle-prev {
	left: 15px;
	text-align: left;
}

.cycle-next {
	right: 15px;
	text-align: right;
}

.cycle-prev:hover, .cycle-next:hover {
	opacity: 1;
}

.cycle-prev::before {
	font-family: 'FontAwesome';
	content: '\f104';
	color: #FFF;
	position: relative;
	height: 100%;
	top: 43%;
	font-size: 45px;
}

.cycle-next::after {
	font-family: 'FontAwesome';
	content: '\f105';
	color: #FFF;
	position: relative;
	height: 100%;
	top: 43%;
	font-size: 45px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site {
	width: 100%;
}

.site-content {
	padding: 0 30px;
	width: 100%;
	overflow-x: hidden;
}

.archive .site-content, .search .site-content {
	background: #f2f2f2;
}

.archive .content-area, .search .content-area {
	max-width: 800px;
	margin: 0 auto;
}

.archive-title {
	font-size: 32px;
	margin-bottom: 0;
}

.category-description {
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	text-transform: none;
}

.page:not(.home) .site-content {
	max-width: 960px;
	margin: 0 auto;
}

.not-found {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.page .site-main > article:first-child .entry-header {
	display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Post Cat Loop
--------------------------------------------------------------*/

.grid-loop, .post-loop {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 0;
}

.grid-loop .hentry {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.post-loop .hentry {
	font-size: 14px;
	vertical-align: top;
	width: 23.125%;
	margin-right: 2.5%;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.post-loop .hentry > a, .post-cat-loop .hentry > a {
	display: inline-block;
	width: 100%;
}

.post-loop .hentry .social-toggle,
.grid-loop .hentry .social-toggle {
	transition: 0.5s;
}

.post-loop .hentry .social-toggle:before,
.grid-loop .hentry .social-toggle:before {
	content: '\f079';
	font-family: 'Fontawesome';
	font-size: 21px;
	display: block;
	position: absolute;
	color: #FFF;
	opacity: 1;
	transition: 0.5s;
	top: 0;
	left: 0;
	padding: 5px 10px;
	cursor: pointer;
}

.post-loop .hentry .a2a_kit,
.grid-loop .hentry .a2a_kit {
	position: absolute;
	transition: 0.5s;
	top: 45px;
	left: 0;
	transform: translateX(-100%);
}

.post-loop .hentry .a2a_kit.show,
.grid-loop .hentry .a2a_kit.show {
	transform: translateX(2%);
}

.post-loop .hentry:nth-child(4n) {
	margin-right: 0;
}

.post-cat-loop .hentry {
	font-size: 14px;
	vertical-align: top;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 15px;
	display: inline-block;
}

.post-cat-loop .hentry:nth-child(3n) {
	margin-right: 0;
}

.post-category {
	font-family: 'Bebas_Neue_Regular', sans-serif;
	font-size: 21px;
	color: #005fa6;
	margin: 0;
}

.post-cat-loop .entry-title, .post-loop .entry-title {
	margin-top: 0;
	line-height: 1.25;
	margin-bottom: 15px;
}

.post-cat-loop .entry-title a, .post-loop .entry-title a {
	color: #404040;
	font-size: 17px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.post-loop .entry-title a {
	font-size: 15px;
}

.entry-author {
	color: #c10513;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 0;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/

.single .site-content {
	max-width: 960px;
	margin: 0 auto;
}

.single #primary {
	width: 70%;
	float: left;
	padding-right: 6%;
}

.single #secondary {
	width: 30%;
	margin-top: 75px;
	float: left;
}

.entry-meta-single {
	position: relative;
}

.single .entry-header img {
	width: 100%;
}

.entry-meta-single .entry-author {
	font-size: 21px;
	font-family: 'Bebas_Neue_Regular', sans-serif;
	margin-bottom: 10px;
}

.entry-meta-single .post-category {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 21px;
}

.entry-footer {
	margin-bottom: 25px;
}

.entry-footer .edit-link {
	display: none;
}

.cat-links, .tags-links {
	text-transform: uppercase;
	color: #005fa6;
	text-decoration: none;
	display: block;
}

.cat-links a, .tags-links a {
	color: #d8020c;
	text-decoration: none;
}

.cat-links a:hover, .tags-links a:hover {
	text-decoration: underline;
}

.single .post-navigation {
	padding: 10px 15px;
	color: #FFF;
	background: #005fa6;
	vertical-align: middle;
}

.single .post-navigation a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	width: 94%;
	vertical-align: middle;
	line-height: 1.25;
	font-size: 14px;
}

.single .nav-previous:before {
	font-family: 'FontAwesome';
	content: '\f104';
	display: inline-block;
	width: 6%;
	vertical-align: middle;
	font-size: 21px;
}

.single .nav-next:after {
	font-family: 'FontAwesome';
	content: '\f105';
	display: inline-block;
	width: 6%;
	vertical-align: middle;
	font-size: 21px;
}

.entry-meta-page, .entry-meta-hidden {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*--------------------------------------------------------------
## Secondary
--------------------------------------------------------------*/

#secondary input, #secondary textarea {
	font-size: 13px;
}

#secondary textarea {
	max-height: 125px !Important;
}

#secondary h2 {
	font-size: 21px;
	line-height: 1.25;
}

#secondary .related_posts_by_taxonomy ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#secondary .related_posts_by_taxonomy li {
	margin: 0 0 14px 0;
	font-size: 14px;
}

@media screen and (max-width: 900px) {
	.single #secondary {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 0;
	}
	.single #primary {
		width: 100%;
		padding-right: 0;
	}
}

/* promo */

.promo-sidebar {
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0 20px;
}

.promo-sidebar p, .promo-sidebar img {
	display: block;
}

.promo-sidebar .sow-slide-nav {
	display: block !important;
	opacity: 1 !important;
}

.promo-sidebar .sow-slider-image-wrapper {
	padding: 0 !important;
}

.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
	background: transparent url('img/bg-arrow-left.png') no-repeat left center;
	background-size: 50%;
	padding: 32px 60px 32px 8px;
	top: 0;
	bottom: 0;
	left: 0;
	display:none !important;
}

.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-prev:after,
.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-next:before {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: middle;
}

.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a,
.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-next a {
	display: inline-block;
	vertical-align: middle;
}

.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
	background: transparent url('img/bg-arrow-right.png') no-repeat right center;
	background-size: 50%;
	padding: 32px 8px 32px 60px;
	top: 0;
	bottom: 0;
	right: 0;
	display:none !important;
}

@media screen and (max-width: 768px) {
	/* Promo Sidebar */
	
	.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-prev a, .promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-next a {
		font-size: 16px;
	}
	
	.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-next,
	.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
		background-size: 33%;
	}
}

@media screen and (max-width: 500px) {
	.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-next,
	.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 360px) {
	.promo-sidebar {
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------
## Select2 Custom
--------------------------------------------------------------*/

select {
	width: 100%;
}

option {
	max-width: 100%;
}

.select2-container {
	width: 100% !important;
}

.select2-container .selection .select2-selection--single {
	height: 32px;
}

.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}

.select2-container--default .selection .select2-selection--single {
	border-radius: 0;
	border: 1px solid #CCC;
}

/*--------------------------------------------------------------
## Related Post By Taxonomy
--------------------------------------------------------------*/

.rpbt_shortcode {
	background: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rpbt_shortcode > h3 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Bebas_Neue_Regular', sans-serif;
	font-size: 24px;
}

.related-loop {
	max-width: 900px;
	padding: 0 20px;
}

/*--------------------------------------------------------------
## isLanding
--------------------------------------------------------------*/

.islanding .site-content {
	overflow-x: visible;
	margin-top: 0 !important;
	max-width: 100% !important;
}

.islanding .site-header, .islanding .site-footer,
.islanding .search-bar, .islanding .search-trigger {
	display: none;
}

.islanding .landing {
	min-height: 100vh;
	min-width: 100%;
}

.islanding .landing-overlay {
	background: rgba(180,180,180,0.8);
	padding: 50px;
	min-height: 100vh;
}

.islanding .panel-grid-cell {
	padding: 0 !important;
}

.islanding .entry-footer, .islanding .promo-sidebar {
	display: none;
}

/*--------------------------------------------------------------
## Fixed Area
--------------------------------------------------------------*/

.fixed-area {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 250px;
	z-index: 9999;
}

.fixed-area .widget {
	margin-bottom: 0!important;
}

.fixed-area .ow-button-base a {
	transition: 0;
}

@media screen and (max-width: 1280px) {
	.fixed-area {
		transform: scale(0.8,0.8);
		transform-origin: bottom right;
	}
}


@media screen and (max-width: 768px) {
	.fixed-area {
		transform: none;
		width: 100%;
	}
	.fixed-area * {
		text-align: center !important;
	}
	.fixed-area .panel-grid-cell .so-panel {
		display: inline-block;
	}
	.fixed-area h2 {
		margin: 0;
		text-align: right !important
	}
	.fixed-area .panel-row-style {
		padding: 5px !important;
	}
	.fixed-area .widget_sow-button {
		transform: scale(0.8,0.8);
	}
}

@media screen and (max-width: 480px) {
	.fixed-area h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 360px) {
	.fixed-area h2 {
		font-size: 16px;
	}
	.fixed-area .widget_sow-button {
		transform: scale(0.6,0.6);
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#colophon {
	padding: 0 20px;
	width: 100%;
	background: transparent;
	color: #404040;
}

#colophon .widget-title {
	color: #FFF
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



@media screen and (min-width: 900px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul, .main-navigation > div {
		display: block;
	}
}

@media screen and (max-width: 900px) {
	
	/* Header */
	.site-header {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.site-branding {
    	float: left;
    	margin-left: 10px;
	}
	.custom-logo {
		max-width: 90px;
		image-rendering: auto;
	}
	
	.home .fullheight-slider .sow-slider-image-wrapper {
		padding-top: 100px !important;
	}
	
	/* Navigation */
	.main-navigation {
		background-color: #d0d0d0;
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	.menu-toggle {
		background: transparent;
		position: fixed;
		top: 0;
		right: 0;
		color: #909090;
		line-height: 94px;
		padding: 0 1em;
		transition: 0.5s;
	}
	.menu-toggle:focus {
		color: #404040;
	}
	.menu-toggle:hover {
		color: #404040;
		background: transparent;
	}
	.menu-toggle:active {
		color: #404040;
		background: transparent;
	}
	
	.menu-toggle::before {
		font-family: FontAwesome;
		content: '\f0c9';
		background: transparent;
		font-size: 30px;
	}
	.mobile-navigation ul, .mobile-navigation li, .mobile-navigation > div {
		float: left;
	}
	.mobile-navigation > div {
		height: 100vh;
		width: 100%;
		display: none;
		background: #dedede;
	}
	.mobile-navigation ul {
		max-height: 100vh;
		overflow: auto;
		margin-top: 75px;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.mobile-navigation li:first-child {
		margin-top: 30px;
	}
	.mobile-navigation li:last-child {
		margin-bottom: 40px;
	}
	.mobile-navigation li {
		width: 100%;
		text-align: center;
		font-family: 'Bebas_Neue_Regular', sans-serif;
	}
	.mobile-navigation li a, .home .mobile-navigation li a {
		border: none;
		font-size: 21px;
		text-decoration: none;
		color: #005fa6;
		line-height: 42px;
	}
	.mobile-navigation .social-item a, .home .mobile-navigation .social-item a {
		font-size: 0;
	}
	.mobile-navigation .social-item, .home .mobile-navigation .social-item {
		display: inline-block;
		width: auto;
		text-align: center;
		float: none !important;
		margin-top: 30px;
		padding: 5px;
	}
	.home .mobile-navigation .current-menu-item a, .home .mobile-navigation .current_page_item a, .mobile-navigation .current-menu-item a, .mobile-navigation .current_page_item a {
    	text-decoration: underline;
	}
	
	#secondary {
		margin-top: 0 !important;
	}
	
}

@media screen and (max-width: 640px) {
	.post-cat-loop .hentry, .grid-loop .hentry,
	.posts-wrapper .hentry {
		width: 48.25%;
	}
	
	.post-cat-loop .hentry:nth-child(2n), .grid-loop .hentry:nth-child(2n),
	.posts-wrapper .hentry:nth-child(2n) {
		margin-right: 0;
	}
	
	.post-cat-loop .hentry:nth-child(3n), .grid-loop .hentry:nth-child(3n),
	.posts-wrapper .hentry:nth-child(3n) {
		margin-right: 3.5%;
	}
	
	.post-cat-loop .hentry:nth-child(6n), .grid-loop .hentry:nth-child(6n),
	.posts-wrapper .hentry:nth-child(6n) {
		margin-right: 0;
	}
	

	
	/** WP PageNavi **/
	
	.wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
		display: none;
	}
	
}
/* mobile 360max? */
@media screen and (max-width: 480px) {
	.post-cat-loop .hentry, .grid-loop .hentry,
	.posts-wrapper .hentry {
		width: 95%;
		margin: 2px auto;
	}
	.post-cat-loop .hentry:nth-child(2n), .grid-loop .hentry:nth-child(2n),
	.posts-wrapper .hentry:nth-child(2n) {
		margin-right: auto;
	}
	
	.post-cat-loop .hentry:nth-child(3n), .grid-loop .hentry:nth-child(3n),
	.posts-wrapper .hentry:nth-child(3n) {
		margin-right: auto;
	}
	
	.post-cat-loop .hentry:nth-child(6n), .grid-loop .hentry:nth-child(6n),
	.posts-wrapper .hentry:nth-child(6n) {
		margin-right: auto;
	}

}

/*
Changelog:

1.0.2
archive.php shares the same HTML markup of loop-generic.php and looks for specific content-$post_type.php templates.
if no specific template is found, rolls back to content.php

1.0.1
Added Helper classes for PageBuilder by Site Origin rows: just give a class to the row
Added Contact Form 7 styles and specific classes: just wrap form field in <div></div> giving .full-form, .half-form, .third-form class to set field width
Width fix for PageBuilder by SiteOrigin

1.0.0
Initial release, almost equal to Underscores
*/


/* INFOGRAFICA */
/* BOX SHARE POST */
.fb_dialog.fb_dialog_advanced{z-index: 999999;}

.box-share-post li{ display:inline-block; margin-bottom:20px; list-style-type:none; background:none;}

.img-infografica-post{ width:100%;}
.postid-10905 .box-share-post img{ height:40px}
.postid-10905 .box-share-post { text-align:center;}

.shareaholic-canvas, #shr-admin-badge {display: none !important;}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion-header {
    color: #2a313a;
    cursor: pointer;
	font-size: 13px;
	padding: 0.4em 0 1em 0;
}
.accordion-content {
    display: none;
    padding: 1.5rem;
	padding-top: 0;
    color: #4a5666;
}
.accordion-header::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #B1B5BE;
    margin-right: .75rem;
}
.active.accordion-header::before {
    background-color: #FC6468;
}
.accordion{
margin: -3% 0 -2% 0;
}
/* home nuova */
.page-id-48737 #content{
	max-width: 100%;
	margin: 0 auto;
}
.page-id-48737 .slider-data::after {
display:none;
}
.page-id-48737 .grid-loop {
    max-width: 80%;
}
.page-id-48737 .max1024 {
    max-width: 748px;
}
.page-id-48737 .slider-data {
	width: 80%;
}
.page-id-48737 .slider-data h2 {
    width: 100%;
    font-weight: 800;
    font-size: 63px !important;
    font-family: 'Bebas_Neue_Regular', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 4px #333;
	text-align:right;
}
.page-id-48737 .slider-data{
	background:transparent;
	text-align:right;
}
.page-id-48737 .slider-category {
    font-family: 'Bebas_Neue_Regular', sans-serif;
    font-size: 35px;
    color: #d8020c;
	text-align:right;
}
.page-id-48737 .wpcf7-list-item-label {
    color: #fff;
}
#blog_home .post-cat-loop .hentry{
	padding: 6px;
	background: #fff;
	border: 1px solid #e6e6e6;
}
#text_sx_landing{
	font-size: 38px !important;
}
#text_sx_sub_landing{
	padding: 14% 5% 3% 5%;
}
.page-id-5557 #content {
	max-width: 100%;
	margin-top: 0 !important;
}
.page-id-5557 .promo-sidebar,.page-id-5557 header, .page-id-5557 footer, .page-id-5557 .search-trigger{
	display:none;
}
@media (min-width: 1290px) and (max-width: 1360px) {
	#text_sx_landing{
		font-size: 35px !important;
	}
	#text_sx_sub_landing{
		padding: 7% 5% 3% 5%;
	}
}
@media (min-width: 1023px) and (max-width: 1280px) {
	#text_sx_landing{
		font-size: 32px !important;
	}
	#text_sx_sub_landing{
		padding: 5% 5% 3% 5%;
	}
}
@media (min-width: 981px) and (max-width: 1024px) {
	#text_sx_landing{
		font-size: 26px !important;
	}
	#text_sx_sub_landing{
		padding: 5% 5% 3% 5%;
	}
}
@media (max-width: 769px){
	.form_dx_landing .full-form {
		font-size: 14px;
	}
	.form_dx_landing h3 {
		font-size: 24px;
		color:#fff;
	}
	.form_dx_landing h2 {
		font-size: 20px;
		color:#fff;
	}
	#text_sx_sub_landing{
		font-size: 22px;
		padding-top:0px;
	}
	#text_sx_sub_landing ul{
		margin: 0;
		text-align: left;
		font-size: 14px;
	}
	#pg-53075-0 > .panel-row-style{
		display:block !important;
	}
	
}
#home_form a{
	color: #fff !important;
}
a.button_go {
	position: relative;
	top: 22px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    padding: 1em 2em;
    background: #41a9d5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #298fba), color-stop(1, #41a9d5));
    background: -ms-linear-gradient(bottom, #298fba, #41a9d5);
    background: -moz-linear-gradient(center bottom, #298fba 0%, #41a9d5 100%);
    background: -o-linear-gradient(#41a9d5, #298fba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a9d5', endColorstr='#298fba', GradientType=0);
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #2685ad #247fa5 #227598 #247fa5;
    color: #ffffff !important;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	color:#fff;
}
.survey_question{
	background: none !important;
	color: #233f80 !important;
	border: none !important;
	padding: 10px !important;
	font-size: 25px !important;
	box-shadow: none !important;
	text-align: center;
	border-bottom: 4px dotted #fecb05 !important;
}
.survey_answers {
    display: block;
    text-align: left !important;
    width: 100%;
    font-size: 18px;
    flex: auto;
    color: #233f80 !important;
		background: none !important;
	box-shadow: none !important;
	border: none !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.ahoverstyle5::before, .ahoverstyle5:hover::before, .ahoverstyle5::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: auto;
    left: auto;
	background-image: url(https://orientamentounicusano.it/wp-content/themes/divi-master/modal_survey/templates/assets/img/dot.png);
}
.ahoverstyle5 .ms-a-label {
    position: relative;
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: top;
}
.ahoverstyle5:hover::before, .ahoverstyle5selected::before {
    background-image: url(https://orientamentounicusano.it/wp-content/themes/divi-master/modal_survey/templates/assets/img/dot-check.png);
}
.survey_open_answers:hover::before{
	display:none;
}
.ahoverstyle5:hover span::before, .ahoverstyle5:hover span::after, .ahoverstyle5selected span::before, .ahoverstyle5selected span::after{
	display:none;
}

.survey_open_answers::before, .survey_open_answers::after {
    display: none;
}
.survey_open_answers{
	border: 1px solid #233f80 !important;
}
.survey-progress-bar {
    width: calc(100% + 30px);
    margin: 0px 0;
    position: absolute;
    bottom: -50px;
    left: -15px;
}
.survey-progress-bar .survey-progress-ln {
    background: rgba(24, 65, 133, 0.14);
    height: 40px;
    margin: 0px 0px;
}
.survey-progress-bar .survey-progress-ln .progress_counter {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 auto;
    line-height: 40px;
    font-weight: 700;
    color: #FFF;
    font-size: 20px;
}
.survey_answer_choice img, .survey_answer_choice_back img {
    width: auto;
    height: 38px;
}
.modal-survey-embed .send-participant-form-container{
    margin-top: 15px !important;
}
.modal-survey-embed .ms-participant-form a.send-participant-form{
	background-color: #25398d;
}
/* quiz giurisprudenza */
.page-id-53892 header, .page-id-53892 footer, .page-id-53892 .promo-sidebar, .page-id-53892 .search-trigger{display:none;}

/* soluzioni giurisprudenza */
.page-id-53934 header, .page-id-53934 footer, .page-id-53934 .promo-sidebar, .page-id-53934 .search-trigger{display:none;}
.page-id-53944 header, .page-id-53944 footer, .page-id-53944 .promo-sidebar, .page-id-53944 .search-trigger{display:none;}
.page-id-53964 header, .page-id-53964 footer, .page-id-53964 .promo-sidebar, .page-id-53964 .search-trigger{display:none;}
.page-id-53892 .site-content, .page-id-53934 .site-content, .page-id-53944 .site-content, .page-id-53964 .site-content {
    margin: 0 !important;
}
.page-id-53892 .site-content, .page-id-53944 .site-content, .page-id-53934 .site-content, .page-id-53964 .site-content{
    max-width: 100% !important;
}
.page-id-53944 .site-content, .page-id-53934 .site-content, .page-id-53964 .site-content{
    background-color: #233e81;
}

/* quiz comunicazione */
.page-id-53947 header, .page-id-53947 footer, .page-id-53947 .promo-sidebar, .page-id-53947 .search-trigger{display:none;}
/* soluzioni comunicazione */
.page-id-54339 header, .page-id-54339 footer, .page-id-54339 .promo-sidebar, .page-id-54339 .search-trigger{display:none;}
.page-id-54343 header, .page-id-54343 footer, .page-id-54343 .promo-sidebar, .page-id-54343 .search-trigger{display:none;}
.page-id-54447 header, .page-id-54447 footer, .page-id-54447 .promo-sidebar, .page-id-54447 .search-trigger{display:none;}
.page-id-53947 .site-content, .page-id-54339 .site-content, .page-id-54343 .site-content, .page-id-54447 .site-content {
    margin: 0 !important;
}
.page-id-53947 .site-content, .page-id-54343 .site-content, .page-id-54447 .site-content, .page-id-53947 .site-content{
    max-width: 100% !important;
}


/* quiz psicologia */
.page-id-54097 header, .page-id-54097 footer, .page-id-54097 .promo-sidebar, .page-id-54097 .search-trigger{display:none;}
/* soluzioni psicologia */
.page-id-54102 header, .page-id-54102 footer, .page-id-54102 .promo-sidebar, .page-id-54102 .search-trigger{display:none;}
.page-id-54106 header, .page-id-54106 footer, .page-id-54106 .promo-sidebar, .page-id-54106 .search-trigger{display:none;}
.page-id-54108 header, .page-id-54108 footer, .page-id-54108 .promo-sidebar, .page-id-54108 .search-trigger{display:none;}
.page-id-54097 .site-content, .page-id-54102 .site-content, .page-id-54106 .site-content, .page-id-54108 .site-content {
    margin: 0 !important;
}
.page-id-54097 .site-content, .page-id-54102 .site-content, .page-id-54106 .site-content, .page-id-54108 .site-content{
    max-width: 100% !important;
}

/* quiz lettere */
.page-id-54425 header, .page-id-54425 footer, .page-id-54425 .promo-sidebar, .page-id-54425 .search-trigger{display:none;}
/* soluzioni lettere */
.page-id-54430 header, .page-id-54430 footer, .page-id-54430 .promo-sidebar, .page-id-54430 .search-trigger{display:none;}
.page-id-54440 header, .page-id-54440 footer, .page-id-54440 .promo-sidebar, .page-id-54440 .search-trigger{display:none;}
.page-id-54444 header, .page-id-54444 footer, .page-id-54444 .promo-sidebar, .page-id-54444 .search-trigger{display:none;}
.page-id-54425 .site-content, .page-id-54430 .site-content, .page-id-54440 .site-content, .page-id-54444 .site-content {
    margin: 0 !important;
}
.page-id-54425 .site-content, .page-id-54430 .site-content, .page-id-54440 .site-content, .page-id-54444 .site-content{
    max-width: 100% !important;
}

@media (min-width: 981px){
.survey-progress-bar {
    width: 60%;
    left: auto;
    right: 0px;
	}
}
@media (max-width: 980px){
.survey_question{
	margin-top: 0 !important;
	padding-top: 0 !important;
	font-size: 18px !important;
}
.survey_answers {
    font-size: 18px;
}
}
/* pagina rettore */
.page-id-55608 .site-content{
	background: #f2f2f2;
	padding: 0 30px;
	max-width: 100% !important;

}