/*------------------------------------------------------------------
[Master Stylesheet]

Theme Name: WP Yamato
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: In 2014, Creating a magazine website with WordPress has never been easier.
Text Domain: WP_Yamato
-------------------------------------------------------------------*/

/**
 * Table of Contents:
 *
*/

/** Used to describe fonts for site **/
@import "css/fonts.css";
@import "css/pe-icon-7-stroke.css";
@import "css/helper.css";

/** Style all button site **/
@import "css/buttons.css";

/** Style mobule and type title module **/
@import "css/module.css";

/** Style all menu site **/
@import "css/menu.css";

/** Style all shortcode site **/
@import "css/shortcodes.css";

/** STYLE MAIN SITE **/
@import "css/style.min.css";

/** Style RTL **/
@import "style-rtl.css";

/** Style reponsive **/
@import "css/responsive.css";

/** 3rd Extensions  **/
@import "css/extensions.css";

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}
#wrapper #cs-page-title-wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    margin-left: 50px;
}
.woocommerce button.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .918em 1em;
    font-weight: 700;
    border-radius: 7px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}
@media only screen and (max-width: 500px){
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
	}
.csbody .woocommerce-breadcrumb {
    margin: 0;
    font-size: 12px;
    margin-left: 70px;
}
@media only screen and (max-width: 500px){
.csbody .woocommerce-breadcrumb {
    margin: 0;
    font-size: 12px;
    margin-left: 5px;
}
}






/* vim: set expandtab tabstop=4 shiftwidth=4: */
/**
 * CSS declarations for Google Docs Forms
 *
 * These can be copied and modified to fit the needs of
 * a theme.  By default the only change is to make all of
 * the fields wider than their default width and to set the
 * default font.
 */

label.gform-error,
label.wpgform-error {
    float: right;
    color: red;
    font-weight: bold;
}

div.gform-captcha,
div.wpgform-captcha {
    margin: 5px 0px 10px;
    display: none;
}

div.gform-browser-warning,
div.gform-browser-error,
div.wpgform-browser-warning,
div.wpgform-browser-error {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding: 0 .6em;
    margin: 5px 0 15px;
}

div.gform-browser-warning,
div.wpgform-browser-warning {
    background-color: #ffffe0;
    border-color: #e6db55;
}

div.gform-google-error,
div.gform-browser-error,
div.wpgform-google-error,
div.wpgform-browser-error {
    background-color: #ffebe8;
    border-color: #cc0000;
}

body.ss-base-body {}
div.errorbox-good {}
div.ss-attribution {}
div.ss-footer {}
div.ss-footer-txt, div.ss-logo {
    display: none;
}

div.ss-form {}
div.ss-form-container {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.ss-form-desc {}
div.ss-form-entry {}
div.ss-form-entry>input {
    background-color: #e0e0e0;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.ss-form-heading {}
div.ss-item {}
div.ss-legal {}
div.ss-navigate {}
div.ss-no-ignore-whitespace {
    white-space: pre-wrap;
}
div.ss-required-asterisk {
    color: red;
    font-weight: bold;
}
div.ss-scale {}
div.ss-text {}
form#ss-form {}
h1.ss-form-title {}
hr.ss-email-break {}
input.ss-q-short:text {
    width: 300px;
}
label.ss-q-help {
    display: block;
}
label.ss-q-radio {}
label.ss-q-title {
    font-weight: bold;
}
span.ss-powered-by {}
span.ss-terms {}
td.ss-gridnumber {}
td.ss-gridnumbers {}
td.ss-gridrow
td.ss-gridrow-leftlabel
td.ss-leftlabel {}
td.ss-rightlabel {}
td.ss-scalerow {}
td.ss-scalenumber {}
td.ss-scalenumbers {}
textarea.ss-q-long {
    background-color: #e0e0e0;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
tr.ss-gridrow {}

/**
 * New Google Forms CSS 2013-04-30
 */

div.ss-form-container div.disclaimer {
    display: none;
}

div.ss-q-help {
}

div.ss-secondary-text {
}

/*  This hides the "Never submit passwords through Google Forms." warning. */
td.ss-form-entry > div.ss-secondary-text {
    display: none;
}

div.password-warning {
    display: none;
}

div.ss-form-container li {
    list-style-type: none;
}

/*  2013-06-04:  Hide "Edit this Form" link */
a.ss-edit-link {
    display: none;
}

/*  2013-06-06:  Hide help text for scales */
div.aria-only-help {
    display: none;
}

/* 2013-10-30:  Hide default error messages */
div.error-message {
    display: none;
}

/* 2013-10-30:  Attempt to make text entry boxes a reasonable width */
input.ss-q-short, textarea.ss-q-long {
    width: auto;
}

/* 2013-11-15:  CSS to support using WordPress Google form to render spreadsheets */

/**  Hide the gunk that Google adds to make the table work **/
td.hd, td.headerEnd, tr.rShim, td.sortBar {
    display: none;
    width: 0px !important;
    padding: 0px !important;
}

/**  Empty selector but could be used to select all of the table cells **/
tr.rShim td, tr.rShim ~ tr td {
}

/**  Hide the "powered" and "listview" DIVs that Google adds **/
div div span.powered, div.listview {
    display: none;
}

/** Hide the "This is a required question" message **/
div.ss-form-container div.required-message {
    display: none;
}
@media only screen and (max-width: 500px){
.content-area{
        margin-left: 10px;
    margin-right: 10px;
}
	}
#woo_pp_ec_button{
    display: none;
}

.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    margin-left: 50px;
    margin-right: 50px;
}
@media only screen and (max-width: 500px){
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
}
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    margin-left: 50px;
}
@media only screen and (max-width: 500px){
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    margin-left: 10px;
}
}
.woocommerce .page-title {
    text-transform: uppercase;
    margin-left: 50px;
}
@media only screen and (max-width: 500px){
.woocommerce .page-title {
    text-transform: uppercase;
    margin-left: 10px;
}
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    margin-right: 120px;
}
@media only screen and (max-width: 500px){
.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    margin-right: 20px;
}
}

.unliststyle{
    display: none;
}

form input:not(.btn){
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0px;
    background:#ffffff;
}

@media screen and (min-width: 993px){
.cshero-menu-dropdown ul , .menu-pages .menu > ul li:hover > ul {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
   /* max-height: 300px;*/
    top: 120px;
}}
/*
form input:not(.btn), form select, form textarea, form button:not(.btn) {
    border-color: #cccccc00!important;
}*/

.main-menu-wrap ul.menu-item-padding > li > a, #cshero-header .wpb_column .cshero-menu-dropdown > ul > li > a, li.header-cart-search .header > a, .cs-logo a, .logo.logo-line-height-nav {
    line-height: 120px !important;
    min-height: 120px !important;
}

input[type="checkbox"] + span:before {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    content: "";
    height: 0px !important;
    left: 0;
    position: absolute;
    right: 0;
    width: 0px !important;
    top: 0;
}

input[type="checkbox"] + span:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #f5f5f5;
    height: 0;
    left: 0px;
    position: fixed !important;
    top: -0px;
    width: 0;
}
.page #comments {
    border-top: 0;
	display: none !important;
}

.wpb_row {
    margin-bottom: 20px !important;
}
.tagss{
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
    font-size: 14px !important;
    display: inline-block;
    padding: 11px 16px;
    position: relative;
    margin-bottom: 12px;
    margin-right: 12px;
    float: left;
    line-height: 1;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

@media (min-width: 993px){
.csbody.woocommerce ul.products li.product, .csbody.woocommerce-page ul.products li.product {
    width: 22% !important;
}
	}
	
.header-espacio{
    margin-top: 7px;
    background: #fff;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0) !important ;
    border-bottom-width: 2px;
    /* display: none; */
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
}

#privacy_policy_field{
        margin-top: 27px;
    font-size: 17px !important;
    margin-left: 30px;
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: 10px 0px 0px -20px !important;
    text-align: center;
    size: 30px !important;
    vertical-align: middle;
}

/* Header */

.cs-title-date {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 3%;
    margin-bottom: 3%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 3%;
    margin-bottom: 3%;
}

/* Este es el codigo de mi whatsapp por si quieres copiartelo */

.fixed-tabs-Whats {
    position: fixed;
    right: 0;
    top: 45%;
    margin-top: 100px;
    z-index: 100;
}
.aba-whatsphone {
  background: #26282d;
  height: 70px;
  width: 70px;
  border-radius: 0px 0 0 0px;
  transition: 0.7s ease;
}
.aba-whatsphone:hover {
  width: 280px;
  transition: 0.7s ease;
}
.aba-whatsphone-icone {
  background: url(/wp-content/uploads/2019/08/LogoWhatsapp.png) no-repeat; /* whatsapp icon */
  width: 280px;
  background-size: 70px;
  padding: 7px;
}
.aba-whatsphone-icone a {
  color: #ffffff !important;
  font-size: 14px;
  line-height: 20px;
  margin-left: 70px;
  text-decoration: none;
  height: 60px;
  margin-top:0px;
}
.aba-whatsphone-icone a strong {
    display: block;
    font-size: 14px;
    margin-left: 70px;
	margin-top: -13px;
}
@media (min-width: 768px){
.responsivmobile {
	display: none;
  }
.responsivweb {
	display: inline;
	z-index: 99999999;
  }
}

@media screen and (max-width: 768px){ 
	
	.bdp_single.brite .author-avatar-div {
    display: none !important;
}
	.bdp_blog_template.brite .post-author .author-name {
    display: block !important;
    vertical-align: middle;
}
	
	
	
.responsivmobile {
	display: inline;
	z-index: 99999999;
}
.responsivweb {
	display: none;
  }
	}
/* Este es el codigo de mi whatsapp por si quieres copiartelo */

.page-template-pagodatafast.quickiebar-show-button {
	display: none !important;
  }
form select {
    background-color: #ffffff87;
}
blockquote > p:after {
    display: none !important;
}

blockquote > p:before {
    display: none !important;
}
@media (min-width: 993px){
.bdp_single {
    max-width: 100% !important;
    display: block !important;
    padding: 10px;
    width: 1170px !important;
    margin: auto;
    margin-right: auto !important;
    margin-left: auto !important;
}
div.author-avatar-div.bdp_blog_template{
    display: none !important;
}
.bdp_blog_template.brite .post-author {
    display: table;
    min-width: 100% !important;
}
.bdp_blog_template.brite .author-avatar, .bdp_blog_template.brite .author-avatar .avatar {
    float: left;
}
.bdp_email_share {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #ccc;
    /* padding: 15px; */
    position: absolute;
    margin-left: -200px !important;
    display: none;
    z-index: 99999 !important;
}
div.related_post_wrap{
    position: absolute;
    margin-top: 570px !important
}

.bdp_blog_template.brite {
    background: #fff;
    width: 70%;
}
.bdp_single.brite .related_post_wrap {
    display: inline-block;
    width: 25.5% !important
}
.bdp_single .related_post_div.three_post .relatedthumb {
    float: left;
    width: 100% !important;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 10px;
}
.bdp_blog_template.brite .bdp-post-image {
    margin-bottom: 38px !important;
    width: 1170px !important;
}
	}

.vc_btn3.vc_btn3-size-xs {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 5px;
}
.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
}
.vc_btn3.vc_btn3-color-sandy-brown {
    color: #fff;
    background-color: #f79468;
}
 .ulp-content {
    background: #fff !important;
}



@media screen and (min-width: 993px) {
.menu-item-10832 .sub-menu {
    width: 200px;
}
.current-menu-item .sub-menu .menu-title:active {
    color: #fff !important;
}
}

 .paypal{
    width: 180px;
    background: #fff0;
    border: 0;
}

.shiny {
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(1px 3px 2px #222);
}
.shiny img{
    padding-right: 20px;
}

.shiny{
    position:relative;
    overflow:hidden;
    display:inline-block;
        margin-top: 20px;
}

.shiny{
    position:relative;
    overflow:hidden;
    display:inline-block;
}

.shiny:after {
    content: "";
    position: absolute;
    top: -20%;
    left: 120%;
    width: 50%;
    height: 200%;
    background: #fff;
    opacity: 0.4;
    
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    
    -ms-transform: skewX(-23deg);
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg); 
  
    will-change: transform;
}
    

.shiny:hover:after {
    left:-200%;
    opacity:0.3;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media screen and (max-width: 768px){ 
.pum-container, .pum-theme-lightbox .pum-container {
    margin: 30px !important;
}
	}

body #cshero-header ul.main-menu > li > a, ul.sticky-nav > li > a, body #cshero-header .menu-pages .menu > ul > li > a {
    font-family: 'gothic-font' !important;
}
#footer-top h3.wg-title {
    font-family: 'gothic-font' !important;
}
body.csbody {
    font-family: 'gothic-font' !important;
}
body #cshero-header .main-menu > li.current-menu-item > a, body #cshero-header .main-menu > li.current-menu-parent > a, body #cshero-header .main-menu > li.current-menu-ancestor > a {
    color: #000000 !important;
    font-weight: 700 !important;
}
body #cshero-header .main-menu > li > a:hover, body #cshero-header .menu-pages .menu > ul > li > a:hover, body #cshero-header .main-menu > li.current-menu-item > a, body #cshero-header .main-menu > li.current-menu-parent > a, body #cshero-header .main-menu > li.current-menu-ancestor > a, body #cshero-header .main-menu > li.current_page_item > a, #sticky-nav-wrap ul.sticky-nav > li.current_page_item > a {
    color: #000000 !important;
}
.cshero-menu-dropdown > ul > li > ul li:hover, .cshero-menu-dropdown > ul > li > ul li.current-menu-item, .cshero-menu-dropdown > ul > li.mega-menu-item > ul > li > ul > li ul {
    background-color: #000000;
	color: #fff;
	font-weight: 900;
}
.single-post .cs-blog {
    padding: 30px 0px 35px;
}

.row {
    
     display: block !important; 
}