
/*
1 - Nav Menu
2 - Nav Menu Sub Menu 
3 - Menu Section
4 - Menu Image
5 - Menu Image Text
6 - Menu Background
7 - Nav Menu Responsive
8 - Mobile Menu
9 - Category Menu
10 - Responsive Category Menu
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	1 - Nav Menu
																		
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 991px) {
    .rd-mobile-menu {
        display: none !important;
    }
    .rd-nav-menu {
        float: right;
        width: auto!important;
        top: 0!important
    }
    .rd-nav-menu:hover {
        z-index: 9999999999999999 !important;
    }
    .rd-nav-menu.rd-menu-left {
        float: left
    }
    .rd-nav-menu.rd-menu-right {
        float: right
    }
    .rd-nav-menu .rd-menu-icon {
        display: none
    }
    .rd-menu-icon-click {
        display: none!important
    }
 
    .rd-nav-menu .menu {
        margin-bottom: 0;
        margin-right: 0!important;
        margin-left: 0!important
    }
    .rd-nav-menu .menu-item {
        display: inline-block;
        float: right;
        position: relative
    }
    .rd-nav-menu .menu-item .menu-item-link {
        position: relative;
    }
    .rd-nav-menu .menu-item .menu-item-link.rd-depth-0 span {
        left: 0;
        top: 5px;
        position: absolute;
        line-height: 1.1em;
        padding: .2em .8em;
        font-weight: 400;
        font-size: 10px;
        border-radius: 50px;
    }
    .rd-nav-menu .menu-item .rd-depth-0 {
        display: inline-block;
        padding: 0 10px;
        height: 100%;
        background: transparent;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        -ms-transition: color 0.3s linear;
        transition: color 0.3s linear;
        float: right;
        text-align: right
    }
    .rd-nav-menu .menu .menu-item .menu-item-link.rd-has-icon::before {
        font-family: 'FontAwesome';
        vertical-align: middle;
        margin-left: 5px;
        color: inherit !important;
        vertical-align: top;
    }
    .rd-nav-menu .menu .menu-item:not(.current-menu-item) {
        color: #000
    }
    .rd-nav-menu .li-depth-0.menu-item-has-children .menu-item-link.rd-depth-0::after {
        content: "\f347";
        font-family: dashicons !important;
        margin-right: 5px;
        font-style: normal;
        float: left;
        vertical-align: middle
    }
    /******************************************************************************************************************************************************
	******************************************************************************************************************************************************

																	2 - Nav Menu Sub Menu 
																		
	////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

    .rd-nav-menu .rd-menu-dropdown-box {
        height: auto !important;
        box-shadow: 0 0 15px 0 rgba(118, 128, 138, 0.1);
        display: inline-block !important;
        float: right;
        position: absolute;
        width: 220px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        right: 0;
        margin: 0!important;
        border-radius: 0px;
        z-index: 9999999 !important;
         
    }
    .rd-nav-menu .rd-menu-hover .rd-menu-dropdown-box-active {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .rd-menu-background {
        content: "";
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        right: 0px;
        background-repeat: no-repeat;
        top: 0px;
    }
    .rd-menu-background-full-size .rd-menu-background {
        background-size: cover;
    }
    .rd-nav-menu .sub-menu {
        list-style: none;
        line-height: 1.7em;
    }
    .rd-nav-menu .sub-menu .menu-item {
        padding: 0;
        width: 100%;
        height: auto !important;
        line-height: 1.5em!important;
        margin: 0!important;
        border-width: 0 0 1px 0px;
        border-style: solid;
        margin-top: 0;
        float: right;
    }
    .rd-nav-menu .sub-menu li.menu-item:last-child {
        border-width: 0 0 0px 0px;
    }
    .rd-nav-menu .sub-menu .menu-item-link {
        text-shadow: none;
        padding: 15px 15px !important;
        width: 100%;
        height: 100%;
        float: right;
        font-size: 14px;
        text-align: right;
        font-weight: 400;
        color: #000
    }
    .rd-nav-menu .sub-menu .menu-item-link .rd-menu-featured {
        position: relative;
        padding: .2em 1em;
        margin-right: 5px;
        font-weight: 400;
        font-size: 11px;
        border-radius: 50px;
    }
    .rd-nav-menu .sub-menu .menu-item.menu-item-has-children>a.menu-item-link::after {
        content: "\f341";
        font-family: dashicons;
        margin-right: 5px;
        font-style: normal;
        float: left;
        vertical-align: middle
    }
    .rd-nav-menu .sub-menu .rd-main-indicator {
        display: none
    }
    .rd-nav-menu .sub-menu .rd-sub-indicator {
        margin-right: 5px
    }
    .rd-nav-menu .rd-menu-width-200 .sub-depth-0 {
        width: 200px;
    }
    .rd-nav-menu .rd-menu-width-400 .sub-depth-0 {
        width: 400px;
    }
    .rd-nav-menu .rd-menu-width-600 .sub-depth-0 {
        width: 600px;
    }
    .rd-nav-menu .rd-menu-width-800 .sub-depth-0 {
        width: 800px;
    }
    .rd-nav-menu .rd-menu-width-1000 .sub-depth-0 {
        width: 1000px;
    }
    .rd-nav-menu .rd-menu-width-full-width .sub-depth-0 {
        width: 100%;
    }
    .rd-nav-menu .rd-menu-width-full-width {
        position: inherit;
    }
 
    .rd-nav-menu .sub-menu .sub-menu {
        left: 0;
        right: 100%;
        top: 0;
        margin: 0;
        z-index: 99999
    }
	/******************************************************************************************************************************************************
	******************************************************************************************************************************************************

																	2 - Menu Section
																		
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    .rd-menu-section {
        float: right;
        width: 100%;
        display: inline-block !important;
    }
    body #rd-wrapper .rd-menu-section .sub-menu {
        background: none !important;
    }
    body #rd-wrapper .rd-sub-section-1 .sub-depth-1,
    body #rd-wrapper .rd-sub-section-2 .sub-depth-2,
    body #rd-wrapper .rd-sub-section-3 .sub-depth-3,
    body #rd-wrapper .rd-sub-section-4 .sub-depth-4,
    body #rd-wrapper .rd-sub-section-5 .sub-depth-5 {
        display: grid !important;
    }
    .rd-sub-section-1.rd-menu-section-1-1 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-1 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-1 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-1 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-1 .sub-depth-5 {
        grid-template-columns: 100%
    }
    .rd-sub-section-1.rd-menu-section-1-2 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-2 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-2 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-2 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-2 .sub-depth-5 {
        grid-template-columns: 50% 50%
    }
    .rd-sub-section-1.rd-menu-section-1-3 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-3 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-3 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-3 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-3 .sub-depth-5 {
        grid-template-columns: 33.331% 33.331% 33.331%
    }
    .rd-sub-section-1.rd-menu-section-2-3 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-2-3 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-2-3 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-2-3 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-2-3 .sub-depth-5 {
        grid-template-columns: 66.661% 33.331%
    }
    .rd-sub-section-1.rd-menu-section-1-3-2-3 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-3-2-3 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-3-2-3 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-3-2-3 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-3-2-3 .sub-depth-5 {
        grid-template-columns: 33.331% 66.661%
    }
    .rd-sub-section-1.rd-menu-section-1-4 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-4 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-4 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-4 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-4 .sub-depth-5 {
        grid-template-columns: 25% 25% 25% 25%
    }
    .rd-sub-section-1.rd-menu-section-3-4 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-3-4 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-3-4 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-3-4 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-3-4 .sub-depth-5 {
        grid-template-columns: 75% 25%
    }
    .rd-sub-section-1.rd-menu-section-1-4-3-4 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-4-3-4 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-4-3-4 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-4-3-4 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-4-3-4 .sub-depth-5 {
        grid-template-columns: 25% 75%
    }
    .rd-sub-section-1.rd-menu-section-1-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-5 .sub-depth-5 {
        grid-template-columns: 20% 20% 20% 20% 20%
    }
    .rd-sub-section-1.rd-menu-section-4-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-4-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-4-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-4-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-4-5 .sub-depth-5 {
        grid-template-columns: 80% 20%
    }
    .rd-sub-section-1.rd-menu-section-1-5-4-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-5-4-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-5-4-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-5-4-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-5-4-5 .sub-depth-5 {
        grid-template-columns: 20% 80%
    }
    .rd-sub-section-1.rd-menu-section-3-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-3-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-3-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-3-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-3-5 .sub-depth-5 {
        grid-template-columns: 60% 40%
    }
    .rd-sub-section-1.rd-menu-section-2-5-3-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-2-5-3-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-2-5-3-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-2-5-3-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-2-5-3-5 .sub-depth-5 {
        grid-template-columns: 40% 60%
    }
    .rd-sub-section-1.rd-menu-section-1-6 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-6 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-6 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-6 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-6 .sub-depth-5 {
        grid-template-columns: 16.661% 16.661% 16.661% 16.661% 16.661% 16.661%
    }
    .rd-sub-section-1.rd-menu-section-5-6 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-5-6 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-5-6 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-5-6 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-5-6 .sub-depth-5 {
        grid-template-columns: 83.331% 16.661%
    }
    .rd-sub-section-1.rd-menu-section-1-6-5-6 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-6-5-6 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-6-5-6 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-6-5-6 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-6-5-6 .sub-depth-5 {
        grid-template-columns: 16.661% 83.331%;
    }
    .rd-sub-section-1.rd-menu-section-1-7 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-7 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-7 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-7 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-7 .sub-depth-5 {
        grid-template-columns: 14.285% 14.285% 14.285% 14.285% 14.285% 14.285% 14.285%;
    }
    .rd-sub-section-1.rd-menu-section-1-8 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-8 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-8 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-8 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-8 .sub-depth-5 {
        grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    }
    body #rd-wrapper .rd-menu-section .sub-menu {
        width: 100% !important;
        position: relative !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        right: 0px !important;
        box-shadow: none !important;
        border: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    body #rd-wrapper .rd-menu-section .sub-menu .menu-item {
        padding: 20px !important;
        border-bottom: none !important;
    }
    body #rd-wrapper .rd-menu-section .sub-menu .sub-menu .menu-item {
        padding: 00px 0px !important;
    }
    .rd-menu-section .sub-menu .sub-menu .menu-item {
        padding: 0px !important;
    }
    .rd-menu-section .sub-menu .menu-item-link {
        height: auto !important;
        padding: 10px 0 !important;
        border-width: 0 0 1px 0px;
        border-style: solid;
        font-weight: 700 !important;
    }
    body #rd-wrapper .rd-menu-section .sub-menu .menu-item-link {
        font-weight: 700 !important;
    }
    body #rd-wrapper .rd-menu-section .sub-menu .sub-menu .menu-item-link {
        font-weight: 400 !important;
    }
    .rd-menu-section .sub-menu .sub-menu .menu-item-link {
        height: auto !important;
        border-bottom: none !important;
        font-weight: 400;
    }
    .rd-menu-section .sub-menu .sub-menu .menu-item {
        border-bottom: none !important;
    }
    .rd-menu-section .menu-item-link::after {
        display: none !important;
    }
	/******************************************************************************************************************************************************
	******************************************************************************************************************************************************

																	4 - Menu Image
																		
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    .menu .rd-menu-image {
        width: 100%;
        height: 100%;
         position: relative;
        overflow: hidden;
    }
	.menu .rd-element-menu-image{
		padding:20px;
	}
    .menu .rd-menu-image img {
        height: auto;
        vertical-align: top;
        width: auto;
    }
    .menu .rd-menu-image.rd-menu-image-full-width img {
        width: 100%;
    }
    .menu .rd-menu-image.rd-menu-image-full-height img {
        height: 100%;
    }
    .menu .rd-menu-image.rd-menu-image-full-height.rd-menu-image-full-width img {
        width: 100.1%;
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100.1%;
        max-height: inherit !important;
        max-width: inherit !important;
        height: auto;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        display: block;
        margin-right: auto;
        margin-left: auto
    }
	/******************************************************************************************************************************************************
	******************************************************************************************************************************************************

																	4 - Menu Image Text
																		
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	 
		.menu .rd-element-menu-image-text{
		padding:20px;
	
	 }
	 
    .menu .rd-menu-image-text .rd-menu-image {
        height: auto !important;
    }
    body #rd-wrapper .rd-menu-section .sub-menu .rd-menu-image-text .li-menu-item {
        padding: 0px !important;
        margin-top: 15px !important;
    }
    body #rd-wrapper .rd-menu-section .sub-menu .rd-menu-image-text .menu-item-link {
        padding: 0px !important;
        font-weight: 400 !important;
        border-bottom: none !important;
    }
    .menu .rd-menu-image-text .rd-menu-image img {
        height: auto;
        margin: auto;
        max-width: 100%;
        display: block;
        vertical-align: top;
    }
    .menu .rd-menu-image-text.rd_alignment_right img {
        float: right;
    }
    .menu .rd-menu-image-text.rd_alignment_center a {
        text-align: center;
    }
    .menu .rd-menu-image-text.rd_alignment_left a {
        text-align: left;
    }
    .menu .rd-menu-image-text.rd_alignment_right a {
        text-align: right;
    }
    .menu .rd-menu-image-text.rd_alignment_left img {
        float: left;
    }
    .menu .rd-menu-image-text .rd-menu-text {
        padding: 0px 0px;
        width: 100%;
        line-height: 1.5em;
        margin-top: 15px;
        font-weight: 700;
    }
		/******************************************************************************************************************************************************
	******************************************************************************************************************************************************

																	6 -  Menu Background
																		
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
    .rd-position-center .sub-depth-0 {
        background-position: center !important;
    }
    .rd-position-right .sub-depth-0 {
        background-position: right !important;
    }
    .rd-position-right-top .sub-depth-0 {
        background-position: right top !important;
    }
    .rd-position-right-bottom .sub-depth-0 {
        background-position: right bottom!important;
    }
    .rd-position-right-center .sub-depth-0 {
        background-position: right center !important;
    }
    .rd-position-left .sub-depth-0 {
        background-position: left !important;
    }
    .rd-position-left-top .sub-depth-0 {
        background-position: left top !important;
    }
    .rd-position-left-bottom .sub-depth-0 {
        background-position: left bottom !important;
    }
    .rd-position-left-center .sub-depth-0 {
        background-position: left center !important;
    }
    .rd-position-top .sub-depth-0 {
        background-position: top !important;
    }
    .rd-position-top .sub-depth-0 {
        background-position: top !important;
    }
    .rd-position-top-center .sub-depth-0 {
        background-position: top center !important;
    }
    .rd-position-bottom .sub-depth-0 {
        background-position: bottom !important;
    }
    .rd-position-bottom-center .sub-depth-0 {
        background-position: bottom center !important;
    }
    .rd-has-background-image .sub-depth-0 {
        background-repeat: no-repeat;
    }
}

	/******************************************************************************************************************************************************
	******************************************************************************************************************************************************

																	7 - Nav Menu Responsive
																		
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1400px) and (max-width: 1600px) {
    .rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
        grid-template-columns: 20% 20% 20% 20% 20% !important;
    }
    .rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
        display: none!important
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
        grid-template-columns: 25% 25% 25% 25% !important;
    }
    .rd-nav-menu .rd-post-group-flex .rd-post-item-5,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-7,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
        display: none!important
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
        grid-template-columns: 33.331% 33.331% 33.331% !important;
    }
    .rd-nav-menu .rd-post-group-flex .rd-post-item-4,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-5,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-7,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
        display: none!important
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 15px!important;
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 13px!important;
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 10px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 8px!important;
        font-size: 11px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu {
        padding: 0 12px;
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 8px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 7px!important;
        font-size: 11px!important
    }
}
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	8 - Mobile Menu
																		
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 991px) {
    .rd-mobile-menu {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    header .rd-nav-menu {
        display: none !important;
    }
    .rd-mobile-menu .rd-menu-icon::before {
        content: "\f103" !important;
        float: left; 
        font-family: 'fontsite';
        font-size: 1.5em;
    }
    .rd-masthead .rd-nav-menu .rd-menu-icon::before {
        font-size: 1.5em
    }
    .rd-nav-menu {
        float: right !important;
        display: inline-block !important;
        width: 100%;
        vertical-align: top;
    }
    .rd-nav-menu:not(.rd-menu-active) {
        top: 0!important
    }
    .rd-menu-icon-click {
        display: inline-block!important;
        position: absolute;
        height: 100%;
        right: 0;
        cursor: pointer;
        top: 0;
        width: 100%
    }
    .rd-menu-active .rd-menu-icon-click {
        display: none!important
    }
    .rd-menu-active {
        width: 0px;
    }
    .rd-menu-background {
        display: none !important;
    }
    .rd-nav-menu {
        float: right;
        margin: 0!important;
        position: relative;
        text-align: center
    }
    .rd-body-menu-active {
        overflow-y: hidden!important
    }
    .rd-nav-active::after {
        background: rgba(0, 0, 0, 0.70);
        position: fixed;
        content: "";
        width: 100%;
        height: 100%;
        right: 0
    }
    .rd-body-menu-active .wpadminbar {
        z-index: 0
    }
    .rd-nav-menu .rd-menu-posts .sub-posts,
    .rd-nav-menu .rd-menu-sub-posts .sub-posts {
        display: none!important
    }
    .rd-nav-menu .rd-menu-posts .rd-menu-down,
    .rd-nav-menu .rd-menu-posts .rd-menu-up {
        display: none!important
    }
    .rd-nav-menu li.menu-item:not(.rd-has-menu-item) .rd-menu-down,
    .rd-nav-menu li.menu-item:not(.rd-has-menu-item) .sub-menu,
    .rd-nav-menu li.menu-item:not(.rd-has-menu-item) .rd-menu-up {
        display: none !important;
    }
    .rd-nav-menu .rd-menu-sub-posts .rd-content {
        display: none!important
    }
    .rd-nav-menu.rd-menu-left {
        float: left
    }
    .rd-masthead .rd-nav-menu {
        height: 80px;
        line-height: 80px
    }
    .rd-navplus .rd-nav-menu {
        height: 48px;
        line-height: 48px
    }
    .rd-nav-active {
        z-index: 9999999999999;
        position: relative
    }
    .rd-menu-active {
        position: relative;
        width: 100%;
        right: 0;
        margin: 0!important;
        top: 0!important;
        z-index: 11111111;
    }
    .rd-body-menu-active .wpadminbar {
        z-index: 0!important
    }
    .rd-nav-menu .rd-menu-icon {
        float: right;
        text-align: center;
        padding: 0 20px;
        height: 100%;
        cursor: pointer
    }
    .rd-nav-menu .rd-menu-icon:hover::before {
        color: #ffffff !important;
    }
    .rd-nav-menu.rd-menu-active .rd-menu-icon {
        display: none !important;
    }
    .rd-nav-menu.rd-menu-active .rd-menu-icon,
    .rd-nav-menu.rd-menu-active .rd-menu-icon::before {
        text-align: center;
        width: 100%
    }
    .rd-nav-menu.rd-menu-active .rd-menu-icon::before {
        content: "\f335"!important;
        font-size: 50px!important;
        opacity: 1!important;
        text-shadow: none!important
    }
    .rd-nav-menu li::before {
        display: none!important
    }
    .rd-nav-menu li a::before {
        display: inline-block!important
    }
    .rd-nav-menu .rd-menu-icon:hover,
    .rd-nav-menu.rd-menu-active .rd-menu-icon {
        color: #000
    }
    .rd-nav-menu.rd-menu-active .rd-menu-icon {
        line-height: 80px!important
    }
    #rd-wrapper .rd-nav-menu .sub-depth-0 {
        margin-top: 0!important
    }
    .rd-nav-menu li a::before {
        vertical-align: middle;
        font-size: 1.3em!important;
        margin-left: 5px;
        font-family: FontAwesome;
    }
    .rd-nav-menu.rd-menu-active ul {
        display: block;
        list-style: none
    }
    .rd-nav-menu ul {
        right: 0;
        z-index: 9999;
        display: none;
        width: 100%;
        position: relative;
        margin-right: 0;
        padding: 0 20px;
        margin-top: 0px!important
    }
    .rd-nav-menu .rd-menu-enable {
        display: none!important
    }
    .rd-nav-menu rd-menu-down.rd-menu-enable,
    .rd-nav-menu rd-menu-up.rd-menu-enable {
        display: block!important;
        overflow: visible!important
    }
    .rd-nav-menu .rd-menu-down {
        cursor: pointer;
        font-size: 40px;
        width: 50px!important;
        line-height: 50px;
        text-align: center;
        float: left;
        position: absolute;
        left: 0
    }
    .rd-nav-menu .rd-menu-down::before {
        content: "\f347" !important;
        font-family: dashicons !important;
        font-size: 25px !important;
        font-style: normal !important;
    }
    .rd-nav-menu .rd-menu-up {
        font-size: 40px;
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        display: none;
        text-align: center;
        float: left;
        position: absolute;
        left: 0
    }
    .rd-nav-menu .rd-menu-up::before {
        content: "\f343" !important;
        font-family: dashicons !important;
        font-size: 25px !important;
        font-style: normal !important;
    }
    .rd-nav-menu a::before {
        margin-left: 0;
        margin-right: 0
    }
    .rd-nav-menu ul li a span::before {
        font-family: 'FontAwesome';
        vertical-align: middle;
        margin-left: 5px;
        font-size: 1.5em!important;
        width: auto!important;
        float: right;
        line-height: 50px!important;
        height: 50px!important;
        position: relative;
        display: inline-block;
    }
    body #rd-wrapper .rd-menu-active.rd-nav-menu span:hover,
    body .rd-mobilebar .rd-mobilebar-container .rd-nav-menu ul li a {
        background: none!important
    }
    .rd-nav-menu ul .menu-item {
        border-style: solid;
        border-width: 1px 0 0 0;
        border-color: inherit !important;
        position: relative;
        list-style: none;
        height: auto!important;
        float: right;
        font-weight: 400;
        text-align: right;
        padding: 0 0 0 00px;
        width: 100%
    }
    .rd-nav-menu ul li a {
        padding: 15px 0px 15px 20px !important;
        background: none!important;
        line-height: 1.5em !important;
        position: relative;
        font-family: inherit;
        font-weight: 400;
        box-shadow: none !important;
        float: right;
        font-size: 16px;
    }
    .rd-nav-menu ul ul li a {
        font-weight: 400;
    }
    #rd-wrapper .rd-nav-menu ul li a {
        font-size: 15px!important;
        font-weight: 400!important;
        text-transform: uppercase !important;
    }
    .rd-nav-menu ul ul {
        display: none!important;
        width: 100%!important;
        top: 0!important;
        right: auto!important;
        background: none!important;
        left: auto!important;
        position: relative!important;
        margin: 0!important;
        display: none;
        float: right;
        padding-right: 20px;
        padding-left: 0px;
        opacity: 1!important
    }
    #rd-wrapper .rd-nav-menu ul ul {
        margin-top: 0!important
    }
    #rd-wrapper .rd-nav-menu ul li a:hover {
        background: none !important;
    }
    .rd-nav-menu ul ul.rd-menu-show {
        display: block!important;
        overflow: visible!important;
        height: auto!important
    }
    .rd-nav-menu ul .sub-posts.rd-menu-show {
        display: block!important;
        overflow: visible!important;
        margin: 0!important;
        opacity: 1!important;
        height: auto!important;
        width: 100%!important
    }
    .rd-nav-menu .rd-main-indicator,
    .rd-nav-menu .rd-sub-indicator {
        display: none
    }
    .rd-navplus .rd-nav-menu ul {
        margin-top: 38px
    }
    .rd-nav-menu.rd-menu-active a,
    .rd-nav-menu.rd-menu-active a::before,
    .rd-nav-menu.rd-menu-active span,
    .rd-nav-menu.rd-menu-active {
        opacity: .9;
    }
    body .rd-mobilebar .rd-nav-menu,
    body .rd-mobilebar .rd-nav-menu ul {
        border-color: inherit !important;
    }
    .rd-menu-section {
        padding: 0px !important;
    }
    body .rd-mobilebar .sao-element-item,
    body .rd-mobilebar .rd-menu-image-text .rd-menu-image {
        display: none !important;
    }
    body .rd-mobilebar .rd-menu-image-text {
        display: inline-block !important;
    }
    body .rd-mobilebar .rd-menu-section .sub-menu .menu-item {
        padding: 0px !important;
    }
    body .rd-mobilebar .rd-menu-section .sub-menu .menu-item-link {
        font-weight: 400 !important;
        border-bottom: 0px !important;
        padding: 15px 20px 15px 0 !important;
    }
    body .rd-mobilebar .rd-sub-section-1 .sub-depth-1,
    body .rd-mobilebar .rd-sub-section-2 .sub-depth-2,
    body .rd-mobilebar .rd-sub-section-3 .sub-depth-3,
    body .rd-mobilebar .rd-sub-section-4 .sub-depth-4,
    body .rd-mobilebar .rd-sub-section-5 .sub-depth-5,
    body .rd-mobilebar .rd-sub-section-6 .sub-depth-6,
    body .rd-mobilebar .rd-sub-section-7 .sub-depth-7 {
        display: inline-block !important;
        padding: 0px !important;
    }
    .rd-nav-menu .menu-item-link .rd-menu-featured {
        position: relative;
        padding: .2em 1em;
        margin-right: 5px;
        font-weight: 400;
        font-size: 11px;
        border-radius: 50px;
        vertical-align: top;
    }
    .rd-nav-menu .menu-item-link:hover {
        opacity: .7;
    }
}

@media (max-width: 499px) {
    .rd-sticky-enable .rd-nav-menu .rd-menu-icon::before {
        font-size: 1.5em !important;
    }
    .rd-nav-menu .rd-menu-icon {
        padding: 0 10px !important;
    }
}

 
 