@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy&display=swap");
@font-face {
font-family: 'lora';
font-style: normal;
font-weight: 400;
src: url(../fonts/Lora-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'lora';
font-style: normal;
font-weight: 600;
src: url(../fonts/Lora-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'lora';
font-style: italic;
font-weight: 600;
src: url(../fonts/Lora-BoldItalic.ttf) format('truetype');
}
@font-face {
font-family: 'lora';
font-style: italic;
font-weight: 400;
src: url(../fonts/Lora-Italic.ttf) format('truetype');
}
@font-face {
font-family: 'Bombardier';
src: url(../fonts/Bombardier.ttf) format('truetype');
}
@font-face {
font-family: 'Rajdhani';
font-weight: 400;
src: url(../fonts/Rajdhani.ttf) format('truetype');
}
@font-face {
font-family: 'Rajdhani';
font-weight: 600;
src: url(../fonts/Rajdhani-bold.ttf) format('truetype');
}
html[lang="vi-VN"] *{
font-family: 'lora' !important;
}  #loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999999999;
}
#loader-wrapper .loader-section {
position: fixed;
top: 0;
width:50%;
height: 100%;
background: #222222;
z-index: 1000;
-webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
#loader-wrapper .loader-section.section-right {
left: 0;
}
#loader-wrapper .loader-section.section-left {
right: 0;
} .loaded #loader-wrapper .loader-section.section-right {
-webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-left {
-webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
}
.loaded #loader, .loaded .loadergif {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
visibility: hidden;
-webkit-transition: all 0.3s 1s ease-out;
transition: all 0.3s 1s ease-out;
} .no-js #loader-wrapper {
display: none;
}
.loadergif {
display: block;
position: relative;
margin: 0 auto;
top: 40%;
width: 50%;
text-align: center;
height: inherit;
border-radius: 50%;
border: 3px solid transparent;
z-index: 1001;
} .entry-content a img, .comment-content a img, .widget a img {
box-shadow: none;
}
ul, ol {
margin: 0;
padding: 0;
list-style:none
}
h1, h2, h3, h4, h5, h6 {
clear: both;
margin: 0;
padding: 0;
font-family: 'Luckiest Guy', cursive;
}
img {
vertical-align: middle;
max-width: 100%;
}
a, a:hover, a:focus {
outline: none;
text-decoration: none;
transition: 0.35s linear;
-webkit-transition: 0.35s linear;
}
body {
font-size: 16px;
font-family: 'PT Sans', sans-serif;
color: #525252;
font-weight: 300;
background: url(../images/bg-full.png) no-repeat;
background-size: cover;
}
.clear {
width: 100%;
clear: both;
}
.fl-left {
float: left
}
.fl-right {
float: right
}
.text-left{text-align:left}
.text-right{text-align:right} #cssmenu > ul > .current-menu-item a {color:#4699FF;}
#cssmenu > ul > li:last-child {
}
#cssmenu ul ul li:hover {
background: #1376bc;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
#cssmenu #head-mobile {
display: none;
}
#cssmenu { float: none;
}
#cssmenu > ul > li {
float: left;
position: relative;
}
#cssmenu > ul > li > a {
position: relative;
text-transform: capitalize;
color: #fff;
font-size: 20px; display: block;
font-weight: bold; }
#cssmenu > ul > li > a:before {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
right: 0;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
color: #fff;
}
#cssmenu > ul > li a:hover, #cssmenu ul li.active a:hover, #cssmenu ul li.active a, #cssmenu ul li.has-sub.active a:hover {
-webkit-transition: background .3s ease;
-ms-transition: background .3s ease;
transition: background .3s ease;
color: #4699FF;
}
#cssmenu > ul > li.has-sub > a {
padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after { color: #ccc;
content: "\f0d7";
font: normal normal normal 14px/1 FontAwesome;
position: relative;
right: -3px;
font-size: 15px;
} #cssmenu > ul > li.has-sub:hover > a:before {
top: 23px;
height: 0
}
#cssmenu ul ul {
position: absolute;
left: -9999px;
background-color: #a4a4a4;
opacity: 1;
z-index: 99999;
}
.page-template-default #cssmenu ul ul {
background-color: #a4a4a4;
}
.home #cssmenu ul ul {
background-color: rgba(0,0,0,0.3);
}
#cssmenu ul ul li {
height: 0;
-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;
background: transparent;
transition: all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
left: auto
}
#cssmenu li:hover > ul > li {
height: 44px;
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0
}
#cssmenu ul ul li a {
border-bottom: 1px solid rgb(208, 205, 205); font-size: 15px;
text-decoration: none;
color: #fff;
padding: 15px 20px;
white-space:nowrap;
font-weight: 300;
display: block;
text-align: left;
text-transform: capitalize;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
color: #fff
}
#cssmenu ul ul li.has-sub > a:after {
position: absolute;
top: 16px;
right: 11px;
width: 8px;
height: 2px;
display: block;
background: #ddd;
content: ''
}
#cssmenu ul ul li.has-sub > a:before {
position: absolute;
top: 13px;
right: 14px;
display: block;
width: 2px;
height: 8px;
background: #ddd;
content: '';
-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;
transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
top: 17px;
height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
background: #363636;
}
#cssmenu ul ul ul li.active a {
border-left: 1px solid #fff
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
border-top: 1px solid #fff
}
#cssmenu ul li.libold a {
font-weight: 600 !important
}
@media screen and (max-width:767px) {
nav {
width: 100%;
}
#cssmenu {
width: 100%;
float: left;
position: absolute;
padding: 0;
top: -37px;
right: 0;
z-index: 999;
}
#cssmenu ul {
display: none;
background: #353535;
z-index: 999;
}
#cssmenu ul li {
width: 100%;
border-top: 1px solid #fff
}
#cssmenu ul li:hover {
background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
width: 100%;
border-bottom: 0
}
#cssmenu > ul > li {
float: none;
margin: 0;
}
#cssmenu ul ul li a {
padding-left: 25px
}
#cssmenu ul ul li {
background: #333!important;
}
#cssmenu ul ul li:hover {
background: #363636!important
}
#cssmenu ul ul ul li a {
padding-left: 35px
}
#cssmenu ul ul li a {
color: #fff;
background: none;
text-transform: capitalize;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
display: none
}
#cssmenu #head-mobile {
display: block;
padding: 23px;
color: #ddd;
font-size: 12px;
font-weight: 700
}
#cssmenu .button {
width: 35px;
height: 34px;
position: absolute;
right: 12px;
top: 6px;
cursor: pointer;
z-index: 12399994;
background: #4699FF;
}
#cssmenu ul li.boldli a {
color: #01d7e1;
}
#cssmenu > ul > li > a {
font-size: 14px;
padding: 9px 20px;
color: #fff;
border: none !important;
}
#cssmenu .button:after {
position: absolute;
top: 16px;
right: 0;
left: 0;
display: block;
height: 8px;
width: 20px;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
content: '';
margin: 0 auto;
}
#cssmenu .button:before {
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
top: 10px;
right: 0;
display: block;
height: 2px;
width: 20px;
background: #ffffff;
content: '';
left: 0;
margin: 0 auto;
}
#cssmenu .button.menu-opened:after {
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
top: 16px;
border: 0;
height: 2px;
width: 19px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#cssmenu .button.menu-opened:before {
top: 16px;
background: #fff;
width: 19px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#cssmenu .submenu-button {
position: absolute;
z-index: 99;
right: 0;
top: 0;
display: block;
border-left: 1px solid #444;
height: 46px;
width: 46px;
cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
background: #262626
}
#cssmenu ul ul .submenu-button {
height: 34px;
width: 34px
}
#cssmenu .submenu-button:after {
position: absolute;
top: 22px;
right: 19px;
width: 8px;
height: 2px;
display: block;
background: #ddd;
content: ''
}
#cssmenu ul ul .submenu-button:after {
top: 15px;
right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
background: #fff
}
#cssmenu .submenu-button:before {
position: absolute;
top: 19px;
right: 22px;
display: block;
width: 2px;
height: 8px;
background: #ddd;
content: ''
}
#cssmenu ul ul .submenu-button:before {
top: 12px;
right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
display: none
}
#cssmenu ul ul ul li.active a {
border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
border-top: none
}
}
#cssmenu ul li.active a {
font-weight: 600;
}
#cssmenu li:hover > ul > li > ul > li {
height: auto;
}
#cssmenu > ul > li:after {
}
#cssmenu > ul > li:last-child:after {
width: 0;
}
#cssmenu > ul > li:last-child {
margin:0
}
#cssmenu > ul > li > a:before  {
content: '';
position: absolute;
bottom: -34px;
width: 70px;
height: 3px;
background-color: #4699FF;
left: 0;
right: 0;
margin: 0 auto;
transition: 0.35s linear;
-webkit-transition: 0.35s linear;
} #cssmenu > ul > li > a:before {
width: 0;
transition: 0.35s linear;
-webkit-transition: 0.35s linear;
}
#cssmenu > ul > li > a:hover:before {
width: 50px;
}
#cssmenu > ul > li > a:hover:after { } 
#cssmenu > ul > .current-menu-item a:before {
width: 50px;
}
#cssmenu>ul{
margin-top: 50px !important;
display: flex;
justify-content: space-around;
}
#cssmenu ul {
margin: 0 auto; } .topbar {
background-image: linear-gradient(to top, #ffedd5, #ffdab9 42%, #ffd7bc);
padding: 10px 0;
}
.social_links a {
display: inline-block;
margin: 4px 10px;
width: 30px;
height: 30px;
transform: scale(1);
-webkit-transform: scale(1);
}
.menu_bar {
background-color: rgba(51,42,68,0.5); }
.menu_bar_row{
height: 150px;
line-height: 150px;
} .logo {
width: 162px;
}
.social_links {
text-align: center;
padding-right: 20px;
}
.sprite-icon {
background: url(../images/sprite.png)  no-repeat;
}
.discord {
background-position: -20px -87px;
}
.youtb {
background-position: -60px -87px;
}
.fcbok {
background-position: -100px -87px;
}
.twiter {
background-position: -142px -87px;
}
.social_links a:hover {
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.home-social-section .social_links a {
width: 70px;
height: 70px;
margin: 10px 12px;
}
.home-social-section .discord {
background-position: 0 0;
}
.home-social-section .youtb {
background-position: -88px -2px;
}
.home-social-section .fcbok {
background-position: -175px -2px;
}
.home-social-section .twiter {
background-position: -262px -2px;
}
.payment-btn{ 
margin-top: 50px;
width: 159px;
height: 47px;
line-height: 47px;
display: block;
text-align: center;
font-size: 26px;
font-family: Rajdhani;
font-weight: bold;
color: #FFFFFF;
background: url(../images/payment-btn.png)  no-repeat;
background-size: 100% 100%;
} .top-right-ul {
}
.top-right-ul li {display: inline-block;}
.top-right-ul li a {
color: #fff;
font-size: 16px;
text-decoration: underline;
padding: 0 35px 0 0;
} .main-footer { }
.footer-top {
text-align: center;
padding-top: 88px;
padding-bottom: 36px;
}
.footer-top-menu ul li {
display: inline-block;
}
.footer-top-menu ul li a {
font-size: 18px;
letter-spacing: 0.13px;
color: #ffffff;
font-weight: bold;
position: relative;
padding: 0 10px;
}
.footer-top-menu ul li a:after {
content: '|';
position: absolute;
right: -3px;
top: 1px;
font-size: 14px;
}
.footer-logo {
width: 212px;
margin: 0 auto;
}
.footer-top-menu ul li:last-child a:after {
font-size: 0;
}
.footer-top-menu {
padding-top: 25px;
}
.footer-top-menu .menu-item-has-children{
display: none;
}
.copyright {
position: relative;
padding: 30px 0;
}
.copyright:before{
content: '';
position: absolute;
top: 0;
width: 100%;
height: 5px;
background: url(../images/line-dark.png);
left: 0;
right: 0;
margin: 0 auto;
}
.copyright p, .copyright a {
letter-spacing: 0.13px;
color: #ffffff;
font-size: 14px;
line-height: 25px;
margin: 0;
}
.foot-btm-menu ul li {
display: inline-block;
}
.foot-btm-menu ul li a {font-size: 16px;padding: 0 0 0 30px;}
.foot-btm-menu {
text-align: right;
}    .post-snlge .entry-header .entry-title {
color: #fff;
font-size: 36px;
text-shadow: 0 3px 3px #1f2127;
margin: 0;
}
.post-snlge .entry-header {
margin-bottom: 20px;
}
.post-snlge  .entry-content p {
font-size: 19px;
color: #333;
}
.blimg-thmb {
height: 280px;
width: 100%;
background-size: cover;
background-position: center top;
transition: 0.65s linear;
border: solid 6px #ffe4bd;
background-color: #d8d8d8;
}
.post-snlge .blimg-thmb {
height: 300px;
width: 48%;
background-size: cover;
background-position: center top;
transition: 0.65s linear;
float: left;
margin: 0 30px 20px 0;
}
.blimg-thmb:hover {
background-position: left bottom;
transition: 0.65s linear;
}
.blog_text2 h2 {
margin: 15px 0 20px 0px;
padding: 0 0;
font-size: 22px;
font-weight: 400;
color: #252161;
}
.blog_text2 p {
color: #676767;
font-size: 16px;
font-weight: 300;
margin: 0;
padding: 0;
text-align: justify;
}
.blog_imag1 {
overflow: hidden;
}
.cat_blog {
overflow: hidden;
clear: both;
padding: 15px 0;
border-bottom: 1px solid #d0d0d0;
margin: 0 0 15px 0;
}
span.datee {
font-size: 14px;
position: relative;
padding: 6px 0;
color: #525252;
}
.post-snlge { background-color: rgba(255,255,255,0.2);
padding-top: 70px;
padding-bottom: 90px;
margin-bottom: -3px;
}
.post-snlge h1.entry-title:before {
content: "";
}
.post-snlge .entry-meta {
padding: 0;
font-size: 16px;
color: #020202;
font-weight: 500;
text-transform: capitalize;
}
.post-snlge .entry-meta a{
color: #020202;
}
.pstgs svg.icon.icon-hashtag {
width: 13px;
height: 13px;
color: #e0271d;
fill: currentColor;
}
.pstgs a {
background: #80834d;
color: #fff;
padding: 4px 10px;
border-radius: 3px;
font-weight: 300;
font-size: 13px;
}
h3#reply-title, h2.comments-title{letter-spacing:1px;text-transform:uppercase;position:relative;z-index:10;display:block;text-align:center;color: #fff;font-size: 36px;text-shadow: 0 3px 3px #1f2127;margin: 0;}
h3#reply-title:before,  h2.comments-title:before{content:"";}
h3#reply-title:after,  h2.comments-title:after{content:"";}
h2.comments-title {
width: 75%;
}
.comment-author.vcard img {
float: left;
margin-right: 20px;
width: 80px;
height: 80px;
border-radius: 50%;
}
.fn {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
color: #313131;
}
span.says {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
color: #313131;
}
.comment-metadata {
margin-left: 0;
position: relative;
margin-top: -50px;
}
.comment-metadata a {
font-size: 13px;
color: #888888;
display: block;
position: relative;
padding: 0 0 0 25px;
}
.comment-content   p {
width: 100%;
margin: 0 0 0 100px;
}
#comments .reply {
position: absolute;
top: 0;
right: 0;
}
#comments .reply a {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
color: #313131;
}
#comments article {
border-bottom: 1px solid #DEDEDE;
padding: 0 0 30px 0;
overflow: hidden;
clear: both;
position: relative;
margin: 26px 0 0 0;
}
#comments .reply svg {
width: 20px;
height: 10px;
}
p.comment-notes {
width: 100%;
color: #333;
font-weight: 400; font-size:16px
}
p.comment-form-comment {
float: left;
width: 100%;
margin: 20px 4px 0;
padding: 0 12px;
}
#comments label {
color: #333;
font-weight: 400;
float: left;
width: 96%;
font-size: 15px;
margin: -3px 0 0 0;
}
#comments textarea {
padding: 15px 20px;
border: 1px solid #DEDEDE;
width: 100%;
height: 120px;
font-size: 12px;
color: #313131;
margin-bottom: 28px;
line-height: 20px;
font-weight: 500;
outline: none;
vertical-align: top;
}
p.comment-form-author {
float: left;
width: 31.333%;
margin: 0 0 0 15px;
}
p.comment-form-email {
float: left;
width: 31.333%;
margin: 0 0 0 15px;
}
p.comment-form-url {
float: left;
width: 31.333%;
margin: 0 0 0 15px;
}
p.comment-form-cookies-consent {
float: left;
width: 100%;
margin: 0 0 0 15px;
}
p.form-submit {
float: left;
width: 100%;
margin: 0 0 0 15px;
}
#comments input {
padding: 14px 20px;
border: 1px solid #DEDEDE;
margin-bottom: 28px;
font-size: 12px;
width: 100%;
font-weight: normal;
max-height: 50px;
}
#comments input[type=checkbox] {     width: 20px;
height: 16px;
float: left;}
p.form-submit input#submit {     width: 209px;
height: 45px;
display: block;
background: url(../images/payment-bg.png) no-repeat;
color: #fff;
font-family: 'Luckiest Guy', cursive;
-webkit-text-stroke: 1px #1b9dc2;
font-size: 18px;
font-weight: 100;
text-align: center;
padding: 7px 0;
float: right;
border: none;}
p.form-submit input#submit:hover {
color: #ffc694;
}
svg.icon.icon-folder-open {
width: 13px;
height: 13px;
color: #e0271d;
fill: currentColor;
}
.pstgs {
padding: 15px 0 15px;
display: none;
}
.pstgs footer.entry-footer {
background: transparent;
}
.pstgs span.cat-links {
padding: 0 30px 0 0;
}
.pstgs span.screen-reader-text {
margin: 0 12px 0 0;
}
footer.comment-meta {
background: transparent;
}
ol.comment-list {
list-style: none;
}
.widget:not(.widget_tag_cloud) ul li + li {
margin-top: 0;
}
.entry-title a, .entry-meta a, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a{box-shadow: none;}
.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong, ul.products li.product .button:hover{box-shadow: none;}
.widget {
padding-bottom: 0;
}
.widget ul li, .widget ol li {
border: none;
padding: 0;
}
.front-pge .container {
margin-left: auto !important;
margin-right: auto !important;
}
.postnav .post-navigation .nav-links .nav-previous {
padding: 0 0 0 45px;
}
p.logged-in-as, p.comment-notes {
padding-left: 15px;
margin: 0;
} 
.comment-author.vcard .fn {
position: absolute;
left: 25px;
top: -23px;
}
.postnav .post-navigation {
margin: 0;
padding: 0;
}
.postnav .post-navigation .nav-links {
padding: 0;
}
.postnav .post-navigation .nav-links .nav-title {
font-size: 16px;
font-weight: 300;
}
.postnav .post-navigation .nav-links .nav-next {
padding: 10px 45px 15px 10px;
background: #fff;
}
.postnav .post-navigation .nav-links .nav-previous {
padding: 10px 10px 15px 45px;
background: #fff;
}
.post-navigation .nav-previous {
float: left;
width: 48%;
}
.post-snlge .postnav {
margin-top: 25px;
overflow: hidden;
padding: 0;
background: none;
clear: both;
}
div#comments {
width: 100%;
float: left;
}
.post-snlge .postnav .nav-links a {
width: 100%;
height: auto;
padding: 0;
}
.post-snlge .postnav .nav-links a:hover {
background: none;
border: none;
}
.postnav .post-navigation .nav-links .nav-previous:hover, .postnav .post-navigation .nav-links .nav-previous:hover a, .postnav .post-navigation .nav-links .nav-previous:hover a span {
color: #326c95 !important;
border: none;
font-weight: 800;
transition: 0.35s linear;
-webkit-transition: 0.35s linear;
}
.postnav .post-navigation .nav-links .nav-next:hover, .postnav .post-navigation .nav-links .nav-next:hover a, .postnav .post-navigation .nav-links .nav-next:hover a span {
color: #326c95 !important;
border: none;
font-weight: 800;
transition: 0.35s linear;
-webkit-transition: 0.35s linear;
} .bg-brown {
background: #ffc694;
padding: 0 0 40px 0;
margin-bottom: -5px;
}
.about-top{
margin-top: -5px;
padding-top: 115px !important;
padding-bottom: 115px;
background-size: cover;
}
.about-top .left-right-padding{
padding: 0px 10%;
}
.about-top .right-img{
position: absolute;
right: -28%;
top: 60px;
}
.about-top .box-shadow-img{ box-shadow: 10px 10px 0 0 rgba(255, 161, 60, 0.6);
border: solid 3px #ffa13c;
background-color: #d8d8d8;}
.main-heading { line-height: normal; color: #985131;
margin-bottom: 35px;
margin-top: 30px; font-size: 70px;
font-family: Bombardier;
font-weight: 400;
color: #FFFFFF;
line-height: 77px;
}
.about-top p {
font-size: 16px;
line-height: 1.5;
text-align: center;
color: #1f2127;
}
.about-top p strong {
font-size: 24px;
font-weight: bold;
color: #985131;
line-height: 0;
}
.about-second-row{
margin-top: 70px;
}
.about-second-row p {
text-align: left;
padding: 0 32px;
}
.recent-post-grid{
background-size: cover;
margin-top: -1px;
padding-top: 110px !important;
padding-bottom: 110px;
margin-bottom: -15px;
}
.white-heading{color:#fff}
.recent_post_sec {
padding: 0 10%;
}
.blog-text h2 {
width: 80%;
float: left;
font-size: 16px;
font-weight: bold;
color: #1f2127;
font-family: 'PT Sans', sans-serif;
}
.blog-text {
width: 100%;
float: left;
padding: 12px 0;
}
.blog-text .datee {
width: 20%;
float: left;
font-size: 13px;
color: #1f2127;
padding: 0;
margin: 0 0 0 -6px;
}
.recent-post-grid .readmore-btn a, .readmore-btn a  {
background: url(../images/bt.png) no-repeat;
background-size: 100% 100%;
width: 300px;
height: 150px;
line-height: 150px;
object-fit: contain;
display: block;
margin: 0 auto;
font-size: 44px;
color: #ffffff; border: none;
font-size: 30px;
font-family: Bombardier;
font-weight: bold;
color: #FFFFFF;
padding: 0 !important;
}
.vc_btn3-container.readmore-btn.vc_btn3-inline {
display: block;
margin: 60px 0 0 0;
}
.readmore-btn a:hover,  .readmore-btn a:active,  .recent-post-grid .readmore-btn a:hover,  .recent-post-grid .readmore-btn a:active {
color: #ffc694;
box-shadow: none;
border: none !important;
background-color: transparent;
} .pagination, .comments-pagination {
border: none;
padding: 0;
margin: 50px 0 0 0;
}
.nav-links a, .nav-links .page-numbers.current, .nav-links .page-numbers.dots {
width: 54px;
height: 54px;
background-color: #fbfbfb;
display: inline-block;
font-size: 18px;
font-weight: bold;
color: #707070;
padding: 15px 0;
margin: 0 5px;
}
.nav-links .page-numbers.current, .nav-links a:hover {
border: solid 4px #fffa63;
background-color: #85e3f7;
padding: 11px 0 0;
color: #2a4969;
box-shadow: none !important;
}
.nav-links 
.next.page-numbers {
float: none;
color: #707070;
background: #fff;
padding: 22px 0;
}
.nav-links .next.page-numbers svg {
color: #505050;
font-size: 23px;
}
.nav-links .next.page-numbers:hover {
padding: 18px 0;
background: #85e3f7;
}
.archive-pagee{ padding-top: 70px;
padding-bottom: 90px;
margin-bottom: -3px;
}
.page-header {
margin: 0;
text-align: center;
border: none;
padding:0;
}
.page-header h1 {
font-size: 48px;
line-height: normal;
letter-spacing: 0.38px;
color: #fff;
margin-bottom: 35px;
text-transform: uppercase;
text-shadow: 0 3px 3px #1f2127;
}
.category_tabings {
}
.archive-pagee .blog-text {
margin-bottom: 30px;
}
.post_grid_sec {
padding: 0 5%;
}
.new_box .blog-text p {
width: 100%;
float: left;
margin: 0;
font-size: 14px;
line-height: 1.5;
color: #1f2127;
padding: 5px 10px 0 0;
min-height: 75px;
}
.new_box {
overflow: hidden;
clear: both;
margin-bottom: 30px;
box-shadow: 0 0 7px 0 rgba(31, 33, 39, 0.15);
background-color: #ffffff;
padding: 16px;
}
.archive-pagee .new_box  .blog-text {
margin: 0;
}
.new_box .blimg-thmb {
border: none;
}
.new_box .blog-text h2 {
min-height: 45px;
}
.category_tabings #myTabs {
display: table;
margin: 0 auto 50px;
border-bottom: 2px solid #85E3F7;
padding: 0 0;
width: 95%;
text-align: center;
}
.category_tabings #myTabs li {
width: 223px;
height: 64px;
padding: 0;
display: inline-block;
background: url(../images/community_btn.png) no-repeat;
background-size: 100% 100%;
margin: 0 5px 21px;
position: relative;
transition: 0.35s linear;
-webkit-transition: 0.35s linear;
}
.category_tabings #myTabs li a {
font-size: 18px;line-height: normal;letter-spacing: normal;color: #2a4969;display: block;padding: 20px 0 20px 0;background: none;z-index: 9999;
font-family: PTSans;
font-weight: 400;
color: #727984;
font-size: 18px;
}
.category_tabings #myTabs li:before { }
.category_tabings #myTabs li.active,.category_tabings #myTabs li:hover{
background: url(../images/community_btn_active.png) no-repeat;
background-size: 100% 100%;
}
.category_tabings #myTabs li.active>a,.category_tabings #myTabs li:hover>a{
color: #85E3F7 !important;
}
.category_tabings #myTabs li.active:before, .category_tabings #myTabs li:hover:before { }
.archive-pagee .readmore-btn {
width: 100%;
float: left;
text-align: center;
margin-top: 50px;
}
.archive-pagee .readmore-btn a {
padding: 8px 0 0 0;
}
.home_header_banner {
text-align: center;
padding-top: 160px;
padding-bottom: 150px;
position: relative;
margin-bottom: -10px;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.home_header_banner h1 {      font-size: 34px;
font-family: Neuron;
font-weight: 800;
color: #FFFFFF;
margin-top: 30px; } .home_header_banner 
ul li {
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: bold;
text-shadow: 0px 1px 4px #166d85;
color: #fff;
} .home_header_banner>.container{
width: 100%;
background: rgba(0,0,0,0.4);
padding: 50px;
}
.home_header_banner p a {
background: url(../images/btn-new.png) no-repeat;
background-size: 100% 100%;
width: 264px;
height: 88px;
line-height: 88px;
object-fit: contain;
display: inline-block;       margin-top: 50px;
font-size: 28px;
font-family: Bombardier;
font-weight: bold;
color: #FFFFFF; }
.home-sec-one {
padding: 50px 0 45px 0 !important;
background-repeat: no-repeat;
background-size: cover;
position: relative; margin-bottom: -30px;
}
.home-social-section{ margin-bottom: -5px;
padding-top: 80px;
padding-bottom: 90px;}
.home_media_section{
position: relative; margin-bottom: -5px; padding-bottom: 110px;
}
.media_box_home {
position: relative;
margin-bottom: 10px;
}
.media_box_home .blimg-thmb {
height: 254px;
border: solid 4px #604985;
}
.home_media_section .post_grid_sec .col-md-3.col-sm-3 {
padding: 0 5px;
}
.media_box_home .media-text {
position: absolute;
top: 0;
text-align: center;
width: 100%;
height: 254px;
left: 0;
padding: 0 30px;
display: table;
background: #1f8fb39e;
border: solid 4px #ffe4bd;
opacity: 0;
transition: 0.35s linear;
-webkit-transition: 0.35s linear;
}
.media_box_home .media-text h3 {
font-size: 18px;
color: #fff;
display: table-cell;
vertical-align: middle;
font-family: 'PT Sans', sans-serif;
}
.media_box_home:hover  .media-text {
transition: 0.35s linear;
-webkit-transition: 0.35s linear;
opacity: 1;
}
.home_media_section .readmore-btn {
text-align: center;
margin-top: 55px;
}
.home_media_section .readmore-btn a {
padding: 6px 0 0 0;
}
.home_media_section ul#myTabs {
position: relative;
}
.home_media_section ul#myTabs:before {
content: '';
position: absolute;
width: 97px;
height: 129px; left: -51px;
top: 12px;
}
.Blog_box:first-child {
width: 49%;
height: 550px;
float: left;
margin-right: 20px;
}
.Blog_box {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
float: left;
border: solid 8px #604985;
}
.Blog_box:nth-child(2) {
height: 265px;
width: 49%;
float: left;
margin-bottom: 20px;
}
.Blog_box:nth-child(3)   {
height: 265px;
width: 24%;
}
.Blog_box:nth-child(4) {
height: 265px;
width: 24%;
margin: 0 0 0 12px;
}
.Blog_boxsection {
overflow: hidden;
clear: both;
}
.Blog_box .blog-title {
background: #1a343eb8;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
text-align: center;
color: #fff;
padding: 15px 0;
height:92px
}
.Blog_box .blog-title .datee {
color: #fff;
padding: 0 0;
}
.Blog_box .blog-title  h2 {
font-size: 24px;
font-family: 'PT Sans', sans-serif;
font-weight: bold;
color: #fff;
line-height: 25px;
padding: 0 15px;
}
.fullanchr {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99;
}
.main-footer a:hover {
color: #4699FF !important;
}
.home-first-tab .vc_tta-tabs-container {
width: 45%;
counter-reset: my-awesome-counter;
overflow: visible !important;
margin: 0 !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
overflow: visible !important;
}
.home-first-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, .home-first-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
display: none !important;
}
.home-first-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
border-right: 5px solid #33303D;
border-bottom: 5px solid #33303D;
text-align: left;
margin: 0px !important;
position: relative;
counter-increment: my-awesome-counter; background: url(../images/features-bg.png) no-repeat;
background-size: 100% 100%;
}
.home-first-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text { font-size: 36px; font-weight: bold;
color: #fff;
}
.home-first-tab .vc_tta-tabs {
border: 7px solid #604985;
}
.home-first-tab .vc_tta-tabs iframe {
}
.home-first-tab .vc_tta-tabs .wpb_video_widget {
height: 400px;
}
.home-first-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
height: 92px;
padding-top: 20px !important;
padding-left: 30% !important;
background: none !important;
border: none !important;
z-index: 99;
}
.home-first-tab .vc_tta-panel-body {
padding: 0 !important;
height: 100%;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
border: 0px solid transparent !important;
}
.home-first-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child {
}
.home-first-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:after{
content: "0" counter(my-awesome-counter);
position: absolute;
left: 10%;
top: 20px;
color: #64bbe3;
font-size: 40px;  font-weight: bold;
color: #fff;
}  .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab:hover, .home-first-tab .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active{
background: rgba(255,255,255,0.1) !important;
}
.ult-video, .ultv-video {
margin: 0 !important;
height: 100%;
}
.home-first-tab .ultv-aspect-ratio-3_2 .ultv-video__outer-wrap {
padding-bottom: 64.2%;
}
.Blog_box .blog-title, .Blog_box .blog-title:hover, p.form-submit input#submit, p.form-submit input#submit:hover{transition: 0.35s linear;
-webkit-transition: 0.35s linear;}
.Blog_box:hover .blog-title{height:100%} .page-header {
width: 100% !important;
} .blog-text .media-tags {
display: block;
font-size: 14px;
font-weight: normal;
margin: 6px 0 0 0;
}
.media-pagee .blog-text {
min-height: 120px;
padding-bottom: 0;
background: #fff;
}
.media-pagee .blog-text h2 {
padding: 0 35px 0 0;
}
.media-pagee .category_tabings #myTabs li:nth-child(1):after {
background:url(../images/icon-1.png) no-repeat;
top: 7px;
left: 25px;
}
.media-pagee .category_tabings #myTabs li:nth-child(4):after {
background:url(../images/icon-2.png) no-repeat;
background-position: center!important;
left: 25px!important;
top: 7px!important;
}
.media-pagee .category_tabings #myTabs li:after{
display: none !important;}
.media-pagee .category_tabings #myTabs li:after{
content: '';
background:url(../images/medai-tabs-bg.png) no-repeat;
position: absolute;
top: 12px;
left: 28px;
height: 50px;
width: 50px;
}
.media-pagee .category_tabings #myTabs li.comics:after {
background-position: -55px 0;
left: 48px;    top: 9px;
}
.media-pagee .category_tabings #myTabs li.ar-skin:after {
background-position: -114px 0px;
left: 45px;
top: 8px;
}
.media-pagee .category_tabings #myTabs li.player-video:after {
background-position: -164px 0;
left: 29px;
top: 12px;
}
.fancybox-media {
width: 57px;
height: 40px;
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 30%;
text-align: center;
color: #fff;
border-radius: 7px;
padding: 8px 0 0 0;
}
.fancybox-media:hover {
background: #ffc08f;
}
.media-pagee .category_tabings #myTabs li a { }
.nnt, .nut , .net, .mfp, .mco, .mpv, .mas{
display: none;
}
a:hover {
box-shadow: none !important;
}
.top-right-ul li .sub-menu {
padding: 0;
position: absolute;
left: 0;
display: none;
opacity: 0;
visibility: hidden;
top: 25px;
margin: 0;
z-index: 99999;
background: #ffebd2;
border: 1px solid #ffa13c;
}
.sub-menu {}
.top-right-ul .wpml-ls-item:after {
color: #fff;
content: "\f0d7";
font: normal normal normal 14px/1 FontAwesome;
position: relative;
right: -3px;
font-size: 15px;
}
.top-right-ul .wpml-ls-item {
display: inline-block;
position: relative;
padding:1px 0;
}
.top-right-ul .wpml-ls-item:hover .sub-menu {
display: block;
opacity: 1;
visibility: visible;
}
.top-right-ul li .sub-menu li:after {
display: none;
}
.top-right-ul li .sub-menu li {
padding: 0;
display: block;
float: none;
}
.top-right-ul li .sub-menu li a {
padding: 3px 12px 3px 12px;
color: #326c95;
display: block;
text-decoration: none;
font-weight: 500;
}
.top-right-ul li .sub-menu li a:hover img {
transform: scale(1.3);
}
.top-right-ul .wpml-ls-item a {
padding: 0;
}
.mini_runway {float: right;margin: 15px 0 0 0;width: 62px;}
.top-right-ul {
display: inline-block;
padding-left: 20px;
padding-top: 26px;
}
.top-right-br>div {
display: inline-block;
}
.home_header_banner p a:hover, .payment-btn:hover, .readmore-btn a:hover, .readmore-btn a:active, .recent-post-grid .readmore-btn a:hover, .recent-post-grid .readmore-btn a:active, p.form-submit input#submit:hover { color: #fff;
transform: scale(1.1);
}
section.error-404.not-found {
padding: 0 12%;
}
.about-top, .recent-post-grid {
background-position: bottom;
}
.showonmob a {
background: url(../images/btn.png) no-repeat;
background-size: 100% 100% !important;
padding: 0 !important;
width: 210px;
height: 54px;
line-height: 54px !important;
}
.astral_dungeons{position:fixed;top:60%;right:20px;width:100px;height:auto;z-index:9999}
.astral_dungeons a.astral_dungeons_image{display:inline-block;width:100px;height:90px;text-align:center;}
.astral_dungeons a.astral_dungeons_image img{display:inline-block;width:90px;height:90px;border-radius:3px;}
.astral_dungeons a.astral_dungeons_test {display:inline-block;width:100px;height:45px;line-height:20px;background:#169BD5;color:#000;margin-top:5px;text-align:center;font-weight:bold;border-radius:5px;}
@media screen and (max-width: 375px){
.astral_dungeons{position:fixed;top:60%;right:10px;width:60px;height:auto;z-index:9999}
.astral_dungeons a.astral_dungeons_image{display:inline-block;width:60px;height:50px;text-align:center;}
.astral_dungeons a.astral_dungeons_image img{display:inline-block;width:50px;height:50px;border-radius:3px;}
.astral_dungeons a.astral_dungeons_test {display:inline-block;width:60px;height:35px;line-height:15px;background:#169BD5;color:#000;margin-top:3px;text-align:center;font-weight:bold;border-radius:5px;font-size: 9px;}
}
@media screen and (max-width: 767px){
.astral_dungeons{position:fixed;top:60%;right:10px;width:60px;height:auto;z-index:9999}
.astral_dungeons a.astral_dungeons_image{display:inline-block;width:60px;height:50px;text-align:center;}
.astral_dungeons a.astral_dungeons_image img{display:inline-block;width:50px;height:50px;border-radius:3px;}
.astral_dungeons a.astral_dungeons_test {display:inline-block;width:60px;height:35px;line-height:15px;background:#169BD5;color:#000;margin-top:3px;text-align:center;font-weight:bold;border-radius:5px;font-size: 9px;}
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
background: url(../images/features-bg.png) no-repeat !important;
background-size: 100% 100%;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
background: transparent !important;    
}
body>.bg-brown{
background-color: rgba(255,255,255,0);
}
._followus{
font-size: 35px;
font-family: Bombardier;
color: #FFFFFF;
line-height: 123px;
text-align: center;
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote:not(.is-large):not(.is-style-large) {
border: 0;
padding: 0;
}
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
background-color: #222;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
}  .wp-block-code {
background: transparent;
border: 0;
padding: 0;
} .wp-block-pullquote {
border: 0;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
font-size: inherit;
text-transform: none;
} .wp-block-table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.wp-block-table tr {
border-bottom: 1px solid #eee;
}
.wp-block-table th,
.wp-block-table td {
border: 0;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}  .wp-block-button .wp-block-button__link {
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
line-height: 1.66;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.entry-content .wp-block-button__link {
background-color: #222;
color: #fff;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
background-color: transparent;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #222;
}
.colors-dark .wp-block-button__link {
background-color: #fff;
color: #000;
}
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
background-color: #bbb;
color: #000;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #fff;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
color: #222;
}
.colors-custom .entry-content .wp-block-button__link,
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link,
.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus {
color: #fff;
} .wp-block-separator {
border: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
} .wp-block-latest-comments article {
margin-bottom: 4em;
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 0;
}
.wp-block-latest-comments a {
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}
.wp-block-latest-comments__comment-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0.4em;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 700;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: #767676;
font-size: 10px;
font-size: 0.625rem;
font-weight: 800;
letter-spacing: 0.1818em;
margin-top: 0.4em;
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
} .entry-content .has-pale-pink-color {
color: #f78da7;
}
.entry-content .has-pale-pink-background-color,
.wp-block-button.is-style-outline .has-pale-pink-background-color:link {
background-color: #f78da7;
}
.entry-content .has-vivid-red-color {
color: #cf2e2e;
}
.entry-content .has-vivid-red-background-color,
.wp-block-button.is-style-outline .has-vivid-red-background-color:link {
background-color: #cf2e2e;
}
.entry-content .has-luminous-vivid-orange-color {
color: #ff6900;
}
.entry-content .has-luminous-vivid-orange-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
background-color: #ff6900;
}
.entry-content .has-luminous-vivid-amber-color {
color: #fcb900;
}
.entry-content .has-luminous-vivid-amber-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
background-color: #fcb900;
}
.entry-content .has-light-green-cyan-color {
color: #7bdcb5;
}
.entry-content .has-light-green-cyan-background-color,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
background-color: #7bdcb5;
}
.entry-content .has-vivid-green-cyan-color {
color: #00d084;
}
.entry-content .has-vivid-green-cyan-background-color,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
background-color: #00d084;
}
.entry-content .has-pale-cyan-blue-color {
color: #8ed1fc;
}
.entry-content .has-pale-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
background-color: #8ed1fc;
}
.entry-content .has-vivid-cyan-blue-color {
color: #0693e3;
}
.entry-content .has-vivid-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
background-color: #0693e3;
}
.entry-content .has-very-light-gray-color {
color: #eee;
}
.entry-content .has-very-light-gray-background-color,
.wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
background-color: #eee;
}
.entry-content .has-cyan-bluish-gray-color {
color: #abb8c3;
}
.entry-content .has-cyan-bluish-gray-background-color,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
background-color: #abb8c3;
}
.entry-content .has-very-dark-gray-color {
color: #313131;
}
.entry-content .has-very-dark-gray-background-color,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
background-color: #313131;
}