/*
Theme Name: IMBT Child
Theme URI: http://demo.stylishthemes.co/imbt/
Author: StylishThemes
Author URI: http://stylishthemes.co
Template: imbt-wp
Description: IMBT is the ultimate Wordpress Theme for Blogging.
Version: 1.1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: imbt-child
Tags: black, blue, white, two-columns, responsive-layout, threaded-comments, translation-ready, custom-menu
*/


.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {}

.page-content-inner .full-width-blockquote, .page-content-inner .full-width-image {
    width: 100vw;
    left: calc(-100vw / 2 - -100% / 2);
    position: relative;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: Lora,sans-serif;
}

.products-list article:last-child {
    padding-bottom: 5.5rem;
}

@media (min-width: 1000px) {
	.page-template-template-blog .container, .posts-list article figure {
	    width: 970px;
	    margin: auto;
	}
}

html body p, blockquote, .posts-list article figure .article-details p {
    color: #404040;
    font-family: Lora,sans-serif;
    line-height: 1.5em;
    font-size: 1.1em;
    text-align: left;
}

blockquote {
    color: gray;
    border-left: 5px solid #eee;
    margin: 0 0 20px;
    padding: 10px 20px;
    width: 100%;
    font-style: normal !important;
}

blockquote, blockquote p {
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 1.3em !important;
    color: gray !important;
    font-style: italic !important;
}

blockquote p em {
    font-style: italic !important;
    font-size: 20px !important;
    line-height: 1.3em !important;
}
.posts-list article figure .article-details {
    min-height: 300px !important;
}

.posts-list article figure .article-details h2 a, h1, h2, h3, h1 a, h2 a, h3 a  {
    font-weight: 800;
}
.posts-list article figure .circle-crop {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.posts-list article figure .circle-crop img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.page-content-inner a:not(.btn) {
    font-weight: normal;
    color: #00AFAF;
}

.page-head.light .page-title-or-author.extended-author {
   background-size: cover;
   background-attachment: scroll;
}
.page-head .page-title-or-author.extended-author::after {
   background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent) no-repeat scroll 0 0;
}

.page-head.light .page-title-or-author.extended-author::after {
   background: rgba(255, 255, 255, 0) linear-gradient(to top, rgba(255, 255, 255, 0.45), transparent) repeat scroll 0 0;
}


.page-template-template-blog .page-title-or-author {
}

.page-landing {
   background-size: cover;
   height: 100vh;
}


/*
Don't show the social share theme button, since it's always loading and using Sumome plugin instead
*/
div.share-button {
display: none;
}



/*
Call to Action Content Upgrade Button Styling
*/


.cta-button {
    text-align: center;
}

.cta-button a {
background: #fee16e;
width: 100%;
text-decoration: none;
padding: 10px;
margin: 0 auto;
display: inline-block;
overflow: hidden;
text-align: center;
border-radius: 5px;
}

.cta-button a:link {
    text-decoration: none;
    color: red;
}


.cta-button a:hover {
background: #e6c242;
}


.page-content-inner .cta-button a {
    font-weight: normal;
    color: black;
}

/* menu free course ander kleurtje */
.menu-item-3797 a {
color: #00AFAF !important;
}

/* de slider met blogposts voor op new here? page zorgen dat titels niet te groot zijn, en excerpt + tags enzo verborgen worden */
.carousel-slider__post-content h2 {
  font-size: 12pt !important; 
}
.carousel-slider__post-excerpt {
	display: none;
}
.carousel-slider__post-meta {
	display: none !important;
}
