/* Typography - Overwrites GP settings to use em */

html body {
  font-size: 17px;
  font-weight: 300;
  overflow-x: hidden;
}

body h1,
body h2 {

}

body h1 {
  font-size: 1.8em;
}

body h2 {
  font-size: 1.65em;
}

body h3 {
  font-size: 1.5em;
}

h3.widget-title {
 font-size: 1.35em;
}

body h4 {
  font-size: 1.25em
}

body h5,
body h6 {
  font-size: 1.1em;
}

body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
}

body h4 {
  font-size: 1.2em;
}

body p {
  margin-bottom: 1.15em;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  body h3.widget-title {
    margin-bottom: 16px;
  }
}

/* Colors */

body .site-header,
body #page,
body article.type-project .entry-meta h3 {
  background: #fcfbfa;
}

body .grecaptcha-badge {
  display: none !important;
}

/* Lists */

ul,
.entry-content .widget ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 1em;
}

ul li,
.widget ul li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget .textwidget ul li {
  list-style: disc;
}

.entry-content .widget ul.products {
  padding-left: 0;
}

/* Input */

input, select, textarea {
  font-family: 'Montserrat', sans-serif !important;
}

input[type='url'] {
  width: 100%;
}

body input[type='url'],
body input[type='text'],
body input[type='tel'],
body input[type='email'],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="number"],
body textarea {
  border: none;
  background: #fcfbfa !important;
  line-height: 1;
  transition: 0.5s ease-in-out;
  padding: 10px 0;
  border-bottom: 2px solid #000;
  font-weight: bold;
}

body textarea {
  padding: 20px 0;
}

/* Buttons - WooCommerce MyAccount specific */

body .woocommerce-MyAccount-navigation ul {
  margin: 0;
}

body .woocommerce-MyAccount-navigation li {
  list-style: none;
  display: block;
  float: none;
}

body .woocommerce-MyAccount-navigation li a {
  display: block;
}

body .woocommerce-MyAccount-navigation li + li {
  margin-top: 15px;
}

/* Buttons */

body a.edit,
body .woocommerce-MyAccount-navigation li a,
body .button-menu .menu li a,
body a.button,
body .button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
body input[type="submit"],
body #wpsl-search-btn,
body .so-widget-sow-button .ow-button-base a.ow-button-hover,
.reward-button.donate .added_to_cart {
	font-size: 1em;
	font-weight: 700;
	padding: 10px 15px;
	background: transparent;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
	color: #000000;
	transition: 0.5s ease-in-out;
	line-height: 1.5;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
}

body a.edit,
body .woocommerce-MyAccount-navigation li a,
body .button-menu .menu li a,
body .so-widget-sow-button .ow-button-base a.ow-button-hover span {
  color: #000000;
  transition: 0.5s ease-in-out;
  text-transform: lowercase;
}

body a.edit:hover,
body .woocommerce-MyAccount-navigation li:hover a,
body .button-menu .menu li:hover a,
body a.button:hover,
body .button:hover,
body a.button:focus,
body .button:focus,
body a.button:active,
body .button:active,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body #wpsl-search-btn:hover,
body .so-widget-sow-button .ow-button-base a.ow-button-hover:hover {
	background: #000000;
	color: #ffffff;
  border-color: #000000;
}

body .so-widget-sow-button .ow-button-base a.ow-button-hover:hover span {
  color: #ffffff;
}

body .so-widget-sow-button .ow-button-base a [class^="sow-icon-"] {
	margin-top: 0;
	padding-left: 0.75em;
}

@media screen and (max-width: 768px) {
	body .so-widget-sow-button .ow-button-base a {
		width: 100%;
	}
  body h1 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 380px) {
	body .so-widget-sow-button .ow-button-base a [class^="sow-icon-"] {
		display: block;
		width: 100% !important;
		margin: 0 auto;
		text-align: center;
		font-size: 2em;
		padding: 0 10px 10px 10px;
		height: auto;
		line-height: 1;
	}
	body .so-widget-sow-button .ow-button-base a.ow-button-hover {
		text-align: center !important;
	}
}

/* Select */

body #page .select2 {
  border: none;
  border-bottom: 2px solid #000;
}

body .select2-container--default .selection {

}

body .select2-container .selection .select2-selection--single {
  background: #fcfbfa;
  padding-left: 0;
  font-weight: bold;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
}

/* WPCF7 Forms */

body div.wpcf7 {
  margin-left: 0;
  margin-right: 0;
}

.wpcf7 .row {

}

.wpcf7 .col > label {

}

.wpcf7 .col input[type="submit"] {

}

body .wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 15px;
}

/* Donors Page Buttons */

body .level-info-wrapper .button {
  background: #d6aa6e;
  border-color: #d6aa6e;
  text-transform: uppercase;
  color: #FFF;
  padding: 5px 15px;
  font-size: 0.95em;
  position: relative;
  top: -10px;
}

body .level-info-wrapper .button:hover {
  background: #000;
}

/* Team Box */

.simple-team-box {
  margin-bottom: 1.5em !important;
}

.team-box {
  background: #4d4d4d;
  position: relative;
  overflow: hidden;
  max-height: 600px;
}

.team-box h3,
.team-box p {
  color: #FFF;
  text-transform: uppercase;
}

.team-box h3 {
  font-size: 1.2em;
  margin-bottom: 0;
  line-height: 1.1;
}

.team-box .widget_sow-editor:not(.popup-parent) {
  padding: 15px 10px;
}

.team-box .popup-trigger {
  position: relative;
  object-fit: cover;
}

.team-box .popup-trigger img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-box .popup-trigger::after,
.team-box .popup-trigger::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}

.team-box .popup-trigger::before {
  content: '';
  background: rgba(255,255,255,0);
  z-index: 1;
}

.team-box .popup-trigger::after {
  content: '+';
  font-size: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: #2d2d2d;
  z-index: 2;
  transform: translateY(30px);
}

.team-box:hover .popup-trigger::before {
  background: rgba(255,255,255,0.65);
}

.team-box:hover .popup-trigger::after {
  opacity: 1;
  transform: translateY(0);
}

/*--------------------------------------------------------------
## Header Customs
--------------------------------------------------------------*/

body .inside-navigation,
body #page .site-content {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 1024px) {
  body #page {
    margin-top: 120px;
  }
}

/* Scrolled Class to change header behaviour on scroll */

.scrolled .header-nav-wrap,
.as-scrolled .header-nav-wrap {

}

.scrolled .custom-logo,
.as-scrolled .custom-logo {

}

.scrolled .header-nav-wrap .main-nav a,
.as-scrolled .header-nav-wrap .main-nav a {

}

/*--------------------------------------------------------------
## Dual Primary Menu
--------------------------------------------------------------*/

#main-nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#main-nav-wrap .main-left-nav,
#main-nav-wrap .main-right-nav {
  width: 50%;
  max-width: 735px;
  position: static;
}

#main-nav-wrap .main-left-nav {

}

#main-nav-wrap .main-right-nav {
  right: 0;
}

body .main-navigation {
    position: absolute;
    width: auto;
    line-height: 0;
    border: 0;
    bottom: 0;
    left: calc((100% - 1470px)/2);
}

body .main-navigation .main-nav .main-right-nav ul li a {
  text-transform: none;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

body .main-navigation .main-nav ul li.social-item {
  display: inline-block;
  float: none;
  width: auto;
}

body .main-navigation .main-nav ul li.social-item a {
  padding-right: 0;
}

body .main-navigation .main-nav ul li.social-item + li.social-item a {
  padding-left: 15px;
}

body .main-navigation .main-nav ul li.social-item a::before {
  font-size: 2rem;
}

@media screen and (max-width: 1470px) {
  body .main-navigation {
    left: 0;
  }
}

/*--------------------------------------------------------------
## Main Menu Colors
--------------------------------------------------------------*/

body .main-navigation .menu-toggle.clicked {
  color: #FFF;
}

body .main-navigation .menu-toggle.clicked .mobile-menu {
  opacity: 0;
}
/* MENU ITEMS */

body .main-navigation {
	background-color: transparent;
}

body .main-navigation .main-nav ul li a {
  max-width: 1470px;
  margin: 0 auto;
  padding: 5px 40px;
  font-size: 2rem;
}

body .main-navigation .navigation-search input[type="search"],
body .main-navigation .navigation-search input[type="search"]:active {
	color: #FFF;
	background-color: transparent;
}

body .main-navigation .navigation-search input[type="search"]:focus {
	color: #FFF;
	background-color: transparent;
}

body .main-navigation .main-nav ul li a {
	color: #FFF;
}

body .main-navigation .menu-toggle {
	color: #000;
  font-size: 2.5em !important;
  height: 50px;
  width: 50px;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}

body .main-navigation .mobile-menu  {
  display: block;
  text-align: left;
  text-transform: lowercase;
  font-size: 0.35em;
  padding: 0;
  line-height: 0;
  position: absolute;
  bottom: -10px;
  width: 103%;
}

body button.menu-toggle::before {
  line-height: 60px;
  text-align: left;
}

body .main-navigation .main-nav ul li:last-child a {
  padding-right: 0;
}

body .navigation-search.nav-search-active {
  background: #FFF;
}

/* SUB-NAVIGATION */

body .main-navigation .main-nav ul ul li a {
	background: transparent;
  color: #FFF;
}

/* SUB-NAVIGATION HOVER */

body .main-navigation .main-nav ul ul li:hover > a,
body .main-navigation .main-nav ul ul li:focus > a,
body .main-navigation .main-nav ul ul li.sfHover > a {
	color: #FFF;
	background: transparent;
}

/* CURRENT ITEMS AND HOVER*/

body .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: #FFF;
	background-color: transparent;
}

body .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a,
body .main-navigation .main-nav ul li[class*="current-menu-"]:focus > a,
body .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
	color: #FFF;
	background-color: transparent;
}

/* MENU ITEM HOVER */

body .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
body .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
body .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
body .main-navigation .menu-bar-item:hover > a,
body .main-navigation .menu-bar-item.sfHover > a {
	color: #FFF;
	background-color: transparent;
}

body .main-navigation .main-nav ul:hover li[class*="current-menu-"] > a {
  text-decoration: none;
}

body .main-navigation .main-nav ul:hover li[class*="current-menu-"]:hover > a,
body .main-navigation .main-nav ul:hover li[class*="current-menu-"].sfHover > a {

}

/* SUB-NAVIGATION CURRENT ITEMS */

body .main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
	color: #000;
	background-color: #FFF;
  text-decoration: underline;
}

body .main-navigation .main-nav ul ul li[class*="current-menu-"]:hover > a,
body .main-navigation .main-nav ul ul li[class*="current-menu-"]:focus > a,
body .main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a {
	color: #000;
	background-color: #FFF;
}

/* Menu Mobile Customs */

@media screen and (max-width: 768px) {
  body .header-widget {
    font-size: 0.7em;
  }
  body .header-widget .panel-grid {
    margin-bottom: 10px !important;
  }
  body .inside-header {
    padding-bottom: 10px;
  }
  body .inside-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-nav-wrap {
    flex-wrap: wrap;
    overflow: scroll;
    flex-direction: row;
    justify-content: center;
  }
  #main-nav-wrap .main-left-nav,
  #main-nav-wrap .main-right-nav {
    width: 100%;
  }
  #main-nav-wrap .main-left-nav {
    margin-top: 30px;
  }
  body .main-nav ul {
    margin-top: 0;
  }
  body .main-navigation .main-nav ul li a {
    padding-left: 80px;
    line-height: 40px;
  }
  body .main-navigation .main-nav ul li + li {
    margin-top: 10px;
  }
  #main-nav-wrap .main-right-nav {
    margin-top: 20px;
  }
  body .main-navigation .menu-toggle {
    font-size: 2em !important;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 560px) {
  body .main-navigation .main-nav ul li a {
    font-size: 1.75rem;
  }
  body .main-navigation .main-nav ul li + li {
    margin-top: 0;
  }
}

@media screen and (max-width: 420px) {
  body .header-widget {
    font-size: 0.65em;
  }
  body .header-widget .inline-menu .menu li + li {
    margin-left: 10px;
  }
  body .main-navigation .main-nav ul li a {
    font-size: 1.5rem;
  }
  body .main-navigation .main-nav ul li + li {
    margin-top: 0;
  }
}

@media screen and (max-width: 360px) {
  body .inside-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Inline menu customs */

body .inline-menu .menu li a {
  text-transform: lowercase;
  font-size: 1.3em;
  position: relative;
}

@media screen and (max-width: 1560px) {
  body .inline-menu .menu li a {
    font-size: 1.1em;
    line-height: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1560px) {
  body .inside-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .inline-menu .menu li {
    padding-bottom: 0;
  }
}

/* Breadcrumbs */

#breadcrumbs {
  margin-bottom: 30px;
}

.single #breadcrumbs {
  margin-bottom: 30px;
}

/* Hide Sidebar-menu current item */

.entry-content .current-menu-item {
  display: none !important;
}

/* Brush */

body img[src*='loveitaly-brush.png'] {
  opacity: 0.5;
}

/* Blog Top Area */

.blog-top-area {
  margin-bottom: 30px;
}

body .blog-top-area .inline-menu .menu {
  text-align: center;
}

body .blog-top-area .inline-menu .menu li.current-post-parent a::after,
body .blog-top-area .inline-menu .menu li.current-menu-item a::after {
  content: "";
  height: 2px;
  background: #000000;
  width: 30px;
  display: block;
  position: absolute;
  top: 125%;
  left: 0;
  right: 0;
  margin: auto;
}

/* above footer area */

.above-footer-area {
  margin-top: 60px;
}

/* So-panel fix */

body .so-panel {

}

body .so-panel:last-child,
.widget p:last-child {
  margin-bottom: 0 !important;
}

/* Right line element */

.title-line h3.widget-title,
.line p:last-child {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

h3.widget-title {
  text-transform: uppercase;
  margin-bottom: 1.1em;
  font-size: 1.1em;
  font-weight: bold;
}

.title-line h3.widget-title {
  margin-left: 0;
  padding-left: 0;
}

.line .textwidget {
  text-align: center;
}

.title-line h3.widget-title::after,
.line p:last-child::after {
  content: "";
  height: 2px;
  background: #000000;
  width: 100px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

body .black-ribbon {
  font-family: "Raleway", sans-serif;
}

/* Content */

#content {
  transition: margin 0.5s ease-in-out;
  padding-top: 30px !important;
}

.transition-off #content {
  transition: none;
}

#page,
#content {
  width: 100%;
}

@media screen and (max-width: 1560px) {
  #content {
    padding-top: 20px;
  }
}

iframe {
  display: block;
}

/* Entry Header */

.page .entry-content:not(:first-child) {
    margin-top: 0;
}

.single .site-content > article > .entry-header {
  padding-top: 2em;
}

.single-campaign .wp-block-image figure.aligncenter,
.single-campaign .wp-block-image figure.aligncenter img {
  width: 100%;
}

.single-campaign .campaign.closed .collected-container h4 {
  display: none;
}

.single-campaign p + .so-widget-sow-button {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1024px) {
  .single-project .site-content > article > .entry-header,
  .single-campaign .site-content > article > .entry-header {
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) {
  body.single-campaign .site-footer {
    margin-top: 5px;
  }
}

/* Blog Layout */

.basil-post-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  left: 50%;
  right: 50%;
  width: 98vw;
  position: relative;
  margin-left: -49vw;
  margin-right: -49vw;
}

.blog .site-main,
.archive .site-main {
  margin-left: -5px;
  margin-right: -5px;
}

.blog .site-main > .page-header,
.archive .site-main > .page-header,
.blog .site-main > .paging-navigation,
.archive .site-main > .paging-navigation {
  width: 100%;
}

body .paging-navigation {
  padding: 30px 20px;
  text-align: center;
  font-size: 1.25em;
}

.basil-post-wrap::before,
.basil-post-wrap::after {
  display: none !important;
}

.basil-post-wrap article {
  width: 25%;
  padding: 7px;
  overflow: hidden;
  margin-bottom: 0 !important;
  max-height: 400px;
}

.basil-post-wrap article:nth-child(8n+7),
.basil-post-wrap article:nth-child(8n+1) {
  width: 30%;
}

.basil-post-wrap article:nth-child(8n+3),
.basil-post-wrap article:nth-child(8n+5) {
  width: 20%;
}

.basil-post-wrap .inside-article {
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.basil-post-wrap .entry-meta,
.basil-post-wrap .entry-summary {
  display: none !important;
}

.basil-post-wrap .entry-header {
  position: absolute;
  padding: 15px 20px;
  background: rgba(0,0,0,0.75);
  z-index: 10;
  width: 100%;
  min-height: 20%;
  bottom: 0;
  left: 0;
}

.basil-post-wrap .post-image a,
.basil-post-wrap .post-image {
  margin: 0 !important;
  position: relative;
  height: 100%;
}

.basil-post-wrap .post-image a,
.basil-post-wrap .post-image img {
  display: block;
}

.basil-post-wrap .post-image img {
  transition: 1.0s ease-in-out;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.basil-post-wrap article:hover .post-image img {
  transform: scale(1.2);
  transition: 7.0s ease-in-out;
}

.basil-post-wrap .entry-header h2,
.basil-post-wrap .entry-header a,
.basil-post-wrap .entry-header a:hover,
.basil-post-wrap .entry-header a:visited {
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 1180px) {
  .basil-post-wrap article,
  .basil-post-wrap article:nth-child(8n+7),
  .basil-post-wrap article:nth-child(8n+1),
  .basil-post-wrap article:nth-child(8n+3),
  .basil-post-wrap article:nth-child(8n+5)
   {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .basil-post-wrap article,
  .basil-post-wrap article:nth-child(8n+7),
  .basil-post-wrap article:nth-child(8n+1),
  .basil-post-wrap article:nth-child(8n+3),
  .basil-post-wrap article:nth-child(8n+5)
   {
    width: 100%;
  }
}

/* Page Layout */

body.page h1.entry-title {
  font-weight: 700;
  margin-top: 1em;
}

.page .site-main > article .entry-title:not(.campaign-title) {
  margin-bottom: 1.5em;
}

/* Blog single layout */

.single .site-main > article .inside-article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.single .site-main > article .entry-title {
  font-weight: 700;
  width: 100%;
}

.single .site-main > article .inside-article > * {
  width: 100%;
}

body .entry-meta {
  font-size: 1em;
  color: #000000;
}

footer.entry-meta .cat-links {
  margin-bottom: 30px;
}

footer.entry-meta .post-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer.entry-meta .post-navigation .nav-next,
footer.entry-meta .post-navigation .nav-previous {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

footer.entry-meta .post-navigation .nav-previous::after {
  content: '';
  position: absolute;
  left: calc(100% + 15px);
  height: 2px;
  width: 50px;
  background: #000000;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer.entry-meta .post-navigation .nav-next::before {
  content: '';
  position: absolute;
  right: calc(100% + 15px);
  height: 2px;
  width: 50px;
  background: #000000;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer.entry-meta .post-navigation .nav-previous .next::before {
  opacity: 1;
}

footer.entry-meta .post-navigation .nav-next .next::before {
  display: none;
}

footer.entry-meta .post-navigation .nav-next .next::after {
  content: "\f105";
  font-family: GeneratePress;
  text-decoration: inherit;
  position: relative;
  margin-left: .6em;
  width: 13px;
  text-align: center;
  display: inline-block;
  opacity: 1;
}

footer.entry-meta a,
footer.entry-meta a:hover,
footer.entry-meta a:visited {
  color: #000000;
}

.comments-area {

}

.comments-area h3 {
  margin-bottom: 0;
}

.comments-area .logged-in-as {
  margin-bottom: 30px;
}

.comments-area .form-submit {
  margin-top: 30px;
}

.comments-area textarea {
  background: #f2f2f2;
}

@media screen and (min-width: 1080px) {
  .single .site-main > article .inside-article > .featured-image,
  .single .site-main > article .inside-article > .entry-header {
    width: 50%;
    margin: 0;
  }
  .single .site-main > article .inside-article > .entry-header {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding-left: 60px;
    flex-wrap: wrap;
  }
  .single .site-main > article .inside-article > .entry-title,
  .single .site-main > article .inside-article > .entry-meta {
    width: 100%;
  }
  .single .site-main > article .inside-article > .entry-content {
    margin-top: 60px;
  }
}

/* Related Customs */

.related-wrapper.stretched {
  background: #efeeed;
  color: #000;
  padding-top: 40px;
}

.inside-related {
  max-width: 1390px;
  margin: 0 auto;
}

/* SOPB in Gutenberg */

div[class*='so-widget-'] + p {
  margin-top: 1.5em;
}

/* SOPB Product Widget */

.so-widget-wc-product-widget .woocommerce ul.products li.product {
  margin-bottom: 0;
}

/* SOPB Image Widget */

.so-widget-sow-image h3.widget-title {
  font-weight: normal;
  padding-left: 35px;
  font-size: 0.8em;
  margin-top: 5px;
}

/* Post Related */

.post-related {
  width: 100%;
}

.post-related a {
  font-weight: normal;
}

.post-related h4 {
  margin-bottom: 0;
}

.entry-meta + .post-related {
  margin-top: 30px;
}

/* SE Video */

body .se-video:not(.background) {
  margin-bottom: 0;
}

/* Footer */

.site-footer {
  margin-top: 60px;
}

body .footer-widgets {
  padding: 40px 0;;
  background: #606060;
}

body .footer-widgets * {
  text-transform: lowercase;
}

body .footer-widgets .widget {
  font-size: .95em;
}

body .footer-widgets .widget h3.widget-title {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFF;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 2px solid #FFF;
}

body .site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0;
}

body .inside-footer-widgets > div > *:first-child:last-child {
  padding: 0 40px;
  border-radius: 0;
  background: transparent;
}

body .footer-widgets .widget,
body .footer-widgets .widget a {
  color: #FFFFFF;
}

body .footer-widgets .widget li {
  display: block;
  padding-bottom: 0;
}

body .footer-widgets .widget #menu-social-footer li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  body .site-footer {
    margin-top: 35px;
  }
  body .footer-widgets {
    padding: 20px;
  }
}

/* Galleries */

figure.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .gallery .gallery-item {
    max-width: 50% !important;
  }
}
