/*
 Theme Name:     Vitalvision Child Theme
 Theme URI:      https://www.vitalvision.fi
 Description:    Vitalvision Child Theme
 Author:         Eki Tee
 Author URI:     https://www.42lynx.com
 Template:       Divi
 Version:        0.1.0
*/

/* Theme customization starts here
------------------------------------------------------- */
/* header logo settings */
#et-info {float: right !important;margin-top: 30px !important;}	/* phone and email to right */
#et-info a {margin-right: 10px;}
#top-header {height: 80px; background-color: #FFFFFF;}
#top-header .container {height: 100%;padding-top: 0;}
#top-header img {float: left; max-height: 60px; margin-top: 10px;}
#et-top-navigation {padding-left: 10px;!important}

/* Ajanvaraus headerissa */
#et-info-calendar {
  position:relative;
  cursor: pointer;
}
#et-info-calendar:before {
  position:relative;
  top:0;
  margin-right:2px;
  content:"\e023";	/* \e026 */
}
#et-info-calendar {
  margin-right:13px;
}
#et-info-calendar:before {
  text-shadow:0 0;
  font-family:ETmodules!important;
  font-weight:400;
  font-style:normal;
  font-variant:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1;
  text-transform:none;
  speak:none;
}

#et-info-email:before {
  position:relative;
  top: 2px;
}
#et-info-phone:before {
  top: 1px;
}
