/*----------------------------------------------------------------------------------

Mixxon - Cleaning Service WordPress Theme

-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #130f40;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #130f40;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400
}

h1 {
    font-size: 35px;
    line-height: 45px
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
    color: #130f40;
    line-height: 26px;
}

.font-700 {
    font-weight: 700
}

.font-600 {
    font-weight: 600
}

.font-500 {
    font-weight: 500
}

.color {
    color: #5f27cd
}

.color-2 {
    color: #0652DD
}

.padding {
    padding-bottom: 20px
}

.code-block {
    padding: 20px 0 0;
}

p span i {
    color: #f1c40f;
    padding: 0 1px
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

/*-------------------------------------------------------------------------------------
    Main CSS
---------------------------------------------------------------------------------------*/

.star span {
    padding: 0 5px
}

#sidebar {
    width: 350px;
    height: 100%;
    position: fixed;
    z-index: 99;
    margin-left: -15px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa
}

#sidebar .logo {
    padding: 20px 0;
}

.logo img {
    max-width: 160px;
}

.navbar-brand .logo {
    display: none
}

#sidebar ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e6f0fa;
    padding-left: 50px;
    font-weight: 500;
    color: #130f40;
    font-size: 15px
}

#sidebar ul li a i {
    padding-right: 6px;
    font-size: 12px
}

#sidebar ul li a:hover,
#sidebar ul li.active a {
    background-color: #0652DD;
    color: #fff
}

#content {
    margin: 40px 0;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 40px;
}

#content li {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0
}

.support {
    padding: 20px 0 0;
}

.support p {
    letter-spacing: 1px;
    font-size: 16px;
}

.top-btns a {
    display: inline-block;
    background-color: #0652DD;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0 6px;
    color: #fff;
    font-weight: 500;
}

.top-btns a:hover {
    background-color: #5f27cd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0652DD;
}

.navbar-default .navbar-toggle {
    border-color: #0652DD;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

#footer-text {
    background-color: #2c3e50;
    margin: 50px 0 0
}

#footer-text p {
    margin: 0;
    color: #fff;
    padding: 20px 0
}

#footer-text p a:hover {
    color: #d63a60;
}