/*
Theme Name: InnovEd Two
Theme URI: https://context.sg
Description: Custom WordPress theme for lenovo EdVision made by Biyan Pasau
Version: 1.7.0
Author: Biyan Pasau
Author URI: http://context.sg
Tags: white, two-columns
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* WordPress Mandatory Styles
---------------------------------------------- */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}


/* It all starts here
---------------------------------------------- */
body {
  color: #444444;
  margin: 0;
  padding: 0;
  font: normal normal 16px/140% 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'Segoe UI', Sans-serif;
}
body * {
  box-sizing: border-box;
}
body.no-scroll {
  overflow: hidden;
}
body.error404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
a, a:visited {
  color: var(--red-signature);
  transition: all .2s;
  text-decoration: underline;
}
a:hover {
  color: var(--red-signature);
}
input, textarea {
  border: 1px solid rgba(0,0,0, 0.1);
  background: #FBF1EF;
  padding: 6px 15px;
  border-radius: 3px;
  width: 100%;
  max-width: 400px;
  font-size: 1em;
  line-height: 150%;
}
input[type='submit'] {
  background: #0B8482;
  color: #fff;
  font-weight: 600;
  font-size: 1.133em;
  line-height: 150%;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 3.5rem !important;
  letter-spacing: -0.03em !important;
  line-height: 135% !important;
  margin-bottom: 0.4em;
  margin-top: 0;
}
h1 { line-height: 110% !important; }
h2 { font-size: 2.5rem !important; line-height: 110% !important; }
h3 { font-size: 1.875rem !important; }
h4 { font-size: 1.5rem !important; }
h5 { font-size: 1.250rem !important; }
h6 { font-size: 0.875rem !important; }
@media (max-width: 767px) {
  h1 { font-size: 2.5rem !important; }
  h2 { font-size: 1.875rem !important; line-height: 110% !important; }
  h3 { font-size: 1.5rem !important; }
  h4 { font-size: 1.125rem !important; }
  h5 { font-size: 1rem !important; }
  h6 { font-size: 0.875rem !important; }
}


/* Modul overwrite
---------------------------------------------- */
/*** Button ***/
.et_pb_button {
  background-color: var(--red-signature) !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 1em !important;
  line-height: 140% !important;
  padding: 8px 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center;
}
.et_pb_button:hover {
  border: 0 !important;
  padding: 8px 20px !important;
  border-radius: 0 !important;
}
.et_pb_button:after,
.et_pb_button:before {
  content: none !important; /* better disable this. To enable icon, use shortcode instead */

  position: static !important;
  opacity: 1 !important;
  margin-left: .1em !important;
  transform: translateY(-2px);
}

/*** Popup modal ***/
.da-overlay-visible .da-overlay {
  backdrop-filter: none !important;
  background: rgba(0,0,0,0.7) !important;
}


/* Header
---------------------------------------------- */
.ci-header-outer {
  background-color: #1E0013;
  color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 22;
}
.ci-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ci-header-inner .ci-header-logo {
  display: flex;
  align-items: center;
}
.ci-header-inner .ci-header-logo img {
  display: block;
  max-height: 50px;
  width: auto;
}

/*** Header Menu ***/
.menu-primary-container ul {
  list-style-type: none;
  padding: 0;
  margin-left: 80px;
  display:flex;
}
.menu-primary-container ul li {
  margin-bottom: 0 !important;
}
.menu-primary-container ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding:0 18px !important;
}

/*** Header Menu Mobile ***/
.ci-menu-mobile,
.ci-mobilemenu {
  display: none;
}
.ci-menu-mobile .ci-langswitch-mobile {
  padding: 10px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  background: rgba(255,255,255, 0.1);
  color: #fff;
  margin-top: 20px;
}
.ci-menu-mobile .ci-langswitch-mobile option {
  color: #000;
}

/*** Language Switcher ***/
.ci-langswitch {
  position: relative;
}
.ci-langswitch ul {
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 0;
  min-width: 170px;
  background: #ffffff;
  border-radius: 0;
  font-size: 0.876em;
  font-weight: 500;
  line-height: 140%;
  padding: 10px 0;
  box-shadow: 0 5px 5px rgba(0,0,0, 0.05);
  display: none;
}
.ci-langswitch ul li a {
  color: #444;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 8px 15px 8px 54px;
}
.ci-langswitch ul li a:hover {
  background: var(--red-pale);
}
.ci-langswitch ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 16px;
  background: url(images/icon-flags.svg) no-repeat left top;
  background-size: 100% auto;
}
  .ci-langswitch ul li.country-indonesia a::after { background-position: left -16px; }
  .ci-langswitch ul li.country-japan a::after { background-position: left -32px; }
.ci-langswitch .material-icons-outlined {
  cursor: pointer;
}

/*** Global Contact ***/
.ci-global-contact {
  position: fixed !important;
  z-index: 19;
  bottom: 0;
  right: 30px;
}
.ci-global-contact .ci-btn {
  font-size: 13px;
  line-height: 120% !important;
  text-transform: inherit !important;
  text-align: left;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ci-global-contact .ci-btn strong span {
  display: block;
}

/*** Form Modal ***/
.form-modal {
	display: none;
	position: fixed;
	z-index: 23;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  padding: 3%;
	background: rgba(0,0,0, 0.7) !important;
}
.form-modal.is-visible {
	display: flex;
  align-items: flex-start;
  justify-content: center;
	overflow-x: auto;
}
.form-modal .form-modal-content {
	width: 90%;
	max-width: 640px;
	background: #fff;
  position: relative;
}
.form-modal .form-modal-content .responsive-iframe {
	padding: 7%;
}
.form-modal .form-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--red-signature);
  padding: 5px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}


/* Slider | Slick.js
---------------------------------------------- */
.slick-slider .slick-track .slick-slide {
  margin-bottom: 0 !important;
}
.slick-slider .slick-list {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.slick-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -3%;
  background: #ffffff;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid var(--red-signature);
  padding: 0;
  width: 48px;
  height: 48px;
  text-indent: -400px;
  overflow: hidden;
  cursor: pointer;
}
.slick-slider button.slick-arrow.slick-prev {
  left: -8%;
}
.slick-slider button.slick-arrow.slick-next {
  right: -8%;
}
  .slick-slider button.slick-arrow::after {
    font-family: 'Material Icons Outlined';
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--red-signature);
    text-indent: 0;
  }
  .slick-slider button.slick-arrow.slick-prev::after {
    content: "\e5c4";
  }
  .slick-slider button.slick-arrow.slick-next::after {
    content: "\e5c8";
  }
.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5% !important;
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
}
.slick-slider .slick-dots li.slick-active button {
  background: var(--red-signature);
}
.slick-slider .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--red-pale2);
  border: 1px solid #fff;
  padding: 0;
  text-indent: -100px;
  overflow: hidden;
}


/* Footer
---------------------------------------------- */