/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@import ('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css');

/*#site-navigation :not(.sub-menu) .link-inner .ticon:not(.ticon-search) */
#site-navigation > ul > li > a > .link-inner > .ticon:not(.ticon-search) {
    margin: 0 0 0.2em 0;
    padding: 0.5em;
    width: 2.5em;
    height: 2.5em;
    border: 3px solid;
    border-radius: 50%;
}

.navbar-style-one {
    top: 28px;
    height: 100px;
}

.navbar-style-one .dropdown-menu>li.menu-item>a {
	height: auto;
	line-height: none;
}

#site-navigation :not(.sub-menu) > .menu-item {
	height: 100px;
	display: flex;
    align-items: center;
}

#site-navigation :not(.sub-menu) .menu-item>a {
    display: flex !important;
    align-items: center;
}

#site-navigation .dropdown-menu .link-inner {
	font-size: 19px !important;
}

.navbar-style-one .dropdown-menu>li.menu-item>a>span.link-inner {
	padding: 0.5em 6px !important;
}

.sidr-class-menu-item .ticon {
	display: none;
}

.sidr-class-menu-item .sidr-class-link-inner br {
	display: none;
}

.sf-menu li.menu-item {
    text-align: center;
}

.page-slider {
	margin-bottom: 2rem;
}

.vcex-button:after {
	content: '\203A' !important;
}

#top-bar .vcex-button:after {
	content: none !important;
}

.vc_column_container>.vc_column-inner {
	/*padding-right: 30px;*/
}

.home-intro-text {
    padding-right: 30px;
}

#top-bar {
    padding-top: 45px !important;
    padding-bottom: 5px;
}


/* mobile menu breakpoint not respected so compressed nav items a bit in smaller desktop sizes */
/*@media screen and (max-width: 1350px) {
	.navbar-style-one .dropdown-menu>li.menu-item>a {
		padding: 0;
	}
}*/

.new-topmain-menu-class {
	background:#f2b357;
}

#menu-main-secondary {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#ffffff;
	display: flex;
	justify-content: space-around;
}

#menu-main-secondary li {
	position: relative;
}

#menu-main-secondary a {
	display: inline-block;
	color:#ffffff;
	text-decoration: none;
	padding: 0.25em 0.5em;
	font-family: "PT Sans Narrow";
    font-weight: 600;
	font-size: 19px;
}

#menu-main-secondary li > ul {
	position: absolute;
	display: none;
	color: grey;
	background-color: white;
	top: 100%;
    left: 0;
    z-index: 98;
    min-width: 200px;
	list-style-type: none;
	margin: 0;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	transition: all ease 0.15s;
}

#menu-main-secondary li > ul a {
	font-weight: 400;
    font-size: 18px;
	padding: 0.5em 2em 0.5em 1em;
	color: grey;
}

#menu-main-secondary li > ul > li.menu-item-has-children > a::after {
	font-family: "ticons";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
	position: absolute;
    right: .5em;
}

#menu-main-secondary li:hover > ul {
	display: block;
}

#menu-main-secondary ul.sub-menu ul.sub-menu {
	top: 0;
    left: 100%;
}

#site-header-sticky-wrapper.is-sticky ~ .new-topmain-menu-class {
	position: fixed;
	top: 106px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

#wpadminbar ~ #outer-wrap #site-header-sticky-wrapper.is-sticky ~ .new-topmain-menu-class {
	top: 138px;
}

/* JA - testing for visuals to not delete menu items */
/*#menu-item-386,
#menu-item-192,*/
#home-icons {
	display: none !important;
}

/* TEST */



/* make sidebar first in mobile on home page */

 
@media only screen and (max-width: 768px) {
 
	#top-bar {
		padding-top: 5px !important;
	}
}


@media screen and (max-width: 767px) {
	body.home .center-row-inner {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.top-bar-right {
		padding-top: 10px;
		display: flex;
		justify-content: center;
	}
	div#top-bar.clr.container {
    padding-top: 5px !important;
}
}

@media screen and (max-width:420px) {
    .theme-button,
    input[type="submit"],
    button,
    .button,
    .added_to_cart {
        padding: 5px 8px 5px 8px  !important;
		font-size: 13px !important;
    }
	
	.top-bar-menu li {
		display: block;
		float: left;
		margin-right: 12px;
	}
}

