/*
Theme Name:     AirTN
Description:    AirTN child theme of Customizr
Author:         blaauwwj
Template:       customizr

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
*/
#main-wrapper .widget li::after {
        border-bottom: 0px;
}

#main-wrapper .widget li {
	border-bottom: 0px;
}

.widget li {
	list-style: disc;
}

.by-author {
    display: none;
}

/*header line*/
.tc-header {
    border-bottom: 0px;
    border-top: solid #16426d;
}

/*font color*/
.comments-link .tc-comment-bubble, .dropdown-menu>li.current-menu-item>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-submenu:focus>a, .dropdown-submenu:hover>a, .navbar .btn-toggle-nav.hover .menu-label, .navbar .nav>li.current-menu-item>a, .page-links button.btn, .site-description, .social-block a:hover, .tc-carousel-control:hover, .tc-regular-menu .dropdown-menu>li.current-menu-ancestor>a, .tc-regular-menu .navbar .nav>li.current-menu-ancestor>a, .widget h3:before, .widget.widget_archive li:before, .widget.widget_calendar li:before, .widget.widget_categories li:before, .widget.widget_links li:before, .widget.widget_meta li:before, .widget.widget_nav_menu li:before, .widget.widget_pages li:before, .widget.widget_recent_comments li:before, .widget.widget_recent_entries li:before, .widget.widget_rss li:before, a+span.tc-external:after {
    color: #465a98;
}

a {
    color: #465a98;
}

a:hover {
    color: #2fbcf1;
}

/*
Programmes in Europe table programme category
*/
.prog-category .pc-th {
    background-color:#049cdb;
    color:#fafafa;
}
.prog-category .pc-td1 {
    background-color:#f3f3f3;
}
.prog-category .pc-td2 {
    background-color:#f9f9f9;
}
.prog-category .pc-td3 {
    background-color:#fafafa;
}