#tourSection {

    max-width:310px;

    margin: 0 auto;
    padding-bottom: 60px;

}



#tourSection .tourTitle {

    font-family: 'Rubik', sans-serif;

    font-size: 35px;

    color: #fff;

    font-style: normal;

    font-weight: 700;

    letter-spacing: 1.75px;

    text-transform: uppercase;

    margin-bottom: 20px;

    text-align: center;

}



#tourSection .widget_row {

    border: none;

    display: block;

    padding: 24px 0;

}



#tourSection .widget_row > div {

    display: block;

    width: 100%;

    font-family: 'Rubik', sans-serif;

    font-size: 20px;

    color: #fff;

    font-style: normal;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    text-align: center;

    margin-bottom: 4px;
	    padding: 0;

}

#tourSection .widget_row .special-event.plain_text:empty {

    display: none;

}



#tourSection .widget_row .event_links {

    font-size: 0;

    background: none;

    margin: 14px auto 0;

}



#tourSection .widget_row .event_links a {

    display: inline-block;

    width: 140px;
    height: 30px;
    line-height: 30px;
    background: #0000FE;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    letter-spacing: 0.65px;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	    text-transform: uppercase;

    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;	
	border: 1px solid #0000FE !important;

}

#tourSection a.view_more {
        width: 140px;
    padding: 0;
    margin: 20px auto 0;
    height: 35px;
    line-height: 35px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	background: #0000FE;
	border: 1px solid #0000FE !important;
}


#tourSection .widget_row .event_links a:hover,#tourSection a.view_more:hover{

    background: #fff;

    color: #000;	

}



#tourSection .widget_row .event_links a:first-child {

    margin-right: 0;

}



#tourSection .widget_row .event_links a:empty {

    display: none;

}



#tourSection .widget_row .event_links a.additional_link {

    margin-left: 18px;

}





#tourSection .widget_row .date {

    margin-right: 0;

}

@media only screen and (max-width: 767px) {
    #tourSection .widget_row .event_links{
      float: none;
      position: static;
      transform: none;
    }
}