/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
  --mainwidth: 1200px;
  --bordo:#6c1737;
  --dgrey:#293038;
	--color3:#e6e6e6;
}
body, html{
	max-width:100vw;
	overflow-x:hidden;
}

div.m_con{
	max-width:var(--mainwidth)!important;
	margin-left: auto;
	margin-right: auto;
}
div.full_container{
	width: 100vw;
	max-width: 100vw!important;
	margin-left: calc(-1*(100vw - 1711px) / 2)!important;
}

.flex_force{
	display: flex;
}
.full_width_img img{
	min-width: 100%;
}
.flex_row_reverse{
	flex-direction: row-reverse!important;
}
.flex_col_reverse{
	flex-direction: column-reverse;
}
@media(max-width:1000px){
	.flex_mobile_col_reverse{
		flex-direction: column-reverse;
	}
}

@media(min-width:1280px){
	div.m_con{
		width:var(--mainwidth)!important;
	}
	.alignfull .right_notfull > *{
		padding-right:  calc((100vw - var(--mainwidth)) / 2);
	}
	.alignfull .left_notfull > *{
		padding-left:  calc((100vw - var(--mainwidth)) / 2);
	}
}
@media(max-width:1300px){
	.m_con{
		padding-right: 15px;
		padding-left: 15px;
	}
}
#header [data-row*=middle]{
	z-index: 3!important;
}
.site-branding.top_logo{
	position: absolute;
	top: -65px;
	left: 0;
}
.site-branding.top_logo svg{
	height: 145px;
}
h5{
	max-width: max-content;
}
h5:before{
	display: inline-block;
	content: '– ';
	margin-right: 5px;
	
}
h5.has-text-align-center{
	margin-left: auto;
	margin-right: auto;
}
h5.has-text-align-center:after{
	display: inline-block;
	content: ' –';
	margin-left: 5px;
	
}
h1, h2, h3{
	margin-top: 10px!important;
}
.img_fw img{
	width: 100%;
}
.half_red{
	position: relative;
}
.half_red::before{
	display: block;
	width: 100vw;
	height: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: '';
	background-color: var(--theme-button-background-initial-color);
	z-index: -1;
}
ul.lista {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
ul.lista li {
    position: relative;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}
ul.lista li:before {
    content: '';
    background-image: url(https://suwaneebathroomremodeling.com/wp-content/uploads/2024/09/check.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.ak_btn a:after, p.submit:after {
        content: '';
    background-image: url(https://suwaneebathroomremodeling.com/wp-content/uploads/2024/09/arr.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 49px;
    top: 26px;
    z-index: 9999999999999999;
}
.call_btn a:after {
        content: '';
    background-image: url(https://suwaneebathroomremodeling.com/wp-content/uploads/2024/09/tel_w.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 43px;
    top: 22px;
    z-index: 9999999999999999;
}
.tr_btn a{
	background-color: transparent!important;
	border:1px solid var(--theme-button-background-initial-color);
}
.tr_btn_red a{
	border-color: black;
}
a.top_i{
	position: relative;
	margin-right: 10px;
}
a.top_i_fb:after,
a.top_i:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    z-index: 9999999999999999;
    transform: translatey(4px);
	margin-left: 5px;
	margin-right: 5px;
}
a.top_i_tel:before{
	background-image: url(https://suwaneebathroomremodeling.com/wp-content/uploads/2024/09/tel.svg);
}
a.top_i_mail:before{
	background-image: url(https://suwaneebathroomremodeling.com/wp-content/uploads/2024/09/mail.svg);
}
a.top_i_fb:after{
	background-image: url(https://suwaneebathroomremodeling.com/wp-content/uploads/2024/09/fb.svg);
}
body:not(.home).page h1{
	position: relative;
}
body:not(.home).page h1:after{
	display: block;
	content: '';
	height: 1px;
	background-color: #c3c3c3;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 1px;
	width: 100vw;
}
.cfcols{
	display: flex;
	gap:20px;
}
.wpcf7-form {
	max-width: 700px;
	margin: 0 auto;
}
.wpcf7 .wpcf7-submit{
	float: none!important;
	padding-right: 150px;
	margin-top: 30px;
}
.wpcf7-spinner{
	position: absolute;
}
.wpcf7-form p{
	margin-bottom: 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"]{
	margin-bottom: 30px;
}
@media(max-width:1000px){
	.svg_i{
		max-width: 100px;
	}
	.wp-block-buttons.is-content-justification-right{
		justify-content: center;
	}
	.site-branding.top_logo{
		top: 0;
		xposition: relative;
	}
	.page-id-27 p.has-link-color{
		text-align: center;
	}
	header::after{
		background-color: #d03b28;
		height: 95px;
		width: 100vw;
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
	body:not(.home) main{
		margin-top: 100px;
	}
	.site-branding.top_logo svg {
    height: 88px;
}
}
