/*WARNING! DO NOT EDIT THIS FILE!Do not edit this file, it will be overwritten by the next theme update. If you want to customize the styles, create a child theme instead See: http://codex.wordpress.org/Child_Themes*/
/* TABLE OF CONTENT  * ================== 
* 1.  BASE 
* 2.  HEADER 
* 3.  NAVIGATION MENU 
* 4.  HOMEPAGE 
* 5.  BLOG 
* 6.  PAGES 
* 7.  SIDEBAR 
* 8.  FOOTER 
* 10. MEDIA QUERIES **/
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);
/*@import url("css/reset.css");*/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*@import url("css/menu.css");*/
/*=== Core Styles ===*/
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}
.slicknav_menu .slicknav_icon {
    float: right;
    margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
    margin: 0
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em
}
.slicknav_nav {
    clear: both
}
.slicknav_nav ul,
.slicknav_nav li {
    display: block
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer;
}
.slicknav_nav a {
    display: block
}
.slicknav_nav .slicknav_item a {
    display: inline
}
.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    clear: both
}
.slicknav_menu {
    *zoom: 1
}
/*     Custom Styles*/
.slicknav_menu {
    font-size: 16px;
    display: none;
    position: absolute;
    right: 50px;
    z-index: 999;
}
.slicknav_btn {
    text-decoration: none;
    background-color: #EEEEEE;
    border: 1px solid #DDD;
}
.slicknav_menu .slicknav_menutxt {
    color: #999999;
    font-weight: bold;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #999999;
}
.slicknav_nav {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
.slicknav_nav {
    border: 1px solid #EAEAEA;
}
.slicknav_nav ul li {
    display: block;
}
.slicknav_nav li a {
    display: block;
    padding: 5px 15px;
    margin: 2px 5px;
    font-size: 13px;
    text-decoration: none;
}
.slicknav_nav li a a {
    margin: 2px 0;
    padding: 5px 0;
}
.slicknav_nav .menu-item {
    border-bottom: 1px solid #EAEAEA;
}
.slicknav_nav .sub-menu {
    margin-left: 0;
}
.slicknav_nav a:hover {
    color: #222;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_nav .slicknav_arrow {
    float: right;
    margin-top: 3px;
    margin-left: 10px;
    display: inline-block;
    color: #DDD;
}
/*@import url("css/common.css");*/
ul,
ol {
    margin: 0 0 1.5em 2.5em;
}
ul {
    list-style: square;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.5em;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
big {
    font-size: 120%;
}
cite,
em,
i {
    font-style: italic;
}
cite {
    border: none;
}
blockquote {
    font-style: italic;
    margin: 7px 35px 10px 45px;
    font-style: italic;
    background: #EFEFEF;
    padding: 10px;
    clear: both;
}
blockquote p {
    margin: 0px;
    padding: 0px;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
pre {
    background: rgba(0, 0, 0, 0.05);
    font: 87.5% "Courier 10 Pitch", Courier, monospace;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 0.75em 1.5em;
}
code,
kbd {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins {
    text-decoration: none;
}
sup,
sub {
    font-size: 62.5%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
input[type=text],
textarea {
    border: 1px solid #ECECEC;
}
textarea {
    padding-left: 3px;
    width: 98%;
}
address {
    display: block;
    margin: 0 0 1.625em;
}
table {
    border-bottom: 1px solid #F2F2F2;
    margin: 0 0 1.625em;
    width: 100%;
    text-align: left;
}
th {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2.6em;
}
td {
    border-top: 1px solid #F2F2F2;
    padding: 6px 10px 6px 0;
}
p {
    margin-bottom: 15px;
}
img {
    max-width: 100%;
    height: auto;
}
/*-- WordPress common classes*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.25em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.25em;
}
.alignnone,
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.alignnone,
img.aligncenter {
    margin-bottom: 1.25em;
}
p img,
.wp-caption {
    margin-top: 0.4em;
}
.wp-caption {
    margin-bottom: 1.25em;
    max-width: 96%;
    text-align: center;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}
p.wp-caption-text {
    margin-bottom: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    color: #666;
    font-size: 12px;
}
/*-- Gallery --*/
.gallery img {
    border: none !important;
    line-height: 0;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
}
.gallery img:hover,
.gallery img:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gallery .wp-caption-text {
    margin: 0 !important;
}
.gallery .gallery-item {
    width: 100%;
    margin: 0 0 10px !important;
}
.gallery-icon {
    margin: 0;
    padding: 0 10px;
}
.sticky {}.button {
    color: #FFFFFF !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
    display: block;
}
.bypostauthor {} .list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/*@import url("css/lightbox.css");*/
/* 1. BASE * ======================== */
body {
    font-size: 13px;
    line-height: 1.5;
    background-size: cover;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
}
#main,
.content-wrap {
    overflow: hidden;
}
#container,
.inner-wrap {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
#content {
    width: 770px;
    margin-right: 30px;
    float: left;
}
#sidebar {
    width: 300px;
    float: left;
}
.full-width {
    width: 100% !important;
    margin-right: 0 !important;
}
/*====== Link styles =====*/
a {
    text-decoration: none;
    color: #111111;
    transition: all 0.2s ease 0s;
    outline: 0;
}
a:visited {
    color: #111111;
}
a:hover {
    color: #EC297B;
}
/*====== Colors =======*/
.main-color {
    color: #EC297B;
}
.main-color-bg {
    background: #EC297B;
}
/*====== Images =======*/
.wp-post-image {
    display: block;
}
.attachment-fp770_375 {
    width: 770px;
    /*height: 375px;*/
}
.slider-main {
    height: 375px;
    overflow: hidden;
}
.attachment-fp520_465 {
    /*width: 520px;*/
    /*height: 400px;*/
    
    min-height: 465px;
    min-width: 520px;
}
#sidebar .attachment-fp520_465 {
    /*width: 520px;*/
    /*height: 400px;*/
    max-width: 465px !important;
    margin-left: -100px;
}
.main-post>.thumb {
    height: 465px;
    overflow: hidden;
}
.main-post>.thumb-big-mod {
    height: 215px;
}
.attachment-fp370_215 {
    width: 370px;
    height: auto;
}
.post>.thumb {
    height: 215px !important;
}
.attachment-fp240_165 {
    width: 240px;
    /*height: 165px;*/
}
.attachment-fp120_90 {
    width: 120px;
    height: 90px;
}
.attachment-fp75_75 {
    width: 75px;
    height: 75px;
}
.one-half {
    width: 370px;
    margin-right: 30px;
    float: left;
}
.col-last {
    margin-right: 0 !important;
}
.marginr {
    float: left;
    margin: 4px 8px 0 0 !important;
    padding: 0
}
.marginl {
    float: right;
    margin: 0 0 0 10px !important;
    padding: 0
}
.entry-content img {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
}
.entry-content a > img:hover {
    border: 11px solid #EC297B;
    padding: 0;
}
.highslide img {
    display: inline
}
.entry-content .alignleft {
    margin-right: 15px
}
/*========= Headings =========*/
h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    font-family: 'Oswald', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    color: #111111;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
    text-transform: uppercase;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
:focus {
    outline: 0;
}
h3.archive-title {
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd
}
/* 2. HEADER * ======================== */
#header {
    margin-bottom: 30px;
}
#header .logo-section {
    overflow: hidden;
    margin: 20px 0 10px 0;
}
#header .logo {
    overflow: hidden;
    float: left;
}
#header .banner {
    float: right;
    max-width: 730px;
}
#header .banner img {
    display: block;
}
#header .menu-section {
    height: 50px;
    background: #FFFFFF;
}
/* 3. NAVIGATION MENU * =================== */
.primary-menu {
    width: 100%;
    position: relative;
    z-index: 30;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    background: url("images/sep.png") repeat-x left top;
    border-bottom: 2px solid #232424;
}
.primary-menu ul.sf-menu {
    display: none;
}
.primary-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 99;
}
.primary-menu ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.primary-menu ul li a {
    display: inline-block;
    padding: 10px 14px;
    margin: 10px 8px 6px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.primary-menu ul li:after {
    color: #121212;
    /*content: "/";*/
    
    font-size: 20px;
}
.primary-menu .current-menu-item a,
.primary-menu .current_page_item a,
.primary-menu > ul > li > a:hover {
    background: #EC297B;
    color: #FFFFFF;
}
.primary-menu ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    margin-top: 0;
}
.primary-menu ul li ul li {
    float: none;
    padding: 0px;
}
.primary-menu ul li:hover ul {
    background: #222222;
    color: #FFFFFF;
}
.primary-menu ul li:hover ul li:after {
    display: none;
}
.primary-menu ul li ul li a,
.primary-menu ul li:hover ul li a,
.primary-menu ul li.over ul li a {
    padding: 12px 12px;
    display: block;
    width: 150px;
    text-align: left;
    height: auto;
    font-size: 14px;
    text-transform: none;
    color: #FFFFFF;
    margin: 0;
}
.primary-menu ul li ul li a:hover {
    background: #EC297B;
}
.primary-menu ul li ul li a:after {
    display: none;
}
.primary-menu ul li ul li ul {
    display: none;
    position: absolute;
    left: 174px;
    top: -1px;
}
.primary-menu ul li ul li:hover ul,
.primary-menu ul li ul li.sfHover ul {
    display: block;
    position: absolute;
    left: 174px;
    top: 0;
}
.primary-menu .sf-sub-indicator {
    display: none;
}
.primary-menu a.menu-link {
    display: none;
}
/* 4. HOMEPAGE * ============ */
/*=== Slider ===*/
.section {
    overflow: hidden;
    margin-bottom: 20px;
}
.slider-main {
    display: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 770px;
    float: left;
}
.slider-main ul,
.slider-main ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-main .slides li {
    position: relative;
}
.slider-main .flex-viewport {
    max-height: 630px;
    transition: all 1s ease 0s;
}
.slider-main .post-info {
    position: absolute;
    top: 180px;
    width: 80%;
    margin-left: 8%;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    max-height: 180px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.slider-main .post-info h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}
.slider-main .post-info h2 a {
    color: #FFFFFF;
}
.slider-main .post-info h5 {
    color: #FFFFFF;
    text-transform: none;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}
.slider-main .more {
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #FFFFFF;
}
.slider-main .more h6 {
    text-transform: uppercase;
    font-weight: 700;
}
.slider-main .more h6 a {
    display: inline-block;
    color: #FFFFFF;
    padding: 8px 12px;
}
.slider-main .post-excerpt h6 {
    font-size: 13px;
}
.slider-main-nav {
    z-index: 3;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 45%;
}
.slider-main-nav ol li {
    float: left;
    line-height: 1;
    margin-right: 3px;
}
.slider-main-nav ol li a {
    font-size: 0;
    color: #FFFFFF;
    cursor: pointer;
}
.slider-main-nav ol li a:before {
    content: "\f10c";
    font-family: FontAwesome;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    margin-right: 2px;
}
.slider-main-nav ol li a.flex-active:before,
.slider-main-nav ol li a:hover:before {
    content: "\f111";
}
.slider-main .category a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700
}
.slider-main .entry-meta a {
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}
/*=== Slider Posts ===*/
.slider-right {
    float: left;
    width: 325px;
    margin-left: 5px;
}
.slider-right .item-post {
    height: 185px;
    overflow: hidden;
    position: relative;
}
.slider-right .item-post:first-child {
    margin-bottom: 5px;
}
.slider-right .item-post .wp-post-image {
    margin-top: -15px;
    margin-left: -20px;
    max-width: 370px;
}
.slider-right .item-post .post-info {
    position: absolute;
    top: 120px;
    width: 97%;
    text-align: center;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	padding: 5px;
}
.slider-right .entry-meta a {
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 400;
}
.slider-right h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.slider-right h4 a {
    color: #FFFFFF;
}
/*=== Carousel ===*/
.feat-carousel .section-title {
    position: relative;
    text-align: center;
}
.feat-carousel .title-wrap {
    display: inline-block;
}
.feat-carousel .carousel-prev a,
.feat-carousel .carousel-next a {
    overflow: hidden;
    display: block;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease 0s;
    z-index: 1;
    opacity: 0.9;
    position: relative;
    font-size: 0;
    text-align: center;
    border: 1px solid #111111;
    margin-top: 10px;
}
.carousel-posts {
    overflow: hidden;
    max-height: 100%;
}
.feat-carousel .carousel-prev a {
    float: left;
}
.feat-carousel .carousel-next a {
    float: right;
}
.feat-carousel a.bx-prev:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-right: 2px;
}
.feat-carousel a.bx-next:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-left: 2px;
}
.feat-carousel .carousel-prev a:hover,
.feat-carousel .carousel-next a:hover {
    background: #232424;
    color: #FFFFFF;
}
.feat-carousel .thumb {
    margin-bottom: 10px;
    height: 220px;
}
/*=== Featured Posts ===*/
.video-thumb iframe {
    width: 100% !important;
    height: 215px !important;
    display: block;
}
.video-thumb {
    overflow: hidden;
}
.video-thumb p {
    display: none;
}
#feat-postlist {
    overflow: hidden;
}
.cat-posts-list .post-item {
    width: 170px;
    margin-right: 13px;
    float: left;
}
.cat-posts-list .post-item .entry-header {
    margin-bottom: 6px;
}
.cat-posts-list .last {
    margin-right: 0;
}
.cat-posts-list .entry-meta {
    margin: 7px 0 5px;
}
.cat-posts-list .last {
    clear: right;
}
.cat-posts-list .row-margin {
    margin-bottom: 15px;
}
/*=== Overlay ===*/
.overlay {
    overflow: hidden;
    background: #000;
}
.overlay img {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
/* EFFETTO ROTAZIONE THUMBNAILS.overlay:hover img{	    -webkit-transform: scale(1.2) rotate(-5deg);    -moz-transform: scale(1.2) rotate(-5deg);    -o-transform: scale(1.2) rotate(-5deg);    -ms-transform: scale(1.2) rotate(-5deg);    transform: scale(1.2) rotate(-5deg);	opacity: 0.7;	}*/
.section-title {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px 0 12px;
    background: url("images/sep.png") repeat-x left top;
    border-bottom: 1px solid #111111;
}
.section-title h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}
.section-title h4 {
    text-transform: uppercase;
    text-align: center;
}
.section-title h6 {
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    color: #555555;
}
/*=== Category Large ===*/
.cat-large .main-post {
    width: 520px;
    float: right;
}
.cat-large .main-post .entry-slider {
    margin: 0;
    padding: 0;
}
.cat-large .main-post .entry-slider ul li img {
    display: block;
}
.cat-large .main-post .thumb {
    margin-bottom: 0 !important;
}
.cat-large .main-post p {
    margin-bottom: 10px;
}
.cat-large .main-post .entry-meta,
.cat-large .main-post .entry-meta a {
    color: #666666;
}
.cat-large .read-more h6 {
    display: inline-block;
    font-size: 13px;
    margin-left: 4px
}
.cat-large .entry-wrap {
    padding: 15px;
    background: #F2F2F2;
}
.cat-large .post-list {
    width: 220px;
    float: left;
    margin-right: 30px;
}
.cat-large .post-list .wp-post-image {
    width: 220px;
    /*height: 120px;*/
}
.cat-large .item-wrap>.thumb {
    height: 128px;
	width: 220px;
    overflow: hidden
}
.item-wrap>.thumb-mod {
    height: 75px;
	margin-right: 15px;
    overflow: hidden
}
.cat-large .post-list .thumb {
    margin-bottom: 10px;
}
.cat-large .post-list .entry-meta .sep {
    margin: 0 3px;
}
/*=== Featured Category ===*/
.feat-cat .main-post {
    overflow: hidden;
}
.feat-cat .main-post .thumb {
    margin-bottom: 15px;
}
.feat-cat p {
    margin-bottom: 0;
}
.feat-cat .item-post {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}
.feat-cat .item-wrap {
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 2px;
    padding-bottom: 10px;
}
.feat-cat .item-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.feat-cat .item-post:last-child .item-wrap {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.feat-cat .item-post h5 {
    margin-bottom: 10px;
}
.feat-cat .item-post .thumb {
    float: left;
}
/*=== Featured Section 2 ===*/
.feat-cat2 .main-post .thumb {
    margin-bottom: 10px;
}
.feat-cat p {
    margin-bottom: 0;
}
.feat-cat .entry-header {
    margin-bottom: 10px;
}
.feat-cat2 .item-post {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;
}
.feat-cat2 .item-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.feat-cat2 .item-post h5 {
    font-size: 14px;
    font-weight: 600;
}
.feat-cat2 .item-post .entry-meta {
    margin-top: 10px;
}
.feat-cat2 .item-post .thumb {
    width: 70px;
    margin-right: 10px;
    float: left;
}
.feat-cat2 .item-post .thumb img {
    width: 70px;
    height: 70px;
}
/* 5. POSTS * =============== */
/*=== Archive ===*/
.archive-header {
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #dddddd;
}
.archive-postlist {
    overflow: hidden;
}
.archive-postlist .entry-header {
    margin: 15px 0 10px;
}
.archive-postlist .post p {
    margin-bottom: 0;
}
.archive-postlist .one-half {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #111111;
}
/* === Pagination === */
.pagination {
    overflow: hidden;
    margin: 30px 0;
    font-weight: 700;
    clear: both;
}
.pagination .page-numbers {
    background: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px solid #111111;
}
.pagination a:hover,
.pagination .current {
    background: #EC297B;
    color: #FFFFFF;
}
/*=== Post slider ===*/
.entry-slider {
    display: none;
    margin: 15px 0 20px;
    position: relative;
}
.entry-slider ul,
.entry-slider ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.entry-slider .slides li {
    position: relative;
}
.entry-slider .flex-direction-nav a {
    margin: 0;
    opacity: 0.3;
    font-size: 0;
    display: block;
    position: absolute;
    top: 46%;
    z-index: 3;
    border: 3px solid #FFFFFF;
    width: 32px;
    height: 32px;
    text-align: center;
}
.entry-slider:hover .flex-direction-nav a {
    opacity: 0.8;
}
.entry-slider .flex-direction-nav a.flex-prev {
    left: 20px;
}
.entry-slider .flex-direction-nav a.flex-next {
    right: 20px;
}
.entry-slider .flex-direction-nav a:before {
    font-family: FontAwesome;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    font-size: 22px;
    margin-right: 2px;
    color: #FFFFFF;
}
.entry-slider .flex-direction-nav a.flex-prev:before {
    content: "\f053";
}
.entry-slider .flex-direction-nav a.flex-next:before {
    content: "\f054";
}
/*=== Single Post ===*/
.single-post .entry-header {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.single-post .entry-header .entry-meta {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2px;
    padding-bottom: 10px;
}
.entry-image {
    margin-bottom: 20px;
    overflow: hidden;
}
.entry-video {
    margin: 10px 0 20px;
    text-align: center;
}
.entry-video iframe {
    display: inline-block;
}
.entry-header h1 {
    margin-bottom: 10px;
}
.entry-header h4 {
    margin: 5px 0 8px;
}
.entry-meta {
    overflow: hidden;
    margin-top: 5px;
    letter-spacing: 2.2px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.entry-meta,
.entry-meta a {
    color: #999999;
}
.entry-meta .sep {
    margin: 0 10px;
}
.entry-meta .social {
    float: right;
}
.entry-meta .social i {
    font-size: 16px;
}
.entry-meta .social span {
    padding-right: 2px;
    display: block;
    float: left;
}
.entry-meta .social a {
    display: block;
    background: #111111;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    text-align: center;
    color: #FFFFFF;
}
.entry-meta .social .fb a {
    background: #00549F;
}
.entry-meta .social .twitter a {
    background: #38CDFF;
}
.entry-meta .social .gplus a {
    background: #C94434;
}
.entry-meta .social .pinterest a {
    background: #CD3939;
}
.entry-meta .social i {
    margin-top: 4px;
    margin-left: 3px;
}
.entry-meta .left {
    float: left;
    margin-top: 5px;
}
.entry-footer {
    overflow: hidden;
    margin: 20px 0;
}
.entry-footer .categories {
    overflow: hidden;
    margin-bottom: 10px;
}
.entry-footer .tags {
    overflow: hidden;
}
.entry-footer .icon {
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    padding: 4px 10px 2px;
    margin-right: 10px;
}
.entry-footer .icon i {
    font-size: 18px;
    padding: 0;
    line-height: 1;
    color: #666;
}
.entry-footer a {
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    padding: 4px 10px;
    color: #AAAAAA;
    margin-right: 10px;
}
.entry-footer a:hover {
    border: 1px solid #111111;
    color: #111111;
}
.entry-author {
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #DDDDDD;
}
.entry-content {
    text-align: justify;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 10px;
}
.entry-content p:last-child {
    margin-bottom: 0;
}
.entry-content p:nth-child(2) {
    overflow: hidden;
}
.entry-content p:nth-child(2) a > img {
    display: inline !important;
}
.entry-content a,
.entry-author a {
    color: #57C8F2;
}
.entry-content a:hover,
.entry-author a:hover {
    color: #2B2E24;
}
/* Su Safari risolve problema di immagini articoli non affiancate */
.entry-content a > img {
    overflow: hidden;
    display: inline-block;
}
/*=== Entry Auhtor ===*/
.entry-author .author-avatar {
    float: left;
    margin-right: 15px;
}
.entry-author .author-avatar .avatar {
    display: block;
}
/*=== Entry Nav ===*/
.entry-nav {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px;
    background: #F4F4F4;
}
.entry-nav .prev-post {
    float: left;
    max-width: 48%;
}
.entry-nav .next-post {
    float: right;
    text-align: right;
    max-width: 48%;
}
.entry-nav .title1 i {
    display: block;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
}
.entry-nav .title1 h5 {
    display: inline-block;
    font-weight: 300;
}
.entry-nav .next-post i {
    float: right;
    margin-right: 0;
    margin-left: 7px;
}
.entry-nav .link {
    display: inline-block;
}
.entry-nav .prev i {
    margin-right: 7px;
    margin-top: 4px;
}
.entry-nav .next i {
    margin-left: 7px;
    margin-top: 4px;
    float: right;
}
/*=== Related Posts ===*/
.related-posts {
    margin-bottom: 20px;
}
.related-posts ul {
    overflow: hidden;
}
.related-posts ul li {
    width: 250px;
    float: left;
    margin-right: 10px;
}
.related-posts .thumbnail {
    margin-bottom: 10px;
}
.related-posts div.thumbnail,
.yarpp-thumbnails-horizontal div.thumbnail {
    height: 145px;
    overflow: hidden;
}
.related-posts .wp-post-image {
    width: 250px;
}
/* ========= Comments ========= */
#comments {
    max-width: 770px;
    background: #FFFFFF;
    margin: 30px 0;
    padding-top: 15px;
    background: url('images/sep.png') repeat-x left top;
}
#comments .comments-title {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #111111;
}
#comments .comments-title .comments-num {
    float: left;
    margin-right: 10px;
    padding: 10px 15px;
}
#comments .comments-title .add-comment {
    float: left;
    background: #4E4E4E url('images/pencil-white.png') no-repeat 10px center;
    padding: 10px 15px 10px 36px;
}
#comments ol.commentlist {
    margin: 10px 0;
    list-style: none;
}
#comments .comment {
    overflow: hidden;
    margin-bottom: 10px;
}
#comments .author-info {
    margin-bottom: 5px;
    overflow: hidden;
}
#comments .author-avatar {
    float: left;
    width: 60px;
    margin-right: 20px;
}
#comments .author-avatar img {
    display: block;
}
#comments .comment-header {
    overflow: hidden;
}
#comments .comment-header h5 {
    float: left;
    margin-right: 15px;
}
#comments .comment-header .fn {
    width: auto;
    font-style: normal;
    margin-right: 10px;
}
#comments .comment-meta {
    margin-bottom: 2px;
}
#comments .author-comment {
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 8px 4px;
    line-height: 1;
    display: block;
    float: left;
}
#comments .comment-time {
    font-size: 13px;
    letter-spacing: 0;
    margin-right: 5px;
}
#comments .comment-time a {
    color: #AEAEAE;
}
#comments .sep {
    color: #AEAEAE;
    margin-right: 0px;
}
#comments .reply {
    font-size: 13px;
    margin-right: 10px;
}
#comments .edit-link {
    font-size: 13px;
}
#comments .comment-text {
    color: #777777;
}
#comments .moderation {
    color: red;
    font-size: 13px;
    margin-bottom: 0;
    overflow: hidden;
    clear: both;
}
#comments ul.children {
    list-style: none;
    position: relative;
}
#comments ul.children:before {
    width: 14px;
    height: 12px;
    content: " ";
    background-image: url("images/arrow-up.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 10px;
}
#comments ol.commentlist li ul.children {
    list-style: none;
    margin: 15px 0 0;
}
#comments ul.children .author-avatar {
    width: 50px;
    margin-top: 5px;
    margin-right: 10px;
}
#comments ul.children li.comment {
    margin-bottom: 5px;
}
#comments ol.commentlist li ul.children li.depth-2 {
    margin-left: 30px;
}
#comments ol.commentlist li ul.children li.depth-3 {
    margin-left: 30px;
}
#comments ol.commentlist li ul.children li.depth-4 {
    margin-left: 30px;
}
#comments ol.commentlist li ul.children li.depth-5 {
    margin-left: 30px;
}
#comments ol.commentlist li.pingback .url {
    margin-right: 10px;
}
#comments .comment-nav h4 {
    margin-bottom: 5px;
}
#comments .comment-nav {
    margin-bottom: 15px;
    overflow: hidden;
}
#comments .comment-nav .nav-previous {
    float: left;
}
#comments .comment-nav .nav-next {
    float: right;
}
#comments .moderation {
    color: #E96065;
    font-size: 14px;
}
#respond #reply-title {
    margin: 15px 0 10px;
}
#respond #reply-title small {
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    margin-left: 8px;
}
#respond #reply-title small a {
    color: #CCCCCC;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
}
#respond label {
    display: block;
    margin-bottom: 3px;
}
#respond .comment-notes {
    font-size: 13px;
    color: #999999;
    margin-bottom: 20px !important;
}
#respond .comment-form-author {
    margin-right: 2%;
}
#respond .comment-form-author,
#respond .comment-form-email {
    width: 49%;
    float: left;
}
#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text] {
    width: 90%;
}
#respond .comment-form-url input[type=text],
#respond textarea {
    width: 95%;
}
#respond input[type=text],
#respond textarea {
    display: block;
    font-family: inherit;
    font-size: 14px;
    color: inherit;
    padding: 8px 12px;
    border: 1px solid #222222;
}
#respond textarea {
    height: 185px;
}
#respond input[type=submit] {
    border: none;
    background: #EC297B;
    color: #FFFFFF;
    cursor: pointer;
    font: inherit;
    padding: 8px 12px;
    margin: 5px 0;
    text-align: center;
}
#respond .form-allowed-tags {
    margin: 15px 0 !important;
    color: #A8A8A8;
}
/* 6. PAGES * ========= */
.page-header {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.page-header h2 {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2px;
    padding-bottom: 10px;
}
/*=== Error Page ===*/
.error-page .error-page-wrap {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.error-page .error-page-wrap h1 {
    font-size: 140px;
}
.error-page .error-page-wrap p {
    margin: 20px 0;
}
.error-page .search-form {
    width: 300px;
    margin: 0 auto;
}
.error-page .search-field {
    width: 278px;
}
.error-page .widget {
    margin: 20px 0;
}
.error-page .widget ul {
    display: inline-block;
}
.error-page .widget h4 {
    margin-bottom: 10px;
}
/*=== Archives Page ===*/
.archive-columns {
    margin-top: 20px;
    overflow: hidden;
}
.archive-page .wt-row {
    overflow: hidden;
    margin-bottom: 20px;
}
.archive-page .wt-row h4 {
    margin-bottom: 10px;
}
.archive-page .wp-tag-cloud a {
    font-size: 13px !important;
}
.archive-page .search-form {
    width: 220px;
}
.archive-page .search-field {
    width: 198px;
}
.banner-ads { float:left; margin-right: 15px}
/*=== Contact Page ===*/
.contact-page .contact-text p:last-child {
    margin-bottom: 0;
}
.contact-page .map,
.contact-page .contact-text {
    margin-bottom: 20px;
    overflow: hidden;
}
.contact-page .contact-form .error {
    color: #F0685C;
    font-size: 13px;
}
.contact-page .contact-form .wt-row {
    margin-bottom: 20px;
    overflow: hidden;
}
.recaptcha_only_if_image,
.recaptcha_only_if_audio,
.contact-page .contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.recaptcha_refresh,
.recaptcha_only_if_image,
.recaptcha_only_if_audio,
.recaptcha_help {
    float: left;
    font-size: 12px;
    color: #999999;
    margin-right: 15px;
}
#recaptcha_widget a {
    color: #BCBCBC;
}
#recaptcha_widget i {
    margin-right: 5px;
    color: #BCBCBC;
}
#recaptcha_image {
    max-width: 100%;
}
.col-last .recaptcha_only_if_image,
.col-last .recaptcha_only_if_audio {
    font-weight: 400;
}
.contact-page .contact-form label span {
    margin-left: 15px;
    font-size: 12px;
    color: #BCBCBC;
    font-weight: normal;
}
.contact-page .one-half {
    overflow: hidden;
}
.contact-page .one-half {
    width: 48%;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form textarea {
    display: block;
    font-family: inherit;
    font-size: 14px;
    padding: 10px 14px;
    border: 1px solid #EEEEEE;
    margin: 0;
    color: #AEAEAE;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"] {
    width: 91%;
}
.contact-page .contact-form .message-field input[type="text"] {
    width: 95.5%;
}
.contact-page .contact-form textarea {
    height: 185px;
    width: 95.5%;
}
.msgbox {
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 10px;
}
.msgbox-error {
    background: #C14E36;
}
.msgbox-success {
    background: #6BCA70;
}
.msgbox-warning {
    background: #EBA709;
}
.msgbox i {
    margin-right: 5px;
}
/* 7. SIDEBAR * ======================== */
#sidebar .widget {
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 20px;
}
#sidebar .widget .widget-title {
    background: url('images/sep.png') repeat-x left bottom;
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li {
    border-bottom: 1px solid #F2F2F2;
    padding: 8px 0;
    overflow: hidden;
}
.widget ul li:first-child {
    padding-top: 0;
}
.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget select {
    border: 1px solid #F2F2F2;
    font: inherit;
    color: inherit;
    width: 100%;
    padding: 8px;
}
.widget input[type=text] {
    display: block;
    font-family: inherit;
    font-size: 14px;
    color: inherit;
    padding: 8px 12px;
    border: 1px solid #ECECEC;
    height: 18px;
}
#header .widget input[type="text"] { width: 257px}
#header .header_search { float:right; position: relative; right:0; top:35px;}
@media only screen and (max-width: 1129px){
	#header .header_search { float:none; margin: 0 auto; width: 284px; position:inherit; }
}
/* ======= Default Widgets ======= */
/* .widget_categories ul li,.widget_recent_comments ul li,.widget_archive ul li,.widget_meta ul li,.widget_pages ul li,.widget_recent_entries ul li{		margin-bottom: 8px;	padding-bottom: 8px;} */
/* #sidebar .widget_categories ul li:before,#sidebar .widget_recent_comments ul li:before,#sidebar .widget_archive ul li:before,#sidebar .widget_meta ul li:before,#sidebar .widget_pages ul li:before,#sidebar .widget_recent_entries ul li:before{	background: url("images/bullet-dark.png") no-repeat left 8px;	padding-left: 12px;		border-bottom: 1px solid #ECECEC;} */
/* === Subscription Widget === */
.widget_subscribe input[type=text] {
    float: left;
    width: 180px;
    margin-right: 5px;
}
.widget_subscribe .button {
    height: 36px;
}
#footer .widget_subscribe input[type=text] {
    width: 200px;
    margin-bottom: 10px;
}
/* === Subscribers Widget === */
.widget_followers ul li {
    border-bottom: none;
}
.widget_followers ul li {
    width: 90px;
    float: left;
    margin-right: 15px;
    text-align: center;
    padding: 0;
}
.widget_followers ul li.rss {
    margin-right: 0;
}
.widget_followers .icon {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    display: inline-block;
    margin-bottom: 10px;
}
.widget_followers .facebook .icon {
    background: #00549F;
}
.widget_followers .twitter .icon {
    background: #38CDFF;
}
.widget_followers .rss .icon {
    background: #F8A631;
}
.widget_followers .icon i {
    font-size: 36px;
    margin-top: 15px;
    color: #FFFFFF;
}
.widget_followers ul li.rss i {
    margin-left: 5px;
}
/* === Categories Widget === */
.widget_categories ul li i {
    margin-right: 5px;
}
.widget_categories ul li h6 {
    display: inline-block;
}
.widget_categories .post-count {
    padding: 4px 10px 3px;
    border: 1px solid #111111;
    display: block;
    float: right;
}
/* === Search Widget === */
.search-form {
    overflow: hidden;
    position: relative;
}
.search-field {
    padding: 9px 10px 10px;
}
#sidebar .search-field {
    width: 274px;
}
.search-submit {
    border: none;
    color: #111111;
    cursor: pointer;
    font-size: 18px;
    height: 20px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 6px;
    padding: 0;
    background: none;
}
#footer .search-field {
    width: 210px;
}
/* === Image widgets === */
.widget_pinterest ul li.pinterest-follow-me img {
    display: block;
    height: 28px
}
.widget_pinterest .recent-pins-widget {
    overflow: hidden;
}
#sidebar .widget_pinterest ul li,
#sidebar .widget_flickr ul li {
    width: 55px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 !important;
    border-bottom: none !important;
}
#sidebar .widget_pinterest .pinterest-image img,
#sidebar .widget_flickr .flickr_thumbs img {
    width: 55px;
    height: 55px;
    display: block;
}
#footer .widget_pinterest ul li,
#footer .widget_flickr ul li {
    width: 60px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 !important;
    border-bottom: none !important;
}
#footer .widget_pinterest .pinterest-image img,
#footer .widget_flickr .flickr_thumbs img {
    width: 60px;
    height: 60px;
    display: block;
}
/* === Tabs widget === */
.widget_tabs .widget-tabs-title-container {
    overflow: hidden;
    margin-bottom: 15px;
}
.widget_tabs .widget-tabs-title-container ul {
    overflow: hidden;
    padding-bottom: 5px;
    background: url("images/sep.png") repeat-x left bottom;
}
.widget_tabs .widget-tabs-title-container ul li {
    padding: 8px 9px !important;
    float: left;
    display: block;
    border-bottom: none !important;
}
.widget_tabs .widget-tabs-title-container ul li:hover,
.widget_tabs .active {
    background: #111111;
    color: #FFFFFF;
}
.widget_tabs .widget-tabs-title-container ul li:hover a,
.widget_tabs .widget-tabs-title-container ul li.active a {
    color: #FFFFFF;
}
.widget_tabs .widget-tabs-title-container ul li:first-child {
    margin-left: 0;
}
.widget_tabs .tab-content {
    display: none;
}
.widget_tabs .post-list li {
    overflow: hidden;
    margin-bottom: 7px;
    padding: 0 0 10px 0 !important;
}
.widget_tabs .comment-list li {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 0 1px 0 !important;
}
.widget_tabs .comment-list .thumbnail,
.widget_tabs .post-list .thumbnail {
    width: 75px;
    float: left;
    margin-right: 15px;
}
.widget_tabs .comment-list .avatar,
.widget_tabs .post-list .wp-post-image {
    width: 75px;
    height: 75px;
}
.widget_tabs .comment-text {
    line-height: 1.2;
}
/* === Comments widget === */
.widget_comments .comment-list li {
    margin-bottom: 8px;
    overflow: hidden;
}
.widget_comments .thumbnail {
    float: left;
    width: 65px;
    margin-right: 10px;
}
.widget_comments .thumbnail img {
    display: block;
}
.widget_comments .entry-meta {
    margin: 0;
}
.widget_comments .comment-text {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.4;
}
#footer .widget_comments .thumbnail {
    width: 50px;
    margin-right: 7px;
}
/* === Tags widget === */
.tagcloud {
    overflow: hidden;
    margin-top: 10px;
}
.tagcloud a {
    color: #666;
    cursor: pointer;
    line-height: 30px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    display: block;
}
.tagcloud a:hover {
    color: #FFFFFF;
    background: #111111;
}
/* Widget NextgenTag */
.tagcloud li {
    color: #666;
    cursor: pointer;
    line-height: 30px;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0 !important;
    display: block;
    border-bottom-width: 0 !important;
}
.tagcloud label {
    width: 89%;
}
.tagcloud li:hover,
.tagcloud label:hover {
    color: #FFFFFF !important;
    background: #111111;
}
#checked label {
    background: #000;
    color: #fff !important;
}
.tagcloud > li label {
    cursor: pointer;
    float: left;
    margin-bottom: 0;
    padding-left: 10px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
}
#footer .tagcloud a {
    border: 1px solid #444444;
}
#footer .tagcloud a:hover {
    background: #333;
    border: 1px solid #333;
}
/* === Calendar widget === */
.widget_calendar {
    margin-bottom: 0
}
.widget_calendar #calendar_wrap {
    padding: 1px;
}
.widget_calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #F1F4F6;
    border-right: 1px solid #F1F4F6;
}
.widget_calendar td:first-child {
    border-left: 1px solid #F1F4F6;
}
.widget_calendar td a {
    font-weight: 700;
}
.widget_calendar tfoot td a {
    font-weight: 400;
}
.widget_calendar thead th {
    padding: 10px 0;
    text-align: center;
}
.widget_calendar caption {
    font-weight: 700;
}
.widget_calendar #prev {
    text-align: left;
    padding-left: 12px;
}
/* === Ads Block widget === */
.widget_adsblock ul {
    overflow: hidden;
    margin-top: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_adsblock ul li {
    float: left;
    margin-top: 15px;
    padding: 0 !important;
    width: 125x;
    height: 125x;
    border-bottom: none !important;
    margin-right: 0px;
}
.widget_adsblock ul li img {
    width: 125x;
    height: 125x;
}
.widget_adsblock ul li a {
    display: block;
}
.widget_adsblock ul li:first-child {
    margin-right: 25px;
    margin-top: 0;
}
.widget_adsblock ul li:first-child + li {
    margin-top: 0;
}
.widget_adsblock ul li:first-child + li + li {
    margin-right: 25px;
}
/* === Single Ad Block === */
.widget_adsingle .outer-wrap {
    text-align: center;
}
.widget_adsingle .in-wrap {
    display: inline-block;
    max-width: 100%;
}
/*=== Slider Widget ===*/
.widget_slider {
    position: relative;
}
.widget_slider .attachment-fp370_215 {
    height: auto;
    width: 300px;
}
.post>.thumb {
    height: 175px;
}
.widget_slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_slider .slider-widget-posts ul li {
    position: relative;
    border-bottom: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    max-height: 410px;
}
.widget .sidebar-carousel-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    background: #FFFFFF;
    padding-left: 10px;
}
.widget_slider .post-info {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.widget_slider .entry-meta a {
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 400;
}
.widget_slider .post-info h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.widget_slider .post-info h4 a {
    color: #FFFFFF;
}
#footer .widget .sidebar-carousel-nav {
    top: 0;
    right: 0;
}
.widget .flex-direction-nav {
    overflow: hidden;
}
.widget .flex-direction-nav li {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
}
.widget .flex-direction-nav a {
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: #111111;
    text-align: center;
}
.widget .flex-direction-nav a:before {
    font-family: FontAwesome;
    display: inline-block;
    padding: 0;
    font-weight: 400;
    font-size: 10px;
    margin-top: 2px;
    color: #FFFFFF;
}
.widget .flex-direction-nav a.flex-prev {
    margin-right: 3px;
}
.widget .flex-direction-nav a.flex-prev:before {
    content: "\f053";
}
.widget .flex-direction-nav a.flex-next:before {
    content: "\f054";
}
/*=== Social Links ===*/
.widget_social ul {
    overflow: hidden;
    margin-top: 10px;
}
.widget_social ul li {
    border-bottom: none !important;
    float: left;
    margin-right: 10px;
    padding: 0;
}
.widget_social ul li i {
    font-size: 16px;
}
/* 8. FOOTER * ========== */
#footer {
    background: #222222;
    overflow: hidden;
    margin-top: 30px;
    color: #999999;
}
#footer a {
    color: #999999;
}
#footer a:hover {
    color: #FFFFFF;
}
#footer h4,
#footer h5,
#footer h6 {
    color: #FFFFFF;
}
#footer .footer-widgets {
    padding: 30px 0 15px;
}
#footer .footer-widget {
    width: 265px;
    float: left;
    margin-right: 13px;
    overflow: hidden;
}
#footer .widget {
    margin-bottom: 15px;
}
#footer .widget .widget-title {
    margin-bottom: 10px;
}
#footer .widget ul li {
    border-bottom: 1px solid #444444;
    overflow: hidden;
    padding: 8px 0;
}
#footer .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#footer .footer-info {
    background: #333333;
}
#footer .footer-left {
    float: left;
}
#footer .footer-right {
    float: right;
    max-width: 200px;
}
#footer .footer-right ul {
    overflow: hidden;
}
#footer .footer-right ul li {
    float: left;
    margin-left: 7px;
    font-size: 14px;
}
.bottom-menu {
    float: right;
    max-width: 750px;
}
.bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.bottom-menu ul li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #555555;
}
.bottom-menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.bottom-menu ul li a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.bottom-menu ul li a:hover {
    color: #CCCCCC;
}
/* 10.1 DESKTOPS * =========================== */
@media only screen and (min-width: 768px) and (max-width: 1129px) {
	.entry-content img { max-width: 96%; padding: 6px !important}
	.entry-content a > img:hover {
		border: 7px solid #EC297B !important;
		padding: 0 !important;
	}
    #container,
    .inner-wrap {
        width: 750px;
        position: relative;
    }
    #content {
        margin-right: 0;
        width: 750px;
    }
    #header {
        margin-bottom: 20px;
    }
    #header .logo {
        margin-bottom: 20px;
        float: none;
    }
    #header .banner {
        float: none;
        margin: 0 auto;
    }
    .primary-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        right: 234px;
    }
    .slicknav_btn {
        width: 260px;
    }
    .slider-main {
        width: 750px;
        margin-bottom: 15px;
    }
	.slider-main .post-info {
		top: 200px;
		max-height: 160px;
	}
	.slider-main .post-info h2 {
		font-size: 29px;
	}
    .slider-right {
        margin-left: 0;
        width: 750px;
    }
    .slider-right .item-post {
        float: left;
        width: 365px;
    }
    .slider-right .item-post:first-child {
        margin-right: 20px;
        margin-bottom: 0;
    }
    .slider-right .item-post .wp-post-image {
        max-width: 370px;
        margin-left: 0;
        margin-top: 0;
    }
    .cat-large .post-list {
        margin-right: 10px;
    }
    .cat-large .main-post {
        width: 520px;
    }
    .one-half {
        margin-right: 10px;
    }
    .related-posts ul li {
        width: 243px;
    }
    #sidebar {
        width: 750px;
        margin: 20px 0;
        float: left;
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
    }
    #footer .footer-widget,
    #sidebar .widget {
        display: inline-block;
        width: 300px !important;
        margin-bottom: 10px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
    }
    .post>.thumb {
        height: 215px !important;
    }
}/* 10.2. Tablet Portrait (devices and browsers)================================================= */
@media only screen and (min-width: 570px) and (max-width: 767px) {
	.entry-content img { max-width: 96%; padding: 6px !important}
	.entry-content a > img:hover {
		border: 7px solid #EC297B !important;
		padding: 0 !important;
	}
	#header .logo-section { margin-top: 40px !important}
    #container,
    .inner-wrap {
        width: 550px;
        position: relative;
    }
    #content {
        margin-right: 0;
        width: 550px;
    }
    #header {
        margin-bottom: 20px;
    }
    #header .logo {
        margin-bottom: 20px;
        float: none;
        text-align: center;
    }
    .primary-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        right: 134px;
    }
    .slicknav_btn {
        width: 260px;
    }
    #header .banner {
        float: none;
        margin: 0 auto;
    }
    .slider-main {
        width: 550px;
        margin-bottom: 15px;
		height: 300px;
        overflow: hidden;
    }
	.slider-main .post-info {
		top: 120px;
		max-height: 120px;
		padding: 5px;
	}
	.slider-main .post-info h2 {
		font-size: 28px;
	}
    .slider-right {
        margin-left: 0;
        width: 550px;
    }
	.slider-right h4 { font-size: 16px; margin-bottom: 5px;}
    .attachment-fp770_375 {
        /*height: 300px;*/
        
        width: 550px;
    }
    .slider-right .item-post {
        height: 185px;
        width: 270px;
        float: left;
    }
    .slider-right .item-post:first-child {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .slider-right .item-post .wp-post-image {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }
	.slider-right .item-post .post-info {
		top: 100px;
	}
    .cat-large .main-post {
        float: left;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .cat-large .post-list {
        margin-right: 0;
        width: 100%;
    }
    .cat-large .item-post {
        border-bottom: none;
        margin-bottom: 10px;
        float: left;
		width: 240px;
		padding-left: 23px;
    }
	.cat-large .post-list .wp-post-image { width: 240px;}
    .feat-cat .item-post:last-child {
        display: none;
    }
    .cat-large .item-wrap>.thumb {
        height: 120px;
		width: 220px;
        overflow: hidden
    }
    .item-wrap>.thumb-mod {
        height: 75px;
		margin-right: 15px;
        overflow: hidden
    }
    .one-half {
        margin-right: 10px;
        width: 270px;
    }
    .attachment-fp370_215 {
        height: auto;
        width: 270px;
    }
    .post>.thumb {
        height: 160px !important;
    }
    .video-thumb iframe {
        height: 160px !important;
    }
    .entry-meta .sep {
        margin: 0;
    }
    #sidebar {
        width: 550px;
        margin: 20px 0;
        float: left;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
    .widget_subscribe input[type="text"] {
        margin-bottom: 10px;
    }
    #footer .footer-widget,
    #sidebar .widget {
        display: inline-block;
        width: 260px !important;
        margin-bottom: 10px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
    }
	
    .main-post>.thumb-big-mod {
        height: 155px;
    }
	.bx-wrapper { max-width: 505px !important; }
}
/* 10.3. Mobile Landscape Size to Tablet Portrait (devices and browsers)========================================================================== */
@media only screen and (min-width: 460px) and (max-width: 569px) {
	.entry-content img { max-width: 96%; padding: 6px !important}
	.entry-content a > img:hover {
		border: 7px solid #EC297B !important;
		padding: 0 !important;
	}
	#header .logo-section { margin-top: 40px !important}
    #container,
    .inner-wrap {
        width: 440px;
        position: relative;
    }
    #content {
        margin-right: 0;
        width: 440px;
    }
    #header {
        margin-bottom: 10px;
    }
    #header .logo {
        margin: 0;
        float: none;
        text-align: center;
    }
    #header .banner {
        display: none;
    }
    .primary-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        right: 79px;
    }
    .slicknav_btn {
        width: 260px;
    }
    .slider-main {
        width: 440px;
        margin-bottom: 15px;
    }
    .attachment-fp770_375 {
        /*height: 250px;*/
        
        width: 440px;
    }
    .slider-main {
        height: 250px;
        overflow: hidden;
    }
    .slider-main .post-info {
        top: 110px;
		padding: 5px;
    }
    .slider-main .post-info h5,
    .slider-main .more {
        display: none;
    }
    .slider-main .post-info h2 {
        font-size: 28px;
    }
    .slider-right {
        margin-left: 55px;
        width: 325px;
    }
    .slider-right .item-post:first-child {
        margin-bottom: 15px;
    }
	.slider-right .item-post .post-info {
		top: 120px;
	}
    .cat-large .main-post {
        width: 440px;
        margin-bottom: 15px;
    }
	.cat-large .post-list .wp-post-image { width: 240px;}
    .attachment-fp520_465 {
        /*height: 330px;*/
        
        min-height: 330px;
        min-width: 295px;
    }
    .main-post>.thumb {
        height: 330px;
        overflow: hidden;
    }
    .cat-large .post-list {
        margin-right: 0;
        width: 100%;
    }
    .cat-large .item-post {
        border-bottom: none;
        margin-bottom: 0;
        width: 215px;
		float: left;
    }
    .cat-large .item-post:first-child {
        margin-right: 10px;
    }
    .cat-large .item-post:last-child {
        display: none;
    }
    .bx-wrapper {
        width: 450px;
    }
    .carousel-posts li {
        width: 220px !important;
        margin-right: 10px !important;
    }
    .attachment-fp240_165 {
        /*height: 145px;*/
    }
    .feat-cat .main-post {
        margin-bottom: 15px;
    }
    .contact-page .map iframe {
        width: 440px;
        height: 220px;
    }
    #respond .comment-form-author,
    #respond .comment-form-email {
        width: 48%;
    }
    #respond .comment-form-url input[type="text"],
    #respond textarea {
        width: 93.5%;
    }
	
    .main-post>.thumb-big-mod {
        height: 215px;
    }
}
/* 10.4. Mobile Portrait Size to Mobile Landscape Size (devices and browsers)====================================================================== */
@media only screen and (min-width: 351px) and (max-width: 459px) {
	.entry-content img { max-width: 95%; padding: 6px !important;}
	.entry-content a > img:hover {
		border: 7px solid #EC297B !important;
		padding: 0 !important;
	}
	#header .logo-section { margin-top: 50px !important}
    #container,
    .inner-wrap {
        width: 350px;
        position: relative;
    }
    #content {
        margin-right: 0;
        width: 350px;
    }
    #header {
        margin-bottom: 10px;
    }
    #header .logo {
        margin-bottom: 15px;
        float: none;
        text-align: center;
    }
    #header .banner {
        display: none;
    }
    .primary-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        right: 38px;
    }
    .slicknav_btn {
        width: 255px;
    }
    .slider-main {
        width: 350px;
        margin-bottom: 15px;
    }
    .slider-right {
        display: none;
    }
    .attachment-fp770_375 {
        /*height: 160px;*/
    }
    .slider-main {
        height: auto;
        overflow: hidden;
    }
    .slider-main .post-info h5,
    .slider-main .more {
        display: none;
    }
    .slider-main .post-info h2 {
        font-size: 22px;
		margin-bottom: 0;
    }
    .slider-right .item-post:first-child {
        margin-bottom: 15px;
    }
    .slider-main .post-info {
        top: 70px;
		padding: 5px;
    }
    .slider-main-nav {
        display: none;
    }
    .cat-large .main-post {
        width: 350px;
        margin-bottom: 15px;
    }
    .attachment-fp520_465 {
        /*height: 230px;*/
        
        min-height: 230px;
        min-width: 206px;
    }
    .main-post>.thumb {
        height: 230px;
        overflow: hidden;
    }
    .cat-large .post-list {
        margin-right: 0;
		padding-left: 18%;
    }
	.cat-large .post-list .wp-post-image { width: 240px;}
    .bx-wrapper {
        width: 451px !important;
    }
    .feat-cat .main-post {
        margin-bottom: 15px;
    }
    .one-half {
        margin-right: 0;
        width: 350px;
    }
    .attachment-fp370_215 {
        height: auto;
    }
    .post>.thumb {
        height: 175px !important;
    }
    .entry-meta .social {
        display: none;
    }
    .related-posts ul li {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .contact-page .map iframe {
        width: 100%;
        height: 180px;
    }
    #respond .comment-form-author,
    #respond .comment-form-email {
        width: 100%;
    }
    #respond .comment-form-author {
        margin-right: 0;
    }
    #respond .comment-form-url input[type="text"],
    #respond textarea {
        width: 90.5%;
    }
    .main-post>.thumb-big-mod {
        height: 200px;
    }
	.entry-content p:nth-child(2) {
		overflow: visible !important;
    }
	.entry-content p:nth-child(2) a > img {
		width: 98%;
		float: none;
    }
	#sidebar { width: 350px;}
	.banner-ads { float: none; margin-right: 0;}
		.related-posts .wp-post-image {
		width: 350px;
	}
	.related-posts ul li {
		width: 350px;
	}
	/* YARPP RELATED POST PLUGIN */	
	.yarpp-thumbnail > img,
	.yarpp-thumbnail-default {
		width: 350px !important;
	}
	.box-thumbnail, 
	.box-thumbnail:last-of-type {
		width: 350px !important;
	}
	.related-posts div.thumbnail,
	.yarpp-thumbnails-horizontal div.thumbnail {
		height: 175px !important;
	}
}
@media only screen and (max-width: 350px) {
	.entry-content img { max-width: 95%; padding: 6px !important;}
	.entry-content a > img:hover {
		border: 7px solid #EC297B !important;
		padding: 0 !important;
	}
	#header .logo-section { margin-top: 50px !important}
    #container,
    .inner-wrap {
        width: 300px;
        position: relative;
    }
    #content {
        margin-right: 0;
        width: 300px;
    }
    #header {
        margin-bottom: 10px;
    }
    #header .logo {
        margin-bottom: 15px;
        float: none;
        text-align: center;
    }
    #header .banner {
        display: none;
    }
    .primary-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        right: 11px;
    }
    .slicknav_btn {
        width: 255px;
    }
    .slider-main {
        width: 300px;
        margin-bottom: 15px;
    }
    .slider-right {
        display: none;
    }
    .attachment-fp770_375 {
        /*height: 160px;*/
    }
    .slider-main {
        height: 160px;
        overflow: hidden;
    }
    .slider-main .post-info h5,
    .slider-main .more {
        display: none;
    }
    .slider-main .post-info h2 {
        font-size: 22px;
		margin-bottom: 0;
    }
    .slider-right .item-post:first-child {
        margin-bottom: 15px;
    }
    .slider-main .post-info {
        top: 70px;
		padding: 5px;
    }
    .slider-main-nav {
        display: none;
    }
    .cat-large .main-post {
        width: 300px;
        margin-bottom: 15px;
    }
    .attachment-fp520_465 {
        /*height: 230px;*/
        
        min-height: 230px;
        min-width: 206px;
    }
    .main-post>.thumb {
        height: 230px;
        overflow: hidden;
    }
    .cat-large .post-list {
        margin-right: 0;
		padding-left: 13%;
    }
	.cat-large .post-list .wp-post-image { width: 240px;}
    .bx-wrapper {
        width: 451px !important;
    }
    .feat-cat .main-post {
        margin-bottom: 15px;
    }
    .one-half {
        margin-right: 0;
        width: 300px;
    }
    .attachment-fp370_215 {
        height: auto;
    }
    .post>.thumb {
        height: 175px !important;
    }
    .entry-meta .social {
        display: none;
    }
    .related-posts ul li {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .contact-page .map iframe {
        width: 100%;
        height: 180px;
    }
    #respond .comment-form-author,
    #respond .comment-form-email {
        width: 100%;
    }
    #respond .comment-form-author {
        margin-right: 0;
    }
    #respond .comment-form-url input[type="text"],
    #respond textarea {
        width: 90.5%;
    }
    .main-post>.thumb-big-mod {
        height: 170px;
    }
	.entry-content p:nth-child(2) {
		overflow: visible !important;
    }
	.entry-content p:nth-child(2) a > img {
		width: 98%;
		float: none;
    }
	.related-posts .wp-post-image {
		width: 350px;
	}
	.related-posts ul li {
		width: 350px;
	}
	/* YARPP RELATED POST PLUGIN */	
	.yarpp-thumbnail > img,
	.yarpp-thumbnail-default {
		width: 350px !important;
	}
	.box-thumbnail, 
	.box-thumbnail:last-of-type {
		width: 350px !important;
	}
	.related-posts div.thumbnail,
	.yarpp-thumbnails-horizontal div.thumbnail {
		height: 175px !important;
	}
}
/* YARPP RELATED POST PLUGIN */
.yarpp-thumbnail > img,
.yarpp-thumbnail-default {
    height: auto !important;
    margin: 0 !important;
}
.box-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 250px;
}
.box-thumbnail:last-of-type {
    float: left;
    margin-right: 0;
    width: 250px;
}
.yarpp-related {
    overflow: hidden;
}
.yarpp-thumbnail {
    border: none !important
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: auto !important;
    width: auto !important;
    font-weight: normal !important
}
/* COOKIE BAR */
#cookie-notice { border-bottom: 1px solid #000; position: absolute !important}
#cookie-notice .button { background: #000; padding: 2px 8px 2px 8px !important}
.cookie-notice-container { padding: 7px 10px 7px 10px !important}
/* Scroll */
#scrollUp { z-index: 99999 !important; bottom: 25px !important;}
/* CUSTOM NUMBER LIST MENU': <ol></ol> */
ol ol {margin: 0 0 0 2em;}
.post ol li{position:relative;display:block;padding:.3em .4em .3em .8em; text-decoration:none;
transition:all .3s ease-out; box-shadow: 0 1px 3px rgb(198, 198, 198), 1px 1px 0 rgba(255, 255, 255, 0.4) inset; font: bold 120%/1; text-shadow: 0 1px 0 rgb(204, 204, 204); text-transform: uppercase;}
.post ol li:before{content:counter(li);counter-increment:li;position:absolute; left:-2.5em;top:50%;margin-top:-1em;background:#ec297b;color:#FEFEFE;height:2em;width:2em; line-height:2em;text-align:center;font-weight:bold;}
.post ol li:after{position:absolute; content:'';border: .5em solid transparent;
left:-1em;top:50%;margin-top:-.5em;transition:all .3s ease-out;}
.post ol li:hover:after{left:-.5em;border-left-color:#ec297b;}
.post ol li span{position:relative;display:block;padding:5px 8px;margin-bottom:10px;background:#fafafa;color:#666;text-decoration:none;transition:all .3s ease-out;}
.post ol li span:hover{background:#f9f9f9;}
ol:first-of-type { counter-reset: li; }
/* OLD NUMBER LIST MENU': <ol></ol> */
.blocknumber { display: block; margin: 15px 0; min-height: 50px; padding: 10px 0 0 55px; position: relative; line-height: 29px; }
.bignumber {  color: #e7e7e7; display: block; height: 23px; left: 0; line-height: 23px; padding: 10px;  position: absolute; text-align: center; top: 0;  width: 25px;}
.bnround .bignumber { border: 3px solid #ddd; border-radius: 50%;}
span.dropcap, span.bignumber { color: #ec297b;}