/*
 * Theme Name: Custom Child Theme
 * Author: Bobby Ong Studios
 * Author URI: https://bobbyong.net
 * Template: betheme
 * Version: 1.0.0
 */

/*** VARS ***/
:root {
  --blue: #0a198c;
  --dark: #2b2b2b;
  --light-shade: #7a7a7a;
}


/*** GENERAL REWRITE ***/


/*** UI REWRITE ***/
#menu-header-menu li a,
#menu-header-menu-1 li a {
  transition: .3s;
}

#Content {
  margin-top: -15px;
}

.content_wrapper {
  padding-bottom: 150px;
}

#Footer {
  margin-top: -15px;
}
#Footer h4 {
  font-size: 16px;
  font-weight:1000;
  line-height: 2;
}
#Footer ul {
  padding: 0;
}
#Footer ul li {
  line-height: 1;
  list-style-type: none;
}
#Footer .footer_copy {
  background:white;
  color: var(--blue);
}
#Footer .footer_copy .one {
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  font-size: 14px;
}


/*** CONTACT FORM 7 ***/
input.wpcf7-form-control.wpcf7-submit {
  padding: 10px 50px;
  border-radius: 0 !important;
  font-family: 'Poppins';
  font-weight: 300;
  text-transform: uppercase;
}

/*** ELEMENTOR ***/
.elementor-image-box-title {
  padding-bottom: 15px;
  border-bottom: 2px solid var(--blue);
}

.elementor-widget-container .get_in_touch ul li .icon {
  color: white;
  line-height: 36px;
}

#ui-id-1, #ui-id-2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}