/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Version: 1.0.50
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */

/*--------------------------------
Fonts
---------------------------------*/

@font-face {
  font-family: 'circular-book';
  src: url('fonts/lineto-circular-book.woff2') format('woff2'),
       url('fonts/lineto-circular-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'circular-medium';
  src: url('fonts/lineto-circular-medium.woff2') format('woff2'),
       url('fonts/lineto-circular-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'circular-black';
  src: url('fonts/lineto-circular-black.woff2') format('woff2'),
       url('https://www.auracamera.com/wp-content/themes/jevelin-child/fonts/lineto-circular-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'din-cond-bold';
  src: url('fonts/DINWeb-CondBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'campton-book';
  src: url('fonts/campton-book.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'campton-bold';
  src: url('fonts/Campton-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'langdon';
  src: url('fonts/langdon-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/*--------------------------------
Colors
---------------------------------*/

.yellow {color: #ffdb7f}
.pink {color: #f58c80}
.turquoise {color: #00dec0}
.lilac {color: #c18ee5}
.purple {color: #cf90de}
.darkGrey {color: #001429}
.lightGrey {color: #7b8590}
.lightBlue {color: #a6e3fa}

/*--------------------------------
Content rules
---------------------------------*/

html body div.container {
	max-width: 100% !important;
	width: 100% !important;
}

.underLine {text-decoration: underLine}

/*--------------------------------
Header
---------------------------------*/

.header-logo.sh-group-equal{
    width: 278px;
}

.sh-header > .container {
  max-width: 1250px !important;
  width: 100% !important;
}

.sh-header {border-bottom: 0 !important}

@media screen and (min-width: 1026px) {
  .sh-nav-container ul#menu-top-menu {
    margin-right: 17px !important;
    margin-top: 7px !important;
  }

  .sh-nav li.menu-item {
    padding: 0 10px;
  }
}

.sh-nav li.menu-item a {font-family: circular-book !important}

.sh-nav > li.menu-item a:after {display: none}

div.sh-header {border-bottom: 1px solid #80808047 !important}

#menu-top-menu li a {cursor: pointer}

@media screen and (max-width: 1025px) {

	.sh-header-mobile-navigation {
	    padding: 0 20px;
	}

	.sh-nav-mobile a.menu-item-open-fix {
		padding-left: 10px;
	}
}

/*--------------------------------
Dropdown
---------------------------------*/

@media screen and (min-width: 1026px) {
  ul.sub-menu {
      width: 100vw !important;
  	  position: fixed !important;
      top: 109px !important;
      left: 0;
      margin: 0 !important;
  }

  ul.sub-menu li {
      width: 33.33% !important;
      float: left !important;
  }

  .sh-header .sh-nav > li.menu-item ul a {
  	height: 13vw;
  }

  html body .sh-header .sh-nav > li.menu-item ul a:hover {
  	border-bottom: 0 !important;
  	color: black !important;
  }

  .sh-nav > li.menu-item > a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-right: 3px !important;
  }

  .sh-nav > li.current-menu-item > a {
    border-bottom: 5px solid #f18481;
  }

  ul .sub-menu a {
  	background-repeat: no-repeat;
  	background-size: contain;
  	padding-top: 3vw !important;
  	margin-left: 2vw;
  	font-size: 1.6vw !important;
    font-weight: 600 !important;
  }

  .menuItem1 a {
      background-image: url(https://auracamera.com/staging/wp-content/uploads/2019/09/menu_link_bg1.png);
      padding-left: 17vw !important;
  }

  ul .sub-menu li:after {
  	position: relative;
  	top: -7.5vw;
    right: -19vw;
    max-width: 46%;
    display: block;
    margin-bottom: -5vw;
    font-family: circular-book;
    font-size: 1vw;
    line-height: 1.4vw;
  }

  #menu-top-menu > li.menu-item > a {
  	margin-left: 3px !important;
  	font-weight: 400;
  }

  ul li.menuItem2 a {
      background-image: url(https://auracamera.com/staging/wp-content/uploads/2019/09/menu_link_bg2.png);
      margin-left: 4vw !important;
      padding-left: 12vw !important;
  }

  ul li.menuItem3 a {
      background-image: url(https://auracamera.com/staging/wp-content/uploads/2019/09/menu_link_bg3.png);
      padding-left: 13vw !important;
  }

  .menuItem1:after {
  	content: 'State-of-the-art aura camera system. Digital and analog variants available.';
  }

  ul li.menuItem2:after {
  	content: 'Fully interactive multimedia experience combined with the latest in aura and chakra representations.';
  	right: -16vw;
  }

  ul li.menuItem3:after {
  	content: 'Comprehensive aura readings in real-time. Optional AnimalAura plates and ReikiTips';
  	right: -15vw;
  }

  html body .sh-nav ul.sub-menu li:hover a {
  	color: black !important;
  	font-weight: 600;
  	cursor: pointer;
  }

}

@media screen and (max-width: 580px) {
  .header-logo.sh-group-equal {width: 180px}
  ul.sh-nav-mobile {text-align: center}
  sh-nav-mobile a.menu-item-open-fix {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .sh-nav-mobile a.menu-item-open-fix {width: 70%}
  .sh-nav-mobile li.menu-item-has-children > a:after {
    right: 20px;
    font-weight: 600;
    border: 1px solid #7b8590 !important;
    padding: 9px 8px 7px 8px;
    margin-top: -8px;
    border-radius: 16px;
  }

  .menu-item-has-children > a:after {
  	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: black;
    position: relative;
  }
  .menu-item-has-children.open > a:after {
  	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

}
/*--------------------------------
Content
---------------------------------*/

#wrapper > .sh-page-layout-default {
  padding-top: 0;
}

#wrapper .container.entry-content {
    max-width: 100% !important;
    width: 100% !important;
}

p {
  font-family: circular-book;
  line-height: 24px;
}

#content h2,
#content h3 {font-family: din-cond-bold !important}

.redDivider {
    width: 25px;
    height: 5px;
    background: #f18481;
    display: block;
    margin: 5.6vw auto 2.6vw;
}

h2.title {
  border-top: 1px solid #7b8590;
  border-bottom: 1px solid #7b8590;
  padding: 3.3vw 0 4.4vw;
  margin: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  h2 {font-size: 7vw}
  h3 {font-size: 6vw}
}


/*--------------------------------
Footer
---------------------------------*/

.sh-footer-columns {margin: 0}


footer {background: #001429}
footer .section {
	padding: 0 10px;
}

footer p,
footer a,
footer h3,
footer span {
	color: #7b8590 !important;
	font-size: 20px !important;
	font-family: circular-book;
}

footer .sh-footer-widgets{
    padding: 4vw 0;
    margin-bottom: 10vw;
    max-width: 1245px;
    margin: auto;
}

footer .section1 {
	padding-bottom: 4vw;
    border-bottom: 2px solid #5b6875;
}

footer .section1 p {display: inline-block !important}

footer img.signUpSection {
    float: right;
    max-width: 450px;
}

footer .rightContainer {
	clear: both;
    float: right;
    max-width: 450px;
    width: 100%;
    padding-top: 0.7vw;
}

footer .rightContainer img {height: 16px}
footer .rightContainer a {margin-right: 1.7vw}

footer .section2 {
	padding-top: 3.5vw;
	padding-bottom: 3.5vw;
	border-bottom: 1px solid #5b6875;
}

.footerLogo {
	max-width: 270px;
	margin-left: -0.34vw;
}

.linkColumn {width: 200px; display: inline-block; vertical-align: top}
.linkColumn a {
	display: block;
	font-size: 17px !important;
    margin-bottom: 0.7vw;
}

#nav_menu-2 {
	max-width: 340px;
	display: inline-block;
	margin-top: 1vw;
    margin-left: -10px;
    float: left;
}

#nav_menu-2 li {
	border: none;
	display: inline-block;
	padding-right: 4.5vw;
}

#nav_menu-2 li a {font-size: 12px !important}

#custom_html-4 {
	display: inline-block !important;
    float: left;
    max-width: 300px;
	margin-top: 1.2vw;
}

#custom_html-4 span {font-size: 12px !important}

@media screen and (max-width: 768px) {
	footer .section {
		width: 80%; margin: auto; text-align: center;
	}

	footer .section1 p {
		display: block !important;
		margin: 40px 0 55px !important;
		text-align: center !important;
	}

	footer .footerLogo {
	    margin-bottom: 3vw;
	    width: 100%;
	    margin: 8vw 0;
	}

	footer img.signUpSection {
	    max-width: 450px;
	    width: 100%;
	    margin: auto;
	    float: none;
	    display: block;
	    margin-bottom: 50px;
	}

	footer .rightContainer {
	    float: none;
	    margin: auto;
	    text-align: center;
	}

	.section1 .rightContainer {
		margin-bottom: 10vw;
	}

	#nav_menu-2 {
		display: block;
	    float: none;
	    width: 80% !important;
	    margin: auto;
	    text-align: center;
	}

	#nav_menu-2 li {padding: 4vw 2vw 1vw}

	#custom_html-4 {
	    display: block !important;
	    margin: 0 auto 5vw !important;
	    max-width: 300px;
	    margin-top: 1.2vw;
	    float: none;
	    text-align: center;
	}

	.linkColumn a {margin-bottom: 4vw}

	footer #nav_menu-2 li {
		display: block !important;
		padding: 4vw 0 0 !important;
	}

	footer #nav_menu-2 ul {margin: 3vw 0 5vw}
	.sh-footer-widgets .container {background-color: #001429}
}
