.info-addr{
    font-family: Montserrat,sans-serif;
}
.services-list li a{
color: #444;
}
.services-list li a:hover{
    color: #ca4012;
}

.post-gallery .text-center > div{
	padding:5px
}
.post-gallery .mb-4{
	margin-bottom:-5px!important;
}
@media only screen and (min-width: 767px) {
    .nav-mobile-phone {
        display: none;
    }
}

.nav-mobile-phone {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    text-align: center;
    box-shadow: 0 0 13px #ccc;
    color: #784533;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 767px) {
    .header-fixed .nav-mobile-phone {
        top: 13px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    article h1,
    h2 {
        font-size: 30px;
    }
    article h1 {
        margin-top: 45px;
    }
    .main-single .post-navigation .nav-links {
        flex-wrap: wrap;
    }
    .main-single .post-navigation .nav-links>div {
        flex-basis: 100%;
    }
    .nav-next {
        margin-left: auto;
    }
    .first-screen .title span {
        display: block;
    }
}
.service-item {
    width: 100%;
}
