@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);

@font-face {
    font-family: Assistant-Light;
    src: url(../fonts/Assistant-Light.otf);
}

@font-face {
    font-family: Assistant-Regular;
    src: url(../fonts/Assistant-Regular.otf);
}

@font-face {
    font-family: Assistant-ExtraBold;
    src: url(../fonts/Assistant-ExtraBold.otf);
}

@font-face {
    font-family: Assistant-Bold;
    src: url(../fonts/Assistant-Bold.otf);
}

html{
    margin-top: 0px !important;
}

.bold, strong, b {
    font-family: Assistant-Bold;
}

a, button{
    cursor: pointer;
}

p{
    margin-bottom: 0px;
}

body{
    font-family: Assistant-Regular;
    color: black;
}

/* PAGINATION */
#pagination {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

#pagination span,
#pagination a {
    color: #2d2d2d;
    border-radius: 2px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    text-align: center;
    background: #f3f3ef;
    display: inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
    border-radius: 50%;
    font-size: 15px;
}

#pagination a:hover{
    background-color: #333;
    color: #fefefe;
}
#pagination span.current {
    background-color: #FFA5C7;
    color: #fefefe;

}

/* MENU */
#menu{
    padding: 20px 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0px;
    background: white;
    z-index: 2000000000;
}

#menu .mobile-wrapper{
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: white;
    z-index: 200000;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

#menu .mobile-list{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu .mobile-list li.active{
    background: rgba(0, 0, 0, 0.05);
}

#menu .mobile-list li:hover{
    background: rgba(0, 0, 0, 0.1);
}

#menu .mobile-list a{
    padding: 4px 15px;
    color: black;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#menu .mobile-list a:hover{
    text-decoration: none;
}

#menu .mobile-list .dropdown-btn{
    display: inline-block;
    width: calc(100% - 45px);
}

#menu .mobile-dropdown-list{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    background: rgba(230,230,230,.19);
    border-top: 1px solid #e6e6e6;
    display: none;
}

#menu .mobile-dropdown-list a{
    color: black;
    padding: 0px 45px;
}

#menu .mobile-dropdown-list{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    background: rgba(230,230,230,.19);
    border-top: 1px solid #e6e6e6;
    display: none;
}

#menu .mobile-dropdown-list a{
    color: black;
    padding: 5px 45px;
}

#menu .mobile-list .dropdown-arrow{
    color: black;
    width: 45px;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

#menu .menu-list .dropdown-list{
    min-width: 200px;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    display: block;
    position: absolute;
    opacity: 0;
    background: white;
    top: 100%;
    transition: all 0.5s ease;
    z-index: 90000000;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 0 4px silver;
    -moz-box-shadow: 0 0 4px silver;
    box-shadow: 0 0 4px silver;
}

#menu .menu-list .dropdown-wrapper:hover .dropdown-list{
    opacity: 1;
}

#menu .menu-list .dropdown-list li{
    padding: 2px 0px;
    display: block;
    line-height: 1.4;
    margin-left: 0px !important;
}

#menu .menu-list .dropdown-list a{
    transition: all 0.5s ease;
    line-height: 1.2;
    display: block;
    padding: 4px 10px;
}

#menu .menu-list .dropdown-list a:hover{
    color: #272727;
    background: rgba(0, 0, 0, 0.05);
}

#menu .right-wrapper{
    display: inline-block;
}

#menu .left-wrapper{
    display: inline-block;
}

#menu .menu-list{
    margin: 0px;
    padding: 0px;
    display: block;
}

#menu .menu-list a{
    font-size: 19px;
    display: block;
    color: #575757;
    transition: all 1s ease;
    line-height: 34px;
}

#menu .menu-list a:hover{
    text-decoration: none;
    color: black;
}

#menu .menu-list li{
    display: inline-block;
    margin-left: 20px;
}

#menu .menu-list .active{
    font-family: Assistant-Bold;
}

#menu .search-wrapper{
    background: #F6F1F1;
    padding: 4px;
    border-radius: 20px;
}

#menu .search-input{
    font-size: 16px;
    background: none;
    outline: none;
    border: none;
    padding: 0px 10px 0px 5px;
    max-width: 150px;
}

#menu .search-btn{
    color: #575757;
    background: none;
    border: none;
    transition: all 1s ease;
}

#menu .search-btn:hover, #menu .search-btn:focus{
    opacity: 0.7;
    outline: none;
}

#menuToggle{
    display: none;
    font-size: 17px;
    line-height: 32px;
    padding: 0px 10px;
    border: 1px solid black;
    transition: all 1s ease;
    cursor: pointer;
}

#menuToggle:hover, #menuToggle:focus{
    background: rgba(0, 0, 0, 0.1);
}

/* HEADER */
#header{
    padding: 40px 0px;
    text-align: center;
    background: url('../images/header-wrapper.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#header .logo-wrapper a{
    display: inline-block;
}

#header.header-spacing{
    margin-top: 74px;
}

/* FAVORITES */
#favorites{
    padding: 30px 0px;
    text-align: center;
}

#favorites .block-wrapper{
    height: 250px;
    box-shadow: 2px 5px 21px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

#favorites .background-wrapper{
    background: url('../images/product-img-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transition: all 1s ease;
    width: 100%;
    height: 100%;
}

#favorites .block-wrapper:hover .background-wrapper{
    transform: scale(1.2);
}

#favorites .title-wrapper{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
}

#favorites .border-wrapper{
    border: 3px solid white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#favorites .lg-title{
    color: white;
    font-family: Assistant-ExtraBold;
    display: block;
    font-size: 32px;
    margin: 0px;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.7);
}

/* CONTENT */
#content{
    padding: 40px 0px;
    background: rgba(0, 0, 0, 0.025);
}

#content .random-wrapper{
    margin-top: 20px;
}

#content .random-wrapper ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}

#content .list-item{
    transition: all 1s ease;
    max-height: 50px;
}

#content .seperator-wrapper{
    max-width: 80px;
    height: 2px;
    background: rgba(0, 0, 0, 0.15);
    margin: 10px auto;
    display: block;
}

#content .list-item:hover{
    background: rgba(0, 0, 0, 0.05);
}

#content .sm-title{
    color: #272727;
    font-size: 17px;
    line-height: 1.2;
    margin: 0px;
}

#content .random-wrapper .left-wrapper{
    width: calc(100% - 90px);
    height: 50px;
    display: flex;
    align-items: center;
}

#content .random-wrapper hr{
    margin: 5px 0px;
}

#content .small-image-wrapper{
    width: 70px;
    height: 50px;
    vertical-align: middle;
}

#content .right-wrapper{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

#content .profile-image{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: white;
}

#content .left-wrapper{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 140px);
}

#content .search-title{
    font-size: 34px;
}

#content .xl-title{
    font-size: 21px;
    color: #FFA5C7;
    margin: 0px;
}

#content .text-wrapper{
    padding: 15px 20px;
}

#content .read-btn{
    background: #FFA5C7;
    border-radius: 20px;
    color: white;
    font-family: Assistant-Bold;
    font-size: 16px;
    display: inline-block;
    padding: 4px 20px;
    transition: all 1s ease;
}

#content .read-btn:hover{
    text-decoration: none;
    opacity: 0.6;
}

#content .huge-paragraph{
    color: #BB9385;
    font-size: 17px;
    padding: 15px 0px;
    line-height: 1.3;
}

#content .about-wrapper{
    text-align: center;
    position: relative;
    overflow: hidden;
}

#content .background-wrapper{
    background: white;
    border: 2px solid #fdd5dc;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    top: 97px;
}

#content .profile-wrapper{
    position: relative;
    display: inline-block;
    margin: 0px;
    width: 194px;
    height: 194px;
    border: 4px solid #fdd5dc;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

#content .facebook-wrapper{
    width: 100%;
    max-width: 350px;
    background: white;
    border: 2px solid #fdd5dc;
    display: block;
    margin: 20px auto;
}

#content .facebook-wrapper iframe{
    width: 100% !important;
}

#content .banner-wrapper{
    height: 350px;
    width: 100%;
    background: white;
    border: 2px solid #fdd5dc;
    display: block;
}

#content .block-wrapper{
    margin-bottom: 20px;
}

#content .image-wrapper{
    width: 100%;
    height: 200px;
    background: url("../images/product-img-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px 0px;
}

#content .small-text{
    color: #8A8A8A;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

#content .xl-small-text{
    color: #8A8A8A;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

#content .paragraph{
    font-size: 16px;
    margin: 0px;
    color: #4e4c4c;
    line-height: 1.2;
    display: block;
	word-break: break-all;
}

#content .xl-paragraph{
    font-size: 17px;
    color: #4e4c4c;
    margin: 0px;
    line-height: 1.2;
    display: block;
	word-break: break-all;
}

#content .img-wrapper{
    margin: 10px 0px;
    display: block;
}

#content a:hover{
    text-decoration: none;
}

#content ul{
    padding: 5px 20px;
}

#content li, #content ul{
    color: #4e4c4c;
}

#content ul br{
    display: none !important;
}

#content .lg-title{
    font-size: 24px;
    color: #272727;
    font-family: Assistant-Bold;
    margin: 0px;
    text-align: center;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content .md-title{
    font-size: 32px;
    color: #272727;
    font-family: Assistant-Bold;
    margin: 0px;
    text-align: center;
    display: block;
}

#content .post-wrapper img{
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important;
}

/* FOOTER */
#footer{
    background: #F6F1F1;
    padding: 40px 0px 20px 0px;
    text-align: center;
}

#footer .list ul{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

#footer .list li{
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-family: Assistant-Regular;
}

#footer .list a{
    color: rgba(0, 0, 0, 0.4);
}

#footer .list a:hover{
    text-decoration: none;
}

#footer .sm-title{
    font-size: 26px;
    color: #272727;
    font-family: Assistant-Regular;
    margin-bottom: 5px;
}

#footer .footer-wrapper{
    margin: 0px auto;
    max-width: 1200px;
}

/* Copyright */
#copyrights{
    padding: 20px 0px;
    text-align: center;
    background: white;
}

#copyrights a{
    transition: all 1s ease;
    color: black;
}

#copyright .span{
    font-size: 16px;
}

#copyrights a:hover{
    opacity: 0.6;
    text-decoration: none;
}

#copyrights .scroll-top{
    font-family: Assistant-Light;
    color: rgba(0, 0, 0, 0.8);
    font-size: 32px;
    transition: all 1s ease;
    display: inline-block;
}

#copyrights .scroll-top:hover{
    text-decoration: none;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    opacity: 0.6;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    #favorites .lg-title{
        font-size: 28px;
    }

    #content .image-wrapper{
        height: 180px;
    }

    #content .lg-title{
        font-size: 21px;
    }

    #content .md-title{
        font-size: 30px;
    }

    #header .logo-wrapper .img-fluid{
        max-height: 150px;
    }

    #favorites .block-wrapper{
        height: 220px;
    }

    #content .profile-wrapper{
        height: 170px;
        width: 170px;
    }

    #content .background-wrapper{
        top: 85px;
    }

    #menu .menu-list a{
        font-size: 18px;
    }

    #content .search-title{
        font-size: 32px;
    }
}

@media (max-width: 991px) {

	#content .sidebar-wrapper{
		display: none !important;
	}
	
    #footer .sm-title{
        font-size: 24px;
    }

    #footer .list li{
        font-size: 17px;
    }

    #content .facebook-wrapper{
        margin: 15px auto;
    }

    #content .random-wrapper{
        margin-top: 15px;
    }

    #content .search-title{
        font-size: 28px;
    }

    #menu .menu-list a{
        font-size: 17px;
    }

    #favorites .lg-title{
        font-size: 21px;
    }

    #content .lg-title{
        font-size: 19px;
    }

    #content .md-title{
        font-size: 28px;
    }

    #header{
        padding: 30px 0px;
    }

    #header .logo-wrapper .img-fluid{
        max-height: 140px;
    }

    #favorites .block-wrapper{
        height: 180px;
    }

    #content .profile-wrapper{
        height: 160px;
        width: 160px;
    }

    #content .background-wrapper{
        top: 80px;
    }

    #copyrights{
        padding: 15px 0px;
    }

    #copyrights .scroll-top{
        font-size: 28px;
    }

    #favorites .col-md-4{
        padding-left: 8px;
        padding-right: 8px;
    }

    #content .banner-wrapper{
        height: 300px;
    }
}

@media (min-width: 768px) {
    #menu .mobile-wrapper{
        display: none !important;
    }
}

@media (max-width: 768px) {

    #footer .sm-title{
        font-size: 21px;
    }

    #footer .list li{
        font-size: 16px;
    }

    #footer .text-left{
        text-align: center !important;
    }

    #footer{
        padding: 30px 0px 10px 0px;
    }

    #header.header-spacing{
        margin-top: 64px;
    }

    #content .facebook-wrapper{
        margin: 10px auto;
    }

    #content .random-wrapper{
        margin-top: 10px;
    }

    #content .search-title{
        font-size: 26px;
    }

    #content .lg-title{
        min-height: unset;
    }

    #content .xl-paragraph{
        font-size: 16px;
    }

    #favorites .lg-title{
        font-size: 19px;
    }

    #menuToggle{
        display: inline-block;
    }

    #menu .menu-list{
        display: none;
    }

    #content .lg-title{
        font-size: 17px;
    }

    #content .md-title{
        font-size: 24px;
    }

    #header{
        padding: 20px 0px;
    }

    #header .logo-wrapper .img-fluid{
        max-height: 120px;
    }

    #content .profile-wrapper{
        height: 140px;
        width: 140px;
    }

    #content .background-wrapper{
        top: 70px;
    }

    #copyrights{
        padding: 10px 0px;
    }

    #copyrights .scroll-top{
        font-size: 24px;
    }

    #content .md-title{
        font-size: 19px;
    }

    #content .read-btn{
        font-size: 14px;
    }

    #content .huge-paragraph{
        font-size: 16px;
        padding: 10px 0px;
    }

    #content{
        padding: 30px 0px;
    }

    #content .banner-wrapper{
        height: 250px;
    }

    #menu{
        padding: 15px 0px;
    }

    #menu .search-input{
        font-size: 15px;
    }

    #menu .search-btn{
        font-size: 15px;
    }

    #menu .search-input{
        max-width: 140px;
    }
}

@media (max-width: 576px) {

    #footer{
        padding: 20px 0px 0px 0px;
    }

    #footer .sm-title{
        font-size: 19px;
    }

    #footer .list li{
        font-size: 15px;
    }

    #header.header-spacing{
        margin-top: 54px;
    }

    #content .sm-title{
        font-size: 16px;
    }

    #content .search-title{
        font-size: 24px;
    }

    #content .xl-paragraph{
        font-size: 15px;
    }

    #menu .search-input{
        font-size: 14px;
    }

    #menu .search-btn{
        font-size: 14px;
    }

    #menu .search-input{
        max-width: 120px;
    }

    #menu{
        padding: 10px 0px;
    }

    #content .lg-title{
        font-size: 16px;
    }

    #content .md-title{
        font-size: 21px;
    }

    #header{
        padding: 15px 0px;
    }

    #header .logo-wrapper .img-fluid{
        max-height: 100px;
    }

    #content .profile-wrapper{
        height: 120px;
        width: 120px;
    }

    #content .background-wrapper{
        top: 60px;
    }

    #favorites{
        padding: 20px 0px;
    }

    #content{
        padding: 20px 0px;
    }

    #copyrights{
        padding: 8px 0px;
    }

    #copyrights .scroll-top{
        font-size: 21px;
    }

    #content .xl-title{
        font-size: 17px;
    }

    #content .read-btn{
        font-size: 13px;
    }

    #content .huge-paragraph{
        font-size: 15px;
        padding: 8px 0px;
    }

    #content .banner-wrapper{
        height: 200px;
    }
}

@media (max-width: 486px) {
    #content hr{
        margin: 5px 0px;
    }

    #content .xl-paragraph{
        font-size: 14px;
    }

    #copyrights{
        padding: 6px 0px;
    }

    #copyrights .scroll-top{
        font-size: 19px;
    }

    #content .xl-title{
        font-size: 16px;
    }

    #content .huge-paragraph{
        font-size: 14px;
        padding: 6px 0px;
    }

    #content .paragraph{
        font-size: 15px;
    }

    #content .small-text{
        font-size: 13px;
    }

    #content .xl-small-text{
        font-size: 14px;
    }
}
