/*
Theme Name: Foliopress Child
THeme URI: 
Description: This is a child for foliopress
Author: Ben Shewring
Author URI: http://benshewring.site88.net
Template: foliopress
Version: 0.1
Text Domain: foliopress-child
*/

a{
    font-family: 'Poppins', sans-serif !important;
}

#wpadminbar{
    background-color: #37ace1 !important;
}

#wp-admin-bar-root-default{
    display: none !important;
}

.custom-logo{
    height: auto;
    width: 18vw;
}

.site-content{
    min-height: 75vh;
}

.site-title{
    font-size: 18px;
}

.item-entry .avatar{
    width: 70%;
}

.bp-list li .item .list-title {
    font-size: 22px;
}

ul#members-list{
    margin-left:0;
}

.lang-nav{
    padding-right: 30px;
}

.lang-nav > a:nth-child(2){
    margin-left: 20px;
}

#members-all{
    padding:0 0 10px 0;
}

.social-icons img{
    margin:0 15px;
    height: auto;
    width: 25px;
}

.bbp-forum-title, .bbp-topic-permalink{
    font-size: 1.1vw;
}

#bp-browse-button{
    margin:0 auto !important;
}

#aw-whats-new-submit, #bp-messages-send{
    background-color: #37ace1;
    color:#fff !important;
    padding: 5px !important;
    width:auto !important;
}

#buddypress #item-header-cover-image #item-header-avatar img.avatar {
    background: rgb(255, 255, 255) !important;
}

#compose-personal-li{
    padding-top: 10px !important;
}


@media (max-width: 1200px) {
    .custom-logo{
        width: 300px;
    }

    .sidebar-container{
        display: none;
    }

    .main-content-row{
        margin:0 auto;
    }

    .bbp-forum-title, .bbp-topic-permalink{
        font-size: 13.5pt;
    }

    #bbpress-forums li {
        text-align: center;
        padding:5px 0;
        font-size: 8pt;
    }

    #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
        text-align: center;
    }

    #bbpress-forums p.bbp-topic-meta span {
        white-space: normal;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
}

/* Larger landscape devices type S7, iPhone 6 -> */

@media only screen and (min-width: 600px) and (max-width: 900px) and (orientation : landscape){
    
}

/* Smaller landscape devices type iPhone 5 -> */

@media only screen and (min-width: 500px) and (max-width: 599px) and (orientation : landscape){
       
}

/* Portrait devices large -> */

@media only screen and (min-width: 410px) and (max-width: 767px) and (orientation : portrait){
       
}

/* Portrait devices small -> */

@media only screen and (min-width: 200px) and (max-width: 409px) and (orientation : portrait){
      
}