@charset "UTF-8";

/*
Theme Name: Dixor
Theme URI: https://wordpress.validthemes.net/dixor
Author: Validthemes
Author URI: https://themeforest.net/user/validthemes/portfolio
Description: Dixor - Creative Digital Agency WordPress Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dixor
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


.text-dark p {
	color: #444 !important; 
}

/* ----------------------------------------------------------------------- */
/* CATS PAGE  */
/* ----------------------------------------------------------------------- */

.container.cat-page {
    padding-top: 150px;
	.row {
		--bs-gutter-x: 80px;
	}
	
	.cat-content {
		text-align: justify;
	}
	
	.cat-image img {
			width: 100%;
			aspect-ratio: 1/1;		
			border-radius: 50px;		
	}	
	
	.cat-header {
		display: flex;
		height: 115px;
		margin-bottom: 50px;
		img.arrow {
			height: 115px;
			margin-right: 30px;
			object-fit: contain;
		}
		.title {
			display: flex;
			flex-direction: column;			
		}
		h2 {
			color: #fff;
			font-size: 4rem;
			margin: 0;
			text-transform: uppercase;
			font-family: var(--font-heading);
		}		
		.post-categories {
			margin-top: auto;
			margin-bottom: 0;
			display: flex;
			li {			
				background: var(--bg-gradient);
				color: var(--color-heading);
				border-radius: inherit;
				border: none;
				position: relative;
				display: inline-block;
				padding: 3px 20px;
				font-size: 1rem;
			}
		}
	}
	
	.cat-gallery {
		margin: 50px 0;
		.gallery-content {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 20px;
			img {
				width: 100%;
				aspect-ratio: 1 / 1;
			}
		}
		
	}
	
}

/* International works  */

.title-button > div > div {
	font-weight: 600;
    color: #cccccc;
    border: 1px solid rgba(255, 255, 255, 0.3);
	text-transform: uppercase;       
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 18px;
    max-width: max-content;
	margin: auto;
	margin-bottom: 25px;
}

#international-works {
	.pricing-style-two-items .pricing-grid {
		grid-template-columns: 1fr;
	}
	.pricing-header { text-align: start}
	ul li {
		text-align: start;
	}
}

.ship1 {
	border-radius: 50px;	
}

.ship-include ul {
	list-style-type: none;
	li {
		text-align: start;
		position: relative;
		padding-left: 30px;
	}
	li::after {
		color: var(--color-primary);
		position: absolute;
		left: 0;
		top: 5px;
		content: "\f336";
		font-family: "Font Awesome 5 Pro";
		font-size: 14px;
		font-weight: 600;
	}
}


/* SERVICES - bootstrap to grid */

.services-style-one-items .grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, auto));
	align-items: end;
	gap: 20px;
	.single-item  .services-style-one-item {
		height:100%;		
	}	
}

@media screen and (max-width: 1400px) {
	.services-style-one-items .grid {	
		grid-template-columns: repeat(3, 1fr);
	}
}


@media screen and (max-width: 1080px) {
	.services-style-one-items .grid {	
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 650px) {
	.services-style-one-items .grid {	
		grid-template-columns: 1fr;
	}
}



#breeding-policy {
	.testimonial-one-navigation {
		display: none;
	}
	h4.t_title {
		margin-bottom: 40px;
		font-size: 2rem;
	}
}


/* Grid dla pricing */

#service-pricing {
	.arrow {
		display: none;
	}
	.service-hover-content .icon img {
		height: 500px;		
	}
	.service-hover-content .details {
		justify-content: center;		
	}
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 kolumny */
    gap: 15px;
    margin-bottom: 20px;
}
.pricing-grid .pricing-style-two {
    padding: 30px;
}
@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

/* Navbar logo adjustments */
.navbar-header .navbar-brand img {
    height: 80px;    /* zwiększ wysokość według potrzeb */
    width: auto;     /* zachowaj proporcje */
    max-width: 100%; /* nie wychodź poza kontener */
	max-height: 100%;
}

/* Sidebar menu */
.top .offcanvas-sidebar .wp-block-image img {
    object-fit: cover !important;
    width: 150px !important;
    height: 150px !important;
}

/* FAQ */
.quick-contact-area.default-padding {
	padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.service-hover-items.arrow .btn-arrow-xl {
	display: none !important;
}

.elementor-widget-container {
    text-align: center;
}

.centered-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 30px 20px;
}
.centered-content h2 {
    text-align: center;
}
.centered-content span {
    display: block;
    margin-bottom: 18px;
    font-size: 1.15em;
    line-height: 1.7;
}

/* reservation-page */
#reservation-page {
	.award-item-two {		
		.number {		
			min-width: 100px;
			display: flex;
			justify-content: center;
			align-items: center;
			font-weight: 900;
			font-size: 50px;
			color: transparent;
			-webkit-text-stroke: 1px var(--white);
			opacity: 0.2;			
		}
		.dest {
			padding: 20px 20px 20px 0;
			p {
				text-align: start;
			}
		}
			
	}
}


#breeders-enquires .list-style-four {
	display: none
}

#shipping {
	.banner-seven-thumb {
    	grid-template-columns: 1fr;
		img {
			max-width: 400px;
			margin-left: auto;
			border-radius: 50%;
			aspect-ratio: 1/1;
		}
	}
	.title.h_subtitle {
		font-size: 22px !important;
    	font-weight: 200;
	}
	.banner-seven-bottom-info .content {
		flex-direction: column;
	}
	
}


/* CATS ABOUT  */
.cats-tab {
	img {
		filter: grayscale(0) !important;		
		width: 100%;
		aspect-ratio: 1/1;
	}
	.title2 {
		color: var(--color-primary);
		font-size: 50px;
	}
	.sub-title {
		border: 0 !important;
    	font-size: 30px;
	}
}


/* breeding-policy  */

#breeding-policy {
	
}