/*
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com
 Template:       Divi
 Version:        1.0
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

#main-header{
	height: 0px;
	display: none;
} 

#main-content {
	background-color: #e3d2d1;
}

.bridal-main-menu a {
	font-family: 'Rouge Script', sans-serif;
}

@media(max-width: 980px) {
	.bridal-main-menu a {
		color: #8c6e77 !important;
	}
}

.et_pb_fullwidth_code.et_pb_module {
	z-index: 999;
}

.et_fixed_nav.et_show_nav #page-container {
	padding-top: 0px;
}

.et_mobile_menu {
	border-top: 3px solid #e3d2d1;
}

.mobile_menu_bar:before {
	color: #e3d2d1;
	font-size: 35px;
}

.tap-slider .et-pb-active-slide {
 animation-name: fadeInRight;
}

.image-hover-gallery-layout .et_pb_gallery_item .et_pb_gallery_image:before {
	border-top: none !important;
	border-bottom: none !important;
}

.image-hover-gallery-layout .et_pb_gallery_item .et_pb_gallery_image:after {
	border-left: none !important;
	border-right: none !important;
}


.image-hover-gallery-layout .et_pb_gallery_item:hover .et_pb_gallery_title {
	top: 25% !important;
}

.ri-grid ul li {
	width: 20% !important;
}

#id123-button-send {
	padding: 10px;
}

.footer img {
	margin-right: 5px;
}

.bottom-footer a {
	color: #151515;
}

.bottom-footer a:hover {
	text-decoration: underline;
}

.navigation-link a {
	font-family: 'Rouge Script', sans-serif;
}

.navigation-link {
 height: auto;
 color: #8c6e77;
 font-size: 26px;
 font-family: 'Rouge Script', sans-serif;
}

.navigation-link:hover {
 color: #d378b0;
}

.navigation-wrap {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 width: 1200px;
 padding-top: 8px;
 padding-bottom: 8px;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 font-family: 'Rouge Script', sans-serif;
 color: #8c6e77;
}

.navigation-container {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 /*background: #ffffffba;*/
}

.navigation-brand {
 max-width: 200px;
}

.bridal-blog .post {
	background-color: #dbcac9;
	border: 1px solid #dbcac9;
}

.private-party img {
	height: 400px
}

/* --- BLOG POSTS --- */

.logged-in-as a {
	color: #8c6e77;
}

.form-submit .et_pb_button {
	background-color: #fff;
	border: none;
	border-radius: 40px;
	color: #000;
	font-family: 'Cormorant Garamond';
}

h3#reply-title {
	font-family: 'Cormorant Garamond';
	font-size: 25px;
	font-weight: 800;
}

/*.new-blog-layout .entry-title {
	font-family: 'Cormorant Garamond';
	color: #8c6e77;
	text-align: center;
	font-size: 35px;
	font-weight: 800;
}

.new-blog-layout .post-meta {
	display: none;
}

.new-blog-layout h1 {
	color: #8c6e77;
	font-size: 40px;
	font-family: 'Cormorant Garamond';
}

.post .entry-content {
	color: #8c6e77;
	font-size: 18px;
	font-family: 'Neuton';
}

.et_pb_sidebar_0 a,
.et_pb_sidebar_0 h4 {
	color: #8c6e77;
	font-family: 'Cormorant Garamond';
}*/

/* --- end blog post ---*/

.wedding-section .et_pb_column_8:hover {
	box-shadow: 0px 0px 12px #8c6e77;
}

.services-section .et_pb_column,
.wedding-section .et_pb_column_8 {
	transition: ease .5s;
}

.services-section .et_pb_column:hover {
	box-shadow: 0px 0px 12px #8c6e77;
}

/* --- new gallery --- */

.new-gallery .et_pb_text_inner {
	font-family: 'Neuton',Georgia,"Times New Roman",serif;
	font-size: 20px;
}

.new-gallery span {
	font-size: 25px;
}

/* --- Resume --- */

.entry-content table {
	border: none;
}

span.file_title_clean {
	  color: #8c6e77;
}

.entry-content tr td {
	border-top: none;
	padding: 0px;
}

footer {
	display: none;
}

@media(max-width: 500px) {
	.bridal-salon-gallery img {
		width: 100%;
	}
} 

/* ---------- 404 Page ----------- */

.nopage {
	text-align: center;
	padding-top: 10%;
	height: 90vh;
	background-image: Url('/wp-content/uploads/2019/03/404-background.jpg');
	background-size: cover;
	background-position: 100%;
}

.nopage h1 {
	font-size: 200px;
	font-weight: 800;
	text-shadow: 5px 5px 0px #ddd
}

.nopage p {
	font-size: 20px;
	margin-bottom: 50px;
	color: #333;
}

.nopage a {
	background-color: #fff;
	padding: 15px 30px;
	margin-top: 40px;
	color: #333;
	font-size: 20px;
	border-radius: 40px;
	font-weight: 600;
	text-transform: uppercase;
	border: 4px solid #333;
	transition: linear .15s;
}

.nopage a:hover {
	background-color: #333;
	color: #fff;
}

@media (max-width: 600px) {
	.nopage h1 {
		font-size: 70px;
	}
}

/****************Advent Calendar 2017 - 3*****************/
/******Gallery Title & Caption Split Reveal on Hover******/
/**********************By Divi Soup***********************/


/*Position the gallery items*/

@media(min-width:981px) {
  .ds-advent-3 .et_pb_gallery_item {
    position: relative;
  }
}

/*Add a transition to the image*/
@media(min-width:981px) {
.ds-advent-3 .et_pb_gallery_item img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
}


/*Position the title and caption and set to flex with central positioning*/
@media(min-width:981px) {
.ds-advent-3 .et_pb_gallery_title,
.ds-advent-3 .et_pb_gallery_caption {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    margin: 0 !important;
    padding: 0 20px;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
}


/*Position the title and set the background gradient*/
@media(min-width:981px) {
.ds-advent-3 .et_pb_gallery_title {
    bottom: 50%;
    background: rgba(0, 0, 0, 0.65);
}
}
	
/*Position the caption and set the background gradient*/
@media(min-width:981px) {
.ds-advent-3 .et_pb_gallery_caption {
    top: 50%;
    background: rgba(0, 0, 0, 0.65);
}
}

/*Show the title & caption on hover*/
@media(min-width:981px) {
.ds-advent-3 .et_pb_gallery_item:hover .et_pb_gallery_title,
.ds-advent-3 .et_pb_gallery_item:hover .et_pb_gallery_caption {
    height: 50%;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
}

/*Add the dividing line and set its animation*/
@media(min-width:981px) {
.ds-advent-3 .et_pb_gallery_item::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    left: 50%;
    height: 2px;
    content: '';
    opacity: 0;
    background-color: #d21777;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
}

/*Show the dividing line on hover*/
@media(min-width:981px) {
.ds-advent-3 .et_pb_gallery_item:hover:before {
    left: 0px;
    right: 0px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
}

@media(max-width:980px) {
	.ds-advent-3 .et_pb_gallery_item {
		background: #000;
	}
	.ds-advent-3 .et_pb_gallery_title {
		padding-top: 5px;
	}
	.ds-advent-3 .et_pb_gallery_caption {
		padding-bottom: 5px !important;
	}
}

/*Fade the gallery image on hover*/

/*.ds-advent-3 .et_pb_gallery_item:hover img {
    opacity: 0.7;
}*/


/*Adjust the gallery column widths and margins*/

.et_pb_column .ds-advent-3 .et_pb_grid_item {
    width: 23.5% !important;
    margin: 0 2% 2% 0 !important;
}

.et_pb_column .ds-advent-3 .et_pb_grid_item:nth-child(4n) {
    margin-right: 0 !important;
}

@media all and (max-width: 980px) {
    .et_pb_column .ds-advent-3 .et_pb_grid_item:nth-child(n) {
        width: 32% !important;
        margin: 0 2% 2% 0!important;
    }
    .et_pb_column .ds-advent-3 .et_pb_grid_item:nth-child(3n) {
        margin-right: 0 !important;
    }
}

@media all and (max-width: 767px) {
    .et_pb_column .ds-advent-3 .et_pb_grid_item:nth-child(n) {
        width: 49% !important;
        margin: 0 2% 2% 0!important;
    }
    .et_pb_column .ds-advent-3 .et_pb_grid_item:nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media all and (max-width: 479px) {
    .et_pb_column .ds-advent-3 .et_pb_grid_item:nth-child(n) {
        width: 100% !important;
    }
}


/****************Advent Calendar 2017 - 3*****************/
/***End - Gallery Title & Caption Split Reveal on Hover***/
/**********************By Divi Soup***********************/

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 0px !important;
}

.ui-datepicker-header, .ui-datepicker-header .ui-datepicker-header {
	background-color: whitesmoke !important;
}
