.underline{

    border-bottom: 2px solid black;
    text-align: center;
    text-transform: uppercase;
    line-height: 39px;
    margin-bottom: 18px;
    padding:20px 0;

}
.underlined{

    border-bottom: 2px solid #E30613;
    display: block;

}

/*-----------------------------------------------------------------------------------*/
/*	5.	Post/Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/

/* Categories */
/*-----------------------------------------------------------------------------------*/

#filtrable {
    margin: 0 0  30px 20px;
    height:50px;
} 
#filtrable li {float: right; margin:0px 10px 10px 0px; list-style: none;}
#filtrable a {
    display: inline-block;
    padding: 4px 10px;
    background-color: #E31911;
    color: #F9F9F9;
}
#filtrable a:hover,
#filtrable .current a {
    background-color: #971208;
}
.filtrable article {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.filtrable article.filtrable-hide{
    opacity: 0;
    position: relative;

}
.portfolio article{
    margin-bottom: 30px;
}
.portfolio article .name{
    text-align: center;
    font-size:20px;
}

#atours{
    margin-bottom:20px;
}
a.tourdbox{
    display:block;

    min-height:80px;
    border-bottom:1px solid #f5f5f5;
    padding:10px;
    color:#000;
    float: left;
    width: 40%;
    margin: 0 5%;
}

a.tourdbox:hover{
    background:#eee;
    color:#ff2a13;
}
a.tourdbox .dtbox {
    border:1px solid #ccc;
    width:50px;
    padding:5px;
    margin: 0 10px 0 0;
    text-align:center;
    float:left;


}

a.tourdbox h3{
    margin:0;
    line-height: 30px;
}
a.tourdbox small{
    margin-left: 2px;
}
a.tourdbox .count{
    float: left;
    margin-top: 10px;
    width: 50%;
    font-size: 12px;
}

a.tourdbox .dtbox .bmonth{
    display:block;
    font-size:10px;
}

a.tourdbox .dtbox .bdayn{
    font-size:20px;
    display:block;
    margin:0;
    line-height:15px
}

a.tourdbox .dtbox .bday{
    font-size:10px;
    display:block;
    margin:0;
    padding:0;
}
span.green{
    color:#298f5e !important;
}
span.red{
    color:#E31911 !important;
}
span.orange{
    color:#f1c40f !important;
}
.btn{
    border:1px solid #333;
    background:#000;
    color:#fff;
    padding:10px;
}
.btn:hover{
    border:1px solid #d80f0f;
    background:#d80f0f;
    color:#fff;

}

#calendar_view{
    margin:0 auto;
}

table#calendar_view		{  max-width:80%; margin-bottom:30px; }
table#calendar_view tr.calendar-row	{  }
table#calendar_view td.calendar-day	{  font-size:11px; position:relative; border:0; padding: 0 2px;} 
* html div.calendar-day {   }
table#calendar_view td.calendar-day .day-number a:hover	{ background:#ccc; }
table#calendar_view td.calendar-day-np	{  border:0;  }
* html div.calendar-day-np {   }
table#calendar_view  thead{
    margin-bottom:2px;
}

table#calendar_view  tbody:before {
    line-height:1em;
    content:"-";
    color:white; /* to hide text */
    display:block;
}


table#calendar_view td.calendar-day-head {

    font-weight:bold; 
    text-align:center; 
    padding:5px;
    border:0;
    border-bottom:1px solid #999; 


}

table#calendar_view .day-number a { 
    background:#eee; 
    padding:5px; 
    color:#333; 
    font-weight:bold; 
    text-align:center; 
    display:block;
    width:35px;
}
table#calendar_view tr td  .hasdata a{
    background:#ccc;
    color:#fff;
}

table#calendar_view tr td  .active a{
    background:#333;
    color:#fff;
}


table#calendar_view tr td .today a{
    background:#E30613;
    color:#fff;
}

/* shared */

table#calendar_view td.calendar-day, table#calendar_view td.calendar-day-np {
    padding: 0 2px;

}

a.calendar-left,
a.calendar-right
{
    display:block;

    height:209px;
    padding:100px 10px 0 5px;
}
a.calendar-left:hover,
a.calendar-right:hover{
    background:#E30613;
    color:#fff;
}

a.calendar-left{
    float:left;
}
a.calendar-right{
    float:right;
}



.timed_event_section .timed_event{

}
.timed_event_section .timed_event h2.eventDate{
    /*
     background-color:#E30613;//#333333
     color:#E30613;
     color:#fff;
    */
    background-color:#fff;
    border-bottom:1px solid #E30613;
    color:#E30613;
    display:block;
    padding:4px 10px;

    margin:0;
    font-size:20px;
}

.timed_event_section .timed_event .data{
    background:#fff;

}

.timed_event_section .timed_event .data table tr td{
    font-size:16px;
    padding-top:10px;
    border:0;
    border-bottom:1px solid #eee;

}
.timed_event_section .timed_event .data table tr.booked td{
    background:#f5f5f5;
    color:#ccc;
}
.timed_event_section .timed_event .data table tr.booked td.img img{
    opacity: .4;
}
.timed_event_section .timed_event .data table tr td.img{
    padding:2px;
}
.timed_event_section .timed_event .data table tr td:last-child{
    padding-right:20px;
}
.timed_event_section .timed_event a{
    color:#000;
}
.timed_event_section .timed_event a:hover{
    color: #E30613;
}

a.requestTourBTN{
    display:block;
    background:#E30613;
    color:#fff;
    text-align: center;
    padding:10px 0;
    font-size:20px;
    position: relative;
    margin-bottom: 30px;
}
a.requestTourBTN i{
    position: absolute;
    left:20px;
    top:13px;
}
a.requestTourBTN:hover{
    background:#333;
}


.wysija-input {
    width:100%;
}

.ia-commingup>div{
    margin-bottom:10px;
}

#artist_selection{

    padding:50px 0 10px 0;
    border-bottom: 2px solid #E30613;
    margin-bottom:0px;
} 
.ia-commingup .ptxt{
    font-size:10px;
}

 
.page-id-10599 #main > div.site-content > div.wvc-clearfix.wvc-row.wvc-parent-row.wvc-row-width-wide.wvc-row-layout-column.wvc-video-bg-is-mute.wvc-row-bg-effect-parallax.wvc-row-bg-featured_image.wvc-font-light.wvc-border-color-none.wvc-background-color-default.wvc-row-content-placement-default.wvc-row-columns-placement-default.section.wvc-row-one-column.wvc-has-next-section{
     display: none;
}

h2.artistname{
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    font-size: 48px;
}
h2.artistname:after{
    color: #dd3333;
content: '.';
}