/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* #######################################################################
FONTS 
####################################################################### */



@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('//www.atelierisabey.com/wp-content/uploads/fonts/slick.eot');
    src: url('//www.atelierisabey.com/wp-content/uploads/fonts/slick.eot?#iefix') format('embedded-opentype'), url('//www.atelierisabey.com/wp-content/uploads/fonts/slick.woff') format('woff'), url('//www.atelierisabey.com/wp-content/uploads/fonts/slick.ttf') format('truetype'), url('//www.atelierisabey.com/wp-content/uploads/fonts/slick.svg#slick') format('svg');
}

/* #######################################################################
TYPOGRAPHY 
####################################################################### */


h1,
h2,
h3 {
    font-family: 'Libre Caslon Display', Times;
    text-align: center;
}

h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
}

h4 {
    color: #c1c1c1;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

hr {
    border: none;
    height:1px;
    background-color: #eaeaea;
    margin: 40px auto;
}

input,
p,
.woocommerce tr {
    color: #a0a0a0;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align:center;
}

strong {
    font-size: 11px;
}

a,
a:visited {
    color: #a0a0a0;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
}

.product-down-scroll-links {
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
}

.homepage-collection-text a,
.homepageslider-andrea-text h2,
.homepageslider-gershwin-text h2,
.homepage-celebrations-text a,
.homepage-custom-text a,
.homepage-baby-text a,
a.read-more.button {
    font-size: 12px;
    padding: 1px 5px 0 5px;;
    border-width: 1px;
    border-radius: 0;
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.01);
    text-transform: uppercase;
    text-align:center;
    width:auto;
}

.homepageslider-andrea-text h2,
a.read-more.button {
    color: #acacac;
    float:right;
    border-color: #acacac;
}

a.read-more.button {
    float: none;
}

.homepageslider-gershwin-text h2,
.homepage-collection-text a,
.homepage-baby-text a {
    color: #fff;
    border-color: #fff;
    float:none;
}

.homepage-custom-text a,
.homepage-celebrations-text a{
    color: #a0a0a0;
    border-color: #a0a0a0;
}

.homepage-collection-text a:visited,
.blog h2 a:visited,
.archive h2 a:visited,
.inside-article .blog-category a:visited,
.homepage-baby-text a:visited{
    color: #fff;
}

a:hover,
.wedding-product-widget4-col2 a:hover,
.search-results .entry-title a:hover,
.wedding-product-back a:hover,
p#contact-page a:hover,
.main-footer a:hover,
.product-next:hover,
.product-prev:hover,
.customdetails-prev:hover,
.customdetails-next:hover,
.miyo-next:hover,
.miyo-prev:hover,
.custom-next:hover,
.custom-prev:hover,
.product-down-scroll-links a:hover,
.pricing-tab label:hover,
.info-page-col1 strong,
.info-page-col2 strong,
.info-page-footer strong {
    color: #777;
}

.homepage-custom-text a:hover,
.homepage-collection-text a:hover,
.homepage-celebrations-text a:hover,
a.read-more.button:hover {
    color: #777;
    border-color: #777;
}

.homepage-baby-text a:hover {
    color: #eaeaea;
    border-color: #eaeaea;
}

/* Buttons */

.search-no-results .entry-content input.search-field,
.error404 input.search-field,
.searchalt-form input.search-field,
.single-post input.submit {
    background-color: white;
    color: #a0a0a0;
    height: 30px;
    max-width: 800px;
    outline: none;
}

.search-no-results .entry-content input.search-submit,
.error404 input.search-submit,
.searchalt-form input.search-submit,
.single-post input.submit {
    text-transform: uppercase;
    font-size: 12px;
    background-color: white;
    height: 30px;
    color: #a0a0a0;
    margin-top: 10px;
    padding: 0 0 0 10px;
    border: 1px solid transparent;
}

.single-post input.submit {
    padding: 5px 15px;
    border: 1px solid ;
}

.search-no-results .entry-content input.search-submit:hover,
.error404 input.search-submit:hover,
.searchalt-form input.search-submit:hover,
.single-post input.submit:hover {
    background-color: white;
    height: 30px;
    color: #777;
}

/* #######################################################################
ANIMATIONS
####################################################################### */

.invisible-fadeup,
.invisible-fadeup-delay {
	transition: transform 1s ease,opacity 1s ease;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease,-moz-transform 1s ease,-o-transform 1s ease;
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    -ms-transform: translate(0,50px);
    -o-transform: translate(0,50px);
    transform: translate(0,50px);
	opacity: 0;
}

.visible-fadeup,
.visible-fadeup-delay {
	transition: transform 1s ease,opacity 1s ease;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease,-moz-transform 1s ease,-o-transform 1s ease;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
	opacity: 1;
}

.invisible-fadeupdelay,
.visible-fadeupdelay {
	animation-delay: 2s;
}

.invisible-fade {
	transition: transform 1s ease,opacity 1s ease;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease,-moz-transform 1s ease,-o-transform 1s ease;
	opacity: 0;
}

.visible-fade {
	transition: transform 1s ease,opacity 1s ease;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease,-moz-transform 1s ease,-o-transform 1s ease;
	opacity: 1;
}

/****** Anchors *********/

#anchor-accessories-page,
#anchor-feature,
#anchor-inspiration,
#anchor-accessories,
#anchor-custominspiration,
#anchor-customprocessheader,
#anchor-customdetails,
#anchor-customaccessoriesinspiration {
    display: block;
    position:absolute;   
}

#anchor-customdetails {
    top: -430px;
}

#anchor-customaccessoriesinspiration {
    top:60px;
}

#anchor-accessoriespage {
    top:-75px;
}

#anchor-inspiration {
    top: -80px
}

#anchor-feature,
#anchor-custominspiration,
#anchor-accessories {
    top:-25px;
}

#anchor-customprocessheader {
    top: -40px;
}

#anchor-accessories-page {
    top:25px;
}

/* #######################################################################
SLIDERS
####################################################################### */

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 27px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #777;
}

.slider-container {
    position: relative;
}

/* Homepage Slider */

.homepage-showcase {
    position: relative;
}

.homepage-slickslider {
    overflow: hidden;
    max-height: 800px;
}

.homepageslider-inner {
    height:800px;
}

.homepage-next,
.homepage-prev {
    display: block;
    font-size: 100px;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    line-height: 0;
    position: absolute;
    top: 50%;
    width:auto;    
    opacity: 0.5;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.homepage-next:hover,
.homepage-prev:hover {
    opacity: 1;
}
.homepage-prev {    
    left: 1.5%;
}
.homepage-next {
    right: 1.5%;
}

.homepageslider-andrea-text h1 {
    text-align:right;
    color: #acacac;
    font-size:60px;
    line-height: 0.9;
    letter-spacing: -1px;
}
.homepageslider-andrea-text h2 {
    color: #a0a0a0;
    letter-spacing: 0;
    padding: 2px 6px 2px 6px;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
}
.homepageslider-gershwin-text h1 {
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    color: #fff;
    font-size:11em;
    line-height: 0.75;
    letter-spacing: -6px;
    text-transform: uppercase;
    text-align:left;
}
.homepageslider-gershwin-text h2 {
    color: #fff;
    letter-spacing: 0;
    padding: 2px 6px 2px 6px;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    width: 190px;
}

.homepageslider-andrea-text,
.homepageslider-gershwin-text {
	position:absolute;
    top: 50%;
    max-width:600px;	
}
.homepageslider-andrea-text{
    right: 6%;
    transform: translateX(-6%) translateY(-50%);  	
}
.homepageslider-gershwin-text{
    left: 6%;
    transform: translateX(6%) translateY(-50%);
}

.homepageslider-andrea,
.homepageslider-deco,
.homepageslider-gershwin,
.homepageslider-nyc,
.homepageslider-palais,
.homepageslider-sleeves,
.homepageslider-victoria {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position:relative;
}

.custom-slickslider-container {
    overflow: hidden;
    max-height: 100vh;
}

.slick-slide:nth-child(n+1),
.my-slide:nth-child(n+1) {
    display: none;
}

.slick-initialized,
.slick-slide:first-child,
.my-slide:first-child { 
    display: block;
}

@media (max-width:1300px){  

    .homepageslider-andrea {
    background-position: 50% 50%;
}    
    .homepageslider-andrea h1 {
    font-size: 45px;
}
    
    .homepageslider-gershwin h1 {
    font-size: 100px;
}
    .homepageslider-gershwin {
    background-position: 80% 50%;
}
    
}

@media (max-width:1100px){
 
    .homepageslider-gershwin h1 {
    font-size: 80px;
}
     
}

@media (max-width:1000px){
    
    .homepageslider-andrea-text {
     display: none;
    }
    
    .homepageslider-andrea {
    background-position: 10% 50%;
}
		
}

@media( max-width: 925px) {
    
    .homepageslider-gershwin {
    background-position: 105% 50%;
    background-color: black;
}
    
    .homepageslider-gershwin-text {
     display: none;
    }
}

@media( max-width: 845px) {
    
    .homepageslider-inner,
    .homepageslider-andrea,
    .homepageslider-deco,
    .homepageslider-gershwin,
    .homepageslider-nyc,
    .homepageslider-palais,
    .homepageslider-sleeves,
    .homepageslider-victoria{
    height:750px;
}
    
    .homepage-slickslider {
    max-height: 750px;
}
    
    .homepageslider-andrea,
    .homepageslider-sleeves {
    background-position: 50% 50%;
    }
    
    .homepageslider-andrea {
    background-position: 15% 50%;
}
    
    .homepageslider-gershwin {
    background-size:180%;
    background-position: 100% 100%;
}
    
    }

@media( max-width: 700px) {

    .homepageslider-gershwin {
    background-size:200%;
    background-position:95% 100%;
}

}

@media( max-width: 500px) {
         
    .homepageslider-inner,
    .homepageslider-andrea,
    .homepageslider-deco,
    .homepageslider-gershwin,
    .homepageslider-nyc,
    .homepageslider-palais,
    .homepageslider-sleeves,
    .homepageslider-victoria{
    height: 500px;
    }
    
    .homepage-slickslider {
    max-height: 500px;
    }
    
    .homepage-next,
    .homepage-prev {
    font-size: 50px;
    }  
    
}

@media( max-width: 400px) {
    
    .homepageslider-inner,
    .homepageslider-andrea,
    .homepageslider-deco,
    .homepageslider-gershwin,
    .homepageslider-nyc,
    .homepageslider-palais,
    .homepageslider-sleeves,
    .homepageslider-victoria{
    height: 400px;
    }
    
    .homepage-slickslider {
    max-height: 400px;
    }
    
}

/* Scroll Down Arrows */

.product-down-scroll {
    position: relative;
    width: 140px;
    text-transform: uppercase;
}

#down-scroll-collection,
#down-scroll-custom {
    bottom:50px;
    position: fixed;
}

#down-scroll-custom {
    left:50%;
    bottom:15px;
}

.down-arrow {
    margin-right: 5px;
    font-size: 20px;
}

.product-down-scroll-links,
.product-down-scroll-links a:visited {
   color: #ddd;
}

#product-down-arrow {
    font-size:22px;
	margin-right:8px;
	position:relative;
	top:5px;
}

@media (max-width: 1700px) {
    
    #down-scroll-custom {
    position: absolute;
    bottom:10px;
}
    
}

@media (max-width: 1400px) {
    
    #down-scroll-collection { 
    position:absolute;
    bottom:0;
}
    
    #down-scroll-custom {
    bottom:5px;
}
    
}

@media (max-width: 1100px) {
    
    #down-scroll-collection,
    #down-scroll-custom {
    display: none;
}
    
}

@media (max-height: 600px) {
    
    #down-scroll-collection,
    #down-scroll-custom {
    display: none;
}
    
}

/* Arrows */

.product-next,
.product-prev,
.customdetails-prev,
.customdetails-next,
.miyo-next,
.miyo-prev,
.custom-next,
.custom-prev {
    display: block;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    line-height: 0;
    position: absolute;
    top: 50%;
    width:auto;    
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.miyo-next,
.miyo-prev,
.custom-next,
.custom-prev,
.product-next,
.product-prev {
    font-size: 60px;
}

.customdetails-prev,
.customdetails-next {
    font-size: 80px;
    opacity:0.6;
}

.miyo-showcase,
.product-col1-wedding,
.widget-customdetails-col2 {
    position: relative;
}

.product-next:hover,
.product-prev:hover,
.customdetails-prev:hover,
.customdetails-next:hover,
.miyo-next:hover,
.miyo-prev:hover,
.custom-next:hover,
.custom-prev:hover {
    opacity:1;
}

.custom-next,
.custom-prev {
    font-size: 80px;
    margin-bottom: 20px;
    color:#dadada;
}

.miyo-prev,
.custom-prev {    
    left: 1.5%;
}

.miyo-next,
.custom-next {
    right: 1.5%;
}

.product-prev{    
    left: 2%;
}
.product-next {
    right: 2%;
}

.customdetails-prev {
    left: 0.5%;   
}
.customdetails-next {
    right:0.5%;
}

@media (max-width:800px) {
    
    .customdetails-next,
    .customdetails-prev {
        display: none;
    }
}

/* #######################################################################
NAVIGATION 
####################################################################### */

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active {
    color: #ffffff;
    background-color: #ffffff;
    width: 630px;
    padding-right: 100px;
    outline: none;
}

.navigation-search input[type="search"]:focus {
    text-align: right;
    font-size: 16px;
}
	
#primary-menu .menu-item a,
.main-navigation a,
.menu-toggle,
.site-description{
    font-family: 'brandon-grotesque', Arial!important;
    font-weight: 500;
    font-style: normal;
    font-size: 11.5px;
    text-transform: uppercase;    
}

#primary-menu .menu-item .sub-menu a{
	font-size:11px;	
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 20px;
}

.main-navigation .sub-menu > li > a {
    margin-left: 0;
    margin-right: 15px;
}

.main-navigation .sub-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #eaeaea;
    padding-top: 5px;
    margin-right: 0;
    padding-bottom: 5px;
}

.main-navigation .main-nav ul ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.inside-navigation  {
    margin: 0 25px;
}

.menu-item-has-children .dropdown-menu-toggle {
    display: none;
}

/* Navigation Mobile */

@media( max-width: 935px) {
	
	nav#generate-slideout-menu .inside-navigation{
		margin:50px auto;
		text-align:center;
	}

	nav#generate-slideout-menu img {
    max-width:80%;
	}
    
    #menu-atelier-isabey-mobile-menu {
        margin-top: 25px;
        margin-right:25px;
    }
    
    #menu-atelier-isabey-mobile-menu a{
        font-family: 'brandon-grotesque', Arial;
        font-weight: 500;
        font-style: normal;
		text-transform:uppercase;
		font-size:12.5px;	
		text-align:left;
        margin-left:35px;
	}
    
    #menu-atelier-isabey-mobile-menu .sub-menu a{
		font-size:11px;	
		text-align:left;
        margin-left:35px;
        border-bottom-width: 0;
        padding-left:25px;
        padding-bottom:5px;
	}
    
    #menu-atelier-isabey-mobile-menu .sub-menu a li:not(:last-child) > a {
    border-bottom: 0;
    } 
	
	.slideout-social {
	width:100px;
	margin: 50px 0 0 35px;	
	}
	
	.slideoutsocial-col {
	width:10px;
	margin:0 10px 0 0;
	float:left;
	}
    
    /*.navigation-slidesearch {       
    font-size: 13px;
    width: 50px;
    float: right;
    margin-right: 25px;
    }*/
    
    .navigation-slidesearch {       
    font-size: 13px;
    width: 50px;
    float: left;
    margin-left: 25px;
    }
	
	.slideout-both.dropdown-hover .slideout-navigation .dropdown-menu-toggle,
	.slideout-mobile.dropdown-hover .slideout-navigation .dropdown-menu-toggle {
    display: inline;
	}

	.slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
    float: none;
	}
    
    .main-navigation ul ul {
    box-shadow: 0 0 0 transparent;
}
    
    #site-navigation,
    #sticky-navigation,
    #mobile-header .menu .search-item,
    #mobile-header .menu .wc-menu-item,
    #mobile-header:not(.toggled) .menu,
    #mobile-menu .menu-item a,
    .site-header {
        display: none !important;
    }   

    #mobile-header {
        display: block !important;
        opacity: 1;
        width: 100% !important;
    }  
    
    .mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle {
        display: inline-block;
        float: right;
        clear: none;
        width: auto;
        height: 45px;
        font-size:18px;
        padding:5px;
    } 
   
    .nav-aligned-right.nav-above-header .main-navigation, .nav-aligned-right.nav-below-header .main-navigation {
        text-align:left;
    }    
    
    .mobile-header-navigation .mobile-header-logo img {
        padding: 10px;
        display: block;
        height:50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    } 

    .nav-float-left .mobile-header-navigation .mobile-header-logo,
    .rtl .mobile-header-navigation .mobile-header-logo {
        float: right;
    }

    .nav-float-left.mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle,
    .rtl.mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle,
    .rtl.mobile-header-logo .mobile-header-navigation .mobile-bar-items {
        float: left;
    }
    
    .main-navigation .main-nav ul li a, .main-navigation .mobile-bar-items a, .menu-toggle {
    padding-left: 0px;
}
    
    .mobile-header-logo .mobile-header-navigation .mobile-bar-items {
        display: none;
    }  
    
    .mobile-bar-items,
    .mobile-bar-items a{
    height: 45px; 
    }
    
    .mobile-bar-items {
    padding:5px;
    }
    
    .navigation-phone {
        text-align:left;
        margin: 10px 0 0 35px;        
    }
    
    nav#generate-slideout-menu .inside-navigation div .navigation-phone{
        font-family: 'brandon-grotesque', Arial !important;
        font-weight: 400;
        font-style: normal;
		font-size:13px;	
        text-transform: lowercase;
	}
    
}

@media( max-width: 400px) {
    
    .inside-navigation  {
    margin: 0 10px;
	}
	
}

@media (max-width:335px){
	
	nav#mobile-header .mobile-header-logo{
		max-width:70%;		
	}
	
}

/* #######################################################################
SEARCH RESULTS + CATEGORY + 404 + BLOG
####################################################################### */

.search-results {
	padding:25px;
}

.search-results h1 {
    font-size: 55px;
}

.search-results h2 {
    font-size: 35px;
    letter-spacing: 0;
    text-align: center;
    margin: 20px 25px 0 25px;
}

.search-results h3,
.search-results h3 a {
    font-family: 'brandon-grotesque', Arial !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size:14px;
    margin: 10px 5px;
}

.search-results p {
    margin-bottom: 0;
    max-width: 700px;
    margin: auto;
}

.search-results .wp-post-image{
	width:250px;
}

.searchpage-header p {
    padding: 0 25px;
    margin:auto;
}

.search-spacer {
    height:60px;
}

.search-no-results .site.grid-container,
.search-results .site.grid-container {
    padding: 50px 25px;
}

.search-page-title  {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 20px;
    color: #cacaca;
    margin: 45px 0!important;
    line-height: 30px;
}

.error404 h1 {
    font-size: 30vw;
    line-height: 30vw;
    color: #f7f7f7;
    letter-spacing: -1vw;
}

.error404 p {
    font-size: 14px;
    margin: auto;
    max-width: 500px;
    margin-bottom: 150px;
}

.error404 .inside-article {
	margin: auto;
}

.searchpage-header h1 {
    font-size: 10vw;
    line-height: 10vw;
    color: #eaeaea;
    letter-spacing: -0.2vw;
    margin-top: 100px;
}

.search-no-results h1 {
    color: #cacaca;
    margin-top:100px;
}

.error404 .entry-content p,
.search-results {
    margin-bottom: 25px;
}

.search-results .site.grid-container,
.single-post #comments,
.search-no-results .site.grid-container,
.blog .entry-summary{
    max-width: 800px;
    margin:auto;
}

.blog .inside-article,
.archive .inside-article {
    height: 600px;
    position:relative;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-position:50% 50% !important;
	background-size:cover !important;
}

.generate-columns {
    margin-bottom: 0 !important;
    padding-left: 0!important;
}
.blog .entry-header,
.archive .entry-header{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color:#fff;
}

.blog-category {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
}

.featured-column {
    width:100%; 
}

.featured-column h2.entry-title a{
    font-size: 38px;
    text-transform: uppercase;
    color:#fff;
}

.featured-column .inside-article {
    height: 800px;
}

.entry-darken {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:rgba(12,12,12,0.3);
}

.entry-darken:hover {
    background-color:rgba(12,12,12,0.6);
    transition: 0.8s ease-in-out;
}

.blog .entry-header a,
.blog .entry-date.published
.archive .entry-header a,
.archive .entry-date.published{
    color:#fff;
}

.single-post h1 {
    margin: 30px 0;
    font-size: 55px;
    letter-spacing: -2px;
    line-height: 50px;
}

.archive .inside-article .entry-summary p,
.archive .inside-article .entry-summary .read-more,
.blog .entry-header a {
	color:#fff;
	border-color:#fff;
}

.archive .blog-category a,
.archive .inside-article .entry-title a{
	color:#fff;
	
}

p.read-more-container {
    display:block;
}

.archive h1 {
    text-transform:uppercase;
    font-size:30px;
}

.blog h2,
.blog h2 a,
.archive h2,
.archive h2 a{
    font-size: 28px;
    letter-spacing: 0;
    font-family: 'Libre Caslon Display', Times;
    margin-bottom: 15px;
    letter-spacing:-1px;
    text-transform: uppercase;
    color:#fff;
}

.archive p {
	display:none;
}

.inside-article .entry-content{
	max-width:1509px;
    margin: auto;
}

.blog .entry-meta,
.archive .entry-meta{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
}

.search-results,
.error404 .entry-content .search-form,
.search-no-results .entry-content .search-form,
.searchalt-form,
.single-post .comment-author-info,
.single-post .comment-meta,
.archive .entry-meta {
	text-align:center;
    margin:auto;
}

.nav-links {
	margin-top:30px;
	text-align:center;
}

.next.page-numbers,
.prev.page-numbers {
	display: inline-block;
	font-size: 20px;
	text-transform:uppercase;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
	}

.prev.page-numbers:before {
	content: "<";
	margin-right:10px;
	font-size: 25px;
	line-height:0;
}

.next.page-numbers:after {
	content: ">";
	margin-left:10px;
	font-size: 25px;
	line-height:0;
}

.page-numbers {
	display: none
}

.prev.page-numbers:after {
    text-decoration: inherit;
    width: 40px;
    text-align: center;
    display: inline-block;
    content: "|";
}

.searchalt-form {
    margin-top:25px;
}

.single-post {
    padding: 0 15px;
}

.single-post p {
    margin-bottom:0;
    font-size: 16px;
}

.single-post .cat-links,
.single-post .tags-links{
    font-size:13px;
    text-align: center;
    text-transform: lowercase;
    margin-top: 100px;
}

.single-post .comments-title,
.single-post .comment-meta .avatar,
.single-post .cat-links:before,
.single-post .tags-links:before,
.blog .entry-summary p:not(.read-more-container),
.search-results a.read-more,
.search-results .read-more-container {
    display:none;
}

.read-more-container, .site-main .post-navigation {
    margin-top: 15px;
}

.read-more-container a.button {
 background-color: transparent;
}

.read-more-container a.button:hover {
color: #fff;
background-color: transparent;
border-color: #fff;
}

.single-post .entry-meta a:hover {
    color: #cacaca;
}

.single-post .entry-content {
    margin:auto;
}

.entry-date.published {
    margin-top: 50px;
    color: #a0a0a0;
    margin-top:25px;
}

.single-post .comment-author,
.single-post .comment-metadata {
    font-size: 12px;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
}

.single-post .comment-author {
    text-transform: uppercase;
}

.comment-author cite {
    font-weight: 100;
}

.comment-content {
    margin-top: 0;
    padding: 15px 0 35px 0;
    border: 0;
    border-bottom: 2px solid rgba(0,0,0,.05);
    text-align:center;
}

.comment-reply-title {
	margin-top:80px;
}

.logged-in-as {
	padding-bottom:25px;
}

.comment-form>.form-submit {
    margin-top: 15px;
}

.comment-body {
    padding: 30px 0 0 0;
}

.comment-body p{
	padding-bottom:25px;	
}

#comment {
	font-size:14px;
}

.comment-body .reply {
	font-size:12px;
	text-transform: uppercase;
	padding-top:30px!important;
}

.comment .children {
    padding-left: 0;
    margin-top: inherit;
    border-left: inherit;
}

.comment-form #author,
.comment-form #email,
.comment-form #url,
.gallery-caption {
    display: block;
    margin: 15px auto;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    width: 350px;
    height: 35px;
}

.comment-form #author {
    margin-top:40px;
}

.wbcr-clearfy-pseudo-link {
    color: #595959;
    text-decoration: none;
}

.entry-content h3{
    font-size: 60px;
    line-height:55px;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    margin-top: calc(0.10728 * 100vw + 0.61303px);
    text-transform: uppercase;
}

.entry-content h6 a{
    letter-spacing: 0;
    font-family: 'Libre Caslon Display';
    font-size: 17px;
    margin-right:15px;
}

.blogpost-catsoc {
    margin-bottom: 50px;
}

.blogpost-category {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.vendor-credits {
    margin:auto;
    text-align: center;
}

.vendor-credits li{
    list-style: none;
    display: inline-block;
    margin: 0.5rem 0.5rem;
}

.vendor-credits .type{
    font-size: 12px;
    font-family: 'Libre Caslon Display', Times;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    color: #777;
}

.vendor-credits .name a{
    letter-spacing: 0;
    font-family: 'Libre Caslon Display', Times;
    font-size: 19px;
    text-transform:uppercase;
}

.vendor-credits .name a:hover{
    color: #777;
}

.post-tags {
    max-width: 600px;
    margin: auto;
}

.post-tags h3{
    margin-top:75px;
}

.post-tags p {
    text-transform: uppercase;
    font-size: 12px;
}

.post-tags a {
	    padding: 5px;
	    line-height:40px;
}

@media (max-width:800px) {
    
.vendor-credits li{
    display: block;
}
        
}

.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .post-image {
    margin-left: 25px;
    margin-right: 25px;
}

.eic-container {
    margin-bottom: 0;
}

/* #######################################################################
FOOTER 
#######################################################################  */

.main-footer p {
    font-size: 11px;
    margin-bottom: 0;
}

.main-footer p:nth-child(2),
.main-footer p:nth-child(3) {
    font-size: 11px;
}

.main-footer .addtoany_list a,
.widget .addtoany_list a {
    padding: 0 10px;
}

.inside-footer-widgets .widget {
	text-align:center;
}

.inside-footer-widgets .widget h2{
	letter-spacing: 2px;	
}

.footer-widgets, .widget-area .widget {
    padding-top: 150px;
}

.copyright-bar {
    font-size: 11px;
    color: #a0a0a0;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
}

.footer-widgets,
.widget-area .widget {
    padding-bottom: 0;
}

.site-info {
    padding:0 25px 40px 25px;;
}

/* #######################################################################
GALLERY PAGES
####################################################################### */

.envira-gallery-page h1 {
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 40px 0 0 0;
}

.envira-gallery-page hr {
    width: 30%;
    margin: 10px auto 20px auto;
}

.gallery-container {
  position: relative;
  max-width: 1000px; /* 768px */
  overflow: hidden;
}

.gallery-img {
  width: 100%;
   }

.gallery-container:hover .gallery-img {
  opacity: 0.2;   
}

.process-nohover:hover .gallery-img {
  opacity: 1;   
}

.gallery-container .gallery-text {
    opacity: 0;
    color: #808080;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 200;
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    transition: opacity 0.2s ease;
}

.gallery-container:hover .gallery-text {
  opacity: 1;   
}

@media (max-width:800px) {
    
    .gallery-container .gallery-text {
    font-size: 20px;
    line-height: 20px;
}
        
}

@media (max-width:768px) {
    .gallery-container:hover .gallery-img,
    .gallery-container:hover .gallery-text {
        opacity: 1;
        display: block;
    }
}



/****** branding gallery *****/

.branding-gallery-grid-item {
    width: 25%;
    float:left;
    box-sizing: border-box;
    border-width: 0 2px;
    border-style:solid;
    border-color:white;
}

.no-border {
    border-width: 0;
    margin-bottom: -5px;
}

@media (max-width:1100px) {
    
    .branding-gallery-grid-item {
        width:33.33%;
    }
        
}

@media (max-width:800px) {
    
    .branding-gallery-grid-item {
        width:50%;
    }
        
}

@media (max-width:450px) {
    
    .branding-gallery-grid-item {
        width:100%;
    }
        
}

/****** process gallery *********/

.process-gallery-grid {
    position: relative;
}

.process-text {
    display: block;
    width: 200px;
    height: 190px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/****** press gallery *********/

.press-gallery-grid {
    width: 100%;
    margin:auto;
}

.press-gallery-grid-item {
    width: 20%;
    float:left;
    box-sizing: border-box;
    border-width: 0 2px;
    border-style:solid;
    border-color:white;
}

@media (max-width:600px) {
    
    .press-gallery-grid-item {
        width:50%;
    }
        
}

/****** wedding gallery *********/

.isotope-gallery-grid {
    width: 100%;
}

.gutter-sizer { 
    width: 0%; 
}

.isotope-gallery-grid-item,
.grid-sizer {
  width: 33.33%;
}

.isotope:after {
    content: '';
    display: block;
    clear: both;
}

.isotope-gallery-grid-item {
    float: left;
}

@media (max-width:500px) {
    
    .isotope-gallery-grid-item {
        width: 100%;
    }
}

#landing-page .isotope-gallery-grid-item {
    padding: 2.5px;  /* half of 5px spacing */
    box-sizing: border-box;
}

#landing-page {
    margin: -2.5px;  /* counteracts padding so outer edges align */
}

/****** accessories gallery *********/

#accessories-container {
    text-align: center;
}

#accessories-grid-img {
    width:90%;
}

#accessories-grid {
    width:90%;
    margin: auto;
}

#accessories-grid .isotope-gallery-grid-item {
	border-bottom-width:80px;
	border-bottom-style:solid;
	border-bottom-color:white;
}

/****** tags *********/

li.tags-filter a {
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
    padding: 0 5px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
}

li.tags-filter a:hover,
li.tags-filter a.tags-filter-active {
    color: #777;
}

.gallery-wrap {
    text-align: center;
}

li.tags-filter {
    display: inline-block;
    float: none;
}

.filters-button-group .tags-filter {
	padding-right:20px;	
}

.tags-filter-landing {
    display:none
}


/* #######################################################################
HOMEPAGE 
####################################################################### */

/****** intro *********/

.homepage-intro {
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/10/lace-drawing.jpg);
    background-position: 22% 40%;
    background-repeat: no-repeat;
    padding: 150px 0;
    }

.homepage-intro-text {
    margin: auto;
    max-width: 500px;
    padding: 0 25px;
}

.homepage-intro-para {
    line-height: 20px;
    text-align: justify;
}

.homepage-intro-header {
    color: #c1c1c1;
    font-family: 'Libre Caslon Display';  
    font-size: 40.5px;
    line-height: 56px;
    margin: 0 0 15px 0;
    text-align:left;
}

.homepage-intro-text p {
    margin-bottom: 15px; 
}

@media (max-width:845px) {
    
    .homepage-intro {
        background-position: 50%;
    }
    
    .homepage-intro-para,
    .homepage-intro-header {
        text-align: center;
    }
    
    .homepage-intro-header {
        font-size: 35px !important;
    }
    
    .homepage-intro-text img{
		margin:auto;
		display:block;
	}
    
}

@media (max-width:500px) {
    
    .homepage-intro {
    padding: 100px 0;
    }
}

@media (max-width:400px) {
    
    .homepage-intro-header {
        line-height: 31px;
    }
}

/****** collection *********/

.homepage-collection {
    align-items: center;
    background-color: #d5d5d5;
    display: flex;    
}

.homepage-collection-col1 {
    flex: 1;   
    max-width: 35%;
}

.homepage-collection-col2 {
    flex: 1;
    max-width: 65%;
}

.homepage-collection-text {  
    color: #fff;
    margin: 0 0 0 12%;
    max-width: 450px;
    padding: 0 25px;
}

.homepage-collection-text h1 {
    font-size: 110px;
    letter-spacing: -5px;
    line-height: 110px;
    margin-bottom: 5px;
    text-align: left;
}

.homepage-collection-text p {
    margin: 0 0 15px 0;
	text-align: left;
	color:#fff;
}

@media (max-width:1400px) {

    .homepage-collection-text {
        margin: 0 0 0 13%;
        max-width: 420px;
    }
    
    .homepage-collection-text h1 {
        font-size: 7vw;
        letter-spacing: -0.3vh;
        line-height: 7vw;
    }
}

@media (max-width:845px) {

    .homepage-collection {
        flex-direction: column;
        padding-bottom: 50px;
    }
    
    .homepage-collection-col1 {
        max-width: 100%;
        order: 2;
    }
    
    .homepage-collection-col2 {
        max-width: 850px;
        order: 1;
    }
    
    .homepage-collection-col2 img {
        width: 110%;
        left: -50px;
    }
    
    .homepage-collection-text {
        text-align: center;
        margin: 5px 25px 20px 25px;
    }
    
    .homepage-collection-text h1 {
        font-size: 60px;
        letter-spacing: -2px;
        text-align: center;
        margin: 10px 0 15px 0;
    }

    .homepage-collection-text p {
        margin: 0 auto 15px auto;
        text-align: center;
    }

}

@media (max-width:600px) {

    .homepage-collection-text h1 {
        margin: 10px 0 25px 0!important;
    }
    
    .homepage-collection-col2 img {
        left: -40px;
    }
}

/****** custom *********/

.homepage-custom {
    margin: 80px 0;
    display: flex;
    align-items: center;
}

.homepage-custom-col1 {
    flex: 1;
    max-width: 55%;
}

.homepage-custom-col2 {
    flex: 1;
    max-width: 45%;
}

.homepage-custom-text {
    max-width: 400px;
    margin: 0 0 0 10%;
    padding: 0 25px 0 25px;
    text-align: left;
}

.homepage-custom-text h1 {
    margin-left: -6px;
    color: #cacaca;
    font-size: 6vw;
    letter-spacing: -0.35vw;
    line-height: 6vw;
    margin-bottom: 5px;
    text-align:left;
}

.homepage-custom-text p {
    margin-bottom: 15px;
    text-align:left;
}

@media (max-width:1000px) {

    .homepage-custom-text h1{
        font-size: 7vw;
        letter-spacing: -0.3vh;
        line-height: 7vh;
        margin-bottom: 10px;
    }
}

@media (max-width:845px) {

    .homepage-custom {
        flex-direction: column;
        padding-bottom: 50px;
    }
    
    .homepage-custom-col1,
    .homepage-custom-col2{
        max-width: 845px
    }

    .homepage-custom-text p {
        margin: 0 auto 15px auto;
        text-align: center;
    }
    
    .homepage-custom-text h1 {
        font-size: 60px;
        letter-spacing: -2px;
        text-align: center;
        margin: 10px 0 15px 0;
    }

    .homepage-custom-text {
        text-align: center;
        max-width: 420px;
        margin: 0;
    }

}

@media (max-width:600px) {

    .homepage-custom-text h1 {
        margin: 10px 0 15px 0;
    }
}

/****** baby *********/

.homepage-baby {
    height: 800px;
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/baby-announcement.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.homepage-baby-text {
    padding: 250px 0 0 8%;
    max-width: 400px;
    color: #ffffff;
}

.homepage-baby-text h2 {
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 150px;
    margin: 0 0 0 -6px;
    padding: 0 0 10px 0;
    letter-spacing: -3px;  
    text-align: left;
}

.homepage-baby-text p {
    margin: 0 0 15px 0;
    color: #fff;
    text-align: left;
}

.homepage-baby-button a:hover {
    border-color: #aaa;
    color: #aaa;
}

@media (max-width:1300px) {

    .homepage-baby-text {
        padding-top: 75px;
    }
}

@media (max-width:1200px) {

    .homepage-baby {
        background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/baby-sm.jpg);
    }
    
    .homepage-baby-text {
        padding: 15px 0;
        text-align: center;
        max-width: 500px;
        margin: auto;
    }
    
    .homepage-baby-text h2,
    .homepage-baby-text p{
        text-align: center;
    }
    
}

@media (max-width:500px) {

    .homepage-baby {
        background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/baby-mini.jpg);
    }

    .homepage-baby-text h2 {
        font-size: 86px;
        line-height: 73.6px;
        margin-top:25px;
    }

    .homepage-baby-text p {
        padding: 0 25px;
        max-width: 500px;
    }
}

/****** celebrations *********/

.homepage-celebrations-text {
    margin: 100px auto 0 auto;
    max-width: 600px;
    text-align:center;
	z-index: 999;
}

.homepage-celebrations-text h2 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: -1.5px;
    line-height: 50px;
    padding-bottom: 10px;
    margin: 0;
}

.homepage-celebrations-text p {
    margin: 10px 0 25px 0;
}

.homepage-celebrations-text img {
    width: 80%;
    margin: 0px auto 170px auto;
    z-index:-1;
}

.homepage-celebrations-img {
	text-align:center;
}

@media (max-width:1000px) {

    .homepage-celebrations-text img {
        margin-bottom: 100px;
    }
}

@media (max-width:800px) {

    .homepage-celebrations-text {
        padding: 0 25px;
        margin: 100px auto 0 auto;
    }
    
    .homepage-celebrations-text img {
        width: 100%;
    }
}

@media (max-width:500px) {
    
    .homepage-celebrations-text h2 {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: -1px;
    }
    
    .homepage-celebrations-text img {
        margin-top: 25px;
    }
}

/****** instagram *********/

.homepage-instagram {
    position: relative;
    margin: 100px 0;
    background-image: linear-gradient(to top, #ffffff 10%, #eeeeee 10%, #eeeeee 85%, #ffffff 85%);
}

.homepage-instagram-widget {
    width: 40%;
    margin: auto;
}

.homepage-instagram-text {
    display: block;
    width: 200px;
    height: 190px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.homepage-instagram-text img {
    margin-top: 40px;
    height: 25px;
    width: 25px;
}

.homepage-instagram-text h3 {
    font-size: 34px;
    line-height: 25px;
    color: #939393!important;
}

.homepage-instagram-text p {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 2px;
}

.sb_instagram_header .sbi_header_link,
#sb_instagram #sbi_load {
	display:none !important;
}

@media all and (max-width: 1200px) {

    .homepage-instagram-widget {
        width: 60%;
    }
}

@media all and (max-width: 1000px) {

    .homepage-instagram-widget {
        width: 100%;
        margin: auto;
    }

    #sb_instagram.sbi_col_1 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_2 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25%;
    }

}

@media all and (max-width: 600px) {

    .homepage-instagram-widget {
        width: 100%;
        margin: auto;
    }

    #sb_instagram.sbi_col_1 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_2 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 100%;
    }

    #sbi_images .sbi_item {
        display: block !important;
        width: 100% !important;
    }

}

 

/****** Press *********/

.homepage-press {
    margin: 0 0 150px 0;
}

.homepage-press h3 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 5px;
    margin: 0 auto 50px auto;
    text-transform: uppercase;
    color: #bababa;
}

.homepage-press-logos {
    padding: 0 8%;
    text-align: center;
}

.homepage-press img {
    margin: 0 30px;
    padding: 0 0 60px 0;
}

/* #######################################################################
INFO PAGE 
####################################################################### */

.info-page-container {
    margin: 50px auto;
    padding: 0 15px;
    max-width:800px;
}

.info-page-header h1 {
    font-size: 80px;
    letter-spacing: -2px;
}

.info-page-container h2 {
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
}

.info-page-header p,
.info-page-footer {
    margin: 0 auto;
}

.info-page p {
    padding-bottom: 10px;
}

.info-page-table {
    display: flex;    
    margin: 25px auto;
    max-width: 900px;
}

.info-page-col1,
.info-page-col2 {
    padding: 0 25px;
    flex: 1;
    text-align: justify;
    -moz-text-align-last: center;
}

.info-page-col1 h2,
.info-page-col2 h2 {
    margin-bottom:10px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bababa;
}

.getting-started-L {
    position: absolute;
    left: 0;
    top: 100px;
    width: 20%;
}

.getting-started-R {
    position: absolute;
    right: 0;
    top: 100px;
    width: 20%;
}

#getting-started-page-container {
    margin-top: 100px;
}

hr#pricing-page {
    width: 50%;
}

hr#contact-page {
    width: 80%;
    margin-bottom: 25px;
}

p#contact-page {
    max-width: 500px;
    margin: auto;
}

p#contact-page:nth-child(8){
	margin-top:15px;
}

.info-page-container .info-page-header{
	z-index:1000 !important;	
}

.info-page-header .text-gs{
	z-index:1000 !important;
}

.info-page-header #header-gs {
    margin-top: 100px;
}

.text-gs p {
    line-height: 30px;
    padding: 0 25px;
    z-index:1000;
}

.text-gs h2 {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    
    .getting-started-L,
    .getting-started-R {
    width: 15%;
}
    
    .info-page-container {
    max-width: 750px;
}
    
}

@media (max-width:1000px) {
    
    .info-page-table {
        flex-direction: column;
        margin: 40px auto 0 auto ;
        width: auto;
    }
    
    .info-page-col1,
    .info-page-col2{
        width: 80%;
        margin: 30px auto 0 auto;
        padding: 0 25px;
    }
    
    .info-page-col2 {
        margin: 20px auto 0 auto;
    }
}

@media (max-width: 975px) {
    
    .getting-started-L,
    .getting-started-R {
    display: none;
}
    
}

@media (max-width:500px) {

    #header-gs {
        font-size: 35px;
        margin-top: 50px;
    }
    
    .info-page-header h1{
		font-size:55px;
	}
}

/* #######################################################################
SPLASH PAGES
####################################################################### */

.gallerya-container {
    display: flex;
    height: 800px;
    margin-bottom: 5px;
}

#gallerya-container-stationery,
#gallerya-container-holiday {
    height:550px;
}

.gallerya-content-col {
    flex: 1;
    width: 50%;
    height: 800px;
    overflow: hidden;
}

.gallerya-content-singlecol {
    flex: 1;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

#gallerya-content-col2,
#gallerya-content-col4,
#celebrations-col2 {
    margin-left: 5px;
}

#gallerya-content-col3,
#gallerya-content-col4 {
    margin-top: 5px;
}

.celebrations-first {
    margin-top:10px;
}

.gallerya-content-baby,
.gallerya-content-stamps,
.gallerya-content-std,
.gallerya-content-corporate,
.gallerya-content-accessories,
.gallerya-content-collection,
.gallerya-content-custom,
.gallerya-content-laser,
.gallerya-content-social,
.gallerya-content-stationery,
.gallerya-content-holiday {
    color: #fff;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    padding: 1% 0 0 3%;
    font-size: 45px;
    height: 400px;
    letter-spacing: -2px;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallerya-content-accessories {
    color: #a0a0a0;
    height: 800px;
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/lace-wedding-stationery.jpg);
    background-position: 50% 0%;
}

.gallerya-content-baby {
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/baby-sm.jpg);
    background-size: 110%;
    background-position: 50% 80%;
}

.gallerya-content-collection {
    height: 800px;
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/new-york-skyline-wedding-invitation.jpg);
    background-position: 50% 50%;
}

.gallerya-content-corporate {
    letter-spacing:-2.7px;
	font-size:58px;
	line-height:48.7px;
    background-image: url(//atelierisabey.com/wp-content/uploads/2018/06/corporate-events.jpg);
    background-position: 50% 10%; 
    margin-bottom: 5px;
}

.gallerya-content-stationery {  
    background-image: url(//atelierisabey.com/wp-content/uploads/2018/06/stationery.jpg);
    background-size:cover;
	background-position:0% 0%; 
    height:800px;
}

.gallerya-content-holiday {
    color:#777;
    font-size: 58px;
    background-image: url(//atelierisabey.com/wp-content/uploads/2018/12/holiday-cards.jpg);
    background-size:cover;
	background-position:0% 0%; 
    height:800px;
}

.gallerya-content-custom {
    height: 395px;
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/custom-designed-wedding-invitation.jpg);
    background-position: 0% 0%;
}

.gallerya-content-laser {
    color: #777;
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/laser-cut-wedding-invites.jpg);
    background-position: 50% 50%;
    margin-bottom: 5px;
}

.gallerya-content-social {
    color:#000;
	letter-spacing:-2.7px;
	font-size:58px;
	line-height:48.7px;
    height: 800px;
    background-image: url(//atelierisabey.com/wp-content/uploads/2018/05/georgesarlo-std.jpg);
    background-position: 0% 10%;
}

.gallerya-content-stamps {    
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/custom-postage-stamps.jpg);
    background-position: 0% 0%;
}

.gallerya-content-std {  
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/gold-and-black-foil.jpg);
    background-position: 50% 10%; 
    margin-bottom: 5px;
}

.gallerya-content-baby:hover,
.gallerya-content-stationery:hover,
.gallerya-content-corporate:hover,
.gallerya-content-social:hover,
.gallerya-content-collection:hover,
.gallerya-content-laser:hover,
.gallerya-content-custom:hover,
.gallerya-content-std:hover,
.gallerya-content-stamps:hover,
.gallerya-content-accessories:hover {
    background-color: rgba(12, 12, 12, 0.2) !important;
    background-blend-mode: darken;
}

@media (max-width:1386px) {
    
    .gallerya-content-stationery {  
    background-size: 1600px;
	background-position:20% 0%; 
}
    
    .gallerya-content-holiday {
    background-size:1600px;
    background-position: 10% 0%;
    }
    
}

@media (max-width:1350px) {
    
    .gallerya-content-baby {
    background-size: 120%;  
    
}
}

@media (max-width:1200px) {
    
    .gallerya-content-baby {
    background-size: 800px;
    background-position: 30% 80%;
}  
    
}

@media (max-width:800px) {
    
    .gallerya-container {
        flex-direction: column;
        height: 100%;
        width: 100%;
    }
    
    .gallerya-content-col {
        order: 2;
        height: 1100px;
        width: 100%;
        margin: 5px 0;
    }
    
    .gallerya-content-singlecol {
    margin-top: 0;
    }
    
    #gallerya-content-col2,
    #gallerya-content-col3,
    #celebrations-col1 {
        order: 1;
        height: 550px;
        width: 100%;
        margin: 0;
    }
    
    #gallerya-content-col4 {
        order: 2;
        height: 1100px;
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }
    
    #celebrations-col2 {
        margin-left: 0;
    }
    
    .gallerya-content-laser,
    .gallerya-content-std,
    .gallerya-content-custom,
    .gallerya-content-stamps,
    .gallerya-content-baby,
    .gallerya-content-corporate {
        height: 550px;
    }
    
    .gallerya-content-laser,
    .gallerya-content-std,
    .gallerya-content-collection,
    .gallerya-content-accessories,
    .gallerya-content-baby {
        width: 100%;
    }
    
    .gallerya-content-collection,
    .gallerya-content-accessories {
        max-height: 550px;
    }
    
    .gallerya-content-collection {
        background-position: 50% 20%;
    }
    
    .gallerya-content-baby {
    background-size: 1010px;
    background-position: 50% 90%;
}   
    
    .gallerya-content-stationery {  
    background-image: url(//atelierisabey.com/wp-content/uploads/2018/06/stationery-sm.jpg);  
    background-size: 1000px;
    background-position: 0% 0%;
}
    
    .gallerya-content-holiday {
    background-size:1200px;
    background-position: 00% 0%;
    }
    
}

@media (max-width:500px) {
   
    .gallerya-content-col,
    #gallerya-content-col4 {
        order: 2;
        height: 700px;
        width: 100%;
    }
    
     .gallerya-content-col {
        margin: 5px 0;
    }
    
    #gallerya-content-col2,
    #gallerya-content-col3,
    #celebrations-col1 {
        order: 1;
        height: 350px;
        width: 100%;
    }
    
    #gallerya-content-col3 {
        margin: 0;
    }
     
    .gallerya-content-collection,
    .gallerya-content-laser,
    .gallerya-content-std,
    .gallerya-content-stamps,
    .gallerya-content-custom,
    .gallerya-content-accessories,
    .gallerya-content-baby,
    .gallerya-content-corporate,
    .gallerya-content-social,
    .gallerya-content-stationery,
    #gallerya-container-stationery,
    #gallerya-container-holiday {
        height: 350px;
    }
    
    .gallerya-content-social {
    background-image: url(//atelierisabey.com/wp-content/uploads/2018/05/events-sm.jpg);
    background-position: 50% 0%;
}
    
    .gallerya-content-collection {
        background-position: 50% 0 !important;
    }
    
    .gallerya-content-custom {
        background-position: 0% 0% !important;
    }
    
    .gallerya-content-accessories {
        background-color: #fefefe !important;
        background-position: 0% -8%;
    }
    
    .gallerya-content-baby {
    background-size: 600px;
    background-position: 50% 90%;
}
    
    .gallerya-content-stationery {
    background-size: 600px;
    background-position: 2% 0%;
}
    
    .gallerya-content-holiday {
        background-size:700px;
        background-position: 0% 0%;
    }
    
}

/* #######################################################################
WEDDING PRODUCT PAGES
####################################################################### */

.showcase-wrapper {
    position: relative;
    width:auto;
    overflow-x: hidden;
}

.wedding-product-container {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 20px;
    margin-right:auto;
	margin-left:auto;
    max-width: 100%;
}

.wedding-product-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 1px;
    width: 100%;
}

.wedding-product-col1 {
    position:relative;
}

.wedding-product-col2 {
    max-width: 400px;
    width: 35%;
    margin: 0 3% 0 2%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.wedding-product-description {
    /* margin: 200px 0 0 0; */
    max-width: 500px;
}

.wedding-product-description h1 {
    margin: 0 0 0 0;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #c1c1c1;
    text-align: left;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
    line-height: 24.5px;
}

.wedding-product-description p {
    margin-bottom: 25px;
    text-align: left;
}

#accessories-header {
    margin-bottom: 5px;
    line-height: 15px
}

.wedding-product-subhead {
	line-height: 34.5px;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    color: #c1c1c1;
    font-family: 'Libre Caslon Display', Times;
}

.wedding-product-back a {
	text-transform:uppercase;
    color: #a0a0a0;
}

.wedding-product-social {
    float:right;
}

.wedding-product-back {
    float:left;
}

.custom-slickslider-container {
    position:relative;
}

.customdetails-slickslider iframe {
    pointer-events: none;
}

.pinterest-image {
    display:none;
}


@media (max-width:1200px) {
    
    .showcase-wrapper {
    height:auto;
    }
    
    .wedding-product-container {
	flex-direction: column;
    width: auto;
    /* margin-bottom: 0px; */
	}
    
    .wedding-product-description {
        margin: 50px auto 0 auto;
        max-width:800px;
    }
    
    .wedding-product-description h1,
    .wedding-product-description p {
        text-align: center;
        padding: 0 25px;
    }
    
        #accessories-header {
        margin-bottom: 10px;
    }
    
    .wedding-product-col1 {
    width: 100%;
    padding: 0;
    }
    
    .wedding-product-col2 {
    margin: auto;
    width: auto;
    text-align: center;
    max-width: 1000px;
    }
    
    .wedding-product-subhead {
    text-align: center;
}
    
}

@media (max-width:845px) {
    
    .customdetails-slickslider .slick-slide {
    margin: 0 5px;        
    }
    
    .custom-slickslider .slick-list ,
    .custom-slickslider .slick-slider,
    .custom-slickslider img {
    height:600px;      
    }

    .wedding-product-container {
        flex-direction: column;
        width: 100%;
        max-width: 845px;
        margin-bottom: 0px;
        margin: auto;
    }

    .wedding-product-col2 {
        margin: auto;
        width: auto;
        text-align: center;
        padding: 0 25px;
    }

    .wedding-product-description {
        margin: 50px auto 0 auto;
        width:100%;
    }
   
    .wedding-product-description p,
    .wedding-product-subhead,
    .wedding-product-description h1 {
        text-align: center;
    }

    .wedding-product-description h1 {
        margin:auto;
    }

}

@media (max-width:600px) {
    
    .custom-slickslider .slick-list ,
    .custom-slickslider .slick-slider,
    .custom-slickslider img {
    height:400px;      
    }
     
}

/****** Pricing Accordion *********/

.pricing-accordion {
    width: 100%;
    margin: 0;
}

.pricing-tab {
    position: relative;
    width: 100%;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
}

.pricing label {
    position: relative;
    display: block;
    color: #a0a0a0;
}

.pricing-tab input[type=checkbox] {
    display: none;
}

.tab-content {
    max-height: 0;
    font-size: 13.5px;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.tab-content strong {
    font-size: 11px;
    text-transform: uppercase;
}

.tab-content p {
    margin: 15px 0;
    text-align:left;
}

.wedding-product-col hr {
    margin: 0 ;
}

/* :checked */

input:checked ~ .tab-content {
    max-height: 1000px;
}

/****** Nested Subnavigation *********/

.product-subnav-nested,
.product-std-link,
.product-prevnext,
.branding-prevnext{
    font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.product-subnav-nested {
    display: flex;
    width: 300px;
}

.product-subnav-col1,
.product-subnav-col2 {
    width: 50%;
    flex: 1;
    list-style-type: none;
}

.product-subnav-col1 a,
.product-subnav-col2 a  {
    margin: 2px 0;
    display:block;
}

.product-prevnext {
    margin-bottom:15px;
    text-align: left;
    display: none;/*temporary*/
}

.branding-prevnext {
    margin-top: 20px;
    text-align: left;
    clear:both;
}

#product-prev,
#product-next {
    display: inline-block;
    width: auto;
}

#nav-separator {
    display: inline-block;
    padding: 0 5px;
}

.product-social {
    margin: 20px 0;
}

@media (max-width:1215px){

	.product-social{
		display:inline-block;
	}
	
}

@media (max-width:1200px) {
    
    .product-subnav-nested {
    flex-direction: column;
    text-align: center;
    margin: auto;    
    }
    
    #custom-nested {
    flex-direction: column;
    text-align: center;
    margin: auto;    
    }
    
    #custom-nested .product-subnav-col1,
    #custom-nested .product-subnav-col2 {
    margin:auto;
    }
    
    #custom-social .product-prevnext {
	text-align:center;
	margin-top:25px;	
}
    
    .product-prevnext,
    .product-social {
    text-align: center;
}

    .product-social {
        margin-top: 20px;
    }

    .product-subnav-col1 {
        order: 1;
        margin: auto;
    }

    .product-subnav-col2 {
        order: 2;
        margin: auto;
    }
    
    .tab-content p {
    text-align:center;
}
    
}


/****** Feature Widget *********/

.widget-feature {
    margin-top: 100px;
    position: relative;
}

.widget-feature h2 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 10px;
    padding: 100px 0 0 0;
    text-transform: uppercase;
    color: #bababa;
}

.widget-feature img {
    display: block;
    margin: auto;
    width: 100%;
}

.widget-feature .non-bg img {
	width: auto;
}

/******Design Details Widget *********/

.widget-design-details h2 {
    margin: 150px 0 10px 8%;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -1.5px;
    color: #dadada;
    text-align: left;
}

.widget-design-details p {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #cacaca;
    max-width: 800px;
    margin-left: 8%;
    text-align: left;
}

/****** Inspiration and Process Widgets *********/

.customprocess-header{
    position: relative;
    padding: 300px 0;
    text-align: center;
}

.customprocess-header-text {
    margin:auto;
}

.customprocess-header h2{
	font-size:93px;
	color:#e5e5e5;
	letter-spacing:-5px;
}

.customprocess-header p{
	max-width:500px;
    padding: 0 25px;
    margin: 0 auto 20px auto;
}

.customprocess-header a{
	font-size:30px;
    color: #e5e5e5;
}

.widget-inspiration,
.widget-process-text,
.widget-landing-text {
    margin: 200px auto 100px auto;
    position:relative;
    text-align: center;
}

.widget-process-text,
.widget-landing-text {
    margin: 100px auto 0 auto;
}

.widget-inspiration h2,
.widget-process-text h2,
.widget-landing-text h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 10px 0;
    color: #bababa;
    letter-spacing: 2px;
}

.widget-inspiration p,
.widget-process-text p,
.widget-landing-text p {
    margin: 0 auto 50px auto;
    max-width: 600px;
    padding: 0 25px;
}

.widget-process-text p,
.widget-landing-text p {
    margin-bottom:50px;
}

#custom-inspiration1 {
    margin: 0 auto;
    padding-top: 50px;
}

#custom-inspiration1-accessories {
    padding-top: 50px;
}

#custom-inspiration2 {
    margin: 100px auto;
}

#custom-inspiration3 {
margin: 0 auto;
}

#custom-inspiration-grey {
    background-color: #fafafa;
    max-width: none;
}

#see-wedding {
    position: relative;    
}

#see-wedding-button button {
    width:150px;
}

.see-wedding-block {
    margin: auto;
    background-color: white;
    opacity: 0.9;
    width: 500px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.see-wedding-block:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: -1;
    border: solid #777 1px;
}

.see-wedding-text {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.see-wedding-text h4 {
    font-family: 'Libre Caslon Display',Times;
    text-transform: none;
    color: #777;
    font-size: 50px;
    letter-spacing: -1px;
}

.widget-process-image_s {
    text-align: center;
    max-width:1200px;
    margin: 100px auto;
}

.widget-process-image_l img {
    display: block;
    margin: auto;
    width: 100%;
    margin-bottom:100px;
}

.widget-process-image_s img {
    margin: 0 25px;
}

.widget-process-video-edge {
    display: flex;             /* use flexbox for centering */
    justify-content: center;   /* center horizontally */
    width: 100%;               /* full width of parent container */
    margin: 2rem 0;            /* optional vertical spacing */
}

.widget-process-video-edge iframe {
    width: 70vw;               /* 70% of viewport width */
    max-width: 1200px;         /* optional max width */
    height: auto;
    aspect-ratio: 16 / 9;      /* standard horizontal video */
    display: block;
}

.widget-process-video-edge iframe[src*="/shorts/"] {
    aspect-ratio: 9 / 16;      /* vertical aspect ratio for Shorts */
    max-height: 80vh;          /* prevent it from getting taller than viewport */
}

/****** Accessories Widget *********/

.widget-accessories {
    align-items: center;
    display: flex;
    position:relative;
}

.widget-accessories-col1,
.widget-accessories-col2 {
    flex: 1;
    max-width: 50%;
}

.widget-accessories-col2 h2 {
    color: #dadada;
    font-size: 80px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.widget-accessories-col2 p {
    margin: 0 auto 20px auto;
    max-width: 310px;
    padding: 0 25px;
}

.widget-accessories-col2 a {
    font-size: 11px;
    text-transform: uppercase;
    display:block;
    text-align:center;
    margin-bottom:5px;
}

/****** Custom Details Widget *********/

.widget-customdetails {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    margin:150px auto 0 auto;
    max-width: 100%;
    overflow: hidden;
}

.widget-customdetails-col1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 1px;
    width: 85%;
    position: relative;
}

.widget-customdetails-col2 {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    flex: 1 1 auto;
    min-width: 1px;
    width: 100%;
    position: relative;
}

.widget-customdetails-text {
	max-width: 80%;
    padding: 0 20px;
    margin: 0 auto;
}

.widget-customdetails h2{
    color:#dadada;
    line-height:50px;
    letter-spacing: -1px;
    font-size: 65px;
    margin-bottom: 35px;
    }

.widget-customdetails p {
    margin: 0 auto 20px auto;
    padding: 0 25px;
}

@media (max-width:1000px) {   
    
    .widget-customdetails {
    width: 100%;
    flex-direction: column;
    text-align: center;
    margin: auto;
}

    .widget-customdetails-col1 {
     order: 1;
    position:static;
    width:auto;
    }

    .widget-customdetails-col2 {
    order: 2;
    position:relative;
    }

    .widget-customdetails-text {  
    margin: 55px auto 25px auto;
    width: auto;
    max-width:600px;
    position:relative;
    top: 0;
    left:0;
    transform: none;
    
}

    .widget-customdetails h2{
    font-size: 65px;
    line-height: 90px;
    margin-bottom: 5px;
    }

    .widget-customdetails p {
    margin: 0 auto 20px auto;
    padding: 0 25px;
}
   
}

/****** Accessories Page Widget*********/

.widget-accessories-page {
    position: relative;
    margin: 50px 0 0 0;
}

.widget-accessories-text h2 {
    color: #c1c1c1;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    font-size: 45px;
    letter-spacing: -2px;
    line-height: 40px;
    margin: 0 0 15px 0;
    text-align:left;
    text-transform: uppercase;
}

.widget-accessories-text p {
    text-align:left;
}

.widget-accessories-text {
    max-width: 400px;
    margin-left: 10%;
    position: absolute;
    bottom: 60%;
}

.wedding-product-accessories-small {
    display: none;
}

.wedding-product-accessories-large {
	text-align:center;
	
}

/****** Get Started Callout *********/

.callout-getstarted{
	background-color:#fafafafa;
	margin-top:150px;
	height:350px;
}

.callout-getstarted h5{
	text-align:center;
	text-transform:uppercase;
	font-size:29px;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
	padding-top:80px;
}

.callout-getstarted p{
	max-width:550px;
	margin:auto;
    margin-bottom:35px;
    padding: 0 25px;
}

.callout-getstarted-button{
	text-align:center;	
}

.callout-getstarted-button button{
	background-color:transparent;
    border-width: 1px;
    border-color: #a0a0a0;
	text-transform:uppercase;
	width:160px;
    font-family: 'brandon-grotesque', Arial !important;
    font-weight: 400;
    font-style: normal;
	font-size:12px;
	letter-spacing:0.8px;
	margin:auto;
    padding: 3px 14px;
}

.callout-getstarted-button button:hover{
	background-color:#848484;	
}

.callout-getstarted-button a{
	color:#a0a0a0;	
}

.callout-getstarted-button a:hover{
	color:#fff;	
}

/****** Widget Responsive *********/

@media (max-width:1300px) {
    
    .widget-process-image_s img,
    #custom-inspiration1 img,
    #custom-inspiration1-accessories img,
    #custom-inspiration2 img,
    #custom-inspiration3 img {
    max-width:90%;
    text-align:center;
    }   
    
}

@media (max-width:1200px) {

    .widget-accessoriespage {
        padding-top: 100px;
    }

    .wedding-product-widget5-text {
        top: 80px;
    }    
 
}

@media (max-width:1100px) {
    
    .widget-process-text,
    .widget-landing-text {
    margin-top: 100px;
    margin-bottom: 50px;  
}
    
}

@media (max-width:1000px) {

    .widget-accessories-col2 h2 {
        font-size: 60px;
    }      
    
}   

@media (max-width:845px) {

    .widget-feature {
        margin-top: 75px;
    }
     
    .widget-feature h2 {
        padding-top:75px;
    }
    
    .widget-accessories {
        flex-direction: column;
    }

    .widget-accessories-col1 {
        max-width: 100%;
        order: 2;
    }

    .widget-accessories-col2 {
        max-width: 100%;
        order: 1;
    }

    .widget-accessories-col2 h2 {
        font-size: 57px;
    }
    
    .widget-design-details h2,
    .widget-design-details p {
        margin: auto;
        text-align: center;
        padding: 0 25px;
    }
    
    .widget-design-details p {
    margin-top:10px;
    color: #a0a0a0;
    font-size: 14.5px;
    text-align: center;  
    line-height:1.6;
    } 
    
    .widget-design-details h2 {
        margin-top:50px;
    }
    
    .widget-inspiration {
        margin: 100px 0 60px 0;
    }
    
    .widget-inspiration img{
		max-width:95%;
    }
    
    .wedding-product-accessories-large {
        display: none;
    }

    .wedding-product-accessories-small {
        display: block;
        position: static;
    }

    .widget-accessories-text {
        margin: auto;
        position: static;
        padding: 0 25px;
        max-width: 556px;
    }
    
    .widget-accessories-text p,
    .widget-accessories-text h2 {
        text-align: center;
    }

    .wedding-product-accessories-small {
        text-align: center;
    }
    
    .widget-process-image_s img {
    max-width:80%;
    } 
    
    .widget-process-text,
    .widget-landing-text {
		margin-top:50px;
		
	}
    
    .customprocess-header h2 {
    font-size: 70px;
    letter-spacing: -3px;
}
    
}

@media (max-width:700px) {
    
    .see-wedding-text {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    }
    
    .see-wedding-block {
    display: none;
    }
    
    #see-wedding img {
    margin-bottom: 25px;
    }
    
}
   
@media (max-width:500px) {

    .widget-design-details h2,
    .widget-inspiration h2,
    .widget-accessories h2{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #bababa;
    }
    
    .widget-design-details p {
    color: #a0a0a0;
    font-size: 14.5px;
    text-align: center;  
    line-height:1.6;
    }  
    
    .widget-process-text,
    .widget-landing-text {
    margin-top: 50px;
    margin-bottom: 50px;
}
    
    #custom-inspiration1,
    #custom-inspiration1-accessories,
    #custom-inspiration2 {
        padding: auto 25px;
    }
    
    #custom-inspiration2 {
    margin: 50px auto;
}
    
    .customprocess-header {
    padding: 200px 0;
}
    
    .customprocess-header h2 {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -3px;
}
    
}

/* #######################################################################
BRANDING PRODUCT PAGES
####################################################################### */

.branding-title {
    width:auto;
    padding: 20% 100px;  
}

.branding-title h1 {
    text-align: left;
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    font-size:100px;
    line-height:80px;
    letter-spacing: -2px;
    margin-bottom: 35px;
}

.branding-title p {
    max-width: 500px;
    text-align: left;
}

.branding-image_s {
    text-align: center;
    margin: auto;
    padding: 100px 0;
}

.branding-image_l img {
    display: block;
    margin: auto;
    width: 100%;
}

.branding-image_s img {
    margin: 0 25px;
    max-width:1200px;
}

.process-textwithbg p {
    margin: 0;
}

.process-textwithbg-para {
    max-width:800px;
    padding:0 25px;
    margin:auto;
}

@media (max-width:1400px){

	.branding-image_s img{
		width:85%;
	}
	
}

@media (max-width:900px) {
       
    .branding-title{
		width:auto;
        padding-left:60px;
		
	}
            
}

@media (max-width:800px) {
    
    .branding-title h1{
		font-size:70px;
	}
    
        
}

@media (max-width:700px){

	.branding-title h1{
		font-size:60px;
        line-height: 55px;
        margin-bottom: 25px;
}
    
	}	

@media (max-width: 600px) {
    
.branding-title {
    padding-left: 25px;
    padding-right: 25px;
}

}

@media (max-width:400px){

	.branding-title h1{
		font-size:50px;
        line-height: 45px;
}
    
	}	


/* #######################################################################
CREATIVE PROCESS PAGE 
####################################################################### */

.process-intro {
    max-width: 800px;
    margin: 200px auto;
    text-align: center;
}

.process-intro h1 {
    color: #c1c1c1;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.process-intro p {
    line-height: 3;
    padding: 0 25px;
}


/* #######################################################################
STUDIO PAGE 
####################################################################### */

.studio-page-intro {
	position: relative;
    height: 800px;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(//atelierisabey.com/wp-content/uploads/2017/11/studio-bg.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
    color: #fff;
    background-blend-mode: darken;
    background-color: #a3a3a3;
}

.studio-page-intro-text {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
}

.studio-page-intro p {
    color: #fff;
    margin: 0 auto 30px auto;
    line-height: 30px;
	max-width:800px;
	padding: 0 25px;
}

.studio-page-founders {
    align-items: center;
    display: flex;
    margin: 50px auto;
    max-width: 1000px;
    padding: 0 25px;
}

.founders-col1 {
    text-align: right;
    flex: 1;
}

.founders-col2 {
    flex: 1;
    padding-left: 40px;
}

.founders-col2 h1 {
    color: #c1c1c1;
    font-size: 30px;
    line-height: 40px;
    margin-bottom:0;
    text-align: left;
}

.founders-col2 h2 {
    color:#bababa;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-top:0px;
    text-transform: uppercase;
    text-align: left;
}

.founders-col2 p {
    text-align:justify;
}

@media (max-width:1000px) {	
	
.studio-page-founders {
	flex-direction: column;
}

.founders-col1 {
    order: 1;
}

.founders-col2 {
    order: 2;
    padding: 0 25px;
}

.founders-col1,
.founders-col2 h1,
.founders-col2 h2,
.founders-col2 p {
    text-align: center;
}
	
.founders-col2 h1 {
    margin-top: 25px;
}	

}

@media (max-width:800px) {	
	
	.studio-page-intro {
    height: 600px;
}	
	
}

@media (max-width:500px) {	
	
.studio-page-intro-text {
	top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
}
	
	.studio-page-intro {
	height:700px;
}	
	
}

/* #######################################################################
STAMPS PAGE 
####################################################################### */

.stamps-intro {
    align-items: center;
    display: flex; 
    height:800px;	
}

.stamps-intro-col1 {
    flex: 1;   
    max-width: 55%;
}

.stamps-intro-col2 {
    flex: 1;
    max-width: 45%;
}

.stamps-intro-text {  
    max-width: 475px;
}

.stamps-intro-para,
.stamps-intro-categories,
.stamps-intro-categories-col2 a,
.stamps-intro-categories-col2 p,
.stamps-intro-categories-col1 p,
.stamps-intro-para h1,
.stamps-intro-para p {
    text-align: left;
}

.stamps-intro-para h1 {
    margin-left: -6px;
    color: #eaeaea;
    font-size: 8vw;
    letter-spacing: -0.35vw;
    line-height: 7.5vw;
    margin-bottom: 5px;
}

.stamps-intro-para p {
    margin: 0 0 35px 0;
    padding-right: 25px;
}

.stamps-intro-categories-col1,
.stamps-intro-categories-col2 {
    float:left;
}

.stamps-intro-categories-col1 {
    padding-right: 20px;
}

.stamps-intro-col1 img{
	position:relative;
	left:-70px;
	margin-top:20px;	
}

.stamps-intro-categories-col1 p,
.stamps-intro-categories-col2 a {
    font-family: 'brandon-grotesque', Arial;
    font-weight: 100;
    font-style: normal;
    line-height:16px;
    font-size: 18px;
    text-transform:uppercase;
}

.stamps-intro-categories-col2 p {
	margin-bottom:20px;
}

@media (max-width:850px){

	.stamps-intro {
        flex-direction: column;
        padding-bottom: 50px;
        height:auto;
    }
    
    .stamps-intro-col1 {
        max-width: 100%;
        order: 1;
        padding: 0 25px;
    }
    
    .stamps-intro-col2 {
        max-width: 100%;
        order: 2;
    }
    
    .stamps-intro-col1 img{
	position:relative;
	left:0;
	margin-top:20px;	
}
    
    .stamps-intro-para h1 {
    margin: 25px auto 0 auto;
    text-align:center;
}
    
    .stamps-intro-para p {
	text-align:center;
    padding: 0 25px;
}
    
    .stamps-intro-categories{
		background-color:#cd4545;
		width:200px;
		margin-left:auto;
		margin-right:auto;
		height:auto;		
	}
	
}

/* #######################################################################
FOOTER WIDGETS 
####################################################################### */

.footer-widget-1 li,
.footer-widget-2 li,
.footer-widget-3 p {
	font-size: 15.5px;
	text-align: left;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4{
	width: 25%;
}

.site-footer{
	margin:auto;
    width:1100px;
}

.site-footer .footer-widgets-container .inner-padding {
padding: 0;
}

.addtoany_list{
	float:left;
}

.footer-widgets .widget-title{
	color: #777;
	font-family: 'brandon-grotesque', Arial;
    font-weight: 500;
    font-style: normal;
	font-size: 12px;
	text-align: left;
	margin: 0 0 15px 0;
}

.footer-widgets h2 {
	text-transform: uppercase!important;
}

@media (max-width:1200px){
    
    .footer-widget-1,
    .footer-widget-2 {
	margin-bottom:25px!important;
    } 
	
}

@media (max-width:1100px){
    
    .footer-widget-4 {
	margin-top:45px
    }

	.site-footer{
		margin:0 auto;
		width:350px;
	}
    
    .footer-widget-2{
		padding-left: 20px;
	}
	
	.footer-widget-1,
    .footer-widget-2{
		width: 50%;
	}
	
	.footer-widget-1 li,
    .footer-widget-1 h2{
		text-align: right;
	}
	
	.footer-widget-2 li{
		text-align: left;
	}
	
	.footer-widget-3,
    .footer-widget-4{
		width: 100%;
	}
	
	.footer-widget-3 p{
		text-align: center;
	}
	
	.addtoany_list{
		float:none;
	}
	
	.inside-footer-widgets .grid-parent:nth-child(1) .widget-title{
		text-align:right;
	}
	
}

@media (max-width:768px){

	.footer-widget-1 li,
    .footer-widget-1 h2,
    .footer-widget-2 li,
    .footer-widgets .widget-title,
    .inside-footer-widgets .widget h2{
		text-align: center!important;
	}
    
     .footer-widget-1,.footer-widget-2{
		padding-left: 0;
	}
	
}

/* #######################################################################
WOOCOMMERCE
####################################################################### */

/****** Typography *********/

.cart thead tr,
.cart-collaterals .shop_table,
.cart_totals h2,
.woocommerce-ordering,
.woocommerce .product-subtotal,
.woocommerce .product h2,
.woocommerce-message,
.woocommerce-Price-amount,
.woocommerce-info,
.woocommerce table.shop_table {
    font-family: 'brandon-grotesque', Arial !important;
    font-weight: 400;
    font-style: normal;
}

.woocommerce .cart .single_add_to_cart_button,
.woocommerce .related .product .add_to_cart_button,
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
.woocommerce .actions .coupon .button,
.woocommerce .button {
	font-family: 'brandon-grotesque', Arial;
    font-weight: 400;
    font-style: normal;
    background-color:#777 !important;
}

.cart thead tr,
.cart-collaterals .shop_table,
.woocommerce-Price-amount,
.cart tbody .cart_item,
.cart_item .quantity input[type=number],
.woocommerce .variations_form p {
	font-size:12px!important;
}

.cart_item .product-name a,
.woocommerce table.shop_table {
	font-size:15px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table thead,
.woocommerce-billing-fields label {
	font-size:13px;
}

.actions .coupon .button,
.cart thead tr,
.cart_totals h2,
.cart-collaterals .shop_table,
.related .product .add_to_cart_button,
.woocommerce-Price-amount,
.woocommerce .product h1,
.woocommerce .product h2,
.woocommerce .variations_form p,
.woocommerce .cart .single_add_to_cart_button,
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
.woocommerce .button,
.woocommerce-billing-fields label,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table thead,
#order_comments_field label {
	text-transform:uppercase!important;
}

.cart_totals h2,
.woocommerce .entry-content .product .entry-summary,
.woocommerce-product-details__short-description p,
.woocommerce .variations_form p,
.woocommerce .product h1 {
	text-align:left;
}

.woocommerce .woocommerce-product-gallery__trigger,
.related .product .price,
.related .product .button,
.single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
display: none!important;
}

.woocommerce .product .price {
    color: #c1c1c1!important;
	text-align:left;
}

.cart_totals .woocommerce-shipping-totals td{
	text-transform:none;
	font-weight:400;
}

.woocommerce-shipping-totals td .woocommerce-shipping-destination{
	text-align:left;
}

/****** Product Page *********/

.woocommerce .inside-article .entry-content {
    max-width: 100%;
}

.woocommerce .product .entry-summary {
	width:35%!important;
    max-width: 400px;
}

.woocommerce .product h1 {
	margin: 200px 0 15px 0!important;
	color: #c1c1c1;
	letter-spacing: -1.5px;
}

.woocommerce .product .woocommerce-product-gallery {
    width: 65%!important;
    margin-right: 20px!important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: none;
}

.woocommerce-product-gallery .flex-control-thumbs li{
	float:left;
	max-width:80px !important;
}

.woocommerce-message,
.woocommerce-info {
    padding:5px 40px!important;
    font-weight:400;
    background-color: #c1c1c1!important;
    font-size: 14px;
    border-left: 0!important;
}

.woocommerce td {
    font-weight: 700;
}

.woocommerce table.variations td {
    font-weight: normal;
    color:#a0a0a0;
    font-size: 11px;
    text-transform: uppercase ;
}

.woocommerce-variation-price .price bdi{
	color:#777;
    font-size: 14px;
}

.woocommerce .variations_form p{
	color:#a0a0a0 !important;
}

.woocommerce .related h2 {
	letter-spacing:1px;	
    padding:80px 0 0 0!important;
    font-size: 23px;
}

.woocommerce-variation-price {
    padding-bottom:20px;
    color: #a0a0a0;
}

.variations tr a{
	font-size:12px !important;
	padding-top:0px;
}

.variations tr label {
	font-weight:400 !important;
	font-size:12px;
	
}

.variations tr .value{
	line-height:28px !important;
}

#quantity,
#color,
#digital-calligraphy-envelope-addressing{
	font-size:13px;
}

@media(max-width: 1200px) {
    
    .woocommerce .product .price {
        text-align: center;
    }
        
    .woocommerce .product .button {
        float: none;
        margin: auto;
    }
    
    .woocommerce-page .product .summary {
    padding-left:  15px;
     max-width:80%!important;
}
    
    .product .inside-article .entry-content .product .related ul{
		width:auto !important;
	}
    
    .woocommerce .product ul{
		max-width:850px !important;
	}
    
    .woocommerce .variations_form .variations{
		max-width:378px;
		margin-left:auto !important;
		margin-right:auto !important;
		
	}
    
}


/****** Related *********/

.woocommerce .related ul{
	width:800px !important;
	margin:auto !important;
}

.woocommerce .related .inside-wc-product-image {
    width: 400px!important;
}

.woocommerce .related .product h2{
	margin-top:0px !important;
	padding:20px 0!important;
    letter-spacing:0px!important;
}

.variations tr .label {
	line-height:14.5px!important;
}

/****** Catalog *********/

.woocommerce .product .inside-article{
		height:auto !important;
	}

.inside-article .entry-header h1{
	margin-top:45px!important;
}

.woocommerce #wc-column-container .products .product h2{
	color:#acacac;
	padding:0px !important;
	font-size:16px;
	letter-spacing: 0;
    margin-bottom:40px;
}

.woocommerce #wc-column-container ul{
    width:1200px;
    margin:auto !important;
}

.woocommerce-page li.product {
    padding: 5px!important;
    margin:auto !important;
}

.wc-columns-container .products,
.woocommerce .related ul.products {
grid-gap: 0!important;
}

.inside-wc-product-image {
width: 600px!important;
}

@media (max-width:1300px){

    .woocommerce #wc-column-container ul{
    width:90%!important;
    }
    
    .inside-wc-product-image {
        width: auto!important;
    }
	
}

/****** Cart *********/

a.button.wc-forward {
    background-color:#c1c1c1!important;
}

.woocommerce .cart .single_add_to_cart_button,
.woocommerce .cart_totals .wc-proceed-to-checkout a,
.woocommerce button.button:disabled {
	height:30px !important;
	width:200px !important;
	padding:0 !important;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a{
	width:100% !important;
    padding-top:5px!important;
}

.woocommerce .woocommerce-cart-form {
	padding:50px 0 30px 0 !important;
}

.woocommerce .cart_totals h2{
	letter-spacing:1px;
    margin-top:30px;
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce #order_review_heading,
.woocommerce-additional-fields h3 {
    margin: 40px 0 20px 0;
    font-size: 30px;
}

.woocommerce #coupon_code {
	padding-top:7px !important;
	padding-bottom:7px !important;
}

form.checkout.woocommerce-checkout {
    width:1000px;
    margin:auto;
}

.woocommerce form.checkout .input-text{
    height:27px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table thead {
	font-family: 'brandon-grotesque', Arial;
    font-weight: 700 !important;
    font-style: normal;
}

#order_comments{
	height:125px;
    font-size:14px;
}

@media (max-width:1350px){

	.woocommerce .product .entry-summary{
		width:350px !important;
	}
	
}

@media (max-width:1200px){

	.woocommerce .product .product .entry-summary{
		margin-left:auto !important;
		margin-right:auto !important;
		width:800px !important;
		max-width: 100%;
        float:none !important;
	}
	
	.woocommerce .product h1,
    .woocommerce .woocommerce-product-details__short-description p,
    .woocommerce .product .product .entry-summary {
		text-align:center;
	}
    
    	.woocommerce .product h1{
		margin-top:50px !important;
	}
	
	.woocommerce .addtoany_list{
		display:inline !important;
		clear:both;
		float:none;
	}
    
    .woocommerce .product .woocommerce-product-gallery {
        width: 100%!important;
}
	
}

/****** SEO *********/

.seo-copy {
    margin: 50px auto;
    max-width: 1500px;
    padding: 0 25px;
}

.gettingstarted-seo {
    margin-top:0;
}


