/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.top_header {
    display: flex;
    gap: 25px;
}
.toph_left {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.toph_ll {
    border-right: 2px solid #fff;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.toph_lr {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ct-header-text {
    width: 100%;
}
.top_header {
    justify-content: space-between;
}
.footer_socials {
    display: flex;
    gap: 65px;
}
.contact_socials {
	gap: 25px;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] .ct-container {
    flex-direction: column;
    display: flex;
    align-items: center;
}
#footer-menu ul li {
    border-right: 2px solid rgba(27, 73, 125, 1);
    padding-top: 8px;
    padding-bottom: 8px;
}
#footer-menu ul li:last-child {
    border: none;
}
.ct-footer [data-column] {
    width: 100%;
    align-items: center;
}
#footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}
#footer-menu .menu {
    justify-content: center;
    width: 100%;
}
.wp-block-cover {
    width: 100% !important;
    max-width: 100%;
}
.width_927 {
    max-width: 927px;
    margin-left: 0 !important;
}
.width_724 {
    max-width: 724px;
    margin-left: 0 !important;
}
.wp-block-cover__inner-container {
    width: 1250px !important;
    margin: 0 auto !important;
    max-width: 100%;
}
.products_home {
    justify-content: center;
}
.products_home > div {
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    min-width: 262px;
    width:100%;
}
.full_height_img,
.full_height_img img,
.full_height_img iframe{
	height: 100%;
	width: 100%;
}
.full_height_img iframe {
	min-height: 300px;
}
.full_height_img img {
	object-fit: cover;
	object-position: right;
}
.justify_text {
	text-align: justify !important;
}
.full_width_columns  {
	width: 100% !important;
	max-width: 100%;
}
.padding_right_70 {
	padding-right: 70px;
}
.performance_columns > div {
	box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	z-index: 1;
}
.full_width_img {
	width: 100% !important;
	max-width: 100%;
}
.full_width_img > img {
	width: 100%;
	object-fit: cover;
	max-height: 370px;
}
.testimonial {
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
}
.stars {
	display: flex;
}
.stars > div {
	background: url('images/star.png');
	width:21px;
	height:20px;
	background-repeat: no-repeat;
	background-size: cover;
}
.products_about > div {
	box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.3) !important;
}
.horizontal_list {
	display: flex;
	column-gap: 60px;
	row-gap: 20px; 
	flex-wrap: wrap;
}
.wpcf7-form p {
    margin-bottom: 20px;
}
.wpcf7-form label {
	font-size: 24px !important;
	font-weight: 600 !important;
}
.wpcf7-form-control-wrap {
    padding-top: 10px;
    display: block;
}
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input:is([type=url], [type=text], [type=email]) {
	border-width: 3px;
	border-radius: 0;
}
@media screen and (min-width:1450px) {
	.full_left {
		padding-left: 200px !important;
	}
	.full_right {
		padding-right: 200px !important;
	}
}
@media screen and (max-width:767px) {
	.top_cover {
		min-height: 520px !important;
	}
	.products_home_2 {
		margin-top: -40px !important;
	}
	.padding_right_70 {
		padding-right: 0 !important;
	}
	.full_left {
		padding-right: 3vw !important;
	}
	.full_right {
		padding-left: 3vw !important;
	}
	.margin_top_30_m {
		margin-top: 30px !important;
	}
	.justify_contet_left_m {
		justify-content: flex-start !important;
	}
	#footer-menu ul li {
		padding-bottom: 0;
		padding-top: 0;
	}
	.footer_socials {
		gap: 30px;
	}
	.footer_logo {
		max-width: 210px;
	}
	.padding_bottom_50_m {
		padding-bottom: 50px !important;
	}
	.padding_bottom_20_m {
		padding-bottom: 20px !important;
	}
	.padding_bottom_0_m {
		padding-bottom: 0 !important;
	}
	.margin_bottom_0_m {
		margin-bottom: 0 !important;
	}
	.padding_top_50_m {
		padding-top: 50px !important;
	}
	.gap_0_m {
		gap: 0 !important;
	}
	.footer_socials img {
		max-width: 20px;
	}
	.columns_reverse_m {
		flex-direction: column-reverse !important;
	}
	.wpcf7-form label {
		font-size: 18px !important;
	}
	.full_height_img, .full_height_img img, .full_height_img iframe {
		height: auto;
		max-height: 300px;
	}
}