/*
Theme Name: Photolio Child
Theme URI: http://themeforest.net/item/photolio-photography-portfolio-wordpress-theme/2058432
Author: kotofey
Author URI: http://www.themeforest.net/user/kotofey
Description: A child theme of Photolio Theme
Template: photolio
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*/
/* WRITE YOUR OWN STYLES BELOW
/*-----------------------------------------------------------------------------------*/
.wp-container-core-columns-is-layout-9d6595d7 {width: 150px;}
.page-title h1 {
font-size: 30px!important;
}
.portfolio-wrapper .portfolio-item a {
    padding-bottom: 50%!important;
}
.page-entry p > a {
    color: #F32735!important;
}
.gallery-thumb-wrapper {
width: 33%!important;
}
.wp-block-button__link:hover {
	color: #F32735!important;
}
button:hover, input.submit:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background-color: #F32735!important;
    color: #111;
}
@media (max-width: 767px) {
.portfolio-wrapper .isotope-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.portfolio-wrapper .portfolio-item {
    width: 50%!important;
}
}