 /* GENERAL CSS */

 html {
 	margin-top: 0!important;
 	font-size: 16px;
 	box-sizing: border-box;

 }

* {
	outline: none;
}

 body {
 	line-height: 1.5;
 	--body-line-height: 1.5;
 	margin: 0;
 	font-size: 100%;
 	-webkit-backface-visibility: hidden;
 	-webkit-font-smoothing: antialiased;
 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
 }


@media only screen and ( max-width: 480px ) {
	html {
		font-size: 13px;
	}
}
@media only screen and ( max-width: 320px ) {
	html {
		font-size: 11px;
	}
}

 .actunews-news-ticker-container { 
 	overflow: hidden;
 }
 /* Titles */
 h1.entry-title {
	font-size: calc( 1vw + 1.6em );
}
h1, .h1-title {
	font-size: calc( 1vw + 1.6em );
}

h2, .h2-title {
	font-size: calc(.4vw + 1.5em);
}
h3, .h3-title {
	font-size: calc(.3vw + 1.4em);
}
h4, .h4-title {
	font-size: calc(.2vw + 1.3em);
}
h5, .h5-title {
	font-size: calc(.1vw + 1.1em);
}
h6, .h6-title {
	font-size: calc(.8vw + 1em);
}




.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 1.2em;
}

.article-content {
	font-size: 1.2em;
	line-height: 1.6;
}
.article-content p {
	text-align: justify;
}

/* LINKS */

a, a:active, a:visited, a:focus {
	color: var(--links-color);
	text-decoration: none;
	outline: 0;
}



 a, button, h1, h2, h3, h4, h5, h6 {
 }
 :root {
 	--content-width: 1400px;
 }
.site-content-width {
	width: var(--content-width);
	
	margin: 0 auto;
	max-width: 100%;
}
body.site-body .elementor-section:not(.elementor-inner-section).elementor-section-boxed > .elementor-container {
	max-width: var(--content-width);
	padding: 0 20px;

}
.actunews-sidebar-content .elementor-section:not(.elementor-inner-section).elementor-section-boxed > .elementor-container {
	padding: 0!important;
}
body.ltr .elementor-container > .elementor-column:first-child > .elementor-element-populated {
	padding-left: 0!important;
}
body.ltr .elementor-container > .elementor-column:last-child > .elementor-element-populated {
	padding-right: 0!important;
}
body.rtl .elementor-container > .elementor-column:first-child > .elementor-element-populated {
	padding-right: 0!important;
}
body.rtl .elementor-container > .elementor-column:last-child > .elementor-element-populated {
	padding-left: 0!important;
}
.actunews-simple-page .elementor-section:not(.elementor-inner-section).elementor-section-boxed > .elementor-container {
	padding: 0!important;
}
@media only screen and ( min-width: 768px ) {
	body.ltr .elementor-container > .elementor-column > .elementor-element-populated {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
}
@media only screen and (max-width: 767px ) {
	body.ltr .elementor-container > .elementor-column > .elementor-element-populated {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	body.rtl .elementor-container > .elementor-column > .elementor-element-populated {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
}
@media only screen and (min-width: 960px ) {
	body.site-body .elementor-section:not(.elementor-inner-section).elementor-section-boxed > .elementor-container {
		padding: 0 30px;
	}
}
.elementor-element:not(.elementor-widget__width-auto):not(.elementor-widget__width-custom) {
	flex-grow: 1;
}
/* Make Elementor elements expand to fit the full available width - due to how EL puts padding
all the way round columns */
.elementor-section-boxed .elementor-column-gap-default > .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.elementor-section-boxed .elementor-column-gap-narrow > .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.elementor-section-boxed .elementor-column-gap-extended > .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.elementor-section-boxed .elementor-column-gap-wide > .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.elementor-section-boxed .elementor-column-gap-wider > .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 20px!important;
}
@media only screen and (min-width: 960px ) {
	.elementor-section-boxed .elementor-column-gap-wider > .elementor-row {
	    width: calc(100% + 60px);
	    margin-left: -30px;
	    margin-right: -30px;
	}
	.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
		padding: 30px!important;
	}
}

.wsc-container {
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%; /* 2 */
}
.ui.grid>.column:not(.row), .ui.grid>.row>.column {
	width: 100%;
}

.actunews-site-container.boxed {
	padding-left: 20px;
	padding-right: 20px;
}
.actunews-site-container.boxed .actunews-full-section {
	margin-left: -20px;
	margin-right: -20px;
}

.actunews-full-section .actunews-full-section-content {
	padding-left: 20px;
	padding-right: 20px;
}
.actunews-full-section .mega-menu-full .actunews-full-section-content {
	padding-left: 0;
	padding-right: 0;
}
.actunews-general-padding {
	padding: 20px;
}
@media only screen and ( min-width: 960px ) {
	.actunews-site-container.boxed {
		padding-left: 30px;
		padding-right: 30px;
	}
	.actunews-site-container.boxed .actunews-full-section {
		margin-left: -30px;
		margin-right: -30px;
	}
	body.boxed .actunews-sticky-header {

	}
	.actunews-full-section .actunews-full-section-content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.actunews-general-padding {
		padding: 30px;
	}
}
.actunews-clear {
	clear: both;
}
.fs-background-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	 z-index: -1!important;
}

.actunews-site-content {
	padding: 20px 0;
	
}

.actunews-widget-area  {
	margin-top: 30px;
}
@media only screen and ( min-width: 960px ) {
	.content-sidebar-container:not(.content) .site-content-area {
		width: 70%;
		float: right;
	}
	.actunews-widget-area {
		float: left;
		width: 30%;
		width: calc(30% - 55px);
		margin-top: 0;
	}
	.content-sidebar-container.content-sidebar .actunews-widget-area {
		margin-left: 55px;
		float: right;
	}
	.content-sidebar-container.content-sidebar .site-content-area {
		float: left;
	}
	.content-sidebar-container.sidebar-content .actunews-widget-area {
		margin-left: 0;
		margin-right: 55px;
		
	}

	.actunews-site-content {
		padding:50px 0;
		
	}
}
@media only screen and ( min-width: 768px ) and ( max-width: 959px ) {
	
	.actunews-widget-area-content  {
		column-count: 2;
		-webkit-column-gap: 40px;
		  -moz-column-gap: 40px;
		  column-gap: 40px;
	}
	.actunews-widget-area-content .actunews-widget {
		break-inside: avoid-column;
	}
}
.content-sidebar-container:not(.content) .site-content-area {
	order: 1;
}
.content-sidebar-container.sidebar-content .actunews-widget-area {
	order: 2;
}
.sticky-column {
	display: block!important;
}
.actunews-sticky-sidebar .actunews-widget-area,
.actunews-sticky-sidebar .elementor-widget-sidebar {
	position: sticky;
	top: 0;
	align-self: flex-start!important; 
	display: block!important;
}
@media (min-width:768px) {
	.sticky-column .elementor-column-wrap,
	.sticky-column.elementor-column {
		position: sticky;
		top: 0;
		align-self: flex-start!important; 
	display: block!important;
	}
}
.page-builder-template.actunews-site-content {
	padding: 0;
	width: 100%;
}

.site-content-area-full {
	width: 100%!important;
	float: none!important;;
}


body.site-body .site-content-area-video {
	padding: 0;
	border: none;
}

/* SLICK */
.slick-slider:hover button.slick-arrow {
	opacity: 1;
}
button.slick-arrow {
	font-size: 0;
	background: var(--from-background-color)!important;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 22;
	border: 0;
	opacity: 0;
	transition: all .5s linear;
	border-left: none;
	cursor: pointer;
	margin-top: -15px;
	color: var(--links-color);
}
.actunews-scrolling-box button.slick-arrow {
	background: var(--principal-color)!important;
	color: var(--principal-color-text-color);
}
.slick-list {
	overflow: hidden;
}
button.slick-arrow:before {
	content: "\f2fa";
	font-family: 'Material-Design-Iconic-Font';
	font-size: 16px;
}
.slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
button.slick-arrow.slick-next {
	right: 0;
	left: auto;

}
button.slick-arrow.slick-next:before {
	content: "\f2fb";
}
@media only screen and (min-width: 960px) {
	button.slick-arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	body.rtl button.slick-arrow {
		left: auto;
	}
	button.slick-arrow.slick-next {
		left: auto;
	}
	body.rtl button.slick-arrow.slick-next {
		left: auto;
	}
	button.slick-arrow:before {
		font-size: 26px;

	}
}



