/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

header .alignleft {
    margin: 0 !important
}

@media screen and (max-width: 1110px) {
    #site-title {
        margin-right: 0;
        margin-top: 0
    }
}

#h-top {
    min-height: 0
}

.entry-card-content footer,
.related-entry-content footer {
    display: none
}

#sidebar h3 {
    font-size: 20px;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 0
}

#searchform::after {
    position: absolute;
    right: 8px;
    top: 10px;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 20px;
    color: #fff
}

#s {
    height: 40px
}

#searchsubmit {
    height: 34px;
    background-image: none;
    background-color: #de0000
}

@media screen and (min-width: 1111px) {
    #search-3,
    #metaslider_widget-2 {
        display: none
    }
}

.entry,
.related-entry {
    display: flex
}

.related-entry-thumb {
    margin-right: 7px
}

.entry-card-content,
.related-entry-content {
    flex: 1;
    margin: 0
}

.related-entry-title {
    margin-top: 0
}

@media screen and (min-width: 1111px) {
    #menu-menu {
        display: flex !important
    }
}

#menu-menu .menu-item {
    flex: 1;
    text-align: center
}

#menu-menu .menu-item a {
    padding: 1em .7em
}

#categories-2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0
}

#categories-2 ul .cat-item {
    margin-bottom: 0
}

#categories-2 ul .cat-item a {
    font-size: 14px !important;
    line-height: 1em;
    background: #000;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    padding: 10px 10px;
    border: 2px solid #222;
    text-decoration: none
}

#categories-2 ul .cat-item a::before {
    font-family: "FontAwesome";
    content: "\f07b";
    padding-right: 4px
}

#categories-2 ul .cat-item a:hover {
    background: #fff;
    color: #000
}

.wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 240px;
    box-sizing: border-box;
    padding: 1rem 1rem;
    margin: 20px auto;
    background-color: #222;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #fff !important;
    text-align: center;
    transition: all .1s ease
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #222;
    color: #222 !important
}

.twitter-btn-icon .twitter-btn-icon-link {
    background-color: #000 !important
}

.twitter-btn-icon .twitter-btn-icon-link .icon-twitter::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16px' height='16px' fill='%23fff'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E")
}

.twitter-btn-icon .twitter-btn-icon-link .icon-twitter::after {
    content: "X"
}

@media screen and (min-width: 1111px) {
    #site-title {
        display: none
    }
}

.fv {
    margin-bottom: 15px
}

@media screen and (max-width: 1110px) {
    .fv {
        display: none
    }
}

.related-entry-thumbnail .related-entry-content {
    margin: 0
}

.related-entry-thumbnail .related-entry-content .related-entry-title a {
    display: block
}

@media screen and (max-width: 1110px) {
    #related-entries {
        display: flex;
        flex-wrap: wrap;
        gap: 15px
    }
    #related-entries>h2 {
        width: 100%
    }
    #related-entries .related-entry-thumbnail {
        height: 220px;
        width: calc((100% - 15px)/2);
        margin-right: 0
    }
    #related-entries .related-entry-thumbnail:nth-of-type(n+5) {
        display: none
    }
}

/*# sourceMappingURL=style.css.map */