/**
Theme Name: Conference 2 go
Theme URI: https://www.conference2go.com/
Author: Radman
Author URI: https://mymagicalstudio.com/
Description: The Conference2go website theme.
Version: 2.0
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.3
Text Domain: conference
Domain Path: /languages
 */
/*          CSS RESET           */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background: var(--second-color);
    color: #FFF;
    padding: 1px 5px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    border-radius: 4px;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*          END OF CSS RESET        */

/*======================================*/

/*          CUSTOM CSS               */
html{

}
body{
    font-family: 'Archivo', sans-serif;
}
input , textarea , select{
    padding: 11px 20px;
    color: #8d8d8d;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    transition: all 0.3s;
    font-family: 'Archivo', sans-serif;
}
input::placeholder{
    color: #8d8d8d;
}
input:hover , textarea:hover , select:hover{
    border-color: var(--main-color);
    transition: all 0.3s;
}
input:focus , textarea:focus , select:focus{
    outline: none;
    color: #444;
    border-color: var(--main-color);
    transition: all 0.3s;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
    font-family: 'Archivo', sans-serif;
}
a{
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 14px;
    color: #777;
    font-family: 'Archivo', sans-serif;
}
a:hover , a:focus{
    text-decoration: none;
    transition: all 0.3s;
    color: var(--main-color);
    cursor: pointer;
    outline: none;
}
button , .button , .page-content .button , input[type="submit"]{
    background: var(--main-color);
    color: #FFF;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    padding: 15px 35px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s;
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
}
button:hover , button:focus , .button:hover , .page-content .button:hover , .page-content .button:focus ,  .button:focus , input[type="submit"]:hover , input[type="submit"]:focus{
    outline: none;
    background: none;
    color: var(--main-color);
    cursor: pointer;
    transition: all 0.3s;
}
.button-2 , .page-content .button-2{
    background: none;
    border: 2px solid #f5f5f5;
    padding: 15px 35px;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s;
    border-radius: 5px;
    font-weight: 600;
    color: #1a064e;
}
.button-2:hover , .button-2:focus , .page-content .button-2:hover , .page-content .button-2:focus{
    outline: none;
    background: #FFF;
    color: var(--main-color);
    cursor: pointer;
    transition: all 0.3s;
}
div > li , ul li{
    list-style: none;
}
address {
    padding: 10px;
    background: #fafafa;
    border-radius: 5px;
    color: #666;
    font-size: 13px;
}
.page-content h1 , .page-content h2 , .page-content h3 , .page-content h4 , .page-content h5 , .page-content h6{
    margin: 10px 0;
    color: #1d1d1d;
}
.page-content h1 {
    font-weight: 800;
    font-size: 24px;
}
.page-content h2 {
    font-weight: 700;
    font-size: 22px;
}
.page-content h3 {
    font-weight: 700;
    font-size: 19px;
}
.page-content h4 {
    font-weight: 700;
    font-size: 17px;
}
.page-content h5 {
    font-weight: 600;
    font-size: 16px;
}
.page-content h6 {
    font-weight: 600;
    font-size: 15px;
}
.page-content ul li {
    display: flex;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    flex-wrap: wrap;
}
.page-content .woocommerce-MyAccount-navigation ul li{
    padding-left: 0;
}
.page-content ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 10px;
}
.page-content ul li ul {
    width: 100%;
}
.page-content a {
    color: var(--main-color);
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
.page-content a:hover {
    color: #1d1d1d;
}
.header-row {
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
ul.header-menu-ul {
    display: flex;
    list-style: none;
}
ul.header-menu-ul li{
    padding: 10px 13px 0;
}
ul.header-menu-ul li a {
    font-size: 14px;
    color: var(--dark-color);
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}
header.header-main.transparent-header ul.header-menu-ul li a {
    color: #FFF;
}
ul.header-menu-ul li a:hover{
    color: var(--main-color);
    border-color: var(--main-color);
}
ul.header-menu-ul li.current-menu-item a {
    border-color: var(--main-color);
}
button.header-menu-button {
    display: none;
    background: none;
    border: none;
    padding: 10px;
}
form.header-search-form {
    display: flex;
    position: relative;
    width: 70vw;
}
form.header-search-form input.input {
    width: 100%;
    padding: 15px 20px;
    background: rgba(0,0,0,0.8);
    border: none;
    color: #FFF;
    border-radius: 4px;
}
form.header-search-form input.input::placeholder {
    color: #FFF;
}
form.header-search-form i {
    position: absolute;
    right: 0;
    top: 6px;
    left: auto;
}

header.header-main.transparent-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #FFF;
    z-index: 10;
}
.main-index-top {
    position: relative;
}
.main-index-top-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.main-index-top-text {
    max-width: 50%;
}
.main-index-top-title , .page-content .main-index-top-title {
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 41px;
}
.main-index-top-text {
    max-width: 50%;
    margin-bottom: 30px;
}
.main-index-top-buttons {
    display: flex;
    align-items: center;
}
.main-index-top-buttons a{
    margin: 0 10px;
}
.main-index-top-buttons a i {
    font-size: 13px;
    margin-right: 8px;
}
.header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
button.header-open-search {
    background: none;
    border: none;
    padding: 10px;
}
.header-search-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
    overflow: hidden;
}
.header-search-overlay.header-search-overlay-opened{
    opacity: 1;
    width: auto;
    height: auto;
}
button.header-close-search {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    z-index: 1;
}
.header-search-overlay-main {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    position: absolute;
}
form.header-search-form i {
    position: absolute;
    right: 12px;
    top: 12px;
    left: auto;
    z-index: 12;
    color: #999;
    font-size: 22px;
}
.admin-bar header.header-main.transparent-header {
    top: 32px;
}
#menu-overlay ul.header-menu-ul {
    flex-direction: column;
}
#menu-overlay ul.header-menu-ul li {
    padding: 10px 0 0;
}
#menu-overlay h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}
.index-container-section {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin-top: -120px;
    z-index: 8;
    position: relative;
    padding: 30px 15px 60px;
}
.index-title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0 30px;
}
.title-section-sub , h1.title-section-sub , h2.title-section-sub , h3.title-section-sub , h4.title-section-sub , h5.title-section-sub , h6.title-section-sub{
    font-size: 15px;
    font-weight: 400;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.title-section-details , h1.title-section-details , h2.title-section-details , h3.title-section-details , h4.title-section-details , h5.title-section-details , h6.title-section-details {
    font-size: 31px;
    color: #1d1d1d;
    font-weight: 600;
    line-height: 38px;
}
.index-row-section{
    display: flex;
    flex-wrap: wrap;
}
.service-column-image {
    margin-bottom: 10px;
    display: flex;
}
.service-column-title {
    color: #1d1d1d;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}
.service-column-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #8d8d8d;
}
.service-column {
    margin-bottom: 15px;
    padding: 15px;
}
.service-column-2 {
    border-bottom: 5px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s;
}
.service-column-2:hover {
    border-color: var(--main-color);
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
    transition: all 0.3s;
    cursor: pointer;
    transform: translateY(-7px);
}
.main-footer {
    background-image: url(https://www.conference2go.com/wp-content/themes/conference2go/assets/images/footer-compress.png);
    background-color: var(--second-color);
    margin-top: 15px;
    padding-top: 100px;
    color: var(--white-light);
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
}
.main-footer a{
    color: var(--white-light);
}
.main-footer a:hover{
    color: var(--main-color);
}
.top-footer-container {
    padding: 50px 15px;
    z-index: 8;
    position: relative;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.top-footer {
    margin-bottom: -100px;
    margin-top: 30px;
    content-visibility: visible !important;
}
.footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-newsletter-form {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-newsletter-form a.button {
    width: 180px;
    text-align: center;
}
.footer-newsletter-form a.button.auto-width-button{
    width: auto;
}
input.footer-newsletter-form-input {
    width: calc(100% - 110px);
}
.footer-bottom {
    padding: 30px 15px;
    display: flex;
    align-items: center;
}
.footer-copyright {
    font-size: 13px;
    color: var(--white-light);
    margin-right: 20px;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.footer-menu ul li a {
    display: flex;
    padding: 10px;
    color: var(--white-light);
    font-size: 13px;
}
.footer-menu ul li a:hover{
    color: var(--main-color);
}
.footer-bottom-details {
    display: flex;
    align-items: center;
}
.footer-logos {
    display: flex;
    justify-content: flex-end;
    height: 33px;
}
.footer-bottom {
    padding: 30px 15px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.3);
}
.footer-column {
    margin: 60px 0;
}
.footer-column .widgettitle {
    font-size: 20px;
    color: var(--white-light);
    margin-bottom: 30px;
    font-weight: 500;
}
.main-index-top-image img {
    width: 100%;
}
.footer-social-list {
    margin-top: 15px;
}
.footer-column li.widget {
    margin-bottom: 15px;
}
.footer-column .widget.widget_nav_menu ul li {
    margin-bottom: 12px;
}
.footer-social-item i {
    font-weight: 600;
    margin-right: 10px;
}
.footer-social-item:not(:last-child) {
    margin-bottom: 12px;
}
.main-index-top.main-page-top {
    height: 400px;
    overflow: hidden;
}
.page-title h1 {
    font-size: 41px;
    font-weight: bold;
    color: #FFF;
    /* text-align: center; */
    line-height: 1.3;
}
.page-breadcrumb {
    margin-top: 25px;
}
nav.woocommerce-breadcrumb , .woocommerce nav.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-size: 12px;
}
nav.woocommerce-breadcrumb i , .woocommerce nav.woocommerce-breadcrumb i{
    margin: 0 10px;
    color: #FFF;
}
nav.woocommerce-breadcrumb a , .woocommerce nav.woocommerce-breadcrumb a{
    color: #FFF;
    font-size: 12px;
}
nav.woocommerce-breadcrumb a:hover , .woocommerce nav.woocommerce-breadcrumb a:hover{
    color: var(--main-color);
}
.main-index-top-details .page-breadcrumb {
    padding-left: 2px;
}
.page-content {
    padding: 50px 0;
    font-size: 14px;
    line-height: 28px;
    color: #8d8d8d;
    font-weight: 500;
}
.page-content blockquote {
    padding: 10px 50px;
    background: #eee;
    border-radius: 3px;
    margin: 10px 0;
}
.page-content blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 30px;
    font-size: 17px;
}
.about-section-images {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    width: 50%;
    align-items: flex-end;
}
.about-section-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section-sub.service-column-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px;
}
.about-section-description {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
}
ul.list-with-check li {
    margin-bottom: 17px;
    font-size: 12px;
    color: #1d1d1d;
    font-weight: 500;
    display: block;
}
ul.list-with-check li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #FFF;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--main-color);
    font-weight: 300;
    padding: 4px;
    margin-right: 10px;
    font-size: 10px;
}
.about-section-buttons {
    margin-top: 25px;
    display: flex;
}
.main-index-about {
    position: relative;
    margin: 70px 0;
}
.about-section-details {
    width: 50%;
}
.process-column-icon {
    transition: all 0.3s;
    color: #00fa81;
    font-size: 30px;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    height: 60px;
}
.process-column-icon svg{
    width: 50px;
}
.process-column-icon svg ,
.process-column-icon path {
    fill: #00fa81;
}
.process-column:hover .process-column-icon svg,
.process-column:hover .process-column-icon path,
.process-column:hover .process-column-icon {
    fill: var(--dark-color);
    color: var(--dark-color);
}
/*.process-column:hover .process-column-icon {
    background: var(--second-color);
    color: #FFF;
}*/
.process-column-title {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
    font-size: 18px;
}
.process-column:hover .process-column-title {
    color: var(--dark-color);
}
.process-column-description {
    font-size: 14px;
    line-height: 2.2;
    text-align: center;
    color: #ebe4ff;
}
.process-column:hover .process-column-description {
    color: #695a92;
}
.main-row-extra-spaces {
    justify-content: space-evenly;
}
.process-column {
    margin: 20px 0;
    padding: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background: #282665;
    transition: all 0.5s;
}
.process-column:hover {
    background: #FFF;
    transition: all 0.5s;
}
.main-index-success{
    background-image: url("https://www.conference2go.com/wp-content/themes/conference2go/assets/images/index2.jpg");
    padding: 50px 0;
    color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.white-color {
    color: #FFF;
}
.index-success-list {
    display: flex;
    flex-wrap: wrap;
}
.index-success-list .index-success-column{
    width: 50%;
}
.index-success-column {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.index-success-column-image {
    width: 50px;
    margin-right: 10px;
}
.index-success-column-image img {
    width: 100%;
}
.index-success-column-count {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}
.index-success-column-title {
    font-size: 13px;
    font-weight: 300;
}
.main-index-process {
    margin: 50px 0;
}
.index-testimonial-slide-main {
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    transition: all 0.3s;
}
.index-testimonial-slide-text {
    padding: 30px;
    font-size: 13px;
    line-height: 25px;
    font-style: italic;
    color: #8d8d8d;
}
.index-testimonial-slide-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background: #fbfbfb;
}
.index-testimonial-slide-author {
    display: flex;
    align-items: center;
}
.index-testimonial-slide-author-image {
    width: 35px;
    border-radius: 50%;
    margin-right: 20px;
}
.index-testimonial-slide-author-image img {
    width: 100%;
}
.index-testimonial-slide-author-name {
    font-size: 13px;
    color: #1d1d1d;
    font-weight: 600;
    margin-bottom: 5px;
}
.index-testimonial-slide-author-company {
    font-size: 11px;
    color: #8d8d8d;
}
.index-testimonial-slide-social {
    display: flex;
}
.index-testimonial-slide-social a {
    font-size: 18px;
    padding: 5px;
    border: none;
}
.index-testimonial-slide-social a i.fab.fa-facebook-square{
    color: #485a91;
}
.index-testimonial-slide-social a i.fab.fa-twitter-square{
    color: #2fb9fc;
}
.index-testimonial-slide-social a i.fab.fa-linkedin-in{
    color: #1178b5;
}
.index-testimonial-slide-main:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
    transition: all 0.3s;
}
.index-testimonial {
    position: relative;
}
.index-testimonial button.slick-prev.slick-arrow {
    position: absolute;
    top: -60px;
    right: 30px;
    left: auto;
}
.index-testimonial button.slick-next.slick-arrow {
    position: absolute;
    top: -60px;
    right: 0;
    left: auto;
}
.slick-prev, .slick-next {
    width: 25px;
    height: 25px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    color: #666;
    content: "\f054";
    font-size: 15px;
    font-weight: 100;
    border: 1px solid #666;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0.5;
}
.slick-prev:hover:before, .slick-next:hover:before{
    opacity: 1;
}
.slick-prev:before{
    content: "\f053";
}
.main-index-testimonial {
    margin: 50px 0;
}
.index-testimonial-slide {
    padding: 10px;
}
.site-alert {
    display: flex;
    background: var(--second-color);
    padding: 20px;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}
.site-alert i {
    margin-right: 11px;
}
.main-post-item {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}
.post-item-image {
    display: flex;
}
.post-item-image a {
    display: flex;
    height: 286px;
    width: 100%;
    justify-content: center;
}
.post-item-image a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.post-item-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}
.post-item-title {
    margin-bottom: 15px;
}
.post-item-title h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.post-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.post-item-link a {
    display: flex;
    align-items: center;
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 500;
}
.post-item-category {
    font-size: 13px;
    color: #8d8d8d;
    font-weight: 500;
    margin: 3px;
}
.post-item-link a i {
    margin-left: 10px;
}
.post-item-details{
    transition: all 0.3s;
    padding: 30px 30px 20px;
}
.main-post-item:hover .post-item-details {
    color: #FFF;
    background: var(--second-color);
}
.main-post-item:hover .post-item-details a , .main-post-item:hover .post-item-details h4{
    color: #FFF;
}
.main-archive-content {
    padding: 50px 0;
}
.main-index-posts {
    margin: 60px 0;
}
.single-image {
    display: flex;
    margin-bottom: 25px;
}
.single-image img {
    width: 100%;
    border-radius: 3px;
}
.single-title h2 {
    font-size: 23px;
    font-weight: 700;
    color: #1d1d1d;
}
.main-single {
    padding: 50px 0;
}
.sidebar h2.widgettitle {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    font-weight: 500;
}
.sidebar .widget {
    margin-bottom: 20px;
}
li.cat-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #1d1d1d;
}
li.cat-item:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-size: 12px;
}
li.cat-item a {
    margin-right: 5px;
    color: #1d1d1d;
}
li.cat-item:hover , li.cat-item:hover a , li.cat-item a:hover{
    color: var(--main-color)
}
.sidebar .tagcloud{
    display: flex;
    flex-wrap: wrap;
}
.sidebar .tagcloud a {
    font-size: 13px !important;
    padding: 7px 11px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #363636;
    margin: 5px;
}
.sidebar .tagcloud a:hover {
    color: #FFF;
    background: var(--main-color);
}
.sidebar .widget.widget_search form.search-form {
    display: flex;
}
.sidebar .widget.widget_search form.search-form input.search-submit {
    font-size: 0;
    border-radius: 0;
    border: 1px solid var(--main-color);
    display: none;
}
.sidebar .widget.widget_search form.search-form input.search-field {
    border-radius: 0;
    font-weight: 300;
    border: 1px solid #ddd;
    width: 100%;
}
.sidebar .widget.widget_search form.search-form:after {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 19px;
}
.sidebar .widget.widget_search form.search-form {
    display: flex;
    position: relative;
}

.sidebar .widget.widget_search form.search-form > label {
    width: 100%;
}
.sidebar .widget.widget_search form.search-form:after {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    border: 1px solid var(--main-color);
    bottom: 0;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
}
form#commentform > div {
    padding: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
}
#reply-title {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.logged-in-as a , .comment-notes{
    font-size: 11px;
    color: #8d8d8d;
}
.logged-in-as a:hover{
    color: var(--main-color);
}
.comment-form-comment {
    margin-top: 30px;
}
.form-submit {
    margin-top: 20px;
    width: 100%;
}
#respond input:not([type="submit"]), #respond textarea {
    border: 1px solid #ddd;
    border-radius: 0;
}
#respond input:not([type="submit"]):hover , #respond input:not([type="submit"]):focus, #respond textarea:hover , #respond textarea:focus {
    border-color: var(--main-color);
}
#respond label {
    font-size: 12px;
    margin-bottom: 10px;
    color: #1d1d1d;
    font-weight: 500;
}
.comment-form-cookies-consent {
    margin-top: 20px;
}
form#commentform {
    margin: 0;
}
h3.single-comment-count {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #1d1d1d;
}
.single-comment-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.single-comment-user {
    display: flex;
    width: 60px;
}
.single-comment-user-img {
    width: 100%;
    display: flex;
}
.single-comment-user-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.single-comment-content {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.single-comment-buttons {
    display: flex;
    margin-top: 20px;
}
.single-comment-text {
    color: #8d8d8d;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.single-comment-user-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.single-comment-user-name, .single-comment-user-name a {
    font-size: 15px;
    font-weight: 600;
    color: #1d1d1d;
}
a.comment-permalink {
    font-size: 12px;
    font-weight: 400;
}
.single-comment-like {
    margin-right: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    border-right: 1px solid #ddd;
}
.single-comment-like:hover{
    cursor: pointer;
}
.single-comment-like i {
    margin-right: 5px;
}
.single-comment-like.before_liked_this_object i {
    color: #ff9800;
}
.comment-reply-link {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: var(--main-color);
}
.comment-reply-link i{
    margin-right: 5px;
}
.comment .comment {
    padding-left: 90px;
}
.post-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-list-item-image {
    width: 100px;
}
.post-list-item-details {
    width: calc(100% - 120px);
}
.post-list-item-title a h6 {
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
}
.post-list-item-title{
    margin-bottom: 10px;
}
.post-list-item-date {
    font-size: 11px;
    font-weight: 500;
    color: #777;
}
.post-list-item:not(:last-child) {
    margin-bottom: 10px;
}
.post-list-item-image img {
    display: flex;
    border-radius: 4px;
}
.main-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px 0;
}
.main-404-subtitle {
    margin: 10px 0 20px;
    font-size: 15px;
    font-weight: 500;
}
.main-404-title {
    font-size: 23px;
    margin-top: 21px;
    font-weight: 700;
}
header.header-main ul.header-menu-ul li ul.sub-menu {
    opacity: 0;
    height: 0;
    position: absolute;
    width: 0;
    background: #FFF;
    transition: all 0.3s;
    overflow: hidden;
}
#menu-overlay ul.header-menu-ul li ul.sub-menu {
    position: unset;
}
header.header-main ul.header-menu-ul li ul.sub-menu li{
    padding: 0;
    margin: 0;
}
header.header-main ul.header-menu-ul li ul.sub-menu li a{
    display: flex;
    color: #808080;
    padding: 7px 20px;
    font-size: 12px;
    border-bottom: none;
}
header.header-main ul.header-menu-ul li ul.sub-menu li a:hover{
    display: flex;
    color: #FFF;
    background: var(--main-color);
}
header.header-main ul.header-menu-ul li:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    width: auto;
    top: 50px;
}
.pagination , .woocommerce nav.woocommerce-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.nav-links {
    display: flex;
    align-items: center;
}
.nav-links .page-numbers , .woocommerce nav.woocommerce-pagination ul .page-numbers{
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 12px;
    border: none;
}
.nav-links .page-numbers.current , .nav-links .page-numbers:hover , .woocommerce nav.woocommerce-pagination .page-numbers.current , .woocommerce nav.woocommerce-pagination a.page-numbers:hover{
    color: #FFF;
    background: var(--main-color);
}
.main-event-item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border: 1px solid #e8e8e8;
}
.main-event-item:hover{
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    border-color: var(--main-color);
}
.event-item-dates {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 13px;
    margin-bottom: 10px;
    color: #634aa6;
    padding: 0 15px;
}
.event-item-dates a {
    font-size: 12px;
    color: #634aa6;
}
.event-item-details {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}
.event-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    border-top: 1px solid #e8e8e8;
    padding: 15px 5px 0;
    margin: 0 15px;
    color: #634aa6;
}
.event-item-bottom a {
    font-size: 13px;
    color: #634aa6;
}
.event-item-image{
    position: relative;
}
.event-item-image a{
    height: 200px;
}
.event-item-title h4 {
    font-size: 17px;
    font-weight: bold;
    height: 80px;
    overflow: hidden;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: var(--dark-color);
    padding: 0 20px;
}
.event-item-categories {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}
a.event-item-category {
    height: auto;
    /*padding: 5px 10px;*/
    color: #FFF;
    background: var(--dark-color);
    font-size: 10px;
    padding: 6px 15px;
    border-radius: 30px;
    margin-right: 10px;
}
.event-item-online {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
}
.event-item-online i {
    margin: 0 7px 0 0;
    /* width: 25px; */
    /* height: 25px; */
    /* border-radius: 50%; */
    color: #FFF;
    /* background: var(--second-color); */
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 11px;
}
.event-item-online .event-online-type-item {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--dark-color);
    padding: 6px 15px;
    border-radius: 30px;
    margin-right: 5px;
}
.event-item-online .event-online-type-item-title {
    /* position: absolute; */
    font-size: 10px;
    /* background: var(--main-color); */
    border-radius: 3px;
    color: #FFF;
    right: 50%;
    /* transform: translateX(50%); */
    white-space: nowrap;
    /* width: 0; */
    /* height: 0; */
    /* overflow: hidden; */
    /* opacity: 0; */
    transition: all 0.3s;
}
/*.event-online-type-item:hover{
    cursor: pointer;
}*/
/*.event-item-online .event-online-type-item:hover .event-online-type-item-title {
    width: auto;
    height: auto;
    opacity: 1;
    padding: 5px;
}*/
.single-event-column {
    padding: 0;
}
.single-event-day {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.single-event-day span {
    font-size: 15px;
    font-weight: 500;
    color: #1d1d1d;
    letter-spacing: 3px;
}
.single-event-day span:first-child {
    margin-bottom: 4px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.single-event-image {
    height: 350px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
.single-event-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto;
}
.single-event-top-right {
    height: 350px;
    padding: 10px 20px;
    background: #f7f7f7;
    position: relative;
}
.single-event-top-right .single-title {
    margin-bottom: 10px;
}
.single-event-tool-bar-buttons {
    display: flex;
    align-items: center;
    height: 100%;
}
.single-event-tool-bar, .single-event-button-link {
    padding: 10px;
    border-top: 1px solid #ddd;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.single-event-image img {
    border-radius: 0;
}
button.single-event-tool-button {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #555;
    font-size: 19px;
    padding: 0;
    margin: 0 5px;
}
.single-event-tool-text {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    font-size: 12px;
    white-space: nowrap;
    top: 100%;
    border-radius: 3px;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    height: 0;
    width: 0;
    transition: all 0.3s;
}
button.single-event-tool-button:hover{
    background: #f7f7f7;
}
button.single-event-tool-button:hover .single-event-tool-text{
    opacity: 1;
    padding: 5px;
    height: auto;
    width: auto;
    background: var(--main-color);
    color: #FFF;
}
.single-event-button-link a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #0D8547;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}
.single-event-button-link a:hover{
    background: #179C55;
}
.single-event-button-link {
    margin-bottom: 50px;
}
.single-event-widget-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.single-event-widget-content, .single-event-widget-content a {
    font-size: 13px;
    line-height: 20px;
    color: var(--dark-color);
    font-weight: 400;
}
.single-event-online-type .event-online-type-item {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.single-event-online-type .event-online-type-item i {
    margin-right: 8px;
}
.single-event-widget:not(:last-child) {
    margin-bottom: 25px;
}
h3.single-event-widget-title {
    margin: 0 0 10px;
}
.single-event-widget{
    padding: 0 15px;
}
.single-event-categories {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.single-event-tags {
    margin-bottom: 50px;
}
.single-event-tags-items {
    display: flex;
    flex-wrap: wrap;
}
.single-event-tags-link {
    padding: 5px 15px;
    margin: 3px;
    border: 2px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
}
.single-event-tags-link:before {
    content: "#";
    margin-right: 2px;
}
.single-event-tags-link:hover{
    border-color: var(--second-color);
}
.single-event-section {
    /*padding-left: 30px;
    padding-right: 30px;*/
}
.index-event-slide {
    padding: 10px;
}
.main-index-events {
    margin: 50px 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #f4f4f4;
    border-radius: 3px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f06a";
}
.products {
    width: 100%;
}
.products > div{
    margin-bottom: 15px;
}
.conference-product-content.product a {
    border: none;
}
.conference-product-content.product {
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border-radius: 5px;
}
.conference-product-content.product:hover{
    transition: all 0.3s;
    box-shadow: 0 0 7px rgba(0,0,0,0.12);
    transform: translateY(-10px);
}
.conference-product-content.product img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.conference-product-content.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.conference-product-content.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
    font-size: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.conference-product-content.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price , .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 15px;
    color: var(--main-color);
}
.conference-product-content.product a.button {
    padding: 15px;
    border-radius: 0 0 5px 5px;
}
.woocommerce span.onsale {
    width: 50px;
    height: 50px;
    min-width: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--second-color);
    color: #FFF;
}
.woocommerce .woocommerce-result-count {
    line-height: 42px;
    font-size: 13px;
    text-transform: capitalize;
}
.shop-side-section {
    padding-top: 50px;
}
form.woocommerce-product-search {
    display: flex;
    align-items: center;
}
form.woocommerce-product-search input.search-field {
    width: 100%;
    border-radius: 0;
}
form.woocommerce-product-search button[type="submit"] {
    border-radius: 0;
    width: 40px;
    height: 39px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
form.woocommerce-product-search button[type="submit"]:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 5px;
    background-color: #ececec;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--main-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    top: -3px;
    background-color: var(--second-color);
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    padding: 7px 20px;
}
.price_label {
    font-size: 13px;
}
.woocommerce ul.product_list_widget li{
    position: relative;
}
.woocommerce ul.product_list_widget li a {
    display: flex;
}
.woocommerce ul.product_list_widget li a img {
    width: 65px;
    height: 65px;
    margin: 0 20px 0 0;
}
.woocommerce ul.product_list_widget li a .product-title {
    margin: 4px 0;
    height: 32px;
    line-height: 15px;
    font-size: 13px;
}
.woocommerce ul.product_list_widget li span.woocommerce-Price-amount.amount {
    position: absolute;
    left: 85px;
    top: 40px;
    font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li , .woocommerce nav.woocommerce-pagination ul{
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li:before{
    content: none;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers{
    border-bottom: none;
}
.product_meta {
    display: flex;
    flex-direction: column;
}
.product_meta > span {
    color: var(--second-color);
}
.product_meta > span span {
    color: #8d8d8d;
    margin-left: 5px;
}
.product_meta > span a {
    margin: 5px;
}
.woocommerce div.product .out-of-stock {
    margin: 10px 0;
    background: #ffebeb;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border-bottom: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before , .woocommerce div.product .woocommerce-tabs ul.tabs:after , .woocommerce div.product .woocommerce-tabs ul.tabs li:before , .woocommerce div.product .woocommerce-tabs ul.tabs li:after{
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: flex;
    justify-content: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    padding: 0;
    margin: 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 25px;
    border: none;
    color: var(--second-color);
    border-radius: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    background: var(--second-color);
    color: #FFF;
}
.woocommerce table.shop_attributes td {
    font-size: 13px;
    color: #1d1d1d;
    font-style: normal;
    padding: 15px 25px;
}
.woocommerce table.shop_attributes th {
    background: #ededed;
    color: #444;
}
form#commentform > .comment-form-rating a {
    border: none;
}
.woocommerce #respond input#submit, .woocommerce a.button ,  .woocommerce a.button.alt, .woocommerce button.button , .woocommerce button.button.alt, .woocommerce input.button{
    background: var(--main-color);
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 21px;
    border: 2px solid var(--main-color);
    padding: 9px 20px;
    font-size: 15px;
    line-height: 16px;
    transition: all 0.3s;
    font-weight: 500;
    font-family: 'Archivo', sans-serif;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover ,  .woocommerce a.button.alt:hover , .woocommerce button.button:hover , .woocommerce button.button.alt:hover , .woocommerce input.button:hover , .woocommerce #respond input#submit:focus, .woocommerce a.button:focus ,  .woocommerce a.button.alt:focus , .woocommerce button.button:focus , .woocommerce button.button.alt:focus , .woocommerce input.button:focus{
    outline: none;
    background: none;
    background-color: transparent;
    color: var(--main-color);
    cursor: pointer;
    transition: all 0.3s;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    color: #FFF;
}
.woocommerce .star-rating span {
    color: #ffe504;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    background: #f8f8f8;
    color: #1d1d1d;
    width: calc(100% - 100px);
    margin: 0;
}
.woocommerce-review__author {
    font-size: 14px;
}
.comment_container {
    display: flex;
    justify-content: space-between;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 64px;
    height: 64px;
    border: 2px solid #ececec;
    border-radius: 50%;
    position: unset;
}
h2.woocommerce-Reviews-title , .woocommerce div.product .woocommerce-tabs .panel > h2:first-child{
    font-size: 19px;
    margin-bottom: 20px;
}
section.related.products > h2 {
    font-size: 19px;
    margin-bottom: 20px;
}
.woocommerce .products .star-rating {
    position: absolute;
    bottom: 150px;
    right: 50%;
    transform: translateX(50%);
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #9e9e9e;
}
.woocommerce .quantity .qty {
    width: 80px;
    text-align: center;
}
tr.woocommerce-cart-form__cart-item.cart_item a {
    border: none;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    padding: 9px 20px;
    color: #8d8d8d;
    border: 2px solid #ddd;
    border-radius: 21px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    transition: all 0.3s;
    font-family: 'Archivo', sans-serif;
}
#add_payment_method table.cart td.actions .coupon .input-text:hover, .woocommerce-cart table.cart td.actions .coupon .input-text:hover , .woocommerce-checkout table.cart td.actions .coupon .input-text:hover {
    border-color: var(--main-color);
    transition: all 0.3s;
}
#add_payment_method table.cart td.actions .coupon .input-text:focus, .woocommerce-cart table.cart td.actions .coupon .input-text:focus , .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
    outline: none;
    color: #444;
    border-color: var(--main-color);
    transition: all 0.3s;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table thead th {
    background: #f7f7f7;
    color: #1d1d1d;
    padding: 13px;
}
.woocommerce table.shop_table tfoot th {
    background: #666;
    color: #FFF;
}
table.shop_table.shop_table_responsive tbody th {
    background: #f7f7f7;
    color: #1d1d1d;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 , .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods li:before{
    content: none;
}
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods li {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods li input {
    margin-top: 7px;
}
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods li .payment_box {
    background: #737373;
    color: #FFF;
}
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods li .payment_box:before{
    border: 1em solid #737373;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment ul.wc_payment_methods.payment_methods.methods li label {
    color: #1d1d1d;
}
.woocommerce-checkout #payment {
    background: #f5f5f5;
}
.only-in-devices{
    display: none;
}
.only-in-desktop{
    display: none;
}
.main-archive-content .row > div {
    margin-bottom: 20px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #d2ffd1;
    color: #367431;
}
.woocommerce ul.order_details {
    margin: 25px 0;
    display: flex;
    justify-content: center;
}
.woocommerce ul.order_details li {
    padding: 10px 20px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    text-align: center;
}
.woocommerce ul.order_details li:before{
    content: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    display: flex;
    color: #555;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before{
    content: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    padding: 15px 0 15px 40px;
    background: #f7f7f7;
    display: flex;
    color: #555;
    border: none;
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f3fd";
    font-family: 'Font Awesome 5 Pro';
    font-size: 19px;
    position: absolute;
    left: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover , .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--main-color);
    color: #FFF;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
    content: "\f290";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
    content: "\f019";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
    content: "\f5a0";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
    content: "\f47f";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    content: "\f2f5";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my_events a:before{
    content: "\f3ff";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--event_promotes a:before{
    content: "\f643";
}
header.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label , .events-new-form-element label , .fgiga_order_page_section_login_form_element label{
    font-size: 12px;
    margin-bottom: 5px;
    color: var(--dark-color);
    font-weight: bold;
    margin-top: 5px;
}
fieldset {
    margin: 10px 0;
}
legend {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    color: #777;
    margin: 10px 0;
}
legend:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce .woocommerce-customer-details address {
    border: none;
}
.user-info-section-top {
    background: var(--second-color);
    position: relative;
    height: 110px;
    border-radius: 5px 5px 0 0;
}
.user-info-section-top img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}
.user-info-img {
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid var(--main-color);
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    background: #FFF;
}
.user-info-section-detail {
    margin: 40px 0 10px;
    text-align: center;
    font-size: 15px;
    color: #666;
}
.user-info-section-bottom {
    text-align: center;
}
a.user-info-section-button {
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    background: #bcbcbc;
    border: none;
}
a.user-info-section-button:hover{
    background: #8e8e8e;
    color: #FFF;
}
.main-post-item a {
    border: none;
    color: inherit;
}
.main-event-item a{
    border: none;
}
.main-event-item a.event-item-category {
    padding-bottom: 5px;
    color: #FFF;
}
.index-post-slide {
    padding: 15px;
}
.post-item-image a {
    padding-bottom: 0;
}
.post-item-link a i{
    font-family: "Font Awesome 5 Pro";
}
.far{
    font-family: "Font Awesome 5 Pro" !important;
}
.events-new-form-element {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.event-select-users , .event-select-tags  , .event-select-categories{
    min-width: 200px;
    width: 100%;
}
.uk-notification-message-success , .uk-notification-message-danger{
    background: #22a159;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    z-index: 1000000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 20px;
}
.uk-notification-message-danger{
    background: #dd4222;
}
.uk-notification-message-success i , .uk-notification-message-danger i{
    margin-left: 10px;
    font-size: 15px;
}
.uk-notification-close{
    color: #FFF;
}
.events-new-form-row-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.events-new-form-row-two .events-new-form-element {
    width: 49%;
}
.select2-container--default .select2-selection--multiple{
    padding: 9px 20px;
    color: #8d8d8d;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    color: #8d8d8d;
    border: 2px solid var(--main-color);
}
.events-new-main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rt_event_status_badge {
    padding: 10px;
    background: #2196f3;
    border-radius: 3px;
    color: #FFF;
    display: flex;
    z-index: 1;
    line-height: 15px;
    justify-content: center;
}
.rt_event_status_badge.rt_event_status_badge_publish {
    background: #147f01;
}
.events-new-main-top .rt_event_status_badge {
    white-space: nowrap;
    margin-left: 10px;
}
.events-main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
table.events-table thead th {
    background: #ddd;
    color: #666;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
}
table.events-table tbody tr {
    border-bottom: 1px solid #ddd;
}
table.events-table tbody tr td {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
}
table.events-table tbody tr td .event-online-type-item-title {
    display: none;
}
.event-holding-type-table {
    display: flex;
    justify-content: space-around;
}
table.events-table tbody tr td .rt_event_status_badge {
    line-height: 13px;
    font-size: 10px;
}
a.event-button {
    padding: 0;
    border: none;
    margin: 1px;
    background: #ffc107;
    color: #464646;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.event-button:hover {
    background: #eab619;
}
.event-table-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.button-3 , .page-content .button-3{
    color: #FFF;
    background: var(--second-color);
    padding: 8px 25px;
    border: 2px solid var(--second-color);
    border-radius: 5px;
}
.button-3:hover , .page-content .button-3:hover{
    color: var(--second-color);
    background: none;
}
.rt_filmio_image_item {
    max-width: 185px;
    position: relative;
    padding: 7px;
    margin: 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
}
.rt_filmio_image_delete {
    position: absolute;
    background: #f41e14;
    border-radius: 15px;
    top: 0;
    color: #FFF;
    border: 1px solid #f41e14;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 11px;
    line-height: 12px;
}
.rt_filmio_image_delete:hover{
    background: transparent;
    color: #f41e14;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.rt_filmio_image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rt_filmio_image img {
    width: 100%;
    height: auto;
}
div#event_main_image .rt_filmio_image_item {
    max-width: initial;
    box-shadow: none;
}
div#event_main_image {
    min-height: 300px;
    border: 3px dashed #ddd;
}
.events-new-form-main-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-router .media-menu-item {
    color: #666;
    border-radius: 0;
}
button#insert-media-button {
    background: #f1f1f1;
    color: #555;
    border: none;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 3px;
}
.wp-switch-editor {
    border-radius: 0;
}
.rosha-user-dropdown {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.rosha-user-dropdown-top {
    display: flex;
    background: #fafafa;
    padding: 5px;
    align-items: center;
}
.user-dropdown-img {
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
h6.user-dropdown-name {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.rosha-user-dropdown a {
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.user-dropdown-details {
    padding: 12px 15px;
}
ul.rosha-user-dropdown-list li a {
    padding: 10px;
    display: flex;
}
ul.rosha-user-dropdown-list li a:hover {
    background: #f3f6f6;
}
ul.rosha-user-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rosha-user-dropdown a {
    color: #444;
}
.header-tool-item {
    margin-right: 5px;
}
.header-tool-item a.main-header-user i {
    font-size: 18px;
    color: #FFF;
}
.uk-modal-dialog {
    border-radius: 3px;
    padding: 20px;
}
.uk-modal-title {
    display: flex;
    width: calc(100% - 10px);
    align-items: center;
    white-space: nowrap;
    color: #777;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.uk-modal-title:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ddd;
    margin: 0 10px;
}
.fgiga_order_page_section_login {
    max-width: 600px;
    margin: 0 auto;
    min-width: 200px;
    width: 90%;
}
button.fgiga_order_page_section_login_top_button {
    padding: 10px 30px;
    border: none;
    border-radius: 5px 5px 0 0;
    margin-left: 15px;
    transition: all 0.3s;
}
button.fgiga_order_page_section_login_top_button:hover{
    cursor: pointer;
}
button.fgiga_order_page_section_login_top_button:hover , button.fgiga_order_page_section_login_top_button:focus {
    background: var(--second-color);
    color: #FFF;
}
.fgiga_order_page_section_login_top {
    display: flex;
}
.fgiga_order_page_section_login_main {
    padding: 30px 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
}
.fgiga_order_page_section_login_main_form {
    opacity: 0;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
}
.fgiga_order_page_section_login_form_last {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fgiga_order_page_section_login_form_element{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}
.fgiga_order_page_section_login_form_last .fgiga_order_page_section_login_form_element {
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
}
.fgiga_order_page_section_login_form_last .fgiga_order_page_section_login_form_element label{
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 16px;
}
.active_login_button{
    background: var(--second-color);
    color: #FFF;
}
.active_login_section{
    opacity: 1;
    height: auto;
}
.fgiga_order_page_section_otp_section , .fgiga_order_page_section_register_section{
    height: 0;
    opacity: 0;
    transition: all 0.3s;
    overflow: hidden;
}
.active_register_section{
    height: auto;
    opacity: 1;
}
.uk-checkbox, .uk-radio {
    padding: 0;
    margin-right: 5px;
    margin-top: 1px;
}
button.uk-modal-close-default {
    top: 19px;
}
.myaccount-dashboard-box {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #ddd;
    border-radius: 3px;
    padding: 10px;
}
.myaccount-dashboard-box i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: var(--second-color);
    color: #FFF;
    font-size: 18px;
    justify-content: center;
}
.myaccount-dashboard-box-details {
    width: calc(100% - 45px);
}
.myaccount-dashboard-box-title {
    color: #1d1d1d;
    font-weight: 700;
}
.myaccount-dashboard-box-number {
    font-size: 13px;
    color: #999;
}
.events-view-right-section {
    display: flex;
}
.events-view-right-section .button-3 {
    margin-left: 10px;
    white-space: nowrap;
}
.promote-events-image {
    display: flex;
    height: 120px;
    margin-bottom: 20px;
}
.promote-events-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
h4.promote-events-title {
    font-size: 16px;
    text-align: center;
    color: var(--dark-color);
}
.promote-events-excerpt {
    font-size: 13px;
    color: #6b7b99;
    height: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.promote-events-price {
    text-align: center;
    margin: 10px 0;
    font-size: 40px;
    color: var(--dark-color);
    font-weight: bold;
}
.promote-events-subtitle {
    height: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #6b7b99;
    font-size: 12px;
}
.promote-events-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promote-events-details {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.promote-events-column{
    transition: all 0.3s;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 40px;
    position: relative;
    box-shadow: 0 0 25px 0px rgba(0,0,0,0.08);
}
.promote-events-column:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    transition: all 0.3s;
}
.promote-events-column.selected-promote-event{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}
.selected-promote-event:before{
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    color: var(--main-color);
    position: absolute;
    left: 20px;
    top: 20px;
}
.promote-events-checkout {
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f7f7f7;
}
.promote-events-payable {
    display: flex;
}
.promote-events-payable-price {
    font-size: 19px;
    color: #888;
    margin-left: 15px;
}
.promote-events-payable {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.main-event-filter-row {
    display: flex;
    flex-wrap: wrap;
}
.main-page-filter {
    margin: 50px 0;
}
h3.event-filter-section-title{
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    color: #555;
    margin: 10px 0;
    font-weight: 500;
}
h3.event-filter-section-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
}
.event-filter-section-list {
    display: flex;
    flex-direction: column;
}
a.event-filter-section-list-item {
    font-weight: 400;
    color: #666;
    display: flex;
    align-items: center;
    line-height: 22px;
    position: relative;
    padding-left: 27px;
    width: 100%;
    margin-bottom: 8px;
    font-size: 13px;
}
a.event-filter-section-list-item:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 300;
    margin-left: 4px;
    width: 13px;
    height: 13px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
a.event-filter-section-list-item:after {
    content: "";
    border: 2px solid #ddd;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
a.event-filter-section-list-item.event-filter-item-active:before ,a.event-filter-section-list-item:hover:before{
    background: var(--main-color);
}
a.event-filter-section-list-item.event-filter-item-active:after , a.event-filter-section-list-item:hover:after{
    border-color: var(--main-color);
}
.event-filter-section-list-item .event-online-type-item {
    display: flex;
    align-items: center;
    margin-right: 7px;
}
.event-filter-section-list-item .event-online-type-item i {
    display: none;
}
.select2-container--open .select2-dropdown--below {
    font-size: 13px;
}
.event-filter-section-reset {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.main-event-filter-row > div {
    margin-bottom: 20px;
}
.single-event-share-items {
    display: flex;
}
.single-event-share-items a {
    margin: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 50%;
    background: #f3f3f3;
}
.single-event-share-items a:hover {
    background: var(--main-color);
    color: #FFF;
}
.single-event-share {
    margin: 50px 0;
}
button.single-event-tool-button.before_liked_this_object i {
    font-weight: bold;
    color: #f44336;
}
.sinle-comment-awaiting {
    padding: 10px;
    background: #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    color: #777;
}
.events-new-form-row-agree .events-new-form-element{
    flex-direction: row;
    align-items: center;
}
.events-new-form-row-agree .events-new-form-element label{
    margin-bottom: 0;
}
html.uk-offcanvas-page {
    margin-top: 0 !important;
}
body.admin-bar .uk-offcanvas {
    top: 32px;
}
.event-item-online > a {
    height: auto;
}
.myaccount-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.u-column1.col-1.woocommerce-Address {
    max-width: 50%;
    flex: 0 0 50%;
}
.event-table-promotes{
    display: none;
    z-index: 50;
}
.event-table-promotes-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
}
.event-table-promotes-main {
    width: 50vw;
    background: #FFF;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
button.event-table-promotes-show {
    font-size: 10px;
    padding: 5px;
    border-radius: 3px;
    line-height: 14px;
    margin: 3px 0;
}
.event-table-promotes-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.event-table-promotes-main-items .site-alert{
    align-items: center;
}
.event-table-promotes-item {
    display: flex;
    color: #777;
}
.event-categories-list {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.event-categories-list-title {
    background: #607d8b;
    color: #FFF;
    padding: 10px 20px;
}
.event-categories-list-items {
    padding: 20px;
    border: 2px solid #607d8b;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
}
a.event-categories-list-item {
    margin-bottom: 10px;
    border-bottom: none;
    display: flex;
    align-items: center;
    color: #777;
    font-size: 12px;
    line-height: 17px;
}
a.event-categories-list-item .event-categories-item-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #777;
    margin-right: 10px;
    transition: all 0.3s;
}
a.event-categories-list-item i {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s;
}
a.event-categories-list-item:hover .event-categories-item-circle{
    background: var(--second-color);
}
a.event-categories-list-item:hover i{
    color: var(--second-color);
}
a.event-categories-list-item:hover{
    color: var(--main-color);
}
table.events-table {
    width: 100%;
}
.fgiga_order_page_section_login_form_last .fgiga_order_page_section_login_form_element label a {
    font-size: 12px;
}
.page-content-no-padding{
    padding: 0;
}
button.fgiga_login_change_type_forget {
    padding: 0;
    border: none;
    background: none;
    color: #555;
    font-size: 12px;
    margin-top: 20px;
    margin-left: 0;
    font-weight: 600;
    display: flex;
    justify-content: center;
    width: 100%;
}
button.fgiga_login_change_type_forget:hover{
    background: none;
    color: var(--main-color);
}
/*.promote-events-column .promote-events-excerpt {
    height: 170px;
}*/
.promote-events-column .promote-events-button {
    text-align: center;
}
body .gform_wrapper ul li.gfield {
    display: flex;
    flex-direction: column;
}
body .gform_wrapper ul li.gfield label.gfield_label {
    font-size: 12px;
    margin-bottom: 0;
    color: #1d1d1d;
    font-weight: 500;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) , .gform_wrapper textarea , .gform_wrapper select{
    padding: 9px 20px !important;
    color: #8d8d8d;
    border: 2px solid #ddd;
    border-radius: 21px;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 18px;
    transition: all 0.3s;
    font-family: 'Archivo', sans-serif !important;
    width: 100%;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover , .gform_wrapper textarea:hover , .gform_wrapper select:hover{
    border-color: var(--main-color);
    transition: all 0.3s;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus , .gform_wrapper textarea:focus , .gform_wrapper select:focus{
    outline: none;
    color: #444;
    border-color: var(--main-color);
    transition: all 0.3s;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
body .gform_wrapper ul li.gfield.gsection{
    border-bottom: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
body .gform_wrapper ul li.gfield.gsection h2.gsection_title{
    color: #777;
    white-space: nowrap;
}
body .gform_wrapper ul li.gfield.gsection:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
}
.gform_wrapper .top_label li.gfield.gf_left_third label.gfield_label, .gform_wrapper .top_label li.gfield.gf_middle_third label.gfield_label, .gform_wrapper .top_label li.gfield.gf_right_third label.gfield_label {
    display: none !important;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    display: flex;
    align-items: center;
}
.gform_wrapper ul.gfield_checkbox li input, .gform_wrapper ul.gfield_radio li input {
    margin-right: 10px;
    margin-bottom: 6px;
}
.event-categories-sub-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
a.event-categories-sub-list-item-link {
    width: 30%;
    text-align: center;
    border: 2px solid var(--main-color);
    margin: 8px 0;
    padding: 20px;
    border-radius: 4px;
    background: var(--main-color);
    color: #FFF;
    align-items: center;
    display: flex;
    justify-content: center;
}
a.event-categories-sub-list-item-link i {
    font-size: 20px;
    margin-right: 7px;
}
a.event-categories-sub-list-item-link:hover {
    color: #FFF;
    transform: translateY(-10px);
}
.index-post-grid{
    display: flex;
    flex-wrap: wrap;
}
a.event-filter-section-list-item .event-online-type-item:nth-child(2):before {
    content: "&";
    margin-right: 7px;
}
.index-categories-tabs {
    display: flex;
    flex-wrap: wrap;
}
a.index-categories-tab {
    border: 1px dashed #ddd;
    padding: 7px 15px;
    margin: 0 5px;
}
a.index-categories-tab:hover {
    color: #FFF;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}
.main-category-ads {
    margin: 30px 0 10px;
}
.elementor-shortcode a {
    border: none;
}
.single-share{
    margin-bottom: 10px;
}
.single-content-share-list {
    display: flex;
    margin-top: 10px;
}
.single-content-share-list-item {
    width: 17%;
    height: 40px;
}
.single-content-share-list-item a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #FFF;
    background: #ff5722;
}
.single-content-share-list-item a:hover{
    color: #FFF;
}
.single-content-share-list-item-telegram a {
    background: #0088cc;
}
.single-content-share-list-item-whatsapp a {
    background: #25d366;
}
.single-content-share-list-item-twitter a {
    background: #1da1f2;
}
.single-content-share-list-item-linkedin a {
    background: #0077b5;
}
.single-content-share-list-item-facebook a {
    background: #3b5998;
}
.sidebar .widget.widget_block > a {
    margin-bottom: 15px;
    display: flex;
}
a.footer_social_link {
    font-size: 25px;
    margin-right: 10px;
}
.category-ads-column {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 15px;
    flex-wrap: wrap;
}
/*.category-ads-column > div {
    width: 23%;
}*/
.ads_in_elementor .elementor-shortcode {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ads_in_elementor.ads_in_elementor_columns .elementor-shortcode > div {
    width: 23%;
}
/*.ads_in_elementor .elementor-shortcode > div {
    width: 23%;
}*/
.rad_multi_form_element ul.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rad_multi_form_element ul.gfield_checkbox li.gchoice {
    width: 32%;
}
.main-category-description .mailerlite-form {
    width: 40%;
    min-width: 250px;
    max-width: 100%;
    background: #f0f0f0;
    padding: 15px;
    margin: 25px auto 15px;
    border-radius: 5px;
}
.main-category-description .mailerlite-form input {
    width: 100%;
}
.main-category-description .mailerlite-form .mailerlite-subscribe-button-container {
    margin-top: 20px;
}
.main-description-with-more {
    position: relative;
    max-height: 420px;
    overflow: hidden;
    transition: max-height 0.3s;
}
button.show-more-content-button {
    width: 100%;
    border-radius: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    padding: 50px;
    font-size: 16px;
}
button.show-more-content-button:hover {
    color: var(--main-color);
}
.main-description-with-more.show-more-content {
    max-height: 5000px;
}
button.show-more-content-button.show-more-button-open i {
    transform: rotateZ(180deg);
}
.main-description-with-more .main-category-description.page-content {
    padding: 50px 0 80px;
}
.main-category-subscribe{
/*background-color: #d5d5d5;*/
    padding: 40px;
/* max-width: 400px; */
    /*margin: 30px auto 0;*/
    border-radius: 5px;
/*box-shadow: 0 0 5px rgb(0 0 0 / 20%);*/
    /*background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201200%20150%22%20fill%3D%22none%22%20color%3D%22%23D0AED6%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%3Cstyle%3E%20.palette-1%20%7Bcolor%3A%20rgba(16%2C%2031%2C%20149%2C%200)%3B%7D%3C%2Fstyle%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_8885_2025)%22%3E%0A%3Crect%20class%3D%22palette-1%22%20width%3D%221200%22%20height%3D%22150%22%20fill%3D%22currentColor%22%2F%3E%0A%3Crect%20x%3D%221091.75%22%20y%3D%22129.75%22%20width%3D%22166.5%22%20height%3D%2261.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Crect%20x%3D%22-46.25%22%20y%3D%22-19.25%22%20width%3D%2268.5%22%20height%3D%2297.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Crect%20x%3D%22388.75%22%20y%3D%22-11.25%22%20width%3D%22166.5%22%20height%3D%2223.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle%20cx%3D%22771.5%22%20cy%3D%22169.5%22%20r%3D%2245%22%20stroke%3D%22white%22%2F%3E%0A%3Ccircle%20cx%3D%221192%22%20cy%3D%224%22%20r%3D%2224.5%22%20stroke%3D%22white%22%2F%3E%0A%3Ccircle%20cx%3D%22124%22%20cy%3D%22154%22%20r%3D%2224.5%22%20stroke%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_8885_2025%22%3E%0A%3Crect%20width%3D%221200%22%20height%3D%22150%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;*/
    display: flex;.
    align-items: center;
    flex-direction: column;
    width: 60%;
    box-sizing: border-box;
}
.main-category-subscribe .gform_legacy_markup_wrapper form {
    /*display: flex;*/
    align-items: center;
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform_footer {
    width: auto;
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform-body.gform_body ul {
    /*display: flex;*/
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform-body.gform_body ul li.gfield.gfield--type-captcha {
    display: none;
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform-body.gform_body ul li {
    /*width: 50%;*/
    padding: 5px;
    margin: 0;
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform-body.gform_body ul li label.gfield_label.gform-field-label {
    color: #FFF;
    font-size: 13px;
    display: none;
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform-body.gform_body ul li input::placeholder{
    color: #444;
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform-body.gform_body ul li input {
    border-radius: 5px !important;
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform_footer {
    margin-top: 0;
    display: flex;
    justify-content: center;
}
.main-category-subscribe .gform_legacy_markup_wrapper {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.main-category-subscribe h2 {
    color: #333 !important;
    font-size: 24px;
    font-weight: bold;
    /* background: #ed6843; */
    padding: 10px;
    text-shadow: 0 0 19px rgb(255 255 255 / 20%);
    border-radius: 5px;
}
.main-category-subscribe > div {
    background: none !important;
}
.main-category-subscribe .gform_confirmation_message {
    background: #307e33;
    color: #FFF;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    line-height: 26px;
}
/*
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    background: #FFF;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #333;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
*/
.featured_event_item {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 30px;
}
.featured_event_item:hover {
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    transition: all 0.3s;
}
.featured_event_item_top {
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured_event_item_top img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}
.featured_event_item_top_title {
    z-index: 1;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s;
}
.featured_event_item:hover .featured_event_item_top_title{
    background: rgba(0,0,0,0.7);
}
.featured_event_item_bottom {
    padding: 15px 5px;
}
.featured_event_item_bottom_details {
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured_event_item_details_item {
    font-size: 12px;
    margin: 10px 5px 20px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    line-height: 17px;
}
.featured_event_item_details_item i {
    margin-right: 5px;
}
.featured_event_item_details_item:last-child {
    border-right: none;
    padding-right: 0;
}
.featured_event_item_bottom_buttons {
    display: flex;
    justify-content: center;
}
.featured_event_item_bottom_buttons a {
    padding: 7px 20px;
    border: 1px solid #ddd;
    margin: 0 7px;
    border-radius: 3px;
    font-size: 12px;
    color: #444;
}
.featured_event_item_bottom_buttons a:hover {
    background: #555;
    color: #FFF;
    border-color: #555;
}
.featured_event_item_bottom_discount {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    color: #f44336;
    font-weight: bold;
}
.find-events-locations {
    display: flex;
    flex-wrap: wrap;
}
.find-events-location {
    width: calc(25% - 30px);
    margin: 15px;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    color: #444;
    cursor: pointer;
}
.find-events-location i {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe4e4;
    margin-right: 15px;
    color: #ed4343;
    font-size: 20px;
}
.find-events-location.find-events-location-active {
    background: #ffe4e4;
}
.find-events-items {
    margin-top: 50px;
}
.find-events-item {
    transition: all 0.3s;
}
.find-events-items-search .find-events-item {
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}
.find-events-items-search .find-events-item.find-events-item-active {
    max-width: 1000px;
    max-height: 1000px;
    padding: 0 15px;
}
.find-events-items.find-events-items-limited {
    max-height: 1035px;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}
button.find-events-more-button {
    position: absolute;
    left: 35%;
    right: 35%;
    z-index: 10;
    bottom: 0;
    border-radius: 5px;
    font-size: 13px;
    padding: 15px;
    border: 2px solid #323232;
    background: #323232;
    color: #FFF;
}
button.find-events-more-button:hover {
    background: none;
    color: #323232;
}
.index-hand-picked-subtitle {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
}
.index-hand-picked-title {
    color: #ff5722;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}
.index-hand-picked-description {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.hand-picked_event_item_organizer {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.hand-picked_event_item_organizer img {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    margin-right: 10px;
    object-fit: contain;
}
.hand-picked_event_item_subtitle {
    font-size: 12px;
    color: #ff5722;
}
.hand-picked_event_item_bottom {
    padding: 10px;
    background: #FFF;
}
.hand-picked_event_item_top {
    display: flex;
}
.hand-picked_event_item_top img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.index-hand-picked-events {
    padding: 25px 40px;
    background: #eeeeee;
}
.index-hand-picked-slide-main {
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 7px rgb(0 0 0 / 5%);
}
.hand-picked_event_item_title {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    margin: 3px 0;
    height: 56px;
    display: flex;
    align-items: center;
}
.hand-picked_event_item_bottom_discount {
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    font-weight: 400;
    height: 110px;
    overflow: hidden;
}
.find-events-items.find-events-items-limited .find-events-item:nth-child(n+7) .featured_event_item {
    margin-bottom: 80px;
}
.index-hand-picked-slider button.slick-arrow {
    top: -55px;
}
.index-hand-picked-slider button.slick-arrow.slick-prev {
    left: unset;
    right: 40px;
}
.index-hand-picked-slider button.slick-arrow.slick-next {
    right: 10px;
}
.index-featured-events-slide {
    padding: 0 15px;
}
.newsletter-back-form label {
    color: #FFF;
    font-size: 13px;
    margin: 10px;
}
.newsletter-back-form input {
    width: 100%;
}
.newsletter-back-form h3 {
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
}
.newsletter-back-form input.mailerlite-subscribe-submit {
    margin-top: 20px;
    border-radius: 5px;
    width: auto;
    background: #ffeb3b;
    border-color: #ffeb3b;
    font-weight: 400;
    font-size: 13px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    color: #222;
}
.newsletter-back-form input.mailerlite-subscribe-submit:hover {
    transform: translateY(-5px);
}
.newsletter-back-form .mailerlite-form-description p span {
    color: rgb(255 255 255 / 80%) !important;
    font-size: 12px;
    margin: 0 10px;
}
.page-id-7060 .top-footer {
    display: none;
}
a.index-hand-picked-slide-link {
    padding-bottom: 0;
    border-bottom: none;
    color: #999;
    line-height: 2em;
}
.ads_in_elementor .elementor-shortcode > div a , .category-ads-column > div a {
    width: 100%;
    display: flex;
}
.ads_in_elementor .elementor-shortcode > div a img  , .category-ads-column > div a img{
    width: 100%;
}
.single_event_widget {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}
.single_event_widget_title {
    color: black;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    white-space: nowrap;
}
.single_event_widget_icon {
    display: flex;
    margin-right: 20px;
    width: 30px;
}
a.event_grid_item_link {
    display: flex;
    border-bottom: none;
    margin-bottom: 20px;
}
.event_grid_item_title {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    /*text-shadow: 2px 2px rgba(0,0,0,0.1);*/
    height: 120px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event_grid_item_metas {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f5f5f5;
    padding: 12px 0 0 0 !important;
}
.event_grid_item_meta {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 5px;
    color: #444;
    font-weight: 300;
}
.event_grid_item_meta i {
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}
.event_grid_item_image {
    display: flex;
    margin-bottom: 20px;
    height: 180px;
}
.event_grid_item_image img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    object-fit: contain;
}
.event_grid_filters_widget_title {
    color: black;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}
.event_grid_filters_widget_items {
    background: #FAFAFA;
    border-radius: 7px;
    border: 0.5px #BDBDBD solid;
    padding: 10px;
    margin-bottom: 10px;
    max-height: 300px;
    overflow: auto;
}
.event_grid_filters_widget_item {
    display: flex;
    color: black;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 10px 10px 40px;
    position: relative;
    cursor: pointer;
}
.event_grid_filters_widget_item:before {
    width: 20px;
    height: 20px;
    background: #FFF;
    content: '';
    border: 2px solid #000;
    border-radius: 3px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.event_grid_filters_widget_item.event_grid_filters_widget_item_show:after {
    width: 10px;
    height: 10px;
    content: '';
    background: var(--main-color);
    border-radius: 5px;
    position: absolute;
    left: 5px;
    top: 19px;
}
.event_grid_items_has_filter .event_grid_item_filter:not(.event_grid_item_filter_show) {
    display: none;
}
.event_grid .row {
    flex-direction: row-reverse;
}
.single_event_widget:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.single_event_widget_icon i {
    color: #FFC700;
    font-size: 28px;
}
.single_event_show_popup_section {
    display: flex;
    /*margin-top: 20px;*/
}
button.single_event_show_popup_button {
    width: 100%;
    border-radius: 5px;
    padding: 12px;
    font-size: 14px;
    /*text-transform: uppercase;*/
    background: var(--second-color);
    border-color: var(--second-color);
    color: #fff;
}
.event_grid_item {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding-bottom: 10px;
}
.event_grid_items .row {
    flex-direction: row;
}
.event_grid_item_title, .event_grid_item_metas {
    padding: 0 10px;
}
.event_grid_filters_widget_item .event-online-type-item {
    display: flex;
    align-items: center;
    margin: 5px;
}
.event_grid_filters_widget_item .event-online-type-item i {
    margin-right: 5px;
}
.single_event_widget {
    display: flex;
    /*margin-bottom: 10px;*/
}
.single_event_widget_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 10px;
    padding: 0;
}
.single_event_widget_details {
    /*width: calc(100% - 60px);*/
}
.single_event_widget_title {
    font-weight: bold;
    color: var(--dark-color);
    margin: 5px 0;
}
/*.main-category-subscribe > div:first-child {
    max-width: 560px;
}*/
.main-category-subscribe-wrapper {
    /*background: rgb(16,31,149);
    background: -moz-linear-gradient(225deg, rgba(16,31,149,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(225deg, rgba(16,31,149,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(225deg, rgba(16,31,149,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101f95",endColorstr="#ffffff",GradientType=1);*/
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201200%20150%22%20fill%3D%22none%22%20color%3D%22%23D0AED6%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%3Cstyle%3E%20.palette-1%20%7Bcolor%3A%20rgba(16%2C%2031%2C%20149%2C%200)%3B%7D%3C%2Fstyle%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_8885_2025)%22%3E%0A%3Crect%20class%3D%22palette-1%22%20width%3D%221200%22%20height%3D%22150%22%20fill%3D%22currentColor%22%2F%3E%0A%3Crect%20x%3D%221091.75%22%20y%3D%22129.75%22%20width%3D%22166.5%22%20height%3D%2261.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Crect%20x%3D%22-46.25%22%20y%3D%22-19.25%22%20width%3D%2268.5%22%20height%3D%2297.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Crect%20x%3D%22388.75%22%20y%3D%22-11.25%22%20width%3D%22166.5%22%20height%3D%2223.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle%20cx%3D%22771.5%22%20cy%3D%22169.5%22%20r%3D%2245%22%20stroke%3D%22white%22%2F%3E%0A%3Ccircle%20cx%3D%221192%22%20cy%3D%224%22%20r%3D%2224.5%22%20stroke%3D%22white%22%2F%3E%0A%3Ccircle%20cx%3D%22124%22%20cy%3D%22154%22%20r%3D%2224.5%22%20stroke%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_8885_2025%22%3E%0A%3Crect%20width%3D%221200%22%20height%3D%22150%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-color: #f7f5f1;
    box-shadow: 0 0 50px rgba(0,0,0,0.04);
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 30px 0;
    position: relative;
}
.main-category-subscribe-image {
    width: 40%;
    display: flex;
    padding: 0 20px;
}
.main-category-subscribe-image img {
    border-radius: 5px;
    margin: 20px 0;
    width: 100%;
    display: flex;
}
.main-category-subscribe .gform_legacy_markup_wrapper form .gform_footer.top_label input[type="submit"] {
    margin: 5px 5px 10px 5px;
}
.main-category-subscribe > div[id^=mailerlite-form] {
    width: 100% !important;
}
.main-category-subscribe-wrapper .main-category-subscribe .mailerlite-form {
    width: 100%;
    background: none;
}
.main-category-subscribe-wrapper .main-category-subscribe .mailerlite-form form .mailerlite-form-title, .main-category-subscribe-wrapper .main-category-subscribe .mailerlite-form form .mailerlite-form-description {
    display: none;
}
.main-category-subscribe-wrapper .main-category-subscribe .mailerlite-form form .mailerlite-form-inputs {
    display: flex;
}
.main-category-subscribe-wrapper .main-category-subscribe .mailerlite-form form .mailerlite-form-inputs label {
    display: none;
}
.main-category-subscribe-wrapper .main-category-subscribe .mailerlite-form form .mailerlite-form-inputs .mailerlite-subscribe-button-container {
    margin-top: 0;
}
.main-category-subscribe-wrapper .main-category-subscribe .mailerlite-form form .mailerlite-form-inputs .mailerlite-form-field {
    margin-bottom: 0;
    margin-right: 10px;
}
.main-event-item-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 15px;
    font-size: 11px;
    color: #FFF;
    background: var(--main-color);
    z-index: 10;
    display: flex;
    align-items: center;
    border-radius: 30px;
    margin-right: 10px;
}
.new-main-header-top {
    display: flex;
    justify-content: space-between;
}
.new-main-header-top-contact {
    display: flex;
    align-items: center;
}
.new-main-header-top-contact-item {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.new-main-header-top-contact-item a {
    color: #000;
}
.new-main-header-top-contact-item a i {
    margin-right: 5px;
}
.new-main-header-top-social {
    display: flex;
}
.new-main-header-top-social-item a {
    color: #000;
    font-size: 14px;
    padding: 8px;
}
.new-header-row-top {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.new-header-bottom-main {
    display: flex;
    align-items: center;
}
.new-header-logo {
    max-width: 150px;
    margin-right: 40px;
}
.new-main-header-bottom {
    padding: 20px 0;
}
.new-header-bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
button.new-header-second-button, a.new-header-second-button {
    background: none;
    border: none;
    color: #000;
    padding: 0 15px;
    font-size: 23px;
}
.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.new-top-slider-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
    color: var(--main-color);
    font-weight: 600;
}
.new-top-slider-title-main {
    font-size: 40px !important;
    color: #1a064e !important;
    font-weight: 800 !important;
}
.new-top-slider-title {
    margin-bottom: 20px;
}
.new-top-slider-text {
    font-size: 14px;
    font-weight: 500;
    color: #1a064e;
    margin-bottom: 20px;
}
.new-top-slider-buttons {
    display: flex;
    margin: 20px 0;
}
.new-top-slider-buttons > * {
    margin-right: 20px;
}
form.new-top-slider-form {
    display: flex;
}
.new-top-slider-form-section {
    padding: 15px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
}
.new-top-slider-form-input {
    border: none;
    height: 50px;
}
.new-top-slider-form-element {
    width: 98%;
    display: flex;
    align-items: center;
    position: relative;
}
.new-top-slider-form-element i {
    position: absolute;
    font-size: 21px;
    color: #1a064e;
}
.new-top-slider-form-input {
    border: none;
    height: 50px;
    border-radius: 0;
    box-shadow: none !important;
    width: 100%;
    padding-left: 30px;
    /*border-right: 1px solid #eee !important;*/
    margin-right: 15px;
    color: #1a064e;
}
.new-top-slider-form-input::placeholder {
    color: #1a064e;
    opacity: 0.95;
}
.new-top-slider-form-element:nth-child(3) .new-top-slider-form-input {
    border-right: none !important;
}
button.new-top-slider-form-submit-button {
    border-radius: 15px;
    padding: 20px 35px;
}
button.new-top-slider-form-submit-button {
    border-radius: 15px;
    padding: 20px 35px;
    background: #1a064e;
    border-color: #1a064e;
}
.new-top-slider-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.new-top-slider-details {
    /*padding-left: 10%;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-top-slider-item {
    color: var(--dark-color);
}
.new-top-slider-item-icon {
    margin-bottom: 5px;
}
.new-top-slider-item-icon svg {
    width: 25px;
    font-size: 20px;
    fill: var(--dark-color);
}
.new-top-slider-item-icon svg path{
    fill: var(--dark-color);
}
.new-top-slider-item {
    color: var(--dark-color);
    width: 25%;
    padding: 20px 0;
    line-height: 1.5;
}
.new-top-slider-image img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topics_category_icon {
    background: #fafafa;
    color: #ddd;
    width: 70px;
    height: 70px;
    font-size: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.topics_category_icon svg {
    width: 30px;
}
.topics_category {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.topics_category_title {
    color: var(--dark-color);
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
}
.topics_category_subtitle {
    font-size: 12px;
    color: #625681;
}
.single-event-new-top {
    background: #f4f7fe;
}
.single-event-breadcrumbs nav.woocommerce-breadcrumb{
    color: var(--dark-color);
}
.single-event-breadcrumbs nav.woocommerce-breadcrumb a{
    color: #6b7b99;
}
.single-event-breadcrumbs {
    padding: 15px 0 60px 0;
}
.breadcrumb-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6b7b99;
    margin: 0 7px;
}
.single-event-new-badges {
    display: flex;
    margin-bottom: 30px;
}
.single-event-new-badges > * {
    position: unset;
}
/*.single-event-new-badges .event-item-online {
    margin-right: 10px;
}*/
.single-event-new-title h1 {
    font-size: 42px;
    color: var(--dark-color);
    font-weight: bold;
    max-width: 80%;
}
.single-event-new-title {
    margin-bottom: 30px;
}
.single-event-new-items {
    display: flex;
    margin-bottom: 30px;
    color: #6b7b99;
}
.single-event-new-items a{
    color: #6b7b99;
}
.single-event-new-item i {
    font-size: 15px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-event-new-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.single-event-new-author{
    color: #6b7b99;
    margin-bottom: 20px;
}
.single-event-new-author a i {
    width: 30px;
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #6b7b99;
}
.single-event-new-author a {
    display: flex;
    align-items: center;
    color: #6b7b99;
}
.single-event-new-features {
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
    position: absolute;
    width: calc(100% - 30px);
    z-index: 1;
}
.single-event-new-image {
    padding: 10px;
}
.single-event-new-buttons {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.single-event-new-buttons a {
    text-align: center;
    background: #6440fa;
    border: 2px solid #6440fa;
    color: #FFF;
    padding: 20px;
    border-radius: 5px;
}
.single-event-new-buttons a:hover {
    background: none;
    color: #6440fa;
}
.single-event-new-buttons button {
    text-align: center;
    background: none;
    border: 2px solid var(--dark-color);
    color: var(--dark-color);
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
}
.single-event-new-buttons button:hover {
    color: #FFF;
    background: var(--dark-color);
}
.single-event-new-features-items {
    padding: 15px;
}
.single-event-new-features-item-title {
    display: flex;
    align-items: center;
}
.single-event-new-features-item-title i {
    width: 25px;
    font-size: 14px;
    color: var(--dark-color);
}
.single-event-new-socials {
    display: flex;
    justify-content: center;
}
.single-event-new-socials a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px;
    color: #4f537a;
}
.single-event-new-socials a:hover{
    background: #eef1f5;
}
.single-event-new-features-buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.single-event-new-heading {
    padding: 30px 0;
    font-weight: bold;
    color: var(--dark-color);
}
.single-event-new-content {
    color: #6b7b99;
    line-height: 1.5;
}
.promote-events-items {
    margin-bottom: 30px;
}
.promote-events-item {
    display: flex;
    margin-bottom: 10px;
    color: #6b7b99;
    line-height: 1.7;
}
.promote-events-item:before {
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f00c';
    color: #5f8af2;
}
.promote-events-button a.button-3 {
    max-width: 90%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f2ff;
    border-color: #f4f2ff;
    color: #6440fa;
    padding: 20px 50px;
}
.promote-events-button a.button-3:hover{
    background: #6440fa;
    border-color: #6440fa;
    color: #f4f2ff;
}
.promote-events-column.promote-events-element.promote-events-column-featured h4.promote-events-title, .promote-events-column.promote-events-element.promote-events-column-featured .promote-events-price {
    color: #6440fa;
}
.promote-events-column.promote-events-element.promote-events-column-featured .promote-events-button a.button-3{
    background: #6440fa;
    border-color: #6440fa;
    color: #f4f2ff;
}
.promote-events-column.promote-events-element.promote-events-column-featured .promote-events-button a.button-3:hover{
    background: #f4f2ff;
    border-color: #f4f2ff;
    color: #6440fa;
}
.new-top-slider-image {
    height: 100%;
    display: flex;
    align-items: center;
}
.single-event-new-badges .event-item-online a {
    display: flex;
}
.single-event-new-badges .event-item-online a .event-online-type-item {
    margin-right: 10px;
}
.new-header-buttons-button > a {
    font-size: 14px;
    padding: 13px 25px;
    margin-left: 5px;
    border-radius: 5px;
    border: 2px solid transparent;
}
a.new-header-main-button.new-header-register-button {
    background: var(--dark-color);
    color: #FFF;
    border-color: var(--dark-color);
}
button.save-event-button {
    width: 40%;
    margin: auto;
    background: var(--dark-color);
    border-color: var(--dark-color);
    color: #FFF;
}
button.save-event-button:hover {
    background: none;
    color: var(--dark-color);
}
.event-new-form-section {
    margin: 20px 0;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
    border-radius: 5PX;
}
.event-new-form-section-heading {
    font-size: 20px;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 20px;
}
.elementor-icon-box-title a {
    text-decoration: none;
    border: none;
}
a.elementor-icon {
    border: none;
    text-decoration: none;
}
a.topics_item_link, .topics_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border: none;
    width: 100%;
}
.topics_item {
    background: #eef1f6;
    height: 180px;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.5s;
    justify-content: center;
}
.topics_item_icon {
    background: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: var(--dark-color);
    margin: 10px 0 20px;
}
.topics_item_title {
    color: var(--dark-color);
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
    height: 45px;
    display: flex;
    align-items: center;
}
.topics_item:hover {
    background: #6440fa;
    transition: all 0.5s;
}
.topics_item:hover .topics_item_title{
    color: #FFF;
}
.index-post-slider button.slick-prev {
    left: 10px;
    z-index: 10;
}
.index-post-slider button.slick-next {
    right: 10px;
    z-index: 10;
}
.index-post-slide .post-item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.conference2go_events_pagination_infinite {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.conference2go_events_pagination_infinite:before, .conference2go_events_pagination_infinite:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    margin: 0 10px;
}
button.conference2go_events_pagination_infinite_button {
    background: #FFF;
    white-space: nowrap;
    border-radius: 30px;
    color: #444;
    border-color: #ddd;
}
.events-new-form-element #mceu_0, .events-new-form-element #mceu_12, .events-new-form-element #mceu_13, .events-new-form-element #wp-event_content-media-buttons {
    display: none;
}
.single-event-new-content h1{
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--dark-color);
}
.single-event-new-content h2{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--dark-color);
}
.single-event-new-content h3{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--dark-color);
}
.single-event-new-content h4{
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--dark-color);
}
.single-event-new-content h5{
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--dark-color);
}
.single-event-new-content h6{
    font-size: 0.7em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--dark-color);
}
.single-event-new-content ul li {
    list-style: disc;
    margin-left: 20px;
}
.single-event-new-content ol li {
    list-style: decimal;
    margin-left: 20px;
}
.event-table-buttons a.event-button {
    background: var(--main-color);
    color: #FFF;
    padding: 5px;
    width: unset;
    height: 27px;
    font-size: 12px;
    margin: 3px 2px 3px 1px;
}
.search_event_subscribe_section{
    background: #282665;
    color: #FFF;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.search_event_subscribe_details h2{
    color: #fff;
    font-family: "Archivo", Sans-serif;
    font-size: 2.4em;
    font-weight: 600;
    margin: 20px 0;
}
.search_event_subscribe_details p{
    color: #fff;
    font-family: "Archivo", Sans-serif;
    line-height: 1.5;
}
.search_event_subscribe_image img {
    max-height: 350px;
    object-fit: cover;
    border-radius: 15px;
}
.search_event_subscribe_details ul li {
    padding-left: 20px;
    line-height: 1.8;
    margin: 10px 0;
    position: relative;
    font-size: 0.9em;
}
.search_event_subscribe_details a {
    display: inline-block;
    margin-top: 20px;
}
.search_event_subscribe_image {
    display: flex;
    align-items: center;
    height: 100%;
}
.search_event_subscribe_details ul li strong {
    display: block;
}
.search_event_subscribe_details ul li:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 10px;
}
button.single_event_show_popup_button {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #FFF;
}
button.single_event_show_popup_button:hover {
    background: none;
    border-color: var(--main-color);
    color: var(--main-color);
}
#modal-form .gform_confirmation_message br {
    display: none;
}
#modal-form .gform_confirmation_message {
    padding: 20px;
    line-height: 1.5;
    text-align: center;
    background: #E8F5E9;
    color: #003a02;
    border-radius: 5px;
}
.single .page-content ul li {
    display: block;
}

:root{
--main-color-1: #ed6843;
--main-color: #e5562e;
--second-color: #101f95;
--dark-color: #1a064e;
--white-light: rgba(255,255,255,0.9);
}