/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child Theme
 Theme URI:    https://www.elegantthemes.com/gallery/divi/
 Description:  This is a Divi child theme.
 Author:       Elegant Themes
 Author URI:   https://www.elegantthemes.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

body {
	font-weight: 400;
	overflow-x: hidden !important;
}

.dm-serif-display {
	font-family: 'DM Serif Display', sans-serif;
}

.brother-1816 {
	font-family:"brother-1816", sans-serif;
}

.p-0 {
	padding-bottom: 0;
}

.zeus-btn {
	display: inline-block;
	padding: 15px 3em;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 800;
	cursor: pointer;
} 

.btn-orange {
  	background: #ff9541;
}

.et_pb_number_counter .percent p {
	line-height: 1em;
}

.et_pb_number_counter .percent {
	height: 100%;
}

.one-billion {
	font-family: 'DM Serif Display',sans-serif;
	font-size: 100px;
	color: #FFFFFF!important;
	letter-spacing: 2px;
	line-height: 1.3em;
}

@media only screen and (max-width: 767px) {
  .one-billion {
    font-size: 65px;
  }
}

.lending-billion {
	font-family: 'DM Serif Display',sans-serif;
	font-size: 75px;
	color: #FFFFFF!important;
	letter-spacing: 2px;
	line-height: 1.3em;
}

@media only screen and (max-width: 767px) {
  .lending-billion {
    font-size: 65px;
  }
}

.plus .percent-value:after {
  content: '+';
}

.million-plus .percent-value:after {
  content: 'm+';
}

.billion-plus .percent-value:after {
  content: ' Billion+';
}

.percent-plus .percent-value:after {
  content: '%+';
}

.dollar .percent-value:before {
  content: '$';
}

/* EQUITY */

.shop-img {
  transition: ease-in-out 0.3s;
}

.img-overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,.5);
}

.img-overlay:hover .overlay {
  opacity: 1;
	background: rgba(39,89,170,0.75);
}

.text {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.img-overlay .overlay .text {
	width: 100%;
}

.overlay-heading {
	color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 55px;
  line-height: 1em;
}

.see-more-btn {
	font-family: 'brother-1816', sans-serif;
  padding: 5px 25px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s ease-in-out;
	font-weight: 500;
  display: inline-block;
  transform: translateY(-30px);
	display: none;
}

.see-more-btn:hover {
  background: #fff;
  color: rgba(39,89,170,1);
}

.img-overlay:hover .see-more-btn  {
  transform: none;
}

/* PRIMARY MENU */

.et-menu .menu-item-has-children>a:first-child {
	padding-right: 0;
}

.et-menu .menu-item-has-children>a:first-child:after {
	content: '';
}

.et-menu li a {
  color: #fff;
  transition: all 0.3s;
}

.et-menu li a:active, .et-menu li a:hover, .current_page_item > a {
  color: #FFB300 !important;
  transition: all 0.3s;
  opacity: 1;
}

@media only screen and (min-width: 981px) {
	.sub-menu {
		border-top: none !important;
		border-left: 2px solid #fff;
	}

	ul.sub-menu:before {
		content: '';
		width: 6px;
		height: 6px;
		position: absolute;
		background: #fff;
		border-radius: 50%;
		top: 0;
		left: -4px;
	}
}

.et_pb_menu .et-menu>li {
	padding: 0 2.5em;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
	background: none;
	opacity: 1;
}

/* PRIMARY MENU END */

/* CONTACT FORM */

.wpcf7-form-control {
  width: 100% !important;
}

.wpcf7-text, .wpcf7-number {
  height: 62px;
}

.wpcf7-textarea {
  height: 141px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-number {
	padding: 1em !important;
	font-size: 18px;
}

#contact-form .wpcf7-text, #contact-form .wpcf7-textarea {
	color: #000000 !important;
	border: 2px solid #707070 !important;
}

#contact-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #707070 !important;
    opacity: 0.5;
}

.wpcf7-submit {
	max-width: 116px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'brother-1816';
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 20px;
	display: block;
	cursor: pointer;
	transition: all 0.3s;
	background: #ff9541;
	border: none;
}

/* CONTACT FORM END */

