/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 1920px) and (max-width: 3840px) {
  .container {
    max-width: 1920px;
    margin: 0px auto;
  }
}

/* Desktop */

@media (max-width: 1600px) {
  h1 {
     font-size: 66px;
    line-height: 130%;
  }

  h2 {
    font-size: 42px;
    line-height: 130%;
  }

  p,
  a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }

  .text-large {
    font-size: 22px;
    line-height: 28px;
  }

  .container,
  .banner-block .container-full {
    width: 90%;
  }
	
	.questions , .questions  .container-block{
		width:100%!important;
	}
	
  .banner-block {
    height: 90vh;
  }
	
	.programs {
		width:100%!important;
	}
	
	.programs .container-block {
    width: 90%;
}
	
	.inner-feature .inner-feature-text{
		height:90vh;
	}
	
	.event img {
		max-width: 450px;
	}

}

/* Desktop Small */

@media (max-width: 1400px) {


  h1 {
  font-size: 66px;
    line-height: 130%;
  }

  h2 {
    font-size: 36px;
    line-height: 120%;
  }

  h3 {
    font-size: 32px;
    line-height: 120%;
  }

  .footer {
    width: 100%;
  }

  .slick-dots {
    bottom: -30px;
  }

  .column-forth {
    width: 23%;
  }

  .image-bg {
    height: 130%;
  }

  .testimonial-container .slick-prev {
    left: 15%;
  }

  .testimonial-container .slick-next {
    right: 15%;
  }

  .testimonial-block h5 {
    margin-top: 10px;
    font-size: 14px;
  }
	
	.mentorship-feature{
		width:100%!important;
	}
	
	.service-item h4{
	    font-size: 20px;	
	}
	
	.credentials .container-block {
		width: 90%;
	}
	
	.mission-image {
		width: 400px;
		    margin-top: -25%;
	}
	
.mission h2 strong {
    font-size: 50px !important;
	}
	
	.green-dark-block .container-block {
    max-width: 70%;
}
	
	.accordion .headline {
	font-size: 22px;	
	}

	
	.modalities-items .column-forth{
		 width: 20%!important;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-container .slick-prev {
    left: 18%;
  }

  .testimonial-container .slick-next {
    right: 18%;
  }

  .paragraph--large {
    font-size: 18px;
    line-height: 22px;
  }

  .post-container {
    width: 80%;
    margin: 0px auto;
  }
	
	#nav li:nth-child(3) {
    margin-right: 230px;
}
	
	.logo{
		right: calc(50% - 90px);
	}
}

/* Tablet Portrait */

@media (max-width: 980px) {
  .hide-mobile {
    display: none;
  }

  .mobile-column {
    flex-direction: column !important;
    align-items: center;
  }

  .mobile-column-reverse {
    flex-direction: column-reverse !important;
    align-items: center;
  }

  .column-half,
  .column-half.no-whitespace {
    width: 100%;
  }

  .footer h4,
  .footer p {
    text-align: left;
  }

  .banner-content {
    text-align: center;
  }

  .image-half {
    overflow: hidden;
  }

  .checklist-item::before {
    position: relative;
    top: inherit;
    left: inherit;
  }

  .max-500 {
    max-width: 100% !important;
  }

  .process-box .column-full::before {
    top: 30px;
  }

  .testimonial-block {
    margin-bottom: 40px;
  }

  .blog .page {
    margin-top: 90px;
  }

  .post-container {
    width: 100%;
    margin-top: 5vh;
  }
}

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {
  .logo {
    display: flex;
    max-height: 70px;
    align-items: center;
    position: relative;
    right: inherit;
    top: 0;
  }

    .logo img {
        height: inherit;
        max-width: 300px;
    }

  .testimonial-block {
    padding: 0px;
  }

  #nav li:nth-child(3) {
    margin-right: auto;
  }

  .mobile-f-dir-col {
    flex-direction: column;
    align-items: center;
  }

  #footer {
    height: inherit;
    padding-bottom: 0px;
  }

  .footer-menu li {
    width: 100%;
  }

  /* Hamburger Menu */

  .nav {
    justify-content: normal;
    flex-direction: column;
  }

  .nav::before {
    content: url("/wp-content/themes/feltsense/assets/images/loading.svg");
    position: relative;
    display: block;
    margin-top: 10vh;
  }

  .navigation {
    width: 90%;
  }

  #nav-icon {
    display: block;
  }

  header {
    top: 0px;
  }

  header .nav {
    position: fixed;
    right: -100vw;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--color-white);
    transition: right 0.4s;
    padding-top: 0;
    z-index: 9;
  }

  header .nav.open {
    right: 0;
  }

  header .nav li {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 50%;
  }

  header .nav li a {
    display: block;
    padding: 5px;
    font-size: 18px;
    z-index: 9999;
    color: var(--color-primary);
  }

  header .facebook-icon,
  header .linkedin-icon {
    display: none !important;
  }

  .nav li a {
    font-weight: normal;
  }

  .navigation {
    box-shadow: none;
  }

  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  h5 {
    font-size: 28px;
    line-height: 130%;
  }

  .btn {
    justify-content: center;
  }

  .container-small {
    width: 90%;
    margin: 0px auto;
  }

  .column-third,
  .column-forth,
  .column-fifth {
    width: 46%;
    margin: 1%;
    padding: 1%;
  }

  .banner-block .column-full,
  .slide .column-full {
    flex-direction: column;
    justify-content: center;
  }

  .banner-block .column-half,
  .slide .column-half {
    width: 100%;
    padding: 0;
  }

  .f-grid-one-third {
    grid-template-columns: 100%;
  }

  .footer-menu li {
    list-style: none;
  }

  .banner-block {
    background-position: bottom center;
  }

  .column-full {
    flex-direction: column;
  }

  .column-full,
  .column-half,
  .column-third,
  .column-forth,
  .column-fifth {
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
  }

  .button-cotainer {
    align-items: center;
  }

  .button-cotainer .btn {
    margin: 5px 0px !important;
  }

  .column-full {
    padding: 20px;
  }

  form {
    width: 100%;
  }

  .menu-item-has-children ul {
    left: -25px;
    z-index: 99999;
  }

  .menu-item-has-children ul li {
    width: 100%;
  }

  .menu-item-has-children ul li a::before {
    display: none;
  }

  .menu-item-has-children:hover ul {
    max-height: 240px;
    padding: 20px 0px;
  }

  .hero .container-block {
    flex-direction: column-reverse;
  }

  .banner-content {
    align-items: center;
  }

  .f-grid-half {
    grid-template-columns: 100%;
  }

  .f-grid-one-forth {
    grid-template-columns: 48% 48%;
  }

  .feature-full,
  .checklist-image {
    padding: 0px !important;
  }

  .checklist-item {
    padding: 10px 20px !important;
  }

  .carousel-container .slick-next,
  .testimonial-container .slick-next {
    right: -5%;
  }
  .carousel-container .slick-prev,
  .testimonial-container .slick-prev {
    left: -5%;
  }

  .feature-logo-bg {
    background: none;
  }

  .testimonials {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .services-cta {
    text-align: center;
  }

  .carousel-item {
    flex-direction: column-reverse;
  }

  .carousel-image {
    padding: 0px;
  }

  .carousel-item h3 {
    font-size: 24px;
    line-height: 120%;
  }

  .home-cta {
    text-align: center;
  }

  #nav {
    justify-content: center;
  }
	
	.home-hero h1 {
    width: 100%;
}
	
	.take-a-moment .container-block {
    width: 90% !important;
}
}

/* Mobile Large */

@media (max-width: 642px) {
  html {
    margin-top: 0px !important;
  }

  .navigation {
    padding: 10px 0px;
  }

  .nav-icon {
    top: 20px;
  }

  h1 {
    font-size: 36px;
    line-height: 130%;
  }

  h2 {
    font-size: 32px;
    line-height: 130%;
  }

  h3 {
    font-size: 32px;
    line-height: 120%;
    margin: 10px 0;
  }

  h5 {
    font-size: 22px;
    line-height: 120%;
  }

  .menu-item-has-children {
    display: flex !important;
    justify-content: center;
  }

.logo img {
        max-width: 200px;
    }
	
  .footer {
    padding: 0 0 2vh 0;
  }

  .footer .f-dir-col {
    padding: 0;
  }

  .f-grid-one-forth {
    grid-template-columns: 100%;
    row-gap: 0%;
  }

  .text-large {
    font-size: 18px;
    line-height: 24px;
  }

  .wpcf7 {
    max-width: 320px;
    margin: 0px auto;
  }

  .slick-next {
    right: 0px;
  }
  .slick-prev {
    left: 0px;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .wp-block-image {
    justify-content: center;
  }

  .footer h4,
  .footer p {
    text-align: center;
  }

  .footer .f-grid-one-forth .d-flex {
    padding: 20px 0px;
  }

  .contact-row p {
    flex-direction: column;
    align-items: center;
  }

  .contact-row label {
    width: 100%;
  }

  .checklist-image {
    border-radius: 0px;
  }

  .checklist-image .wp-block-image {
    position: relative;
    top: 20px;
    left: 0px;
  }

  .feature-checklist .wp-block-image img {
    min-height: 300px;
  }

  .checklist-item::before {
    position: absolute;
    top: 10px;
    left: -8px;
  }

  .testimonial-container .slick-list {
    padding-bottom: 0px;
  }

  .project-number {
    line-height: 100%;
  }

  .process-box {
    margin-top: 20px;
  }

  .process-box .column-full {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .process-box .column-full::before {
    top: 10px;
  }

  .mobile-top {
    margin-top: 40px;
  }

  .post .heading {
    font-size: 24px;
    line-height: 140%;
  }

  .wpcf7-checkbox {
    flex-wrap: wrap;
  }

  .wpcf7-list-item {
    width: 100%;
  }

  .footer {
    background-size: cover;
  }

  .footer-area {
    text-align: center;
  }

  .stats h1 {
    font-size: 64px;
  }

  .services p {
    text-align: center;
  }
	
	.banner-block h1{
		font-size: 40px;
		line-height: 120%;
	}
	
	.service-item h4{
		font-size: 16px;
		width:90%;
		margin-top: -25px;
    	padding: 10px;
	}
	
	.green-block .container-block , .green-light-block .container-block{
    	max-width: 100%;
}
	
	.footer-menu .menu-item-has-children:after{
		display:none;
	}
	
	.testimonials-section {
		max-width: 100%;
	}
	
	.testimonial{
		padding:0px;
	margin: 0px;
	}
	.testimonial p {
    font-size: 16px;
}
	
	.hide-mobile{
		display:none;
	}
	
	.banner-block h1{
		margin-top:0px;
	}
	
	.insta-title h3{
		text-align: center!important;
	}
	
	.insta-title .f-align-end{
		align-items: center !important;
	}
	
	 .banner-block {
        height: inherit;
		 padding: 10vh 0;
    }
	
	.take-a-moment .container-block {
    width: 100% !important;
}
	
	.green-dark-block .container-block{
		max-width:100%;
	}
	
	.mission-image {
		width: 320px;
		margin-top: -30vh;
	}
	
	.mission h2 strong {
		font-size: 36px !important;
	}
		.mentorship-feature .column-half {
    width: 100%;
}
	
.mentorship-feature-content {
	padding: 10vh 2vh !important;
	}
	
	.mobile-f-dir-col-reverse{
		flex-direction:column-reverse;
	}
	
	.accordion h4 {
    font-size: 16px;
	}
	
	.inner-hero h3 {
    font-size: 30px;
}
	
	.top-lines{
		padding:5px;
		margin-bottom:0px;
	}
	
	.inner-feature .inner-feature-text{
		height:inherit;
	}
	
	.questions, .questions .container-block{
		width:inherit!important;
		padding:0px;
	}
	
	.faq-img .column-half:first-child {
    	width: 100%;
}
	
	.faq-img .column-half:last-child img {
    	max-width: 100%;
}
	
	.programs .column-half:first-child {
    width: 100%;
	}
	
	.programs .container-block {
    width: 100%;
}
	
	.event img {
		max-width: 100%;
	}
	
	.contact .column-half:first-child {
    width: 100%;
}
	
	 .accordion .headline {
        font-size: 16px;
        width: 80%;
    }
	
	.accordion-content p{
		    font-size: 14px!important;
	}
.inner-feature .inner-feature-img img , .faq-img .column-half:last-child img{
	border-radius: 40px;
	}
	
	    .programs {
        box-sizing: border-box;
    }
	
	.contact-half {
    flex-direction: column;
}
	.contact-half .wpcf7-form-control-wrap {
    width: 100%;
}
	
	.hide-desktop{
        display: flex !important;
        background: url(/wp-content/uploads/2024/10/integrate-mobile-banner.jpg) no-repeat;
        background-size: contain;
        background-color: #361609;
}
	
	.margin-top-mobile{
		margin-top:40vh;
	}
	
		.hide-desktop .column-block{
		color:var(--color-white);
	}
	
	.modalities-items .column-forth{
		 width: 100% !important;
	}
}

/* Mobile Small */

@media (max-width: 320px) {
}
