/*-----------------------------------------------------------

  Template Name: Coba
  Template URI: http://theme.dsngrid.com/coba
  Description:  Ajax Portfolio WordPress Theme
  Author: design_grid
  Author URI: https://themeforest.net/user/design_grid
  Version: 1.0.0

-------------------------------------------------------------*/
$base-margin: 30px;

// elements
@import "mixins/mixins-master";
@import "mixins/utilities";
@import "variables-site/variables-site";

@import "site/secondary/sidebar";
@import "blocks/wp_blocks";


.sticky-post {
  position: relative;

  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: 500;
}

// .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
//   color: #fff;
// }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  position: absolute;
  z-index: 9999;
  background-color: $bg-color;
  opacity: 1;
  width: 44px;
  right: -21px;
  top: 21px;
  cursor: pointer !important;
  color: $heading-color;

  &:after {
    content: 'x';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

}