/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Stefanus
Author URI:  https://alterendeavors.com/
Template: Divi
Version:  1.0.2
*/

@import "font-face.css";

/*---------- General ----------*/
body{
	font-size: 18px;
	line-height: 21px;
	color: #262626;
	background-color: #FFFFFF;
}
body .et_pb_section{
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	color: #262626;
}
h1{
	font-size: 42px !important;
	line-height: 48px;
}
h2{
	font-size: 35px !important;
	line-height: 43px !important;
}
h3{
	font-size: 29px !important;
	line-height: 35px !important;
}
/*h4{
	font-size: 27px;
	line-height: 33px;
}
h5{
	font-size: 21px;
	line-height: 29px;
}
h6{
	font-size: 17px;
	line-height: 24px;
}*/



.subhead{
	font-family: 'CocoSharp Extrabold';
	font-size: 32px;
	line-height: 38px;
	color: #2F7FC0;
}
.subhead2{
	font-family: 'CocoSharp Extrabold Italic';
	font-size: 23px;
	line-height: 28px;
	color: #2F7FC0;
}
.subhead3{
	font-family: 'CocoSharp Extrabold';
	font-size: 23px;
	line-height: 28px;
}
.cheavy{
	font-family: 'CocoSharp Heavy';
}

a {
	font-size: 18px;
	line-height: 21px;
	color: #262626;
}

/* Button */
.btn{
	font-family: 'CocoSharp Extrabold';
	font-size: 18px;
	line-height: 28px;
	border: none;
	padding: 8px 24px;
	border-radius: 6px;
	text-decoration:none;
	transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
}
.btn:hover,
.btn:active{
	box-shadow: none;
	text-decoration:none;
}
.btn.btw{
	min-width:220px;
}

.btn.btn-primary{
	color: #FFFFFF;
	background-color: #312675;
	border: 1px solid #312675;
}
.btn.btn-primary:hover,
.btn.btn-primary:active{
	color: #FFFFFF;
	border: 1px solid #2F7FC0;
	background-color: #2F7FC0;
}
.btn.btn-secondary{
	color: #262626;
	border: 1px solid #F4BC65;
	background-color: #F4BC65;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active{
	color: #262626;
	border: 1px solid #76A0DC;
	background-color: #76A0DC;
}

body #page-container .et_pb_section .et_pb_button.btn,
body #page-container .et_pb_section .et_pb_button.btn:hover{
	padding: 10px 28px !important;
}

/* Menu */
.topmenu .et-menu li{
	margin-top: 2px !important;
}
.topmenu .et-menu li a,
.topmenu .et_mobile_menu li a{
	font-family: 'CocoSharp Extrabold';
	font-size: 23px;
	line-height: 28px;
	color: #312675;
	padding: 0 !important;
}
.topmenu .et_mobile_menu {
  border-top: none;
  margin-top: 15px;
  text-align: center;
}

/*Header */
.vcenter{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* Footer */
footer a{
	color: #FFFFFF;
}
footer ul.menu li{
	margin-bottom: 10px;
}
footer ul.menu a{
	font-family: 'CocoSharp Extrabold';
	font-size: 23px;
	line-height: 28px;
}

/* Social Media Icon */
.socmed.et_pb_social_media_follow li.et-social-linkedin a.icon::before, 
.socmed.et_pb_social_media_follow li.et-social-facebook a.icon::before {
  font-size: 14px;
}
.socmed.et_pb_social_media_follow li.et-social-instagram a.icon::before{
  width: 20px;
  font-size: 19px;
}
.socmed.et_pb_social_media_follow li.et-social-twitter a.icon::before {
  font-size: 19px;
}

/* Form */
.gform_required_legend{
	display:none;
}
.gform_wrapper .gfield label.gfield_label{
	font-family: 'CocoSharp Extrabold Italic';
	font-size: 23px;
	line-height: 28px;
	color: #312675;
	padding: 15px 0;
}
.gfield .ginput_container input,
.gfield .ginput_container textarea{
	font-family: 'CocoSharp Extrabold Italic';
	font-size: 23px !important;
	line-height: 28px;
	color: #312675;
	border: 0;
	border-bottom: 2px solid #2F7FC0;
	background-color: transparent;
	padding: 20px 0 !important;
}
.gform_wrapper.gravity-theme .gfield textarea.medium{
	height: 150px;
}
.gfield .ginput_container input::placeholder,
.gfield .ginput_container textarea::placeholder{
	color: #312675;
	opacity: 1;
}
.gfield .ginput_container input:-ms-input-placeholder {
	color: #312675;
}
.gfield .ginput_container input::-ms-input-placeholder {
	color: #312675;
}
.gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
    margin-top: 20px !important;
}
.gform_button{
	font-family: 'CocoSharp Extrabold';
	font-size: 18px;
	line-height: 28px;
	width: auto;
	padding: 12px 70px;
	margin-bottom: 0 !important;
	border-radius: 6px;
	color: #312675;
	border: 1px solid #D9BC7B;
	background-color: #D9BC7B;
	transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
}
.gform_button:hover,
.gform_button:active{
	color: #312675;
	border: 1px solid #76A0DC;
	background-color: #76A0DC;
}
.gform_wrapper .gfield.gfield_error [aria-invalid="true"] {
	border: 0;
	border-bottom: 2px solid #c02b0a;
}
.gform_wrapper .gfield.gfield_error textarea[aria-invalid="true"] {
	border: 0;
	border-bottom: 2px solid #c02b0a;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  color: #233173;
}

.newsletter .gfield .ginput_container input{
	color: #FFFFFF;
	border-bottom: 2px solid #F4BC65;
	padding: 20px 10px !important;
}
.newsletter .gfield .ginput_container input::placeholder,
.newsletter .gfield .ginput_container textarea::placeholder{
	color: #FFFFFF;
}
.newsletter .gfield .ginput_container input:-ms-input-placeholder {
	color: #FFFFFF;
}
.newsletter .gfield .ginput_container input::-ms-input-placeholder {
	color: #FFFFFF;
}

/*Logo SLider*/
#logo .owl-item > div {
  min-height: 90px !important;
  text-align: center;
}
.owl-carousel.sa_owl_theme .owl-dots {
 margin-top:20px !important;
 bottom:unset !important
}
.owl-carousel.sa_owl_theme .owl-dots .owl-dot span {
 border:0.5px solid #142240 !important;
 background-color:transparent !important;
 width:12px !important;
 height:12px !important
}
.owl-carousel.sa_owl_theme .owl-dots .owl-dot.active span {
 background-color:#142240 !important
}
.white #logo.sa_owl_theme .owl-nav .owl-prev{
  left: -30px;
  background: url('/wp-content/uploads/2023/01/arrow-left.svg') no-repeat !important;
}
.white #logo.sa_owl_theme .owl-nav .owl-next{
  right: -40px;
  background: url('/wp-content/uploads/2023/01/arrow-right.svg') no-repeat !important;
}

.quote{
	font-family: 'CocoSharp Extrabold';
	font-size: 32px;
	line-height: 38px;
}

/* Purpose & Values Section */
.pv-section .pv-box {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
}
.pv-section .pv-box .et_pb_promo_description{
	padding-bottom: 0;
}

/* Teams */
.teams .person .et_pb_blurb_container h3 {
  width: 200px;
}

.teams .person .et_pb_blurb_description p {
	font-family: 'CocoSharp Extrabold Italic';
	font-size: 23px;
	line-height: 28px;
	color: #2F7FC0;
}

/* Review Area */
.review .rtesti-area {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
}

#testi_slider .sa_hover_container {
  min-height: 600px !important;
}
#testi_slider .testi-box {
  background-color: #312675;
  border-radius: 10px;
  padding: 35px 30px 20px;
}
#testi_slider .testi-box h3{
  color: #FFFFFF;
  margin-bottom: 1rem;
}
#testi_slider .testi-content{
  background-color: #FFFFFF;
  padding: 20px 36px;
  border-radius: 10px;
}
#testi_slider .testi-source{
  font-family: 'CocoSharp Extrabold Italic';
  font-size: 23px;
  line-height: 28px;
  color: #FFFFFF;
  text-align: right;
  margin-top: 1.5rem;
}
.white #testi_slider.sa_owl_theme .owl-nav .owl-prev{
  left: -30px;
  top: 70%;
  background: url('/wp-content/uploads/2023/01/arrow-left.svg') no-repeat !important;
}
.white #testi_slider.sa_owl_theme .owl-nav .owl-next{
  right: -40px;
  top: 70%;
  background: url('/wp-content/uploads/2023/01/arrow-right.svg') no-repeat !important;
}

/*Book Area*/
.book-area .et_pb_row {
  display: flex;
}
.book-area .et_pb_row .et_pb_column_3_5 {
  width: 60%;
}
.book-area .et_pb_row .et_pb_column_2_5 {
  width: 40%;
}

/* Inquiry */
.cdetail .subhead3{
	margin-bottom: 2rem;
}
.cdetail .cicon {
  float: left;
  margin-right: 1rem;
}

/* Single Blog */
.post-meta .et_pb_text{
	font-family: 'CocoSharp Extrabold';
	font-size: 27px;
	line-height: 33px;
	color: #312675;
}

/* Share Button */
.share-area .et_pb_text_inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.share-area .supsystic-social-sharing{
	margin-left: 2rem;
}
.share-area .supsystic-social-sharing a.social-sharing-button{
	padding: 0 !important;
	border-radius: 3px !important;
	margin-right: 5px !important;
	background-color: #2F7FC0;
}
.share-area .supsystic-social-sharing a.social-sharing-button .fa-ssbs-fw{
	font-size: 16px;
}
.share-area .supsystic-social-sharing a.social-sharing-button.twitter{
	background-color: transparent;
	color: #2F7FC0;
}
.share-area .supsystic-social-sharing a.social-sharing-button.twitter .fa-ssbs-fw{
	font-size: 22px;
}

/* Circle Bg */
.circle-bg::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -7%;
  width: 350px;
  height: 350px;
  border-radius: 100%;
  border: 1px solid #2F7FC0;
  background-color: #DFE9F6;
}

/*line bg*/
.with-3line::before {
  content: "";
  background: url('/wp-content/uploads/2023/01/3line.png') center;
  position: absolute;
  top: -10%;
  left: -35%;
  width: 280px;
  height: 350px;
}
.with-3line-right::before {
  content: "";
  background: url('/wp-content/uploads/2023/01/3line.png') center;
  position: absolute;
  top: unset;
  right: -20%;
  bottom: 5%;
  width: 280px;
  height: 350px;
}
.with-2line-dark::before {
  content: "";
  background: url('/wp-content/uploads/2023/01/2line-dark.png') center;
  position: absolute;
  top: 30px;
  left: -25%;
  width: 280px;
  height: 350px;
  z-index: 99;
}
.with-2line2::before {
  content: "";
  background: url('/wp-content/uploads/2023/01/2line2.png') center;
  position: absolute;
  top: -25%;
  left: -20%;
  width: 280px;
  height: 350px;
}

/*------ Desktop ------*/
@media (min-width: 768px) {
	/* Footer */
	footer .et_pb_row_0_tb_footer .et_pb_column_0_tb_footer {
	  width: 35%;
	  margin-right: 10%;
	}
	footer .et_pb_row_0_tb_footer .et_pb_column_1_tb_footer {
	  width: 55%;
	}
	
	/*Newsletter Form*/
	.newsletter .gfield.rm-left .ginput_container.ginput_container_text,
	.newsletter .gfield.rm-left .gfield_description{
		margin-right:10%;
	}
	.newsletter .gfield.rm-right .ginput_container.ginput_container_text,
	.newsletter .gfield.rm-right .gfield_description{
		margin-left:10%;
	}
	.newsletter .gfield.rm-left .ginput_container input,
	.newsletter .gfield.rm-right .ginput_container input{
		text-align: center
	}
	.newsletter .gfield.rm-none .ginput_container input{
		padding-left: 10% !important;
	}
	
	/* Purpose & Values Section */
	.pv-section .pv-box {
	  top: 15%;
	}
	
	/* Circle Bg */
	.circle-bg::before {
	  left: -7.5%;
	  top: -6%;
	  width: 650px;
	  height: 650px;
	}
}

/*------ Tablet ------*/
@media (min-width: 768px) and (max-width: 980px){
	/*header*/
	header .hlogo{
		margin-bottom: 0 !important;
	}
	
	/* Footer */
	footer .et_pb_row_0_tb_footer .et_pb_column_0_tb_footer {
	  width: 100%;
	  margin-right: 0;
	}
	footer .et_pb_row_0_tb_footer .et_pb_column_1_tb_footer {
	  width: 100%;
	}
	
	/*Logo SLider*/
	.white #logo.sa_owl_theme .owl-nav .owl-prev{
	  left:0;
	}
	.white #logo.sa_owl_theme .owl-nav .owl-next{
	  right: -30px;
	}
	
	/* Teams */
	.teams .person .et_pb_blurb_container h3 {
	  margin: 0 auto;
	}
	
	/* Review Area */
	#testi_slider .sa_hover_container {
	  min-height: 360px !important;
	}
	
	/*line bg*/
	.with-3line::before {
	  top: -8%;
	  left: -15%;
	}
	.with-3line-right::before {
	  top: unset;
	  right: -10%;
	  bottom: 30%;
	}
	.with-2line-dark::before {
	  top: 30px;
	  left: -5%;
	}
	.with-2line2::before {
	  top: -25%;
	  left: -5%;
	}
}

/*------ Large Desktop ------*/
@media (min-width: 981px) {
	.topmenu.et_pb_menu--style-left_aligned .et_pb_menu__logo{
		margin-right: 80px;
	}
	
	header .et_pb_social_media_follow li{
		margin-bottom: 0;
	}

	.header-book .et_pb_row .et_pb_column_0{
		width: 50%;
	}
	
	/* Review Area */
	#testi_slider .sa_hover_container {
	  min-height: 400px !important;
	}
	
	/*Special Section*/
	.sspecial {
	  margin-top: 30px;
	  margin-bottom: 250px;
	}
	.sspecial .lblue-side{
		position: absolute;
		top: 25%;
		right: 0;
	}
	
	/* Purpose & Values Section */
	.pv-section .pv-box {
	  top: 25%;
	}
	
	/* Circle Bg */
	.circle-bg::before {
	  left: -1%;
	  top: -6%;
	  width: 650px;
	  height: 650px;
	}
	
	/*line bg*/
	.with-3line::before {
	  top: -14%;
	  left: -12%;
	}
	.with-3line-right::before {
	  top: -5%;
	  right: -5%;
	  bottom:unset;
	}
	.with-2line-dark::before {
	  top: 30px;
	  left: 5%;
	}
	.with-2line2::before {
	  top: -25%;
	  left: 2%;
	}
}

/*------ Mobile ------*/
@media (max-width: 767px){
	/*header*/
	header .hlogo{
		margin-bottom: 0 !important;
	}
	
	/* Footer */
	footer ul.menu{
		padding-left: 0;
	}
	footer .et_pb_column .et_pb_text_2_tb_footer{
		margin-bottom: 0;
	}
	
	/* Teams */
	.teams .person .et_pb_blurb_container h3 {
	  margin: 0 auto;
	}
}

/* 1920 screen */
@media (min-width: 1700px) {
	.circle-bg::before {
	  width: 679px;
	  height: 679px;
	  left: 8%;
	  top: -8%;
	}
	
	.with-2line-dark::before {
	  top: 30px;
	  left: 10%;
	}
}

.page-id-32 .et_pb_module.et_pb_image.et_pb_image_2 {
width:195px !important;
position: absolute !important;
bottom:-86px; right:0; left: auto;
}

@media (max-width: 767px){
.page-id-32 .et_pb_module.et_pb_image.et_pb_image_1 {
width:195px !important;
position: absolute !important;
bottom:-86px; right:0; left: auto;
}

}
