/*
Theme Name: Total Trust

Description: Design by Luke, developed by Fa. 89up LTD.
Version: 1.0
Author: Luke
Author URI: https://89up.org/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
.html-embed.w-embed.w-iframe iframe {
	width: 100%!important;
	height: 100%!important;
}
.maincontainer.columns ._2col._2colmage.firstCol{
	padding-right: 30px;
}
.about-image {
	height: auto;
}
.textrow{
	margin: 0 auto;
}
.section.bg{
	background-image: linear-gradient(180deg, rgba(3, 6, 19, 0.5), rgba(3, 6, 19, 0.5)), url("images/Blinds-with-light-show.jpg");
}
.slider-2 img {
	width: 100%;
	height: auto;
}
a {
    color: inherit;
}
/*Mailchimp form*/
#mc_signup {
	max-width: 600px;
	margin: 30px auto 0;
}
#mc_signup .mc_merge_var{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	align-items: center;
}
#mc_signup .mc_merge_var label {
	display: block;
	margin: 5px 15px;
	font-weight: normal;
	flex: 0.7;
	text-align: right;
}
#mc_signup .mc_merge_var input {
	line-height: normal;
	flex: 1.3;
	color: #000;
	padding: 13px;
	border: 1px solid #000;
	width: 100%;
}
#mc_signup .mergeRow{
	display: none;
}
#mc_signup .mc_signup_submit input{
	border: 1px solid #000;
}
#mc_signup #mc_message{
	margin: 0 20px 20px;
}
.cardrow.maxwidth{
	width: 100%;
}
.heroimageblock {
    object-fit: contain;
}
@media screen and (max-width: 1200px) {
	.heroimageblock {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		justify-content: center;
		align-items: center;
		object-fit:none; 
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.maincontainer.columns ._2col._2colmage.firstCol{
		padding-right: 0;
	}
}