/*
Theme Name: Nex Child
Author: VamTam
Author URI: https://vamtam.com
Template: nex
*/



/*

put your child theme styles here


you don't need any @import rules

*/

#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
    text-transform: uppercase !important;
}

#mega-menu-wrap-menu-top #mega-menu-menu-top a.mega-menu-link:hover {
    text-decoration: underline !important;
}

#scroll-to-top {
    bottom: 30px;
    right: 30px;
    background: #e54700;
    color: #ffffff;
    border-radius: 50px;
}

#scroll-to-top:hover {
    background: #e54700;
    color: #ffffff;
}

.item {
  width:60px;
  text-align:center;
  display:block;
  background-color: transparent;
  border: 1px solid transparent;
  float:left;
  margin-left:15px;
  margin-top:20px;
}

.itembutton {
  width:110px;
  text-align:center;
  display:block;
  background-color: transparent;
  border: 1px solid transparent;
  float:left;
  margin-left:40px;
  margin-top:20px;
}

#index-gallery {
  width: auto;
  white-space: normal;
  padding-top: 0px;
  display: flex;
  justify-content: flex-end;
}

header.main-header.layout-logo-text-menu .first-row #header-text>div {
    padding: 0px;
    text-align: center;
    max-width: 33%;
    margin-left: auto;
}

header.main-header.layout-logo-text-menu .first-row #header-text p {
    display: inline-block;
    padding-left: 0px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

h4 a:visited {
    color: initial !important;
}
h4 a:hover {
    color: #009fe3 !important;
	cursor: pointer !important;
}

.team-member .team-member-info h3 a:hover {
    color: #009fe3;
}

#mega-menu-wrap-menu-header #mega-menu-menu-header>li.mega-current-menu-ancestor:not(.mega-hide-arrow)>.mega-menu-link:after {
	display:none !important;
}

#mega-menu-wrap-menu-header #mega-menu-menu-header a.mega-menu-link:after
{
	display:none !important;
}

.eals-slider-item > div {
    width: 100%;
    padding-left: 25px !important;
}

a {
    border-bottom: solid 0px transparent;
}

.meta-header {
    border-bottom: solid 0px var(--vamtam-default-line-color);
}

header.main-header {
    border-bottom: 0px;
}

.has-background .meta-header-inside {
    height: 450px;
    padding: 0px;
}

@media only screen and (max-width: 600px) {
body.responsive-layout #sub-header.has-background .meta-header-inside {
    height: 341px !important;
    padding: 0px;
}
	
.page-header h1 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
}
}

/* Job Plugin */

.company {
    color: #009fe3 !important;
}

.job_listing .job-type {
    color: #e54700 !important;
}

.location {
    color: #3f485d !important;
}

.position h3 {
	font-size: 22px !important;
	line-height: 40px !important;
}

.rp4wp-related-job_listing>ul li.job_listing a, .rp4wp-related-job_listing>ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
	padding: 1em 0em 1em 0em !important;
}

.date-posted {
	display: none;
}

.company_logo {
	display: none !important;
}

ul.job_listings li.job_listing a div.position {
	padding: 0px !important;
}

li.date {
	display: none !important;
}

.single_job_listing .company {
	display: none;
}

.job-manager-application-wrapper .application, .single_job_listing .application {
	display: none;
}

.job_listing .job-type {
	color: #9ac435;
}

.single_job_listing .meta .job-type {
    background-color: #9ac435;
}

.team-member .team-member-info h3 a:hover {
    color: #009fe3;
}

.single_job_listing .meta {
    display: none;
}

/* Store Locator */

.store_locator_result_list_item:hover, .store_locator_result_list_item_hover {
    cursor: pointer;
    background-color: #ffffff;
    margin: 0px !important;
	padding: 50px 0px 0px 0px !important;
	border: 0px
}

.store_locator_result_list_item, .store_locator_result_list_item {
    cursor: pointer;
    background-color: #ffffff;
    margin: 0px !important;
	padding: 50px 0px 0px 0px !important;
	border: 0px
}

.store_locator_actions a {
    margin-right: 5px;
    color: #FFF !important;
}

.store_locator_result_list_item {
    font-size: 16px;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.store_locator h5 {
    display: none;
}

.menu_store_locator {
	font-size: 50px !important;
}

.store-locator-container-fluid {
	padding: 0px !important;
}

#store_locator_find_stores_button {
    margin-top: 0px;
}

#store_locator_address_field {
    margin-bottom: 20px;
}

.store_locator .store_locator_address_field, .store_locator .store_locator_name_search_field, .store_locator .select {
    border-bottom: 1px solid #009fe3 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.store_locator_result_list_box hr {
    display: none;
}

.store_locator_distance {
    background-color: greenyellow;
    border-radius: 25px;
    padding: 5px 15px 5px 15px;
    color: #000;
	font-size: 14px;
}

.store_locator_actions a {
    padding: 14px;
}

.store_locator_call_now {
	font-size: 14px !important;
	font-weight: 500 !important;
}

.gm-ui-hover-effect {
	top: 2px !important;
	right: 2px !important;
}

#store_locator_address_field {
    margin-bottom: 20px;
    padding: 14px 0px;
}

@media only screen and (max-width: 600px) {
.store_locator_result_list_box {
    padding-left: 30px;
	padding-bottom: 30px;
}
.store_locator_result_open_close {
    padding-left: 0px !important;
}
}

/* Slider */

#rev_slider_9_1_wrapper .hebe.tparrows.tp-rightarrow:before {
    content: '\e825';
    color: black;
}

#rev_slider_9_1_wrapper .hebe.tparrows.tp-leftarrow:before {
    content: '\e824';
    color: black;
}

#rev_slider_9_1_wrapper .ares.tp-bullets:hover .tp-bullet-title {
    visibility: hidden;
    display: none;
}