/* Headers */

.h1,
h1 {
    font-size: 54px;
}

.h2,
h2 {
    font-size: 44px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 26px;
}

.h6,
h6 {
    font-size: 22px;
}

/* Used in my account pages */
mark, .mark {
    background-color: #edf2f1 !important;
    color: #627c7c !important;
    border-radius: 2px;
}

/* Input Fields */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
    line-height: 44px !important;
    padding: 0 8px !important;
    color: #555 !important;
    border-radius: 4px !important;
    border: 1px solid #d5d5d5 !important;
}

/* Add centering to videos in blog, via block editor */
figure.aligncenter {
    text-align: center;
}

/* Sidebar Widget */
.sidebar .widget {
    margin: -5px 0;
    padding-bottom: 10px;
    border-bottom: 0;
}

.sidebar .widget-title{
    background-color: transparent;
    color: #a3c3bd;
}

/* Wordpress native media player - Compact Media Player. Originally from integrative.css, not tested for relevancy */
.mejs-button button{
	background: transparent url('https://asiasuler.com/wp-includes/js/mediaelement/mejs-controls.svg') !important;
	border: none !important;
}

/* WPBakery feature box - Originally from integrative.css */
.with-border .feature-box > img {
	border: 1px solid #a3c3bd;
}

.vimeo-timestamp-link {
    color: #000;
    text-decoration: underline;
}