/**
* Contains responsive styling
*
* @author Pix & Hue
*/

/*-----------------------------------------------------------------------------------
TABLE OF CONTENTS: CSS Media Queries

1. Max-width: 1300px
2. Max-Width: 1200px
3. Max-Width: 1100px
4. Max-Width: 1000px
5. Max-Width: 900px
6. Max-Width: 767px
7. Max-Width: 650px
8. Max-Width: 500px

-----------------------------------------------------------------------------------*/


/* ------------------------------- 1. Max-Width: 1300px ------------------------------- */
@media only screen and (max-width: 1300px) {

	/* --- Global Styles -- */ 
	.everleigh-container, 
	.everleigh-full-width {
		width: 1100px;
	}
	#everleigh-content {
		padding: 0 55px 15px 0;
	}
	.everleigh-default-width {
		width: 745px;
	}

	/* -- Header -- */ 
	.everleigh-inline-left .everleigh-site-logo {
		width: 350px;
	}
	.everleigh-below-menu .everleigh-nav-wrapper .everleigh-container {
		width: 1150px;
		margin: 0 auto;
	}
	.everleigh-header-search-container,
	#everleigh-header .everleigh-social-media-follow-icons {
		width: 190px;
	}
	.everleigh-below-menu #everleigh-header .everleigh-menu-container {
		width: 770px;
	}
	.everleigh-below-menu #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .everleigh-menu-container {
		width: 1100px;
	}	

	/* --- Featured Section / MC4WP Form -- */ 
	#everleigh-featured-section,
	.everleigh-custom-mc4wp-section {
		margin: 0 0 55px 0;
	}
	.everleigh-the-single-image,
	.everleigh-the-post-slide {
		height: 610px;
	}
	.everleigh-title-wrapper-container {
		padding: 65px 50px;
	}
	.everleigh-title-wrapper h2 {
		font-size: 29px;
	}
	.everleigh-the-triple-image {
		height: 550px;
	}

	/* -- Blog Layout -- */ 
	.everleigh-custom-product-slider .bx-wrapper .bx-prev,
	.everleigh-custom-product-slider .bx-wrapper .bx-next {
		margin-top: -75px;
	}
	.everleigh-full-width .everleigh-aff-link .everleigh-post-container {
		width: 72.1%;
	}
	.everleigh-aff-link .everleigh-post-container {
		width: 65%;
	}
	.everleigh-aff-link .everleigh-affiliate-section {
		width: 24.2%;
	}
	.everleigh-custom-mc4wp-section p.everleigh-mc4wp-text {
		padding: 0 190px;
	}

	/* -- Grid Layout -- */ 
	.everleigh-grid-item {
		width: 520px;
		margin: 0 60px 60px 0;
	}
	.everleigh-default-width .everleigh-grid-item {
		width: 345px;
		margin: 0 55px 60px 0;
	}
	.everleigh-default-width .everleigh-grid-item:nth-of-type(2n) {
		margin: 0 0 60px 0;
	}
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2 a {
		font-size: 22px;
		line-height: 28px;
	}
	.everleigh-grid-blog-first .everleigh-blog-item {
		margin-bottom: 60px;
		padding-bottom: 50px;
	}

	/* -- List Layout -- */ 
	.everleigh-list-item .everleigh-post-date-day {
		font-size: 19px;
	}
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2 a {
		font-size: 24px;
	}

	/* -- Block Layout -- */
	.everleigh-block-item .everleigh-post-header h2,
	.everleigh-block-item .everleigh-post-header h2 a {
		font-size: 28px;
		line-height: 33px;
	} 
	.everleigh-block-contents {
		max-width: 550px;
		padding-left: 50px;
	}
	.everleigh-block-item.everleigh-even-row .everleigh-post-date {
		right: 517px;
	}

	/* -- Gallery Layout -- */ 	
	.everleigh-gallery-item {
		width: 352.5px;
	}
	.everleigh-full-width .everleigh-gallery-item {
		width: 340px;
	}
	.everleigh-gal-img-container {
		height: 400px;
	}
	.everleigh-full-width .everleigh-gal-img-container {
		height: 385px;
	}
	.everleigh-gallery-item h1,
	.everleigh-gallery-item h2 {
		margin: 11px 0 0 0;
	}
	.everleigh-default-width.everleigh-gallery-layout .everleigh-newer a,
	.everleigh-default-width.everleigh-gallery-layout .everleigh-older a {
		margin-bottom: 60px;
	}

	/* -- Archives -- */ 	
	.everleigh-archive-box {
		margin: 0 0 55px 0;
	}	

	/* -- Single Post -- */ 	
	.everleigh-related-post-img {
		height: 245px;
	}
	.everleigh-full-width .everleigh-related-post-img {
		height: 270px;
	}
	.everleigh-full-width #commentform input {
		width: 32.6%;
	}

	/* -- Footer -- */ 
	.instagram-footer-widget ul,
	.everleigh-footer-container {
		width: 1100px;
	}

	/* -- Elementor -- */ 	
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1100px !important;
	}
	.everleigh-one-feature-column-two {
		width: 855px !important;
	}
	.everleigh-one-feature-column-two .elementor-widget-wrap {
		padding: 50px 40px 57px !important;
	}
	.everleigh-custom-intro-section .everleigh-custom-headline .elementor-widget-container,
	.everleigh-custom-intro-section .elementor-widget-text-editor .elementor-widget-container {
		padding: 0 165px !important;
	}
	.everleigh-about-me-section .elementor-widget-spacer {
		width: calc(50% + 475px) !important;
	}
	.everleigh-about-me-text-column .elementor-column-wrap,
	.everleigh-about-me-text-column.elementor-custom-two .elementor-column-wrap {
		width: 485px;
	}
	.everleigh-about-me-section .elementor-widget-spacer .elementor-spacer-inner {
		height: 550px !important;
	}
	.everleigh-custom-blog-section .elementor-widget-spacer {
		width: calc(50% + 655px) !important;
	}
	.everleigh-custom-blog-section .elementor-widget-spacer .elementor-spacer-inner {
		height: 275px !important;
	}
	.everleigh-custom-blog-section .everleigh-custom-headline .elementor-widget-container {
		margin-top: 60px !important;
	}
	.everleigh-custom-two .everleigh-about-me-text-column.elementor-custom-two .elementor-column-wrap {
		width: 485px;
		margin-left: 0px !important;
	}
	.everleigh-testimonials-section .everleigh-custom-headline .elementor-widget-container {
		padding: 0 100px 5px !important;
	}
	.everleigh-testimonials-section .elementor-widget-testimonial .elementor-widget-container {
		padding: 0 100px !important;
	}
	.everleigh-one-feature-column-two.everleigh-custom-three {
		width: 900px !important;
	}
	.everleigh-services-image-column {
		width: 510px !important;
	}
	.everleigh-latest-projects-section .everleigh-custom-headline .elementor-widget-container {
		margin-right: 50px !important;
	}
	.everleigh-latest-projects-column:last-of-type .elementor-spacer { 
		width: calc(50% + 440px);	
	}	
	.everleigh-latest-projects-column:first-of-type .elementor-spacer {
		width: calc(50% + 410px);
	}	
	.everleigh-project-four-image img {
		width: 436px !important;
	}
	.everleigh-project-two-spacer .elementor-widget-container {
		margin-top: 128px !important;
	}
	.everleigh-map-text-column {
		width: 390px !important;
	}
	.everleigh-map-image-column {
		width: 710px !important;
	}	
	.everleigh-custom-contact .everleigh-about-me-image-column {
		width: 58.8% !important;
	}
	.everleigh-custom-contact .everleigh-about-me-text-column {
		width: 41.2% !important;
	}
	.everleigh-custom-blog-column {
		width: calc(100% - 355px) !important;
	}
	.everleigh-custom-sidebar {
		width: 355px !important;
	}
	.everleigh-custom-sidebar .elementor-widget-wrap > .elementor-element.elementor-widget,
	.everleigh-custom-sidebar .elementor-widget {
		margin: 0 0 50px 55px !important;
	}	

	/* -- Gutenberg -- */ 	
	.everleigh_fullwidth_narrow .alignwide {
   		width: 1100px;
    	margin-left: -23.8%;
    }
    .everleigh_fullwidth_narrow .everleigh-post-entry-wrapper,
    .everleigh_fullwidth_narrow .everleigh-page-content-wrapper {
		width: 745px;
	}	
}

/* ------------------------------- 2. Max-Width: 1200px ------------------------------- */
@media only screen and (max-width: 1200px) {

	/* --- Global Styles -- */ 
	.everleigh-container, 
	.everleigh-full-width {
		width: 1000px;
	}
	#everleigh-content {
		padding: 0 50px 15px 0;
	}
	.everleigh-default-width {
		width: 650px;
	}

	/* -- Header -- */ 
	.everleigh-nav-wrapper li a {
		font-size: 11px;
	}
	.everleigh-page-wrapper .everleigh-nav-wrapper li {
		margin: 0 35px 0 0;
	}
	.everleigh-nav-wrapper ul.menu ul a, 
	.everleigh-nav-wrapper .menu ul ul a {
		font-size: 10.5px;
	}
	.everleigh-inline-left .everleigh-site-logo {
		width: 300px;
	}
	.everleigh-below-menu .everleigh-nav-wrapper {
		padding: 20px;
	}
	.everleigh-below-menu .everleigh-nav-wrapper .everleigh-container {
		width: 1060px;
	}
	.everleigh-below-menu #everleigh-header .everleigh-menu-container {
		width: 680px;
	}
	.everleigh-below-menu #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .everleigh-menu-container {
		width: 1000px;
	}	


	/* --- Featured Section / MC4WP Form -- */ 
	#everleigh-featured-section,
	.everleigh-custom-mc4wp-section {
		margin: 0 0 50px 0;
	}
	.everleigh-the-single-image,
	.everleigh-the-post-slide {
		height: 575px;
	}
	.everleigh-title-wrapper-container {
		padding: 55px 50px;
	}
	.everleigh-title-wrapper h2 {
		font-size: 28px;
	}
	.everleigh-the-triple-image {
		height: 500px;
	}

	/* -- Blog Layout -- */ 
	.everleigh-blog-item {
		margin-bottom: 70px;
		padding-bottom: 54px;
	}
	.everleigh-post-header h1, 
	.everleigh-post-header h2, 
	.everleigh-post-header h2 a {
		margin: 2px 0 0 0;
	}
	.everleigh-post-excerpt,
	.everleigh-blog-item.everleigh-blog-show-full-content .everleigh-post-entry {
		margin: 14px 0 0 0;
	}
	.everleigh-post-date {
		left: -29.5px;
	}
	.everleigh-post-date .post-date {
		padding: 9px 13px 12px;
	}
	.everleigh-post-date-day {
		font-size: 21px;
	}
	.everleigh-newer a,
	.everleigh-older a {
		margin-bottom: 70px;
	}
	.everleigh-default-width .everleigh-newer a,
	.everleigh-default-width .everleigh-older a {
		margin-bottom: 55px;
	}
	.everleigh-custom-product-slider .bx-wrapper .bx-prev,
	.everleigh-custom-product-slider .bx-wrapper .bx-next {
		margin-top: -65px;
	}
	.everleigh-full-width .everleigh-aff-link .everleigh-affiliate-section {
		width: 19.9%;
	}
	.everleigh-aff-link .everleigh-post-container {
		width: 64%;
		padding-right: 30px;
	}
	.everleigh-aff-link .everleigh-affiliate-section {
		width: 23.6%;
		padding: 0 25px;
	}
	.everleigh-default-width .everleigh-aff-link .everleigh-affiliate-title {
		margin: 0 0 25px 0;
	}
	.everleigh-custom-mc4wp-section p.everleigh-mc4wp-text {
		padding: 0 140px;
	}

	/* -- Grid Layout -- */ 
	.everleigh-grid-item {
		width: 470px;
	}
	.everleigh-grid-item .everleigh-post-date-day {
		font-size: 19px;
	}
	.everleigh-default-width .everleigh-grid-item {
		width: 300px;
		margin: 0 50px 60px 0;
	}
	.everleigh-default-width .everleigh-grid-item:nth-of-type(2n) {
		margin: 0 0 60px 0;
	}
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2 a {
		font-size: 21px;
		line-height: 27px;
		margin: 1px 0 0 0;
	}

	/* -- List Layout -- */ 
	.everleigh-list-item .everleigh-post-media {
		width: 51%;
	}
	.everleigh-list-contents {
		padding-left: 40px;
	}
	.everleigh-list-item .everleigh-post-header h2, 
	.everleigh-list-item .everleigh-post-header h2 a {
		font-size: 25px;
		line-height: 32px;
	}
	.everleigh-default-width .everleigh-list-item .everleigh-post-media {
		width: 55%;
	}
	.everleigh-default-width .everleigh-list-contents {
		padding-left: 25px;
	}

	/* -- Block Layout -- */
	.everleigh-block-contents {
		max-width: 500px;
	}
	.everleigh-block-item .everleigh-post-header {
		margin: 0 0 16px 0;
	}
	.everleigh-block-item .everleigh-post-header h2,
	.everleigh-block-item .everleigh-post-header h2 a {
		font-size: 27px;
	}
	.everleigh-block-item .everleigh-post-excerpt {
		margin: 16px 0 0 0;
	}
	.everleigh-block-item.everleigh-even-row .everleigh-post-date {
		right: 470.5px;
	}

	/* -- Gallery Layout -- */ 
	.everleigh-gallery-item {
		width: 305px;
	}
	.everleigh-full-width .everleigh-gallery-item {
		width: 306.66667px;
	}
	.everleigh-gal-img-container {
		height: 345px;
	}
	.everleigh-full-width .everleigh-gal-img-container {
		height: 347px;
	}
	.everleigh-gallery-item h2 a {
		font-size: 16px;
	}	
	.everleigh-gallery-post-date {
		margin: 1.5px 0 0 0;
	}

	/* -- Archives -- */ 	
	.everleigh-archive-box {
		margin: 0 0 50px 0;
	}	

	/* -- Single Post -- */ 	
	.everleigh-related-post-img {
		height: 210px;
	}
	.everleigh-full-width .everleigh-related-post-img {
		height: 240px;
	}
	#commentform input {
		width: 32.1%;
	}

	/* -- Footer -- */ 
	.instagram-footer-widget ul,
	.everleigh-footer-container {
		width: 1000px;
	}
	#everleigh-footer .instagram-footer-widget::after {
		width: 170px;
	}

	/* -- Elementor -- */ 	
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1000px !important;
	}
	.everleigh-feature-section {
		margin-bottom: 80px !important;
	}
	.everleigh-one-feature-column-two {
		width: 835px !important;
		top: 125px;
	}
	.everleigh-one-feature-column-two .elementor-widget-wrap {
		padding: 40px 30px 47px !important;
	}
	.everleigh-one-feature-column-three .elementor-widget-image .elementor-widget-container {
		margin-left: 50px !important;
	}
	.everleigh-one-feature-column-two .elementor-widget-heading h2,
	.everleigh-custom-headline h2,
	.everleigh-elementor-mc4wp-section h5.everleigh-mc4wp-title,
	.everleigh-map-section h2 {
		font-size: 27px !important;
	}
	.everleigh-custom-intro-section,
	.everleigh-triple-images-section {
		margin-bottom: 85px !important;
	}
	.everleigh-custom-intro-section .everleigh-custom-headline .elementor-widget-container,
	.everleigh-custom-intro-section .elementor-widget-text-editor .elementor-widget-container {
		padding: 0 115px !important;
	}
	.everleigh-triple-image-column {
		margin-right: 30px !important;
	}
	.everleigh-triple-images-inner-section .elementor-container::before {
		height: calc(100% + 50px);
		left: calc(-50% + 50px);
	}
	.everleigh-triple-image-column .elementor-widget-button .elementor-widget-container {
		margin-top: 9px !important;
	}
	.everleigh-triple-image-column .elementor-button-text {
		font-size: 12px !important;
	}
	.everleigh-triple-images-section .elementor-spacer-inner {
		height: 210px !important;
	}
	.everleigh-elementor-mc4wp-section {
		margin-bottom: 90px !important;
		padding: 60px 0 !important;
	}
	.everleigh-elementor-mc4wp-section .elementor-widget-wp-widget-mc4wp_form_widget .elementor-widget-container {
		padding: 45px 60px 63px 60px !important;
	}
	.everleigh-elementor-mc4wp-section .everleigh-mc4wp-text {
		padding: 0 120px;
	}
	.everleigh-elementor-mc4wp-section input {
		width: 345px;
	}
	.everleigh-about-me-section,
	.everleigh-testimonials-section,
	.everleigh-custom-services-list-section,
	.everleigh-map-section,
	.everleigh-call-to-action-section {
		margin-bottom: 90px !important;
	}
	.everleigh-about-me-image-column .elementor-widget-image .elementor-widget-container {
		margin-top: 50px !important;
	}
	.everleigh-about-me-text-column .elementor-column-wrap,
	.everleigh-about-me-text-column.elementor-custom-two .elementor-column-wrap {
		width: 450px;
		margin: 50px 0 0px 50px !important;
		height: calc(100% - 50px);
	}
	.everleigh-about-me-section .elementor-widget-spacer {
		width: calc(50% + 450px) !important;
	}
	.everleigh-about-me-section .elementor-widget-spacer .elementor-spacer-inner {
		height: 500px !important;
	}
	.everleigh-custom-blog-section {
		margin-bottom: 30px !important;
	}
	.everleigh-custom-blog-section .everleigh-custom-headline .elementor-widget-container {
		margin-top: 50px !important;
	}
	.everleigh-custom-blog-section .elementor-widget-spacer .elementor-spacer-inner {
		height: 265px !important;
	}
	.everleigh-triple-images-section.everleigh-custom-two {
		margin-bottom: 70px !important;
	}
	.everleigh-custom-intro-section.everleigh-custom-two {
		margin-bottom: 95px !important;
	}
	.everleigh-custom-services-section,
	.everleigh-latest-projects-section {
		margin-bottom: 85px !important;
	}
	.everleigh-custom-services-inner-section {
		margin-top: -176px !important;
	}
	.everleigh-custom-services-inner-section .elementor-container:before {
		height: calc(100% + 50px);
		top: -50px;
		right: calc(-50% + 50px);
	}	
	.everleigh-custom-services-section .elementor-spacer-inner {
		height: 210px !important;
	}
	.everleigh-custom-services-column {
		margin-right: 50px !important;
	}
	.everleigh-custom-services-column h3 {
		font-size: 23px !important;
	}
	.everleigh-testimonials-section {
		padding: 60px 0 !important;
	}
	.everleigh-testimonials-section .everleigh-custom-headline .elementor-widget-container {
		padding: 0 75px 5px !important;
	}
	.everleigh-testimonials-section .elementor-widget-testimonial .elementor-widget-container {
		padding: 0 85px !important;
	}
	.everleigh-testimonials-inner-section .bx-wrapper .bx-prev {
		left: 25px;
		width: auto;
	}
	.everleigh-testimonials-inner-section .bx-wrapper .bx-next {
		right: 25px;
		width: auto;
	}
	.everleigh-testimonials-inner-section .bx-wrapper .bx-controls-direction a {
		margin-top: -20.5px;
	}
	.everleigh-testimonials-inner-section .bx-controls-direction img {
		width: 10px;
	}
	.everleigh-custom-two .everleigh-about-me-text-column.elementor-custom-two .elementor-column-wrap {
		width: 450px;
		margin-right: 50px !important;
	}	
	.everleigh-feature-section.everleigh-custom-three {
		margin-bottom: 70px !important;
	}
	.everleigh-one-feature-column-two.everleigh-custom-three {
		width: 850px !important;
		top: 75px;
	}
	.everleigh-custom-about-text-section {
		margin-bottom: 65px !important;
	}
	.everleigh-about-text-column {
		margin-right: 50px !important;
	}
	.everleigh-services-image-column {
		width: 475px !important;
		margin-right: 50px !important;
	}
	.everleigh-services-text-column h3 {
		font-size: 25px !important;
	}
	.everleigh-feature-section.everleigh-custom-three.elementor-custom-three,
	.everleigh-testimonials-section.everleigh-custom-three {
		margin-bottom: 80px !important;
	}
	.everleigh-latest-projects-section .everleigh-custom-headline .elementor-widget-container {
		margin-bottom: 35px !important;
	}
	.everleigh-latest-projects-column {
		margin-right: 75px !important;
	}
	.everleigh-latest-projects-section .elementor-spacer-inner {
		height: 210px !important;
	}
	.everleigh-project-four-image .elementor-widget-container,
	.everleigh-project-three-spacer .elementor-widget-container {
		margin-top: 75px !important;
	}
	.everleigh-project-two-image .elementor-widget-container,
	.everleigh-project-three-image .elementor-widget-container {
		margin-top: 50px !important;
	}
	.everleigh-latest-projects-column:last-of-type .elementor-spacer { 
		width: calc(50% + 428px);	
	}	
	.everleigh-latest-projects-column:first-of-type .elementor-spacer {
		width: calc(50% + 397px);
	}	
	.everleigh-project-four-image img {
		width: 404px !important;
	}
	.everleigh-project-two-spacer .elementor-widget-container {
		margin-top: 113px !important;
	}
	.everleigh-latest-projects-section .elementor-widget-button .elementor-widget-container {
		margin-top: 10px !important;
	}
	.everleigh-latest-projects-section .elementor-button-text {
		font-size: 12px !important;
	}
	.everleigh-project-four-title .elementor-widget-container {
		margin-left: 90px !important;
	}
	.everleigh-custom-intro-section.everleigh-custom-four {
		margin: 67px 0 77px !important;
	}
	.everleigh-triple-images-section.everleigh-custom-four {
		margin-bottom: 80px !important;
	}
	.everleigh-map-text-column .elementor-column-wrap {
		margin: 0 50px !important;
	}
	.everleigh-map-inner-section > .elementor-container {
		height: 375px;
	}
	.everleigh-map-image-column {
		width: 610px !important;
	}
	.everleigh-map-image-column .elementor-widget-image .elementor-widget-container {
		margin: -10px -100px 0 -50px !important;
	}
	.everleigh-call-to-action-column {
		height: 240px;
	}
	.everleigh-call-to-action-column .elementor-button {
		font-size: 11.5px !important;
		padding: 12px 18px !important;
	}
	.everleigh-custom-blog-section.everleigh-custom-four .elementor-widget-spacer {
		width: calc(50% + 575px) !important;
	}
	.everleigh-custom-contact.everleigh-about-me-section {
		margin-bottom: 65px !important;
	}
	.everleigh-triple-images-section.everleigh-custom-five {
		margin-bottom: 77px !important;
	}
	.everleigh-elementor-mc4wp-section.everleigh-custom-five {
		margin-bottom: 85px !important;
	}
	.everleigh-custom-blog-section {
		margin-bottom: 20px !important;
	}
	.everleigh-custom-blog-column {
		width: calc(100% - 350px) !important;
	}
	.everleigh-custom-sidebar {
		width: 350px !important;
	}
	.everleigh-custom-sidebar .elementor-widget-wrap > .elementor-element.elementor-widget,
	.everleigh-custom-sidebar .elementor-widget {
		margin: 0 0 50px 50px !important;
	}	

	/* -- Gutenberg -- */ 	
	.everleigh_fullwidth_narrow .alignwide {
   		width: 1000px;
    	margin-left: -26.8%;
    }	
     .everleigh_fullwidth_narrow .everleigh-post-entry-wrapper,
     .everleigh_fullwidth_narrow .everleigh-page-content-wrapper {
		width: 650px;
	}	
}	

/* ------------------------------- 3. Max-Width: 1100px ------------------------------- */
@media only screen and (max-width: 1100px) {
	
	/* --- Global Styles -- */ 
	.everleigh-container, 
	.everleigh-full-width {
		width: 900px;
	}
	#everleigh-content,
	#everleigh-content.everleigh-full-width {
		padding: 0;
	}
	.everleigh-default-width {
		width: 100%;
	}
	#everleigh-sidebar {
		width: 480px;
		float: none;
		margin: 0 auto 70px;
	}

	/* -- Header -- */
	.everleigh-inline-left .everleigh-top-bar,
	.everleigh-below-menu .everleigh-nav-wrapper {
		padding: 20px 25px;
	}
	.everleigh-top-bar > .everleigh-container,
	.everleigh-inline-left .sticky-wrapper .everleigh-nav-wrapper > .everleigh-container {
		width: 100%;
	}
	.everleigh-inline-left .everleigh-nav-wrapper,
	.everleigh-below-menu #everleigh-header .everleigh-menu-container {
		display: none;
	}
	.everleigh-container.everleigh-inline-left {
		display: block;
	}
	.everleigh-below-menu .everleigh-nav-wrapper .everleigh-container {
		width: 100%;
		display: table;
	}
	.everleigh-header-search-container, 
	#everleigh-header .everleigh-social-media-follow-icons {
		width: 50%;
	}
	.everleigh-container.everleigh-inline-left {
		text-align: center;
	}
	.everleigh-inline-left .everleigh-site-logo {
		float: none;
		text-align: center;
		width: auto;
	}
	#everleigh-menu-mobile,
	#everleigh-header .slicknav_menu {
		display: block;
	}	
	.everleigh-inline-left #everleigh-header .is-sticky .everleigh-sticky-nav .everleigh-menu-container,
	.everleigh-inline-left .everleigh-nav-wrapper .menu,
	#everleigh-menu-mobile .slicknav_menu:nth-of-type(2) {
		display: none;
	}
	.everleigh-below-menu .everleigh-site-title {
		padding: 42px 0 51px;
	}
	.everleigh-below-menu #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .everleigh-menu-container {
		display: none;
	}	
	.everleigh-below-menu #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .slicknav_nav {
		top: 98px;
	}
	.everleigh-below-menu .everleigh-sticky-nav #everleigh-header .is-sticky .slicknav_nav,
	.everleigh-below-menu .everleigh-sticky-nav #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .is-sticky .slicknav_nav,
	.everleigh-inline-left .everleigh-sticky-nav #everleigh-header .is-sticky .slicknav_nav,
	.everleigh-inline-left .everleigh-sticky-nav #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .is-sticky .slicknav_nav {
		top: 58px;
	}
	.everleigh-inline-left #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .slicknav_nav {
		top: 100px;
	}
	.everleigh-container.everleigh-inline-left {
		padding: 33px 0 46px;
	}

	/* -- Featured Section -- */
	.bx-wrapper .bx-controls-direction a {
		width: 25px;
		margin-top: -30.5px;
	}
	.everleigh-the-triple-image {
		height: 450px;
	}

	/* -- Blog Layout -- */ 
	.everleigh-default-width .everleigh-newer a,
	.everleigh-default-width .everleigh-older a {
		margin-bottom: 70px;
	}
	.everleigh-full-width .everleigh-aff-link .everleigh-post-container,
	.everleigh-aff-link .everleigh-post-container {
		width: 71.2%;
	}
	.everleigh-aff-link .everleigh-affiliate-section {
		width: 19.9%;
	}
	.everleigh-default-width .everleigh-aff-link .everleigh-affiliate-title {
		margin: 0 0 20px 0;
	}
	.everleigh-custom-mc4wp-section input {
		width: 354px;
	}
	.everleigh-custom-mc4wp-section p.everleigh-mc4wp-text {
		padding: 0 85px;
	}
	
	/* -- Grid Layout -- */ 
	.everleigh-grid-item,
	.everleigh-grid-item:nth-of-type(2n),
	.everleigh-default-width .everleigh-grid-item,
	.everleigh-default-width .everleigh-grid-item:nth-of-type(2n) {
		width: 100%;
		margin: 0 0 70px 0;
	}
	.everleigh-grid-blog-first .everleigh-blog-item {
		margin-bottom: 70px;
		padding-bottom: 56px;
	}
	.everleigh-grid-blog-first .everleigh-post-header {
		margin: 17px 0 0 0;
	}
	.everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-grid-item .everleigh-post-header h2 a,
	.elementor-editor-active .everleigh-grid-item .everleigh-post-header h1,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2 a,
	.everleigh-grid-blog-first .everleigh-post-header h2, 
	.everleigh-grid-blog-first .everleigh-post-header h2 a {
		font-size: 26px;
		line-height: 33px;
		margin: 2px 0 0 0;
	}
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date,
	.everleigh-grid-blog-first .everleigh-post-date {
		left: -28.5px;
		top: 40px;
	}
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date .post-date,
	.everleigh-grid-blog-first .everleigh-post-date .post-date {
		padding: 8px 12px 12px;
	}
	.everleigh-grid-blog-first .everleigh-post-date-day {
		font-size: 19px;
		margin-bottom: 7px;
	}
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date-month, 
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date-year {
		font-size: 10px;
	}
	.everleigh-grid-layout .everleigh-newer a,
	.everleigh-grid-layout .everleigh-older a,
	.everleigh-grid-layout.everleigh-default-width .everleigh-newer a,
	.everleigh-grid-layout.everleigh-default-width .everleigh-older a  {
		margin-bottom: 85px;
	}

	/* -- List Layout -- */ 
	.everleigh-list-item,
	.everleigh-list-layout .everleigh-grid-blog-first .everleigh-blog-item {
		margin: 0 0 70px 0;
		padding: 0 0 56px 0;
	}
	.everleigh-list-item .everleigh-post-content {
		display: block;
	}
	.everleigh-list-item .everleigh-post-media, 
	.everleigh-list-contents,
	.everleigh-default-width .everleigh-list-item .everleigh-post-media,
	.everleigh-default-width .everleigh-list-contents {
		display: block;
		width: 100%;
		max-width: 100%;
		padding-left: 0px;
	}
	.everleigh-list-item .everleigh-post-header {
		margin: 17px 0 0 0;
	}
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2 a {
		font-size: 26px;
		line-height: 32px;
	}
	.everleigh-list-item .everleigh-post-date,
	.everleigh-default-width .everleigh-list-item .everleigh-post-date {
		top: 40px;
	}
	.everleigh-default-width .everleigh-list-item .everleigh-post-date {
		left: -28.5px;
	}
	.everleigh-default-width .everleigh-list-item .everleigh-post-date .post-date {
		padding: 8px 12px 12px;
	}
	.everleigh-default-width .everleigh-list-item .everleigh-post-date-month {
		font-size: 10px;
	}
	.everleigh-list-item .everleigh-post-excerpt,
	.everleigh-default-width .everleigh-list-item .everleigh-post-excerpt {
		margin: 13px 0 0 0;
	}
	.everleigh-list-item .everleigh-post-footer,
	.everleigh-default-width .everleigh-list-item .everleigh-post-footer {
		margin: 23px 0 0 0;
	}
	.everleigh-list-layout .everleigh-newer a, 
	.everleigh-list-layout .everleigh-older a,
	.everleigh-list-layout.everleigh-default-width .everleigh-newer a, 
	.everleigh-list-layout.everleigh-default-width .everleigh-older a  {
		margin-bottom: 70px;
	}

	/* -- Block Layout -- */ 
	.everleigh-block-contents {
		padding-left: 40px;
		max-width: 410px;
	}
	.everleigh-block-item .everleigh-post-header h2,
	.everleigh-block-item .everleigh-post-header h2 a {
		font-size: 26px;
	}
	.everleigh-block-item.everleigh-even-row .everleigh-post-date {
		right: 420.5px;
	}

	/* -- Gallery Layout -- */ 
	.everleigh-gallery-item,
	.everleigh-full-width .everleigh-gallery-item {
		width: 425px;
	}
	.everleigh-gallery-item,
	.everleigh-full-width .everleigh-gallery-item:nth-of-type(3n) {
		margin: 0 50px 50px 0;
	}
	.everleigh-full-width .everleigh-gallery-item:nth-of-type(2n) {
		margin: 0 0 50px 0;
		clear: none;
	}
	.everleigh-gal-img-container,
	.everleigh-full-width .everleigh-gal-img-container {
		height: 485px;
	}
	.everleigh-gallery-item h2 a {
		font-size: 17px;
	}	
	.everleigh-gallery-post-date {
		margin: 2px 0 0 0;
	}
	.everleigh-default-width.everleigh-gallery-layout .everleigh-newer a,
	.everleigh-default-width.everleigh-gallery-layout .everleigh-older a {
		margin-bottom: 75px;
	}

	/* -- Archives -- */ 
	.error404 .everleigh-error-page {
		margin-bottom: 60px;
	}
	.search-no-results .everleigh-default-width .post {
		margin-bottom: 75px;
	}

	/* -- Single Post -- */ 	
	.everleigh-full-width .everleigh-item-related:last-of-type {
		display: none;
	}
	.everleigh-full-width .everleigh-item-related:nth-of-type(3) {
		margin-right: 0px;
	}
	.everleigh-full-width .everleigh-item-related {
		width: 33.3%;
	}
	.everleigh-related-post-img,
	.everleigh-full-width .everleigh-related-post-img {
		height: 290px;
	}
	#commentform input,
	.everleigh-full-width #commentform input {
		width: 32.5%;
	}

	/* -- Footer -- */ 
	.instagram-footer-widget ul,
	.everleigh-footer-container {
		width: 900px;
	}
	#everleigh-footer .instagram-footer-widget::after {
		width: 150px;
	}
	#everleigh-footer p.clear,
	#everleigh-footer .everleigh-social-media-follow-icons a,
	.instagram-footer-widget.zoom-instagram-widget .footer-title {
		font-size: 11px;
	}
	.everleigh-footer-container {
		font-size: 10.5px;
	}
	.everleigh-footer-menu li {
		margin: 0 30px 0 0;
	}

	/* -- Elementor -- */ 	
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 900px !important;
	}
	.everleigh-one-feature-column-two .elementor-widget-heading h2,
	.everleigh-custom-headline h2,
	.everleigh-elementor-mc4wp-section h5.everleigh-mc4wp-title,
	.everleigh-map-section h2 {
		font-size: 26px !important;
	}
	.everleigh-one-feature-column-two {
		top: 50px;
	}
	.everleigh-one-feature-column-three .elementor-widget-wrap {
		vertical-align: bottom;
	}
	.everleigh-custom-intro-section .everleigh-custom-headline .elementor-widget-container,
	.everleigh-custom-intro-section .elementor-widget-text-editor .elementor-widget-container {
		padding: 0 70px !important;
	}
	.everleigh-triple-image-column {
		width: 31.1% !important;
	}
	.everleigh-elementor-mc4wp-section {
		padding: 50px !important;
	}
	.everleigh-elementor-mc4wp-section .everleigh-mc4wp-text {
		padding: 0 70px;
	}
	.everleigh-elementor-mc4wp-section input {
		width: 295px;
	}
	.everleigh-about-me-section .elementor-widget-spacer {
		width: calc(50% + 400px) !important;
	}
	.everleigh-about-me-section .elementor-widget-spacer .elementor-spacer-inner {
		height: 450px !important;
	}
	.everleigh-about-me-text-column .elementor-column-wrap,
	.everleigh-about-me-text-column.elementor-custom-two .elementor-column-wrap,
	.everleigh-custom-two .everleigh-about-me-text-column.elementor-custom-two .elementor-column-wrap {
		width: 400px;
	}
	.everleigh-custom-blog-section {
		margin-bottom: 10px !important;
	}
	.everleigh-custom-blog-section .elementor-widget-spacer {
		width: calc(50% + 500px) !important;
	}
	.everleigh-custom-services-column {
		width: 47.2% !important;
	}
	.everleigh-testimonials-section {
		padding: 50px 0 !important;
	}
	.everleigh-testimonials-section .everleigh-custom-headline .elementor-widget-container {
		padding: 0 50px 5px !important;
	}
	.everleigh-testimonials-headline-section {
		padding-top: 38px !important;
	}
	.everleigh-testimonials-inner-section {
		padding-bottom: 40px !important;
	}
	.everleigh-about-text-column {
		width: 47.2% !important;
	}
	.everleigh-services-image-column {
		width: 400px !important;
	}	
	.everleigh-latest-projects-column,
	.everleigh-latest-projects-column:last-of-type {
		width: 412.5px !important;
	}
	.everleigh-latest-projects-column:last-of-type .elementor-spacer,
	.everleigh-latest-projects-column:first-of-type .elementor-spacer {
		width: calc(50% + 362.5px);
	}
	.everleigh-project-four-image img {
		width: 360px !important;
	}
	.everleigh-project-two-spacer .elementor-widget-container {
		margin-top: 111px !important;
	}
	.everleigh-project-four-title .elementor-widget-container {
		margin-left: 18px !important;
	}
	.everleigh-map-image-column {
		width: 510px !important;
	}
	.everleigh-map-image-column .elementor-widget-image .elementor-widget-container {
		margin: 0px -100px 0 -50px !important;
	}
	.everleigh-call-to-action-column {
		width: 47.5% !important;
	}
	.everleigh-custom-blog-section.everleigh-custom-four .elementor-widget-spacer {
		width: calc(50% + 520px) !important;
	}
	.everleigh-custom-blog-section.everleigh-custom-four .everleigh-gallery-item:last-of-type {
		display: none;
	}
	.everleigh-custom-blog-section.everleigh-custom-four {
		margin-bottom: 30px !important;
	}
	.everleigh-custom-contact .everleigh-about-me-image-column,
	.everleigh-custom-contact .everleigh-about-me-text-column {
		width: 50% !important;
	}
	.everleigh-custom-blog-section .elementor-row {
		display: block;
	}
	.everleigh-custom-blog-column {
		width: 100% !important;
	}
	.everleigh-custom-sidebar {
		width: 480px !important;
		margin: 0 auto 20px !important;
	}
	.everleigh-custom-sidebar .elementor-widget-wrap > .elementor-element.elementor-widget,
	.everleigh-custom-sidebar .elementor-widget {
		width: 480px !important;
		margin: 0 auto 50px !important;
	}	

	/* -- Gutenberg -- */ 	
	.everleigh_fullwidth_narrow .alignwide {
   		width: 100%;
    	margin-left: auto;
    	margin-right: auto;
    }
      .everleigh_fullwidth_narrow .everleigh-post-entry-wrapper,
      .everleigh_fullwidth_narrow .everleigh-page-content-wrapper {
		width: 100%;
	}	
	.everleigh_fullwidth_narrow .everleigh-post-header,
	.everleigh_fullwidth_narrow.everleigh-no-post-thumbnail .everleigh-post-date,
	.page-template-page-narrowfullwidth .everleigh-page-header h1 {
		text-align: left;
	}
}

/* ------------------------------- 4. Max-Width: 1000px ------------------------------- */
@media only screen and (max-width: 1000px) {
	
	/* --- Global Styles -- */ 
	.everleigh-container, 
	.everleigh-full-width {
		width: 800px;
	}

	/* --- Featured Section -- */ 
	.everleigh-the-triple-image {
		height: 400px;
	}
	.everleigh-the-triple-image {
		height: 350px;
	}

	/* -- Blog Layout -- */
	.everleigh-post-header {
		margin: 20px 0 0 0;
	}
	.everleigh-affiliate-section {
		margin: 35px 0 0 0;
	}
	.everleigh-full-width .everleigh-aff-link .everleigh-post-container,
	.everleigh-aff-link .everleigh-post-container {
		width: 100%;
		display: block;
		float: none;
		padding: 0;
	}
	.everleigh-aff-link .everleigh-post-container::after {
		display: none;
	}
	.everleigh-full-width .everleigh-aff-link .everleigh-affiliate-section,
	.everleigh-aff-link .everleigh-affiliate-section {
		width: 100%;
		display: block;
		float: none;
		border-top: 1px solid #e5e5e5;
		margin: 35px 0 0 0;
		padding: 35px 0 0 0;
	}
	.everleigh-full-width .everleigh-aff-link .everleigh-affiliate-section {
		margin: 40px 0 0 0;
	}
	.everleigh-aff-link.everleigh-blog-item {
		padding-bottom: 35px;
	}
	.everleigh-aff-link .everleigh-affiliate-title {
		text-align: left;
	}
	.everleigh-blog-show-full-content .everleigh-affiliate-section,
	.everleigh-blog-show-full-content.everleigh-aff-link .everleigh-affiliate-section,
	.everleigh-full-width .everleigh-blog-show-full-content.everleigh-aff-link .everleigh-affiliate-section,
	.everleigh-single-post.everleigh-aff-link.everleigh-post-has-no-tags .everleigh-affiliate-section,
	.everleigh-full-width .everleigh-single-post.everleigh-aff-link.everleigh-post-has-no-tags .everleigh-affiliate-section {
		margin: 35px 0 0 0;
	}	
	.everleigh-custom-product-slider .bx-wrapper .bx-prev,
	.everleigh-block-item .everleigh-custom-product-slider .bx-prev {
		left: -88px;
	}
	.everleigh-custom-mc4wp-section input {
		width: 304px;
	}
	.everleigh-custom-mc4wp-section p.everleigh-mc4wp-text {
		padding: 0 40px;
	}

	/* -- Block Layout -- */
	.everleigh-block-item {
		margin: 0 0 65px 0;
	}
	.everleigh-block-item .everleigh-post-content {
		display: block;
	}
	.everleigh-block-item .everleigh-post-media,
	.everleigh-block-contents {
		width: 100%;
		max-width: 100%;
		text-align: left;
		padding: 0;
		display: block;
	}
	.everleigh-even-row .everleigh-block-contents {
		padding: 0;
	}
	.everleigh-block-mobile-media,
	.everleigh-block-item.everleigh-even-row .everleigh-block-mobile-media > .everleigh-post-media  {
		display: block;
	}
	.everleigh-block-item.everleigh-even-row .everleigh-post-media {
		display: none;
	}
	.everleigh-block-item .everleigh-post-header {
		margin: 20px 0 0 0;
	}
	.everleigh-block-item.everleigh-no-post-thumbnail .everleigh-post-header {
		margin: 0;
	}
	.everleigh-block-item.everleigh-even-row .everleigh-post-date {
		right: auto;
		left: -29.5px;
	}
	.everleigh-block-item .everleigh-post-excerpt {
		margin: 15px 0 0 0;
	}
	.everleigh-block-item .everleigh-post-footer {
		text-align: left;
	}
	.everleigh-block-share-buttons i {
		margin-left: 12px;
		font-size: 11px;
	}
	.everleigh-block-share-buttons a:first-of-type i {
		margin-left: 3px;
	}
	.everleigh-block-item .everleigh-affiliate-item {
		text-align: center;
	}
	.everleigh-block-item .everleigh-custom-product-slider .bx-next {
		right: -102px;
	}

	/* -- Gallery Layout -- */
	.everleigh-gallery-item,
	.everleigh-full-width .everleigh-gallery-item {
		width: 375px;
	}
	.everleigh-gal-img-container,
	.everleigh-full-width .everleigh-gal-img-container {
		height: 425px;
	}

	/* -- Single Post -- */
	.everleigh-post-tags {
		margin: 35px 0;
	}
	.everleigh-single-post .everleigh-post-footer {
		margin: 35px 0 0 0;
	}
	.everleigh-post-author-box {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.everleigh-related-posts {
		margin: 45px 0 0 0;
	}	
	.everleigh-related-post-img,
	.everleigh-full-width .everleigh-related-post-img {
		height: 260px;
	}
	#comments {
		margin: 65px 0 0 0;
	}
	.everleigh-page-wrapper ul.everleigh-comments {
		margin: 0 0 68px 0;
	}
	#commentform input,
	.everleigh-full-width #commentform input {
		width: 32.3%;
	}
	#comments_pagination .page-numbers {
		margin: 0 0 68px 0;
	}
	.everleigh-post-pagination {
		margin: 70px 0 0 0;
	}

	/* -- Footer -- */ 
	.instagram-footer-widget ul,
	.everleigh-footer-container {
		width: 800px;
	}
	#everleigh-footer .instagram-footer-widget::before {
		height: 175px;
	}
	#everleigh-footer .instagram-footer-widget::after {
		width: 130px;
	}
	.instagram-footer-widget li {
		width: 25%;
	}
	.instagram-footer-widget li:nth-of-type(4) {
		margin: 0 !important;
	}
	.instagram-footer-widget li:last-of-type {
		display: none;
	}
	.everleigh-footer-menu,
	.everleigh-footer-has-menu .ph-copyright,
	.everleigh-footer-has-menu.everleigh-footer-has-social-media .everleigh-footer-menu,
	.everleigh-footer-has-menu.everleigh-footer-has-social-media .ph-copyright,
	.everleigh-footer-has-social-media.everleigh-footer-has-menu .everleigh-social-media-follow-icons {
		width: 100%;
		display: block;
		position: relative;
		text-align: center;
		float: none;
	}
	.everleigh-footer-menu,
	.everleigh-footer-has-menu.everleigh-footer-has-social-media .everleigh-footer-menu,
	.everleigh-footer-has-social-media.everleigh-footer-has-menu .everleigh-social-media-follow-icons {
		margin: 0 0 17px 0;
	}
	.everleigh-footer-has-social-media.everleigh-footer-has-menu .everleigh-social-media-follow-icons,
	.everleigh-footer-has-social-media.everleigh-footer-has-menu.everleigh-footer-no-instagram .everleigh-social-media-follow-icons {
		top: auto;
	}
	.everleigh-footer-menu,
	.everleigh-footer-menu li {
		float: none;
	}
	.instagram-footer-widget.zoom-instagram-widget .zoom-instagram-link {
		width: 100% !important;
		height: 185px !important;
	}

	/* -- Elementor -- */ 	
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 800px !important;
	}
	.everleigh-one-feature-column-one {
		width: 100% !important;
	}
	.everleigh-one-feature-column-two,
	.everleigh-one-feature-column-two.everleigh-custom-three {
		top: auto;
		width: 485px !important;
		position: relative !important;
		margin: 0;
	}
	.everleigh-one-feature-column-two > .elementor-column-wrap,
	.everleigh-one-feature-column-two.everleigh-custom-three > .elementor-column-wrap {
		margin-left: 0 !important;
	}
	.everleigh-one-feature-column-two .elementor-widget-wrap,
	.everleigh-one-feature-column-two.everleigh-custom-three .elementor-widget-wrap {
		padding: 35px !important;
	}
	.everleigh-one-feature-column-three {
		position: absolute !important;
		right: 0;
		bottom: 0;
	}
	.everleigh-one-feature-column-three .elementor-widget-image .elementor-widget-container {
		margin-left: 0px !important;
	}
	.everleigh-custom-intro-section .everleigh-custom-headline .elementor-widget-container,
	.everleigh-custom-intro-section .elementor-widget-text-editor .elementor-widget-container {
		padding: 0 !important;
	}
	.everleigh-triple-image-column {
		width: 100% !important;
		margin: 0 0 40px 0 !important;
	}
	.everleigh-triple-images-inner-section {
		margin-top: -200px !important;
	}
	.everleigh-triple-images-section .elementor-spacer-inner {
		height: 250px !important;
	}
	.everleigh-triple-image-column .elementor-button-text {
		font-size: 13px !important;
	}
	.everleigh-elementor-mc4wp-section .elementor-widget-wp-widget-mc4wp_form_widget .elementor-widget-container {
		padding: 43px 50px 55px 50px !important;
	}
	.everleigh-elementor-mc4wp-section .everleigh-mc4wp-text {
		padding: 0;
	}
	.everleigh-elementor-mc4wp-section p {
		display: block;
	}
	.everleigh-elementor-mc4wp-section input {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.everleigh-elementor-mc4wp-section input[type="submit"] {
		width: 100%;
		margin: 0;
	}
	.everleigh-about-me-image-column,
	.everleigh-about-me-text-column {
		width: 100% !important;
	}
	.everleigh-about-me-section .elementor-widget-spacer {
		width: calc(50% + 750px) !important;
	}
	.everleigh-about-me-section .elementor-widget-spacer .elementor-spacer-inner {
		height: 250px !important;
	}
	.everleigh-about-me-text-column .elementor-column-wrap,
	.everleigh-about-me-text-column.elementor-custom-two .elementor-column-wrap {
		width: 100%;
		margin: 20px 0 0px 0 !important;
	}
	.everleigh-custom-blog-section .elementor-widget-spacer {
		width: calc(50% + 400px) !important;
	}	
	.everleigh-custom-blog-section .elementor-widget-spacer .elementor-spacer-inner {
		height: 250px !important;
	}
	.everleigh-triple-images-section.everleigh-custom-two {
		margin-bottom: 63px !important;
	}
	.everleigh-custom-intro-section.everleigh-custom-two {
		margin-bottom: 90px !important;
	}
	.everleigh-custom-services-section .elementor-spacer-inner {
		height: 250px !important;
	}
	.everleigh-custom-services-inner-section {
		margin-top: -217px !important;
	}
	.everleigh-custom-services-column {
		width: 100% !important;
		margin: 0 0 50px 0 !important;
	}
	.everleigh-custom-number-text .elementor-widget-container {
		padding-left: 20px !important;
	}
	.everleigh-testimonials-section .everleigh-custom-headline .elementor-widget-container {
		padding: 0 50px 3px !important;
	}
	.everleigh-testimonials-section .elementor-widget-testimonial .elementor-widget-container {
		padding: 0 50px !important;
	}
	.everleigh-testimonials-headline-section {
		padding-top: 40px !important;
	}
	.everleigh-custom-two .everleigh-about-me-image-column,
	.everleigh-custom-two .everleigh-about-me-text-column {
		display: block;
		width: 100% !important;
		float: none;
	}
	.everleigh-custom-two .everleigh-about-me-text-column.elementor-custom-two .elementor-column-wrap {
		margin-right: 0px !important;
		width: 100%;
	}
	.everleigh-custom-about-text-section .everleigh-custom-headline .elementor-widget-container {
		padding-bottom: 10px !important;
	}
	.everleigh-about-text-column {
		width: 100% !important;
		margin: 0px !important;
	}
	.everleigh-custom-three .everleigh-one-feature-column-three {
		width: 60% !important;
	}
	.everleigh-feature-section.everleigh-custom-services {
		margin-bottom: 90px !important;
	}
	.everleigh-custom-services-item {
		padding: 0 0 50px 0 !important;
		margin-bottom: 59px !important;
	}
	.everleigh-custom-services-item:last-of-type {
		margin-bottom: 0px !important;
	}
	.everleigh-services-image-column {
		width: 100% !important;
		margin-right: 0px !important;
	}
	.everleigh-services-text-column {
		width: 100% !important;
	}
	.everleigh-services-text-column .elementor-column-wrap {
		height: auto;
		margin-top: 20px;
	}
	.everleigh-latest-projects-column,
	.everleigh-latest-projects-column:last-of-type {
		width: 100% !important;
		margin-right: 0px !important;
	}
	.everleigh-latest-projects-section .elementor-spacer-inner {
		height: 250px !important;
	}
	.everleigh-latest-projects-section .elementor-widget-button .elementor-widget-container {
		margin-top: 12px !important;
	}
	.everleigh-latest-projects-section .elementor-button-text {
		font-size: 13px !important;
	}
	.everleigh-latest-projects-column:last-of-type .elementor-spacer,
	.everleigh-latest-projects-column:first-of-type .elementor-spacer {
		width: calc(50% + 750px);
	}
	.everleigh-project-four-image img {
		width: auto !important;
	}
	.everleigh-project-four-image .elementor-widget-container,
	.everleigh-project-three-spacer .elementor-widget-container,
	.everleigh-project-two-spacer .elementor-widget-container {
		margin-top: 60px !important;
	}
	.everleigh-project-four-title .elementor-widget-container {
		margin-left: 0px !important;
	}
	.everleigh-map-image-column {
		width: 410px !important;
		display: table !important;
		height: 100%;
	}
	.everleigh-map-image-column .elementor-column-wrap {
		display: table-cell !important;
		vertical-align: middle;
	}
	.everleigh-call-to-action-column {
		width: 47.2% !important;
	}
	.everleigh-custom-blog-section.everleigh-custom-four .elementor-widget-spacer {
		width: calc(50% + 325px) !important;
	}
	.everleigh-custom-contact .everleigh-about-me-image-column,
	.everleigh-custom-contact .everleigh-about-me-text-column {
		width: 100% !important;
	}
}

/* ------------------------------- 5. Max-Width: 900px ------------------------------- */	
@media only screen and (max-width: 900px) {

	/* --- Global Styles -- */ 
	.everleigh-container, 
	.everleigh-full-width {
		width: 650px;
	}

	/* -- Featured Section -- */
	.everleigh-the-single-image,
	.everleigh-the-post-slide {
		height: 500px;
	}
	.everleigh-title-wrapper h2 {
		font-size: 26px;
	}
	.everleigh-title-wrapper-container {
		padding: 50px 40px;
		width: 475px;
	}
	.everleigh-title-wrapper-container p {
		font-size: 13px;
	}
	.bx-wrapper .bx-prev {
		left: 20px;
	}
	.bx-wrapper .bx-next {
		right: 20px;	
	}	

	/* -- Blog Layout -- */
	.everleigh-post-header h1, 
	.everleigh-post-header h2, 
	.everleigh-post-header h2 a {
		font-size: 26px;
	}
	.everleigh-custom-mc4wp-section p {
		display: block;
	}
	.everleigh-custom-mc4wp-section input {
		width: 100%;
		margin: 0 0 20px 0;
		box-sizing: border-box;
	}
	.everleigh-custom-mc4wp-section p.everleigh-mc4wp-text {
		padding: 0;
	}

	/* -- Gallery Layout -- */
	.everleigh-gallery-item,
	.everleigh-full-width .everleigh-gallery-item {
		width: 305px;
	}
	.everleigh-gallery-item,
	.everleigh-full-width .everleigh-gallery-item:nth-of-type(3n) {
		margin: 0 40px 50px 0;
	}
	.everleigh-full-width .everleigh-gallery-item:nth-of-type(2n) {
		margin: 0 0 50px 0;
	}	
	.everleigh-gal-img-container,
	.everleigh-full-width .everleigh-gal-img-container {
		height: 345px;
	}
	.everleigh-gallery-item h2 a {
		font-size: 16px;
	}	
	.everleigh-gallery-post-date {
		margin: 1.5px 0 0 0;
	}

	/* -- Single Post -- */
	.everleigh-single-post .everleigh-post-header h1 {
		font-size: 28px;
		line-height: 33px;
	}
	.everleigh-related-post-img,
	.everleigh-full-width .everleigh-related-post-img {
		height: 210px;
	}
	#commentform input,
	.everleigh-full-width #commentform input {
		width: 32.1%;
	}

	/* -- Footer -- */ 
	.instagram-footer-widget ul,
	.everleigh-footer-container {
		width: 650px;
	}
	#everleigh-footer .instagram-footer-widget::after {
		width: 110px;
	}
	#everleigh-footer .instagram-footer-widget {
		padding: 65px 0 0 0;
	}
	#everleigh-footer .instagram-footer-widget::before {
		height: 150px;
	}
	#everleigh-footer p.clear {
		font-size: 10.5px;
		top: 32px;
	}
	#everleigh-footer .instagram-footer-widget.zoom-instagram-widget { 
		padding: 30px 0 0 0;
	}
	.instagram-footer-widget.zoom-instagram-widget .footer-title { 
		margin: 0 0 21px 0;
		font-size: 10.5px;
	}	
	.instagram-footer-widget.zoom-instagram-widget .zoom-instagram-link {
		height: 147.5px !important;
	}

	/* -- Elementor -- */ 	
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 650px !important;
	}
	.everleigh-feature-section,
	.everleigh-triple-images-section {
		margin-bottom: 70px !important;
	}
	.everleigh-one-feature-column-three {
		width: 50% !important;
	}
	.everleigh-custom-intro-section {
		margin-bottom: 75px !important;
	}
	.everleigh-about-me-section .elementor-widget-spacer {
		width: calc(50% + 600px) !important;
	}
	.everleigh-custom-blog-section .elementor-widget-spacer {
		width: calc(50% + 250px) !important;
	}
	.everleigh-testimonials-section .everleigh-custom-headline .elementor-widget-container {
		padding: 0 20px 3px !important;
	}
	.everleigh-testimonials-section .elementor-widget-testimonial .elementor-widget-container {
		padding: 0 20px !important;
	}
	.everleigh-testimonials-headline-section {
		padding-top: 30px !important;
	}
	.everleigh-testimonials-inner-section {
		padding-bottom: 32px !important;
	}	
	.everleigh-custom-three .everleigh-one-feature-column-three {
		width: 75% !important;
	}
	.everleigh-custom-about-text-section {
		margin-bottom: 60px !important;
	}
	.everleigh-custom-about-text-section .everleigh-custom-headline .elementor-widget-container {
		padding: 0 0 10px 0 !important;
	}
	.everleigh-latest-projects-section .everleigh-custom-headline .elementor-widget-container {
		margin: 0 0 30px 0 !important;
	}
	.everleigh-latest-projects-column:last-of-type .elementor-spacer,
	.everleigh-latest-projects-column:first-of-type .elementor-spacer {
		width: calc(50% + 600px);
	}
	.everleigh-map-inner-section {
		margin-top: -10px !important;
	}
	.everleigh-map-text-column {
		z-index: 1;
	}
	.everleigh-map-image-column {
		position: absolute !important;
		right: 0;
		width: 530px !important;
		bottom: 0;
		top: 0;
	}
	.everleigh-call-to-action-column {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
		height: 250px;
	}
	.everleigh-custom-blog-section.everleigh-custom-four .elementor-widget-spacer {
		width: calc(50% + 255px) !important;
	}
	.everleigh-triple-images-section.everleigh-custom-five {
		margin-bottom: 65px !important;
	}
	.everleigh-elementor-mc4wp-section.everleigh-custom-five {
		margin-bottom: 75px !important;
	}
	.everleigh-testimonials-inner-section .bx-wrapper .bx-controls-direction a { 
		display: none;
	}
}

/* ------------------------------- 6. Max-Width: 767px ------------------------------- */	
@media only screen and (max-width: 767px) {

	/* --- Global Styles -- */ 
	.everleigh-container, 
	.everleigh-full-width {
		width: 550px;
	}

	/* -- Featured Section -- */
	.everleigh-the-single-image,
	.everleigh-the-post-slide {
		height: 450px;
	}
	.everleigh-title-wrapper h2 {
		font-size: 25px;
		margin: 0 auto 10px;
	}
	.everleigh-title-wrapper-container {
		padding: 40px;
		width: 450px;
	}
	.everleigh-title-wrapper-container p {
		margin-bottom: 17px;
	}
	.everleigh-title-wrapper span {
		font-size: 10.5px;
		padding: 10px;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 20px;
		margin-top: -23.5px;
	}

	/* -- Blog Layout -- */
	.everleigh-post-header h1, 
	.everleigh-post-header h2, 
	.everleigh-post-header h2 a {
		font-size: 25px;
		margin: 1px 0 0 0;
	}
	.everleigh-post-excerpt,
	.everleigh-blog-item.everleigh-blog-show-full-content .everleigh-post-entry {
		margin: 13px 0 0 0;
	}
	.everleigh-read-more a {
		font-size: 10.5px;
	}
	.everleigh-cat a,
	.everleigh-post-location span {
		font-size: 11px;
	}
	.everleigh-custom-product-slider .bx-wrapper .bx-next,
	.everleigh-block-item .everleigh-custom-product-slider .bx-next {
		right: -94px;
	}
	.everleigh-custom-product-slider .bx-wrapper .bx-prev,
	.everleigh-block-item .everleigh-custom-product-slider .bx-prev {
		left: -83px;
	}

	/* -- Grid Layout -- */
	.everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-grid-item .everleigh-post-header h2 a,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2 a,
	.everleigh-grid-blog-first .everleigh-post-header h2, 
	.everleigh-grid-blog-first .everleigh-post-header h2 a {
		font-size: 25px;
		margin: 1px 0 0 0;
	}

	/* -- List Layout -- */
	.everleigh-list-item .everleigh-post-header h2, 
	.everleigh-list-item .everleigh-post-header h2 a,
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2 a {
		font-size: 24px;
		line-height: 32px;
		margin: 1px 0 0 0;
	}

	/* -- Block Layout -- */
	.everleigh-block-item .everleigh-post-header h2,
	.everleigh-block-item .everleigh-post-header h2 a {
		font-size: 25px;
		line-height: 34px;
	}
	.everleigh-block-item .everleigh-post-excerpt {
		margin: 13px 0 0 0;
	}
	.everleigh-block-item .everleigh-post-footer {
		margin: 23.5px 0 0 0;
	}

	/* -- Gallery Layout -- */
	.everleigh-gallery-item,
	.everleigh-full-width .everleigh-gallery-item {
		width: 100%;
	}
	.everleigh-gallery-item,
	.everleigh-full-width .everleigh-gallery-item:nth-of-type(3n),
	.everleigh-full-width .everleigh-gallery-item:nth-of-type(2n) {
		margin: 0 0 50px 0;
	}
	.everleigh-gal-img-container,
	.everleigh-full-width .everleigh-gal-img-container {
		height: 620px;
	}

	/* -- Archives -- */
	.error404 #everleigh-content #everleigh-searchform,
	.search-no-results #everleigh-content #everleigh-searchform {
		width: 325px;
	}
	.error404 #everleigh-content #everleigh-searchform input[type="text"],
	.search-no-results #everleigh-content #everleigh-searchform input[type="text"] {
		width: 250px;
	}

	/* -- Single Post + MISC / WP CORE -- */
	.everleigh-item-related,
	.everleigh-full-width .everleigh-item-related {
		width: 50%;
	}
	.everleigh-item-related:nth-of-type(2) {
		margin-right: 0px;
	}
	.everleigh-related-post-img,
	.everleigh-full-width .everleigh-related-post-img {
		height: 275px;
	}
	.everleigh-default-width .everleigh-item-related:last-of-type,
	.everleigh-full-width .everleigh-item-related:nth-of-type(3) {
		display: none;
	}
	#commentform input,
	.everleigh-full-width #commentform input {
		width: 100%;
		margin-right: 0px;
	}
	.everleigh-page-wrapper ul.everleigh-comments ul.children {
		padding: 0;
	}
	.everleigh-blog-item.sticky .everleigh-post-content:before {
		font-size: 23px;
		width: 50px;
		height: 50px;
		line-height: 53px;
	}
	.everleigh-post-pagination {
		display: block;
	}
	.everleigh-pagination-post {
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}
	.everleigh-next-post {
		text-align: left;
		border: 0px;
		padding: 30px 0 0 0;
	}
	.everleigh-next-post .everleigh-pagination-post-image {
		float: left;
		margin: 0 20px 0 0;
	}

	/* -- Footer -- */ 
	.instagram-footer-widget ul,
	.everleigh-footer-container {
		width: 550px;
	}
	#everleigh-footer .instagram-footer-widget::before {
		height: 130px;
	}
	.instagram-footer-widget.zoom-instagram-widget .zoom-instagram-link {
		height: 122.5px !important;
	}

	/* -- Elementor -- */ 	
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 550px !important;
	}
	.everleigh-feature-section,
	.everleigh-triple-images-section {
		margin-bottom: 65px !important;
	}
	.everleigh-custom-intro-section {
		margin-bottom: 70px !important;
	}
	.everleigh-one-feature-column-two .elementor-widget-heading h2,
	.everleigh-custom-headline h2,
	.everleigh-elementor-mc4wp-section h5.everleigh-mc4wp-title,
	.everleigh-map-section h2 {
		font-size: 25px !important;
	}
	.everleigh-one-feature-column-two,
	.everleigh-one-feature-column-two.everleigh-custom-three {
		width: 90% !important;
		margin: -50px auto 0;
		text-align: center;
	}
	.everleigh-one-feature-column-two .elementor-widget-wrap,
	.everleigh-one-feature-column-two.everleigh-custom-three .elementor-widget-wrap {
		padding: 45px 50px 60px !important;
	}
	.everleigh-one-feature-column-two .elementor-widget-heading {
		text-align: center !important;
	}
	.everleigh-one-feature-column-three {
		width: 100% !important;
		position: relative !important;
		margin-left: 50px;
	}
	.everleigh-about-me-section .elementor-widget-spacer {
		width: calc(50% + 500px) !important;
	}
	.everleigh-about-me-text-column {
		text-align: center;
	}
	.everleigh-custom-three .everleigh-one-feature-column-three {
		width: 100% !important;
	}
	.everleigh-custom-about-text-section .everleigh-custom-headline .elementor-widget-container {
		padding: 0 0 5px 0 !important;
	}
	.everleigh-custom-about-text-section .elementor-text-editor,
	.everleigh-services-text-column,
	.everleigh-services-text-column .elementor-widget-heading,
	.everleigh-latest-projects-section .everleigh-custom-headline {
		text-align: center !important;
	}
	.everleigh-custom-services-item {
		padding: 0 0 47px 0 !important;
	}
	.everleigh-feature-section.everleigh-custom-three.elementor-custom-three,
	.everleigh-testimonials-section.everleigh-custom-three {
		margin-bottom: 70px !important;
	}
	.everleigh-about-me-section.everleigh-custom-three,
	.everleigh-custom-intro-section.everleigh-custom-three {
		margin-bottom: 75px !important;
	}
	.everleigh-latest-projects-section {
    	margin-bottom: 80px !important;
    }
    .everleigh-latest-projects-column:last-of-type .elementor-spacer,
	.everleigh-latest-projects-column:first-of-type .elementor-spacer {
		width: calc(50% + 500px);
	}	
	.everleigh-custom-contact.everleigh-about-me-section {
		margin-bottom: 35px !important;
	}
	.everleigh-custom-contact input[type="submit"] {
		width: 100%;
	}

	/* -- Gutenberg -- */
	.wp-block-column {
		flex-basis: 100%;
	}
	.wp-block-column:nth-child(odd) {
		margin-right: 0px
	}
	.wp-block-column:nth-child(even) {
		margin-left: 0px
	}
	.wp-block-column:not(:first-child) {
		margin-left: 0px
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0px;
	}
}

/* ------------------------------- 7. Max-Width: 650px ------------------------------- */	
@media only screen and (max-width: 650px) {

	/* --- Global Styles -- */ 
	.everleigh-container, 
	.everleigh-full-width {
		width: 415px;
	}
	#everleigh-sidebar {
		width: 415px;
		margin: 0 auto 60px;
	}

	/* --- Header -- */ 
	.everleigh-inline-left .everleigh-top-bar,
	.everleigh-below-menu .everleigh-nav-wrapper {
		padding: 20px;
	}
	.everleigh-header-search-container,
	.everleigh-inline-left .everleigh-header-search-container {
		width: 40%;
	}
	#everleigh-header .everleigh-social-media-follow-icons,
	.everleigh-inline-left #everleigh-header .everleigh-social-media-follow-icons {
		width: 60%;
	}
	#everleigh-header .slicknav_menu {  
		padding: 20px;
	}		
	#everleigh-header .slicknav_menu .slicknav_menutxt {
		display: none;
	}
	.everleigh-container.everleigh-inline-left {
		padding: 27px 0 42px;
	}
	.everleigh-below-menu .everleigh-site-title {
		padding: 30px 0 35px;
	}
	.everleigh-inline-left .everleigh-site-title a {
		font-size: 30px;
	}
	.everleigh-inline-left .everleigh-site-title a::after {
		bottom: -4px;
		height: 12px;
	}
	.everleigh-below-menu .everleigh-site-title a {
		font-size: 33px;
		letter-spacing: 2.5px;
	}
		
	/* -- Featured Section -- */
	#everleigh-featured-section {
		display: block;
	}
	#everleigh-featured-section,
	.everleigh-custom-mc4wp-section {
		margin: 0 0 45px 0;
	}
	.everleigh-the-single-image,
	.everleigh-the-post-slide {
		height: 400px;
	}
	.everleigh-title-wrapper-container {
		width: 350px;
		padding: 30px 30px 32px;
	}
	.everleigh-title-wrapper-container p {
		margin-bottom: 0px;
	}
	.everleigh-title-wrapper span {
		display: none;
	}
	.everleigh-title-wrapper h2 {
		font-size: 24px;
	}
	.everleigh-the-triple-image {
		width: 100%;
	}
	.everleigh-the-triple-image:first-of-type, 
	.everleigh-the-triple-image:nth-of-type(2) {
		margin: 0 0 10px 0;
	}

	/* -- Blog Layout -- */
	.everleigh-blog-item {
		margin-bottom: 60px;
		padding-bottom: 50px;
	}
	.everleigh-post-header h1, 
	.everleigh-post-header h2, 
	.everleigh-post-header h2 a {
		font-size: 24px; 
		line-height: 31px;
	}
	.everleigh-post-date,
	.everleigh-block-item.everleigh-even-row .everleigh-post-date {
		left: -26.5px;
	}
	.everleigh-post-date .post-date {
		padding: 6px 11px 12px;
	}
	.everleigh-post-date-day {
		font-size: 19px;
	}
	.everleigh-post-excerpt,
	.everleigh-blog-item.everleigh-blog-show-full-content .everleigh-post-entry {
		margin: 12.5px 0 0 0;
	}
	.everleigh-newer a,
	.everleigh-older a,
	.everleigh-default-width .everleigh-newer a,
	.everleigh-default-width .everleigh-older a  {
		margin-bottom: 60px;
	}
	.everleigh-custom-product-slider .bx-wrapper .bx-prev,
	.everleigh-block-item .everleigh-custom-product-slider .bx-prev {
		left: -85px;
	}
	.everleigh-custom-mc4wp-section input[type="submit"] {
		width: 100%;
		margin: 0;
	}

	/* -- Grid Layout -- */
	.everleigh-grid-item,
	.everleigh-grid-item:nth-of-type(2n),
	.everleigh-default-width .everleigh-grid-item,
	.everleigh-default-width .everleigh-grid-item:nth-of-type(2n) {
		margin: 0 0 60px 0;
	}
	.everleigh-grid-blog-first .everleigh-blog-item {
		margin-bottom: 60px;
		padding-bottom: 50px;
	}
	.everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-grid-item .everleigh-post-header h2 a,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2 a,
	.everleigh-grid-blog-first .everleigh-post-header h2, 
	.everleigh-grid-blog-first .everleigh-post-header h2 a {
		font-size: 24px;
		line-height: 31px;
	}
	.everleigh-grid-item .everleigh-post-date,
	.everleigh-grid-blog-first .everleigh-post-date,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date {
		left: -26.5px;
	}
	.everleigh-grid-item .everleigh-post-date .post-date,
	.everleigh-grid-blog-first .everleigh-post-date .post-date,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date .post-date {
		padding: 6px 11px 12px;
	}
	.everleigh-grid-item .everleigh-post-excerpt {
		margin: 12.5px 0 0 0;
	}
	.everleigh-grid-item .everleigh-post-footer, 
	.everleigh-full-width .everleigh-grid-item .everleigh-post-footer {
		margin: 23.5px 0 0 0;
	}
	.everleigh-grid-layout .everleigh-newer a,
	.everleigh-grid-layout .everleigh-older a,
	.everleigh-grid-layout.everleigh-default-width .everleigh-newer a,	
	.everleigh-grid-layout.everleigh-default-width .everleigh-older a {
		margin-bottom: 75px;
	}

	/* -- List Layout -- */
	.everleigh-list-item,
	.everleigh-list-layout .everleigh-grid-blog-first .everleigh-blog-item {
		margin: 0 0 60px 0;
		padding: 0 0 50px 0;
	}
	.everleigh-list-item .everleigh-post-header h2, 
	.everleigh-list-item .everleigh-post-header h2 a,
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2 a {
		font-size: 24px;
		line-height: 31px;
	}
	.everleigh-list-item .everleigh-post-date,
	.everleigh-default-width .everleigh-list-item .everleigh-post-date {
		left: -26.5px;
	}
	.everleigh-list-item .everleigh-post-date .post-date,
	.everleigh-default-width .everleigh-list-item .everleigh-post-date .post-date {
		padding: 6px 11px 12px;
	}
	.everleigh-list-item .everleigh-post-footer,
	.everleigh-default-width .everleigh-list-item .everleigh-post-footer {
		margin: 23.5px 0 0 0;
	}
	.everleigh-list-layout .everleigh-newer a, 
	.everleigh-list-layout .everleigh-older a,
	.everleigh-list-layout.everleigh-default-width .everleigh-newer a, 
	.everleigh-list-layout.everleigh-default-width .everleigh-older a {
		margin-bottom: 60px;
	}

	/* -- Block Layout -- */
	.everleigh-block-item {
		margin: 0 0 60px 0;
	}
	.everleigh-block-item .everleigh-post-header h2,
	.everleigh-block-item .everleigh-post-header h2 a {
		font-size: 24px;
		line-height: 31px;
	}
	.everleigh-block-layout .everleigh-newer a, 
	.everleigh-block-layout .everleigh-older a {
		margin: 0 0 75px 0;
	}

	/* -- Gallery Layout -- */
	.everleigh-gal-img-container,
	.everleigh-full-width .everleigh-gal-img-container {
		height: 470px;
	}
	.everleigh-gallery-layout .everleigh-newer a,
	.everleigh-gallery-layout .everleigh-older a,
	.everleigh-default-width.everleigh-gallery-layout .everleigh-newer a,
	.everleigh-default-width.everleigh-gallery-layout .everleigh-older a {
		margin-bottom: 70px;
	}

	/* -- Archives -- */ 	
	.everleigh-archive-box {
		margin: 0 0 45px 0;
	}	
	.everleigh-archive-box h1 {
		font-size: 28px;
	}
	.everleigh-archive-box span {
		font-size: 11px;
		margin-bottom: 0px;
	}
	.search-no-results .everleigh-default-width .post {
		margin-bottom: 65px;
	}

	/* -- Single Post + MISC / WP Core -- */
	.everleigh-single-post .everleigh-post-header h1 {
		font-size: 26px; 
	}	
	.everleigh-post-author-box {
		padding-bottom: 43px;
	}
	.everleigh-author-social-media i  {
		margin-bottom: 0px;
	}
	.everleigh-author-img {
		display: inline;
		width: 150px;
		padding: 0 20px 10px 0;
	}
	.everleigh-author-content {
		display: inline;
		padding-left: 0;
		width: 245px;
	}
	.everleigh-related-post-img,
	.everleigh-full-width .everleigh-related-post-img {
		height: 205px;
	}
	#comments #respond {
		padding: 30px;
	}
	#comments #reply-title {
		font-size: 17px;
	}
	#commentform input[type="submit"] {
		margin: 8px 0 0 0;
	}
	.everleigh-comment-author-avatar {
		display: none;
	}
	.everleigh-comment-text {
		margin-left: 0px;
	}
	.everleigh-blog-show-full-content.everleigh-product-slider.everleigh-post-has-no-tags .everleigh-affiliate-section,
	.everleigh-blog-show-full-content.everleigh-aff-code.everleigh-post-has-no-tags .everleigh-affiliate-section,
	.everleigh-blog-show-full-content.everleigh-aff-shortcode.everleigh-post-has-no-tags .everleigh-affiliate-section,
	.everleigh-blog-show-full-content.everleigh-product-slider.everleigh-post-no-tags .everleigh-affiliate-section,
	.everleigh-blog-show-full-content.everleigh-aff-code.everleigh-post-no-tags .everleigh-affiliate-section,
	.everleigh-blog-show-full-content.everleigh-aff-shortcode.everleigh-post-no-tags .everleigh-affiliate-section {
		margin: 35px 0 0 0;
	}

	/* -- Single Page -- */
	.everleigh-page-header h1,
	h1.everleigh-template-title {
		font-size: 25px;
		margin-bottom: 16px;
	}

	/* -- Footer -- */ 
	.instagram-footer-widget ul,
	.everleigh-footer-container {
		width: 415px;
	}
	.everleigh-footer-container {
		padding: 25px 0;
	}
	#everleigh-footer .instagram-footer-widget::after {
		width: 100px;
	}
	#everleigh-footer .instagram-footer-widget::before {
		height: 120px;
	}
	.instagram-footer-widget li {
		width: 33.33333%;
	}
	.instagram-footer-widget li:nth-of-type(4) {
		display: none;
	}
	.instagram-footer-widget li:nth-of-type(3) {
		margin: 0 !important;
	}
	.instagram-footer-widget.zoom-instagram-widget .zoom-instagram-link {
		height: 125px !important;
	}

	/* -- Elementor -- */ 	
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 415px !important;
	}
	.everleigh-about-me-section .elementor-widget-spacer {
		width: calc(50% + 365px) !important;
	}
	.everleigh-feature-section.everleigh-custom-three {
		margin-bottom: 65px !important;
	}
	.everleigh-feature-section.everleigh-custom-services {
		margin-bottom: 85px !important;
	}
	.everleigh-services-text-column h3 {
		font-size: 24px !important;
	}
	.everleigh-triple-image-column .elementor-button-text {
		font-size: 12px !important;
	}
	.everleigh-latest-projects-section .elementor-widget-button .elementor-widget-container {
		margin-top: 9px !important;
	}
	.everleigh-latest-projects-section .elementor-button-text {
		font-size: 12px !important;
	}
	.everleigh-latest-projects-column:last-of-type .elementor-spacer,
	.everleigh-latest-projects-column:first-of-type .elementor-spacer {
		width: calc(50% + 365px);
	}
	.everleigh-custom-intro-section.everleigh-custom-four {
		margin: 57px 0 67px !important;
	}
	.everleigh-map-inner-section > .elementor-container {
		height: auto;
	}
	.everleigh-map-image-column {
		position: relative !important;
		right: auto;
		width: 100% !important;
		bottom: auto;
		top: auto;
		float: none;
		display: block !important;
		height: auto;
	}
	.everleigh-map-text-column {
		width: 100% !important;
		float: none;
		display: block !important;
		height: auto;
		padding: 20px 40px 40px;
		box-sizing: border-box !important;
		text-align: center;
	}
	.everleigh-map-text-column .elementor-column-wrap {
		margin: 0 !important;
		width: auto;
	}
	.everleigh-map-text-column .elementor-widget-heading .elementor-widget-container {
		margin-bottom: 25px !important;
	}
	.everleigh-custom-sidebar {
		width: 415px !important;
		margin: 0 auto 20px !important;
	}
	.everleigh-custom-sidebar .elementor-widget-wrap > .elementor-element.elementor-widget,
	.everleigh-custom-sidebar .elementor-widget {
		width: 415px !important;
		margin: 0 auto 50px !important;
	}	
}	

/* ------------------------------- 8. Max-Width: 500px ------------------------------- */	
@media only screen and (max-width: 500px) {
	
	/* --- Global Styles -- */ 
	.everleigh-container, 
	.everleigh-full-width {
		width: 325px;
	}
	#everleigh-sidebar {
		width: 325px;
	}

	/* --- Header -- */ 
	.everleigh-inline-left .everleigh-header-search-container,
	.everleigh-header-search-container {
		display: none !important;
	}
	#everleigh-header .everleigh-social-media-follow-icons a {
		font-size: 11px;
	}
	.everleigh-inline-left #everleigh-header .everleigh-social-media-follow-icons,
	#everleigh-header .everleigh-social-media-follow-icons {
		width: 100%;
		float: none;
		text-align: center;
	}
	.everleigh-woo-shopping-cart {
		float: none;
		display: inline-block;
	}
	#everleigh-header .slicknav_menu {  
		padding: 15px 20px;
	}	
	#everleigh-header .slicknav_nav {
		top: 104px;
		width: 300px;
	}
	.everleigh-below-menu #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .slicknav_nav {
		top: 88px;
	}
	.everleigh-inline-left #everleigh-header.everleigh-no-cart-icon.everleigh-no-header-search.everleigh-no-header-social-media .slicknav_nav {
		top: 90px;
	}
	.everleigh-custom-site-logo.everleigh-below-menu .everleigh-site-logo,
	.everleigh-custom-site-logo .everleigh-container.everleigh-inline-left {
		padding: 33px 0;
	}
	.everleigh-below-menu .everleigh-sticky-nav #everleigh-header .is-sticky .slicknav_menu,
	.everleigh-inline-left .everleigh-sticky-nav #everleigh-header .is-sticky .slicknav_menu {
		padding: 20px;
	}

	/* -- Featured Section -- */
	.everleigh-the-single-image,
	.everleigh-the-post-slide {
		height: 350px;
	}
	.everleigh-title-wrapper-container {
		width: 300px;
		padding: 25px 20px 27px;
	}
	.everleigh-title-wrapper h2 {
		font-size: 23px;
		line-height: 1.2;
	}
	.everleigh-the-post-slide .everleigh-cat a {
		font-size: 10.5px;
	}
	.everleigh-post-slider .bx-wrapper .bx-controls-direction a {
		width: 16px;
		margin-top: -16px;
	}
	.bx-wrapper .bx-prev {
		left: 10px;
	}
	.bx-wrapper .bx-next {
		right: 10px;
	}
	
	/* -- Blog Layout -- */
	.everleigh-post-header {
		margin: 20px 0 0 0;
	}
	.everleigh-post-header h1, 
	.everleigh-post-header h2, 
	.everleigh-post-header h2 a {
		font-size: 23px; 
	}
	.everleigh-post-date,
	.everleigh-block-item.everleigh-even-row .everleigh-post-date {
		left: -15px;
		top: 15px;
	}
	.everleigh-post-date .post-date {
		padding: 4px 8px 8px;
	}	
	.everleigh-post-date-day {
		font-size: 18px;
	}
	.everleigh-custom-product-slider .bx-wrapper .bx-prev,
	.everleigh-block-item .everleigh-custom-product-slider .bx-prev {
		left: -104px;
	}
	.everleigh-custom-product-slider .bx-wrapper .bx-next,
	.everleigh-block-item .everleigh-custom-product-slider .bx-next {
		right: -114px;
	}
	.everleigh-blog-show-full-content .everleigh-affiliate-section,
	.everleigh-blog-show-full-content.everleigh-aff-link .everleigh-affiliate-section,
	.everleigh-full-width .everleigh-blog-show-full-content.everleigh-aff-link .everleigh-affiliate-section,
	.everleigh-blog-show-full-content.everleigh-product-slider .everleigh-affiliate-section,
	.everleigh-aff-code.everleigh-blog-show-full-content.everleigh-post-no-tags .everleigh-affiliate-section,
	.everleigh-aff-shortcode.everleigh-blog-show-full-content.everleigh-post-no-tags .everleigh-affiliate-section,
	.everleigh-single-post.everleigh-aff-link.everleigh-post-has-no-tags .everleigh-affiliate-section,
	.everleigh-full-width .everleigh-single-post.everleigh-aff-link.everleigh-post-has-no-tags .everleigh-affiliate-section,
	.everleigh-single-post.everleigh-aff-code.everleigh-blog-show-full-content .everleigh-affiliate-section,
	.everleigh-single-post.everleigh-aff-shortcode.everleigh-blog-show-full-content .everleigh-affiliate-section {
		margin: 30px 0 0 0;
		padding: 30px 0;
	}	
	h5.everleigh-mc4wp-title {
		font-size: 21px;
	}
	.everleigh-blog-item .everleigh-slide-container .bx-wrapper .bx-controls-direction a,
	.everleigh-single-post .everleigh-slide-container .bx-wrapper .bx-controls-direction a {
		width: 10px;
		margin-top: -8.5px;
	}
	.everleigh-blog-item .everleigh-slide-container .bx-wrapper .bx-prev,
	.everleigh-single-post .everleigh-slide-container .bx-wrapper .bx-prev {
		left: 15px;
	}
	.everleigh-blog-item .everleigh-slide-container .bx-wrapper .bx-next,
	.everleigh-single-post .everleigh-slide-container .bx-wrapper .bx-next {
		right: 15px;	
	}

	/* -- Grid Layout -- */
	.everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-grid-item .everleigh-post-header h2 a,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-grid-item .everleigh-post-header h2 a,
	.everleigh-grid-blog-first .everleigh-post-header h2, 
	.everleigh-grid-blog-first .everleigh-post-header h2 a {
		font-size: 23px;
	}
	.everleigh-grid-item .everleigh-post-date,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date,
	.everleigh-grid-blog-first .everleigh-post-date {
		left: -15px;
		top: 15px;
	}
	.everleigh-grid-item .everleigh-post-date .post-date,
	.everleigh-grid-blog-first .everleigh-post-date .post-date,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date .post-date {
		padding: 4px 8px 8px;
	}
	.everleigh-grid-item .everleigh-post-date-day,
	.everleigh-grid-blog-first .everleigh-post-date-day,
	.everleigh-default-width .everleigh-grid-item .everleigh-post-date-day {
		font-size: 18px;
	}

	/* -- List Layout -- */
	.everleigh-list-item .everleigh-post-header h2, 
	.everleigh-list-item .everleigh-post-header h2 a,
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2, 
	.everleigh-default-width .everleigh-list-item .everleigh-post-header h2 a {
		font-size: 23px;
	}
	.everleigh-list-item .everleigh-post-date,
	.everleigh-default-width .everleigh-list-item .everleigh-post-date {
		left: -15px;
		top: 15px;
	}
	.everleigh-list-item .everleigh-post-date .post-date,
	.everleigh-default-width .everleigh-list-item .everleigh-post-date .post-date {
		padding: 4px 8px 8px;
	}
	.everleigh-list-item .everleigh-post-date-day,
	.everleigh-default-width .everleigh-list-item .everleigh-post-date-day {
		font-size: 18px;
	}

	/* -- Block Layout -- */
	.everleigh-block-item .everleigh-post-header h2,
	.everleigh-block-item .everleigh-post-header h2 a {
		font-size: 23px;
	}	
	.everleigh-block-item .everleigh-affiliate-section,
	.everleigh-full-width .everleigh-aff-link.everleigh-block-item .everleigh-affiliate-section {
 		margin: 30px 0 0 0;
 		padding: 30px 0 0 0;
 	}

	/* -- Gallery Layout -- */
	.everleigh-gal-img-container,
	.everleigh-full-width .everleigh-gal-img-container {
		height: 365px;
	}

	/* -- Single Post + WP Core / MISC -- */
	.everleigh-single-post {
		margin: 0 0 70px 0;
	}
	.everleigh-single-post .everleigh-post-header h1 {
		font-size: 24px; 
		line-height: 31px;
	}	
	.everleigh-post-tags-title,
	.everleigh-comments-name,
	.everleigh-single-share-label {
		font-size: 11px;
	}
	.everleigh-blog-show-full-content .everleigh-post-comment-count .everleigh-comment-num {
		vertical-align: 0;
	}
	.everleigh-single-share-label {
		margin-right: 5px;
	}
	.everleigh-post-tags a {
		font-size: 10.5px;
	}
	.everleigh-single-author-label {
		display: none;
	}
	.everleigh-author-content h5, 
	.everleigh-author-content h5 a {
		margin-bottom: 6px;
	}
	.everleigh-author-img {
		display: inline;
		width: 120px;
		padding: 0 20px 0 0;
	}
	.everleigh-item-related-box {
		display: block;
	}
	.everleigh-item-related,
	.everleigh-full-width .everleigh-item-related  {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.everleigh-item-related:nth-of-type(2) {
		margin-bottom: 0px;
	}
	.everleigh-related-post-img,
	.everleigh-full-width .everleigh-related-post-img {
		height: 300px;
	}
	#comments #respond {
		padding: 20px 20px 25px;
	}
	.everleigh-comment-author, 
	.everleigh-comment-date {
		display: block;
	}
	.everleigh-comment-author {
		margin: 0 0 2px 0;
	}
	.everleigh-comment-date {
		float: none;
		margin: 0 0 11px 0;
	}
	.everleigh-comment-text p {
		margin-bottom: 15px;
	}
	.everleigh-comment-parent {
		display: inline-block;
		margin: 6px 0 10px;
	}
	.everleigh-blog-item.sticky .everleigh-post-date {
		top: 55px;
	} 
	.everleigh-comment-approval em {
		margin-left: 0px;
	}

	/* -- Footer -- */ 
	.instagram-footer-widget ul,
	.everleigh-footer-container {
		width: 325px;
	}
	.instagram-footer-widget li {
		margin: 0 10px 0 0 !important;
	}
	#everleigh-footer .instagram-footer-widget::after {
		width: 60px;
	}
	#everleigh-footer .instagram-footer-widget::before {
		height: 105px;
	}
	#everleigh-footer p.clear {
		width: 325px;
	}
	.everleigh-footer-menu li {
		margin: 0 25px 0 0;
	}
	.everleigh-footer-no-instagram .everleigh-footer-container {
		padding: 30px 20px;
	}
	.instagram-footer-widget.zoom-instagram-widget .zoom-instagram-link {
		height: 101px !important;
	}

	/* -- Elementor -- */ 	
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 325px !important;
	}
	.everleigh-one-feature-column-two .elementor-widget-heading h2,
	.everleigh-custom-headline h2,
	.everleigh-elementor-mc4wp-section h5.everleigh-mc4wp-title,
	.everleigh-map-section h2 {
		font-size: 23px !important;
	}
	.everleigh-feature-section,
	.everleigh-triple-images-section {
		margin-bottom: 55px !important;
	}
	.everleigh-custom-intro-section {
		margin-bottom: 65px !important;
	}
	.everleigh-one-feature-column-two .elementor-widget-wrap,
	.everleigh-one-feature-column-two.everleigh-custom-three .elementor-widget-wrap {
		padding: 20px 20px 52px !important;
	}
	.everleigh-one-feature-column-three { 
		margin-left: 0px;
	}
	.everleigh-elementor-mc4wp-section {
		padding: 20px !important;
		margin-bottom: 80px !important;
	}
	.everleigh-elementor-mc4wp-section .elementor-widget-wp-widget-mc4wp_form_widget .elementor-widget-container {
		padding: 33px 40px 45px 40px !important;
	}
	.everleigh-about-me-section .elementor-widget-spacer {
		width: calc(50% + 275px) !important;
	}
	.everleigh-about-me-section {
		margin-bottom: 80px !important;
	}
	.everleigh-triple-images-section.everleigh-custom-two {
		margin-bottom: 47px !important;
	}
	.everleigh-custom-intro-section.everleigh-custom-two {
		margin-bottom: 80px !important;
	}
	.everleigh-custom-services-section {
		margin-bottom: 80px !important;
	}
	.everleigh-custom-services-column h3 {
		font-size: 22px !important;
		line-height: 1.3 !important;
	}
	.everleigh-testimonials-section {
		padding: 30px 0 !important;
	}
	.everleigh-feature-section.everleigh-custom-three {
		margin-bottom: 60px !important;
	}
	.everleigh-custom-about-text-section {
		margin-bottom: 50px !important;
	}
	.everleigh-feature-section.everleigh-custom-services {
		margin-bottom: 70px !important;
	}
	.everleigh-custom-services-list-section,
	.everleigh-testimonials-section.everleigh-custom-services {
		margin-bottom: 80px !important;
	}
	.everleigh-services-text-column .elementor-widget-heading .elementor-widget-container {
		margin-bottom: 14px !important;
	}
	.everleigh-services-text-column h3 {
		font-size: 21px !important;
	}
	.everleigh-custom-services-list-section .everleigh-custom-number-text p {
		font-size: 40px !important;
	}
	.everleigh-latest-projects-column:last-of-type .elementor-spacer,
	.everleigh-latest-projects-column:first-of-type .elementor-spacer {
		width: calc(50% + 275px);
	}
	.everleigh-feature-section.everleigh-custom-three.elementor-custom-three,
	.everleigh-testimonials-section.everleigh-custom-three {
		margin-bottom: 65px !important;
	}
	.everleigh-about-me-section.everleigh-custom-three,
	.everleigh-custom-intro-section.everleigh-custom-three {
		margin-bottom: 70px !important;
	}
	.everleigh-latest-projects-section {
    	margin-bottom: 75px !important;
    }
    .everleigh-project-four-image .elementor-widget-container,
	.everleigh-project-three-spacer .elementor-widget-container,
	.everleigh-project-two-spacer .elementor-widget-container {
		margin-top: 50px !important;
	}
	.everleigh-triple-images-section.everleigh-custom-four {
		margin-bottom: 70px !important;
	}
	.everleigh-custom-blog-section.everleigh-custom-four {
		margin-bottom: 15px !important;
	}
	.everleigh-custom-contact.everleigh-about-me-section {
		margin-bottom: 10px !important;
	}
	.everleigh-custom-sidebar {
		width: 325px !important;
		margin: 0 auto 10px !important;
	}
	.everleigh-custom-sidebar .elementor-widget-wrap > .elementor-element.elementor-widget,
	.everleigh-custom-sidebar .elementor-widget {
		width: 325px !important;
		margin: 0 auto 50px !important;
	}
	.everleigh-triple-images-section.everleigh-custom-five {
		margin-bottom: 55px !important;
	}
	.everleigh-elementor-mc4wp-section.everleigh-custom-five {
		margin-bottom: 65px !important;
	}

	/* -- Gutenberg -- */ 
	.wp-block-gallery .blocks-gallery-image, 
	.wp-block-gallery .blocks-gallery-item {
    	width: 100%;
    	margin: 0 0 16px 0;
    }
}