/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* --------------------------OGÓLNE----------------------------- */
.elementor-widget .elementor-icon-list-icon svg{
	height: 50px!important;
}

.ot-flaticon-left-arrow:before {
    color: #1a1a1a;
}

.list-menu-item-wrapper a span{
	white-space: pre-line;
}


/* --------------------------BLOG----------------------------- */
.blog-grid .byline, .single-post .byline, .single-post .comment-num{
	display: none!important;
}

/* --------------------------PORTFOLIO----------------------------- */
.portfolio-related-posts .portfolio-cates{
	display: none;
}

.portfolio-cates{
	display: none;
}


@media screen and (max-width: 991px){
	.site-footer .elementor-column{
		margin-left: 10px;
	}
}