/*
Theme Name: Globe
Author: Efront
Author URI: http://efront.com.au/
Description: The base Efront Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.nav ul ul.sub-menu li a:hover{
	color: #fdb913 !important;
}
.nav ul ul.sub-menu li a{
	z-index: 12;
}
.nav ul ul.sub-menu li:hover .sub-menu{
	opacity: 1;
    visibility: visible;
}

.nav ul ul.sub-menu .sub-menu{

    left: 200px;
    top: 0px;
    padding: 0 0 44px;
    margin: 0;
}
.nav ul ul.sub-menu .sub-menu li:before{
	top: 8px;
    height: 2px;
    width: 32px;
    background: #fff;
    left: -45px;
    z-index: 12;
    opacity: 0;
    transition:all 0.5s;
}
.nav ul ul.sub-menu .sub-menu li:hover:before{
	opacity: 1;
}
.sticky {
  position: fixed;
  top: 112px;
  width: 100%;
  z-index: 123;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 18px;
}
.sticky_bar{
	height: auto;
    margin-top: 2px;
}
.sticky_bar ul{
	margin: 10px 0px;
}
.sticky_bar ul li{
	list-style: none;
	display: inline-block;
	padding: 0 16px;
}
.sticky_bar ul li a:hover{
	color: #fdb913;
	text-decoration: none;
}
#progress-wrp {
    border: 1px solid #4848f0;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    margin: 10px 0;
    text-align: left;
    background: #ddd;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
    display: none;
}
#progress-wrp .progress-bar{
    height: 100%;
    border-radius: 3px;
    background-color: #4848f0;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
    top:5px;
    left:50%;
    transform: translateX(-50%);
    position:absolute;
    display:inline-block;
    color: #fff;
}

#forgot_password .status{
	color: red;
}
.section--history .tile .tile__content p{
	font-size: 15px;
}
.tiles--secondary .tile .tile__content ul{
	margin-left: 18px;
}
.tiles--secondary .tile .tile__content ul li{
	line-height: 1.35;
    letter-spacing: .055em;
    font-size: 16px;
}

.popup--sign .popup__body{
	padding-top: 146px
}
.popup--sign .popup__body .btn-close{
	top:60px;
}
.logo{
	background: url(/wp-content/themes/globe/resources/images/newlogo.png) no-repeat 0 0;
	background-size: contain;
	width: 190px;
}
@media (max-width: 767px){
	.popup--sign .popup__body{
		padding-top: 80px;
	}
	.popup--sign .popup__body .btn-close{
		top:35px;
	}
	.sticky {
		position: relative;
		top:0px;
		z-index: 0;
	}
}
.woocommerce form .form-row iframe {
	background: #ebe9eb!important;
	border: 1px solid silver;
}
body .feature-noline.features--secondary .feature{
	border-bottom: none;
}

body .section .section__actions.actions--eventbrite.action-landing {
    padding-top: 0px;
    margin-bottom: 20px;
}


.section--cta-btn{
	padding: 0px 0px;
	background: #4848f0;
	margin-top: 50px;
    margin-bottom: -75px;
}
.section--cta-btn h3{
	padding: 0px;
	margin: 0px;
	font-size: 30px;
}
.section--cta-btn a{
	padding: 16px 0;
	color: #fff;
	display: block;
	background: #4848f0;
	font-weight: normal;
	text-align: center;
}

@media (max-width: 767px){
	.section--cta-btn{
		margin-top: 31px;
	    margin-bottom: -50px;
    }
}

.page-id-5178 table td{
		padding-bottom: 1em;
}

.page-id-5178 table tr td:nth-child(2){
		padding-left: 1em;
}
.page-id-5178 table img{
	border-radius: 3px;
}


@media (max-width: 767px){
	.page-id-5178 table td:first-child{
		width: 150px;
	}
}

@media (max-width: 420px){
	.page-id-5178 table td:first-child{
		padding-bottom: 1em;
	}

	.page-id-5178 table td{
		display: block !important;
        width: 100% !important;
        padding-left: 0!important;
	}

	.page-id-5178 table tr{
		display: block !important;
        width: 100% !important;

		padding-bottom: 2em;
	}
}



@media (max-width: 1199px) and (min-width: 992px){
	.nav a {
	    padding: 0 4px;
	    font-size: 15px;
	}

	.nav ul ul.sub-menu a{
		font-size: 15px;
	}

	.nav ul ul.sub-menu li {
	    margin: 0 0 1em;
	}

	.nav ul ul.sub-menu{
		padding: 1em 5px 56px 1em;
	}

/*
	.nav ul ul.sub-menu .sub-menu {
	    left: 200px;
	}

*/
	.nav ul ul.sub-menu li:hover .sub-menu {
	    display: block;
	}
}

@media (max-width: 991px)  and (min-width: 768px) {
	.nav a {
	    padding: 0 0px;
	    font-size: 12px;
	}
	.nav ul ul.sub-menu a{
		font-size: 12px;
	}

	.nav ul ul.sub-menu li {
	    margin: 0 0 1em;
	}

	.nav ul ul.sub-menu{
		padding: 1em 5px 56px 1em;
	}

	.nav ul ul.sub-menu .sub-menu {
	    left: 200px;
	}



	.nav ul ul.sub-menu li:hover .sub-menu {
	    display: block;
	}


}

.nav ul ul.sub-menu .sub-menu li:hover::before {
    opacity: 0;
}

.nav ul ul.sub-menu:hover .sub-menu li:first-child::before {
    opacity: 1;
}


.nav ul ul.sub-menu {
    margin-top: 8px;
}


.parent-pageid-4241 .bar {
    background: #fdb913;
}

.parent-pageid-4241 .bar a:hover {
    color: #4848f0;
}

.parent-pageid-4241 .intro-secondary {
    background: #fdb913;
}



.page-id-5140 .table-responsive table td, .table-responsive table th {

    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;

}

@media (max-width: 767px){
	.page-id-5140 .table-responsive table td{
		width: 220px;
	}

	.page-id-5140 .table-responsive table td ul{
		width: 220px;
		white-space: normal;
	}
}
body .section p a:not(.btn){
	color: #4848f0;
	text-decoration: none;
	font-weight: bold;
}
body .section p a:not(.btn):hover{
	text-decoration: underline;
	color: #4848f0;
}

.banner_bar{
	padding: 30px 0;
}
.banner_bar img{
	width: 100%;
}

/* addition by GH 2019-07-10 for full width thumbs in events woocommerce product pages */
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) { margin-top: 25px; width: 100% !important; }