/** * medishop functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package medishop */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } if ( ! defined( 'MEDISHOP_VERSION' ) ) { // Replace the version number of the theme on each release. define( 'MEDISHOP_VERSION', wp_get_theme()->get( 'Version' ) ); } if ( ! defined( 'MEDISHOP_THEMEROOT' ) ) { // Replace the version number of the theme on each release. define( 'MEDISHOP_THEMEROOT', get_template_directory_uri()); } if ( ! defined( 'MEDISHOP_THEMEROOT_DIR' ) ) { // Replace the version number of the theme on each release. define( 'MEDISHOP_THEMEROOT_DIR', get_template_directory()); } if ( ! defined( 'MEDISHOP_IMAGES' ) ) { // Replace the version number of the theme on each release. define( 'MEDISHOP_IMAGES', MEDISHOP_THEMEROOT.'/assets/images'); } if ( ! defined( 'MEDISHOP_CSS' ) ) { // Replace the version number of the theme on each release. define( 'MEDISHOP_CSS', MEDISHOP_THEMEROOT.'/assets/css'); } if ( ! defined( 'MEDISHOP_JS' ) ) { // Replace the version number of the theme on each release. define( 'MEDISHOP_JS', MEDISHOP_THEMEROOT.'/assets/js'); } if ( ! defined( 'MEDISHOP_VEND' ) ) { // Replace the version number of the theme on each release. define( 'MEDISHOP_VEND', MEDISHOP_THEMEROOT.'/assets/vendors'); } if ( ! function_exists( 'medishop_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function medishop_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on medishop, use a find and replace * to change 'medishop' to the name of your theme in all the template files. */ load_theme_textdomain( 'medishop', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'main_menu' => esc_html__( 'Main Menu', 'medishop' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', 'style', 'script', ) ); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'medishop_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); /** * Add support for core custom logo. * * @link https://codex.wordpress.org/Theme_Logo */ add_theme_support( 'custom-logo', array( 'height' => 250, 'width' => 250, 'flex-width' => true, 'flex-height' => true, ) ); // add theme support WooCommerce add_theme_support( 'woocommerce' ); add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); } endif; add_action( 'after_setup_theme', 'medishop_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function medishop_content_width() { $GLOBALS['content_width'] = apply_filters( 'medishop_content_width', 640 ); } add_action( 'after_setup_theme', 'medishop_content_width', 0 ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function medishop_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'medishop' ), 'id' => 'blog_sidebar', 'description' => esc_html__( 'Add widgets here.', 'medishop' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); register_sidebar( array( 'name' => esc_html__( 'Shop Sidebar', 'medishop' ), 'id' => 'shop_sidebar', 'description' => esc_html__( 'Add widgets here.', 'medishop' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'medishop_widgets_init' ); /** * medishop required function init */ require_once MEDISHOP_THEMEROOT_DIR . '/inc/init.php'; /** * medishop options and metabox init */ require_once MEDISHOP_THEMEROOT_DIR . '/lib/init.php'; <!doctype html> <html lang="es"> <head> <meta charset="UTF-8"> <!-- For IE --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- For Responsive Device --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script>document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script> <meta name='robots' content='max-image-preview:large' /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/farmacialosrodeos.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.7"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='dlAddons-widgets-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/modules/widgets/widgets.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='drth-theme-styles-css' href='https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/widgets/widgets.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='droit-icons-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/css/icons.min.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='droit-common-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/css/editor-common.min.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='droit-widget-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/css/widget.min.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='droit-animate-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/vendor/animation/animate.min.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='reset-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/vendor/reset.min.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='grid-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/vendor/grid.min.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='button-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/vendor/button.min.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='owl-carousel-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/vendor/owl_carousel/css/owl.carousel.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/assets/vendor/swiper/swiper.min.css?ver=3.1.3' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://farmacialosrodeos.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.7' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-vendors-style-css' href='https://farmacialosrodeos.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=9.4.4' type='text/css' media='all' /> <link rel='stylesheet' id='wc-blocks-style-css' href='https://farmacialosrodeos.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=9.4.4' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-selectBox-css' href='https://farmacialosrodeos.com/wp-content/plugins/yith-woocommerce-wishlist/assets/css/jquery.selectBox.css?ver=1.2.0' type='text/css' media='all' /> <link rel='stylesheet' id='yith-wcwl-font-awesome-css' href='https://farmacialosrodeos.com/wp-content/plugins/yith-woocommerce-wishlist/assets/css/font-awesome.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce_prettyPhoto_css-css' href='//farmacialosrodeos.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto.css?ver=3.1.6' type='text/css' media='all' /> <link rel='stylesheet' id='yith-wcwl-main-css' href='https://farmacialosrodeos.com/wp-content/plugins/yith-woocommerce-wishlist/assets/css/style.css?ver=3.18.0' type='text/css' media='all' /> <style id='yith-wcwl-main-inline-css' type='text/css'> .yith-wcwl-share li a{color: #FFFFFF;}.yith-wcwl-share li a:hover{color: #FFFFFF;}.yith-wcwl-share a.facebook{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.facebook:hover{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.twitter{background: #45AFE2; background-color: #45AFE2;}.yith-wcwl-share a.twitter:hover{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.pinterest{background: #AB2E31; background-color: #AB2E31;}.yith-wcwl-share a.pinterest:hover{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.email{background: #FBB102; background-color: #FBB102;}.yith-wcwl-share a.email:hover{background: #39599E; background-color: #39599E;}.yith-wcwl-share a.whatsapp{background: #00A901; background-color: #00A901;}.yith-wcwl-share a.whatsapp:hover{background: #39599E; background-color: #39599E;} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <style id='extendify-gutenberg-patterns-and-templates-utilities-inline-css' type='text/css'> .ext-absolute { position: absolute !important; } .ext-relative { position: relative !important; } .ext-top-base { top: var(--wp--style--block-gap, 1.75rem) !important; } .ext-top-lg { top: var(--extendify--spacing--large, 3rem) !important; } .ext--top-base { top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--top-lg { top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-right-base { right: var(--wp--style--block-gap, 1.75rem) !important; } .ext-right-lg { right: var(--extendify--spacing--large, 3rem) !important; } .ext--right-base { right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--right-lg { right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-bottom-base { bottom: var(--wp--style--block-gap, 1.75rem) !important; } .ext-bottom-lg { bottom: var(--extendify--spacing--large, 3rem) !important; } .ext--bottom-base { bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--bottom-lg { bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-left-base { left: var(--wp--style--block-gap, 1.75rem) !important; } .ext-left-lg { left: var(--extendify--spacing--large, 3rem) !important; } .ext--left-base { left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--left-lg { left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-order-1 { order: 1 !important; } .ext-order-2 { order: 2 !important; } .ext-col-auto { grid-column: auto !important; } .ext-col-span-1 { grid-column: span 1 / span 1 !important; } .ext-col-span-2 { grid-column: span 2 / span 2 !important; } .ext-col-span-3 { grid-column: span 3 / span 3 !important; } .ext-col-span-4 { grid-column: span 4 / span 4 !important; } .ext-col-span-5 { grid-column: span 5 / span 5 !important; } .ext-col-span-6 { grid-column: span 6 / span 6 !important; } .ext-col-span-7 { grid-column: span 7 / span 7 !important; } .ext-col-span-8 { grid-column: span 8 / span 8 !important; } .ext-col-span-9 { grid-column: span 9 / span 9 !important; } .ext-col-span-10 { grid-column: span 10 / span 10 !important; } .ext-col-span-11 { grid-column: span 11 / span 11 !important; } .ext-col-span-12 { grid-column: span 12 / span 12 !important; } .ext-col-span-full { grid-column: 1 / -1 !important; } .ext-col-start-1 { grid-column-start: 1 !important; } .ext-col-start-2 { grid-column-start: 2 !important; } .ext-col-start-3 { grid-column-start: 3 !important; } .ext-col-start-4 { grid-column-start: 4 !important; } .ext-col-start-5 { grid-column-start: 5 !important; } .ext-col-start-6 { grid-column-start: 6 !important; } .ext-col-start-7 { grid-column-start: 7 !important; } .ext-col-start-8 { grid-column-start: 8 !important; } .ext-col-start-9 { grid-column-start: 9 !important; } .ext-col-start-10 { grid-column-start: 10 !important; } .ext-col-start-11 { grid-column-start: 11 !important; } .ext-col-start-12 { grid-column-start: 12 !important; } .ext-col-start-13 { grid-column-start: 13 !important; } .ext-col-start-auto { grid-column-start: auto !important; } .ext-col-end-1 { grid-column-end: 1 !important; } .ext-col-end-2 { grid-column-end: 2 !important; } .ext-col-end-3 { grid-column-end: 3 !important; } .ext-col-end-4 { grid-column-end: 4 !important; } .ext-col-end-5 { grid-column-end: 5 !important; } .ext-col-end-6 { grid-column-end: 6 !important; } .ext-col-end-7 { grid-column-end: 7 !important; } .ext-col-end-8 { grid-column-end: 8 !important; } .ext-col-end-9 { grid-column-end: 9 !important; } .ext-col-end-10 { grid-column-end: 10 !important; } .ext-col-end-11 { grid-column-end: 11 !important; } .ext-col-end-12 { grid-column-end: 12 !important; } .ext-col-end-13 { grid-column-end: 13 !important; } .ext-col-end-auto { grid-column-end: auto !important; } .ext-row-auto { grid-row: auto !important; } .ext-row-span-1 { grid-row: span 1 / span 1 !important; } .ext-row-span-2 { grid-row: span 2 / span 2 !important; } .ext-row-span-3 { grid-row: span 3 / span 3 !important; } .ext-row-span-4 { grid-row: span 4 / span 4 !important; } .ext-row-span-5 { grid-row: span 5 / span 5 !important; } .ext-row-span-6 { grid-row: span 6 / span 6 !important; } .ext-row-span-full { grid-row: 1 / -1 !important; } .ext-row-start-1 { grid-row-start: 1 !important; } .ext-row-start-2 { grid-row-start: 2 !important; } .ext-row-start-3 { grid-row-start: 3 !important; } .ext-row-start-4 { grid-row-start: 4 !important; } .ext-row-start-5 { grid-row-start: 5 !important; } .ext-row-start-6 { grid-row-start: 6 !important; } .ext-row-start-7 { grid-row-start: 7 !important; } .ext-row-start-auto { grid-row-start: auto !important; } .ext-row-end-1 { grid-row-end: 1 !important; } .ext-row-end-2 { grid-row-end: 2 !important; } .ext-row-end-3 { grid-row-end: 3 !important; } .ext-row-end-4 { grid-row-end: 4 !important; } .ext-row-end-5 { grid-row-end: 5 !important; } .ext-row-end-6 { grid-row-end: 6 !important; } .ext-row-end-7 { grid-row-end: 7 !important; } .ext-row-end-auto { grid-row-end: auto !important; } .ext-m-0:not([style*="margin"]) { margin: 0 !important; } .ext-m-auto:not([style*="margin"]) { margin: auto !important; } .ext-m-base:not([style*="margin"]) { margin: var(--wp--style--block-gap, 1.75rem) !important; } .ext-m-lg:not([style*="margin"]) { margin: var(--extendify--spacing--large, 3rem) !important; } .ext--m-base:not([style*="margin"]) { margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--m-lg:not([style*="margin"]) { margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-mx-0:not([style*="margin"]) { margin-left: 0 !important; margin-right: 0 !important; } .ext-mx-auto:not([style*="margin"]) { margin-left: auto !important; margin-right: auto !important; } .ext-mx-base:not([style*="margin"]) { margin-left: var(--wp--style--block-gap, 1.75rem) !important; margin-right: var(--wp--style--block-gap, 1.75rem) !important; } .ext-mx-lg:not([style*="margin"]) { margin-left: var(--extendify--spacing--large, 3rem) !important; margin-right: var(--extendify--spacing--large, 3rem) !important; } .ext--mx-base:not([style*="margin"]) { margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--mx-lg:not([style*="margin"]) { margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-my-0:not([style*="margin"]) { margin-top: 0 !important; margin-bottom: 0 !important; } .ext-my-auto:not([style*="margin"]) { margin-top: auto !important; margin-bottom: auto !important; } .ext-my-base:not([style*="margin"]) { margin-top: var(--wp--style--block-gap, 1.75rem) !important; margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .ext-my-lg:not([style*="margin"]) { margin-top: var(--extendify--spacing--large, 3rem) !important; margin-bottom: var(--extendify--spacing--large, 3rem) !important; } .ext--my-base:not([style*="margin"]) { margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--my-lg:not([style*="margin"]) { margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-mt-0:not([style*="margin"]) { margin-top: 0 !important; } .ext-mt-auto:not([style*="margin"]) { margin-top: auto !important; } .ext-mt-base:not([style*="margin"]) { margin-top: var(--wp--style--block-gap, 1.75rem) !important; } .ext-mt-lg:not([style*="margin"]) { margin-top: var(--extendify--spacing--large, 3rem) !important; } .ext--mt-base:not([style*="margin"]) { margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--mt-lg:not([style*="margin"]) { margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-mr-0:not([style*="margin"]) { margin-right: 0 !important; } .ext-mr-auto:not([style*="margin"]) { margin-right: auto !important; } .ext-mr-base:not([style*="margin"]) { margin-right: var(--wp--style--block-gap, 1.75rem) !important; } .ext-mr-lg:not([style*="margin"]) { margin-right: var(--extendify--spacing--large, 3rem) !important; } .ext--mr-base:not([style*="margin"]) { margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--mr-lg:not([style*="margin"]) { margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-mb-0:not([style*="margin"]) { margin-bottom: 0 !important; } .ext-mb-auto:not([style*="margin"]) { margin-bottom: auto !important; } .ext-mb-base:not([style*="margin"]) { margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .ext-mb-lg:not([style*="margin"]) { margin-bottom: var(--extendify--spacing--large, 3rem) !important; } .ext--mb-base:not([style*="margin"]) { margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--mb-lg:not([style*="margin"]) { margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-ml-0:not([style*="margin"]) { margin-left: 0 !important; } .ext-ml-auto:not([style*="margin"]) { margin-left: auto !important; } .ext-ml-base:not([style*="margin"]) { margin-left: var(--wp--style--block-gap, 1.75rem) !important; } .ext-ml-lg:not([style*="margin"]) { margin-left: var(--extendify--spacing--large, 3rem) !important; } .ext--ml-base:not([style*="margin"]) { margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .ext--ml-lg:not([style*="margin"]) { margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .ext-block { display: block !important; } .ext-inline-block { display: inline-block !important; } .ext-inline { display: inline !important; } .ext-flex { display: flex !important; } .ext-inline-flex { display: inline-flex !important; } .ext-grid { display: grid !important; } .ext-inline-grid { display: inline-grid !important; } .ext-hidden { display: none !important; } .ext-w-auto { width: auto !important; } .ext-w-full { width: 100% !important; } .ext-max-w-full { max-width: 100% !important; } .ext-flex-1 { flex: 1 1 0% !important; } .ext-flex-auto { flex: 1 1 auto !important; } .ext-flex-initial { flex: 0 1 auto !important; } .ext-flex-none { flex: none !important; } .ext-flex-shrink-0 { flex-shrink: 0 !important; } .ext-flex-shrink { flex-shrink: 1 !important; } .ext-flex-grow-0 { flex-grow: 0 !important; } .ext-flex-grow { flex-grow: 1 !important; } .ext-list-none { list-style-type: none !important; } .ext-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .ext-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .ext-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .ext-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .ext-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .ext-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .ext-grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .ext-grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .ext-grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .ext-grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .ext-grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .ext-grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .ext-grid-cols-none { grid-template-columns: none !important; } .ext-grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .ext-grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .ext-grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .ext-grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .ext-grid-rows-5 { grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .ext-grid-rows-6 { grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .ext-grid-rows-none { grid-template-rows: none !important; } .ext-flex-row { flex-direction: row !important; } .ext-flex-row-reverse { flex-direction: row-reverse !important; } .ext-flex-col { flex-direction: column !important; } .ext-flex-col-reverse { flex-direction: column-reverse !important; } .ext-flex-wrap { flex-wrap: wrap !important; } .ext-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .ext-flex-nowrap { flex-wrap: nowrap !important; } .ext-items-start { align-items: flex-start !important; } .ext-items-end { align-items: flex-end !important; } .ext-items-center { align-items: center !important; } .ext-items-baseline { align-items: baseline !important; } .ext-items-stretch { align-items: stretch !important; } .ext-justify-start { justify-content: flex-start !important; } .ext-justify-end { justify-content: flex-end !important; } .ext-justify-center { justify-content: center !important; } .ext-justify-between { justify-content: space-between !important; } .ext-justify-around { justify-content: space-around !important; } .ext-justify-evenly { justify-content: space-evenly !important; } .ext-justify-items-start { justify-items: start !important; } .ext-justify-items-end { justify-items: end !important; } .ext-justify-items-center { justify-items: center !important; } .ext-justify-items-stretch { justify-items: stretch !important; } .ext-gap-0 { gap: 0 !important; } .ext-gap-base { gap: var(--wp--style--block-gap, 1.75rem) !important; } .ext-gap-lg { gap: var(--extendify--spacing--large, 3rem) !important; } .ext-gap-x-0 { -moz-column-gap: 0 !important; column-gap: 0 !important; } .ext-gap-x-base { -moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important; column-gap: var(--wp--style--block-gap, 1.75rem) !important; } .ext-gap-x-lg { -moz-column-gap: var(--extendify--spacing--large, 3rem) !important; column-gap: var(--extendify--spacing--large, 3rem) !important; } .ext-gap-y-0 { row-gap: 0 !important; } .ext-gap-y-base { row-gap: var(--wp--style--block-gap, 1.75rem) !important; } .ext-gap-y-lg { row-gap: var(--extendify--spacing--large, 3rem) !important; } .ext-justify-self-auto { justify-self: auto !important; } .ext-justify-self-start { justify-self: start !important; } .ext-justify-self-end { justify-self: end !important; } .ext-justify-self-center { justify-self: center !important; } .ext-justify-self-stretch { justify-self: stretch !important; } .ext-rounded-none { border-radius: 0px !important; } .ext-rounded-full { border-radius: 9999px !important; } .ext-rounded-t-none { border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; } .ext-rounded-t-full { border-top-left-radius: 9999px !important; border-top-right-radius: 9999px !important; } .ext-rounded-r-none { border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important; } .ext-rounded-r-full { border-top-right-radius: 9999px !important; border-bottom-right-radius: 9999px !important; } .ext-rounded-b-none { border-bottom-right-radius: 0px !important; border-bottom-left-radius: 0px !important; } .ext-rounded-b-full { border-bottom-right-radius: 9999px !important; border-bottom-left-radius: 9999px !important; } .ext-rounded-l-none { border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; } .ext-rounded-l-full { border-top-left-radius: 9999px !important; border-bottom-left-radius: 9999px !important; } .ext-rounded-tl-none { border-top-left-radius: 0px !important; } .ext-rounded-tl-full { border-top-left-radius: 9999px !important; } .ext-rounded-tr-none { border-top-right-radius: 0px !important; } .ext-rounded-tr-full { border-top-right-radius: 9999px !important; } .ext-rounded-br-none { border-bottom-right-radius: 0px !important; } .ext-rounded-br-full { border-bottom-right-radius: 9999px !important; } .ext-rounded-bl-none { border-bottom-left-radius: 0px !important; } .ext-rounded-bl-full { border-bottom-left-radius: 9999px !important; } .ext-border-0 { border-width: 0px !important; } .ext-border-t-0 { border-top-width: 0px !important; } .ext-border-r-0 { border-right-width: 0px !important; } .ext-border-b-0 { border-bottom-width: 0px !important; } .ext-border-l-0 { border-left-width: 0px !important; } .ext-p-0:not([style*="padding"]) { padding: 0 !important; } .ext-p-base:not([style*="padding"]) { padding: var(--wp--style--block-gap, 1.75rem) !important; } .ext-p-lg:not([style*="padding"]) { padding: var(--extendify--spacing--large, 3rem) !important; } .ext-px-0:not([style*="padding"]) { padding-left: 0 !important; padding-right: 0 !important; } .ext-px-base:not([style*="padding"]) { padding-left: var(--wp--style--block-gap, 1.75rem) !important; padding-right: var(--wp--style--block-gap, 1.75rem) !important; } .ext-px-lg:not([style*="padding"]) { padding-left: var(--extendify--spacing--large, 3rem) !important; padding-right: var(--extendify--spacing--large, 3rem) !important; } .ext-py-0:not([style*="padding"]) { padding-top: 0 !important; padding-bottom: 0 !important; } .ext-py-base:not([style*="padding"]) { padding-top: var(--wp--style--block-gap, 1.75rem) !important; padding-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .ext-py-lg:not([style*="padding"]) { padding-top: var(--extendify--spacing--large, 3rem) !important; padding-bottom: var(--extendify--spacing--large, 3rem) !important; } .ext-pt-0:not([style*="padding"]) { padding-top: 0 !important; } .ext-pt-base:not([style*="padding"]) { padding-top: var(--wp--style--block-gap, 1.75rem) !important; } .ext-pt-lg:not([style*="padding"]) { padding-top: var(--extendify--spacing--large, 3rem) !important; } .ext-pr-0:not([style*="padding"]) { padding-right: 0 !important; } .ext-pr-base:not([style*="padding"]) { padding-right: var(--wp--style--block-gap, 1.75rem) !important; } .ext-pr-lg:not([style*="padding"]) { padding-right: var(--extendify--spacing--large, 3rem) !important; } .ext-pb-0:not([style*="padding"]) { padding-bottom: 0 !important; } .ext-pb-base:not([style*="padding"]) { padding-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .ext-pb-lg:not([style*="padding"]) { padding-bottom: var(--extendify--spacing--large, 3rem) !important; } .ext-pl-0:not([style*="padding"]) { padding-left: 0 !important; } .ext-pl-base:not([style*="padding"]) { padding-left: var(--wp--style--block-gap, 1.75rem) !important; } .ext-pl-lg:not([style*="padding"]) { padding-left: var(--extendify--spacing--large, 3rem) !important; } .ext-text-left { text-align: left !important; } .ext-text-center { text-align: center !important; } .ext-text-right { text-align: right !important; } .ext-leading-none { line-height: 1 !important; } .ext-leading-tight { line-height: 1.25 !important; } .ext-leading-snug { line-height: 1.375 !important; } .ext-leading-normal { line-height: 1.5 !important; } .ext-leading-relaxed { line-height: 1.625 !important; } .ext-leading-loose { line-height: 2 !important; } .ext-aspect-square img { aspect-ratio: 1 / 1 !important; -o-object-fit: cover !important; object-fit: cover !important; } .ext-aspect-landscape img { aspect-ratio: 4 / 3 !important; -o-object-fit: cover !important; object-fit: cover !important; } .ext-aspect-landscape-wide img { aspect-ratio: 16 / 9 !important; -o-object-fit: cover !important; object-fit: cover !important; } .ext-aspect-portrait img { aspect-ratio: 3 / 4 !important; -o-object-fit: cover !important; object-fit: cover !important; } .ext-aspect-square .components-resizable-box__container, .ext-aspect-landscape .components-resizable-box__container, .ext-aspect-landscape-wide .components-resizable-box__container, .ext-aspect-portrait .components-resizable-box__container { height: auto !important; } .clip-path--rhombus img { -webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important; clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important; } .clip-path--diamond img { -webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important; clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important; } .clip-path--rhombus-alt img { -webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important; clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important; } /* The .ext utility is a top-level class that we use to target contents within our patterns. We use it here to ensure columns blocks display well across themes. */ .wp-block-columns[class*="fullwidth-cols"] { /* no suggestion */ margin-bottom: unset !important; } .wp-block-column.editor\:pointer-events-none { /* no suggestion */ margin-top: 0 !important; margin-bottom: 0 !important; } .is-root-container.block-editor-block-list__layout > [data-align="full"]:not(:first-of-type) > .wp-block-column.editor\:pointer-events-none, .is-root-container.block-editor-block-list__layout > [data-align="wide"] > .wp-block-column.editor\:pointer-events-none { /* no suggestion */ margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important; } .is-root-container.block-editor-block-list__layout > [data-align="full"]:not(:first-of-type) > .ext-my-0, .is-root-container.block-editor-block-list__layout > [data-align="wide"] > .ext-my-0:not([style*="margin"]) { /* no suggestion */ margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important; } /* Some popular themes use padding instead of core margin for columns; remove it */ .ext .wp-block-columns .wp-block-column[style*="padding"] { /* no suggestion */ padding-left: 0 !important; padding-right: 0 !important; } /* Some popular themes add double spacing between columns; remove it */ .ext .wp-block-columns + .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not([style*="margin"]) { /* no suggestion */ margin-top: 0 !important; } [class*="fullwidth-cols"] .wp-block-column:first-child, [class*="fullwidth-cols"] .wp-block-group:first-child { /* no suggestion */ } [class*="fullwidth-cols"] .wp-block-column:first-child, [class*="fullwidth-cols"] .wp-block-group:first-child { margin-top: 0 !important; } [class*="fullwidth-cols"] .wp-block-column:last-child, [class*="fullwidth-cols"] .wp-block-group:last-child { /* no suggestion */ } [class*="fullwidth-cols"] .wp-block-column:last-child, [class*="fullwidth-cols"] .wp-block-group:last-child { margin-bottom: 0 !important; } [class*="fullwidth-cols"] .wp-block-column:first-child > * { /* no suggestion */ margin-top: 0 !important; } [class*="fullwidth-cols"] .wp-block-column > *:first-child { /* no suggestion */ margin-top: 0 !important; } [class*="fullwidth-cols"] .wp-block-column > *:last-child { /* no suggestion */ margin-bottom: 0 !important; } .ext .is-not-stacked-on-mobile .wp-block-column { /* no suggestion */ margin-bottom: 0 !important; } /* Add base margin bottom to all columns */ .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) { /* no suggestion */ margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } @media (min-width: 782px) { .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) { /* no suggestion */ margin-bottom: 0 !important; } } /* Remove margin bottom from "not-stacked" columns */ .wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile > .wp-block-column { /* no suggestion */ margin-bottom: 0 !important; } @media (min-width: 600px) and (max-width: 781px) { .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(even) { /* no suggestion */ margin-left: var(--wp--style--block-gap, 2em) !important; } } /* The `tablet:fullwidth-cols` and `desktop:fullwidth-cols` utilities are used to counter the core/columns responsive for at our breakpoints. */ @media (max-width: 781px) { .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) { flex-wrap: wrap !important; } .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { margin-left: 0 !important; } .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*="margin"]) { /* no suggestion */ margin-left: 0 !important; } .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; /* Required to negate core/columns flex-basis */ } } @media (max-width: 1079px) { .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) { flex-wrap: wrap !important; } .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { margin-left: 0 !important; } .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*="margin"]) { /* no suggestion */ margin-left: 0 !important; } .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; /* Required to negate core/columns flex-basis */ } .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) { margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } } .direction-rtl { direction: rtl !important; } .direction-ltr { direction: ltr !important; } /* Use "is-style-" prefix to support adding this style to the core/list block */ .is-style-inline-list { padding-left: 0 !important; } .is-style-inline-list li { /* no suggestion */ list-style-type: none !important; } @media (min-width: 782px) { .is-style-inline-list li { margin-right: var(--wp--style--block-gap, 1.75rem) !important; display: inline !important; } } .is-style-inline-list li:first-child { /* no suggestion */ } @media (min-width: 782px) { .is-style-inline-list li:first-child { margin-left: 0 !important; } } .is-style-inline-list li:last-child { /* no suggestion */ } @media (min-width: 782px) { .is-style-inline-list li:last-child { margin-right: 0 !important; } } .bring-to-front { position: relative !important; z-index: 10 !important; } .text-stroke { -webkit-text-stroke-width: var( --wp--custom--typography--text-stroke-width, 2px ) !important; -webkit-text-stroke-color: var(--wp--preset--color--background) !important; } .text-stroke--primary { -webkit-text-stroke-width: var( --wp--custom--typography--text-stroke-width, 2px ) !important; -webkit-text-stroke-color: var(--wp--preset--color--primary) !important; } .text-stroke--secondary { -webkit-text-stroke-width: var( --wp--custom--typography--text-stroke-width, 2px ) !important; -webkit-text-stroke-color: var(--wp--preset--color--secondary) !important; } .editor\:no-caption .block-editor-rich-text__editable { display: none !important; } .editor\:no-inserter > .block-list-appender, .editor\:no-inserter .wp-block-group__inner-container > .block-list-appender { display: none !important; } .editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender { display: none !important; } .editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender { display: none !important; } .editor\:no-resize .components-resizable-box__handle::after, .editor\:no-resize .components-resizable-box__side-handle::before, .editor\:no-resize .components-resizable-box__handle { display: none !important; pointer-events: none !important; } .editor\:no-resize .components-resizable-box__container { display: block !important; } .editor\:pointer-events-none { pointer-events: none !important; } .is-style-angled { /* no suggestion */ align-items: center !important; justify-content: flex-end !important; } .ext .is-style-angled > [class*="_inner-container"] { align-items: center !important; } .is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background { /* no suggestion */ -webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important; clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important; z-index: 1 !important; } @media (min-width: 782px) { .is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background { /* no suggestion */ -webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important; clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important; } } .has-foreground-color { /* no suggestion */ color: var(--wp--preset--color--foreground, #000) !important; } .has-foreground-background-color { /* no suggestion */ background-color: var(--wp--preset--color--foreground, #000) !important; } .has-background-color { /* no suggestion */ color: var(--wp--preset--color--background, #fff) !important; } .has-background-background-color { /* no suggestion */ background-color: var(--wp--preset--color--background, #fff) !important; } .has-primary-color { /* no suggestion */ color: var(--wp--preset--color--primary, #4b5563) !important; } .has-primary-background-color { /* no suggestion */ background-color: var(--wp--preset--color--primary, #4b5563) !important; } .has-secondary-color { /* no suggestion */ color: var(--wp--preset--color--secondary, #9ca3af) !important; } .has-secondary-background-color { /* no suggestion */ background-color: var(--wp--preset--color--secondary, #9ca3af) !important; } /* Ensure themes that target specific elements use the right colors */ .ext.has-text-color p, .ext.has-text-color h1, .ext.has-text-color h2, .ext.has-text-color h3, .ext.has-text-color h4, .ext.has-text-color h5, .ext.has-text-color h6 { /* no suggestion */ color: currentColor !important; } .has-white-color { /* no suggestion */ color: var(--wp--preset--color--white, #fff) !important; } .has-black-color { /* no suggestion */ color: var(--wp--preset--color--black, #000) !important; } .has-ext-foreground-background-color { /* no suggestion */ background-color: var( --wp--preset--color--foreground, var(--wp--preset--color--black, #000) ) !important; } .has-ext-primary-background-color { /* no suggestion */ background-color: var( --wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000) ) !important; } /* Fix button borders with specified background colors */ .wp-block-button__link.has-black-background-color { /* no suggestion */ border-color: var(--wp--preset--color--black, #000) !important; } .wp-block-button__link.has-white-background-color { /* no suggestion */ border-color: var(--wp--preset--color--white, #fff) !important; } .has-ext-small-font-size { /* no suggestion */ font-size: var(--wp--preset--font-size--ext-small) !important; } .has-ext-medium-font-size { /* no suggestion */ font-size: var(--wp--preset--font-size--ext-medium) !important; } .has-ext-large-font-size { /* no suggestion */ font-size: var(--wp--preset--font-size--ext-large) !important; line-height: 1.2 !important; } .has-ext-x-large-font-size { /* no suggestion */ font-size: var(--wp--preset--font-size--ext-x-large) !important; line-height: 1 !important; } .has-ext-xx-large-font-size { /* no suggestion */ font-size: var(--wp--preset--font-size--ext-xx-large) !important; line-height: 1 !important; } /* Line height */ .has-ext-x-large-font-size:not([style*="line-height"]) { /* no suggestion */ line-height: 1.1 !important; } .has-ext-xx-large-font-size:not([style*="line-height"]) { /* no suggestion */ line-height: 1.1 !important; } .ext .wp-block-group > * { /* Line height */ margin-top: 0 !important; margin-bottom: 0 !important; } .ext .wp-block-group > * + * { margin-top: var(--wp--style--block-gap, 1.75rem) !important; margin-bottom: 0 !important; } .ext h2 { margin-top: var(--wp--style--block-gap, 1.75rem) !important; margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .has-ext-x-large-font-size + p, .has-ext-x-large-font-size + h3 { margin-top: 0.5rem !important; } .ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 { width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75) !important; min-width: 12rem !important; } /* Classic themes use an inner [class*="_inner-container"] that our utilities cannot directly target, so we need to do so with a few */ .ext .ext-grid > [class*="_inner-container"] { /* no suggestion */ display: grid !important; } /* Unhinge grid for container blocks in classic themes, and < 5.9 */ .ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]), .ext > [class*="_inner-container"] > .wp-block > .ext-grid:not([class*="columns"]) { /* no suggestion */ display: initial !important; } /* Grid Columns */ .ext .ext-grid-cols-1 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-2 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-3 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-4 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-5 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-6 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-7 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-8 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-9 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-10 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-11 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-12 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-13 > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: repeat(13, minmax(0, 1fr)) !important; } .ext .ext-grid-cols-none > [class*="_inner-container"] { /* no suggestion */ grid-template-columns: none !important; } /* Grid Rows */ .ext .ext-grid-rows-1 > [class*="_inner-container"] { /* no suggestion */ grid-template-rows: repeat(1, minmax(0, 1fr)) !important; } .ext .ext-grid-rows-2 > [class*="_inner-container"] { /* no suggestion */ grid-template-rows: repeat(2, minmax(0, 1fr)) !important; } .ext .ext-grid-rows-3 > [class*="_inner-container"] { /* no suggestion */ grid-template-rows: repeat(3, minmax(0, 1fr)) !important; } .ext .ext-grid-rows-4 > [class*="_inner-container"] { /* no suggestion */ grid-template-rows: repeat(4, minmax(0, 1fr)) !important; } .ext .ext-grid-rows-5 > [class*="_inner-container"] { /* no suggestion */ grid-template-rows: repeat(5, minmax(0, 1fr)) !important; } .ext .ext-grid-rows-6 > [class*="_inner-container"] { /* no suggestion */ grid-template-rows: repeat(6, minmax(0, 1fr)) !important; } .ext .ext-grid-rows-none > [class*="_inner-container"] { /* no suggestion */ grid-template-rows: none !important; } /* Align */ .ext .ext-items-start > [class*="_inner-container"] { align-items: flex-start !important; } .ext .ext-items-end > [class*="_inner-container"] { align-items: flex-end !important; } .ext .ext-items-center > [class*="_inner-container"] { align-items: center !important; } .ext .ext-items-baseline > [class*="_inner-container"] { align-items: baseline !important; } .ext .ext-items-stretch > [class*="_inner-container"] { align-items: stretch !important; } .ext.wp-block-group > *:last-child { /* no suggestion */ margin-bottom: 0 !important; } /* For <5.9 */ .ext .wp-block-group__inner-container { /* no suggestion */ padding: 0 !important; } .ext.has-background { /* no suggestion */ padding-left: var(--wp--style--block-gap, 1.75rem) !important; padding-right: var(--wp--style--block-gap, 1.75rem) !important; } /* Fallback for classic theme group blocks */ .ext *[class*="inner-container"] > .alignwide *[class*="inner-container"], .ext *[class*="inner-container"] > [data-align="wide"] *[class*="inner-container"] { /* no suggestion */ max-width: var(--responsive--alignwide-width, 120rem) !important; } .ext *[class*="inner-container"] > .alignwide *[class*="inner-container"] > *, .ext *[class*="inner-container"] > [data-align="wide"] *[class*="inner-container"] > * { /* no suggestion */ } .ext *[class*="inner-container"] > .alignwide *[class*="inner-container"] > *, .ext *[class*="inner-container"] > [data-align="wide"] *[class*="inner-container"] > * { max-width: 100% !important; } /* Ensure image block display is standardized */ .ext .wp-block-image { /* no suggestion */ position: relative !important; text-align: center !important; } .ext .wp-block-image img { /* no suggestion */ display: inline-block !important; vertical-align: middle !important; } body { /* no suggestion */ /* We need to abstract this out of tailwind.config because clamp doesnt translate with negative margins */ --extendify--spacing--large: var( --wp--custom--spacing--large, clamp(2em, 8vw, 8em) ) !important; /* Add pattern preset font sizes */ --wp--preset--font-size--ext-small: 1rem !important; --wp--preset--font-size--ext-medium: 1.125rem !important; --wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important; --wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important; --wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem) !important; /* Fallbacks for pre 5.9 themes */ --wp--preset--color--black: #000 !important; --wp--preset--color--white: #fff !important; } .ext * { box-sizing: border-box !important; } /* Astra: Remove spacer block visuals in the library */ .block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container { /* no suggestion */ background: transparent !important; } .block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before { /* no suggestion */ display: none !important; } /* Twenty Twenty adds a lot of margin automatically to blocks. We only want our own margin added to our patterns. */ .ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull { /* no suggestion */ margin-top: unset !important; margin-bottom: unset !important; } /* Ensure no funky business is assigned to alignwide */ .ext .alignwide { /* no suggestion */ margin-left: auto !important; margin-right: auto !important; } /* Negate blockGap being inappropriately assigned in the editor */ .is-root-container.block-editor-block-list__layout > [data-align="full"]:not(:first-of-type) > .ext-my-0, .is-root-container.block-editor-block-list__layout > [data-align="wide"] > .ext-my-0:not([style*="margin"]) { /* no suggestion */ margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important; } /* Ensure vh content in previews looks taller */ .block-editor-block-preview__content-iframe .preview\:min-h-50 { /* no suggestion */ min-height: 50vw !important; } .block-editor-block-preview__content-iframe .preview\:min-h-60 { /* no suggestion */ min-height: 60vw !important; } .block-editor-block-preview__content-iframe .preview\:min-h-70 { /* no suggestion */ min-height: 70vw !important; } .block-editor-block-preview__content-iframe .preview\:min-h-80 { /* no suggestion */ min-height: 80vw !important; } .block-editor-block-preview__content-iframe .preview\:min-h-100 { /* no suggestion */ min-height: 100vw !important; } /* Removes excess margin when applied to the alignfull parent div in Block Themes */ .ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]) { /* no suggestion */ margin-right: 0 !important; } .ext-ml-0:not([style*="margin"]):not([style*="margin"]) { /* no suggestion */ margin-left: 0 !important; } /* Ensures fullwidth blocks display properly in the editor when margin is zeroed out */ .is-root-container .wp-block[data-align="full"] > .ext-mx-0:not([style*="margin"]):not([style*="margin"]) { /* no suggestion */ margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important; margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important; overflow: hidden !important; width: unset !important; } @media (min-width: 782px) { .tablet\:ext-absolute { position: absolute !important; } .tablet\:ext-relative { position: relative !important; } .tablet\:ext-top-base { top: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-top-lg { top: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--top-base { top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--top-lg { top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-right-base { right: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-right-lg { right: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--right-base { right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--right-lg { right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-bottom-base { bottom: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-bottom-lg { bottom: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--bottom-base { bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--bottom-lg { bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-left-base { left: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-left-lg { left: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--left-base { left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--left-lg { left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-order-1 { order: 1 !important; } .tablet\:ext-order-2 { order: 2 !important; } .tablet\:ext-m-0:not([style*="margin"]) { margin: 0 !important; } .tablet\:ext-m-auto:not([style*="margin"]) { margin: auto !important; } .tablet\:ext-m-base:not([style*="margin"]) { margin: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-m-lg:not([style*="margin"]) { margin: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--m-base:not([style*="margin"]) { margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--m-lg:not([style*="margin"]) { margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-mx-0:not([style*="margin"]) { margin-left: 0 !important; margin-right: 0 !important; } .tablet\:ext-mx-auto:not([style*="margin"]) { margin-left: auto !important; margin-right: auto !important; } .tablet\:ext-mx-base:not([style*="margin"]) { margin-left: var(--wp--style--block-gap, 1.75rem) !important; margin-right: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-mx-lg:not([style*="margin"]) { margin-left: var(--extendify--spacing--large, 3rem) !important; margin-right: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--mx-base:not([style*="margin"]) { margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--mx-lg:not([style*="margin"]) { margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-my-0:not([style*="margin"]) { margin-top: 0 !important; margin-bottom: 0 !important; } .tablet\:ext-my-auto:not([style*="margin"]) { margin-top: auto !important; margin-bottom: auto !important; } .tablet\:ext-my-base:not([style*="margin"]) { margin-top: var(--wp--style--block-gap, 1.75rem) !important; margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-my-lg:not([style*="margin"]) { margin-top: var(--extendify--spacing--large, 3rem) !important; margin-bottom: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--my-base:not([style*="margin"]) { margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--my-lg:not([style*="margin"]) { margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-mt-0:not([style*="margin"]) { margin-top: 0 !important; } .tablet\:ext-mt-auto:not([style*="margin"]) { margin-top: auto !important; } .tablet\:ext-mt-base:not([style*="margin"]) { margin-top: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-mt-lg:not([style*="margin"]) { margin-top: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--mt-base:not([style*="margin"]) { margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--mt-lg:not([style*="margin"]) { margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-mr-0:not([style*="margin"]) { margin-right: 0 !important; } .tablet\:ext-mr-auto:not([style*="margin"]) { margin-right: auto !important; } .tablet\:ext-mr-base:not([style*="margin"]) { margin-right: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-mr-lg:not([style*="margin"]) { margin-right: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--mr-base:not([style*="margin"]) { margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--mr-lg:not([style*="margin"]) { margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-mb-0:not([style*="margin"]) { margin-bottom: 0 !important; } .tablet\:ext-mb-auto:not([style*="margin"]) { margin-bottom: auto !important; } .tablet\:ext-mb-base:not([style*="margin"]) { margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-mb-lg:not([style*="margin"]) { margin-bottom: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--mb-base:not([style*="margin"]) { margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--mb-lg:not([style*="margin"]) { margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-ml-0:not([style*="margin"]) { margin-left: 0 !important; } .tablet\:ext-ml-auto:not([style*="margin"]) { margin-left: auto !important; } .tablet\:ext-ml-base:not([style*="margin"]) { margin-left: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-ml-lg:not([style*="margin"]) { margin-left: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext--ml-base:not([style*="margin"]) { margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .tablet\:ext--ml-lg:not([style*="margin"]) { margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .tablet\:ext-block { display: block !important; } .tablet\:ext-inline-block { display: inline-block !important; } .tablet\:ext-inline { display: inline !important; } .tablet\:ext-flex { display: flex !important; } .tablet\:ext-inline-flex { display: inline-flex !important; } .tablet\:ext-grid { display: grid !important; } .tablet\:ext-inline-grid { display: inline-grid !important; } .tablet\:ext-hidden { display: none !important; } .tablet\:ext-w-auto { width: auto !important; } .tablet\:ext-w-full { width: 100% !important; } .tablet\:ext-max-w-full { max-width: 100% !important; } .tablet\:ext-flex-1 { flex: 1 1 0% !important; } .tablet\:ext-flex-auto { flex: 1 1 auto !important; } .tablet\:ext-flex-initial { flex: 0 1 auto !important; } .tablet\:ext-flex-none { flex: none !important; } .tablet\:ext-flex-shrink-0 { flex-shrink: 0 !important; } .tablet\:ext-flex-shrink { flex-shrink: 1 !important; } .tablet\:ext-flex-grow-0 { flex-grow: 0 !important; } .tablet\:ext-flex-grow { flex-grow: 1 !important; } .tablet\:ext-list-none { list-style-type: none !important; } .tablet\:ext-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .tablet\:ext-grid-cols-none { grid-template-columns: none !important; } .tablet\:ext-flex-row { flex-direction: row !important; } .tablet\:ext-flex-row-reverse { flex-direction: row-reverse !important; } .tablet\:ext-flex-col { flex-direction: column !important; } .tablet\:ext-flex-col-reverse { flex-direction: column-reverse !important; } .tablet\:ext-flex-wrap { flex-wrap: wrap !important; } .tablet\:ext-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .tablet\:ext-flex-nowrap { flex-wrap: nowrap !important; } .tablet\:ext-items-start { align-items: flex-start !important; } .tablet\:ext-items-end { align-items: flex-end !important; } .tablet\:ext-items-center { align-items: center !important; } .tablet\:ext-items-baseline { align-items: baseline !important; } .tablet\:ext-items-stretch { align-items: stretch !important; } .tablet\:ext-justify-start { justify-content: flex-start !important; } .tablet\:ext-justify-end { justify-content: flex-end !important; } .tablet\:ext-justify-center { justify-content: center !important; } .tablet\:ext-justify-between { justify-content: space-between !important; } .tablet\:ext-justify-around { justify-content: space-around !important; } .tablet\:ext-justify-evenly { justify-content: space-evenly !important; } .tablet\:ext-justify-items-start { justify-items: start !important; } .tablet\:ext-justify-items-end { justify-items: end !important; } .tablet\:ext-justify-items-center { justify-items: center !important; } .tablet\:ext-justify-items-stretch { justify-items: stretch !important; } .tablet\:ext-justify-self-auto { justify-self: auto !important; } .tablet\:ext-justify-self-start { justify-self: start !important; } .tablet\:ext-justify-self-end { justify-self: end !important; } .tablet\:ext-justify-self-center { justify-self: center !important; } .tablet\:ext-justify-self-stretch { justify-self: stretch !important; } .tablet\:ext-p-0:not([style*="padding"]) { padding: 0 !important; } .tablet\:ext-p-base:not([style*="padding"]) { padding: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-p-lg:not([style*="padding"]) { padding: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext-px-0:not([style*="padding"]) { padding-left: 0 !important; padding-right: 0 !important; } .tablet\:ext-px-base:not([style*="padding"]) { padding-left: var(--wp--style--block-gap, 1.75rem) !important; padding-right: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-px-lg:not([style*="padding"]) { padding-left: var(--extendify--spacing--large, 3rem) !important; padding-right: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext-py-0:not([style*="padding"]) { padding-top: 0 !important; padding-bottom: 0 !important; } .tablet\:ext-py-base:not([style*="padding"]) { padding-top: var(--wp--style--block-gap, 1.75rem) !important; padding-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-py-lg:not([style*="padding"]) { padding-top: var(--extendify--spacing--large, 3rem) !important; padding-bottom: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext-pt-0:not([style*="padding"]) { padding-top: 0 !important; } .tablet\:ext-pt-base:not([style*="padding"]) { padding-top: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-pt-lg:not([style*="padding"]) { padding-top: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext-pr-0:not([style*="padding"]) { padding-right: 0 !important; } .tablet\:ext-pr-base:not([style*="padding"]) { padding-right: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-pr-lg:not([style*="padding"]) { padding-right: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext-pb-0:not([style*="padding"]) { padding-bottom: 0 !important; } .tablet\:ext-pb-base:not([style*="padding"]) { padding-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-pb-lg:not([style*="padding"]) { padding-bottom: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext-pl-0:not([style*="padding"]) { padding-left: 0 !important; } .tablet\:ext-pl-base:not([style*="padding"]) { padding-left: var(--wp--style--block-gap, 1.75rem) !important; } .tablet\:ext-pl-lg:not([style*="padding"]) { padding-left: var(--extendify--spacing--large, 3rem) !important; } .tablet\:ext-text-left { text-align: left !important; } .tablet\:ext-text-center { text-align: center !important; } .tablet\:ext-text-right { text-align: right !important; } } @media (min-width: 1080px) { .desktop\:ext-absolute { position: absolute !important; } .desktop\:ext-relative { position: relative !important; } .desktop\:ext-top-base { top: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-top-lg { top: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--top-base { top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--top-lg { top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-right-base { right: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-right-lg { right: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--right-base { right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--right-lg { right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-bottom-base { bottom: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-bottom-lg { bottom: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--bottom-base { bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--bottom-lg { bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-left-base { left: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-left-lg { left: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--left-base { left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--left-lg { left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-order-1 { order: 1 !important; } .desktop\:ext-order-2 { order: 2 !important; } .desktop\:ext-m-0:not([style*="margin"]) { margin: 0 !important; } .desktop\:ext-m-auto:not([style*="margin"]) { margin: auto !important; } .desktop\:ext-m-base:not([style*="margin"]) { margin: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-m-lg:not([style*="margin"]) { margin: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--m-base:not([style*="margin"]) { margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--m-lg:not([style*="margin"]) { margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-mx-0:not([style*="margin"]) { margin-left: 0 !important; margin-right: 0 !important; } .desktop\:ext-mx-auto:not([style*="margin"]) { margin-left: auto !important; margin-right: auto !important; } .desktop\:ext-mx-base:not([style*="margin"]) { margin-left: var(--wp--style--block-gap, 1.75rem) !important; margin-right: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-mx-lg:not([style*="margin"]) { margin-left: var(--extendify--spacing--large, 3rem) !important; margin-right: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--mx-base:not([style*="margin"]) { margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--mx-lg:not([style*="margin"]) { margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-my-0:not([style*="margin"]) { margin-top: 0 !important; margin-bottom: 0 !important; } .desktop\:ext-my-auto:not([style*="margin"]) { margin-top: auto !important; margin-bottom: auto !important; } .desktop\:ext-my-base:not([style*="margin"]) { margin-top: var(--wp--style--block-gap, 1.75rem) !important; margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-my-lg:not([style*="margin"]) { margin-top: var(--extendify--spacing--large, 3rem) !important; margin-bottom: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--my-base:not([style*="margin"]) { margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--my-lg:not([style*="margin"]) { margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-mt-0:not([style*="margin"]) { margin-top: 0 !important; } .desktop\:ext-mt-auto:not([style*="margin"]) { margin-top: auto !important; } .desktop\:ext-mt-base:not([style*="margin"]) { margin-top: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-mt-lg:not([style*="margin"]) { margin-top: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--mt-base:not([style*="margin"]) { margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--mt-lg:not([style*="margin"]) { margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-mr-0:not([style*="margin"]) { margin-right: 0 !important; } .desktop\:ext-mr-auto:not([style*="margin"]) { margin-right: auto !important; } .desktop\:ext-mr-base:not([style*="margin"]) { margin-right: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-mr-lg:not([style*="margin"]) { margin-right: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--mr-base:not([style*="margin"]) { margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--mr-lg:not([style*="margin"]) { margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-mb-0:not([style*="margin"]) { margin-bottom: 0 !important; } .desktop\:ext-mb-auto:not([style*="margin"]) { margin-bottom: auto !important; } .desktop\:ext-mb-base:not([style*="margin"]) { margin-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-mb-lg:not([style*="margin"]) { margin-bottom: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--mb-base:not([style*="margin"]) { margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--mb-lg:not([style*="margin"]) { margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-ml-0:not([style*="margin"]) { margin-left: 0 !important; } .desktop\:ext-ml-auto:not([style*="margin"]) { margin-left: auto !important; } .desktop\:ext-ml-base:not([style*="margin"]) { margin-left: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-ml-lg:not([style*="margin"]) { margin-left: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext--ml-base:not([style*="margin"]) { margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important; } .desktop\:ext--ml-lg:not([style*="margin"]) { margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important; } .desktop\:ext-block { display: block !important; } .desktop\:ext-inline-block { display: inline-block !important; } .desktop\:ext-inline { display: inline !important; } .desktop\:ext-flex { display: flex !important; } .desktop\:ext-inline-flex { display: inline-flex !important; } .desktop\:ext-grid { display: grid !important; } .desktop\:ext-inline-grid { display: inline-grid !important; } .desktop\:ext-hidden { display: none !important; } .desktop\:ext-w-auto { width: auto !important; } .desktop\:ext-w-full { width: 100% !important; } .desktop\:ext-max-w-full { max-width: 100% !important; } .desktop\:ext-flex-1 { flex: 1 1 0% !important; } .desktop\:ext-flex-auto { flex: 1 1 auto !important; } .desktop\:ext-flex-initial { flex: 0 1 auto !important; } .desktop\:ext-flex-none { flex: none !important; } .desktop\:ext-flex-shrink-0 { flex-shrink: 0 !important; } .desktop\:ext-flex-shrink { flex-shrink: 1 !important; } .desktop\:ext-flex-grow-0 { flex-grow: 0 !important; } .desktop\:ext-flex-grow { flex-grow: 1 !important; } .desktop\:ext-list-none { list-style-type: none !important; } .desktop\:ext-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-11 { grid-template-columns: repeat(11, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)) !important; } .desktop\:ext-grid-cols-none { grid-template-columns: none !important; } .desktop\:ext-flex-row { flex-direction: row !important; } .desktop\:ext-flex-row-reverse { flex-direction: row-reverse !important; } .desktop\:ext-flex-col { flex-direction: column !important; } .desktop\:ext-flex-col-reverse { flex-direction: column-reverse !important; } .desktop\:ext-flex-wrap { flex-wrap: wrap !important; } .desktop\:ext-flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .desktop\:ext-flex-nowrap { flex-wrap: nowrap !important; } .desktop\:ext-items-start { align-items: flex-start !important; } .desktop\:ext-items-end { align-items: flex-end !important; } .desktop\:ext-items-center { align-items: center !important; } .desktop\:ext-items-baseline { align-items: baseline !important; } .desktop\:ext-items-stretch { align-items: stretch !important; } .desktop\:ext-justify-start { justify-content: flex-start !important; } .desktop\:ext-justify-end { justify-content: flex-end !important; } .desktop\:ext-justify-center { justify-content: center !important; } .desktop\:ext-justify-between { justify-content: space-between !important; } .desktop\:ext-justify-around { justify-content: space-around !important; } .desktop\:ext-justify-evenly { justify-content: space-evenly !important; } .desktop\:ext-justify-items-start { justify-items: start !important; } .desktop\:ext-justify-items-end { justify-items: end !important; } .desktop\:ext-justify-items-center { justify-items: center !important; } .desktop\:ext-justify-items-stretch { justify-items: stretch !important; } .desktop\:ext-justify-self-auto { justify-self: auto !important; } .desktop\:ext-justify-self-start { justify-self: start !important; } .desktop\:ext-justify-self-end { justify-self: end !important; } .desktop\:ext-justify-self-center { justify-self: center !important; } .desktop\:ext-justify-self-stretch { justify-self: stretch !important; } .desktop\:ext-p-0:not([style*="padding"]) { padding: 0 !important; } .desktop\:ext-p-base:not([style*="padding"]) { padding: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-p-lg:not([style*="padding"]) { padding: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext-px-0:not([style*="padding"]) { padding-left: 0 !important; padding-right: 0 !important; } .desktop\:ext-px-base:not([style*="padding"]) { padding-left: var(--wp--style--block-gap, 1.75rem) !important; padding-right: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-px-lg:not([style*="padding"]) { padding-left: var(--extendify--spacing--large, 3rem) !important; padding-right: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext-py-0:not([style*="padding"]) { padding-top: 0 !important; padding-bottom: 0 !important; } .desktop\:ext-py-base:not([style*="padding"]) { padding-top: var(--wp--style--block-gap, 1.75rem) !important; padding-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-py-lg:not([style*="padding"]) { padding-top: var(--extendify--spacing--large, 3rem) !important; padding-bottom: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext-pt-0:not([style*="padding"]) { padding-top: 0 !important; } .desktop\:ext-pt-base:not([style*="padding"]) { padding-top: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-pt-lg:not([style*="padding"]) { padding-top: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext-pr-0:not([style*="padding"]) { padding-right: 0 !important; } .desktop\:ext-pr-base:not([style*="padding"]) { padding-right: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-pr-lg:not([style*="padding"]) { padding-right: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext-pb-0:not([style*="padding"]) { padding-bottom: 0 !important; } .desktop\:ext-pb-base:not([style*="padding"]) { padding-bottom: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-pb-lg:not([style*="padding"]) { padding-bottom: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext-pl-0:not([style*="padding"]) { padding-left: 0 !important; } .desktop\:ext-pl-base:not([style*="padding"]) { padding-left: var(--wp--style--block-gap, 1.75rem) !important; } .desktop\:ext-pl-lg:not([style*="padding"]) { padding-left: var(--extendify--spacing--large, 3rem) !important; } .desktop\:ext-text-left { text-align: left !important; } .desktop\:ext-text-center { text-align: center !important; } .desktop\:ext-text-right { text-align: right !important; } } </style> <link rel='stylesheet' id='contact-form-7-css' href='https://farmacialosrodeos.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.4' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://farmacialosrodeos.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=7.4.2' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://farmacialosrodeos.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=7.4.2' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://farmacialosrodeos.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=7.4.2' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='dl-sticky-css-css' href='https://farmacialosrodeos.com/wp-content/plugins/droit-elementor-addons/modules/sticky/js/sticky.css?ver=3.1.3' type='text/css' media='all' /> <link rel='stylesheet' id='drdt-header-footer-css' href='https://farmacialosrodeos.com/wp-content/plugins/medical-core/theme-builder/header-footer-builder/assets/css/public-mode.css?ver=1772744548' type='text/css' media='all' /> <link rel='stylesheet' id='themify-icon-css' href='https://farmacialosrodeos.com/wp-content/plugins/medical-core/theme-builder/header-footer-builder/assets/css/themify-icons.css?ver=1772744548' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-colorbox-css' href='https://farmacialosrodeos.com/wp-content/plugins/yith-woocommerce-compare/assets/css/colorbox.css?ver=1.4.21' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/controls/sections/parallax/assets/css/animate.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='dladdons-parallax-style-css' href='https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/controls/sections/parallax/assets/css/style.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='droit-transform-css' href='https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/controls/sections/transform/assets/transform.min.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='dl-scrolling-css-css' href='https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/page-scroll/js/scrolling.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='dl-fullpage-css' href='https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/page-scroll/fullpage/fullpage.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='pwb-styles-frontend-css' href='https://farmacialosrodeos.com/wp-content/plugins/perfect-woocommerce-brands/build/frontend/css/style.css?ver=3.0.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://farmacialosrodeos.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.18.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://farmacialosrodeos.com/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.11.2' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-15-css' href='https://farmacialosrodeos.com/wp-content/uploads/elementor/css/post-15.css?ver=1711896869' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-181-css' href='https://farmacialosrodeos.com/wp-content/uploads/elementor/css/post-181.css?ver=1758489870' type='text/css' media='all' /> <link rel='stylesheet' id='eael-general-css' href='https://farmacialosrodeos.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=5.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap&ver=6.4.7' type='text/css' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/javascript" id="cookie-law-info-js-extra"> /* <![CDATA[ */ var _ckyConfig = {"_ipData":[],"_assetsURL":"https:\/\/farmacialosrodeos.com\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/","_publicURL":"https:\/\/farmacialosrodeos.com","_expiry":"365","_categories":[{"name":"Necessary","slug":"necessary","isNecessary":true,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":true,"ccpa":true}},{"name":"Functional","slug":"functional","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Analytics","slug":"analytics","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Performance","slug":"performance","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}},{"name":"Advertisement","slug":"advertisement","isNecessary":false,"ccpaDoNotSell":true,"cookies":[],"active":true,"defaultConsent":{"gdpr":false,"ccpa":false}}],"_activeLaw":"gdpr","_rootDomain":"","_block":"1","_showBanner":"1","_bannerConfig":{"settings":{"type":"box","position":"bottom-left","applicableLaw":"gdpr"},"behaviours":{"reloadBannerOnAccept":false,"loadAnalyticsByDefault":false,"animations":{"onLoad":"animate","onHide":"sticky"}},"config":{"revisitConsent":{"status":true,"tag":"revisit-consent","position":"bottom-left","meta":{"url":"#"},"styles":{"background-color":"#0056A7"},"elements":{"title":{"type":"text","tag":"revisit-consent-title","status":true,"styles":{"color":"#0056a7"}}}},"preferenceCenter":{"toggle":{"status":true,"tag":"detail-category-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"categoryPreview":{"status":false,"toggle":{"status":true,"tag":"detail-category-preview-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863DC"}},"inactive":{"styles":{"background-color":"#D0D5D2"}}}}},"videoPlaceholder":{"status":true,"styles":{"background-color":"#000000","border-color":"#000000","color":"#ffffff"}},"readMore":{"status":false,"tag":"readmore-button","type":"link","meta":{"noFollow":true,"newTab":true},"styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},"auditTable":{"status":true},"optOption":{"status":true,"toggle":{"status":true,"tag":"optout-option-toggle","type":"toggle","states":{"active":{"styles":{"background-color":"#1863dc"}},"inactive":{"styles":{"background-color":"#FFFFFF"}}}}}}},"_version":"3.0.8","_logConsent":"1","_tags":[{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"reject-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"settings-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"#1863DC"}},{"tag":"readmore-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"donotsell-button","styles":{"color":"#1863DC","background-color":"transparent","border-color":"transparent"}},{"tag":"accept-button","styles":{"color":"#FFFFFF","background-color":"#1863DC","border-color":"#1863DC"}},{"tag":"revisit-consent","styles":{"background-color":"#0056A7"}}],"_shortCodes":[{"key":"cky_readmore","content":"<a href=\"#\" class=\"cky-policy\" aria-label=\"Pol\u00edtica de Cookies\" target=\"_blank\" rel=\"noopener\" data-cky-tag=\"readmore-button\">Pol\u00edtica de Cookies<\/a>","tag":"readmore-button","status":false,"attributes":{"rel":"nofollow","target":"_blank"}},{"key":"cky_show_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"show-desc-button\" aria-label=\"Show more\">Show more<\/button>","tag":"show-desc-button","status":true,"attributes":[]},{"key":"cky_hide_desc","content":"<button class=\"cky-show-desc-btn\" data-cky-tag=\"hide-desc-button\" aria-label=\"Show less\">Show less<\/button>","tag":"hide-desc-button","status":true,"attributes":[]},{"key":"cky_category_toggle_label","content":"[cky_{{status}}_category_label] [cky_preference_{{category_slug}}_title]","tag":"","status":true,"attributes":[]},{"key":"cky_enable_category_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_category_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_video_placeholder","content":"<div class=\"video-placeholder-normal\" data-cky-tag=\"video-placeholder\" id=\"[UNIQUEID]\"><p class=\"video-placeholder-text-normal\" data-cky-tag=\"placeholder-title\">Please accept cookies to access this content<\/p><\/div>","tag":"","status":true,"attributes":[]},{"key":"cky_enable_optout_label","content":"Enable","tag":"","status":true,"attributes":[]},{"key":"cky_disable_optout_label","content":"Disable","tag":"","status":true,"attributes":[]},{"key":"cky_optout_toggle_label","content":"[cky_{{status}}_optout_label] [cky_optout_option_title]","tag":"","status":true,"attributes":[]},{"key":"cky_optout_option_title","content":"Do Not Sell or Share My Personal Information","tag":"","status":true,"attributes":[]},{"key":"cky_optout_close_label","content":"Close","tag":"","status":true,"attributes":[]}],"_rtl":"","_providersToBlock":[]}; var _ckyStyles = {"css":".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: auto; height: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: auto; width: auto; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; white-space: nowrap; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}"}; /* ]]> */ </script> <script type="text/javascript" src="https://farmacialosrodeos.com/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver=3.0.8" id="cookie-law-info-js"></script> <script type="text/javascript" src="https://farmacialosrodeos.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://farmacialosrodeos.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/controls/sections/parallax/assets/js/wow.min.js?ver=1.0.0" id="wow-js"></script> <script type="text/javascript" src="https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/controls/sections/parallax/assets/js/parallax.move.js?ver=1.0.0" id="dl-parallax-move-js"></script> <script type="text/javascript" src="https://farmacialosrodeos.com/wp-content/plugins/medical-core/elementor/controls/sections/parallax/assets/js/parallax.scrolling.js?ver=1.0.0" id="dl-parallax-scrolling-js"></script> <link rel="https://api.w.org/" href="https://farmacialosrodeos.com/wp-json/" /><link rel="alternate" type="application/json" href="https://farmacialosrodeos.com/wp-json/wp/v2/pages/181" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://farmacialosrodeos.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.4.7" /> <meta name="generator" content="WooCommerce 7.4.2" /> <link rel="canonical" href="https://farmacialosrodeos.com/" /> <link rel='shortlink' href='https://farmacialosrodeos.com/' /> <link rel="alternate" type="application/json+oembed" href="https://farmacialosrodeos.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ffarmacialosrodeos.com%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://farmacialosrodeos.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ffarmacialosrodeos.com%2F&format=xml" /> <meta name="generator" content="Redux 4.3.26" /><style id="cky-style-inline">[data-cky-tag]{visibility:hidden;}</style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.11.2; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, a11y_improvements, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"> <link rel="icon" href="https://farmacialosrodeos.com/wp-content/uploads/2023/02/cropped-icono-32x32.png" sizes="32x32" /> <link rel="icon" href="https://farmacialosrodeos.com/wp-content/uploads/2023/02/cropped-icono-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://farmacialosrodeos.com/wp-content/uploads/2023/02/cropped-icono-180x180.png" /> <meta name="msapplication-TileImage" content="https://farmacialosrodeos.com/wp-content/uploads/2023/02/cropped-icono-270x270.png" /> </head> <body class="home page-template page-template-elementor_header_footer page page-id-181 wp-custom-logo theme-medishop woocommerce-no-js droit-header droit-footer droit-template-medishop droit-stylesheet-medishop elementor-default elementor-template-full-width elementor-kit-15 elementor-page elementor-page-181"> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#primary">Skip to content</a>