
/*
 Theme Name: Context Blog Child Theme
 Theme URI: https://www.postmagthemes.com/downloads/context-blog-free-wordpress-theme/
 Description: Context blog WordPress theme is a free, personalized, and context-oriented theme.
 Author: Nicolas Gallagher and Jonathan Neal
 Author URI: https://necolas.github.io/normalize.css/
 Template: context-blog
 Version: 1.0.0
*/
.breadcrumb,
aside#secondary,
.detail-author-block,
.social-links.button,
.about-author-holder,
.main-title:before,
.extra-info {
    display: none !important;
}
.inside-page {
    padding: 0 !important;
}
.breadcrumb-holder {
    border: none !important;
    padding: 0 !important;
}
.row {
    display: inherit !important;
}
.content>*,
.detail-holder>* {
    max-width: 100% !important;
}
h1.title.bread-title,
h2.main-title {
    text-align: center !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #c7c7c7 !important;
}
.detail-page-body {
    max-width: 100% !important;
}
[type="submit"] {
    background-color: #000 !important;
    color: #fff !important;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    width: 100% !important;
}
[type="submit"]:hover {
    background-color: #fff !important;
    color: #000 !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    box-sizing: border-box !important;
    border: 1px solid #000 !important;
    width: 100% !important;
}
.wpcf7-form-control-wrap,
.wpcf7-form.init label {
    width: 100% !important;
}
.footer .f-logo {
    height: 160px !important;
    width: 200px !important;
}
.footer .f-logo img {
    max-height: inherit !important;
}
.footer .footer-news {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
}
.footer-news>.container {
    display: flex !important;
    justify-content: center !important;
}
