/*
 Theme Name:	Divi Child
 Theme URI:     http://www.elegantthemes.com/gallery/divi/
 Description:	Child theme for Divi
 Author: 		NORTHBRIDGE
 Author URI: 	https://northbridge.gr
 Template:		Divi
 Version:		1.0
License:		GNU General Public License v2 or later
License URI:	https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	divi-child
 */



/*
 *  CSS developed by NORTHBRIDGE
 * 
 */


/*  Colors
 * 
 *  
 *  
 */


/* ===== Custom Scrollbar ===== */

/* Πλάτος scrollbar */
body::-webkit-scrollbar {
    width: 8px; /* λεπτή */
}

/* Μπάρα (thumb) */
body::-webkit-scrollbar-thumb {
    background-color: #000;  /* μαύρο */
    border-radius: 10px;
}

/* Track (πίσω μέρος) */
body::-webkit-scrollbar-track {
    background-color: #fff; /* λευκό */
}

/* Hover (προαιρετικό) */
body::-webkit-scrollbar-thumb:hover {
    background-color: #222;
}

/* Firefox */
html, body {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff; /* thumb / track */
}




/**
 * FOOTER
 * 
 * *********************************************/

#footer-bottom {
	padding: 15px 0 5px;
}
#footer-info {
	padding-bottom: 10px;
}



/**
 * PADDING AND MARGIN
 * 
 * *********************************************/
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}