/*!
Theme Name: Maryam Radjavi
Author: Let's Clic
Author URI: https://www.lets-clic.com
*/

/* 
Violet : #2D334B;
GOLD : #D0AF5D;
GREY : #f5f5f5;
*/
/**************** BODY ******************/

html {
	background: none;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
	  color: #2D334B;
}
h1, h2, h3, h4 {
	font-family: 'Times New Roman';
	color: #2D334B;
}
/*
a, .uk-link { 
    color: #D0AF5D;
} 
a:hover, .uk-link:hover {
    color: #D0AF5D;
    text-decoration: none;
}
*/
strong {
    font-weight: 500;
}
ul{
    padding-inline-start: 0;
    list-style: none;
}
.section {
	padding: 20px 0;
}
.section-bigpadding {
	padding: 60px 0;
}
.section-bigpadding.borderline {
    border-top: solid 1px;
    margin-top: 50px;
    border-bottom: solid 1px;
    margin-bottom: 60px;
    padding: 60px 0 30px 0;
}
.dark {
	background-color: #2D334B;
	color: white;
	font-weight: 300;
}
/* Right to Left Stuff */
.rtl #tm-toolbar {
    background: #f5f5f5;
}
.rtl .uk-float-right {
    float: left;
}
.rtl .uk-float-left {
    float: right;
}
/**************** HEADER *****************************/


    /******** TOPBAR ************/
    nav.tm-navbar {
        float: right;
        margin: 23px 0px;
    }

    .tm-toolbar .uk-float-right .uk-panel {
        float: left;
    }

    .uk-panel span{
        font-family: 'Roboto';
        font-size: 12px;
        font-weight: 700;
    }

    .tm-toolbar .uk-float-left .uk-panel {
        margin: 10px 30px 0 0;
    }

    .uk-panel{
        font-size: 13px;
        color: #2D334B;
    }
		.language-change a {
			font-weight: 600;
		}
    .uk-panel a {
        margin: 0px 5px;
    }

    .social-icon-top .uk-button {
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 20px;
    }

    .uk-button-group.social-icon-top {
        padding: 5px;
    }

    .uk-navbar-nav > li > a {
        letter-spacing: normal !important;
    }

        /****** SEARCHFORM ******/
		.uk-search:before { line-height: 36px; }
        input[type="search"]::placeholder {
            color: white;
            font-size: 0.9rem;
            letter-spacing: 0.3px;
        }

        .tm-toolbar {
					background: #f5f5f5;
				}
        .tm-toolbar-bg {
            background: linear-gradient(to right,#f5f5f5f5, #f5f5f5 75%, rgba(49,52,83,1) 75%);
            color: #8e8e93;
            font-size: 16px;
            line-height: 16px;
            padding: 0px 0px;
        }
				 
        /***********************/

    /************ MENU ************/
	#tm-headerbar {
		padding: 10px 0 0px 0;
		margin: 0!important;
	}
    .nav-menu {
        display: flex;
        flex-direction: row;
    }

    .nav-menu_items {
        width: 100%;
    }

    .tm-headerbar.uk-clearfix.uk-hidden-small img {
        width: 350px;
        max-width: 100%;
        height: auto;
    }
    
    #menu-header-menu {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding-inline-start: 0;
		margin: 0;
    }

    #menu-header-menu >.menu-item {
        position: relative;
    }

    .menu-item{
        position: relative;
    }

    .sub-menu {
		position: absolute;
		transition: all 300ms;
		display: none;
		padding-inline-start: 0;
		list-style: none;
		background-color: white;
		top: 60px;
		left: -110px;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
		padding: 8px 10px;
		width: 300px;
	}

    .sub-menu li { 
        position: relative;
    }

    .sub-menu li a {
        display: block; 
        max-width: 100%;
        text-align: center;
    }

     
   .sub-menu li:not(:last-child):after {
		content: "";
		display: block;
		width: 20%;
		height: 1px;
		background-color: #2D334B;
		z-index: 9999999;
		transition: all 300ms;
		margin: auto;
	}

    .menu-item a {
        color: #2D334B;
        transition: all 300ms;
		display: block;
    }
	#menu-header-menu > .menu-item > a  {
		padding: 30px 10px 10px 10px;
	}
	#menu-header-menu .sub-menu > .menu-item > a { 
		padding: 15px 0;
	}
    .menu-item a:hover {
        color: #B93A41;
    }
	#menu-header-menu > li:hover .sub-menu {
		display: block;
        -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
        animation: uk-slide-top-fixed 0.2s ease-in-out;
	}
	
/************* HOMEPAGE ****************/
	/* Diffusion direct */
	#diffusion {
		margin-bottom: -6px;
	}
	#diffusion iframe {
		height: calc(100vh - 150px);
    width: 100%;
    min-height: 300px;
	}
    /******** SLIDER *************/

    .slide{
        position: relative;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
		.slick-slide img {
			width: 100%;
			max-width: 100%;
		}
    .slide-card {
        position: absolute;
        left: 10%;
        bottom: 10%;
        background-color: #2d334bb0;
        width: 640px;
        max-width: 100%;
        height: 100px;
    }
    .slide-card_inner {
        padding: 10px 20px;
    }
    .slide-article-date {
        color: #D0AF5D;
        font-family: 'Roboto';
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }
    .slide-article-title {
        font-family: Times;
        font-size: 20px;
        line-height: 23px;
        font-weight: 700;
        color: white;
        margin: 7px 0;
    }

    .slick-dots li button::before {
        font-size: 10px;
        color: white;
        opacity: 1;
    }

    .slick-dots li {
        width: 10px;
    }

    .slick-dots {
        bottom: 3%;
        left: 10%;
        text-align: left;
        width: auto;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #D0AF5D;
    }
	/* Bienvenue */ 
	.bienvenue h1 {
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 0.2rem;
		color: white;
		font-size: 14px;
		font-family: 'Roboto';
		margin: 0;
		padding: 0;
	}
	/* Twitter */
	a.light-title:hover { 
		background: #2D334B;
		color: white;
	}
	a.light-title {
		width: 220px;
		font-family: 'Arial';
		background: #f5f5f5;
		display: block;
		padding: 12px 10px;
		color: #2D334B;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 13px;
		text-align: center;
		transition-duration: 300ms;
	}
	.twitter-column .uk-panel {
		padding: 5%;
	}
	/* List of posts */
	a.list-item-image { 
		overflow: hidden;
		max-width: 100%;
		position: relative;
		display: block;
		background: #2D334B;
		margin-bottom: 10px;
	} 
	a.list-item-image img { transition-duration: 500ms; } 
	a.list-item-image:hover img {
		transform: scale(1.1);
		
		opacity: 0.6;
	} 
	.list-item-categories a { 
		color: #D0AF5D; 
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 600;
		padding: 8px 0;
		display: block;
		letter-spacing: 1px;
	}
	.list-item-title {
		color: #2D334B;
		font-family: 'Times New Roman';
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 8px;
		display: block;
	}
	.list-item.inrow {
		display: flex;
		justify-content: flex-end; 
		padding: 25px 0;
	}
	.list-item.inrow.border { 
		border-top: solid 1px #ccc; 
	}
	.list-item.inrow .list-item-part-one {
		display: block;
		width: 50%;
	}
	.list-item.inrow .list-item-part-two {
		display: block;
		width: 60%;
		padding: 0 15px;
	}
	/* presentation */
	.shifted-image-left { 
		margin-left: 30px;
		max-width: calc(100% - 30px);
		position: relative;
		margin-bottom: 50px;
	}
	.shifted-image-left:after {
		content: " ";
		width: 80%;
		height: 30px;
		background: #2D334B;
		position: absolute;
		bottom: -30px;
		left: -30px;
		z-index: 0;
	}
	.shifted-image-left:before {
		content: " ";
		width: 30px;
		height: 150px;
		background: #2D334B;
		position: absolute;
		bottom: 0px;
		left: -30px;
		z-index: 0;
	}
	.presentation {
		padding: 20px 15px;
	}
	.presentation h2 {
		color: #2D334B;
		font-family: 'Times New Roman';
	}
	/* Point de vue */
	.pdv-list {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-column-gap: 30px;
	}
	.pdv-list-item { 
		margin-bottom: 30px;
	}
	.pdv-list-item-categories a:after {
		display: inline-block;
		content: " - ";
		margin: 0 5px;
	}	 
	.pdv-list-item-categories a:last-child:after {
		display: none;
	}
	.pdv-list-item-categories a {
		color: #D0AF5D;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		padding: 0;
		display: inline-block;
		letter-spacing: 1px;
	}
	.pdv-list-item-title {
		color: #2D334B;
		font-weight: bold;
		margin: 5px 0;
		display: block;
	}
	.pdv-list-item-excerpt p { 
		font-size: 15px; 
		margin-bottom: 8px; 
	}
	.pdv-list-item-excerpt .read-more { 
		font-size: 14px; 
		color: #2D334B;
		text-decoration: underline; 
	}
	.shifted-image-right { 
		margin-right: 30px;
		max-width: calc(100% - 30px);
		position: relative;
		margin-bottom: 50px;
		float: right;
	}
	.shifted-image-right:after {
		content: " ";
		width: 80%;
		height: 30px;
		background: #2D334B;
		position: absolute;
		bottom: -30px;
		right: -30px;
		z-index: 0;
	}
	.shifted-image-right:before {
		content: " ";
		width: 30px;
		height: 150px;
		background: #2D334B;
		position: absolute;
		bottom: 0px;
		right: -30px;
		z-index: 0;
	}
	/* Home Video Section */
	.section-title {
		display: block;
		margin: 0 auto 50px auto;
		text-align: center;
		padding: 15px;
		border-bottom: solid 2px;
		width: 120px;
		font-family: 'Times New Roman';
		font-size: 24px;
	}
	.section-title.title-white {
		color: white;
	}
	.home-video-item {
    color: white;
    margin-bottom: 20px;
    display: block;
	}
	.home-video-section .ytpw_basic_playerWrap {
		margin: 0 0 100px 0!important;
		padding: 0;
		height: 438px;
		width: 100%;
	}
	.home-video-section #jxtcytpwtitle {
		bottom: -75px;
		color: white;
		position: absolute;
		padding: 10px;
		font-size: 24px;
		font-family: Times New Roman;
		font-weight: 600;
	}
	.home-video-section iframe#jxtcytpwplayer, .home-video-section .ytchover-wrap {
		margin-bottom: 20px;
	}
	.home-video-section .ytpw_row > .ytpw_video {
		display: grid;
		grid-template-columns: 50% auto;
	}
	.home-video-section .ytpw_basic_gridWrap p { 
		font-weight: 400!important;
	}
	.home-video-section .ytpw_row p { 
		padding: 5px 10px;
	}

	.btn {
		background: none;
		border: solid 1px;
		text-transform: uppercase;
		padding: 12px 15px;
		text-align: center;
		display: block;
		width: 175px;
		margin: 30px auto;
		transition-duration: 300ms;
		font-weight: 500;
	}
	.btn:hover {
		background: #2D334B;
		color: white;
	}
	.btn.btn-white-transparent {
		background: none;
		border: solid 1px white;
		color: white;
	}
	.btn.btn-white-transparent:hover {
		color: #2D334B;
		background: white;
	}
	.btn.btn-read-more {
    margin: 0 0 25px 0;
    background:  #2D334B;
    color: white;
}
	.btn.btn-read-more:hover { 
    color:  #2D334B;
    background: white;
}
	/* Home Gallery Section */
	.shifted-image-right.light:after, .shifted-image-right.light:before {
		background-color: #f5f5f5;
	}
	
	/* Single and page */
	.pos-content { font-weight: 400;     text-align: justify;}
	 .yoo-zoo h2 strong span, .yoo-zoo h2 span strong {
    font-size: 24px!important;
	 }
	 p span {
		font-size: 16px!important;
		line-height: 24px;
	}
	/* Standard page */
	.page-template-default #tm-middle > .container {
		width: 960px;
		margin: auto;
		max-width: 100%;
	}

/************* FOOTER *************/
footer .widget-title { 
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
}

footer .widget-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: white;
    width: 80px;
    height: 2px;
}

.dynamic-sidebar-1 img {
    width: 148px;
    max-width: 100%;
}

.dynamic-sidebar-1 .textwidget {
    margin: 20px 0px;
}

.dynamic-sidebar-1 .textwidget p, #menu-menu-footer-1 a, #menu-menu-footer-2 a {
    font-family: 'Roboto';
    font-size: 14px;
    color: white;
    font-weight: 300;
}

.menu-menu-footer-1-container, .menu-menu-footer-2-container {
    padding-right: 40px;
}

.tm-block-bottom-b .uk-icon-button:before {
    font-size: 30px;
}

.dynamic-sidebar-1 .textwidget p{
    line-height: 20px;
}

.dynamic-sidebar-1 .textwidget a {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
}
#tm-bottom-b h2.widget-title:after, #tm-bottom-b .widget-title:after {
    content: " ";
    display: block;
    width: 120px;
    height: 2px;
    background: white;
    bottom: 0;
    position: absolute;
}
#tm-bottom-b h2.widget-title, #tm-bottom-b .widget-title {
    font-size: 25px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    font-family: Times;
    font-weight: 600;
    line-height: 40px;
}
#menu-menu-footer-1 a, #menu-menu-footer-2 a {
    line-height: 23px;
    margin: 0;
}

#menu-menu-footer-1 a:hover, #menu-menu-footer-2 a:hover {
    color:  #B93A41;
}

.dynamic-sidebar-menu{
    display: flex;
    flex-direction: row;
}

.dynamic-sidebar-2, .dynamic-sidebar-3 {
    margin-right: 40px;
}

.dynamic-sidebar-menu li {
    margin-bottom: 20px;
}

/* Single Album */
.album-gallery {
	display: flex;
	flex-wrap: wrap; 
	justify-content: space-around;
	width: 100%;
}
.album-gallery a {
	display: block;
	width: 31%;
	position: relative;
	margin-bottom: 26px;
	overflow: hidden;
}
.album-gallery a.byfour {
	width: 23%;
}
a .caption {
	position: absolute;
	background: rgba(0,0,0,0.3);
	color: white;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	height: auto;
	max-height: 0;
	transition-duration: 300ms; 
}
a .caption .inner-caption {
	padding: 10px;
}
a:hover .caption {
	max-height: 300px;
}
/* Archive Page */
.uk-breadcrumb span {
	letter-spacing: 1px;
}
.uk-breadcrumb a {
    color: white;
    font-weight: 300;
}
.uk-breadcrumb strong {
    font-weight: 400;
}
h1.archive-title {
	text-align: center;
	display: block;
	width: 600px; 
	margin: 0 auto 60px auto; 
	max-width: 100%;
}
h1.archive-title:after {
    width: 175px;
    content: " ";
    display: block;
    height: 2px;
    background: #2D334B;
    margin: 20px auto;
}
.archive-header {
	margin-bottom: 70px;
}
.list-item-date {
    color: #999;
    font-weight: 300;
}
/* Page navi */
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #2D334B;
    padding: 10px 15px;
    margin: 2px;
    color: #2D334B;
	font-size: 13px;
	margin-bottom: 10px;
    display: inline-block;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #2D334B;
    background: #2D334B;
    color: white;
    font-weight: normal;
}
/* Sidebar */
aside#secondary {
    background: #f5f5f5;
    padding: 20px;
}
/* a.tag-cloud-link { */
    /* color: white; */
    /* font-size: 14px!important; */
    /* padding: 7px 10px; */
    /* background: #2D334B; */
    /* display: inline-block!important; */
    /* margin: 0 5px 5px 0; */
    /* transition-duration: 300ms; */
/* } */
a.tag-cloud-link {
    color: #333;
    font-size: 14px!important;
    padding: 7px 10px;
    background: #eee;
    display: inline-block!important;
    margin: 0 5px 5px 0;
    transition-duration: 300ms;
    border: solid 1px;
}
a.tag-cloud-link:hover {
    background: white; 
    color: #2D334B;
}
#search {
    width: calc(100% - 30px);
    margin: 0;
    padding: 10px 15px;
    background: white;
    display: block;
}
#search::-webkit-input-placeholder {
	color: #2D334B;
	}
#search::-ms-input-placeholder {
   color: #2D334B;
}
#secondary .widget_categories li a {
    display: block;
    color: #2D334B;
    padding: 5px 20px;
	position: relative;
}
#secondary .widget_categories li a:before {
    content: " ";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border: solid 1px;
    top: 8px;
    left: 0;
}
#secondary .widget_categories li.current-cat a:before {
    background: #2D334B;
    box-shadow: inset white 0px 0px 0px 2px;
}
#secondary strong.widget-title {
    font-weight: 600;
    padding: 0 0 15px 0;
    display: block;
    font-size: 18px;
}
#secondary .widget {
    margin-bottom: 20px;
}
#secondray .widget ul {
    margin: 0;
}
.widget_archive .screen-reader-text { display: none; }
.widget_archive select {
    width: 100%;
    border: solid 1px #aaa;
    background: white;
    padding: 8px;
}
/* Chronology page */
#chronology-items {
    position: relative;
    background-image: linear-gradient(to bottom, #2D334B 1px, rgba(255, 255, 255, 0) 0%);
    background-position: 55px 0;
    background-size: 1px 6px;
    background-repeat: repeat-y;
}

/* #chronology-items:after { */
    /* display: block; */
    /* position: absolute; */
    /* top: 30px; */
    /* left: 55px; */
    /* height: 100%; */
    /* width: 10px; */
    /* border-left: 2px dotted blue; */
    /* content: " "; */
    /* z-index: -1; */
/* } */
.chronology-date {
    display: block;
    margin: 25px auto;
    width: 50px;
    padding: 5px 10px;
    background: #eee;
    text-align: center;
}
.chronology-date.firstdate {
	border-top: solid 25px white;
    margin-top: 0;
}
.chronology-date span {
	display: block;
    font-size: 14px;
}
.chronology-date strong {
	display: block;
    font-size: 36px;
    font-weight: 900;
    font-family: Times New Roman;
}
/* YARPP */
.notes-bas-page {
    margin-bottom: 10px!important;
	font-size: 14px;
    line-height: 26px;
}
.yarpp-related-shortcode {
    clear: both;
}
.yarpp .widget-title, .notes-bas-page .widget-title {
    font-size: 25px;
    position: relative;
    font-family: Times;
    font-weight: 600;
    line-height: 40px;
}
.yarpp a {
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
/* Page with children */
.children_pages a {
    display: block;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}
.children_pages .current_page a {
    color: #2D334B;
}
/* Share */
.a2a_floating_style, .a2a_overlay_style, .a2a_vertical_style a {
	padding: 0!important;
}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
		border-radius: 0!important;
}
/**************************** BREAKPOINT 1199PX ****************************/
@media (max-width: 1199px) { 
	.pdv-list { display: block; }
}
/**************************** BREAKPOINT 992PX ****************************/
@media (max-width: 992px) { 
    /******************** HEADER ************************/
	.tm-headerbar-bg {
		min-height: 65px;
	}
	.tm-headerbar.uk-clearfix.uk-hidden-small img {
		width: 250px;
	}
    #menu-header-menu > .menu-item > a {
		padding: 15px 10px;
		font-size: 14px;
	}  

}
/**************************************************************************/

/*************************** BREAKPOINT 768PX ******************************/
@media(max-width: 768px) { 
	/* Header */
	.tm-logo-small img {
		margin: 0px !important;
		width: 200px!important;
		padding: 5px;
	}
	/* Menu */
	.menu-open .uk-navbar-toggle:after {
		content: "\f00d";
	}
	.menu-open #menu-header-menu > li > a {
		font-weight: 900;
	}
	.menu-open .nav-menu_items.uk-hidden-small {
		display: block!important;
		width: 100%;
		position: absolute;
		top: 50px;
		background: white;
		overflow: scroll;
	}
	.menu-open #menu-header-menu {
		display: block;  
		float: left;
		margin: 0;
		padding: 15px 0;
		width: 100%
	}
	.menu-open #menu-header-menu >.menu-item {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
	}
	.menu-open #menu-header-menu >.menu-item a {
		position: relative;
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	/* Sub menu */
	.menu-open #menu-header-menu .sub-menu {
		position: relative;
		width: 100%;
		left: unset;
		top: unset;
		box-shadow: none;
		text-align: center;
		display: block;
		margin: 0;
		padding: 0;
	}
	.menu-open #menu-header-menu .sub-menu > .menu-item > a {
		font-size: 14px;
		padding: 5px;
		margin-bottom: 5px;
	}
	.menu-open .sub-menu li:not(:last-child):after { display: none; }
	/* Home */
	.shifted-image-left:before, .shifted-image-left:after,
	.shifted-image-right:before, .shifted-image-right:after {
		display: none;
	}
	/* Home list posts */
	.list-posts {    padding: 0 15px;}
	.list-item.inrow { display: block; }
	.list-item.inrow .list-item-part-one, .list-item.inrow .list-item-part-two { width: 100%; padding: 0;	}
	/* Sections */
	.section-bigpadding { padding: 20px 0; }
	.section.mobile-padding { padding: 15px; }
	 /* PDV list */
	 .pdv-list { display: block; }
	/* Home Videos */
	.home-video-item-text {
    padding: 15px;
	}
	.twitter-column .uk-panel {
    padding: 5%;
    height: 300px;
    overflow: hidden;
	}
	.home-video-section #jxtcytpw {
		padding: 20px;
	}
	/* Cards */
    .slide-card {
        position: absolute;
        left: 10%;
        bottom: 10%;
        background-color: #2d334bb0;
        width: 280px;
        max-width: 100%;
        height: 115px;
    }

    .slide-article-date {
        margin-bottom: 5px;
    }

    .slide-article-title {
        margin: 0;
        font-size: 16px;
    }

    .slick-dots {
        bottom: 0;
    }
	/* Single and page */
	#tm-middle { padding: 15px; }
	/* Archive page */
	h1.archive-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.archive-header {
		margin-bottom: 0;
	}
	/* Chronology */
	#chronology-items {
		background-position: center;
	}
}

/**************************** BREAKPOINT 570PX ****************************/
@media (max-width: 570px) { 
    footer .widget-title:after {
        left: 50%;
        margin-left: -40px;
    }

    footer .widget-title {
        text-align: center;
    }

    .dynamic-sidebar-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .menu-menu-footer-1-container, .menu-menu-footer-2-container {
        padding: 0;
    }
	/* single album */
	.album-gallery a { 
		width: 45%; 
		margin-bottom: 15px; 
	}
	
}
@media (max-width: 480px) { 
	#tm-headerbar {
		padding: 0;
		min-height: 40px;
	}
	 
}