.site-header, .site-footer, .purple-box {
background: linear-gradient(to right, #000, #503c5c);
}
.checkout-button.button.alt.wc-forward, #place_order {
background: linear-gradient(to right, #33001b, #ff0084);
text-transform: uppercase;
}
.woocommerce-info {
background: linear-gradient(to right, #000, #503c5c);
}
.secondary-navigation a {
color: white !important;
text-transform: uppercase;
font-weight: bold !important;
font-size: 16px;
}
.secondary-navigation a:hover {
color: orange !important;
}
header .col-full {
margin: 0;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
width: 80%;
float: right !important;
margin-right: 0;
}
header .col-full {
margin: 0;
display: flex;
max-width: 100%;
}
.site-header {
padding-top: 25px;
padding-bottom: 5px;
}
.home .entry-header {
display: none;
}
.swiper-container {
background-size: cover !important;
height: 90vh;
padding-top: 50px;
padding-bottom: 100px;
width: 100%;
}
.swiper-slide {
background-position: center;
background-size: cover;
width: 300px;
height: 300px;
}
.site-header {
margin-bottom: 0 !important;
}
.cover-caption {
color: white;
text-align: center;
font-weight: bold;
text-shadow: 0 0 5px black;
margin-bottom: 50px;
font-size: 25px;
padding: 15px;
text-transform: uppercase;
} .grid {
position: relative;
clear: both;
margin: 0 auto;
max-width: 1000px;
list-style: none;
text-align: center;
} .grid figure {
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
height: auto;
background: #3085a3;
text-align: center;
cursor: pointer;
}
.grid figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
}
.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-content: center;
}  .grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.grid figure h2 span {
font-weight: 800;
}
.grid figure h2, .grid figure p {
margin: 0;
}
.grid figure p {
letter-spacing: 1px;
font-size: 68.5%;
}   figure.effect-duke {
background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}
figure.effect-duke img, figure.effect-duke p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke:hover img {
opacity: 0.1;
-webkit-transform: scale3d(2, 2, 1);
transform: scale3d(2, 2, 1);
}
figure.effect-duke h2 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
figure.effect-duke p {
position: absolute;
margin: 20px;
padding: 10px 30px;
border: 2px solid #fff;
text-transform: uppercase;
font-size: 1.6rem;
font-weight: bold;
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
-webkit-transform-origin: 50% -100%;
transform-origin: 50% -100%;
background: rgba(0, 0, 0, .7);
border-radius: 8px;
box-shadow: 0 15px 20px -12px rgba(0, 0, 0, .8);
margin-top: 25%;
}
.news figure.effect-duke p {
margin-top: 17%;
}
.blog figure.effect-duke p {
margin-top: 14px;
}
figure.effect-duke:hover h2, figure.effect-duke:hover p {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} @media screen and (max-width: 50em) {
.content {
padding: 0 10px;
text-align: center;
}
.grid figure {
display: inline-block;
float: none;
margin: 10px auto;
width: 100%;
}
}
.effect-duke {
border-radius: 6px;
margin-top: 2px !important;
} .row {
margin-top: 30px;
margin-bottom: 30px;
}
.card-title a {
font-weight: 600;
color: black;
}
.home h2 {
text-align: center;
font-size: 40px;
font-weight: 600;
} .footer-logo {
max-width: 140px;
}
.site-footer, .site-header {
background: #000; background: -webkit-linear-gradient(to right, #000, #503c5c); background: linear-gradient(to right, #000, #503c5c); }
.site-footer h3, footer h4, .gamma.widget-title {
color: white !important;
font-weight: bold;
border-bottom: 1px solid;
width: 210px;
text-align: center;
margin: auto;
padding-bottom: 10px;
margin-bottom: 14px;
font-size: 1.2rem;
text-transform: uppercase;
}
footer li, footer li a {
color: white !important;
}
footer li a:hover {
color: orange;
text-decoration: none;
}
.site-info, .site-info a {
color: white !important;
}
footer ul {
margin-left: 0;
text-align: center;
}
footer li {
line-height: 1.8rem;
font-size: 1rem;
list-style: none !important;
}
footer i.fas {
margin-right: 8px;
}
.copyright {
color: rgba(255, 255, 255, .5);
text-align: center;
padding: 6px;
font-size: 0.9rem;
}
footer#colophon {
padding-bottom: 0;
}
.site-info {
padding: 0;
}
.backlink {
text-align: center;
}
img.barion {
display: block;
margin: auto;
margin-bottom: 40px;
}
.footer-logo {
display: block;
margin: auto;
margin-bottom: 30px;
} .btn {
text-transform: uppercase;
font-weight: bold;
background: #503c5c;
color: white;
font-size: 1.1rem;
box-shadow: 0 15px 20px -12px rgba(0, 0, 0, .8);
}
.btn:hover {
background: black;
color: white;
}
p, li, entry-content a {
font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
}
.swiper-container {
background: linear-gradient(#18121c, transparent 80%), url(https://felnotttarsasok.hu/wp-content/uploads/2019/04/swiper-bg.jpg) no-repeat center;
}
.site-header .site-branding img {
max-width: 180px;
}
.box {
background: #503c5c;
border-radius: 6px;
color: white !important;
padding: 20px 20px 10px;
}
#about .box-caption {
max-width: 100%;
float: none;
}
#about.box h4 {
margin: 0;
border-bottom: 1px solid;
color: white;
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 10px;
}
.box-caption p {
margin-bottom: 0;
}
.box ul {
display: flex;
padding-left: 0;
margin-bottom: 0;
}
#about.box .icons {
padding-left: 0;
}
.box ul li {
list-style: none;
margin-right: 20px;
font-size: 2.4rem;
}
.icons i {
transition: all 0.1s ease;
}
.box a {
color: white;
}
#our_games a {
color: #503c5c;
font-weight: bold;
transition: 0.5s;
}
#our_games a:hover {
color: orange;
text-decoration: none;
padding-left: 10px;
}
.site-main h4 {
margin-top: 40px;
}
.site-main h3, .site-main h4 {
font-weight: 600;
}
#our_games {
margin-left: 0;
margin-bottom: 30px;
}
#about.box .icons {
margin-left: 0;
}
.icons i:hover {
color: orange;
transform: scale(1.2);
}
.cover {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}
.basic-cover {
background: url(https://felnotttarsasok.hu/wp-content/uploads/2019/04/header-bg-opt.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}
.cover-standard h1.entry-title, .cover h1.entry-title {
color: white;
text-align: center;
font-weight: 800;
text-transform: uppercase;
font-size: 3rem;
text-shadow: 0 0 5px black;
}
.shadow {
box-shadow: 0 15px 20px -12px rgba(0, 0, 0, .8) !important;
}
.storefront-breadcrumb {
margin-bottom: 0;
}
.site-main article {
margin-bottom: 0 !important;
}
#secondary h4 {
font-weight: bold;
margin-top: 30px;
margin-bottom: 20px;
}
.carousel-inner img {
width: 100%;
}
h2 {
font-weight: bold;
font-size: 2.2rem;
}
.game-icon img {
display: block;
margin: auto;
max-width: 300px !important;
margin-top: -25px;
}
.pink {
background: #ff95bb;
color: black;
padding: 15px;
border-radius: 4px;
box-shadow: inset 0 0 10px black;
}
.pink p {
font-size: 1.1rem;
margin-bottom: 0;
}
.zona .widget-title {
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 10px;
}
.mb-0, .mt-0 .widget {
margin-bottom: 0 !important;
}
.mb-10, .mt-10 .widget {
margin-bottom: 10px !important;
}
.mb-20, .mt-20 .widget {
margin-bottom: 20px !important;
}
.mb-30, .mt-30 .widget {
margin-bottom: 30px !important;
}
.mb-40, .mt-40 .widget {
margin-bottom: 40px !important;
}
.mb-50, .mt-50 .widget {
margin-bottom: 50px !important;
}
.mb-60, .mt-60 .widget {
margin-bottom: 60px !important;
}
.mt-0, .mt-0 .widget {
margin-top: 0 !important;
}
.mt-10, .mt-10 .widget {
margin-top: 10px !important;
}
.mt-20, .mt-20 .widget {
margin-top: 20px !important;
}
.mt-30, .mt-30 .widget {
margin-top: 30px !important;
}
.mt-40, .mt-40 .widget {
margin-top: 40px !important;
}
.mt-50, .mt-50 .widget {
margin-top: 50px !important;
}
.mt-60, .mt-60 .widget {
margin-top: 60px !important;
}
.pullup-40 {
margin-top: -40px !important;
}
.entry-content .widget-title {
font-weight: bold;
}
.list li {
position: relative;
list-style: none !important;
margin: 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, .2);
margin-bottom: 4px !important;
}
.list li::before {
position: absolute;
content: '\f054' !important;
font-family: 'Font Awesome 5 Free';
left: -20px;
font-weight: 900;
}
.pipa, .list ul {
margin-left: 25px !important;
}
.primary-navigation .menu li a {
font-size: 15px;
color: white !important;
font-weight: bold;
text-transform: uppercase;
transition: 0.3s;
}
.primary-navigation .menu li a:hover {
text-decoration: none;
color: orange !important;
}
.ppt_inside {
display: none;
}
.purple-box {
text-align: center;
color: white;
padding: 20px;
border-radius: 4px;
}
.purple-box h2 {
color: white;
}
.purple-box p {
margin-bottom: 0;
font-size: 1.1rem;
}
.buli-hangulat h3 {
margin-bottom: 10px !important;
padding-bottom: 10px !important;
text-transform: uppercase;
}
.buli-hangulat p {
margin-bottom: 10px !important;
padding-bottom: 10px !important;
}
.page-id-11 .game-icon {
position: relative;
top: -15px;
}
.single_add_to_cart_button.button.alt {
background: linear-gradient(to right, #33001b, #ff0084);
color: white;
border-radius: 4px;
text-transform: uppercase;
}
.woocommerce-message {
background: linear-gradient(to right, #4389a2, #5c258d);
}
.woocommerce-message .button.wc-forward {
text-transform: uppercase;
font-weight: bold;
background: white;
border-radius: 4px;
color: #18121c;
padding-right: 8px;
}
.woocommerce-message .button.wc-forward:hover {
background: linear-gradient(to right, #33001b, #ff0084);
color: white;
text-decoration: none;
border: none;
}
a.btn-cta {
background: linear-gradient(to right, #33001b, #ff0084);
box-shadow: 0 15px 20px -12px rgba(0, 0, 0, .8);
padding: 10px 20px;
color: white;
border-radius: 4px;
text-decoration: none !important;
text-transform: uppercase;
font-size: 1.8rem;
font-weight: bold;
display: block;
text-align: center;
max-width: 300px;
margin: auto;
transition: background 0.3s !important;
}
.btn-cta:hover {
background: linear-gradient(to right, #000, #503c5c);
color: white;
text-decoration: none !important;
}
.buli-cta-2 .btn-cta {
margin-top: 20px;
margin-bottom: -10px;
}
.buli-cta-3 .btn-cta {
margin-top: -15px !important;
margin-bottom: 20px;
}
.hancur-cta-2 .btn-cta {
margin-bottom: 15px;
}
.hancur-cta-3 .btn-cta {
margin-top: 10px;
}
.pj-tabla img {
max-width: 340px !important;
display: block;
margin: auto;
margin-top: -20px;
}
.ar {
font-size: 2rem;
font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
background: linear-gradient(to right, #000, #503c5c);
padding: 6px;
border-radius: 6px;
box-shadow: 0 15px 20px -12px rgba(0, 0, 0, .8);
color: #18121c;
text-align: center;
width: 240px;
height: 67px;
display: block;
margin: auto;
font-weight: bold;
position: relative;
padding-top: 8px;
}
.ar::after {
content: '';
background: white;
border-radius: 4px;
position: absolute;
top: 10px;
left: 10px;
width: 220px;
height: 47px;
z-index: 0;
}
.ar span {
position: relative;
z-index: 9;
}
.page-id-16 .game-icon img {
max-width: 240px !important;
margin-top: -25px;
}
.hangulat-kartyak h3 {
margin-bottom: -10px;
}
.bevallalos-kartyak h3 {
margin-top: 30px;
margin-bottom: -30px;
}
#pg-9-0 {
margin-bottom: 0 !important;
}
#pg-11-0 {
margin-bottom: 0 !important;
}
a:focus, .button:focus, .button.alt:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
outline-color: transparent !important;
}
#customer_details .col-1, #customer_details .col-2 {
width: 100%;
max-width: 100%;
}
.woocommerce-input-wrapper {
display: block !important;
width: 100%;
}
.sec-2 {
margin-top: 30px;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
background: linear-gradient(to right, #33001b, #ff0084);
color: white;
text-transform: uppercase;
border-radius: 4px;
text-decoration: none;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
background: linear-gradient(to right, #000, #503c5c);
}
.moove-gdpr-cookie-notice p {
line-height: 1.6 !important;
font-size: 16px !important;
}
.mgbutton.moove-gdpr-infobar-allow-all {
background: linear-gradient(to right, #33001b, #ff0084);
text-transform: uppercase !important;
font-size: 18px !important;
padding: 16px 40px !important;
}
.mgbutton.moove-gdpr-infobar-allow-all:hover {
background: linear-gradient(to right, #000, #503c5c);
color: white !important;
}
#masthead {
border: none;
}
.single .posted-on, .single .post-author, .single .post-comments {
display: none;
}
.sub-menu {
background: #18121c !important;
}
.jigErrorMessage {
display: none;
}
.site-footer a {
text-decoration: none !important;
} .mgbutton.moove-gdpr-infobar-allow-all {
background: #96588a !important;
text-transform: uppercase !important;
}
#cookie-law-info-bar {
background: rgba(0, 0, 0, .95) !important;
color: white !important;
}
#cookie-law-info-bar span {
font-weight: bold;
}
.cli_settings_button {
display: block;
max-width: 200px;
float: left;
}
#cookie_action_close_header {
font-weight: bold;
font-size: 1.1rem;
border-radius: 30px;
padding: 10px 20px;
font-family: arial;
}
.cli_settings_button {
color: white !important;
margin-top: 10px !important;
text-decoration: underline !important;
}
.cli-privacy-readmore {
display: none !important;
}
#cookie-law-info-again {
right: 0px !important;
}
.site-footer li a:hover {
color: orange !important;
}
.edit-link {
display: none;
}
.col-md-4 {
margin-bottom: 30px;
}
.footer-widgets.col-1, .footer-widgets.col-2 {
width: 100% !important;
max-width: 100%;
}
#media_image-2 img {
width: 150px !important;
display: block;
margin: auto;
}
.site-footer .col-4 {
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
strong a {
font-weight: bold;
}
.page-id-1274 #site-navigation, .page-id-1241 #site-navigation {
display: none !important;
}
.col-1, .col-2 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
#cookie-law-info-again {
display: none;
}
.widget_nav_menu ul li {
padding-left: 0;
}
.widget_nav_menu ul li:before {
content: none;
}
.widget_recent_entries ul li {
padding-left: 0;
}
.widget_recent_entries ul li:before {
content: none;
}  @media (max-width: 768px) {
body {
font-size: 1.1rem;
}
.storefront-primary-navigation .col-full {
margin: 0 !important;
padding: 0;
}
.cover-caption {
font-size: 20px !important;
padding-top: 0 !important;
}
.cover .entry-title {
font-size: 2rem !important;
}
.cover {
height: 120px;
}
.site-info {
text-align: center;
}
.backlink {
margin-top: 20px;
}
figure.effect-duke p {
margin-left: 0 !important;
margin-top: 28% !important;
}
footer li {
line-height: 3rem;
font-size: 1.2rem;
}
h4.card-title {
margin-top: 0;
}
.col-md-4 {
margin-bottom: 50px;
}
.cover-caption {
font-size: 30px !important;
}
}  @media (min-width: 768px) {
.storefront-primary-navigation .col-full {
padding: 0;
}
.site-branding {
margin-right: 0 !important;
margin-bottom: 0;
}
.right-sidebar .content-area {
width: 66% !important;
}
.right-sidebar .widget-area {
width: 28%;
}
.page-template-template-fullwidth #primary {
width: 100% !important;
}
.page-template-template-fullwidth #secondary {
display: none;
}
.storefront-breadcrumb .col-full {
margin: 0 70px;
}
}  @media (min-width: 992px) {
.storefront-primary-navigation {
width: 85%;
position: absolute;
top: 54px;
right: 0;
}
}  @media (min-width: 1200px) {
.swiper-slide {
width: 400px;
height: 400px;
}
} .info-card {
float: left;
margin: 10px;
-webkit-perspective: 600px;
}
.front, .back {
background: #fff;
transition: -webkit-transform 1s;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
.front {
position: absolute;
z-index: 1;
}
.back {
-webkit-transform: rotateY(-180deg);
border: 1px solid rgba(0, 0, 0, .4);
}
.info-card:hover .back {
-webkit-transform: rotateY(0);
}
.info-card:hover .front {
-webkit-transform: rotateY(180deg);
}
.card-image {
width: 100%;
height: 100%;
}
.info-card {
margin-bottom: 30px;
}  @media (max-width: 768px) {
.top-bar {
display: none;
}
.site-header {
padding-top: 13px;
padding-bottom: 0;
height: 74px;
}
#site-navigation {
width: 100%;
}
button.menu-toggle::after, button.menu-toggle::before, button.menu-toggle span::before {
background-color: white;
}
button.menu-toggle::after {
height: 6% !important;
}
.menu-toggle {
position: absolute;
right: 0;
top: -40px;
background: transparent !important;
border-color: white !important;
color: white !important;
}
#site-navigation.toggled a {
color: white;
}
.handheld-navigation {
background: linear-gradient(to right, #000, #503c5c);
}
.handheld-navigation li {
border-top: 1px solid white;
color: white !important;
}
.handheld-navigation li a {
text-align: center;
color: white !important;
}
.storefront-handheld-footer-bar {
background: transparent !important;
position: absolute !important;
width: 40px;
border-top: none !important;
box-shadow: none !important;
top: 5px;
left: 15px !important;
}
.storefront-handheld-footer-bar ul li > a {
background: transparent !important;
}
.storefront-handheld-footer-bar ul li > a::before {
color: white;
}
.storefront-primary-navigation .col-full {
margin: 0 !important;
padding: 0;
}
.site-branding {
display: block;
margin: auto;
}
.storefront-handheld-footer-bar ul li.cart .count {
border: none;
font-weight: bold;
background: white;
color: #503c5c;
}
figure.effect-duke p {
font-size: 1rem;
}
}  @media (min-width: 768px) {
.site-header .site-branding {
width: 16% !important;
margin-right: 0 !important;
}
.storefront-primary-navigation .col-full {
padding: 0;
}
#site-navigation {
width: 100% !important;
margin: auto;
display: block;
margin-top: 30px;
}
#menu-main-menu {
display: flex;
justify-content: right;
}
#site-header-cart .cart-contents {
color: white !important;
}
.top-bar {
display: flex;
justify-content: right;
position: absolute;
z-index: 9999;
right: 0;
}
.top-bar { border-bottom: 1px solid white;
padding: 8px;
height: 40px;
width: 330px;
}
#masthead {
height: 100px;
}
#site-header-cart {
width: 260px;
}
#site-header-cart .cart-contents {
padding-bottom: 0 !important;
padding-top: 0 !important;
margin-right: 30px;
margin-left: 10px;
}
.site-header-cart .cart-contents .count {
margin-left: 5px;
}
}  @media (min-width: 992px) {
.storefront-primary-navigation {
width: 85%;
position: absolute;
top: 0;
right: 0;
}
}   .top-bar .social-icons li {
list-style: none !important;
margin: 0 10px !important;
}
.top-bar .social-icons li a {
color: white !important;
}
.top-bar .social-icons li a:hover {
color: orange !important;
}
.top-bar .social-icons {
display: flex;
margin-right: 20px;
margin-left: 0;
}  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
.primary-navigation .menu li a {
font-size: 12px !important;
}
}    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
.primary-navigation .menu li a {
font-size: 12px !important;
}
#menu-main-menu {
width: 100% !important;
}
a.btn-cta {
font-size: 1.4rem;
}
.game-icon {
margin-bottom: 25px !important;
display: block;
}
.ar {
font-size: 1.6rem !important;
padding-top: 12px !important;
}
} @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
#site-navigation {
margin-top: -10px;
}
.primary-navigation {
width: 100% !important;
margin-top: 10px !important;
float: right !important;
margin-left: 30px !important;
display: block;
}
} @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.primary-navigation {
float: right !important;
width: 90% !important;
margin-top: 10px !important;
}
}                 @media screen and (-webkit-min-device-pixel-ratio: 0) {
.primary-navigation {
float: right !important;
}
}.update-nag {
display: none;
}
#vc_license-activation-notice {
display: none;
}
.update-plugins {
display: none !important;
}.uk-text-small{font-size:11px;line-height:16px}.uk-text-large{font-size:18px;line-height:24px;font-weight:400}.uk-text-bold{font-weight:700}.uk-text-muted{color:#999!important}.uk-text-primary{color:#2d7091!important}.uk-text-success{color:#659f13!important}.uk-text-warning{color:#e28327!important}.uk-text-danger{color:#d85030!important}.uk-text-contrast{color:#fff!important}.uk-text-left{text-align:left!important}.uk-text-right{text-align:right!important}.uk-text-center{text-align:center!important}.uk-text-justify{text-align:justify!important}.uk-text-top{vertical-align:top!important}.uk-text-middle{vertical-align:middle!important}.uk-text-bottom{vertical-align:bottom!important}@media (max-width:959px){.uk-text-center-medium{text-align:center!important}.uk-text-left-medium{text-align:left!important}}@media (max-width:767px){.uk-text-center-small{text-align:center!important}.uk-text-left-small{text-align:left!important}}.uk-text-nowrap{white-space:nowrap}.uk-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uk-text-break{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.uk-text-capitalize{text-transform:capitalize!important}.uk-text-lowercase{text-transform:lowercase!important}.uk-text-uppercase{text-transform:uppercase!important}.uk-button::-moz-focus-inner{border:0;padding:0}.uk-button{-webkit-appearance:none;margin:0;border:none;overflow:visible;font:inherit;color:#444;text-transform:none;display:inline-block;box-sizing:border-box;padding:0 12px;background:#eee;vertical-align:middle;line-height:30px;min-height:30px;font-size:1rem;text-decoration:none;text-align:center}.uk-button:not(:disabled){cursor:pointer}.uk-button:focus,.uk-button:hover{background-color:#d5d5d5;color:#444;outline:0;text-decoration:none}.uk-button.uk-active,.uk-button:active{background-color:#ddd;color:#444}.uk-button-primary{background-color:#00a8e6;color:#fff}.uk-button-primary:focus,.uk-button-primary:hover{background-color:#0083b3;color:#fff}.uk-button-primary.uk-active,.uk-button-primary:active{background-color:#0091ca;color:#fff}.uk-button-success{background-color:#8cc14c;color:#fff}.uk-button-success:focus,.uk-button-success:hover{background-color:#72a238;color:#fff}.uk-button-success.uk-active,.uk-button-success:active{background-color:#72ae41;color:#fff}.uk-button-danger{background-color:#da314b;color:#fff}.uk-button-danger:focus,.uk-button-danger:hover{background-color:#b72138;color:#fff}.uk-button-danger.uk-active,.uk-button-danger:active{background-color:#c91032;color:#fff}.uk-button:disabled{background-color:#f5f5f5;color:#999}.uk-button-link,.uk-button-link.uk-active,.uk-button-link:active,.uk-button-link:disabled,.uk-button-link:focus,.uk-button-link:hover{border-color:transparent;background:0 0}.uk-button-link{color:#07D}.uk-button-link.uk-active,.uk-button-link:active,.uk-button-link:focus,.uk-button-link:hover{color:#059;text-decoration:underline}.uk-button-link:disabled{color:#999}.uk-button-link:focus{outline:1px dotted}.uk-button-mini{min-height:20px;padding:0 6px;line-height:20px;font-size:11px}.uk-button-small{min-height:25px;padding:0 10px;line-height:25px;font-size:12px}.uk-button-large{min-height:40px;padding:0 15px;line-height:1.6em;font-size:16px}.uk-button-group{display:inline-block;vertical-align:middle;position:relative;font-size:0;white-space:nowrap}.uk-button-group>*{display:inline-block}.uk-button-group .uk-button{vertical-align:top}.uk-button-dropdown{display:inline-block;vertical-align:middle;position:relative}.uk-close::-moz-focus-inner{border:0;padding:0}.uk-close{-webkit-appearance:none;margin:0;border:none;overflow:visible;font:inherit;color:inherit;text-transform:none;padding:0;background:0 0;display:inline-block;box-sizing:content-box;width:20px;line-height:20px;text-align:center;vertical-align:middle;opacity:.3}.uk-close:after{display:block;content:"\f00d";font-family:FontAwesome}.uk-close:focus,.uk-close:hover{opacity:.5;outline:0;color:inherit;text-decoration:none;cursor:pointer}.uk-close-alt{padding:2px;border-radius:50%;background:#eee;opacity:1}.uk-close-alt:focus,.uk-close-alt:hover{opacity:1}.uk-close-alt:after{opacity:.5}.uk-close-alt:focus:after,.uk-close-alt:hover:after{opacity:.8}.uk-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999999999;overflow-y:auto;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.6);opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;touch-action:cross-slide-y pinch-zoom double-tap-zoom;-webkit-transform:translateZ(0);transform:translateZ(0)}.uk-modal.uk-open{opacity:1}.uk-modal-page,.uk-modal-page body{overflow:hidden}.uk-modal-dialog{position:relative;box-sizing:border-box;margin:50px auto;padding:20px;width:600px;max-width:100%;max-width:calc(100% - 20px);background:#fff;opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition:opacity .3s linear,-webkit-transform .3s ease-out;transition:opacity .3s linear,transform .3s ease-out}@media (max-width:767px){.uk-modal-dialog{width:auto;margin:10px auto}}.uk-open .uk-modal-dialog{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.uk-modal-dialog>:not([class*=uk-modal-]):last-child{margin-bottom:0}.uk-modal-dialog>.uk-close:first-child{margin:-10px -10px 0 0;float:right}.uk-modal-dialog>.uk-close:first-child+:not([class*=uk-modal-]){margin-top:0}.uk-modal-dialog-lightbox{margin:15px auto;padding:0;max-width:95%;max-width:calc(100% - 30px);min-height:50px}.uk-modal-dialog-lightbox>.uk-close:first-child{position:absolute;top:-12px;right:-12px;margin:0;float:none}@media (max-width:767px){.uk-modal-dialog-lightbox>.uk-close:first-child{top:-7px;right:-7px}}.uk-modal-dialog-blank{margin:0;padding:0;width:100%;max-width:100%;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.uk-modal-dialog-blank>.uk-close:first-child{position:absolute;top:20px;right:20px;z-index:1;margin:0;float:none}@media (min-width:768px){.uk-modal-dialog-large{width:930px}}@media (min-width:1220px){.uk-modal-dialog-large{width:1130px}}.uk-modal-header{margin-bottom:15px}.uk-modal-footer{margin-top:15px}.uk-modal-footer>:last-child,.uk-modal-header>:last-child{margin-bottom:0}.uk-modal-caption{position:absolute;left:0;right:0;bottom:-20px;margin-bottom:-10px;color:#fff;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uk-modal-spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:25px;color:#ddd}.uk-modal-spinner:after{content:"\f110";display:block;font-family:FontAwesome;-webkit-animation:uk-rotate 2s infinite linear;animation:uk-rotate 2s infinite linear}#surbma-yes-no-popup footer,#surbma-yes-no-popup header,#surbma-yes-no-popup section{display:block}#surbma-yes-no-popup .uk-modal-header a{display:none}#surbma-yes-no-popup .uk-modal-content,#surbma-yes-no-popup .uk-modal-footer,#surbma-yes-no-popup .uk-modal-header{overflow:hidden}#surbma-yes-no-popup .uk-modal-footer>:first-child,#surbma-yes-no-popup .uk-modal-header>:first-child{margin-top:0;padding-top:0}#surbma-yes-no-popup .uk-modal-footer>:last-child,#surbma-yes-no-popup .uk-modal-header>:last-child{margin-bottom:0;padding-bottom:0}#surbma-yes-no-popup .uk-modal-content a{border-bottom:1px dashed #666}#surbma-yes-no-popup.surbma-yes-no-popup-dark .uk-modal-content a{color:#fff;border-bottom:1px dashed #fff}#surbma-yes-no-popup .uk-modal-content a:hover{border-bottom:none}#surbma-yes-no-popup .surbma-yes-no-popup-image-left{text-align:left}#surbma-yes-no-popup .surbma-yes-no-popup-image-center{text-align:center}#surbma-yes-no-popup .surbma-yes-no-popup-image-right{text-align:right}#surbma-yes-no-popup .surbma-yes-no-popup-image-float-left{text-align:left;float:left;margin:0}#surbma-yes-no-popup .surbma-yes-no-popup-image-float-right{text-align:right;float:right;margin:0}#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-left{text-align:left}#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-center{text-align:center}#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-right{text-align:right}#surbma-yes-no-popup.surbma-yes-no-popup-text-center .uk-modal-dialog{text-align:center}#surbma-yes-no-popup.surbma-yes-no-popup-full-page{background:#fff}#surbma-yes-no-popup.surbma-yes-no-popup-full-page.surbma-yes-no-popup-dark,#surbma-yes-no-popup.surbma-yes-no-popup-normal.surbma-yes-no-popup-dark .uk-modal-dialog,#surbma-yes-no-popup.surbma-yes-no-popup-normal.surbma-yes-no-popup-dark .uk-modal-footer,#surbma-yes-no-popup.surbma-yes-no-popup-normal.surbma-yes-no-popup-dark .uk-modal-header{background:#111}#surbma-yes-no-popup.surbma-yes-no-popup-normal.surbma-yes-no-popup-dark:not(.surbma-yes-no-popup-default) .uk-modal-dialog{background:#333}#surbma-yes-no-popup.surbma-yes-no-popup-full-page .uk-modal-dialog,#surbma-yes-no-popup.surbma-yes-no-popup-full-page .uk-modal-footer,#surbma-yes-no-popup.surbma-yes-no-popup-full-page .uk-modal-header{background:0 0;box-shadow:none;border:none}#surbma-yes-no-popup.surbma-yes-no-popup-dark .uk-modal-dialog,#surbma-yes-no-popup.surbma-yes-no-popup-dark .uk-modal-header h2{color:#fff}#surbma-yes-no-popup .uk-close{text-decoration:none!important}#surbma-yes-no-popup .uk-close:after{content:"\00d7";font-family:inherit;font-size:30px}@media (max-width:479px){#surbma-yes-no-popup .uk-modal-footer .uk-button{width:100%}#surbma-yes-no-popup .uk-modal-footer .uk-button+.uk-button{margin-top:10px}}.wp_rp_wrap .related_post_title {
clear: both;
padding: 0 !important;
margin: 0 !important;
}
div.wp_rp_content {
display: inline-block !important;
}
div.wp_rp_footer {
text-align: right !important;
overflow: hidden !important;
}
div.wp_rp_footer a {
display: inline-block !important;
color: #999 !important;
font-size: 11px !important;
text-decoration: none !important;
}
div.wp_rp_footer a.wp_rp_edit {
color: #fff !important;
font-size: 12px !important;
text-decoration: underline !important;
font-weight: bold !important;
background: #f79124 !important;
border-radius: 2px !important;
padding: 3px 6px;
}
ul.related_post {
display: inline-block !important;
position: relative !important;
margin: 0 !important;
padding: 0 !important;
}
ul.related_post li {
position: relative !important;
display: inline-block !important;
vertical-align: top !important;
zoom: 1 !important;
*display: inline !important;
width: 100px !important;
margin: 10px 10px 10px 0px !important;
padding: 0 !important;
background: none !important;
}
ul.related_post li a {
position: relative !important;
display: block !important;
font-size: 12px !important;
line-height: 1.5em !important;
text-decoration: none !important;
margin-bottom: 5px !important;
text-indent: 0 !important;
}
ul.related_post li img {
display: block !important;
width: 100px !important;
height: 100px !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: none !important;
border: none !important;
border-radius: 3px !important;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
ul.related_post li a img.wp_rp_santa_hat {
display: none !important;
}
ul.related_post li small {
font-size: 80%;
}
@media screen and (max-width: 480px) {
ul.related_post li {
display: inline-block !important;
width: 100px !important;
clear: both !important;
}
ul.related_post li a:nth-child(1) {
float: left !important;
}
ul.related_post li a:nth-child(2) {
font-size: 14px !important;
}
ul.related_post li img {
width: 100px !important;
height: 100px !important;
}
}
ul.related_post li .wp_rp_category a {
display: inline !important;
}