.top_logo {
	margin-top: -10rem;
	/*width: 80%;
	margin-left: 8%;*/
	/*border:1px solid red;*/
	
}
.top_logo_image {
	/*border:1px solid green;*/
	max-width: 300px;
}
.top_slogan {
	margin-top: -6rem!important;
}
.top_section {
	margin-top: -6rem;
}
.top_section_2 {
	margin-top: -15rem;
}


.wwd_text {
	min-height: 250px;
}

@media (max-width: 1000px) {
	.wwd_text {
	min-height: 350px;
	}
}

@media (max-width: 520px) {
  .top_logo {
	margin-top: -11rem;
	margin-left: 1px;
	
	}
	.top_slogan {
		margin-top: -8rem!important;
	}
	.top_logo_image {
		max-width: 70%;
		padding-left: 20px;
		/*border:1px solid green;*/
		
	}
	/* .top_slogan {
		padding-left: 10px;
	} */
}
.btn_form:hover {
	border-top:1px solid black;
	border-left:2px solid black;
	border-bottom: 3px solid var(--primary-color-1);
	border-right: 2px solid var(--primary-color-1);
	color:whitesmoke;
}

footer {
	background: #4b5683;
}
.subfooter {
	background: #4b5683;
}
footer a {
	color:#dddddd!important;
}
footer a:hover {
	color:#d85f35!important;
}
.created_by {
	display: none;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile){
		background:#4b5683;
}
header.header-mobile{
	background-color:#4b5683;
}
.copyright_link {
	display: none;
}
#message_2 {
	min-height: 147px;
}
.rb {
	border:1px solid red;
}

@media (max-width: 1200px) and (min-width: 990px)  {
	#logo img {
		width: 150px;
	}
	#send_message {
		width: 12.18rem;
	}
}
@media (max-width: 990px)  {
	#contact_form {
		display: none;
	}
} 


.captcha__image-reload {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
  }

  .captcha__image {
	border-radius: 0.25rem;
  }

  .captcha__refresh {
	margin-left: 0.5rem;
	width: 30px;
	height: 25px;
	background-image: url("../images/reload-thumb.png");
	background-repeat: no-repeat;
}

button {
	border: 1px solid transparent;

}
.captcha__refresh:hover {
	transform: scaleY(-1);
}

.post-image img {
	max-height: 560px!important;
}

.captcha__group {
	margin-bottom: 1rem;
}

p {
	font-size: 14px!important;
}

h2.furniture--installation {
	font-size:28px;
	margin:0;
	text-align:center;
	letter-spacing:5px;
	text-transform:uppercase;
	font-weight:300;
}

.wwd_text--furniture {
	min-height: 440px;
}