/*
Theme Name: Archicon Child
Theme URI: https://archicon.qodeinteractive.com
Description: A child theme of Archicon
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: archicon
Template: archicon
*/


:root {
  --header-border-color: #333;
}



.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
	background-color: transparent;
	border-right: 1px solid var(--header-border-color);
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link::after {
	background-color: var(--header-border-color);
}

.qodef-horizontal-portfolio-showcase .qodef-m-item:before {
    background-color: var(--header-border-color);
}


#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 1;
}

.qodef-header--vertical-sliding #qodef-page-header {
    width: 120px;
}

#qodef-page-header .qodef-header-logo-link {
    width: 60px;
}

#qodef-page-header .qodef-header-logo-link img {
    width: 100%;
}
.qodef-m-intro .qodef-text-item{
    color: #fff;
    
}

.qodef-m-intro {
padding-bottom: 40px;
}
.qodef-e-title.entry-title {
    color: #fff;
}

.qodef-m-outro h1 {
    color: #fff;
}