/*
Theme Name: Daylight
Theme URI: http://demo.teslathemes.com/daylight/
Description: Awesome theme from TeslaThemes club
Version: 1.0.9
Author: TeslaThemes
Author URI: http://www.teslathemes.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: theme-options,post-formats,custom-colors
Text Domain: daylight
*/
body.home { outline: 8px solid red !important; }
/* Add breathing room above logo inside header container */
#masthead .container,
.site-header .container {
  padding-top: 20px !important;
}
/* Add breathing room above the logo */
.site-header .logo,
.site-header .site-branding,
.site-header .navbar-brand,
.site-header img.custom-logo {
  margin-top: 12px !important;
}
/* Move PVA logo down inside header */
header .logo-wrapper {
    display: inline-block;
    padding-top: 15px !important;
}
/* Move PVA logo down inside header */
header .logo-wrapper {
    display: inline-block;
    padding-top: 15px !important;
}
/* Force logo down (works even if it's a background image) */
header.clearfix.sticky a.logo-wrapper{
  position: relative !important;
  top: 10px !important;
  display: inline-block !important;
}
/* Hide MetaSlider pagination numbers and navigation text */
.metaslider .flex-control-nav,
.metaslider .flex-direction-nav {
    display: none !important;

}
/* Hide MetaSlider pagination numbers */
ol.flex-control-nav.flex-control-paging {
    display: none !important;
}

/* Hide previous/next links */
.flex-direction-nav {
    display: none !important;
}
body { outline: 12px solid red !important; }
