.entry-content .single-image {
    width: calc(100% + 2em);
    margin: 1em -1em;
    display: block;
    max-width: unset;
}

.ad_unit {
    margin: 2em auto;
    display: flex;
    justify-content: center;
	width: 100%;
}
.ad_unit iframe{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
#breadcrumbs {
    font-size: 0.7em;
	line-height: 1.2em;
}
.video #breadcrumbs {
    margin-bottom: 2em;
}
.main_menu_container a {
    color: var(--white);
    font-size: 16px;
    margin-left: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

.header-top .main_menu_container a {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    opacity: 0.9;
}

.tagline {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 0 10px;
    color: var(--light);
    opacity: 0.8;
    min-width: 216px;
    text-align: center;
}



.header{
	background: var(--primary);
		position: sticky;
		top: 0;
		z-index: 8000;
		 box-shadow: 0px 3px 5px #0003;
	padding: 6px 15px 5px;
}

.header-top {
    background: var(--primary);
    padding: 6px 5px;
    border-bottom: 1px inset #ffffff26;
	z-index:800;
}

.main_menu_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer {
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5em 15px 2em;
    flex-flow: wrap;
    flex-direction: column;
	color : var(--light-grey);
	font-size: 0.8em;
	z-index:1;
}

.entry-title {
    font-size: 2.2em;
    line-height: 1.33em;
    margin: 0em auto;
    padding: 1em 0 0.66em;
    color: var(--primary);
}



.post-header {
	 padding: 2em 0 1em;
    background: var(--white);
}
.archive_header {
    padding: 4em 0 1em;
    margin-bottom: 2em;
}

.archive-desc {
    font-weight: 400;
    line-height: 1.3em;
    font-size: 0.8em;
    margin: 2em auto 1em;
    padding: 0 0;
}

.archive-title, .category-title {
    text-transform: uppercase;
}



.blogger:before{
	background: var(--primary);
}

.archive:before, .sd_specials:before{
	position: absolute;
	width: 100%;
	height: 50vh;
	min-height: 300px;
	left: 0;
	top: 0;
	content: "";
	z-index:0
}

h2.single-lead {
    font-size: 1.2em;
    font-weight: 300;
    color: var(--accent);
}

figure.post_thumb {
    margin: 0 -1em;
    max-width: calc(100% + 2em);
    padding-bottom: 62.5%;
    aspect-ratio: 16/10;
	background: var(--light-grey);
	width: calc(100% + 2em);
}
figure.thumb_169 {
    padding-bottom: 56.25%;
    aspect-ratio: 16/9;
}

figure.post_thumb img {
    height: 100%;
    width: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	position: absolute;
}


.item_thumb {
    margin: 0;
     padding-bottom: 62.5%;
    aspect-ratio: 16/10;
	overflow: hidden;
	background: var(--grey);
}
.item_thumb img {
    height: 100%;
    width: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	position: absolute;
	transition: 0.8s all;
	transform: scale(1);
}
.thumb_link:hover img {
    transform: scale(1.1);
	transition: 1s all;
}
.thumb_link:hover .icon.play {
  opacity: 1;
}
.thumb_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.title_link {
    display: block;
    text-decoration: none;
}
.loop_title {
    font-weight: 700;
    font-size: 1em;
    margin: 0.6em auto 0.4em;
    line-height: 1.3em;
    color: var(--primary);
}

.loop_lead {
    font-weight: 400;
    font-size: 0.8em;
    opacity: 0.95;
    display: -webkit-box;
    text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
	margin: 0 auto 0;
	    white-space: normal;
}

.video_item .icon.play:hover,.roi-item .icon.play:hover {
    opacity: 1;
}

.item_content {
    display: block;
    padding: 0 0.5em;

}
.video_item .icon.play ,.roi-item .icon.play, .main-post svg.icon.play{
	width: 25%;
    max-width: 140px;
    fill: #ffffff;
    opacity: 0.7;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cover_link {
    width: 100%;
    display: block;
    padding-bottom: 62.5%;
	aspect-ratio:16/10;
	margin-bottom: 4em;
}

.cover_link img{
    position:absolute;
    object-fit: cover;
    width:100%;
	height: 100%;
	z-index:0;
}
.cover_link:before{
	content: "";
    position:absolute;
    width:100%;
	height: 100%;
	z-index:1;
	background: var(--overlay);
}
.cover_link .item_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5% 1.6em;
    color: #ffffff;
    width: 100%;
	z-index: 40;
}


.cover_link .loop_title {
    font-size: 1.5em;
	font-weight: 800;
    text-shadow: 1px 1px var(--title-shadow);
	margin: 0;
}
.logo_container a {
    display: block;
    width: 100%;
    height: 100%;
}
.main-grid {
    width: 100%;
    display: grid;
    grid-gap: 2em;
    grid-row-gap: 2em;
    padding: 0 0 0 0;
    grid-template-columns: var(--left) var(--right);
}

.grid_1{
	padding: 0 0 3em 0;
	display: grid;
	row-gap: 2em;
}
.grid_2 {
    width: 100%;
    display: grid;
    grid-gap: 2em;
	grid-row-gap: 3em;
    padding: 0 0 3em 0;
    grid-template-columns: repeat(2,calc(50% - 1em));		
}
.grid_7 {
    width: 100%;
    display: grid;
    grid-gap: 1.5%;
	grid-row-gap: 2em;
    padding: 3em 0 3em 0;
    grid-template-columns: repeat(7,calc(13%));		
}
.grid_3 {
    width: 100%;
    display: grid;
    grid-gap: 2em;
	grid-row-gap: 3em;
    padding: 0 0 3em 0;
    grid-template-columns: repeat(3,calc(33.3333% - 1.3333em));		
}

.grid_4 {
    width: 100%;
    display: grid;
    grid-gap: 2em;
	grid-row-gap: 3em;
    padding: 0 0 3em 0;
    grid-template-columns: repeat(4,calc(25% - 1.5em));		
}


.labels_container {
    position: absolute;
    bottom: 0;
    padding: 0.85em 1.2em 0.75em 0.85em;
    left: 0;
    font-size: 0.66em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: var(--light-grey);
    font-family: var(--title-font);
    border-radius: 0;
    background: var(--primary);
}
.labels_container a:hover {
	color: var(--light);
}
.labels_container a {
    color: var(--light);
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
}
.image_credits {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: #fff;
    font-size: 7px;
    line-height: 1em;
    font-weight: 800;
    padding: 6px 8px 3px;
    border-radius: 10px 0 0 0;
}

.entry-content ul li {
    margin-bottom: 1em;
}

.wp-caption-text {
    font-size: 0.66em;
    line-height: 1.2em;
    margin: 5px auto 1em;
    opacity: 0.9;
}

.twitter-tweet {
    margin: 1em auto 2em!important;
}
blockquote.instagram-media {
    font-size: 1em;
    font-weight: 400;
    margin: 0 auto!important;
}
.video_player {
    width: 100%;
}


.widget {
    margin: 1em auto;
    padding: 0.5em;
}
.widget_title {
    margin: 0 auto;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
	color: var(--primary);
}


.widget_header:after {
    display: block;
    content: "";
    width: 100%;
    background: var(--accent);
    height: 1px;
    margin: 0.5em 0 0em;
    border-radius: 10px;
}

.related_video_link {
    display: flex;
    width: 100%;
    text-decoration: none;
    gap: 1em;
    margin-bottom: 0.6em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid var(--light-grey);
    color: var(--primary);
}

.related_video_thumb {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    height: 75px;
}

.related_video_thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.retaled_video_title {
    margin: 0;
    font-size: 1em;
    line-height: 1.1em;
}

.related_video_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
	justify-content: center;
}

.related-video-info {
    display: flex;
    gap: 4px;
    line-height: 1em;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.85;
}

.spy-container {
    padding: 0 1.5em;
    background: var(--white);
}


/**BLOGS**/

.blog-content {
    display: flex;
    gap: 2em;
}

.blog_blogger {
    min-width: 150px;
}

.sticky {
    position: sticky;
    top: var(--sticky);
	margin-bottom: 2em;
}
.breadcrumbs {
    margin: 2em 0 0;
    display: flex;
    gap: 14px;
    padding: 0 2px;
    flex-flow: nowrap;
    row-gap: 0.5em;
}

.blink.primary {
	color: var(--blue);
}

.blink:last-of-type:after {
    display: none;
}

.blink:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: -9px;
    z-index: 0;
    background: transparent;
    transform: rotate(45deg);
    top: 10px;
    border-top: 1px solid var(--accent);
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid var(--accent);
}
.blink {
    text-decoration: none;
    color: var(--blue);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1em;
    padding: 8px 2px 8px 2px;
	font-weight: 800;
}

.blink span{
	z-index:10;
}


.sd_specials .blink {
	color: var(--light-grey);
}

.video .breadcrumbs {
    margin-bottom: 2em;
}

.loop_breadcrumbs {
    gap: 15px;
    display: flex;
    row-gap: 0;
	opacity: 0.85;
}
.loop_breadcrumbs .blink{
	color : var(--primary);
}

.quarter .loop_title {
    font-size: 0.95em;
}
.half_big .loop_title {
    font-size: 1.25em;
}
.half .loop_title, .third .loop_title {
    font-size: 1.1em;
    line-height: 1.2em;
}
.full .loop_title {
    font-size: 1.4em;
}
.entry-title.video-title {
    font-size: 1.3em;
    font-weight: 800;
	margin-bottom: 0em;
	padding-bottom: 0.3em;
}

.chartakia_thumb {
    padding-bottom: 53%;
    width: 42%;
    min-width: 42%;
    max-width: 42%;
    overflow: hidden;
    margin: 0;
}
.chartakia_thumb img {
    position: absolute;
    object-fit: cover;
    width: 121%;
    height: 124%;
    top: -40px;
    left: -10px;
}

.chartakia_item {
    display: flex;
    align-items: center;
    gap: 0.5em;
    background: var(--light-grey);
    padding: 15px;
    box-shadow: 0 0 5px #0001;
    border-radius: 0px;
    overflow: hidden;
	padding-right: 5%;
}

.chartakia_lead {
    opacity: 0.9;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.2em;
	margin:0;
}

.chartakia_name {
    margin: 0;
    font-weight: 800;
    font-size: 0.8em;
    color: var(--accent);
	margin:0;
}

.chartakia_content a {
    display: flex;
    flex-direction: column;
    gap: 0.85em;
    justify-content: center;
}

.chartakia_title {
    font-size: 1.15em;
	margin:0;
}

.programm_navigation {
    display: flex;
    gap: 1em;
    padding: 1em 0;
}

.plink {
    color: var(--primary);
    line-height: 1em;
    padding: 2px 2px 3px;
    font-size: 0.9em;
    text-decoration: none;
    border-bottom: 1px solid;
	text-transform: uppercase;
	white-space: nowrap;
}

.plink.active{
	color: var(--accent);
	font-weight: 800;
}

@keyframes alert{
	100%{color: var(--accent)}
	0%{color: var(--light)}
	}

.entry-content  .size-full {
    width: calc(100% + 2em);
    margin: 0 -1em;
    max-width: unset;
}

.meta-data {
    display: flex;
    align-items: center;
    font-size: 14px;
	justify-content: space-between
}
.author_div {
    display: flex;
    align-items: center;
 }
.author {
    font-weight: 700;
    text-transform: uppercase;
	color: var(--accent);
}
.author-divider {
    margin: 0 2px -4px 0;
    content: url(/wp-content/uploads/2022/09/cropped-trifilli_512x512-32x32.png);
    width: 16px;
    height: 16px;
}
.meta-data {
    margin-top: 1em;

}

.time {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.video .meta-data {
    margin-top: 0;
    font-size: 11px;
}

.video .single-lead {
    margin: 1em auto 1em;
    font-size: 0.9em;
    font-weight: 400;
}

.single-lead {
    margin: -0.5em auto 1em;
}

.logo_container img{
	height: 48px;
	width: auto;
}
.tag-label {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 4px 6px;
    color: var(--primary);
	background: var(--light);
}

.tag-button {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid var(--light);
    padding: 6px;
    text-decoration: none;
    color: var(--accent);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.tag-button:hover {
    background: var(--primary);
    color: var(--light);
    transition: 0.3s all;
}
.taglist {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 12px;
    row-gap: 10px;
	margin: 2.6em auto 0.6em; 
}

.loop_item {
    background: var(--white);
}


#burger-menu {
    color: var(--primary);
    width: 24px;
    height: 100%;
    margin: 0 0 0 10px;
    overflow: visible;
    position: relative;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    cursor: pointer;
}
#burger-menu.open .middle-bar {
    display: none;
}
#burger-menu.open .bottom-bar {
    transform: rotate(-45deg)!important;
    margin-top: -2px!important;
}
#burger-menu.open .bar {
    width: 25px;
    height: 2px;
    margin: 0;
      transform: rotate(45deg);

}
.bar {
    display: block;
    height: 3px;
    opacity: 1;
    width: 26px;
    margin: 2px auto;
    clear: both;
    background: var(--white);
    transition: transform .2s ease;
    border-radius: 5px;
}


#burger-menu:hover .bar {
    background: var(--light);
}



#expand-menu {
    color: var(--white);
    background: var(--primary);
    min-height: calc(100vh - var(--from-top));
    display: block;
    align-items: flex-start;
    flex-flow: wrap;
    z-index: 899;
    position: fixed;
    top: -100vh;
    right: 0;
    width: 480px;
    transition: 0s;
    opacity: 0;
    max-width: 100%;
}

#expand-menu.open {
	top: var(--from-top)!important;
	transition: 0s;
	opacity: 1;
}
.widget.more_videos {
    margin: 0 auto 3em;
}
.mega-menu-ul {
    list-style: none;
    padding: 0;
}

.mega-menu-ul a {
    text-decoration: none;
    color: var(--light-grey);
    font-weight: 700;
    font-size: 0.8em;
    opacity: 0.6;
	text-transform: uppercase;
}

.mega-menu-ul a:hover {
    opacity: 1;
}

.menu_papper img {
    display: block;
    width: 100%;
}
a.menu_papper {
    display: block;
    max-width: 200px;
    margin: 1.05em auto 0;
    background: var(--white);
    padding: 5px;
}
.menu-title {
    font-weight: 700;
    font-size: 17px;
    color: var(--white);
}
a.mobile_menu_link {
    width: 100%;
    border-bottom: 1px solid var(--light);
    color: var(--white);
}
.full-menu-container {
    gap: 2em;
    row-gap: 1.5em;
	justify-content: space-between;
    max-height: calc(100vh - var(--from-top));
    overflow: auto;
	padding-top: 3em;
	padding-bottom: 3em;
}

.full-menu-container::-webkit-scrollbar{
	display:none;
}

.roi-item {
    display: grid;
    width: 100%;
    gap: 2%;
    grid-template-columns: 23% 75%;
	background: transparent;
	font-size: 1em;
	margin-bottom: 2em;
}

.roi_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
	background: transparent;
}

.labels_container.roi_labels {
    position: relative;
	width: 100%;
	padding: 0;
	background: transparent!important;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2em auto 1em;
    gap: 1em;
}

.pagination a {
    background: var(--primary);
    color: #ffffff;
    line-height: 1em;
    font-size: 0.75em;
    padding: 0.75em 0.55em 0.75em 0.75em;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}

.pagination a:hover {
    background: var(--accent);
}

.grid_3.video_grid {
    gap: 1em;
    row-gap: 1em;
    grid-template-columns: repeat(3,calc(33.3333% - 0.667em));
    font-size: 0.8em;
}



.roi-widget-item {
    margin: 0.6em auto;
    padding-bottom: 0.6em;
    border-bottom: 1px solid var(--light-grey);
    width: 98%;
}

.roi-time {
    color: var(--light);
    font-weight: 700;
    margin-right: 0.5em;
    min-width: 2.5em;
    display: inline-block;
}

.roi-widget_body {
    max-height: 360px;
    overflow: auto;
	margin-top: 1em;
}

.roi_widget_title {
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    line-height: 1.4em;
    color: var(--light-grey);
}

.roi-widget_body::-webkit-scrollbar {
  width: 4px;
 
}
.roi-widget_body::-webkit-scrollbar-track {
  background: var(--light-grey);
  border-radius: 6px;
}
.roi-widget_body::-webkit-scrollbar-thumb {
  background: var(--vg);
  border-radius: 6px;
   opacity: 0.3;
}
.roi-widget_body::-webkit-scrollbar-thumb:hover {
  background: var(--light);
  border-radius: 6px;
}
.item_content.roi_widget_content {
    padding: 0 5px 0 0;
}
.pretitle {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: var(--accent);
}


.loop_title:hover, .roi_widget_title:hover,.blink:hover {
    text-decoration: underline;
    text-decoration-color: var(--accent);
}

.logo-col {
    width: 76%;
    display: block;
    margin: 0 auto;
    max-width: 360px;
}

.related_video:first-of-type {
    margin-top: 1em;
}






.share-btn {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
	margin-right: 2px;
}

.share-label {
  color: var(--primary);
  font-weight: 700;
  font-size: 12px;
  margin-right: 5px;
  padding-top: 2px;
}

#share_buttons {
  display: flex;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  padding: 10px 0 5px;
  justify-content: space-between;
}

.col-12{
	width: 100%;
}

.widget.roi-eidiseon {
    background: var(--primary);
    border-radius: 5px;
    padding: 1em 1em 2px;
    margin: 0 auto;
}
.roi-link {
    display: flex;
    border-radius: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    align-items: center;
    line-height: 1em;
    justify-content: center;
    width: 100%;
    margin: 15px auto 0;
    border-top: 1px solid var(--accent);
    height: 3.6em;
}
.roi-link:hover{
	 color: var(--light);
}
.roi-eidiseon .widget_title {
    color: var(--light-grey);
}
/*
.roi-link:before {
    content: "";
    position: absolute;
    top: -6em;
    left: 0;
    width: 100%;
    height: 6em;
    background: linear-gradient(360deg, #ffffff 20%, #fff0 100%);
    z-index: 9;
}
*/
.header-ad{
	position:sticky;
	top: 0;
	z-index: 0;
	background: var(--white);
	display: flex;
}
.header-ad *{
	z-index: 0;
}
.after_post_banner {
    background: var(--grey);
    max-width: 336px;
    margin: 2em auto;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.6em;
    font-weight: 800;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    text-align: left!important;
	font-weight: 700;
}

.entry-content h1, .entry-content h2 {
    font-size: 1.25em!important;
}

.search-term-title {
    font-weight: 400;
    font-size: 0.8em;
    margin: 0 auto 3em;
	line-height: 1.2em;
}
.search-title {
    padding-bottom: 0.5em;
}
.search-term {
    font-size: 1.25em;
    font-weight: 700;
    vertical-align: text-top;
    color: var(--primary);
    text-decoration: underline;
    text-decoration-color: var(--accent);
}

.search-excerpt { 
text-decoration: underline;
text-decoration-color:  var(--accent);
text-decoration-thickness: 2px;
}

.search-item {
    background: transparent;
    padding: 1em 0;
    border-bottom: 1px solid var(--light-grey);
}

.search-item .item_content{
	padding: 0;
}
.search-item .loop_title{
	margin-top: 0.2em;
}

.instagram-media {
    margin: 2em auto!important;
}

.notfound {
    display: block;
    width: 100%;
    margin: 3em auto;
    font-size: 1.6em;
}

.main.is-error{
	min-height: unset;
	padding-bottom: 0;
}
.error-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    width: 100%;
    background: var(--accent);
}
.error-code {
    display: block;
    font-size: 4em;
	margin: 0.45em 0;
	color: var(--light);
}
.error-404-header {
    color: var(--light-grey);
}
.title-404 {
    line-height: 1em;
    font-size: 1.6em;
	margin: 0 auto;
}
.error-buttons {
    margin: 1.8em auto;
}
.error-buttons a {
    background: var(--primary);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 300;
    border-radius: 5px;
    display: block;
    margin: 1em auto;
    max-width: 280px;
}

.main_menu_container a:hover{
	color: var(--light);
}



.footer-credits {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em auto 3em;
    line-height: 1em;
}


.madeby {
    font-size: 10px;
	  margin: 0 3px;
}

.footer-copyright {
    font-size: 10px;
}
.footer-credits img {
    display: block;
    margin: 0 3px -1px;
}
.footer-menu a {
    color: var(--grey);
    text-decoration: none;
    font-size: 11px;
    padding: 5px;
}

.footer-menu a:hover {
    color: var(--white);
}

.footer-menu{
	margin: 1em auto 0em;
}
.footer-menu.tos_menu {
    margin: 0 auto 2em;
}

.search-form {
    width: 100%;
    display: flex;
}

.search-form input {
    width: 100%;
}

.header-search input::placeholder{
	color:var(--grey);
	font-family: var(--font);
}

.header-search input {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--white);
	padding: 0.3em 0.1em;
	font-family: var(--font);
}

.header-search button {
    background: transparent;
    border: none;
    color: var(--light);
	cursor: pointer;
}
	.container.search-container {
		padding-bottom: 0em;
		padding-top: 0;
	}
@media(min-width: 992px){
	.full-menu-container{
		padding-top: 0em;
	}
}
	.header-search {
    border-bottom: 1px solid var(--accent);
}
	.search-holder {
    width: 100%;
    padding: 1em 0 0.5em;
    display: flex;
    justify-content: flex-end;
}


form.search-form.header-search svg {
    fill: var(--grey);
    transform: rotate(90deg);
}

.header-search button:hover svg {
    fill: var(--white);
}

@media(max-width:540px){
	.header-search {
    max-width: 100%;
}
.full-menu-container{
		padding-bottom: 6em;
	}
}


.full-search input {
    padding: 0.5em 0.1;
    background: transparent;
    border: none;
	font-size: 1.2em;
	color: var(--accent);
	font-family: inherit;
}

.full-search button {
    padding: 0.5em;
    background: transparent;
    border: none;
	cursor:pointer;
}

.full-search button svg{
    fill: var(--blue);
	transform: rotate(90deg)
}

.full-search {
	border-bottom: 1px solid var(--grey);
	margin-bottom: 1em;
}

.no-results {
    font-size: 1.3em;
    margin: 2em auto;
}

.entry-content iframe {
    margin: 1em auto;
    display: block;
    max-width: 100%;
}


.glmx_int {
  margin-top: 3em;
}

.np-read-more-list {
    padding: 0 1.2em;
    list-style-type: square;
}

.np-read-more-li::marker {
    color: var(--accent);
}

li.np-read-more-li a {
    color: var(--primary);
    font-family: var(--title-font);
    text-decoration-color: var(--accent);
	font-size: 0.9em;
}
li.np-read-more-li  a:hover{
	color: var(--accent)!important;
}
li.np-read-more-li {
    margin-bottom: 0.5em!important;
}
.google-news-banner {
    background: var(--primary);
    padding: 0.8em;
    border-radius: 5px;
    text-align: center;
    margin: 2em auto;
    display: flex;
    color: var(--light-grey);
    text-decoration: none;
    font-weight: 300;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-size: 0.8em;
}
.google-news-banner:hover{
	background: var(--accent);
}
.newspao-site-sprite {
    background: url(../img/logo.png);
    width: 8.5em;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 2em;
    background-position: center center;
    color: #0000;
    margin-right: -2px;
}
.googlenews-site-sprite {
    font-weight: 500;
    color: #fff;
    letter-spacing: -.3px;
	font-size: 1.1em;
}

a.skin-side.left {
	top: var(--from-top);
    position: fixed!important;
    height: 100%;
	z-index: 10;
}
a.skin-side.left img {
    right: 0;
}

.skin-side img {
    position: absolute;
    top: 0;
}


a.skin-side.right {
    top: var(--from-top);
    position: fixed!important;
    height: 100%;
	z-index: 10;
}
a.skin-side.right img {
    left: 0;
}

.top-search {
    width: 32px;
    border-bottom: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	z-index: 20;
	background: var(--primary);
	transition: width 0.3s;
}
.top-search:hover {
    border-bottom: 1px solid var(--light);
	width:320px;
	min-width: 100%;
	transition: all 0.5s;
}
.top-search input {
    width: 0px;
}
.top-search:hover input {
    width: 100%;
}
   
.header-top .main_menu_container{
   padding-right: 36px;
   }
   
.widget.popular {
    background: var(--primary);
    padding: 1em;
    border-radius: 5px;
    color: var(--light);
}

.widget.popular .widget_title {
    color: var(--white);
}

.popular_widget_title {
    margin: 0 auto;
    font-size: 0.75em;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 1em;
    line-height: 1.4em;
    font-weight: 500;
    min-height: 3em;
}
span.popular_pos {
    font-size: 2em;
    color: var(--light);
    font-style: italic;
	font-weight: 900;
	min-width: 1.5em;
	text-align: center;
}

.item_content.popular_widget_content {
    padding: 0 0 0.35em 0;
    margin: 0.35em 0;
    border-bottom: 1px solid var(--accent);
}
.item_content.popular_widget_content:hover {
    border-color: var(--light);
}

.widget.roi-eidiseon .ad_unit{
	margin:0;
}
.widget.roi-eidiseon .demoad.ad300_250{
	margin: 0.6em auto 1.2em;
}

.roi-widget_body {
    max-height: 367px;
}

ins {
    margin: 0!important;
}

.footer-top {
    width: 900px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    max-width: 100%;
    color: var(--light);
    letter-spacing: 0.3px;
}

.viber_link{
	background: #59267c!important;
}
.viber_link:hover{
	background: #8f5db7!important;
}
.with_img:before {
   /* content: url("https://newspao.gr/wp-content/uploads/2022/09/cropped-trifilli_512x512-32x32.png");*/
    vertical-align: middle;
}

.author_box {
    margin: 2em auto 1em;
    padding: 1em 15px;
    background: var(--light-grey);
}
a.author_name.with_img {
    display: flex;
    gap: 5px;
    align-items: center;
    line-height: 1em;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    justify-content: center;
}
.author_desc {
    font-size: 12px;
    line-height: 1.3em;
    padding: 5px;
	text-align:center;
}

p.basket_anchor {
    font-size: 1.1em;
    font-weight: bold;
    margin: 2em auto;
}

.ad_unit {
    min-height: 250px;
    background: #f5f5f5;
}

a.facebook_button {
    background: #181818;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.33em;
    padding: 1em;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 2em auto 1em;
}

a.facebook_button:hover {
	opacity: 0.8;
}