/*
Theme Name: EDEN VTC
Theme URI: https://oceanwp.org/
Description: Theme custom EDEN VTC (theme enfant OceanWP)
Author: EDEN VTC
Author URI: https://eden-vtc.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * 1.LOCAL POLICES
 * 2.OCEAN WP
 * 3.ELEMENTOR
*/

/*------------------------------------------------------------------------*
    1.LOCAL POLICES
*------------------------------------------------------------------------*/

/* kodchasan-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Kodchasan';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/kodchasan-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kodchasan-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Kodchasan';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/kodchasan-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kodchasan-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Kodchasan';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/kodchasan-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/quicksand-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/quicksand-v36-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/quicksand-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/*------------------------------------------------------------------------*
    2.OCEAN WP
*------------------------------------------------------------------------*/

/* Remove dotted line around links */
a, a:active, a:focus {
	outline: none !important; /* Works in Firefox, Chrome, IE8 and above */ 
}

/* Bold */
b, strong {
    font-weight: 600;
}

/**************************************
MENU MOBILE
**************************************/
/* FIX depuis OceanExtra 2.4.2 */
a.sidr-class-toggle-sidr-close {
	font-size: 14px !important;
	line-height: 1 !important;
	color: #fff !important;
}
.sidr-class-dropdown-toggle:before {
    font-size: 14px !important;
}


/*------------------------------------------------------------------------*
    3.ELEMENTOR
*------------------------------------------------------------------------*/

/* Fix bug line-height widget Elementor Heading Title */
h1.elementor-heading-title {
    line-height: 1.2;
}
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title {
    line-height: 1.4;
}
div.elementor-heading-title {
    line-height: 1.1;
}


