/*
Theme Name: Nightery
Description: Night Club WordPress Theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General Block Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"] figcaption {
	color: #efefef;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
	text-align: left;
}

.rtl [class^="wp-block-"] figcaption {
	text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
}

/* Image */

@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body.rtl:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
		margin-left: 0;
		margin-right: -40%;
	}
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.75em;
}

/* Quote */

.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
	border-left: none;
	padding-left: 0;
}

.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
	border-right: none;
	padding-right: 0;
}

.wp-block-quote cite {
	color: #fff;
}
.wp-block-quote.is-large cite {
	display: block;
	font-size: 18px;
	line-height: 1.75;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
    margin: 10px 0 10px 55px;
    padding: 50px 35px 50px 35px;
}
/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

/* File */

.wp-block-file .wp-block-file__button {
	background: #D32D0B;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	background: #AD2105;
}

.wp-block-file .wp-block-file__button:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

.rtl .wp-block-file * + .wp-block-file__button {
	margin-left: 0.75em;
	margin-right: 0;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting Blocks
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
	border: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #504d4d;
}
.widget-area .sidebar-widget > ul {
    margin: 0;
}
/* Pullquote */

.wp-block-pullquote {
	border-width: 4px;
}

.wp-block-pullquote blockquote {
	border-left: 0;
	margin: 0;
	padding: 0;
}

.rtl .wp-block-pullquote blockquote {
	border-right: 0;
}

.wp-block-pullquote p {
	font-size: 19px;
	font-size: 1.1875rem;
}
.wp-block-pullquote {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
.wp-block-pullquote cite {
	color: inherit;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-style: none;
	line-height: 1.75;
	text-transform: none;
}

.wp-block-pullquote cite:before {
	content: "\2014\00a0";
}

/* Table */

.wp-block-table,
.wp-block-table th,
.wp-block-table td {
	border: 1px solid #d1d1d1;
}

.wp-block-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

.wp-block-table th,
.wp-block-table td {
	font-weight: normal;
	padding: 0.4375em;
	text-align: left;
}

.wp-block-table th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

.wp-block-table td {
	border-width: 0 1px 1px 0;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
	text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px;
}
.story-hbtitle .wp-block-button__link {
    background: #D32D0B;
    color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    font-size: 14px;
    border-radius: 0;
    padding: 6px 15px;
}
.story-hbtitle .is-style-outline .wp-block-button__link:not(.has-background) {
	background: transparent;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background: #ad2105;
	color: #fff;
}
.wp-block-button .wp-block-button__link:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
pre code {
    background-color: #EEEEEE;
}
.wp-block-code {
    border: 0;
    font-family: Inconsolata, monospace;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    padding: 0;
    background: transparent;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #504d4d;
}
.wp-block-table.is-style-stripes td {
    border-color: #C8C6C6;
}
/* Seperator */

hr.wp-block-separator {
	border: 0;
}

.wp-block-separator {
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}

.wp-block-separator.is-style-wide {
	max-width: 100%;
}

/* Media & Text */

.wp-block-media-text {
	margin-bottom: 1.75em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widget Blocks
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

/* Latest Comments */

.wp-block-latest-comments__comment-meta a {
	box-shadow: none;
	font-weight: 700;
}

.wp-block-latest-comments__comment-date {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	border-top: 1px solid #d1d1d1;
	margin-bottom: 0;
	padding: 1.75em 0;
}

.wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.story-hbtitle .has-dark-gray-color {
	color: #1a1a1a;
}

.story-hbtitle .has-dark-gray-background-color {
	background-color: #1a1a1a;
}

.story-hbtitle .has-medium-gray-color {
	color: #686868;
}

.story-hbtitle .has-medium-gray-background-color {
	background-color: #686868;
}

.story-hbtitle .has-light-gray-color {
	color: #e5e5e5;
}

.story-hbtitle .has-light-gray-background-color {
	background-color: #e5e5e5;
}

.story-hbtitle .has-white-color {
	color: #fff;
}

.story-hbtitle .has-white-background-color {
	background-color: #fff;
}

.story-hbtitle .has-blue-gray-color {
	color: #4d545c;
}

.story-hbtitle .has-blue-gray-background-color {
	background-color: #4d545c;
}

.story-hbtitle .has-bright-blue-color {
	color: #007acc;
}

.story-hbtitle .has-bright-blue-background-color {
	background-color: #007acc;
}

.story-hbtitle .has-light-blue-color {
	color: #9adffd;
}

.story-hbtitle .has-light-blue-background-color {
	background-color: #9adffd;
}

.story-hbtitle .has-dark-brown-color {
	color: #402b30;
}

.story-hbtitle .has-dark-brown-background-color {
	background-color: #402b30;
}

.story-hbtitle .has-medium-brown-color {
	color: #774e24;
}

.story-hbtitle .has-medium-brown-background-color {
	background-color: #774e24;
}

.story-hbtitle .has-dark-red-color {
	color: #640c1f;
}

.story-hbtitle .has-bright-red-color {
	color: #ff675f;
}

.story-hbtitle .has-bright-red-background-color {
	background-color: #ff675f;
}

.story-hbtitle .has-yellow-color {
	color: #ffef8e;
}

.story-hbtitle .has-yellow-background-color {
	background-color: #ffef8e;
}

.story-hbtitle .has-dark-red-background-color {
	background-color: #640c1f;
}
.wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 15px;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 5% 8%;
}

.story-hbtitle ul.wp-block-archives.wp-block-archives-list li, 
.story-hbtitle ul.wp-block-categories.wp-block-categories-list li {
    display: block;
}
.story-hbtitle ul.wp-block-archives.wp-block-archives-list li a,
.story-hbtitle ul.wp-block-categories.wp-block-categories-list li a {
    text-decoration: underline;
}
.story-hbtitle ul.wp-block-archives.wp-block-archives-list li:hover a  ,
.story-hbtitle ul.wp-block-categories.wp-block-categories-list li:hover a {
    color: #c2080f;
}
.story-hbtitle ul.wp-block-archives.wp-block-archives-list li:hover ul li a ,
.story-hbtitle ul.wp-block-categories.wp-block-categories-list li:hover ul li a {
    color: #fff;
}
.story-hbtitle ul.wp-block-archives.wp-block-archives-list li ul li a:hover ,
.story-hbtitle ul.wp-block-categories.wp-block-categories-list li ul li a:hover {
    color: #c2080f;
}
.story-hbtitle .wp-block-image.alignleft.is-resized {
	margin-right: 15px;	
}
.story-hbtitle .wp-block-image.alignright.is-resized {
	margin-left: 15px;	
}
.story-hbtitle ul.wp-block-gallery {
    margin-left: 0;
    padding-left: 0;
}
.story-hbtitle ul.wp-block-gallery {
    margin-left: 0;
}
.wp-block-latest-posts.is-grid {
    margin-left: 0;
}
.story-hbtitle ul.wp-block-latest-posts li a{
	font-weight: 500;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    margin-top: 0;
}
.story-hbtitle blockquote.wp-block-quote {
    border-left: 2px solid #d32d0b;
	padding: 50px 35px 50px 35px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-bottom: 15px;
}
blockquote.wp-block-quote p {
    font-style: italic;
}
.story-hbtitle ul.wp-block-archives.wp-block-archives-list {
    margin-left: 0;
    padding: 0;
}
.wp-block-pullquote blockquote{
	background: none;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 16px 0px 0;
}
.story-hbtitle ul.wp-block-latest-posts {
    list-style: none;
    margin-left: 0;
}
.wp-block-column:not(:last-child) {
    margin-right: 20px;
}
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 20px;
}
.story-hbtitle ul.wp-block-categories-list{
	margin-left: 0;
}
.wp-block-latest-posts__post-date {
    line-height: 1.6;
}