/*
Theme Name: NATURAVELO
Theme URI: https://www.clicher.eu/
Description: Child theme of Divi theme for the Divi theme
Author: Clicher
Author URI: https://www.clicher.eu/
Template: Divi
Version: 4.27.6
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 27 Mar 2026 14:53:39 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*Adobe font*/
h1, h2, H3, H4, H5, H6 { 
font-family: dunbar-low, sans-serif !important;
font-weight: 700;
font-style: normal;
}

body { 
font-family: dunbar-text, sans-serif !important;
font-weight: 500;
font-style: normal;
}

/*style the Divi blog link text as a button*/

/* 3 Column Portfolio */
@media (min-width: 981px) {
    .three-column-portfolio .et_pb_portfolio_grid_items {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        column-gap: 30px !important;
        row-gap: 40px !important;
    }

    .three-column-portfolio .et_pb_portfolio_item {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        clear: none !important;
    }
}

.et_pb_blog_0 .et_pb_post div.post-content a.more-link {
    color: #ffffff !important;
}

.et_pb_post a.more-link {
  color: #ffffff !important;
	background: #e26b59;
	border: 2px solid #e26b59;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}


/*style the Divi blog link text as a button on hover*/

.et_pb_post a.more-link:hover {
	background: black;
	color: #e26b59;
	border: 2px solid #e26b59;
	transition: all 0.3s ease-in-out;
}

/*style the Divi Porfolio read more link as a button*/

.et_pb_portfolio_link {
  color: #ffffff;
	background: #0071fc;
	border: 2px solid #0070fc;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}


/* Style the Divi Portfolio read more link as a button */
.et_pb_portfolio_link {
    color: #ffffff;
    background: #23a094;
    border: 2px solid #23a094;
    transition: all 0.3s ease-in-out;
}

.et_pb_portfolio_link:hover {
    background: transparent;
    color: #23a094;
    border: 2px solid #23a094;
}