/*
Theme Name: Frowstrap
Author: Bamboo Studio - Afterimage Designs
Author URI: https://frowcoolture.com
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Frowstrap
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

/* width */
::-webkit-scrollbar {
  width: 10px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

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;
}

a:active,
a:hover {
  outline: 0;
    text-decoration: none;
    color: inherit;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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;
}

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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: none;
  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;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
      font-weight: 600;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
      font-weight: 600;
  padding-bottom: 0.3em;
  line-height: 1.25;
    font-family: 'Josefin Sans';
}
h3 {
font-size: 32px;
    font-family: 'Josefin Sans';
    font-weight: 900;
    text-transform: uppercase;
    line-height: 36px;
    border-bottom: 1px solid #101010;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
h4 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Josefin Sans';
    margin-block-start: 0.33em;
    text-transform: uppercase;
    margin-block-end: 0.23em;
    margin-bottom: 5px;
}
h5 {
    font-size: 15px;
    line-height: 23.5px;
    font-weight: 700;
    font-family: 'Quicksand';
    text-align: justify;
}

h6 {
    font-family: 'Josefin Sans';
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 14px;
}

p {
  margin-bottom: 0.5em;
        font-family: 'Quicksand';
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff ;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(168,168,168,0.5); 
box-shadow: 0px 5px 15px 5px rgba(168,168,168,0.5);
margin-left: 5%;
  
}

.social-media {
    text-align: right;
    margin-right: 14px;
    margin-top: 0px;
    margin-bottom: -7px;
    padding: 3px;
}

.right-social {
        
}

.facebak {
    font-size: 30px;
    margin-right: 5px;
    color: #101010;

}

.facebak:hover{
    
    color: #ffce00;

}

.facebak2, .facebak2 a {
    font-size: 21px;
    margin-right: 5px;
    color: #ffce00 !important;
}

.facebak2:hover, .facebak2 a:hover{
    
    color: #fff !important;

}

.big-icon {
    
    
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a img{
    max-width: 190px;
    margin-bottom: 11px;
    margin-left: 16px;
    margin-top: 7px;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

.menu-title {
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    margin: 10px;
    
}

.menu-title:hover {
    color: #ffd600;
    font-weight: 600;
    
}

.menu-rank {

    border-bottom: solid 1px #101010;
    border-top: solid 1px #101010;
    text-align: center;
    padding: 10px;
 
}

.menu-rankings {
    display: inherit;

 
}

.titular {
font-family: 'Josefin Sans';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 20px;
    margin: 0;
    text-align: center;
    margin-left: 20px;
    
}


@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
    .menu-rankings {
    display: none;

 
}
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a.y {

    padding: 7px 18px;
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
 background-image : url(inc/assets/images/facebook.png);
 background-repeat: no-repeat;
 }
a.y:hover{

    padding: 7px 18px;
    text-decoration: none;
    font-weight: bold;
 background-image : url(inc/assets/images/facebook-ov.png);
 background-repeat: no-repeat;
 }
a.i {

    padding: 7px 18px;
    text-decoration: none;
    font-weight: bold;
 background-image : url(inc/assets/images/instagram.png);
 background-repeat: no-repeat;
 }
a.i:hover{

    padding: 7px 18px;
    text-decoration: none;
    font-weight: bold; background-image : url(inc/assets/images/instagram-ov.png);
 background-repeat: no-repeat;
 }

a.y2 {

    padding: 4px 18px;
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
 background-image : url(inc/assets/images/facebook-ov.png);
 background-repeat: no-repeat;
 }
a.y2:hover{

    padding: 4px 18px;
    text-decoration: none;
    font-weight: bold;
 background-image : url(inc/assets/images/facebook-ov2.png);
 background-repeat: no-repeat;
 }
a.i2 {


    padding: 4px 18px;
    text-decoration: none;
    font-weight: bold;
 background-image : url(inc/assets/images/instagram-ov.png);
 background-repeat: no-repeat;
 }
a.i2:hover{

    padding: 4px 18px;
    text-decoration: none;
    font-weight: bold; background-image : url(inc/assets/images/instagram-ov2.png);
 background-repeat: no-repeat;
 }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {

    font-size: 0.00rem;
    color: #101010;
    padding: 26px 9px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Josefin Sans', sans-serif;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #ffd600;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-light .navbar-toggler {
    margin-right: 20px;
    padding: 9px;
}

.navbar-brand {
  display: inline-block;
    padding-top: 10px;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    margin-left: 10px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.user {
   font-size: 28px;
    margin-top: -11px;
    margin-left: 10px; 
    
}

.dropdown-menu {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 13px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
    margin-left: -130px;

}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
    color: #101010;
    padding: 10px;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 0;
}
.entry-footer {
    display: none;
    
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {

  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {

}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
}

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

.black-bg {
    background-color: #101010;
}

.yellow-bg {
    background-color: #ffce00;
}

.yellow {
    color: #ffce00;
}

.white {
    color: white;
}

.image-foot {
        padding: 100px 80px;
    
}

.final-foot {
    text-align: center;
    font-size: 12px;
    margin-bottom: 2px;
    padding: 10px;
    font-family: 'Josefin Sans';
    color: #ffffff;
    background: #101010;
    border-top: solid 1px #ffffff45;
}

.row {

    margin-right: 0px; 
    margin-left: 0px; 
}

.navbar-collapse {
    margin-right: 12px;
    background-color: #fff;
    padding: 10px 10px;
}

.padded {
    padding: 60px 30px 40px 30px;
    
}



.paddetin {
    padding: 10px 10px;
    min-width: 33px;
    
}

.paddeted {
    margin-bottom: 75px;
    margin-top: 40px;
    
}

.image-responsive {
    width: 100%;
    padding: 5px 15px 5px 0px;

}

.black { 
    color: #212121;
}

.white-border {
    border-left: none;
    
}

.entry-content p {
    margin-bottom: 0.5em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    color: #2f2f2f;
    font-size: 15px;
}

.entry-content li {
margin-bottom: 0.5em;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #2f2f2f;
    font-size: 14px;
    border-bottom: none;
}

.gamipress-restrict-content-unlock-content-with-points-button, gamipress-restrict-content-unlock-post-with-points-button {
    background-color: #101010;
    border: none;
    color: #fff;
    font-family: 'Josefin Sans';
    padding: 10px 30px;
    margin: 10px 0px;
    border-radius: 5px;
    
}

.gamipress-restrict-content-unlock-content-with-points-button:hover, gamipress-restrict-content-unlock-post-with-points-button:hover {
    background-color: #ffcd00;
    color: #101010;
}
    
.aguacate {
max-width: 111px;
    position: relative;
    margin-bottom: -23px;
    left: 18px;
    margin-top: -20px;
    
}

.wp-block-column:not(:first-child) {
    margin-left: 0;
}

.padded-img {
        width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.linea3 {
border-top: 1px solid #eee0;
    margin-top: 30px;
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

.gamipress-required-achievements {
        margin-bottom: 0.5em;
    font-family: "open sans";
    font-weight: 600;
    color: #2f2f2f;
    font-size: 13px;
    padding-inline-start: 25px;
    padding-bottom: 10px;

}

.entry-content .title {
    background-color: #f3f3f3;
    color: #101010;
    font-family: "josefin sans";
    text-transform: uppercase;
    padding: 7px 20px 0px 20px;
    letter-spacing: 9px;
    font-size: 25px;
    font-weight: 900;
    border-bottom: 1px dashed #bdbdbd;
    text-align: center;
    margin: 60px 10px 40px 10px;


}

.entry-content .title a{
    color: #101010;
    text-decoration: none;
    font-weight: 400;


}


.entry-content .title-lf {
background-color: #f3f3f3;
    font-family: "josefin sans";
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 6px 20px 1px 20px;
    font-size: 25px;
    border-bottom: 1px dashed #cdcdcd;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 40px;
}

.entry-content .title-lf2 {
background-color: #f3f3f3;
    font-family: "josefin sans";
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 6px 20px 1px 20px;
    font-size: 25px;
    border-bottom: 1px dashed #cdcdcd;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 40px;
}

.entry-content .title-rg {
    background-color: #f3f3f3;
    color: white;
    font-family: "josefin sans";
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 6px 20px 1px 20px;
    font-size: 25px;
    font-weight: 900;
    border-bottom: 1px dashed #cdcdcd;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 40px;
    
}

.title-rg a, .title-lf a, .title-lf2 a {
    text-decoration: none;
    color: #101010;
    font-weight: 500;
}

.title-main {
    background-color: #101010;
    color: white;
    font-family: "josefin sans";
    text-transform: uppercase;
    padding: 14px 20px 9px 20px;
    font-size: 32px;
    font-weight: 900;
    border-bottom: 15px double #ffffff;
    text-align: center;
    
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #101010;
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #ffce00;
}

.entry-content .title:before {

    border-bottom: 4px solid #101010;
}

.um-field-label label {
    font-size: 14px;
    line-height: 10px !important;
    font-weight: bold;
    font-weight: 600;
}

.popupform {
    padding: 15px;
    margin-top: 5%;
}

div.wpforms-container-full {
    margin-bottom: 10px; 
}

.gamipress-points  {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans';
    
}

.gamipress-rank-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans';
    
}

.show-hide-open, .show-hide-close {
font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    color: #969696;
    
}

.gamipress-achievement-attached {
        background-color: #eee;
    
}

.show-hide-open:after, .show-hide-close:after {

    margin-top: 7px;

}

td, th {
    padding: 8px 5px;
    text-align: center;
}

.column-avatar img {
    border-radius: 50px;
    
}

.column-display_name {
     font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans';
}

.column-header {
         font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans';
}

.column-cooler {
         font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans';
    
}

.gamipress-achievement-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans';
}

.gamipress-achievement-points {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans';
    color: dimgrey;
    
}
.gamipress-earning-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Josefin Sans';

}

.gamipress-earning-description, .gamipress-earnings-col {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 600;
    
}

.gamipress-earnings-col-thumbnail img {
    width: 50px;
    
}

.site-main {
    padding-right: 20px;
    
}

.gamipress-user-points-amount {
    margin-left: 10px;
    
}

#gamipress-achievements-container[class*="gamipress-columns"]>.gamipress-achievement, .gamipress-user-points[class*="gamipress-columns"]>.gamipress-points, .gamipress-points-types[class*="gamipress-columns"]>.gamipress-points-type, .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank {
    padding: 0.5em;
    overflow: hidden;
    border-bottom: none;
}


.cool-title {
    font-family: 'josefin sans';
    text-align: right;
    padding: 50px 0px 0px 50px;
    border-bottom: 3px solid #ffce00;
    font-size: 4em;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-right: 20px;
}

.border-right2 {
    border-right: 3px solid #ffce00;
    padding-right: 20px;
    
}

.gamipress-points-exchanges-form, .gamipress-points-exchanges-form-to, .gamipress-points-exchanges-form-amount {
    font-family: "open sans";
    font-size: 13px !important;
    font-weight: 700 !important;
}

.gamipress-points-exchanges-form-to-select, .gamipress-points-exchanges-form-1-to, .gamipress-points-exchanges-form-from-select, .gamipress-points-exchanges-form-amount-input {
font-family: 'josefin sans';
    padding: 8px 12px;
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 2px;
    
}

.gamipress-points-exchanges-form-from-current-balance, .gamipress-points-exchanges-form-from-amount, .gamipress-points-exchanges-form-from-new-balance, .gamipress-points-exchanges-form-to-current-balance, .gamipress-points-exchanges-form-to-amount, .gamipress-points-exchanges-form-to-new-balance, .gamipress-points-exchanges-form-exchange-rate  {
     font-family: "open sans";
    font-size: 13px !important;
}

.gamipress-points-exchanges-form-amount,  {
 font-family: "open sans";   
}

.gamipress-points-exchanges-form-submit-button {
    background-color: #000;
    border: none;
    color: #fff;
    padding: 10px 50px;
    width: 100%;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    
}

.wp-polls p {

    font-family: 'Josefin Sans';
    
    font-size: 19px;
    text-transform: uppercase;

}

.wp-polls-ul li i{
    font-family: 'Josefin Sans';
    font-size: 19px;
 
}

.wp-polls-ul li {
    font-family: 'Josefin Sans';
    font-size: 17px;
    font-weight: 400;
}

.wp-polls-ul {
    padding: 20px;

}

.wp-polls-ans {
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    margin-bottom: 30px;
}

.wp-polls .Buttons {
    border: none;
    background-color: #101010;
    padding: 12px 25px 10px 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.wp-polls .Buttons:hover {

    background-color: #ffcd00;
    color: #101010;

}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-cat li a {
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    color: #101010;
    font-family: 'josefin sans', sans-serif;
    letter-spacing: 5px;
    line-height: 26px;
    text-transform: uppercase;
}

.wp-block-latest-posts__post-excerpt {
margin-top: .5em;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-flex;
    min-height: 45px;
}

mark {
background: transparent;
    color: #101010;
    font-family: 'Josefin Sans';
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 0px;
    text-transform: uppercase;
}

mark:hover {
    color: #464646;
}

.text-right {
    text-align: right;
    padding-right: 30px;
}

.text-left {
    text-align: left;
    margin-left: 30px;

}

.pad-title {
    
    padding-bottom: 40px;
}

.wp-block-columns {
    margin-bottom: 1.75em;
    flex-wrap: wrap;
}

.gallery-3d {
    margin-bottom: 20px;
    
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-inline-start: 0;
}

.home-cat li a:hover {
    text-decoration: none;
}

.home-cat li  {
    margin-bottom: 30px;
}

.wp-block-latest-posts__featured-image {
    margin-bottom: 15px;

}

#content.site-content {
    padding-bottom: 2.75rem;
    padding-top: 2.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 2rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

h3.widget-title {
    font-size: 1.5rem;
    font-family: "josefin sans";
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 30px;
    border-bottom: 3px solid #ffcd00;
    padding-bottom: 9px;
}



h1.entry-title {
    font-size: 2rem;
    border-bottom: 1px solid #eaecef;
    font-family: 'Josefin Sans';
}



.justify {
    text-align: justify;
    
    
}

#wpdcom .wpd-form-head {
    display: none;
}

.wp-block-embed iframe {
    max-width: 100%;
    max-height: 380px;
}

.text-lf {
    text-align: left;
    
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    font-family: 'Josefin Sans';
    font-size: 17px;
    text-transform: uppercase;
    color: #101010;
    border-bottom: 1px solid #101010;
}

.post-navigation .nav-previous a mark, .post-navigation .nav-next a mark {
    color: #101010;
    -webkit-text-stroke-width: medium;
    -webkit-text-stroke-color: transparent;
    font-weight: 700;
        font-size: 21px;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    color: #2f2f2f;
}

.post-navigation .nav-previous a:hover mark, .post-navigation .nav-next a:hover mark {
    color: #101010;
}

.flex-column .nav-item a {
font-family: 'Quicksand', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #24292e;
    font-weight: 600;
    
}

.flex-column .nav-item a mark {
font-family: 'Quicksand', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #24292e;
    font-weight: 600;

}

.ranking-post li{

    margin-bottom: 30px;
    
}

.ranking-post li:hover{

    
}

.ranking-post a {
font-family: 'josefin sans';
    font-size: 17px;
    text-transform: uppercase;
    line-height: 22px;
    padding-top: 6px;
    letter-spacing: 4px;
    font-weight: 300;
    display: block;
    text-decoration: none;
    color: #101010;
    min-height: 69px;
}

.ranking-post a mark {
    background: transparent;
    color: #101010;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: bolder;
    padding: 0px;
    text-transform: uppercase;
}

.fashion-post li {
 
    margin-top: 40px;  

}



.juegos li {
    padding: 30px 30px 0px 30px;

    
}

.padded-col {
    padding: 30px;
    
}

.fashion-post a {
font-family: 'josefin sans';
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #101010;
}

.fashion-post a mark {
    background: transparent;
    color: #101010;
    line-height: 14px;
    
    margin: 0px;
    font-size: 22px;
        letter-spacing: 3px;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
}

.ranking-post .wp-block-latest-posts__featured-image {
    margin-bottom: 8px;
    padding-bottom: 0px;
    border: none;
    margin-right: -3px;

}

.ranking-post .wp-block-latest-posts__post-excerpt {
    color: #101010;
    margin: 0px;
    margin-bottom: 6px;
}


}



.pop-post li{
    background-color: #fd5b2a;
    border-radius: 5px;
    margin-bottom: 26px;
    
}

.pop-post li:hover{
    background-color: #ffce00;
    
}

.pop-post a {
    font-family: 'Quicksand', sans-serif;
    font-size: 33px;
    line-height: 40px;
    text-transform: uppercase;
    color: #24292e;
    font-weight: 800;
    text-align: center;
    display: block;
    text-decoration: none;}

.pop-post a mark {
    font-family: 'Quicksand', sans-serif;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 26px;
        -webkit-text-stroke-width: medium;
    -webkit-text-stroke-color: transparent;

}

.pop-post .wp-block-latest-posts__featured-image {
margin-bottom: 8px;
    padding-bottom: 0px;
    border: none;
    border-bottom: 2px solid #24292e;
}

.pop-post .wp-block-latest-posts__post-excerpt {
    text-align: center;
    color: #fff;
    margin-top: 0px
    
}

.padded5 a {
    padding: 10px;
    
}

.rpwwt-post-title {
    font-family: 'Josefin Sans';
    font-size: 16px;
    text-transform: uppercase;
    color: #24292e;
    font-weight: 400;
    
}

ul li a {
    text-decoration: none;
}

.gamipress-rank-title a {
    text-decoration: none;
    
}

h3 a {
    color: #7564f5;
    font-weight: inherit;
    text-decoration: none;
    background-color: transparent;
}

.rpwwt-post-title mark{
    font-family: 'Josefin Sans';
    font-size: 16px;
    text-transform: uppercase;
    color: #24292e;
    font-weight: 600;
}

.rpwwt-widget li {
    padding-top: 6px;
    padding-left: 9px;
    border-radius: 5px;
    
}

.rpwwt-widget li:hover {
        background-color: #eee;
    padding-top: 6px;
    padding-left: 9px;
    border-radius: 5px;
    
}

.rpwwt-widget li a:hover {
    text-decoration: none;
    
}

a {
color: inherit;
    color: #7564f5;
    font-weight: 500;
    text-decoration: underline;
    background-color: transparent;
}

.none {
    color: #24292e;
    text-decoration: none;
    
}

.img-mini {
    display: none;
}

.swiper-mini {
    display: none;
}

.gallery-3d {
        display: inherit;
        
    }

.img-max {
    display: inherit;
    
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    padding-right: 15px;
    padding-left: 15px;
}

.mar-bot {
    margin-bottom: 50px;
}

.margined {
    margin-top: 50px;
    margin-bottom: 50px;
}

footer p {
    font-size: 13px;
    
}

.shop {
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    padding: 8px 19px 7px 21px;
    border-radius: 21px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #101010;
    position: relative;
    top: -5px;
    margin-right: 6px;
}  
    
.shop:hover {
    background-color: #7564f5;

}  

.no-shop {
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    border-radius: 21px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #101010;
    position: relative;
    top: -5px;
    margin-right: 6px;
}  
    
.no-shop:hover {
    color: #ffd600;

}  

/*--------------------------------------------------------------
## Games
--------------------------------------------------------------*/

.h5p-sc-question {
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    margin: 0.75em 0;
    
}

ul.h5p-sc-alternatives li.h5p-sc-alternative {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    list-style: none;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: .5em 0;
    padding: 0.4em 0.7em;
    background: #292929;
    overflow: hidden;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    box-shadow: 0 0.1em 0 rgb(0 0 0 / 30%);
    transition: -webkit-transform 0.5s ease-in-out, width 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;
}

ul.h5p-sc-alternatives li.h5p-sc-alternative:hover {
    background: #ffcd00;
}

.h5p-single-choice-set .h5p-joubelui-progressbar-background {
    box-shadow: 0 0 0.25em 0 #fff;
    background-color: #ffcd00;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.nft {
margin-top: -29px;
    letter-spacing: 6px;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 2px;

}

.nft-txt {
font-weight: 500 !important;
    min-height: 81px;
    font-size: 14px !important;
}

.nft2 {
margin-top: 0px;
    letter-spacing: 6px;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: -2px;

}

.fat-gallery-title, .fat-gallery-excerpt, .fat-gallery-icon {
    color: #101010;
    
}
.padded3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.linea {
    border-bottom: solid 1px #101010;
    margin-bottom: 30px;
}

.linea2 {
    margin: 30px 0px;
    border-bottom: solid 1px #101010;
    
}

.toped {
    margin-top: 40px;
}

.show-menu {
        display: none;
    }

.hide-menu {
        display: inherit;
    }

.wp-block-latest-posts.wp-block-latest-posts__list a {
    font-size: 14px;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    color: #101010;
    letter-spacing: 3px;
}

.wp-block-latest-posts.wp-block-latest-posts__list a mark {
    font-size: 14px;
    font-weight: 600;
}

.big-in-japan {
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    margin-top: 24px;
}

.header-play-bg {
    background: url(inc/assets/images/play.jpg);
    background-size: cover;
    padding: 210px 0px 50px 0px;
    width: 100%;
    margin-bottom: 20px;
}

.header-play {
background-color: #101010;
    padding: 20px;
    font-family: 'Josefin Sans';
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    width: 40%;
    text-align: right;
    
}

.header-cool-bg {
    background: url(inc/assets/images/coolture.jpg);
    background-size: cover;
    padding: 210px 0px 50px 0px;
    width: 100%;
    margin-bottom: 50px;
}
.header-fashion-bg {
    background: url(inc/assets/images/fashion.jpg);
    background-size: cover;
    padding: 210px 0px 50px 0px;
    width: 100%;
    margin-bottom: 50px;
}
.header-com-bg {
    background: url(inc/assets/images/comunity.jpg);
    background-size: cover;
    padding: 210px 0px 50px 0px;
    width: 100%;
    margin-bottom: 50px;
}

.header-lifestyle-bg {
    background: url(inc/assets/images/lifestyle.jpg);
    background-size: cover;
    padding: 210px 0px 50px 0px;
    width: 100%;
    margin-bottom: 50px;
}

.header-cool {
background-color: #101010;
    padding: 20px;
    font-family: 'Josefin Sans';
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    width: 40%;
    text-align: right;
    
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {

}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 720px) {
.swiper-mini {
    display: inherit;
    margin: 13px -15px;
}
    
    .gallery-3d {
        display: none;
        
    }
    }


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
      .site-main {
    padding-right: 0px;
}  
.entry-content .title-lf, .entry-content .title-lf2 {

    margin-right: 0px;
}
  .entry-content  .title-rg {

    margin-left: 0px;
}
    .text-right {
    text-align: center;
    padding-right: 0px;
}
    .text-left {
    text-align: center;
    margin-left: 0px;
}
    .padded-col {
    padding: 0px;
}
    .img-mini {
    display: inherit;
}
    

.img-max {
    display: none;
    
}
    .wp-block-latest-posts.is-grid li {
        margin: 10px 7px;
        padding-right: 0px;
    padding-left: 0px;
}
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {

    padding-right: 0px;
    padding-left: 0px;
        max-width: 700px;
}
    .bg-window .dg-wrapper a, .dg-wrapper a {
        
       width: 100% !important; 
    }
        .padded {
    padding: 0px 20px 20px 10px;
}
    .white-border {
    border-left: 2px solid #ffce00;
    
}
}



@media screen and (max-width: 900px) {
    .entry-content .title-lf a, .title-rg a {

    font-size: 25px;

}
    mark {

    font-size: 20px;

}
    .home-cat li a {

    font-size: 23px;
}
    .wp-block-column {
    padding-left: 0px;
}
    .padded {
    padding: 0px 20px 40px 20px;
}


}

@media screen and (max-width: 600px) {
    .bg-window .dg-wrapper a, .dg-wrapper a {
        
       width: 100% !important; 
    }
    .entry-content li {
        border-bottom: 1px solid #101010;
    }
    .wp-block-column {
    padding-left: 0px;
}

    .image-foot {
    padding: 50px 20px;
}

}

@media screen and (max-width: 1200px) {
 mark {

    font-size: 21px;

}
    .image-foot {
    padding: 20px 10px;
    max-width: 131px;
}
    .padded {
    padding: 20px 20px 20px 10px;
}
        a.y2, a.i2 {
    padding: 7px 14px;
    position: relative;
    top: 6px;
    margin-right: 7px;


}
}




@media screen and (min-width: 782px) {
  wp-block-column:not(:first-child){
        margin-left: 2.5em;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
    margin-left: 20px;
  }
        header#masthead {
    margin-left: 0px;
    color: #fff;
}
    .navbar-collapse {

    background-color: #101010;
    padding: 30px 10px;
}
    .dropdown-menu .dropdown-item {

    color: #fff;
    padding: 10px;
}
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {

    color: #fff; 
}
    .show-menu {
        display: inherit;
    }
    .hide-menu {
        display: none;
    }
}

.mo-openid-app-icons>p {
    margin: 0px !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: #2f2f2f;
    padding: 4px;
}

.gamipress-required-achievements .user-has-earned, .gamipress-required-requirements .user-has-earned {
    text-decoration: line-through;
    font-family: 'Quicksand';
}

.gamipress-achievement:not(.gamipress-layout-none) *, .gamipress-rank:not(.gamipress-layout-none) *, .single-achievement.achievement-wrap:not(.gamipress-layout-none) *, .single-rank.rank-wrap:not(.gamipress-layout-none) *, .gamipress-user-points:not(.gamipress-layout-none) *, .gamipress-points-types:not(.gamipress-layout-none) * {
    box-sizing: border-box;
    font-family: 'Quicksand';
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}