/*
 Theme Name:     One Atlantic Events
 Theme URI:      https://oneatlanticevents.com/
 Description:    Sitting atop the The Playground at Caesars, One Atlantic is a beautiful wedding venue in Atlantic City nestled among the luxury shops, gourmet restaurants, glittering casinos and world-class entertainment that line the East Coast’s most famous resort.
 Author:         One Atlantic Events
 Author URI:     https://oneatlanticevents.com/
 Template:       Divi
 Version:        4.3.2
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

@import url("../Divi/style.css");

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: -20px;
    top: 0;
    font-weight: 800;
}

body #page-container .get-started-form-main{
width:780px;
margin:auto;
}
body #page-container .get-started-form-main .one_half{
margin-right:20px;
width:380px;
float:left;
}
body #page-container .get-started-form-main .one_half.last{
margin-right:0;
}
body #page-container .get-started-form-main form select{
background-position:96% center;
}
body #page-container .get-started-form-main form select#starttime{
background:url(images/form-time-icon.jpg) no-repeat 92% center #fff;
}


@media only screen and (max-width:767px){
body #page-container .get-started-form-main{
width:100%;
}
body #page-container .get-started-form-main .one_half{
width:100%;
margin-right:0;
}
body #page-container .get-started-form-main form select#starttime{
background-position:95% center;
}
body #page-container .get-started-form-main form select{
    background-position: 94% center;
}

}


@media only screen and (min-width:768px) and (max-width:1179px){
body #page-container .get-started-form-main{
width:700px;
}
body #page-container .get-started-form-main .one_half{
    margin-right: 2%;
    width: 49%;
}


}