  /*---------------------------------------------------------------------------------

 Theme Name:   CaveIM
 Theme URI:    http://caveim.com
 Description:  CaveIm Divi Child Theme
 Author:       Jay Javier/ Cave IM
 Author URI:   
 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

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

:root {
	
  	--body-font: 'Avenir';
	--heading-font: 'Cardo';
  
}
.et_pb_widget .wp-block-search__button {
    background: #fff;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid rgba(206, 17, 38, 1);
    color: #CE1126;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.et_pb_widget .wp-block-search__button:hover{
    border: 2px solid rgba(206, 17, 38, 1);
    font-size: 16px;
    color: #fff;
    background: rgba(206, 17, 38, 1);
}
.et_pb_team_member .et_pb_member_position {
    color: var(--gcid-heading-color);
}
.et_pb_gallery .et_pb_gallery_pagination ul li a {
    color: #ce1126 !important;
}