/*
Theme Name: Christmas Bell Pro
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - General 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 Blocks - General Styles
--------------------------------------------------------------*/

/* Captions */
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	color: inherit;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.75;
	margin: 0;
	padding: 7px 14px;
	text-align: left;
}

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

.no-sidebar .alignfull {
	margin-left : -25px;
    margin-right : -25px;
    max-width : 100vw;
}

.no-sidebar .alignwide  {
	margin-left  : -10px;
    margin-right : -10px;
	max-width: 96vw;
}

.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
	width: auto;
}

/* 640px */
@media screen and (min-width: 40em) {
	.no-sidebar .alignfull {
		margin-left  : -30px;
	    margin-right : -30px;
	}

	.no-sidebar .alignwide {
	    margin-left: -15px;
	    margin-right: -15px;
	}
}

/* 1366px */
@media screen and (min-width: 85.375em) {
	.no-sidebar .alignfull {
		margin-left  : -42px;
	    margin-right : -42px;
	}

	.no-sidebar .alignwide {
		margin-left: -21px;
		margin-right: -21px;
	}
}


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

/* Paragraph */

p.has-drop-cap:not(:focus):first-letter {
	font-size: 100px;
	font-size: 6.25rem;
	float: left;
	line-height: 1;
	margin: 8px 16px -15px -3px;
}

@media screen and (min-height: 75em) {
	.drop-cap:first-letter {
	  	font-size: 114px;
	  	font-size: 7.125rem;
	  	margin: 10px 16px -20px -3px;
	}
}

@media screen and (min-width: 100em) {
	.drop-cap:first-letter {
	  	font-size: 122px;
	  	font-size: 7.625rem;
	  	margin: 12px 16px -20px -3px;
	}
}

/* Image */
.wp-block-image {
	margin-bottom: 1.750em;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 1.750em;
}

.wp-block-image figure.alignright {
	margin-left: 1.750em;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.750em;
	margin-left: 0;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

.wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
}

/* Quote */
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 1.750em 0;
	padding: 0 0 0 1.263157895em;
}

.rtl .wp-block-quote,
.rtl .wp-block-quote.is-large,
.rtl .wp-block-quote.is-style-large {
	padding: 0 1.263157895em 0 0;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 0 0 0 1.263157895em;
}

.wp-block-quote:not(.is-large):not(.is-style-large):before {
	content: none;
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite {
	color: inherit;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
}

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

/* Cover */
.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

/* File */
.wp-block-file .wp-block-file__button {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-size: 13px;
	font-size: 0.875rem;
	font-weight: 600;
	margin-top: 2em;
	padding: 13px 28px;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


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

/* Editor Font Size */
.has-huge-font-size {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.325;
}

.has-large-font-size {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.3611;
}

.has-normal-font-size {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.has-small-font-size {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.75;
}

/* 1024px */
@media screen and (min-width: 64em) {
	.has-huge-font-size {
	   font-size: 36px;
	   font-size: 2.25rem;
	}

	.has-large-font-size {
		font-size: 32px;
		font-size: 2rem;
	}
}

/* 1600px */
@media screen and (min-width: 100em) {
	.has-huge-font-size {
		font-size: 48px;
		font-size: 3rem;
	}

	.has-large-font-size {
	    font-size: 36px;
	    font-size: 2.25rem;
	}
}


/* Code */
.wp-block-code {
	background: transparent;
	border: 0;
	padding: 0;
}

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

.wp-block-quote__citation {
	font-size: 16px;
	font-size: 1rem;
}

/* Pullquote */
.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    color: inherit;
    padding: 1.263157895em 0;
    margin: 1.75em 0;
}

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

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: none;
    width: calc(50% - 0.736842105em);
    padding-left: 0;
    text-align: left;
}

.wp-block-pullquote.alignleft {
	margin: 0.375em 1.75em 1.75em 0;
}

.wp-block-pullquote.alignright  {
	margin: 0.375em 0 1.75em 1.75em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.75;
	text-transform: none;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p, 
.wp-block-pullquote.alignright p {
	font-size: inherit;
}

/* Table */
.wp-block-table {
    border-collapse: separate;
}

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

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

.wp-block-table th,
.wp-block-table td {
    padding: 0.4375em;
}

.wp-block-table th {
	border-bottom: 1px solid;
}

.wp-block-table th {
	border-color: #dce3e3;
}

.wp-block-table,
.wp-block-table td {
	border: none;
}


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

/* Buttons */
.wp-block-button {
	margin-top: 1.750em;
	margin-bottom: 1.750em;
}

.wp-block-button.alignleft,
.wp-block-button.alignright {
	margin-top: 0;
}

.wp-block-button .wp-block-button__link {
	border: none;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-size: inherit;
	font-weight: 700;
	font-family: 'Amatic SC', cursive;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 14px 31px;
	text-transform: uppercase;
	white-space: nowrap;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */
.wp-block-separator {
	border: 0;
	margin: 1.75em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Media & Text */
.wp-block-media-text {
	margin-bottom: 1.555555555555556em;
}

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

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

.wp-block-latest-posts li {
	margin-bottom: 7px;
}

.wp-block-latest-posts.is-grid {
	margin-left: 0;
}

.wp-block-latest-posts__post-date {
	color: inherit;
	font-size: 13px;
	font-size: 0.8125rem;
    letter-spacing: 0;
	line-height: 1.615384615;
}

/* Comments */
.wp-block-latest-comments__comment {
	border-top: 1px solid;
	font-size: inherit;
	margin: 0;
	padding: 1.75em 0;
}

.wp-block-latest-comments article {
	margin-bottom: 0;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
	float: none;
	width: 100%;
}

.wp-block-latest-comments a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-latest-comments__comment-meta {
	margin-bottom: 14px;
}

.wp-block-latest-comments__comment-meta, 
.wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}

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

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	letter-spacing: 0;
	margin: 7px 0 0;
	text-transform: capitalize;
}


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

.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
	background-color: #d6575b;
	color: #fff;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	background-color: #c85155;
	color: #fff;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	color: #333;
}

.wp-block-latest-comments__comment-date {
	color: #d6575b;
}

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	border-color: #dce3e3;
}

.wp-block-pullquote {
    border-color: #d6575b;
}

.wp-block-latest-comments__comment {
	border-color: #f0f0f0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-color: #d6575b;
}

.wp-block-table thead th {
	background-color: #f4f4f5;
}

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

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

.has-black-color {
	color: #111;
}

.has-black-background-color {
	background-color: #111;
}

.has-medium-black-color {
	color: #333;
}

.has-medium-black-background-color {
	background-color: #333;
}

.has-gray-color {
	color: #e8efef;
}

.has-gray-background-color {
	background-color: #e8efef;
}

.has-red-color {
	color: #d6575b;
}

.has-red-background-color {
	background-color: #d6575b;
}