/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Mar 08 2022 | 07:26:13 (am)
/*
/******* Do not edit this file *******/

/* recent posts extended customization */
.rpwe-block h3 {
font-family: Sans-Serif;
font-size: 18px !important;
}
/* end recent posts extended */

/* Calendar / iframe responsiveness */

iframe {
  max-width: 100%;
}

/* hr styling */
hr.fade {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
/* END Hr styling */
/* SECTION styling */
.lts_section_body {
    padding: 0px 20px 0px 20px;
}
/* END SECTION STYLING */
/* Point Counterpoint Boxes Styling */
.pro {
    border-style: solid;
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
    border-width: 5px;
    border-color: #062188;
}
.anti {
    border-style: solid;
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
    border-width: 5px;
    border-color: #a80601;
}
/* BLOCKQUOTE styling */
blockquote {
    font-family: Trebuchet MS, Verdana, Sans-Serif;
}
/* END BLOCKQUOTE */
/* YOUTUBE FIX */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* END YOUTUBE FIX */

/* Optimizer column resonsiveness fix */

@media screen and (max-width: 900px){
.frontpage_sidebar .widget_col_2, .frontpage_sidebar .widget_col_3 .frontpage_sidebar .widget_col_4 { width: 100%!important;}
.lts_quote{ padding-left:17px;}
.frontpage_sidebar .ast_biotxt h3, body.sidebar_bottom .ast_biotxt h3, body.sidebar_top .ast_biotxt h3 {float: none;}
}

@media screen and (max-width: 1000px){
.midrow_block { width: 50%!important; height: auto!important;}

.lts_block { width: 50%!important; height: auto!important;}
}

@media screen and (max-width: 600px){
.midrow_block { width: 100%!important; height: auto!important;}

.lts_block { width: 100%!important; height: auto!important;}
}
/* end optimizer column responsiveness fix */

/* Responsive Herotext Styling */

@media screen and (max-width: 9000px) {
.herotext {
padding-top: 200px;}
}

@media screen and (max-width: 1350px) {
.herotext {
padding-top: 75px;}
}

@media screen and (max-width: 1200px) {
.herotext {
padding-top: 0px;}
}

/* End Responsive Herotext Styling */


/* Fix Stacking Widgets */

#optimizer_front_text-470 { min-height: 450px!important;}

/* END Fix Stacking Wdigets */

/* FIX text block hyperlink text */
.text_block a:link {
    color: #aa0400 !important;
}
.text_block a:visited {
    color: #ff0000 !important;
}
/* END FIX text block hyperlink text */