/*
Theme Name: Mediumish Child
Theme URI: https://www.wowthemes.net/themes/mediumish-wordpress/
Template: mediumish
Author: WowThemesNet
Author URI: https://wowthemes.net/
Description: Looking for a WordPress theme that looks similar to the shape, layout and typography of Medium? Look no further! Mediumish is the perfect choice! A modern, responsive, clean coded WordPress theme, easily built with the live Customizer and Gutenberg ready!
Tags: blog,entertainment,news
Version: 1.0.59.1693897809
Updated: 2023-09-05 08:10:09

*/

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select{
    width: 100%;
}
.wpcf7-form input[type="checkbox"]{
    display: inline-block;
    width: auto;
}
.wpcf7-list-item{
    margin: 0;
}

.gallery{
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.gallery-columns-3 .gallery-item{
    width: calc(33.3% - 15px);
}

.gallery-columns-2 .gallery-item{
    width: calc(50% - 15px);
}
.gallery-columns-4 .gallery-item{
    width: calc(25% - 15px);
}

article img{
    margin-top: 30px;
    margin-bottom: 30px;
}
article img:first-child{
    margin-top: 0;
}

.navarea{
    margin-top: 20px;
}

nav a:hover{
	color: #00a99d !important;
}

nav .active{
	color: #00a99d !important;
	font-weight: 700 !important;
}
@media screen and (max-width: 1024px) {
    .navarea{
    margin-top: 0px;
}
    article img{
    margin-top: 0px;
    margin-bottom: 00px;
}
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item{
    width: calc(50% - 15px);
    max-width: none;
}
}