/*
Theme Name: Catch Shop
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: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: italic;
	line-height: 1.87;
	margin: 0;
	padding: 14px 21px;
	text-align: center;
  }
  
  .no-sidebar .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
  }
  
  .no-sidebar .alignwide {
	margin-left: calc(-96vw / 2 + 100% / 2);
	margin-right: calc(-96vw / 2 + 100% / 2);
	max-width: 96vw;
  }
  
  .alignfull.wp-block-cover,
  .alignwide.wp-block-cover {
	width: auto;
  }
  
  /* 1024px */
  @media screen and (min-width: 64em) {
	.no-sidebar .alignfull {
	  margin-left: calc(-94vw / 2 + 100% / 2);
	  margin-right: calc(-94vw / 2 + 100% / 2);
	  max-width: 94vw;
	}
  
	.no-sidebar.fluid-layout .alignfull {
	  margin-left: calc(-100vw / 2 + 100% / 2);
	  margin-right: calc(-100vw / 2 + 100% / 2);
	  max-width: 100vw;
	}
  
	.no-sidebar .alignwide {
	  margin-left: calc(-88vw / 2 + 100% / 2);
	  margin-right: calc(-88vw / 2 + 100% / 2);
	  max-width: 88vw;
	}
  }
  
  /* 1290px */
  @media screen and (min-width: 80.625em) {
	.no-sidebar .alignfull {
	  margin-left: calc(-1290px / 2 + 100% / 2);
	  margin-right: calc(-1290px / 2 + 100% / 2);
	  max-width: 1290px;
	}
  
	.no-sidebar:not(.fluid-layout) .alignwide {
	  margin-left: -120px;
	  margin-right: -120px;
	  max-width: 1280px;
	}
  
	.no-sidebar.full-width-layout:not(.fluid-layout) .alignwide {
	  margin-left: -10px;
	  margin-right: -10px;
	  max-width: 1250px;
	}
  }
  
  /*--------------------------------------------------------------
  2.0 Blocks - Common Blocks
  --------------------------------------------------------------*/
  
  /* Paragraph */
  
  p.has-drop-cap:not(:focus)::first-letter {
	float: left;
	font-size: 120px;
	font-size: 7.5rem;
	font-weight: 700;
	line-height: 0.6;
	margin: 14px 16px 5px -3px;
  }
  
  /* Image */
  
  .wp-block-image {
	margin-bottom: 35px;
  }
  
  .wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
  }
  
  .wp-block-image figure.alignleft {
	margin-right: 42px;
  }
  
  .wp-block-image figure.alignright {
	margin-left: 42px;
  }
  
  /* Gallery */
  
  .wp-block-gallery {
	margin-bottom: 35px;
	margin-left: 0;
  }
  
  .wp-block-gallery figcaption {
	font-style: italic;
  }
  
  .wp-block-gallery.aligncenter {
	display: flex;
	margin: 0 -8px;
  }
  
  /*--------------------------------------------------------------
  3.0 Blocks - Formatting
  --------------------------------------------------------------*/
  
  /* Editor Font Size */
  
  pre.wp-block-verse {
	font-family: Inconsolata, monospace;
  }
  
  .editor-post-title__block .editor-post-title__input {
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 35px;
	padding: 0;
	text-align: center;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
  }
  
  .has-huge-font-size {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.33;
  }
  
  .has-large-font-size {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.43;
  }
  
  .has-normal-font-size {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75;
  }
  
  .has-small-font-size {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
  }
  
  @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;
	}
  
	.editor-post-title__block .editor-post-title__input {
	  font-size: 40px;
	  font-size: 2.5rem;
	}
  
	.has-large-font-size {
	  font-size: 36px;
	  font-size: 2.25rem;
	}
  }
  
  @media screen and (min-width: 85.375em) {
	.has-huge-font-size {
	  font-size: 42px;
	  font-size: 2.625rem;
	}
  
	.has-large-font-size {
	  font-size: 36px;
	  font-size: 2.25rem;
	}
  
	.editor-post-title__block .editor-post-title__input {
	  font-size: 42px;
	  font-size: 2.875rem;
	}
  
	.has-large-font-size {
	  font-size: 42px;
	  font-size: 2.625rem;
	}
  }
  
  @media screen and (min-width: 103.75em) {
	.has-huge-font-size {
	  font-size: 58px;
	  font-size: 3.625rem;
	}
  
	.has-large-font-size {
	  font-size: 49px;
	  font-size: 3.0625rem;
	}
  
	.editor-post-title__block .editor-post-title__input {
	  font-size: 48px;
	  font-size: 3rem;
	}
  
	.has-normal-font-size {
	  font-size: 20px;
	  font-size: 1.25rem;
	}
  }
  
  /* Quotes */
  
  .wp-block-quote,
  .wp-block-quote.has-text-align-right {
	border: 0;
  }
  
  .wp-block-quote.has-text-align-right {
	padding: 67px 0 0 0;
  }
  
  .wp-block-quote.has-text-align-right,
  .wp-block-quote.has-text-align-right cite {
	text-align: right;
  }
  
  .wp-block-quote.has-text-align-left,
  .wp-block-quote.has-text-align-left cite {
	text-align: left;
  }
  
  .wp-block-quote.has-text-align-center,
  .wp-block-quote.has-text-align-center cite {
	text-align: center;
  }
  
  .wp-block-quote,
  .wp-block-pullquote {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.59;
	padding: 67px 0 0 0;
	position: relative;
  }
  
  .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
  }
  
  .wp-block-pullquote.alignright.is-style-solid-color,
  .wp-block-pullquote.alignleft.is-style-solid-color {
	border: 0;
  }
  
  .wp-block-pullquote.alignright.is-style-solid-color,
  .wp-block-pullquote.alignleft.is-style-solid-color,
  .wp-block-pullquote.aligncenter.is-style-solid-color,
  .wp-block-pullquote.is-style-solid-color {
	padding: 35px;
  }
  
  .wp-block-quote.has-text-align-center {
	padding-left: 0;
	padding-right: 0;
  }
  
  .wp-block-pullquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p,
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p {
	font-size: 20px;
	font-size: 1.25rem;
  }
  
  .wp-block-quote p,
  .wp-block-pullquote.is-style-solid-color blockquote p,
  .wp-block-pullquote p {
	margin-bottom: 28px;
  }
  
  .wp-block-quote cite,
  .wp-block-pullquote cite {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2.15;
	color: #999999;
  }
  
  .wp-block-quote.is-style-large cite {
	font-weight: 700;
	text-transform: capitalize;
	font-size: inherit;
	color: #999999;
  }
  
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
	padding-top: 67px;
  }
  
  .wp-block-quote:before {
	content: "\201C";
	display: block;
	float: left;
	font-family: Georgia;
	font-size: 98px;
	font-size: 6.125rem;
	font-style: normal;
	font-weight: 700;
	height: 0;
	left: 50%;
	line-height: normal;
	position: absolute;
	top: -17px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  
  /* >= 1660px */
  @media screen and (min-width: 103.75em) {
	.wp-block-quote,
	.wp-block-pullquote,
	.wp-block-pullquote p,
	.wp-block-pullquote.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p {
	  font-size: 22px;
	  font-size: 1.375rem;
	}
  }
  
  /* PULLQUOTE */
  
  .wp-block-pullquote {
	padding: 35px 0;
  }
  
  .wp-block-pullquote.is-style-solid-color {
	background-color: #eef2f8;
	border: 0;
  }
  
  .wp-block-pullquote {
	border-bottom: 5px solid;
	border-top: 5px solid;
  }
  
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
	border-bottom: 0;
	border-top: 0;
	border-left: 5px solid;
	padding: 0 0 0 35px;
	text-align: left;
  }
  
  .wp-block-pullquote.alignleft blockquote,
  .wp-block-pullquote.alignright blockquote {
	margin: 0;
  }
  
  .wp-block-pullquote.alignright {
	border-left: 0;
	border-right: 5px solid;
	padding-left: 0;
	padding-right: 35px;
	text-align: right;
  }
  
  /* BUTTONS */
  
  .wp-block-file .wp-block-file__button,
  .wp-block-button .wp-block-button__link {
	font-size: 16px;
	font-size: 1rem;
	border: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1.75;
	padding: 10px 28px;
	text-transform: capitalize;
  }
  
  /* > = 1366px */
  @media screen and (min-width: 85.375rem) {
	.wp-block-file .wp-block-file__button,
	.wp-block-button .wp-block-button__link {
	  padding: 11px 35px;
	}
  }
  
  /*--------------------------------------------------------------
  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.wp-block-latest-posts__list {
	list-style: disc;
	padding-left: 25px;
  }
  
  .wp-block-latest-posts.is-grid {
	margin-left: 0;
  }
  
  /* Comments */
  
  .wp-block-latest-comments article {
	margin-bottom: 3em;
  }
  
  .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__comment,
  .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
  }
  
  .wp-block-latest-comments .avatar,
  .wp-block-latest-comments__comment-avatar {
	border-radius: 0;
  }
  
  .wp-block-latest-comments__comment-meta {
	margin-bottom: 14px;
  }
  
  .wp-block-latest-comments__comment-author,
  .wp-block-latest-comments__comment-link {
	text-decoration: none;
  }
  
  .wp-block-latest-comments__comment-date {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 7px;
	text-transform: capitalize;
  }
  
  .wp-block-gallery .item {
	padding-left: 0;
  }
  
  .wp-block-calendar a {
	text-decoration: none;
  }
  
  table tr:last-child td {
	border-bottom: 0;
  }
  
  table tr td:last-child {
	border-right: 0;
  }
  
  .wp-block-table thead {
	border-bottom: 0;
  }
  
  .wp-block-table td,
  .wp-block-table th {
	padding: 14px 28px;
  }
  
  thead th,
  .wp-block-table td,
  .wp-block-table th,
  tbody td {
	border-width: 0 1px 1px 0;
  }
  /*--------------------------------------------------------------
  6.0 Blocks - Colors
  --------------------------------------------------------------*/
  
  .wp-block-calendar table th {
	background-color: transparent;
  }
  
  .wp-block-file .wp-block-file__button,
  .wp-block-search .wp-block-search__button,
  .wp-block-button .wp-block-button__link {
	background-color: #222222;
	color: #fff;
  }
  
  .is-style-outline .wp-block-button__link,
  .is-style-outline .more-link,
  .is-style-outline .button {
	border: 1px solid #222222;
	background-color: transparent;
	color: #222222;
  }
  
  .is-style-outline .wp-block-button__link:hover,
  .is-style-outline .wp-block-button__link:focus,
  .is-style-outline .more-link:hover,
  .is-style-outline .more-link:focus,
  .is-style-outline .button:hover,
  .is-style-outline .button:focus {
	border-color: transparent;
  }
  
  .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: #ef3636;
	color: #fff;
  }
  
  .wp-block-table,
  .wp-block-table caption,
  .wp-block-table th,
  .wp-block-table td {
	border-color: #ebebeb;
  }
  
  .wp-block-pullquote,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-quote {
	border-color: #1e88e5;
  }
  
  .wp-block-latest-comments__comment-date,
  [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	color: #999;
  }
  
  .has-white-color {
	color: #fff;
  }
  
  .has-white-background-color {
	background-color: #fff;
  }
  
  .has-black-color {
	color: #000;
  }
  
  .has-black-background-color {
	background-color: #000;
  }
  
  .has-dark-gray-color {
	color: #666666;
  }
  
  .has-dark-gray-background-color {
	background-color: #666666;
  }
  
  .has-light-black-color {
	color: #111111;
  }
  
  .has-light-black-background-color {
	background-color: #111111;
  }
  
  .has-fade-black-color {
	color: #222222;
  }
  
  .has-fade-black-background-color {
	background-color: #222222;
  }
  
  .has-red-color {
	color: #ef3636;
  }
  
  .has-red-background-color {
	background-color: #ef3636;
  }
  
  .has-red-border-color {
	border-color: #ef3636;
  }
  
  .wp-block-button .wp-block-button__link.has-white-color,
  .wp-block-pullquote.is-style-solid-color.has-white-color,
  .has-white-color {
	color: #fff;
  }
  
  /* WHITE COLOR */
  
  .wp-block-button .wp-block-button__link.has-white-background-color,
  .wp-block-pullquote.is-style-solid-color.has-white-background-color {
	background-color: #fff;
  }
  
  .wp-block-button .wp-block-button__link.has-white-color,
  .wp-block-pullquote.is-style-solid-color blockquote.has-white-color,
  .wp-block-pullquote blockquote.has-white-color {
	color: #fff;
  }
  
  /* BLACK COLOR */
  
  .wp-block-button .wp-block-button__link.has-black-background-color,
  .wp-block-pullquote.is-style-solid-color.has-black-background-color {
	background-color: #000;
  }
  
  .wp-block-button .wp-block-button__link.has-black-color,
  .wp-block-pullquote.is-style-solid-color blockquote.has-black-color,
  .wp-block-pullquote blockquote.has-black-color {
	color: #000;
  }
  
  /* DARK GRAY COLOR */
  
  .wp-block-button .wp-block-button__link.has-dark-gray-background-color,
  .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
	background-color: #666666;
  }
  
  .wp-block-button .wp-block-button__link.has-dark-gray-color,
  .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
  .wp-block-pullquote blockquote.has-dark-gray-color {
	color: #666666;
  }
  
  /* LIGHT BLACK COLOR */
  
  .wp-block-button .wp-block-button__link.has-light-black-background-color,
  .wp-block-pullquote.is-style-solid-color.has-light-black-background-color {
	background-color: #111111;
  }
  
  .wp-block-button .wp-block-button__link.has-light-black-color,
  .wp-block-pullquote.is-style-solid-color blockquote.has-light-black-color,
  .wp-block-pullquote blockquote.has-light-black-color {
	color: #111111;
  }
  
  /* FADE BLACK COLOR */
  
  .wp-block-button .wp-block-button__link.has-fade-black-background-color,
  .wp-block-pullquote.is-style-solid-color.has-fade-black-background-color {
	background-color: #222222;
  }
  
  .wp-block-button .wp-block-button__link.has-fade-black-color,
  .wp-block-pullquote.is-style-solid-color blockquote.has-fade-black-color,
  .wp-block-pullquote blockquote.has-fade-black-color {
	color: #222222;
  }
  
  /* RED COLOR */
  
  .wp-block-button .wp-block-button__link.has-red-background-color,
  .wp-block-pullquote.is-style-solid-color.has-red-background-color {
	background-color: #ef3636;
  }
  
  .wp-block-button .wp-block-button__link.has-red-color,
  .wp-block-pullquote.is-style-solid-color blockquote.has-red-color,
  .wp-block-pullquote blockquote.has-red-color {
	color: #ef3636;
  }
  
  .wp-block-button.is-style-outline .wp-block-button__link.has-red-border-color,
  .wp-block-pullquote.is-style-solid-color.has-red-border-color,
  .wp-block-button__link.is-style-outline
	.wp-block-button__link.has-red-border-color {
	border-color: #ef3636;
  }
  