html,
body,
h3,
h4,
h5,
h6,
a,
p,
span {
  font-family: "Galano Grotesque Regular";
}
h5 {
  color: #000;
}
/* .adieu-heading,
.adieu-heading-italic{
    font-family: 'Adieu Light' !important;
    font-style: normal;
    font-style: normal !important;
    font-size: 4.02vw;
    font-weight: 100;
    width: 100%;
    color: #000;
} */
.adieu-heading,
.adieu-heading-italic {
  font-family: "Galano Grotesque ExtraBold" !important;
  font-style: normal;
  font-style: normal !important;
  font-size: 4.02vw;
  font-weight: 100;
  width: 100%;
  color: #000 !important;
}

.adieu-heading-italic {
  /*font-style: italic !important;*/
}
/* .pad-top-3vw {
  padding-top: 6vw;
} */
.p-t-5 {
  padding-top: 5vw;
}
.p-tb-5 {
  padding: 5vw 0;
}
.g-sb-25 {
  font-family: "Galano Grotesque SemiBold";
  font-size: 25px;
}
.g-sb-23 {
  font-family: "Galano Grotesque SemiBold";
  font-size: 23px;
  color: #000;
  line-height: 1.4;
}
.g-r-23 {
  font-family: "Galano Grotesque Regular";
  font-size: 23px;
  color: #000;
  line-height: 1.4;
}
/* padding */
/* padding section  */
.padding-section {
  padding: 170px 0;
}
.padding-section-top {
  padding-top: 170px; 
}
.padding-section-bottom {
  padding-bottom: 170px;
}
/* padding block */
.padding-block {
  padding: 70px 0;
}
.padding--block-top {
  padding-top: 70px;
}
.padding--block-bottom {
  padding-bottom: 70px;
}
/* margin */
/* margin section */
.margin-section {
  margin: 170px 0;
}
.margin-section-top {
  margin-top: 170px; 
}
.margin-section-bottom {
  margin-bottom: 170px;
}
/* margin block */
.margin-block {
  margin: 70px 0;
}
.margin--block-top {
  margin-top: 70px;
}
.margin--block-bottom {
  margin-bottom: 70px;
}

.italic {
  /*font-style: italic;*/
}
.height-vh {
  height: 100vh;
}
.wp-video-shortcode video,
video.wp-video-shortcode {
  outline: 0;
}
.wp-video * {
  background: none !important;
}
.slick-slider {
  position: relative;
}
.slick-arrow {
  position: absolute;
  top: 26%;
  cursor: pointer;
  font-size: 28px;
  background-color: transparent;
  border: 0;
}
.slick-arrow:focus {
  outline: none;
}
.slick-prev.slick-arrow {
  left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.slick-next.slick-arrow {
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.slick-slide .wp-post-image {
  width: 100%;
  max-width: 345px;
}

.pagination {
  justify-content: center;
}
.pagination li a,
.pagination li span {
  font-size: 23px;
  font-family: "Galano Grotesque Regular";
  padding: 0 10px;
  cursor: pointer;
}
.pagination li a.active,
.pagination li span.active {
  font-family: "Galano Grotesque SemiBold";
  text-decoration: underline;
  cursor: context-menu;
}
.tab-content .slick-slider .slick-track {
  margin-left: 0;
}
.nav-container {
  display: flex;
  margin-top: 16px;
  /* padding: 0 37px; */
  padding: 0;
}
.nav-container .site-logo {
  width: 100%;
}
.page-template .banner {
  padding-top: 122px;
}
@keyframes shake-horizontal {
  0% {
    transform: rotate(30deg);
  }
  33% {
    transform: rotate(-20deg);
  }
  66% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shake-horizontal-links {
  0% {
    transform: rotate(12deg);
    font-weight: 600;
  }
  33% {
    transform: rotate(-12deg);
  }
  66% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated,
.page-template-hit-us-up .hitusup-tab svg:hover {
  animation: shake-horizontal-links 0.6s;
}
.menu-tags-item a.animated,
.menu-tags-item a:hover{
    font-weight: 600;
}
.menu-tags {
  display: none;
  top: 99px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #FFF200;
  padding-top: 56px;
  padding-bottom: 80px;
}
.menu-tags h2 {
  font-family: 'Galano Grotesque Bold';
  line-height: 31px;
  letter-spacing: 1.15px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.menu-tags .row {
  justify-content: space-between;
}
.menu-tags-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 290px;
}
.menu-tags-item a {
  font-family: 'Galano Grotesque Regular';
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  margin-right: 70px;
  max-width: 322px;
  width: 100%;
  padding-left: 20px;
  margin-top: 20px;
}
header#main-header {
  width: 100%;
  position: fixed;
  min-height: 125px;
  /* background-color: #FFF200; */
  top: 0;
  box-shadow: none;
  padding: 10px 25px;
}
body.admin-bar header#main-header {
  top: 32px;
}
/* .single-post #main-header .container.header-scroll-up.light-header .row .nav-container {
  background-color: #000000;
}
.single-post #main-header .container.header-scroll-up.light-header .site-identity .logo-black.symbol_full_colour {
  display: none !important;
}
.single-post #main-header .container.header-scroll-up.light-header .site-identity .symbol_full_colour_white {
  display: block !important;
  opacity: 1;
  pointer-events: all;
} */
.page-template-hit-us-up #main-header 
.top-scroll .symbol-black {
    display: block !important;
}
.page-template-hit-us-up #main-header 
.top-scroll .symbol_full_colour {
    display: none !important;
}

header#main-header nav {
  display: flex;
  flex: 0 0 305px;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
}
.container {
  max-width: 1640px;
  padding: 0 50px;
}

/* HEADER MENU ITEMS */
.header-search form {
  margin: 0;
}
.header-search form input[type="search"] {
  min-width: 183px;
  min-height: 31px;
  border-radius: unset;
  border-color: #000;
}

.menu-button {
  height: 30px;
  width: 30px;
  /* background-color: #000;
    border: 1px solid #000; */
}

/* TOGGLED HEADER */
.toggle-menu {
  top: 0;
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: absolute;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.toggle-menu.toggled {
  position: fixed;
  visibility: visible;
  opacity: 1;
}
.menu-tags-item svg {
  width: 28px;
}
.menu-tags.toggled-tags {
  display: block;
}
.toggle-main-header-container ul {
  padding: 0;
}
.toggle-main-header-container ul li {
  list-style-type: none;
  line-height: 1;
  margin-top: -10px;
  padding: 1.6vh 0;
}
.toggle-main-header-container ul li a {
  color: #FFF200;
  font-family: "Galano Grotesque SemiBold";
  /*font-style: italic;*/
  font-size: 77px;
  text-transform: uppercase;

  display: inline-block;
  position: relative;
}

.toggle-main-header-container ul li.current-menu-item a:after,
.toggle-main-header-container ul li a:after {
  content: "";
  height: 7px;
  position: absolute;
  top: 108%;
  left: 0;
  background: #FFF200;
  transition: 300ms;
}
.toggle-main-header-container ul li.current-menu-item a:after {
  width: 100%;
}
.toggle-main-header-container ul li a:after {
  width: 0;
}
/* .page-id-70 li#menu-item-72 a:after,
.page-id-138 li#menu-item-144 a:after,
.page-id-194 li#menu-item-196 a:after,
.page-id-212 li#menu-item-214 a:after,
.page-id-310 li#menu-item-312 a:after,
.page-id-321 li#menu-item-323 a:after{
    content: '';
    width: 100% !important;
    height: 7px;
    position: absolute;
    top: 110%;
    left: 0;
    background: #FFF200;
    transition: 300ms;
} */
.page-id-212
  header#main-header
  .container.light-header.top-scroll
  .site-identity
  .logo-black {
  opacity: 0;
}
.toggle-main-header-container ul li a:hover:after {
  width: 100%;
}

.toggle-main-header-container ul li a:not(:hover):after {
  right: 0;
  left: auto;
}

.toggle-main-header-container {
  margin-top: 120px;
  margin-left: 16vw;
}
a.menu-close {
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.menu-close i {
  font-size: 40px;
}
.search-mobile {
  display: none;
  width: 183px;
  margin-top: 50px;
  margin-left: 16vw;
}

.inner-page .container {
  margin-top: 102px;
}

/*  ====================
    header scrolling css
    ==================== */
/* default */
.menu-container {
  padding: 21px;
}
header#main-header .site-identity > img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#main-header .symbol-black,
#main-header .symbol_reversed,
#main-header .symbol_full_colour_white {
  width: 60px;
  padding: 6px 15px;
}
#main-header .symbol_full_colour {
  width: 30px;
  margin-left: 15px;
}
#main-header > .container {
  height: 69px;
}
header#main-header nav,
.menu-container {
  transition: all 0.3s ease-in-out;
}

/* scroll up */
/* #main-header .container.header-scroll-up .menu-button{
    background-color: #000000;
} */

/* scroll up light */
#main-header .container.header-scroll-up.light-header .row .nav-container {
  background-color: #ffffff;
}
#main-header .container.header-scroll-up.light-header .menu-button {
  background-color: #000000;
  height: 7px;
}
#main-header
  .container.header-scroll-up.light-header
  .site-identity
  .logo-white {
  opacity: 0;
  pointer-events: none;
}
#main-header
  .container.header-scroll-up.light-header
  .site-identity
  .logo-black {
  opacity: 1;
}
#main-header
  .container.header-scroll-up.light-header
  .site-identity
  .logo-black.symbol_full_colour {
  display: block !important;
}
/* #main-header
  .container.header-scroll-up.light-header
  .site-identity
  .logo-black.symbol-black {
  display: block !important;
} */
/* scroll up dark */
#main-header .container.header-scroll-up.dark-header .row .nav-container {
  background-color: #000000;
}
#main-header .container.header-scroll-up.dark-header .menu-button {
  background-color: #FFF200;
  height: 7px;
}
#main-header
  .container.header-scroll-up.dark-header
  .site-identity
  .logo-black {
  opacity: 0;
  pointer-events: none;
}
#main-header
  .container.header-scroll-up.dark-header
  .site-identity
  .logo-white {
  opacity: 1;
}
#main-header
  .container.header-scroll-up.dark-header
  .site-identity
  .logo-white.symbol_full_colour_white {
  display: block !important;
}
.page-template-blog #main-header .dark-header.top-scroll .logo-black.symbol_full_colour {
  display: block;
}
/* #main-header
  .container.header-scroll-up.dark-header
  .site-identity
  .logo-white.symbol_reversed {
  display: block !important;
} */
/* scroll down */
header#main-header .header-scroll-down .site-identity .logo-black {
  background-color: #ffffff;
}
header#main-header .header-scroll-down .site-identity .logo-white {
  background-color: #000000;
}
#main-header .header-scroll-down .nav-container > nav {
  opacity: 0;
  pointer-events: none;
}

/* scroll down light */
#main-header
  .container.header-scroll-down.light-header
  .site-identity
  .logo-white.symbol-black {
  opacity: 0;
  pointer-events: none;
}
#main-header
  .container.header-scroll-down.light-header
  .site-identity
  .logo-black {
  opacity: 1;
  /* display: block !important; */
}
.page-template-about-us #main-header
  .container.header-scroll-down.light-header
  .site-identity
  .logo-black{
    display: none !important;
  }
#main-header
  .container.header-scroll-down.light-header
  .site-identity
  .logo-black.symbol_full_colour {
  opacity: 1;
  padding: 6px 15px;
  width: 60px;
  margin: 0;
}
#main-header .header-scroll-down.light-header .menu-container {
  /*background-color: #FFFFFF;*/
}
#main-header .header-scroll-down.light-header .menu-container .menu-button {
  /*background-color: #000000;*/
  background-color: #FFF200;
  height: 7px;
}

/* scroll down dark */
#main-header
  .container.header-scroll-down.dark-header
  .site-identity
  .logo-black {
  opacity: 0;
  pointer-events: none;
}
#main-header
  .container.header-scroll-down.dark-header
  .site-identity
  .logo-white {
  opacity: 1;
}
#main-header
  .container.header-scroll-down.dark-header
  .site-identity
  .logo-white.symbol_full_colour_white {
  display: block !important;
}
#main-header .header-scroll-down.dark-header .menu-container {
  /*background-color: #000000;*/
}
#main-header .header-scroll-down.dark-header .menu-container .menu-button {
  /*background-color: #FFFFFF;*/
  background-color: #000000;
  height: 7px;
}
.single-work .elementor-widget-container
/* .single-post .elementor-widget-container */
{
  font-family: 'Galano Grotesque Regular';
}

/*.single-work .elementor-heading-title,*/
/* .single-post .elementor-heading-title{
  font-family: 'Galano Grotesque Regular' !important;
} */
.single-work #main-header nav a,
.page-template-hit-us-up #main-header nav a {
  background-color: #000000;
  border-color: #000000;
}
.single-work #main-header nav a span,
.page-template-hit-us-up #main-header nav a span {
  color: #FFF200;
}
.page-template-hit-us-up #main-header nav a.menu-toggled,
.single-work #main-header nav a.menu-toggled {
  background-color: #FFF200;
}
.page-template-hit-us-up #main-header nav a.menu-toggled span,
.single-work #main-header nav a.menu-toggled span {
  color: #000000;
}
#main-header nav a {
  font-family: 'Galano Grotesque DEMO Bold';
  line-height: 1;
  background-color: #FFF200;
  padding: 10px 17px;
  border: 1px solid #FFF200;
}
#main-header nav a span {
  font-family: 'Galano Grotesque DEMO Bold';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 10px;
}
#main-header nav a.menu-toggled {
  background-color: #ffffff;
  border-color: #000000;
}
.page-template-work #main-header .container.dark-header.top-scroll .row .nav-container {
  background-color: #000000;
}
.page-template-work header#main-header .container.dark-header.top-scroll .site-identity .symbol_full_colour_white {
  display: block !important;
  opacity: 1;
}
.page-template-work #main-header .container.dark-header.top-scroll .menu-button {
  background-color: #FFF200;
}
/* top scroll */
/* top scroll light */
#main-header .dark-header.top-scroll .logo-black.symbol_full_colour,
#main-header .dark-header.header-scroll-up .logo-black.symbol_full_colour,
#main-header .dark-header.header-scroll-down .logo-black.symbol_full_colour{
  display: none;
}
header#main-header
  .container.light-header.top-scroll
  .site-identity
  .logo-black {
  opacity: 1;
}
#main-header .container.light-header.top-scroll .menu-button {
  background-color: #FFF200;
  border-color: #FFF200;
  height: 7px;
}

/* top scroll dark */
header#main-header
  .container.dark-header.top-scroll
  .site-identity
  .logo-white {
  opacity: 0;
}
#main-header .container.dark-header.top-scroll .menu-button {
  background-color: #000000;
  border-color: #000000;
  height: 7px;
}
.menu-toggle {
  display: flex;
  flex-direction: column;
  height: 31px;
  justify-content: space-between;
}
/* Single Post Page */
.single-post #main-header .light-header.top-scroll .symbol_full_colour_white {
  display: block !important;
}

/** Work page*/
body.page-template-work .header-scroll-down .site-identity .logo-white,
body.page-template-work .top-scroll .site-identity .logo-white,
body.page-template-blog .header-scroll-down .site-identity .logo-white,
body.page-template-blog .top-scroll .site-identity .logo-white {
  background-color: #000000;
}
body.page-template-blog .container.header-scroll-up .row .nav-container {
  background-color: #000000 !important;
}
body.page-template-work .container.header-scroll-up .menu-button,
body.page-template-blog .container.header-scroll-up .menu-button {
  background-color: #ffffff;
  height: 7px;
}
body.page-template-work .header-scroll-down .menu-container .menu-button,
body.page-template-blog .header-scroll-down .menu-container .menu-button {
  background-color: #ffffff;
  height: 7px;
}
body.page-template-work .top-scroll .menu-button,
body.page-template-blog .top-scroll .menu-button {
  background-color: #000000;
  height: 7px;
}
/* FOOTER */
.footer-logo img {
  max-width: 330px;
  width: 100%;
}
footer#main-footer {
  background-color: #000;
  min-height: 553px;
}
#main-footer .row {
  margin: 0;
}
#main-footer .row > div {
  padding: 0;
}
#main-footer .row:first-of-type {
  margin: 0 auto;
  margin-top: 120px;
  width: 100%;
  max-width: 1730px;
  padding: 0 80px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
}
.box-icon {
  background-color: #FFF200;
  width: 12px;
  margin-left: 0 !important;
  height: 12px;
  margin: 33px;
}
.footer-columns h4 {
  font-size: 23px;
  color: #FFF200;
  font-weight: 500;
  min-height: 60px;
}
.footer-columns a {
  display: block;
  width: max-content;
  font-size: 16px;
  color: #fff !important;
}
.footer-columns a:hover {
  color: #FFF200 !important;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.footer-3-2-links a:last-child {
  margin-top: 20px;
  display: contents;
}
/* .footer-3-2 {
    grid-column: 3;
} */

/* Search Form */
.header-search input#mood-search-field {
  width: 100%;
  position: relative;
  /*font-style: italic;*/
  border: 1px solid #999999;
}
.header-search input#mood-search-field:focus {
  border: none;
}
#search_icon {
  position: absolute;
  display: block;
  right: 14px;
  top: 12px;
  content: "";
  width: 25px;
  height: 25px;
  background: center / cover no-repeat
    url("/wp-content/themes/silkscreen-child/assets/images/Icon ionic-ios-search@2x.png");
}
.search-mobile input.form-control {
  border-radius: 0;
}
.search-mobile input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-weight: 600;
}
.search-mobile input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-weight: 600;
}
.header-search {
  position: relative;
  padding: 19px !important;
}
.header-search input#mood-search-field::placeholder {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
#search-result {
  position: absolute;
  background-color: #ffffff;
  width: 97%;
  margin: auto;
  padding: 30px 56px;
  z-index: 1;
  left: 1.5%;
  display: none;
}

#search-result .result-item h6 {
  font-size: 14px;
  color: #999999;
}
#search-result .result-item h5 {
  margin: 0;
}
#search-result .result-content {
  width: 100%;
  cursor: pointer;
}

/* Call to Action */
.call-to-action-button {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -60px;
  top: 50%;
  height: 58px;
  box-shadow: 0 0 10px #000;
  width: 162px;
  background-color: #000;
  text-align: center;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 5;
  cursor: pointer;
  letter-spacing: 1px;
}
.call-to-action-button:hover {
  animation: cta-in-out 0.5s ease infinite;
}
@keyframes cta-in-out {
  0% {
    left: -60px;
  }
  50% {
    left: -52px;
  }
  100% {
    left: -60px;
  }
}
.call-to-action-button a {
  color: #ffff;
  font-size: 15px;
  text-transform: uppercase;
}
.call-to-action-button img {
  width: 19px;
  height: 19px;
}

/* Latest Blog */
/* .latest-blog.container {
    margin-top: 170px;
    padding-bottom: 60px;
    border-bottom: 2px solid;
} */
.latest-blog .heading-title h2 {
  font-family: "Galano Grotesque Bold";
  /*font-style: italic;*/
  margin-bottom: 30px;
  font-size: 77px;
  text-transform: uppercase;
  color: #000;
}
.latest-blog .featured-image {
  margin-bottom: 35px;
}
.latest-blog .featured-image .image-src {
  width: 100%;
  height: 464px;
}
.latest-blog .post-details h3,
.latest-blog .post-details h3 a {
  font-family: "Galano Grotesque SemiBold";
  font-size: 45px;
  text-transform: uppercase;
  /*font-style: italic;*/
  color: #000;
}
.latest-blog .post-details h4 {
  font-size: 25px;
  padding-bottom: 30px;
  text-align: right;
  border-bottom: 2px solid #000;
  color: #000;
}
.latest-blog .post-details .float-right {
  width: 215px;
}
.latest-blog .post-details h5 {
  text-align: right;
  font-family: "Galano Grotesque Regular";
  font-size: 23px;
}
.latest-blog .the-title a {
  display: block;
  width: max-content;
}

/* for video styling */
.mejs-overlay-button {
  background-image: url("/wp-content/themes/silkscreen-child/assets/images/Group2047.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 170px !important;
  width: 170px !important;
}
.mejs-controls {
  opacity: 0 !important;
}
.page-links {
  display: flex;
  justify-content: space-between;
  padding-top: 31px;
  padding-bottom: 122px;
  border-top: 3px solid #000000;
}

.page-links .inner-link * {
  display: block;
  font-size: 23px;
}

.page-links .inner-link .view {
  color: #000000;
}
.page-links .inner-link .service-title-to-page {
  font-family: "Galano Grotesque Regular";
  color: #000000;
}
.page-links .inner-link .service-title-to-page:hover {
  font-family: "Galano Grotesque Regular";
  color: #FFF200;
}
.page-links .social-links-container .share {
  font-family: "Galano Grotesque Bold";
  /*font-style: italic;*/
  font-size: 23px;
  color: #000000;
  display: block;
}
.page-links .social-links-container .share:hover {
  color: #FFF200;
}
.page-links .social-links-container .social-link {
  display: "Galano Grotesque Regular";
  font-size: 23px;
  color: #000000;
  width: 30px;
  height: 30px;
  padding: 6px;
  display: inline;
}
.page-links .social-links-container .social-link i {
  color: #000000;
  font-size: 20px;
}
.page-links .social-links-container .social-link i:hover {
  color: #FFF200;
}
.page-links .social-links-container .social-link:last-child {
  margin-right: 0;
}

.page-links .social-links-container .social-link span {
  color: #FFF200;
}

/* mood viewer */
.page-template-model-viewer footer#main-footer {
  display: none;
}
.page-id-579 .top-scroll .symbol_full_colour_white {
  display: block !important;
}
.page-id-579 .top-scroll .symbol_full_colour {
  display: none !important;
  opacity: 0 !important;
}

/* NEW SERVICES PAGE */
.featured-work + .elementor-shortcode {
    display: none;
}
/* .services-list-images{
    overflow: hidden;
    min-height: 700px !important;
} */
/* .services-list-images .elementor-element-populated{
    left: 110%;
    transition: all 0.7s ease-in-out;
}
.services-list-images .elementor-element-populated.list-image-show{
    left: 0;
} */
.services-list-texts .elementor-widget-container.list-texts-show {
  top: 0;
  opacity: 1;
}
.services-list-texts .elementor-widget-container {
  position: absolute;
  top: 600px;
  transition: all 0.7s ease-in-out !important;
  opacity: 0;
}
/* error404 */
.inner-page.error404 {
  display: flex;
  height: 500px;
  align-items: center;
}
.error404 h1 {
  font-family: "Galano Grotesque Bold";
  font-size: 50px;
  text-transform: uppercase;
}
.error404 p,
.error404 p a {
  font-family: "Galano Grotesque Regular";
  font-size: 23px;
}
.move-right {
  animation: slide-to-right 1s ease 0s 1 normal forwards;
}
.move-left {
  animation: slide-to-left 1s ease 0s 1 normal forwards;
}
/* Tag Archive Page */
.tag.archive .section-heading.container {
  max-width: 1690px;
}
.tag.archive .mood-section{
  padding-top: 220px;
  padding-bottom: 113px;
}
.tag.archive .section-heading{
  padding-bottom: 100px;
}
.tag.archive .section-heading h2{
  color: #000 !important;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
  width: 98%;
}
.tag.archive .slick-prev {
  display: none !important;
}
.tag.archive .tag-type-grid{
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 50px 4%;
  margin: auto;
}
.tag.archive .tag-type-item:hover .item-img{
  transform: scale(1.1);
}
.tag-type-item a {
  display: flex;
  overflow: hidden;
}
.tag-type-grid .tag-type-item .item-title{
  margin-top: 20px;
}
.tag.archive .slick-arrow svg:hover {
  animation: shake-horizontal 0.6s;
}
.tag.archive .slick-next:hover svg g#Ellipse_21 circle {
  stroke: #FFF200;
  fill: #FFF200;
}
.tag.archive .tag-type-container .tag-type-slider .tag-type-item {
  width: 356px;
  padding: 0 26px;
}
.tag.archive .tag-type-container .tag-type-slider .tag-type-item .item-title{
  height: 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tag.archive .tag-type-item .item-img {
  max-width: 356px;
  width: 100%;
  height: 209px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
  -ms-transition: transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
}
.tag.archive .tag-type-item .item-title a {
  font-family: 'Galano Grotesque Bold';
  /* font-style: italic; */
  font-size: 23px;
  color: #000;
}
.tag.archive .section-heading .col-12{
  padding-left: 15px;
  padding-right: 15px;
}
.tag.archive .tag-group-slide .tag-type-item:first-child{
  padding-bottom: 30px;
}
.tag.archive .slick-arrow {
  position: absolute;
  top: 38%;
  cursor: pointer;
  font-size: 28px;
  background-color: transparent;
  border: 0;
}

@media all and (max-width: 1180px) {
  .tag.archive .tag-type-grid {
    grid-template-columns: repeat(3, 32%);
    gap: 50px 2%;
  }
}

@media all and (max-width: 768px) {
  .tag.archive .tag-type-grid {
      grid-template-columns: repeat(2, 46%);
      gap: 50px 4%;
  }
  .tag.archive .mood-section {
      padding-top: 175px;
  }
}
@keyframes slide-to-right {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  100% {
    left: 90%;
    transform: rotate(180deg);
  }
}
@keyframes slide-to-left {
  0% {
    right: 10%;
    transform: rotate(180deg);
  }
  100% {
    right: 92%;
    transform: rotate(0deg);
  }
}

/* RESPONSIVENESS */
@media (max-width: 1600px) {
  .slick-prev.slick-arrow {
    left: -40px;
  }
  .slick-next.slick-arrow {
    right: -40px;
  }
  .tag.archive .slick-next.slick-arrow{
    right: 0px;
  }
  .menu-tags-item a {
    font-size: 16px;
    margin-right: 50px;
    max-width: 322px;
    width: 20vw;
  }
}
@media (max-width:1350px) {
  .gform_footer.left_label {
    margin-left: auto !important;
    margin-top: 30px !important;
    margin-right: 16.8% !important;
  }
}
@media all and (max-width:1250px) {
  .menu-tags-item a {
    font-size: 15px;
    margin-right: 40px;
  }
  .menu-tags h2 {
      font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  .search-mobile {
    display: block;
  }
  .latest-blog .heading-title h2 {
    font-size: 50px;
  }
  .latest-blog .post-details h3 {
    font-size: 30px;
  }
  .latest-blog .post-details h4 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .latest-blog .post-details h5 {
    font-size: 18px;
  }
  .blog-archive.page-template {
    padding: 190px 36px 0 36px;
  }
  .latest-blog .post-details h3,
  .latest-blog .post-details h3 a {
    font-size: 30px;
  }
  .latest-blog .heading-title h2 {
    font-family: "Galano Grotesque ExtraBold";
    font-style: italic;
    color: #2d2d2d;
  }
  .team-groups > .row {
    margin: 0 !important;
  }
  .nav-container {
    padding: 0 20px 0 40px;
  }
  header#main-header .container {
    padding: 0 25px;
  }
  header#main-header .container.header-scroll-up {
    padding: 0;
  }
  .section-heading.container {
    padding: 0 40px;
  }
  .team-groups {
    min-height: 1100px;
    padding: 0 40px;
  }
  header#main-header {
    padding: 10px 0;
  }
  .nav-container {
    padding: 0 30px 0 50px;
  }
  header#main-header .container.header-scroll-up .nav-container {
    padding: 0 55px 0 75px !important;
  }
  .tag.archive .section-heading .col-12 {
      padding-left: 15px;
      padding-right: 15px;
  }
  /* padding */
  /* padding section  */
  .padding-section {
    padding: 70px 0;
  }
  .padding-section-top {
    padding-top: 70px; 
  }
  .padding-section-bottom {
    padding-bottom: 70px;
  }
  /* padding block */
  .padding-block {
    padding: 40px 0;
  }
  .padding--block-top {
    padding-top: 40px;
  }
  .padding--block-bottom {
    padding-bottom: 40px;
  }
  /* margin */
  /* margin section */
  .margin-section {
    margin: 70px 0;
  }
  .margin-section-top {
    margin-top: 70px; 
  }
  .margin-section-bottom {
    margin-bottom: 70px;
  }
  /* margin block */
  .margin-block {
    margin: 40px 0;
  }
  .margin--block-top {
    margin-top: 40px;
  }
  .margin--block-bottom {
    margin-bottom: 40px;
  }
}
@media all and (max-width:991px) {
  .menu-tags h2 {
      margin-bottom: 0;
  }
  .menu-tags {
      padding-top: 0;
  }
  .menu-tags h2 {
      margin-top: 30px;
  }
  .toggled-tags .col-lg-3 {
      width: 50%;
  }
  .menu-tags-item a {
    margin-right: 0;
    width: 40vw;
  }
  .toggled-tags .col-lg-6 .menu-tags-item a:nth-child(n+5) {
      margin-left: 15px;
  }
}
@media all and (max-width: 768px) {
  header#main-header {
    min-height: 103px;
  }
  .nav-container {
    margin-top: 25px;
  }
  header#main-header nav {
    flex: 0 0 270px;
  }
  .toggle-main-header-container ul li a {
    font-size: 8vw;
  }
  #main-footer .footer-logo img {
    max-width: 237px;
  }
  .footer-columns {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
  .footer-3-2 {
    grid-column: 2;
  }
  .height-vh {
    height: auto;
  }
  .toggle-main-header-container {
    margin-top: 16vw;
  }
  .filter-blog.container .heading-title h2 {
    font-family: "Galano Grotesque ExtraBold" !important;
    font-size: 35px !important;
    color: #000000 !important;
    /* font-style: italic; */
    margin-bottom: 50px !important;
  }
  .latest-blog .post-details .the-title * {
    font-size: 23px !important;
    font-style: italic;
    margin: 0;
  }
  .latest-blog .post-details h4 {
    font-family: "Galano Grotesque SemiBold";
    font-size: 16px;
    padding-bottom: 0;
  }
  .latest-blog .post-details h5 {
    font-size: 16px;
  }
  .blog-archive.page-template .latest-blog.container {
    padding: 0 4px;
  }
}
@media all and (max-width: 767px) {
  .toggle-main-header-container {
    display: flex;
    justify-content: left;
  }
  .toggle-main-header-container ul li {
    font-size: 35pt;
    /* margin: 17.5px 0; */
  }
  .latest-blog .heading-title {
    padding-bottom: 40px;
  }
  .call-to-action-button.hide-in-mobile {
    display: none;
  }
  #main-footer .row:first-of-type {
    padding: 0 40px;
  }
  #main-footer .row:first-of-type {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .page-links span.view {
    font-size: 15px;
  }
  #backward-post {
    font-size: 15px;
    padding-top: 5px;
  }
  i#next-icon-post {
      padding-top: 5px;
  }
  .padding--block-top {
    padding-top: 30px;
  }
}
@media all and (max-width:585px) {
  .menu-tags-item a {
    font-size: 12px;
  }
  .menu-tags h2 {
      font-size: 15px;
  }
  .menu-tags-item svg {
      display: block;
      width: 20px;
      margin-left: 5px;
  }
}
@media all and (max-width: 550px) {
  header#main-header nav {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .tag.archive .tag-result-container{
    padding: 0 62px;
  }
  .tag.archive .tag-type-grid {
    grid-template-columns: repeat(1, 100%);
    gap: 50px 0;
  }
  .page-links span.view {
    font-size: 12px;
  }
  #backward-post {
    font-size: 12px;
  }
  #backward-post,
  i#next-icon-post {
      padding-top: 3px;
  }
  .featured-work .featured-image img {
    height: 320px !important;
  }
}
@media all and (max-width: 425px) {
  #main-footer .row {
    display: block;
  }
  .toggle-main-header-container ul li a {
    font-size: 35px;
  }
  .header-search {
    display: none;
  }
  .page-links .inner-link * {
    font-size: 12px;
  }

  .page-links .social-links-container .share {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .page-links .social-links-container .social-link {
    margin-right: 10px;
  }
  .footer-columns h4 {
    font-size: 16px;
    margin-bottom: 12px;
    min-height: 44px;
  }
  .footer-columns a {
    font-size: 12px;
  }
  .toggle-menu.toggled {
    opacity: 1;
  }
  .latest-blog .heading-title h2 {
    font-size: 35px;
  }
  .blog-archive.page-template {
    padding: 130px 36px 0 36px;
  }
  .latest-blog .post-details h3,
  .latest-blog .post-details h3 a {
    font-size: 23px !important;
  }
}
