/*
Theme Name: Divi-Child-Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Elegant Themes, Child Theme by Reveal Web Works
Author URI: http://www.elegantthemes.com, revealwebworks.com
Template: Divi
Version: 1.0.0
*/

@font-face {
  font-family: 'Sunflora';
  src: url('includes/Sunflora.otf') format('opentype'); /* Adjust the path */
  font-weight: normal;
  font-style: normal;
}
.sunflora {
 font-family: 'Sunflora';
}

/*Begin custom CSS for Divi Child theme*/
#logo {-webkit-transform: initial;}

#top-menu li li a { /*For dropdown menu*/
  line-height: 1.4em;
  padding: 10px 5px;
}
.et_pb_text a:hover {
text-decoration: underline;
}

.entry-content li {
  margin-bottom: 0.5em;
}

/***[Switch column order on mobile]***/
@media only screen and (max-width: 980px) {
.rww-swap { 
  display: flex;
  flex-direction: column-reverse !important;
  display: -webkit-flex;
  -webkit-flex-direction: column-reverse;
  }
}

.icon_phone:before {
  font-family: "ETmodules";
  content: "\e090";
  font-size: 25px;
  margin-right: 7px;
  vertical-align: bottom;
}