/*
 Theme Name:   Adriano Pupilli
 Theme URI:    http://adrianopupilli.com.au
 Description:  Adriano Pupilli Child Theme
 Author:       Adriano Pupilli
 Author URI:   http://adrianopupilli.com.au
 Template:     mies
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


.masonry__item-meta {display:none;}

.has-thumbnail {opacity: 1 !important;}

.masonry__item-image {margin-bottom:0px;}
.project {margin-bottom:0px;}

.arrow--down { opacity: 1; }
.wpcf7-form > p { margin-bottom: 0 }

.site-logo--image img {
    max-height: 80px;
}

.page-id-1910 .content--portfolio-archive a {
    margin-top: 3%;
    margin-bottom: 3%;
}


/* News Article */
.display-posts-listing .listing-item {
	float: left;
    width: 25%;
    margin: auto;
    padding-right: 5%;
    padding-left: 5%;
}

.display-posts-listing img {
	float: left;
	margin: 0 10px 10px 0;
}

.display-posts-listing .listing-item a {
    display: block;
    clear: both;
    border-bottom: none;
}

.listing-item .title {
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
}

.wpcf7-form label {
    font-size: 88%;
    line-height: 1.8;
}

.comment-form .comment-subscription-form label {
    display: inline;
}

@media screen and (min-width: 1200px) {
    .menu--main-menu > li > a {
        font-size: 3rem;
    }
}

@media screen and (min-width: 800px) {
#sb_instagram {
        min-height: 850px;
    }
}

@media screen and (max-width: 800px) {
    .item--is-adopted {
        display: none;
    }
    
}

@media only screen and (max-width: 480px) {
    .display-posts-listing .listing-item {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 10%;
    }
    
    .display-posts-listing .listing-item img {
        float: none;
    }
}