/*
 Theme Name:     FreedomFest 2021 Theme
 Theme URI:      https://freedomfest.com
 Description:    freedomfest.com official theme
 Author:         Maintask Team
 Author URI:     https://maintask.io
 Template:       spker
 Version:        1.2.0
*/
@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-Bold.otf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-BoldItalic.otf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-ExtraLight.otf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-ExtraLightItalic.otf);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-Hairline.otf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-Italic.otf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-Light.otf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-LightItalic.otf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-Medium.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-MediumItalic.otf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Stem;
    src: url(/wp-content/themes/ff-theme/fonts/Stem-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

/* Main styles */
.stem-font {
    font-family: Stem !important;
}

#page-title-bar.page-title-bar .wrap .page-title {
    font-family: "Staatliches", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #0A72BA;
}

#page-title-bar.page-title-bar {
    background: transparent;
  /*  background: -moz-linear-gradient(180deg, #00B5AD 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, #00B5AD 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, #00B5AD 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B5AD", endColorstr="#ffffff", GradientType=1);
	*/
}
#page-title-bar.page-title-bar .breadcrumb {
    display: none;
}
#page-title-bar.page-title-bar .wrap {
    min-height: auto !important;
    padding-bottom: 123px;
}
.sticky-ff {
	position: fixed;
}
#stream {
	cursor: pointer;
}
@media (max-width: 991px) {
    #page-title-bar.page-title-bar .wrap {
    padding-top: 123px;
}
}
/* End of Main styles */

/*Recoloring the Spker theme*/

.button-primary-gradient,
.comment-form .form-submit input[type="submit"],
.elementor-element .elementor-button-primary_gradient .elementor-button,
.contactform-content input[type="button"],
.contactform-content input[type="submit"],
.contactform-content button[type="submit"],
.elementor-wpcf7-button-primary_gradient input[type="button"][type="submit"],
.elementor-wpcf7-button-primary_gradient input[type="submit"],
.elementor-wpcf7-button-primary_gradient button[type="submit"],
.more-link,
#secondary .widget:before,
.contactform-content:before,
.elementor-show-before-yes .wpcf7:before,
.box-animattion-md:after,
.elementor-widget-opal-featured-box .elementor-featured-box-content:after,
.elementor-widget-icon-box.icon-box-style-1 .elementor-icon-box-wrapper:after,
.testimonial-decor-yes .elementor-testimonial-content:after,
.box-animattion-lg:after,
.box-hover-animattion-md:after,
.elementor-widget-icon-box.icon-box-style-2 .elementor-icon-box-wrapper:after,
.box-hover-animattion-lg:after,
.elementor-price-table,
.elementor-widget-opal-schedules .item-icon_label .icon-label,
.elementor-widget-opal-schedules .schedules-style-1 .schedules-day:before,
.elementor-widget-opal-schedules .schedules-style-2 .schedules-day,
.elementor-widget-opal-schedules .schedules-style-3 .schedules-day:before,
.speaker-schedules .event-item:before
{
   background-image: linear-gradient(to right, #723e98 0%, #0A72BA 100%) !important;
}
.box-animattion-lg::after {
	background-image: linear-gradient(to right, #723e98 0%, #723e98 100%) !important;
}
a.emd_dl_green {
	padding: .65rem 2rem !important;
    font-size: .75rem !important;
    line-height: 1.875 !important;
	    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	background-color: transparent !important;
	border: none !important;
	background-image: linear-gradient(to right, #723e98 0%, #0A72BA 100%);
	text-shadow: none !important;
	  -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background:-webkit-gradient( linear, to right, color-stop(0, #723e98), color-stop(1,  #0A72BA) );
        background:-moz-linear-gradient( to right, #723e98 0%,  #0A72BA 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#723e98', endColorstr='#0A72BA');
        -webkit-border-top-left-radius:50px;
        -moz-border-radius-topleft:50px;
        border-top-left-radius:50px;
        -webkit-border-top-right-radius:50px;
        -moz-border-radius-topright:50px;
        border-top-right-radius:50px;
        -webkit-border-bottom-right-radius:50px;
        -moz-border-radius-bottomright:50px;
        border-bottom-right-radius:50px;
        -webkit-border-bottom-left-radius:50px;
        -moz-border-radius-bottomleft:50px;
        border-bottom-left-radius:50px;
        display:inline-block;
        color:#ffffff !important;
        font-weight:bold;
        height: auto;
        width:auto;
        text-decoration:none;
        text-align:center;
}
a.emd_dl_green:hover {
	 background-color: #5f6e1c !important;
	background-image: none !important;
}
@media (max-width: 991px) {
    .opal-header-absolute .site-header {
        background-color: #fff;
    }
}
.elementor-widget-opal-schedules .schedules-style-2 .schedules-day:before {
        border-left: 15px solid #0A72BA !important;
}
.elementor-price-table .elementor-price-table__header {
	background: transparent;
}
.early-bird .elementor-price-table {
    background-image: none !important;

}
.super-early-bird .elementor-price-table__button.elementor-button.elementor-size-md {
    background-color: #fff;
    background-image: none  !important;
    color: #C62B91 !important;
}
.super-early-bird .elementor-price-table__button.elementor-button.elementor-size-md:hover {
    background-color: transparent;
    background-image: none  !important;
    color: #fff !important;
    border: 1px solid #fff;
}
body.home.opal-header-absolute .site-header {
    background-color: #fff;
    position: unset;
}
/*Hotels Page*/
.hotel-heading h3 {
    background-color: #C62B91;
}
/*Special Events page*/
.special-event .elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
 }
/*Contact Us page */
.newsletter-form ._form-image,.newsletter-form  ._form-title {
    display: none;
}
.newsletter-form form {
    width: 100%!important;
}
.newsletter-form form #_form_1_submit._submit, .newsletter-form form #_form_21_submit._submit, .newsletter-form form #_form_29_submit._submit, .newsletter-form form #_form_31_submit {
    background-image: linear-gradient(to right, #723e98 0%, #0A72BA 100%) !important;
    padding: 1.065rem 3.5rem !important;
    font-size: .75rem;
    line-height: 1.875;
    border-radius: 50px !important;
}
/* About page */
.team ul.team-icon-socials {
    display: none;
}