/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Ralph Bartholomew
 Author URI:     http://www.stalbanswebdesign.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization starts here
------------------------------------------------------- */

/* Added by OP 12/03/2024 */

.oi-slant-image-right {
	background: conic-gradient(from 0deg at 0% 0%, #2c515b 160deg, #36abae 160.3deg 180deg);
}

.oi-slant-dk-image-right {
	background: conic-gradient(from 0deg at 0% 0%, #36abae 160deg, #2c515b 160.3deg 180deg);
}

.oi-slant-image-left {
	background: conic-gradient(from 200deg at 100% 0%, #2C515B 40.1%, #36abae 63.1%);
}

.oi-slant-dk-image-left {
	background: conic-gradient(from 200deg at 100% 0%, #36abae 40.1%, #2C515B 63.1%);
}

.oi-slant-dk2-image-left {
	/*background: url(https://businessinmaidstone.co.uk/wp-content/uploads/2023/12/business-centre-maidstoe-house.jpg) conic-gradient(from 190deg at 100% 0%, #FFF 1%, #36abae 1%, #36abae 3%, #FFF 3%, #2C515B 90%);*/

}

.oi-slant-lt-image-right {
	background: conic-gradient(from 0deg at 0% 0%, #36abae 160deg, white 160.3deg 180deg);
}

.oi-slant-lt-image-left {
	background: conic-gradient(from 200deg at 100% 0%, #2c515b 40%, white 63%);
}

.oi-slant-header-image-left {
	background: conic-gradient(from 200deg at 100% 0%, #2c515b 40%, white 63%);
}

.oi-slant-image-right .et_pb_image, 
.oi-slant-dk-image-right .et_pb_image, 
.oi-slant-lt-image-right .et_pb_image {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
}

.oi-slant-image-left .et_pb_image, 
.oi-slant-dk-image-left .et_pb_image, 
.oi-slant-lt-image-left .et_pb_image{
	clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
}

@media (min-width: 980px) and (max-width: 1246px) {
	.oi-find-out-more {
		width: 80%;
	}
}

/* buttons fixed to the bottom */

.gq_r_fixed_buttons .et_pb_column {
	padding-bottom:30px;
}

.gq_r_fixed_buttons .et_pb_button_module_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/*
.et_pb_image.image-overlay {
	width: 100%;
	height: 100%;
	background: url( '/wp-content/uploads/2025/06/slant-1.png' ) #bcbcbc center bottom 0px;
}*/

 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) {
	.factoid {
		color: #2b515c;
		font-size: 64px;
		font-weight: bold;
	}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
	.factoid {
		color: #2b515c;
		font-size: 40px;
		font-weight: bold;
	}
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.factoid {
		color: #2b515c;
		font-size: 32px;
		font-weight: bold;
	}
}

@media (min-width: 981px) and (max-width: 1460px) {
	#invest-h1 h1 {
		font-size: 80px !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1350px) {
    .et_pb_gutters2 .et_pb_image_0_tb_header, .search .et_pb_image_0_tb_header {
        transform: none !important;
    }
	.et_pb_section_1_tb_header.et_pb_section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media only screen and (max-width: 981px) {
	.et_pb_section_1_tb_header.et_pb_section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}