/*!
Theme Name: Danamon Peduli Themes
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Danamon Peduli Themes</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Danamon Peduli Themes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Danamon Peduli Themes is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

p {
	font-size: 18px;
}
.daily-executive .wpb_column.vc_column_container.vc_col-sm-1 {
    width: 5%;
}
.loginWrapper {
    z-index: 9;
}
button.close span {
    color: #fff;
    font-size: 30px;
}
.tp-caption.Selengkapnya {
    display: none;
}

.pum-container.pum-responsive.pum-responsive-normal {
    margin-left: 20% !important;
    width: 60% !important;
}
.pum-container.pum-responsive.pum-responsive-small {
    margin-left: 30% !important;
    width: 40% !important;
	margin-top: 50px;
}
.pum-overlay {
    opacity: 1 !important;
}
.pum-responsive-small {
    opacity: 1 !important;
}

.pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    width: 40px !important;
    right: 0px !important;
    top: 0px !important;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
    background-color: transparent !important;
	color: #000 !important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #edaf2b !important;
}
.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #f47321 !important;
}
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    background: #f47321 !important;
    color: #fff !important;
}
.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
    background: #edaf2b !important;
}
a:hover {
    text-decoration: none !important;
}

.um-cover-e {
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    height: 40vh;
}

.um-cover-e img {
    width: 100% !important;
    /* height: 60vh !important; */
    position: relative;
    top: -48%;
}
.um {
    opacity: 1 !important;
}
/* New CSS Login */
.popmake-content .wpb_text_column.wpb_content_element {
    margin: 50px 20px;
}
p.login-username label,
p.login-password label,
p.login-remember label,
.pum-content.popmake-content ul li label {
    font-size: 14px;
}
p.login-username input#user_login,
p.login-password input#user_pass,
.pum-content.popmake-content ul li input,
.pum-content.popmake-content ul li textarea#description {
    border: 2px solid #545454;
    height: 40px;
}
p.login-submit input#wppb-submit,
p.form-submit input#register {
    width: 220px;
    height: 40px;
    border: 2px solid #f47321;
    background: #fec938;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
}
.modal-dialog.publikasi h5 {
    font-family: avenir-black;
    text-transform: uppercase;
}

.modal-content.publikasi p {
    font-family: avenir-reguler;
}
.modal-content.publikasi a.popmake-login.pum-trigger,
.modal-content.publikasi a.popmake-register.pum-trigger {
    background: transparent;
    font-family: avenir-black;
}

.modal-content.publikasi a.popmake-login.pum-trigger:hover,
.modal-content.publikasi a.popmake-register.pum-trigger:hover{
	color: #000;
}

.modal.fade.show .modal-body {
    padding: 120px 20px;
}
button.close {
    position: relative;
    left: 89%;
    top: 19px;
    z-index: 100;
}
button.close:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
a.popmake-login.pum-trigger,
a.popmake-register.pum-trigger {
    color: #fff !important;
}

.OnDekstop {
	display: block;
}
.OnMobile {
	display: none;
}

.artikelWrapper .thumbnailImg {
    height: 167px !important;
    min-height: 160px !important;
}
	.beritaDate .tanggal,
	.beritaDate .bulan,
	.beritaDate .tahun {
		font-weight: 500 !important;
		font-size: 14px !important;
		margin-top: -6px !important;
	}

.artikelWrapper .beritaDate {
    top: 35px !important;
}
.galeriVideoList .theList .thumbnailProfil {
	min-height: 190px !important;
	overflow: hidden;
	height: 190px !important;
}
.galeriVideoList .theList h2 {
    height: 15vh !important;
}
.vc_column-inner.vc_custom_1548757704901 {
	display: none;
}
.um-name {
    float: none;
    padding-left: 160px;
}
button.close {
    left: 3%;
}
/*MOBIlE VERSION*/

@media (max-width: 992px) {
	div .um-cover-e img {
		top: 1%;
	}
	.um-cover-e {
		height: 14vh;
	}
	.um-profile-photo a.um-profile-photo-img img {
		width: 96px !important;
		height: 50%;
	}
	.um-name {
		float: none;
		padding-left: 0px;
	}
	.vc_column-inner.vc_custom_1548757704901 {
		display: block
	}
	.vc_column-inner.vc_custom_1553144205675 {
		display: none;
	}
	.OnDekstop {
		display: none;
	}
	.OnMobile {
		display: block
	}
	.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
		width: 30px !important;
		background-color: #edaf2b !important;
	}
	button#responsive-menu-button {
		background: transparent !important;
	}
	nav#site-navigation,
	div#searchBtn{
		display: none;
	}
	div#content {
		margin-top: 16%;
		position: relative;
	}
	header#masthead {
		position: fixed;
		width: 100%;
		top: 0 !important;
		z-index: 9;
	}
	button#responsive-menu-button {
		z-index: 9 !important;
	}
	.container {
		max-width: 100% !important;
	}
	button#responsive-menu-button {
		right: 11% !important;
	}
	.SekapurSirih .cutSpace.wpb_column.vc_column_container.vc_col-sm-5.vc_col-has-fill {
		background: url(https://danamonpeduli.or.id/wp-content/uploads/2019/03/Untitled-2.jpg) no-repeat;
		background-size: cover;
		background-position: 74% 20%;
		min-height: 300px !important;
		height: 346px !important;
		width: 100%;
	}
	.SekapurSirih .wpb_column.vc_column_container.vc_col-sm-7 {
		width: 100%;
	}
	.SekapurSirih img.vc_single_image-img.attachment-full {
		display: none;
		padding: 20px;
	}
	.SekapurSirih .cutSpace.wpb_column.vc_column_container.vc_col-sm-5.vc_col-has-fill {
		min-height: auto !important;
		height: auto !important;
	}
	div .vc_custom_1542602462624,
	div .vc_custom_1546575680117{
		padding-right: 37px !important;
		padding-left: 37px !important;
	}
	.agendaHomeList .col-lg-3 {
		padding: 0px;
		display: inline-block;
		width: 49% !important;
		}
	.SectionFacebook iframe,
	.SectionTwitter iframe {
		width: 100% !important;
	}
	div .vc_custom_1534780311436 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1534780311436.vc_row-has-fill .wpb_single_image img {
		max-width: 78%;
		vertical-align: top;
	}
	.wpb_single_image.wpb_content_element.vc_align_center.vc_custom_1542960195725 {
		padding-bottom: 0px !important;
	}
		.vc_row.wpb_row.vc_row-fluid.agendaRow.vc_custom_1542077014235.vc_row-has-fill.vc_row-no-padding.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex .vc_column-inner {
		padding-top: 15px;
	}
	.vc_row.wpb_row.vc_row-fluid.agendaRow.vc_custom_1542077014235.vc_row-has-fill.vc_row-no-padding.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex  .vc_custom_heading.lineDownload {
		text-align: center !important;
	}
	.bg-green .vc_col-sm-3,
	.bg-green-old .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 10% !important;
	}
	.bg-green .leftSec.wpb_column.vc_column_container.vc_col-sm-2.vc_col-has-fill,
	.bg-green-old .leftSec.wpb_column.vc_column_container.vc_col-sm-2.vc_col-has-fill {
		width: 28% !important;
	}
	.bg-green .rightSec.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill,
	.bg-green-old .rightSec.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
		width: 52% !important;
	}
	.DailyLeft.vc_col-sm-3.vc_col-has-fill {
		width: 35% !important;
	}
	.DailyRight.wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
		width: 62% !important;
		margin-bottom: 20px;
	}
	div .vc_custom_1546861516940 {
		margin-bottom: 0px !important;
	}
	.vc_row.wpb_row.vc_row-fluid.daily-executive.vc_custom_1544789970028.vc_row-no-padding .vc_col-sm-10 {
		width: 85% !important;
	}
	.daily-executive .wpb_column.vc_column_container.vc_col-sm-1 {
		width: 11%;
	}
	div .program-pasar-sejahtera {
		width: 100% !important;
	}
	.row.galeriFotoList .col-lg-4 {
		flex: 0 0 30% !important;
	}
	.galeriFotoList .theList .thumbnailProfil {
		min-height: auto !important;
		height: auto !important;
	}
	.wp-block-video {
		width: 40% !important;
	}
	.PublikasiHiden {
		width: 5% !important;
	}
	.PublikasiSection .FullHeight.wpb_column.vc_column_container {
		width: 28%;
		margin: 5px !important;
	}
	.CategoryPublikasi .vc-gitem-zone-height-mode-auto:before {
		padding-bottom: 100% !important;
	}
	.CategoryPublikasi .vc_col-sm-4 {
		width: 40% !important;
	}
	.CategoryPublikasi .vc_col-sm-8.vc_gitem-col.vc_gitem-col-align- {
		width: 100% !important;
	}
}

@media (max-width: 769px) {
	.daily-executive .wpb_column.vc_column_container.vc_col-sm-1 {
		width: 0%;
	}
	.vc_row.wpb_row.vc_row-fluid.daily-executive.vc_custom_1544789970028.vc_row-no-padding .vc_col-sm-10 {
		width: 100% !important;
		border-radius: 0px !important;
	}
	div .DailyRight .vc_column-inner,
	div .DailyRight.OparationHRManager .vc_column-inner {
		padding: 20px 20px !important;
	}
	div .vc_column-inner.vc_custom_1546917488525, div .vc_column-inner.vc_custom_1546917482114 {
		height: auto !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 12px !important;
	}
	.agendaHomeList .col-lg-3 {
		padding: 0px;
		display: inline-block;
		width: 100%;
	}
	div#page {
		overflow-x: hidden;
	}
	.pum-container.pum-responsive.pum-responsive-small {
		margin-left: 0% !important;
		width: 99% !important;
		margin-top: 50px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		text-align: center;
	}

	.tp-caption.Selengkapnya, .Selengkapnya {
		margin-top: -10px !important;
	}
	.loginWrapper {
		right: 60px!important;
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1534779329079.vc_column-gap-30 		.wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100%;
		margin-bottom: 28px;
	}
	.dateAgenda div {
		display: inline-block;
	}
	.carousel-item.active img.separator {
		width: 70%;
		display: block;
		margin: auto;
	}
	div.vc_custom_1542597192259 {
		padding-bottom: 2px !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1542597991734.vc_row-has-fill.vc_row-no-padding 	.cutSpace.wpb_column.vc_column_container.vc_col-sm-5.vc_col-has-fill {
		display: block;
		width: 100%;
		height: auto;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1542597991734.vc_row-has-fill.vc_row-no-padding .wpb_column.vc_column_container.vc_col-sm-7,
	.ult-item-wrap .wpb_column.vc_column_container.vc_col-sm-7 {
		width: 100%;
	}
	.vc_row.wpb_row.vc_row-fluid.agendaBG.vc_custom_1543891500510.vc_row-has-fill.vc_row-no-padding {
		margin-top: 0 !important;
	}
	.wpb_text_column.wpb_content_element.vc_custom_1544091470688.testiText {
		padding-top: 0px !important;
	}
	.ult-item-wrap .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100%;
		padding-top: 20px;
	}
	header.site-header {
		background: #fff;
		background-repeat: no-repeat;
		height: 115px;
		position: sticky;
		top: 0;
		z-index: 9;
	}
	.searchBtn {
		display: none;
	}
	.bg-green .wpb_column.vc_column_container.vc_col-sm-3,
	.bg-green-old .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 10% !important;
	}
	.bg-green .leftSec.wpb_column.vc_column_container.vc_col-sm-2.vc_col-has-fill,
	.bg-green-old .leftSec.wpb_column.vc_column_container.vc_col-sm-2.vc_col-has-fill {
		width: 30% !important;
	}
	.bg-green .rightSec.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill,
	.bg-green-old .rightSec.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
		width: 50% !important;
	}
	.vc_row.wpb_row.vc_row-fluid.daily-executive.vc_custom_1544789970028.vc_row-no-padding .vc_col-sm-10 {
	    width: 100%;
	}
	.ebookWrapper.col-md-3 {
		flex: 0 0 33% !important;
		max-width: 33% !important;
	}
	div.profilOffList .col-lg-4.nopadding {
		margin: 10px 30px!important;
	}
	button.close {
		position: absolute;
		width: 100%;
		top: 15px;
	}
	button.close span {
		float: right;
		color: #000;
	}
	ol,
	p,
	li{
		font-size: 16px !important;
	}
	.list-style-alpha ul {
		line-height: 30px  !important;
	}
	.wp-block-video {
		display: block !important;
		width: 100% !important;
		margin: 20px 0px !important;
	}

}

@media (max-width: 640px) {
	.container {
		max-width: 100% !important;
	}
}
@media (max-width: 500px) {
	.PublikasiSection .FullHeight.wpb_column.vc_column_container {
		width: 94%;
		margin: 13px !important;
	}
	.CategoryPublikasi .vc_col-sm-4 {
		width: 100% !important;
	}
	.vc_row.wpb_row.vc_row-fluid.daily-executive.vc_custom_1544789970028.vc_row-no-padding .vc_col-sm-10 {
		width: 100% !important;
	}
	.DailyRight.wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
		width: 96% !important;
	}
	.loginWrapper {
	    right: 10px !important;
	}
	button#responsive-menu-button {
		width: 50px !important;
		height: 50px !important;
		top: 35px !important;
	}
	.container.logMenu .col-md-8 {
		margin: 0px 0;
		padding: 0 15px 0 0;
	}
	p {
		font-size: 16px;
	}
	.slideTesti .slick-slider button.slick-next.default.slick-arrow {
		right: 0px !important;
	}
	.slideTesti .slick-slider button.slick-prev.default.slick-arrow {
		left: 0px !important;
	}
	.fullwidthbanner-container .fullwidthabanner,
	.forcefullwidth_wrapper_tp_banner {
		height: 180px !important;
	}
	div.vc_custom_1542597192259 {
		padding-bottom: 0px !important;
	}
	.container.logMenu img {
		width: 170px;
		position: absolute;
		top: 10px;
	}
	.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
		width: 25px !important;
		background-color: #edaf2b !important;
	}
	header.site-header {
		height: 88px !important;
	}
	article.hentry {
		margin: 32px 0 0em !important;
	}
	.SliderText br {
		display: none;
	}
	nav#site-navigation {
		position: relative;
		z-index: 9;
	}
	.mega-menu-toggle.mega-menu-open {
		width: 26%;
		position: relative;
    	left: 75%;
	}
	.mega-menu-toggle {
		width: 26%;
		position: relative;
		left: 75%;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		margin-top: 7px;
	}
	div.Selengkapnya {
		padding: 6px 15px 4px !important;
		border-radius: 0px !important;
		font-size: 12px !important;
		top: 12px;
		left: -100px;
		position: relative;
		z-index: 100 !important;
	}
	.tp-caption.SliderText, .SliderText {
		min-width: 360px !important;
		font-size: 12px !important;
		padding: 8px !important;
		margin-top: 0px !important;
		text-align: center !important;
		line-height: 14px !important;
	}
	.agendaHomeList .col-lg-3 {
		width: 100% !important;
	}
	.tp-caption.Selengkapnya, .Selengkapnya {
		margin-top: -0px !important;
	}
	.uranus.tparrows:before {
		line-height: 30px;
    	font-size: 20px !important;
	}
	.cutSpace {
		min-height: 360px !important;
		height: 360px !important;
	}
	.AgendaHomeMobile h2.vc_custom_heading.sectionTitleHome {
		font-size: 18px !important;
		padding-top: 20px !important;
	}
	.AgendaHomeMobile .titleAgendaHome {
		margin-top: 0 !important;
	}
	.AgendaHomeMobile .titleAgendaHome {
		margin-top: 0 !important;
		height: auto !important;
		min-height: auto !important;
		padding: 0 0px 15px;
	}
	.AgendaHomeMobile .btnAgendaDetail {
		margin-top: 20px;
	}
	h2.vc_custom_heading.titlePage {
		font-size: 24px !important;
	}
	.wpb_text_column.wpb_content_element.textWhite h5 {
		font-size: 16px;
	}
	div.vc_custom_1542602462624 {
		padding-right: 20px !important;
		padding-bottom: 0px !important;
		padding-left: 20px !important;
		margin-top: -20px;
	}
	div .vc_custom_1534779329079 {
		padding-right: 36px !important;
		padding-left: 36px !important;
	}
	div .vc_column_container>.vc_column-inner {
		padding-left: 18px;
		padding-right: 18px;
	}
	.vc_row.vc_column-gap-30 {
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	div.vc_custom_1543891500510 {
		margin-top: 0px !important;
		margin-bottom: -40px !important;
	}
	div.vc_custom_1542606228370 {
		padding-bottom: 15px !important;
	}

	.agendaHomeList .theList .titleAgendaHome {
		min-height: 110px;
		height: 110px;
	}
	.testiTitle {
		position: relative !important;
		top: 0 !important;
		text-align: center !important;
	}
	.separateTesti {
		position: absolute;
		top: 95px;
		left: 140px;
	}
	.slick-slider .vc_icon_element.vc_icon_element-outer {
		padding-top: 0 !important;
	}
	.slick-slider .wpb_text_column.wpb_content_element {
		padding-top: 0px !important;
	}
	.slick-slider p {
		text-align: center;
		letter-spacing: 0px;
	}
	.slick-slider img.vc_single_image-img.attachment-full {
		position: relative;
		top: 60px;
	}
	div.vc_custom_1534780311436 {
		margin-right: 20px !important;
		margin-bottom: 20px !important;
		margin-left: 20px !important;
		padding: 20px;
	}
	.vc_custom_heading.lineDownload {
		font-size: 24px !important;
		text-align: center !important;
	}
	.site-info.container {
		text-align: center;
	}
	footer.site-copy .site-info .footerRight {
		text-align: center !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.col-md-12.footerLeft {
		text-align: left;
	}
	header.site-header {
		position: sticky;
		top: 0;
		z-index: 9;
	}
	.searchBtn {
		display: none;
	}
	.tp-parallax-wrap {
		top: 133px !important;
	}
	
	/*ABOUT*/
	div.vc_custom_1535336547785,
	div.vc_custom_1543912275224,
	div.vc_custom_1543912316279,
	div .vc_custom_1551328244411 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	.PublikasiSection .FullHeight {
		width: 89%;
	}
	.PublikasiHiden {
		display: none;
	}
	.vc_row.wpb_row.vc_row-fluid.PublikasiSection {
		margin-top: -20px;
	}
	.CategoryPublikasi .vc-gitem-zone-height-mode-auto:before {
		padding-top: 70% !important;
		padding-bottom: 70% !important;
	}
	.CategoryPublikasi.vc_row-o-content-middle.vc_row-flex p {
		text-align: center !important;
	}
	.vc_btn3-container.vc_btn3-left,
	.beritaMeta,
	.singleEbook {
		text-align: center !important;
	}
	.ebooks .col-md-4 div {
		text-align: center !important;
		padding-bottom: 20px;
	}
	div.vc_custom_1543908574387 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	.vc_custom_1543908574387 img.vc_single_image-img.attachment-full {
		margin: 2px 0;
	}
	h2.vc_custom_heading.titlePage.vc_custom_1544692028538 {
		font-size: 24px !important;
		text-align: left !important;
	}
	.vc_custom_1543910395077 {
		position: relative;
		left: -68px;
	}
	h5.vc_custom_heading.titlePage {
		font-size: 18px !important;
	}
	div.vc_custom_1544790353834 {
		padding-top: 20px !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.bg-green .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner {
		height: 40px;
	}
	.bg-green .wpb_column.vc_column_container.vc_col-sm-2 .vc_column-inner,
	.bg-green-old .wpb_column.vc_column_container.vc_col-sm-2 .vc_column-inner {
    	height: auto !important;
		margin: 20px;
	}
	div .vc_custom_1544786061293 {
		margin-bottom: -10px !important;
	}
	div .vc_custom_1544790691520 {
		border-radius: 0px !important;
		padding-bottom: 20px;
	}
	div .vc_custom_1544789970028 {
		margin-bottom: 0px !important;
	}
	.DailyRight .vc_column-inner {
		height: auto !important;
	}
	div .vc_custom_1543075016727 {
		padding-bottom: 0px !important;
	}
	div .DailyLeft.vc_col-sm-3.vc_col-has-fill {
		width: 96% !important;
		margin-left: -15px;
	}
	div .DailyRight.wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
		width: 96%;
		margin: -20px 20px 30px 5px;
	}
	div .vc_custom_1546861516940 {
		margin-bottom: -20px !important;
	}
	.DailyRight.OparationHRManager .vc_column-inner {
		padding: 20px 25px!important;
	}
	div .DailyRight .vc_column-inner {
		padding: 22px 25px !important;
	}
	.bg-green .vc_column-inner.vc_custom_1544788323017, 
	.bg-green .vc_column-inner.vc_custom_1544788273512, 
	.bg-green-old .vc_column-inner.vc_custom_1544788373109 {
		border-top-right-radius: 15px !important;
		border-bottom-right-radius: 0px !important;
		border-top-left-radius: 15px !important;
		border-bottom-left-radius: 0px !important;
	}
	.bg-green .leftSec.wpb_column.vc_column_container.vc_col-sm-2.vc_col-has-fill {
		width: 88% !important;
		margin-top: -50px;
	}
	.bg-green .wpb_column.vc_column_container.vc_col-sm-2 .vc_column-inner 	h2.vc_custom_heading.titlePage,
	.bg-green-old .wpb_column.vc_column_container.vc_col-sm-2 h2.vc_custom_heading.titlePage {
		padding: 15px !important;
		text-align: center !important;
		font-size: 17px !important;
	}
	.bg-green .wpb_column.vc_column_container.vc_col-sm-3,
	.bg-green .wpb_column.vc_column_container.vc_col-sm-2 .vc_column-inner h2.vc_custom_heading.titlePage br,
	.bg-green-old .wpb_column.vc_column_container.vc_col-sm-3,
	.bg-green-old .wpb_column.vc_column_container.vc_col-sm-2 h2.vc_custom_heading.titlePage br{
		display: none;
	}
	.bg-green .vc_column-inner,
	.bg-green-old .vc_column-inner {
		height: auto !important;
    	margin: -20px 20px 20px;
	}
	.bg-green .rightSec.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill,
	.bg-green-old .leftSec.wpb_column.vc_column_container.vc_col-sm-2.vc_col-has-fill,
	.bg-green-old .rightSec.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
		width: 88% !important;
	}
	.bg-green .vc_column-inner.vc_custom_1544788333202, 
	.bg-green .vc_column-inner.vc_custom_1544788301373, 
	.bg-green-old .vc_column-inner.vc_custom_1544788363251 {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.bg-green .rightSec.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill h2.vc_custom_heading.titlePage,
	.bg-green-old .rightSec.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill h2.vc_custom_heading.titlePage {
		font-size: 18px !important;
		line-height: 30px;
	}
	.DailyRight .vc_column-inner {
		padding: 20px 20px !important;
	}
	.bg-green .rightSec .vc_column-inner,
	.bg-green-old .rightSec .vc_column-inner{
		padding: 10px !important;
	}
	.artikelWrapper .terbaruTitle {
		height: auto !important;
		min-height: 20px !important;
	}
	.row.galeriFotoList .col-lg-4,
	.row.profilOff2List .col-lg-4 {
		margin: 10px 20px !important;
		flex: 0 0 89% !important;
		max-width: 98% !important;
		padding: 0 !important;
	}
	ul.cq-dagallery li {
		width: 100% !important;
		height: 100% !important;
	}
	.formWrapper form fieldset input {
		width: 100% !important;
		height: 40px;
		padding-left: 15px;
	}
	.formWrapper {
		background: transparent !important;
	}
	.formWrapper .searchTag {
		padding: 0 !important;
		margin-top: 5px;
		width: 100%;
		height: 40px;
	}
	.post-827 .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1),
	.post-913 .wpb_column.vc_column_container.vc_col-sm-6:nth-child(1) {
		margin-left: 30px;
	}
	.post-827 .wpb_column.vc_column_container.vc_col-sm-6,
	.post-913 .wpb_column.vc_column_container.vc_col-sm-6{
		width: 43%;
		display: inline-block;
	}
	.formWrapper form fieldset select {
		padding: 0 !important;
		width: 100%;
		border-radius: 0px !important;
		height: 40px;
		padding-left: 15px !important;
	}
	.off2Text h2 {
		line-height: 25px;
		margin-top: 15px;
	}
	.off2Text .c0l-md-2 {
		display: inline-block;
		width: 10%;
	}
	.off2Text .col-md-10 {
		display: inline-block;
		width: 89%;
	}
	.ajax-load-more-wrap {
		display: block !important;
		margin: 0;
		text-align: center !important;
	}
	.ebookWrapper.col-md-3 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	div .vc_custom_1546575680117 {
		padding-top: 0px !important;
		margin-top: -20px;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
	}
	.textBlackBig.VisiMisi h4,
	.program-terpadu h4 {
		font-size: 18px;
		line-height: 25px !important;
	}
	.beritaDate .tanggal,
	.beritaDate .bulan,
	.beritaDate .tahun {
		font-weight: 500 !important;
		font-size: 14px !important;
		margin-top: -6px !important;
	}
	.artikelWrapper .beritaDate {
		top: 34px !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1543899770091.vc_row-has-fill h2.vc_custom_heading {
		font-size: 30px !important;
	}
	.wpb_text_column.wpb_content_element.vc_custom_1553073408041.textBlackBig.VisiMisi {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.SekapurSirih img.vc_single_image-img.attachment-full {
		display: block !important;
	}
	.SekapurSirih .cutSpace.wpb_column.vc_column_container.vc_col-sm-5.vc_col-has-fill {
		background: transparent !important;
	}
	
	.artikelWrapper .thumbnailImg {
		height: 155px !important;
		min-height: 157px !important;
	}
	.single-post .beritaDate {
		margin-left: 0px !important;
		top: -153px;
	}
	.single-post .thumbnailImg {
		height: 170px !important;
		min-height: 170px !important;
		overflow: hidden;
	}
	.single-post h2.terbaruTitle,
	.galerifoto h2 {
		color: #1d1d1d;
		font-size: 16px !important;
		font-family: Avenir-Regular;
		margin-top: -10px;
	}
	.galerifoto h2 {
		margin-top: 20px !important;
	}
	.galeriVideoList .theList .thumbnailProfil {
		min-height: 180px !important;
		overflow: hidden;
		height: 180px !important;
	}
	button.close {
		position: absolute;
		width: 96%;
		top: 25px;
	}
	button.close span {
		color: #fff !important;
		font-size: 30px;
		background: #000;
		padding: 12px 2px;
	}
	.modal.fade.show .modal-body {
		padding: 20px !important;
	}
		div .um-cover-e img {
		top: 1%;
	}
	.um-cover-e {
		height: 14vh;
	}
	.um-profile-photo a.um-profile-photo-img img {
		width: 96px !important;
		height: 50%;
	}
	.um-name {
		padding-left: 0px;
		line-height: 23px !important;
		margin-right: 0 !important;
	}
	.um-cover.has-cover {
		height: 60px !important;
	}
	.um-cover-e {
		display: none;
	}
	.um-name a {
		font-size: 16px !important;
		line-height: 8px !important;
	}
}




