/* 
  File:      virtual_layout_editor\structure_css\desktop\structure_css_desktop.css

  Changelog:
  12/12/2022: ICN: Added debug styling for ads.
  27/11/2022: ICN: Style skyscraper.
  21/11/2022: ICN: Added some dark mode styling.
  30/10/2022: ICN: Updatd styling for related article.
  28/10/2022: ICN: Hide subheading in related article links.
  26/10/2022: ICN: No longer align leaderboard ad to bottom. Removed "bottom: 0px;" in styling .leaderboard_ad

*/

/*-----------------Generic Style Reset-----------------*/

* {
	box-sizing:border-box;
	*behavior: url(js/boxsizing.htc);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
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,
XXtable, caption, XXtbody, XXtfoot, XXthead, XXtr, XXth, XXtd,
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;
	text-decoration:none;
	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;
  overflow-x: hidden;
}
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;
}
input:not([type='checkbox']):not([type='radio']), button, textarea {
    outline:none;
    appearance:button;
    -moz-appearance:button;
    -webkit-appearance:button;
}

.cc-cookies {
    display:none;
    width:100%;
    font-size:0.8em;
    line-height:1.2em;
    background:#f8f8f8;
	-webkit-box-shadow: 0 8px 6px -6px #dfdfe2;
	   -moz-box-shadow: 0 8px 6px -6px #dfdfe2;
	        box-shadow: 0 8px 6px -6px #dfdfe2;
}
.cc-cookies > div {
    width:auto;
}
.cc-cookies .msg {
    width:78%;
    float:left;
    clear:left;
    text-align:left;
    color:#010101;
}
.cc-cookies .msg a {
    color:#010101;
    text-decoration:underline;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
    font-size:1.0em;
    line-height:1.6em;
    color:#010101;
    width:20%;
    float:right;
    clear:right;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    border:2px #010101 solid;
}
.vc_hidden {display:none;}
/*-----------------End-----------------*/
/*-----------------Style-----------------*/
body {
	font-family: "Merriweather", Georgia, "Times New Roman", serif;
	font-size:16px;
	line-height:20px;
  /* 15/05/2021: ICN: Changed color from #0f0605 to #333 */
	color:#333;
	text-rendering:optimizeLegibility;
  background-position: 50% 143px;  /* 30/09/2021: ICN: Removed !important */
}

/* For skins */
body.carlowlive, body.corklive, body.derrynow, body.donegallive, body.dundalkdemocrat, body.kildarenow, body.kilkennypeople, body.leinsterexpress
, body.leinsterleader, body.leitrimobserver, body.limerickleader, body.longfordleader, body.offalyexpress, body.tipperarylive, body.waterfordlive
, body.nenaghlive, body.clarelive {
  background-position: 50% 143px;  /* 30/09/2021: ICN: Removed !important */
}

#jpx-wp-layer-top-container {
  opacity: 0 !important;
}

a {
  /* 15/05/2021: ICN: Changed color from #0f0605 to #333 */
    color:#333;
}
a:hover,
a:link,
a:visited,
a:active {
    text-decoration:none;
}
/*http://www.w3schools.com/cssref/css_pxtoemconversion.asp*/
/*-----------------Structure-----------------*/
/* ---- WHATS'ON SECTION ---- */
.vc_container_search_events {
    padding:30px 0;
    float:left;
    clear:left;
    width:100%;
    background:#fafafa;
}
/*-----------------End-----------------*/
/*-----------------vc_txt_xl-----------------*/
.vc_txt_xl .occhiello,
.vc_txt_xl .occhiello_articolo,
.vc_txt_xl .sezione,
.vc_txt_xl .autore {
    /*font-family: "Merriweather", Georgia, "Times New Roman", serif;*/
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1em;
    font-weight:bold;
    text-transform:uppercase;
}
.vc_txt_xl .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:2em;
    line-height:1.4em;
    font-weight:bold;
}
.vc_txt_xl .sottotitolo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:1.2em;
    line-height:1.1em;
    font-weight:normal;
}
.vc_txt_xl .sommario_articolo,
.vc_txt_xl .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.15em;
    line-height:1.4em;
    font-weight:normal;
}
.vc_txt_xl .testo {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    line-height:1em;
    font-weight:normal;
}
/*-----------------End-----------------*/
/*-----------------vc_txt_l-----------------*/
.vc_txt_l .occhiello,
.vc_txt_l .autore {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_l .sezione {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_l .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:2.2em;
    line-height:1.3em;
    font-weight:600;
}
.vc_txt_l .sottotitolo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:1.1em;
    line-height:1.3em;
    font-weight:normal;
}
.vc_txt_l .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
.vc_txt_l .testo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
/*-----------------End-----------------*/
/*-----------------vc_txt_m-----------------*/
.vc_txt_m .occhiello,
.vc_txt_m .autore {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_m .sezione,
.vc_txt_m .ora_pubblicazione,
.vc_txt_m .num_commenti {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.8em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_m .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:1.75em;
    line-height:1.1em;
    font-weight:600;
}
.vc_txt_m .sottotitolo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:1em;
    line-height:1.4em;
    font-weight:normal;
}
.vc_txt_m .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
.vc_txt_m .testo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
/*-----------------vc_txt_s-----------------*/
.vc_txt_s .occhiello,
.vc_txt_s .autore {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_s .sezione,
.vc_txt_s .ora_pubblicazione,
.vc_txt_s .num_commenti {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.7em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_s .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:1em;
    line-height:1.3em;
    font-weight:600;
}
.vc_txt_s .sottotitolo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1.2em;
    font-weight:normal;
}
.vc_txt_s .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
.vc_txt_s .testo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
/*-----------------vc_txt_s-----------------*/
.vc_txt_xs .occhiello,
.vc_txt_xs .sezione,
.vc_txt_xs .autore {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_txt_xs .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:1em;
    line-height:1.3em;
    font-weight:600;
}
.vc_txt_xs .sottotitolo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1.2em;
    font-weight:normal;
}
.vc_txt_xs .sommario {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
.vc_txt_xs .testo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.8em;
    line-height:0.9em;
    font-weight:normal;
}
/*-----------------vc_article-----------------*/
.vc_article .occhiello,
.vc_article .sezione,
.vc_article .autore {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
}
.vc_article .occhiello_articolo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1em;
    font-weight:bold;
    text-transform:uppercase;
}
.vc_article .titolo {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:2.8em;
    line-height:1.2em;
    font-weight:700;
}
.vc_article .sottotitolo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:1.2em;
    line-height:1.3em;
    font-weight:bold;
    text-transform:uppercase;
}
.vc_article .sommario_articolo,
.vc_article .sommario {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1.9em;
    font-weight:bold;
}
.vc_article .testo {
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size:0.9em;
    line-height:1.9em;
    font-weight:500;/*was normal*/
}
.vc_article .testo a {
    font-style:italic;
    text-decoration:underline;
}
/*-----------------End-----------------*/
/*-----------------Structure-----------------*/
.vc_p0 {
    padding:0;
}
.vc_mt_20 {
    margin-top:20px;
}
.vc_mb_25 {
    margin-bottom:25px;
}
.vc_mb_1 {
    margin-bottom:1px;
}
.vc_pt_pb_15 {
    padding-top:15px;
    padding-bottom:15px;
}
.vc_cont_article_body {
    width:100%;
    clear:left;
    float:left;
}
.vc_reset_border {
    border:0 !important;
}
.vc_bb_grey {
    border-bottom:1px solid #bbb !important;
}
.vc_bt_bb_grey {
    border-top:1px solid #bbb !important;
    border-bottom:1px solid #bbb !important;
}
.vc_bb_3_blue {
    border-bottom: 3px solid #017cc5;
}
.vc_block {
    width:100%;
    float:left;
    clear:left;
}
.kn_home_section{
    display:none;
}

.vc_article .testo_articolo h1 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700; }

.vc_article .testo_articolo h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700; }

.vc_article .testo_articolo h3 {
  font-size: 1.17em;
  line-height: 1.2em;
  font-weight: 700; }

.vc_article .testo_articolo h4 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700; }

.vc_article .testo_articolo h5 {
  font-size: 0.83em;
  line-height: 1.2em;
  font-weight: 700; }

.vc_article .testo_articolo h6 {
  font-size: 0.75em;
  line-height: 1.2em;
  font-weight: 700; }

.vc_article .testo_articolo blockquote {
  padding: 15px 20px;
  margin: 0 0 20px;
  font-size: 1.05em;
  line-height: 1.2em;
  border-left: 5px solid #eee; }

.vc_article .testo_articolo blockquote p {
    margin:0;
}
.vc_article .testo_articolo sup,
.vc_article .testo_articolo sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.vc_article .testo_articolo code {
  padding: 3px 5px;
  font-size: 0.9em;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: pre-line;
  border-radius: 0; }

.vc_article .testo_articolo code,
.vc_article .testo_articolo kbd,
.vc_article .testo_articolo pre,
.vc_article .testo_articolo samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

.vc_article .testo_articolo ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
  padding-left: 40px; }

.vc_article .testo_articolo ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: decimal;
  padding-left: 40px; }

.vc_article .testo_articolo p {
  margin: 0 0 25px 0;
  overflow-wrap: break-word;}

.vc_article .testo_articolo a {
  text-decoration: underline; }

.vc_article .testo_articolo b,
.vc_article .testo_articolo strong {
  font-weight: 700; }
/*-----------------End-----------------*/
/*-----------------Themes Color-----------------*/
/*---background*/
.vc_bg_blue_dark {
}
.vc_bg_blue_medium {
}
.vc_bg_blue_light {
}
.vc_bg_grey_light {
}
.vc_bg_white {
}
.no_background {
    background:none !important;
}
/*---border*/
.vc_bd_blue_dark { 
    border-top:5px #017bc6 solid;
}
.vc_bt5_bb2_red_blue {
    border-top:5px #017cc5 solid;
    border-bottom:1px #d4243a solid;
    width:100%;
    float:left;
    clear:left;
}
.vc_bb1_pb15_grey_dashed {
    padding-bottom:15px;
    border-bottom:1px #d6d6d6 dashed;
}
/*--Shadow*/
.vc_shadow_grey {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
}
/*--Hidden Element*/
.vc_article_hidden_section .sezione {
    display:none;
}
.vc_box_preview_correlated{
    display:none !important;
}

.kdn_social{
    display:none;
}
.den_social{
    display:none;
}

.label_den{
    border-top: none;
    margin: auto;
}

.no_padding_right{
    padding-right:0 !important;
}

.no_padding_left{
    padding-left:0 !important;
}

.no_margin_left{
  margin-left:0;
}

.image_right{
    float:right !important;
}

.all_content{
    padding:5px;
}

.den_article{
    display:none;
}

/*-----------------End-----------------*/
/* Portrait phones and smaller */
@media (max-width: 480px) {
        #confirmBox {
        margin-left:-50% !important;
        width:100% !important;
    }
}

/* 25/05/2021: ICN: Allow clicks on section heading to work. */
.vc_header_section_with_link2 p.sezione a {
  pointer-events: all !important;
}

/* 28/05/2021: ICN: Specify miniumum height, just in case there is no image. */
.vc_article_preview_big_news article {
  min-height: 300px;  
}

/* 28/05/2021: ICN: Allow links to respond, just in case there is no image. */
.vc_article_preview_big_news article a {
  pointer-events: all;  
}

/* 28/05/2021: ICN: Specify miniumum height for medium preview of news article, just in case there is no image. */
.vc_article_preview_medium2 .cont.row {
  min-height: 100px;
}

/* 01/06/2021: ICN: Set Twitter feed to be 4 article thumbnails high. */
.vc_box_twitter .bannervcms.banner_twitter_stream iframe {
  height: 1070px !important; top:-10px !important; position:relative !important; 
}

/* 08/06/2021: ICN: Set Facebook feed */
.vc_box_facebook_stream {
  height: 1082px;
}

.bottom_footer {
  display: block;
}

.vc_bg_01 {
  background:#333;
}
.vc_bg_02 {
  background:#fff;
}
.vc_footer_print.vc_bg_02 {
  background:#fff;
  border-top:5px solid #ffe200;
}
.vc_bg_03x {
  background:#9e0044;
}

.vc_bg_03 {
  background:#002c7e;
}

.container{
  background:#fff;
  position: relative;
}
.container-fluid.vc_bg_01 .container,
.container-fluid.vc_bg_02 .container,
.container-fluid.vc_bg_03 .container {
  background:none;
}
body.background .container-fluid.vc_bg_01 .container,
body.background .container-fluid.vc_bg_02 .container,
body.background .container-fluid.vc_bg_03 .container {
  background:none;
}
/*--*/
.vc_bg_header_menu {
  background-color:#fff !important;
}

.vc_menu_header2 ul.menu_1 li a {
  text-align: center;
  color: #000 !important;
  line-height: 37px;
  display: block;
  width: 100%;
  float: left;
  font-family: 'Roboto', Arial, 'Roboto', sans-serif !important;
  font-size: 15px;
  font-weight: normal !important;
}

.vc_bb5_01 {
  border-bottom:5px #ffe200 solid;
  display:none !important;
}
/*
.vc_bb1_01 {
  border-top:1px #000 solid;
}
*/
/*---Elements Variat Color*/
.vc_article_preview_medium .occhiello,
.vc_article_preview_medium_small .occhiello,
.vc_article_preview_small .occhiello,
.vc_article_preview_small .sezione,
.vc_txt_s_variant.vc_article_preview_extrasmall .occhiello,
.vc_txt_s_variant.vc_article_preview_extrasmall .sezione,
.vc_article_preview_medium_event .tag_11,
.vc_article_preview_medium_event .occhiello,
.vc_article_preview_medium_event .sezione,
.vc_txt_color1.vc_box_events_map .vc_pretitle,
.vc_txt_color1.vc_box_events_map .vc_filter_tabs .vc_label_filter_tab.active:after,
.vc_txt_color1.vc_box_events_map .vc_filter_tabs .vc_label_filter_tab,
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .occhiello,
.vc_box_preview_correlated .cont_anteprima_correlati .schermata .hori_group .box .sezione,
.vc_article_preview_medium .occhiello a,
.vc_article_preview_medium_small .occhiello a,
.vc_article_preview_small .occhiello a,
.vc_article_preview_small .sezione a,
.vc_txt_s_variant.vc_article_preview_extrasmall .occhiello a,
.vc_txt_s_variant.vc_article_preview_extrasmall .sezione a,
.vc_article_preview_medium_event .tag_11 a,
.vc_article_preview_medium_event .occhiello a,
.vc_article_preview_medium_event .sezione a,
.vc_txt_color1.vc_breadcrumbs .sezione_attiva a {
  color:#118ac0 !important;
}
.vc_article_preview_medium .titolo a:hover,
.vc_txt_s .titolo a:hover,
.vc_article_preview_small .titolo a:hover,
.vc_txt_s_variant.vc_article_preview_extrasmall .titolo a:hover,
.vc_article_preview_medium_event .titolo a:hover {
  color:#118ac0 !important;
}
/*
.vc_box_newsstand{
  display:none;
}
*/
.vc_box_newsstand .cont_img{
  background: rgba(117,12,0,1);
  background: -moz-linear-gradient(45deg, rgba(138,24,26,1) 0%, rgba(70,6,0,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(138,24,26,11)), color-stop(100%, rgba(70,6,0,1)));
  background: -webkit-linear-gradient(45deg, rgba(138,24,26,1) 0%, rgba(70,6,0,1) 100%);
  background: -o-linear-gradient(45deg, rgba(138,24,26,1) 0%, rgba(70,6,0,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(138,24,26,1) 0%, rgba(70,6,0,1) 100%);
  background: linear-gradient(45deg, rgba(138,24,26,1) 0%, rgba(70,6,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a181a', endColorstr='#520e0f', GradientType=1 );
}
.vc_box_newsstand .occhiello_titolo,
.vc_box_newsstand .vc_label{
  background: #8a181a;
}
.vc_box_newsstand .shop {
  background:#8a181a !important;
}
.vc_box_newsstand .sfoglia_edizione {
  background:#520e0f !important;
}
.vc_menu_header ul.menu_1 li.attivo a span,
.vc_menu_header ul.menu_1 li ul.menu_2 li a span,
.vc_menu_header ul.menu_1 li.attivo a span {
  color:#ffe200 !important;
}

/*vc_preview_slider_auto_gallery*/
.vc_preview_slider_auto_gallery .occhiello_titolo{
  border-top-color: #147bb0 !important;
}
.vc_preview_slider_auto_gallery .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
  border-color: #147bb0 !important;
}
.vc_preview_slider_auto_gallery .occhiello_titolo a,
.vc_preview_slider_auto_gallery .occhiello_titolo,
.vc_preview_slider_auto_gallery .bx-controls .bx-controls-direction .bx-prev:after,
.vc_preview_slider_auto_gallery .bx-controls .bx-controls-direction .bx-next:after {
  color: #147bb0 !important;
}
.vc_preview_slider_auto_gallery .video .cont_foto a:before,
.vc_preview_slider_auto_gallery .gallery .cont_foto a:before {
  background-color: #147bb0 !important;
}
.vc_preview_slider_auto_gallery .cont .schermata .box .divcont2,
.vc_preview_slider_auto_gallery .punti_slide .bx-pager .bx-pager-item a.active {
  background: #147bb0 !important;
}
.vc_menu_header ul.menu_1 li.attivo a span {
  background:#f8f8f8;
  color:#147bb0;
  border-bottom:1px #ececec solid;
}

.vc_header_section_with_link{
  border-top:5px #ffe200 solid !important;
}

.vc_header_section_with_link p.sezione a{
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 0.9em !important;
  font-family: 'Roboto', sans-serif !important;
  color:#0F0603 !important;
}

.vc_header_section_with_link p.sezione a:after{
  display:none;
}
.vc_header_section_with_link{
  border-top:none !important;
  padding-bottom: 5px;
  border-bottom: 2px solid #d9d9d9;
}
/* For changing styles on motors and deaths section pages */

.vc_article_preview_medium_small .titolo{
  font-family: 'Roboto', sans-serif !important;
  font-weight:400 !important;
}
.vc_article_preview_medium_small .occhiello{
  display:none;
}
.vc_article_preview_medium .occhiello{
  display:none;
}
.vc_article_preview_medium .titolo{
  font-family: 'Roboto', sans-serif !important;
}
.vc_article_preview_medium .sottotitolo, .vc_article_preview_medium .sommario{
  font-family: 'Roboto', sans-serif !important;
}

.vc_article_preview_medium .sezione{
  display:none;
}

.vc_button_archive .link{
  font-family: 'Roboto', sans-serif !important;
}


.vc_menu_header ul.menu_1 li.home a span:before{
  color:#F2292F !important;
}

.vc_article_preview_medium .occhiello a, .vc_article_preview_medium_small .occhiello a, .vc_article_preview_small .occhiello a, .vc_article_preview_small .sezione a, .vc_txt_s_variant.vc_article_preview_extrasmall .occhiello a, .vc_txt_s_variant.vc_article_preview_extrasmall .sezione a, .vc_article_preview_medium_event .tag_11 a, .vc_article_preview_medium_event .occhiello a, .vc_article_preview_medium_event .sezione a, .vc_txt_color1.vc_breadcrumbs .sezione_attiva a{
  color:#F2292F !important;
}

.vc_mb_25 {
  margin-bottom:0px !important;
}
.footer_text_box{
  width:100% !important;
  float:none !important;
  margin:10px 0 15px;
}
.vc_box_text_editable2 .text{
  line-height:1.8em !important;
}
.vc_copyright p{
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 0.9em !important;
}
.contact_details{
  display:inline-block;
  min-height: 140px;
  margin-left: 10px;
  margin-right: -10px;
}
.contact_text{
  display:inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  margin-right:10px;
  color:#fff;
}
.email_button{
  /*background-color: #ffe200;*/
  padding: 5px;
  display:inline-block;
  height:25px;
}
.email_button img{
  width:15px;
}
.most_popular{
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size:20px;
  border-bottom:2px solid #d9d9d9;
  padding-bottom:5px;
  font-weight:700;
}
.more_news_title {
  width:100%;
  float:left;
  clear:left;
  padding-top:10px;
  position:relative;
  font-weight:bold;
  font-size:20px;
  line-height:0.9em;
  cursor:default;
  pointer-events: none;
  font-family: "Roboto", Arial, serif;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #d9d9d9;
  color: #555;
}
.top_nav_text{
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color:#fff;
  display:inline-block;
  margin-right:20px;
}
.vc_search_horizontal2{
  background:rgba(255, 255, 255, 0) !important;
}
.vc_box_social_colored2{  
  width: auto !important;
  height: auto !important;
  margin-left: 0px !important;
  float: left !important;
}
.vc_box_social_colored2 a{
  border-radius:0 !important;
  -webkit-border-radius:0 !important;
  background:none !important;
  width:35px !important;
  height:35px !important;
  margin-left:10px;
}
.vc_logo{
  height: 65px;
}
.vc_logo img{
  max-width:100% !important;
  padding:0 0 0 !important;
  max-height:110px;
  float:right;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;/*we must remove it when we have fireplace ads*/
  /* 30/05/2021: ICN: Set z-index to be under CMS Drag and Drop bar (z-index for toolbar_container is 9998) */
  z-index:9990;
}
.contents{
  margin-left:0;
  margin-right:0;
}

.left_padding_5{
  padding-left:5px;
}
.popuptest{
  display:none;
  position:fixed;
  bottom:0;
  width:550px;
  left:10px;
  height:315px;
  padding:15px;
  z-index:1;
  background-color:#fff;
}
.popup_image{
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.newspaper_title, .epaper_section, .buy_section{
  height:100%;
  display:block;
  padding:10px;
}
.buy_section{
  border-right:1px solid #bdbdbd;
}
.buy_section img{
  max-height:150px;
  display:block;
  margin:0 auto;
}
.epaper_section img{
  max-height:150px;
  display:block;
  margin:0 auto;
}
.online_edition .vc_digitaledition_popup{
  background-color:#9e0044;
  position: absolute;
  bottom: 15px;
  width:115px;
}
.epaper_section .vc_newsletter_popup{
  background-color:#9e0044;
  position: absolute;
  bottom: 15px;
  width:115px;
}
.popup_subtitles{
  font-weight:bold;
  color:#000000;
}
.online_edition{
  display:contents;
}
.online_edition .vc_digitaledition_popup a{
  color:#fff;
}
.epaper_section .vc_newsletter_popup a{
  color:#fff;
}
.newspaper_title{
  background-color:#bc7fff;
}
.epaper_section, .buy_section{
  background-color:#fff;
  height:230px;
  box-shadow:5px 5px 5px 0px #909090;
  z-index:9;
  opacity:0.8;
  width: 47%;
  margin: 6px;
}
.epaper_section, .buy_section, .main_subtitle_text p{
  text-align:left;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:18px;
}
.main_subtitle_text{
  text-align:left;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:18px;
}
.main_subtitle{
  text-align:left;
  font-family: 'Roboto', sans-serif;
  font-weight:600;
  font-size:22px;
  margin-bottom:5px;
}
.epaper_section p{
  margin:15px 0 15px;
}
.buy_section p{
  margin:15px 0 15px;
}
.newspaper_title .newspaper_title_main{
  color:#fff;
  font-size:3.2em;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  padding:10px 0 10px 0;
}
.newspaper_title .newspaper_title_subtitle{
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-weight:200;
  font-size:20px;
  margin-top:50px;
}
.newspaper_title_subtitle .fa-star:before{
  font-family: fontawesome;
  font-size: 15px;
  display: inline-block;
}
.newspaper_title_posttitle{
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  font-weight:200;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  margin-top:15px;
  display:inline-block;
  padding:8px 0 8px;
}
.subscribe_button_popup{
  position:relative;
  top:63px;
}

.right_padding{
  padding-right:15px;
}
#popup_button{
  position:absolute;
  top:10px;
  right:10px;
  z-index:10;
  border:none;
}
.article_end_text{
  font-weight:bold;
}

.vc_article_preview_medium .occhiello a, .vc_article_preview_medium_small .occhiello a, .vc_article_preview_small .occhiello a, .vc_article_preview_small .sezione a, .vc_txt_s_variant.vc_article_preview_extrasmall .occhiello a, .vc_txt_s_variant.vc_article_preview_extrasmall .sezione a, .vc_article_preview_medium_event .tag_11 a, .vc_article_preview_medium_event .occhiello a, .vc_article_preview_medium_event .sezione a, .vc_txt_color1.vc_breadcrumbs .sezione_attiva a{
  color:#a1a1a1 !important;
}

/* 18/06/2021: ICN: Removed styling for sponsored content for now as it was interferring with article preview widget */

/*
.vc_section_sponsored-content .sezione{
  background-color:#5B849D !important;
}
.vc_section_sponsored-content .cont3{
  background-color:#d9d9d9 !important;
}
*/

.vc_section_sponsored-content .occhiello{
  display:none !important;
}


.top_videos_section, .most_popular_section{
  display:inline-block;
  width:100%;
}

.most_popular_section {
  height: 1160px;
  overflow-y: clip;
}

.top_videos_section {
  min-height: 1220px;
  overflow-y: clip;
}

.vc_box_twitter{
  display:contents;
}
.align_display{
  display:inline-block;
}


.articlebox a{
  color:#fff;
}


@media (max-width: 1024px) {
  .contents{
      margin-right:0px !important;
      margin-left:0px !important;
  }
  .vc_preview_slider_large_auto_gallery .cont .schermata .titolo{
      height:255px;
  }
  .device_view{
      padding:20px;
  }
  .not_tablet{
      display:none;
  }
  .text_content{
      height:258px !important;
  }
}

.vc_article .sottotitolo {
  text-transform:none;
}

/* 27/05/2021: ICN: Added spacing between Most Popular items. */
.vc_article_most_popular_news_preview_medium .cont2 {
  margin-bottom: 10px;  
}

/* 08/06/2021: ICN: Added min-height */
.vc_article_most_popular_news_preview_medium .cont {
  height: 112px !important;
  overflow-y: clip;
}

/* 29/05/2021: ICN: Style search and login buttons */
.vc_search_horizontal p.occhiello_titolo {
  font-family: 'Roboto', sans-serif;
  font-weight: 100 !important;
  font-size: 12px !important;
  width:75px;
}

.vc_sign_in .apri_login{
  font-family: 'Roboto', sans-serif;
  font-weight: 100 !important;
  font-size: 12px !important;
  color: #333 !important;
}

.current_date {
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 11px;
  margin-top: 2px;
  width: 73px;
  margin-left: 12px;
  margin-right: 10px;
  float: right;
}

.vc_sign_in p.apri_login:after {
  font-size: 18px !important;
  line-height: inherit !important;
}

/* Remove dark background on menu bars */
.user_logged.vc_sign_in p a {
  color: #333 !important;
}

.user_logged.vc_sign_in .username {
  color: #333 !important;
}

.vc_search_horizontal:before {
  font-size: 15px !important;
  color: #333 !important;
}

.top_bar {
  height: 15px;
}

.vc_top_header ul.menu_1 li a span:after {
  color: #000 !important;
}

.vc_search_horizontal {
  height: 10px !important;
  background: none !important;
}

.bottom_header {
  height: 25px;
  margin-top: -1px;
  /* filter: drop-shadow(2px 4px 6px black); */
}

.top_section.sticky {
  filter: drop-shadow(2px 4px 6px #aaa);
}

.top_section.sticky .vc_bg_01 {
  border-bottom: solid 1px #eee;
}

.vc_top_header ul.menu_1 li a {
  font-size: 10px !important;
  text-transform: uppercase;
}

/* Bottom menu */
.bottom_header .vc_menu_header2 .menu_1 li a {
  position:relative;
  top:-5px;
  line-height: 33px;
  font-size: 10px !important;
  text-transform: uppercase;
}

.bottom_footer {
  background-color: #333;
  padding: 15px;
}

.bottom_footer .container {
  background-color: #333 !important;
}

.group_menu {
  background-color: #fff;
  width:100%;
}

.vc_article_preview_medium_bottom_news .cont3 {
  min-height: 10px !important;
}

/* 30/05/2021: ICN: Added spacing for Latest News section (every second article preview had no margin to separate it from the next article preview.). */
.row.ghost_container {
  margin-bottom: 10px;
}

/* 02/06/2021: ICN: Story contact mail */
div#story_contact_container {
  font-size: 12px;
  line-height: 16px;
}

#story_contact_container .text_edit .text, 
#story_contact_container .text_edit .read_more {
  display: inline;
}

#story_contact_container .text_edit .text a {color: #118ac0;}
#story_contact_container .text_edit .read_more a {color: #043d72;}

/* Specify theme colour here */
.theme_colour,
.middle_header,
.middle_header .container
{
  background-color: #fff;  
}

.mpu {
  margin-bottom:0px;
}

.mpu1 {
  min-height: 650px;
}

.mpu, .mpu2, .mpu3, .mpu4, .mpu5, .mpu6, .mpu7, .mpu8 {
  min-height: 250px;
}

.vc_article_most_popular_news_preview_medium .article {
  max-height:111px;
}

.vc_article .banner_rectangle_300x250_3 {
  min-height: 600px;
  margin-bottom: 10px;
}

.vc_article .banner_taboola_300x250_1 {
  min-height: 350px;
}

.vc_article_most_popular_news_preview_medium article {
  height: 111px;
  overflow-y: clip;
}

.vc_article_new_body_multimedia .video #content-player-video {
  width:100%;
  max-height: 520px;
}

.vc_article_new_body_multimedia .multimedia.audio img {
    float: left;
    clear: left;
    width: 100%;
}

/* 12/06/2021: ICN: Move OnScroll sovrn ad to the far right (outside the MPU 1 area). */
.sovrn-connect-ad {
  margin: 14px auto;
  position: absolute;
  left: 102%;
  z-index: -90000000000;
}

/* 14/06/2021: ICN: Added sticky share and register button. */
.sticky_share{
  position:fixed;
  top:104px;
  z-index:9000;
  height: 45px;
  background-color:#ffffffdd;
  margin: 0;
  padding-left: 15px;
  min-width: 450px;
  max-width: 770px;
  width: 65%;
}

.register_button{
  top: 5px;
  height: 32px;
  width: 120px;
  margin-right: 10px;
  float: right;
}

.vc_article_new_body_share {
  width: 300px !important;
  float: left;
  margin-top: 5px;
}

/* 15/06/2021: ICN: Changed font. */
.vc_sign_in .username, .vc_sign_in .modifica_dati, .vc_sign_in .logout {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
}

/* 18/06/2021: ICN: Adjust position on Section page. */
.vc_box_article_preview_big_slider2 {
  padding: 0 46px 0 15px !important;
}

/* 19/06/2021: ICN: Adjust paywall div to allow clicks to elements below (e.g. ads, share toolbar). */
#archive_purchase_div {
  z-index: 100 !important;
  /* 19/06/2021: ICN: Remove paywall background changes. */
  /* background: linear-gradient(transparent 10%, 30%, #fff 40%, #999 90%); */
  pointer-events: none;
}

/* 19/06/2021: ICN: Adjust paywall 4th div to receive clicks. */
#archive_purchase_div div:nth-child(4) {
  pointer-events: all;
}

/* 19/06/2021: ICN: For testing purposes (allows hiding elements on live site) */
.test_mode {
  display:none;
}

.modal-backdrop {
  /* Increase it so that it covers the top menu bar. */
  z-index: 9991;
}

/* 19/06/2021: ICN: Ad Blocker Detected Modal styling. */  
#ad_blocker_detected_modal {
  /* This needs to be above the modal-backdrop, and over the top menu bar. */
  z-index: 9992;
  font-size: 14px;
  font-family: 'Merriweather';
  line-height: normal;
  top: 200px;
}

#ad_blocker_detected_modal .modal-dialog {
  width:400px;
}

#ad_blocker_detected_modal .modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}

#ad_blocker_detected_modal .modal-body {
  text-align: center;  
}

#ad_blocker_detected_modal .modal-footer {
  padding: 19px 0px 20px;
}

/* 19/06/2021: ICN: Logo on ad blocker detected modal */
.ad_blocker_detected_modal .site_logo {
  margin-bottom: 20px;
}


/* 01/10/2022: ICN: Subscribe Modal styling. */  
#subscribe_modal {
  /* This needs to be above the modal-backdrop, and over the top menu bar. */
  z-index: 9992;
  font-size: 14px;
  font-family: 'Merriweather';
  line-height: normal;
  top: 200px;
}

#subscribe_modal .modal-dialog {
  width:400px;
}

#subscribe_modal .modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}

#subscribe_modal .modal-body {
  text-align: center;  
}

#subscribe_modal .modal-footer {
  padding: 19px 0px 20px;
}

#subscribe_modal .site_logo {
  margin-bottom: 20px;
}


#subscribe_button {
  font-size: 18px;
  padding: 5px 25px;
  background: #ffbb00;
  color: #fff;
}

#pay_per_article_button {
  font-size: 16px;
  padding: 5px 25px;  
}

#maybe_later_button {
  font-size: 18px;
  padding: 5px 25px;  
}

/* 19/06/2021: ICN: Increased width of .vc_article_preview_big_news .cont3 to 99.5% as gradient background was not quite covering image. */
.vc_article_preview_big_news .cont3 {
  width:99.5%;
}

/* 20/06/2021: ICN: Styling for Register page */
.register_intro {
  font-size: 14px;
  font-family: 'Merriweather';
  line-height: normal;   
  margin-bottom: 20px;
}

.campo_form_checkbox {
  left:20px;
}

#byregisteringyouareagreeingtotheahrefjavascriptonclickopenprivacyinfoprivacyhtmlv1termsandconditionsofthewebsitea {
  margin-top: 30px;
  left:0px;
}

.form_inserimento_dati form .campo_form_invia input {
  color: #fff !important;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}

.header {
  position: relative;
  top: -125px;
  width: 100%;
  height: 347px;
  overflow-y: hidden;
}

.no_ads .header.row{
  width: 970px;
  height: 316px;
}

.header_text {
  position: absolute;
  color: #fff;
  font-size: 35px;
  top: 0;
  min-height: 10px;
  padding-bottom: 10px;
  padding-top: 280px;
  padding-left: 15px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg, rgba(255, 255, 255, 0) 64%, rgb(0, 0, 0));
  font-family: "Merriweather", Georgia, "Times New Roman", serif !important;
}

.register_main {
  position: relative;
  top: -100px;
}

.register_page .header_background {
  overflow: hidden;
}

/* Styling for Section Single Content No Ads */
.no_ads .header { overflow-x: hidden !important; top:26px !important;}
.no_ads .heading3 { font-family: Merriweather !important; }
.no_ads { font-family: Merriweather, Times New Roman, serif !important; padding-left:10px !important; padding-right: 10px !important;}
.no_ads .vc_article .testo { font-family: Merriweather, Times New Roman, serif !important;}
.no_ads .intro { 
  font-size: 13px !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  font-weight: 800 !important;
  padding-left: 13px !important;
}
.no_ads .subheading { font-size: 20px !important; margin-bottom: 20px !important; margin-top: 10px !important;}
.no_ads .contact {margin-bottom: 40px !important;}
.no_ads .footer_tagline {font-size: 24px !important; font-weight: 800 !important; margin-top:20px !important; margin-bottom:20px !important; font-style: italic !important;}
.no_ads .content {font-size:14px !important; margin-bottom:20px !important;}
.no_ads .contact_heading { font-size: 20px !important; margin-bottom: 20px !important; margin-top: 10px !important; font-weight: 700 !important;}
.no_ads .contact_position { font-size: 16px !important; margin-bottom: 20px !important; margin-top: 40px !important; font-weight: 700 !important;}
.no_ads .contact_name { font-size: 16px !important; margin-bottom: 0px !important; margin-top: 10px !important;}
.no_ads .contact_info { font-size: 14px !important; margin-bottom: 20px !important; margin-top: 0px !important;}
.no_ads .icon_div {padding:0 !important;}
.no_ads .header_text {
  padding-top: 235px !important;
  padding-bottom: 0 !important;
  padding-left: 30 !important;
  position: absolute !important;
  top: 0px !important;
  height: 292px !important;
}
.no_ads .header_row{
  width: 800px !important;
  height: 299px !important;
  position: relative !important;
  top: 0px !important;
}

.no_ads .header_background {
  position: absolute !important;
  top: 17px !important;
  height: 300px !important;  
}

.no_ads .header_background_image {
  width: 970px !important;
  height: 273px !important;
}

.no_ads .icon {width: 100px !important; height: 100px !important; object-fit: cover !important;}

.no_ads .sovrn-connect-ad {
  display:none !important;
}

.no_ads .vc_article .testo a {
  color:#5B849D !important;
  text-decoration: none !important;
  font-style:normal !important; 
}

.no_ads .foto_articolo {
  display:none !important;
}

#sticky_share_placeholder {
  margin-top: 10px;
}

#sticky_share_placeholder .register_button {
  top:0px;
}

.share_text {
  margin-top:2px;
  width:47px;
  float:left;
  font-size: 12px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.footer_info {
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.footer_info a {
  color:#BBDEFA;
}

.footer_sub_heading {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer .vc_menu_footer ul.menu_1 li  {
  width: 25%;
  float: left;
}

.vc_menu_footer ul.menu_1 li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  width: 100%;
  float: left;
  color:#BBDEFA;
}

#ayads-video-layer {margin-top:-132px !important; }
#ayads-video-container {margin-top:-160px !important; }
#ayads-video-bg {top: 150px !important; }
#ayads-video {margin-top: 36px !important; }
#sublime-iframe-container {top: 148px !important;}

.hytPlayerWrapOuter {
  height:200px;
}

/* 22/07/2021: ICN: Override original styling for login box */
.vc_sign_in .user_access_orizzontale {
  width:217px !important;
}

div.vc_sign_in .user_access_orizzontale .user_login .user_login_button,
div.vc_sign_in .user_access_orizzontale .user_login .login_facebook,
div.vc_sign_in .user_access_orizzontale .user_login .login_google,
div.vc_sign_in .user_access_orizzontale .user_login .registrati
{
  /* width: 100% !important; */
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  width: 185px;
  clear: both;
}

.vc_sign_in .user_access_orizzontale .user_login .login_google {
  margin-left: 0px !important;
  width: 217px !important;
}

.vc_sign_in .user_access_orizzontale .user_login .login_google input {
  background: url('/userUpload/google_signin.png') no-repeat top left !important;
  height: 45px !important;
  color: rgba(255, 255, 255, 0) !important;  
}

.vc_sign_in .user_access_orizzontale .user_login .login_facebook input {
  height: 43px !important;
}

.vc_sign_in .user_access_orizzontale .user_login .login_google:before {
  color:rgba(255, 255, 255, 0) !important;
}

/* 22/07/2021: ICN: Styling for login to Send Us Your News */
.authentication_login .vc_box_login_social .login_google input {
  background: url('/userUpload/google_signin.png') no-repeat top left !important;
  height: 45px !important;
  color: rgba(255, 255, 255, 0) !important;  
  border: none !important;
  margin-left:-4px !important;
  width: 217px !important;  
}

.authentication_login .vc_box_login_social .login_facebook input {
  height: 41px !important;  
  width: 184px !important;
  margin-left: 0px !important;
  margin-top: 5px !important;
}

.authentication_login .vc_box_login_social .login_google:before {
  color:rgba(255, 255, 255, 0) !important;  
}

.authentication_login_form {
  width:70% !important;
}


#div-gpt-ad-skin {
  position: absolute !important;
  top: 150px !important;
}

.vc_multimedia_preview_content .group_media .preview_media_box h2.taglia_testo {
  font-weight: 100 !important;
  font-size: 12px !important;
}

.vc_box_article_preview_big_slider .vc_article_preview_big_slider .cont {
  padding: 340px 40px 34px 40px !important;
}

.vc_multimedia_preview_content .group_media .preview_media_box h2.taglia_testo {
  -webkit-line-clamp: 3 !important;
}

/* 28/07/2021: ICN: Make Billywig close button more obvious. */
span.bb-above-closebutton {
  font-size: 20px;
  padding: 3px;
  background: black;
  text-decoration: none !important;
  font-weight: 500;
  color: white;
}

.no_ads .leaderboard_container {display:none !important; background-color: white; width:100% ;}

.leaderboard_container {
  margin-top:103px;
  position: relative;
  padding: 0;
  top: 8px;
  border: #eee solid 1px;  
  margin-bottom:8px;
  background-color: white;
  width: 972px;
  margin-left: auto;
  margin-right: auto;
  height: 283px;  
}

.advertisement_text {
  position:relative;
  font-size: 10px;
  font-family: Arial;
  top:0;
  width:100%;
  text-align:center;
  color:#ccc;
  margin-bottom: -4px;
}

.leaderboard_ad_container {
  position:absolute;
  height: 250px;
  width:100%;
  text-align: center; 
  pointer-events: none; 
}

.leaderboard_ad_container.default {
  pointer-events: all;
  margin-top: 5px;
}

.leaderboard_ad_container.default img {
  object-fit: contain;
  height:250px;
}

.leaderboard_ad_container.leaderboard_1 {
  position: relative;
  top: 1px;
}

.default_leaderboard_ad {
  position: absolute;
  height: 250px;
  bottom: 0px;
  width:100%;
  text-align:center;  
}

.leaderboard_ad {
  position: absolute;
  width:100%;
  text-align: center;
  margin-bottom: 0px;
}


.advertise_with_us_banner {
  position: absolute;
  top: 16px;
  left: 20px;
}

.advertise_with_us_text a {
  position:absolute;
  bottom:-3px;
  width:100%;
  font-size: 10px;
  font-family: Arial;
  text-align:center;
  color:#ccc;
}

.header_spacer {
  height:34px;
}


/* Get rid of transparent background of some Google ads. */
.rh {
  background: white !important;
}

/* Move Google ads down */
#google_image_div {
  position: absolute !important;
  bottom:0 !important;
  left:0 !important;
}

.vc_search_horizontal .cerca_campo_invio:before{
  background-color: #0F61A4 !important;
}

.copyright_line {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size:14px; 
  float: left;
}

.top_section .container-fluid.vc_bg_01 {
  background: #fff !important;
}

.vc_top_header ul.menu_1 li a span {
  color: #000 !important;
}

#ayads-html {
  top: -29px !important;
}

.vc_menu_header2 {
  /* margin-right: 15px; */
  font-family: 'Roboto', Arial, 'Roboto', sans-serif;
  /* 08/08/2021: ICN: To centralise menu items */
  /*width: 922px;*/
  margin-left: auto;
  margin-right: auto;
  height: 25px;
}

.mpu_container {
  margin-top: 0px;
  position: relative;
  padding: 0;
  top: 0px;
  border: #eee solid 1px;
  margin-bottom: 9px;
  background-color: white;
  width: 318px;
  margin-left: auto;
  margin-right: auto;
  height: 289px;  
}

.mpu_container.mpu_1, .mpu_container.mpu_2, .mpu_container.mpu_3, .mpu_container.mpu_4, .mpu_container.mpu_5
, .mpu_container.mpu_6 {
  height: 637px;
}

.mpu_ad_container {
  position:absolute;
  height: 250px;
  width:100%;
  text-align: center; 
  pointer-events: none;
}

.mpu_container.mpu_1 {
  xwidth:385px;
}

.mpu_ad_container.default {
  pointer-events: all;
  margin-top: 2px;
}

.mpu_2 .mpu_ad_container.default,
.mpu_9 .mpu_ad_container.default
{
  margin-top:0px;
}

.mpu_ad_container.default img {
  object-fit: contain;
  xheight:250px;
}

.mpu_ad_container.mpu {
  position: absolute;
  top: 18px;
}

#mpu_2_in_article .mpu_ad_container.default,
#mpu_9_in_article .mpu_ad_container.default {
  margin-top:-2px;
}

#mpu_2_in_article .mpu_ad_container.mpu,
#mpu_9_in_article .mpu_ad_container.mpu {
  position: absolute;
  top: 21px;
}

.default_mpu_ad {
  position: absolute;
  xheight: 250px;
  bottom: 0px;
  width:100%;
  text-align:center;  
}

.mpu_ad {
  position: absolute;
  xbottom: 0px;
  width:100%;
  text-align: center;
  margin-bottom: 0px;
}

.mpu_7 .mpu_ad_container.default, .mpu_8 .mpu_ad_container.default {
  display: none
}

.mpu_7 .mpu_ad_container.mpu, .mpu_8 .mpu_ad_container.mpu {
  pointer-events: all;
}

.profile_photo {height:100px; width:100px; margin-top:7px;}


.contact_us .contact_position { font-size: 16px !important; margin-bottom: 0px !important; margin-top: 0px !important; font-weight: 700 !important;}
.contact_us .contact_name { font-size: 16px !important; margin-bottom: 0px !important; margin-top: 0px !important;}
.contact_us .contact_info { font-size: 14px !important; margin-bottom: 26px !important; margin-top: 0px !important;}
.contact_us .contact_email { font-size: 14px !important; margin-bottom: 30px !important; margin-top: 0px !important; line-height: 16px !important;}


.weather_widget, #weather_widget_banner {
  position: absolute;
  top: 10px;
  height: 33px;
  margin-top: 10px;
  overflow: hidden;
}

.weather_widget img, #weather_widget_banner img {
  height: 63px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  max-height: 100px !important;
  margin-top: -17px;
}

/*
.social_icons {
  width: 190px;
  margin-top:11px;  
  float:right !important;
  margin-right: 13px;
}

.social_icons .bannervcms img {
  width: 25px;
  margin: 3px;
  filter: drop-shadow(2px 2px 2px grey) opacity(0.85);
  float:right !important;
}
*/

.follow_us_on {
  font-family: 'Roboto', sans-serif;
  width: 91px;
  float: left;
  color: #fff;
  font-size: 14px;
  padding-top: 16px;  
}


.social_icons {
  width: 190px;
  margin-top:11px;  
  float:left !important;
  margin-right: 13px;
}

.social_icons .bannervcms img{
  width: 25px;
  margin: 3px;
  filter: drop-shadow(2px 2px 2px grey) opacity(0.85) invert(100%);
  float:right !important;
}

.social_icons .social_pic .vc_box_social_colored img {
  width: 25px;
  margin: 3px;
  filter: drop-shadow(2px 2px 2px grey) opacity(0.85) invert(100%);
  float: left !important;
}
.vc_logo {
  height: 55px;
}

.vc_logo img{
  max-width:100%;
  padding:0 0 0;  
}

/* Styling Middle Header. */
.container-fluid.middle_header img {
  max-height: 50px;
  float: left;
}



/* HAMBURGER MENU STYLES */

/*
  Template Name: ICO - Hamburger Menu.css
  Version:       1.20.4
  Updated:       23/05/2021 by ICN (Iconic Newspapers)
  Note:          23/05/2021: ICN: Added search.
*/

.iconic_hamb_menu{
  z-index: 1000;
  float:left;
}
.iconic_hamb_menu .top_menu .ham-close{
  color:black;
  position: absolute;
  top: 1em;
  left: 10px; /*300px;*/
  z-index: 1000;
  display:none;
  cursor:pointer;
}
/*---top_bar_menu*/
.iconic_hamb_menu img {
border: 0;
text-decoration: none;
}
.vc_open_dropdown,
.vc_arrow {
  display:inline;
  float:right;
}
/*---opening*/
.iconic_hamb_menu .opening {
float:left;
width:auto;
display:block;
text-align:left;
-webkit-appearance: none;
cursor:pointer;
  z-index:400;
  font-size: 3em;
  position: static;
  top: calc((100% - 3em) / 2);
  left: -10px;
}
/*---top_menu*/
.iconic_hamb_menu .top_menu {
margin:20px 0;
height:100%;
padding:0;
float:left;
clear:left;
background: #000;
  z-index: 400;
  position: absolute;
}
  
/*vc_menu_tools*/
.iconic_hamb_menu .vc_menu_tools {
  margin:0 auto;
  padding:5px 10px 10px 10px;
  float:left;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight:normal;
  width:100%;
  text-align:center;
  border-bottom: #fff 1px solid;
  display:none;
}
.iconic_hamb_menu .vc_menu_tools .menu_1 {
  width:100%;
  float:left;
  clear:left;
  z-index:500;
}
.iconic_hamb_menu .vc_menu_tools .menu_1 li {
  display:inline-table;
}
.iconic_hamb_menu .vc_menu_tools .menu_1 li:after {
  content:"|";
  padding: 0 5px 0 0;
  float:left;
}
.iconic_hamb_menu .vc_menu_tools .menu_1 li:first-child:after {
  display:none;
 }
.iconic_hamb_menu .vc_menu_mobile {
  margin: 0px 0;
  padding: 0;
  width: 330px !important;
  font-size: 18px;
  color: #fff;
  background: #18181a;
  float: left;
  z-index: 1;
  font-weight: normal;
  text-transform: uppercase;
  display: none;
  -webkit-touch-callout: none;
  height: calc(100vh - 56px) !important;
  position: fixed !important;
  top: 56px;
  left: 0;
}
.iconic_hamb_menu .vc_menu_mobile ul {
  margin:0;
  list-style:none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height:0px;
  font-size:12px;
}
.iconic_hamb_menu .vc_menu_mobile ul li {
margin:0;
padding:0;
list-style:none;
overflow: hidden;
}
.iconic_hamb_menu .vc_menu_mobile ul li a:link, 
.iconic_hamb_menu .vc_menu_mobile ul li a:visited {
padding:15px;
display:inline-block;
color:#fff;
text-decoration:none;
}
.iconic_hamb_menu .vc_menu_mobile ul li a.macroSection:link, 
.iconic_hamb_menu .vc_menu_mobile ul li a.macroSection:visited {
  z-index:99999;
position:relative;  
}
/*.iconic_hamb_menu .vc_menu_mobile ul li a:hover,*/
.iconic_hamb_menu .vc_menu_mobile ul li a:focus, 
.iconic_hamb_menu .vc_menu_mobile ul li a:active,
.iconic_hamb_menu .vc_menu_mobile ul li a.attivo,
.iconic_hamb_menu .vc_menu_mobile ul li a.selezionato{
text-decoration:underline;
}

.iconic_hamb_menu .vc_menu_mobile .menu_2 {
margin:0;
padding:0 25px;
/*width:315px;*/
font-size:12px;
line-height:0px;
text-transform:uppercase;
background-color:#1f1f21;
overflow: hidden;
}

.iconic_hamb_menu .vc_menu_mobile .menu_2 li a:link, 
.iconic_hamb_menu .vc_menu_mobile .menu_2 li a:visited {
margin:0;
padding:15px 0 15px 10px;
display:inline-block;
color:#b2b2b2;
text-decoration:none;
text-transform:uppercase;
position:relative;
left:0;
-webkit-animation: slideIn 1s forwards;
  -moz-animation: slideIn 1s forwards;
  animation: slideIn 1s forwards;
}
.iconic_hamb_menu .vc_menu_mobile .menu_2 .menu_3 li a.span:link{
  left:10px;
}
.iconic_hamb_menu .vc_menu_mobile .menu_2 .menu_3 li .vc_arrow:visited{
  left:0;
}
.iconic_hamb_menu .vc_menu_mobile .menu_2 .menu_3 li{
  width:100%;
}
@-webkit-keyframes slideIn {
0% {
  transform: translateX(-20px);
}
100% {
  transform: translateX(0);
}
}
@-moz-keyframes slideIn {
0% {
  transform: translateX(-20px);
}
100% {
  transform: translateX(0);
}
}
@keyframes slideIn {
0% {
  transform: translateX(-20px);
}
100% {
  transform: translateX(0);
}
}
.bg_transparent {
  margin:0;
  padding:28px 0 0 0;
  background:rgba(255, 255, 255, 0);
  clear:both;
  width:100%;
}
/* #### Hamburger Login ### */
.iconic-hamb-login{
  display:inline-block;
  float:right;
  padding:15px 10px 0 0;
}
/*vc_hamb_login*/
.vc_hamb_login{
  margin: 0;
  cursor: pointer;
  float: left;
  width: auto;
  text-decoration: none;
  text-align: center;
  z-index: 91000;
  color:#fff;
  font-size: .8em;
}
.vc_item {
  margin:0 !important;
}
.vc_hamb_login a {
  color:#fff;
  font-size: 1.0em;
  line-height: 1.2em;
  font-family: 'Open Sans';
  padding:0 !important;
}
.vc_hamb_login .fa{
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.0em;
}
.vc_hamb_login .fa-user:before{
  font-family:FontAwesome;
  font-weight: 100;
  padding-right:5px;
  font-size:1.0em;
}
.vc_hamb_login .fa:hover:before, .vc_hamb_login .fa-user:hover{
  color: var(--nwn-red);
}

/* 23/05/2021: ICN: Added styling for search. */
/* Styling for Search - Start */
.vc_menu_mobile .cerca_campo_text{
  display:inline-block;
  margin: 15px 0 0 15px;
  width: 75%;
}

.vc_menu_mobile .cerca_campo_text input{
  width: 100%;
  color:#000000;
} 

.vc_search_horizontal2 .cerca_campo_invio:before {
  width: 100%;
  color: #fff;
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  font-size: 1em;
  line-height: 1.7em;
  pointer-events: none;
}

/* Search Button */
.vc_search_horizontal2 .cerca_campo_invio input{
  content: "\f002";
  font-family: FontAwesome;
  border-color:rgba(255, 255, 255, 0);
  background:none;
  position: relative;
  left:-19px;
  top:7px;
}

.vc_menu_mobile .cerca_campo_invio{
  display:inline-block;
}
/* Styling for Search - End */


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .vc_hamb_login .fa {
      font-size:0;
  }
  .vc_item.dropdown.vc_hamb_login .fa-user:before,
  .vc_hamb_login .fa-user:before {
     content: "\f007";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      color:#fff;
      font-size:18px;
  }
  .vc_hamb_login .fa-user:before:hover {
      color: red;
  }
  .vc_item.dropdown.vc_hamb_login {
      padding: 0;
      border: 0;
  }
  .vc_hamb_login .vc_user_controls_items {
      top: 35px;
      right: -29px;
  }
}
@media only screen and (min-width : 769px) {
  .iconic_hamb_menu{
      /*margin-top:30px;*/
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  .iconic_hamb_menu .vc_menu_mobile {
      /* height: 185px; */
      height: calc(100vh - 125px) !important;
      width: 100vw !important;
      overflow-x: scroll;
      top: 46px !important;
      left: 0;
  }
  .top_banner{
      height:50px;
  }
  .vc_popup_login_social .login_google, 
  .vc_popup_login_social .login_linkedin, 
  .vc_popup_login_social .login_facebook {
      width: 100% !important;
      float: left;
      position: relative;
      margin: 5px 1%;
  }
  .iconic_hamb_menu .opening{
      font-size:2em;
  }
  .iconic_hamb_menu .vc_menu_mobile ul{
      float:none;
      display:block;
  }
  
}
@media only screen and (max-width : 767px) and (orientation: landscape){
  .iconic_hamb_menu{
      float:right;
  }
  .iconic_hamb_menu .vc_menu_mobile{
      height:100% !important;
  }
  .vc_logo {
      width:35% !important;
      
  }
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .iconic_hamb_menu .vc_menu_mobile {
      /*height: 315px;*/
      height:calc(100vh - 54px);
      width:100vw;/*vh*/
      overflow-x: scroll;
      overflow-y:scroll;
      z-index:50;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .iconic_hamb_menu .vc_menu_mobile ul{
      float:none;
      display:block;
  }
}



.iconic_hamb_menu .top_menu .vc_menu_mobile {
  height: calc(100vh - 43px) !important;
  top: 79px !important;
  /* 28/05/2021: ICN: Added padding to bottom of mobile menu. */
  padding-bottom: 500px;
  overflow-y: scroll;
}

.menu_button {
  background-color: white;
  height:40px;
  width:40px;
  padding: 5px;
}

.menu_button_icon:before {
  /* X icon */
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #333;
  font-size: 24px;
  position: absolute;
  top:15px;
}

.menu_button_icon.collapsed:before {
  /* Burger menu icon */
  content: "\f0c9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #333;
  font-size: 24px;
  position: absolute;
  top:15;
}

.user_logged.vc_sign_in p {
  font-size:12px !important;
}

.vc_menu_header2 ul.menu_1 li a {
  font-size:13px !important;
}

.container-fluid.middle_header .vc_logo img 
{
  max-height: 36px;
  margin-top: 8px;
}

.limerickleader .container-fluid.middle_header .vc_logo img 
, .corklive .container-fluid.middle_header .vc_logo img 
, .carlowlive .container-fluid.middle_header .vc_logo img 
, .derrynow .container-fluid.middle_header .vc_logo img 
, .donegallive .container-fluid.middle_header .vc_logo img 
, .waterfordlive .container-fluid.middle_header .vc_logo img 
, .kildarenow .container-fluid.middle_header .vc_logo img 
, .leitrimobserver .container-fluid.middle_header .vc_logo img 
, .leinsterleader .container-fluid.middle_header .vc_logo img 
, .longfordleader .container-fluid.middle_header .vc_logo img 
, .ireland-live .container-fluid.middle_header .vc_logo img 
, .inishlive .container-fluid.middle_header .vc_logo img 
, .clarelive .container-fluid.middle_header .vc_logo img 
{
  max-height: 36px;
  margin-top: 8px;
}

.dundalkdemocrat .container-fluid.middle_header .vc_logo img {
  max-height: 38px;
  margin-top: 8px;
}

.leinsterexpress .container-fluid.middle_header .vc_logo img {
  max-height: 42px;
  margin-top: 8px;
}

/* Need to make Kilkenny logo a bit bigger because of the descending letters (y and p) */
.kilkennypeople .container-fluid.middle_header .vc_logo img
{
  max-height: 45px;
  margin-top: 5px;
}

/* Need to make Tipperary logo a bit bigger because of the descending letters (y and p) */
.tipperarylive .container-fluid.middle_header .vc_logo img
{
  max-height: 38px;
  margin-top: 7px;
}

.nenaghlive .container-fluid.middle_header .vc_logo img
{
  max-height: 38px;
  margin-top: 7px;
}

.offalyexpress .container-fluid.middle_header .vc_logo img 
{
  max-height: 44px;
  margin-top: 8px;
}

.date_weather {
  float:right;
  margin-right:15px;
}

.bottom_header .vc_menu_header2 ul.menu_1 ul.menu_2 {
  padding-top: 30px;
  padding-left: 10px;

}

.bottom_header .vc_menu_header2 ul.menu_1 li ul.menu_2 .cont_menu_li {
  max-height:230px;
}



.banner_sticky_desktop_background  {
  display: none;
  position:fixed;
  top:390px;
  margin:0;
  z-index:9999;
  width:100%;
  height:300px;
  background-color: #000000aa;
}

.banner_sticky_desktop  {
  position:fixed;
  top:415px;
  margin:0 auto;
  z-index:9999;
  width:100%;
}
.banner_sticky_desktop img{
  margin:0 auto;
  padding:0;
  max-width:100%;
  border:0;
  display:table;
}
.banner_sticky_desktop div{
  margin:0 auto;   
}

.banner_sticky_desktop_close:before {
  content: "\f00d";  /* X icon */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 100;
  text-decoration: inherit;
  color: white;
  font-size: 29px;
  position: absolute;
  z-index:50000;
  top:10px;
  left:14px;
  pointer-events: none;
}


.banner_sticky_desktop_close{
  text-align:center;
  padding-top:2px;
  display: inline-block;
  position: fixed;
  top:415px;
  left:0px;
  z-index:50000;
  background-color: #000000aa;
  width: 47px;
  height: 44px;
  padding-top: 12px;
  margin-left: 0px;
  cursor: pointer;
}

.stop_scrolling {
  margin: 0; height: 100%; overflow: hidden;
}

.sticky_skyscraper_left {
  position:fixed;
  top: 130px;
  left: 10px;
  width: 160px;
  height: 600px;
  z-index: 1;
}

.sticky_skyscraper_right {
  position:fixed;
  top: 130px;
  right: 10px;
  width: 160px;
  height: 600px;
  z-index: 1;
}

.skyscraper_left_container {
  position: absolute;
}

.skyscraper_right_container {
  position: absolute;
}

#mpu_2_in_article, #mpu_3_in_article, #mpu_4_in_article, #mpu_5_in_article, #mpu_6_in_article, #mpu_7_in_article, #mpu_8_in_article {
  margin:auto;
  max-width: 300px;
}
#mpu_1_in_article{
  margin:auto;
  max-width: 600px;
  /*max-height:350px;*/
}

.form_inserimento_dati form .campo_form_checkbox {
  width: 50% !important; 
}

.vc_forget_me {
  font-size: 14px !important;
  color: #ccc !important;
  text-align: left !important;
  position: absolute !important;
  bottom: -50px !important;
  width: 320px !important;
  height: 20px !important;
  margin-left: -2px !important;
  border:none !important;
}

.vc_menu_header2 ul.menu_1 li.business ul.menu_2,
.vc_menu_header2 ul.menu_1 li.archive ul.menu_2,
.vc_menu_header2 ul.menu_1 li.deaths ul.menu_2{
  width:100% !important;
  left:0 !important;
}

.bannervcms.banner_mpu_7.vc_mb_25 {
  margin-left: auto;
  margin-right: auto;
  width: 315px;
  border: solid 1px #eee;
  padding-left: 5px;
}


/*
31/08/2021: ICN: Removed gradient overlay and caption from article photo.

.foto_articolo::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 30%, rgb(0, 0, 0));
}
*/

.vc_article_new_body_multimedia .foto_articolo .didascalia {
  /*
  31/08/2021: ICN: Removed gradient overlay and caption from article photo.
  
  position: absolute;
  color: #fff;
  margin-top: 0;
  */

  position: relative;
  color: #333;
  margin-top: 10px;
  
  font-size: 1.2em;
  text-align: center;
  width: 100%;
  bottom: 10px;
  left: 0;
  height: 60px;
  padding: 5px;  
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  background-image: none;
  z-index: 20;
}


.vc_article_new_body_multimedia .foto_articolo img {
  max-height: 600px;
  object-fit: contain;
  width: 100%;
}

.vc_article_new_body_multimedia .bx-next{
    float:right;
}

.vc_article_new_body_multimedia .bx-prev{
    float:left;
}

.vc_article_new_body_multimedia .bx-pager{
    width: 100%;
    text-align:center;
}



.vc_article_new_body_header h1 {
  position: relative;
  z-index: 30;
  /* 27/05/2022: ICN Added Article styling back in */
  font-weight: 500;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: 2.5em;
  color: #333;
}

.vc_article_preview_medium2 .cont_img img {
  width: 100%;
  xheight: 200px;
  float: left;
  clear: left;
  /* object-fit: cover; */
  /* object-position: top; */
}

/*
.vc_article_preview_big_news .cont_img img {
  width: 100%;
  height: 368px !important;
  object-fit: cover;
  object-position: top;
}
*/

/*
.vc_box_article_preview_big_slider2 .vc_article_preview_big_slider2 .cont_img img {
  width: 550px !important;
  height: 320px !important;
  object-fit: cover;
  object-position: top;
}
*/

/* Section labels on photos */

.vc_article_preview_medium2 .sezione a,
.vc_article_preview_big_news .sezione a,
.vc_box_article_preview_big_slider2 .vc_article_preview_big_slider2 .cont .sezione a,
.vc_article_preview_medium_section3 .sezione a,
.vc_article_preview_medium_section2 .sezione a,
.vc_article_preview_medium_bottom_news .sezione a,
.vc_article_small_more_news .sezione a,
.vc_article_preview_large_section .sezione a {
  font-size: 13px !important;
  font-weight: 100 !important;
  color: #555;
}

.vc_header_section_with_link2 p.sezione a {
  color: #555;
}

/*
.vc_preview_slider_auto_gallery2 .cont .schermata .box .divcont::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 30%, rgb(0, 0, 0));
}
*/

.vc_preview_slider_auto_gallery2 .cont_foto{
  height: 210px;
}

.vc_preview_slider_auto_gallery2 .cont .schermata .box .cont_foto img {
  max-height: 210px !important;
  width: 350px !important;
  object-fit: cover;
  object-position: top;
}

.vc_preview_slider_auto_gallery2 .cont .schermata .box .divcont2 {
  pointer-events: none;
  background-image: none;
}

.vc_preview_slider_auto_gallery2 .cont .schermata .titolo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left:7px;
  padding-right:7px;
  padding-bottom:5px;
}

.powered_by {
  height: 18px;
  float: right;
  margin-right:65px;
}

.powered_by img {
  height: 15px;    
  float: right;
  margin-top: 5px;
}

img.powered_by_contactus {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sponsored_content_block {
    background-color: #fff;
}

.multimedia iframe {
    height: 420px !important;
    width: 100%;
}

.vc_story_telling_pagination .vc_prev a, .vc_story_telling_pagination .vc_next a
{
  font-size: 30px !important;
  color: #fff !important;
}
.vc_story_telling_pagination .btn a {
  background: #771177 !important;
  border-radius: 10px !important;
}

a.vc_story_telling_link {
  background: #771177 !important;
  border-radius: 10px !important;
  font-size: 0px !important;
  color: rgba(255, 255, 255, 0) !important;
  padding:15px;  
  width: 100%;
  display: table;
  text-align: center;
  margin-left: auto;
}

a.vc_story_telling_link:after {
  content: "Next";
  font-size: 30px !important;
  color: #fff !important;  
  text-decoration: underline !important;
  text-transform: none !important;
}

.vc_story_telling{
  margin-bottom:40px;
}

.vc_article_preview_medium_section2 .cont3 {
  min-height: 210px !important;
  margin-top: 0 !important;
}


.sponsored_article_preview .divcont .divcont2 {
  position: absolute;
  bottom: 0;
  min-height: 10px;
  padding-bottom: 10px;
  padding: 10px;
  width: 99%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0));
  pointer-events: none;
}

.sponsored_article_preview .cont .schermata .box .cont_foto {
  width: 100%;
}

/*
.sponsored_article_preview .cont .schermata .box .cont_foto img {
  width: 100% !important;
  height: 161px;
  object-fit: cover;
}
*/

.sponsored_article_preview .divcont2 .titolo a {
  font-size: 20px !important;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;  
  font-weight: 100;
  line-height: 24px;
  color: #fff !important;
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  pointer-events: all;  
}



.sponsored_article_preview .vc_header_section_with_link_redesign p.sezione a {
  font-weight: 100 !important;
  text-align: center !important;
  font-size: 14px !important;
  color: #fff !important;
  font-family: "Merriweather", Georgia, "Times New Roman", serif !important;
  margin-top: 5px !important;
  font-style: normal;
  text-decoration: none;  
}

/* 30/09/2021: ICN: Removed new sponsored content styling.  Style to look like normal section ribbon. */
.sponsored_article_preview .sezione {
  background-color: rgba(255, 255, 255, 0) !important;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, #222)  !important;
  width: 175px  !important;
}

/* 30/09/2021: ICN: Removed new sponsored content styling.  Style to look like normal section ribbon. */
.sponsored_article_preview .sezione a {
  color: #fff  !important;
  font-family: 'Roboto', sans-serif  !important;
  font-weight: 500  !important;
  font-size: 13px  !important;
}

/*
// 30/09/2021: ICN: Removed new sponsored content styling.

.sponsored_article_preview p.sezione.vc_section_link {
  display: none;
}


.sponsored_article_preview .vc_header_section_with_link2 p.sezione a {
    font-weight: 100 !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #fff !important;
    font-family: "Roboto", Helvetica, "Arial", sans-serif !important;
    margin-top: 5px !important;
    font-style: normal;
    text-decoration: none;
    position: relative;
    z-index: 10;
    top: 2px;
    background: #4787a6;
    width: 175px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    float: right;
    margin-right: 57px;
    cursor: pointer;
}

*/


.sponsored_article_preview .vc_header_section_with_link2 p.sezione {
    border-bottom: none;
}


.sponsored_article_preview .vc_header_section_with_link2
/* 30/09/2021: ICN: Removed new sponsored content styling. , .sponsored_article_preview p.sezione */
{
    position: absolute;
    top: 0;
    margin: 0;
    height: 0;
}

body {
    background-color: #fcfcfc;
}

.vc_article_more_news_preview_medium .titolo {
    width: 100%;
    float: left;
    clear: left;
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    height: 62px !important;
}

.more_news .sezione_link .sezione a{
  visibility: hidden;  
}

.more_news .sezione_link .sezione a:after,
.more_news .sezione_link .sezione a:after {
  content:'More News';
  visibility: visible;  
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.9em;
  width: 100%;
  float: left;
  clear: left;
  cursor: pointer;
  pointer-events: all;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 0;
}

.vc_article_most_popular_news_preview_medium .cont .sezione,
.vc_article_more_news_preview_medium         .cont .sezione {
  background-color: rgba(255, 255, 255, 0) !important;
  background-image: none !important;
  text-decoration: none !important;
  height: 20px;
  width: 150px;
}

.vc_article_most_popular_news_preview_medium .sezione a,
.vc_article_more_news_preview_medium         .sezione a {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif !important;
  text-decoration: none !important;
  float: left;
  color: #afafaf;
  font-size: 12px;  
}

.vc_article_most_popular_news_preview_medium .sezione a:before,
.vc_article_more_news_preview_medium         .sezione a:before {
  display: none;
}

.vc_article_most_popular_news_preview_medium .titolo,
.vc_article_more_news_preview_medium         .titolo {
  width: 100%;
  float: left;
  clear: left;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 12px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
  height: 77px !important;
}


.vc_article_most_popular_news_preview_medium .cont3 {
  position: relative;
  min-height: 63px !important;
  padding-bottom: 10px;
}


.gallery_grid article {
  width:231px;
  height: 205px;
}


.gallery_grid .cont_img {
  height: 130px;  
}

.gallery_grid img {
  width:231px;
  height: 130px;
}

.gallery_grid .titolo a {
  font-weight: 100 !important;
  font-size: 12px !important;
  -webkit-line-clamp: 3 !important;
  line-height: normal;
}


.gallery_grid #prev_page, .gallery_grid #next_page{
  background-color: #5f2481 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 30px;
  text-decoration: none !important;  
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  margin: 10px;
}

.gallery_grid #prev_page{
  float: left;
}

.gallery_grid #next_page{
  float: right;
}

.gallery_grid .didascalia{
  display: none;
}

/* FROM OLD STYLE SHEET START */


.sponsored_content_carousel {
	margin:0 0 0 0;
	float:left;
	clear:left;
	width:100%;
	min-height:250px;
	padding:15px;
}
.sponsored_content_carousel .occhiello_titolo{
    width: 100%;
    float: left;
    clear: left;
    border-top: 5px #147bb0 solid;
    padding-top: 10px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px #d6d6d6 dashed;
}
.sponsored_content_carousel .occhiello_titolo a,
.sponsored_content_carousel .occhiello_titolo {
    color: #147bb0;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 0.9em;
    width: 100%;
    float: left;
    clear: left;
}
.sponsored_content_carousel .occhiello_titolo a:after{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    font-size: 0.5em;
    line-height: 2em;
}
.sponsored_content_carousel .bx-wrapper,
.sponsored_content_carousel .bx-wrapper .bx-window,
.sponsored_content_carousel .bx-wrapper .bx-window .cont,
.sponsored_content_carousel .bx-wrapper .bx-window .cont .schermata {
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
}
.sponsored_content_carousel .cont{
    float: left;    
    clear: left;
    padding-left:25px;
}
.sponsored_content_carousel .bx-wrapper{
    padding:5px 15px;
}
.sponsored_content_carousel .cont .schermata .box .icona_tipo {
	display:none;
}
.sponsored_content_carousel .cont .schermata .box {
    margin: 15px 0.5%;
    padding: 0px;
    width: 32%;
    float:left;
	position:relative;
	overflow:hidden;
	opacity: 0.95;
}
.sponsored_content_carousel .cont .schermata .box:hover {
    opacity: 1;
}
.sponsored_content_carousel .cont .schermata .box .divcont {
    padding: 0;
    position:relative;
    width:100%;
    float:left;
    z-index:9;
}

.sponsored_content_carousel .cont .schermata .box .divcont2 {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0)) !important;
  padding: 120px 10px 34px 10px;
  height: 100%;  
  position:absolute !important;
  bottom:0px;
  pointer-events: none;
  width: 100%;
  float: left;
  z-index: 9;
}
.sponsored_content_carousel .cont .schermata .box.video .divcont2,
.sponsored_content_carousel .cont .schermata .box.gallery .divcont2{
    position: relative;
}
.sponsored_content_carousel .cont .schermata .box .cont_foto {
	width:100%;
	float:left;
	clear:left;
	position: relative;
}



.sponsored_content_carousel .cont .schermata .box .cont_foto img {
	margin:0px;
	padding:0px;
	border:0px;
	max-width:100%;
	text-decoration:none;
	float:left;
}
.sponsored_content_carousel .cont .schermata .occhiello {
    margin-bottom:5px;
    width:100%;
    float:left;
    clear:left;
    font-size: 1em;
}
.sponsored_content_carousel .cont .schermata .titolo {
    /* 15/05/2021: ICN: Changing font. */
    width: 100%;
    float: left;
    clear: left;
    font-size: 18px;    
    color: #fff;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: normal;

    /* 06/06/2021: ICN: Remove height and overflow settings */
    /* 
    height: 3.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    * /

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* 05/06/2021: ICN: Changed font to Source Sans Pro. */
    
}
.sponsored_content_carousel .cont .schermata .titolo a {
    color: inherit !important;
}

/*---punti_slider*/
.sponsored_content_carousel .punti_slide {
    bottom:5px;
    position: relative;
}
.sponsored_content_carousel .punti_slide .bx-pager {
    margin:0 auto;
    padding:0px;
    text-align:center;    
    width:100%;
    float:left;
    clear:left;
    display:none;
}
.sponsored_content_carousel .punti_slide .bx-pager .bx-pager-item {
    margin:0px 3px 0 0;
    padding:0px;
    width:10px;
    height:10px;
    display:inline-block;
    text-decoration:none;
    font-size:0px;
    color:#fff;
}
.sponsored_content_carousel .punti_slide .bx-pager .bx-pager-item a.bx-pager-link {
    margin:0px 4px;
    padding:0px;
    width:10px;
    height:10px;
    display:inline-block;
    text-decoration:none;
    font-size:0px;
    color:#fff;
    background:rgba(255, 255, 255, 0);
    border:2px solid #007dbf;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.sponsored_content_carousel .punti_slide .bx-pager .bx-pager-item a.active {
    background:#007dbf;
}
/*---Arrows*/
.sponsored_content_carousel .bx-controls .bx-controls-direction .bx-prev {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0px;
    left: 5px;/*-10px*/
    z-index: 98;
}
.sponsored_content_carousel .bx-controls .bx-controls-direction .bx-prev:after {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #333;
    opacity:0.8;
    top: 40%;
    left: 5px;
    position: absolute;
}
.sponsored_content_carousel .bx-controls .bx-controls-direction .bx-next {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0;
    right: -1px;/*-10px*/
    z-index: 98;
}
.sponsored_content_carousel .bx-controls .bx-controls-direction .bx-next:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #333;
    opacity:0.8;
    top: 40%;
    right: 4px;
    position: absolute;
}
.sponsored_content_carousel .bx-controls .bx-controls-direction .bx-prev a,
.sponsored_content_carousel .bx-controls .bx-controls-direction .bx-next a {
    margin:0px;
    padding:0px;
    display:block;
}

.sponsored_content_carousel .video .cont_img a:before, .sponsored_content_carousel .video .cont_foto a:before, .sponsored_content_carousel.video .cont_img a:before{
    content: "\f144";
    color: #fff;
    opacity: 1;
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
}


.sponsored_content_carousel > .bx-wrapper > .bx-viewport{
    padding-left:17px;
}

/* FROM OLD STYLE SHEET END */

.sponsored_content_carousel{
  margin: 0 0 0 0;
  float: left;
  clear: left;
  width: 100%;
  min-height: 250px;
  padding: 15px;
}

.sponsored_content_carousel .bx-wrapper{
  padding: 5px 15px;
}

.sponsored_content_carousel .bx-viewport{
  height: 240px;
}

.sponsored_content_carousel .cont_foto{
  height: 210px;
}

.sponsored_content_carousel .cont .schermata .box .cont_foto img {
  max-height: 210px !important;
  width: 350px !important;
  object-fit: cover;
  object-position: top;
}

.sponsored_content_carousel .cont .schermata .titolo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left:7px;
  padding-right:7px;
  padding-bottom:5px;
}

.sponsored_content_carousel .titolo {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.3em;
  font-weight:600;
}
.sponsored_content_carousel .sottotitolo {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size:0.9em;
  line-height:1.2em;
  font-weight:normal;
}

.leaderboard_2 {
  text-align: center;
  margin-bottom: 30px;
}

.single_article_preview article p.titolo {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: left;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
}

.single_article_preview .sezione_link_label {
  float: left;
  color: #333;
  position: absolute;
  top: 5px;
  left: 15px;
  padding: 2px25px;
  /* background-color: #9e0044; */
  /* background-color: #9e0044; */
  background-color: rgba(255, 255, 255, 0) !important;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, #222);
  width: 244px !important;
}


.single_article_preview .sezione_link_label a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding: 2px 25px;
}


/* Paywall Styling Start */
.paywall_background {
  position: absolute;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100px);
  top: 0;  
  width: 96%;
  height: 550px;
  display: block;
  padding: 1px;
}

@media only screen and (min-width : 0px) and (max-width : 400px) {
  .paywall_background{
    left: -15px;
  }
}

#paywall_dialog, #paywall_message {
  display: none;
  position: absolute;
  top: 100px;
  width: 90%;
  text-align: center;
  height: 200px;
  margin: 20px;
  padding: 20px;
  font-size: 20px;
  line-height: 30px;
}

#paywall_dialog p.bottom_message,
#paywall_message p.bottom_message
{
  font-size: 16px;
  line-height: 25px;
}

#paywall_dialog hr,
#paywall_message hr {
  color: #face3e;
    line-height: 13px;
    border: solid 1px;
    width: 100%;
}

.vc_paywall_box {
	display:none;
}


/* Paywall Styling End */



/* Subscription Styling Start */
.subscription_background {
  position: absolute;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100px);
  top: 0;  
  width: 96%;
  height: 550px;
  display: block;
  padding: 1px;
}

@media only screen and (min-width : 0px) and (max-width : 400px) {
  .subscription_background{
    left: -15px;
  }
}

#subscription_dialog {
  display: none;
  position: absolute;
  top: 100px;
  width: 90%;
  text-align: center;
  height: 200px;
  margin: 20px;
  padding: 20px;
  font-size: 20px;
  line-height: 30px;
}

#subscription_dialog p.bottom_message {
  font-size: 16px;
  line-height: 25px;
}

#subscription_dialog hr {
  color: #face3e;
    line-height: 13px;
    border: solid 1px;
    width: 100%;
}

/* Subscription Styling End */



/* New Paywall styling */
.vc_paywall_box{
    background: #eaeaea;
    float: left;
    clear: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    border: 0px solid #ccc;
    border-bottom: 4px solid #075a9c;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
.vc_cont_paywall {
    float: left;
    clear:left;
    width: 100%;
}
.vc_cont_paywall .text {
    margin:0;
}
.vc_cont_paywall .cont_testo {
    width:100%;
    float:left;
    clear:left;
    text-align: center;
    margin-bottom: 0;
}
.vc_cont_paywall .cont_testo .vc_paywall_title {
    display:table;
    padding:15px 0;
    width:100%;
    text-align:center;
}
.vc_cont_paywall .cont_testo .vc_paywall_title .text {
    font-weight: normal;
    color: #075b9c;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
}
.vc_cont_paywall .cont_testo .vc_paywall_description {
    width: 70%;
    display: table;
    font-size: 20px;
    line-height: 25px;
    margin: 20px auto 50px auto;
}
.vc_cont_paywall .cont_testo .vc_paywall_description .text {
    color: #fff;
    margin:0;
}

.vc_cont_paywall .cont_testo .vc_paywall_description .text strong {
    font-weight: 600;
}

.vc_cont_paywall .cont_testo .vc_paywall_description .text i {
    font-style: italic;
}


.vc_cont_paywall .vc_cont_button {
    float:left;
    clear:left;
    width:100%;
    font-family: inherit;
}
.vc_cont_paywall .vc_cont_button .text_edit {
    text-align: left;
    font-size: .95em;
    font-weight: 300;
    line-height: 1.4em;
    margin: 8px 0 0 0;
    color: #212121;
}
.vc_cont_paywall .vc_cont_button .text_edit strong {
    font-weight: 600;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login a,
.vc_cont_paywall .vc_cont_button .vc_paywall_subscription input {
    margin: 15px 0;
    text-decoration: none;
    font-size: 0.95em;
    line-height: 1em;
    font-weight: 300;
    color: #075a9c;
    padding: 10px 8px 10px 8px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    clear: left;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #075a9c;
    display: block;
    background: transparent;
}

.vc_cont_paywall .vc_cont_button .vc_paywall_login .vc_user_controls_icon:before {
    content: "Account";
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu {
    /*position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 15px !important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    list-style: none !important;*/
        position: absolute;
    top: 100%;
    right: -25px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0 !important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu .vc_user_controls_username {
    display: block;
    padding: 5px 20px;
    font-size: 1.2em;
    line-height: 1.42857143;
    color: #1555a0;
    text-align: center;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #ccc;
    float: left;
    clear: left;
    width: 100%;
}

.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    font-size: .8em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #212121;
    white-space: nowrap;
    margin: 0;
    text-align: left;
    width: 100%;
    border: 0;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    color: #212121;
    font-style: normal;
    float: right;
    font-size: .8em;
    padding: 4px 0px;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}
.vc_paywall_login {
    float: left;
    clear: none;
    width: calc(50% - 5px);
    text-align: center;
    margin-right: 5px;
}
.vc_paywall_login .vc_paywall_login{
    bottom:0;
    width: auto;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_login a:hover {
    background: #075a9c;
    color: #fff;
}
.vc_paywall_login .fa {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
.vc_paywall_login .fa:before {
    display:none;
}
/*vc_textedit_paywall_login--*/
.vc_textedit_paywall_login {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
}
/*vc_button_subscription*/
.vc_paywall_subscription {
    float: left;
    clear: none;
    width: calc(50% - 5px);
    text-align: center;
    margin-left: 5px;
}
.vc_cont_paywall .vc_cont_button .vc_paywall_subscription input:hover {
    background: #075a9c;
    color:#fff;
}
/*vc_textedit_paywall_abbonati*/
.vc_textedit_paywall_abbonati {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
}

.vc_cont_paywall .vc_cont_button img.vc_paywall_image {
    padding: 0px 0px 10px 10px;
    max-width: inherit;
    width: 100%;
}



/* New Paywall styling End */







.response p a span {
  font-size: 14px !important;
  font-family: 'Roboto' !important;
  text-decoration: underline;
  color: blue;
}

.response p a {
  font-size: 14px !important;
  font-family: 'Roboto' !important;
  text-decoration: underline;
  color: blue;
}

/*
No need for this now.
.response p :after {
    content: " - Click here to see entry";
}
*/

/*
.bannervcms.banner_content_ad_in_article_desktop {
  width: 660px;
}
*/

a#register_button {
  width: 200px;
}

.vc_sign_in .user_access_orizzontale .user_login .user_login_button input {
  text-transform: none !important;  
}

.vc_sign_in .user_access_orizzontale .user_login input {
  border-radius: 5px;
}

.vc_sign_in .user_access_orizzontale .user_login p.registrati a {
  padding: 0 5px !important;
  width: 185px !important;
  border-radius: 5px !important;
}

.vc_sign_in .user_access_orizzontale .user_login p.registrati a:before {
  content: "\f234" !important;  
  float: left;
  margin-right: 0px !important;
  margin-left: 5px !important;
}

.contribute .sticky_skyscraper_left {
  display: none;
}

.contribute .sticky_skyscraper_right {
  display: none;
}

.contribute .row.page_content {
  position: relative;
  top: 145px;  
}

.contribute .header.row {
  height: 200px;
  top: 74px !important;
  width: calc(100% + 15px) !important;
}

.contribute .header_gradient_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 44%, rgb(0, 0, 0) 100%);  
}

.contribute .header_background {  
  top:0 !important;
}

.contribute_image_1 {
  object-fit: fill;
}

.contribute .header_text {  
  position: absolute !important;
  color: #fff;
  font-size: 43px;
  bottom: 8px;
  min-height: 10px;
  padding-bottom: 12px;
  padding-top: 122px !important;
  padding-left: 14px;
  width: 100%;
  height: 100%;
  line-height: 37px !important;
  background-image: none !important;
  font-family: "Merriweather", Georgia, "Times New Roman", serif !important;
  top: 0 !important;
}

.contribute .content {
  font-size: 16px !important;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.contribute .content_1 {
  margin-top: 100px;
  margin-left: 93px;
  margin-right: 18px;
}
.contribute .content_2 {
  margin-top: -59px;
  margin-left: 119px;
  margin-right: 100px;
}
.contribute .content_2b {
  margin-top:84px;
  margin-left: 119px;
  margin-right: 100px;
}
.contribute .content_3 {
  margin-top:50px;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 60px !important;
}
.contribute .content_4 {
  margin-top: 61px;
  margin-left: 100px;
  margin-right: 52px;
}

img.contribute_image_2 {
  margin-top: -162px;
  width:100%;
  margin-bottom: 61px;
}

img.contribute_image_3 {  
  margin-bottom: 20px;
  width:100%;
}

img.contribute_image_4 {
  margin-top: 4px;
  width:100%;
}


.nav_bar {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#openContainerLogin {
  left: 0;
}

.contribute .content_larger {  
  font-size: 22px;
  margin-top: 99px;
  margin-bottom: 202px;
  text-align: center;
}

span.emphasis {
  text-shadow: 0px 10px 10px #b4b4b1;  
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
}

.single_article_preview .sponsoredcontent .cont_foto img {
  width: 99%;
}


div.vc_sign_in .user_access_orizzontale .recupera_password .send_email_password {
  margin: 10px 0 10px 0;
  padding: 0px;
  width: 100%;
  float: left;
}

div.vc_sign_in .user_access_orizzontale .recupera_password .send_email_button {
  margin: 0;
  padding: 0;
  width: 100%;  
}


div.vc_sign_in .user_access_orizzontale .recupera_password .send_email_button input {
  color: #fff;  
  background: #1c5875;
  font-family: 'Roboto';
  cursor: pointer;
  font-weight: 500;;
  text-transform: capitalize;
}

div.vc_sign_in .user_access_orizzontale .recupera_password div{
  text-transform: none;
  font-size: 14px;
}

div.vc_sign_in {
  font-family: 'Roboto';
  text-transform: capitalize;
}

.vc_cont_article_body .multimedia.gallery img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.vc_cont_article_body .multimedia.gallery .galleria_espanso li {
  padding-bottom:150px;
}

.dark_mode {
  display: none;
}

.light_mode {
  display: block;
}

.menu_bar{
  xwidth: 1024px;
  xmargin-left: auto;
  xmargin-right: auto;
  xdisplay: flex;
  xjustify-content: center;
}

/*
07/09/2022: ICN: Remove Outbrain in article ad.
#content_ad_in_article_desktop {
  display: inline-block;
}
*/

.section_puzzle_crossword .header_spacer,
.section_puzzle_sudoku .header_spacer {
  height:39px;
}

.puzzle_heading {
  font-family: "Merriweather", Georgia, "Times New Roman", serif !important;
  font-weight: normal !important;
  font-size: 26px !important;
  color: #333 !important;
  margin-bottom: 40px;
  margin-top: 0px;
}

.puzzle_text {
  font-family: "Merriweather", Georgia, "Times New Roman", serif !important;
  font-weight: normal !important;
  color: #333 !important;
  margin-bottom: 20px;
}

.puzzle_text p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.puzzle_text p a {
  color:#017bc6;
  font-weight: 600;
}

.ireland_map img {
  width: 420px;
  object-fit: contain;
}


@media only screen and (max-width : 1490px) {
  .sticky_skyscraper_left {
    display: none;
  }

  .sticky_skyscraper_right {
    display: none;
  }
}

/* Reduce size for iPads */
@media only screen and (min-width : 2000px) and (max-width : 1600px) {
  .leaderboard_container {
      width:970px !important;
      height: 287px;
      position: relative;
      top: -33px;
  }

  .leaderboard_ad {
    -webkit-transform: scale(0.96);
  }

  /* Don't scale anything on payment page */
  .contribute .leaderboard_ad,
  .contribute .row.tablet_view,
  .contribute .leaderboard_container,
  .contribute .row.all_content_mobile,
  .contribute .footer,
  .contribute .leaderboard_2
  {
    -webkit-transform: none;
  }

  .row.tablet_view, .sticky_skyscraper_left, .sticky_skyscraper_right {
    -webkit-transform: scale(0.75);
  }

  .leaderboard_container {
    -webkit-transform: scale(0.73);
  }

  .row.tablet_view {
    position: relative;
    -webkit-transform-origin-y: -320px;
  }

  .sticky_skyscraper_left {
    left:0;    
    -webkit-transform: scale(0.75);
  }

  .sticky_skyscraper_right {
    right:0;
    -webkit-transform: scale(0.75);
  }

  .footer {
    X-webkit-transform-origin-y: -9000px;
    X-webkit-transform: scale(0.75);
    position: relative;
    xtop: -1700px;
  }
 
  .row.all_content_mobile {
    -webkit-transform: scale(0.75);
    position: relative;
    xx-webkit-transform-origin-y: -320px;
    -webkit-transform-origin-y: 90px;
  }

  .most_popular_section {
    padding-right: 15px;
  }

  .leaderboard_2 {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transform: scale(0.96);    
    -webkit-transform-origin-x: -10px;
  }

  .divcont {
    background: #000;
  }

  .register_button {
    height: 32px;
    width: 120px;
    margin-right: 10px;
    float: right;
    margin-top: 5px;
  }

  div#sticky_share {
    top: 0px;
    width: 500px;
    left: 0px;
    height: 40px;    
  }

  .share_content {
    top: -6px;
  }

  .sticky_share {
    position: fixed;
    z-index: 400;
    height: 45px;
    background-color: #ffffffaa;
    padding-left: 15px;
    min-width: 450px;
    max-width: 770px;
    width: 483px !important;
    padding-top: 0;
    margin-top: 124px;
    margin-left: 147px;    
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-transform: scale(0.75) !important;
  }

  .vc_cont_article_body .mpu_container.seedtag_ad {
    -webkit-transform: scale(0.90);
  }

  .vc_cont_article_body .mpu_container.mpu_2,
  .vc_cont_article_body .mpu_container.mpu_9 {
    left: -45px;
    -webkit-transform: scale(0.90);
  }

  /* For No Ads Page */
  div#sticky_share_placeholder {
    margin-bottom: 105px;
  }

  .no_ads .sticky_share {
    position: fixed !important;
    top: 0 !important;
    margin-top: 120px !important;
  }

  .no_ads .share_content {
    top: 0px;
  }  

  .gallery_grid article {
    width: 190px;   
  }

  .gallery_grid .cont_img {
    height: 123px;
  }

  .gallery_grid img {
    width: 190px;
    height: 115px;
  }

  #twitter_feed_container {
    height: 921px !important;
  }

  .vc_cont_article_body .multimedia.gallery {
    -webkit-transform: scale(1.333);
    width: 470px;
    margin-left: 70px;
  }

  .vc_cont_article_body .multimedia .bx-controls .bx-controls-direction .bx-prev,
  .vc_cont_article_body .multimedia .bx-controls .bx-controls-direction .bx-next {
    height:300px !important;
  }

  .vc_cont_article_body .multimedia.gallery .viewport {
    height: 100%;
  }

  .vc_cont_article_body .multimedia.gallery img {
    max-width: 470px;
    max-height: 500px;
  }
}

.main_area {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.vc_header_section_with_link2 {
  padding-right: 15px;
}

.irelandlive .section_heading a {
  cursor: pointer !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.9em;
  width: 100%;
  float: left;
  clear: left;
  font-family: 'Roboto', sans-serif;
  color: #555;
  margin-right: 15px;
  padding-right: 0;
}

.irelandlive .section_heading {
  width: 100%;
  float: left;ght_single_column .mpu_contai
  clear: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
  margin-top: 20px;
}

.irelandlive .single_column .section_heading {
  width: 98%;
}

.irelandlive .left_double_column .section_heading {
  width: 651px;
}

.irelandlive .triple_column .section_heading {
  width: 100%;
}

.left_single_column {
  padding: 0 17px 0 0px;
  width: 317px;
  margin: 0;
}

.left_double_column {
  padding: 0 0 0 0;
  width: 640px;
  margin: 0 10px 0 0;
}

.right_single_column {
  padding: 0 0 0 17px;
  width: 317px;
  margin: 0;
}

.triple_column {
  padding: 0;
  width: 970px;
  margin: 0;
}

.single_column {
  padding: 0 17px 0 17px;
  width: 334px;
  margin: 0;
}

.irelandlive .most_popular_section {
  height: auto;
  overflow-y: clip;
}

.irelandlive .sticky_skyscraper_left {
  position:fixed;
  top: 130px;
  left: 10px;
  width: 160px;
  height: 600px;
  z-index:-10;
}

.irelandlive .sticky_skyscraper_right {
  position:fixed;
  top: 130px;
  right: 10px;
  width: 160px;
  height: 600px;
  z-index:-10;
}


.top_stories .cont2 {
  margin-bottom: 10px;  
  width: 140px;
}

.top_stories p.didascalia {
  display: none;
}

.irelandlive .cont .sezione, .cont2 .sezione {
  background-color: transparent !important;
  background-image: linear-gradient( -90deg, transparent 0%, #222);
}

.irelandlive .top_stories .cont .sezione,
.irelandlive .top_stories .cont2 .sezione {
  background-color: transparent !important;
  background-image: none;  
}

.irelandlive .top_stories .cont .sezione {
  height: 20px;
  width: 150px;
  float: left;
}

.top_stories .sezione a {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif !important;
  text-decoration: none !important;
  float: left;
  color: #afafaf;
  font-size: 12px;
}

.top_stories .sezione a:before {
  display: none;
}

.top_stories .titolo {
  width: 100%;
  float: left;
  clear: left;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 12px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  height: 60px !important;
}

/* 25/05/2021: ICN: Change background color of number labels in Most Popular section. */
.top_stories .pos1 article .cont_img:before, 
.top_stories .pos2 article .cont_img:before,
.top_stories .pos3 article .cont_img:before,
.top_stories .pos4 article .cont_img:before,
.top_stories .pos5 article .cont_img:before,
.top_stories .pos6 article .cont_img:before,
.top_stories .pos7 article .cont_img:before,
.top_stories .pos8 article .cont_img:before,
.top_stories .pos9 article .cont_img:before,
.top_stories .pos10 article .cont_img:before {
  background-color: transparent !important;
  background-image: linear-gradient(-45deg, transparent 50%, #222);
  height: 54px !important;
  width: 61px !important;
}

.top_stories .pos1 article .cont_img:before {
  content: "1";
  color: #fff;
  font-size: 2em;
  position:absolute;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
}
.top_stories .pos2 article .cont_img:before {
  content: "2";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;

}
.top_stories .pos3 article .cont_img:before {
  content: "3";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;
}
.top_stories .pos4 article .cont_img:before {
  content: "4";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;
}
.top_stories .pos5 article .cont_img:before {
  content: "5";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;
}
.top_stories .pos6 article .cont_img:before {
  content: "6";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;
}
.top_stories .pos7 article .cont_img:before {
  content: "7";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;
}
.top_stories .pos8 article .cont_img:before {
  content: "8";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;
}
.top_stories .pos9 article .cont_img:before {
  content: "9";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;
}
.top_stories .pos10 article .cont_img:before {
  content: "10";
  color: #fff;
  font-size: 1em;
  /* background-color: #9e0044; */
  z-index: 9;
  padding: 5px;
  position:absolute;
}

img.lazy {
  display: block !important;
  font-size: 8px;
}

.irelandlive_big_preview article {
  min-height: 268px;  
}

.irelandlive_big_preview article a {
  pointer-events: all;  
}

.irelandlive_big_preview .cont3 {
  width:99.5%;
}

.irelandlive_big_preview .sezione a {
  font-size: 13px !important;
  font-weight: 100 !important;
  color: #555;
}



.irelandlive_big_preview {
  padding:0 0 0 0;
  width:100%;
  float:left;
  clear:left;
  position:relative;
}
.irelandlive_big_preview .cont_img {
  width:100%;
  float:left;
  clear:left;
}
.irelandlive_big_preview .cont_img img {
  width:100%;
  height:268px;
  object-fit: cover;irelandlive_big_preview .sezione
  object-position: top;
  float:left;
  clear:left;  
}
.irelandlive_big_preview .cont3 {
  /* 15/05/2021: ICN: Added gradient background. */
  position: absolute;
  bottom: 0;
  min-height: 10px;
  padding-bottom: 10px;    
  padding: 10px;
  width: 101%;
  height: 100%;
  margin-left: -1px;
  /* 19/05/2021: ICN: Make click events flow to underlying elements. */
  pointer-events: none;
  background-image: linear-gradient(180deg, transparent 30%, rgb(0, 0, 0));  
}

/* 15/05/2021: ICN: Added styling for text on gradient background. */
.irelandlive_big_preview .titolo a {
  color: #fff;
  font-weight: normal;
  font-size:26px;
  position:absolute;
  bottom:0;
  padding-bottom:25px;
}

.irelandlive_big_preview p.ora_pubblicazione.vc_publication_date {
  bottom: 0;
  position: absolute;
  color: #bbb;
  font-size: 10px;
}

.irelandlive_big_preview .sezione {
  float:left;
  color:#333;
  position:absolute;
  top:5px;
  left:0px;
  padding:2px 25px;
  background-color:#9e0044;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
}
.irelandlive_big_preview .sezione a {
  color:#fff;
}
.irelandlive_big_preview .sezione a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin-right:5px;
  float:left;
  display:none;
}
.irelandlive_big_preview .titolo {
  margin-bottom:10px;
  width:100%;
  float:left;
  clear:left;
  line-height:30px;
  font-size:30px;
  font-weight:700;
  /* 15/05/2021: ICN: Changed font to Merriweather. */
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  color:#333;
}
.irelandlive_big_preview .occhiello {
      /* margin-bottom: 10px; */
  /* float: left; */
  color: white;
  display: inline-block;
  /* width: 100%; */
  /* height: 159px; */
  /* background-color: #d9d9d9; */
  /* position: absolute; */
  /* text-align: right; */
  /*float: right;*/
  margin: 5px 0 5px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  background-color:#5B849D;
  padding:2px 5px 0px 5px;
  font-size:12px;
  text-transform:uppercase;
}

.irelandlive_big_preview .sottotitolo,
.irelandlive_big_preview .sommario {
  margin:5px 0 0 0;
  width:100%;
  float:left;
  clear:left;
}
.irelandlive_big_preview .sottotitolo a,
.irelandlive_big_preview .sommario a {
  color:#333 !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:500;
  font-size:18px;
}
.irelandlive_big_preview .sottotitolo a {
  visibility: hidden;
  height: 0px;
}

.irelandlive_big_preview .ora_pubblicazione:before{
  content:  "\f017";
  font-family: FontAwesome;
  font-weight:normal;
  margin:0px 5px 0px 0px;
}

.irelandlive_big_preview .didascalia{
  display:none;
}
/*---sharre_fb_tw*/
.irelandlive_big_preview .social {
  /*width:30px;
  height:20px;
background:#fff;*/
  float:left;
  clear:left;
}
.irelandlive_big_preview .social .cont_sharre_fb_tw {
margin:0px;
padding:0px;
width:100%;
display:block;
float:left;
position:relative;
}
.irelandlive_big_preview .social .cont_sharre_fb_tw .sharre_fb_tw {
margin:0px;
padding:0;
width:100%;
float:left;
cursor:pointer;
position:relative;
}
.irelandlive_big_preview .social .cont_sharre_fb_tw .sharre_fb_tw .box {
margin:0px;
padding:0px;
text-align:center;
width:100%;
height:20px;
float:left;
}
.irelandlive_big_preview .social .cont_sharre_fb_tw .sharre_fb_tw .box:before {
  content: "\f1e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color:#000;
  float:left;
}
.irelandlive_big_preview .social .cont_sharre_fb_tw .sharre_fb_tw .box .count {
margin:3px 0 0 0;
padding:0px;
font-family: 'Oswald', sans-serif;
font-weight:500;	
font-size:12px;
text-align:center;
color:#333;
text-decoration:none;
width:100%;
float:left;
}
.irelandlive_big_preview .social .cont_sharre_fb_tw .sharre_fb_tw.zero_share_count .box .count {
display:none;
}
.irelandlive_big_preview .social .cont_sharre_fb_tw .sharre_fb_tw .box .share {
display:none;
}
.irelandlive_big_preview .social .cont_sharre_fb_tw .buttons {
float:left;
position:absolute;
  top:-95px;
  right:-90px;
border-top:1px #C6D586 solid;
}
.irelandlive_big_preview .cont_sharre_fb_tw .buttons .share_toolbox {
padding:10px;
width:125px;
background:#F0EFF0;
}
.irelandlive_big_preview .cont_sharre_fb_tw .buttons .share_toolbox .fb-share-button {
margin:0px 0 5px 0px;
float:left;
clear:left;
}
.irelandlive_big_preview .video .cont_img a:before, .irelandlive_big_preview .video .cont_foto a:before, .irelandlive_big_preview.video .cont_img a:before{
  content: url(https://www.limerickleader.ie/userUpload/Play_Button2.png);
  position: absolute;
  display: block;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
}

.irelandlive_small_preview .cont2 {
  margin-bottom: 10px;  
  width: 140px;
}

.irelandlive .irelandlive_small_preview .cont .sezione,
.irelandlive .irelandlive_small_preview .cont2 .sezione {
  background-color: transparent !important;
  background-image: none;  
}

.irelandlive_small_preview .cont2.article_title {
  float: left;
  margin-bottom: 0px;
  width: 175px;
}

.irelandlive .irelandlive_small_preview .cont .sezione {
  height: 20px;
  width: 150px;
  float: left;
}

.irelandlive .irelandlive_small_preview .cont.article_photo {
  width: 120px;
  float: left;
  margin-right: 5px;
}


.irelandlive_small_preview .article_date {
  float: left;
  font-size: 10px;
  width: 130px;
  margin: 0;
  padding: 0;
  color: #999;
}

.irelandlive_small_preview .sezione a {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif !important;
  text-decoration: none !important;
  float: left;
  color: #44bbee;
  font-size: 10px;
  margin-top: -3px;
}

.irelandlive_text_preview .sezione a {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif !important;
  text-decoration: none !important;
  float: left;
  color: #44bbee;
  font-size: 10px;
  width: 100%;
  margin-top: 0px;
}

.irelandlive_small_preview article,
.irelandlive_top_stories article {
  height: 94px;
}

.irelandlive_small_preview .sezione a:before {
  display: none;
}

.irelandlive_small_preview .titolo {
  width: 100%;
  float: left;
  clear: left;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 13px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
  height: 48px !important;
  line-height: 16px;
}

.right_single_column .mpu_container {
  width: 302px;
}

.irelandlive p.ora_pubblicazione.vc_publication_date {
  font-family: 'Source Sans Pro','Roboto','Arial Narrow','Arial', sans-serif;
}

.irelandlive_text_preview .cont.article_title {
  font-size: 14px;
  height: 40px;
  -webkit-line-clamp: 2;
  text-overflow: revert;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
}

.irelandlive_text_preview .article_date {
  font-size: 12px;
  font-family: 'Source Sans Pro';
  border-bottom: solid 1px #cccccc;
  margin-bottom: 7px;
  padding-bottom: 8px;
  color: #bbb;
}

.ireland_map {
  top: 20px;
  position: absolute;
}


.irelandlive .container.bottom_footer.vc_bb1_01.vc_footer_print {
  width: 970px;
  margin-left: -15px;
  margin-top: 30px;
}

/* Align images to top to stop beheadings */
.irelandlive_small_preview .article_photo img {
  object-fit: cover;
  height: 80px;
  object-position: top;
}

.irelandlive p.didascalia {
  display: none;
}

.region_list div {
  margin-bottom: 5px;
}

.region_list {
  margin-left: 461px;
  position: relative;
  top: 11px;
  font-family: 'Source Sans Pro';
}

.cont_anteprima_slider h2.titolo.vc_title a {
  position: absolute;
  bottom: 50px;
  left: 15px;
  padding-right: 15px;
}

.region_list a {
    font-size: 16px;
    color: #428bca;
}

.region_list a:hover {
  font-size: 16px;
  color: #53a3e9;
  text-decoration: underline;
}

.big_container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}


body.ireland-live {
  background-color: #eee;
}

.share {
  float: left;
}

.ireland-live .bottom_footer {
  padding: 10px 100px
}


.single_article_preview.sponsored_article_preview {
  height: 267px;
}

.single_article_preview.sponsored_article_preview .titolo {
  font-size: 14px;
}

p.author_email_label, p.author_email_value {
  font-size: 13px;
}

.vc_article_new_body_author_date .data {  
  display: block; /*none;*/
}

.vc_article_new_body_author_date .data.time_adjusted {  
  display: block;
}

/* Punchestown Live Styling */
.festival .festival_background {
  background-image: url('/userUpload/punchestownlive_background.png'); 
  background-size: 1024px 768px;
  background-color: #010d46;
}

.festival .festival_header_background, .top_section .container-fluid.vc_bg_01.festival_header_background {
  background: #010d46 !important;
}

.festival .vc_sign_in .apri_login {
  color: #ddd !important;
}

.festival .vc_search_horizontal:before {
  color: #ddd !important;
}

.festival .top_section.sticky .vc_bg_01 {
  border-bottom: none;
}

.festival .menu_button_icon.collapsed:before {
  color: #ddd;
}

.festival .current_date {
  color: #aaa;
}

.festival .vc_menu_header2 ul.menu_1 li a {
  color: #fff !important;
}

.festival .container-fluid.middle_header .vc_logo img {
  max-height: 70px;
  margin-top: -8px;
}

body.punchestownlive {
  background: #111;
}

.festival .bottom_header .vc_menu_header2 .menu_1 li a {
  font-size: 14px !important;
}

.festival .social_icons .bannervcms img {
  filter: drop-shadow(2px 2px 2px grey) opacity(0.85) invert(100%);
}

.festival .leaderboard_container, .festival .mpu_container {
  background-color: transparent;
  border: none;
}


/* Highlight current menu item */
.section_home .festival .vc_menu_header2 > .menu_1 > li.home > a ,  
.section_social .festival .vc_menu_header2 > .menu_1 > li.social > a ,
.section_social_fashion .festival .vc_menu_header2 > .menu_1 > li.fashion > a ,
.section_social_info .festival .vc_menu_header2 > .menu_1 > li.social-info > a ,
.section_racing_info .festival .vc_menu_header2 > .menu_1 > li.racing-info > a ,
.section_social .festival .vc_menu_header2 > .menu_1 > li.social > a ,
.section_racing .festival .vc_menu_header2 > .menu_1 > li.racing > a ,
.section_racing_tips .festival .vc_menu_header2 > .menu_1 > li.tips > a ,
.section_racing_views .festival .vc_menu_header2 > .menu_1 > li.views > a ,
.section_racing_news .festival .vc_menu_header2 > .menu_1 > li.news > a ,
.section_social_gallery .festival .vc_menu_header2 > .menu_1 > li.gallery > a ,
.section_social_video .festival .vc_menu_header2 > .menu_1 > li.video > a {
  font-size: 18px !important;
  font-weight: bold;
  border-bottom: solid white 3px;  
}

.festival a {
  color: #fff;
  font-family: Roboto;
  font-weight: normal;
}

.festival .first_image {
  position: relative;
  width: 300px;
  top: 120px;
  left: 100px;
}

.festival .slogan {
  margin-left: 423px;
  color: #fff;
  font-family: 'Oswald';
  font-size: 40px;
}


.slogan .headline_number {
  font-weight: bold;
  font-size: 50px;
}

.slogan .headline_text {
  font-weight: normal;
}

.slogan .bullet {
  top: -3px;
  font-size:12px;
  margin-left:2px;
  margin-right:2px;
}

.sottotitolo.vc_subtitle a {
  display: none;
}

.festival .bottom_footer {
  padding: 10px 100px;
}

.festival .footer_info a {
  color: #BBDEFA;
}

.testo_articolo em {
  font-style: italic;
  font-size: small;
  line-height: normal;
}

/* Hide pre title on image */
p.occhiello.vc_pretitle {
  display: none;
}

.vc_story_telling img:nth-of-type(1){
  cursor: pointer;
}

.summary_container {
  margin-bottom: 40px;
}
/*
.punchestown img.header_background_image {
  width: 956px !important;
  transform: translate(0%,-30%) !important;
}

.punchestown .gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.punchestown .tagline {
  margin-bottom: 20px;
}
*/

#content_ad_in_article_desktop {
  border-bottom: 1px solid #ddd;
  clear: both;
}


/* 26/05/2022: ICN: Add Article Stying back in */

.vc_article_new_body_author_date .author_photo {
  margin:0 20px 0 0;
  border-radius:100%;
  width:45px;
  height:45px;
  border:1px solid #ababab;
  overflow: hidden;
  float:left;
}
.vc_article_new_body_author_date .author_photo .author_photo_image {
  margin:0;
  padding:0;
  max-width:100%;
  height:auto;
}
.vc_article_new_body_author_date .data {
  float:left;
  color:#000;
  width:100%;
  font-family: 'Muli', sans-serif;
  font-weight: 200;
  font-size:12px;
}
.vc_article_new_body_author_date .autore_articolo,
.vc_article_new_body_author_date .author_name {
  display:table;
  float:left;
}
.vc_article_new_body_author_date .author_name:before {
  content:"By";
  float:left;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size:15px;
}
.vc_article_new_body_author_date .author_name .author_name_label {
  display:none;
}
.vc_article_new_body_author_date .autore_articolo,
.vc_article_new_body_author_date .author_name .author_name_value {
  margin:0 5px;
  color:#000 !important;
  font-weight:bold;
  float:left;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size:15px;
}
.vc_article_new_body_author_date .author_email {
  float:left;
  }
.vc_article_new_body_author_date .author_email .author_email_label {
  display:inline;
}
.vc_article_new_body_author_date .author_email .author_email_value {
  margin:0 0 0 2px;
  display:inline;
}
.vc_article_new_body_author_date .author_phone {
  float:left;
}
.vc_article_new_body_author_date .author_phone .author_phone_label {
  display:inline;
}
.vc_article_new_body_author_date .author_phone .author_phone_value {
  margin:0 0 0 2px;
  display:inline;
}
.vc_article_new_body_author_date .author_phone:before {
  content:"|";
  margin:0 5px;
  padding:0;
  float:left;
}

.vc_article_new_body_header h1{
  font-weight: 500 !important;
  /* 14/05/2021: ICN: Changed font. (was 'Oswald', sans-serif) */
  font-family: "Merriweather", Georgia, "Times New Roman", serif !important;
  /* 14/05/2021: ICN: Added font-size */
  font-size: 2.5em !important;
  /* 15/05/2021: ICN: Changed colour */
  color: #333 !important;
}

.vc_tags_article .box {
    padding-left:15px;
}

.vc_tags_article .box p:before {
  content:"Related topics: ";
  color:#000;
  float:left;
  font-family: 'Muli', sans-serif;
  font-weight: 550;
  font-size:15px;
  padding: 2px 5px 0 0;
}
.vc_tags_article .occhiello {
  display:none;
}
.vc_tags_article .box a {
  color:#000;
  font-weight:bold;
  font-family: 'Muli', sans-serif;
  font-weight: 450;
  font-size:13px;
  text-transform: capitalize;
  border:solid;
  border-width:thin;
  border-radius:6px;
  padding:2px 10px;
  line-height:26px;
  margin:0 3px;
}

.vc_tags_article .box p {
    font-size: 0px;
}

.share_content{
  /* 14/06/2021: ICN: Remove right border. */
  /* border-right:1px solid #d9d9d9; */  
  margin-top:5px;
}
.comment_content{
  margin-top:10px;
}
.vc_article_new_body_header .sottotitolo{
  /* 15/05/2021: ICN: Changed font and weight */
  font-weight: normal;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.custom_right_column {
  /* width: 385px !important; */
  padding-right: 15px !important;
}

.vc_article img {
  max-width: 100%;
  height: unset;
}

.bannervcms.banner_content_ad_below_article_desktop {
  top: -34px;
  position: relative;
}


/* Styling for Polls */
.Sondaggio_box_orizzontal .container_response .photo {
  width: 40% !important;
  float: left;
  margin-right: 10px;
}

.Sondaggio_box_orizzontal .container_response {
  clear: both;
  border-top: solid #aaa 1px;
  padding-top: 10px;
}

.Sondaggio_box_orizzontal .container_response .response p {
  font-size: 13px !important;    
}

.Sondaggio_box_orizzontal .container_response .response {
  width: 45% !important;   /* To make room to get Voting button to appear on the right */
  float: left;
  margin: 0px 0px 10px 0px;
}

.Sondaggio_box_orizzontal .container_response .poll_vote_button {  
  background: #00A4F6 url(/images/poll_vote_button.png) no-repeat 11px 5px !important;
  margin: 2px 2px 16px 0px !important;
  height: 30px;
  padding: 0px 10px 0px 38px;
  color: #fff;
  font-weight: 800;
}

.container_response .photo img {
  width: 300px;
}

/* 30/10/2022: ICN: Styling for related article Start */

.vc_shortcode_article_preview .vc_subtitle {
  display: none;
}

.vc_shortcode_article_preview {
  background-color: #fff;
  padding: 10px !important;
  margin: 0 0 10px 0 !important;
}

.related_article_logo {
  width: 100px;
  top: -4px;
  position: relative;
  margin-bottom: 0px;
}

.vc_article .testo .vc_shortcode_article_preview .vc_title a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #000;
  font-size:24px;
}

.vc_article .testo .vc_shortcode_article_preview .read_more {
  clear: both;
  top: -20px;
  margin-bottom: -24px;
  position: relative;
  margin-left: 200px;
  font-size: 26px;
}

.vc_article .testo .vc_shortcode_article_preview .read_more a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #ff3333;  
}

/* Chevrons */
.vc_article .testo .vc_shortcode_article_preview .read_more i.fa.fa-caret-up {
  font-size: 50px;
  top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

/* 30/10/2022: ICN: Styling for related article End */

/* Subscribe Page Styling Start */
.main_content {
  margin-top: 90px;
}

.main_content .package_container {
  background-image: url("https://www.limerickleader.ie/userUpload/subscribe_background.jpg");
  padding: 20px;
}

.subscribe_heading {
  padding: 10px 0px 10px 0px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;  
  color: #fff;
  background: #00000033;
}

.subscribe_subheading {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  background: #00000033;
}

.package {
  border: solid #777 3px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  height: 500px;
  margin-bottom: 50px;
  background-color: #fff;
  color: #777;
}

.most_popular_package.package {
  color: #222;
  xheight: 460px;
  border: solid rgb(255, 174, 0) 6px;
}

.most_popular_package_label_container {
  align-items: center;
  position: relative;
  top: 20px;
  z-index: 10;
}

.most_popular_package_label {  
  text-align: center;
  width: 200px;
  height: 32px;    
  padding: 5px;
  background-color: #c97302;
  color: #fff;
  margin: auto;
  font-family: Roboto, Arial, sans-serif;
}

.most_popular_package {
  position: relative;  
}

.package_heading {
  font-weight: 800;
  font-size: 16px;  
}

.package_subheading {
  font-weight: 100;
  font-size: 16px;
  height: 30px;
}

.package_headline {
  font-weight: 800;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  height: 80px;
}

.most_popular_package .package_headline {
  font-size: 26px;
}

.package_detail {
  font-size: 12px;
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 20px;  
  height: 120px;
}

.subscribe_button {
  margin-bottom: 20px;
  background-color: #f3c687;
  border-color: #f3c687;
  color: #fff;
}

.most_popular_package .subscribe_button {
  margin-bottom: 20px;
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}

.price_note {
  padding-top: 10px;
  font-size: 14px;
}
.cancel_note {
  padding-top: 10px;
  font-size: 14px;
}

.other_note {
  padding-top: 10px;
  font-size: 10px;
}

.subscribe .ui-state-default {
  color: #333;
}

.subscribe .ui-state-hover {
  color: #fff;
  background: #333;
}

.subscribe .ui-state-focus {
  color: #fff;
  background: #555;
}

.subscribe .faq h1 {
  font-size:14px;
  font-weight: 100;
  margin-top:30px;
  margin-bottom:10px;
}

.subscribe .faq h2 {
  font-size:14px;
  font-weight: 100;
}

.subscribe .faq h3 {
  font-size:14px;
  font-weight: 100;
}

/* Top heading in terms and conditions */
.subscribe .faq h4 {
  font-size:14px;
  font-weight: 100;
  margin-bottom: 10px;
}

/* Subheadings in terms and conditions */
.subscribe .faq h5 {
  font-size:14px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 10px;
}

.subscribe .faq h6 {
  font-size:13px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 10px;
}

.subscribe .faq p {
  font-size:12px;
  font-weight: 100;
}

.subscribe .faq a {
  color: #408adf
}

.faq {
  margin-bottom: 50px;
}
/* Subscribe Page Styling End */

/* 28/10/2022: ICN: Hide subheading in related article links. */
.vc_shortcode_article_preview .vc_subtitle {
  display: none;
}

.vc_sign_in .user_access_orizzontale.paywall_login_box {
  xborder: solid 3px #ffaa33;
  xborder-radius: 5px;
  width: 90vw !important;
  padding: 50px 30vw;
}


/* Debug Styling */
.debug .banner_seedtag_ad::before {
  content: "IN IMAGE AD ";
  color: green;
  font-size: 10px;
}

.debug .banner_seedtag_ad {
  border: dashed green 2px;
}

.debug .mpu_ad_only_container {
  border: dashed green 2px;
}

.debug .mpu_container {
  border: dashed green 2px;
}

.debug div#content_ad_in_article_desktop .advertisement_text::before {
  content: "OUTBRAIN IN ARTICLE ";
  color: green;
  font-size: 10px;
}

.debug div#content_ad_in_article_desktop {
  border: dashed green 2px;
}

.debug .leaderboard_container .advertisement_text::before {
  content: "LEADERBOARD ";
  color: green;
  font-size: 10px;
}

.debug .leaderboard_container {
  border: dashed green 2px;
}


.debug .mpu_1 .advertisement_text::before {
  content: "MPU 1 ";
  color: green;
  font-size: 10px;
}
.debug .mpu_2 .advertisement_text::before {
  content: "MPU 2 ";
  color: green;
  font-size: 10px;
}
.debug .mpu_3 .advertisement_text::before {
  content: "MPU 3 ";
  color: green;
  font-size: 10px;
}
.debug .mpu_4 .advertisement_text::before {
  content: "MPU 4 ";
  color: green;
  font-size: 10px;
}
.debug .mpu_5 .advertisement_text::before {
  content: "MPU 5 ";
  color: green;
  font-size: 10px;
}
.debug .mpu_6 .advertisement_text::before {
  content: "MPU 6 ";
  color: green;
  font-size: 10px;
}
.debug .mpu_7 .advertisement_text::before {
  content: "MPU 7 ";
  color: green;
  font-size: 10px;
}
.debug .mpu_8 .advertisement_text::before {
  content: "MPU 8 ";
  color: green;
  font-size: 10px;
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1180px) {
    
  .vc_multimedia_select_media .preview_article_box {
    width: 200px !important;
    margin-right: 4px;    
  }

  .vc_multimedia_select_media .taglia_testo a {
    font-size: 14px;
    max-height: 60px;
    overflow: hidden;
  }

  .foto_article_box img {
    width: 200px;
    float: left;
  }

  .foto_article_box {
    width: 200px;
    background-color: #eee;
  }
}

/* 29/09/2022: ICN: Fix skins on iPad affecting article heading and text.  Commented out for now. */
/*
@media (min-width: 1200px){
  .big_container {
    width: 970px;
  }
}

@media (min-width: 1260px){
  .big_container {
    width: 1170px;
  }
}
*/

/* Dark Mode Styling */
@media (prefers-color-scheme: dark), (prefers-dark-interface) { 

  .dark_mode {
    display: block;
  }
  
  .light_mode {
    display: none;
  }  

  .theme_colour, .middle_header, .middle_header .container {
    background-color: #222;
  }

  .menu_button_icon.collapsed:before {
    color: #999;
  }

  .current_date {
    color: #999;
  }

  .vc_bg_header_menu {
    background-color: #333 !important;
  }

  .vc_menu_header2 ul.menu_1 li a {
    color: #fff !important;
  }
  
  .vc_menu_header2 ul.menu_2 li a {
    color: #fff !important;
  }
  
  .vc_menu_header2 .menu_2 li a {
    color: #fff !important;
  }

  body {
    background-color: #000;
    color: #eee;
  }

  .big_container{
    background-color: #111;
  }
  .container{
    background-color: #111;
  }
  a {
    color: #ddd;
  }
.vc_article_new_body_multimedia .foto_articolo .didascalia 
  {
      color: #eeee;
  }
  .top_section .container-fluid.vc_bg_01 {
    background: #222 !important;
  }
  .vc_top_header ul.menu_1 li a span {
    color: #ddd !important;
  }
  .vc_sign_in .apri_login {
    color: #fff !important;
  }
  .vc_search_horizontal:before {
    color: #ddd !important;
  }
  .vc_header_section_with_link2 p.sezione a {
    color: #eee;
  }
  .more_news_title {
    color: #ddd;
  }

  .vc_article_most_popular_news_preview_medium .cont .sezione, .vc_article_more_news_preview_medium .cont .sezione {
    background-color: #111 !important;
  }

  .vc_article_most_popular_news_preview_medium, .vc_article_preview_medium_bottom_news .cont3 {
    background-color: #111 !important;
  }

  .vc_article_new_body_header h1 {
    color: #eee !important;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    background-color: #111;
  }

  .vc_article_new_body_author_date .author_name .author_name_value, .vc_article_new_body_author_date .data  {
    color: #ddd !important;
  }

  .vc_menu_header2 ul.menu_1 .group_menu {
    background: #151515;
    background-color: #151515;
  }
  
  .vc_menu_header2 ul.menu_2 .group_menu {
    background: #151515;
    background-color: #151515;
  }
  
  .vc_menu_header2 ul.menu_2 {
    background: #151515 !important;;
    background-color: #151515 !important;;
  }
  
 
  .vc_menu_header2 ul.menu_1 li ul.menu_2 .contenuti_menu .group_menu .hori_group_menu .cont_contenuto_menu .titolo a {
    text-rendering: optimizelegibility;
    color: #ddd !important;
  }
  
  .weather_widget img, #weather_widget_banner img {  
    filter: brightness(1.75);
  }

  .mpu_container, .leaderboard_container {
    border: #111 solid 1px;
    background-color: #111;   
  }
  .sticky_share {
    background-color: #111111dd;
  }
  
  .vc_tags_article .box p:before, .vc_tags_article .box a, .vc_author_with_link a {
  color:#fff !Important;
  }

  .bottom_footer {
    background-color: #151515;
  }
  
}
.vc_share_link_container{
   display: inline-block; 
}
.vc_share_link_container .facebook{
    background-color: #fff; /*rgb(59, 89, 152);*/
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: inherit;
    color: #000; /*#fff;*/
    padding-left: 9px;
    border-color: #000;
    border-style: solid;
    border-radius: 16px;
    border-width:thin;
}
.vc_share_link_container .twitter{
    background-color: #fff; /* rgb(29, 161, 242);*/
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: inherit;
    color: #000; /*#fff;*/
    padding-left: 8px;
    border-color: #000;
    border-style: solid;
    border-radius: 16px;
    border-width:thin;
}
.vc_share_link_container .whatsapp{
    background-color: #fff; /* rgb(77, 194, 71);*/
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: inherit;
    color: #000; /*#fff;*/
    padding-left: 8px;
    border-color: #000;
    border-style: solid;
    border-radius: 16px;
    border-width:thin;
}
.vc_share_link_container .mail{
    background-color: #fff; /*rgb(132, 132, 132);*/
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: inherit;
    color: #000; /*#fff;*/
    padding-left: 7px;
    border-color: #000;
    border-style: solid;
    border-radius: 16px;
    border-width:thin;
}

/* default banner size */
/*.banner_rectangle_300x100_1,
.banner_rectangle_300x100_2,
.banner_rectangle_300x100_3,
.banner_rectangle_300x100_4,
.banner_rectangle_300x100_5 {
    min-width: 300px;
    min-height: 100px;
}


.banner_mpu_1,
.banner_mpu_2,
.banner_mpu_3, 
.banner_mpu_4, 
.banner_mpu_5, 
.banner_mpu_6, 
.banner_mpu_7, 
.banner_mpu_8{
    min-width: 300px;    
    min-height: 250px;
}



.banner_leaderboard_728x90,
.banner_leaderboard_2,
.banner_leaderboard_3,
.banner_leaderboard_4,
.banner_polls_banner_728x90 {
    min-width: 728px;
    min-height: 90px;
}



.banner_rectangle_320x50_blue {
    min-width: 320px;    
    min-height: 50px; 
}*/
