/*
Theme Name: mediaticamente child
Theme URI: http://www.mediaticamente.it/
Description: This is a child theme for mediaticamente
Author: Mediaticamente
Author URI: http://www.mediaticamente.it/
Template: shopkeeper
Version: 1.0
*/

@import url("../shopkeeper/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
@font-face {
    font-family: 'fonts/GeneraliAB';
    src: url('fonts/GeneraliAB.woff2') format('woff2'),
        url('fonts/GeneraliAB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body, p, ul, a, .archive-list li a {
  font-family: 'Helvetica Neue LT Std' !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

h1, h2, h3, h4, h4 a, h5, h6 {
  font-family: 'Helvetica Neue LT Std' !important;
  font-weight: normal !important;
  font-style: normal !important;
}

h4::before {
    content: ' ';
    position: absolute;
    left: 8px;
    top: 35px;
    height: 70px;
    border: 2px solid #c21b17;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
    z-index: 99999;
  }

.search_result_item h1 span { color:#000; border-bottom: solid 1px #c21b17; }
.search_result_item .post_meta_archive { display:none; }
.search-results #nav-below { display:none; }


body, .st-content { background-color: #f7f7f7 !important; }
.site-header { background-color: rgba(0,0,0,1) !important; }
.sticky .main-navigation > ul > li > a, .sticky .site-header, .site-tools ul li a { color: #fff !important; }
.top-headers-wrapper { background-color: #f7f7f7; }
.bg-private-posts { margin-top: 50px; }
.boxed-full-width { max-width: 1920px; margin: 0 auto; min-height: 600px; }
.boxed-full-width svg { height: 200px; fill: #000; position: absolute; right: 15%; bottom: -60px; }
.bg-fixed { background-attachment: fixed; background-position-y: 80px; }
.main-title { text-align: center; }
.main-title .wpb_single_image img { max-width: 70%; }
@media (max-width: 767px){ .main-title .wpb_single_image img { max-width: 80%; padding-top: 40%; } .wpb_single_image.vc_align_right { text-align: center; }}
@media (min-width: 768px) and (max-width: 1200px) { .main-title .wpb_single_image img { max-width: 50%; } }
.blog-single p, .blog-single li { color: #545454; }
.main-navigation > ul > li > a { font-size: 16px;}

.vc_gitem-zone-c { background: url('/wp-content/uploads/2018/12/linea-rossa.png'); background-repeat: no-repeat; background-size: contain; background-position-y: 90%; }


.bg-private-posts .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-post-data-source-post_excerpt { min-height: 140px; }
.bg-private-posts .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-post-data-source-post_title { min-height: 115px; }
.bg-private-posts .vc_gitem-zone-mini .vc_gitem-post-data-source-post_title { min-height: 84px; }
.vc_btn3-container a {  border-radius: 0 !important;  width: 120px; }
.vc_btn3-container { margin-bottom: 0; }
.vc_btn3-container.vc_btn3-left { text-align: right !important; }
.vc_gitem_row .vc_gitem-col { padding: 30px; }
#focus-on-posts .vc_gitem_row .vc_gitem-col { padding: 10px; }
.vc_gitem_row h4 { font-size: 26px !important; line-height: 28px !important; }


 /* MENU HEADER */
.menu-item.menu-item-type-post_type.menu-item-object-page {
  text-transform: uppercase;
  font-size: 16px;
}

/* CATEGORY ARCHIVE PAGE */

.header-lion {
  height: 500px;
  background-image: url('https://bgpmonthlynews.it/wp-content/uploads/2019/01/lion-bg.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  border-bottom: 2px solid #c21b17;
}
.header-lion img.monthly-title {
  height: 200px;
  position: absolute;
  bottom: 100px;
  left: 60%;
}
.header-lion img.triangle  {
  height: 25px;
  position: absolute;
  bottom: -26px;
  left: 60%;
}

.archive-wrapper {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}

.archive-title h2 { color: #000; font-weight: 300 !important;}

ul.archive-list { list-style: none; }

.archive-list li a {
  color: #000;
  font-size: 28px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .header-lion {
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  .header-lion img.monthly-title {
    height: auto;
    width: 70%;
    max-width: 350px;
    max-height: 150px;
    left: auto;
    bottom: auto;
  }
  .archive-wrapper {
    display: block;
    margin-top: 50px;
  }
  ul.archive-list { margin-top: 60px; }
  .archive-list li a {
    font-size: 16px;
    line-height: 40px;
  }
  .header-lion img.triangle, .archive-title h2, ul.archive-list { position: absolute; left: 50px;}

  #archive_menu a {
    vertical-align: middle;
    line-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #archive_menu a {
    vertical-align: middle;
    line-height: 60px;
  }
  .header-lion img.monthly-title {
    width: 40%;
    left: 55%;
  }
  .header-lion img.triangle { left: 55%; }
}


/* GALLERY E VIDEO */

.bg-private-posts .vc_general.vc_btn3 {  background-image: url('/wp-content/uploads/2019/01/icona-testo.svg'); background-repeat: no-repeat; background-color: rgba(0,0,0,0) !important; height: 24px; width: 20px; border: 0; }
.bg-private-posts .vc_general.vc_btn3:hover { border: 0; background-image: url('/wp-content/uploads/2019/01/icona-testo-rossa.svg'); }
.bg-private-posts .vc_btn3-container { height: 24px; max-width: 20px; width: 20px; float: right; margin-bottom: 20px; }
@media (max-width: 767px) { .bg-private-posts .vc_btn3-container {margin-bottom: 60px; } }
.bg-private-posts .vc_btn3.vc_btn3-size-md { padding: 0; }
.custom-content-wrapper { height: 24px; width: calc(100% - 20px); float: left; text-align: right; margin-bottom: 20px; }
.custom-content-wrapper img { margin-right: 10px; }
@media (max-width: 767px) { .custom-content-wrapper { padding-bottom: 50px; } }

.st-container { overflow-x: unset; } /* rende la sidebar sticky */
.sidebar { background-color: #f7f7f7;  position: sticky; top: 100px; }
@media (max-width: 767px){
  .sidebar{ padding: 25px; }
}
.sidebar .wpp-views { font-family: 'Helvetica Neue LT Std'; font-weight: bold; }
.sidebar a { color: #000; font-weight: 400; }
.sidebar a:hover { color: #ddd !important; }
.sidebar a:focus { color: #ddd; }
.sidebar ul { margin: 0.875em 0 0.875em 0; }
.sidebar ul li { list-style-type: none; margin-bottom: 15px; }
.sidebar ul li a { color: #545454; text-decoration: none; display: block; border-left: 2px solid #545454; padding-left: 20px; }
.sidebar ul li a:hover { color: #c21b17 !important; border-left: 2px solid #c21b17; transition:all 0.4s ease; transform: scale(1.0); }
.sidebar h1 { text-transform: uppercase; color: #c21b17; font-size: 32px; }
.sidebar h3 { text-transform: uppercase; color: #c21b17; font-size: 22px; }
@media (max-width: 1024px){
  .sidebar h1 { font-size: 18px; }
  .sidebar h3 { font-size: 18px; }
}
.sidebar .wpb_text_column { margin-bottom: 15px; }
.wpp-list li { overflow: visible; }
.wpp-views { display: none; }

/* PAGINA ARTICOLI */

.single-post-header .entry-title { visibility: hidden; }

.large-1 { text-align: center; display: flex; justify-content: center; flex-wrap: wrap; }
.large-1 > .tool-container { text-align: center; display: flex; justify-content: center; flex-wrap: wrap; width: 33.3%; margin-bottom: 35px; }
@media (min-width: 1024px){ .large-1 > .tool-container { width: 100%; } }
.tool-container div { width: 100%; }
.single-post-header.with-thumb { margin-bottom: 0; }
.single-post-content { margin: 90px auto; }
.post_meta, .post_tags { display: none; }
.blog-single .large-8 h1 { font-size: 28px; color: #000; margin-bottom: 30px; margin-top: 0; }

@media print, screen and (min-width: 64em){ .large-8 { padding-right: 80px; padding-left: 80px;} }
@media only screen and (min-width: 40.063em){ .single-post-header.with-thumb .title { padding: 50px 0 50px 0; } }

.eye { width: 25px; height: 25px; fill: #000; display: inline-block; cursor: pointer; }
.rating, .comments { width: 25px; height: 25px; fill: #000; display: inline-block; }
.post-ratings ul { list-style: none; margin: 0; line-height: 12px; }

.large-8 #kaltura_player { width: 100%; height: 350px;}

/* Bright mode */

.bright-mode-transition {
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.bright-mode-colors { background-color: #FFF; }
.bright-mode-colors .large-8 h1, .bright-mode-colors p, .bright-mode-colors a, .bright-mode-colors span, .bright-mode-colors li, .bright-mode-colors .sidebar ul li a { color: #000; }
.bright-mode-colors .large-8 a { color: #c21b17; }
.bright-mode-colors#nav-below span { color: #000; }

/* Dark mode */

.dark-mode-transition {
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.dark-mode-colors { background-color: #000; }
.dark-mode-colors .large-8 h1, .dark-mode-colors p, .dark-mode-colors a, .dark-mode-colors span, .dark-mode-colors li, .dark-mode-colors .sidebar ul li a { color: #f7f7f7; }
.dark-mode-colors .large-8 a { color: #c21b17; }
.dark-mode-colors#nav-below span { color: #f7f7f7; }


.large-8 a { font-family: 'Helvetica Neue LT Std' !important; font-weight: bold !important; }
.sidebar.bright-mode-colors a:hover { color: #333 !important; }
.eye-bright, .rating-bright, .comments-bright { fill: #fff; }
.view-mode { color: #545454; font-size: 12px; margin-top: 5px; cursor: pointer; }
.rating-text, .comments-text { color: #545454; font-size: 12px; margin-top: 5px; display: block;}
.post-ratings img { max-width: 20%; width: 16px; }

/* Hero Leone */
@media (max-width: 1875px) {
  /*.hero-background { background-position: 50% 80px; }*/
}
@media (max-width: 767px) {
  .boxed-full-width { min-height: 500px; }
  .hero-background { background-repeat: no-repeat; background-position: 25% 0; background-size: 620px; }
}
@media (min-width: 768px) {
  .hero-background { background-size: 1024px; background-position: 50% 80px; background-repeat: no-repeat; }
}
@media (min-width: 1024px) {
  .hero-background { background-size: 1440px; background-position: 50% 40px;}
}
@media (min-width: 1310px) {
}
.nav-previous-title, .nav-next-title { color: #696969 !important; }
.nav-previous span, .nav-next span { color: #000; }


/* AREA COMMENTI */

.site-content .comments_section { background-color: #eaeaea !important; }
.comment-text p { color: #545454; }
.comment-author-avatar, .comments-title, .comment-form-url { display: none; }
#respond form p { color: #777; }
@media only screen and (min-width: 40.063em){ .comment-content { padding: 0; } }

/*Search offcanvas*/

.off-canvas-wrapper .off-canvas.site-search input[type="search"] { border-color: #c21b17 !important; }
.off-canvas { background-color: rgba(255,255,255,0.95) !important; }
.site-search .widget_search .search-field, .site-search .search-form .search-field { text-transform: uppercase; font-family: 'fonts/GeneraliAB' !important; font-weight: normal !important; }

/*offcanvas menu*/

.offcanvas-articles { list-style-type: none; margin: 1.0em; }
.offcanvas-articles li { margin-bottom: 10px; }
.offcanvas-articles li a { color: #545454; border-left: 2px solid #c21b17; padding-left: 15px; display: block; }
#mobiles-menu-offcanvas h3 {    text-align: left;   margin-left: 20px;}

.search-results .hide-for-large, .search-results header h1 { display: none; }
.off-canvas .content, .off-canvas .menu-close { background-color: #000; }
.search-results .page-header { margin-bottom: 0px; }
.entry-title-archive { font-size: 25.659px; }

/* MEDIA QUERIES*/

@media (min-width: 768px) and (max-width: 1024px){
  .vc_col-sm-6 { width: 100% !important; }
  .vc_column_container>.vc_column-inner { margin-left: 15px; }
  .sidebar .vc_column-inner { margin-left: 0; }
  .sidebar ul li a { padding-left: 15px; }
}
@media (max-width: 640px){
  .entry-title { display:none; }
  .single-post-content { margin: 30px auto; }
}
@media (min-width: 768px) and (max-width: 1023px){
  .vc_col-sm-9 { width: 66.6%; }
  .vc_col-sm-3 { width: 33.3%; }
  .sidebar { padding-right: 15px;}
}

/* PrettyShittyPhoto Mobile Fixes*/
@media (max-width: 600px) {
  .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
  div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
  div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
  .pp_content { width: 100%!important; height: auto!important; }
  .pp_fade { width: 100%!important; height: 100%!important; }
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
  #pp_full_res img { width: 100%!important; height: auto!important; }
  .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #000; margin-top: -2px!important; }
  a.pp_close { right: 7%!important; top: 10px!important; }
}

/* Pagina Video*/
.page-id-2376 .top-headers-wrapper, .page-id-2630 .top-headers-wrapper { display: none; }
.page-id-2376 .content-area, .page-id-2630 .content-area { margin-top: 0 !important; padding: 0 !important; }
.page-id-2376 h1, .page-id-2630 h1 { display: none; }
.page-id-2376 .st-content, .page-id-2630 .st-content { background-color: #030303 }

@media (min-width: 1024px) {
  .page-id-2376 iframe, .page-id-2630 iframe { width: 60%; height: 60vh; }
  .page-id-2376 .wpb_text_column p, .page-id-2630 .wpb_text_column p{ display: flex; align-items: center; justify-content: center; background-image: url('https://bgpmonthlynews.it/login/bancagenerali.jpg'); background-size: cover; background-repeat: no-repeat; height: 100vh;  background-position: right; }
}

@media (max-width: 1024px) {
  .page-id-2376 iframe, .page-id-2630 iframe{ width: 100%; height: 60vh; }
  .page-id-2376 .wpb_text_column p, .page-id-2630 .wpb_text_column p { display: flex; align-items: center; justify-content: center; height: 100vh;  }
}


/* POLLS SECTION*/
.wp-polls p { text-align: left !important; font-size: 22px; }
.wp-polls-ul img { width: 24px; height: auto; margin-left: 20px; margin-bottom: 20px;  margin-top: 0px; }
.wp-polls-ul i { font-style: normal; }
.wp-polls-ul li, .wp-polls-ul label { color: #868686; font-weight: 600; margin-bottom: 20px; }
.wp-polls-ul label { text-transform: capitalize; font-size: 16px; font-family: 'Helvetica Neue LT Std' !important; }
.wp-polls-ul a { color: #ddd; text-decoration: underline;}
.wp-polls .Buttons { border: 0; }

.pulsante-eventi-home .vc_tta-panel-heading .vc_tta-panel-title { background: #c21b17 !important; }
.pulsante-eventi-home .vc_tta-panel-heading .vc_tta-panel-title a { color: white !important; }
.pulsante-eventi-home .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon::before{ border-color: white !important; }
.pulsante-eventi-home .vc_tta-panel-heading .vc_tta-panel-title::before { display: none; }
.pulsante-eventi-home .vc_tta-container { margin-bottom: 0px !important; }

.em-cal-day-date.colored { background: #c21b17 !important ;border-radius: 50%; }
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.colored a { color: white !important; border: 0 !important; }

.em.em-calendar .em-cal-body { grid-template-rows: unset !important; }
.em-calendar-preview .em-item-info, .em-calendar-preview .em.pixelbones a { color: #212121 !important; }
.em-item-meta-line em-event-date em-event-meta-datetime, .em-item-meta-line em-event-time em-event-meta-datetime { color: #787878 !important }

@media (min-width: 1024px) {
  .site-content .hentry > .row { max-width: 100%; }
}

.event-template-default .page-title { color: #fff !important; background-color: rgba(87,87,87,.9); }
.event-template-default .content-area { padding: 0; } 
.em-location .em-item-image { display:none; }
.em-location.em-location-single { background: white; padding: 5%; }
.em-location .em-location-next-event { display: none; }
.single-event .em.pixelbones h3 { color: #fff; }
.single-event .em.pixelbones .em-item-meta-line { color: #f7f7f7; }
.single-event .em.pixelbones .em-item-meta-line.em-event-location a { color: #f7f7f7 !important; }

.single-event .em.pixelbones button.input { color: #fff !important; }
.single-event .em.pixelbones .em-icon { color: #f7f7f7; }

.page-title { text-transform: initial !important; }
.page-id-14835 .em-icon.em-icon-location { display: none; }




.category-focus-on .large-3.columns h3 { display: none; }

.bg-custom-card {
  -webkit-box-shadow: 0px 5px 15px 3px rgba(0,0,0,0.15); 
  box-shadow: 0px 5px 15px 3px rgba(0,0,0,0.15);
}