/*
   Theme Name: Liminal for Divi
   Theme URI: https://www.liminalinsights.com/
   Description: A Divi child theme
   Author: Liminal Insights Inc.
   Author URI: https://www.liminalinsights.com/
   Template: Divi
   Version: 1.4.1
 */

/* Montserrat Thin Light — 300 — latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(''),
		 url('../liminal-divi-child-theme/fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../liminal-divi-child-theme/fonts/montserrat-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
/* Montserrat Thin Regular — 400 — latin */
@font-face {
	font-family: "Montserrat";
	src: local(""),
		 url("../liminal-divi-child-theme/fonts/montserrat-v25-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url("../liminal-divi-child-theme/fonts/montserrat-v25-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
/* Montserrat Thin Medium — 500 — latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local(''),
		 url('../liminal-divi-child-theme/fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../liminal-divi-child-theme/fonts/montserrat-v25-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Montserrat Thin Bold — 700 — latin */
@font-face {
	font-family: "Montserrat";
	src: local(""),
		 url("../liminal-divi-child-theme/fonts/montserrat-v25-latin-700.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url("../liminal-divi-child-theme/fonts/montserrat-v25-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
/* Montserrat Thin Light Italic — 300 — latin */
  @font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: local(''),
		 url('../liminal-divi-child-theme/fonts/montserrat-v25-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../liminal-divi-child-theme/fonts/montserrat-v25-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* Montserrat Thin Medium Italic — 500 — latin */
  @font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: local(''),
		 url('../liminal-divi-child-theme/fonts/montserrat-v25-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../liminal-divi-child-theme/fonts/montserrat-v25-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

/* Child Theme based on “EMPIRE Divi Child Theme” version 1.0 by [Superfly](https://www.besuperfly.com) */
/*GENERAL*/
blockquote {
	margin: 35px 0;
	padding-left: 25px;
}
.inlineBtns .inlineBtn {
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.inlineBtns .inlineBtn.last {
	margin-right: 0;
}
.clearfix {
	clear: both;
}
@media screen and (max-width : 980px) {
	.columnSwitch {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}



  /*OVERLAYS*/
  .lightOverlay .et_parallax_bg:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .1);
  }
  .mediumOverlay .et_parallax_bg:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .25);
	z-index: 1;
  }
  .darkOverlay .et_parallax_bg:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .5);
  }
  .heavyOverlay .et_parallax_bg:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .75);
  }
  .andreOverlay .et_parallax_bg:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .9);
  }
  .purpleOverlay .et_parallax_bg:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(159, 109, 236, .9);
  }
  .lightOverlay .mejs-video:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .1);
	z-index: 1;
  }
  .mediumOverlay .mejs-video:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .25);
	z-index: 1;
  }
  .darkOverlay .mejs-video:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .5);
	z-index: 1;
  }
  .heavyOverlay .mejs-video:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .75);
	z-index: 1;
  }
  .andreOverlay .mejs-video:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .9);
	z-index: 1;
  }
  .purpleOverlay .mejs-video:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(159, 109, 236, .9);
  }



  /*NAVIGATION*/
  #main-header .nav li ul {
	box-shadow: 0 20px 40px rgba(50, 50, 69, 0.1);
  }
  #main-header .nav li ul a {
	line-height: 1.3em;
  }
  #top-menu li li a {
	padding: 10px 20px;
  }
  .et_mobile_menu li a:hover, .nav ul li a:hover {
	background-color: transparent;
  }

  /*HIGHLIGHT MENU ITEM*/
  .et_header_style_left #et-top-navigation {
	padding-top: 34px;
  }
  #top-menu-nav {
	position: relative;
	top: -7px;
  }
  #top-menu li.highlight a {
	padding: 18px 30px !important;
	background-color: #d6c5de;
	color: #2b2b3e !important;
	font-weight: 600;
  }
  #top-menu li.highlight a:hover {
	background-color: #9f6dec;
	color: #fff !important;
	opacity: 1;
  }
  @media screen and (max-width : 980px) {
	.et_header_style_left #et-top-navigation {
	  padding-top: 26px;
	}
	.et_mobile_menu li.highlight a {
	  background-color: #d6c5de;
	  color: #2b2b3e !important;
	  font-weight: 600;
	  padding: 13px 5% 12px;
	  margin-top: 7px;
	}
	.et_mobile_menu li.highlight a:hover {
	  background-color: #9f6dec;
	  color: #fff !important;
	  opacity: 1;
	}
  }

  /*FIXED MENU*/
  #main-header.et-fixed-header .nav li ul.sub-menu a {
	color: #2b2b3e !important;
  }

  /*MOBILE*/
  .mobile_menu_bar:before {
	color: #fff !important;
  }
  #main-header .et_mobile_menu {
	border: none;
	box-shadow: 0 40px 80px rgba(50, 50, 69, 0.2);
  }
  .et_mobile_menu li a {
	border: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 18px;
  }
  .et_mobile_menu .menu-item-has-children>a {
	font-weight: 400;
	background-color: transparent;
  }
  #main-header .et_mobile_menu li ul {
	padding-left: 0;
  }
  .et_mobile_menu li li {
	padding-left: 0;
  }
  .et_mobile_menu .menu-item-has-children ul.sub-menu li a {
	padding: 3px 5%;
	font-size: 15px;
  }
  .et_mobile_menu .menu-item-has-children ul.sub-menu li:last-child a {
	padding-bottom: 10px;
  }
  @media screen and (max-width : 980px) {
	#main-header .container {
	  width: 100%;
	  padding-left: 30px;
	  padding-right: 30px;
	}
	#logo {
	  max-height: 25%;
	}
  }

  /*COLLAPSE MOBILE MENU*/
  #main-header .et_mobile_menu li ul.hide {
	display: none !important;
  }
  #mobile_menu .menu-item-has-children {
	position: relative;
  }
  #mobile_menu .menu-item-has-children > a {
	background: transparent;
  }
  #mobile_menu .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
  }
  span.menu-closed:before {
	content: "\4c";
	display: block;
	color: #fff;
	font-size: 20px;
	font-family: ETmodules;
  }
  span.menu-closed.menu-open:before {
	content: "\4d";
  }



  /*HERO*/
  body.empirehero #main-header {
	background-color: transparent;
	background: linear-gradient(180deg, rgba(43,43,62,.2) 0%, rgba(43,43,62,0) 90%);
  }
  body.empirehero #main-header.et-fixed-header {
	background: none;
	background-color: rgba(43,43,62,0.9);
  }



  /*SPLIT HEADER*/
  .empireSplitHeader {
	padding-top: 0 !important;
  }



  /*VIDEO FEATURE*/
  .empireVideoOverlay .et_pb_video_overlay_hover {
	background-color: rgba(43, 43, 62, .33);
  }
  .empireVideoOverlay .et_pb_video_overlay_hover:hover {
	background-color: rgba(159, 109, 236, .9) !important;
  }
  .et_pb_video_play:before {
	content: "";
  }
  .empireVideoOverlay .et_pb_video_play {
	width: 85px;
	height: 85px;
	background-image: url("/wp-content/uploads/sites/63/2020/09/playIcon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 85px 85px;
  }
  @media screen and (max-width : 768px) {
	.empireVideoOverlay .et_pb_video_play {
	  width: 70px;
	  height: 70px;
	  margin-left: -2rem;
	  margin-top: -2rem;
	  background-size: 70px 70px;
	}
  }



  /*VIDEO SECTION*/
  .videoSection .et_parallax_bg:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, .33);
	transition: all .3s ease-in-out;
  }
  .videoSection:hover .et_parallax_bg:before {
	background-color: rgba(159, 109, 236, .9);
  }



  /*TESTIMONIALS*/
  .empireTestimonials h4 {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	margin-top: 20px;
  }



  /*HOVER CARDS*/
  .empireHoverRow .hoverCard:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(43, 43, 62, 0);
	transition: all .3s ease-in-out;
	transition-delay: .3s;
  }
  .empireHoverRow .hoverCard:hover:before {
	background-color: rgba(43, 43, 62, .75);
	transition-delay: 0s;
  }
  .empireHoverRow .hoverCard .hoverTitle, .empireHoverRow .hoverCard .hoverText, .empireHoverRow .hoverCard .hoverButton {
	opacity: 0;
	transition: all .3s ease-in-out;
	transition-delay: 0s;
  }
  .empireHoverRow .hoverCard:hover .hoverTitle {
	opacity: 1;
	transition-delay: 0s;
  }
  .empireHoverRow .hoverCard:hover .hoverText {
	opacity: 1;
	transition-delay: .2s;
  }
  .empireHoverRow .hoverCard:hover .hoverButton {
	opacity: 1;
	transition-delay: .4s;
  }
  @media screen and (max-width : 980px) {
	.empireHoverRow .hoverCard:before {
	  content:"";
	  display: block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background-color: rgba(43, 43, 62, .75);
	  transition: all .3s ease-in-out;
	  transition-delay: 0s;
	}
	.empireHoverRow .hoverCard .hoverTitle, .empireHoverRow .hoverCard .hoverText, .empireHoverRow .hoverCard .hoverButton {
	  opacity: 1;
	  transition-delay: 0s;
	}
	.empireHoverRow .hoverCard:hover .hoverTitle {
	  opacity: 1;
	  transition-delay: 0s;
	}
	.empireHoverRow .hoverCard:hover .hoverText {
	  opacity: 1;
	  transition-delay: 0s;
	}
	.empireHoverRow .hoverCard:hover .hoverButton {
	  opacity: 1;
	  transition-delay: 0s;
	}
  }


  /*BLOG GRID*/
  .empireBlogGrid article.et_pb_post {
	padding: 0;
  }
  .empireBlogGrid article.et_pb_post .et_pb_image_container {
	margin: 0;
  }
  .empireBlogGrid article.et_pb_post h2.entry-title {
	padding-bottom: 0;
  }



  /*BLOG POSTS*/
  .empirePostContent .et_pb_section {
	padding: 0;
  }
  .empirePostContent .et_pb_row {
	padding: 0;
	width: 100%;
  }
  body #page-container .et_pb_section .et_pb_comments_module .comment_area .comment-content .reply-container a.et_pb_button.comment-reply-link {
	font-size: 15px !important;
	padding: 4px 10px !important;
  }
  @media screen and (max-width : 767px) {
	body #page-container .et_pb_section .et_pb_comments_module .comment_area .comment-content .reply-container a.et_pb_button.comment-reply-link {
	  float: left;
	}
  }
