/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

/* Lexend-Bold-700	*/
/*@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('../Divi_Child/fonts/Lexend-Bold.woff2') format('woff2'),
		 url('../Divi_Child/fonts/Lexend-Bold.woff') format('woff')
}*/

/* Lexend-Light-300	*/
/*@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('../Divi_Child/fonts/Lexend-Light.woff2') format('woff2'),
		 url('../Divi_Child/fonts/Lexend-Light.woff') format('woff')
}*/

/* Lexend-Medium-500	*/
/*@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		 url('../Divi_Child/fonts/Lexend-Medium.woff2') format('woff2'),
		 url('../Divi_Child/fonts/Lexend-Medium.woff') format('woff')
}*/

/* Lexend-Regular-400	*/
/*@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('../Divi_Child/fonts/Lexend-Regular.woff2') format('woff2'),
		 url('../Divi_Child/fonts/Lexend-Regular.woff') format('woff')
}*/

/* Lexend-SemiBold-600	*/
/*@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		 url('../Divi_Child/fonts/Lexend-SemiBold.woff2') format('woff2'),
		 url('../Divi_Child/fonts/Lexend-SemiBold.woff') format('woff')
}*/

/* LexendDeca-Bold-700	*/
/*@font-face {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('../Divi_Child/fonts/LexendDeca-Bold.woff2') format('woff2'),
		 url('../Divi_Child/fonts/LexendDeca-Bold.woff') format('woff')
}*/

/* LexendDeca-Light-300	*/
/*@font-face {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('../Divi_Child/fonts/LexendDeca-Light.woff2') format('woff2'),
		 url('../Divi_Child/fonts/LexendDeca-Light.woff') format('woff')
}*/

/* LexendDeca-Medium-500	*/
/*@font-face {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		 url('../Divi_Child/fonts/LexendDeca-Medium.woff2') format('woff2'),
		 url('../Divi_Child/fonts/LexendDeca-Medium.woff') format('woff')
}*/

/* LexendDeca-Regular-400	*/
/*@font-face {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('../Divi_Child/fonts/LexendDeca-Regular.woff2') format('woff2'),
		 url('../Divi_Child/fonts/LexendDeca-Regular.woff') format('woff')
}*/

/* LexendDeca-SemiBold-600	*/
/*@font-face {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		 url('../Divi_Child/fonts/LexendDeca-SemiBold.woff2') format('woff2'),
		 url('../Divi_Child/fonts/LexendDeca-SemiBold.woff') format('woff')
}*/

/* Archer Pro - Hairline (100) */
@font-face {
  font-family: 'Archer Pro';
  src: url('fonts/ArcherHairlinePro.woff2') format('woff2'),
       url('fonts/ArcherHairlinePro.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

/* Archer Pro - XLight (200) */
@font-face {
  font-family: 'Archer Pro';
  src: url('fonts/ArcherXLightPro.woff2') format('woff2'),
       url('fonts/ArcherXLightPro.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

/* Archer Pro - Light (300) */
@font-face {
  font-family: 'Archer Pro';
  src: url('fonts/ArcherLightPro.woff2') format('woff2'),
       url('fonts/ArcherLightPro.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* Archer Pro - Book/Regular (400) */
@font-face {
  font-family: 'Archer Pro';
  src: url('fonts/ArcherBookPro.woff2') format('woff2'),
       url('fonts/ArcherBookPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Archer Pro - Medium (500) */
@font-face {
  font-family: 'Archer Pro';
  src: url('fonts/ArcherMediumPro.woff2') format('woff2'),
       url('fonts/ArcherMediumPro.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Archer Pro - Semibold (600) */
@font-face {
  font-family: 'Archer Pro';
  src: url('fonts/ArcherSemiboldPro.woff2') format('woff2'),
       url('fonts/ArcherSemiboldPro.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Archer Pro - Bold (700) */
@font-face {
  font-family: 'Archer Pro';
  src: url('fonts/ArcherBoldPro.woff2') format('woff2'),
       url('fonts/ArcherBoldPro.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/




.bknmbldv {
    margin-top: 2px !important;
}
.bknmbldv1 {
    margin-top: 25px;
}