/*
 Theme Name:   Nanum Child
 Theme URI:    https://themeforest.net/user/Pixerex/nanum
 Description:  Nanum Child Theme
 Author:       Pixerex
 Author URI:   https://themeforest.net/user/Pixerex/portfolio
 Template:     nanum
 Version:      1.0.0
*/

/* Child Theme Custom CSS */

@font-face {
  font-family: "Proxima Nova - Regular";
  src: url(/wp-content/uploads/2020/04/proximanova-regular-webfont.woff);
}

@font-face {
  font-family: "Proxima Nova - Semibold";
  src: url(/wp-content/uploads/2020/04/proximanova-semibold-webfont.woff);
}

p {
  font-family: "Proxima Nova - Regular", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Proxima Nova - Semibold", sans-serif;
}

.short-title-width {
	max-width: 650px;
	margin: 0 auto;
}

.medium-title-width {
	max-width: 900px;
	margin: 0 auto;
}


/* header tweaks */
#masthead .elementor-row .elementor-element { width: auto; }

/* logo column */
#masthead .elementor-row .elementor-element-1434330 { margin-right: 20px; }

/* header CTA button */
#masthead .elementor-row .elementor-element-129fd0c { margin-left: auto; }


#mobile-header .container {
	max-width: 100%;
    padding: 0 40px;
}

.mobile-navigation-inner .page-mobile-menu-logo img { width: 150px; }

.mobile-navigation-inner .close-tigger { font-size: 20px; }


/* section styling */
.section-subtitle { margin-bottom: 10px !important; }

.remove-bottom-margin { margin-bottom: 0 !important; }

.center-margin { margin-left: auto; margin-right: auto; }


/* footer */
#site-footer .elementor-shape-bottom .elementor-shape-fill {
	fill: rgba(5, 178, 220, 0.1);
}

.footer-description { max-width: 375px; }

.pipe { margin: 0 5px; }


/* contact form */
.custom-form {
	display: -webkit-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.custom-form .field {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-bottom: 20px;
	color: #283A5E;
}

.custom-form .field--one-third {
	-webkit-flex: 0 1 32%;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
}

.custom-form .field--two-third {
	-webkit-flex: 0 1 65%;
	-ms-flex: 0 1 65%;
	flex: 0 1 65%;
}

.custom-form .field--half {
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
}

@media (max-width: 991px) {
	
	.custom-form .field--one-third,
	.custom-form .field--two-third,
	.custom-form .field--half {
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}

.custom-form .field input,
.custom-form .field textarea {
	color: #666 !important;
	background: #fafafa;
	border-color: #ddd;
}

.custom-form .field select {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	color: #666;
    padding: 0.75em;
    width: 100%;
    height: auto;
    outline: none;
	border: 1px solid #ddd;
	border-radius: 2px;
    background: #fafafa;
	background-image: url('/wp-content/uploads/2020/05/baseline_arrow_drop_down_black_18dp.png');
	background-repeat: no-repeat;
	background-size: 24px 24px;
    background-position: 99% center;
}

.custom-form .field .wpcf7-submit {
	margin: 0;
	color: #fff !important;
}

.custom-form .field .wpcf7-submit:hover {
	box-shadow: 0px 5px 10px 0px rgba(19, 196, 163, 0.3) !important;
}


.case-study-img-height img {
	width: 100%;
	height: 250px;
    object-fit: cover;
}

.case-study-highlights {
	margin-top: 0;
	margin-bottom: 10px !important;
}

.case-study-highlights ul {
	margin-top: 0;
	margin-bottom: 0;
}
