/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@font-face {
	font-family: "Poppins-Light";
	src: url("fonts/Poppins-Light.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("fonts/Poppins-Regular.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Poppins-SemiBold";
	src: url("fonts/Poppins-SemiBold.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "AbhayaLibre-Medium";
	src: url("fonts/AbhayaLibre-Medium.woff2") format("woff2");
	font-style: normal;
}
header .menu li a,
.f-poppins-light {
	font-family: "Poppins-Light", sans-serif;
}
.single-post .entry-content,
footer .menu-stopka-container ul li a,
.f-poppins-regular {
	font-family: "Poppins-Regular", sans-serif;
}
.f-poppins-semibold {
	font-family: "Poppins-SemiBold", sans-serif;
}
.f-abhaya-medium,
.single-post .entry-related-title,
.single-post .entry-title {
	font-family: "AbhayaLibre-Medium", serif;
}
:root {
	--pink-clr: #CE5585;
}
.f-s-14 {
	font-size: 14px;
	line-height: 1.1em;
}
.f-s-20 {
	font-size: 20px;
	line-height: 1.1em;
}
.f-s-24 {
	font-size: 24px;
	line-height: 1.1em;
}
.f-s-26 {
	font-size: 26px;
	line-height: 1.1em;
}
.f-s-28 {
	font-size: 28px;
	line-height: 1.1em;
}
.f-s-32 {
	font-size: 32px;
	line-height: 1.1em;
}
.f-s-36 {
	font-size: 36px;
	line-height: 1.1em;
}
.t-uppercase {
	text-transform: uppercase;
}
.l-spacing {
	letter-spacing: 1.8px;
}
.p-50 {
	padding: 50px !important;
}
.page .entry-content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
.item-is-stuck .site-main-header-inner-wrap {
	margin: 10px 0;
}
header .site-container {
	max-width: 1390px;
}
header .item-at-start .menu > li > a {
	position: relative;
    overflow: hidden;
	text-transform: uppercase;
}
header .item-at-start .menu > li > a:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #FFF;
	opacity: 0;
	height: 2px;
	transition: all .3s ease;
	transform: translate(-100%);
}
header .item-at-start .menu > li:hover > a:after {
    opacity: 1;
    transform: translate(0%);
}
header .item-is-stuck .site-main-header-wrap .site-header-row-container-inner>.site-container {
	padding-top: 0;
}

/* KONTAKT PAGE */
.page-id-3 .entry-content-wrap {
	margin-bottom: 30px;
}
.page-id-3 .main-navigation .primary-menu-container > ul > li.menu-item > a,
.page-id-241 .main-navigation .primary-menu-container > ul > li.menu-item > a,
.page-id-290 .main-navigation .primary-menu-container > ul > li.menu-item > a {
	color: #000;
}
.page-id-3 .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.page-id-3 .main-navigation .primary-menu-container > ul > li.menu-item > a:focus,
.page-id-3 .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.page-id-290 .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.page-id-290 .main-navigation .primary-menu-container > ul > li.menu-item > a:focus,
.page-id-290 .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.page-id-241 .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.page-id-241 .main-navigation .primary-menu-container > ul > li.menu-item > a:focus,
.page-id-241 .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
	color: #c3006b;
}
.acceptance {
	margin-bottom: 30px;
}
div.acceptance .wpcf7-list-item label {
	align-items: flex-start;
}
.acceptance .wpcf7-list-item {
	margin-left: 0;
}
.acceptance input {
    width: 22px;
    height: 22px;
    flex: none;
    border-radius: 6px !important;
    border: 1px solid #D9D9D9;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
}
.acceptance span {
	font-size: 12px;
	line-height: 1.3em;
}
/* END KONTAKT PAGE */

footer {
	z-index: 1;
	position: relative;
	background: #FFF;
}
footer .contact-info p {
	margin: 0;
}
footer .menu-stopka-container ul li a {
	text-transform: uppercase;
}
footer:not(.entry-footer) {
	border-top: 2px solid var(--pink-clr);
}
footer .site-middle-footer-inner-wrap {
	align-items: flex-start;
	padding-bottom: 20px;
}
footer .footer-title {
	margin-top: 0;
	margin-bottom: 18px;
}
footer .footer-cta {
	margin-top: 30px;
}
footer .footer-cta a {
	border: 1px solid #676767;
	text-decoration: none;
	padding: 6px;
}
footer .footer-cta a:hover {
	background: #F39FA8;
	color: #FFF !important;
	border-color: #F39FA8;
	text-decoration: none;
}
footer img {
	max-width: 170px !important;
}
footer .site-footer-middle-section-4 {
	align-self: center;
}
rs-module-wrap {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
div.vc_color-info.vc_message_box {
	border: 0;
    background: transparent;
    color: var(--global-palette4);
}
.main-page-about-me-section div.vc_color-info.vc_message_box {
	padding-bottom: 64px;
}
.vc_message_box-icon {
	display: none;
}
.vc_message_box .main-page-common-title {
	margin-bottom: 24px;
}
.main-page-about-me-section {
	padding-top: 130px;
	padding-bottom: 80px;
}
.vc_btn3.vc_btn3-style-custom {
	background-image: unset !important;
}
.common-button a {
	letter-spacing: 7.2px;
	font-family: "Poppins-Light", sans-serif;
	font-size: 24px !important;
}
.common-button a:hover,
.common-button a:focus {
	background: #525252 !important;
}
div.full-offer-btn {
	margin-bottom: 116px;
}
div.portfolio-btn {
	margin-bottom: 80px;
}
.common-border {
    position: relative;
}
.common-border.border-bottom:after {
	top: unset;
	right: 0;
    z-index: 0;
    bottom: -102px;
    width: 86%;
    margin: 0 auto;
    left: 0;
}
/*.main-page-about-me-section*/ .common-border:after {
    content: "";
    position: absolute;
    border: 2px solid var(--global-palette4);
    width: 110%;
    height: 344px;
    right: -90px;
    top: -30px;
    z-index: 0;
}
/*.main-page-about-me-section >*/ .common-border > * {
    position: relative;
    z-index: 1;
}
.border-h-344:after {
    height: 344px;
}
.border-h-244:after {
	height: 244px;
}
.border-h-480:after {
	height: 480px;
}
.single-offer-col.common-border:after {
	top: 0;/*170*/
}
.our-services-block {
	position: relative;
}
.grey-border:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border: 2px solid #676767;
}
.show-more-photos a {
	color: #F39FA8;
	letter-spacing: 3px;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.show-more-photos a:hover,
.show-more-photos a:focus {
	color: #D68B93;
}
.offer-section {
	margin-top: 20px;
}
.pink-clr {
	color: #F39FA8;
}
.white-clr {
	color: #FFF;
}
.quote-section {
	padding-top: 60px;
	padding-bottom: 32px;
}
.quote-text {
	letter-spacing: 3px;
}
.quote-author {
	display: inline-block;
}
.w-1030 {
	max-width: 1030px;
	margin: 0 auto;
}
.social-media-block {
	display: flex;
	justify-content: center;
	gap: 14px;
}
.pos-relative {
	z-index: 1;
}
.shadow-top {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #676767;
}
.main-page-contact-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #676767;
}
.main-page-contact-section,
.main-page-contact-section a {
	color: #FFF;
}
.main-page-contact-section a {
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.main-page-contact-section a:hover,
.main-page-contact-section a:focus {
	color: var(--pink-clr);
}
.gallery-grid {
	padding-top: 60px;
	grid-gap: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.gallery-grid .single-image {
	position: relative;
	overflow: hidden;
}
.gallery-grid .single-image:nth-child(2) {
	grid-column: -1/-3;
}
.gallery-grid .single-image img {
	object-fit: cover; 
	height: 100%;
    width: 100%;
	transition: all .3s ease-in-out;
}
.gallery-grid .single-image:hover img {
	transform: scale(1.03);
}
.gallery-grid .single-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgb(0 0 0 / 7%);
	transition: all .3s ease-in-out;
}
.gallery-grid .single-image:hover:after {
	opacity: 0;
}
.about-section {
	padding-top: 110px;
	padding-bottom: 36px;
}
.define-section {
	padding-top: 60px;
}
.define-section .vc_btn3.vc_btn3-shape-square {
	width: 100%;
	max-width: 344px;
	margin-bottom: 30px;
}
.define-section .gray-border {
	border: 1px solid #676767;
	border-bottom: 0;
}
.define-section .define-text-col {
	padding: 70px;
}
.top-left-paint:after {
	content: "";
    position: absolute;
    background-image: url(http://foto.roboczeveleo.pl/wp-content/uploads/2024/01/farba-1.webp);
    width: 813px;
    height: 628px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
}
.top-left-paint > * {
	z-index: 1;
	position: relative;
}
.page-id-205 #inner-wrap:after {
	content: "";
	position: absolute;
	top: 130%;
	right: 0;
	background-image: url("http://foto.roboczeveleo.pl/wp-content/uploads/2024/01/farba-2.webp");
	background-repeat: no-repeat;
	width: 376px;
	height: 1690px;
}
.home #inner-wrap:after {
	content: "";
	position: absolute;
	top: 200%;
	right: 0;
	background-image: url("http://foto.roboczeveleo.pl/wp-content/uploads/2024/01/farba-2.webp");
	background-repeat: no-repeat;
	width: 376px;
	height: 1690px;
}
.newest-post-section {
	display: flex;
	gap: 30px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.newest-post-section > div {
	width: 50%;
}
.newest-post-section .newest-post-title {
	margin-bottom: 14px;
}
.newest-post-section .newest-post-date {
	margin-bottom: 24px;
}
.newest-post-section .newest-post-image img {
	margin: 0 auto;
	text-align: center;
}
.newest-post-section .newest-post-infobox {
	padding: 10px 70px;
}
.last-four-section {
	padding-top: 110px;
	grid-gap: 60px;
	display: grid;
	position: relative;
	grid-template-columns: repeat(4, 1fr);
}
.last-four-section:after {
	content: "";
    position: absolute;
    top: 40px;
    height: 370px;
    width: 104%;
    border: 1px solid #676767;
    left: -2%;
}
.last-four-section > * {
	z-index: 1;
	position: relative;
}
.last-four-section .last-four-post,
.last-four-section .last-four-infobox,
.last-four-section .last-four-image {
	position: relative;
}
.last-four-section .last-four-image img {
	height: 431px;
	object-fit: cover;
}
.offer-block-top:hover .offer-block-link,
.last-four-section .last-four-image:hover .last-four-read-more {
	opacity: 1;
}
.offer-block-top .offer-block-link,
.last-four-section .last-four-read-more {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	letter-spacing: 3.2px;
	background: #F39FA8;
	text-decoration: none;
	padding: 10px 20px;
	opacity: 0;
	transition: all .3s ease-in-out;
	transform: translate(-50%, -50%);
}
.last-four-section .last-four-date {
	position: absolute;
    top: -25px;
    left: 25px;
}
.last-four-section .last-four-date,
.prev-posts-section .prev-post-date {
	padding: 16px;
	color: #FFF;
	display: inline-block;
	background: #676767;
}
.last-four-section .last-four-infobox {
	padding: 0 10px;
}
.last-four-section .last-four-title {
	padding-top: 40px;
	text-align: center;
	margin-bottom: 10px;
}
.last-four-section .last-four-title a {
	text-decoration: none;
	color: var(--global-palette4);
}
.last-four-section .last-four-content {
	text-align: justify;
}
.previous-posts-section {
	padding-top: 60px;
	padding-bottom: 100px;
	margin-top: 60px;
}
.prev-posts-section {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
    row-gap: 40px;
}
.prev-posts-section .prev-post-title a {
	color: #FFF;
	text-decoration: none;
}
.prev-posts-section .prev-post-title a:focus,
.prev-posts-section .prev-post-title a:hover {
	color: #F39FA8;
}
.single-post .loop-entry .entry-meta,
.single-post .loop-entry .post-thumbnail {
	display: none;
}
.single-post .loop-entry .entry-content-wrap {
	border: 1px solid #676767;
}
.single-post.transparent-header #masthead {
	position: relative;
}
.single-post .sub-menu a {
	color: #FFF !important;
}
.single-post .main-navigation .primary-menu-container > ul li.menu-item > a {
	color: #676767;
}
.single-post .main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
	color: #CE5585;
}
.single-post .has-logo-image img:first-child {
	display: none !important;
}
.single-post .has-logo-image img:last-child {
	display: block !important;
}
.single-post .entry-title {
	line-height: 1.1em;
}
.contact-top {
	padding-top: 75px;
	padding-bottom: 60px;
}
.custom-height {
	height: 416px;
}
.background-section {
	z-index: 1;
}
.contact-form-section > .wpb_column {
	padding-bottom: 50px;
}
.form-block input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid #000;
    border-radius: 0;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
.form-block input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #F39FA8;
}
.form-block input[type="checkbox"]:checked::before {
	transform: scale(1);
}
.form-block .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
}
.form-block .form-control {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}
.form-block .form-control input {
	width: 100%;
}
.form-block .checkboxes-control {
	margin-bottom: 30px;
}
.form-block .form-control textarea {
	resize: vertical;
}
.form-block .form-control .wpcf7-not-valid-tip {
	font-size: 14px;
}
.form-block .form-control label {
	/*font-size: 24px;*/
	width: max-content;
}
.form-block .wpcf7-list-item.first {
	margin-left: 0;
}
.form-block input[type="submit"] {
	border-radius: 0;
	background: #676767;
	text-transform: uppercase;
	letter-spacing: 7.2px;
	font-size: 20px;
	line-height: 1.1em;
	padding: 14px 30px;
}
.form-block input[type="submit"]:hover,
.form-block input[type="submit"]:focus {
	background: #F39FA8;
}
.contact-card > .vc_column-inner > .wpb_wrapper {
	padding: 50px;
	background: #676767;
	position: relative;
	z-index: 2;
}
.contact-card .social-media-block {
	justify-content: flex-start;
}
.contact-card .social-media-block svg path {
	fill: #FFF;
}
.contact-card .contact-info-item:not(:last-child) {
	margin-bottom: 50px;
}
.contact-card .contact-info-item a {
	margin-bottom: 12px;
	display: inline-block;
}
.contact-card .contact-info-item a:hover,
.contact-card .contact-info-item a:focus {
	color: #F39FA8;
}
.pricing-text-section {
	padding-top: 75px;
	padding-bottom: 60px;
}
.pricing-row {
	z-index: 2;
	position: relative;
	margin-bottom: 100px;
}
.pricing-perks-col ul {
	line-height: 1.5em;
}
.pricing-perks-col > .vc_column-inner > .wpb_wrapper {
	border: 1px solid #676767;
    padding: 26px;
}
.pricing-col > .vc_column-inner > .wpb_wrapper {
	background: #676767;
    color: #FFF;
    padding: 20px 40px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transition: all .3s ease-in-out;
}
.pricing-col > .vc_column-inner > .wpb_wrapper:hover {
	background: #F39FA8;
}
.offer-text-section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.offer-gallery .splide__slide {
	position: relative;
	height: 600px;
}
.offer-gallery a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.splide__slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.offer-blocks {
	display: grid;
	grid-gap: 40px;
	margin-bottom: 60px;
	grid-template-columns: repeat(3, 1fr);
}
.offer-block {
	position: relative;
}
.offer-block-top {
	position: relative;
}
.offer-block-top img {
	width: 436px;
	height: 314px;
	object-fit: cover;
}
.offer-block-middle {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -24px;
}
.offer-block-middle .offer-block-title {
	background: #676767;
    width: 90%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	display: block;
}
.offer-block-middle .offer-block-title a {
	color: #FFF;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.offer-block-middle .offer-block-title a:hover,
.offer-block-middle .offer-block-title a:focus {
	color: #F39FA8;
}
.offer-block-bottom {
	padding-top: 40px;
}
.offer-section {
	padding-top: 60px;
}
.individual-price .pricing-col > .vc_column-inner {
	right: 46px;
}
.individual-price.pricing-row.first-row {
	margin-top: 80px;
}
.table-type {
    background: #c3006b;
    color: #FFF;
    padding: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
}
.table-price p {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.table-col > .vc_column-inner,
.table-col > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.table-col > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #c3006b;
    padding: 10px;
}
.vc_btn3-container.vc_btn3-inline {
    width: 100%;
    margin-bottom: 0;
}
.table-btn a {
    display: block !important;
    background: #c3006b !important;
    color: #FFF !important;
    font-size: 16px !important;
}
.table-col > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.scale-img .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
}
.scale-img img {
    transition: all .3s ease-in-out;
}
.scale-img:hover img {
    transform: scale(1.03);
}
.common-height img {
	height: 310px !important;
	object-fit: cover;
}
@media screen and (max-width: 1610px) {
	/*div.main-page-about-me-section*/ .common-border:after {
		left: 0;
		right: 0;
	}
	.contact-form-section > .wpb_column:after {
		left: -20px;
	}
}
@media screen and (max-width: 1399px) {
	.f-s-20 {
		font-size: 18px;
	}
	.f-s-24 {
		font-size: 20px;
	}
	.f-s-32 {
		font-size: 28px;
	}
	.last-four-section .last-four-title {
		font-size: 20px !important;
	}
	.individual-price .pricing-col p {
		font-size: 24px !important;
	}
}
@media screen and (max-width: 1199px) {
	.pricing-col .f-s-32 {
		font-size: 24px;
	}
	.offer-block-top img {
		margin: 0 auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	/*div.main-page-about-me-section*/ div.vc_color-info.vc_message_box {
		padding-bottom: 24px;
		padding-left: 2em;
	}
	.define-section .define-text-col {
		padding: 20px;
	}
	.newest-post-section .newest-post-infobox {
		padding: 10px 30px;
	}
	.last-four-section {
		grid-gap: 20px;
	}
	.pricing-col > .vc_column-inner {
		right: 40px;
		top: -20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1610px) {
	/*div.main-page-about-me-section*/ .common-border:after {
		width: 104%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
	.individual-price .pricing-col > .vc_column-inner {
		right: 30px;
	}
}
@media screen and (min-width: 1025px) {
	footer #media_image-3 {
		display: flex;
		justify-content: flex-end;
	}
	footer .menu-stopka-container {
		display: flex;
		justify-content: center;
	}
	/*footer .menu-stopka-container ul {
		display: flex;
		gap: 10px;
		justify-content: center;
		max-width: 710px;
		flex-wrap: wrap;
		row-gap: 0;
	}*/
	.site-footer-middle-section-3 .footer-widget-area-inner {
		position: relative;
	}
	.site-footer-middle-section-3 .footer-widget-area-inner:after {
		content: "";
		position: absolute;
		height: 100%;
		width: 2px;
		background: #1D1D1B;
		left: 10px;
		top: 0;
	}
	.page-id-324 #inner-wrap:after {
		content: "";
		position: absolute;
		right: 0;
		top: 80%;
		width: 574px;
		height: 1268px;
		background-repeat: no-repeat;
		background-image: url("http://foto.roboczeveleo.pl/wp-content/uploads/2024/01/farba-9-scaled.webp");
	}
}
@media screen and (max-width: 1024px) {
	.page .content-area {
		margin-top: 0;
	}
	.site-footer-middle-section-1 {
		order: 2;
	}
	.site-footer-middle-section-2 {
		order: 3;
	}
	.site-footer-middle-section-3 {
		order: 4;
	}
	.site-footer-middle-section-4 {
		order: 1;
	}
	footer .footer-text {
		max-width: 500px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	.about-col > .vc_column-inner > .wpb_wrapper {
		padding-right: 50px;
	}
	/*.newest-post-section .newest-post-image img {
		width: 60%;
	}*/
	.form-block .form-control {
		max-width: 662px;
		width: 100%;
	}
	.form-col {
		padding-top: 160px;
	}
	.contact-form-section {
		margin-top: -100px;
		margin-bottom: 50px;
	}
	.contact-form-section > .wpb_column:after {
		content: "";
		position: absolute;
		top: 0;
		left: -60px;
		width: 88%;
		height: 100%;
		border: 1px solid;
		z-index: 0;
	}
	.contact-form-section > .wpb_column > .vc_column-inner {
		position: relative;
		z-index: 1;
	}
	.pricing-col > .vc_column-inner {
		position: absolute;
		right: 250px;
		top: -40px;
	}
	.pricing-row.first-row {
		margin-top: 40px;
	}
	.table-col .vc_btn3-container.vc_btn3-inline {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 90%;
		right: 0;
		margin: 0 auto;
	}
	.table-col .table-perks {
		padding-bottom: 20px;
		min-height: 350px !important;
		margin-bottom: 60px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.offer-blocks {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.last-four-section,
	.gallery-grid,
	.prev-posts-section {
		grid-template-columns: repeat(2, 1fr);
	}
	.last-four-section {
		grid-gap: 32px;
	}
}
@media screen and (max-width: 991px) {
	.f-s-28 {
		font-size: 24px;
	}
	.common-button a {
		font-size: 20px !important;
	}
	.w-80 img {
		width: 80%;
		margin: 0 auto;
	}
	.about-section,
	.contact-top,
	.newest-post-section,
	.main-page-about-me-section {
		padding-top: 60px;
	}
	.about-section {
		padding-bottom: 0;
	}
	/*div.main-page-about-me-section*/ div.vc_color-info.vc_message_box {
		padding: 30px 0 24px 10px;
	}
	.common-border.border-bottom:after {
		bottom: 20px;
	}
	/*div.main-page-about-me-section*/ .common-border:after {
		top: 8px;
		width: 100%;
	}
	.our-services-block {
		padding: 20px !important;
	}
	.gallery-grid .single-image:nth-child(2) {
		grid-column: 1/3;
	}
	.gallery-grid {
		grid-auto-flow: dense;
	}
	.about-col > .vc_column-inner > .wpb_wrapper {
		padding-top: 30px;
	}
	.define-section .define-text-col {
		padding: 10px 10px 30px 10px;
	}
	.content-area {
		margin-bottom: 0 !important;
	}
	.page-id-205 #inner-wrap:after,
	.home #inner-wrap:after {
		display: none;
	}
	.newest-post-section {
		display: block;
	}
	.newest-post-section > div {
		width: 100%;
	}
	.newest-post-section .newest-post-infobox {
		padding: 16px 0;
	}
	.last-four-section .last-four-image img {
		margin: 0 auto;
	}
	.custom-height {
		height: 200px;
	}
	.form-col {
		padding-top: 60px;
		margin-bottom: 60px;
	}
	.pricing-row {
		display: flex;
		flex-direction: column;
	}
	.pricing-col {
		order: 1;
	}
	.pricing-perks-col {
		order: 2;
	}
	.pricing-perks-col > .vc_column-inner > .wpb_wrapper {
		padding: 12px;
	}
	.pricing-row {
		margin-bottom: 40px;
	}
	.individual-price.pricing-row.first-row.m-t-0 {
		margin-top: 0px;
	}
	.table-col {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 768px) {
	.main-page-img img {
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.gallery-grid,
	.last-four-section,
	.prev-posts-section {
		grid-template-columns: 1fr;
	}
	.gallery-grid .single-image:nth-child(2) {
		grid-column: unset;
	}
	.content-area {
		margin-bottom: 0 !important;
	}
	div.previous-posts-section {
		background-image: unset !important;
		background-color: #3f3c3c !important;
	}
	.offer-blocks {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 480px) {
	.single-offer-col.common-border:after {
		top: 216px;
	}
	.form-block .wpcf7-checkbox {
		display: flex;
		flex-direction: column;
	}
	.form-block .wpcf7-list-item {
		margin-left: 0;
	}
}