/*
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
------------------------------------------------------- */
.photomentor_grid_filter {
    position: fixed;
    bottom: 0!important; /* Możesz dostosować wartość, jeśli potrzebujesz marginesu od górnej części ekranu */
    z-index: 1000; /* Aby upewnić się, że filtr znajduje się nad innymi elementami */
    background: white; /* Możesz zmienić kolor tła, aby pasował do designu strony */
    padding: 10px 0; /* Opcjonalnie, aby dodać odstęp od górnej i dolnej części filtra */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Opcjonalnie, aby dodać cień dla lepszego efektu wizualnego */
	max-width: 1150px;
	max-height: 200px;
}



p, .entry-title, .main-heading, .details, .elementor-heading-title{
	text-align: justify;
}

.heading-center .main-heading, .heading-center .elementor-heading-title{
	text-align: center!important;
}

.ot-pricing-table.is-featured .inner-table .details{
	color: #fff;
}

.page-id-2014 .elementor-element-128f5331, .page-id-19 .elementor-element-128f5331, .page-id-65 .elementor-element-128f5331, .page-id-3077 .elementor-element-128f5331, .page-id-3084 .elementor-element-128f5331, .page-id-3104 .elementor-element-128f5331, .page-id-6376 .elementor-element-128f5331, .page-id-5624 .elementor-element-128f5331, .page-id-5578 .elementor-element-128f5331{
	display: none!important;
}

.service-box .image-box .overlay{
	display: none;
}

.byline{
	display: none!important;
}

.header-mobile .is-stuck {
    background-color: #ffffff;
}

.home .page-header{
	display: none;
}

.site-footer .vertical-main-navigation > ul > li{
	padding: 0;
}

.site-footer .vertical-main-navigation > ul > li a{
	line-height: 30px;
	color: #fff;
}


.tagcloud a{
	color: #fff;
	font-size: 12px!important;
	border: 1px solid #fff;
	padding: 5px;
	white-space: nowrap;
}

.elementor-widget-wp-widget-categories ul{
	list-style-type: none;
	padding-left: 0;
}

.elementor-widget-wp-widget-categories ul a{
	color: #fff;
}

.elementor-widget-container h5{
	display: none;
}

.recent-news{
	list-style-type: none;
	padding-left: 0;
}

.recent-news li{
	display: inline-block;
	width: 45%;
	margin:3px;
}

.elementor-widget-wp-widget-recent_news .entry-header{
	display: none!important;
}

/*===============BLOG=================*/
.primary-sidebar .recent-news li{
	width: 100%;
}

.comment-num{
	display: none!important;
}


/*===============PORTFOLIO=================*/


.portfolio-featured-image + .portfolio-entry-title{
	margin-top: 0!important;
}

/*===============KONTAKT=================*/
.wpcf7-form-control {
	width: 100%;
}

.wpcf7-submit{
	color: #fff;
    background: #1a1a1a;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 18px 41px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    text-align: center;
    background: #1a1a1a;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    position: relative;
}

.page-header .container{
	padding: 0;
}

.page-header .breadcrumbs li a, .page-header .breadcrumbs li{
	font-size: 12px;
}

.page-header .breadcrumbs li:before{
	font-size: 12px;
	content: "•";
	top: 6px;
}

.page-header .breadcrumbs li{
	padding-left: 10px;
}

.photomentor_grid_filter li a:before{
	content: "• ";
}

.o-nas-post{
	display: none;
}

.single-post .o-nas-post{
	display: block;
}

@media screen and (max-width: 991px){
	.page-header .breadcrumbs li{
		margin-left: 5px;
	}
	
	h2, .main-heading, .elementor-heading-title, h3 {
		font-size: 24px!important;
		line-height: 26px;
	}
	
	.elementor-element.elementor-element-e2977dd.e-flex.e-con-boxed.e-con.e-parent{
		padding: 0;
	}

}