/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
Modified: Tony Myers - ctrlIT
*/

/* disable header transition */
#top nav > ul {
  transition: none !important;
}

/* Nav font sizes */
@media screen and (max-width: 1250px) {
	#header-outer #top nav > #menu-lower-menu > li > a {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1160px) {
	#header-outer #top nav > #menu-lower-menu > li > a {
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 1000px) {
  #menu-lower-menu {
    display: none;
  }
  .diagonal {
    display: none;
  }
  .col-top-menu {
/*     padding-right: 20px; */
  }
}
@media screen and (min-width: 1000px) {
	.buttons {
		padding: 0px !important;
	}
  #top nav > ul > li > a .menu-title-text:after {
    /*display: none !important;*/
  }
  /* disable hamburger menu in desktop */
  #top nav ul .slide-out-widget-area-toggle a {
    display: none !important;
  }
  #menu-lower-menu {
    padding: 16px !important;
  }
  #header-outer:not([data-format="left-header"]) #top nav > ul {
    padding-top: 16px;
    padding-bottom: 16px;
    padding: 3px;
  }
  #menu-lower-menu {
    margin-bottom: 13px;
  }
  #menu-lower-menu {
	z-index: 0 !important;
	display: flex;
    align-items: right;
    justify-content: right;
  }
  #header-outer #top nav > #menu-lower-menu > li > a,
  #header-outer #top nav > #menu-lower-menu > li > a > .sf-sub-indicator i {
    color: #FFFFFF !important;
  }
  #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after {
    border-color: #ffffff !important;
  }
  #header-outer[data-lhe="animated_underline"] #top nav > #menu-lower-menu > li > a .menu-title-text:after {
    border-color: #102c2f !important;
  }
  #header-outer #top nav > #menu-lower-menu > li > ul {
	margin-top: 15px;
  }
  .col-top-menu {
    width: 100% !important;
  }
  .top-nav {
    flex-wrap: wrap;
	width: 100%;
  }
  .top-menu {
    height: 65px;
    width: 100% !important;
    align-items: right;
	justify-content: right;
	padding-right: 1.5% !important;
  }
  .diagonal {
    width: 100%;
    padding-right: 28px;
    background: #1c4589;
    min-height: 4vh;
  }
  .diagonal-image {
    position: relative;
    overflow: hidden;
  }
  .diagonal-image:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    /*width: 100%;*/
    height: 100%;
    top: 0;
    left: 0;
    border-left: 30px solid #ffffff;
    border-bottom: 50px solid rgba(0, 0, 0, 0);
  }
  /* button override */
  body[data-button-style^="rounded"] #top nav > ul > li[class*="button_bordered"] > a:before {
    border-color: #ffffff !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
  }
}
#header-outer #logo, #header-outer .logo-spacing {
   margin: 0px !important;
}


#header-space {
    height: 122.656px;
}

#header-outer #logo img, #header-outer .logo-spacing img {
    height: 70px;
}

/* safari fix */
#menu-lower-menu, .top-menu {
	justify-content: flex-end !important;
}
/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */