/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/* Divi call to action button normal state */ 

@media (min-width: 980px) {
.menu_cta_give {
  padding: 0!important;
  background: #cd5c5c;
  border-radius: 30px;
  border: solid 2px #fff;
  transition: 0.3s;
}

.menu_cta_give a{
  color: #fff!important;
  padding: 15px 30px 15px 30px!important;
}

#top-menu-nav .menu_cta_give a:hover {
  opacity: 1;
}

.menu_cta_give:hover {
  border: solid 2px #cd5c5c;
  background: #cd5c5c;
}
}
