/* codeDESIGN - custom_code_php.css */
@charset "utf-8";

/* CUSTOM CODE PHP */
div.custom_code_wall [class^="col-"],
div.custom_code_wall [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.custom_code_wall {
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: var(--ci_color_black);
}

div.background_dark div.custom_code_wall_title {
	margin: 100px 0px;
}

div.background_dark div.custom_code_wall_title h2 {
	color: var(--ci_color_white);
	text-align: center;
	border-bottom: 1px solid #6d6e71;
}
div.background_dark div.custom_code_wall_title h2::after {
	left: 50%;
	transform: translateX(-50%);
}

div.custom_code_wall_title h1 {
	text-align: center;
}
div.custom_code_wall_title h1::after {
	left: 50%;
	transform: translateX(-50%);
}

div.custom_code_wall div.preview_image_box {
	position: relative;
	width: 100%;
}
div.custom_code_wall div.preview_image_box_horiz {
	padding-top: 66.666667%;
}
div.custom_code_wall div.preview_image_box_vert {
	padding-top: 135%;
}
@media only screen and (max-width: 991px) {
	div.custom_code_wall div.preview_image_box_horiz,
	div.custom_code_wall div.preview_image_box_vert {
		padding-top: 66.666667%;
	}
}

div.custom_code_wall div.preview_image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.custom_code_wall div.row div[class^="col-md-"]:first-child {
	padding: 0px 10px 20px 0px;
}
div.custom_code_wall div.row div[class^="col-md-"]:last-child {
	padding: 0px 0px 20px 10px;
}
@media only screen and (max-width: 991px) {
	div.custom_code_wall div.row div[class^="col-md-"]:first-child,
	div.custom_code_wall div.row div[class^="col-md-"]:last-child {
		padding: 0px 0px 20px 0px;
	}
}

div.custom_code_wall a,
div.custom_code_wall a,
div.custom_code_wall a {
	color: #ffffff;
	text-decoration: none;  
}
div.custom_code_wall span.overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.custom_code_wall div.preview_image:hover span.overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.custom_code_wall span.overlay i {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.custom_code_wall a.href_gallery_wall {
	display: inline-block;
	position: relative;
	margin: 0px auto;
	left: 50%;
	transform: translateX(-50%);
}