/*
 Theme Name:     North Words Writing Conference
 Theme URI:      http://nwwriterss.com/
 Description:    Custom Child Theme
 Author:         PR Services Ltd.
 Author URI:     http://www.yukoninfo.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/*
| Header */

header#main-header .container {
    width: 100%;
}

/*
| Navigation */

#top-menu li li a {
    font-size: 17px;
}

/*
| Footer */

#footer-bottom a {
    color: #fff;
}

/*
| Full Width Headers */

.et_pb_fullwidth_header {
    position: relative;
    padding: 0px 0;
}

.et_pb_fullwidth_section .et_pb_slide_description .et_pb_slide_title, .et_pb_bg_layout_dark .et_pb_slide_content {
    text-shadow: 2px 2px 11px #000;
}

/* Woocommerce */

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}

/* Woocommerce Product Registration Page */
.postid-516 nav.woocommerce-breadcrumb {
	display: none !important;
}


@media only screen and (min-width: 981px) {
    .image-gallery-crop.et_pb_gallery_grid .et_pb_gallery_image {
       overflow: hidden;
       position: relative;
       height: 210px;
    }	
}

@media only screen and (min-width: 1300px) {
    .image-gallery-crop.et_pb_gallery_grid .et_pb_gallery_image {
       overflow: hidden;
       position: relative;
       height: 260px;
    }	
}



/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 3200px) {

/*
| Navigation */

ul.sub-menu {
    margin-top: -50px;
}
}