
/* Common */
.rtl {
	direction: rtl;
}
.ltr {
	direction: ltr;
}
.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
	color: inherit;
	text-decoration: inherit;
}
main.site-main {
	position: relative;
	min-height: 50vh;
}
.wv-wrapper {
	direction: ltr!important;
	border: 2px solid #FFF;
	box-shadow: grey 0px 0px 5px;
	margin: 0 !important;
	top: 1rem;
	right: 2rem;
}
.wv-wrapper::before {
	display: none !important;
}
.wp-block-search__label.screen-reader-text {
	display: none !important;
}
.post-thumbnail {
	position: relative;
	display: block;
	overflow: hidden;
}
.post-thumbnail img {
	transition: all 0.5s ease-out;
}
body:not(.single) .post-thumbnail:hover img,
body:not(.single) .hentry:hover .post-thumbnail img {
  transform: scale(1.05);
	transition: all 0.5s ease-out;
}
.slideshow-default .post-thumbnail {
	display: inline-block;
	width: auto !important;
}

.play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.play-overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background-color: #dfc800ed;
	border-radius: 0;
	color: #000;
	box-sizing: content-box;
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
}
.play-overlay i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
}
.slick-current .play-overlay {
	border: 1px solid #ffe128;
}
.wp-block-separator {
	border: 1px solid #000 !important;
}
/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #EFD326 #000000;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 10px;
}

*::-webkit-scrollbar-track {
	background: #000000;
}

*::-webkit-scrollbar-thumb {
	background-color: #EFD326;
	border-radius: 0px;
	border: 0px solid #ffffff;
}
::-moz-selection { /* Code for Firefox */
  background: #ebd00081;
}

::selection {
  background: #ebd00081;
}

/* Header */
.header {
  position: relative;
	background-color: #0A0A0A;
}

.skip-links {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -200%);
    transition: transform 0.3s;
}

.skip-links:focus-within {
    top: 1rem;
    transform: translate(-50%, 0);
}

.header__top-bar {
	background: #161616;
}

.social-menu {
	margin: 0;
	direction: ltr;
}

.social-menu .menu-item svg {
	color: #f6f6f6;
	width: 24px;
	height: 24px;
}
.social-menu .menu-item svg:hover {
	color: #ffe228;
}
.wp-block-search__inside-wrapper {
	border: none !important;
	padding: 0!important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 0.125rem 0.5rem !important;
	border-radius: 1px !important;
	width: calc(100% - 60px);
}
.wp-block-search__button {
	padding: 0.125rem !important;
	margin: 0 !important;
}
.wp-block-search__button {
	border-radius: 2px !important;
	background-color: #f6d9312b !important;
	border: 0 !important;
	padding: 0.125em 0.5em !important;
}
.wp-block-search__button svg {
	fill: #FFF;
	min-width: 2em !important;
    min-height: 2em !important;
}
.wp-block-search .wp-block-search__label {
	width: auto !important;
}
#site-navigation {
	justify-content: start;
}
#main-menu {
	font-weight: 700;
	font-size: 1rem;;
}
.navbar-nav .nav-item {
	position: relative;
}

.navbar-nav .nav-item.active::after,
.navbar-nav .nav-item:hover::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	border-bottom: 2px solid #ffe228;
	border-right: 2px solid #ffe228;
}

.navbar-nav .nav-item.active::before,
.navbar-nav .nav-item:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #ffe228;
	border-left: 2px solid #ffe228;
}
button.navbar-toggler {
	position: absolute;
	left: 0;
	top: -20px;
	transform: translateY(-100%);
}
/* Posts widget */
.popular__header {
	text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.popular__thumbnail {
	position: relative;
}
.popular__thumbnail img {
	border-radius: 2px;
	transition: 0.5s;
	object-fit: cover;
	height: 100%;
}
.popular__item.popular__item-full,
.popular__item.popular__item-half {
	position: relative;
	overflow: hidden;
}
.popular__item.popular__item-full .post-thumbnail,
.popular__item.popular__item-half .post-thumbnail {
	width: 100%;
	overflow: hidden;
}
.popular__item.popular__item-full .post-thumbnail {
	height: 500px;
}
.popular__item.popular__item-half .post-thumbnail {
	height: 250px;
}
.popular__item.popular__item-grid .post-thumbnail {
	height: 112px;
}
.popular__content {
	position: relative;
}
.horizontal-seperator {
	background: linear-gradient(90deg,#807e7c 25%,#807e7c00 0) 0 100% /4px 1px repeat-x;
	image-rendering: pixelated;
	width: 100%;
	height: 1px;
	background-position: center;
}
.vertical-seperator {
	background: linear-gradient(#807e7c 25%,#807e7c00 0) 100% /1px 4px repeat-y;
	image-rendering: pixelated;
	margin-bottom: 1rem;
	margin-top: 1rem;
	width: 1rem;
	height: calc(100% - 2rem);
	position: absolute;
	top: 0;
	left: -.5rem;
}
.full-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumbnail-gradient {
	background: linear-gradient(180deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.1) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
}

.popular-full .thumbnail-glass { 
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: linear-gradient(to right top, #ffffff2f, #f8ffcd3a, #4f4e0445, #ffe60041, #ffdd000c);
	border-radius: 6px;
	box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
	backdrop-filter: blur(1.2px);
	-webkit-backdrop-filter: blur(1.2px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	transform: rotate(0) translate(0%, -40%);
}

.popular-full .popular__content,
.popular-trilogy .popular__content {
	position: absolute;
	bottom: 0;
	right: 0;
}
.popular-full .popular__content {
	max-width: 700px;
}
.popular-trilogy .popular__content {
	background: #0000004d;
	width: 100%;
}
.entry-meta__category,
.entry-meta__date {
	font-size: 1rem;
}

.entry-meta__categories a,
.entry-meta__category,
.entry-date,
.tags-links {
	position: relative;
	display: inline-block;
	margin-left: 1rem;
	font-weight: 600;
}
.entry-meta__categories a::after,
.entry-meta__category::after {
	position: absolute;
	left: -.75rem;
	top: 50%;
	width: 6px;
	height: 6px;
	background: #EFD326;
	content: "";
	border-radius: 50%;
	margin-top: -5px;
}

.popular-vertical > .row {
	max-height: 586px;
	overflow-y: scroll;
}

/* Slideshow */
.media-container {
	background: linear-gradient(90deg, rgb(24, 24, 24) 0%, rgba(0,0,0,1) 100%);
}
.slideshow__thumbnail {
	position: relative;
	overflow: hidden;
}
.slideshow__thumbnail img {
	transition: all 0.5s ease-out;
}
.slideshow__thumbnail:hover img {
  transform: scale(1.05);
}
.slideshow-slide__content {
	position: relative;
}
.slideshow-navigation {
	position: relative;
}
.slideshow-navigation::before,
.slideshow-navigation::after {
	content: ' ';
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #0A0A0A;
  box-shadow: 6px 0 4px -4px #0A0A0A, -6px 0 4px -4px #0A0A0A; 
 	-moz-box-shadow: 6px 0 4px -4px #0A0A0A, -6px 0 4px -4px #0A0A0A; 
	-webkit-box-shadow: 6px 0 4px -4px #0A0A0A, -6px 0 4px -4px #0A0A0A;
}
.slideshow-navigation::after {
	right: 0 !important;
}
.slideshow-video .slideshow-arrows {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 56px;
	height: 32px;
	text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.slideshow-video .slideshow-excerpt {
	min-height: 340px;
}
/* Homepage */

.castle-container {
	background-image: url('./img/citadelle_aleppo_invert.svg');
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.castle-container > .container {
	background-color: #05050563;
	box-shadow: rgb(16 16 16 / 78%) 0px 13px 27px -5px, rgb(4 4 4) 0px 8px 16px -8px;
	padding: 1rem 2rem;
}

.home .page-title {
	border-bottom: 2px solid #ffe228;
	display: inline-block;
	padding: 0.5rem	 0;
	margin: 2rem 0;
}
.card .card-img-top {
	max-height: 300px;
}
.card .card-body {
	min-height: 400px;
}
/* Category */
body.category .hentry.featured {
	position: relative;
}
body.category .hentry.featured::before {
	position: absolute;
	top: 0;
	left: .5rem;
	content: ' ';
	display: inline-block;
	width: 64px;
	height: 64px;
	border-top: 4px solid #ffe228;
	border-left: 4px solid #ffe228;
}
body.category .hentry.featured::after {
	position: absolute;
	bottom: 0;
	right: .5rem;
	content: ' ';
	display: inline-block;
	width: 64px;
	height: 64px;
	border-bottom: 4px solid #ffe228;
	border-right: 4px solid #ffe228;
}
/* Single */
body.single .entry-header {
	margin-bottom: 1rem;
	background-color: #161616;
}
body.page .entry-header,
body.category .page-header,
body.tag .page-header,
body.error404 .page-header,
body.search .page-header {
	margin-bottom: 1rem;
	padding: 2rem 1rem;
	background-color: #161616;
}

body.single .entry-header {
	margin-bottom: 0 !important;
}
body.single .entry-title,
body.page .entry-title {
	margin: 1rem 0;
}
.entry-content-container {
	background-color: #FFFFFF;
	color: #000;
}
.entry-content-container a {
	color: #000;
	background-color: #ebce00;
	padding: .125rem;
}
.entry-content {
	position: relative;
}
.entry-content ul {
	list-style: none; /* Remove default bullets */
	padding: 0 1.5rem 0 0;
}

.entry-content ul li {
	position: relative;
}
.entry-content ul li::before {
	content: " ";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #ffe228;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: -1.5rem;
}
blockquote {
	margin: 1rem .5rem;
	padding-right: 1rem;
	border-right: 6px solid #ffe228;
	font-style: italic;
	font-size: 1.25rem;
}
blockquote cite {
	font-style: normal;
	font-weight: 700;
	color: rgb(31, 31, 31);
}

.full-entry-thumbnail {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.full-entry-thumbnail .row {
	min-height: 45vh;
}

.full-entry-thumbnail .entry-title {
	text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.twentytwenty-container {
	margin: 1rem auto !important;
}
.soundcite-pause:before,
.soundcite-play:before {
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.soundcite-loaded {
	display: inline !important;
}
.wp-block-gallery.gallery-slider,
.wp-block-gallery:not(.gallery-slider) figure.wp-block-image figcaption {
	background: rgba(0, 0, 0, 0.9);
}
.wp-block-gallery.has-nested-images.gallery-slider figure.wp-block-image figcaption {
	background: transparent !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 1rem 1rem 3rem 1rem;
	position: relative !important;
	/* position: absolute;
	bottom: 0;
	right: 0; */
	width: 100%;
	box-sizing: border-box;
	text-align: initial !important;
}
aside#secondary {
	background-color: #131313;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-right: 0;
	display: flex;
	gap: 5%;
	margin: 1rem 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	flex-grow: 1;
	flex-basis: 0;
	margin: 1rem 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: center;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
	margin: 2rem 0;
	font-size: 1.25rem;
	font-weight: 600;
}
@media (max-width: 768px) {
	.wp-block-latest-posts.wp-block-latest-posts__list {
		flex-direction: column;
	}
}

.authors .author .author-avatar {
	position: relative;
}
.authors .author  .author-avatar::before {
	position: absolute;
	top: 0;
	left: .5rem;
	content: ' ';
	display: inline-block;
	width: 64px;
	height: 64px;
	border-top: 4px solid #ffe228;
	border-left: 4px solid #ffe228;
}
.authors .author  .author-avatar::after {
	position: absolute;
	bottom: 0;
	right: .5rem;
	content: ' ';
	display: inline-block;
	width: 64px;
	height: 64px;
	border-bottom: 4px solid #ffe228;
	border-right: 4px solid #ffe228;
}
/* Contact page */
.contact-content {
	background-color: rgb(199, 186, 0);
	color: #FFF;
	padding: 2rem;
}
.contact-content > :first-child {
	border-left: 1px solid #ffaa00;
}
.contact-content .social-menu .menu-item svg {
	color: #FFF;
}
.contact-content .contact-content__item label {
	font-weight: 800;
}
.wpcf7-spinner {
	float: left;
}
/* Newsletter */
.newsletter-container {
	background-color: yellow;
	background: repeating-linear-gradient( 45deg, #131313, #131313 2px, #000000 2px, #fffe001c 10px );
}
/* Footer */
.site-footer {
	border-top: 1px dashed rgb(175, 175, 175);
  background-color: #161616;
  color: #FFF;
}

.custom-logo-link {
	padding: .75rem 0;
	display: inline-block;
}

.site-footer .social-menu .menu-item svg {
	color: #FFF;
}
.site-footer .social-menu .menu-item:hover svg {
	color: #ffe228;
}
/* Screen Reader Text ------------------------ */

.sr-only {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.sr-only:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* SHAREBUTTONS ========================= */
.sharebuttons-container {
	background-color: #f5f5f5;
	border-top: 1px solid #ffe228;
	border-bottom: 1px solid #ffe228;
}
.sharebuttons a {
	display: inline-block;
	font-size: 2rem;
	width: 64px;
	height: 64px;
	padding: 0.25rem;
	border: 0;
}
.btn-facebook,
.btn-twitter,
.btn-google,
.btn-whatsapp,
.btn-linkedin,
.btn-facebook:hover,
.btn-twitter:hover,
.btn-google:hover,
.btn-whatsapp:hover,
.btn-linkedin:hover {
	color: #FFF;
}
