/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#top #logo img {
    width:150px;
    height:150px;
    display:none;
}
#header-outer:not(.transparent) #top #logo{
    background-image: url('https://kkproductions.geniusolutions.gr/wp-content/uploads/2021/04/logo.jpg');
    color:black important !important;
    width: 150px;
    height:150px;
  position: absolute;
  top: -30px;
  z-index: 9999;
}
#header-outer #logo img, #header-outer .logo-spacing img{
    display: none;
}

.text-yellow{
    color:#E5C81A;
}

.text-2xl{
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 300;
    letter-spacing: 1px;
}


input[type="submit"].wpcf7-submit{

color: black;

}

input[type=text].wpcf7-form-control {
	background-color:white;

}
input[type=email].wpcf7-email{

background-color:white;
}