/* Copy Shortcode */
.modula-copy-shortcode {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.modula-copy-shortcode input {
    margin:0;
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	flex-grow:1;
}
.modula-copy-shortcode span {
	width: 100%;
}
.wp-core-ui .modula-copy-shortcode a.button-primary {
	height: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.column-shortcode .modula-copy-shortcode {
	max-width: 300px;
}


/**
CSS for Modula Header
 */
body.post-type-modula-album .modula-page-header,
body.post-type-modula-album .modula-page-header {
	margin-left   : -20px;
	margin-right  : -20px;
	padding-right : 20px;
}

body.post-type-modula-album .modula-page-header .modula-header-logo,
body.post-type-modula-album .modula-page-header .modula-header-links {
	padding : 20px;
}

body.post-type-modula-album .modula-page-header .modula-header-logo {
	padding-right : 20px;
}

body.post-type-modula-album .nav-tab-wrapper {
	padding-bottom : 0;
}

body.post-type-modula-album .modula-page-header {
	border-bottom : 1px solid #ccc;
}

body.post-type-modula-album .modula-page-header .modula-header-links a,
body.post-type-modula-album .modula-page-header .modula-header-links a span {
	vertical-align : middle;
}

body.post-type-modula-album .modula-page-header .modula-header-links a span {
	font-size:16px;
	line-height:18px;
}

body.post-type-modula-album .modula-page-header{
	display         : flex;
	justify-content : space-between;
	background      : #fff;
	width           : 100%;
}