/*
Theme Name: AceBeat
Theme URI: http://webdesign-finder.com/acebeat
Author: Themeslucky
Author URI: https://themeforest.net/user/themeslucky
Description: AceBeat - Dj Personal Page WordPress theme
Version: 1.1.0
Requires PHP: 5.6.0
Tested up to: 5.5
License: Commercial1
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: acebeat
Domain Path: /languages

This theme uses great Unyson Framework to make best user experience

see css/main.css for all of the styles
*/


/*
** WordPress Required
*/
.alignnone {
    margin: 5px 0 20px 0;
    clear: both;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px auto;
    clear: both;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

dl.wp-caption {
    border: none;
    padding: 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    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. */
}

.sticky,
.bypostauthor{position: relative;}

/*Gutenberg*/
#canvas .wp-block-button__link {
    color: #fff;
    margin: 0 4px 4px 0;
}
#canvas .wp-block-button__link:hover {
    opacity: .7;
}
#canvas .is-style-outline .wp-block-button__link {
    border-color: #32373c;
    color: #32373c;
}
#canvas .has-background-dim .wp-block-cover-text,
#canvas .has-background-dim .wp-block-cover-text a{
    color: #fff;
}

.has-large-font-size,
p[style*="font-size"]  {
    line-height: 1.34;
}

.wp-block-column > blockquote:first-child {
    margin-top: 0;
}
.wp-block-group.has-background {
    padding: 1em;
}
select[id^="wp-block"]  {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 1.5em top 50%;
    background-size: .65em auto;
    margin-bottom: 2em;
    padding-right: 2.5em;
}
select[id^="wp-block"]::-ms-expand{
    display: none;
}
.wp-block-search {
    margin-bottom: 2em;
}
.wp-block-search .wp-block-search__button {
    color: #fff;
}
.wp-block-search .wp-block-search__button:hover {
    opacity: .7;
}
.wp-block-calendar th,
.wp-block-calendar tbody td{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.post-thumbnail .owl-item .item img {
    width: 100%;
}