/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*
	primary #294fa1
	secondary #1f3773
*/

.button-border.button-blue {

    color: #294fa1;
    border-color: #294fa1;
}

.button-border.button-blue:hover {

	background-color: #294fa1 !important;
}

/*
 * HEADER & MENU
 *
 */

#header.sticky-style-2 {

    background: url(../images/bg_topo01.jpg);
}

#header #bg-header {

	background: url(../images/bg_topo02.jpg);
}

#header, #header-wrap, #logo img {

    height: 160px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

.dark #primary-menu.style-2:not(.not-dark) {

	background-color: #294fa1;
    border-top-color: rgba(31,55,115,1);
}

.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content {

    background-color: #294fa1;
    border-color: #294fa1;
    border-left: none;
    border-right: none;
    border-top-color: #fff;
}

.dark #primary-menu:not(.not-dark) ul ul li > a,
#primary-menu.dark ul ul li > a {

    color: #EEE !important;
    letter-spacing: 1px;
}

.content-wrap {

    position: relative;
    padding: 50px 0;
}

.content-wrap.index {

    position: relative;
    padding: 80px 0;
}

/*
 * BANNERS
 *
 */

.owl-carousel .owl-stage {

    padding: 2px 0;
}

.news-carousel .text-overlay-title h2 {

    line-height: 1.2;
    white-space: normal;

    font-size: 42px;
}

.news-carousel .text-overlay-meta {

    font-size: 18px;
}

/*
 * PAGE TITLE
 *
 */

#page-title.page-title-pattern2 {

    background-image: url('../images/bg_topo03.jpg');
    background-repeat: repeat;
}

/*
 * SCHEDULE
 *
 */

#schedule .entry {

	/*border: 1px solid #ccc;*/
	height: 290px;
	position: relative;

	padding: 15px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid #ccc;

	cursor: pointer;
}

#schedule .entry:hover {

	border: 1px solid #999;
}

#schedule .entry:hover h2 a {

	color: #294fa1;
    text-decoration: underline !important;
}

#schedule .entry:hover .button {

	background-color: #333 !important;
}

#schedule .entry-title {

	clear: both;
}

#schedule .entry-title h2 a {

	font-size: 21px;
	text-transform: none;
    color: #333;
}


#schedule .entry-title h2 {

	line-height: 1.3 !important;
}
#schedule .entry-meta li {

	float: left;
    clear: both;
    font-size: 14px;
    line-height: 1.5;

    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #999;
    font-family: sans-serif;
    font-style: normal;
}

#schedule .entry-meta li:before {

    content: none;
    display: inline-block;
    margin-right: 0px;
    opacity: 0.5;
}

#schedule .entry-content {

	clear: both;
	position: absolute;
	bottom: 20px;
}

.entry:after {

    content: '';
    position: relative;
    height: 0px;
    margin-top: 10px;
}

/*
 * BLOG
 *
 */

 #posts .entry-meta li {

    font-size: 14px;
    line-height: 1.5;

    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #999;
    font-family: sans-serif;
    font-style: normal;
}

#posts .entry h2 a:hover {

    text-decoration: underline !important;
}

.btn-link, .page-link, .page-link:hover, .page-link:focus {

    color: #666;
}
/*
 * SIDEBAR
 *
 */

#sidebar .widget > h4 {

    color: #1f3773 !important;
    font-weight: bold;
}

#sidebar .entry-meta li {

    font-family: sans-serif;
    font-style: normal;
    font-size: 12px;
}

/*
 * DATATABLE
 *
 */

#datatable1 a h3,
#datatable a {

    color: #333;
}

#datatable1 a:hover h3,
#datatable a:hover {

    color: #294fa1;
    text-decoration: underline !important;
}

/*
 * FOOTER
 *
 */

#footer.dark, .dark #footer {

    background-color: #1f3773;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
}

#footer .footer-widgets-wrap {

    position: relative;
    padding: 40px 0;
}

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {

    color: #ccc !important;
}

#footer .widget_links a:hover {

    color: #eee;
    text-decoration: underline !important;
}
