/*
Theme Name: SP Desktop 0007
Theme URI: https://www.siracusapost.com
Author: SiracusaPost
Author URI: https://www.siracusapost.com
Description: SP Desktop is a perfect responsive magazine style WordPress theme. Suitable for news, newspaper, magazine, publishing, business and any kind of sites.
Version: 9.9.9
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: sp-desktop-0007

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*==========  Gray colors  ==========*/
/*=====  Light colors  ======*/
/*==========  Brand-colors  ==========*/
/*==========  social links colors  ==========*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	/*font-style: inherit;*/
	font-style: normal;
	/*font-weight: inherit;*/
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

th, td, .wp-block-table th, .wp-block-table td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
}

caption, th, td {
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

embed, iframe, object {
	max-width: 100%;
}

/* =GLOBAL
----------------------------------------------- */

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url(fonts/merriweather-v22-latin-regular.woff2) format('woff2'),
       url(fonts/merriweather-v22-latin-regular.woff) format('woff');
	font-display: swap;
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url(fonts/oswald-v36-latin-regular.woff2) format('woff2'),
       url(fonts/oswald-v36-latin-regular.woff) format('woff');
	font-display: swap;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url(fonts/open-sans-v18-latin-regular.woff2) format('woff2'),
       url(fonts/open-sans-v18-latin-regular.woff) format('woff');
	font-display: swap;
}

body,
button,
input,
select,
textarea {
	color: #444444;
	font: 16px 'Merriweather', 'Oswald', 'Open Sans', serif;
	line-height: 1.6;
	word-wrap: break-word;
}

body {
	background-color: #eaeaea;
}

/* Headings */
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	font-family: 'Oswald', 'Open Sans', sans-serif;
}

h1 {
	font-size: 42px;
	line-height: 1.2;
}

h2 {
	font-size: 38px;
	line-height: 1.2;
}

h3 {
	font-size: 24px;
	line-height: 1.2;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 26px;
	line-height: 1.2;
}

h6 {
	font-size: 22px;
	line-height: 1.2;
}

hr,
.wp-block-separator {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	line-height: 1.6;
	margin-bottom: 15px;
	font-family: 'Merriweather', 'Open Sans', serif;
	/* ADDED */
	/*font-size: 15px;*/
	font-size: 16px;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

pre {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

pre, code, kbd, var, samp, tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}

ins {
	/*background: #f8f8f8;*/
	/*background-color: #eaeaea;*/
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
	font-size: 20px;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 10px;
}

/* =MENU
----------------------------------------------- */
.menu-primary-container {
	width: 1210px;
	height: 40px;
	position: inherit;
	z-index: 1;
	text-align: center;
	font-family: 'Oswald';
}
#menu-menu-sp {
	display: inline-flex;
	width: 1170px;
	justify-content: space-around;
	margin: auto 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	height: 40;
}
li.menu-item {
	box-sizing: border-box;
	cursor: pointer;
	font-size: 18px;
	user-select: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
li.menu-item a {
	float: left;
	height: 38px;
	padding: 5px 12px;
	color: #333;
}













/* =BLOCKQUOTE
----------------------------------------------- */
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #E9F9FE;
	color: #333;
	border-radius: 5px;
	border-left: 0;
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p {
	font-size: 16px;
	font-family: 'Open Sans', serif;
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-left: 15px;
}

blockquote p::before,
.wp-block-quote p::before,
.wp-block-quote.is-style-large p::before,
.wp-block-quote.has-text-align-right p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #999;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}

blockquote a,
.wp-block-quote a,
.wp-block-quote.is-style-large a,
.wp-block-quote.has-text-align-right a {
	color: #fff;
	text-decoration: underline;
}

blockquote em,
blockquote i,
blockquote cite,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote cite,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i,
.wp-block-quote.has-text-align-right cite {
	font-style: normal;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

blockquote.wp-block-quote.has-text-align-right {
	border-right: 0;
}

/* =FORMS
----------------------------------------------- */
input, textarea {
	-webkit-border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
	padding: 1%;
	/*border: 1px solid #eaeaea;*/
	border: 1px solid #c0c0c0;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
	/*border: 1px solid #eaeaea;*/
	border: 1px solid #c0c0c0;
}

input.s {
	/*width: 85%;*/
	width: 82%;
	/*padding: 4px 54px 4px 10px;*/
	padding: 4px 10px 4px 10px;
	height: 46px;
	color: #777777;
	background-color: #ffffff;
	margin: 0;
	border: 1px solid #eaeaea;
}

input.s:focus {
	padding-left: 10px;
	border-color: #eaeaea;
	text-indent: 0;
}

.colormag-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #0466c8;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

#search-form input[type="submit"] {
	border-radius: 0;
	margin-left: -8px;
	margin-bottom: 0;
	padding: 6px 10px 5px;
	font-size: 18px;
}

.colormag-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #33363b;
}

.previous a,
.next a {
	padding: 5px 0;
	cursor: pointer;
	font-size: 18px;
}

.previous a:hover,
.next a:hover {
	color: #0466c8;
	text-decoration: underline;
}

input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* =LINKS
----------------------------------------------- */
a {
	color: #0466c8;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:focus, a:active, a:hover {
	text-decoration: none;
}

/* =IMAGES
----------------------------------------------- */
figure {
	margin: 0;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	/*margin-bottom: 18px;*/
}

.entry-content img, .comment-content img, .widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}

img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}

img#wpstats {
	display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.alignleft:nth-child(n+2) {
	display: inline;
	float: left;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 10px !important;
	margin-left: 1px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.entry-content p iframe.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.entry-content p iframe.alignleft2 {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.entry-content p iframe.alignleft:nth-child(n+2) {
	display: inline;
	float: left;
	margin-right: 0;
	margin-top: 5px;
}
.entry-content p iframe.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}


/*****************************************************************/
/* =BODY
----------------------------------------------- */
body {
	padding-top: 20px;
	padding-bottom: 20px;
	background-size: cover;
	/*width: 1210px;
	margin: 0 auto;*/
}
body.spbody {
	width: 1210px;
	margin: 0 auto;
}

#page {
	width: 1210px;
	margin: 2px auto 0;
	background: #fff;
}
#page-mobile {
	max-width: 1210px;
	margin: 0 auto;
}

.wide {
	padding-top: 0;
	padding-bottom: 0;
}

.wide #page {
	max-width: 100%;
}

.inner-wrap {
	margin: 0 auto;
	max-width: 1170px;
	/*width: 1170px;*/
	margin-bottom: 10px;
}
.inner-wrap-mobile {
	margin: 0 auto;
	max-width: 1170px;
	/*width: 1170px;*/
}

/* =HEADER
----------------------------------------------- */
#header-meta {
	background-color: #ffffff;
}

#header-text-nav-container {
	background-color: #ffffff;
	/* ADDED */
	padding-bottom: 10px;
}

#header-text-nav-wrap {
	padding: 20px 0 8px;
}
#header-sinistra {
	pointer-events: none;
	cursor: default;
	width: 28.632%;
	float: left;
	padding: 27px 0;
}
#m-booked-small-t3-91372 {
	margin: auto 10px !important;
}

#header-left-section {
	width: 42.736%;
	float: left;
}
#header-destra {
	width: 28.632%;
	float: left;
	margin: auto;
	text-align: center;
	padding: 32px 0;
}
#header-destra span {
	margin: auto 10px;
}



#header-sinistra-mobile {
	pointer-events: none;
	cursor: default;
	width: 400px;
	padding: 10px 0;
}
#header-left-section-mobile {
	width: 400px;
}
#header-destra-mobile {
	width: 400px;
	text-align: center;
	padding: 20px 0;
}
#header-destra-mobile .header-destra-mobile span {
	margin: auto 10px;
}

#header-logo-image-mobile {
	margin: 0 auto;
	width: 350px;
}

#header-logo-image {
	text-align: center;
	/*float: left;
	padding-right: 20px;*/
	/*margin: 0 auto;*/
	/*width: 500px;*/
}

#header-logo-image img {
	margin-bottom: 0;
}

#header-text {
	float: left;
	/*padding-right: 20px;*/
	visibility: hidden;
	width: 0;
	height: 0;
}

#site-title {
	padding-bottom: 0;
	line-height: 1.2;
}

#site-title a {
	color: #0466c8;
	font-size: 46px;
}

#site-description {
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 0px;
	font-family: 'Open Sans', serif;
}

#header-right-section {
	float: right;
}

#header-right-section .widget {
	text-align: right;
	color: #333333;
}

#header-right-section .widget .widget-title {
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 5px;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}

/* =HEADER INFO TEXT
----------------------------------------------- */
.small-info-text {
	float: left;
	max-width: 100%;
	padding-right: 15px;
	padding-top: 2px;
}

.small-info-text p {
	font-size: 12px;
	color: #555555;
	margin-bottom: 0;
}

/* =SOCIAL LINKS
----------------------------------------------- */
.fa {
	font-size: 18px;
	/*color: #cccccc;*/
	color: #333333;
	margin-left: 10px;
}

.social-links {
	text-align: center;
	float: right;
}

.social-links ul li {
	display: inline;
}

#masthead .social-links i.fa {
	font-size: 23px;
	padding: 0 10px;
}

.social-links i.fa {
	padding: 5px 10px;
	text-align: center;
	-webkit-transition: background-color 0.2s ease-out 0s;
	transition: background-color 0.2s ease-out 0s;
	font-size: 25px;
}

.social-links i.fa:hover {
	color: #0466c8;
}

.social-links i.fa-twitter {
	color: #1bb2e9;
}

.social-links i.fa-facebook {
	color: #3b5a9b;
}

.social-links i.fa-youtube {
	color: #ed3f41;
}

.social-links i.fa-vimeo-square {
	color: #44bbff;
}

.social-links i.fa-skype {
	color: #009cef;
}

.social-links i.fa-linkedin {
	color: #007bb6;
}

.social-links i.fa-google-plus {
	color: #dc4937;
}

.social-links i.fa-github {
	color: #4183c4;
}

.social-links i.fa-flickr {
	color: #0062dd;
}

.social-links i.fa-dribbble {
	color: #e24d87;
}

.social-links i.fa-instagram {
	color: #3f729b;
}

.social-links i.fa-pinterest {
	color: #d5282e;
}

.social-links i.fa-stumbleupon {
	color: #ec4823;
}

.social-links i.fa-tumblr {
	color: #455469;
}

.social-links i.fa-wordpress {
	color: #21759b;
}

.social-links i.fa-codepen {
	color: #cccccc;
}

.social-links i.fa-digg {
	color: #14589e;
}

.social-links i.fa-reddit {
	color: #ff4500;
}

/* =SEARCH WIDGET
----------------------------------------------- */
.search-random-icons-container {
	float: right;
}

#masthead .search-wrap input.s {
	width: 200px;
}

.top-search-wrap {
	float: left;
}

.fa.search-top {
	color: #ffffff;
	cursor: pointer;
	font-size: 21px;
	padding: 10px 12px;
}

.fa.search-top:hover {
	background-color: #0466c8;
}

.search-wrap {
	position: relative;
}

.search-wrap button {
	border-radius: 0;
	color: #ffffff;
	line-height: 45px;
	margin-bottom: 0;
	padding: 0 15px;
	/*margin-left: -5px;*/
	margin-top: 1px;
}

.search-icon:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 18px;
}

.search-form-top {
	border: 1px solid #eaeaea;
	display: none;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 44px;
	z-index: 9999;
	background-color: #ffffff;
}

.search-form-top.show {
	display: block;
}

.not-found .search-wrap button {
	right: 175px;
}

#secondary .search-wrap button {
	right: 26px;
}

/* =RANDOM POST
----------------------------------------------- */
.random-post {
	float: right;
}

.random-post .fa-random {
	color: #ffffff;
	font-size: 20px;
	vertical-align: middle;
}

.main-navigation .random-post a {
	padding: 10px 12px;
	border-bottom: none;
}

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}

#site-navigation {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	position: relative;
	background-color: #232323;
	border-top: 4px solid #0466c8;
}

#site-navigation .inner-wrap {
	position: relative;
}

.home-icon {
	float: left;
}

.home-icon .fa {
	color: #ffffff;
	font-size: 27px;
}

.home-icon.front_page_on {
	background-color: #0466c8;
}

.main-navigation .home-icon a {
	padding: 7px 10px 6px;
}

.main-small-navigation .home-icon a {
	padding: 7px 10px;
}

.main-navigation {
	width: 100%;
	text-align: center;
}

.main-navigation li {
	float: left;
	position: relative;
	font-family: 'Open Sans', serif;
	font-weight: 300;
}

.main-navigation a {
	color: #ffffff;
	display: block;
	float: none;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 12px;
	text-transform: uppercase;
}

.main-navigation li.default-menu,
li.default-menu {
	display: none;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.menu-item-has-children:hover > a:after {
	color: #ffffff;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a {
	background-color: #0466c8;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 14px;
	padding-left: 6px;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
	content: "\f107";
	color: #ffffff;
}

.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
	content: "\f105";
	position: absolute;
	right: 8px;
}

.sub-toggle {
	display: none;
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation .sub-menu,
.main-navigation .children {
	background-color: #232323;
}

.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul,
.main-navigation ul li.focus ul ul,
.main-navigation ul ul li.focus ul ul,
.main-navigation ul ul ul li.focus ul ul,
.main-navigation ul ul ul ul li.focus ul ul {
	left: -99999px;
	z-index: 100;
}

.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul,
.main-navigation ul li.focus ul,
.main-navigation ul ul li.focus ul,
.main-navigation ul ul ul li.focus ul,
.main-navigation ul ul ul ul li.focus ul,
.main-navigation ul ul ul ul ul li.focus ul {
	left: 100%;
}

.main-navigation ul li ul {
	position: absolute;
	width: 200px;
	top: 100%;
}

.main-navigation ul li ul li {
	float: none;
}

.main-navigation ul li ul li a {
	border-top: none;
}

.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	font-size: 14px;
	height: 100%;
	padding: 10px 15px;
	color: #ffffff;
	display: block;
	text-align: left;
	text-transform: none;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #ffffff;
	background-color: #0466c8;
}

.main-navigation ul li ul li ul {
	left: 200px;
	top: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul {
	position: absolute;
	float: left;
	left: -99999px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul ul {
	left: -99999px;
	top: 0;
}

.main-navigation ul ul ul li:hover > ul,
.main-navigation ul ul ul li.focus > ul {
	left: 100%;
}

.main-navigation select {
	display: none;
}

/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle, .top-menu-toggle {
	display: none;
	cursor: pointer;
}

.site-header .menu-toggle {
	color: #ffffff;
	margin: 0;
	text-align: center;
	font-family: 'Open Sans', serif;
	padding-bottom: 0;
	line-height: 1.2;
}

.site-header .menu-toggle:hover {
	background-color: #0466c8;
}

.site-header .menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 23px;
	color: #ffffff;
	padding: 8px 12px;
	display: block;
}

.main-small-navigation {
	float: none;
}

.main-small-navigation .menu-primary-container,
.main-small-navigation .menu {
	padding-top: 43px;
}

.main-small-navigation .menu-primary-container > ul,
.main-small-navigation .menu > ul {
	width: 100%;
}

.main-small-navigation ul {
	margin: 0;
	list-style: none;
}

.main-small-navigation a {
	display: block;
	font-size: 14px;
	color: #333333;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.main-small-navigation .random-post a {
	padding: 10px 12px;
	border-bottom: none;
}

.main-small-navigation li {
	background-color: #ffffff;
}

.main-small-navigation li a:hover {
	background-color: #0466c8;
	color: #ffffff;
}

.main-small-navigation ul ul a {
	padding-left: 45px;
	text-transform: none;
}

.main-small-navigation ul ul ul a {
	padding-left: 90px;
}

.main-small-navigation .current_page_item > a,
.main-small-navigation .current-menu-item > a {
	background: #0466c8;
	color: #ffffff;
}

#masthead .main-small-navigation li.active-menu-item > a {
	color: #fff;
	background-color: #0466c8;
}

#masthead .main-small-navigation li.active-menu-item > .sub-toggle {
	background-color: #fff;
}

#masthead .main-small-navigation li.active-menu-item > .sub-toggle i {
	color: #0466c8;
}

/* =PAGE HEADER TITLE
----------------------------------------------- */
.page-header .page-title {
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 30px;
}

/* =CONTENT
----------------------------------------------- */
.sticky {
	display: block;
}

#main {
	/*padding-top: 30px;*/
	margin: 10px 0;
	background-color: #ffffff;
	/*width: 1210px;*/
}

/* =POST FORMAT
----------------------------------------------- */
/* POST FORMAT LINK */
.format-link .entry-content p {
	text-align: center;
	padding-top: 30px;
}

.format-link .entry-content a {
	text-decoration: underline;
	text-transform: uppercase;
	padding: 15px 40px;
	border-radius: 3px;
	background-color: #0466c8;
	color: #ffffff;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	display: inline-block;
}

.format-link .entry-content a:hover {
	background-color: #33363b;
}

/* POST FORMAT ASIDE */
.format-aside .entry-header {
	display: none;
}

/* POST FORMAT STATUS */
/* POST FORMAT STANDARD */
/* =2,3,4 COLUMNS
----------------------------------------------- */
/* Two COLUMN */
.tg-one-half {
	float: left;
	width: 48%;
	padding: 0px 0px 30px;
}

.tg-one-half-last {
	float: right;
}

/* =NAVIGATION
----------------------------------------------- */
.default-wp-page {
	clear: both;
}

.default-wp-page .previous {
	float: left;
	padding: 30px 0;
}

.default-wp-page .next {
	float: right;
	padding: 30px 0;
}

/* =WP PAGENAVI PLUGIN
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}

#content .wp-pagenavi .page,
#content .wp-pagenavi a {
	padding: 4px 10px;
	color: #777777;
	border: 1px solid #f2f2f2;
}

#content .wp-pagenavi .current,
#content .wp-pagenavi a:hover {
	padding: 4px 10px;
	color: #ffffff;
	background-color: #0466c8;
	border: 1px solid #f2f2f2;
}

#content .wp-pagenavi a,
#content .wp-pagenavi span {
	margin-left: 5px;
	border-radius: 2px;
}

#content .wp-pagenavi span.pages {
	margin-left: 0;
	color: #777777;
	padding: 4px 10px;
	border: 1px solid #f2f2f2;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
	margin: 15px 0;
}

.pagination span {
	padding: 2px 5px;
	border: 1px solid #eaeaea;
	background-color: #0466c8;
	color: #ffffff;
}

.pagination a span {
	background-color: #ffffff;
	color: #777777;
}

.pagination a span:hover {
	color: #0466c8;
	border-color: #0466c8;
	text-decoration: none;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

#colophon .wp-caption {
	border: 1px solid #444444;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.gallery {
	margin: 0 auto 15px;
}

.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}

.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

/* =COMMENTS
----------------------------------------------- */
#comments {
	border-top: 1px solid #f8f8f8;
	padding-top: 15px;
}

#comments i {
	font-size: 16px;
	color: #aaaaaa;
	padding-right: 10px;
}

.comments-title {
	font-size: 24px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-navigation {
	margin-bottom: 15px;
}

.bypostauthor {
	display: block;
}

#comments .comments-title {
	margin-bottom: 10px;
}

.avatar {
	border-radius: 50%;
	float: left;
}

.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}

.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	float: left;
	display: block;
	/*margin-left: 100px;*/
	/*color: #999999;*/
	color: #333;
}

#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #0466c8;
}

.comments-area .comment-author-link a {
	color: #999999;
}

.comments-area .comment-author-link a:hover {
	color: #0466c8;
}

.comments-area .comment-author-link span {
	display: none;
	margin-left: 10px;
	padding: 0 5px;
	background-color: #0466c8;
	color: #ffffff;
	border-radius: 3px;
}

.comments-area article header .comment-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #aaaaaa;
	font-size: 16px;
	padding-right: 10px;
}

.comment-content {
	/*padding: 15px 15px 25px;*/
	padding: 5px 10px 20px;
	background-color: #f8f8f8;
	/*border: 1px solid #eaeaea;*/
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}

.comment {
	margin-bottom: 10px;
}

.comment ul, .comment ol {
	margin: 0 0 20px 20px;
}

.comment ul {
	list-style: square outside none;
}

.comment .comment-reply-link {
	float: right;
	color: #aaaaaa;
	font-size: 12px;
}

.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #aaaaaa;
	font-size: 16px;
	padding-right: 10px;
}

.comment .comment-reply-link:hover {
	color: #0466c8;
}

.comment-list {
	margin-bottom: 25px;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-size: 14px;
	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. */
#main[tabindex="-1"]:focus {
	outline: 0;
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	color: #0466c8;
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a {
	float: left;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond h3#reply-title {
	font-size: 22px;
	line-height: 28px;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}

#respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-right: 5px;
}

#respond form .comment-form-cookies-consent label {
	display: inline-block;
}

#respond form label {
	display: block;
	line-height: 1.5;
}

#respond form input[type="text"],
#respond form textarea,
#respond form input[type="email"],
#respond form input[type="url"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
}

#respond form p.form-allowed-tags {
	font-size: 16px;
	line-height: 1;
	color: #5e5e5e;
	display: none;
}

.required {
	color: red;
}

/* =WIDGETS
----------------------------------------------- */
#secondary .widget ul li, #colophon .widget ul li {
	line-height: 1.5;
	padding: 5px 0;
}

#colophon .widget ul li {
	border-bottom: 1px solid #444444;
}

#secondary .widget ul li li, #colophon .widget ul li li {
	border-bottom: none;
}

#secondary .widget ul ul, #colophon .widget ul ul {
	padding-left: 10px;
}

.widget select {
	border: 1px solid #dddddd;
	color: #777777;
	padding: 2px;
	width: 60%;
}

#secondary .widget-title {
	border-bottom: 2px solid #0466c8;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

#secondary .widget-title span {
	background-color: #0466c8;
	color: #ffffff;
	padding: 6px 12px;
	display: inline-block;
}

#secondary .widget, .error-404 .widget {
	margin-bottom: 35px;
	font-size: 14px;
	background-color: #ffffff;
}

#secondary .widget p {
	font-size: 14px;
}

#secondary a:hover {
	text-decoration: underline;
}

.error-404 {
	padding-bottom: 20px;
	text-align: center;
}

.error-404 input.s {
	width: 50%;
}

#secondary .widget-title a.rsswidget {
	color: #ffffff;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
	border-top: 1px solid #f2f2f2;
	background-color: #303440;
}

.footer-widgets-area {
	padding-top: 45px;
	padding-bottom: 10px;
	color: #cccccc;
}

.tg-footer-main-widget {
	width: 39.473684%;
	float: left;
	margin-right: 2.631579%;
}

.tg-footer-other-widgets {
	float: right;
	width: 57.894737%;
}

.tg-second-footer-widget,
.tg-third-footer-widget {
	width: 30.303030%;
	float: left;
	margin-right: 4.545454%;
}

.tg-fourth-footer-widget {
	width: 30.303030%;
	float: right;
	margin-right: 0;
}

.footer-widgets-area .widget-title {
	border-bottom: 2px solid #0466c8;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.footer-widgets-area .widget-title span {
	background-color: #0466c8;
	color: #ffffff;
	padding: 6px 12px;
	display: inline-block;
}

.footer-widgets-area p {
	text-align: left;
	color: #aaaaaa;
}

.footer-widgets-area a {
	color: #ffffff;
}

.footer-widgets-area a:hover {
	color: #0466c8;
}

#colophon {
	/*width: 1210px;*/
}

#colophon .widget {
	margin-bottom: 40px;
}

#colophon, #colophon p {
	font-size: 14px;
	line-height: 1.4;
}

/* =FOOTER ADVERTISEMENT AREA
----------------------------------------------- */
.advertisement_above_footer {
	background-color: #ffffff;
}

.advertisement_above_footer .widget-title {
	border-bottom: 2px solid #0466c8;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.advertisement_above_footer .widget-title span {
	background-color: #0466c8;
	color: #ffffff;
	padding: 6px 12px;
	display: inline-block;
}

/*
404 page design
--------------------------------------------------------------*/
.error-404 .page-header .page-title {
	border: medium none;
	font-size: 26px;
	font-weight: 700;
}

.error-404 .page-header, .error-404 p {
	text-align: center;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
	/*padding: 20px 0px 50px;*/
	padding: 20px 0px 20px;
	background-color: #303440;
}

.footer-socket-area {
	width: 100%;
}

.footer-socket-right-section {
	float: right;
}

.footer-socket-left-section {
	float: left;
}

.footer-socket-wrapper .copyright {
	color: #b1b6b6;
	float: left;
	font-size: 14px;
}

.footer-socket-wrapper .copyright a {
	color: #b1b6b6;
	border-bottom: 1px solid #5a5d62;
}

.footer-socket-wrapper .copyright a:hover {
	color: #ffffff;
}

.footer-socket-wrapper .small-menu {
	float: right;
}

.footer-socket-wrapper .small-menu a {
	padding-top: 0;
}

.footer-socket-wrapper .small-menu ul li ul {
	top: 21px;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 4;
	/* For IE8 and earlier */
}

a#scroll-up i {
	font-size: 40px;
	color: #0466c8;
}

a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
	float: left;
	width: 70.17543859%;
}

#secondary {
	float: right;
	width: 27.19298245%;
}

/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
	float: right;
}

.left-sidebar #secondary {
	float: left;
}

/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}

.no-sidebar-full-width #primary {
	width: 100%;
}

.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
	display: none;
}

.no-sidebar-full-width,
.no-sidebar {
	overflow: hidden;
}

.no-sidebar-full-width #primary .entry-content > .alignfull,
.no-sidebar #primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.no-sidebar-full-width #primary .entry-content > .alignfull.wp-block-cover, .no-sidebar-full-width #primary .entry-content > .alignfull.wp-block-cover-image,
.no-sidebar #primary .entry-content > .alignfull.wp-block-cover,
.no-sidebar #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width #primary .entry-content > .alignwide,
.no-sidebar #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.no-sidebar-full-width.box-layout #main,
.no-sidebar.box-layout #main {
	overflow: hidden;
}

.no-sidebar-full-width.box-layout #primary .entry-content > .alignfull,
.no-sidebar.box-layout #primary .entry-content > .alignfull {
	margin-left: -30px;
	margin-right: -30px;
}

.no-sidebar-full-width.box-layout #primary .entry-content > .alignfull.wp-block-cover, .no-sidebar-full-width.box-layout #primary .entry-content > .alignfull.wp-block-cover-image,
.no-sidebar.box-layout #primary .entry-content > .alignfull.wp-block-cover,
.no-sidebar.box-layout #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width.box-layout #primary .entry-content > .alignwide,
.no-sidebar.box-layout #primary .entry-content > .alignwide {
	margin-left: -30px;
	margin-right: -30px;
	max-width: unset;
}

.widget_featured_posts .article-content .above-entry-meta .cat-links a {
	background-color: #0466c8;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 10px;
	display: inline-block;
}

.widget_featured_posts .article-content .entry-title {
	padding: 10px 0 0;
	font-size: 22px;
}

.widget_featured_posts .article-content .entry-title a {
	color: #232323;
	text-shadow: none;
}

.widget_featured_posts .article-content .below-entry-meta .posted-on,
.widget_featured_posts .article-content .below-entry-meta .byline {
	padding-right: 10px;
}

.widget_featured_posts .article-content .below-entry-meta .posted-on .fa {
	color: #888888;
	font-size: 10px;
	padding-right: 3px;
}

.widget_featured_posts .article-content .below-entry-meta .byline .fa,
.widget_featured_posts .article-content .below-entry-meta .comments .fa {
	color: #888888;
	padding-right: 5px;
	font-size: 11px;
}

.widget_featured_posts .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .article-content .below-entry-meta .byline a,
.widget_featured_posts .article-content .below-entry-meta .comments a {
	font-size: 12px;
}

/* =POST CONTENT
----------------------------------------------- */
.page-header .page-title {
	border-bottom: 2px solid #0466c8;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.page-header .page-title span {
	background-color: #0466c8;
	color: #ffffff;
	padding: 6px 12px;
	display: inline-block;
}

.archive #content .post p {
	font-size: 14px;
}

.archive #content .post:nth-child(2n+1) {
	float: right;
	width: 48.7013%;
}

.archive #content .post:nth-child(2n) {
	float: left;
	width: 48.7013%;
	clear: both;
}

.archive #content .post:first-child {
	float: none;
	width: 100%;
	/* ADDED */
	border-top: none !important;
}
.archive #content .post:first-child .article-content .below-entry-meta {
	font-size: 15px;
	padding-bottom: 0;
	margin-top: 3px;
}

.archive #content .post:not(:first-child) .article-content .entry-title {
	font-size: 22px;
}
.archive #content .post:not(:first-child) .article-content .below-entry-meta {
	font-size: 14px;
	padding-bottom: 0;
	margin-top: 3px;
}

.single #content .post,
#content .post {
	/*-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);*/
}

#content .post {
	margin-bottom: 30px;
}

.single #content .post {
	margin-bottom: 0;
}

#content .post img {
	margin-bottom: 0;
}

#content .post .article-content {
	padding: 15px;
}

#content .post .article-content .above-entry-meta .cat-links a {
	background-color: #0466c8;
	border-radius: 3px;
	color: #ffffff;
	/*font-size: 12px;*/
	font-size: 14px;
	padding: 3px 10px;
}

#content .post .article-content .entry-title {
	padding: 4px 0 0;
	font-size: 32px;
}
#content .post:first-child .article-content .below-entry-meta {
	font-size: 15px;
	padding-bottom: 0;
	margin-top: 3px;
}

#content .post:not(:first-child) .article-content .entry-title {
	font-size: 22px;
}
#content .post:not(:first-child) .article-content .below-entry-meta {
	font-size: 14px;
	margin-top: 3px;
	padding-bottom: 0;
}



#content .post .article-content .entry-title a {
	color: #232323;
}

#content .post .article-content .entry-title a:hover {
	color: #0466c8;
}

#content .post .article-content .below-entry-meta .posted-on,
#content .post .article-content .below-entry-meta .byline,
#content .post .article-content .below-entry-meta .comments,
#content .post .article-content .below-entry-meta .tag-links {
	padding-right: 10px;
}

#content .post .article-content .below-entry-meta .posted-on .fa {
	color: #888888;
	font-size: 10px;
	padding-right: 3px;
}

#content .post .article-content .below-entry-meta .byline .fa,
#content .post .article-content .below-entry-meta .comments .fa,
#content .post .article-content .below-entry-meta .tag-links .fa,
#content .post .article-content .below-entry-meta .edit-link .fa {
	color: #888888;
	padding-right: 5px;
	font-size: 11px;
}

#content .post .article-content .below-entry-meta .posted-on a,
#content .post .article-content .below-entry-meta .byline a,
#content .post .article-content .below-entry-meta .comments a,
#content .post .article-content .below-entry-meta .tag-links a,
#content .post .article-content .below-entry-meta .edit-link a {
	font-size: 12px;
}

#content .post .article-content .below-entry-meta {
	padding-bottom: 20px;
}

.below-entry-meta .updated:not(.published) {
	display: none;
}

#content .post .article-content .below-entry-meta-archive {
	font-size: 14px;
	line-height: 1.3;
	margin: 4px 0;
}
.below-entry-meta-archive .updated:not(.published) {
	display: none;
}

.type-post .entry-title,
.type-page .entry-title {
	font-size: 34px;
	line-height: 1.2;
}

.post .entry-title a, .search .entry-title a {
	color: #333333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.post .entry-title a:hover, .search .entry-title a:hover {
	color: #0466c8;
}

.post .entry-content {
	margin-bottom: 10px;
	/* ADDED */
	text-align: justify;
	/* ADDED */
}

.entry-content ul {
	list-style: square;
}

.entry-content ul,
.entry-content ol {
	padding: 0 0 0 35px;
	/*margin-bottom: 30px;*/
	margin-bottom: 15px;
}

.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
}

.entry-content li {
	/*line-height: 1.3;*/
	line-height: 1.6;
	margin-bottom: 15px;
}

.post .entry-content a:hover {
	text-decoration: underline;
}

.entry-meta {
	color: #aaaaaa;
	padding-bottom: 20px;
}

.entry-meta .byline i,
.entry-meta .cat-links i {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	color: #0466c8;
}

.entry-meta .byline a,
.entry-meta .cat-links a {
	font-size: 20px;
}

.entry-meta .byline {
	margin-right: 25px;
}

.entry-meta a {
	color: #0466c8;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.entry-meta .sep {
	display: block;
	border-top: 1px solid #f2f2f2;
	position: relative;
	margin: 10px 0 10px 0;
}

.entry-meta .post-format {
	padding: 5px;
	position: absolute;
	right: -64px;
	top: -32px;
}

.entry-meta .post-format i {
	background-color: #0466c8;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	border-radius: 5px;
	padding: 12px 8px 8px 8px;
}

.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .tag-links {
	font-size: 12px;
	line-height: 20px;
	margin-right: 25px;
}

.entry-meta .posted-on a,
.entry-meta .comments-link a,
.entry-meta .edit-link a,
.entry-meta .tag-links a {
	color: #aaaaaa;
	font-size: 14px;
}

.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover,
.entry-meta .edit-link a:hover,
.entry-meta .tag-links a:hover {
	color: #0466c8;
	text-decoration: none;
}

.entry-meta .posted-on i,
.entry-meta .comments-link i,
.entry-meta .edit-link i,
.entry-meta .tag-links i {
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

.entry-content a.read-more:hover {
	text-decoration: none;
}

.single #content .tags a {
	border: 1px solid #eaeaea;
	padding: 3px 5px;
	border-radius: 3px;
	color: #777777;
}

.single #content .tags a:hover {
	color: #0466c8;
	text-decoration: none;
}

.more-link {
	display: inline-block;
	background-color: #0466c8;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.more-link span {
	font-size: 12px;
	padding: 5px 10px;
	color: #ffffff;
	display: inline-block;
}

ul.blocks-gallery-grid,
ul.wp-block-gallery {
	padding: 0;
}

ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
	margin-bottom: 0;
}

/* =FEATURED BLOG
----------------------------------------------- */
.no-post-thumbnail {
	background-color: #0466c8;
}

.tg-two-column-post-left {
	float: left;
	clear: both;
}

.tg-two-column-post-right {
	float: right;
}

.post-box {
	width: 48.5%;
	height: auto;
	margin-bottom: 30px;
	position: relative;
}

.yes-post-thumbnail.post-box {
	height: auto;
}

.post-box img {
	margin-bottom: 0;
}

.post-box .post-content-area {
	position: absolute;
	top: 50%;
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.post-box .entry-title {
	padding-bottom: 0;
}

.post.post-box .entry-title a {
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 28px;
	text-transform: uppercase;
	padding: 10px;
}

.post.post-box .entry-title a:hover {
	color: #0466c8;
}

.post-box .entry-title:after {
	background: none repeat scroll 0 0 #ffffff;
	content: "";
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 100px;
}

.post-box .entry-meta {
	padding-bottom: 0;
}

.post-box .entry-meta span .fa {
	color: #ffffff;
}

.post-box .entry-meta .posted-on a,
.post-box .entry-meta .cat-links a {
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 16px;
}

.post-box .entry-meta .posted-on i,
.post-box .entry-meta .cat-links i {
	color: #ffffff;
}

.post-box .entry-meta .posted-on a:hover,
.post-box .entry-meta .cat-links a:hover {
	color: #0466c8;
	text-decoration: none;
}

/* =FRONT PAGE WIDGET AREAS
----------------------------------------------- */
.rtl .bx-wrapper {
	direction: rtl;
}

.widget_slider_area {
	float: left;
	width: 55.26315789%;
}

.widget_beside_slider {
	float: right;
	width: 43.85964912%;
}

.widget_slider_area .widget-title,
.widget_beside_slider .widget-title {
	border-bottom: 2px solid #0466c8;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.widget_slider_area .widget-title span,
.widget_beside_slider .widget-title span {
	background-color: #0466c8;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

/* Slider widget meta CSS */
.widget_featured_slider .single-slide {
	position: relative;
}

.widget_featured_slider img {
	margin-bottom: 0;
}

.widget_featured_slider .slide-content {
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	padding-bottom: 20px;
	padding-left: 5%;
	position: absolute;
	width: 100%;
	text-align: left;
}

.widget_featured_slider .slide-content .above-entry-meta .cat-links a {
	background-color: #0466c8;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 10px;
}

.widget_featured_slider .slide-content .entry-title {
	padding: 10px 0 0;
	font-size: 22px;
}

.widget_featured_slider .slide-content .entry-title a {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.widget_featured_slider .slide-content .entry-title a:hover {
	color: #0466c8;
}

.widget_featured_slider .slide-content .below-entry-meta .posted-on,
.widget_featured_slider .slide-content .below-entry-meta .byline {
	padding-right: 10px;
}

.widget_featured_slider .slide-content .below-entry-meta .posted-on .fa {
	color: #ffffff;
	font-size: 10px;
	padding-right: 3px;
}

.widget_featured_slider .slide-content .below-entry-meta .byline .fa,
.widget_featured_slider .slide-content .below-entry-meta .comments .fa {
	color: #ffffff;
	padding-right: 5px;
	font-size: 11px;
}

.widget_featured_slider .slide-content .below-entry-meta .posted-on a,
.widget_featured_slider .slide-content .below-entry-meta .byline a,
.widget_featured_slider .slide-content .below-entry-meta .comments a,
.widget_featured_slider .slide-content .below-entry-meta .comments span {
	color: #ffffff;
	font-size: 12px;
}

.widget_featured_slider .slide-content .below-entry-meta .posted-on a:hover,
.widget_featured_slider .slide-content .below-entry-meta .byline a:hover,
.widget_featured_slider .slide-content .below-entry-meta .comments a:hover {
	color: #0466c8;
}

/* Highlighted posts widget */
.widget_highlighted_posts .single-article {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
	max-width: 49%;
}

.widget_highlighted_posts .single-article:nth-child(even) {
	margin-right: 0;
}

.widget_highlighted_posts img {
	margin-bottom: 0;
}

.widget_highlighted_posts .article-content {
	position: absolute;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	padding-bottom: 10px;
	padding-left: 5%;
	position: absolute;
	width: 100%;
}

.widget_highlighted_posts .above-entry-meta {
	display: none;
}

.widget_highlighted_posts .article-content .above-entry-meta .cat-links a {
	background-color: #0466c8;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 10px;
}

.widget_highlighted_posts .article-content .entry-title {
	padding: 10px 0 0;
	font-size: 16px;
}

.widget_highlighted_posts .article-content .entry-title a {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.widget_highlighted_posts .article-content .entry-title a:hover {
	color: #0466c8;
}

.widget_highlighted_posts .article-content .below-entry-meta .posted-on,
.widget_highlighted_posts .article-content .below-entry-meta .byline {
	padding-right: 10px;
}

.widget_highlighted_posts .article-content .below-entry-meta .byline {
	display: none;
}

.widget_highlighted_posts .article-content .below-entry-meta .posted-on .fa {
	color: #ffffff;
	font-size: 10px;
	padding-right: 3px;
}

.widget_highlighted_posts .article-content .below-entry-meta .byline .fa,
.widget_highlighted_posts .article-content .below-entry-meta .comments .fa {
	color: #ffffff;
	padding-right: 5px;
	font-size: 11px;
}

.widget_highlighted_posts .article-content .below-entry-meta .posted-on a,
.widget_highlighted_posts .article-content .below-entry-meta .byline a,
.widget_highlighted_posts .article-content .below-entry-meta .comments a,
.widget_highlighted_posts .article-content .below-entry-meta .comments span {
	color: #ffffff;
	font-size: 11px;
}

.widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .byline a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .comments a:hover {
	color: #0466c8;
}

.widget_highlighted_posts .widget-title {
	color: #555555;
	font-size: 24px;
}

/* TG:All Posts Widget Styling */
.blog .post:nth-child(2n) {
	float: left;
	width: 48.7013%;
	clear: both;
}

.blog .post:nth-child(2n+1) {
	float: right;
	width: 48.7013%;
}

.blog .post:first-child {
	float: none;
	width: 100%;
}

.blog .post .article-content .below-entry-meta .edit-link a,
.blog .post .article-content .below-entry-meta .tag-links a {
	font-size: 12px;
}

.blog .post .article-content .below-entry-meta .edit-link .fa,
.blog .post .article-content .below-entry-meta .tag-links .fa {
	color: #888888;
	padding-right: 5px;
	font-size: 11px;
}

.blog .post .article-content .below-entry-meta .tag-links {
	padding-right: 10px;
}

/* Search Page */
.search .status-publish {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.search .status-publish:nth-child(2n) {
	float: left;
	width: 48.7013%;
	clear: both;
}

.search .status-publish:nth-child(2n+1) {
	float: right;
	width: 48.7013%;
}

.search .status-publish:first-child {
	float: none;
	width: 100%;
	border-top: none !important;
}

.search .status-publish .article-content {
	padding: 15px;
}

/* =FRONT PAGE MAIN CONTENT SECTION
----------------------------------------------- */
.main-content-section {
	/*padding-top: 20px;*/
}

.main-content-section .tg-one-half {
	width: 48.75%;
	padding-bottom: 0;
}

.posted-on a,
.byline a,
/*.comments a,*/
.comments span,
.tag-links a,
.edit-link a {
	color: #888888;
}
.comments a {
	color: #333333;
}

.posted-on a:hover,
.byline a:hover,
.comments a:hover,
.tag-links a:hover,
.edit-link a:hover {
	color: #0466c8;
}

/* Featured posts widget */
.widget_featured_posts .article-content .above-entry-meta .cat-links a {
	background-color: #0466c8;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 10px;
}

.widget_featured_posts .article-content .entry-title {
	padding: 10px 0 0;
	font-size: 22px;
}

.widget_featured_posts .article-content .entry-title a {
	color: #232323;
	text-shadow: none;
}

.widget_featured_posts .article-content .entry-title a:hover {
	color: #0466c8;
}

.widget_featured_posts .article-content .below-entry-meta .posted-on,
.widget_featured_posts .article-content .below-entry-meta .byline {
	padding-right: 10px;
}

.widget_featured_posts .article-content .below-entry-meta .posted-on .fa {
	color: #888888;
	font-size: 10px;
	padding-right: 3px;
}

.widget_featured_posts .article-content .below-entry-meta .byline .fa,
.widget_featured_posts .article-content .below-entry-meta .comments .fa {
	color: #888888;
	padding-right: 5px;
	font-size: 11px;
}

.widget_featured_posts .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .article-content .below-entry-meta .byline a,
.widget_featured_posts .article-content .below-entry-meta .comments a,
.widget_featured_posts .article-content .below-entry-meta .comments span {
	font-size: 12px;
}

.widget_featured_posts {
	margin-bottom: 30px;
}

.widget_featured_posts .widget-title {
	border-bottom: 2px solid #0466c8;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.widget_featured_posts .widget-title span {
	background-color: #0466c8;
	color: #ffffff;
	padding: 6px 12px;
	display: inline-block;
}

.widget_featured_posts img {
	margin-bottom: 18px;
}

.widget_featured_posts .first-post {
	float: left;
	width: 48.70129870%;
	margin-bottom: 20px;
}

.widget_featured_posts .following-post {
	float: right;
	width: 48.70129870%;
}

.widget_featured_posts .following-post .byline {
	display: none;
}

.widget_featured_posts.widget_featured_posts_vertical .first-post,
.widget_featured_posts.widget_featured_posts_vertical .following-post {
	float: none;
	width: 100%;
}

.widget_featured_posts .single-article {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.widget_featured_posts .article-content {
	padding: 0 15px 5px;
}

.widget_featured_posts .article-content .below-entry-meta {
	margin-bottom: 12px;
}

.widget_featured_posts .article-content .entry-content p {
	font-size: 14px;
}

.widget_featured_posts .following-post .single-article {
	margin-bottom: 15px;
}

.widget_featured_posts .following-post figure {
	float: left;
	margin-right: 10px;
}

.widget_featured_posts.widget_featured_meta .following-post .single-article figure {
	float: left;
	margin-right: 10px;
}

#secondary .widget_featured_posts .following-post .article-content .entry-title {
	font-size: 14px;
	line-height: 1.4;
}

.widget_featured_posts .following-post .article-content .entry-title {
	font-size: 18px;
}

.widget_featured_posts .following-post .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .following-post .article-content .below-entry-meta .byline a {
	font-size: 11px;
}

.widget_featured_posts .following-post .article-content .below-entry-meta {
	margin-bottom: 0;
}

.widget_featured_posts .following-post img {
	margin-bottom: 0;
}

.widget_featured_posts .following-post .above-entry-meta {
	display: none;
}

.news-bar {
	background-color: #ffffff;
	padding: 8px 0 4px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
}

.breaking-news {
	float: left;
}

.breaking-news div {
	display: none;
}

.breaking-news-latest {
	color: #555555;
	margin-right: 0;
	position: relative;
	margin-top: 0px;
	vertical-align: top;
}

/* The HTML list gets replaced with a single div,
   which contains the active ticker item, so you
   can easily style that as well */
.breaking-news div {
	display: inline-block;
	word-wrap: break-word;
}

.date-in-header {
	float: left;
	color: #555555;
	font-size: 14px;
	padding-right: 15px;
}

.newsticker {
	display: inline-block;
	padding-left: 0;
	overflow: hidden;
	height: 20px;
}

.author-box {
	width: 100%;
	display: inline-block;
	padding: 10px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}

.author-img img {
	margin-right: 15px;
}

.author-name {
	padding-bottom: 10px;
	font-size: 20px;
}

/* Related Posts */
.related-posts-main-title .fa {
	color: #0466c8;
}

.related-posts-main-title span {
	font-size: 26px;
	padding-left: 10px;
}

.single-related-posts {
	width: 32.5%;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin-right: 1.25%;
	float: left;
	margin-bottom: 25px;
}

.single-related-posts img {
	margin-bottom: 0;
}

.related-posts .single-related-posts:nth-child(3n+3) {
	margin-right: 0;
}

.single-related-posts .article-content {
	padding: 0 10px 5px;
}

.single-related-posts .byline {
	display: none;
}

.single-related-posts .article-content .entry-title {
	padding: 10px 0 0;
	font-size: 18px;
}

.single-related-posts .article-content .entry-title a {
	color: #232323;
	text-shadow: none;
}

.single-related-posts .article-content .entry-title a:hover {
	color: #0466c8;
}

.single-related-posts .article-content .below-entry-meta .posted-on,
.single-related-posts .article-content .below-entry-meta .byline {
	padding-right: 10px;
}

.single-related-posts .article-content .below-entry-meta .posted-on .fa {
	color: #888888;
	font-size: 10px;
	padding-right: 3px;
}

.single-related-posts .article-content .below-entry-meta .byline .fa,
.single-related-posts .article-content .below-entry-meta .comments .fa {
	color: #888888;
	padding-right: 5px;
	font-size: 11px;
}

.single-related-posts .article-content .below-entry-meta .posted-on a,
.single-related-posts .article-content .below-entry-meta .byline a,
.single-related-posts .article-content .below-entry-meta .comments a {
	font-size: 12px;
}

/* Sharing Section */
.share-buttons {
	display: inline-block;
}

.box {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	display: inline-block;
}

.count {
	background: none repeat scroll 0 0 #f2f2f2;
	color: #0466c8;
	float: right;
	font-size: 22px;
	padding: 0 16px;
}

.share {
	float: left;
}

#twitter, #facebook, #googleplus, #pinterest {
	float: left;
	padding-right: 20px;
}

.share .fa {
	display: block;
	font-size: 30px;
	line-height: 35px;
	padding: 0 15px;
}

.share .fa-twitter {
	color: #55acee;
}

.share .fa-facebook-square {
	color: #3b5998;
}

.share .fa-google-plus-square {
	color: #dd4b39;
}

.share .fa-pinterest {
	color: #cc2127;
}

.advertisement_125x125 img {
	margin-bottom: 8px;
	padding: 0 2px;
}

.advertisement_300x250 img {
	margin: 0 auto;
	display: block;
}

#header-right-section .advertisement_728x90 {
	margin-bottom: 0;
	padding: 0;
}

.advertisement_728x90 {
	padding: 15px 0 45px;
	display: block;
}

#header-right-section .advertisement_728x90 img {
	padding: 0;
}

.advertisement_728x90 img {
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 10px;
	display: block;
	margin: 0 auto;
}

.advertisement-content {
	text-align: center;
}

.advertisement_below_post_title {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.post .featured-image {
	text-align: center;
}

#site-navigation {
	z-index: 999;
}

/* Gallery Post Format */
/* = Page Template CSS
----------------------------------------------- */
.page-template-page-builder #primary {
	float: none;
	width: 100%;
}

/*--------------------------------------------------------------
Gutenberg Blocks Layout.
--------------------------------------------------------------*/
.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*--------------------------------------------------------------
Responsive Structure
--------------------------------------------------------------*/
/*@media screen and (max-width: 1200px) {*/
/*@media screen and (max-width: 1210px) {*/
*@media screen and (max-width: 1210px) {
	.no-sidebar-full-width #primary .entry-content > .alignwide {
		margin-left: -20px;
		margin-right: -20px;
	}
	.no-sidebar #primary .entry-content > .alignwide {
		margin-left: -50px;
		margin-right: -50px;
	}
	.no-sidebar #primary .entry-content > .alignfull {
		margin-left: -100px;
		margin-right: -100px;
	}
}

/*@media screen and (max-width: 1190px) {*/
@media screen and (max-width: 1210px) {
	#page {
		/*width: 97%;*/
		width: 1210px;
		/*width: 100%;*/
	}
	#page-mobile {
		/*width: 97%;*/
		/*width: 1210px;*/
		width: 100%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		/*width: 94%;*/
		/*width: 1170px;*/
		width: 100%;
	}
	.inner-wrap-mobile {
		/*width: 94%;*/
		/*width: 1170px;*/
		width: 100%;
	}
}



@media screen and (max-width: 1600px) {
	#article-container-mobile {
		float: left;
		margin: 5px;
		/*display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;*/
	}
	.article-container-mobile:nth-child(odd) {
		/*flex: 49.3%;*/
		width: 49.3%;
		float: left;
		/*border: 1px solid #c0c0c0;
		border-radius: 1%;
		padding: 5px;*/
		/*box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 25%);*/
		/*margin: 0 10px 16px 0;*/
		margin: 0 0 32px 0;
	}
	.article-container-mobile:nth-child(even) {
		/*flex: 49.3%;*/
		width: 49.3%;
		float: right;
		/*border: 1px solid #c0c0c0;
		border-radius: 1%;
		padding: 5px;*/
		/*box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 25%);*/
		margin: 0 0 32px;
	}
	.entry-header-mobile h10 {
		font-family: 'Oswald';
		font-size: 16px;
		line-height: 1;
		text-transform: uppercase;
		padding-bottom: 0;
		color: #0466c8;
		float: left;
		margin-bottom: 5px;
	}
	.article-content-mobile {
		padding: 0;
	}
	h3.entry-title-mobile {
		font-family: 'Oswald';
		font-size: 22px;
		line-height: 1.2;
		padding: 0;
	}
	spanx.barretta-mobile {
		font-family: 'Oswald';
		font-size: 22px;
		line-height: 1.2;
	}
	.entry-title-mobile a {
		color: #333;
	}
	.entry-title-mobile a:hover {
		color: #0466c8;
	}
	.entry-title-mobile a.secondotitolo {
		color: #aa2222;
	}
	.entry-title-mobile a.secondotitolo:hover {
		color: #0466c8;
	}
	.below-entry-meta-archive-mobile {
		margin-top: 5px;
		font-style: italic;
		font-size: 13px;
	}
	.adv-mobile {
		display: block;
	}
	.banner-mobile img {
		margin-bottom: 0;
	}
	.breaking-mobile {
		float: left;
		width: 100%;
		border: 1px solid #333;
		margin-bottom: 16px;
	}
	.breaking-news-mobile {
		width: 100%;
		padding: 8px;
	}
	.breaking-news-occhiello-mobile {
		float: left;
		width: 100%;
		text-transform: uppercase;
		color: red;
		font-family: 'Oswald';
		font-size: 22px;
		line-height: 1;
	}
	.breaking-news-container-mobile img {
		max-width: 100%;
		height: auto;
		margin-bottom: 4px;
		vertical-align: unset;
	}
	.newstick-mobile {
		float: left;
		margin: 7px 0;
	}
	.news-item-mobile a {
		font-family: 'Oswald';
		font-size: 30px;
		line-height: 1;
		color: #333;
	}
	.news-item-mobile a span {
		font-family: 'Oswald';
		font-size: 30px;
		line-height: 1;
		color: red;
	}
	#adv-pp-top-mobile {
		float: left;
		width: 100%;
		text-align: center;
		/*margin-bottom: 16px;*/
	}
	.adv-header-mobile {
		width: 100%;
		margin: 0 auto;
	}
	#advtext-mobile {
		text-align: center;
		font-size: 12px;
		color: #c0c0c0;
	}
	.Banner1-1170x250-mobile {
		float: left;
		width: 100%;
		margin-bottom: 8px;
	}
	.Banner1-1170x250-mobile img {
		width: auto;
		margin-bottom: 0;
	}
	.Banner2-1170x250-mobile {
		float: left;
		width: 100%;
		margin-bottom: 16px;
	}
	.Banner2-1170x250-mobile img {
		width: auto;
		margin-bottom: 0;
	}


	.article-container-mobile-2 {
		float: left;
		width: 100%;
		margin: 0 0 16px;
	}
	.articoli-prima-pagina-mobile {
		float: left;
	}
	.titolo-prima-pagina-mobile {
		float: left;
		width: 100%;
		border-bottom: 2px solid #0466c8;
	}
	.articoli-prima-pagina-mobile .titolo-prima-pagina-mobile p {
		font-family: 'Oswald';
		font-size: 20px;
		color: #0466c8;
		margin: 3px 0 8px;
		line-height: 1;
	}
	.prima-pagina-articoli-mobile {
		float: left;
		margin-top: 10px;
	}
	.prima-pagina-articolo-mobile:nth-child(odd) {
		float: left;
		width: 49.3%;
		margin-bottom: 8px;
	}
	.prima-pagina-articolo-mobile:nth-child(even) {
		float: right;
		width: 49.3%;
		margin-bottom: 8px;
	}
	.prima-pagina-articolo-mobile figure {
		float: left;
		width: 29.727%;
	}
	.prima-pagina-articolo-mobile img {
		margin-bottom: 0;
	}
	.box-entry-title-right-mobile {
		float: left;
		width: 70.273%;
	}
	.box-entry-title-right-mobile h11.entry-title {
		float: left;
		font-size: 16px;
		margin-left: 5px;
	}
	.box-entry-title-right-mobile h3.entry-title {
		float: left;
		width: 100%;
		margin-left: 5px;
		font-size: 22px;
		padding-bottom: 0;
	}
	.box-entry-title-right-mobile h3.entry-title a {
		color: #333;
	}
	.box-entry-title-right-mobile h3.entry-title a:hover {
		color: #0466c8;
	}
	.box-entry-title-right-mobile span.posted-on {
		font-size: 13px;
		margin-left: 5px;
		font-style: italic;
	}
	#spLine-im-mobile {
		float: left;
		width: 100%;
		border-top: 1px solid #C0C0C0;
		padding-bottom: 8px;
		margin-top: 16px;
	}










	.article-container-mobile-2 figure.wp-block-embed.wp-block-embed-youtube.is-type-video.is-provider-youtube {
		width: 50% !important;
		height: 100% !important;
		float: left !important;
		margin-bottom: 5px;
	}
	.article-container-mobile-2 .fluid-width-video-wrapper iframe {
		height: 100% !important;
	}
	.article-container-mobile-2 .epyt-gallery-list {
		width: 48.9% !important;
		float: right !important;
		margin: unset !important;
	}
	.article-container-mobile-2 .epyt-gallery-allthumbs {
		width: 100% !important;
	}
	.article-container-mobile-2 .epyt-gallery-thumb {
		width: 100% !important;
		padding: 0 0 5px 0 !important;
	}
	.article-container-mobile-2 .epyt-gallery-img-box {
		float: left;
		width: 33% !important;
	}
	.article-container-mobile-2 .epyt-gallery-title {
		float: left;
		width: 67% !important;
		text-align: left;
		padding: 0 0 0 5px !important;
		font-size: 92% !important;
	}
}

@media screen and (max-width: 480px) {
	#article-container-mobile {
		margin: 5px;
		display: block;
	}
	.article-container-mobile:nth-child(odd) {
		width: 100%;
		float: left;
		border: 1px solid #c0c0c0;
		border-radius: 1%;
		padding: 5px;
		box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 25%);
		margin: 0 0 16px;
	}
	.article-container-mobile:nth-child(even) {
		width: 100%;
		float: right;
		border: 1px solid #c0c0c0;
		border-radius: 1%;
		padding: 5px;
		box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 25%);
		margin: 0 0 16px;
	}


	.article-container-mobile-2:nth-child(odd) {
		width: 100%;
		float: left;
		border: 1px solid #c0c0c0;
		border-radius: 1%;
		padding: 5px;
		box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 25%);
		margin: 0 0 16px;
	}
	.article-container-mobile-2:nth-child(even) {
		width: 100%;
		float: right;
		border: 1px solid #c0c0c0;
		border-radius: 1%;
		padding: 5px;
		box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 25%);
		margin: 0 0 16px;
	}



	.articoli-prima-pagina-mobile {
		float: left;
	}
	.titolo-prima-pagina-mobile {
		float: left;
		width: 100%;
		border-bottom: 2px solid #0466c8;
	}
	.articoli-prima-pagina-mobile .titolo-prima-pagina-mobile p {
		font-family: 'Oswald';
		font-size: 20px;
		color: #0466c8;
		margin: 3px 0 8px;
		line-height: 1;
	}
	.prima-pagina-articoli-mobile {
		float: left;
		margin-top: 10px;
	}
	/*.prima-pagina-articolo-mobile {
		float: left;
		margin-bottom: 8px;
	}*/
	.prima-pagina-articolo-mobile:nth-child(odd) {
		float: left;
		width: 100%;
		margin-bottom: 8px;
	}
	.prima-pagina-articolo-mobile:nth-child(even) {
		float: right;
		width: 100%;
		margin-bottom: 8px;
	}
	.prima-pagina-articolo-mobile figure {
		float: left;
		width: 32.259%;
	}
	.prima-pagina-articolo-mobile img {
		margin-bottom: 0;
	}
	.box-entry-title-right-mobile {
		float: left;
		width: 67.471%
	}
	.box-entry-title-right-mobile h11.entry-title {
		float: left;
		font-size: 16px;
		margin-left: 5px;
	}
	.box-entry-title-right-mobile h3.entry-title {
		float: left;
		width: 100%;
		margin-left: 5px;
		font-size: 22px;
		padding-bottom: 0;
	}
	.box-entry-title-right-mobile h3.entry-title a {
		color: #333;
	}
	.box-entry-title-right-mobile h3.entry-title a:hover {
		color: #0466c8;
	}
	.box-entry-title-right-mobile span.posted-on {
		font-size: 13px;
		margin-left: 5px;
		font-style: italic;
	}
	#spLine-im-mobile {
		float: left;
		width: 100%;
		border-top: 1px solid #C0C0C0;
		padding-bottom: 8px;
	}






	.article-container-mobile-2 figure.wp-block-embed.wp-block-embed-youtube.is-type-video.is-provider-youtube {
		width: 100% !important;
		height: 100% !important;
		float: left !important;
		margin-bottom: 5px;
	}
	.article-container-mobile-2 .fluid-width-video-wrapper iframe {
		height: 100% !important;
	}
	.article-container-mobile-2 .epyt-gallery-list {
		width: 100% !important;
		float: right !important;
		margin: unset !important;
	}
	.article-container-mobile-2 .epyt-gallery-allthumbs {
		width: 100% !important;
	}
	.article-container-mobile-2 .epyt-gallery-thumb {
		width: 32% !important;
		padding: unset !important;
		margin-right: 2% !important;
	}
	.article-container-mobile-2 .epyt-gallery-thumb:last-child {
		width: 32% !important;
		padding: unset !important;
		margin-right: 0 !important;
	}
	.article-container-mobile-2 .epyt-gallery-img-box {
		width: 100% !important;
	}
	.article-container-mobile-2 .epyt-gallery-title {
		width: 100% !important;
		padding: 5px 0 0 0 !important;
		font-size: 80% !important;
		text-align: center !important;
	}
}


@media screen and (max-width: 768px) {
	#header-text-nav-wrap {
		padding: 10px 0;
	}
	#header-left-section {
		float: none;
		margin-bottom: 10px;
	}
	#header-logo-image {
		float: none;
		text-align: center;
		padding-right: 0;
	}
	#header-text {
		float: none;
		text-align: center;
		padding-right: 0;
	}
	#header-right-section {
		float: none;
	}
	#header-right-section .widget {
		text-align: center;
	}
	.menu-toggle {
		display: block;
		float: left;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation .home-icon a {
		padding: 7px 10px;
	}
	.widget_slider_area,
	.widget_beside_slider {
		float: none;
		width: 100%;
	}
	.widget_slider_area {
		padding-bottom: 10px;
	}
	#primary, #secondary {
		float: none;
		width: 100%;
	}
	.better-responsive-menu .sub-menu {
		display: none;
	}
	.main-small-navigation li {
		position: relative;
	}
	.sub-toggle {
		position: absolute;
		right: 20px;
		cursor: pointer;
		display: block;
		top: 6px;
		padding: 0 7px;
		background-color: #1b7aa0;
	}
	.sub-toggle .fa {
		color: #ffffff;
	}
	.sub-toggle.active .fa {
		color: #1b7aa0;
	}
	.no-sidebar-full-width #primary .entry-content > .alignwide,
	.no-sidebar #primary .entry-content > .alignwide {
		margin-left: -15px;
		margin-right: -15px;
	}
	.no-sidebar-full-width.box-layout #primary .entry-content > .alignwide,
	.no-sidebar.box-layout #primary .entry-content > .alignwide {
		margin-left: -15px;
		margin-right: -15px;
	}
	.no-sidebar-full-width.box-layout #primary .entry-content > .alignfull,
	.no-sidebar.box-layout #primary .entry-content > .alignfull {
		margin-left: -30px;
		margin-right: -30px;
	}
	.no-sidebar #primary .entry-content > .alignfull {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 600px) {
	.logged-in #masthead #site-navigation {
		top: 0 !important;
	}
	.news-bar {
		text-align: center;
	}
	.date-in-header,
	.breaking-news,
	#masthead .social-links {
		float: none;
		max-width: 100%;
	}
	.newsticker li {
		text-align: left;
	}
	.archive #content .post:first-child,
	.archive #content .post:nth-child(2n),
	.archive #content .post:nth-child(2n+1) {
		float: none;
		width: 100%;
	}
	.blog .post:first-child,
	.blog .post:nth-child(2n),
	.blog .post:nth-child(2n+1) {
		float: none;
		width: 100%;
	}
	.search .status-publish:first-child,
	.search .status-publish:nth-child(2n),
	.search .status-publish:nth-child(2n+1) {
		float: none;
		width: 100%;
	}
	.tg-footer-main-widget {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.tg-footer-other-widgets {
		float: none;
		width: 100%;
	}
	.footer-socket-right-section,
	.footer-socket-left-section {
		float: none;
		text-align: center;
	}
	.footer-socket-wrapper .copyright {
		float: none;
		max-width: 100%;
		text-align: center;
	}
	.footer-socket-area .social-links {
		float: none;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}
	.no-sidebar-full-width #primary .entry-content > .alignwide,
	.no-sidebar #primary .entry-content > .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
	.no-sidebar-full-width.box-layout #primary .entry-content > .alignwide,
	.no-sidebar.box-layout #primary .entry-content > .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 420px) {
	.widget_featured_posts .first-post,
	.widget_featured_posts .following-post {
		float: none;
		width: 100%;
	}
	.main-content-section .tg-one-half {
		width: 100%;
	}
	.tg-second-footer-widget,
	.tg-third-footer-widget,
	.tg-fourth-footer-widget {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.single-related-posts {
		margin-right: 0;
		width: 100%;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

@media screen and (max-width: 380px) {
	.widget_highlighted_posts .single-article {
		float: none;
		margin-right: 0;
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
16.0 heaader media css
--------------------------------------------------------------*/
div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

video#wp-custom-header-video {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0px/0 a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button:before {
	content: '\f04b';
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before {
	content: '\f04c';
}

#masthead {
	/*width: 1210px;*/
	background: #ffffff;
	/*--------------------------------------------------------------
	Clean Layout
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	classic Layout
	--------------------------------------------------------------*/
}

#masthead .main-small-navigation ul.menu-scrollbar {
	overflow-y: scroll;
	width: 100%;
}

#masthead .main-small-navigation li:hover > a, #masthead .main-small-navigation li.current-page-ancestor > a, #masthead .main-small-navigation li.current-menu-ancestor > a, #masthead .main-small-navigation li.current-page-item > a, #masthead .main-small-navigation li.current-menu-item > a {
	color: #fff;
	background-color: #0466c8;
}

#masthead.colormag-header-clean .date-in-header {
	padding-right: 20px;
}

#masthead.colormag-header-clean .news-bar {
	padding: 8px 0;
}

#masthead.colormag-header-clean .breaking-news {
	float: left;
}

#masthead.colormag-header-clean .breaking-news .breaking-news-latest {
	background: #212529;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 400;
}

#masthead.colormag-header-clean .breaking-news .newsticker {
	padding-left: 10px;
	text-align: left;
	position: relative;
}

#masthead.colormag-header-clean .breaking-news .newsticker a {
	color: #555555;
}

#masthead.colormag-header-clean .breaking-news .newsticker a:hover {
	color: #0466c8;
}

#masthead.colormag-header-clean .social-links i.fa {
	color: #495057;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
	font-size: 16px;
	padding: 0 6px;
}

#masthead.colormag-header-clean .social-links li:hover i.fa {
	color: #0466c8;
}

#masthead.colormag-header-clean #header-text-nav-wrap {
	padding: 30px 0;
}

#masthead.colormag-header-clean .home-icon .fa {
	font-size: 21px;
}

#masthead.colormag-header-clean #site-navigation {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	position: relative;
	background-color: transparent;
	border-top: 0 solid transparent;
	z-index: 999;
}

#masthead.colormag-header-clean #site-navigation .inner-wrap {
	background-color: #212529;
}

#masthead.colormag-header-clean #site-navigation .fa.search-top {
	padding: 20px;
	line-height: 26px;
	position: relative;
	float: right;
	right: 0;
}

#masthead.colormag-header-clean #site-navigation .random-post {
	position: relative;
	float: right;
}

#masthead.colormag-header-clean #site-navigation .search-form-top {
	top: 100%;
}

#masthead.colormag-header-clean #site-navigation .menu-toggle {
	line-height: 26px;
}

#masthead.colormag-header-clean #site-navigation .menu-toggle::before {
	padding: 20px;
}

#masthead.colormag-header-clean .main-navigation a {
	font-weight: 500;
	padding: 20px;
	line-height: 26px;
}

#masthead.colormag-header-clean .main-navigation ul li ul {
	top: 100%;
}

#masthead.colormag-header-clean .main-navigation ul li ul li a {
	width: auto;
	padding: 10px 15px;
}

#masthead.colormag-header-clean .main-navigation ul li ul li ul {
	top: 0;
}

#masthead.colormag-header-clean .main-navigation ul li.focus > ul {
	display: block;
	visibility: visible;
	opacity: 1;
}

#masthead.colormag-header-clean .main-small-navigation .menu-primary-container,
#masthead.colormag-header-clean .main-small-navigation .nav-menu,
#masthead.colormag-header-clean .main-small-navigation .menu {
	padding-top: 0;
	padding-top: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

#masthead.colormag-header-clean .main-small-navigation .random-post {
	line-height: 26px;
}

#masthead.colormag-header-clean .main-small-navigation .random-post a {
	padding: 20px;
}

#masthead.colormag-header-classic .date-in-header {
	padding-right: 20px;
}

#masthead.colormag-header-classic .news-bar {
	padding: 8px 0;
}

#masthead.colormag-header-classic .breaking-news {
	float: left;
}

#masthead.colormag-header-classic .breaking-news .breaking-news-latest {
	background: #212529;
	padding: 0 10px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
}

#masthead.colormag-header-classic .breaking-news .newsticker {
	padding-left: 10px;
	position: relative;
	text-align: left;
}

#masthead.colormag-header-classic .breaking-news .newsticker a {
	color: #555555;
}

#masthead.colormag-header-classic .breaking-news .newsticker a:hover {
	color: #0466c8;
}

#masthead.colormag-header-classic .social-links i.fa {
	color: #495057;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
	font-size: 16px;
	padding: 0 6px;
}

#masthead.colormag-header-classic .social-links li:hover i.fa {
	color: #0466c8;
}

#masthead.colormag-header-classic #header-text-nav-wrap {
	padding: 30px 0 20px;
}

#masthead.colormag-header-classic #header-text-nav-wrap #header-right-section {
	display: none;
}

#masthead.colormag-header-classic #header-text-nav-wrap #header-left-section {
	float: none;
	text-align: center;
}

#masthead.colormag-header-classic #header-text-nav-wrap #header-left-section #header-logo-image,
#masthead.colormag-header-classic #header-text-nav-wrap #header-left-section #header-text {
	float: none;
	padding-right: 0;
}

#masthead.colormag-header-classic #site-navigation {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	position: relative;
	background-color: transparent;
	border-top: 0 solid transparent;
	z-index: 999;
}

#masthead.colormag-header-classic #site-navigation .inner-wrap {
	background-color: transparent;
}

#masthead.colormag-header-classic #site-navigation .fa.search-top {
	color: #343a40;
	float: right;
	font-size: 16px;
	padding: 15px;
}

#masthead.colormag-header-classic #site-navigation .fa.search-top:hover {
	background: transparent;
	color: #0466c8;
}

#masthead.colormag-header-classic #site-navigation .menu-toggle {
	line-height: 26px;
	border: 1px solid #343a40;
}

#masthead.colormag-header-classic #site-navigation .menu-toggle::before {
	padding: 20px;
	color: #343a40;
}

#masthead.colormag-header-classic #site-navigation .menu-toggle:hover {
	border-color: #0466c8;
}

#masthead.colormag-header-classic #site-navigation .menu-toggle:hover::before {
	color: #fff;
}

#masthead.colormag-header-classic .main-navigation a {
	font-weight: 700;
	padding: 10px 15px;
	line-height: 26px;
	color: #343a40;
}

#masthead.colormag-header-classic .main-navigation a::after {
	color: inherit;
}

#masthead.colormag-header-classic .main-navigation a:hover {
	background-color: transparent;
}

#masthead.colormag-header-classic .main-navigation ul li a {
	background-color: transparent;
}

#masthead.colormag-header-classic .main-navigation ul > li {
	float: none;
	display: inline-block;
	vertical-align: top;
}

#masthead.colormag-header-classic .main-navigation ul > li > a {
	border-bottom: 2px solid transparent;
	-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;
}

#masthead.colormag-header-classic .main-navigation ul > li:hover > a, #masthead.colormag-header-classic .main-navigation ul > li.current-menu-item > a, #masthead.colormag-header-classic .main-navigation ul > li.current-menu-ancestor > a {
	background-color: transparent;
	border-bottom: 2px solid #0466c8;
}

#masthead.colormag-header-classic .main-navigation ul li.focus > a {
	border-color: #0466c8;
}

#masthead.colormag-header-classic .main-navigation ul li.focus > ul {
	opacity: 1;
	visibility: visible;
}

#masthead.colormag-header-classic .main-navigation ul ul.sub-menu {
	top: 100%;
	background-color: #f8f8f8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #eaeaea;
}

#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li {
	border-bottom: 1px solid #eaeaea;
	display: block;
}

#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li a {
	width: auto;
	padding: 10px 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: none transparent;
}

#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:hover, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-ancestor, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-item, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.focus {
	border-color: #0466c8;
	background-color: transparent;
}

#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:hover > a, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-ancestor > a, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.current-menu-item > a, #masthead.colormag-header-classic .main-navigation ul ul.sub-menu li.focus > a {
	color: #fff;
	background-color: #0466c8;
}

#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li:last-child {
	border-bottom: none transparent;
}

#masthead.colormag-header-classic .main-navigation ul ul.sub-menu li ul {
	top: 0;
	-webkit-transition: none;
	transition: none;
}

#masthead.colormag-header-classic .main-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

#masthead.colormag-header-classic .main-navigation .random-post a {
	font-size: 14px;
	padding: 10px 15px;
	color: #343a40;
}

#masthead.colormag-header-classic .main-navigation .random-post a:hover {
	background: transparent;
}

#masthead.colormag-header-classic .main-navigation .random-post a:hover .fa-random {
	color: #0466c8;
}

#masthead.colormag-header-classic .main-navigation .random-post a .fa-random {
	color: #343a40;
}

#masthead.colormag-header-classic .main-navigation .home-icon {
	background: none;
}

#masthead.colormag-header-classic .main-navigation .home-icon a {
	padding: 10px 15px;
}

#masthead.colormag-header-classic .main-navigation .home-icon a:hover .fa {
	color: #0466c8;
}

#masthead.colormag-header-classic .main-navigation .home-icon .fa {
	color: #343a40;
}

#masthead.colormag-header-classic .main-small-navigation .menu-primary-container,
#masthead.colormag-header-classic .main-small-navigation .nav-menu {
	padding-top: 0;
	padding-top: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
}

#masthead.colormag-header-classic .main-small-navigation .random-post {
	bottom: 0;
}

#masthead.colormag-header-classic .main-small-navigation .random-post a {
	font-size: 14px;
	padding: 12px 15px;
	color: #343a40;
}

#masthead.colormag-header-classic .main-small-navigation .random-post a .fa-random {
	color: #343a40;
}

#masthead.colormag-header-classic .main-small-navigation .random-post a:hover {
	background: transparent;
}

#masthead.colormag-header-classic .main-small-navigation .random-post a:hover .fa-random {
	color: #0466c8;
}

#masthead.colormag-header-classic .main-small-navigation .menu-toggle {
	background-color: #0466c8;
	border-color: #0466c8;
}

#masthead.colormag-header-classic .main-small-navigation .menu-toggle::before {
	color: #fff;
}

#masthead.colormag-header-classic .is-sticky #site-navigation {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
	.better-responsive-menu .main-small-navigation .menu-primary-container {
		padding-bottom: 20px;
	}
	#masthead .main-small-navigation li:hover > .sub-toggle, #masthead .main-small-navigation li.current-page-ancestor > .sub-toggle, #masthead .main-small-navigation li.current-menu-ancestor > .sub-toggle, #masthead .main-small-navigation li.current-page-item > .sub-toggle, #masthead .main-small-navigation li.current-menu-item > .sub-toggle {
		background-color: #fff;
	}
	#masthead .main-small-navigation li:hover > .sub-toggle i, #masthead .main-small-navigation li.current-page-ancestor > .sub-toggle i, #masthead .main-small-navigation li.current-menu-ancestor > .sub-toggle i, #masthead .main-small-navigation li.current-page-item > .sub-toggle i, #masthead .main-small-navigation li.current-menu-item > .sub-toggle i {
		color: #0466c8;
	}
	#masthead.colormag-header-clean #menu-primary {
		background-color: #ffffff;
	}
	#masthead.colormag-header-clean .date-in-header,
	#masthead.colormag-header-clean .social-links {
		float: none;
		text-align: center;
	}
	#masthead.colormag-header-clean .breaking-news {
		width: 100%;
		float: none;
		margin-bottom: 5px;
		text-align: center;
	}
	#masthead.colormag-header-clean #header-text-nav-wrap {
		padding: 0 0 20px;
	}
	#masthead.colormag-header-clean #header-left-section,
	#masthead.colormag-header-clean #header-logo-image {
		margin-bottom: 0;
	}
	#masthead.colormag-header-clean #site-navigation .random-post a {
		padding: 20px;
	}
	#masthead.colormag-header-clean #site-navigation .menu-toggle::before,
	#masthead.colormag-header-clean #site-navigation .fa.search-top {
		padding: 20px;
	}
	#masthead.colormag-header-clean .main-small-navigation .home-icon a {
		padding: 20px;
	}
	#masthead.colormag-header-clean .main-small-navigation .menu-toggle {
		background-color: #0466c8;
	}
	#masthead.colormag-header-clean .main-small-navigation .random-post a {
		padding: 15px;
	}
	#masthead.colormag-header-classic #menu-primary {
		background-color: #ffffff;
	}
	#masthead.colormag-header-classic .date-in-header,
	#masthead.colormag-header-classic .breaking-news,
	#masthead.colormag-header-classic .social-links {
		width: 100%;
		float: none;
		text-align: center;
	}
	#masthead.colormag-header-classic #header-text-nav-wrap {
		padding: 0;
	}
	#masthead.colormag-header-classic #header-left-section,
	#masthead.colormag-header-classic #header-logo-image {
		margin-bottom: 0;
	}
	#masthead.colormag-header-classic .main-small-navigation .menu-toggle {
		background-color: #0466c8;
		border-color: #0466c8;
	}
	#masthead.colormag-header-classic .main-small-navigation .random-post a {
		padding: 15px;
	}
	#masthead.colormag-header-classic #site-navigation .random-post a {
		padding: 15px;
	}
	#masthead.colormag-header-classic #site-navigation .menu-toggle::before,
	#masthead.colormag-header-classic #site-navigation .fa.search-top {
		padding: 15px;
		line-height: 26px;
	}
	#masthead.colormag-header-classic #site-navigation .home-icon a {
		padding: 15px;
		line-height: 26px;
	}
	.breaking-news {
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	.better-responsive-menu .main-small-navigation .menu-primary-container {
		padding-bottom: 15px;
	}
	#masthead.colormag-header-classic .date-in-header, #masthead.colormag-header-clean .date-in-header {
		display: none;
	}
	#masthead.colormag-header-classic .breaking-news .breaking-news-latest, #masthead.colormag-header-clean .breaking-news .breaking-news-latest {
		padding: 0 5px;
	}
	#masthead.colormag-header-classic .breaking-news .newsticker, #masthead.colormag-header-clean .breaking-news .newsticker {
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
Classic Layout
--------------------------------------------------------------*/
.colormag-footer--classic .footer-widgets-area .widget-title {
	border-bottom: 0 none;
}

.colormag-footer--classic .footer-widgets-area .widget-title span {
	background-color: transparent !important;
	padding: 0 0 6px;
	position: relative;
}

.colormag-footer--classic .footer-widgets-area .widget-title span::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: ' ';
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #0466c8;
}

.colormag-footer--classic .footer-socket-wrapper {
	background-color: #252730;
}













/* =PRIMA PAGINA CONTENT AREA
----------------------------------------------- */
#prima-pagina {
	float: left;
	width: 1170px;
	/*margin-bottom: 20px;*/
}

#contenuto-prima-pagina {
	float: left;
	width: 1170px;
}
#contenuto-prima-pagina-layout7 {
	float: left;
	width: 1170px;
}

#vertLine {
	content: '';
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #C0C0C0;
	padding-bottom: 19px;
}
#vertLine:last-child {
	visibility: hidden;
	padding-bottom: 0;
}
#vertLine2 {
	content: '';
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #C0C0C0;
	padding-bottom: 13px;
}
#vertLine2:last-child {
	visibility: hidden;
	padding-bottom: 0;
}
#vertLine3 {
	content: '';
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #C0C0C0;
	padding-bottom: 19px;
	margin-top: 20px;
}
#vertLine3:last-child {
	visibility: hidden;
	padding-bottom: 0;
}
#spLine-im {
	content: '';
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #C0C0C0;
	padding-bottom: 19px;
}
#spLine-im:last-child {
	visibility: hidden;
	padding-bottom: 0;
}
#spLine-pp3 {
	content: '';
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #C0C0C0;
	padding-bottom: 13px;
}
#spLine20top {
	content: '';
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #C0C0C0;
	margin: 20px 0 19px;
}



#articoli-prima-pagina {
	float: left;
}
#articoli-prima-pagina section {
	display: grid;
  grid-template-columns: 589px 240px;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "prima-pagina-primo-articolo box-prima-pagina-articoli-a-seguire";
}
.articoli-prima-pagina {
	width: 829px;
	float: left;
	border-top: 2px solid #0466c8;
	padding-top: 20px;
	/*position: relative;*/
}
.articoli-prima-pagina .prima-pagina-primo-articolo {
	width: 589px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #C0C0C0;
	display: flex;
	flex-direction: column;
}





.prima-pagina-primo-articolo .featured_image_description,
.prima-pagina-articoli-a-seguire .featured_image_description,
#contenitore-articoli-prima-pagina3 .featured_image_description,
.articoli-prima-pagina-3 .featured_image_description,
.articoli-prima-pagina-3-a-seguire .featured_image_description,
.blocco-centrale2-2-primo-articolo .featured_image_description,
.bc-layoutcat1-articolo1 .featured_image_description,
.modulo1170-primo-articolo .featured_image_description,
.modulo1170-articoli-a-seguire .featured_image_description,
.layout2-prima-pagina-primo-articolo .featured_image_description,
.layout2-prima-pagina-articoli-a-seguire .featured_image_description,
.prima-pagina-primo-articolo-layout3 .featured_image_description,
.prima-pagina-articoli-a-seguire-layout3 .featured_image_description,
.prima-pagina-primo-articolo-layout4 .featured_image_description,
.prima-pagina-articoli-a-seguire-layout4 .featured_image_description,
.prima-pagina3-layout4 .featured_image_description,
.primo-articolo-layout5 .featured_image_description,
.prima-pagina3-layout5 .featured_image_description {
	position: absolute;
	bottom: 0%;
	right: 0%;
	font-size: 12px;
	color: #333;
	border-bottom: unset;
	float: none;
	width: unset;
	background-color: #fff;
	padding: 0 5px;
	border: 1px solid #333;
}
.prima-pagina-primo-articolo figure,
.prima-pagina-articoli-a-seguire figure,
#contenitore-articoli-prima-pagina3 figure,
.articoli-prima-pagina-3 figure,
.articoli-prima-pagina-3-a-seguire figure,
.blocco-centrale2-2-primo-articolo figure,
.bc-layoutcat1-articolo1 figure,
.modulo1170-primo-articolo figure,
.modulo1170-articoli-a-seguire figure,
.layout2-prima-pagina-primo-articolo figure,
.layout2-prima-pagina-articoli-a-seguire figure,
.prima-pagina-primo-articolo-layout3 figure,
.prima-pagina-articoli-a-seguire-layout3 figure,
.prima-pagina-primo-articolo-layout4 figure,
.prima-pagina-articoli-a-seguire-layout4 figure,
.prima-pagina3-layout4 figure,
.primo-articolo-layout5 figure,
.prima-pagina3-layout5 figure {
	float: left;
	position: relative;
}











.prima-pagina-primo-articolo .primo-articolo {
	text-align: center;
}
.prima-pagina-primo-articolo h3.entry-title {
	float: left;
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	font-family: 'Oswald';
	padding: 0;
	margin: 7px 0 0 0;
	line-height: 1.2;
	text-align: center;
}
.prima-pagina-primo-articolo h10.entry-title {
	margin-bottom: 5px;
	line-height: 1;
	float: left;
	width: 100%;
}
.prima-pagina-primo-articolo .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.prima-pagina-primo-articolo .entry-content {
	float: left;
	width: 100%;
}
.prima-pagina-primo-articolo .entry-content {
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
}
.prima-pagina-primo-articolo h3.entry-title a {
	color: #333333;
}
.prima-pagina-primo-articolo h3.entry-title a:hover {
	color: #0466c8;
}
.single-articlepp.clearfix {
	height: 658px;
	position: relative;
}


.layout2-grid-container {
  display: grid;
  grid-template-columns: 320px 509px;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "layout2-editoriale layout2-prima-pagina-primo-articolo";
	margin-top: 20px;
}

.layout2-editoriale {
	grid-area: layout2-editoriale;
	padding-right: 20px;
	border-right: 1px solid #c0c0c0;
}

.layout2-prima-pagina-primo-articolo {
	grid-area: layout2-prima-pagina-primo-articolo;
	text-align: center;
}
.layout2-prima-pagina-primo-articolo img {
	/*width: 530px;
	height: 312px;*/
	margin-bottom: 0;
}
#layout2-articoli-prima-pagina section {
	margin-left: 20px;
}




.layout2a-grid-container {
  display: grid;
  grid-template-columns: 279px 550px;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "layout2a-editoriale layout2a-prima-pagina-primo-articolo";
	margin-top: 20px;
}
.layout2a-editoriale {
	grid-area: layout2a-editoriale;
	padding-right: 20px;
	border-right: 1px solid #c0c0c0;
}
.layout2a-prima-pagina-primo-articolo {
	grid-area: layout2a-prima-pagina-primo-articolo;
	text-align: center;
}
#layout2a-articoli-prima-pagina section {
	margin-left: 20px;
}
.layout2-prima-pagina-primo-articolo {
	border-bottom: 1px solid #c0c0c0;
}



.editoriale-entry-content {
  margin-top: 13px;
}
.editoriale-entry-content img {
  display: none;
}
.editoriale-entry-content iframe {
  display: none;
}
.editoriale-entry-content p {
  text-align: center !important;
	margin-bottom: unset !important;
	font-size: 14px !important;
}
.editoriale-foto {
  margin: 10px 0;
}
.editoriale-foto img {
  margin-bottom: unset;
}
.editoriale-titolo {
  font-weight: bold;
	text-transform: uppercase;
	color: #aa2222;
}
#layout2-editoriale-prima-pagina .below-entry-meta {
	font-style: italic;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title a {
	color: #333333;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title a:hover {
	color: #0466c8;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content .entry-content {
	float: left;
	width: 100%;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content .entry-content p {
	font-size: 14px;
	margin-bottom: 20px;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content .below-entry-meta {
	float: left;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title a {
	color: #333333;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title a:hover {
	color: #0466c8;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title {
	float: left;
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	font-family: 'Oswald';
	padding: 10px 0 5px;
	line-height: 1.2;
	text-align: center;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content h10.entry-title {
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h11.entry-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0;
	float: left;
	margin-top: 5px;
	text-align: left;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title a {
	color: #333333;
	overflow: hidden;
	/*display: block;*/
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title a:hover {
	color: #0466c8;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content figure {
	width: 254px;
	height: 149px;
	float: left;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	float: left;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content .entry-content {
	float: left;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
	text-align: justify;
	margin-top: 5px;
}






.articoli-prima-pagina .prima-pagina-articoli-a-seguire {
	width: 220px;
	float: right;
	margin-left: 20px;
	/*border-left: 1px solid #C0C0C0;
	padding-left: 20px;*/
	padding-bottom: 20px;
}
.articoli-prima-pagina .prima-pagina-articoli-a-seguire:nth-last-child(2) {
	padding-bottom: 0;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix.articoli-a-seguire .article-content {
	/*padding-top: 1px;*/
	float: left;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix.articoli-a-seguire .article-content img {
	margin-bottom: 0;
}
.articoli-prima-pagina .prima-pagina-articoli-a-seguire .single-article.clearfix.articoli-a-seguire {
	/*border-top: 2px solid #0466c8;*/
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	float: left;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h11.entry-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title {
	/*font-family: 'Lucida Bright';*/
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	/*padding-top: 5px;*/
	padding-bottom: 0;
	/*border-top: 2px solid #0466c8;*/
	/*border-bottom: 1px solid #326667;*/
	float: left;
	margin-top: 5px;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content .entry-content {
	float: left;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
	overflow: hidden;
	text-align: justify;
	margin-top: 5px;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix:nth-child(2) .article-content .entry-content p {
	margin-bottom: 0px;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title a {
	color: #333333;
	max-height: 59px;
	overflow: hidden;
	/*display: block;*/
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content figure {
	width: 220px;
	height: 129px;
	/*margin-bottom: 5px;*/
	float: left;
}


h10 {
	font-size: 15px;
	/*font-weight: bold;*/
	line-height: 1.2;
	text-transform: uppercase;
	padding-bottom: 0;
}
h11 {
	font-size: 13px;
	font-family: 'Oswald';
	/*font-weight: bold;*/
	line-height: 1.2;
	color: #0466c8;
	text-transform: uppercase;
}

#articoli-prima-pagina2 {
	/*width: 321px;*/
	/*width: 300px;*/
	float: right;
	/*border-left: 1px solid #C0C0C0;*/
	padding-left: 20px;
}


.prima-pagina2 {
	/*margin-bottom: 20px;*/
}
.prima-pagina2:nth-last-child(2) {
	margin-bottom: 0px;
}
.notaio {
	float: left;
	width: 300px;
	border-left: 1px solid #0466c8;
	border-right: 1px solid #0466c8;
	border-bottom: 1px solid #0466c8;
	margin-bottom: 20px;
}
.notaio .contatto {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.notaio .contatto img {
	margin-bottom: 0px;
}
.notaio .notaiotesto {
	margin: 0 20px;
}
.notaio .notaiotesto p {
	font-size: 13px;
	border-bottom: 1px solid #0466c8;
	padding-bottom: 10px;
}


.articoli-prima-pagina2 {
	float: left;
}
.articoli-prima-pagina2 .titolo-prima-pagina2 {
	float: left;
	width: 100%;
	border-bottom: 2px solid #0466c8;
}
.articoli-prima-pagina2 .titolo-prima-pagina2 p {
	font-family: 'Oswald';
	font-size: 20px;
	font-weight: 400;
	color: #0466c8;
	margin-bottom: 5px;
}
.prima-pagina2-articoli {
	float: left;
	margin-top: 15px;
}
.prima-pagina2-articolo {
	float: left;
	margin-bottom: 20px;
}
.prima-pagina2-articolo:nth-last-child(2) {
	margin-bottom: 0;
}
.prima-pagina2 h3.entry-title {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	/*padding-top: 5px;*/
	padding-bottom: 0;
	/*border-top: 2px solid #0466c8;*/
	/*border-bottom: 1px solid #326667;*/
}
.prima-pagina2 h3.entry-title a {
	color: #333333;
}
.prima-pagina2 h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina2-articolo span.posted-on {
	font-size: 12px;
	font-style: italic;
	margin-top: 3px;
}
.prima-pagina2-articolo-layout4 .posted-on {
	font-size: 12px;
	font-style: italic;
}
.prima-pagina2-articolo-layout1 {
	float: left;
	margin-bottom: 20px;
}
.prima-pagina2-articolo-layout1 img {
	margin-bottom: 0;
}
.prima-pagina2-articolo-layout1 figure {
	float: left;
}
.prima-pagina2-articolo-layout1 h11.entry-title {
	float: left;
	/*width: 230px;*/
	width: 300px;
	/*margin-left: 10px;*/
	font-size: 13px;
	font-family: 'Oswald';
	line-height: 1.2;
	text-transform: uppercase;
	color: #0466c8;
}
.prima-pagina2-articolo-layout1 h3.entry-title a {
	float: left;
	/*width: 230px;*/
	width: 300px;
	margin: 5px 0 0 0;
	font-size: 16px;
	font-family: 'Oswald';
	color: #333;
}
.prima-pagina2-articolo-layout1 h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina2-articolo-layout1 .posted-on {
	float: left;
	/*width: 230px;*/
	width: 300px;
	margin: 3px 0 0 0;
	font-size: 12px;
	font-style: italic;
}


#contenitore-articoli-prima-pagina3 {
	width: 263px;
	float: left;
	margin-right: 20px;
	/*border-top: 2px solid #0466c8;*/
}
#contenitore-articoli-prima-pagina3:nth-child(3n+3) {
	margin-right: 0px;
}
#articoli-prima-pagina3 {
	width: 829px;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #C0C0C0;
	padding-top: 10px;
}
.prima-pagina3 {
	/*width: 269px;*/
	width: 263px;
	float: left;
	/*margin-right: 21px;*/
	/*margin-right: 20px;*/
}
.prima-pagina3:nth-child(3n+3) {
	/*width: 269px;*/
	/*width: 263px;
	float: left;
	margin-right: 0px;*/
}
.prima-pagina3 figure {
	width: 263px;
	height: 155px;
	margin-bottom: 0;
}
.prima-pagina3 img {
	margin-bottom: 0;
}
.prima-pagina3 h3.entry-title {
	float: left;
	/*font-family: 'Lucida Bright';*/
	/*height: 62px;*/
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	padding-bottom: 0;
	/*border-top: 2px solid #0466c8;*/
	/*border-bottom: 1px solid #326667;*/
}
.prima-pagina3 h3.entry-title a {
	color: #333333;
}
.prima-pagina3 h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina3 h3.entry-title a.secondotitolo {
	color: #aa2222;
}
.prima-pagina3 h3.entry-title a.secondotitolo:hover {
	color: #0466c8;
}
#contenitore-articoli-prima-pagina3 .prima-pagina3 figure {
	/*padding-top: 4px;*/
}
.prima-pagina3 .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	float: left;
}
.prima-pagina3 .entry-content {
	float: left;
}
.prima-pagina3 .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	/*max-height: 65px;*/
	overflow: hidden;
	text-align: justify;
	margin-top: 5px;
}




.articoli-prima-pagina-layout3 {
	width: 829px;
	float: left;
	border-top: 2px solid #0466c8;
	padding-top: 20px;
}
.articoli-prima-pagina-layout3 .prima-pagina-primo-articolo-layout3 {
	width: 829px;
	float: left;
}
.prima-pagina-primo-articolo-layout3 .single-article.clearfix.primo-articolo-layout3 {
	text-align: center;
}
.prima-pagina-primo-articolo-layout3 h3.entry-title {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
}
/*.prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title {
	font-size: 36px;
	font-weight: 400;
	font-family: 'Oswald';
	padding: 0 0 5px;
	margin-bottom: 10px;
	line-height: 1.1;
	text-align: center;
}*/
.prima-pagina-primo-articolo-layout3 .single-article.clearfix .article-content .below-entry-meta {
	float: left;
	width: 100%;
	margin: 5px 0;
	font-size: 12px;
	font-style: italic;
}
.prima-pagina-primo-articolo-layout3 .single-article.clearfix .article-content img {
	/*width: 829px;
	height: 487px;*/
	margin-bottom: 0;
}

.prima-pagina-primo-articolo-layout3 .single-article.clearfix .article-content .entry-content p {
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
}
.prima-pagina-primo-articolo-layout3 .single-article.clearfix .article-content h3.entry-title a {
	color: #333333;
	font-size: 34px;
}
.prima-pagina-primo-articolo-layout3 .single-article.clearfix .article-content h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content figure {
	float: left;
	width: 300px;
	height: 176px;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content h3.entry-title a {
	color: #333333;
	max-height: 59px;
	overflow: hidden;
	/*display: block;*/
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content h11.entry-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content h3.entry-title {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0;
	float: left;
	margin-top: 5px;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content .entry-content {
	float: left;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
	/*max-height: 72px;
	overflow: hidden;*/
	text-align: justify;
	margin-top: 5px;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content .below-entry-meta {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}




.box-layout6 {
	float: left;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.box-layout6:last-child {
	float: left;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#articolo-prima-pagina-layout5 {
	float: left;
}
.articoli-prima-pagina-layout5 {
	width: 1170px;
	/*display: flex;
	justify-content: space-between;*/
}
.prima-pagina-primo-articolo-layout5 {
	width: 575px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.prima-pagina-primo-articolo-layout5:last-child {
	margin-right: 0;
}
.primo-articolo-layout5 .article-content iframe {
	width: 575px;
	height: 338px;
}
.primo-articolo-layout5 h10.entry-title {
	color: #0466c8;
	float: left;
	width: 100%;
	line-height: 1;
}
.primo-articolo-layout5 h3.entry-title {
	font-size: 30px;
	padding-bottom: 7px;
	float: left;
	width: 100%
}
.primo-articolo-layout5 h3.entry-title a {
	color: #333;
}
.primo-articolo-layout5 h3.entry-title a:hover {
	color: #0466c8;
}
.primo-articolo-layout5 h3.entry-title a.secondotitolo-layout5 {
	color: #aa2222;
}
.primo-articolo-layout5 h3.entry-title a.secondotitolo-layout5:hover {
	color: #0466c8;
}
.primo-articolo-layout5 figure {
	float: left;
	margin: 5px 0 10px;
}
.primo-articolo-layout5 .below-entry-meta {
	float: left;
	width: 100%;
	font-size: 12px;
	font-style: italic;
}
.primo-articolo-layout5 .entry-content {
	float: left;
	width: 100%;
}
.primo-articolo-layout5 .entry-content p {
	font-size: 14px;
	margin-top: 5px;
}
spanx.barretta-layout5 {
	color: #333;
	font-size: 30px;
}

#articoli-prima-pagina3-layout5 {
	float: left;
	width: 1170px;
	/*margin-top: 20px;*/
	border-top: 1px solid #c0c0c0;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}
#contenitore-articoli-prima-pagina3-layout5 {
	float: left;
	width: 198px;
	/*margin-right: 20px;*/
}
/*#contenitore-articoli-prima-pagina3-layout5:last-child {
	margin-right: 0;
}*/
.prima-pagina3-layout5 {
	float: left;
	width: 198px;
}
.prima-pagina3-layout5 h3.entry-title {
	float: left;
	font-size: 16px;
	margin-top: 5px;
	padding-bottom: 0;
}
.prima-pagina3-layout5 h3.entry-title a {
	color: #333;
}
.prima-pagina3-layout5 h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina3-layout5 .below-entry-meta {
	font-size: 12px;
	font-style: italic;
}
.prima-pagina3-layout5 .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
}
.prima-pagina3-layout5 h3.entry-title a.secondotitolo-layout5 {
	color: #aa2222;
}
.prima-pagina3-layout5 h3.entry-title a.secondotitolo-layout5:hover {
	color: #0466c8;
}
.prima-pagina3-layout5 .entry-content {
	float: left;
}





.articoli-prima-pagina-layout7 {
	width: 850px;
	float: left;
}
.prima-pagina-primo-articolo-layout7 .single-article.clearfix .article-content img {
	margin-bottom: 0;
}



.articoli-prima-pagina-layout4 {
	width: 829px;
	float: left;
}
.articoli-prima-pagina-layout4 .prima-pagina-primo-articolo-layout3 {
	width: 829px;
	float: left;
}
.prima-pagina-primo-articolo-layout4 .single-article.clearfix.primo-articolo-layout4 {
	text-align: center;
}
.prima-pagina-primo-articolo-layout4 h10.entry-title {
	float: left;
	width: 100%;
	line-height: 1;
	margin-bottom: 5px;
}
.prima-pagina-primo-articolo-layout4 h3.entry-title {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding-bottom: 5px;
}
.prima-pagina-primo-articolo-layout4 .single-article.clearfix .article-content .below-entry-meta {
	float: left;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	margin: 5px 0;
}
.prima-pagina-primo-articolo-layout4 .single-article.clearfix .article-content img {
	/*width: 829px;
	height: 487px;*/
	margin-bottom: 0;
}

.prima-pagina-primo-articolo-layout4 .single-article.clearfix .article-content .entry-content p {
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
}
.prima-pagina-primo-articolo-layout4 .single-article.clearfix .article-content h3.entry-title a {
	color: #333333;
	font-size: 34px;
}
.prima-pagina-primo-articolo-layout4 .single-article.clearfix .article-content h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content figure {
	float: left;
	width: 300px;
	height: 176px;
}
.prima-pagina-articoli-a-seguire-layout7 {
	float: left;
	height: 240px;
}
.prima-pagina-articoli-a-seguire-layout7 h3.entry-title {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 5px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0;
}
.prima-pagina-articoli-a-seguire-layout7 .entry-title a {
	color: #333;
}
.prima-pagina-articoli-a-seguire-layout7 .entry-title a:hover {
	color: #0466c8;
}
.article-content-7b {
	overflow: hidden;
	height: 240px;
}
.prima-pagina-articoli-a-seguire-layout7 span.posted-on {
	font-style: italic;
	font-size: 11px;
	float: left;
	margin-top: 3px;
}
a.secondotitolo-layout-7 {
	color: #aa2222 !important;
}
a.secondotitolo-layout-7:hover {
	color: #0466c8 !important;
}
.article-content-7b h11.entry-title {
	float: left;
	margin-bottom: 3px;
}



.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content h3.entry-title a {
	color: #333333;
	max-height: 59px;
	/*overflow: hidden;
	display: block;*/
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content h11.entry-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content h3.entry-title {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0;
	float: left;
	margin-top: 5px;
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content .entry-content {
	float: left;
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
	/*max-height: 72px;
	overflow: hidden;*/
	text-align: justify;
	margin-top: 5px;
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content .below-entry-meta {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}
#articoli-prima-pagina3-layout4 {
	width: 1170px;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #C0C0C0;
	padding-top: 10px;
}
#contenitore-articoli-prima-pagina3-layout4 {
	width: 270px;
	float: left;
	margin-right: 20px;
}
#contenitore-articoli-prima-pagina3-layout4:nth-child(3n+3) {
	margin-right: 0px;
}
.prima-pagina3-layout4 {
	width: 270px;
	float: left;
}
.prima-pagina3-layout4 img {
	/*width: 270px;
	height: 159px;*/
	margin-bottom: 0;
}
.prima-pagina3-layout4 h3.entry-title {
	float: left;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	padding-bottom: 0;
}
.prima-pagina3-layout4 h3.entry-title a {
	color: #333333;
}
.prima-pagina3-layout4 h3.entry-title a:hover {
	color: #0466c8;
}
.prima-pagina3-layout4 h3.entry-title a.secondotitolo {
	color: #aa2222;
}
.prima-pagina3-layout4 h3.entry-title a.secondotitolo:hover {
	color: #0466c8;
}
.prima-pagina3-layout4 .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}
.prima-pagina3-layout4 .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	text-align: justify;
	margin-top: 5px;
}
.prima-pagina2-articoli-layout4 {
	float: left;
	margin-top: 7px;
	width: 1170px;
	display: flex;
	justify-content: space-between;
}
.prima-pagina2-articolo-layout4 {
	width: 277px;
	margin-bottom: 0;
}
.prima-pagina2-articolo-layout4 figure {
	float: left;
	width: 57px;
	height: 57px;
	margin: 7px 7px 0 0;
}
.prima-pagina3-layout4 .entry-content {
	float: left;
}





#adv {
	float: left;
	display: block;
	margin-bottom: 20px;
	/*text-align: center;*/
}
#adv2 {
	float: left;
	display: block;
	margin: 10px 0;
}
#adv3 {
	float: left;
	display: block;
	margin-top: 10px;
}
#adv-layout4 {
	float: right;
	display: block;
	margin-bottom: 20px;
	/*text-align: center;*/
	max-width: 300px;
}
#adv250 {
	/*float: left;
	display: block;
	margin-bottom: 20px;*/
	/*text-align: center;*/
}
#advnb {
	float: left;
	display: block;
	/*margin-bottom: 20px;*/
	/*text-align: center;*/
}
#advtext {
	/*float: left;*/
	display: block;
	/*width: 100%;*/
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
	height: 20px;
}
#advtext568 {
	float: left;
	display: block;
	width: 568px;
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
}
#advtext728 {
	margin: 0 auto;
	display: block;
	width: 728px;
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
}
.banner300x250 {
	/*width: 300px;
	height: 250px;*/
	float: left;
}
.banner1170x140 {
	width: 1170px;
	/*height: 140px;*/
	float: left;
}
.banner1170x140 img {
	margin-bottom: unset;
}
#advpp {
	margin-top: auto;
	text-align: center;
}
#advpp2 {
	float: left;
	margin-bottom: 20px;
}
#advpp5 {
	float: left;
	width: 1170px;
	text-align: center;
	margin-bottom: 10px;
}
.banner-prima-pagina {
	/*width: 568px;
	height: 40px;*/
	float: left;
	width: 100%;
}
.banner-prima-pagina-7 {
	float: left;
	width: 100%;
	margin-top: 7px;
	height: 110px;
}
/*.banner568x40 img {
	margin-bottom: 0;
}*/
.banner728x90 {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
.banner728x90 img {
	margin-bottom: 0;
}
.banner250x250-2 img {
	margin-bottom: 0;
}
#advl {
	float: left;
	display: block;
	/*margin-bottom: 20px;*/
	/*text-align: center;*/
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding-top: 10px;
	padding-bottom: 20px;
}




#adv-header {
	float: left;
	width: 1170px;
	margin: 10px 20px 10px;
	text-align: center;
	padding: 0 0 20px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#adv-middle {
	float: left;
	width: 1170px;
	margin: 20px 0;
	text-align: center;
	padding: 0 0 13px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
.adv-header {
	width: 1170px;
	height: 118px;
	margin: 0 auto;
}
.adv-header2 {
	width: 1170px;
	margin: 0 auto;
}
#adv-footer {
	float: left;
	width: 1170px;
	margin: 10px 20px 10px;
	text-align: center;
	padding: 0 0 20px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#adv-header-top {
	width: 1210px;
	margin: -20px auto 0;
	/*text-align: center;*/
	/*padding: 0 0 20px;*/
	padding: 0;
}
#banner-sotto-menu {
	float: left;
	width: 1170px;
	margin: 0 auto 20px;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
}
#banner-mediano {
	float: left;
	width: 1170px;
	margin: 20px 0;
	text-align: center;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#adv-body-categorie {
	float: left;
	width: 1170px;
	margin: 0 0 20px;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
}
.Banner1-1170x250 {
	width: 1170px;
	padding-bottom: 20px;
	text-align: center;
	float: left;
}
.Banner-1170x250 {
	float: left;
	width: 1170px;
}
.Banner1a-1170x250 {
	width: 1170px;
	text-align: center;
	float: left;
}
/*.Banner1-1170x250 img {
	margin-bottom: unset;
}*/
.Banner2-1170x250 {
	width: 1170px;
	padding: 0;
	text-align: center;
	float: left;
}
.Banner3-1170x250 {
	width: 1170px;
	padding: 0;
	text-align: center;
	float: left;
}
.Banner1-articolo-1170x250 {
	width: 1170px;
	padding-bottom: 15px;
	text-align: center;
	float: left;
}


.Banner-Mediano-Alto-1170x250 {
	/*float: left;*/
	padding-bottom: 20px;
}
.Banner-Mediano-Basso-1170x250 {
	float: left;
	/*padding-bottom: 20px;*/
}
.Banner-Mediano-Basso2-1170x250 {
	float: left;
	/*padding-bottom: 20px;*/
}

#Banner-Esterno-Sinistra {
	width: 160px;
	position: fixed;
	margin-left: -163px;
	margin-top: 110px;
}
#Banner-Esterno-Destra {
	width: 160px;
	position: fixed;
	margin-left: 1213px;
	margin-top: 110px;
}


/*.Banner2-1170x250 img {
	margin-bottom: unset;
}*/
.Banner2-1170x250-single-post {
	width: 1170px;
	/*padding: 0 0 20px;*/
	text-align: center;
	float: left;
	/*margin-top: 20px;*/
}
.Banner2-1170x250-single-post img {
	margin-bottom: unset;
}
.Banner2-1170x250-line-bottom {
	border-bottom: 1px solid #c0c0c0;
	margin-top: 20px;
}
.SinglePost-ContentTop1-771x90 {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.SinglePost-ContentTop2-771x90 {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.SinglePost-ContentTop-771x90 img {
	margin-bottom: unset;
}
.SinglePost-ContentBottom1-771x90 {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	float: left;
}
.SinglePost-ContentBottom2-771x90 {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	float: left;
}
.SinglePost-ContentBottom-771x90 img {
	margin-bottom: unset;
}





.Header-Top-1170x130 {
	width: 1170px;
}
.Header-Top-1170x130 img {
	margin-bottom: unset;
}


.PP-Top1-1170x250 {
	width: 1170px;
	padding-bottom: 20px;
}
.PP-Top1-1170x250 img {
	margin-bottom: unset;
}
.PP-Top2-1170x250 {
	width: 1170px;
	padding: 0 0 20px;
}
.PP-Top2-1170x250 img {
	margin-bottom: unset;
}
.PP-Bottom1-1170x250 {
	width: 1170px;
	padding-bottom: 20px;
}
.PP-Bottom1-1170x250 img {
	margin-bottom: unset;
}
.Body-Top1-Categorie-1170x250 {
	width: 1170px;
	padding-bottom: 20px;
}
.Body-Top1-Categorie-1170x250 img {
	margin-bottom: unset;
}


.Header-SB-Right-300x250 {
	width: 300px;
}
.Header-SB-Right-300x250 img {
	margin-bottom: unset;
}
.Footer-Top-1170x250 {
	width: 1170px;
	float: left;
}
.Footer-Top-1170x250 img {
	margin-bottom: unset;
}



.Banner-Sopra-Testata {
	text-align: center;
}
.Banner-Footer {
	text-align: center;
}

.Sidebar-Box01-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box02-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box03-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box04-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box05-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box06-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box07-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box08-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box09-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box10-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box11-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.Sidebar-Box12-300x600 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}



#lineagrigia {
	height: 20px;
	border-bottom: 1px solid #c0c0c0;
}
#lineagrigia2 {
	border-bottom: 1px solid #c0c0c0;
	margin-top: 20px;
}

.Ultimi-5-post-singlepage {
	width: 1170px;
	/*margin-bottom: 10px;*/
	/*padding-top: 7px;*/
	/*border-top: 1px solid #c0c0c0;*/
	border-bottom: 1px solid #c0c0c0;
	float: left;
}
.Ultimi-5-post-singlepage ul {
	display: flex;
	justify-content: space-between;
}
.Ultimi-5-post-singlepage li {
	width: 218px;
}
.Ultimi-5-post-singlepage img {
	margin-bottom: 6px;
}
.Ultimi-5-post-singlepage h3.entry-title {
	font-family: 'Oswald';
	font-size: 16px;
	padding-bottom: 12px;
}
.Ultimi-5-post-singlepage a {
	color: #333;
}
.Ultimi-5-post-singlepage a:hover {
	color: #0466c8;
}
.Ultimi-5-post-singlepage h11.entry-title {
	float: left;
}
.articoli-in-evidenza {
	border-bottom: 2px solid #0466c8;
	margin-bottom: 14px;
	font-family: 'Oswald';
	color: #0466c8;
}


/*img[data-lazyloaded] {
    opacity: 0;
}
img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}*/



/*.booked-weather-160x36-right img {
    width: 73px !important;
		height: 12px !important;
}
.booked-weather-120x100-bottom img {
	width: 73px !important;
	height: 12px !important;
}*/


/* BLOCCO CENTRALE CONTENT AREA
----------------------------------------------- */
#blocco-centrale {
	float: left;
	width: 1170px;
	/*margin-bottom: 20px;*/
}

#contenuto-blocco-centrale {
	float: left;
	width: 1170px;
	/*padding-top: 20px;*/
}
#blocco-centrale-left {
	float: left;
	width: 472px;
}
#blocco-centrale-center {
	float: left;
	width: 357px;
	border-left: 1px solid #C0C0C0;
	padding-left: 20px;
}
.blocco-centrale-center {
	float: left;
	width: 337px;
}
.blocco-centrale-center-centrale2 {
	background-color: #F9EAD2;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	width:337px;
}
#articoli-blocco-centrale-1 {
	float: left;
	width: 452px;
}
#articoli-blocco-centrale-1-bottom {
	float: left;
	width: 452px;
	/*padding: 10px 0;*/
/*########################*/
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #c0c0c0;
}
#articoli-blocco-centrale-1-bottom-left {
	float: left;
	width: 180px;
	padding-right: 20px;
/*########################*/
	margin: auto 0;
	height: 638px;
}
.banner160x600 {
	/*width: 160px;
	height: 600px;*/
}
.banner160x600 img {
	/*width: 160px;
	height: 600px;
	margin-bottom: 0;*/
}
#articoli-blocco-centrale-1-bottom-right {
	float: right;
	width: 272px;
}

.blocco-centrale1 {
	float: left;
	width: 452px;
}
.blocco-centrale1 img {
	/*width: 452px;
  height: 266px;*/
	margin-bottom: 0;
}
/*.blocco-centrale1 h11.entry-title {
	float: left;
	width: 100%;
}*/
.blocco-centrale1 h11.entry-title {
	font-size: 13px;
	/*font-weight: bold;*/
	line-height: 1.2;
	color: #0466c8;
	text-transform: uppercase;
}



.blocco-centrale1 h3.entry-title {
	/*font-family: 'Oswald';
	font-size: 24px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 10px;*/
}
.articoli-prima-pagina-3 .blocco-centrale1 h3.entry-title {
	float: left;
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: 400;
	margin: 5px 0;
	padding-bottom: 0;
}
.blocco-centrale1 h3.entry-title a {
	color: #333333;
}
.blocco-centrale1 h3.entry-title a:hover {
	color: #0466c8;
}
.blocco-centrale1 h3.entry-title a.secondotitolo {
	color: #aa2222;
}
.blocco-centrale1 h3.entry-title a.secondotitolo:hover {
	color: #0466c8;
}
.blocco-centrale1 figure {
	float: left;
}
.blocco-centrale1 .below-entry-meta {
	float: left;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}
.blocco-centrale1 .entry-content {
	float: left;
	width: 100%;
}
.blocco-centrale1 .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 20px;
}
.articoli-prima-pagina-3-a-seguire .blocco-centrale1 .entry-content p:nth-last-child(2) {
	margin-bottom: 0;
}

.articoli-prima-pagina-3 {
	float: left;
	/*border-top: 2px solid #0466c8;*/
}
.articoli-prima-pagina-3-a-seguire {
	float: right;
	/*margin-right: 20px;*/
	width: 272px;
	/*border-top: 2px solid #0466c8;*/
}
.articoli-prima-pagina-3-a-seguire .blocco-centrale1 {
	float: left;
	width: 272px;
	padding-top: 1px;
}
.articoli-prima-pagina-3-a-seguire .blocco-centrale1 h3.entry-title {
	float: left;
	width: 100%;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	padding-bottom: 0;
}
.articoli-prima-pagina-3-a-seguire .blocco-centrale1 img {
	/*width: 272px;
  height: 160px;*/
	margin-bottom: 0;
}
#advtext160 {
	/*float: : left;*/
	display: block;
	width: 160px;
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
}


#articoli-blocco-centrale2  {
	float: left;
}
#titolo-articoli-blocco-centrale2  {
	margin-bottom: 20px;
	border-bottom: 2px solid #0466c8;
}
.singoli-articoli-blocco-centrale2  {
	float: left;
	margin-bottom: 20px;
}
.singoli-articoli-blocco-centrale2:nth-last-child(2)  {
	margin-bottom: 0;
}
.articoli-blocco-centrale2  {
	float: left;
}
#titolo-articoli-blocco-centrale2 p   {
	font-family: 'Oswald';
	font-size: 26px;
	font-weight: 400;
	color: #0466c8;
	margin-bottom: 5px;
}
.blocco-centrale2 {
	float: left;
	width: 296px;
	/*border-top: 2px solid #0466c8;*/
	margin-bottom: 20px;
}
.blocco-centrale2:last-child {
	margin-bottom: 0;
}
.blocco-centrale2 img {
	/*width: 120px;
  height: 95px;*/
	float: right;
	/*margin-top: 8px;*/
	margin-bottom: 0;
}
.blocco-centrale2 h3.entry-title {
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	width: 176px;
	margin-top: 5px;
	padding-bottom: 0;
	float: left;
	padding-right: 5px;
	/*border-top: 2px solid #0466c8;*/
}
.blocco-centrale2 h3.entry-title a {
	color: #333333;
	max-height: 77px;
	overflow: hidden;
	display: block;
}
.blocco-centrale2 h3.entry-title a:hover {
	color: #0466c8;
}
.blocco-centrale2 .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	float: left;
	width: 176px;
	padding-right: 5px;
}
/*.blocco-centrale-center h11.entry-title {
	float: left;
	width: 176px;
	padding-right: 5px;
}*/
.blocco-centrale-center h11.entry-title {
	font-size: 13px;
	line-height: 1.2;
	color: #0466c8;
	text-transform: uppercase;
	float: left;
	margin-bottom: 3px;
}


.entry-title-speciali {
	margin-top: 12px;
	padding-bottom: 10px;
}
h3.entry-title-speciali a {
	color: #aa2222;
}


.blocco-centrale2-2-primo-articolo {
	float: left;
	width: 336px;
	/*border-top: 2px solid #0466c8;*/
	/*padding-top: 8px;*/
	/*margin-bottom: 20px;*/
}
/*.blocco-centrale2-2-primo-articolo:last-child {
	margin-bottom: 0;
}*/
.blocco-centrale2-2-primo-articolo img {
	/*width: 336px;
  height: 198px;*/
	float: left;
	margin-top: 2px;
	margin-bottom: 0;
}
.blocco-centrale2-2-primo-articolo h3.entry-title {
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 400;
	width: 336px;
	padding-top: 5px;
	padding-bottom: 0;
	float: right;
	/*padding-left: 5px;*/
	/*border-top: 2px solid #0466c8;*/
}
.blocco-centrale2-2-primo-articolo h3.entry-title a {
	color: #333333;
	max-height: 84px;
	overflow: hidden;
	display: block;
}
.blocco-centrale2-2-primo-articolo h3.entry-title a:hover {
	color: #0466c8;
}
.blocco-centrale2-2-primo-articolo .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.blocco-centrale2-2-primo-articolo .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	float: left;
	text-align: justify;
}
.blocco-centrale2-2-primo-articolo .entry-content {
	float: left;
	margin-top: 5px;
}

.blocco-centrale2-2-articoli-a-seguire {
	float: left;
	width: 336px;
	/*border-top: 2px solid #0466c8;*/
	margin-bottom: 20px;
}
.blocco-centrale2-2-articoli-a-seguire:last-child {
	margin-bottom: 0;
}
.blocco-centrale2-2-articoli-a-seguire img {
	/*width: 140px;
  height: 100px;*/
	float: left;
	/*margin-top: 2px;*/
	margin-bottom: 0;
}
.blocco-centrale2-2-articoli-a-seguire h3.entry-title {
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 400;
	width: 196px;
	/*margin-top: 5px;*/
	padding-bottom: 0;
	float: right;
	padding-left: 5px;
	/*border-top: 2px solid #0466c8;*/
}
.blocco-centrale2-2-articoli-a-seguire h3.entry-title a {
	color: #333333;
	max-height: 84px;
	overflow: hidden;
	display: block;
}
.blocco-centrale2-2-articoli-a-seguire h3.entry-title a:hover {
	color: #0466c8;
}
.blocco-centrale2-2-articoli-a-seguire h11.entry-title {
	width: 196px;
	float: right;
	padding-left: 5px;
	padding-right: 0;
}
.blocco-centrale2-2-articoli-a-seguire .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.blocco-centrale2-2-articoli-a-seguire .entry-content {
	float: left;
	margin-top: 5px;
}
.blocco-centrale2-2-articoli-a-seguire .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	float: left;
	text-align: justify;
}
.blocco-centrale-center .contenitore-articolo {
	float:left;
	padding-bottom: 20px;
}
.blocco-centrale-center .contenitore-articolo:nth-last-child(2) {
	padding-bottom: 0;
}
.blocco-centrale-center .contenitore-articolo2 {
	float: left;
	/*border-top: 2px solid #0466c8;*/
	/*padding-top: 8px;*/
}
.blocco-centrale-center .contenitore-articolo:last-child {
	padding-bottom: 0;
}
.blocco-centrale-center .contenitore-articolo p:last-child {
	margin-bottom: 0;
}


.libri {
	border: 1px solid #0466c8;
	width: 300px;
	float: left;
	background-color: #E9F9FE;
	padding: 20px;
	margin: 10px 0;
}
.libri p {
	font-family: 'Oswald';
	font-size: 26px;
	color: #0466c8;
}
.libri h3 {
	font-size: 18px;
	line-height: 1.2;
}
.libri h3.entry-title a {
	color: #333333;
}
.libri h3.entry-title a:hover {
	color: #0466c8;
}
.libri img {
	margin-bottom: 10px;
}


#blocco-sidebar {
	width: 300px;
	float: left;
}

#blocco-sidebar .titolo-b3 p {
	font-family: 'Oswald';
	font-size: 26px;
	font-weight: 400;
	color: #0466c8;
	margin-bottom: 5px;
}
.titolo-b3 {
	border-bottom: 2px solid #0466c8;
	margin-bottom: 20px;
}
.blocco-sidebar-articoli {
	float: left;
	margin-bottom: 20px;
}
.blocco-sidebar-articoli:nth-last-child(2) {
	margin-bottom: 0;
}
.blocco-sidebar-articoli img {
	/*width: 120px;
	height: 95px;*/
	/*float: left;*/
	float: right;
	/*margin-top: 8px;*/
	margin-bottom: 0;
}
.blocco-sidebar-articoli h11.entry-title {
	float: left;
	width: 100%;
}
.blocco-sidebar-articoli h3.entry-title {
	width: 100%;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 400;
	width: 175px;
	padding-top: 5px;
	padding-bottom: 0;
	/*float: right;
	padding-left: 5px;*/
	float: left;
	/*padding-right: 5px;*/
}
.blocco-sidebar-articoli h3.entry-title a {
	color: #333333;
	max-height: 84px;
	overflow: hidden;
	display: block;
}
.blocco-sidebar-articoli h3.entry-title a:hover {
	color: #0466c8;
}
.blocco-sidebar-articoli .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 3px;
	float: left;
	width: 100%;
}
.blocco-sidebar-articoli .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	float: left;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 0;
}

.blocco-sidebar-articoli figure {
	float: right;
}







.differential-scroll-container {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.differential-scroll-column {
	width: 50%;
	float: left;
}

#dsc1.differential-scroll-column {
	width: 849px;
	float: left;
	padding-right: 20px;
}
#dsc2.differential-scroll-column {
	width: 321px;
	float: right;
  	border-left: 1px solid #C0C0C0;
	padding-left: 20px;
}
#dsc3.differential-scroll-column {
	width: 321px;
	float: right;
  	border-left: 1px solid #0466c8;
	padding-left: 20px;
	margin-bottom: 20px;
}






/*#rubriche {
	float: left;
	width: 452px;
	height: 390px;
	border: 1px solid #0466c8;
	background: #D5F3FE;
}
.titolo-rubriche {
	float: left;
	width: 410px;
	height: 40px;
	font-family: 'Oswald';
	font-size: 30px;
	color: #0466c8;
	margin: 0 20px;
	text-align: center;
	padding-top: 5px;
}
.box-logo {
	width: 410px;
	position: absolute;
	margin: 0 auto;
}
.box-logo img {
	margin-bottom: 0 !important;
}
.box-articolo {
	margin: 0 20px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	margin-top: 110px;
}
.contatto-rubriche {
	width: 410px;
	border-top: 1px solid #0466c8;
	padding-top: 5px;
	font-size: 14px;
	position: absolute;
	margin: 297px 0 0;
}
.contatto-rubriche img {
	margin-top: 3px;
}
.contatto-rubriche-sx {
	float: left;
	margin-left: 20px;
}
.contatto-rubriche-dx {
	float: right;
	margin-right: 20px;
}
.card {
  position: relative;
  width: 410px;
  height: 333px;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 55px;
}*/

#rubriche {
	float: left;
	width: 300px;
	height: 445px;
	border: 1px solid #0466c8;
	background: #e4e4e4;
	margin-bottom: 10px;
}
.titolo-rubriche {
	float: left;
	width: 298px;
	height: 40px;
	font-family: 'Oswald';
	font-size: 30px;
	color: #0466c8;
	margin: 0;
	text-align: center;
	padding-top: 5px;
}
.box-logo {
	width: 280px;
	position: absolute;
	margin: 0 auto;
}
.box-logo img {
	margin-bottom: 0 !important;
}
.box-articolo {
	/*margin: 0 10px;*/
	font-size: 14px;
	text-align: center;
	position: absolute;
	margin-top: 92px;
}
.contatto-rubriche {
	width: 278px;
	text-align: center;
	border-top: 1px solid #0466c8;
	padding-top: 5px;
	font-size: 14px;
	position: absolute;
	margin: 330px 0 0;
}
.contatto-rubriche img {
	margin-top: 3px;
}
.contatto-rubriche-sx {
	margin: 0 auto;
	height: 22px;
}
.contatto-rubriche-dx {
	margin: 0 auto;
	height: 22px;
}
.card {
  position: relative;
  width: 278px;
  height: 420px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 55px;
}







.card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
}
.card_part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translateX( 410px );
  animation: opaqTransition 14s cubic-bezier(0.9, 0.9, 0.9, 0.97) infinite;
  flex-direction: column;
  align-items: flex-start;
}
.card_part.card_part-two {
  z-index: 6;
  animation-delay: 7s;
}
/*.card_part.card_part-three {
  z-index: 5;
  animation-delay: 14s;
}
.card_part.card_part-four {
  z-index: 4;
  animation-delay: 21s;
}*/
@keyframes opaqTransition {
  /*3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -410px ); }
  100% { transform: translateX( -410px ); }*/
  3% { transform: translateX( 0 ); }
  50% { transform: translateX( 0 ); }
  53% { transform: translateX( -410px ); }
  100% { transform: translateX( -410px ); }
}




#rubriche2 {
	float: left;
	width: 300px;
	border: 1px solid #aa2222;
	margin-bottom: 10px;
	padding: 9px
}
#rubriche2 h3.entry-title {
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}
#rubriche2 h3.entry-title a {
	color: #333;
}
#rubriche2 h3.entry-title a:hover {
	color: #0466c8;
}





/*#navbar {
  background-color: #fff;
  width: 1210px;
  height: 60px;
  text-align: center;
  z-index: 99999;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 400;
}
#navbar ul {
  display: inline-block;
  height: 60px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#navbar ul ul {
  display: inline-block;
  height: 60px;
  padding: 0;
}
#navbar li {
  float: left;
	transition-duration: 0.5s;
	position: relative;
	height: 58px;
}
#navbar li a {
  color: #333;
	padding: 11px;
	float: left;
	width: 100%;
	font-size: 16px;
	height: 58px;
	padding: 15px 11px 11px;
}
#navbar ul li a.navbar-top {
	font-size: 18px;
}
#navbar li a:hover {
  color: #fff;
}
#navbar ul li ul li a {
	padding: 7px 11px;
}
.fa-sort-desc {
	vertical-align: top;
	margin-top: 3px;
	margin-left: 5px;
  color: #333;
}
#navbar li:hover,
li:focus-within {
  background: #0466c8;
  cursor: pointer;
}
#navbar li:focus-within a {
  outline: none;
}
#navbar ul li ul {
  background: #C3C3C3;
  visibility: hidden;
  opacity: 0;
  position: absolute;
	margin-top: 58px;
  left: 0;
  display: none;
	margin-left: 0;
}
#navbar ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}
#navbar ul li ul li {
	background: #C3C3C3;
  clear: both;
  width: 100%;
	z-index: 9999;
	padding: 0;
	border-bottom: 1px solid #333;
	text-align: left;
	line-height: 1.3;
	float: left;
}

ul.dropdown {
   height: 35px !important;
}
ul.dropdown li {
   height: 35px !important;
}
ul.dropdown li a {
   height: 35px !important;
}*/

.container-sp {
	width: 1210px;
	height: 40px;
	position: inherit;
	z-index: 1;
	text-align: center;
	font-family: 'Oswald';
}
.main-menu-sp {
	display: inline-flex;
	width: 1170px;
	justify-content: space-around;
  list-style: none;
  margin: auto 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	height: 40px;
}
.main-menu-sp > li {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
/*.main-menu-sp i {
	margin-left: 2px;
}*/
/*.main-menu-sp > li a:not(.active) {
	float: left;
	height: 58px;
	padding: 13px 12px;
	color: #333;
}*/
.main-menu-sp > li a {
	float: left;
	height: 38px;
	padding: 5px 12px;
	color: #333;
}
/*.main-menu-sp > li a:hover:not(.active) {
	background: #0466c8;
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}*/
.main-menu-sp > li a:hover {
	background: #0466c8;
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
/*.main-menu-sp > li:active:not(.active),
.main-menu-sp > li:active:not(.with-submenu-sp){
	background: #0466c8;
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}*/
/*.main-menu-sp .active {
	background: #0466c8;
	color: #fff;
  cursor: default;
  font-size: 18px;
	padding: 13px 12px;
}*/
.submenu-sp {
  display: none;
	width: 800px;
  position: absolute;
  z-index: 10;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 5px #CCC;
}
ul.submenu-sp.right {
  right: 0 !important;
	left: unset !important;
}
.with-submenu-sp {
  position: relative;
  display: inline-block;
	padding: 13px 12px;
}
.with-submenu-sp:hover {
	background: #0466c8;
	color: #fff;
}
.with-submenu-sp:hover .submenu-sp {
  display: block;
	margin-top: 17px;
}
/*.submenu-sp > li a:not(.active) {
	float: left;
	width: 200px;
	height: 35px;
  background: #dedede;
  border-bottom: 1px solid #C0C0C0;
  color: #777;
	padding: 17px 10px;
	text-align: left;
  transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
  display: block;
  line-height: 0%;
	cursor: pointer;
}
.submenu-sp > li a:hover:not(.active) {
	background: #EDEDED;
	color: #333;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}*/
.submenu-sp > li a {
	float: left;
	width: 200px;
	height: 35px;
  background: #dedede;
  border-bottom: 1px solid #C0C0C0;
  color: #777;
	padding: 17px 10px;
	text-align: left;
  transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
  display: block;
  line-height: 0%;
	/*cursor: pointer;*/
}
.submenu-sp > li a:hover {
	background: #EDEDED;
	color: #333;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}


.container2-sp {
	width: 1210px;
	height: 30px;
	position: inherit;
	z-index: 1;
	text-align: center;
	font-family: 'Oswald';
}
.main-menu2-sp {
	display: inline-flex;
	width: 1170px;
	justify-content: space-between;
  list-style: none;
  margin: auto 0;
	border-bottom: 1px solid #c0c0c0;
	height: 40px;
}
.main-menu2-sp > li {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.main-menu2-sp > li a {
	float: left;
	height: 40px;
	padding: 5px 3px;
	color: brown;
}
.main-menu2-sp > li a:hover {
	background: #0466c8;
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}





.topnavhead {
  overflow: hidden;
  background-color: #fff;
  width: 1210px;
  height: 40px;
  text-align: center;
  z-index: 99999;
  padding: 0 20px;
}
.topnavhead img {
  width: 0;
  height: 0;
  visibility: hidden;
}
.topnavhead.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
  transition: box-shadow 0.5s;
}
.topnavhead.sticky img {
  width: auto;
  height: 28px;
  margin-top: 1px;
  margin-bottom: 0;
  visibility: visible;
  transition: height 0.5s;
}
header {
  position: sticky;
  top:0;
}






#topnav {
  overflow: hidden;
  background-color: #fff;
  width: 1210px;
  height: 40px;
  text-align: center;
  z-index: 99999;
  padding: 0 20px;
}
#topnav img {
  width: 0;
  height: 0;
  visibility: hidden;
}
#topnav.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
  transition: box-shadow 0.5s;
}
#topnav.sticky img {
  width: auto;
  height: 28px;
  margin-top: 1px;
  margin-bottom: 0;
  visibility: visible;
  transition: height 0.5s;
}
.topnavimg1 {
  width: 0;
  height: 0;
  visibility: hidden;
}
.topnav {
	height: 40px;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 14px;
	padding: 5px 0;
}
.top1 {
	width: 120px;
	float: left;
	margin-top: 4px;
	text-align: left;
}
.top2 {
	/*width: 160px;*/
	width: 340px;
	float: left;
	margin-top: 4px;
	text-align: left;
}
.top3 {
	/*width: 610px;*/
	width: 250px;
	float: left;
}
.top4 {
	/*width: 120px;*/
	width: 313px;
	float: left;
	margin-top: 4px;
	text-align: right;
}
.top5 {
	width: 147px;
	float: left;
	margin-top: 4px;
	text-align: right;
}

.topnav span a {
  color: #333;
}
.topnav span a:hover {
  color: #0466c8;
}




#myNav {
  font-family: 'Oswald';
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.94);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content1 {
  position: relative;
  /*top: 25%;*/
  width: 100%;
  text-align: center;
  margin-top: 44px;
}
.overlay-content2 {
  position: relative;
  /*top: 25%;*/
  width: 100%;
  text-align: center;
  margin-top: 30px;
}


.overlay-content1 a {
  display: inline-block !important;
  margin: 0 10px !important;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #0466c8;
}
.overlay .closebtn {
  position: absolute;
  top: 24px;
  right: 10px;
  font-size: 40px;
  padding: 0;
  z-index: 99999;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}





#modulo-pp-1170 {
	float: left;
	width: 1170px;
	/*padding: 20px 0 0;*/
	margin: 10px 0;
}
.modulo-pp-1170-sfondo {
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
}
.modulo-pp-1170-sfondo:before {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:180px;
    content:"";
    background-color:#0466c8;
}
#modulo-pp-1170-ces {
	float: left;
	width: 1170px;
	/*height: 410px;*/
	margin: 10px 0 20px;
}
.modulo-pp-1170-sfondo-ces {
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
}
.modulo-pp-1170-sfondo-ces:before {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:180px;
    content:"";
    background-color:#333;
}
.box-modulo1170-articoli-ces {
	float: left;
	/*width: 1170px;
	padding: 0 20px;
	width: 574px;*/
	width: 1150px;
	padding: 0 0 0 20px;
	margin-top: -90px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.box-modulo1170-articoli-ces-right {
	float: left;
	margin-left: 594px;
	/*width: 1170px;
	padding: 0 20px;*/
	width: 574px;
	padding: 0 0 0 596px;
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	position: absolute;
}
.modulo1170-articoli-ces {
	float: left;
	width: 170px;
	/*margin-right: 20px;*/
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}
.modulo1170-articoli-ces2:first-child {
	margin-left: -594px;
	float: left;
	width: 170px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}
.modulo1170-articoli-ces2:nth-child(2) {
	position: absolute;
	margin-left: -402px;
	float: left;
	width: 170px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}
.modulo1170-articoli-ces2:nth-child(3) {
	position: absolute;
	margin-left: -210px;
	float: left;
	width: 170px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}

.box-modulo1170-articoli-ces-right .modulo1170-articoli-ces {
	float: left;
	width: 170px;
	margin-right: 22px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}
.modulo1170-articoli-ces img {
	/*width: 170px;
	height: 140px;*/
	margin-bottom: 3px;
}
.modulo1170-articoli-ces h11.entry-title {
	float: left;
	width: 158px;
	font-size: 13px;
	color: #0466c8;
	text-transform: uppercase;
}
.modulo1170-articoli-ces h3.entry-title {
	font-family: 'Oswald';
	font-size: 16px;
	width: 158px;
	padding-bottom: 0;
	float: left;
	margin-top: 5px;

}
.modulo1170-articoli-ces h3.entry-title a {
	color: #333333;
	max-height: 99px;
	overflow: hidden;
	display: block;
}
.modulo1170-articoli-ces h3.entry-title a:hover {
	color: #0466c8;
}
.modulo1170-articoli-ces .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 3px;
	float: left;
	width: 100%;
}





.modulo1170-articoli-ces2 img {
	width: 170px;
	height: 140px;
	margin-bottom: 3px;
}
.modulo1170-articoli-ces2 h11.entry-title {
	float: left;
	width: 158px;
	font-size: 13px;
	color: #0466c8;
	text-transform: uppercase;
}
.modulo1170-articoli-ces2 h3.entry-title {
	font-family: 'Oswald';
	font-size: 16px;
	width: 158px;
	padding-bottom: 0;
	float: left;
	margin-top: 5px;

}
.modulo1170-articoli-ces2 h3.entry-title a {
	color: #333333;
	max-height: 99px;
	overflow: hidden;
	display: block;
}
.modulo1170-articoli-ces2 h3.entry-title a:hover {
	color: #0466c8;
}
.modulo1170-articoli-ces2 .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 3px;
	float: left;
	width: 100%;
}






#bc-layoutcat1-p3 {
	float: left;
	width: 1170px;
}
.bc-layoutcat1-articolo1-p3 {
	width: 377px;
}
.bc-layoutcat1-articolo1-p3 h11.entry-title {
	float: left;
	width: 100%;
}
.bc-layoutcat1-articolo1-p3 h3.entry-title {
	float: left;
	font-family: 'Oswald';
	font-size: 26px;
	/*font-weight: 500;*/
	font-weight: 400;
	padding-bottom: 0;
	margin-top: 5px;
}
.bc-layoutcat1-articolo1-p3 h3.entry-title a {
	color: #333333;
}
.bc-layoutcat1-articolo1-p3 h3.entry-title a:hover {
	color: #0466c8;
}
.bc-layoutcat1-articolo1-p3 h3.entry-title a.secondotitolo {
	color: #aa2222;
}
.bc-layoutcat1-articolo1-p3 h3.entry-title a.secondotitolo:hover {
	color: #0466c8;
}
.bc-layoutcat1-articolo1-p3 .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.bc-layoutcat1-articolo1-p3 .entry-content {
	float: left;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}
.bc-layoutcat1-articolo1-p3 .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	float: left;
	text-align: justify;
	margin-top: 2px;
	margin-bottom: 0;
}
.bc-layoutcat1-articolo1-p3 img {
	float: left;
	margin-top: 5px;
	margin-bottom: 0;
}













#bc-layoutcat {
	float:left;
	width:849px;
	padding-right:20px;
}
#bc-layoutcat1 {
	float:left;
	width:400px;
	margin-right:20px;
}
.bc-layoutcat-cat p {
	font-family: 'Oswald';
	font-size: 26px;
	font-weight: 400;
	color: #0466c8;
	margin-bottom: 5px;
}
.bc-layoutcat-cat {
	margin-bottom: 20px;
	border-bottom: 2px solid #0466c8;
}
.bc-layoutcat1-articolo1 h11.entry-title {
	float: left;
	width: 100%;
}
.bc-layoutcat1-articolo1 h3.entry-title {
	float: left;
	font-family: 'Oswald';
	font-size: 26px;
	/*font-weight: 500;*/
	font-weight: 400;
	padding-bottom: 0;
	margin-top: 5px;
}
.bc-layoutcat1-articolo1 h3.entry-title a {
	color: #333333;
}
.bc-layoutcat1-articolo1 h3.entry-title a:hover {
	color: #0466c8;
}
.bc-layoutcat1-articolo1 h3.entry-title a.secondotitolo {
	color: #aa2222;
}
.bc-layoutcat1-articolo1 h3.entry-title a.secondotitolo:hover {
	color: #0466c8;
}
.bc-layoutcat1-articolo1 .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.bc-layoutcat1-articolo1 .entry-content {
	float: left;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}
.bc-layoutcat1-articolo1 .entry-content p {
	font-size: 12px;
	line-height: 1.4;
	float: left;
	text-align: justify;
	/*margin-top: 6px;*/
	margin-top: 2px;
	margin-bottom: 0;
}
.bc-layoutcat1-articolo1 img {
	float: left;
	margin-top: 5px;
	/*width: 400px;
	height: 206px;*/
	margin-bottom: 0;
}


#bc-layoutcat2 {
	float:left;
	width:409px;
	/*padding-top: 49px;*/
}
.bc-layoutcat1-articolo2 {
	float: left;
	width: 409px;
	/*border-top: 2px solid #0466c8;*/
	/*padding: 10px 0 18px;*/
	padding: 0 0 20px;
}
.bc-layoutcat1-articolo2:last-child {
	padding: 0;
}
.bc-layoutcat1-articolo2 img {
	width: 149px;
	/*height: 123px;*/
	height: 102px;
	margin-bottom: 0;
}
.bc-layoutcat1-articolo2 h11.entry-title {
	float: left;
}
.bc-layoutcat1-articolo2 h3.entry-title {
	float: left;
	font-family: 'Oswald';
	font-size: 18px;
	/*font-weight: 500;*/
	font-weight: 400;
	margin-top: 5px;
	padding-bottom: 0;
}
.bc-layoutcat1-articolo2 h3.entry-title a {
	color: #333333;
}
.bc-layoutcat1-articolo2 h3.entry-title a:hover {
	color: #0466c8;
}
.bc-layoutcat1-articolo2 .below-entry-meta {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}



#bc-layoutcat-1170 {
	float: left;
	width: 1170px;
	margin: 10px 0;
}
#bc-layoutcat2-1170 {
	width: 749px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bc-layoutcat1-articolo2-1170 {
	float: left;
	width: 374px;
	padding: 0 0 20px;
}
.bc-layoutcat1-articolo2-entry-title-1170 {
	float: left;
	width: 195px;
}
.bc-layoutcat1-articolo2-1170 img {
	/*width: 149px;
	height: 102px;*/
	margin-bottom: 0;
}
.bc-layoutcat1-articolo2-1170 figure {
	width: 149px;
	height: 102px;
}
.bc-layoutcat1-articolo2-1170 h11.entry-title {
	float: left;
}
.bc-layoutcat1-articolo2-1170 h3.entry-title {
	float: left;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	padding-bottom: 0;
}
.bc-layoutcat1-articolo2-1170 h3.entry-title a {
	color: #333333;
}
.bc-layoutcat1-articolo2-1170 h3.entry-title a:hover {
	color: #0466c8;
}
.bc-layoutcat1-articolo2-1170 .below-entry-meta {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}











.modulo1170-primo-articolo {
	float: left;
	width: 520px;
	padding: 0 20px;
}
.modulo1170-primo-articolo figure {
	margin-bottom: 13px;
}
.modulo1170-primo-articolo img {
	/*width: 480px;
	height: 407px;*/
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}
.modulo1170-primo-articolo img.play-button-video {
	/*width: 480px;
	height: 407px;*/
	/*margin-bottom: 5px;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.modulo1170-primo-articolo h11.entry-title {
	font-size: 14px;
	line-height: 1.2;
	margin-left: 1px;
	color: #0466c8;
	text-transform: uppercase;
	width: 100%;
	float: left;
}
.modulo1170-primo-articolo h3.entry-title {
	font-family: 'Oswald';
	font-size: 26px;
	width: 480px;
	padding-bottom: 0;
	float: left;
}
.modulo1170-primo-articolo h3.entry-title a {
	color: #333333;
	/*max-height: 99px;*/
	overflow: hidden;
	display: block;
}
.modulo1170-primo-articolo h3.entry-title a:hover {
	color: #0466c8;
}
.modulo1170-primo-articolo .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 3px;
	float: left;
	width: 100%;
}
.modulo1170-primo-articolo .featured_image_description {
	margin-bottom: 6px;
}





.contenitore-articoli-a-seguire {
	float: left;
	width: 650px;
	padding-top: 86px;
	display: grid;
	grid-auto-flow: row dense;
	grid-template: repeat(2, 1fr) / repeat(2, 1fr);
}
.modulo1170-articoli-a-seguire:nth-child(1) {
	float: left;
	width: 325px;
	padding: 0 20px 10px 0;
}
.modulo1170-articoli-a-seguire:nth-child(2) {
	float: left;
	width: 325px;
	padding: 0 20px 10px 0;
}
.modulo1170-articoli-a-seguire:nth-child(3) {
	float: left;
	width: 325px;
	padding: 0 20px 0 0;
}
.modulo1170-articoli-a-seguire:nth-child(4) {
	float: left;
	width: 325px;
	padding: 0 20px 0 0;
}
.modulo1170-articoli-a-seguire img {
	/*width: 305px;
	height: 148px;*/
	/*margin-bottom: 5px;*/
}
.modulo1170-articoli-a-seguire h3.entry-title {
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: 400;
	width: 305px;
	padding-bottom: 0;
	float: left;
	margin-top: 5px;
}
.modulo1170-articoli-a-seguire h3.entry-title a {
	color: #333333;
	max-height: 99px;
	overflow: hidden;
	display: block;
}
.modulo1170-articoli-a-seguire h3.entry-title a:hover {
	color: #0466c8;
}
.modulo1170-articoli-a-seguire .below-entry-meta {
	font-size: 12px;
	font-style: italic;
	margin-top: 3px;
	float: left;
	width: 100%;
}
.modulo1170-articoli-a-seguire .featured_image_description {
	/*margin-bottom: 2px;*/
}







.modulo-1170-prefooter1 {
	float: left;
	width: 1170px;
	/*height: 450px;*/
	margin: 10px 0;
}
.modulo-pp-1170-sfondo-prefooter1 {
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
}
.modulo-pp-1170-sfondo-prefooter1:before {
	width: 100%;
	height: 180px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #aa2222;
}
.modulo-pp-1170-sfondo-prefooter1 .box {
	/*position: absolute;*/
	float: left;
	border: none;
}
.modulo-pp-1170-sfondo-prefooter1 .box2 {
	float: left;
	width: 1128px;
	height: 170px;
	margin: 10px 21px 0;
	display: inline-block;
	z-index: 7;
	position: relative;
}
.modulo-pp-1170-sfondo-prefooter1 .box-categoria {
	float: left;
	width: 554px;
	text-align: center;
	line-height: 90px;
}
.modulo-pp-1170-sfondo-prefooter1 .box-categoria p {
	font-family: 'Oswald';
	font-size: 36px;
	color: #fff;
	line-height: 1.1;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
	margin-bottom: 0;
}
.modulo-pp-1170-sfondo-prefooter1 .box-divisore {
	float: left;
	width: 20px;
	height: 155px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 14px 0 0;
	background-color: #aa2222;
}
.modulo-pp-1170-sfondo-prefooter1 .box3 {
	float: left;
	width: 1128px;
	/*margin: 120px 0 0 21px;*/
	margin: -60px 0 0 21px;
	display: flex;
	justify-content: space-between;
	/*position: absolute;*/
	position: relative;
	background-color: #fff;
	z-index: 5;
}
.modulo-pp-1170-sfondo-prefooter1 .box4 {
	float: left;
	width: 544px;
	background-color: #fff;
	border: 5px solid #aa2222;
	margin: 5px 5px 0;
}
.modulo1170-articoli-prefooter1 {
	float: left;
	width: 534px;
	/*margin: 5px;
	border: 5px solid #aa2222;*/
	padding-bottom: 5px;
}
.modulo1170-articoli-prefooter1 img {
	margin-bottom: 0;
}
.modulo1170-articoli-prefooter1 h3.entry-title {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 1.2;
	padding-bottom: 0;
	margin-top: 2px;
}
.modulo1170-articoli-prefooter1 h3.entry-title a {
	color: #333;
}
.modulo1170-articoli-prefooter1 h3.entry-title a:hover {
	color: #0466c8;
}
.modulo1170-articoli-prefooter1 .below-entry-meta {
	float: left;
	font-size: 12px;
	font-style: italic;
}
.modulo1170-articoli-prefooter1 h11.entry-title {
	float: left;
	width: 100%;
}
#prefooter1-Line {
	float: left;
	width: 523px;
	border-top: 1px solid #c0c0c0;
	margin: 10px 5px 0;
	padding-bottom: 6px;
}










#scroll-box {
	float: left;
  position: relative;
  margin: 0 auto;
  width: 1170px;
  max-width: 1170px;
  z-index: 3;
}
#scroll-content {
  position: relative;
  margin: 0;
  overflow: hidden;
	/*transform: none;*/
}
#content-wrap {
  position: relative;
  float: left;
  width: 850px;
  border-right: 1px solid #C0C0C0;
}
#side {
	width: 320px;
  max-width: 320px;
  float: right;
  position: relative;
  padding: 0;
  overflow: hidden;
}
#sideleft {
	width: 59px;
  max-width: 59px;
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.theiaStickySidebar {
  /*width: 321px;*/
}

#content-wrap7 {
  position: relative;
  float: right;
  width: 850px;
}
#side7 {
	width: 300px;
  max-width: 300px;
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}


.article-content-7 figure {
  position: absolute;
  width: 850px;
	height: 500px;
}
.img-layout7:before {
  content: "";
	display: block;
}
.img-layout7 a:after {
  width: 850px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8));
}
#box-titoli-layout7a h3.entry-title a:after {
	display: none;
}

.article-content-7a figure {
  position: absolute;
  width: 300px;
	height: 240px;
}
#box-titoli-layout7 {
	position: absolute;
	bottom: 0;
	/*padding-left: 20px;
	padding-right: 20px;*/
	text-align: left;
	width: 100%;
}
#box-titoli-layout7 h3.entry-title {
	font-size: 36px;
	padding-bottom: 7px;
}
#box-titoli-layout7 .entry-title a {
	color: #fff;
}
#box-titoli-layout7 .entry-title a:hover {
	color: #0466c8
}
#box-titoli-layout7 h10.entry-title {
	font-size: 20px;
	color: #fff;
}



#box-titoli-layout7ad {
	position: absolute;
	bottom: 8px;
	text-align: left;
	margin-left: 10px;
	max-width: 280px;
}
#box-titoli-layout7ad h3.entry-title {
	font-size: 20px;
	padding-bottom: 1px;
	line-height: 1.1;
}
#box-titoli-layout7ad .entry-title a {
	color: #fff;
}
#box-titoli-layout7ad .entry-title a:hover {
	color: #0466c8;
}
#box-titoli-layout7ad h11.entry-title {
	font-size: 14px;
	color: #fff;
}
.prima-pagina-articoli-a-seguire-layout7:first-child {
	margin-bottom: 20px;
}
#box-titoli-layout7ad span.posted-on {
	font-size: 12px;
	color: #fff;
	font-style: italic;
}
#box-titoli-layout7ad .below-entry-meta {
	margin-bottom: -3px;
}



#box-titoli-layout7a {
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 810px;
}
#box-titoli-layout7ac {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
}
.primo-articolo-layout7 {
	height: 500px;
}
.sfondoarticoli7 {
	position: absolute;
	background: linear-gradient(0deg, rgba(0,0,0,1) 40%, rgba(255,255,255,0) 60%);
	width: 850px;
	height: 400px;
	bottom: 0;
	opacity: 0.5;
}
.sfondoarticoli7a {
	position: absolute;
	background: linear-gradient(0deg, rgba(0,0,0,1) 40%, rgba(255,255,255,0) 60%);
	width: 300px;
	height: 200px;
	bottom: 0;
	opacity: 0.5;
}
.below-entry-meta7 span.posted-on {
	color: #fff;
	font-style: italic;
	font-size: 15px;
}




#post-31 {
	display: none;
}
#post-33 {
	display: none;
}
#post-35 {
	display: none;
}
#post-37 {
	display: none;
}
#post-39 {
	display: none;
}
#post-42 {
	display: none;
}
#post-50947 {
	display: none;
}


#sr-title-limiter {
	top: -20px !important;
	padding: 0 !important;
}





/*
   #########################
       YOU TUBE CHANNEL
	 #########################
*/
figure.wp-block-embed.wp-block-embed-youtube.is-type-video.is-provider-youtube {
	/*width: 620px !important;*/
	width: 452px !important;
	height: 248px !important;
	float: left !important;
	margin-bottom: 10px;
}
.epyt-gallery-allthumbs {
	width: 452px !important;
	/*display: inline-flex !important;
	justify-content: space-between !important;*/
}
.epyt-pagination {
	padding: unset !important;
}
.epyt-gallery-title {
	font-size: 75% !important;
	padding: 5px 0 0 !important;
}
.epyt-gallery-thumb {
	/*padding: 0 5px !important;*/
	width: 144px !important;
	margin-right: 10px !important;
	padding: unset !important;
}
.epyt-gallery-thumb:nth-child(3) {
	margin-right: unset !important;
}
.epyt-gallery-thumb:nth-child(7) {
	margin-right: unset !important;
}
.wp-block-embed__wrapper iframe {
	/*width: 600px !important;
	height: 450px !important;*/
	height: 248px !important;
}
.epyt-gallery-rowbreak:nth-child(4) {
	margin-bottom: 10px;
}
.epyt-gallery-list {
	/*width: 550px !important;*/
	float: right !important;
	margin: unset !important;
}





.breaking {
	float: left;
	width: 1170px;
	display: inline-block;
	border: 1px solid #333;
	margin-bottom: 10px;
}
.breaking-news {
	width: 100%;
	padding: 20px;
}
.breaking-news-container {
	width: 1128px;
	float: left;
}
.breaking-news-occhiello {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: red;
	font-weight: 500;
	font-family: 'Oswald';
	font-size: 24px;
	height: 24px;
	line-height: 1;
}
.breaking-news-occhiello img {
	margin: 0 0 5px 4px;
	vertical-align: unset;
}
.breaking-news figure {
	float: right;
}
.breaking-news figure a img {
	margin-bottom: 0;
}
.newstick {
	float: left;
	margin-top: 10px;
	/*height: 30px !important;*/
}
.news-item a {
	color: #333;
	font-family: 'Oswald';
	font-size: 40px;
	line-height: 1.4;
}
.news-item a:hover {
	color: #0466c8;
	background: #ffffff;
}
.news-item span {
	color: red;
	font-weight: bold;
}
h3.entry-title span {
	color: red;
	font-weight: bold;
}
h1.article-header-entry-title span {
	color: red;
	font-weight: bold;
}
h2.entry-title span {
	color: red;
	font-weight: bold;
}





.box-breaking-news-desktop {
	float: left;
	width: 55%;
}
.breaking-desktop {
	float: left;
	width: 100%;
}
.breaking-news-desktop {
	float: left;
	width: 100%;
	background-color: #000;
	margin-bottom: 20px;
}
.breaking-news-container-desktop {
	float: left;
	width: 100%;
}
.newstick-desktop {
	width: 93%;
	margin-left: 3%;
}
.breaking-news-occhiello1-desktop {
	float: left;
	width: 97%;
	text-transform: uppercase;
	color: red;
	font-family: 'Oswald';
	font-size: min(max(28px, 2.825vw), 30px);
	line-height: 1;
	margin: 20px 0 20px 3%;
	display: flex !important;
	align-items: center;
}
.breaking-news-occhiello1-desktop img {
	margin-left: 10px;
}
.breaking-news-occhiello2-desktop {
	float: left;
	width: 97%;
	margin-left: 3%;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Oswald';
	font-size: min(max(22px, 2.220vw), 24px);
	line-height: 1;
}
.immagine-breaking-news-desktop {
	float: right !important;
	width: 45%;
	position: relative;
}
.newstick-desktop {
	float: left;
	margin-top: 10px;
}
.news-item-desktop a {
	color: #fff;
	font-family: 'Oswald';
	font-size: min(max(29px, 2.926vw), 36px);
	line-height: 1.3;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news-item-desktop a:hover {
	color: #0466c8;
}
.news-item-desktop span {
	color: red;
	font-weight: bold;
}
.immagine-breaking-news-desktop a:after {
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1));
}




.sb-search {
	position: relative;
	/*margin-top: 10px;*/
	margin-top: 2px;
	width: 0%;
	/*min-width: 60px;*/
	min-width: 60px;
	/*height: 60px;*/
	height: 20px;
	/*float: right;*/
	float: left;
	overflow: hidden;

	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;

	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	/*right: 0;*/
	right: 65px;
	border: none;
	outline: none;
	background: #fff;
	/*width: 100%;*/
	width: 275px;
	/*height: 60px;*/
	height: 20px;
	margin: 0;
	z-index: 10;
	/*padding: 20px 65px 20px 20px;*/
	font-family: inherit;
	font-size: 14px;
	/*color: #2c3e50;*/
}

input[type="search"].sb-search-input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
	/*color: #efb480;*/
}

.sb-search-input:-moz-placeholder {
	/*color: #efb480;*/
}

.sb-search-input::-moz-placeholder {
	/*color: #efb480;*/
}

.sb-search-input:-ms-input-placeholder {
	/*color: #efb480;*/
}
input[type="submit"] {
	/*margin-bottom: unset;
	padding: unset;*/
}
.sb-icon-search,
.sb-search-submit  {
	/*width: 60px;*/
	width: 60px;
	/*height: 60px;*/
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	/*top: 0;*/
	top: 2px;
	padding: 0;
	margin: 0;
	line-height: 60px;
	/*text-align: center;*/
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	/*background: #e67e22;*/
	z-index: 90;
	font-size: 18px;
	/*font-family: 'icomoon';*/
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	/*content: "e000";*/
	position: absolute;
	margin-top: -23px;
}
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	/*background: #da6d0d;*/
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.sb-text-search {
	font-family: 'Oswald';
	font-size: 14px;
	margin-top: -22px;
	float: left;
	margin-left: 24px;
}
.sb-text-search:hover {
	color: #0466c8;
}







.crp_related {
	margin:5px auto 20px;
	float:left;height:96px;
}
.entry-content ul {
	padding:0;
	margin:0;
}
.crp_related ul li {
	width:749px;
	border:1px solid #333;
	margin:0;
}
.crp_related ul li a {
	height:88px;
}
.crp_related figure {
	float:right;
}
.crp_title {
	float:left;
	font-family:'Oswald';
	font-size:20px;
	width:570px;
	text-align:left;
	line-height:1.2;
	margin:6px 0 0 10px;
	color:#333;
	height: 80px;
}
.crp_title:hover {
	color:#0466c8;
}



spanx.barretta-layout1 {
	color: #333;
	font-family: 'Oswald';
	font-size: 36px;
	line-height: 1.1;
}
spanx.barretta-layout1-2 {
	color: #333;
	font-family: 'Oswald';
	font-size: 16px;
	line-height: 1.2;
}
spanx.barretta-layout2 {
	color: #333;
	font-family: 'Oswald';
	font-size: 36px;
	line-height: 1.1;
}
spanx.barretta-layout2-1 {
	color: #333;
	font-family: 'Oswald';
	font-size: 16px;
	line-height: 1.2;
}
spanx.barretta-layout3 {
	color: #333;
	font-family: 'Oswald';
	font-size: 34px;
	line-height: 1.2;
}
spanx.barretta-layout3-1 {
	color: #333;
	font-family: 'Oswald';
	font-size: 16px;
	line-height: 1.2;
}
spanx.barretta-blocco-centrale-1 {
	color: #333;
	font-family: 'Oswald';
	font-size: 24px;
	line-height: 1.2;
}
spanx.barretta-blocco-centrale-1-2 {
	color: #333;
	font-family: 'Oswald';
	font-size: 18px;
	line-height: 1.2;
}
spanx.barretta-blocco-centrale-1170 {
	color: #333;
	font-family: 'Oswald';
	font-size: 26px;
	line-height: 1.2;
}
spanx.barretta-layout7 {
	color: #fff;
	font-family: 'Oswald';
	font-size: 34px;
	line-height: 1.2;
}
spanx.barretta-layout7-1 {
	color: #fff;
	font-family: 'Oswald';
	font-size: 16px;
	line-height: 1.2;
}
a.secondotitolo-layout7 {
	color: #fff000 !important;
}
a.secondotitolo-layout7-1 {
	color: #fff000 !important;
}
a.secondotitolo-layout7-1:hover {
	color: #0466c8 !important;
}

.prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title a.secondotitolo {
	color: #aa2222;
}
.prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title a.secondotitolo:hover {
	color: #0466c8;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title a.secondotitolo {
	color: #aa2222;
}
.prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title a.secondotitolo:hover {
	color: #0466c8;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout2 {
	color: #aa2222;
}
.layout2-prima-pagina-primo-articolo .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout2:hover {
	color: #0466c8;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout2 {
	color: #aa2222;
}
.layout2-prima-pagina-articoli-a-seguire .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout2:hover {
	color: #0466c8;
}
.prima-pagina-primo-articolo-layout3 .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout3 {
	color: #aa2222;
	font-size: 34px;
}
.prima-pagina-primo-articolo-layout3 .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout3:hover {
	color: #0466c8;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout3 {
	color: #aa2222;
}
.prima-pagina-articoli-a-seguire-layout3 .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout3:hover {
	color: #0466c8;
}
.prima-pagina-primo-articolo-layout4 .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout4 {
	color: #aa2222;
}
.prima-pagina-primo-articolo-layout4 .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout4:hover {
	color: #0466c8;
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout4 {
	color: #aa2222;
}
.prima-pagina-articoli-a-seguire-layout4 .single-article.clearfix .article-content h3.entry-title a.secondotitolo-layout4:hover {
	color: #0466c8;
}






.SinglePost-Articolo-in-evidenza {
	margin-bottom: 20px;
	font-weight: bold;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
}
.SinglePost-Articolo-in-evidenza a {
	color: #aa2222;
	font-size: 17px;
}
.SinglePost-Articolo-in-evidenza a:hover {
	color: #0466c8;
}






#card-articoli-piu-visti {
	float: left;
	padding-bottom: 20px;
	/*position: relative;
	width: 300px;
	height: 176px;
	overflow: hidden;*/
}

.card-articoli-piu-visti {
	/*float: left;*/
	position: relative;
	width: 300px;
	height: 176px;
	overflow: hidden;
}
.card-articoli-piu-visti:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
}
/*.card-articoli-piu-visti articolipiuvisti.card-part-0 {*/
.card-part-articoli-piu-visti {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	display: flex;
	width: 100%;
	height: 100%;
	transform: translateX( 300px );
  animation: opaqTransition1 35s cubic-bezier(0.9, 0.9, 0.9, 0.97) infinite;
	/*animation: opaqTransition1 1000s cubic-bezier(0.9, 0.9, 0.9, 0.97) infinite;*/
  flex-direction: column;
  align-items: flex-start;
}

/*.card-articoli-piu-visti articolipiuvisti.card-part-1 {*/
.card-part-articoli-piu-visti.card-part-1 {
	/*position: absolute;
	top: 0;
	left: 0;*/
  z-index: 7;
  animation-delay: 7s;
	/*display: flex;
	width: 100%;
	height: 100%;
	transform: translateX( 410px );
  animation: opaqTransition1 14s cubic-bezier(0.9, 0.9, 0.9, 0.97) infinite;
  flex-direction: column;
  align-items: flex-start;*/
}
.card-part-articoli-piu-visti.card-part-2 {
	/*position: absolute;
	top: 0;
	left: 0;*/
  z-index: 6;
  animation-delay: 14s;
	/*display: flex;
	width: 100%;
	height: 100%;
	transform: translateX( 410px );
  animation: opaqTransition1 35s cubic-bezier(0.9, 0.9, 0.9, 0.97) infinite;
  flex-direction: column;
  align-items: flex-start;*/
}
.card-part-articoli-piu-visti.card-part-3 {
	/*position: absolute;
	top: 0;
	left: 0;*/
  z-index: 5;
  animation-delay: 21s;
	/*display: flex;
	width: 100%;
	height: 100%;
	transform: translateX( 410px );
  animation: opaqTransition1 35s cubic-bezier(0.9, 0.9, 0.9, 0.97) infinite;
  flex-direction: column;
  align-items: flex-start;*/
}
.card-part-articoli-piu-visti.card-part-4 {
	/*position: absolute;
	top: 0;
	left: 0;*/
  z-index: 4;
  animation-delay: 28s;
	/*display: flex;
	width: 100%;
	height: 100%;
	transform: translateX( 410px );
  animation: opaqTransition1 35s cubic-bezier(0.9, 0.9, 0.9, 0.97) infinite;
  flex-direction: column;
  align-items: flex-start;*/
}
@keyframes opaqTransition1 {
  3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -300px ); }
  100% { transform: translateX( -300px ); }
  /*3% { transform: translateX( 0 ); }
  50% { transform: translateX( 0 ); }
  53% { transform: translateX( -410px ); }
  100% { transform: translateX( -410px ); }*/
	/*3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -410px ); }
  46% { transform: translateX( -410px ); }
	100% { transform: translateX( -410px ); }*/
}
articolipiuvisti.card-part-articoli-piu-visti a {
	font-family: 'Oswald';
	font-size: 20px;
	color: #fff;
	/*padding: 0 10px 10px;*/
	line-height: 1.1;
}
articolipiuvisti.card-part-articoli-piu-visti a:hover {
	color: #0466c8;
	text-decoration: none;
	/*position: absolute;
	bottom: 0;*/
}
articolipiuvisti.card-part-articoli-piu-visti h3 {
	font-size: 20px;
	line-height: 1.1;
	color: #fff;
	padding: 0 10px 10px;
}
articolipiuvisti.card-part-articoli-piu-visti div.sfondoarticolipiuvisti {
	position: absolute;
	background: linear-gradient(0deg, rgba(0,0,0,1) 40%, rgba(255,255,255,0) 60%);
	width: 300px;
	height: 176px;
	bottom: 0;
	opacity: 0.5;
}
articolipiuvisti.card-part-articoli-piu-visti img {
	margin-bottom: 0;
}
.titolo-card-articoli-piu-visti {
	font-family: 'Oswald';
	font-size: 20px;
	color: #0466c8;
	border-bottom: 2px solid #0466c8;
	margin-bottom: 7px;
}







.wpcf7 input[type="tel"] {
	padding: 1%;
	border: 1px solid #c0c0c0;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}
.wpcf7-not-valid-tip {
	margin-top: -30px;
}



.featured_image_description {
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	float: right;
	width: 75%;
	text-align: left;
	color: #333;
}
.featured_image_description img {
	vertical-align: baseline;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
.wp-caption {
	float: left;
}
.wp-caption-text {
	margin: 5px 0 !important;
	font-size: 12px;
}

.featured_image_description-7 {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 4px;
	border: 1px solid #c0c0c0;
	font-size: 12px;
	float: right;
	color: #333;
	background-color: #fff;
}
.featured_image_description-7 img {
	vertical-align: baseline;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
.featured_image_description-7a {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 4px;
	border: 1px solid #c0c0c0;
	font-size: 12px;
	float: right;
	color: #333;
	background-color: #fff;
}
.featured_image_description-7a img {
	vertical-align: baseline;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}


/* #qc-cmp2-persistent-link {display: none;} */




.crp_related {margin:5px auto 20px;float:left;height:96px;}
.entry-content ul {padding:0;margin:0;}
.crp_related ul li {width:771px;border:1px solid #333;margin:0;}
.crp_related ul li a {height:88px;}
.crp_related figure {float:right;}
.crp_title {float:left;font-family:'Oswald';font-size:20px;width:590px;text-align:left;line-height:1.2;margin:6px 0 0 10px;}
.crp_title {color:#333;height: 80px;}
.crp_title:hover {color:#0466c8;}
.crp_related ul li img {width:150px;height:88px;}





.overlay-content-categorie {
	/*position: relative;*/
	width: 100%;
	text-align: center;
	margin-top: 60px;
	/*display: flex;*/
	list-style: none;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	float: left;
}
.overlay-content-categorie span {
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
.overlay-content-categorie li {
	width: 50%;
	float: left;
	display: block;
	text-align: left;
	margin: 5px 0;
	padding-right: 10px;
}
.overlay-content-categorie a {
	padding: 0;
}
.overlay-content-categorie2 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	list-style: none;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	float: left;
}
.overlay-content-categorie2 span {
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
.overlay-content-categorie2 li {
	width: 50%;
	float: left;
	display: block;
	text-align: left;
	margin: 5px 0;
	padding-right: 10px;
}
.overlay-content-categorie2 a {
	padding: 0;
}





/* ################ MOBILE VERSION ################# */

/*.article-container-mobile {
	float: left;
	border: 1px solid #c0c0c0;
	border-radius: 1%;
	padding: 5px;
	box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 25%);
	margin: 1px 4px;
}*/
.article-container-mobile .featured-image img {
	margin-bottom: 0;
}
.article-container-mobile .article-content {
	padding: 0;
}
.article-container-mobile .article-content.clearfix h2.entry-title {
	font-size: 32px;
	line-height: 1;
	padding-bottom: 8px;
}

.article-container-mobile .article-content.clearfix .below-entry-meta-archive {
	font-size: 14px;
	line-height: 1.3;
}









div.norm_row.sfsi_wDiv {
	width: 59px !important;
	padding-top: 45px;
}
div.sfsi_wicons.shuffeldiv {
	margin-bottom: 15px !important;
}




.videocopertina .fluid-width-video-wrapper {
	padding-top: 0 !important;
}


.adv-video {
	float: left;
	width: 1170px;
	height: 250px;
	position: relative;
	margin-bottom: 20px;
}
.wp-image-adv {
	position: absolute;
	left: 0;
}
.wp-video-left {
	position: absolute;
	height: 230px !important;
	top: 29px;
	left: 10px;
}
.wp-video-right {
	position: absolute;
	height: 230px !important;
	top: 10px;
	right: 10px;
}
.wp-video-center {
	position: absolute;
	height: 230px !important;
	top: 10px;
	left: 380px;
}



.epyt-gallery iframe {
	height: auto;
	aspect-ratio: 850/478;
}
/*.epyt-gallery iframe {
	height: 249px;
}*/





.immagini-forti-class {
	position: absolute;
	left: 0;
}
.immagini-forti-class-cronaca {
	position: absolute;
	left: 0;
}
.immagini-forti-class-cronaca {
	height: -webkit-fill-available;
}




.social-article {
	margin-top: 20px;
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	padding: 0 0 12px 0 !important;
}






#live_streaming {
	display: block;
  z-index: 999;
	position: relative;
  top: 0px;
  width: 1210px;
  margin: auto;
	height: 201px;
	margin-bottom: 10px;
  background: #375168;
  transition: all .5s;
  box-shadow: 0px 3px 6px #00000057;
}
#live_streaming.fixed {
	position: fixed;
  height: 201px;
  top: 40px;
	width: 1210px;
	padding-top: 0;
}
#live_streaming2 {
	position: inherit;
  height: 0;
  top: 40px;
	width: 1210px;
	padding-top: 0;
	display: block;
	visibility: hidden;
	}
#live_streaming2.fixed {
	position: inherit;
  height: 241px;
  top: 40px;
	width: 1210px;
	padding-top: 0;
	display: block;
}
#live_streaming .container_live_streaming {
  width: 1210px !important;
}
#live_streaming .container_live_streaming .row_live_streaming {
  padding: 10px;
}
#live_streaming .row_live_streaming .col_live_streaming:nth-child(1) {
	float: left;
  width: 27%;
	transition: all .5s;
}
#live_streaming .row_live_streaming .col_live_streaming:nth-child(2) {
	float: right;
  width: 72%;
	transition: all .5s;
}
#live_streaming.fixed .row_live_streaming .col_live_streaming:nth-child(1) {
	float: left;
  width: 27%;
	transition: all .5s;
}
#live_streaming.fixed .row_live_streaming .col_live_streaming:nth-child(2) {
	float: right;
  width: 72%;
	transition: all .5s;
}
#live_streaming.fixed .row_live_streaming .col_live_streaming:nth-child(2) h3.entry-title {
	font-size: 28px;
	transition: all .5s;
}
#live_streaming .row_live_streaming .col_live_streaming p {
	font-size: 19px;
}
.live_streaming_responsive iframe {
  width: 100%;
	height: 100%;
	aspect-ratio: 560/315;
	border: 1px solid white !important;
}
.live_streaming_responsive img {
	aspect-ratio: 850/478;
}
#live_streaming label {
  display: block;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
  margin-left: 0;
}
#live_streaming label:after {
  content: '';
  position: absolute;
	left: 111px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
  animation-duration: 1s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2,start);
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
#live_streaming h3 {
  font-size: 28px;
  color: white;
  font-weight: 400;
  margin-top: 8px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-bottom: 0px;
}
#live_streaming p {
  color: white;
	margin: 10px 0 0;
}





#h5vp_player {
	width: 267px;
	float: left;
	margin: 5px 20px 20px 0;
}




.sirac-adlabel {
	display: block;
	text-align: center;
	font-size: 12px;
	color: silver;
	height: 20px;
}
#pub {
	display: block;
}
#pub::before {
	content: "Pubblicità";
	display: block;
	text-align: center;
	font-size: 12px;
	color: silver;
	height: 20px;
}
#elettorale {
	display: block;
}
#elettorale::before {
	content: "Pubblicità Elettorale";
	display: block;
	text-align: center;
	font-size: 12px;
	color: silver;
	height: 20px;
}
.sirac-desktop-quinto-paragrafo {
	text-align: center;
	margin-bottom: 20px;
}
