/**
Theme Name: urock
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urock
Template: astra
*/
html,
body {
    overflow-x: hidden;
}

ol, ul {
    margin: 0 0 1.5em 1em;
}
 ul li{
    margin-bottom: 1rem;
 }
 .entry-content p {
  margin-bottom:0.2em!important ;
}
.widget {
    margin: 0 0 10px 0 !important;
}

.site-footer-section svg {
    fill: #FFF !important;
    width: 30px !important;
    height: 30px !important;
}

.wp-block-social-link-anchor {
    display: inline-block !important;
    margin-right: 10px !important;
}

.site-primary-footer-wrap {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.site-primary-footer-wrap .menu .wpml-ls-menu-item {
    display: none;
}
/* Events Grid Styles */
#events-grid .eaw-ulx {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}

#events-grid .eaw-ulx .eaw-li__flex {
    flex-direction: column !important;
    background-color: #012987 !important;
}

#events-grid .eaw-li__wrap {
    border: 0 !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    max-width: 340px !important;
    display: flex !important;
}

#events-grid .eaw-li__wrap .eaw-thumb-wrap {
    max-width: 100% !important;
}

#events-grid .eaw-li__wrap .eaw-img img {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 10px;
}

#events-grid .eaw-content-wrap {
    padding: 15px !important;
    color: #FFF !important;
    font-weight: 500 !important;
    display: flex !important;
    flex-direction: column !important;
}

#events-grid .eaw-li__wrap .eaw-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    margin: 20px 0 !important;
    order: 2 !important;
}

#events-grid .eaw-summary {
    order: 3 !important;
    font-size: 16px !important;
    flex: 1 0 auto !important;
}

#events-grid .more-link {
    display: none !important;
}

#events-grid .eaw-booknow {
    order: 4 !important;
    margin-top: 20px !important;
}

#events-grid .eaw-booknow .wfea-button {
    padding: 17px 40px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    text-transform: none !important;
    font-size: 17px !important;
    color: #012987 !important;
    font-weight: 500 !important;
    width: 100%;
    text-align: center;
}

#events-grid .eaw-booknow .wfea-button:hover {
    color: #012987 !important;
}
/* Document Styles */
#cmplz-document {
    max-width: 100% !important;
}

#cmplz-document p {
    font-size: 16px !important;
}

#cmplz-document a {
    color: #000 !important;
}
/* Toggle Effect Styles */
.toggle-effect {
    text-align: center !important;
}

.toggle-effect input[type="checkbox"].toggle {
    opacity: 0 !important;
    position: absolute !important;
    left: -99999px !important;
}

.toggle-effect input[type="checkbox"].toggle + label {
    height: 70px !important;
    line-height: 1.2 !important;
    background-color: #E9E9E9 !important;
    padding: 0px 16px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in !important;
    width: 100% !important;
    text-align: center !important;
    max-width: 250px !important;
}

.toggle-effect input[type="checkbox"].toggle + label:before,
.toggle-effect input[type="checkbox"].toggle + label:hover:before {
    content: " " !important;
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    width: 54px !important;
    height: 54px !important;
    background: #fff !important;
    z-index: 2 !important;
    transition: all 0.25s ease-in !important;
    border-radius: 50% !important;
}

.toggle-effect input[type="checkbox"].toggle + label .text-wrapp {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    height: 100% !important;
    position: relative !important;
}

.toggle-effect input[type="checkbox"].toggle + label .off,
.toggle-effect input[type="checkbox"].toggle + label .on {
    color: #012987 !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    width: 100% !important;
    position: absolute !important;
    transition: opacity 0.5s ease !important;
    line-height: 1;
    padding-bottom: 5px;
}

.toggle-effect input[type="checkbox"].toggle + label .off::selection,
.toggle-effect input[type="checkbox"].toggle + label .on::selection {
    background: transparent !important;
    color: inherit !important;
}

.toggle-effect input[type="checkbox"].toggle + label .off {
    padding-left: 50px !important;
    display: inline-block !important;
}

.toggle-effect input[type="checkbox"].toggle + label .on {
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
    padding-right: 50px !important;
}

.toggle-effect input[type="checkbox"].toggle:checked + label .off {
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
}

.toggle-effect input[type="checkbox"].toggle:checked + label .on {
    color: #FFF !important;
    opacity: 1 !important;
}

.toggle-effect input[type="checkbox"].toggle:checked + label,
.toggle-effect input[type="checkbox"].toggle:focus:checked + label {
    background-color: #012987 !important;
}

.toggle-effect input[type="checkbox"].toggle:checked + label:before,
.toggle-effect input[type="checkbox"].toggle:checked + label:hover:before,
.toggle-effect input[type="checkbox"].toggle:focus:checked + label:before,
.toggle-effect input[type="checkbox"].toggle:focus:checked + label:hover:before {
    background-position: 0 0 !important;
    top: 8px !important;
    left: 100% !important;
    margin-left: -64px !important;
}
/* Social Media & General Styles */
.wp-social-link-tiktok svg {
    width: 23px !important;
    height: 23px !important;
}

.copyright {
    text-align: center;
}

.otgs-development-site-front-end {
    display: none;
}

[data-wpml="language-item"]:first-of-type {
    padding: 0 !important;
}

.wpml-language-switcher-block ul li {
    padding: 5px 0 0 0 !important;
}

.icon-box-wrapp svg path {
    fill: #012987 !important;
}

/* Premium Persons Styles */
.premium-persons-container .premium-person-name,
.premium-persons-container .premium-person-content,
.premium-persons-container .premium-person-content p {
    margin-bottom: 0 !important;
}

.premium-persons-container .premium-person-info {
    border-radius: 0px 0px 10px 10px;
    flex: 1;
}

.premium-person-style2 .premium-person-social {
    box-shadow: none !important;
}

/* Slick Slider Styles */
.slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.slick-track .slick-slide {
    display: flex !important;
    position: relative !important;
    flex-direction: column !important;
    flex: 1;
    height: inherit;
}
/* END Slick Slider Styles */

.lawwwing-text-container,
.lawwwing-text-container a{
 color: #404040;
 font-weight: 500;
}

.lawwwing-text-container h1{
  font-size: 56px!important;
  margin-bottom: 1em;
  line-height: 1em;
  color: #012987;
}

.lawwwing-text-container h2,
.lawwwing-text-container h3{
  font-size: 34px;
  font-weight: 700;
 color: #012987;
}
.lawwwing-text-container small{
  font-size: 19px;

}
.lawwwing-text-container .powered-wrapper{
  display: none;
}

.lawwwing-text-container .document-footer .powered-wrapper{
  display: block;
}
.lawwwing-text-container .document-footer{
  font-size: 16px;
}
/* Media Queries */
@media screen and (max-width: 767px) {
    #events-grid .eaw-ulx {
        flex-direction: column !important;
    }
    
    #events-grid .eaw-li__wrap {
        max-width: 100% !important;
    }
    
    .icon-box-wrapp .elementor-icon-box-wrapper {
        align-items: center !important;
    }
    
    .icon-box-wrapp .elementor-icon-box-icon {
        height: 75px !important;
    }
}

@media screen and (max-width: 921px) {
    .social-footer {
        justify-content: center !important;
    }
    
    .form-nombre-apellidos .wpforms-field-row .wpforms-field-row-block {
        width: 100% !important;
        margin: 0 !important;
    }
    
    .form-nombre-apellidos .wpforms-first {
        padding-bottom: 20px !important;
    }
    
    footer .wpml-language-switcher-block ul {
        justify-content: center !important;
    }
}