/** Manual theme overrides */

.wp-block-separator {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
}

.portholes-layout__item {
    display: flex;
    align-items: center;
    justify-content:space-between;
    transition: ease 250ms;
}

.portholes-layout__item:hover {
    margin-right: .25rem;
    transition: ease 250ms;
}

pre {
    letter-spacing: -0.5px;
}

.tile-layout--tabloid .tile-layout__content::before {
    font-size: 3.1rem;
    font-family: var(--text-headers);
}

.homepage-layout--dark-mode {
    padding: 1.5rem;
}

/* STAGING TWEAKS */ 

.blocks-gallery-item img {
    border-radius: .5rem;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .25);
    transition:transform 250ms cubic-bezier(0.1, 0.2, 0.3, 0.4);
}

.blocks-gallery-item img:hover {
   transform:scale(1.01);
}

/* OMG! LMAO TWEAKS */ 

:root {
	/*--header-background: linear-gradient(-138deg, rgba(217,243,243,1) 0%, rgba(197,231,231,1) 100%);*/
	--accent-color: #F78200;
	--link-color: var(--accent-color);
	--color-orange-ff: var(--link-color);
}

.header__socials .Icon {
    width: .75rem;
    height: .75rem; 
}

.header__socials {
    margin-left: 0.5rem;
    margin-right: 1rem;
    display: flex
}

.header__menu li {
    font-weight: 800;
}

.header__menu li strong {
    color: #fff;
    background: #2d6bf5;
    padding: 0.5rem .45rem;
    border-radius: .25rem;
}

button.is-link.header__search-button {
    color: var(--accent-color);
    flex: 0 0 24px;
    padding-left: .5rem;
	padding-right: 0rem;
    height: 100%;
    position: relative
}

button.is-link.header__search-button .icon {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    padding: .35rem;
}

@media screen and (min-width: 1281px) {
    body:not(.category):not(.tag) .homepage__atf {
        padding-top: .5rem;
    }
}

a.slider-layout__slide-link {
    text-shadow: 0 0px 4px rgba(0,0,0,.25);
}

.banner-slideshow .splide,.banner-slideshow__placeholder {
	filter: none;
	box-shadow: 0 0px 4px rgba(0,0,0,.25);
}

.banner-slideshow {
	margin-top: .75rem;
}

/* 90px header */ 

.header__logo {
    display: block;
    transition: transform 250ms ease-in;
    width: 245px;
    margin-top: 5px;
}

.home--with-atf .header::after,.post--with-banner .header::after,.single .header::after {
    background-position: calc(20% - 1030px) 150px;
    background-size: 2016px auto;
}

.header__content {
    height: 90px;
}
    
.post__hero-image-container {
    top: -90px;
}

.post__hero::before {
	background-image:  var(--gradient-disco);
	top: -90px;
}

body:not(.post--hero):not(.post--with-banner) .primary-container {
    margin-top: .35rem;
}

.header__search-input {
    margin-top: -1.5rem;
}

button.is-link.header__search-button:active .icon:active{
	background: #00000029;
}

button.is-link.header__nav-toggle {
    color: #fff;
}

@media screen and (max-width: 800px) {
    .banner-slideshow {
        margin-top: 0rem !important;
    }
}

@media screen and (max-width: 800px) {
    .header__socials {
        display:none !important;
    }
}

a.pagination__page:hover, .pagination__button a:hover {
    background: var(--accent-color);
}

a.pagination__page--current, .pagination__button a--current {
    background: var(--accent-color);
}

.header__menu .sub-menu {
    margin-top: -1.5rem;
}

.VideoWidget-row {
    background: var(--color-red-f2);
}

@media screen and (min-width: 601px) {
    .slider-layout__image-container.layout__image-container {
        border-radius: .5rem;
    }
}

@media screen and (min-width: 601px) {
    .slider-layout__slide::after {
        border-radius: .5rem;
	} }

a.slider-layout__slide-link {
    padding-bottom: 0;
}

.layout__comments a {
	color: var(--accent-color); 
}

.omg-socials__button {
    height: 32px;
    margin: .5rem 0px .5rem 0;
    border-radius: 0;
}

.omg-socials__button:first-child {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

.bg-telegram {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.bg-disqus {
    border-radius: .25rem;
    background: var(--accent-color); 
}

.omg-socials__button--disqus .omg-socials__comments {
    font-weight: bold;
}

.disqus_button {
    background: var(--accent-color);
    border-radius: .25rem;
	box-shadow: none;
}

ul.omg-socials {
    margin-bottom: 1rem;
}

.chart-widget {
    border-radius: .5rem;
}

.chart-widget__row {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.portholes-layout:last-child {
    margin-bottom: .5rem;
}

.chart-widget__title {
    border-radius: .25rem;
}

.breadcrumbs {
    background-color: #f5f5f7;
    padding: 8px 16px;
    margin-top: 2rem;
    border-radius: .25rem;
}

.breadcrumbs a {
    font-weight: bold;
    color: var(--color-blue-05);
}
	
.styled-menu a::before, .styled-menu a:visited::before {
    height: 2px;
}

.MostPopular-item {
    position: relative;
    background: #fff;
    margin-bottom: .5rem;
    transition: background .2s ease-out;
    word-break:normal
}

.MostPopular-link {
    color: var(--color-grey-88);
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height:19px
}

.MostPopular-caption {
    display: block;
    font-weight: 600;
    font-family: var(--text-headers); 
    color: var(--color-blue-05);
    margin-bottom: .1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis
}

.MostPopular-text {
    display: block;
    color: var(--color-grey-33);
    font-weight: 500;
    font-family:var(--text-headers);
}

.MostPopular-title {
    width: 147px;
    margin-left: 8px;
    flex: 1;
    display:inline-block;
}

.most-popular__thumbnail-container {
    flex: 0 0 144px;
    width: 144px;
    height: 100px;
    border-radius: .25rem;
}

.most-popular-thumbnail {
    width: 140px;
    height: 100px;
    border-radius: .25rem;
}
.most-popular-thumbnail img {
   border-radius: .25rem;
}

a.omg-button:before, .omg-button:before {
    box-shadow: none;
    border-radius: .5rem;
}

.omg-summary-box h4 {
    font-size:1rem;
}

.wp-block-jetpack-tiled-gallery {
	margin: 0 auto 1.8em;
}
	
.wp-block-jetpack-contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction:row;
    background: #f5f5f7;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
    border-radius: .5rem;
}

.wp-block-jetpack-contact-form label {
	font-family: var(--text-headers);
	padding-bottom: .5rem;
}

.contact-form textarea {
    margin-bottom: 1em !important;
	border-radius: .25rem;
	border: 1px solid #ddd;
}

.wp-block-jetpack-contact-form input {
	border-radius: .25rem;
	border: 1px solid #ddd;
}

.wp-block-jetpack-contact-form button {
	background: var(--gradient-disco);
}

.wp-block-jetpack-contact-form .wp-block-button  {
	font-family: var(--text-headers);
    padding-right: 1rem;
}

.wp-block-jetpack-contact-form .wp-block-jetpack-button button {
	border-radius: .25rem !important;
	transition: ease-in-out 250ms;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    filter: grayscale(100%); 
}

.layout__comments a {
    font-weight: 500;
}

.omg-read-more.aligncenter {
    padding-top: 2rem;
}

.widget .omg-hero-button p {
	font-size: 14px;
	max-width: 90%;
	margin: auto; 
}

.widget .omg-hero-button::before, .omg-hero-button::after {
	border-radius: 1rem;
}
    
.widget .omg-hero-button.aligncenter {
	padding: .5rem .5rem;
	margin: 0;
}
    
.widget .omg-hero-button img {
	border-radius: 50%;
	margin-bottom: .5rem;
	max-height: 125px;
	border: 2px solid white;
}
    
.widget a.omg-hero-button__link {
	padding: .5rem 1rem;
	margin: 1rem 0;
	transition: ease-in-out  250ms;
}

.widget a.omg-hero-button__link:hover {
    transition: ease-in-out  250ms;
    background: black;
    color: #fff;
}

.widget .omg-read-more {
	width: unset;
	margin: 0;
}

.widget .omg-read-more a { 
    font-family: var(--text-headers); 
    letter-spacing: .4px;
}

.widget .omg-read-more::after {
    opacity: .19;
    filter:saturate(0)
}

.widget .omg-read-more h3 {
    font-family: var(--text-headers);
    font-size: 1.1rem;
}
	
* {
    -moz-osx-font-smoothing: grayscale;
}
	
.wp-block-table th:first-child  {
    border-top-left-radius: .25rem;
}

.wp-block-table th:last-child  {
    border-top-right-radius: .25rem;
}

.wp-block-table table {
    margin-bottom: .8rem;
}
	
.homepage__atf {
    z-index: 1;
    padding-top: .5rem;
}

.header__mobile-header {
    height: 90px;
}

.header__mobile-search .header__search-input {
    box-shadow: none;
    margin: 0rem;
}
.omg-summary-box a {
    color: white;
    border-bottom: 1px dotted;
}


.header__search-menu {
	z-index: 10001;
}

.entry-content .wp-block-gallery img {
    border-radius: .5rem !important;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .25);
    transition:transform 250ms cubic-bezier(0.1, 0.2, 0.3, 0.4) !important;
}

.entry-content .wp-block-gallery img:hover {
   transform:scale(1.01);
}

.wp-block-gallery.has-nested-images figcaption {
	text-align: right !important;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image {
    margin: none !important;
    width: none !important;
}