/*
Theme Name: moviemarketing.biz
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Raleway:wght@300;400;500;600;700&display=swap');

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .glm-block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.glm-hidden, .glm-none {display: none;}

.glm-on760 {display: none;}

.glm-clear, .glm-clr {clear: both;}
hr.glm-clear, hr.glm-clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.glm-clearfix:before, .glm-clearfix:after, .glm-clf:before, .glm-clf:after {content: " ";display: table;}
.glm-clearfix:after, .glm-clf:after {clear: both;}
.glm-clearfix, .glm-clf {*zoom: 1;}

.glm-right, .glm-alignright {
	float: right;
	}

.glm-left, .glm-alignleft {
	float: left;
	}

.glm-center {
	text-align: center;
	}

.glm-centered, .glm-aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.glm-right, img.glm-alignright {
	margin: 0 0 5px 11px;
	display: inline;
	}

img.glm-left, img.glm-alignleft {
	margin: 0 11px 5px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

.glm-entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #0f0c1c;
	font-size: 17px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(248,246,255,0.95) 100%), url('images/bg1.jpg') no-repeat center top;
	background-attachment: scroll, scroll;
	text-align: center;
	font-weight: 300;
	}

.glm-container {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: 'Raleway', sans-serif;
	}

a {
	color: #e91d6b;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #c4b5f7;
	text-decoration: none;
	text-shadow: 0 0 20px rgba(196, 181, 247, 0.35);
	}

p, .glm-entry table, .glm-entry form, .glm-entry ul, .glm-entry ol, .glm-entry hr, blockquote {
	margin: 0 0 11px 0;
	}

h1, h2, h3, h4, h5, h6, .glm-h1, .glm-h2, .glm-h3, .glm-h4, .glm-h5, .glm-h6, .glm-title {
	margin: 0 0 25px 0;
	color: #0d0a1a;
	font-weight: bold;
	font-family: 'Cormorant Garamond', serif;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4), 0 2px 8px rgba(0,0,0,0.06);
	}
h1, .glm-h1, .glm-title{
	font-size: 54px;
	line-height: 52px;
	}
h2, .glm-h2{
	font-size: 49px;
	line-height: 47px;
	}
h2 span, .glm-h2 span{
	font-weight: 400;
	}
h3, .glm-h3{
	font-size: 44px;
	line-height: 44px;
	}
h4, .glm-h4{
	font-size: 39px;
	line-height: 39px;
	}
h5, .glm-h5{
	font-size: 34px;
	line-height: 34px;
	}
h6, .glm-h6{
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	}


.glm-table, .glm-entry table {
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: 0 8px 32px rgba(13, 10, 26, 0.08), 0 0 0 1px rgba(0,0,0,0.04), inset 0 1px 0 rgba(255,255,255,0.6);
	border-radius: 8px;
	overflow: hidden;
	}

.glm-table tr th, .glm-entry table tr th{
	border-right: 1px solid #0d0a1a;
	background: #0d0a1a;
	padding: 12px 31px;
	color: #fff;
	font-weight: bold;
	}

.glm-table tr th:last-child, .glm-entry table tr th:last-child{
	border-right: 0;
	}

.glm-table tr th span, .glm-entry table tr th span{
	display: block;
	color: #e8c547;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	}

.glm-table tr td, .glm-entry table tr td{
	padding: 9px 31px;
	border-right: 1px solid #f0f0f2;
	border-bottom: 1px solid #f0f0f2;
	background: #f6f8f8;
	color: #0d0a1a;
	font-size: 15px;
	line-height: 22px;
	}

.glm-table tr:nth-child(2n) td, .glm-entry table tr:nth-child(2n) td{
	background: #fff;
	border-bottom: 0;
	}

.glm-table tr td:last-child, .glm-entry table tr td:last-child{
	border-right: 0;
	}

.glm-table tr:first-child th:first-child, .glm-entry table tr:first-child th:first-child, .glm-table tr:first-child td:first-child, .glm-entry table tr:first-child td:first-child{
	border-radius: 6px 0 0 0;
	}

.glm-table tr:first-child th:last-child, .glm-entry table tr:first-child th:last-child, .glm-table tr:first-child td:last-child, .glm-entry table tr:first-child td:last-child{
	border-radius: 0 6px 0 0;
	}

.glm-table tr:last-child th:first-child, .glm-entry table tr:last-child th:first-child, .glm-table tr:last-child td:first-child, .glm-entry table tr:last-child td:first-child{
	border-radius: 0 0 0 6px;
	}

.glm-table tr:last-child th:last-child, .glm-entry table tr:last-child th:last-child, .glm-table tr:last-child td:last-child, .glm-entry table tr:last-child td:last-child{
	border-radius: 0 0 6px 0;
	}

.glm-entry table.glm-nobord, .glm-entry table.glm-nobord tr th, .glm-entry table.glm-nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.glm-entry ul, ul.glm-list {
	padding: 0 0 0 29px;
	list-style: none;
	font-size: 17px;
	line-height: 24px;
	}

.glm-entry ol, ol.glm-list {
	padding: 0 0 0 26px;
	list-style: none;
	}

.glm-entry ul ul, .glm-entry ol ol, .glm-entry ol ul, .glm-entry ul ol, ul.glm-list ul, ol.glm-list ol, ol.glm-list ul, ul.glm-list ol {
	margin: 6px 0 0 0;
	}

.glm-entry ol > li, ol.glm-list > li {
	margin: 8px 0 8px 11px;
	list-style: decimal outside;
	}

.glm-entry ul > li, ul.glm-list > li {
	margin: 6px 0;
	padding: 0 0 0 30px;
	background: url('images/glm-bullet.svg') no-repeat 0 6px / 14px auto;
	}

blockquote {
	padding-left: 21px;
	border-left: 5px solid #e0e0e0;
	}

blockquote cite {
	margin: 6px 0 0;
	display: block;
	}

/* END BASE */


/* FORM */

.glm-field-row{
	padding: 0 0 11px 0;
	}

.glm-label{
	display: block;
	padding: 0 0 6px 0;
	font-size: 15px;
	line-height: 19px;
	}

.glm-input{
	box-sizing: border-box;
	width: 100%;
	height: 49px;
	padding: 14px 26px;
	background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
	border: 1px solid #e2e4ea;
	border-radius: 6px;
	box-shadow: inset 0 2px 4px rgba(255,255,255,0.8), 0 1px 3px rgba(0,0,0,0.04);
	-webkit-appearance: none;
	color: #0f0c1c;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	}

.glm-textarea{
	box-sizing: border-box;
	width: 100%;
	height: 159px;
	padding: 19px 33px;
	background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
	border: 1px solid #e2e4ea;
	border-radius: 6px;
	box-shadow: inset 0 2px 4px rgba(255,255,255,0.8), 0 1px 3px rgba(0,0,0,0.04);
	-webkit-appearance: none;
	color: #0f0c1c;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	vertical-align: bottom;
	}

.glm-form-actions {
	position: relative;
	}

.glm-btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 44px;
	padding: 13px 23px;
	border: 1px solid rgba(232, 197, 71, 0.9);
	background: linear-gradient(180deg, #f5e068 0%, #e8c547 50%, #dbb52e 100%);
	border-radius: 22px;
	box-shadow: 0 4px 14px rgba(232, 197, 71, 0.4), inset 0 1px 0 rgba(255,255,255,0.5);
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #0d0a1a;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	}
.glm-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40%;
	background: linear-gradient(180deg, rgba(255,255,255,0.45) 0%, transparent 100%);
	border-radius: 22px 22px 0 0;
	pointer-events: none;
	}
.glm-btn:hover{
	border-color: #e91d6b;
	background: linear-gradient(180deg, #f04d85 0%, #e91d6b 50%, #c91858 100%);
	box-shadow: 0 6px 20px rgba(233, 29, 107, 0.45), inset 0 1px 0 rgba(255,255,255,0.35);
	color: #fff;
	text-decoration: none;
	}
.glm-btn:hover::before {
	background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, transparent 100%);
	}

.glm-btn--xl {
	min-height: 76px;
	padding: 26px 56px;
	border-radius: 38px;
	font-size: 21px;
	line-height: 24px;
	}
.glm-btn--xl::before { border-radius: 38px 38px 0 0; }

.glm-btn--dark{
	border-color: rgba(255,255,255,0.12);
	background: linear-gradient(180deg, #1a1628 0%, #0d0a1a 50%, #080614 100%);
	box-shadow: 0 4px 16px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.08);
	color: #fff;
	}
.glm-btn--dark::before {
	background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, transparent 100%);
	}
.glm-btn--dark:hover{
	border-color: #e91d6b;
	background: linear-gradient(180deg, #f04d85 0%, #e91d6b 50%, #c91858 100%);
	box-shadow: 0 6px 20px rgba(233, 29, 107, 0.45), inset 0 1px 0 rgba(255,255,255,0.35);
	color: #fff;
	}


/* END FORM */


/* HEADER */

header {
	background: linear-gradient(180deg, #15122a 0%, #0d0a1a 50%, #080614 100%);
	box-shadow: 0 4px 24px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.06);
	border-bottom: 1px solid rgba(255,255,255,0.06);
	}

.glm-header-bar {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 11px 0;
	background: transparent;
	}


.glm-brand{
	width: auto;
	}

.glm-brand img,
.glm-brand .glm-logo-heart{
	vertical-align: middle;
	}

.glm-logo-link{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	text-decoration: none;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.02em;
	transition: color 0.2s ease, text-shadow 0.2s ease, opacity 0.2s ease;
	}
.glm-logo-link:hover{
	color: #fff;
	text-shadow: 0 0 16px rgba(232, 197, 71, 0.6);
	opacity: 1;
	}
.glm-logo-link .glm-logo-text{
	white-space: nowrap;
	}
.glm-logo-link .glm-logo-heart{
	display: inline-block;
	flex-shrink: 0;
	transition: transform 0.25s ease;
	}
.glm-logo-link:hover .glm-logo-heart{
	transform: scale(1.15);
	}

.glm-nav-trigger{
	float: left;
	display: none;
	width: 41px;
	height: 24px;
	margin: 11px;
	position: relative;
	cursor: pointer;
	}

.glm-nav-trigger span, .glm-nav-trigger:before, .glm-nav-trigger:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	transition: all 0.3s 0.02s ease;
	}

.glm-nav-trigger span{
	top: 11px;
	}

.glm-nav-trigger:before {
	top: 0;
	}

.glm-nav-trigger:after {
	top: 21px;
	}

.glm-nav-trigger.glm-open span{
	display: none;
	}

.glm-nav-trigger.glm-open:before{
	transform: rotate(45deg);
	top: 11px;
	}

.glm-nav-trigger.glm-open:after{
	transform: rotate(-45deg);
	top: 11px;
	}

@media (min-width: 761px) {
.glm-nav-main{
	display: block !important;
	}
}

.glm-nav-main{
	font-size: 17px;
	line-height: 24px;
	}

.glm-nav-main ul {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}

.glm-nav-main ul li {
	padding: 0 11px;
	}

.glm-nav-main ul li a {
	color: #fff;
	}

.glm-nav-main ul li a:hover {
	color: #e8c547;
	text-shadow: 0 0 12px rgba(232, 197, 71, 0.5);
	}

.glm-header-right {
	display: flex;
	align-content: center;
	align-items: center;
	}


.glm-lang > ul > li {
	position: relative;
	padding: 11px 0;
	}

.glm-lang ul li a{
	display: flex;
	align-content: center;
	align-items: center;
	color: #fff;
	}

.glm-lang ul li a img{
	width: 41px;
	margin: 0 6px 0 0;
	}

.glm-lang ul li li a img{
	width: 26px;
	}

.glm-lang > ul > li > ul{
	display: block;
	width: 181px;
	padding: 16px 21px;
	position: absolute;
	top: 120%;
	right: 0;
	z-index: 999;
	background: linear-gradient(180deg, #15122a 0%, #0d0a1a 100%);
	box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.05), inset 0 1px 0 rgba(255,255,255,0.05);
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	}

.glm-lang > ul > li:hover > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.glm-lang ul li ul li {
	display: block;
	padding: 11px 0;
	border-top: 1px solid #3d3f4e;
	}

.glm-lang ul li ul li:first-child {
	border: 0;
	}

.glm-lang ul li ul li a:hover {
	color: #e8c547;
	}


.glm-header-cta {
	padding: 0 0 0 21px;
	}


/* END HEADER */


/* HOME */

.glm-cards-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	margin: 0 0 31px 0;
	}

.glm-card-tile {
	width: calc(25% - 16px);
	box-sizing: border-box;
	padding: 11px;
	background: linear-gradient(145deg, #f0dc5a 0%, #e8c547 40%, #d4a82a 100%);
	border-radius: 11px;
	box-shadow: 0 6px 24px rgba(232, 197, 71, 0.35), inset 0 1px 0 rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	}
.glm-card-tile::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, transparent 100%);
	border-radius: 11px 11px 0 0;
	pointer-events: none;
	}
.glm-card-tile:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 32px rgba(232, 197, 71, 0.45), inset 0 1px 0 rgba(255,255,255,0.5);
	}
.glm-card-tile:nth-child(2n) {
	background: linear-gradient(145deg, #d4c8fa 0%, #c4b5f7 40%, #a895e8 100%);
	box-shadow: 0 6px 24px rgba(196, 181, 247, 0.35), inset 0 1px 0 rgba(255,255,255,0.4);
	}
.glm-card-tile:nth-child(2n)::before {
	background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, transparent 100%);
	}
.glm-card-tile:nth-child(2n):hover {
	box-shadow: 0 10px 32px rgba(196, 181, 247, 0.45), inset 0 1px 0 rgba(255,255,255,0.4);
	}

.glm-card-tile-head {
	padding: 0 11px 11px 41px;
	}

.glm-card-tile-head a {
	display: block;
	padding: 6px 26px 6px 0;
	background: url('images/glm-arrow-r.svg') no-repeat right 6px center / 21px auto;
	color: #0f0c1c;
	font-size: 17px;
	font-weight: bold;
	}

.glm-card-tile-head a:hover {
	background-position: right center;
	color: #0f0c1c;
	}

.glm-card-tile-head span {
	display: block;
	font-size: 13px;
	line-height: 15px;
	}

.glm-card-tile-body {
	padding: 11px 6px;
	background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
	border-radius: 11px;
	box-shadow: inset 0 2px 4px rgba(255,255,255,0.9), 0 1px 3px rgba(0,0,0,0.06);
	border: 1px solid rgba(255,255,255,0.8);
	}

.glm-card-tile ul {
	height: 401px;
	padding: 0 6px 0 0;
	overflow-y: scroll;
	}

.glm-card-tile ul::-webkit-scrollbar { width: 9px; height: 9px; box-shadow: 0 0 1px #b4b4b4; margin: 0 11px 0 0;}
.glm-card-tile ul::-webkit-scrollbar-button { display: none; }
.glm-card-tile ul::-webkit-scrollbar-track {  background: #fff;}
.glm-card-tile ul::-webkit-scrollbar-track-piece { background-color: #fff;}
.glm-card-tile ul::-webkit-scrollbar-thumb { height: 51px; background-color: #c8c8c8; cursor: pointer;}
.glm-card-tile ul::-webkit-scrollbar-corner { background-color: #c8c8c8;}
.glm-card-tile ul::-webkit-resizer { background-color: #c8c8c8;}

.glm-card-tile ul li:nth-child(2n) {
	background: #f4f4f4;
	}

.glm-card-tile ul li a {
	display: block;
	padding: 6px 26px 6px 27px;
	position: relative;
	color: #0f0c1c;
	}

.glm-card-tile ul li a:hover {
	color: #e91d6b;
	}

.glm-card-tile ul li a:before {
	content: " ";
	display: block;
	width: 21px;
	height: 21px;
	background: url('images/glm-icon-view.svg') no-repeat center / 21px auto;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	opacity: 0.45;
	transition: all 0.3s 0.02s ease;
	}

.glm-card-tile ul li a:hover:before {
	opacity: 1;
	}

.glm-card-tile-footer {
	padding: 11px 0 0 0;
	text-align: center;
	}


.glm-faq-section {
	padding: 0 0 19px 0;
	}

.glm-faq-section .glm-title {
	margin: 0 0 37px 0;
	}

.glm-faq-section .glm-faqs-l {
	float: left;
	width: 571px;
	}

.glm-faq-section .glm-faqs-r {
	float: right;
	width: 571px;
	}

.glm-faq-item {
	margin: 0 0 17px 0;
	padding: 17px 36px;
	background: linear-gradient(180deg, #fff 0%, #fafbfd 100%) url('images/glm-faq.svg') no-repeat 23px 18px / 21px;
	border: 1px solid #d7d0e9;
	border-radius: 11px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.04), inset 0 1px 0 rgba(255,255,255,0.9);
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
	}

.glm-faq-item:hover {
	border-color: #c4b5f7;
	box-shadow: 0 4px 20px rgba(196, 181, 247, 0.15), inset 0 1px 0 rgba(255,255,255,0.9);
	}

.glm-faq-item.glm-open {
	padding: 16px 35px;
	background: linear-gradient(180deg, #fff 0%, #f5f2ff 100%) url('images/glm-faq-open.svg') no-repeat 22px 17px / 21px;
	border: 2px solid #c4b5f7;
	box-shadow: 0 4px 24px rgba(196, 181, 247, 0.2), 0 0 0 1px rgba(196, 181, 247, 0.1), inset 0 1px 0 rgba(255,255,255,0.95);
	}

.glm-faq-question {
	padding: 0 0 0 23px;
	color: #0d0a1a;
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	font-family: 'Cormorant Garamond', serif;
	cursor: pointer;
	}

.glm-faq-answer {
	display: none;
	padding: 29px 0 11px 0;
	}


.glm-home-content {
	padding: 0 0 31px 0;
	}


/* END HOME */


/* POSTS */

#glm-content {
	padding: 31px 0;
	}

.glm-breadcrumb {
	padding: 0 0 21px 0;
	font-size: 14px;
	line-height: 16px;
	}

.glm-cat-description {
	background: linear-gradient(180deg, #fafafa 0%, #f0f0f2 100%);
	padding: 21px 21px 11px 21px;
	margin: 0 0 31px 0;
	border-radius: 11px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 2px 8px rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.04);
	}


.glm-post-preview {
	padding: 0 0 26px 0;
	}

.glm-post-preview-title {
	padding: 0 0 4px 0;
	font-weight: bold;
	}


.glm-site-grid {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	gap: 21px;
	margin: 0 0 31px 0;
	}

.glm-site-card {
	width: calc(25% - 16px);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	}

.glm-site-card:hover {
	transform: translateY(-4px);
	}

.glm-site-card-thumb {
	margin: 0 0 11px 0;
	min-height: 151px;
	position: relative;
	border-radius: 11px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.04);
	transition: box-shadow 0.25s ease;
	}

.glm-site-card:hover .glm-site-card-thumb {
	box-shadow: 0 12px 32px rgba(0,0,0,0.18), 0 0 0 1px rgba(0,0,0,0.06);
	}

.glm-site-card-thumb img {
	border-radius: 11px;
	vertical-align: bottom;
	display: block;
	}

.glm-site-card-actions {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s 0.02s ease;
	opacity: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.55) 100%);
	border-radius: 11px;
	backdrop-filter: blur(2px);
	}

.glm-site-card:hover .glm-site-card-actions {
	opacity: 1;
	}

.glm-site-card-actions div {
	padding: 6px 0;
	}

.glm-site-card-title {
	padding: 0 0 11px 0;
	}

.glm-site-card-title a {
	color: #0f0c1c;
	}

.glm-site-card-title a:hover {
	color: #e91d6b;
	text-shadow: 0 0 16px rgba(233, 29, 107, 0.25);
	}

.glm-site-card-desc {
	color: #8e8e8e;
	font-size: 13px;
	line-height: 15px;
	}



.glm-pagination {
	padding: 11px 0;
	}

.glm-pagination a, .glm-pagination span {
	display: inline-block;
	padding: 5px 11px;
	margin: 0 6px 0 0;
	background: linear-gradient(180deg, #f0dc5a 0%, #e8c547 100%);
	border-radius: 6px;
	color: #0d0a1a;
	box-shadow: 0 2px 8px rgba(232, 197, 71, 0.35), inset 0 1px 0 rgba(255,255,255,0.4);
	transition: all 0.2s ease;
	}

.glm-pagination a:hover, .glm-pagination .glm-current, .glm-pagination .current {
	background: linear-gradient(180deg, #f04d85 0%, #e91d6b 100%);
	box-shadow: 0 3px 12px rgba(233, 29, 107, 0.4), inset 0 1px 0 rgba(255,255,255,0.3);
	color: #fff;
	}

.glm-article {
	padding: 0 0 11px 0;
	}

.glm-post-img {
	margin: 0 0 21px 0;
	}


.glm-site-hero {
	display: flex;
	padding: 0 0 21px 0;
	}

.glm-site-hero-thumb {
	width: 501px;
	min-width: 501px;
	margin: 0 31px 0 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.05);
	}
.glm-site-hero-thumb img {
	vertical-align: bottom;
	display: block;
	border-radius: 12px;
	}

.glm-site-hero-content {
	flex: 1;
	}

.glm-site-meta{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 0 21px 0;
	}

.glm-site-link{
	padding: 0 11px 0 0;
	font-weight: bold;
	}

.glm-site-link a{
	padding: 0 0 0 27px;
	}

.glm-site-cta{
	padding: 0 0 31px 0;
	text-align: center;
	}


.glm-related{
	padding: 31px 0;
	margin: 0 0 31px 0;
	border-top: 2px solid #f4f4f4;
	}


.glm-cat-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	}

.glm-cat-tile{
	display: block;
	box-sizing: border-box;
	width: calc(20% - 17px);
	padding: 11px;
	background: linear-gradient(180deg, #fff 0%, #f0f0f2 100%);
	border-radius: 11px;
	text-align: center;
	color: #0f0c1c;
	font-size: 17px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.9);
	border: 1px solid rgba(0,0,0,0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

.glm-cat-tile:hover{
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.1), 0 0 0 1px rgba(196, 181, 247, 0.2), inset 0 1px 0 rgba(255,255,255,0.95);
	}

.glm-cat-tile-icon {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 101px;
	}

.glm-cat-tile-icon img {
	max-height: 101px;
	}

.glm-cat-tile-name{
	display: block;
	padding: 11px 0 0 0;
	}


/* END POSTS */



/* FOOTER */

footer {
	padding: 51px 0;
	background: linear-gradient(0deg, #080614 0%, #0d0a1a 50%, #15122a 100%);
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
	}

.glm-footer-left {
	float: left;
	width: 361px;
	}

.glm-footer-brand {
	padding: 0 0 27px 0;
	}

.glm-footer-brand .glm-logo-link{
	font-size: 19px;
	color: #cdcdcd;
	}
.glm-footer-brand .glm-logo-link:hover{
	color: #e8c547;
	text-shadow: 0 0 12px rgba(232, 197, 71, 0.4);
	}
.glm-footer-brand .glm-logo-heart{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	}
.glm-footer-brand img{
	width: auto;
	vertical-align: middle;
	}

.glm-copyright {
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	}


.glm-footer-right {
	float: right;
	width: 766px;
	padding: 11px 0 0 0;
	}

.glm-footer-nav {
	padding: 0 0 26px 0;
	border-bottom: 1px solid #252731;
	}

.glm-footer-nav ul li {
	float: left;
	display: block;
	padding: 0 0 0 31px;
	font-weight: 500;
	}

.glm-footer-nav ul li a {
	color: #cdcdcd;
	}

.glm-footer-nav ul li a:hover {
	color: #e8c547;
	}



.glm-footer-nav2 {
	padding: 26px 0 0 0;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	}

.glm-footer-nav2 ul li {
	float: left;
	padding: 0 0 0 31px;
	}

.glm-footer-nav2 ul li a {
	color: #cdcdcd;
	}

.glm-footer-nav2 ul li a:hover {
	color: #e8c547;
	}


#glm-back-top {
	display: none;
	width: 30px;
	height: 77px;
	position: fixed;
	bottom: 31px;
	right: 31px;
	z-index: 1000;
	background: url('images/glm-back-top.svg') no-repeat center top / 30px auto;
	opacity: 0.7;
	filter: drop-shadow(0 4px 12px rgba(233, 29, 107, 0.35));
	transition: opacity 0.2s ease, filter 0.2s ease;
	}

#glm-back-top:hover {
	opacity: 1;
	filter: drop-shadow(0 6px 20px rgba(233, 29, 107, 0.5));
	}

/* END FOOTER */



/* MODAL */

.glm-modal{
	display: none;
	box-sizing: border-box;
	width: 401px;
	max-width: 90%;
	padding: 31px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
	border-radius: 12px;
	box-shadow: 0 24px 64px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.5), inset 0 1px 0 rgba(255,255,255,0.95);
	text-align: left;
	}

.glm-modal-close {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 16px;
	top: 16px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.55;
	}

.glm-modal-close:before, .glm-modal-close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #0d0a1a;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.glm-modal-close:before{
	transform: rotate(45deg);
	}

.glm-modal-close:after{
	transform: rotate(-45deg);
	}

.glm-modal-close:hover{
	opacity: 1;
	transform: rotate(360deg);
	text-shadow: 0 0 8px rgba(233, 29, 107, 0.4);
	}

.glm-modal-backdrop {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #0d0a1a;
	opacity: 0.82;
	}

.glm-modal p{
	margin: 0;
	}


#glm-age-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(9px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	}

#glm-age-modal {
	box-sizing: border-box;
	background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
	width: 401px;
	max-width: 90%;
	padding: 31px;
	border-radius: 12px;
	box-shadow: 0 24px 64px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.5), inset 0 1px 0 rgba(255,255,255,0.95);
	text-align: center;
	}

.glm-age-modal-actions {
	display: flex;
	justify-content: center;
	}

.glm-age-modal-actions .glm-btn {
	margin: 0 11px;
	}

/* END MODAL */



/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #e0e0e0;
	text-align: center;
	background-color: #f2f2f2;
	padding: 5px;
	margin: 11px;
	border-radius: 4px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px 6px;
	margin: 0;
	}

/* SEARCH & COMMENTS */

.glm-search { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.glm-search-field { flex: 1; min-width: 120px; }
.glm-search-submit { }
.glm-comments-list { list-style: none; padding: 0; margin: 0 0 20px 0; }
.glm-comments-nav { overflow: hidden; margin: 15px 0; }
.glm-no-comments { color: #8e8e8e; font-style: italic; }

/* END SEARCH & COMMENTS */

/* END WP OTHER */
