/*!
Theme Name: Don Bull Creative
Theme URI: http://underscores.me/
Author: rwalton
Author URI: http://underscores.me/
Description: Portfolio theme for Don Bull Creative
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Don Bull Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --primary: var(--wp--preset--color--primary);
  --on-primary: var(--wp--preset--color--secondary);
  --primary-shade: hsl(from var(--primary) h calc(s - 61) calc(l - 19));
  --on-primary-shade: var(--wp--preset--color--neutral-light);
  --primary-tint: hsl(from var(--primary) h calc(s - 2) calc(l + 5));
  --on-primary-tint: var(--wp--preset--color--neutral-dark);
  --secondary: var(--wp--preset--color--secondary);
  --on-secondary: var(--wp--preset--color--neutral-dark);
  --accent-01: var(--wp--preset--color--accent-01);
  --on-accent-01: var(--wp--preset--color--neutral-light);
  --neutral-light: var(--wp--preset--color--neutral-light);
  --on-neutral-light: var(--wp--preset--color--neutral-dark);
  --neutral-dark: var(--wp--preset--color--neutral-dark);
  --on-neutral-dark: var(--wp--preset--color--neutral-light);
  --grey-10: #ffffff;
  --grey-20: #e6e6e6;
  --grey-30: #cccccc;
  --grey-40: #b3b3b3;
  --grey-50: #999999;
  --grey-60: #808080;
  --grey-70: #666666;
  --grey-80: #4d4d4d;
  --color__background-body: var(--secondary);
  --color__background-screen: #f1f1f1;
  --color__background-hr: var(--grey-30);
  --color__background-pre: #eee;
  --color__background-ins: #fff9c0;
  --color__text-main: var(--on-secondary);
  --color__text-screen: #21759b;
  --color__text-input: var(--grey-70);
  --color__text-input-focus: var(--grey-80);
  --color__link: var(--accent);
  --color__link-visited: var(--accent);
  --color__link-hover: var(--accent-shade);
  --color__border-input: var(--grey-30);
  --color__border-abbr: var(--grey-70);
}

:root {
  --font__main: var(--wp--preset--font-family--primary);
  --font__headline: var(--wp--preset--font-family--secondary);
  --font__code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --font__pre: "Courier 10 Pitch", courier, monospace;
  --font__line-height-body: 1.5;
  --font__line-height-pre: 1.6;
  --font-base-size: 62.5%;
}

:root {
  --size__site-main: var(--wp--style--global--content-size);
  --size__site-full: var(--wp--style--global--wide-size);
  --size__site-scaling: 82%;
  --drawer-width: 300;
  --gutter-large: 3.6rem;
  --gutter: 2.6rem;
  --gutter-small: 1.6rem;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/*!
Theme Name: Don Bull Creative
Theme URI: http://underscores.me/
Author: rwalton
Author URI: http://underscores.me/
Description: Portfolio theme for Don Bull Creative
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Don Bull Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 2rem 0;
  line-height: 1.1;
}

h1 {
  font-family: var(--font__headline);
  font-size: var(--wp--preset--font-size--x-large);
}
@media only screen and (min-width: 800px) {
  h1 {
    font-size: var(--wp--preset--font-size--xxx-large);
  }
}

h2 {
  font-family: var(--font__headline);
  font-size: var(--wp--preset--font-size--x-medium);
  font-weight: 300;
}
h2.entry-title {
  font-weight: 300;
  font-size: var(--wp--preset--font-size--x-medium);
}
@media only screen and (min-width: 800px) {
  h2 {
    font-size: var(--wp--preset--font-size--x-medium);
  }
}

h3 {
  font-size: var(--wp--preset--font-size--x-medium);
}
@media only screen and (min-width: 800px) {
  h3 {
    font-size: var(--wp--preset--font-size--x-large);
  }
}

h4 {
  font-size: var(--wp--preset--font-size--medium);
}
@media only screen and (min-width: 800px) {
  h4 {
    font-size: var(--wp--preset--font-size--large);
  }
}

h5 {
  font-size: var(--wp--preset--font-size--medium);
}
@media only screen and (min-width: 800px) {
  h5 {
    font-size: var(--wp--preset--font-size--x-medium);
  }
}

.subtitle-large {
  font-size: var(--wp--preset--font-size--x-medium);
}

.subtitle-small {
  font-size: var(--wp--preset--font-size--medium);
}

.archive-post-title {
  font-family: var(--font__main);
  margin-top: 0;
  font-size: var(--wp--preset--font-size--x-medium);
}

p {
  margin-bottom: 0.5em;
}
p.small {
  font-size: var(--wp--preset--font-size--small);
}
p.xsmall {
  font-size: var(--wp--preset--font-size--x-small);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: var(--color__background-pre);
  font-family: var(--font__pre);
  line-height: var(--font__line-height-pre);
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: var(--font__code);
}

abbr,
acronym {
  border-bottom: 1px dotted var(--color__border-abbr);
  cursor: help;
}

mark,
ins {
  background: var(--color__background-ins);
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  font-size: var(--font-base-size);
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color__text-main);
  font-family: var(--font__main);
  font-size: var(--wp--preset--font-size--regular);
  line-height: var(--font__line-height-body);
}

/* Elements
--------------------------------------------- */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: var(--color__background-body);
  overflow-x: hidden;
}
body.no-scoll {
  overflow: hidden;
}

hr {
  background-color: var(--color__background-hr);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.wp-block-separator {
  width: 100%;
  border-bottom: 1px solid;
}

ul,
ol {
  margin: 0 0 0.5rem 1rem;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--accent-01);
  text-decoration: none;
  position: relative;
}
a:visited {
  color: var(--accent-01);
}
a:hover, a:active {
  outline: thin dotted;
  text-decoration: underline;
}
a.allcaps {
  text-transform: uppercase;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 2px solid;
  border-color: var(--primary);
  border-radius: 0px;
  background: var(--primary);
  color: var(--on-primary);
  line-height: 1;
  padding: 1rem 2rem 1rem 2rem;
  transition: border-radius 1s ease;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-radius: 8px;
  background: var(--primary);
  color: var(--on-primary);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: var(--neutral-dark);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--color__text-input);
  border: 1px solid var(--color__border-input);
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--color__text-input-focus);
}

select {
  border: 1px solid var(--color__border-input);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*!
Theme Name: Don Bull Creative
Theme URI: http://underscores.me/
Author: rwalton
Author URI: http://underscores.me/
Description: Portfolio theme for Don Bull Creative
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Don Bull Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --block-header-height: 46px;
}
@media only screen and (min-width: 540px) {
  :root {
    --block-header-height: 46px;
    --size__site-scaling: 90%;
  }
}
@media only screen and (min-width: 800px) {
  :root {
    --block-header-height: 46px;
    --size__site-scaling: 90%;
  }
}
@media only screen and (min-width: 1320px) {
  :root {
    --block-header-height: 46px;
    --size__site-scaling: 98%;
  }
}

.main-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1rem;
  position: relative;
  grid-template-areas: "A1" "A2" "A3" "A4" "A5" "A6" "B1" "B2" "B3" "B4" "B5" "B6" "C1" "C2" "C3" "C4" "C5" "C6";
  max-width: var(--size__site-main);
  width: 100%;
  margin: 0 auto 6rem auto;
}
@media only screen and (min-width: 540px) {
  .main-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "A1 A2" "A3 A4" "A5 A6" "B1 B2" "B3 B4" "B5 B6" "C1 C2" "C3 C4" "C5 C6";
  }
}
@media only screen and (min-width: 800px) {
  .main-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "A1 A2 A3" "A4 A5 A6" "B1 B2 B3" "B4 B5 B6" "C1 C2 C3" "C4 C5 C6";
  }
}
@media only screen and (min-width: 1320px) {
  .main-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "A1 A2 A3 A4 A5 A6" "B1 B2 B3 B4 B5 B6" "C1 C2 C3 C4 C5 C6";
  }
}

.main-grid-item {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: opacity 1s ease;
  cursor: pointer;
}
.main-grid-item.active header span {
  transform: rotate(45deg);
}
.main-grid-item.active .main-content img {
  opacity: 0.6;
}
.main-grid-item.disable:not(.active) {
  opacity: 0.15;
  pointer-events: none;
}
.main-grid-item header {
  border-top: 1px solid var(--primary);
  padding: 1rem 0;
  flex: 0 0 var(--block-header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  color: var(--primary);
}
.main-grid-item header h2 {
  font-size: var(--wp--preset--font-size--regular);
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.main-grid-item header span {
  transition: transform 0.5s ease;
  padding: 0;
  margin: 0;
  display: flex;
}
.main-grid-item .main-content {
  position: relative;
  padding: 0;
  margin: auto;
  background-color: var(--neutral-light);
  flex: 2 0 fit-content;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.main-grid-item .main-content img {
  transition: opacity 1s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sub-grid-item {
  aspect-ratio: 1/1;
}

.about-block {
  grid-area: A1;
}

.projects-block {
  grid-area: A2;
}

.clients-block {
  grid-area: A3;
}

.services-block {
  grid-area: A4;
}

.sector-block {
  grid-area: A5;
}

.contact-block {
  grid-area: A6;
}

.slideshow_btn {
  background-color: var(--secondary);
  border: 0;
  border-radius: 0;
  padding: 0;
  pointer-events: all;
}
.slideshow_btn img {
  display: block;
}
.slideshow_btn:hover {
  border: 0;
}

.page-content {
  position: relative;
}

.site-header {
  position: relative;
  margin: 2rem auto 0 auto;
  padding: 0;
  max-width: var(--size__site-main);
  width: var(--size__site-scaling);
}

.site-branding {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 800px) {
  .site-branding {
    flex-direction: row;
  }
}
.site-branding img {
  display: block;
  width: 32px;
}

.header-copy {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 2rem 0;
}
.header-copy h2 {
  margin: 0;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--x-medium);
}

.site-main {
  margin: 0 auto;
  padding: 0rem;
  max-width: var(--size__site-main);
  width: var(--size__site-scaling);
}

.site-footer {
  grid-area: B1;
  background-color: var(--secondary);
  color: var(--on-secondary);
  padding: 0rem;
  margin-top: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  opacity: 1;
  transition: opacity 1s ease;
  min-height: 180px;
}
@media only screen and (min-width: 540px) {
  .site-footer {
    grid-column: B1/B2;
    grid-row: B1;
  }
}
.site-footer.contain {
  margin: 2rem auto;
  padding: 0rem;
  max-width: var(--size__site-main);
  width: var(--size__site-scaling);
}
.site-footer img {
  width: 106px;
}
.site-footer.disable {
  opacity: 0.15;
}
.site-footer .inner-container {
  border-top: 1px solid var(--primary);
  width: 75%;
  width: 100%;
  margin: 0;
  padding-top: 2rem;
}

.dbc-contact-form.wpforms-container-full:not(:empty) {
  margin: 0;
}
.dbc-contact-form .wpforms-field-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.dbc-contact-form .wpforms-field {
  padding: 0px 0px 4px 0px !important;
}
.dbc-contact-form .wpforms-field input, .dbc-contact-form .wpforms-field textarea {
  font-size: var(--wp--preset--font-size--small) !important;
}

.wpforms-container-full .dbc-contact-btn {
  width: 100%;
  font-size: var(--wp--preset--font-size--small) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 0 !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: var(--neutral-light) !important;
}

.dbc-contact-form.wpforms-container-full:not(:empty) {
  height: 100%;
}

/*!
Theme Name: Don Bull Creative
Theme URI: http://underscores.me/
Author: rwalton
Author URI: http://underscores.me/
Description: Portfolio theme for Don Bull Creative
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Don Bull Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.sub-grid-item {
  width: 100%;
  overflow: hidden;
  align-self: end;
}
.sub-grid-item.img-block {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  margin: 0;
  background-color: var(--secondary);
}
.sub-grid-item.img-block figure {
  padding: 0rem;
  margin: 0;
  background-color: var(--secondary);
  height: 100%;
}
.sub-grid-item.img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-content, .overlay-grid {
  overflow: hidden;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
  opacity: 0;
  pointer-events: none;
}
.overlay-content.active, .overlay-grid.active {
  opacity: 1;
}
.overlay-content.active .inner-form-container, .overlay-grid.active .inner-form-container {
  pointer-events: all;
}
.overlay-content img, .overlay-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay-content article, .overlay-grid article {
  padding: 0rem;
  background-color: var(--secondary);
  align-self: end;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.overlay-content p, .overlay-grid p {
  margin-bottom: 0.5em;
  margin-top: 0;
  font-size: var(--wp--preset--font-size--regular);
}
@media only screen and (min-width: 540px) {
  .overlay-content p, .overlay-grid p {
    font-size: var(--wp--preset--font-size--small);
  }
}
.overlay-content ul, .overlay-grid ul {
  list-style: none;
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
}
.overlay-content .inner-form-container, .overlay-grid .inner-form-container {
  background-color: var(--secondary);
  height: 100%;
  align-self: end;
}
.overlay-content .inner-form-container input,
.overlay-content .inner-form-container textarea, .overlay-grid .inner-form-container input,
.overlay-grid .inner-form-container textarea {
  width: 100%;
  margin-bottom: 0.5rem;
}

.overlay-grid {
  height: auto;
}

.close-btn {
  padding: 1rem;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: var(--primary);
  max-height: 40px;
  position: relative;
  z-index: 2;
  pointer-events: all;
  font-size: var(--wp--preset--font-size--medium);
}
.close-btn:hover {
  background-color: transparent;
  color: var(--neutral-dark);
}

.about-content {
  grid-column: A1;
  grid-row: A1;
}

.contact-content {
  grid-column: A6;
  grid-row: A6;
  padding: 0rem;
}

.project-content {
  width: 100%;
  background-color: transparent;
}
.project-content .proj-fill {
  grid-area: A1;
  margin-top: var(--block-header-height);
  background-color: transparent;
  border: 0;
  display: block;
}
.project-content .proj-copy {
  grid-area: A2;
  margin-top: var(--block-header-height);
  background-color: var(--secondary);
  border: 0;
  font-size: var(--wp--preset--font-size--regular);
}
.project-content .proj1 {
  grid-area: A3;
  margin-top: var(--block-header-height);
}
.project-content .proj2 {
  grid-area: A4;
  margin-top: var(--block-header-height);
}
.project-content .proj3 {
  grid-area: A5;
  margin-top: var(--block-header-height);
}
.project-content .proj4 {
  grid-area: A6;
  margin-top: var(--block-header-height);
}
.project-content .proj5 {
  grid-area: B1;
  margin-top: 0;
}
.project-content .proj6 {
  grid-area: B2;
  margin-top: 0;
}
.project-content .close-btn {
  grid-area: B3;
}
@media only screen and (min-width: 540px) {
  .project-content {
    grid-column: A1/A6;
    grid-row: A1/C1;
  }
  .project-content .proj-fill {
    display: none;
  }
  .project-content .proj1 {
    grid-area: A3;
    margin-top: var(--block-header-height);
  }
  .project-content .proj2 {
    grid-area: A4;
    margin-top: var(--block-header-height);
  }
  .project-content .proj3 {
    grid-area: A5;
    margin-top: var(--block-header-height);
  }
  .project-content .proj4 {
    grid-area: A6;
    margin-top: var(--block-header-height);
  }
  .project-content .proj5 {
    grid-area: B1;
    margin-top: 0;
  }
  .project-content .proj6 {
    grid-area: B2;
    margin-top: 0;
  }
  .project-content .close-btn {
    grid-column: B3/B4;
  }
}
@media only screen and (min-width: 800px) {
  .project-content {
    grid-column: A1/A6;
    grid-row: A1/C1;
  }
  .project-content .proj-fill {
    display: none;
  }
  .project-content .proj1 {
    grid-area: A5;
    margin-top: var(--block-header-height);
  }
  .project-content .proj2 {
    grid-area: A3;
    margin-top: 0;
  }
  .project-content .proj3 {
    grid-area: A4;
    margin-top: var(--block-header-height);
  }
  .project-content .proj4 {
    grid-area: A5;
    margin-top: 0;
  }
  .project-content .proj5 {
    grid-area: B2;
    margin-top: 0;
  }
  .project-content .proj6 {
    grid-area: B3;
    margin-top: 0;
  }
  .project-content .close-btn {
    display: none;
  }
}
@media only screen and (min-width: 1320px) {
  .project-content {
    grid-column: A1/A6;
    grid-row: A1/C1;
  }
  .project-content .proj-fill {
    display: none;
  }
  .project-content .proj-copy {
    margin-top: var(--block-header-height);
    font-size: var(--wp--preset--font-size--small);
  }
  .project-content .proj1 {
    grid-area: A3;
    margin-top: var(--block-header-height);
  }
  .project-content .proj2 {
    grid-area: A4;
    margin-top: var(--block-header-height);
  }
  .project-content .proj3 {
    grid-area: B3;
    margin-top: 0;
  }
  .project-content .proj4 {
    grid-area: B4;
    margin-top: 0;
  }
  .project-content .proj5 {
    grid-area: C2;
    margin-top: 0;
  }
  .project-content .proj6 {
    grid-area: B1;
    margin-top: 0;
  }
  .project-content .close-btn {
    display: none;
  }
}

.client-content {
  grid-column: A1/A6;
  grid-row: A1/B1;
}
.client-content ul {
  columns: 2;
}
.client-content .client-fill-1 {
  grid-area: A1;
  margin-top: var(--block-header-height);
  background-color: transparent;
  border: 0;
  display: block;
}
.client-content .client-fill-2 {
  grid-area: A2;
  margin-top: var(--block-header-height);
  background-color: transparent;
  border: 0;
  display: block;
}
.client-content .client-copy {
  grid-area: A3;
  margin-top: var(--block-header-height);
  background-color: var(--secondary);
  border: 0;
  font-size: var(--wp--preset--font-size--regular);
}
.client-content .client1 {
  grid-area: A4;
  margin-top: var(--block-header-height);
}
@media only screen and (min-width: 540px) {
  .client-content {
    grid-column: A1/A6;
    grid-row: A1/B1;
  }
  .client-content .client-fill-1, .client-content .client-fill-2 {
    display: block;
  }
  .client-content .client-copy {
    margin-top: var(--block-header-height);
    grid-area: A3;
  }
  .client-content .client1 {
    margin-top: var(--block-header-height);
    grid-area: A4;
  }
}
@media only screen and (min-width: 800px) {
  .client-content {
    grid-column: A1/A6;
    grid-row: A1/B1;
  }
  .client-content .client-fill-1, .client-content .client-fill-2 {
    display: none;
  }
  .client-content .client-copy {
    margin-top: var(--block-header-height);
    grid-area: A3;
  }
  .client-content .client1 {
    margin-top: var(--block-header-height);
    grid-area: A6;
  }
}
@media only screen and (min-width: 1320px) {
  .client-content {
    grid-column: A1/A6;
    grid-row: A1/B1;
  }
  .client-content .client-fill-1, .client-content .client-fill-2 {
    display: none;
  }
  .client-content .client-copy {
    font-size: var(--wp--preset--font-size--small);
  }
  .client-content .client-copy {
    margin-top: var(--block-header-height);
    grid-area: A3;
  }
  .client-content .client1 {
    grid-area: B3;
    margin-top: 0;
  }
}

.services-content {
  grid-column: A4;
  grid-row: A4;
}

.sector-content {
  grid-column: A5;
  grid-row: A5;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*!
Theme Name: Don Bull Creative
Theme URI: http://underscores.me/
Author: rwalton
Author URI: http://underscores.me/
Description: Portfolio theme for Don Bull Creative
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Don Bull Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: auto;
  background-color: transparent;
}
.main-navigation .inner-menu-container {
  position: fixed;
  left: calc(var(--drawer-width) * -1px);
  top: 0;
  width: calc(var(--drawer-width) * 1px);
  height: 100vh;
  background-color: var(--accent-01);
  border-right: 1px var(--neutral-dark) solid;
  transition: left 1s ease;
  z-index: 999;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  justify-content: space-around;
  padding: 3rem;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  font-size: var(--font-size-200);
  font-family: var(--header-typeface);
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: var(--accent);
}
.main-navigation li:hover > a::after, .main-navigation li.focus > a::after {
  display: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: var(--on-primary);
  transition: color 0.5s ease;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.menu-toggle .inner-menu-container,
.main-navigation.toggled ul .inner-menu-container {
  left: 0px;
}

.menu-toggle {
  position: relative;
}

.main-navigation.toggled .inner-menu-container {
  left: 0px;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 1rem auto;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  padding: 1rem;
  background-color: var(--color__background-button);
  color: var(--color-text-button);
  display: inline-block;
  border: 1px solid var(--color__border-button);
  text-decoration: none;
  transition: all 0.5s ease;
  border-radius: 12px;
}
.comment-navigation .nav-previous a:hover, .comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  border: 1px solid var(--color__border-button-hover);
  background-color: var(--accent-01-tint);
  color: var(--on-accent-01-tint);
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.nav-icon {
  width: 30px;
  padding: 0.5rem;
  background-color: var(--secondary);
  border-radius: 0px;
  border: 1px solid transparent;
  box-shadow: none;
  margin: 0 auto;
}
.nav-icon:focus {
  background-color: transparent;
  outline: thin dotted;
  border: 1px solid #666;
}
.nav-icon:hover, .nav-icon:active {
  background-color: transparent;
  border: 1px solid transparent;
  outline: 0;
  box-shadow: none;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon span {
  background-color: var(--neutral-dark);
  content: "";
  display: block;
  height: 3px;
  margin: 3px 0;
  transition: all 0.2s ease-in-out;
}

.toggled .nav-icon:before {
  transform: translateY(6px) rotate(135deg);
}
.toggled .nav-icon:after {
  transform: translateY(-6px) rotate(-135deg);
}
.toggled .nav-icon span {
  transform: scale(0);
}

/* Posts and pages
--------------------------------------------- */
/*!
Theme Name: Don Bull Creative
Theme URI: http://underscores.me/
Author: rwalton
Author URI: http://underscores.me/
Description: Portfolio theme for Don Bull Creative
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Don Bull Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0;
}

.page-content,
.entry-summary {
  margin: 0;
  padding: 0;
}

.page-title {
  max-width: var(--size__site-main);
  width: var(--size__site-scaling);
  margin: 1rem auto 1rem auto;
}

.page-content .full-width {
  max-width: none;
  width: var(--size__site-full);
  margin: 2rem 0;
  padding: 2rem;
  background-color: var(--primary);
  color: var(--on-primary);
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.archive-grid {
  max-width: var(--size__site-main);
  width: var(--size__site-scaling);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 2rem;
}
@media only screen and (min-width: 800px) {
  .archive-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}

.archive-post-block {
  padding: 2rem;
  background-color: var(--accent-01);
}

.archive-featured-image {
  margin: 0;
}
.archive-featured-image a {
  display: block;
}
.archive-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: var(--wp--preset--aspect-ratio--4-3);
  display: block;
}

.archive-entry-header {
  margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
/*!
Theme Name: Don Bull Creative
Theme URI: http://underscores.me/
Author: rwalton
Author URI: http://underscores.me/
Description: Portfolio theme for Don Bull Creative
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Don Bull Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color__background-screen);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color__text-screen);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
/*!
Theme Name: Don Bull Creative
Theme URI: http://underscores.me/
Author: rwalton
Author URI: http://underscores.me/
Description: Portfolio theme for Don Bull Creative
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Don Bull Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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