/*
Theme Name: IndvestGroupV1
Version: 1.0
Description: A child theme of Divi
Author: Indevst Group
Template: Divi
*/

@import url("../Divi/style.css");

#AboutUs .et_pb_slide {
	padding:0;
}

#AboutUs .et_pb_container {
	width: 100%;
    max-width: 100%;
}

#AboutUs .et_pb_slide_description {
	padding: 0;
}

.slideCol-1 {
	width:31.3%;
	display:block;
	float:left;
	margin:0 1%;
}

.slideCol-2 {
	width:48%;
	display:block;
	float:left;
	margin:0 1%;
}

.slideCol-3 {
	width:98%;
	display:block;
	float:left;
	margin:0 1%;
}

.slideButton {
	text-shadow: none;
    color: #000;
    background: rgba(255,255,255,1);
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 3px;
    transition: .3s;
    border: 2px solid #fff;
    width: 100%;
    float: left;
	margin:5px;
}

.slideButton:hover {
	text-shadow: none;
    color: #fff;
    background: rgba(255,255,255,0);
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 3px;
	transition:.3s;
	border:2px solid #fff;
	width: 100%;
    float: left;
	
}

.slideButton2 {
	text-shadow: none;
    color: #000;
    background: rgba(255,255,255,1);
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 3px;
    transition: .3s;
    border: 2px solid #fff;
	margin:5px;
}

.slideButton2:hover {
	text-shadow: none;
    color: #fff;
    background: rgba(255,255,255,0);
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 3px;
	transition:.3s;
	border:2px solid #fff;
}

#main-footer {
	display:none;
}

@media only screen and (min-width: 1000px) {
#main-header {
	background:url(http://indvest.co.za/wp-content/uploads/2018/09/left-hex-2.jpg) left center no-repeat, url(http://indvest.co.za/wp-content/uploads/2018/09/right-hex-2.jpg) right center no-repeat #fff;
	border-top: 25px solid #00A9AC;
}
	
}

@media only screen and (max-width: 1000px) {
.slideCol-1, .slideCol-2, .slideCol-3 {
	width:98%;
	display:block;
	float:left;
	margin:0 1%;
	}
	
}

.et_mobile_menu {
    border-top: 3px solid #ff0000 !important;
}
