/*
Theme Name: Now Magazine 
Theme URI: justwebagency.com
Author: Just Web Agency (Alex L)
Author URI: justwebagency.com
Description: Now Magazine 
Version: 2.0 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nowmagazin 
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
#ez-toc-container.counter-flat ul li:before,
#ez-toc-container.counter-hierarchy ul li:before,
.ez-toc-widget-container.counter-flat ul li:before,
.ez-toc-widget-container.counter-hierarchy ul li:before {
    display: none !important;
}

.new-post .content a:hover {
    text-decoration: underline !important;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    height: 40px;
    border-radius: 3px;
    padding: 0 15px;
}

.post-inner .post-author {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.post-inner .description.dfr {
    width: calc(100% - 111px);
}

.post-content a:not([class]) {
    color: #CE2D27 !important;
}

.post-content a:not([class]):hover {
    opacity: 0.6;
}

.wpem-form-label-text, .account-sign-in, .fieldset-id_location, .fieldset-event_organizer_ids, .wpem-form-title:nth-last-of-type(1), .fieldset-location {
    display: none !important;
}

html.i-amphtml-fie > body, html.i-amphtml-singledoc > body {
    width: 100vw;
    overflow-x: hidden !important;
}

.post-content .at-above-post-homepage {
    margin-top: 40px;
    max-width: calc(100vw - 30px);
    width: 100%;
    overflow: hidden;
}

.wp-caption.alignnone {
    width: 100% !important;
    height: auto;
}

.post-inner img, .post img {
    height: auto !important;
}
.media-carousel .slick-track{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.media-carousel .slick-track .item{
	height: auto;
}
.media-carousel .slick-track .item img{
	height: 100% !important;	
}
[src*="https://www.youtube.com/"]{
	height: 410.63px;
}
.blocks-gallery-grid.media-carousel{ 
	width: 100%;
}
.blocks-gallery-grid.media-carousel .blocks-gallery-item{
	margin: 0 !important;
	cursor:pointer;
}
.blocks-gallery-grid.media-carousel-nav .blocks-gallery-item {
	margin: 0 7.5px !important;
	cursor:pointer;
}
.blocks-gallery-grid.media-carousel-nav{
	width: calc(100% + 15px);
	margin-left: -7.5px;
	margin-right: -7.5px;
	margin-top: 15px;
}
button#drp_autogen0 {
    width: 100% !important;
}
.new-news {
    margin-top: 30px;
}
.post-listing .button{
	margin-top: 20px;
}
.page-id-672785 .breadcrumbs{
	margin-top: 40px !important;
}
@media only screen and (max-width: 1199px) {
	[src*="https://www.youtube.com/"]{
		height: 346.50px;
	}
}
@media only screen and (max-width: 991px) {
	[src*="https://www.youtube.com/"]{
		height: 35.721vw;
	}
}
@media only screen and (max-width: 767px) {
	[src*="https://www.youtube.com/"]{
		height: 54.050vw;
	}
	.new-news {
		margin-top: 20px;
	}
}