/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://www.almamunhossen.com
 Description:  Child Theme for Divi
 Author:       Al Mamun Hossen
 Author URI:   https://www.almamunhossen.com/
 Author Email: info@almamunhossen.com
 Template:     Divi
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*****----Add any custom CSS below this line-----*****/

/***--------- Divi form Report a Mobile Facebook Website ---***/
span.et_pb_contact_field_options_wrapper {
    display: none;
}
label.et_pb_contact_form_label {
    margin-top: 10px;
}

/*----- Scroll top icon ----*/
span.et_pb_scroll_top.et-pb-icon.et-visible {
    background-color: #2264adb3 !important;
}
/***--------- Divi form Report a Mobile Facebook Website End ---***/

/*-----------------Menu Dropdown Icon Star---------------- */ 
/* Dropdown caret: point right by default, rotate down on hover/open */
#top-menu .menu-item-has-children > a:first-child::after {
  transform: rotate(-90deg);               /* right-pointing */
  display: inline-block;
  margin-top: 2px;
  margin-left: 6px;
  transition: transform .2s ease;
}

/* Rotate when hovered or when submenu is open */
#top-menu .menu-item-has-children:hover > a:first-child::after,
#top-menu .menu-item-has-children.sfHover > a:first-child::after,
#top-menu .menu-item-has-children.et-show-dropdown > a:first-child::after,
#top-menu .menu-item-has-children:focus-within > a:first-child::after {
  transform: rotate(0deg);                  /* down-pointing */
}

/*-----------------Menu Dropdown Icon End ---------------- */

