/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

.what-we-believe-toggle.et_pb_toggle_open,
.what-we-believe-toggle.et_pb_toggle_close {
	padding: 0;
}

.what-we-believe-toggle.et_pb_toggle_open h5.et_pb_toggle_title,
.what-we-believe-toggle.et_pb_toggle_close h5.et_pb_toggle_title {
	padding: 20px;
}

.what-we-believe-toggle.et_pb_toggle_open h5.et_pb_toggle_title {
    background: #ee3b76; 
}

.what-we-believe-toggle.et_pb_toggle_close h5.et_pb_toggle_title {
	background: #1e3a87; 
}

/*.what-we-believe-toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\e04f";
}*/

.what-we-believe-toggle .et_pb_toggle_title:before {
	padding-right: 20px;
}

.what-we-believe-toggle .et_pb_toggle_content {
	padding: 10px 20px;
}



/* About page scroll */

/* .scrollouter {
	overflow: scroll;
}

.scrollouter.fixed {
    position: fixed;
    top: 80px;
    z-index: 9999;
    width: 100%;
} */

/*
.scrollouter .background {
	position: absolute !important;
	height: calc(100vh + 54px) !important;
	width: 100vw !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	margin-top: -54px;
}


@media (max-width: 980px) {
	.scrollouter .background {
		height: 100%;
		width: 100%;
		background-position: center;
	}
}

@media (min-width: 980px) {
	.scrollouter {
		overflow: hidden;
	}
	
	.admin-bar .scrollouter .background.fixed {
		top: 86px;
	}

	.scrollouter .background.fixed {
		position: fixed !important;
		top: 54px !important;
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.scrollouter .background.fixed-bottom {
		bottom: 0;
	}
}
*/
