/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@font-face {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Metropolis-Regular.woff') format('woff');
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    /*background-color: rgba(0,0,0,0);*/
    background-color: #eeeeee;
    /*background-image: url("/images/page-bg.jpg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Metropolis", "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    color: #404040;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
p {
    font-family: "Metropolis", 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 5px 0px;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.navbar-light .navbar-nav .nav-link{
    position: relative;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #af1f31;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #af1f31;
}
.nav-item .btn-secondary{
    background-color: #ebe9e1;
    border-color: #ebe9e1;
    padding: 6px 10px;
    width: 105px;
}
.navbar-light .navbar-nav .nav-link:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 0.9s, transform 0.9s;

}
.navbar-light .navbar-nav .nav-link:focus:after, .navbar-light .navbar-nav .nav-link:hover:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000 !important;
    content: '';
    opacity: 0.8;
    transition: opacity 0.9s, transform 0.9s;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.navbar-light .navbar-nav .facebook .nav-link:focus:after, .navbar-light .navbar-nav .facebook .nav-link:hover:after, .navbar-light .navbar-nav .instagram .nav-link:focus:after, .navbar-light .navbar-nav .instagram .nav-link:hover:after, .navbar-light .navbar-nav .email .nav-link:focus:after, .navbar-light .navbar-nav .email .nav-link:hover:after, .navbar-light .navbar-nav .login .nav-link:focus:after, .navbar-light .navbar-nav .login .nav-link:hover:after, .navbar-light .navbar-nav .search .nav-link:focus:after, .navbar-light .navbar-nav .search .nav-link:hover:after, .navbar-light .navbar-nav .cart .nav-link:focus:after, .navbar-light .navbar-nav .cart .nav-link:hover:after {
    opacity: 0;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #333;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #333;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #2b2b2b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #333;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #333;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #333;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #333;
}

a.article,
a.article:hover {
    background: #333 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}
section {
    width: 100%;
    height: 500px;
}

.one {
    background-color: #1c7430;
}

.two {
    background-color: #ffc107;
}

.three {
    background-color: #0f6674;
}

.four {
    background-color: #7abaff;
}

footer{
    background-color: rgba(255,255,255,1);
    color: #404040;
    border-top: solid 1px #ddddc9;
}
footer .container{
    padding: 20px 0px;
}
footer h6.footer-title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 1em 0;
    padding: 7px 0;
    color: #303030;
    border-top: 1px solid #ded6c7;
    border-bottom: 1px solid #ded6c7;
}
.footer-menu{
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.footer-menu li {
    padding: 5px 0;
    list-style: none outside none;
    margin-bottom: 0;
}
.footer-menu a, .footer-menu a:visited{
    color: #25682e;
    font-size: 13px;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -o-transition: color .1s linear;
    -ms-transition: color .1s linear;
    transition: color .1s linear;
}
.footer-menu a:hover, .footer-menu a:focus{
    color: #000;
    text-decoration: none;
}
.footer-menu .socials li{
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 15px;
}
footer p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #404040;
}
.footer-form .btn{
    margin-top: 10px;
}
.copy-right{
    background-color: rgba(0,0,0,0);
    font-size: 12px;
    line-height: 1.7em;
    color: #404040;
    padding-top: 15px;
    text-align: center;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: 0px;
    }
    #sidebar.active {
        margin-left: -250px;
    }
    #sidebarCollapse span {

    }
    /*btn info*/
    .btn-info{
        color: #333;
        background-color: transparent!important;
        border-color: transparent!important;
    }
    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
        color: #333;
    }
    .btn-info:hover{
        color: #333;
    }
    footer{
        padding: 0px 15px;
    }
    .top-search {
        height: 40px;
        padding: 7px 10px 0;
        position: relative;
    }
    .top-search input {
        background: rgba(255,255,255,0.3);
        color: rgba(255,255,255,0.8);
        border-radius: 30px;
        font: inherit;
        font-size: 14px;
        line-height: 30px;
        outline: none;
        display: block;
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 20px;
        border: none!important;
    }
    .components p{
        text-align: center;
        border-bottom: 1px solid;
        border-color: #2b2b2b;
        color: #7f7f7f;
    }
    .components>li::after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
        right: 0;
        left: 20px;
        border-color: #2b2b2b;
        color: #7f7f7f;
    }
    #sidebar ul li a:hover{
        background: transparent;
        color: #7f7f7f;
    }
}


/*Set the row height to the viewport*/
.row-height{
    min-height: 90vh;
}

/*Set up the columns with a 100% height, body color and overflow scroll*/

.left{;
    height: 100%;
    overflow-y: scroll;
}

.right{;
    height: 100%;
    overflow-y: scroll;
}

.mid{
    background-color: green;
    height: 100%;
    overflow-y: scroll;
}

.center{
    width: 150px;
    margin: 40px auto;

}

.selected {
    border: 2px solid var(--primary);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.selected .card-footer::after {
    content: '\e5ca';
    color: #aa34ea;
    font-family: 'Material Icons';
    font-size: 24px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}
