/*
Theme Name:     Bellevue - Child Theme
Theme URI:      http://themovation.com
Template:       bellevuex
Author:         Themovation
Author URI:     http://themovation.com
Version:        3.0
Text Domain:    bellevue
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

/* = Theme customization starts here
-------------------------------------------------------------- */
.nav>li {
    position: initial;
}

.th-accent {
    border-color: #009CA6 !important; 
    background-color: #009CA6; 
    border-radius: 5px!important; 
    color: #009CA6 !important;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
}

.th-accent:hover {
    border-color: #009CA6 !important; 
    background-color: #009CA6 !important; 
}

.headhesive--clone.dark-header .navbar-nav > li > a, .headhesive--clone.dark-header .navbar-nav > li > a:hover {
    color: #000000 !important;
}

.navbar .navbar-nav .dropdown-menu li a { font-size: 16px !important; } 

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { 
	margin-left: 0 !important;
}

@media ( min-width: 910px ) {
    .navbar .navbar-nav .dropdown-menu {
    	position: absolute;
        padding-top: 22px;
        padding-bottom: 22px;
        width: 100%;
        left: 0;
        top: calc(100% - 20px);
        transition: all .3s;
        flex-wrap: wrap;
        padding-right: 15px;
       	padding-left: 15px;
    }
    
    .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    	display: flex;
        align-items: center;
        justify-content: center;
    }
  
  .navbar-nav>li:not(.th-accent)>a { padding-bottom: 40px; }
  
  	#mobile-logo, #close-navbar, .book-button { display: none; }
  .headhesive--clone li:not(.th-accent)>a { padding-bottom: 25px; }
  .headhesive--clone .navbar-nav .dropdown-menu { top: 100%; }
  .headhesive--clone.dark-header { background-color: #FFF !important; }
  .headhesive--clone.dark-header #menu-main-menu > .menu-item > a { color: #202020 !important; }
  .headhesive--clone.dark-header #menu-main-menu > .menu-item.th-accent { 
    /*border-color: #202020 !important; */
    border-color: #c9b76f !important; 
  }
  .headhesive--clone #logo img { max-height: 40px !important; }
  .headhesive--clone #logo { margin-bottom: 5px; margin-top: 10px; }  
}

@media ( max-width: 909px ) {
  .mobile-nav { width: 100%; }
  .navbar-toggle { display: block !important; }
  .banner[data-transparent-header="true"] #logo .logo-main { display: block !important; }
  #logo .logo-trans { display: none !important; }
  header.dark-header { background-color: #FFF!important; } 
  .wrap { padding-top: 50px !important; }
  .navbar.headhesive--clone { display: none!important; }
  .navbar {
  	position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  #mobile-logo {
  	max-width: 200px!important;
  }
  
  #mobile-logo img {
  	width: 100%;
  }
  
  .book-button {
  	color: #FFFFFF;
    text-transform: uppercase;
  }
  .navbar-collapse {
    opacity: 0;
  	background-color: rgba(37,43,45,0.9);
    width: 100%;
    height: 100% !important;
    top: 0;
    left: -100%;
    margin: 0 !important;
    padding: 61px 40px !important;
    position: fixed;
    transition: all .3s;
  }
  .navbar-collapse.in {
  	left: 0;
    opacity: 1;
  }
  
  .dropdown-toggle .caret {
  	display: none !important;
  }
  
  #menu-main-menu {
  	border-top: inherit !important;
    margin-top: 30px !important;
    position: relative;
  }
  
  #menu-main-menu:before {
  	content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dropdown-menu{
    background-color: #4e95a5 !important;
  }
  
  .navbar .navbar-nav > li:not(.th-accent) > a {
  	padding-left: 30px !important;
    position: relative;
	padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .navbar .navbar-nav > li:not(.th-accent) > a:before {
  	content: '+';
    display: block;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 0;
    position: absolute;
  }
  
  #close-navbar {
  	position: absolute;
    font-size: 42px;
    color: #FFF;
    top: 10px;
    right: 26px;
  }
  
	#menu-main-menu > li > a,
  	header.dark-header #menu-main-menu.navbar-nav .dropdown-menu{
  		background: transparent !important;
      	text-transform: uppercase;
  	}
  
  .mobile-nav {
  	display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
  }
  
  .mobile-nav .navbar-toggle { margin: 0 !important; top: 0 !important; }
  .mobile-nav:before,
  .mobile-nav:after { display: none !important; }
  
  .mobile-nav #logo {
  	margin: 0 !important;
	max-width: 150px;
  }
  
  .navbar-collapse.collapse { height: 100%; }
  #menu-main-menu,
   header.dark-header #menu-main-menu.navbar-nav .dropdown-menu{ width: 100% !important; }
  .navbar-nav>li { display: flex; width: 100%; flex-wrap: wrap !important; }
  .navbar .th-accent { justify-content: center; }

  .collapsing {
    -webkit-transition: height .1s ease !important;
    -o-transition: height .1s ease !important;
    transition: height .1s ease !important;
  }
  #navbarNav {transition: none;}
  .collapse.in {
      -webkit-transition-delay: .1s !important;
      transition-delay: .1s !important;
      visibility: visible !important;
  }
  .navbar-collapse {
  	transition: all .1s;
  }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}