/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
Use this file to add custom CSS easily
========================================================================== */
#sp-top2 {
  float:right;
  text-align:right;
}
#sp-header .logo {
    height: auto!important;
    padding: 30px 20px!important;
    width: 300px!important;
}
#sp-title a{
    color:#FFF;
}
h3 {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.chrono_credits a {
    color: #fff;
    font-size: 8px;
}
.falang a:link, .falang a:hover, .falang a:visited {
    color: #fff;
}


@media only screen and (max-width: 768px) {
	#sp-header .logo {
    height: auto!important;
    padding: 0px 20px!important;
    width: 300px!important;
  }
}