/*
Theme Name: Tallinn Dance Cup
Description: A Child Theme for the Enfold Wordpress Theme, customized for ....
Version: 1.0
Author: Anyweb OÜ
Author URI: http://www.anyweb.ee
Template: enfold
*/
:root{
    --color-gold: #CEAA52;
}
.color-gold h2{
	color: var(--color-gold) !important;
}
.main_color span{
	border-color: var(--color-gold);
}
div#av_section_1 h2 {
	font-size: 22px;
}
.hr-inner {
    border-top-width: 3px;
}
#aw-front-page-banner-col-sec #aw-front-page-presented-by .image-overlay {
    background: none;
}
#aw-front-page-banner-col-sec #aw-front-page-presented-by a:hover .image-overlay {
    opacity: 0.9 !important;
    background: none;
}
div#av_section_1{
    border-bottom: 6px solid var(--color-gold) !important;
}
#top .main_color .avia-color-white {
    font-weight: bold;
}
#top .main_color .avia-button span.timetable {
    float: right;
}
.aw-white-buttons a {
    margin-right: 30px;
}
.aw-white-buttons a {
    border: 1px solid #fff;
}
.aw-white-buttons a span {
   font-size: 1.2em; 
}
.aw-white-buttons a:hover {
    border: 1px solid white;
    background-color: #ceaa52;
    color: #fff;
}
/*#aw-vip-table.aw-sold-out {
    background: url(https://tallinndancecup.com/wp-content/uploads/2024/03/sold_out_1-300x300.jpg) 50% 50% no-repeat scroll;
    transform: rotate(-45deg);
}
#aw-vip-table.aw-sold-out .av_textblock_section {
    transform: rotate(45deg);
    opacity: 0.7;
}*/
#aw-buy-tickets-button {
    position: relative;
    z-index: 999;
}
.section-gold h3{
	font-size: 25px;
}
.footer{
	border-top: 6px solid var(--color-gold) !important;
}
.av_font_icon{
    color: var(--color-gold);
  }
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
    padding-top: 0px;
}
div#av_section_1 {
    /*background-size:58% !important;*/
}
#after_section_2 {
    border-top: 0;
}
.aw-special-heading-h4 h4 {
    font-size: 26px;
    color: var(--color-gold);
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 1px;
}
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div{
    height: 60px !important;
}
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
    height: 60px !important;
    line-height: 60px !important;
}
span.logo.avia-standard-logo a{
    display: none !important;
}
div#header_main_alternate {
    text-transform: uppercase;
}
div#header_main_alternate a{
    font-size: 15px !important;
}
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div{
    height: 60px !important;
}
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {
    height: 60px !important;
    line-height: 60px !important;
}
.aw-text-bold-red {
    color: red;
    font-weight: bold;
}
.aw-hidden {
    display: none !important;
}
@media only screen and (min-width: 990px) {
    .container.av-logo-container {
        display: none !important;
    }
}

@media only screen and (max-width: 990px) {
    .responsive #top #wrap_all #header {
        position: fixed !important;
    }
}   

@media only screen and (max-width: 767px) {
    div#aw-front-page-banner-col-sec {
    }
     
  .footer p{
    text-align: center !important;
  }
  .footer .av_font_icon{
    display: none;
  }
    .aw-special-heading-h4 h4 {
        font-size: 24px;
        color: var(--color-gold);
    }
}
@media only screen and (max-width: 400px) {
    .aw-special-heading-h4 h4 {
        font-size: 19px;
        color: var(--color-gold);
    }
}