
/*--------------------------------------------------------------
  >> : Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
  >> : Single Blog
--------------------------------------------------------------*/
@media (min-width: 1440px) {
  .single-post [data-section="content"] {
    max-width: 1440px;
  }
}


/*--------------------------------------------------------------
  >> : Element Specific
--------------------------------------------------------------*/

  .single-post [data-section="content"] img {
    max-width: 100%;
    height: auto;
  }

@media (max-width:992px) {
		[data-section="image-text"] picture {
	    width: 100%;
	    right: unset;
	    left: unset;
	}

#desktop-nav-menu {
    align-items: center;
    position: relative;
    display: inline-flex;
    justify-content: flex-end;
}
  
}

@media (min-width:1920px) {

	[data-section="image-text"] .col {
	  position:relative;
	}

	[data-section="image-text"] picture {
	  width: 50vw;
	  right: 0 !important;
	  left: calc((-100vw + 1780px) * 0.5);
	}

	[data-section="text-image"] .col {
	  position:relative;
	}

	[data-section="text-image"] picture {
	  width: 50vw;
	  right: 0 !important;
	}

}

