/*!
Theme Name: goodglamm
Theme URI: 
Author: goodglamm
Author URI: 
Description: Description
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goodglamm
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.

goodglamm 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #5C5C5C;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  clear: both;
}

h1, h2 {
  font-family: Inter, sans-serif;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

.w-full {
  width: 100%;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}

.flex {
  display: flex;
}

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

.justify-between {
  justify-content: space-between;
}

.hidden {
  overflow: hidden;
}

.hide {
  display: none !important;
}

.show {
  display: inherit;
}

.wp-video-popup {
  display: flex !important;
  position: relative;
}
.wp-video-popup:hover {
  text-decoration: underline;
}

.celebrity_box .wp-block-uagb-image__figure .wp-video-popup::after {
  content: "";
  background-image: url("./img/play-icon.svg");
  height: 40px;
  width: 40px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  background-position: center;
  background-size: cover;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0em;
  padding: 0 0 0 1.6rem;
}

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: 1em 0;
}

.wp-block-embed {
  margin: 0;
}

.wp-video {
  max-width: 100%;
  width: 100% !important;
}
.wp-video .mejs-controls {
  display: none;
}
.wp-video .mejs-overlay-button {
  background: url(./img/PlayButton.svg);
  background-position: center !important;
  background-size: 100%;
  opacity: 0.8;
}
.wp-video .mejs-overlay-button:hover {
  opacity: 1;
}

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

/* Links
--------------------------------------------- */
a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button:not(.menu-toggle):not(.plyr__control),
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 14px;
  font-weight: 700;
  border: 1px solid;
  border-color: #333333 #333333 #333333;
  border-radius: 3px;
  background: #333333;
  color: #8D8D8D;
  line-height: 1;
  padding: 1em 1em;
  text-transform: uppercase;
  cursor: pointer;
}
button:not(.menu-toggle):not(.plyr__control):disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  background: #F3F3F3;
  border-color: #F3F3F3;
}
button:not(.menu-toggle):not(.plyr__control):disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:hover {
  background: #F3F3F3;
  border-color: #F3F3F3;
}
button:not(.menu-toggle):not(.plyr__control):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #000 #000 #000;
  background-color: #000000;
  color: #fff;
}
button:not(.menu-toggle):not(.plyr__control):active, button:not(.menu-toggle):not(.plyr__control):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: #333333 #333333 #333333;
}

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: #5C5C5C;
  border: 1px solid #E7E7E7;
  padding: 5px 10px;
  border-radius: 2px;
  min-height: 48px;
  width: 100%;
}
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: #5C5C5C;
  outline: none;
}

select {
  color: #5C5C5C;
  padding: 5px 10px;
  border-radius: 2px;
  min-height: 48px;
  width: 100%;
  border: 1px solid #E7E7E7;
  background-color: transparent;
}
select:focus {
  color: #5C5C5C;
  outline: none;
}

textarea {
  width: 100%;
}

label {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: inline-block;
}

.wpcf7-form label {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.wpcf7-form button,
.wpcf7-form input[type=button],
.wpcf7-form input[type=reset],
.wpcf7-form input[type=submit] {
  width: 100%;
}
.wpcf7-form textarea {
  height: 120px;
}

.play-button {
  height: 0;
}

.play-button a {
  filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.14));
  height: 32px !important;
  width: 32px !important;
  border-radius: 32px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(38px) !important;
  position: absolute;
  bottom: 15px !important;
  right: 8px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.play-button a:hover {
  background: rgb(255, 255, 255) !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.site-main {
  flex-grow: 1;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.site-footer {
  background-color: #2F2F2E;
  min-height: 72px;
  display: flex;
  align-items: center;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
}
.site-footer .footer-logo {
  display: none;
}
.site-footer .site-info {
  display: block;
  text-align: center;
}
.site-footer img {
  filter: grayscale(1) invert(1);
}
.site-footer p {
  margin: 0;
}

.logo-list img {
  padding: 8px 20px 8px 0;
}

/* container */
.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer {
    background-color: #2F2F2E;
    min-height: 72px;
    display: flex;
    align-items: center;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
  }
  .site-footer .footer-logo {
    display: block;
  }
  .site-footer .site-info {
    display: flex;
    text-align: left;
  }
  .site-footer img {
    filter: grayscale(1) invert(1);
  }
  .site-footer p {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .celebrity_box {
    min-width: 250px;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-title {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
}

.site-header {
  z-index: 9;
  padding: 8px 0px;
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.3s;
}
.site-header.sticky_header {
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  padding: 8px 0px;
}

.home .site-main, .page-template-front-page-php .site-main {
  padding: 0;
}
.home .site-header, .page-template-front-page-php .site-header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.home .site-header.sticky_header, .page-template-front-page-php .site-header.sticky_header {
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  padding: 8px 0px;
}

.site-branding img,
.footer-logo img {
  max-width: 78px;
}

.site-branding .mobile_logo img {
  max-width: 40px;
}

/* NO BORDER SPINNER */
.good_glamm_loader {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: black;
}

.nb-spinner {
  width: 70px;
  height: 70px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-radius: 50%;
  animation: 1s spin linear infinite;
}

@media screen and (min-width: 767px) {
  .site-header {
    z-index: 9;
    padding: 24px 4px;
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0;
    transition: all 0.3s;
  }
  .site-header.sticky_header {
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0px;
  }
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000000;
  width: 100%;
  display: none;
}
.main-navigation ul {
  margin: 0;
  list-style: none;
  padding: 15px;
}
.main-navigation ul ul {
  height: 0;
  overflow: hidden;
  padding: 0 0 0 20px;
}
.main-navigation ul ul li.menu-item-has-children > a:first-child {
  position: relative;
}
.main-navigation ul ul a {
  font-size: 13px;
  padding: 6px 2px;
  display: flex;
  justify-content: space-between;
}
.main-navigation ul ul a::after {
  font-size: 16px;
}
.main-navigation ul ul :hover > a::after,
.main-navigation ul ul .focus > a::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.main-navigation ul :hover > a::after,
.main-navigation ul .focus > a::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.main-navigation > ul > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}
.main-navigation > ul > li.menu-item-has-children > a:first-child {
  position: relative;
}
.main-navigation li.current-menu-ancestor > a:not([href*=\#]), .main-navigation li.current-menu-item > a:not([href*=\#]), .main-navigation li.focus > a:not([href*=\#]) {
  color: #FFF;
  background-color: #2F2F2E;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 5px 15px;
}
.main-navigation a:hover, .main-navigation a.active {
  color: #FFF;
  background-color: #2F2F2E;
}

/* Small menu. */
.menu-toggle {
  height: 20px;
  width: 30px;
  position: relative;
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
}
.menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-toggle span:nth-child(1) {
  position: absolute;
  top: 0;
  width: 19px;
  right: 0;
}
.menu-toggle span:nth-child(2) {
  position: absolute;
  top: calc(50% - 1px);
  width: 27px;
  right: 0;
}
.menu-toggle span:nth-child(3) {
  position: absolute;
  top: calc(100% - 2px);
  width: 19px;
  right: 0;
}

.menu-toggle,
.main-header.toggled .main-navigation {
  display: block;
}

.main-header.toggled .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.main-header.toggled .menu-toggle span:nth-child(1),
.main-header.toggled .menu-toggle span:nth-child(3) {
  background-color: #000;
  top: calc(50% - 2px);
  top: 6.5px;
}
.main-header.toggled .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.main-header.toggled .menu-toggle span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

@media screen and (min-width: 991px) {
  .main-navigation {
    position: relative;
    display: flex;
    align-items: stretch;
    background-color: transparent;
    width: auto;
  }
  .main-navigation ul {
    border: none;
    padding: 0px;
  }
  .main-navigation ul ul {
    position: absolute;
    padding: 10px 0;
    z-index: 9999;
    width: 240px;
    top: 100%;
    height: auto;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    left: auto;
    display: block;
    overflow: visible;
  }
  .main-navigation ul ul li {
    position: relative;
  }
  .main-navigation ul ul li a {
    margin: 0px 0px 0px 0px;
    padding: 9px 20px;
    color: #FFF;
  }
  .main-navigation ul ul li.menu-item-has-children > a:first-child::after {
    content: "";
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    font-size: 16px;
    position: absolute;
    margin-top: -5px;
    right: 15px;
    top: 50%;
    font-weight: 800;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-in-out;
  }
  .main-navigation ul ul .sub-menu {
    left: 100%;
    top: -10px;
  }
  .main-navigation > ul > li {
    display: flex;
    align-items: stretch;
    position: relative;
  }
  .main-navigation > ul > li > a {
    padding: 2px 8px 2px 8px;
    border: none;
  }
  .main-navigation > ul > li::before {
    content: "";
    position: absolute;
    left: -0.5px;
    width: 0;
    border-right: solid 1px #bfa249;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-navigation > ul > li:last-child a {
    margin-right: 4px;
  }
  .main-navigation > ul > li:last-child::after {
    content: "";
    position: absolute;
    right: -0.5px;
    width: 0;
    border-right: solid 1px #bfa249;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-navigation > ul > li.menu-item-has-children > a:first-child {
    padding-right: 18px;
    position: relative;
  }
  .main-navigation > ul > li.menu-item-has-children > a:first-child::after {
    content: "";
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    font-size: 16px;
    position: absolute;
    margin-top: -4px;
    right: 9px;
    top: 50%;
    font-weight: 800;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #6F6F6F;
    padding: 0px 16px 0px 16px;
  }
  .main-navigation a.active {
    color: #000;
    font-weight: 600;
    background-color: transparent;
  }
  .main-navigation a:hover {
    color: #000000;
    background-color: transparent;
  }
  .main-navigation li.current-menu-ancestor > a:not([href*=\#]), .main-navigation li.current-menu-item > a:not([href*=\#]), .main-navigation li.focus > a:not([href*=\#]) {
    color: #000;
    font-weight: 600;
    background-color: transparent;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: end;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

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

.tabs-content {
  position: relative;
}

#social_scroll_section {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#social_scroll_section::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}

.position_none {
  position: unset;
}

.doing_good__carousel {
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  padding-right: 15px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* IE and Edge */
}
.doing_good__carousel::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
.doing_good__carousel--right_button, .doing_good__carousel--left_button {
  height: 60px;
  width: 60px !important;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  position: absolute;
}
.doing_good__carousel--right_button span, .doing_good__carousel--left_button span {
  color: #ffffff;
}
.doing_good__carousel--right_button {
  top: 50%;
  margin-top: -30px;
  right: 20px;
}
.doing_good__carousel--left_button {
  top: 50%;
  margin-top: -30px;
  left: 20px;
}
.doing_good__carousel--left_button svg {
  transform: rotate(180deg);
  margin-left: -2px;
}
.doing_good__carousel--cetegory--list {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px 0;
  margin-bottom: 20px;
  overflow: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.doing_good__carousel--cetegory--list::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.doing_good__carousel--cetegory--list--items a {
  padding: 10px 21px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  text-transform: capitalize;
  color: #000000;
  opacity: 0.4;
  display: block;
  border-radius: 30px;
  margin-right: 52px;
  white-space: nowrap;
}
.doing_good__carousel--cetegory--list--items.active a {
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
}
.doing_good__carousel--box, .doing_good__carousel--box1 {
  box-shadow: 8px 8px 0 0 #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px !important;
  border-radius: 8px;
  background-color: #ffbeba;
  align-items: flex-start;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  width: 100%;
  max-width: 430px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
}
.doing_good__carousel--box:nth-child(3n+1), .doing_good__carousel--box1:nth-child(3n+1) {
  background-color: #ffbeba;
}
.doing_good__carousel--box:nth-child(3n+2), .doing_good__carousel--box1:nth-child(3n+2) {
  background-color: #A1A2FF;
}
.doing_good__carousel--box:nth-child(3n+3), .doing_good__carousel--box1:nth-child(3n+3) {
  background-color: #79EAFF;
}
.doing_good__carousel--box--innerBox, .doing_good__carousel--box1--innerBox {
  margin-top: auto;
}
.doing_good__carousel--box--button, .doing_good__carousel--box1--button {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  padding: 13px 21px;
  margin-bottom: 13px;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid transparent;
  border-radius: 4px;
}
.doing_good__carousel--box--button .uagb-button__icon, .doing_good__carousel--box1--button .uagb-button__icon {
  display: flex;
  align-items: center;
}
.doing_good__carousel--box--button svg, .doing_good__carousel--box1--button svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.doing_good__carousel--box--button:hover, .doing_good__carousel--box--button:focus, .doing_good__carousel--box1--button:hover, .doing_good__carousel--box1--button:focus {
  border: 2px solid #000;
  background-color: transparent;
  color: #000000;
}
.doing_good__carousel--box--button:hover svg, .doing_good__carousel--box--button:focus svg, .doing_good__carousel--box1--button:hover svg, .doing_good__carousel--box1--button:focus svg {
  fill: #000;
}
.doing_good__carousel--box--text, .doing_good__carousel--box1--text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 39px;
  margin-top: 9px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  min-height: 75px;
}
.doing_good__carousel--box--text.good-products, .doing_good__carousel--box1--text.good-products {
  overflow: visible;
  display: block;
}
.doing_good__carousel--box--text p, .doing_good__carousel--box1--text p {
  margin: 0;
}
.doing_good__carousel--box--text.active, .doing_good__carousel--box1--text.active {
  overflow: visible;
  display: block;
  -webkit-box-orient: unset;
}
.doing_good__carousel--box2 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px !important;
  border-radius: 8px;
  background-color: #ffffff;
  align-items: flex-start;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  width: 100%;
  max-width: 430px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.07);
}
.doing_good__carousel--box2--image {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.doing_good__carousel--box2--image img {
  display: block;
}
.doing_good__carousel--box2--innerBox {
  margin-top: auto;
}
.doing_good__carousel--box2--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}
.doing_good__carousel--box2--text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  margin-top: 9px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5C5C5C;
}
.doing_good__carousel--box2--text.good-products {
  overflow: visible;
  display: block;
}
.doing_good__carousel--box2--text p {
  margin: 0;
}
.doing_good__carousel--box2--text.active {
  overflow: visible;
  display: block;
  -webkit-box-orient: unset;
}
.doing_good__carousel--box2--button {
  background-color: transparent;
  color: #000000;
  margin-bottom: 0;
  padding: 13px 0;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 4px;
  margin-top: auto;
}
.doing_good__carousel--box2--button .uagb-button__icon {
  display: flex;
  align-items: center;
}
.doing_good__carousel--box2--button svg {
  fill: #000000;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  transition: all 0.3s;
}
.doing_good__carousel--box2--button:hover, .doing_good__carousel--box2--button:focus {
  color: #000000;
}
.doing_good__carousel--box2--button:hover svg, .doing_good__carousel--box2--button:focus svg {
  margin-left: 15px;
}
.doing_good__carousel--image {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.doing_good__carousel--image img {
  display: block;
}
.doing_good__carousel--text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 39px;
  margin-top: 9px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  min-height: 75px;
}
.doing_good__carousel--text.good-products {
  overflow: visible;
  display: block;
}
.doing_good__carousel--text p {
  margin: 0;
}
.doing_good__carousel--text.active {
  overflow: visible;
  display: block;
  -webkit-box-orient: unset;
}
.doing_good__carousel--button {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  padding: 13px 21px;
  margin-bottom: 13px;
  display: flex;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid transparent;
  border-radius: 4px;
}
.doing_good__carousel--button .uagb-button__icon {
  display: flex;
  align-items: center;
}
.doing_good__carousel--button svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.doing_good__carousel--button:hover, .doing_good__carousel--button:focus {
  border: 2px solid #000;
  background-color: transparent;
  color: #000000;
}
.doing_good__carousel--button:hover svg, .doing_good__carousel--button:focus svg {
  fill: #000;
}

#doing_good::after {
  content: "";
  width: 60%;
  height: 60%;
  background: linear-gradient(134.27deg, rgba(115, 237, 186, 0.2) 5.56%, rgba(238, 242, 22, 0.2) 49.74%, rgba(119, 210, 47, 0.2) 93.01%);
  opacity: 0.5;
  filter: blur(125px);
  border-radius: 1000px;
  position: absolute;
  right: -20%;
  bottom: -20%;
  z-index: -1;
}

.investors::before {
  content: "";
  height: 100px;
  width: 81px;
  background-image: url(./img/investors_bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -15px;
  top: 0;
}

.celebrity_section::before {
  content: "";
  height: 100px;
  width: 81px;
  background-image: url(./img/Celebrity_star.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -15px;
  top: 0;
}

.doing_good_section::before {
  content: "";
  height: 100px;
  width: 81px;
  background-image: url(./img/doing_good_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -15px;
  top: 0;
}

.press_section_bg_icon::before {
  content: "";
  height: 100px;
  width: 81px;
  background-image: url(./img/press_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -15px;
  top: 0;
}

.social_section_bg_icon::before {
  content: "";
  height: 100px;
  width: 81px;
  background-image: url(./img/hash-tag_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -15px;
  top: 0;
}

.mobile_logo {
  display: none;
  width: 40px;
}
.mobile_logo a {
  display: flex;
  align-items: center;
}

.desktop_logo {
  display: flex;
}

#business_verticals_section::after {
  content: "";
  position: absolute;
  width: 703px;
  height: 703px;
  right: 0px;
  bottom: -290px;
  background: linear-gradient(134.27deg, rgba(115, 186, 237, 0.16) 5.56%, rgba(22, 242, 216, 0.16) 49.74%, rgba(210, 165, 47, 0.16) 93.01%);
  opacity: 0.3;
  filter: blur(125px);
  border-radius: 1000px;
}

#doing_good_section::after {
  content: "";
  position: absolute;
  width: 413px;
  height: 413px;
  right: -92px;
  bottom: 0px;
  background: #FCFEF2;
  opacity: 0.5;
  border-radius: 1000px;
}

#partnership_section p.uagb-heading-text {
  text-align: justify;
}
#partnership_section::after {
  content: "";
  position: absolute;
  width: 434px;
  height: 434px;
  left: -190px;
  bottom: 0;
  background: #FEF6EE;
  opacity: 0.5;
  filter: blur(125px);
  border-radius: 1000px;
}

#press_section::after {
  content: "";
  position: absolute;
  width: 315px;
  height: 315px;
  left: -93px;
  bottom: 0px;
  background: #F6FEFC;
  opacity: 0.5;
  border-radius: 1000px;
}

#social_section::after {
  content: "";
  position: absolute;
  width: 315px;
  height: 315px;
  left: -135px;
  bottom: 0;
  background: linear-gradient(134.27deg, rgba(115, 237, 186, 0.2) 5.56%, rgba(238, 242, 22, 0.2) 49.74%, rgba(119, 210, 47, 0.2) 93.01%);
  opacity: 0.5;
  filter: blur(125px);
  border-radius: 1000px;
}

#Investors_section .wp-block-uagb-image__figure img, #Investors_section img {
  vertical-align: middle;
}
#Investors_section .wp-block-uagb-image__figure, #Investors_section figure {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 991px) {
  #business_verticals_section::after {
    content: "";
    position: absolute;
    width: 703px;
    height: 703px;
    right: 0px;
    bottom: -290px;
    background: linear-gradient(134.27deg, rgba(115, 186, 237, 0.16) 5.56%, rgba(22, 242, 216, 0.16) 49.74%, rgba(210, 165, 47, 0.16) 93.01%);
    opacity: 0.3;
    filter: blur(125px);
    border-radius: 1000px;
  }
  #doing_good_section::after {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    right: 0;
    bottom: -40%;
    background: linear-gradient(134.27deg, rgba(115, 237, 186, 0.2) 5.56%, rgba(238, 242, 22, 0.2) 49.74%, rgba(119, 210, 47, 0.2) 93.01%);
    opacity: 0.5;
    filter: blur(125px);
    border-radius: 1000px;
  }
  #partnership_section::after {
    content: "";
    position: absolute;
    width: 770px;
    height: 770px;
    left: -133px;
    bottom: -20%;
    background: linear-gradient(134.27deg, rgba(237, 115, 115, 0.16) 5.56%, rgba(242, 154, 22, 0.16) 49.74%, rgba(60, 47, 210, 0.16) 93.01%);
    opacity: 0.5;
    filter: blur(125px);
    border-radius: 1000px;
  }
  #press_section::after {
    content: "";
    position: absolute;
    width: 703px;
    height: 703px;
    left: -194px;
    bottom: -20%;
    background: linear-gradient(134.27deg, rgba(115, 186, 237, 0.16) 5.56%, rgba(22, 242, 216, 0.16) 49.74%, rgba(210, 165, 47, 0.16) 93.01%);
    opacity: 0.3;
    filter: blur(125px);
    border-radius: 1000px;
  }
  #social_section::before {
    content: "";
    position: absolute;
    width: 770px;
    height: 770px;
    right: -10%;
    top: 30%;
    background: linear-gradient(134.27deg, rgba(237, 115, 115, 0.16) 5.56%, rgba(242, 154, 22, 0.16) 49.74%, rgba(60, 47, 210, 0.16) 93.01%);
    opacity: 0.5;
    filter: blur(125px);
    border-radius: 1000px;
  }
  #social_section::after {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    left: -69px;
    bottom: -10%;
    background: linear-gradient(134.27deg, rgba(115, 237, 186, 0.2) 5.56%, rgba(238, 242, 22, 0.2) 49.74%, rgba(119, 210, 47, 0.2) 93.01%);
    opacity: 0.5;
    filter: blur(125px);
    border-radius: 1000px;
  }
  .investors::before {
    content: "";
    height: 320px;
    width: 261px;
    background-image: url(./img/investors_bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -120px;
    top: -55px;
  }
  .celebrity_section::before {
    content: "";
    height: 284px;
    width: 326px;
    background-image: url(./img/Celebrity_star.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -130px;
    top: -55px;
  }
  .doing_good_section::before {
    content: "";
    height: 318px;
    width: 326px;
    background-image: url(./img/doing_good_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -130px;
    top: -110px;
  }
  .press_section_bg_icon::before {
    content: "";
    height: 548px;
    width: 548px;
    background-image: url(./img/press_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -370px;
    top: -106px;
  }
  .social_section_bg_icon::before {
    content: "";
    height: 365px;
    width: 330px;
    background-image: url(./img/hash-tag_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -133px;
    top: -160px;
  }
  .doing_good__carousel--rightScroll2 {
    height: 60px;
    width: 60px;
    margin-top: -30px;
    right: 20px;
  }
  .doing_good__carousel--box, .doing_good__carousel--box1 {
    min-width: 430px;
  }
  .doing_good__carousel--box2 {
    min-width: 430px;
  }
  .absolute-full-width {
    position: absolute;
    right: 0;
    z-index: 9;
  }
}
@media screen and (min-width: 767px) {
  #social_section .absolute-full-width {
    position: relative;
  }
}
.wpcf7-form .column-full {
  position: relative;
}

.wpcf7-form .column-full .wpcf7-spinner {
  position: absolute;
  right: 2px;
  margin: 0;
  top: 9px;
}

.uagb-separator {
  background-image: url(./img/separator.svg);
  height: 10px;
  width: 120px;
  background-size: 100%;
  background-repeat: no-repeat;
  border: none !important;
}

.insta_box iframe {
  background: #FFFFFF !important;
  border: 1px solid #E8E8E8 !important;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.07) !important;
  border-radius: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 990px) {
  .mobile_logo {
    display: flex;
  }
  .desktop_logo {
    display: none;
  }
  .uagb-separator {
    background-image: url(./img/separator_white.svg);
  }
  #contact_section {
    background-color: #343434;
  }
  #contact_section h1, #contact_section h2, #contact_section h3, #contact_section h4, #contact_section h5, #contact_section h6, #contact_section a {
/*     color: #fff; */
  }
  #contact_section .uagb-separator {
    border-color: #fff;
  }
  #contact_section .contace_form_box h1, #contact_section .contace_form_box h2, #contact_section .contace_form_box h3, #contact_section .contace_form_box h4, #contact_section .contace_form_box h5, #contact_section .contace_form_box h6, #contact_section .contace_form_box a {
    color: #000000;
  }
  .doing_good__carousel {
    gap: 15px;
  }
  .doing_good__carousel--right_button, .doing_good__carousel--left_button {
    height: 42px;
    width: 42px !important;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.25));
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 10px;
    z-index: 8 !important;
  }
  .doing_good__carousel--right_button svg, .doing_good__carousel--left_button svg {
    height: 13px;
  }
  .doing_good__carousel--right_button span, .doing_good__carousel--left_button span {
    color: #ffffff;
  }
  .doing_good__carousel--left_button {
    left: 10px;
  }
  .doing_good__carousel--cetegory--list {
    border-bottom: 1px solid #E1E1E1;
    padding: 0;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    margin-bottom: 30px;
  }
  .doing_good__carousel--cetegory--list::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .doing_good__carousel--cetegory--list--items a {
    padding: 13px 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.4;
    display: block;
    border-radius: 0px;
    margin-right: 30px;
    white-space: nowrap;
  }
  .doing_good__carousel--cetegory--list--items.active a {
    opacity: 1;
    background-color: transparent;
    color: #000000;
    font-weight: 800;
    border-bottom: 4px solid #000000;
  }
  .doing_good__carousel--text {
    font-size: 12px;
    line-height: 16px;
    min-height: 50px;
    margin-bottom: 20px;
  }
  .doing_good__carousel--text.good-products {
    overflow: visible;
    display: block;
  }
  .doing_good__carousel--box--button, .doing_good__carousel--box1--button {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 600;
    background-color: transparent;
    padding: 5px 0;
    color: #000000;
    border: none !important;
  }
  .doing_good__carousel--box--button svg, .doing_good__carousel--box1--button svg {
    fill: #000;
  }
  .doing_good__carousel--button {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 600;
  }
  .doing_good__carousel--box2 {
    padding-bottom: 15px !important;
  }
  .doing_good__carousel--box2--title {
    min-height: auto;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .doing_good__carousel--box2--text {
    font-size: 12px;
    line-height: 16px;
    min-height: auto;
    margin-bottom: 0px;
  }
  .doing_good__carousel--box2--button {
    font-size: 11px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: auto;
  }
  #press_section .doing_good__carousel--right_button, #press_section .doing_good__carousel--left_button {
    top: 24% !important;
    margin-top: 0px !important;
  }
  .no_bg .doing_good__carousel--box2 {
    padding: 0px !important;
    box-shadow: none;
    border: none;
    background-color: transparent;
  }
  .no_bg .doing_good__carousel--box2--button svg {
    height: 13px;
    width: 13px;
  }
  #business_verticals_section .wp-block-uagb-container,
.business_verticals_section .wp-block-uagb-container {
    box-shadow: none;
  }
  .tab-content .doing_good__carousel--box2 {
    position: relative;
    padding: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
  }
  .tab-content .doing_good__carousel--box2--innerBox {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    padding: 0 10px 0 10px;
    min-height: 115px;
    display: flex;
    flex-direction: column;
  }
  .tab-content .doing_good__carousel--box2 .doing_good__carousel--text {
    margin-bottom: 0px;
    min-height: unset;
  }
}
@media screen and (min-width: 767px) {
  .absolute-full-width {
    max-width: 96% !important;
  }
  .absolute-full-width {
    position: absolute;
    right: 0;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .doing_good__carousel--right_button, .doing_good__carousel--left_button {
    display: none !important;
  }
  .mw-xs-250 {
    min-width: 250px;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

footer .widget {
  margin-bottom: 0;
}

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

html .plyr--full-ui.plyr--video .plyr__control--overlaid {
  background-image: url(./img/PlayButton.svg);
  background-size: cover;
  height: 40px;
  width: 40px;
  background-color: transparent;
}
html .plyr--full-ui.plyr--video .plyr__control--overlaid svg {
  display: none;
}

html .videoWrapper:hover .plyr--playing .plyr__control--overlaid {
  opacity: 0.5;
  visibility: visible;
}
html .videoWrapper:hover .plyr--playing .plyr__control--overlaid:hover {
  opacity: 1;
}

@media screen and (min-width: 767px) {
  html .plyr--full-ui.plyr--video .plyr__control--overlaid {
    height: 78px;
    width: 78px;
  }
}
/* 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;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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
--------------------------------------------- *//*# sourceMappingURL=style.css.map */