/* Font Sizes
--------------------------------------------- */

.entry-content p.has-small-font-size {
	font-size: 12px;
}

.entry-content p.has-regular-font-size {
	font-size: 16px;
}

.entry-content p.has-large-font-size {
	font-size: 20px;
}

.entry-content p.has-larger-font-size {
	font-size: 24px;
}

/* Drop Caps
---------------------------------------------------------------------------- */

.entry-content p.has-drop-cap:not(:focus)::first-letter {
	font-size: 7.5em;
	margin: 0.16em 0.08em 0 -0.035em;
	font-family: 'Libre Baskerville', serif;
}

/* Background Color
--------------------------------------------- */

.entry-content p.has-background {
	padding: 25px 30px;
}

.entry-content p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.entry-content p.has-background.light-text a {
	color: #fff;
	text-decoration: underline;
}

.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
	text-decoration: none;
}

.entry-content p.has-text-color a,
.entry-content p.has-background a {
	color: inherit;
}

.entry-content p.has-text-color a:focus,
.entry-content p.has-background a:focus,
.entry-content p.has-text-color a:hover,
.entry-content p.has-background a:hover {
	color: inherit;
}

/* Alignment
--------------------------------------------- */

.wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
	margin-right: 2em;
}

.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
	margin-left: 2em;
}

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
	margin-bottom: 2em;
}

.full-width-content .entry-content .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
}

.content-sidebar .entry-content .alignfull,
.sidebar-content .entry-content .alignfull {
	margin: 0 0 2em;
	width: 100%;
}

/* Columns
--------------------------------------------- */

.entry-content .wp-block-columns {
	display: block;
	margin-bottom: 30px;
}

.entry-content .wp-block-columns.alignfull {
	padding: 0 30px;
}

/* Cover Image
--------------------------------------------- */

.full-width-content .entry-content .wp-block-cover.alignfull {
	width: 100vw;
}

.entry-content .wp-block-cover .wp-block-cover-text {
	font-size: 45px;
}

/* Buttons
--------------------------------------------- */
.wp-block-cover-text a{
	font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    background: #222;
    padding: 16px 20px;
    line-height: 7;
    letter-spacing: 2px;
    font-weight: normal;
}

.wp-block-cover-text a:hover{
	background: #ae9d78;
}

.content .wp-block-button .wp-block-button__link{
	background-color: #222;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 16px 20px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 2px;
}

/* Button Variations */
.content .wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.content .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border-radius: 0;
	border: 1px solid currentColor;
	color: #222;
	padding: 13px 28px;
}

.content .wp-block-button.is-style-outline .wp-block-button__link.has-background {
	background-color: transparent !important;
}

.content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.content .wp-block-button.is-style-outline .wp-block-button__link.has-background:focus,
.content .wp-block-button.is-style-outline .wp-block-button__link.has-background:hover {
	border-color: #222;
	color: #222;
}

/* Blockquotes and captions
---------------------------------------------------------------------------- */

.entry-content .wp-block-quote::before,
.entry-content .wp-block-pullquote blockquote::before {
	color: #888;
	content: "\201C";
	display: block;
	font-family: serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	height: 0;
	left: -25px;
	position: relative;
	text-align: left;
	top: -10px;
}

.entry-content .wp-block-quote.is-style-large::before {
	font-size: 40px;
	left: -30px;
}

.entry-content .wp-block-pullquote blockquote::before {
	color: #222;
	font-size: 60px;
	left: 0;
	margin-top: 50px;
	text-align: center;
	top: -80px;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote::before {
	color: #fff;
	padding-top: 16px;
}

.entry-content .wp-block-pullquote blockquote.has-text-color::before {
	color: currentColor;
}

.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote {
	border: none;
	margin: 24px 24px 36px;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 80%;
}

.entry-content .wp-block-pullquote.is-style-solid-color:not(.has-text-color) blockquote {
	color: #fff;
}

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

.entry-content .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
	border: 2px solid;
	border-left: none;
	border-right: none;
}

.entry-content .wp-block-quote p,
.entry-content .wp-block-pullquote p {
	color: inherit;
	font-family: 'Lora', serif;
	font-size: 21px;
	font-style: italic;
	line-height: 1.8;
	margin-bottom: 42px;
}

.entry-content .wp-block-pullquote p {
	text-align: center;
}

.entry-content .wp-block-pullquote p,
.entry-content .wp-block-quote.is-style-large p {
	font-size: 26px;
}

.entry-content .wp-block-quote cite,
.entry-content .wp-block-pullquote cite {
	color: inherit;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin-top: -25px;
	text-align: inherit;
	text-transform: uppercase;
}

.entry-content .wp-block-pullquote cite {
	margin-top: 40px;
	text-align: center;
}

.entry-content .wp-block-pullquote.is-style-solid-color cite {
	text-transform: uppercase;
}

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
	color: #666;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 10px;
}

.entry-content .wp-block-quote[class*="align"] cite,
.entry-content .wp-block-pullquote[class*="align"] cite {
	text-align: center;
}


/* Captions
---------------------------------------------------------------------------- */
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
    bottom: 15px;
    width: 60%;
   	max-height:unset;
    padding: 15px 10px;
    text-align: center;
    font-size: 13px;
    background: #ae9d78;
    left: 20%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff !important;
}

.wp-block-gallery .blocks-gallery-image figcaption a, .wp-block-gallery .blocks-gallery-item figcaption a{
	color:#fff;
}

.wp-block-gallery .blocks-gallery-image figcaption:hover, .wp-block-gallery .blocks-gallery-item figcaption:hover{
	box-shadow: 0 6px 24px rgba(0,0,0,.14);
    text-decoration: none;
    transform: translate3d(0,-3px,0);
	    -webkit-transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44,.51,.24,.99), box-shadow 1s cubic-bezier(.44,.51,.24,.99);
    -moz-transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44,.51,.24,.99), box-shadow 1s cubic-bezier(.44,.51,.24,.99);
    -ms-transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44,.51,.24,.99), box-shadow 1s cubic-bezier(.44,.51,.24,.99);
    -o-transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44,.51,.24,.99), box-shadow 1s cubic-bezier(.44,.51,.24,.99);
    transition: background-color .25s ease-in, border-color ease-in, transform .75s cubic-bezier(.44,.51,.24,.99), box-shadow 1s cubic-bezier(.44,.51,.24,.99);
}


/* Category Block
---------------------------------------------------------------------------- */

.entry-content .wp-block-categories,
.entry-content .wp-block-categories ol,
.entry-content .wp-block-categories ul {
	margin-left: 0;
	padding-left: 0;
}

.entry-content .wp-block-categories li {
	list-style-type: none;
}

.entry-content .wp-block-categories.aligncenter {
	text-align: center;
}

.entry-content .wp-block-categories-list.alignfull {
	padding: 0 30px;
}

/* Latest Posts Block
---------------------------------------------------------------------------- */

.entry-content .wp-block-latest-posts {
	clear: both;
	margin-left: 0;
}

.entry-content .wp-block-latest-posts li {
	list-style-type: none;
}

.entry-content .wp-block-latest-posts.aligncenter {
	text-align: center;
}

.entry-content .wp-block-latest-posts.alignfull {
	padding: 0 30px;
}

/* Other Blocks
---------------------------------------------------------------------------- */

.wp-block-verse,
.wp-block-preformatted {
	font-size: 16px;
}

.wp-block-preformatted {
	white-space: pre-wrap;
}

hr.wp-block-separator {
	border: none;
	border-top: 1px solid #eee;
	margin: 1.65em auto;
}

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

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

.entry-content .wp-block-gallery {
	margin-left: 0;
}

/* Media Queries
--------------------------------------------- */

@media only screen and (min-width: 510px) {

	.entry-content .wp-block-columns {
		display: flex;
	}

	.entry-content .wp-block-columns .wp-block-column {
		flex: 100%;
	}

}

@media only screen and (min-width: 1400px) {

	.full-width-content .entry-content .alignwide {
		margin-left: -130px;
		margin-right: -100px;
		min-width: 1400px;
	}

}
