
/*--------------------------------------------------------------
  >> : Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1240px) {
    #desktop-nav-logo {
        flex: 0 0 auto;
        width: 100%;
        justify-content: center;
        margin-top: .5rem;
    }
    
    #desktop-nav-menu {
        width: 100%;
        text-align: center !important;
        border-top: 1px solid #8181815c;
        margin-top: .5rem;
    }
    
    #desktop-nav-menu nav {
        justify-content: center !important;
    }    

    .sf-menu a {
        padding: 1.25rem 0.75rem;
        margin: 0 .25rem;
    }
}


/*--------------------------------------------------------------
  >> : 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;
	}

}

