/* 
Theme Name: Hayn-/Hegestrasse
Version: 1.0
Author: PIXONAUTS Studio
Author URI: https://pixonauts.com/
*/

@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat/Montserrat-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

body,
html {
    width: 100%;
    min-height: 100%;
}

body {
    font-size: 16px;
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    overflow-y: scroll
}

.container-fluid {
    max-width: 1200px;
}
@media (min-width:576px) {
    .container {
        max-width: none
    }
}
@media (min-width:768px) {
    .navbar-expand-lg > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container {
        max-width: 750px;
    }
}
@media (min-width:992px) {
    .navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        max-width: 970px;
    }
    .page-content {
        margin-left: 205px 
    }
}
@media (min-width:1200px) {
    body {
        font-size: 1.125rem;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    .page-content {
        margin-left: 215px 
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    line-height: 1.3;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-top: 1.875rem;
	margin-bottom: 1rem;
}
.page-content h1 {
	font-size: 1.625rem;
}
.page-content h2 {
	font-size: 1.375rem;
}
.page-content h3 {
	font-size: 1.125rem;
}
.page-content h4,
.page-content h5,
.page-content h6 {
	font-size: 1rem;
}
@media (min-width:713px) {
	.page-content h1 {
		font-size: 1.75rem;
	}
	.page-content h2 {
		font-size: 1.5rem;
	}
	.page-content h3 {
		font-size: 1.25rem;
	}
	.page-content h4 {
		font-size: 1.125rem;
	}
}
@media (min-width:992px) {
	.page-content h1 {
		font-size: 2rem;
	}
	.page-content h2 {
		font-size: 1.75rem;
	}
	.page-content h3 {
		font-size: 1.5rem;
	}
	.page-content h4 {
		font-size: 1.25rem;
	}
	.page-content h5,
	.page-content h6 {
		font-size: 1.125rem;
	}
}

.page-content ul {
    list-style: disc;
    margin: 0 0 1rem;
    padding: 0
}
.page-content ul li {
    margin-left: 1rem;
}

.entry-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-top: 0!important;
    margin-bottom: 1.5rem!important;
}
.entry-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #000;
}

a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.ctx a {
    border-bottom: 1px solid #000;
}
.ctx a:hover {
    border-bottom: 1px solid transparent;
}
.gallery a {
    border-bottom: 0!important
}
a:focus, a.focus, button:focus, button.focus {
  outline: 0;
}
.readmore-wrap {
    margin-top: 1.5rem;
}
@media (min-width:992px) {
    .readmore-wrap {
        margin-top: 2rem;
    }
}
span.readmore-text {
    position: relative;
    padding: 4px 8px;
    letter-spacing: 1px;
    font-weight: 500;
}
span.readmore-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all .2s cubic-bezier(.785, .135, .15, .86);
    transition: all .2s cubic-bezier(.785, .135, .15, .86);
}
.no-touch .readmore:hover {
    color: #fff;
}
.no-touch .readmore:hover span.readmore-text::before {
    width: 100%;
}

.btn {
    border-radius: 0;
    padding: .5rem 2rem;
    font-size: 14px;
    text-transform: uppercase;
}
.btn:focus, .btn.focus {
  box-shadow: none!important
}
.btn-primary {
    color: #000;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-bottom-color: #999;
    border-bottom-width: 2px;
}
.btn-secondary {
    background-color: #000;
    border-color: #fff;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active{
    background-color: #691719;
    border-color: #691719;
}
.dropdown-toggle::after {
    margin-left: 10px;
}
.dropdown-menu {
    border-radius: 0;
    color: #000;
}
img {
    max-width: 100%;
}
.full-img {
    width: 100%
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.page-content .wp-caption-text {
    font-size: 12px;
    line-height: 1.3;
    margin: 5px 3px 10px
}
.page-content .gallery .wp-caption-text {
    margin-top: 0
}
.alignleft {
    float: left
}
.wp-caption.alignleft {
    max-width: 50%;
    margin: 8px 20px 10px 0;
}

.alignright {
    float: right
}
.wp-caption.alignright {
    max-width: 50%;
    margin: 8px 0 10px 20px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 8px 20px 10px 0;
    max-width: 50%;
    height: auto
}

img.alignright {
    margin: 8px 0 10px 20px;
    max-width: 50%;
    height: auto
}

img.aligncenter {
    margin: 10px auto;
    clear: both;
    display: block
}

img.alignnone {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

@media (max-width:712px) {
    .gallery-caption {
        display: none
    }
    .page-id-24 .gallery-item,
    .page-id-155 .gallery-item {
        width: 25%!important
    }
    .page-id-24 .gallery br,
    .page-id-155 .gallery br {
        display: none
    }
}
@media (max-width:480px) {
    .wp-caption.alignleft,
    .wp-caption.alignright,
    .wp-caption.aligncenter {
        display: block;
        float: none;
        width: 100%!important;
        max-width: 100%!important;
        margin: 10px 0!important;
    }
    .wp-caption.alignleft img,
    .wp-caption.alignright img,
    .wp-caption.aligncenter img {
        width: 100%!important;
        height: auto!important
    }
}

table{
	width:100%;
	height:auto;
	border-collapse: collapse;
}

table td {
    padding-bottom: 5px;
}
.page-id-20 table td:first-child {
    color: #000;
    font-weight: 600;
    line-height: 1;
}
.page-id-30 table td {
    vertical-align: top
}
.page-id-30 table td:first-child {
    padding-right: 15px
}
.page-id-30 table td:first-child img {
    min-width: 75px;
    max-width: 75px;
}
.page-id-30 table td:last-child {
    padding-top: 10px
}
@media (min-width:713px) {
    table td {
        padding-bottom: 15px;
    }
    .page-id-20 table td:first-child {
        font-size: 1.25rem;
        padding-right: 30px;
        text-align: right;
        white-space: nowrap
    }
    .page-id-30 table td:first-child img {
        min-width: 150px;
        max-width: 150px;
    }
}
@media (max-width:712px) {
    .page-id-20 table td {
        width: 100%;
        display: block
    }
    .page-id-20 table td:first-child {
        padding-top: 10px
    }
}




@media (max-width:480px) {
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.alignleft,
    img.alignright {
        display: block;
        float: none;
        width: 100%!important;
        max-width: 100%!important;
        margin: 1rem 0!important;
    }
}

.gallery {
    margin: 1.5rem -5px!important
}

.gallery-item {
    margin: 0!important;
}

.gallery-item img {
    width: 100%!important;
    height: auto!important;
    border: 5px solid #f7f7f7!important
}
.mar-t {
    margin-top: 1.875rem;
}
@media (min-width:992px) {
    .mar-t {
        margin-top: 2.5rem;
    }
}

b, strong {
    font-weight: 600;
}

#pageloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900
}

.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #000
}

#main-nav {
    padding: 0 .3125rem;
    min-height: 70px;
    background-color: #fff !important;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    z-index: 200
}
#main-nav .container-fluid {
    position: relative;
}
#main-nav .mobile-buttons {
    position: absolute;
    right: .3125rem;
    top: 13px;
    direction: rtl;
}
@media (min-width:992px) {
    #main-nav .mobile-buttons {
        display: none;
    }
}
#main-nav .mobile-button {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 13px 0;
    border: none;
    background: 0;
    -webkit-appearance: button;
    cursor: pointer;
    transition: all .3s ease-in-out
}
#main-nav .nav-toggle b {
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, border-color .3s ease-in-out;
    position: absolute;
    left: 10px;
    display: block;
    width: 25px;
    height: 0;
    border-top: 3px solid #000
}
#main-nav .nav-toggle b:nth-child(1) {
    top: 12px
}
#main-nav .nav-toggle b:nth-child(2) {
    top: 20px
}
#main-nav .nav-toggle b:nth-child(3) {
    top: 28px
}
#main-nav .nav-toggle[aria-expanded="true"] b:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}
#main-nav .nav-toggle[aria-expanded="true"] b:nth-child(2) {
    opacity: 0
}
#main-nav .nav-toggle[aria-expanded="true"] b:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}
#main-nav .toggle-search:not(.nav-link) {
    font-size: 25px;
    color: #000!important
}
#main-nav .toggle-search:not(.nav-link) i {
    position: absolute;
    left: 5px;
    top: 4px;
}
.sticky-wrapper {
    max-height: 0!important;
}
#main-nav .navbar-brand {
}
#main-nav .navbar-brand img {
    height: 60px;
}
#main-nav .navbar-brand-text {
    position: absolute;
    top: 17px;
    left: 70px;
    color: #691719;
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 600
}
#main-nav .navbar-brand-text span {
    display: none
}

#main-nav .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem
}
#main-nav .navbar-nav > .menu-item {
    padding: 0 .5rem
}
#main-nav .navbar-nav > .menu-item > a {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-size: .875rem;
    padding: .625rem 0;
}
#main-nav .dropdown-menu {
    border: 0;
    margin-top: 0;
    padding-top: 0;
}
#main-nav .dropdown-menu .dropdown-item {
    font-size: 1rem;
}
@media (min-width:640px) {
    #main-nav .navbar-brand-text span {
        display: inline-block
    }
}
@media (min-width:992px) {
    #main-nav {
        background-color: #f7f7f7 !important;
        padding: 0 1.25rem;
        box-shadow: none;
        min-height: 0
    }
    #main-nav .navbar-brand {
        margin-right: 40px;
    }
    #main-nav .navbar-brand img {
        height: 155px;
    }
    #main-nav .navbar-brand-text {
        top: 20px;
        left: 215px;
        font-size: 1.5rem;
    }
    #main-nav .navbar-brand-text br {
        display: none
    }
    #main-nav .navbar-brand-text span {
        display: inline-block
    }
    #main-nav .navbar-nav {
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    #main-nav .navbar-nav > .menu-item {
        text-align: center;
        padding: 0 .5rem;
    }
    #main-nav .navbar-nav > .menu-item:nth-child(1) {
        padding-left: 0;
    }
    #main-nav .navbar-nav > .menu-item > a {
        padding: 1.25rem .5rem;
        position: relative
    }
    #main-nav .navbar-nav > .menu-item > a:not(.toggle-search)::before {
        content: '';
        display: block;
        height: 3px;
        position: absolute;
        top: auto;
        bottom: 10px;
        left: .5rem;
        width: 20px;
        background-color: #000;
        -webkit-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #main-nav .navbar-nav > .menu-item > a:hover::before,
    #main-nav .navbar-nav > li.current-menu-item > a:not(.toggle-search)::before,
    #main-nav .navbar-nav > li.current-menu-parent > a:not(.toggle-search)::before,
    #main-nav .navbar-nav > li.current_page_parent > a:not(.toggle-search)::before,
    #main-nav .navbar-nav > .menu-item > a[aria-expanded="true"]::before {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }
    #main-nav .navbar-nav > li.current-menu-item > a:not(.toggle-search),
    #main-nav .navbar-nav > li.current-menu-parent > a:not(.toggle-search) {
        font-weight: 600
    }
    #main-nav .navbar-nav a.toggle-search {
        padding-top: 0.75rem;
        padding-bottom: 0;
        font-size: 24px;
        color: #000!important
    }
    #main-nav .dropdown-menu {
        margin-top: 20px;
        padding-bottom: 0;
        background-color: #353535;
        min-width: 100%;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    }
    #main-nav .dropdown-menu .dropdown-item {
        color: #fff;
        line-height: 1;
        padding: .75rem 1rem;
        font-size: .875rem
    }
    #main-nav .dropdown-menu li:first-child .dropdown-item {
        padding-top: .875rem;
    }
    #main-nav .dropdown-menu li:last-child .dropdown-item {
        padding-bottom: .875rem;
    }
    #main-nav .dropdown-menu .dropdown-item:hover,
    #main-nav .dropdown-menu .dropdown-item:focus {
        background-color: #691719;
    }
}
@media (min-width:1200px) {
    #main-nav .navbar-brand {
        margin-right: 60px
    }
    #main-nav .navbar-brand-text {
        left: 245px;
    }
    #main-nav .navbar-nav > .menu-item {
        padding: 0 1rem;
    }
    #main-nav .navbar-nav > .menu-item > a {
        padding: 1.25rem 1rem;
    }
    #main-nav .navbar-nav > .menu-item > a:not(.toggle-search)::before {
        left: 1rem;
    }
    #main-nav .dropdown-menu .dropdown-item {
        padding: .75rem 2rem;
    }
}





.search-form {
    background: #fff;
    position: relative;
    display: none;
    z-index: 10
}

.search-form.is-expanded {
    display: block;
    height: calc(100vh - 70px);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2)
}
@media (min-width:992px) {
    .search-form {
        transition: max-height .5s ease-in-out;
        position: absolute;
        left: 0;
        top: auto;
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        text-align: left;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2)
    }
    .search-form.is-expanded {
        max-height: 500px;
        top: auto;
        height: 200px
    }
}
.search-wrapper {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding-bottom: 20px
}
@media (min-width:992px) {
    .search-wrapper {
        max-width: 1200px;
        padding: 3.75rem 1.25em;
        margin: 0 auto;
        border-bottom: none
    }
}
.search-field {
    position: relative
}
@media (min-width:712px) {
    .search-field {
        width: 80%;
        margin: 0 auto;
        padding: 0 2.875rem
    }
}
.search-input {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 40px;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    outline: 0;
    background: 0 0;
    font-size: 1.375rem
}
@media (min-width:992px) {
    .search-input {
        font-size: 2rem;
        padding-right: 0;
    }
}
.search-submit {
    position: absolute;
    right: 0;
    top: 16px;
    margin-top: -.8125rem;
    font-size: 1.625rem;
    line-height: 1;
    color: #000;
    border: none;
    background: 0;
    -webkit-appearance: button;
    cursor: pointer;
}
@media (min-width:992px) {
    .search-submit {
        top: 25px
    }
}


#main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0 0;
    overflow: hidden;
    z-index: 1;
}
@media (min-width:992px) {
    #main {
        padding-top: 40px
    }
}

.site-scroll-helper {
    position: absolute;
    display: none;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 101;
    -webkit-transition: all 900ms cubic-bezier(.23, 1, .32, 1);
    transition: all 900ms cubic-bezier(.23, 1, .32, 1)
}
@media (min-width:992px) and (min-height:640px) {
    .site-scroll-helper {
        display: block;
        left: 5%;
    }
}
.site-scroll-helper.active {
    opacity: 1;
}
.rotated-text {
    display: inline-block;
    overflow: visible;
    width: 100%
}
.rotated-text__inner {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: none;
    -ms-transform-origin: none;
    -ms-writing-mode: tb-rl;
    *writing-mode: tb-rl;
    letter-spacing: .1em
}
.rotated-text__inner:before {
    content: "";
    float: left;
    margin-top: 100%
}
.helper-text {
    display: inline-block
}
.site-scroll-helper .helper-text {
    opacity: 0;
    -webkit-transform: translateX(150px) translateZ(0);
    -ms-transform: translateX(150px);
    transform: translateX(150px) translateZ(0);
    -webkit-transition: all 900ms cubic-bezier(.23, 1, .32, 1) 1s;
    transition: all 900ms cubic-bezier(.23, 1, .32, 1) 1s
}
.site-scroll-helper img {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    opacity: 0;
    -webkit-transform: translateX(150px) translateZ(0);
    -ms-transform: translateX(150px);
    transform: translateX(150px) translateZ(0);
    -webkit-transition: all 900ms cubic-bezier(.23, 1, .32, 1) .7s;
    transition: all 900ms cubic-bezier(.23, 1, .32, 1) .7s
}
.loaded .site-scroll-helper .helper-text,
.loaded .site-scroll-helper img {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0);
    transform: translateX(0) translateZ(0)
}

.section-heading {
    z-index: 10;
    position: relative;
    margin-bottom: 20px;
}
.section-heading h2 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    line-height: 1;
    color: rgba(222,222,222,.4);
    text-transform: uppercase;
    font-weight: 900;
}
@media (min-width:640px) {
    .section-heading h2 {
        font-size: 3.5rem
    }
}
@media (min-width:712px) {
    .section-heading h2 {
        font-size: 5rem;
        letter-spacing: 3px
    }
}
@media (min-width:992px) {
    .section-heading h2 {
        font-size: 6rem
    }
}
@media (min-width:1200px) {
    .section-heading h2 {
        font-size: 7rem
    }
}

#welcome-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px
}
#welcome-section .section-image {
    position: relative;
    width: 100%;
    height: 400px;
    height: 50vh;
    background-size: cover;
    background-position: center center
}
.section-image a {
    display: block
}
.section-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .3s ease-in-out;
}
.touch .section-image img,
.section-image img.is-hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
@media (min-width:992px) {
    #welcome-section .section-image {
        width: auto;
        min-height: 600px;
        height: 70vh;
        margin-left: 165px;
    }
}
@media (min-width:1200px) {
    #welcome-section .section-image {
        width: 770px;
    }
}
#welcome-section .section-text {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 20;
    padding: 20px 0;
}
@media (min-width:992px) {
    #welcome-section .section-text {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        width: 60%;
        padding: 40px 30px;
        background: #fff;
    }
    #welcome-section .section-text::before,
    #welcome-section .section-text::after {
        content: '';
        position: absolute;
        background-color: #691719;
        transition: background-color .3s ease-in-out;
    }
    #welcome-section .section-text::before {
        top: 30px;
        right: -30px;
        bottom: 0;
        width: 30px;
    }
    #welcome-section .section-text::after {
        bottom: -30px;
        left: 30px;
        right: -30px;
        height: 30px;
    }
    .touch #welcome-section .section-text::before,
    .touch #welcome-section .section-text::after,
    #welcome-section .section-text.is-hover::before,
    #welcome-section .section-text.is-hover::after {
        background-color: #353535;
    }
}
#welcome-section h1 {
    font-size: 19px;
    margin: 0 0 1rem;
    opacity: 0.9
}
@media (min-width:640px) {
    #welcome-section h1 {
        font-size: 22px;
        margin-bottom: 1.5rem
    }
}
@media (min-width:712px) {
    #welcome-section h1 {
        font-size: 28px
    }
}
@media (min-width:992px) {
    #welcome-section h1 {
        font-size: 32px
    }
}
#welcome-section p {
    text-align: left;
}
@media (min-width:992px) {
    #welcome-section p {
        width: 75%;
    }
    #welcome-section .readmore-wrap {
        text-align: right
    }
}


#news-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px
}
#news-section .section-heading {
    text-align: center;
}
@media (min-width:712px) {
    #news-section .section-heading:not(.text-left) {
        margin-top: 30px;
        margin-bottom: 0;
        text-align: right
    }
}
@media (min-width:1200px) {
    #news-section .section-heading:not(.text-left) {
        margin-top: 40px;
        margin-bottom: -10px;
    }
}
.news-detail {
    position: relative
}

.news-img-wrap {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 400px;
    height: 50vh
}
.news-img-wrap .news-img {
    position: relative;
    width: 100%;
    height: 100%;
}
.news-img-wrap .news-img a {
    display: block;
}
.news-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .3s ease-in-out;
}
.touch .news-img img,
.news-img img.is-hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); 
}
@media (min-width:712px) {
    .news-img-wrap {
        margin-bottom: 0;
        width: 340px;
        height: 340px;
    }
    .news-img-wrap::before {
        z-index: 0;
        content: '';
        width: 340px;
        height: 340px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #691719;
        transition: background-color .3s ease-in-out;
    }
    .news-img-wrap .news-img {
        left: 30px;
        bottom: 30px;
    }
    .touch .news-img-wrap::before,
    .news-img-wrap.is-hover::before {
        background-color: #353535;
    }
}
@media (min-width:992px) {
    .news-img-wrap {
        width: 500px;
        height: 500px;
    }
    .news-img-wrap::before {
        width: 500px;
        height: 500px;
    }
}
.news-text-wrap {
    position: relative;
    width: 100%;
    z-index: 10
}
.news-title h3 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    font-size: 19px;
    line-height: 1.25;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}
.news-title h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #000;
}
@media (min-width:640px) {
    .news-title h3 {
        font-size: 22px;
    }
}
@media (min-width:712px) {
    .news-title h3 {
        font-size: 28px
    }
    .news-text-wrap {
        position: absolute;
        width: 290px;
        top: 15px;
        right: 0;
    }
}
@media (min-width:992px) {
    .news-title h3 {
        font-size: 32px
    }
    .news-text-wrap {
        width: 350px;
    }
}
@media (min-width:1200px) {
    .news-text-wrap {
        margin-top: 30px;
        width: 580px;
    }
}
.news-information {
    margin-top: 30px;
    margin-bottom: 30px;
}


#navi-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#navi-section .section-heading {
    text-align: center;
}
@media (min-width:712px) {
    #navi-section {
        margin-bottom: 30px
    }
    #navi-section .section-heading {
        margin-top: 30px;
        margin-bottom: 0;
        text-align: left;
    }
}
@media (min-width:1200px) {
    #navi-section .section-heading {
        margin-top: 40px;
        margin-bottom: -10px;
    }
}
.navi-info {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 2px solid #333;
}
.navi-info p {
    margin-bottom: 0;
}
@media (min-width:712px) {
    .navi-info {
        max-width: 320px;
        margin-top: 30px;
        margin-bottom: 0;
        padding-left: 30px;
        float: left
    }
}
.navi-slider-wrapper {
    position: relative;
    margin-right: -20px
}
@media (min-width:712px) {
    .navi-slider-wrapper {
        width: 350px;
        float: right;
        margin-top: -30px
    }
}
@media (min-width:992px) {
    .navi-slider-wrapper {
        width: 580px;
    }
}
@media (min-width:1200px) {
    .navi-slider-wrapper {
        width: 800px;
    }
}
.navi-slider {
    margin-bottom: 20px;
}
.navi-slider .slide-inner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-right: 20px;
}
.slide-inner img {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .3s ease-in-out;
}
.touch .slide-inner img,
.slide-inner a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); 
}
.slide-inner h4 {
    margin: 0;
    padding: 0 .3125rem;
    font-size: 1.125rem;
    text-transform: uppercase
}
.slider-nav {
    position: relative;
    width: 100%;
    padding-right: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 18px
}
.prev-slide {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    cursor: pointer
}
.next-slide {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    cursor: pointer
}
.prev-slide img,
.next-slide img {
    width: 35px
}
.next-slide::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #000;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translate(-4px, -3px);
    -webkit-transform: translateX(-4px, -3px);
}


.post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin-bottom:1.25rem;
    text-align: center
}
.post-thumbnail img {
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.blog .post-thumbnail img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .3s ease-in-out;
}
.touch .post-thumbnail img,
.post-thumbnail img.is-hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); 
}
.entry-content, .entry-summary {
    padding-bottom: 5%;
}
article.post {
    padding-bottom: 4rem;
}

.post-navigation {
	position: relative;
	width: 100%;
    height: auto;
	margin: 0;
    overflow: hidden;
}
.post-navigation .post-prev,
.post-navigation .post-next {
    position: relative;
    float: left;
    min-height: 1px;
    white-space: nowrap;
}
.post-navigation .post-prev {
    padding-right: 30px;
    width: 50%;
}
.post-navigation .post-next {
    width: 50%;
    text-align: right;
    padding-left: 30px;
}

.pagination {
    width: 100%;
    margin-bottom: 2rem
}
.pagination .nav-links {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: none!important
}
.pagination .page-numbers.current {
    font-weight: 600
}


.back-to-top {
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1
}
.back-to-top i {
    margin-left: .625rem
}


#footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2rem 0;
    margin-top: 1.875rem;
    background: rgba(222,222,222,.4);
    color: #666;
    font-size: .8125rem;
    text-align: center;
    z-index: 1;
}
#footer .footer-links a {
    display: inline-block;
    color: #666;
}
#footer .footer-links a:hover {
    color: #000;
}
@media (min-width:576px) {
    #footer {
        margin-top: 2.5rem;
        text-align: left;
    }
    #footer .footer-links {
        text-align: right
    }
}
