a {
	transition: 0.3s;
}
li > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
p > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.wrapper#Wrapper {
	max-width: 1920px;
	margin: 0 auto !important;
}

.menu-main li {
	padding: 0 20px !important;
}
.menu-main li a {
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 16px !important;
}

.slider-wrapper {
	padding: 50px;
}
.slider-inner-wrapper {
	max-width: 768px;
	margin: 0 auto;
}
.slider-heading {
	font-size: 45px;
	color: inherit;
	color: #ffffff;
	line-height: 45px;
	letter-spacing: normal;
	max-width: 400px;
}
.button--menu {
	margin-left: 30px;
}
.button-primary {
	display: inline-block;
	font-size: 16px;
	padding: 15px 40px;
	width: 170px;
	text-align: center;
	border-radius: 30px;
	color: #ffffff;
	background-color: #ffa800;
	font-weight: 400;
	text-decoration: none;

	transition: all 1.2s ease;
	position: relative;

	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.button-primary::before,
.button-primary::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
}

.button-primary {
	overflow: hidden;
}
.button-primary:hover {
	text-decoration: none;
	color: #fff;
}

.button-primary:after {
	left: -100%;
	clip-path: polygon(10% 0, 70% 0, 90% 100%, 30% 100%);
	background-color: rgba(252, 251, 251, 0.3);
	transition: all 300ms ease;
}

.button-primary:hover::after {
	left: 100%;
}

.button-primary--header {
	margin-top: 60px;
}
.about-image-wrapper {
	max-width: 520px;
	width: 50% !important;
}
.about-image img {
	display: block;
	border-radius: 15px;
	min-height: 400px;
	width: 100%;
	max-width: 780px;
	object-fit: cover;
}
.heading-secondary {
	font-size: 38px !important;
	margin-top: 20px !important;
	line-height: 38px !important;
	color: #06466a;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
}
.heading-secondary--white {
	color: #fff !important;
}
.heading-third {
	font-size: 24px !important;
	line-height: 42px !important;
	color: #06466a;
	font-weight: 500 important;
}

.about-page-col-left p {
	padding-bottom: 15px !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #06466a;
	font-weight: 300 !important;
}
.about-us-copy--big {
	font-size: 24px;
	line-height: 36px;
	color: #06466a;
	font-weight: 300;
	margin-top: 40px;
}
.about-us-copy--bold {
	font-weight: bold;
}
.offers-wrapper {
	background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 70%, #e7f7ff 70%, #e7f7ff 100%);
}
.offer-heading {
	font-size: 24px;
	line-height: 30px;
	color: #06466a;
	font-weight: 500;
}
.read-more-link {
	font-size: 16px;
	line-height: 46px;
	text-decoration: underline;
	color: #ffa800;
	font-weight: 400;
}
.image_wrapper {
	border-radius: 15px;
}
.we-offer-title {
	font-size: 28px;
	line-height: 36px;
	color: #06466a;
	font-weight: 500;
}
.we-offer-copy {
	font-size: 16px;
	line-height: 27px;
	color: #222222;
}
.we-offer-copy--bold {
	font-weight: 500;
}
.num {
	color: #fff;
}
.faq-heading {
	margin-bottom: 40px !important;
}
.faq-question {
	font-size: 14px;
	color: #06466a;
	font-weight: 600;
	padding-left: 5px;
	margin-bottom: 0 !important;
}
.faq-answer {
	font-size: 13px;
	color: #06466a;
	font-weight: 300;
	padding-left: 5px;
}
.faq-answer--pl-0 {
	padding-left: 0 !important;
}
.check-promotions-copy {
	font-size: 16px;
	line-height: 30px;
	color: #06466a;
	font-weight: 300;
}
.promotions-heading {
	margin-bottom: 60px;
}
.promotions-heading-second {
	margin-bottom: 30px;
	color: #06466a;
}
.promotions-button {
	margin-top: 60px;
}
.footer-heading {
	font-size: 14px;
	line-height: 30px;
	color: #3a9ed2 !important;
	font-weight: 500;
}
.footer-copy {
	font-size: 12px;
	color: #06466a !important;
}
.footer-logo {
	width: 100%;
	max-width: 230px;
	height: auto !important;
}
.menu_wrapper {
	display: flex;
	align-items: center;
}
.button--menu {
	display: none;
}
.is-sticky {
	background-color: #3a9ed2 !important;
	padding: 10px 0;
}
.sub-menu {
	background-color: #3a9ed2 !important;
}
.best-solutions-wrapper {
	background-image: none;
}
.opinions {
	overflow: hidden;
}
.opinions-item {
	margin-bottom: 40px;
}
.opinions-item-heading {
	font-size: 18px;
	line-height: 29px;
	color: #06466a;
	font-weight: 500;
}
.opinions-item-copy {
	font-size: 16px;
	line-height: 29px;
	color: #06466a;
	font-weight: 300;
}
.page-content {
	padding: 50px 0;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
	color: #06466a;
}
.page-content h5 {
	font-weight: normal !important;
}
.page-content ul {
	padding-left: 20px;
}
.page-content li {
	list-style: circle;
}
.page-content img {
	height: auto !important;
	max-width: 100% !important;
	vertical-align: bottom !important;
	height: auto !important;
	width: auto !important ;
}

#logo {
	width: 80% !important;
}
.contact-block {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.contact-block-column {
	margin-top: 40px;
}

.contact-form input,
.contact-form textarea {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.contact-form input[type='submit'] {
	display: inline-block;
	font-size: 16px;
	padding: 15px 40px;
	width: 170px;
	text-align: center;
	border-radius: 30px;
	color: #ffffff;
	background-color: #ffa800;
	font-weight: 400;
	transition: 0.3s;
}
.contact-form input[type='submit']:hover {
	background-color: #ffaa00af;
}
.footer-background {
	background-position: right top;
}

@media (min-width: 400px) {
	#logo {
		width: 100% !important;
	}
	.contact-block {
		flex-direction: row;
	}
	.contact-block-column {
		flex-basis: 40%;
		margin-top: 40px;
	}
}
@media (min-width: 600px) {
	.header {
		background-image: url('/wp-content/themes/Optykris/images/optykris/header-background.webp');
		background-size: cover;
		background-position: 45% top;
	}
	.subheader {
		background-image: url('/wp-content/themes/Optykris/images/optykris/background-header-offer.webp');
	}
}
@media (min-width: 768px) {
	.slider-inner-wrapper {
		max-width: 708px;
	}
	.slider-heading {
		font-size: 55px;
		line-height: 55px;
	}
	.slider-wrapper {
		padding: 200px 50px;
	}
	.about-image img {
		display: block;

		min-height: 780px;
	}
	.heading-secondary {
		font-size: 42px;
		line-height: 42px;
		margin-top: 0;
	}
	.heading-third {
		font-size: 28px;
		line-height: 44px;
	}

	.faq-question {
		font-size: 18px;
		color: #06466a;
		font-weight: 500;
		padding-left: 50px;
	}
	.faq-answer {
		font-size: 16px;
		color: #06466a;
		font-weight: 300;
		padding-left: 50px;
	}
	.faq .question .title > .acc-icon-plus,
	.faq .question .title > .acc-icon-minus {
		top: 25px;
	}
	.best-solutions-wrapper {
		background-image: url('/wp-content/themes/Optykris/images/optykris/najlepsze-rozwiazania-soczewek-okularowych-krakow-img.png');
		background-repeat: no-repeat;
		background-position: center top;
	}
	.footer-background {
		background-position: center top;
	}
	.header {
		background-position: 70% top;
	}
	.no-margin-h .one-sixth.column {
		width: 0 !important;
	}
	.no-margin-h .one-third.column {
		width: 50% !important;
	}
}

@media (min-width: 960px) {
	.slider-inner-wrapper {
		max-width: 940px;
	}
	.slider-heading {
		font-size: 85px;
		line-height: 85px;
	}
	.we-offer-title {
		font-size: 40px;
		line-height: 48px;
		color: #06466a;
		font-weight: 500;
	}
	.advice-column-left {
		height: 800px !important;
	}
	.advice-column-right {
		height: 800px !important;
	}
}
@media (min-width: 1240px) {
	.slider-inner-wrapper {
		max-width: 1200px;
	}
	.slider-heading {
		margin-bottom: 50px;
	}
	.about-image-wrapper {
		max-width: 520px;
		width: 46% !important;
	}
	.heading-secondary {
		font-size: 48px;
		line-height: 48px;
	}
	.heading-third {
		font-size: 30px;
		line-height: 48px;
	}
	.about-desc-wrapper {
		width: 54% !important;
	}
	.footer-heading {
		font-size: 18px;
	}
	.footer-copy {
		font-size: 14px;
	}
	.button--menu {
		display: block;
	}
}

@media (min-width: 1600px) {
	.advice-column-left {
		height: 700px !important;
	}
	.advice-column-right {
		height: 700px !important;
	}
	.no-margin-h .one-sixth.column {
		width: 16.666% !important;
	}
	.no-margin-h .one-third.column {
		width: 33.333% !important;
	}
}
/* MAP */

.map-container {
	display: flex;
	max-width: 1200px;
	margin: 100px auto;
	flex-direction: column;
	column-gap: 30px;
	padding: 25px;
}
.map-heading h3 {
	font-weight: 500;
	font-size: 42px;
	line-height: 42px;

	color: #06466a !important;
}
.map-heading p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #06466a !important;
}
.map-image {
	width: 100%;
}

.map-image img {
	width: 100%;
}
.map-list {
	list-style-type: disc;
	list-style-position: inside;
	color: #06466a;
	font-size: 16px;
}
.map-list li {
	padding: 10px 0;
}
.map-list li::marker {
	color: #ffa800;
}
@media (min-width: 600px) {
	.map-container {
		padding: 50px;
	}
	.map-lists {
		display: flex;
		flex-wrap: wrap;
	}
	.map-list {
		flex-basis: 50%;
	}
}
@media (min-width: 900px) {
	.map-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.map-heading {
		padding-top: 50px;
		flex-basis: 30%;
	}

	.map-image {
		flex-basis: 65%;
	}
	.map-lists {
		width: 100%;
		margin-top: 60px;
	}
	.map-list {
		flex-basis: 25%;
		justify-content: space-between;
	}
}
.contact-block p {
	font-size: 20px !important;
}
.offer-list {
	display: grid !important;
}
.offer-list .one {
	grid-column: 1/-1;
}
.offer-list .mcb-wrap {
	width: 100% !important;
}
@media (min-width: 768px) {
	.offer-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1240px) {
	.offer-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.policy-cookies-table tr:hover td {
	color: #696460 !important;
}
.blog-home {
	padding: 40px 0;
	background-color: #f9f9f9;
}

.blog-home .container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.blog-home .categories {
	text-align: center;
	margin-bottom: 30px;
}

.blog-home p {
	line-height: 110%;
}
.single-post .title {
	max-width: none !important ;
}

.blog-home .categories h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.blog-home .categories ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.blog-home .categories li a {
	display: block;
	padding: 8px 16px;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	transition: background-color 0.3s;
}

.blog-home .categories li a:hover {
	background-color: #005f8d;
}

.blog-home .post-list {
	display: grid;

	gap: 20px;
}
.blog-home .permalink-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-grow: 1;
}

.blog-home .post-item {
	background: #fff;
	padding: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: auto;
}

.blog-home .post-item:hover {
	transform: translateY(-5px);
}

.blog-home .post-thumbnail {
	display: block;

	overflow: hidden;
	border-radius: 8px;
}

.blog-home .post-thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.blog-home .post-title {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 28px !important;
}

.blog-home .post-title a {
	color: #0073aa;
	text-decoration: none;
}

.blog-home .post-meta {
	font-size: 14px;
	color: #777;
}

.blog-home .post-excerpt {
	font-size: 16px;
	color: #444;
	margin-top: auto;
}

.blog-home .pagination {
	text-align: center;
	margin-top: 30px;
	grid-column: 1/-1;
	grid-row-start: -1;
}

.blog-home .pagination a,
.blog-home .pagination span {
	display: inline-block;
	padding: 8px 12px;
	margin: 2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #0073aa;
	border-radius: 5px;
}

.blog-home .pagination a:hover,
.blog-home .pagination .current {
	background-color: #0073aa;
	color: #fff;
}
@media (min-width: 768px) {
	.blog-home .post-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.blog-home .post-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
