/*
Theme Name: Master Piece PW (New)
Theme URI: -
Author: -
Author URI: -
Description: -
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
# Header
# Links
# Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Footer
# Other
# Media
	## Captions
	## Galleries
# Media Screen	
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    background: url('images/main_bg.jpg') center top/130% auto no-repeat fixed #0c0b12;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 30px;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	/*font-family: monospace, monospace;*/
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background-image: url(images/nav.png);
    box-shadow: inset 0 0 0 #333333, inset 0 1px 84px #333333, inset 0 0 0 #333333;
    color: #FFDC50;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #C0C0C0;
}

td,
th {
	padding: 0;
	border: 1px solid #C0C0C0;
	padding: 3px;
}

#page .site-header,
#page .site-content {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 15px;
}
#page .site-content {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #C1C1C1;
	/*font-family: sans-serif;*/
	font-size: 16px;
	font-size: 0.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: 'AGFriquer', sans-serif;*/
	font-family: sans-serif;
    font-weight: 700;
}

h5, h6 {
	font-size: 18px;
}

p {
	margin: 0.4em;
	margin-bottom: 20px;
	padding: 0;
}

article p, aside a, main p {
	line-height: 18px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #FFDC50;
	/*font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	/*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
 q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	/*background: #F0F0F0;*/
	display: inline-block;
	/*border-left: 4px solid #888;*/
	padding: 4px;
    font-style: italic;
	word-wrap: break-word;
	color: #efefef;
}

hr {
	background: url('images/page_title_border_bottom.png') center/auto 100% no-repeat transparent;
	width: 100%;
	height: 20px;
	border: 0 !important;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	color: #FFDC50;
    background: #2D2D58;
    box-shadow: inset 0 1px 0 #333333, inset 0 3px 18px #333333, inset 0 -3px 9px #333333;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #0099FF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #FFDC50;
    background: #2D2D58;
    box-shadow: inset 0 1px 0 #333333, inset 0 3px 18px #333333, inset 0 -3px 9px #333333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"]
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea[name="seos-message"]:focus,
textarea:focus {
	color: #111;
    background-color: #FFD800;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"]{
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


input[name="seos-name"],
input[name="seos-phone"],
input[name="seos-email"],
input[name="seos-subject"],
textarea[name="seos-message"] {
    width: 90%;
    background-color: #fff;
    box-shadow: inset 0 0 0 #333333, inset 0 1px 1px #333333, inset 0 0 0 #333333;
	border-radius: 0;
	padding: 8px;
}

textarea[name="seos-message"] {
    padding: 8px;
}

.noselect, .seos-sum {
	border-radius: 0 !important;
	padding: 5px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#site-navigation {

}

.main-navigation ul {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center;
    flex-wrap: wrap;

    gap: 0px !important;

    padding: 8px 0;
    margin: 0 auto;
}

.main-navigation li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;

    width: 167px;
    height: 80px;
}

.main-navigation li a {
	background-image: url(images/menu_btn_primary_optimized.png);
	background-color: transparent;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.main-navigation li a:hover {
	background-image: url(images/menu_btn_primary_hover_optimized.png);
}

.main-navigation li a span {
	font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to bottom, #ffffff 80%, #b744c6 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    /*text-shadow: 0 0 20px #a524ff;*/
    opacity: .7;
    transition: all .15s linear;
    margin-top: 4px;
}
.main-navigation li a:hover span {
    opacity: 1;
}

.main-navigation li a:active {

}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {

}

nav li > a:after {
    content: '';
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #DCDCDC;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #FF0000;
}

a:hover,
a:active {
	outline: 0;
}

.postpagination {
	width: 100%;
	font-family: 'AGFriquer', sans-serif;
}

.postpagination a {
	font-size: 24px;
}

.pagination a {
	font-size: 14px;
}

.nextpage {
	padding: 10px 0 10px 0;
}

.prevpost {
	float: left;
}

.nextpost {
	float: right;
}

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.social:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clear {
	content: "";
	clear: both;
	display: block;
	float:none;
}

.menu-toggle:after,
.menu-toggle:before,
.news-widget:after,
.news-widget:before {
	content: "";
	clear: both;
	display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget:empty {
	display: none !important;
}

.widget {
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0 0 10px;
}

#block-8.widget,
#block-9.widget {
	background-image: url('images/sidebar_panel_3slot.png');
	width: 372px;
	height: 321px;
}

#block-10.widget {
	background-image: url('images/sidebar_panel_1slot.png');
	width: 372px;
	height: 203px;
}

#block-11.widget {
	background-image: url('images/sidebar_panel_2slot.png');
	width: 372px;
	height: 274px;
}

/*#block-8.widget {
	background-image: url('images/sidebar_panel_account.png');
	width: 372px;
	height: 321px;
}

#block-9.widget {
	background-image: url('images/sidebar_panel_install.png');
	width: 372px;
	height: 321px;
}

#block-10.widget {
	background-image: url('images/sidebar_panel_vote.png');
	width: 372px;
	height: 203px;
}

#block-11.widget {
	background-image: url('images/sidebar_panel_social.png');
	width: 372px;
	height: 274px;
}*/

/*--------------------------------------------------------------
# Inside widgets content
--------------------------------------------------------------*/

.tagcloud,
#calendar_wrap,
.textwidget {
	padding: 10px;
	border-radius: 14px;
	background: rgba(255,255,255,0.03);
}

/* select */
.widget select {
	max-width: 100%;
	border-radius: 10px;
	background: #120018;
	color: #e7d8ff;
	border: 1px solid rgba(168,85,247,0.3);
}

/*--------------------------------------------------------------
# News widget
--------------------------------------------------------------*/

.news-widget {
	margin: 5px !important;
	padding: 8px;
	text-align: left;

	border-radius: 12px;

	background: rgba(0,0,0,0.25);

	border: 1px solid rgba(168,85,247,0.2);

	transition: 0.3s ease;
}

.news-widget:hover {
	box-shadow: 0 0 18px rgba(168,85,247,0.3);
	transform: translateX(3px);
}

.news-widget a {
	font-size: 16px;
	font-family: 'AGFriquer', sans-serif;

	color: #d9b3ff;

	text-decoration: none;

	text-shadow: 0 0 8px rgba(168,85,247,0.25);
}

.news-widget a:hover {
	color: #ffd86b;
	text-shadow: 0 0 12px rgba(255,215,120,0.5);
}

/*--------------------------------------------------------------
# Search widget (magical input)
--------------------------------------------------------------*/

.widget_search {
	border: none !important;
	position: relative;
}

.widget_search .search-form {
	position: relative;
}

.widget_search .search-form .search-field {
	width: 92%;
	margin: 0;

	border-radius: 12px;

	background: #120018;
	color: #e7d8ff;

	border: 1px solid rgba(168,85,247,0.4);

	padding: 8px;

	box-shadow: inset 0 0 10px rgba(168,85,247,0.15);
}

.widget_search .search-submit {
	position: absolute;
	right: 0;
	top: 0;

	border-radius: 10px;

	background: linear-gradient(90deg, #6b21a8, #7e22ce);
	color: #fff;

	border: 1px solid #a855f7;

	box-shadow: 0 0 10px rgba(168,85,247,0.3);
}

/*--------------------------------------------------------------
# Widget title (RPG header style)
--------------------------------------------------------------*/

.widget-title {
	display: flex;
	align-items: center;
	gap: 6px;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 22px 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content  {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

#content .content-area {
    position: relative;
	width: calc(100% - 372px - 30px);
    margin-top: 50px;
}

#content .content-area:before {
	content: '';
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
    width: 100%;
    height: 100%;
	background: linear-gradient( 90deg, rgb(13,13,20) 1%, rgb(30,25,37) 100%);
	box-shadow: 0px 0px 5.34px 0.66px rgba(0, 0, 0, 0.004);
	border: 2px solid #000;
	border-radius: 28px;
	opacity: .95;
}

#content .content-area .bg-angle,
#content .content-area .bg-border {
	position: absolute;
}

#content .content-area .bg-angle.angle-left-top,
#content .content-area .bg-angle.angle-right-top {
	top: -16px;
	max-width: 196px;
	max-height: 178px;
	width: 50%;
	height: 50%;
}

#content .content-area .bg-angle.angle-left-bottom,
#content .content-area .bg-angle.angle-right-bottom {
	bottom: 0;
	max-width: 219px;
	max-height: 230px;
	width: 50%;
	height: 50%;
}

#content .content-area .bg-angle.angle-left-top,
#content .content-area .bg-angle.angle-left-bottom,
#content .content-area .bg-border.border-left {
	left: -16px;
}

#content .content-area .bg-angle.angle-right-top,
#content .content-area .bg-angle.angle-right-bottom,
#content .content-area .bg-border.border-right {
	right: -16px;
}

#content .content-area .bg-border {
	background-size: auto 100%;
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
	top: -57px;
	bottom: 0;
	z-index: 1;
	margin: auto;
	max-width: 18px;
	max-height: 920px;
	width: 5%;
	height: 70%;
}
#content .content-area .bg-border.border-left {
	background-image: url('images/page_border_left.png');
	left: -8px;
}
#content .content-area .bg-border.border-right {
	background-image: url('images/page_border_right.png');
	right: -8px;
}

#content .content-area .bg-angle {
	background-size: 100% auto;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 2;
}
#content .content-area .bg-angle.angle-left-top {
	background-image: url('images/page_angle_left_top.png');
	background-position: top left;
}
#content .content-area .bg-angle.angle-right-top {
	background-image: url('images/page_angle_right_top.png');
	background-position: top right;
}
#content .content-area .bg-angle.angle-left-bottom {
	background-image: url('images/page_angle_left_bottom.png');
	background-position: bottom left;
	left: -11px;
    bottom: -11px;
}
#content .content-area .bg-angle.angle-right-bottom {
	background-image: url('images/page_angle_right_bottom.png');
	background-position: bottom right;
	right: -11px;
    bottom: -11px;
}


article , .entry-content {
    word-wrap: break-word;
}

article header h1,
article header h2 {
	background: url('images/page_title_bg.png') center/100% auto no-repeat transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 503px;
	height: 114px;
	margin: 0 auto;
	transform: translateY(-50px);
	position: relative;
    z-index: 3;
}

article header h1 span,
article header h2 span {
	background: linear-gradient(to top, #b744c6 30%, #382836 50%, #a3a3a3 68%, #534e5f 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 2px #3d1e15;
    text-shadow: 0 0 3px rgb(255 235 212 / 50%);
    font-size: 40px;
    transform: scale(.75) translateY(-5px);
}

article .entry-content h2 {
	font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(to bottom, #ffffff 0%, #65356b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
}
article .entry-content h2:first-child {
    margin-top: -30px;
}

article .entry-content-footer {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0;
}

article .entry-content-footer .btn-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('images/btn_optimized.png');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 308px;
	height: 80px;
}
article .entry-content-footer .btn-primary:hover {
	background-image: url('images/btn_hover_optimized.png');
}
article .entry-content-footer .btn-primary span {
	font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to bottom, #ffffff 80%, #b744c6 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 0 20px #a524ff;
    opacity: .7;
    transition: all .15s linear;
}
article .entry-content-footer .btn-primary:hover span {
	opacity: 1;
}

article .fa {
   color: #AFA47C;
   padding: 3px;
}

.ad-categories {
    display: inline-block;
	list-style-type: none;
	box-sizing: border-box;
	background: #333333;
	margin: 0 35px 0 0;
	padding: 0 0 40px 0;
	text-align: center;
	box-sizing: border-box;
}

.ad-categories .categories ul li{
	width: 150px;
	display: inline-block;
	height: 150px;
	list-style-type: none;
	padding: 0px;
	margin: 5px;
	position: relative;	top: 0;
	left: 0;
	z-index:1;
	overflow: hidden;
	box-sizing: border-box;	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.ad-categories ul, .ad-categories ol {
	margin-left: 0;
}

.ad-categories .categories ul li p {
	display: none;
}

.ad-categories .categories a:hover > p {
	position: absolute;
	margin: 0 auto;
	line-height: 45px;
	left: 0;
	border: 5px solid #333333;
	text-align: center;
	height: 150px;
	width: 150px;
	display: inline-block;
	z-index: 2;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	background-image: url(images/link.gif);
	font-family: 'AGFriquer', sans-serif;
	color: #DCDCDC;
	font-size: 14px;
	padding: 10px;
	word-wrap: break-word;

	-moz-box-shadow: inset 0 30px 30px -30px #7F7F7F, inset 0 -30px 30px -30px #7F7F7F;
    -webkit-box-shadow: inset 0 30px 30px -30px #7F7F7F, inset 0 -30px 30px -30px #7F7F7F;
    box-shadow: inset 0 30px 30px -30px #8000FF, inset 0 -30px 30px -30px #8000FF;
}

.ad-categories .categories img {
	width: 150px;
	height: 150px;
	text-align: center;
	box-sizing: border-box;
}

.ad-categories .categories ul ul {
	padding: 0;
	margin: 0;
}

.video-cat-title {
	text-align: center;
	border-bottom: 1px dashed #666666;		
}

.seos-video {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.seos-video-boxes {
	width: 100%;

	text-align: center;
}

.seos-video-home {
	min-height:300px;
	vertical-align: top;
    width: 30%;
    padding: 5px;
    display: inline-block;
    position: relative;
    background: #333333;
    color: #DCDCDC;
    margin: 5px;
    text-align: left;
}

.seos-video-home p {
	margin: 5px 0 0 0;
}

.seos-video-home  img {
	height: 200px;
	position: relative;
	opacity: 0.6;
	
}

.seos-video-home a:hover > img {
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.9);
	opacity: 1;
}

.seos-video-boxes .seos-video-home h4 {
	font-size: 22px;
	margin: 0 !important;
}

.seos-video-home h5 {
	width: 100%;
 	margin-top: 55px;
    height: auto;
    padding: 5px; 
    display: block;
    border: 1px solid #C0C0C0;
    margin-right: 5px;
    box-shadow: inset 0 0 0 #C0C0C0, inset 0 1px 84px #C0C0C0, inset 0 0 0 #C0C0C0;
	height: 200px;
	background: #999999;
}

.title-video {
	text-align: center;
	color: #E7D8A3;
	border-bottom: 1px dashed #666666;	
}

.read-more {
	display: inline-block;
	width: 100px;
	margin-top: 5px;
	text-align: center;
	-moz-box-shadow: inset 0 30px 30px -30px #7F7F7F, inset 0 -30px 30px -30px #7F7F7F;
    -webkit-box-shadow: inset 0 30px 30px -30px #7F7F7F, inset 0 -30px 30px -30px #7F7F7F;
    box-shadow: inset 0 30px 30px -30px #8000FF, inset 0 -30px 30px -30px #8000FF;
	border: 2px solid #333333;
	padding: 4px 8px 4px 8px;
	border: 1px solid #7A7A7A;
}

.read-more:hover {
	background: #fff;
}

.cont-img {
	width: 200px;
	height: 150px;
	display: inline-block;
	float: left;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;

}

.no-results {
	padding: 10px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
#content aside {
	width: 372px;
	margin-top: 30px;
}

#content aside ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content aside h2 {
  	font-family: sans-serif;
    font-size: 35px;
    background: linear-gradient(to top, #b744c6 39%, #382836 51%, #a3a3a3 55%, #534e5f 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 2px #3b170d;
    text-shadow: 0 0 3px rgb(255 235 212 / 50%);
    letter-spacing: -2px;
    white-space: nowrap;
    justify-content: center;
    transform: scale(.8);
}

/*#content aside h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 20px 10px #ffffff;
    z-index: -1;
    opacity: .3;
}*/

/*#content aside h2 {
	visibility: hidden;
}*/
	
#content article   {
	width: 100%;
	padding: 0 50px 20px;
}

#content section, .widget-title {
    margin-top: 0;
}

.site-content {
	position: relative;
	overflow: hidden;	
}

aside section,
article {
	position: relative;
	/*overflow: hidden;*/
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

aside .widget-links:not(.social-links) {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 6px 35px 0 !important;
}

aside .widget-links:not(.social-links) li {
    width: 100%;
    height: 60px;
}

aside .widget-links:not(.social-links) li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

aside .widget-links:not(.social-links) li a span {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to bottom, #ffffff 80%, #b744c6 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 0 20px #a524ff;
	opacity: .7;
	transition: all .15s linear;
}

aside .widget-links:not(.social-links) li a:hover span {
	opacity: 1;
}

aside .widget-links:not(.social-links) li a.btn-link {
	background-image: url(images/sidebar_btn_default_optimized.png);
}
aside .widget-links:not(.social-links) li a.btn-link:hover {
	background-image: url(images/sidebar_btn_default_hover_optimized.png);
}

aside .widget-links:not(.social-links) li a.btn-link-primary {
	background-image: url(images/sidebar_btn_primary_optimized.png);
}
aside .widget-links:not(.social-links) li a.btn-link-primary:hover {
	background-image: url(images/sidebar_btn_primary_hover_optimized.png);
}

aside .social-links {
    display: flex;
    justify-content: space-around;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 70%;
    margin: 5px auto !important;
}

aside .social-links li:nth-child(4) {
	margin-left: 45px;
}

aside .social-links li:nth-child(5) {
	margin-right: 45px;
}

aside .social-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 73px;
    height: 72px;
}

aside .social-links li a img {
    position: absolute;
    transition: opacity .15s linear;
}

aside .social-links li a img.hovered {
    opacity: 0;
}

aside .social-links li a:hover img.hovered {
    opacity: 1;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background: #0d0d14;
	position: relative;
	max-width: 100%;
	margin: 0;
	padding: 20px 15px;
}

.site-footer:before {
	background: url('images/footer_border_top.png') center/auto 100% no-repeat transparent;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 11px;
}

.entry-footer,
.entry-meta {
	font-size: 12px;
	padding: 5px;
}

.entry-meta a {
	color: #999999;
}

.footer-center {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}

.footer-widgets {
    
}

.footer-widgets:first-child {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

.footer-widgets .widget-title {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0 0 10px #7c5397;
    background: linear-gradient(to bottom, #ffffff 0%, #b744c6 75%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: .7;
    margin: 0;
    padding: 0;
}

.footer-widgets:first-child p {
	color: #43384f;
	max-width: 245px;
	margin: 15px 0;
}

.footer-widgets ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widgets ul li {
    margin-top: 7px;
}

.footer-widgets ul li a span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #594a69;
    transition: all .15s linear;
}
.footer-widgets ul li a:hover span {
	color: #7d6697;
}

.footer-widgets:not(:first-child) .menu:before {
	content: '';
	background: url('images/footer_menu_header.png') center/100% auto no-repeat transparent;
	display: block;
	width: 182px;
	height: 30px;
	margin-left: -25px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.thumb-news {
	margin-top: 5px;
}

.wp-post-image {
	width: 200px;
	height: 150px;
	padding: 5px;
	display: block;
    border: 1px solid #C0C0C0;
    margin-right: 5px;
    box-shadow: inset 0 0 0 #C0C0C0, inset 0 1px 84px #C0C0C0, inset 0 0 0 #C0C0C0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Spoiler
--------------------------------------------------------------*/

.spoiler-wrap{
-moz-border-radius:11px;
-webkit-border-radius:11px;
border-radius:1px;
border: 2px solid #59728B;
background: none repeat scroll 0 0 #59728B;
margin: 1px;
width: 100%;
}
.spoiler-head {
font-size: 12px;
line-height: 14px;
margin-left: 5px;
padding: 2px 13px 4px;
cursor: pointer;
width: 96%; /*��� IE6*/
}
.folded {
display: block;
padding: 9px;
color: #FFFFFE;
}
.unfolded {
display: block;
padding: 9px;
color: #FFFFFE;
}
.spoiler-body {
-moz-border-radius:0 0 11px 11px;
-webkit-border-radius:0 0 11px 11px;
border-radius:0 0 11px 11px;
background: none repeat scroll 0 0 #222222;
border-top: 1px solid #C3CBD2;
padding: 11px;
line-height: 21px;
}


/*--------------------------------------------------------------
# Media Screen
--------------------------------------------------------------*/

@media screen and (min-width: 42.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

}

@media screen and (max-width: 50.5em) {
	.ads {
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
	}

}

@media screen and (max-width: 42.5em) {
	nav ul li:hover > ul {
		-webkit-animation-name: none !important;
		animation-name: none !important;
		-webkit-transform-origin: none !important;
		transform-origin: none !important;
	}
	
	.slick-prev {
	    left: 0;
		top: 25%;
	}
	
	.slick-next{
		right: 0;
		top: 25%;
	}	
	
	.search-field {
		width: 93% !important ;
	}
	
	.menu-toggle {
		background: #A53E29;
		color: #fff;
		font-size: 24px;
		border: none;
	}
	
	.menu-toggle ul {
	    display: block;
		position: static;
	}
	
	.slick-slide{
		padding: 0;	
	}
	
	.container-slider h3 {
		font-size: 8px;
	}
	
	.autoplay div img {
		width: 50px;
		height: 30px;
	}
	
	.social .seos-contacts, .social  .fa-icons, .social{
		display: block;
		clear: both;
		float: none;
		width: 100%;
		position: static;
		text-align: center;
		margin: 0 auto;
		height: 100%;
		padding: 0;
	}
	
	header .site-branding .site-title  a {
		font-size: 30px !important;

	}
	 
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		padding: 30px !important;
	}
	
	.main-navigation ul ul, .main-navigation ul ul ul , .main-navigation ul ul li {
		display: block;
		position: relative;
		float:none;
		position: static;
		clear: both;
	}
	
	.search-form {
		margin-top: 10px !important;
	}
}


@media screen and (max-width: 750px) {
	#content article {
	    padding: 0 15px 15px;
	}

	article header h1, article header h2 {
	    background-size: 100% 100%;
	    max-width: 503px;
	    width: 100%;
	}

	.footer-widgets {
	    width: 95%;
	}
	.footer-widgets:first-child {
		width: 380px;
	}
}


@media screen and (max-width: 66.5em) {
	.ads-header {
		display: block;
		float: none;
		clear: both;
		position: static;
		max-width: 728px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		overflow: hidden;
		padding-right: 0;
	}
	
	.ads-header  img {
			overflow: hidden;
	}

	header .site-branding  {
		word-wrap: break-word !important;
		max-width: 100% !important;
		text-align: center;
		margin: 0 auto;
		float: none;

	}
	
	header .site-branding .site-description {
		position: static !important; 
		width: 100%;
		text-align: center;
	}
	
	.seos-cart {
			position: static !important; 
			max-width: 200px;
			text-align: center;
			margin: 0 auto;		
	}
	
	.seos-video-home {
		width: 200px;
		margin: 0;
	}
	
	.footer-sidebar {
		width: 100%;	
	}

	#content .content-area {
		width: 100%;
	}

	#content aside {
	    display: flex;
	    justify-content: space-around;
	    flex-wrap: wrap;
		width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
	}

	.footer-center {
		justify-content: space-around;
		gap: 45px;
	}

	.footer-widgets:first-child {
		order: 1;
	}

	.custom-logo-wrap img {
		width: 65% !important;
	}
}

.custom-logo-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	margin: 10px auto ;
}

.custom-logo-wrap a {
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}

.custom-logo-wrap img {
    display: block;
    max-width: 515px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@font-face {
  font-family: 'AGFriquer';
  src: url('fonts/century_capitals.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
