/******************************
    RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1200px) {
    .nav-menu .logo-item a {
        width: 278px;
    }
    .sub-menu {
        left: 0;
    }
    .control-width {
        width: 65%;
    }
    .top-content .container > .relative > .table > .cell:last-child {
        padding-right: 0;
    }
    #header .review-btn {
	    right: 10px;
    }
}

@media screen and (max-width: 1100px) {
    /*=== Header & Footer ===*/
    #header {
        height: 146px;
    }
    .nav-menu .logo-item a {
        width: 220px;
        padding: 0 35px 0 6px;
    }
    .nav-menu > li > a {
        font-size: 15px;
    }
    .sub-menu .table {
        height: 320px;
    }
    .sub-menu .cell a {
        padding: 30px 15px;
    }

    /*=== Homepage ===*/
    .banner-text {
        max-width: 500px;
    }
    .large-text {
        font-size: 56px;
    }
    .sub-banner {
        height: 300px;
    }
    .about-wrapper .control-width .inner-box {
        padding: 50px 15px;
    }
    .team-wrapper .img-box {
        height: 450px;
    }
    .testimonials-wrapper .container,
    .testimonial .cell {
        padding: 0;
    }

    /*=== Inner Pages ===*/
    .top-content .container > .relative {
        padding: 40px 15px;
    }
    .top-content .container > .relative > .table > .cell {
        padding-right: 30px;
    }
    .top-content .container > .relative > .table > .cell:first-child {
        width: 350px;
    }
}

@media screen and (max-width: 1050px) {
	
	.banner .single-banner {
		background-attachment: scroll;
	}
	
	.location .cell {
        display: inline-block;
    }
    .testimonials-wrapper .location-box {
        margin: 170px 0 35px;
    }
    .icon-map {
	  	width: 146px;
	  	height: 146px;
	}
	.location-box .icon {
	  	top: -152px;
	  	margin-left: -75px;
	}
	.location-box::before {
		top: -80px;
		height: 80px;
		width: 100%;
		background-size: auto;
	}
	.icon-map::before,
	.icon-map::after {
	  	width: 100%;
	  	background-size: auto;
	}
	.location-box {
		width: 352px;
		padding: 30px 53px 27px;
	}
	.location-box .btn {
	  font-size: 16px;
	}
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
    /*=== Header & Footer ===*/
    #header {
        height: 90px;
    }
    .top-bar {
        color: inherit;
        background-color: transparent;
    }
    .top-bar .cell {
        padding: 10px 15px;
    }
    .top-bar .cell:first-child {
        display: table-cell;
    }
    .top-bar .cell:nth-child(2) {
        text-align: right;
    }
    .top-bar .cell:last-child {
        width: 60px;
    }
    .top-bar .icon-facebook:before {
        background-image: url(/images/icons/facebook-dark.png);
    }
    .top-bar .icon-twitter:before {
        background-image: url(/images/icons/twitter-dark.png);
    }
    .top-bar .icon-linkedin:before {
        background-image: url(/images/icons/linkedin-dark.png);
    }
    .top-bar .icon-youtube:before {
        background-image: url(/images/icons/youtube-dark.png);
    }
    .top-menu {
        display: none;
    }
    .logo-mobile {
        display: inline-block;
        width: 145px;
    }
    .social a:not(:last-child) {
        margin-right: 8px;
    }
    .header-menu > .table > .cell {
        padding: 0;
    }

    /*=== Navigation ===*/
    #nav-btn {
        display: inline-block;
        vertical-align: middle;
    }
    #nav-btn:hover {
        color: #80739e;
    }
    #nav-close-btn {
        position: absolute;
        top: 35px;
        right: 55px;
        display: block;
        z-index: 5;
    }
    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 60%;
        width: 0;
        margin: 0;
        transition: all 0.6s ease 0s;
        color: #fff;
        background-color: #221f20;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
    }
    .open .main-nav {
        width: 100%;
        transition: all 0.8s ease 0s;
    }
    .main-nav nav {
        position: relative;
        min-width: 415px;
        padding: 80px 80px 40px 40px;
        text-align: left;
    }
    .nav-menu {
        display: block;
        margin: 0;
        text-align: left;
    }
    .nav-menu > li {
        display: block;
        margin: 0;
    }
    .nav-menu .logo-item,
    .sub-menu .cell:last-child {
        display: none;
    }
    .nav-menu > li > a {
        display: block;
        padding: 15px 30px 12px 15px;
        border-bottom: 1px solid #000;
        white-space: nowrap;
        font-size: 20px;
        -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    }
    .nav-menu > li:first-child > a {
        padding: 15px 30px 12px 15px;
    }
    .nav-menu > li:last-child > a {
        padding: 15px 30px 12px 15px;
        border-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .nav-menu > li > a:after {
        content: none;
    }
    .nav-menu > li > a:hover,
    li.has-child:hover > a {
        color: inherit;
    }
    .nav-menu li.active > a {
        color: #e18120;
    }
    .sub-ctrl {
        position: absolute;
        top: 7px;
        right: 0;
        width: 30px;
        height: 40px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .sub-ctrl:after {
        content: "\f105";
        font: 22px/40px Font Awesome\ 5 Pro;
        font-weight: bold;
    }
    .sub-ctrl.show {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sub-menu {
        position: static;
        display: none;
        min-width: 100%;
        width: 100%;
        margin: 0 !important;
        padding: 14px 20px;
        border: 0;
        text-align: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform:none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
    }
    .sub-menu .table {
        display: block;
        width: 100%;
        height: auto;
        border: 0;
    }
    .sub-menu .cell {
        display: block;
    }
    .sub-menu .cell a,
    .sub-menu a {
        padding: 7px 10px;
    }
    .sub-menu a:hover {
        color: inherit;
        background-color: transparent;
    }

    /*=== Homepage ===*/
    h1 {
        padding: 0 30px 0 0;
    }
    h1 span {
        margin: 5px -30px 0 0;
    }
    .banner .slick-dots {
        bottom: 60px;
    }
    .banner-text {
        padding-left: 25px;
    }
    .banner-text .btn {
        min-width: 300px;
    }
    .large-text:after {
        margin-left: -25px;
    }
    .banner-content {
        margin-bottom: 35px;
    }
    .sub-banner {
        height: 260px;
    }
    .team-wrapper .img-box {
        height: 400px;
    }

    /*=== Inner Pages ===*/
    .top-content .container > .relative > .table > .cell:first-child {
        width: 310px;
    }
    .logo.table {
        font-size: 30px;
    }
    .img-banner .table {
        height: 330px;
    }
    .img-banner h3 span {
        margin-top: 10px;
    }
    .img-banner .btn {
        margin-top: 30px;
        padding: 14px 15px 6px;
        font-size: 29px;
    }
    .main-content .col-left .img-box {
        height: 330px;
        margin: 40px 0 0;
    }
    .main-content .col-left .img-box:first-child {
        margin: 0 0 40px;
    }
    .main-content .sidebar {
        width: 355px;
    }
}

@media screen and (max-width: 900px) {
    /*=== Main ===*/
    h1 {
        display: block;
        padding: 0;
    }
    h1 span {
        text-align: inherit;
        margin: 5px 0 0;
    }
    .more-link {
        padding-top: 4px;
    }
    .more-link:after {
        width: 50px;
        height: 50px;
        margin: -4px 0 0 20px;
    }
    .icon-map {
        width: 136px;
        height: 136px;
    }
    .slick-dots li {
        margin: 0 7px;
    }

    /*=== Header & Footer ===*/
    .footer-wrapper {
        padding: 35px 0;
        text-align: center;
    }
    .footer-wrapper > div:first-child {
        margin-bottom: 25px;
    }
    .footer-wrapper .table,
    .footer-wrapper .cell {
        display: block;
    }
    .footer-wrapper .cell:last-child {
        width: 100%;
        margin-top: 25px;
        text-align: inherit;
        font-size: 14px;
    }
    .footer-wrapper li:not(:last-child):after {
        margin: -2px 9px 0 10px;
    }

    /*=== Homepage ===*/
    .banner .slick-dots {
        bottom: 30px;
    }
    .banner-text {
        max-width: 450px;
    }
    .large-text {
        font-size: 48px;
    }
    .move-down {
        display: none;
    }
    .control-width {
        width: 100%;
    }
    .about-wrapper .table {
        display: block;
        height: auto;
        text-align: center;
    }
    .about-wrapper .cell {
        display: block;
    }
    .about-wrapper .control-width {
        padding: 15px;
        text-align: inherit;
    }
    .about-wrapper .control-width > .relative {
        border-left: 3px solid #fff;
    }
    .about-wrapper .control-width .inner-box {
        max-width: 100%;
        padding: 35px 15px;
        text-align: inherit;
    }
    .about-wrapper .img-box {
        height: 500px;
    }
    .team-wrapper {
        text-align: center;
    }
    .team-wrapper .bg-box {
        padding: 45px 0 25px;
    }
    .team-wrapper .bg-box .table,
    .team-wrapper .bg-box .cell {
        display: block;
    }
    .team-wrapper .bg-box .cell:last-child {
        text-align: inherit;
    }
    .team-wrapper .img-box {
        height: 350px;
    }
    .team-wrapper .text-box {
        bottom: -90px;
        padding: 28px 15px 15px;
    }
    .team-wrapper .text-box h3,
    .social-wrapper h2 {
        line-height: 46px;
        font-size: 46px;
    }
    .testimonial .img-box {
        padding: 15px;
    }
    .testimonial .quote {
        width: 47px;
        height: 35px;
    }
    .location-box .icon {
        top: -146px;
        margin-left: -70px;
    }
    .social-wrapper {
        padding: 0;
    }
    .social-slider {
        margin-top: 10px;
        font-size: 18px;
    }
    .social-slider .img-box {
        padding: 0;
    }
    .social-slider .img-box .cell {
        padding: 30px 15px;
    }
    .social-slider .img-box > .icon {
        width: 28px;
        height: 28px;
    }

    /*=== Inner Pages ===*/
    .logo.table {
        display: none;
    }
    .top-content .cell > h1 {
		position: relative;
		padding-left: 215px;
		min-height: 55px;
    }
    .top-content .cell > h1:before {
	    content: "Turning Hope Into Healing";
	    display: inline-block;
	    vertical-align: middle;
	    width: 180px;
	    height: 55px;
	    text-indent: 55px;
	    background: url(/images/layout/logo-lg.png) no-repeat center center;
	    background-size: contain;
	    font-size: 20px;
	    padding-top: 20px;
	    
	    position: absolute;
	    top: 50%;
	    left: 0;
	    transform: translateY(-50%);
    }
    .top-content {
        padding: 0 15px 20px;
    }
    .top-content p {
        text-indent: 0;
    }
    .top-content .container {
        padding: 15px;
    }
    .top-content .container > .relative {
        padding: 35px 15px 15px;
    }
    .top-content .container > .relative > .table,
    .top-content .container > .relative > .table > .cell,
    .main-content .container > .table,
    .main-content .col-left,
    .main-content .col-right {
        display: block;
    }
    .main-content .col-left .img-box {
        height: 405px;
    }
    .main-content .sidebar {
        width: 315px;
        margin: 45px auto 0;
        padding: 0;
    }
    .main-content .sidebar > *:not(:last-child) {
        margin-bottom: 35px;
    }
    
    #header .review-btn {
	    min-width: 0;
	    font-size: 12px;
		padding: 4px 8px;
    }
}

@media screen and (max-width: 770px) { /* Tablet View */
    /*=== Main ===*/
    body {
        font-size: 16px;
        cursor: pointer; /* iOS Clicking Fix */
    }
    br {
/*         display: none; */
    }
    h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    h1 span {
        font-size: 26px;
    }
    h2 {
        line-height: 46px;
        font-size: 46px;
    }
    p {
        margin-bottom: 14px;
    }
    .btn {
        min-width: 200px;
        padding: 14px 30px 12px;
    }
    .btn.white {
        min-width: 200px;
        line-height: 19px;
    }
    .more-link {
        font-size: 18px;
    }

    /*=== Header & Footer ===*/
    #nav-close-btn {
        right: 40px;
    }
    .main-nav nav {
        min-width: 392px;
        padding: 80px 40px 40px;
    }
    .nav-menu > li > a {
        font-size: 18px;
    }
    .sub-ctrl {
        top: 6px;
    }

    /*=== Homepage ===*/
    .banner .single-banner:after {
        background: rgba(47,38,53,0.5);
    }
    .banner-text {
        max-width: 400px;
    }
    .banner-text .btn {
        min-width: 240px;
        padding: 14px 30px 11px;
        font-size: 19px;
    }
    .sub-banner {
        height: 230px;
    }
    .team-wrapper .text-box {
        bottom: -80px;
        padding: 25px 15px 15px;
    }
    .team-wrapper .text-box h3,
    .social-wrapper h2 {
        line-height: 38px;
        font-size: 38px;
    }
    .testimonials-wrapper {
        padding: 50px 0 20px;
    }
    .testimonial {
        height: auto;
        font-size: 26px;
    }
    .testimonial .img-box .relative {
        padding: 55px 15px;
    }
    .testimonial a {
        font-size: 18px;        
    }
    .location {
        display: block;
        padding-top: 45px;
    }

    /*=== Inner Pages ===*/
    .img-banner {
        font-size: 26px;
    }
    .img-banner h3 {
        line-height: 30px;
        font-size: 28px;
    }
    .img-banner h3 span {
        margin-top: 7px;
        line-height: 36px;
        font-size: 36px;
    }
    .img-banner .btn {
        min-width: 200px;
        padding: 15px 15px 9px;
        line-height: 21px;
        border-width: 2px;
        font-size: 26px;
    }
    
    .staff-section .staff-box,
    .staff-section .staff-box:nth-child(3n-1) {
	 	width: 46%;
	 	margin-left: 0;
	 	margin-right: 0; 
    }
    .staff-section .staff-box:nth-child(2n) {
	    margin-left: 8%;
    }
    .staff-box .no-img:before {
	    font-size: 130px;
    }
    
    .staff-box figure {
	    padding-bottom: 260px !important;
    }
    
    .story-box .flexbox {
	    padding: 25px 75px 25px 25px;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
    }
    
    .story-box.open .main-col .basic-heading {
	    margin-top: 0;
    }
    
    .story-box .main-col,
    .story-box .small-col {
	    width: 100% !important;
	    max-width: none !important;
	    padding-right: 0 !important;
	    padding-left: 0 !important;
    }
    .story-box.open .main-col {
	    margin-bottom: 30px;
    }
    .story-box.open .small-col {
	    border-left: none;
	    border-top: 5px solid #e18120;
    }
    
    .story-box .float-bottom {
		text-align: left;
	    float: left;
	    max-width: none;
    }
    
    .image-list .svg-photo-container {
	    width: 95px;
    }
}

@media screen and (max-width: 670px) { /* Phone View */
    /*=== Header & Footer ===*/
    .main-nav {
        max-width: 80%;
    }
    .main-nav nav {
        min-width: 384px;
    }
    .badge {
	    width: 100px;
	    bottom: 20px;
	    right: 20px;
    }

    /*=== Homepage ===*/
    .large-text {
        line-height: 42px;
        font-size: 38px;
    }
    .large-text:after {
        height: 3px;
        margin-top: 16px;
    }
    .img-box:after,
    .video-box:after {
        background: rgba(47,46,46,.5);
    }
    .img-banner:after {
        background: rgba(76,49,41,.5);
    }
    .img-banner.light:after {
        background: rgba(232,230,220,.5);
    }
    .team-wrapper .img-box {
        height: 300px;
    }
    .team-wrapper .img-box:after,
    .social-slider .img-box:after,
    .social-slider .text-box,
    .social-slider .video-box:after {
        opacity: 1;
        visibility: visible;
    }
    .social-slider .text-box p {
        margin: 0;
    }
    .team-wrapper .text-box {
        bottom: 0;
        padding: 20px 15px 10px;
    }
    .main-content .col-left .img-box {
        height: 350px;
    }
    
    .video-section .video-box {
		width: 100%;
		margin-left: auto !important;
    }
    
	.video-section .video-box:nth-child(n+2) {
		margin-top: 7.25%;
	}
    
    .staff-detail figure {
		display: block;
		width: 300px;
		height: 240px;
		margin-right: auto;
		margin-left: auto;
		
	}
	.staff-detail > div {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}
	.staff-detail .content {
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
    /*=== Main ===*/
    h1,
    h1 span {
        font-size: 28px;
    }
    h2,
    .img-banner,
    .med-heading,
    .small-heading  {
        line-height: 1.5;
        font-size: 24px;
    }
    .more-link {
        font-size: 16px;
    }
    .more-link:after {
        width: 40px;
        height: 40px;
        margin: -4px 0 0 15px;
        background-size: 60%;
    }
    .more-link:hover:after {
        background-size: 60%;
    }

    /*=== Header & Footer ===*/
    .top-bar .cell:nth-child(2) {
        display: none;
    }
    #nav-close-btn {
        top: 30px;
        right: 30px;
    }
    .main-nav {
        max-width: 95%;
    }
    .main-nav nav {
        min-width: 340px;
        padding: 80px 30px 30px;
    }
    .main-nav .social {
        display: block;
        margin: 20px 0 0 15px;
    }

    .footer-wrapper {
        font-size: 14px;
    }
    .footer-wrapper li {
        margin: 0 7px;
    }
    .footer-wrapper li:not(:last-child):after {
        content: none;
    }

    /*=== Homepage ===*/
    .banner-text {
        padding: 0 15px;
    }
    .large-text {
        line-height: 40px;
        font-size: 34px;
    }
    .large-text:after {
        margin-left: 0;
    }
    .banner-content {
        margin-bottom: 20px;
    }
    .sub-banner {
        height: 190px;
    }
    .about-wrapper .img-box {
        height: 450px;
    }
    .team-wrapper > .table,
    .team-wrapper > .table > .cell {
        display: block;
    }
    .team-wrapper .img-box {
        height: 350px;
    }
    .team-wrapper .text-box h3, .social-wrapper h2 {
        line-height: 30px;
        font-size: 28px;
    }
    .testimonials-wrapper .location-box {
        margin: 142px 0 35px;
    }
    .location-box {
        width: 330px;
    }
    .location-box:before {
        top: -75px;
        height: 75px;
        background-size: contain;
    }
    .location-box .icon {
        top: -142px;
    }

    /*=== Inner Pages ===*/
    .img-banner .table {
        height: 300px;
    }
    .img-banner .btn {
        margin-top: 15px;
    }
    .main-content .col-left .img-box {
        height: 250px;
        margin: 25px 0 0;
    }
    .main-content .col-left .img-box:first-child {
        margin: 0 0 25px;
    }
    .main-content .col-left p {
        text-indent: 0;
    }
    
    .testimonial-box,
    .testimonial-box.with-video {
	    padding: 20px 20px 20px 45px;
	    text-align: center;
    }
    .testimonial-box .video-link {
	    display: inline-block;
	    position: relative;
	    margin-top: 25px;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    right: auto;
    }
    
    .staff-section .staff-box {
		display: block !important;
	    width: 100% !important;
	    margin-right: auto !important;
	    margin-left: auto !important;
    }
    
    .staff-box .no-img:before {
	    font-size: 180px;
    }
    
    .staff-box figure {
	    max-width: 280px;
		margin: 0 auto;
    }
}

@media screen and (max-width: 420px) {
	
	h1 span {
		text-indent: 0;
	}
	
	.top-content .cell > h1 {
		padding-left: 0;
		text-align: center;
	}
	.top-content .cell > h1:before {
		position: relative;
		display: block;
		margin-right: auto;
		margin-left: auto;
		transform: none;
		top: auto;
		left: auto;
	}
	.top-content .container > .relative {
		padding-top: 15px;
	}
	
	.responsive-table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table tfoot,
	.responsive-table tr,
	.responsive-table td,
	.responsive-table th {
		display: block;
	}
	
	.responsive-table td + td {
		margin-top: 15px;
	}
	.nav-menu > li > a {
		white-space: normal;
	}
	
}

@media screen and (max-width: 360px) {
    #nav-btn {
        font-size: 28px;
    }
    #nav-close-btn {
        right: 20px;
        font-size: 28px;
    }
    .main-nav nav {
        min-width: 300px;
        padding: 80px 20px 25px;
    }
    .nav-menu > li > a {
        font-size: 16px;
    }
    .sub-ctrl {
        top: 5px;
    }
    .sub-ctrl:after {
        font-size: 20px;
    }
    .sub-menu {
        padding: 10px 20px;
    }
    .icon-map {
        width: 120px;
        height: 120px;
    }
    .icon-map:before,
    .icon-map:after {
        background-size: 40%;
    }
    .location-box {
        width: 290px;
        padding: 25px 39px 25px;
    }
    .location-box:before {
        top: -66px;
        height: 66px;
    }
    .location-box .icon {
        top: -126px;
        margin-left: -62px;
    }
    .main-content .col-left .img-box {
        height: 200px;
    }
    .main-content .sidebar {
        width: 100%;
    }
}