/*
Theme Name: Divi Child
Description: Child theme for Divi
Author: The Webby World
Template: Divi
*/


@import url("../Divi/style.css");
@import url("css/font-awesome.min.css");

#main-header {
	background-color: transparent !important;
}

#et-main-area {
	margin-top: -95px;
}

#services-section h2 span, #portfolio-section h2 span, #team-section h2 span {
	display: block;
	font-weight: 300;
	color: rgba(255,255,255,0.6);
	font-size: 16px;
}

#services-section .et_pb_blurb_content {
	text-align: left;
}

#services-section .et_pb_blurb {
	margin-bottom: 60px;
}

#services-section #service-col-1 {
	padding-right: 60px;
}

#services-section #service-col-2 {
	padding-left: 60px;
}

#services-section {
	position: relative;
}

#services-section:before {
	background: rgba(255,255,255,0.1);
	content:'';
	height: 100%;
	width: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#services-section:after {
	background: #fff;
	content: '';
	height: 2px;
	width: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 300px;
}

#services-section #service-col-1:before {
	background: rgba(255,255,255,0.1);
	content:'';
	height: 109%;
	width: 1px;
	position: absolute;
	left: 40%;
	right: 0;
}

#services-section #service-col-1:after {
	background: #fff;
	content: '';
	height: 2px;
	width: 2px;
	position: absolute;
	left: 40%;
	right: 0;
	top: 390px;
}

#services-section #service-col-2:before {
	background: rgba(255,255,255,0.1);
	content:'';
	height: 100%;
	width: 1px;
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
}

#services-section #service-col-2:after {
	background: #fff;
	content: '';
	height: 2px;
	width: 2px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 50px;
}

#services-section #service-col-1 .et_pb_blurb_1:after {
	color: #000;
	content: 'Value';
	font-size: 140px;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
	position: absolute;
	left: -70px;
	bottom: 40px;
	font-weight: 700;
	z-index: -1;
}

#services-section #service-col-2 .et_pb_blurb_2 {
	position: relative;
}

#services-section #service-col-2 .et_pb_blurb_2:after {
	color: #000;
	content: 'Success';
	font-size: 140px;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -100px;
	bottom: -20px;
	font-weight: 700;
	z-index: -1;
}

#portfolio-section .wpsisac-slick-carousal .slick-image-slide {
	margin: 0 20px;
}

#portfolio-section .wpsisac-slick-carousal.design-6 .slick-prev {
	left: auto !important;
	right: 45px !important;
	top: -90px !important;
}

#portfolio-section .wpsisac-slick-carousal.design-6 .slick-prev:before {
	content:'Prev';
	text-transform: uppercase;
	font-size: 10px;
	color: rgba(255,255,255,0.4);
	position: absolute;
	z-index:9999;
	transform: rotate(-45deg);
	top: 33%;
	left: 5px;
	transition: all 0.3s ease-in-out;
}

#portfolio-section .wpsisac-slick-carousal.design-6 .slick-next:before {
	content:'Next';
	text-transform: uppercase;
	font-size: 10px;
	color: rgba(255,255,255,0.4);
	position: absolute;
	z-index:9999;
	transform: rotate(-45deg);
	top: 33%;
	left: 5px;
	transition: all 0.3s ease-in-out;
}

#portfolio-section .wpsisac-slick-carousal.design-6 .slick-next {
	top: -90px !important;
}

#portfolio-section .wpsisac-slick-carousal button.slick-arrow {
	background: none !important;
	border: 1px solid rgba(255,255,255,0.4) !important;
	transform: rotate(45deg);
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	text-indent: 0 !important;
	transition: all 0.3s ease-in-out;
}


#portfolio-section .wpsisac-slick-carousal button.slick-arrow:hover {
	border: 1px solid rgba(255,255,255,1) !important;
}

#portfolio-section .wpsisac-slick-carousal button.slick-arrow:hover:before {
	color: #fff;
}

#team-section .team-member {
	background: rgb(199, 37, 85);
	background: -moz-linear-gradient(45deg, rgb(199, 37, 85) 19%, rgb(3, 53, 158) 81%);
	background: -webkit-linear-gradient(45deg, rgb(199, 37, 85) 19%, rgb(3, 53, 158) 81%);
	background: -o-linear-gradient(45deg, rgb(199, 37, 85) 19%, rgb(3, 53, 158) 81%);
	background: -ms-linear-gradient(45deg, rgb(199, 37, 85) 19%, rgb(3, 53, 158) 81%);
	background: linear-gradient(135deg, rgb(199, 37, 85) 19%, rgb(3, 53, 158) 81%);
	position: relative;
	padding: 20px 10px;
	z-index: 99;
}

#team-section .team-member:after {
	background: #000;
	content:'';
	height: 90%;
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 14px;
	z-index: -1;
}

#team-section img {
	height: 196px;
}

#team-section .team-member h4 {
	padding-bottom: 0px;
}

#team-section .team-member p {
	font-size: 11px;
}

p:empty {
	display: none;
}



