/* 
Theme Name:         Daisy Blog Premium Child
Author:             Matthieu Devaux Webdesigner
Template:           daisy-blog-premium
Version:            1.0
*/

#header-widget-area .search-form {
    position: relative;
    text-align: right;
}

#header-widget-area .search-field {
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url(../daisy-blog/images/search-b.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: thin solid #ccc;
    cursor: text;
    outline: 0;
    width: 320px;
}

#header-widget-area h2 {
	display:none;
}

/* hide sidebar */

.sidebar {
	display:none;
}

.main-wrapper {
	grid-template-columns:12fr;
}

.post-navigation .nav-links .nav-next:after {
	display:none;
}

.post-navigation .nav-links .nav-next:before {
    content: "→";
    margin-left: 5px;
    float: right;
}

/* change 100 to slider ID */

.metaslider .flex-viewport {
    direction: ltr;
    width: 100% !important;
    margin: 0 !important;
}

#metaslider_container_100{
	overflow: hidden;
	width: 100%;
}

#metaslider_100 {
/* change max-width and width values until active image is centered and images on left and right are shown */
  max-width: 600px;
  width: 600px;
  margin: 0 auto;
}


#metaslider_100 .flex-viewport {
	overflow: visible !important
}

#metaslider_100 .ms-image {
	transform: scale(.8);
	transition: all 0.5s ease;
}
#metaslider_100 .ms-image.flex-active-slide {
	transform: scale(1.5);
	z-index: 999;
}