/**
Theme Name: RYK Yoga
Author: My Custom Software Inc. 
Author URI: https://mycustomsoftware.com
Description: Website theme for RYK Yoga by My Custom Software Inc. 
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ryk-yoga
Template: astra
*/

ul.elementor-icon-list-items li.elementor-icon-list-item{
    align-items: start;
}

.bigbutton .elementor-button{
    position: relative;
    background: transparent !important;
        min-width: 220px;
    height: 50px;
    border:solid 2px #FFCF00;
}

.extra-bigbutton .elementor-button{
	min-width: 280px;
}

.extralong-bigbutton .elementor-button{
	min-width: 310px;
}

.doublex-bigbutton .elementor-button{
	min-width: 360px;
}

.short-bigbutton .elementor-button{
	min-width: 150px;
}

.bigbutton span.elementor-button-content-wrapper{
    position: relative;
}

.bigbutton .elementor-button .elementor-button-content-wrapper .elementor-button-text{
    margin: -5px 0 0 -7px;
	transition: 0.2s;
	white-space: nowrap;
	z-index:3;
}

.bigbutton .elementor-button:hover .elementor-button-content-wrapper .elementor-button-text{
    margin: 0;
}

.bigbutton .elementor-button:after{
    content: "";
    background-color: #FFCF00;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: -6px;
    left: -6px;
    transition: 0.2s;
    border: solid 2px #FFCF00;
	z-index:2;
}

.bigbutton .elementor-button:hover:after {
  top: 0px;
  left: 0px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
    width: 220px;
}

.tribe-events .tribe-events-c-search__button,
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover{
    background-color: #FFCF00;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
    border-color: #FFCF00;
}

.tribe-common .tribe-common-c-svgicon,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon
{
    color: #FFCF00;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #FFCF00;
}

