/*
 Theme Name:     Hollywood Bridal
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         va2design
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* dropdown menu */
.nav li ul{
	width: 200px;
	padding: 5px;
}

#top-menu li li{
	padding: 0 15px;
}

#top-menu li li a {
    padding: 6px 0px;
	width: 160px;
	border-bottom: 1px dashed rgba(255, 255, 255, .35);;
}
#top-menu li li:last-child a {
	border-bottom: none;
}
/* mobile menu drop down */
.et_mobile_menu {
    border-top: 3px solid #eb0c8b;
	text-transform: uppercase;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
    margin-top: -20px;
}
.header-content h1, h1.et_pb_module_header{
	font-size: 90px;
}
.starChecked{
	text-align: center;
	color: #eb0c8b;
	margin-top: 20px;
}

.lineBk{
	background: linear-gradient(#fadeea 200px, #ffffff 0);
}
.mfp-title{
	display: none;
}
.social_icon{
	margin-right: 5px;
	color: #ffffff;
}
.social_icon:hover{
	color: #e90c8b;
}
.floatingBox{
	margin-top: -120px;
}
.et-pb-contact-message li{
	color: red;
}
/* mobile styling */


@media (max-width: 980px){
/* 	.et_pb_section{
		padding: 20px 0!important;
	} */
	.floatingBox{
	margin-top: -90px;
	}
	.header-content h1, h1.et_pb_module_header{
		font-size: 67px;
	}
	
}
@media (min-width: 981px){
	.floatingBox{
/* 	margin-top: -90px; */
	}
}
@media only screen and (max-width: 767px){
	.header-content h1, h1.et_pb_module_header{
		font-size: 31px;
	}
}