/*
	Theme Name: Vert - Child
	Template: vert
*/
@import url("../vert/style.css");
/*-------------------------------------------------------------------------*/

archive .page-title .super-title { display: none; }

single #page-content > .post .post-thumbnail-wrapper .wp-post-image {
  width: auto !important;
}

.post-slider .post-box-inner {
    background-color: unset;
}

.vw-more-articles {
    display: none;
}

.sidebar-wrapper {
    text-align: center;
}

form > .form-submit {
    text-align: center;
}

#comment {
    width: 100%;
}

#respond-inputs {
    display: flex;
    justify-content: space-between;
}

.post-nav.section-container {
    display: none;
}