/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

.et_pb_button{
  border-width: 3px 0 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  border-color:#0081A7 !important;
  color:#0081A7 !important;
 background:transparent !important;
	 transition: all 0.5s ease;
}
.et_pb_button:hover{
/* 	background:#f07167 !important; */
/* 	color:#fff !important; */
	color:#f07167 !important; 
	border-color: #f07167 !important;
}

/* DOR AFTER TEXT */
 .bd_hero_section .et_pb_slide_title:after,
.add_dot_after .et_pb_module_heading:after{
    content: '.';
    color: #f07167;
    font-size: 60px;
    padding-left:5px;
} 

