/**
 * Theme Name: Rhino
 * Theme URI: http://rockhousepartners.com/
 * Version: 1.3.1
 * Description: Designed and built by <a href="http://rockhousepartners.com">Rockhouse</a>.
 * Author: Rockhouse Partners
 * Author URI: http://rockhousepartners.com
 * Template: canvas
 * Tags: canvas, woothemes, the events calendar, modern tribe
 */

/*** Import styles from parent theme ***/
@import url(../canvas/style.css);

/*** Import styles for tabs on template-homepage-tabbed.php ***/
@import url(css/styles-tabs.css);

/** Inherited from Canvas **/
#logo .site-title,
#logo .site-description {
	display: none;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li {
	width: 100%;
	display: inline-block;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-thumb img, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-thumb img, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-thumb img {
	height: auto;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*--mobile nav specific css*/
.navbar-toggle {
	filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(97deg) brightness(100%) contrast(80%);
    background: transparent url("./images/mobile-menu/menu_open.svg") no-repeat;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    margin: 14px 15px 6px;
    padding: 0;
    position: relative;
    width: 40px;
    height: 23px;
    z-index: 15;
}
.show-menu #navbar-toggle{
    background: url("./images/mobile-menu/menu_close.svg") no-repeat;
}

.navbar-toggle:focus {
    outline: none;
}

.show-menu .menu-wrap {
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-wrap {
    background: none;
    height: auto;
    left: 100%;
    max-height: 1200px !important;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1001;
    
}

#mobile-nav {
    background: none;
    height: auto;
    margin: 0;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 6000;
    border-top: #DDD 1px solid;
    -webkit-overflow-scrolling: touch;
    -webkit-position: sticky;
}
#mobile-nav {
    background: none;
    height: auto;
    margin: 0;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 6000;
    border-top: #DDD 1px solid;
    -webkit-overflow-scrolling: touch;
    -webkit-position: sticky;
}
#mobile-nav li {
    background-color: #08090b;
    border-bottom: 1px solid #e5e6e6;
    display: block;
    float: none;
    font-weight: 700;
    line-height: 1em;
    font-size: 16px !important;
    margin: 0px;
    padding: 0;
    text-align: left;
}
#mobile-nav li:last-child{
    border-bottom: 3px solid #dfbc0a;
}
#mobile-nav ul ul {
    display: none;
    margin: 0px auto 0;
    border-top: 2px solid #e5e6e6;
}
#mobile-nav ul ul li,#mobile-nav ul ul li:last-child {
    border-bottom: 0;
}
#mobile-nav li a {
    padding: 15px 5%;
    background: #08090b;
    display: block;
    font-size: 13px;
    width: 85%;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#mobile-nav ul ul li a {
    font-size: 12px;
    padding: 10px 5%;
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
}
#mobile-nav ul ul li:first-child a{
    padding-top: 21px;
}
#mobile-nav ul ul li:last-child a{
    padding-bottom: 21px
}
#mobile_scroller {
    max-height: 1200px;
    overflow-y: auto;
}
#header-container #nav-container.container-scroll, #header-container .header-top-bar.displayMobile.container-scroll {
    position: fixed;
    width: 100%;
    z-index: 99999;
}
h3.nav-toggle{
    display: none;
}
#nav-container #navigation .menus ul#main-nav li ul.sub-menu::before{
    background: url('./images/mobile-menu/menu_triangle.svg') no-repeat scroll center bottom;
}
button#navbar-toggle {
    display: none;
}
/*-- end mobile nav specific css--*/
/*** Fix - Two scroll bars ***/
@media only screen and (max-width: 767px) {
	#wrapper {
		overflow-y: visible;
		overflow-x: visible !important;
	}
}
/*** Fix - Two scroll bars ***/
@media only screen and (max-width: 767px) {
    div#logo {
    margin-top: 3rem;
}
    #header-container #nav-container {
        background: #08090b;
        height:48px;
        position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 11111111;
    }
    #rhino_nav_sticky_wrap #nav-container {
        display: none; 
    }
}
@media only screen and (max-width: 767px) {
	#wrapper {
		overflow-y: visible;
		overflow-x: visible !important;
	}
	.sub-menu.secondLevlSubmenu.toggle-on,
    .secondLevlSubmenuLI > .rhp-custom-menu,
    #navigation {
        display: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .mobile_search {
        display: block;
        float: left;
    }
    .rhp-menu-down-pos_1 {
    	filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(97deg) brightness(100%) contrast(80%);
        width: 25px;
        height: 15px;
        background: url(./images/mobile-menu/submenu_open.svg) no-repeat;
        transform: rotate(-90deg);        
        float: right;
        margin: -35px 21px 0 0;
        cursor: pointer;
    }
    .rhp-menu-right-pos_1 {
    	filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(97deg) brightness(100%) contrast(80%);
        float: right;
        height: 15px;
        margin: -31px 16px 0 0;
        width: 25px;
        cursor: pointer;
        background: url(./images/mobile-menu/submenu_open.svg) no-repeat;
    }
    #wrapper {
        overflow-y: visible;
        overflow-x: visible !important;
    }
    .displayMobile {
        display: block !important;
    }
    #navigation .navigation_logo {
        display: none !important;
    }
    .header-top-bar.displayMobile .con-info{
        width: 100%;
        margin: 24px auto !important;
    }
    #nav-container {
        position: relative;
        padding-right: 0;
    }
}
/*@media only screen and (min-width: 768px) {
    #navigation{
        background:rgb(229, 230, 230);
    }
    #header-container #nav-container{
        display:none;
    }
}*/
@media only screen and (max-width: 1100px) {
    #nav-container #navigation .rhino-social ul.rhino-social-icons {
        margin-right: 0px !important;
    }
}