/*
	Theme Name: Hidro Mundi / BLOG
	Theme URI: https://blog.hidromundibanheiras.com.br
	Description: Tema WordPress desenvolvido para Hidro Mundi (17/03/2020)
	Author: Diego Gabriel Tavares
	Author URI: http://cliecom.com.br
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: responsive-layout, accessibility-ready
	Text Domain: Hidro Mundi

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.

-----------------------------------------

---------- Resets --- */
*{
    outline: none;
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    font-family: mullerregular;
}

img{
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}

.pagination-margin-top {
    height: 525px;
}

textarea {
    font-family: inherit;
    border: none;
}

input{
    border: none;
}

p {
    margin: 20px auto;
}

@media(max-width: 800px) {
    .pagination-margin-top {
        height: 75px;
    }
}   





















