/**
Theme Name: Τεχνικός Οίκος Λογισμικού
Author: ALL WEB KEYS
Author URI: https://allwebkeys.com
Description: Τεχνικός Οίκος Λογισμικού. Theme by ALL WEB KEYS - web development services 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: All Web Keys - theme
Template: astra
*/
/*SupportCandy css */
.wpsc-header  label, .wpsc-header legend {
    color: #ffffff;
}
/* header fixes */
.site-header {
    box-shadow: 0rem 0.5rem 1rem rgba(0,0,0,0.08);
}
.ast-site-identity {
    background: var(--ast-global-color-0);
	position:absolute;
	bottom:0;
	transition: all 0.2s linear;
}
.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity {
  width: 52px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.ast-primary-sticky-header-active .ast-site-identity {
	position:relative;
	bottom:0px; 
}
.ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item.ast-builder-layout-element.site-header-focus-item {
    padding-left: 180px !important;
	transition: all .3s;
}
.site-header-above-section-left.site-header-section.ast-flex.site-header-section-left {
  padding-left: 170px;
}
.ast-header-break-point .ast-nav-menu .sub-menu {
  line-height: 1.45 !important;
}
@media(max-width:1366px) {
.ast-site-identity {
	bottom:60px;
	width:76px;
}	
.ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item.ast-builder-layout-element.site-header-focus-item {
    padding-left: 0px !important;
}
.site-header-above-section-left.site-header-section.ast-flex.site-header-section-left {
  padding-left: 50px;
}
}
@media(max-width:1110px) {
	.site-primary-header-wrap .ast-builder-grid-row {
		grid-column-gap: 0;
	}
	.site-primary-header-wrap .main-header-menu .menu-link {
		padding:0 5px;
	}
}
@media(max-width:1024px) {
.ast-site-identity {
	position:relative;
	bottom:0px;
	width:100%;
	max-width: 61px;
}	
}
@media (min-width: 1025px) {
   .site-primary-header-wrap.ast-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .ast-separate-container.ast-box-layout #content .ast-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Mega menu Taxonomy Term List CSS */

/* inside each element columns management is at Advanced > Custom CSS: 
.awk-menu-taxonomy .dce-menu ul.first-level > li {
    flex: 0 0 25%;
    padding: 20px;
}
*/
.astra-megamenu.sub-menu.astra-mega-menu-width-content {
  padding: 0 !important;
}
.awk-menu-taxonomy .dce-menu ul.first-level {
    flex-direction: row;
}

@media(max-width:1024px) {
    
.awk-menu-taxonomy .dce-menu ul.first-level > li {
    padding: 10px;
}
}
@media(max-width:767px) {
    .awk-menu-taxonomy .dce-menu ul.first-level {
    flex-direction: column;
}
.awk-menu-taxonomy .dce-menu ul.first-level > li {
    flex: 0 0 100%;
    padding: 10px;
}
}

.awk-menu-taxonomy ul.first-level > li > a {
  position: relative;
  padding:0 !important;
  text-transform: uppercase;
  font-weight: 600;
	margin-bottom:20px;
	display:inline-block;
}
.awk-menu-taxonomy ul.first-level > li > a::before {
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color:#eb9c00;
  display: inline-block;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0px;
}
.awk-menu-taxonomy ul.child-level > li {
  position: relative;
  padding: 0 0 3px 12px !important;
}
.awk-menu-taxonomy ul.child-level > li::before {
    content: "";
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color:#eb9c00;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.awk-menu-taxonomy ul.child-level > li > a {
  position: relative;
  padding:0 !important;
  text-transform: capitalize;
  font-weight: 400;
}
.responsive-youtube-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.responsive-youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}