/*
Theme Name: Nimble 2025
Theme URI:http://www.goodlookinkids.com
Description:
Version:1.0
Author:Good Lookin Kids Inc.
Author URI:http://www.goodlookinkids.com
Tags:

*/

/* ========================================================================== *\
   TABLE OF CONTENTS
\* ==========================================================================

	1. RESET
	2. GENERAL TAGS
	3. STRUCTURE
	4. HOME PAGE STYLES
		4.1 MASKED HERO
		4.2 DIRECTORS
		4.3 SLIDER
	5. PAGE AND SINGLE POST STYLES
		5.1 DIRECTORS
	6. GENERAL CLASSES
	7. FORM STYLES
	8. ALIGNMENT
	9. CAPTIONS
	10. GUTENBERG
	11. COLUMNS
*/

/* ========================================================================== *\
   1. RESET
\* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Make HTML 5 elements display block-level for consistent styling */
main, article, section, aside, hgroup, nav, header, footer, figure, figcaption {
  display: block;
}

/* ========================================================================== *\
   2. GENERAL TAGS
\* ========================================================================== */

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%; /* == 10px rem == */
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 1.6rem;
	line-height: 150%;
	background: #000000;
	color: #ffffff;
	font-family: articulat-cf, sans-serif;
	overscroll-behavior-y: none; /* stop vertical bounce */
}

p {
	padding-bottom: 25px;
}

h1, h2, h3 {
	font-weight: 800;
	display: block;
}

h1 {
	font-size: 4.5rem;
	line-height: 125%;
	padding-bottom: 2.4rem;
}

h1.director-name {
	padding-bottom: 1.6rem;
}

h2 {
	font-size: 2.2rem;
	line-height: 125%;
	padding-bottom: 2.4rem;
}

h3 {
	font-size: 2rem;
	line-height: 125%;
	padding-bottom: 2.4rem;
}

.section-title {
	display: flex;
	flex-direction: row;
	gap: 2.4rem;
	align-items: center;
	font-size: 12vw;
	letter-spacing: -5%;
	line-height: 125%;
	padding-bottom: 0;
}

.section-title:after {
	content: "";
	display: block;
	width: 11vw;
	height: 11vw;
}

.section-title.about:after {
	background: url('images/about-ico.png');
	background-position: center center;
	background-size: cover;
}

.section-title.directors:after {
	background: url('images/directors-ico.png');
	background-position: center center;
	background-size: cover;
}

.section-title.contact:after {
	background: url('images/contact-ico.png');
	background-position: center center;
	background-size: cover;
}

a {
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

:focus {
	outline: 3px solid #ffffff;
}

.light-bg a,
.light-bg a:hover {
	color: #000000;
}

hr {
	display: block;
	width: 100%;
	border: none;
	height: 0.2rem;
	background: #ffffff;
	margin: 2.4rem 0 4.8rem 0;
}

hr.short {
	margin: 0 0 4.8rem 0;
}

hr.extra-short {
	margin: 0 0 2.4rem 0;
}

.entry-content hr {
	margin-bottom: 2.4rem !important;
}

blockquote {

}

::selection {
	background: #ffffff;
	color: #000000;
}

::-moz-selection {
	background: #ffffff;
	color: #000000;
}

.light-bg ::selection {
	background: #000000;
	color: #ffffff;
}

.light-bg ::-moz-selection {
	background: #000000;
	color: #ffffff;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.light-bg hr {
	background: #000000;
}

/* ========================================================================== *\
   3. STRUCTURE
\* ========================================================================== */

#wrapper,
.wrapper {
	overflow-x: hidden;
}

#wrapper:focus,
.wrapper:focus {
	outline: none;
}

.skip-to-content-link {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 10px 20px;
	background: #ffffff;
	color: #000000;
	font-weight: 800;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	left: 10px;
	top: 10px;
	position: absolute;
	z-index: 999999;
	transform: translateY(-200%);
	transition: transform 0.3s;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
}

/* HEADER */
.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	/* background: #000000; */
	padding: 2.4rem 4.8rem;
	transition: all 0.3s ease-in-out;
}

.header.nav-up {
	top: -12rem;
}

.header .logo {
	display: block;
	width: 5rem;
}

.menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 99;
	transform: translateY(-100%);
	transition: transform 0.6s ease-in-out;
}

.menu-open {
	transform: translateY(0);
}

.menu ul {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	max-width: 80rem;
}

.menu ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 0 0 12.4rem;
	min-height: 10rem;
	opacity: 0;
    transform: translateY(20px);
    transition: none;
}

.menu ul li.home {
	background: url('images/home-menu.png') left center no-repeat;
	background-size: 10rem 10rem;
}

.menu ul li.about {
	background: url('images/about-menu.png') left center no-repeat;
	background-size: 10rem 10rem;
}

.menu ul li.directors {
	background: url('images/directors-menu.png') left center no-repeat;
	background-size: 10rem 10rem;
}

.menu ul li.contact {
	background: url('images/contact-menu.png') left center no-repeat;
	background-size: 10rem 10rem;
}

.menu ul li.services {
	background: url('images/service-menu.png') left center no-repeat;
	background-size: 10rem 10rem;
}

.menu ul li a {
	font-size: 8rem;
	font-weight: 800;
	text-decoration: none;
	color: #000000;
	transition: transform 0.3s ease-in-out;
}

.menu ul li a:focus {
	outline: none;
}

.menu ul li a:hover {
	font-style: italic;
}

.menu-toggle {
    position: relative;
    width: 3.6rem;
    height: 2.4rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bar {
    width: 100%;
    height: 0.4rem;
    background-color: #ffffff;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
}

#menu-checkbox {
    display: none;
}

#menu-checkbox:checked + .menu-toggle .bar {
	background: #000000;
}

#menu-checkbox:checked + .menu-toggle .bar:nth-child(1) {
    transform: translateY(1rem) rotate(45deg);
}

#menu-checkbox:checked + .menu-toggle .bar:nth-child(2) {
    opacity: 0;
}

#menu-checkbox:checked + .menu-toggle .bar:nth-child(3) {
    transform: translateY(-1rem) rotate(-45deg);
}

.footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #000000;
	padding: 2.4rem 4.8rem;
	font-size: 1.2rem;
	line-height: 100%;
}

.footer .footer-logo {
	display: block;
	width: 10rem;
}

.footer p {
	padding-bottom: 0;
}

.footer .columns {
	align-items: center;
}

ul.social {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.8rem;
	margin-left: 2.4rem;
}

ul.social li a {
	display: block;
}

ul.social li a:hover img {
	transform: scale(1.1,1.1);
}

ul.social li img {
	width: 2.4rem;
	transition: transform 0.3s ease-in-out;
}

ul.social li a:hover p {
	text-decoration: none;
}

ul.social li p {
	display: block;
	font-size: 1.4rem;
	text-decoration: underline;
	padding-bottom: 0;
}

.section {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 8rem 9.6rem 12rem 9.6rem;
	min-height: 100vh;
}

.section.auto {
	min-height: 0;
	padding: 8rem 9.6rem;
}

.section.light-bg {
	background: #ffffff;
	color: #000;
}

/* ========================================================================== *\
   4. HOME PAGE STYLES
\* ========================================================================== */

/* ===================================== *\
   4.1. HERO
\* ===================================== */

.responsive-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  overscroll-behavior: contain; /* important */
}

.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  border: none;
  display: block;
  pointer-events: auto; /* keep interactivity unless debugging */
  overflow: hidden;
}

.masked-hero {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: .5rem 1rem;
    pointer-events: none;
    z-index: 5;
    max-width: 100%
}

@media(min-aspect-ratio: 65/42) {
    .masked-hero {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        padding: .25rem 1rem
    }
}

.masked-hero .hero-wrap {
    padding-top: 65.56%;
    position: relative;
    width: 100%
}

/*

.masked-hero .hero-wrap .wordmark {
    display: block
}

.masked-hero .hero-wrap .wordmark-wide {
    display: none
}

@media(min-aspect-ratio: 65/42) {
    .masked-hero .hero-wrap {
        padding-top: 56.67%;
        margin: auto
    }
    .masked-hero .hero-wrap .wordmark-wide {
        display: block
    }
    .masked-hero .hero-wrap .wordmark {
        display: none
    }
}

.masked-hero .hero-wrap .other-video {
    display: contents
}

.masked-hero .hero-wrap .other-video .video-container {
    display: contents
}

.masked-hero .hero-wrap .other-video .video-container .plyr {
    display: contents
}

.masked-hero .hero-wrap .other-video .video-container .plyr .plyr__video-wrapper {
    display: contents
}

*/


.masked-hero .hero-wrap video {
    width: 100%;
    height: 100%;
    background-color: #090000;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

/*
.masked-hero .hero-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + .5px)
}

.masked-hero .hero-wrap svg .maskme {
    -webkit-mask: url(#mask);
    mask: url(#mask)
}

.masked-hero .hero-wrap svg rect {
    fill: #fff
}

.masked-hero .hero-wrap svg.wordmark-wide .maskme {
    -webkit-mask: url(#mask-l);
    mask: url(#mask-l)
}
*/

/* ===================================== *\
   4.2 DIRECTORS
\* ===================================== */

ul.directors {
	display: grid;
	grid-template-columns: repeat(2, 33rem);
	margin: 0 !important;
}

ul.directors li {
	display: block;
	margin: 0 0 0.8rem 0;
}

ul.directors li a {
	font-size: 2.4rem;
	line-height: 125%;
	font-weight: 800;
	color: #ffffff;
	text-decoration: none;
}

ul.directors li a:hover {
	color: #ffffff;
	font-style: italic;
}

/* ===================================== *\
   4.3 SLIDER
\* ===================================== */

.section.slider {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

.section.slider ul.slides {
	margin: 0 !important;
}

.main ol.flex-control-nav {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.flexslider {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.flexslider,
.flexslider ul.slides {
	width: 100;
	height: 100%;
}

.flexslider ul.slides li {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: 0 0 !important;
}

.flexslider ul.slides li iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: -9.6rem;
	right: -9.6rem;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.video-overlay:hover {
}


/* ========================================================================== *\
   5. PAGE AND SINGLE POST STYLES
\* ========================================================================== */

.main ul,
.main ol {
  margin: 0 auto 20px 40px;
  list-style-position: outside;
}

.main .wp-block-column ul li,
.main .wp-block-column ol li {
  margin-left: 1em;
  font-size: 16px;
  line-height: 23px;
}

.main ul li,
.main ol li {
	margin-bottom: 10px;
}

.main ul ul,
.main ul ol,
.main ol ul,
.main ol ol {
	margin-top: 10px !important;
	margin-left: 40px;
}

.main ul ol li {
	list-style-type: decimal;
}

.main ol ul li {
	list-style-type: disc;
}

.main ol ol li,
.main ol.alpha li {
	list-style-type: lower-alpha;
}

.main ul ul li {
	list-style-type: circle;
}

.main ul li {
	list-style-type: disc;
}

.main ol li {
	list-style-type: decimal;
}

.main .entry-content ul,
.main .entry-content ol {
	margin: 0 auto 40px auto;
}

.main.page {
	padding: 10rem 0;
}

/* ====================================== *\
   5.1 DIRECTORS
\* ====================================== */

.director-reel {
	display: block;
	margin-bottom: 32px;
	width: 100%;
}

.director-reel iframe {
	width: 100%;
}

.video-player {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin-bottom: 3.2rem;
}

.video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.thumbs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.2rem;
	margin: 0 0 4.8rem 0 !important;
}

.thumbs li {
	cursor: pointer;
	display: block;
	margin: 0;
}

.thumbs img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease-in-out;
}

.thumbs img:hover {
	opacity: 0.4;
}

.thumbs.active .thumb {
	opacity: 0.4;
}

.thumbs.active .thumb.active,
.thumbs.active .thumb:hover {
	opacity: 1;
}

/* ========================================================================== *\
   6. GENERAL CLASSES
\* ========================================================================== */

.no-scroll {
	overflow: hidden;
}

.large-text {
	font-size: 1.8rem;
	line-height: 125%;
}

.clear {
    clear:both;
}

.clear.sm,
.wp-block-spacer.sm {
	height: 2rem !important;
}

.clear.md,
.wp-block-spacer.md {
	height: 4rem !important;
}

.clear.lg,
.wp-block-spacer.lg {
	height: 6rem !important;
}

.clear.xl,
.wp-block-spacer.xl {
	height: 8rem !important;
}

.middle{
	width:75%;
	transition:.5s ease;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%)
}

.content {
	max-width: 123.6rem;
	padding: 0 4.8rem;
	margin: 0px auto;
}

/* ========================================================================== *\
   7. FORM STYLES
\* ========================================================================== */

input {
	-webkit-appearance: none;
	border-radius: 0;
}

label {
	color: #000000 !important;
	font-size: 20px !important;
	font-weight: bold;
}

.gform_footer {
	text-align: right;
	padding-top: 40px !important;
}

.gform_validation_errors h2 {
	padding-bottom: 0px;
}

.gform_fileupload_rules {
	color: #000000;
	font-style: italic;
}

.gform_wrapper .gfield_required {
	color: red !important;
}

.name_first label,
.name_last label,
.ginput_left label,
.ginput_right label {
	font-weight: lighter;
	font-size: 12px !important;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
	padding: 15px 20px !important;
	margin: 0 0 5px 0;
	border-radius: 0px;
	background-color: #fff;
	color: #666666;
	display: block;
	font-size: 16px;
	width: 100% !important;
	border: 1px solid #818A8F;
	font-family: 'Nunito Sans', sans-serif;
}

textarea {
	padding: 20px 20px !important;
	margin: 0 0 20px 0;
	border-radius: 0px !important;
	background-color: #fff;
	color: #333333;
	display: block;
	line-height: 20px;
	font-size: 18px !;
	width: 100% !important;
	height: 220px;
	font-family: 'Nunito Sans', sans-serif;
	border: 1px solid #818A8F;
	border-radius: 0px;
}

input[type=submit],
input[type=button] {
	display: inline-block;
	color: #ffffff;
	border-radius: 0px;
	padding: 10px 40px;
	font-size: 16px !important;
	line-height: 20px;
	text-decoration: none;
	background-color: #111111;
	border: 2px solid #111111;
	transition: .5s ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

input[type=submit]:focus,
input[type=button]:focus {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}

select {
	display: block;
	width: 100% !important;
	height: 55px !important;
	box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 0px 60px 0 20px !important;
   margin-bottom: 0px;
   border: 1px solid #818A8F;
   border-radius: 0px !important;
   color: #666666;
   opacity: 1;
   font-size: 18px;
   cursor: pointer;
   -webkit-border-radius: 3px !important;
   background-image: url('images/select.svg');
   background-position: right 20px center;
   background-repeat: no-repeat;
   background-size: 18px 12px;
   background-color: #ffffff;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
	text-transform: none !important;
}

input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
	color: #000000 !important;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	opacity: 1;
	top: 3px;
}

input:focus,
textarea:focus,
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus {
	border-color: #000000;
}

input[type="file"] {
	border: 2px solid #111111;
	color: #111111;
	display: inline-block;
	padding: 20px;
	cursor: pointer;
	background: #ffffff;
}

input[type="checkbox"],
input[type="radio"] {
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

.validation_message {
	color: red;
}

.inlineForm {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 750px;
}

.inlineForm.small {
	max-width:500px;
}

.inlineForm.large {
	min-width: 500px;
}

.inlineForm label {
	display: none !important;
}

.inlineForm .gform_wrapper,
.inlineForm .gform_footer {
	padding-bottom: 0px !important;
}

.inlineForm .validation_error {
	display: none !important;
}

.inlineForm .gfield_description.validation_message {
	position: absolute;
	bottom: -40px;
}

.inlineForm input[type="email"] {
	display: block !important;
	width: 65% !important;
	height: 50px;
	border-color: #ffffff;
}

.inlineForm input[type="submit"] {
	display: block !important;
	width: 42% !important;
	height: 50px;
	border-radius: 0;
	margin: 0px !important;
	background: #111111;
	color: #ffffff;
	border: none;
}

.inlineForm input[type="submit"]:hover {
	background: #000000;
	color: #000000;
}

input[type="text"].searchInput {
	background-color: #ffffff;
}

.hide_label label {
	display: none !important;
}

.gform_ajax_spinner {
	margin-left: 10px !important;
}

/* ========================================================================== *\
   8. ALIGNMENT
\* ========================================================================== */

.alignleft,
.alignright {
	max-width: 636px !important;	/* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft,
.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright,
.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================================================== *\
   9. CAPTIONS
\* ========================================================================== */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* ========================================================================== *\
   10. GUTENBERG
\* ========================================================================== */

.entry-content {
	padding: 0 4.8rem;
}

.entry-content > * {
  margin: 0px auto;
  max-width: 114rem;
}

.noMarginBottom {
	margin: 36px auto 0px auto !important;
}

.noMarginTop {
	margin: 0px auto 36px auto !important;
}

.noMargin {
	margin: 0 auto;
}

.entry-content > .alignwide {
	margin: 2em auto;
	max-width: 120rem;
}

.entry-content > .alignfull {
  margin: 2.4rem 0;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.wp-block-button__link {
	border-radius: 0px !important;
	display: block !important;
	padding: 20px 40px !important;
	font-size: 18px !important;
	line-height: 18px !important;
}

.wp-block-column .wp-block-image {
	margin: 0px 0px 20px 0px;
}

.wp-block-columns.space-between {
	justify-content: space-between !important;
}

.is-cropped .blocks-gallery-item img {
	width: auto !important;
	height: 400px !important;
	max-width: 1000% !important;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.is-cropped .blocks-gallery-item figure {
	overflow: hidden;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.is-cropped .blocks-gallery-item img {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover;
		height: 400px !important;
		width: 100% !important;
		max-width: 100% !important;
		position: unset !important;
		top: unset !important;
		left: unset !important;
		-webkit-transform: unset !important;
		transform: unset !important;
	}

	.is-cropped .blocks-gallery-item figure {
		overflow: unset !important;
	}
}

.entry-content ul,
.entry-content ol {
  margin: 1.5em auto;
  list-style-position: outside;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

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

.entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper, .wp-block-embed-vimeo > .wp-block-embed__wrapper, .wp-block-embed-youtube > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe, .wp-block-embed-vimeo > .wp-block-embed__wrapper > iframe, .wp-block-embed-youtube > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/* ========================================================================== *\
   11. COLUMNS
\* ========================================================================== */

.columns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.columns.align-start {
	justify-content: flex-start;
}

.columns .col {
	display: block;
}

.centerV {
	align-items: center;
}

.col.right {
	text-align: right;
}

.one_half {
	width:48%;
}

.one_third {
	width:30.66%;
}

.two_third {
	width:65.33%;
}

.one_fourth {
	width:22%;
}

.three_fourth{
	width:74%;
}

.one_fifth {
	width:16.8%;
}

.two_fifth{
	width:37.6%;
}

.three_fifth {
	width:58.4%;
}

.four_fifth {
	width:79.2%;
}

.one_sixth {
	width:13.33%;
}

.five_sixth {
	width:82.67%;
}