/*
Theme Name: Esquise
Theme URI: https://demo3.touchsize.com/esquise/
Description: Esquise is a responsive and retina ready WordPress Premium Theme developed by TouchSize with a layout drag and drop layout builder, unlimited colors, tons of cool effects, built with Bootstrap 3.0, 2 built in sliders and compatible with any other slider that can be shown by shortcode. It also has article sorting, contact form ant lots more!
Author: TouchSize
Author URI: https://touchsize.com
Version: 1.3.7
Tags: one-column, two-columns, right-sidebar, left-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, post-formats, translation-ready

License: GNU General Public License and Themeforest general license
License URI: Licensing/README_License.txt

*/

.sfwd-courses-template-default .header .entry-title .post-title {
	color: #fff;
}

.single_style2 .post-header-title .post-title {
	color: #222;
}

.ld-content-action .ld-course-step-back {
	padding-top: 25px;
}

.learndash-wrapper .ld-focus-main .ld-brand-logo { overflow: hidden; }
.learndash-wrapper .ld-focus-main .ld-brand-logo a { text-align: center; display: block; }
.learndash-wrapper .ld-focus-main .ld-brand-logo a img { width: 100%;  }


.wp-block-embed__wrapper {
	position: relative;
}

.wp-block-embed .wp-block-embed__wrapper:before {
	content: "";
    display: block;
    padding-top: 50%;


}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before { padding-top: 56.25%; }

.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}