/*!
Theme Name: Matraca Cultural
Template:   benqu
Theme URI: https://everestdesign.com.br
Author: Everest Design
Author URI: https://everestdesign.com.br
Description: Tema adaptado para o site Matraca Cultural | matracacultural.com.br
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: benqu-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
// MATRACA START
.breaking-heading i {
    color: #ffcb00;
}
.topbar-date span {
    color: #00406f;
}
.social-info a {
    color: #fff;
    font-size: 1.1rem;
    transition: all .3s ease-in-out;
}
.social-info a:hover {
    color: #ffcb00;
    transition: all .3s ease-in-out;

}
.user-login a {
    background: transparent;
    border: 1px solid #FFcb00;
    transition: all .3s ease-in-out;
}
.user-login a:hover {
    background: #FFcb00;
    transition: all .3s ease-in-out;
}
.user-login i {
    color: #ffcb00;
    transition: all .3s ease-in-out;
}
.user-login i:hover {
    color: #00406f;
    transition: all .3s ease-in-out;
}
.pfy_single_post_wrapper span.tags-links a:hover {
    color: #ffcb00;
    background: #00406f;
}
button.wp-block-search__button {
    padding: 0 1rem 0 1rem;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-left: 5px solid #ffcb00;
    padding-left: .5rem;
    margin: .6rem 0;
}
.wp-block-categories li {
    border-left: 5px solid #00406f;
    padding-left: .5rem;
    margin: .6rem 0;
}
footer.pfy-site-footer {
    background: #00406f;
}
.pfy-footer-widget-item .tagcloud a {
    border: 1px solid #ffcb00;
}
.pfy-global-social ul li a .fab{
    font-size: 1.8rem;
}
.pfy-footer-widget-item .tagcloud a:hover {
    color: #00406f;
}
.pfy-post-grid-wrap.grid-style-2 ul li, .pfy-post-grid-wrap.grid-style-2 ul li a {
    font-size: 12px !important;
}
.mainmenu .site-navigation .navigation li a {
    padding-right: 25px !important;
}
.ever_copy a {
    color:#f2f2f2;
    font-weight:400;
    float: right;
}
.ever_copy p {
    color:#f2f2f2;
    font-weight:400;
}
.ever_copy a:hover {
    color:#fecc01;
    transition; .3s;
}
.ever_copy b {
    color:#fecc01;
}
.mainmenu .site-navigation .navigation li a {
    padding-right: 50px !important;
}
footer.pfy-site-footer {
	padding-top: 60px !important;
}
.pfy-mailsubscribe-form-tow {
    background: #00406f !important;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}
.pfy-mailsubscribe-form-tow .newlater-icon {
    background: #ffcb00 !important;
}
.pfy-mailsubscribe-form-tow .newsletter-info input[type="email"] {
	color: #fff;
    width: 100%;
    border: 1px solid #788eec;
    background: rgba(255, 255, 255, 0) !important;
    height: 50px;
    border-radius: 5px;
}
.pfy-mailsubscribe-form-tow .newsletter-info ::placeholder {
  color: #fff !important;
  opacity: .4; /* Firefox defaults to a lower opacity, this ensures full opacity */
}

/* MATRACA MOBILE */
@media only screen and (min-width: 375px) and (max-width: 767px) {
	.pfy-logo img {
        max-width: 170px;
    }
    .ever_copy p, .ever_copy a {
        display:block;
        text-align:center;
        float:none;
    }
	.pfy-site-footer .col-md-6 {
        margin-top: 0px;
    }
	.newsletter-info.text-center {
        padding: 0px;
    }
	.pfy-mailsubscribe-form-tow {
	    padding: 0px 20px 0px 30px;
	}
}
