
/*
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: 250px;
        -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: 2 !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;
				padding:10px 0px;

        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 0px 0px;
        border-style: solid;
        margin-top: 0;
        float: right;
    }
 
		.rd-nav-menu .sub-menu li.menu-item:first-child{
		margin-top:10px;
	}
    .rd-nav-menu .sub-menu li.menu-item:last-child {
        border-width: 0 0 0px 0px;
		margin-bottom:10px;
    }
    .rd-nav-menu .sub-menu .menu-item-link {
        text-shadow: none;
        padding: 10px 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;
		font-size: 17px !important;
    }
    body #rd-wrapper .rd-menu-section .sub-menu .sub-menu .menu-item-link {

font-size: 14px !important;        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: 'flaticonmultimedia';
        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!important
    }
    .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;		    display: -webkit-inline-box;

    }
    .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;
    }
}

 


/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	9 - Category Menu
																		
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 1199px) {
    .rd-sub-category-menu .rd-category-menu-warp {
        -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)!important;
        -moz-transform: rotateX(0deg)!important;
        -ms-transform: rotateX(0deg)!important;
        -o-transform: rotateX(0deg)!important;
        transform: rotateX(0deg) !important;
    }
}

@media (min-width: 992px) {
    .rd-category-menu {
        width: 20%;
        float: right;
        position: relative;
        padding-right: 20px;
        top: 0px !important;
        padding-left: 20px;
    }
    .rd-category-menu-width-1-3 {
        width: 33.33%;
    }
    .rd-category-menu-width-1-4 {
        width: 25%;
    }
    .rd-category-menu-width-1-5 {
        width: 20%;
    }
    .rd-category-menu-width-1-6 {
        width: 16.66%;
    }
	
	  

    .rd-category-menu {
        float: right;
    }
    .rd-category-menu .rd-category-title {
        padding: 0px  0px;
        float: right;
        height: 100%;
        border-radius: 00px;
        width: 100%;
        border-bottom: solid 1px rgba(126, 128, 130, 0.1);
    } 
    .rd-sub-category-menu .rd-category-title {
        height: 100%;
    }
 
    .rd-category-menu .rd-category-title a {
        color: inherit !important;
        font-size: inherit;
        float: right;
        -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;
    }
   
   
	header .rd-category-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	         cursor: pointer;
        position: relative;
		border-width: 0px !important;
border-style: solid !important;
        -webkit-transition: color 300ms linear, background 300ms linear;
        -moz-transition: color 300ms linear, background 300ms linear;
        -ms-transition: color 300ms linear, background 300ms linear;
        -o-transition: color 300ms linear, background 300ms linear;
        transition: color 300ms linear, background 300ms linear;
}
       body #rd-wrapper .rd-category-title .rd-category-title-content{
		   padding:0 20px;
		   width:100% !important;
		   
	   }
  .rd-category-menu .rd-category-title-content::before {
        color: inherit !important;
        margin-left: 10px;
        content: "\f0c9";
        font-size: 1.5em;
        -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;
        font-family: 'FontAwesome' !important;
        font-style: normal;
    }
	 
	 
    .rd-category-title-content::after {
        content: "\f347";
        float: left;
        -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;
        font-family: dashicons;
        font-style: normal;
        margin-right: 5px;
        vertical-align: middle;
    }
	.rd-category-active .rd-category-title,.rd-has-sub-category-menu .rd-category-title{
		border-bottom:none !important;
	}
    .rd-category-active .rd-category-title-content::after {
        content: "\f343";
    }
    .rd-category-title-bg {
        content: "";
        position: absolute;
        top: 0px;
        left: 40px;
        -moz-transform: skew(30deg);
        height: 70px;
        transform: skew(30deg);
        -webkit-transform: skew(30deg);
        -moz-transform: skew(30deg);
        -o-transform: skew(30deg);
        -ms-transform: skew(30deg);
        width: 100%;
    }
    .rd-category-menu-warp {
        float: right;
        width: 100%;
        border-width:0px !important;
         border-style: solid;
        border-radius: 0 0 0px 0px;
        -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%;
    }
	
.rd-category-menu-warp::before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 50%;
    background: #ffffff;
    transform: rotate(45deg);
    margin-top: -10px;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
	margin-left: -10px !important;
    border-color: inherit;
}

    .rd-category-active .rd-category-menu-warp {
        -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-category-menu-warp.rd-menu-left {
        float: left;
    }
    .rd-category-menu-warp .rd-menu-icon {
        display: none
    }
    .rd-category-menu-warp .menu {
        margin-bottom: 0px;
		padding:0px 20px;
        position: relative;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .rd-category-menu-warp .menu .li-depth-0 {
        display: inline-block;
        float: right;
        width: 100%;
        border-style: solid;
        padding: 0 00px;
        line-height: 1.5em;
        border-width: 0 0 1px;
        position: relative;
    }
    .rd-category-menu-warp .menu li.li-depth-0:last-child {
        border-bottom: none !important;
    }
    .rd-category-menu-warp .menu li.li-depth-0:last-child::after {
        display: none !important;
    }
    .rd-category-menu-warp .li-depth-0::after {
        content: "";
         width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
        float: right;
    }
    .rd-category-menu-warp .li-depth-0 .menu-item-link {
        display: inline-block;
        padding: 0px;
        font-weight: 500;
        position: relative;
        padding: 16px 00px;
        font-family: inherit !important;
        line-height: inherit !important;
        width: 100%;
        line-height: 1.5em;
        border-radius: 00px;
        float: right;
        text-align: right;
    }
    .rd-category-menu-warp .rd-depth-0.menu-item-link {
        padding-right: 00px !important;
        padding-left: 00px !important;
        background: transparent;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .rd-category-menu .menu-item-link .rd-menu-featured {
        position: relative;
        padding: .2em 1em;
        margin-right: 10px;
        border-radius: 50px;
        font-weight: 400;
        font-size: 11px;
		    display: -webkit-inline-box;
    }
    .rd-category-menu-warp .li-depth-0:hover .menu-item-link {
        color: #fff;
    }
    .rd-category-menu-warp .li-depth-0:not(.current-menu-item) .menu-item-link {
        color: #141313;
    }
    .rd-category-menu-warp .li-depth-0.menu-item-has-children>.menu-item-link::after {
        content: "\f341";
        font-family: dashicons !important;
        margin-right: 2px;
        float: left;
        font-style: normal;
        vertical-align: middle;
    }
    .rd-category-menu .rd-menu-dropdown-box {
        height: auto!important;
        display: none;
        float: right;
        position: absolute;
        width: 220px;
        right: 0;
        margin: 0!important;
        background: #fff;
        line-height: 1.7em;
        display: inline-block !important;
        left: 0;
        right: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        list-style: none;
        -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%;
        top: 0;
        box-shadow: 0 0 15px 0px rgba(118, 128, 138, 0.15)!important;
        margin: 0;
        z-index: 999!important
    }
    .rd-category-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-full-size .rd-menu-background {
        background-size: cover;
    }
    .rd-category-menu .rd-menu-width-200 .sub-depth-0 {
        width: 200px;
    }
    .rd-category-menu .rd-menu-width-400 .sub-depth-0 {
        width: 400px;
    }
    .rd-category-menu .rd-menu-width-600 .sub-depth-0 {
        width: 600px;
    }
    .rd-category-menu .rd-menu-width-800 .sub-depth-0 {
        width: 800px;
    }
    .rd-category-menu .rd-menu-width-1000 .sub-depth-0 {
        width: 1000px;
    }
    .rd-category-menu .rd-menu-width-full-width .sub-depth-0 {
        width: 100%;
    }
    .rd-nav-menu .rd-menu-width-full-width {
        position: inherit;
    }
    .rd-category-menu-warp .sub-menu .menu-item.menu-item-has-children>.menu-item-link::after {
        content: "\f341";
        vertical-align: middle !important;
        font-family: dashicons !important;
        float: left !important;
    }
    .rd-category-menu-warp .sub-menu .menu-item {
        width: 100%;
        float: right;
        border-width: 0 0 1px 0px;
        border-style: solid;
    }
    .rd-category-menu-warp .sub-menu .menu-item:last-child {
        border-width: 0px !important;
    }
    .rd-category-menu-warp .sub-menu .menu-item-link {
        width: 100%;
        margin: 0!important;
        margin-top: 0;
        float: right;
        padding: 10px 15px;
    }
    .rd-category-menu-warp .sub-menu .menu-item-link {
        font-family: initial;
        line-height: inherit;
    }
    .rd-category-menu-warp .sub-menu .menu-item-link {
        text-shadow: none!important;
        width: 100%;
        height: 100%;
        float: right;
        font-size: 14px!important;
        font-weight: 400!important;
        background: none!important;
        color: #000;
    }
    .rd-category-menu-warp .sub-menu .rd-main-indicator {
        display: none
    }
    .rd-category-menu-warp .sub-menu .rd-sub-indicator {
        margin-right: 5px
    }
    .rd-menu-active ul {
        border-top: none!important
    }
    .rd-category-menu-warp .sub-menu .sub-menu {
        left: 0;
        right: 100%;
        top: 0;
        margin: 0;
        z-index: 99999
    }
    .rd-category-menu-warp a::before {
        vertical-align: top;
        margin-left: 5px;
        font-size: 1.0em;
		width: 1.5em;
 display: inline-block;
        font-family: FontAwesome;
    }
    .rd_model a::before {
        font-family: FontAwesome!important
    }
    .rd-category-menu-warp .sub-menu .sub-menu .fa::before {
        float: right;
        line-height: 38px!important;
        font-size: 16px
    }
}
@media (max-width: 1199px) {
body #rd-wrapper  .rd-category-active .rd-category-menu-warp{
	display:inline-block !important;
	 }
	 
}

 

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	10 - Responsive Category Menu
																		
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 991px) {
    .rd-category-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .rd-sticky-enable .rd-category-menu {
        display: none;
    }
    .rd-category-menu,
    .rd-category-menu .rd-menu-icon {
        text-align: center;
        float: right !important;
        width: 100%;
        vertical-align: top;
    }
}

@media (max-width: 1199px) {
    .rd-category-menu-warp {
        display: none;
    }
    .rd-category-menu {
        width: 25%;
    }
    .rd-category-menu .rd-category-title {
        border-radius: 0px !important;
    }
    .rd-category-menu.rd-category-active .rd-category-title {
        border-radius: 0px 0px 0px 0px !important;
    }
}

@media (max-width: 1900px) and (min-width: 1850px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 14px 00px;
    }
}

@media (max-width: 1849px) and (min-width: 1800px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 13.5px 00px;
    }
}

@media (max-width: 1799px) and (min-width: 1750px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 13px 00px;
    }
}

@media (max-width: 1749px) and (min-width: 1700px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 12.5px 00px;
    }
}

@media (max-width: 1699px) and (min-width: 1650px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 12px 00px;
    }
}

@media (max-width: 1649px) and (min-width: 1600px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 11.5px 00px;
    }
}

@media (max-width: 1599px) and (min-width: 1550px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 11px 00px;
        font-size: 15px;
    }
}

@media (max-width: 1549px) and (min-width: 1500px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 10.5px 00px;
        font-size: 15px;
    }
}

@media (max-width: 1499px) and (min-width: 1450px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 10px 00px;
        font-size: 14px;
    }
}

@media (max-width: 1449px) and (min-width: 1400px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 9.5px 00px;
        font-size: 14px;
    }
}

@media (max-width: 1399px) and (min-width: 1350px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 8.5px 00px;
        font-size: 14px;
    }
}

@media (max-width: 1349px) and (min-width: 1300px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 7.5px 00px;
        font-size: 14px;
    }
}

@media (max-width: 1299px) and (min-width: 1250px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 7px 0px;
        font-size: 13px;
    }
}

@media (max-width: 1249px) and (min-width: 1200px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 6.5px 0;
        font-size: 13px;
    }
}

@media (max-width: 1199px) and (min-width: 1150px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 12px 0!important;
        font-size: 12px;
    }
}

@media (max-width: 1149px) and (min-width: 1100px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 12px 0!important;
        font-size: 12px;
    }
}

@media (max-width: 1099px) and (min-width: 1050px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 12px 0!important;
        font-size: 11px;
    }
}

@media (max-width: 1049px) and (min-width: 991px) {
    .rd-category-menu-warp ul.menu .li-depth-0 .rd-depth-0 {
        padding: 12px 0 !important;
        font-size: 12px;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-category-menu .rd-category-title {
        padding: 0 15px!important;
    }
    body #rd-wrapper .rd-category-menu .rd-category-title a {
        font-size: 14px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-category-menu .rd-category-title {
        padding: 0 13px!important;
    }
    body #rd-wrapper .rd-category-menu .rd-category-title a {
        font-size: 13px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-category-menu .rd-category-title {
        padding: 0 10px!important;
    }
    body #rd-wrapper .rd-category-menu .rd-category-title a {
        font-size: 12px!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-category-menu .rd-category-title {
        padding: 0 8px!important;
    }
    body #rd-wrapper .rd-category-menu .rd-category-title a {
        font-size: 12px!important
    }
}