/* .site-header {
	padding-top: 50px!important;
} */
body.logged-in .site-header {
	padding-top: 0!important;
}
.demo-topbar {
    font-family: 'Gilroy', sans-serif;
    height: 50px;
    line-height: 50px;
    transition: all 200ms ease;
    /* background-color: rgba(63,29,120,0.97); */
    /* background-color: rgba(17, 17, 17, 0.95); */
    background-color: rgba(0,0,0,0.9);
    transition: all 0.2s ease-in-out;
    color: #fff;
    padding: 0 30px;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.demo-topbar a {
    color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    outline: 0;
}
.demo-topbar.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;        
}
.demo-topbar-logo {
    font-size: 16px;
}
.demo-topbar-logo span {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 5px;
}
.demo-topbar-logo span.adult {
    font-family: 'Dancing Script', cursive;
    text-transform: unset;
    margin-left: 5px;
    color: #cf48cf;
    font-weight: 400;
    font-size: 20px;
}
.demo-topbar-buynow {
    line-height: 54px;
}    
.demo-topbar .btn {
    /* background-color: #71b02f; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    padding: 8px 25px;
    font-size: 15px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.demo-topbar .btn-primary {
    background: #932493;
	border: none;
    background: -moz-linear-gradient(45deg, #932493 0%, #dd3e88 100%);
    background: -webkit-linear-gradient(45deg, #932493 0%,#dd3e88 100%);
    background: linear-gradient(45deg, #932493 0%,#dd3e88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#932493', endColorstr='#dd3e88',GradientType=1 );
}
.btn-primary:hover {
    background: #dd3e88;
    background: -moz-linear-gradient(45deg, #dd3e88 0%, #932493 100%);
    background: -webkit-linear-gradient(45deg, #dd3e88 0%,#932493 100%);
    background: linear-gradient(45deg, #dd3e88 0%,#932493 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3e88', endColorstr='#932493',GradientType=1 );
}
.demo-topbar .btn-success {
	background: #00bf92;
    background: -moz-linear-gradient(45deg, #00bf92 0%, #17a57e 100%);
    background: -webkit-linear-gradient(45deg, #00bf92 0%,#17a57e 100%);
    background: linear-gradient(45deg, #00bf92 0%,#17a57e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf92', endColorstr='#17a57e',GradientType=1 );
    border-color: #00bf92 !important;
    color: #fff !important;
}
.demo-topbar .btn-success:hover {
	background: #00bf92;
    background: -moz-linear-gradient(45deg, #17a57e 0%, #00bf92 100%);
    background: -webkit-linear-gradient(45deg, #17a57e 0%,#00bf92 100%);
    background: linear-gradient(45deg, #17a57e 0%,#00bf92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a57e', endColorstr='#00bf92',GradientType=1 );
    border-color: #00bf92 !important;
    color: #fff !important;
}
.demo-topbar .btn-blue {
    background: #17a2b8;
}
.demo-topbar .btn-blue:hover {
    background: #1abbd5;
}
.demo-topbar-watchphone {
    background-color: #17a2b8;
    margin-right: 10px;
}
.demo-topbar-watchphone i {
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.demo-topbar-buynow:hover {
    background-color: #649c2a;
}
.demo-topbar-watchphone:hover {
    background-color: #138a9d;
}
.topbar-buttons a:hover,
.topbar-buttons a:focus {
    color: #fff;
    outline: 0;
}

.demo-topbar select#dynamic_select {
    background: #ddd!important;
    padding: 0 10px!important;
    border: none!important;
    color: #000!important;
    border-right: 10px solid #ddd!important;
    height: 30px!important;
    line-height: 30px!important;
    padding: 0 10px!important;
    box-shadow: none!important;
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 10px!important;
    font-family: 'Gilroy', sans-serif!important;
    font-size: 15px!important;
}

.select-theme span {
    margin-right: 5px;
}

.niches-work {
    color: #cf48cf!important;
    margin-left: 10px;
    font-style: italic;
}

.niches-work:hover {
    color: #fff!important;
}

@media (max-width: 992px) {
.reproduce-starter-pack-btn{
        display: none;
    }
}

@media (max-width: 575.98px) {
    .demo-topbar {
        padding: 0 5px;
    }
    .demo-topbar .mobile-btn,
    .demo-topbar .theme-name,
    .demo-topbar-logo {
        display: none;
    }
    .demo-topbar .btn {
        font-size: 14px;
        padding: 7px 20px;
    }
    .demo-topbar .btn:hover {
        letter-spacing: 1px;
    }
    .demo-topbar .select-theme {
        position: relative;        
    }
    .select-theme:after {
        content: '';
        font: 17px "Consolas", monospace;
        color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 11px;
        /*Adjust for position however you want*/        
        top: 11px;
        padding: 0 0 2px;
        /*left line */        
        position: absolute;
        pointer-events: none;
        display: none;
      }
    .demo-topbar select#dynamic_select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd; */
        border: none!important;
    }    
    .niches-work {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .demo-topbar {
        padding: 0 5px;
    }
    .demo-topbar .mobile-btn,
    .demo-topbar .theme-name {
        display: none;
    }
    .demo-topbar .btn {
		font-size: 12px;
    	padding: 3px 10px;
    	letter-spacing: 0;
    }
    .demo-topbar .btn:hover {
        letter-spacing: 1px;
    }
    /** UltimaTube **/
    body.logged-in #site-navigation.admin-topbar-displayed {
		top: 171px!important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /** UltimaTube **/
    body.logged-in #site-navigation.admin-topbar-displayed {
		top: 157px!important;
	}
}