/*
 Theme Name:   Yootheme Child
 Theme URI:    https://idec.gr/
 Description:  Yootheme Child Theme
 Author:       Panagiotis Mourelatos
 Author URI:   https://idec.gr/
 Template:     yootheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  yoothemechild
*/

/* MENUS */
.uk-navbar-item .uk-navbar-nav > li > a {
	text-transform: none;
}
#cu-footer-menu a {
	font-size: 16px;
	font-weight: 300;
}
#cu-footer-menu a:hover {
	text-decoration: underline;
}
.uk-navbar-dropdown.uk-open {
	width: 100% !important;
	left: 15px !important;
}
.topicon {
	margin-right: 10px;
}

/* FONTS */
.uk-h1{
	font-weight: bold !important;
}
#cu-footer p,
#cu-footer .el-link {
	font-size: 16px;
}
#cu-footer .uk-h5 {
	font-size: 18px;
}
.front-page-images .uk-panel {
	font-weight: 500;
}
/* MENUS 
.uk-container .uk-navbar-right #mega-menu-wrap-navbar .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
	display: none;
}
.uk-container .uk-navbar-right #mega-menu-wrap-navbar .mega-menu-toggle {
	background: #fff;
}
.uk-container .uk-navbar-right #mega-menu-wrap-navbar .mega-menu-toggle .mega-toggle-block-1::after {
    font-size: 36px;
    color: #000;
}
*/
/* COLORS */
.green {
	color: #009eff !important;
}
.home-hr {
	border-top: 1px solid #fff !important;
}
#cu-footer {
	background: #224459;
}
.header-heading {
	color: #000 !important;
}
#hero {
	background: #fff;
}
#hero-lead-text {
	color: #000 !important;
}
#cu-button-blue a {
	background-color: #224459;
	color: rgba(255,255,255,.7);
	border: none;
}
#cu-button-sand a {
	background-color: #C7C542;
}
.lists .uk-panel,
.lists .uk-icon {
	color: #fff;
}
.banner-overlay {
	background-color: rgba(0,0,0,0.5);
}
.front-page-images img {
	border-radius: 25px;
	background-color: rgba(0,0,0,0.4);
}
.front-page-images .uk-position-center-left {
	background-color: rgba(80, 133, 165, 0.8);
}

.blue-links a {
	color: #177fbf;
}

body .iso-overlay a {
	color: #000 !important;
}

/* GRAVITY FORMS */
.social-media input.large,
.social-media textarea.large{
	background: #fff;
	border: 1px solid #696969;
	border-radius: 10px;
}
.social-media textarea.large{
	height: 150px !important;
}
.social-media input.button {
	padding: 0 40px;
	line-height: 53px;
	font-size: 15px;
	background-color: #000;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 500px;
	box-shadow: 0 4px 28px rgba(0,0,0,.07);
}

/*LISTS*/
body .uk-nav-default {
    font-size: 15px;
    list-style: circle;
}

/* TABLES */
.html-tables {
	margin-left: auto;
	margin-right: auto;
}
.html-tables, th, td{
	border: 1px solid black;
	text-align: center;
	padding: 0px 10px;
}

.uk-article-meta {
	display: none;
}