@import url(./modal.css);

body.waiting-cursor,
body.waiting-cursor *{
	cursor: wait!important;
}

.fa, .fas{
	font: normal normal normal 14px/1 FontAwesome;
}

.ti-top-left a{
	font-size:14px;
	color:#008dc6!important

}

.lcp_catlist>li>a{
	display:block;
	font-size:14px
}
.lcp_catlist>li{
	font-size:12px
}
.footer-main-inner{
	font-size:14px
}
.ti-footer-title{
	font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.ti-selomorabeza-footer{
	max-width:280px
}

.timeline-main-title {
	display:none!important;
}

.cool-timeline-wrapper{
	margin-top:0!important;
}

.site-content .widget-area .menu li.current-menu-item>a{
	border:0;
	font-size:12px;
	color:black;
}
.site-content .widget-area .menu li a{
	border:0;
	font-size:12px;
	text-transform:uppercase;
	/*text-align:right;*/
}

.site-content .widget-area .menu li.current-menu-item>a:after,
.site-content .widget-area .menu li.current-menu-item>a:before{
	display:none;
}

.header-menu-sidebar .builder-item-sidebar{
	padding-top:0;
}


/* noticias home */
.elementor-posts .elementor-post__card .elementor-post__text{
	padding: 0 5px
}

#page-cover:not([style]) .page-cover-inner {
    min-height: 80px;
}

/*
#page-cover[style]:before {
    background-color: transparent;
}
*/

#page-cover:before {
    background: rgba(0, 0, 0, 0.2)
}

.page-cover-title{
	position: absolute;
    bottom: 0;
    left: 30px;
    /* padding: 10px; */
    /* background: white; */
    padding: 20px 0;
    color: white;
    text-shadow: 1px 1px black;
    margin: 0;
    font-size: 30px;
}

.ti-loading{

}

/* article modal */
#ti-global-modal .modal-dialog{
	padding: 15px;
}

#ti-global-modal .modal-content{
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
    border-radius: .125rem;
}

#ti-global-modal .modal-thumbnail{
	float: right;
	max-width: 40%;
}

#ti-global-modal .modal-article h1, 
#ti-global-modal .modal-article h2,
#ti-global-modal .modal-article h3,
#ti-global-modal .modal-article h4,
#ti-global-modal .modal-article h5,
#ti-global-modal .modal-article h6{
	clear: none;
}



#ti-global-modal button.close{
	background: transparent!important;
	padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#ti-global-modal button.close:hover {
    color: #000;
    text-decoration: none;
    background: transparent;
    box-shadow: none
}

@media (min-width: 576px){
	#ti-global-modal .modal-dialog {
    	max-width: 650px;
    	margin: 1.75rem auto;
	}
}

.ti-products-article-list .elementor-post__title{
	font-size: 14px!important;

}

.customify-builder-social-icons.color-default a:hover {
    color: inherit;
}