/*
Theme Name: Pinclone-Child
Theme URI: https://www.pinclone.net
Author: Themesic Interactive
Author URI: https://www.themesic.com
Description: The Most Awesome Pinterest Clone for Wordpress
Version: 2.3e
Tags: photo, gallery, portfolio, social, network, pinterest, clone
Template: pinclone
*/
@font-face {
    font-family: Kankin;
    src: url("css/fonts/KankinRegular.otf");
}

#login, #top-message-wrapper, center, #pinitbutton, #bookmarklets{
    display:none;
}

#topmenu-icons-wrapper{
    display: block !important;
    padding-left: 40px;
}

#login-modal-box .modal-dialog{
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 115px);
    left: calc(50% - 150px);
}

#login-modal-box img{
    position: absolute;
    max-width: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 260px);
}

#loginbox{
    display: none;
}

.modal-backdrop.in{
    background-color: black;
    opacity: 0.7;
}

.modal-body h4{
    text-align: center;
    font-family: Kankin;
}

#popup-overlay{
    background: none;
}

#topmenu{
    background: #337ab7;
}

#topmenu .nav > li > a{
    color: white;
}

.menu-featured-morphers .dropdown-menu{
    max-height: 80vh;
    overflow-y: scroll;
}

.modal{
    z-index: 1056 !important;
}

#masonry .masonry-actionbar .disabled{
    cursor: default !important;
}