/*******************************************************
 *
 * Main
 *
 *******************************************************/
#inner-page-wrapper {
    overflow: hidden;
    margin-bottom: 0;
}

#content-sidebar,
#content-full {
    margin-top: 45px;
}

.ip-about {
    position: relative;
}

#content .about-wrap {
    position: relative;
    background: #fff;
}

#content .about-main,
#content .about-img {
    display: block;
    position: relative;
}

#content .about-main {
    padding: 40px 0 0;
    margin-right: -75px;
    background: #fff;
    position: relative;
    z-index: 1;
}

#content .about-inner {
    position: relative;
    display: flex;
    flex-flow: row wrap;
	margin-top: -100px;
}

#content .about-inner:before,
#content .about-inner:after {
    display: none;
}

#content .about-left {
    margin: auto 0;
    padding: 45px 0 0;
}

#content .about-right {
    margin: 322px auto 0;
}

#content .about-title {
    position: relative;
}

#content .about-title strong {
    font-size: 50px;
    line-height: 1.22;
}

#content .about-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6111;
    letter-spacing: 0.34px;
    color: #7c7c7c;
    margin-top: 35px;
    padding-right: 70px;
}

#content .about-content p {
    margin: 0;
    line-height: inherit;
}

#content .about-link {
    min-width: 211px;
    margin-top: 74px;
}

#content .about-img img {
    display: block;
    width: calc(100% - 45px);
}

#content .entry-title,
#content .archive-title{
    display: none;
}

/*******************************************************
 *
 * Mobile
 *
 *******************************************************/
@media only screen and (max-width: 1199px) {
    #content .about-content {
        padding-right: 35px;
    }

    #content .about-main {
        padding: 40px 0 50px;
    }
}

@media only screen and (max-width:1024px) {
	#content .about-main {
        padding: 40px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    #content .about-left {
        padding: 0 15px;
    }
    
    #content .about-main {
        margin-right: 0;
    }
    
    #content .about-content {
        padding-right: 0;
    }

    #content .about-title strong {
        font-size: 40px;
    }

    #content .about-img {
        margin-bottom: 0;
    }

    #content .about-img img {
        margin: 0 auto;
    }

    #content .about-main {
        padding-top: 0;
        padding-bottom: 0;
    }

    #content .about-right {
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 767px) {
    #content .about-title strong {
        font-size: 35px;
    }
}
