/* # Genesis Framework
Theme Name: Adjaycent
Theme URI: http://my.studiopress.com/themes/genesis/
Description: The industry standard for Premium WordPress Themes. Please do not modify this style sheet, as it might get overridden in updates.
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 1.0.0
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # WARNING

This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* # Table of Contents
- Imports
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings
  - Objects
  - Gallery
  - Forms
  - Tables
  - Screen Reader Text
- Structure and Layout
  - Site Containers
  - Column Widths and Positions
  - Column Classes
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Plugins
  - Genesis eNews Extended
  - Jetpack
- Site Header
  - Title Area
  - Widget Area
- Site Navigation
  - Accessible Menu
  - Site Header Navigation
  - Primary Navigation
  - Secondary Navigation
  - Skip Links
- Content Area
  - Entries
  - Entry Meta
  - Pagination
  - Comments
- Sidebars
- Site Footer
- Media Queries
  - Retina Display
  - Max-width: 1200px
  - Max-width: 960px
  - Max-width: 800px
- Print Styles
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Akkurat-Mono';
    src: url('fonts/Akkurat-Mono.eot');
    src: url('fonts/Akkurat-Mono.eot?#iefix') format('embedded-opentype'),
        url('fonts/Akkurat-Mono.woff2') format('woff2'),
        url('fonts/Akkurat-Mono.woff') format('woff'),
        url('fonts/Akkurat-Mono.ttf') format('truetype'),
        url('fonts/Akkurat-Mono.svg#Akkurat-Mono') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkurat-Bold';
    src: url('fonts/Akkurat-Bold.eot');
    src: url('fonts/Akkurat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Akkurat-Bold.woff2') format('woff2'),
        url('fonts/Akkurat-Bold.woff') format('woff'),
        url('fonts/Akkurat-Bold.ttf') format('truetype'),
        url('fonts/Akkurat-Bold.svg#Akkurat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glare';
    src: url('fonts/Glare-Regular.eot');
    src: url('fonts/Glare-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Glare-Regular.woff2') format('woff2'),
        url('fonts/Glare-Regular.woff') format('woff'),
        url('fonts/Glare-Regular.ttf') format('truetype'),
        url('fonts/Glare-Regular.svg#Glare-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}/*svg:not(:root){overflow:hidden}*/figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

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


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    scroll-behavior: smooth;
    font-size: 62.5%; /* 10px browser default */
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
    background-color: #FFECE4;
    color: #000;
    font-family: 'Akkurat-Bold', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    /*line-height: 1.625;*/
    line-height: 1.427;
    margin: 0;
    
    overflow-x: hidden;
    
    opacity: 0;
    animation: fadeIn 1s ease-out forwards;
    scroll-behavior: smooth;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

a {
  color: #000;
  text-decoration: none;
  border: 0;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #FF3600;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #FF3600;
  clear: both;
  margin: 1em 0;
  opacity: 1 !important;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FF3600;
  font-family: 'Akkurat-Bold', sans-serif;
  font-weight: 600;
  line-height: 1.322;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #FF3600;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
  background-color: #c3251d;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #000;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap {
  margin: 0 auto;
  /*max-width: 1200px;*/
}

.site-inner {
    margin: 0 auto;
  clear: both;
  /*padding-top: 40px;*/
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */

.content {
  /*float: right;*/
  /*width: 800px;*/
  width: 100%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px;
}

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
  font-size: 20px;
  font-size: 2rem;
}

.entry-title {
  font-size: 3px;
  font-size: 3rem;
  margin-top: 1px;
}

.entry-title:after {
    background: url(images/icon-right.svg) center center no-repeat;
    background-size: contain;
    content: "\00a0";
    display: inline-block;
    width: 33px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #000;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #c3251d;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
  margin-left: 15px;
    margin-bottom: 15px;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  padding-top: 10px;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #000;
}

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  background-color: #c3251d;
  color: #fff;
  margin: 0;
  width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
  background-color: #fff;
  color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #000;
  /*outline: #ccc solid 1px;*/
  outline: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  /*background-color: #fff;*/
  /*min-height: 160px;*/
  display: block;
  width: 100%;
  z-index: 3;
  position: relative;
}

.site-header .wrap {
  /*padding: 40px 0;*/
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  float: left;
  padding: 10px 0;
  width: 360px;
  text-indent: -9999px;
  position: fixed;
  top: -999px;
  left: -999px;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #000;
}

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.menu-toggle {
    display: none;
}

.genesis-nav-menu {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  
  display: flex;
    justify-content: space-between;
}

.genesis-nav-menu .menu-item {
  /*display: inline-block;*/
  /*text-align: center;*/
  /*width: 19.7%;*/
}

.genesis-nav-menu .menu-item:first-child {
    text-align: left;
}

.genesis-nav-menu .menu-item:last-child {
    text-align: right;
}

.genesis-nav-menu a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 5px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
  color: #c3251d;
  text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition:    opacity .4s ease-in-out;
  -ms-transition:     opacity .4s ease-in-out;
  -o-transition:      opacity .4s ease-in-out;
  transition:         opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  /*background-color: #333;*/
}

.nav-primary .genesis-nav-menu a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Akkurat-Mono', sans-serif;
  text-decoration: none;
  border: 0;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
  color: #FFECE4;
  text-decoration: none;
  border: 0;
}

.project-single .nav-primary .genesis-nav-menu a:hover,
.project-single .nav-primary .genesis-nav-menu a:focus,
.agency .nav-primary .genesis-nav-menu a:hover,
.agency .nav-primary .genesis-nav-menu a:focus,
.contact .nav-primary .genesis-nav-menu a:hover,
.contact .nav-primary .genesis-nav-menu a:focus {
  color: #FF3600;
  text-decoration: none;
  border: 0;
}

/*.nav-primary .genesis-nav-menu .current-menu-item > a*/

.nav-primary .genesis-nav-menu .current-menu-item > a:before,
.nav-primary .genesis-nav-menu .current-page-ancestor > a:before {
    content: "[";
    padding-right: 2px;
    visibility: visible;
}

.nav-primary .genesis-nav-menu .current-menu-item > a:after,
.nav-primary .genesis-nav-menu .current-page-ancestor > a:after {
    content: "]";
    padding-left: 2px;
    visibility: visible;
}

.genesis-nav-menu .menu-item:last-child a:hover {
    cursor: text;
    color: #000;
}

.genesis-nav-menu .menu-item:last-child a:hover:before,
.genesis-nav-menu .menu-item:last-child a:hover:after {
    visibility: hidden !important;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #000;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #c3251d;
  text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
  /*margin-bottom: 40px;*/
  padding: 30px;
}

.content .entry {
  /*background-color: #fff;*/
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding-top: 0;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

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

.entry-content code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #c3251d;
  text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: 0;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
}

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  font-family: 'Akkurat-Mono', sans-serif;
  background-color: #FFECE4;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  color: #FFF;
  
  background-image: linear-gradient(#FFECE4, #f8d5c6, #FF3600);
}

.site-footer p {
  margin-bottom: 0;
  color: #FFF;
}

.site-footer a:link,
.site-footer a:hover,
.site-footer a:visited,
.site-footer a:active {
    color: #FFF;
    text-decoration: none;
    border: 0;
}

.site-footer .widget-area {
    display: inline-block;
    width: 32.9%;
    vertical-align: bottom;
    text-transform: uppercase;
    text-align: center;
    padding-top: 250px;
}

.site-footer .widget-area:first-child {
    text-align: left;
}

.site-footer .widget-area:last-child {
    text-align: right;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

  /*.site-inner,*/
  .wrap {
    max-width: 960px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }

  .content,
  .site-header .widget-area {
    
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .sidebar-primary,
  .title-area {
    width: 300px;
  }

}

@media only screen and (max-width: 960px) {
    
    .entry-title {
        line-height: 1.265;
        font-size: 2.1rem;
    }

  .site-inner,
  .wrap {
    max-width: 900px;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  .site-header .wrap {
    padding: 20px 5%;
  }

  .header-image .site-title > a {
    background-position: center top;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    /*padding: 20px 16px;*/
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

}

@media only screen and (max-width: 800px) {

  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .home .site-inner {
    padding-left: 2%;
    padding-right: 2%;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .sidebar .widget.enews-widget {
    padding: 40px;
  }

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }


  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }

}

/* Added by Lord */

.adj-name:before {
    background: url(images/icon-right.svg) center center no-repeat;
    background-size: contain;
    content: "\00a0";
    display: inline-block;
    width: 50px;
    margin-left: -1px;
}

.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
    background-image: url(images/icon-left.svg) !important;
    background-position: center;
    width: 36px;
}

.rsUni.rsHor .rsArrowRight .rsArrowIcn {
    background-image: url(images/icon-right.svg) !important;
    background-position: center;
    width: 36px;
}

.adj-section {
    scroll-snap-align: start;
    /*touch-action: none;*/
}

.home {
    /*background: #FF3600 url(images/home-background.jpg) top center no-repeat;*/
    /*background-size: contain;*/
}

.home .adj-banner {
    max-height: calc(100vh - 34px);
    max-height: calc(100dvh - 34px);
    min-height: calc(100vh - 34px);
    min-height: calc(100dvh - 34px);

    position: relative;
}

.home .adj-banner .wrap {
    /*max-width: 1440px;*/
}

.home .adj-banner .house {
    display: inline-block;
    width: 70%;
    font-family: 'Akkurat-Bold', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #ffebe5;
    vertical-align: top;
    margin-top: -11px;
    text-align: left;
}

.home .adj-banner .house:hover p {
    opacity: 1;
  padding-top: 10px;
}

.home .adj-banner .house span {
    font-family: 'Glare', serif;
}

.home .adj-banner .of {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: right;
    margin-top: -11px;
}

.home .adj-banner .adjaycent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.home .adj-banner .house img,
.home .adj-banner .of img,
.home .adj-banner .adjaycent img {
    max-width: 100%;
    max-height: 230px;
    width: auto;
}

.home .adj-banner .house img {
    margin-left: -4px;
}

.home .adj-banner .of img {
    margin-right: -5px;
}

.home .adj-banner .house p {
    text-align: left;
    margin-left: 110px;
    /*margin-left: 220px;*/
    opacity: 0;
    -webkit-transition: all .75s ease-in-out;
  -moz-transition:    all .75s ease-in-out;
  -ms-transition:     all .75s ease-in-out;
  -o-transition:      all .75s ease-in-out;
  transition:         all .75s ease-in-out;
}

.home .adj-banner .adj-cube {
    position: absolute;
    right: 5%;
    top: 15%;
    width: 35%;
}

/*** New cube ***/
morph {
      animation: colorMorph 6s ease-in-out infinite alternate;
}

@keyframes colorMorph {
  0% {
    stop-color: #FF3600;
  }
  50% {
    stop-color: #F0F0F0;
  }
  100% {
    stop-color: #FFFFFF;
  }
}

@keyframes colorMorph2 {
  0% {
    stop-color: #FF3600;
  }
  50% {
    stop-color: #F0F0F0;
  }
  100% {
    stop-color: #FFFFFF;
  }
}

@keyframes colorMorph3 {
  0% {
    stop-color: #FF3600;
  }
  50% {
    stop-color: #F0F0F0;
  }
  100% {
    stop-color: #FFFFFF;
  }
 }

.adj-home-video {
    background-color: #333;
    min-height: 100vh;
    min-height: 100svh;
    max-height: 100vh;
    max-height: 100svh;
    /*height: 100vh;*/
    /*height: 100svh;*/
    width: 100%;
    display: block;
    position: relative;
    
    overflow: hidden;
}

.adj-home-video video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    filter: brightness(0.6);
    padding: 0;
    
    pointer-events: none !important;
    object-fit: cover;
    overflow: hidden;
}

.adj-video {
    display: block;   
}

.adj-video-mobile {
    display: none;
    position: relative;
    z-index: -1;
}

.adj-home-video .video-menu {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    padding: 10px 5px;
    line-height: 1;
  font-family: 'Akkurat-Mono', sans-serif;
}

.adj-home-video .video-menu .widget-area {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.adj-home-video .video-menu .widget-area:first-child {
    text-align: left;
}

.adj-home-video .video-menu .widget-area:last-child {
    text-align: right;
}

.adj-home-video .video-menu a:before {
    content: "[";
    padding-right: 2px;
    visibility: hidden;
}

.adj-home-video .video-menu a:after {
    content: "]";
    padding-left: 2px;
    visibility: hidden;
}

.adj-home-video .video-menu a:hover:before {
    content: "[";
    padding-right: 2px;
    visibility: visible;
}

.adj-home-video .video-menu a:hover:after {
    content: "]";
    padding-left: 2px;
    visibility: visible;
}

.adj-home-video .video-menu a:link,
.adj-home-video .video-menu a:hover,
.adj-home-video .video-menu a:visited,
.adj-home-video .video-menu a:active {
    color: #FFF;
    border: 0;
    text-decoration: none;
}

.adj-home-video .description {
    min-height: calc(100vh - 38px);
    min-height: calc(100dvh - 38px);  /* dynamic viewport (Chrome/Android) */
    min-height: calc(100svh - 38px);
    
    top: 38px;

    position: relative;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    
    color: #FF3600;
    font-size: 72px;
    font-family: 'Glare', serif;
    text-align: justify;
    text-align-last: justify;
    text-transform: uppercase;
    line-height: 1;
    
    z-index: 2;
    
    width: auto;
}

.adj-home-video .description p:first-child {
    margin-bottom: 0;
}

.adj-home-video .description strong {
    font-family: 'Akkurat-Bold', serif;
}

.adj-home-slideshow {
    background-color: #FFECE4;
    min-height: 100vh;
    min-height: 100dvh;  /* dynamic viewport (Chrome/Android) */
    
    max-height: 100vh;
    max-height: 100dvh;  /* dynamic viewport (Chrome/Android) */
    
    margin: 0 auto;
    padding: 30px;
    
    color: #FF3600;
    font-size: 3vw;
    font-family: 'Glare', serif;
    text-align: left;
    line-height: 1.1;
    
    position: relative;
    
    letter-spacing: -1px;
}

.adj-home-slideshow strong {
    font-family: 'Akkurat-Bold', serif;
}

.adj-home-slideshow p {
    text-indent: 75px;
}

.adj-home-slideshow .description {
    position: relative;
    z-index: 2;
    width: 60%;
}

.adj-home-slideshow .adj-slide {
    width: 50%;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding-right: 0;
}

.adj-home-slideshow .adj-slide .royalSlider {
    /*width: 50% !important;*/
}

.adj-home-slideshow .adj-slide img {
    border-radius: 10px;
    width: 100%;
}

.adj-home-clients {
    background-color: #FFECE4;
    
    margin: 0 auto;
    padding: 30px;
    
    color: #FF3600;
    font-size: 36px;
    text-align: justify;
    line-height: 1.2;
    height: auto !important;
}

.adj-home-clients hr {
    margin: 0 auto 30px;
    /*padding-bottom: 30px;*/
    padding-left: 0;
    padding-right: 0;
}

.adj-home-clients h2 {
    text-align: left;
    color: #FF3600;
    padding: 0;
    margin-bottom: 30px;
}

.adj-home-clients h2:before {
    background: url(images/icon-right.svg) center center no-repeat;
    background-size: contain;
    content: "\00a0";
    display: inline-block;
    width: 36px;
    margin-left: -7px;
}

.adj-home-clients img {
    margin-left: 15px;
    margin-right: 15px;
}

.adj-home-clients p {
    margin-top: -20px;
    margin-bottom: 0;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: none !important;
}

@media only screen and (min-width: 1440px) {
    .adj-name:before {
        margin-left: 3px;
        width: 50px;
    }
    
    .projects .adj-name:before {
        margin-left: 3px;
        width: 50px;
        background: url(images/arrow.svg) center center no-repeat;
    }
    
    .projects .adj-projects-banner {
        /*margin-top: -20px !important;*/
        height: calc(100vh + 8px) !important;
    }
    
    .site-footer .widget-area {
        /*width: 33%;*/
    }
}

@media only screen and (min-width: 1920px) {
    .home .adj-banner .wrap {
        /*max-width: 1440px;*/
    }
    
    .home .adj-banner .house {
        text-align: left;
    }
    
    .home .adj-banner .of {
        text-align: right;
    }
    
    .home .adj-banner .house img,
    .home .adj-banner .of img {
        height: auto;
        max-height: 340px;
    }
    
    .home .adj-banner .house img {
        margin-left: -8px;
    }
    
    .home .adj-banner .of img {
        margin-right: -9px;
    }
    
    .home .adj-banner .adjaycent img {
        width: 100%;
        height: auto;
        max-height: 340px;
    }
    
    .home .adj-banner .house p {
        /*text-align: center;*/
        font-size: 39px;
        margin-left: 220px;
    }
    
    .adj-name:before {
        margin-left: 5px;
        width: 70px;
    }
    
    .projects .adj-projects-banner {
        margin-top: -40px !important;
    }
    
    .projects .adj-name:before {
        margin-left: 5px;
        width: 70px;
        background: url(images/arrow.svg) center center no-repeat;
    }
    
    .agency .adj-agency-banner {
        height: calc(100vh - 50px);
    }
}

.agency canvas#gradient-bg,
.contact canvas#gradient-bg {
    display: none;
}

.contact .adj-contact-banner .wrap {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    border-radius: 10px;
    max-width: 1200px;
    font-family: 'Glare', serif;
    margin: 50px auto;
}

.contact .adj-contact-details p {
    font-family: 'Glare', serif;
    font-size: 3rem;
    color: #000;
    line-height: 1.247;
    margin-left: 70px;
}

.contact .adj-contact-details p strong {
    font-family: 'Akkurat-Bold', sans-serif;
}

.contact .adj-contact-details p:last-child {
    margin-bottom: 30px;
}

.agency h2,
.projects h2 {
    color: #FF3600;
    margin-bottom: 0;
}

.contact h2 {
    margin-bottom: 30px;
    color: #FF3600;
}

.contact h2:before,
.agency h2:before,
.projects h2:before {
    background: url(images/icon-right.svg) center center no-repeat;
    background-size: contain;
    content: "\00a0";
    display: inline-block;
    width: 30px;
}

.agency .adj-agency-banner {
    text-transform: uppercase;
    font-family: 'Akkurat-Mono', sans-serif;
    font-size: 3vw;
    color: #FF3600;
    padding: 30px 15px;
    
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    width: auto;
    
    height: calc(100vh - 19px);
    
    border-bottom: 1px solid #FF3600;
    margin-top: -15px;
    margin-left: 3rem;
    margin-right: 3rem;
}

.agency .adj-agency-banner .draggable {
    border: 10px solid #FFF;
    border-radius: 0;
    z-index: -1;
    height: auto;
    max-width: 20%;
    min-width: 20%;
    display: inline-block;
    /*margin-right: 15px;*/
    cursor: grab;
    position: absolute !important;
}

.agency .adj-agency-banner .wrap {
    margin-top: -10px;
}

.agency .adj-agency-banner p {
    line-height: 1.427;
}

.agency .adj-agency-banner p:first-child {
    text-align: justify;
    text-align-last: justify;
}

.agency .adj-agency-banner p:nth-child(2) {
    text-align: center;
}

.agency .adj-agency-banner p:nth-child(3) {
    text-align: center;
}

.agency .adj-agency-banner p:nth-child(4) {
    text-align: left;
}

.agency .adj-agency-banner p:nth-child(4) {
    text-align: right;
}

.agency .adj-agency-banner p:last-child {
    text-align: center;
}

.agency .adj-agency-reel .wrap {
    max-width: 1200px;
}

.agency .adj-agency-reel h2 {
    margin-bottom: 30px;
}

.agency .adj-agency-reel .row h2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.agency .adj-agency-reel h2:before {
    margin-left: -9px;
}

.agency .adj-agency-details .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.agency .adj-agency-details h2 {
    margin-bottom: 30px;
}

.agency .adj-agency-details h2:before,
.agency .adj-agency-profile h2:before {
    margin-left: -17px;
}

.agency .adj-agency-details,
.agency .adj-agency-profile {
    background-color: #FFECE4;
}

.agency .adj-agency-details p,
.agency .adj-agency-profile p {
    font-family: 'Glare', serif;
    font-size: 3rem;
    color: #000;
    line-height: 1.247;
    text-indent: 75px;
}

.agency .adj-agency-details p {
    text-indent: 0;
    margin-left: 70px;
}

.agency p strong {
    font-family: 'Akkurat-Bold', sans-serif;
}

.agency .adj-agency-profile .image {
    text-align: right;
}

.agency .adj-agency-profile h2 {
    margin-bottom: 30px;
}

.agency .adj-agency-prpfile p:last-child {
    margin-bottom: 50px;
}

.agency .adj-agency-profile img {
    border-radius: 10px;
    width: 90%;
    height: auto;
}

.agency hr {
    margin: 0 auto 30px;
    /*padding-bottom: 30px;*/
    padding-left: 0;
    padding-right: 0;
}

/*** PROJECTS ***/

.projects .adj-projects-banner {
    /*background-color: #FFECE4;*/
    
    margin: -15px auto 0;
    padding: 30px;
    
    color: #FFECE4;
    font-size: 3vw;
    font-family: 'Glare', serif;
    text-align: center;
    line-height: 1.247;
    
    position: relative;
    padding: 100px 20px;
    
    height: calc(100vh - 19px);
    width: 75%;
    
    letter-spacing: -1px;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.projects .adj-projects-banner strong {
    font-family: 'Akkurat-Bold', serif;
}

.projects .adj-projects-banner p {
    text-indent: 0;
}

.projects hr {
    margin: 0 auto 30px;
    /*padding-bottom: 30px;*/
    padding-left: 0;
    padding-right: 0;
}

.projects h3 {
    color: #FF3600;
    /*margin-bottom: 30px;*/
}

.projects h3:before {
    background: url(images/icon-right.svg) center center no-repeat;
    background-size: contain;
    content: "\00a0";
    display: inline-block;
    width: 24px;
    margin-left: -4px;
}

.projects .adj-projects-gallery {
    background-color: #FFECE4;
}

.projects .adj-projects-gallery .wrap > .row {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.projects .adj-projects-gallery .row > .col {
    padding-left: 0;
    padding-right: 0;
}

.projects .adj-projects-gallery .row > .col-lg-6:first-child {
    padding-left: 0;
}

.projects .adj-projects-gallery .row > .col-lg-6:last-child {
    padding-right: 0;
}

.projects .adj-projects-gallery .adj-project-list {
    /*border-bottom: 1px solid #FF3600;*/
    margin: 0 auto;
    /*padding-bottom: 30px;*/
}

.projects .adj-projects-gallery .adj-project-list:last-child {
    border: 0;
}

.projects .adj-projects-gallery .adj-project-list .image {
    margin: 30px 0 20px;
    position: relative;
    
    width: 100%;
    height: auto;
    overflow: hidden;
    
    border-radius: 10px;
}

.projects .adj-projects-gallery .adj-project-list .image img {
    border-radius: 10px;
    margin: 0;
    border: 0;
    display: block;
    width: 100%;
    height: auto;
    transition: transform 1s ease;
}

.projects .adj-projects-gallery .adj-project-list .image::before {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    
    box-sizing: border-box;
    border: 0 solid #FF3600;
    
    transition: border-width 1s ease;
}

.projects .adj-projects-gallery .adj-project-list .col-lg-6:hover {
    cursor: pointer;
}

.projects .adj-projects-gallery .adj-project-list .col-lg-6:hover .image::before,
.projects .adj-projects-gallery .adj-project-list .image:hover::before {
  /*border-width: 20px;*/
  border-radius: 10px;
}

.projects .adj-projects-gallery .adj-project-list .col-lg-6:hover a {
    color: #000;
  text-decoration: none;
  border-bottom: 1px solid #FF3600;
}

/*** PROJECT - SINGLE ***/

.project-single .back {
    margin: 30px !important;
}

.project-single .back hr {
    padding: 0;
    margin: 16px 0 0;
    width: calc(100% - 31px);
}

.project-single .back:after {
    content: "";
    color: #FF3600;
    
 /*   font-family: "Font Awesome 5 Free";*/
  font-size: 36px;
  /*font-weight: 900;*/
  font-style: normal;
  
  display: inline-block;
  background: transparent url(images/close.svg) 5px center no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
}

.project-single .back:hover {
    cursor: pointer;
}

.project-single .entry-header {
    width: 28%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

.project-single .entry-content {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.project-single .entry-content p {
    font-family: 'Glare', serif;
    font-size: 3rem;
    color: #000;
    line-height: 1.247;
    /*line-height: 1.265;*/
    /*margin-left: 70px;*/
    text-indent: 75px;
}

.project-single .entry-content p strong {
    font-family: 'Akkurat-Bold', sans-serif;
}

.project-single .entry-content .wp-caption {
    width: 100% !important;
}

.project-single .entry-content p > img {
    /*margin-left: -70px;*/
    /*width: calc(100% + 70px);*/
}

.project-single .entry-content img {
    border-radius: 10px;
    max-width: none;
    width: 100%;
    height: auto;
}

/* Video players */

.fb-video,
.fb-video span,
.video-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position:relative !important;
    height: 0;
    width: 100% !important;
    margin-bottom: 28px;
    border-radius: 10px;
}

.video-wrapper:last-child {
    margin-bottom: 0;
}

.fb-video iframe,
.video-wrapper iframe {
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    position: absolute !important;
    border: 0 !important;
}

/***** GRADIENT BACKGROUND *****/

canvas#gradient-bg {
  /*max-height: calc(100vh - 34px);*/
  /*height: calc(100vh - 34px);*/
  height: 100vh;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

#gradient-nav {
    display: none;
}

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Navigation toggles
--------------------------------------------- */

@media only screen and (max-width: 720px) {
    body {
        letter-spacing: -.2px;
    }
    
    h1 {
      font-size: 24px;
      font-size: 2.4rem;
    }
    
    h2 {
      font-size: 21px;
      font-size: 2.1rem;
    }
    
    h3 {
      font-size: 18px;
      font-size: 1.8rem;
    }
    
    h4 {
      font-size: 16px;
      font-size: 1.6rem;
    }
    
    h5 {
      font-size: 14px;
      font-size: 1.4rem;
    }
    
    h6 {
      font-size: 12px;
      font-size: 1.2rem;
    }
    
    .site-container {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .site-header {
        margin-bottom: 7.5%;
        position: relative;
        z-index: 3;
    }
    
  .menu-toggle {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: none;
    border-radius: 0;
    color: #ffb999;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 8px;
    text-align: right;
    border-bottom: 1px solid #FF3600;
  }
  
  .home .menu-toggle,
  .projects .menu-toggle,
  .agency .menu-toggle {
      border-bottom: 1px solid #FFF;
  }

  .menu-toggle:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /*content: "\f0c9";*/
    background: transparent url(images/menu-mobile.svg) 5px center no-repeat;
    background-size: contain;
    background-blend-mode: hard-light;
    
    width: 32px;
    height: 32px;
  }
  
  .project-single .menu-toggle:before,
  .contact .menu-toggle:before {
      background: transparent url(images/menu.svg) 5px center no-repeat;
  }
  
  .menu-toggle.open {
      padding-bottom: 9px;
  }

  .menu-toggle.open:before {
    display: inline-block;
    /*font-family: "Font Awesome 5 Free";*/
    font-size: 20px;
    /*font-weight: 900;*/
    /*font-style: normal;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /*content: "\f00d";*/
    background: transparent url(images/close-mobile.svg) 4px center no-repeat;
    background-size: contain;
    background-blend-mode: hard-light;
    
    width: 32px;
    height: 32px;
  }
  
  .menu-toggle.open {
    padding-right: 0;
    padding-top: 0;
    border: 0;
  }

  .menu-toggle:hover,
  .menu-toggle:active,
  .menu-toggle:focus {
    color: #ffb999;
    background: none;
  }

  .site-header .widget-area {

  }

  .site-header .widget-area .widget-wrap {
    display: none;
  }

  nav.nav-primary {
    display: none;
    position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
        backdrop-filter: blur(100px); /* Adjust blur strength as needed */
        -webkit-backdrop-filter: blur(100px);
      z-index: 1000;
      padding: 15px;
      padding-left: 5%;
      padding-right: 5%;
      text-align: right;
      /*overflow-y: auto;*/
  }

  /* Hamburger */

  /*#mobile-genesis-nav-primary-close {
    float: right;
    text-align: right;
    display: inline;
    width: 15%;
    z-index: 1000;
    padding: 0;
    height: auto;
  }

  #mobile-genesis-nav-primary-close:before {
    content: '\f00d' !important;
  }*/

  /* Hamburger Items */
  
  #gradient-nav {
      position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: inline;
  }

  .site-header ul.genesis-nav-menu {
      width: 100%;
      text-align: right;
      display: block;
      border-top: 1px solid #FFEAE4;
  }

  .nav-primary h2 {
    font-family: 'DMSans-Regular', sans-serif !important;
      font-size: 2rem;
      font-weight: 400;
      text-transform: uppercase;
      color: #31419a;
      margin: 0 auto;
      float: left;
      padding: 10px 0 0;
    width: 100%;
  }

  .nav-primary h2:last-child {
    margin-bottom: 30px;
  }

  .nav-primary h2 a:link,
  .nav-primary h2 a:hover,
  .nav-primary h2 a:visited,
  .nav-primary h2 a:active {
    color: #31419a;
    text-decoration: none;
    border: 0;
  }

  #menu-left-menu {
    margin: 30px 0 25px;
    width: 100%;
  }

  nav .wrap {
    padding: 0;
  }

  nav.pagination {
    display: block;
  }

  .sub-menu-toggle {
    display: none;
    visibility: hidden;
    overflow: hidden;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
    padding: 10px 0;
    border-radius: 0 !important;
  }

  .sub-menu-toggle {
    background: transparent;
      float: right;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      z-index: 100;
      color: #1c1c1c;
  }

  .sub-menu-toggle:before {
    display: inline-block;
    font: normal normal 600 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f107";
  }

  .sub-menu-toggle.activated:before {
    content: "\f106";
  }

  .sub-menu-toggle:active,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    color: #1c1c1c !important;
  }
  
  .nav-primary .genesis-nav-menu a:before,
  .nav-primary .genesis-nav-menu a:after,
  .nav-primary .genesis-nav-menu .current-menu-item > a:before,
  .nav-primary .genesis-nav-menu .current-page-ancestor > a:before,
  .nav-primary .genesis-nav-menu a:hover:before,
  .nav-primary .genesis-nav-menu .current-menu-item > a:after,
  .nav-primary .genesis-nav-menu .current-page-ancestor > a:after,
  .nav-primary .genesis-nav-menu a:hover:after {
      content: "";
      padding: 0;
  }

  .genesis-nav-menu .menu-item {
    display: block;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    color: #333132;
    font-weight: 600;
    font-family: "DMSans-Regular", sans-serif;
    
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #FFEAE4;
    text-align: right !important;
    padding: 10px 0;
    font-size: 3vh;
  }
  
  .genesis-nav-menu .menu-item:last-child {
      display: none;
  }

  .genesis-nav-menu .menu-item a {
    border: 0;
    width: 100%;
    padding: 10px 0;
    color: #FFEAE4 !important;
    font-weight: 400;
    text-decoration: none !important;
    letter-spacing: 1px;
    margin-left: -1px;
    font-size: 32px;
  }

  .genesis-nav-menu .sub-menu a {
    color: #FFF !important;
    line-height: 1.2;
  }

  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }

  .genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    margin: 0;
    position: static;
    width: 100%;
    opacity: 1;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-nav-menu .sub-menu a {
    border-left: none;
    border-right: none;
    padding-left: 25px;
    color: #eee;
  }

  .nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #efefe9;
    color: #1c1c1c !important;
  }

  /*.nav-primary .genesis-nav-menu .sub-menu a:before {
    font: normal normal normal 16px FontAwesome;
    content: "\f068";
    padding-right: 10px;
  }*/

  .title-area {
    width: 50%;
  }

  .site-header .menu-toggle {
  
  }
  
  /*** GENERAL ***/
  
  .wp-singular .row>* {
      padding-left: 0;
      padding-right: 0;
  }
  
  .site-footer .widget-area {
      width: 48%;
  }
  
  .site-footer .widget-area.second {
      text-align: right;
  }
  
  .site-footer .widget-area.third {
      display: none;
  }
  
  .home .wrap,
  .projects .wrap,
  .project-single .wrap,
  .agency .wrap,
  .contact .wrap {
      padding: 0;
  }
  
  /*** HOME ***/
  
  .home .adj-banner {
        /*max-height: none;*/
        /*min-height: 0;*/
        /*height: calc(100vh - 90px) !important;*/
        /*height: calc(100dvh - 90px) !important;*/
        
        min-height: calc(100dvh - 90px) !important;
        height: calc(100dvh - 90px) !important;
        max-height: calc(100dvh - 90px) !important;
        
        /*max-height: 750px;*/
        /*height: 750px;*/
        /*min-height: 750px;*/
  }
  
  .home .adj-banner .house p {
      display: none;
  }
  
  .home .adj-banner .adj-cube {
      position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: calc(100vh - 220px);
        display: flex;
        margin-top: 30px;
  }
  
  .home .adj-banner .adj-cube svg {
      transform: scale(1.5);
  }
  
  .home .adj-banner .adjaycent {
      bottom: 3.5%;
  }
  
  .home .adj-banner .house img,
  .home .adj-banner .of img,
  .home .adj-banner .adjaycent img {
      max-height: 62px;
  }
  
  .home .adj-banner .wrap {
        padding: 0 !important;
    }
  
  .adj-video {
        display: none;
        position: relative;
        z-index: -1;
    }
    
    .adj-video-mobile {
        display: block;
        position: relative;
        z-index: 1;
    }
  
  .adj-home-slideshow {
      font-size: 27px;
      min-height: 0;
      text-align: left;
      padding-left: 5%;
      padding-right: 5%;
      height: auto !important;
      line-height: 1.247;
  }
  
  .adj-home-slideshow .description {
      width: 100%;
  }
  
  .adj-home-slideshow p {
      text-indent: 23px;
  }
  
  .adj-name:before {
      width: 34px;
      margin-right: -2px;
  }
  
  .adj-home-slideshow .adj-slide {
        width: 100%;
        position: relative;
        right: auto;
        bottom: auto;
        padding-right: 0;
    }
    
    .adj-home-video .video-menu {
        padding: 0;
    }
    
    .adj-home-video .video-menu .widget-area {
        padding: 15px;
    }
    
    .adj-home-video .video-menu .widget-area:last-child {
        padding-left: 30px;
    }
    
    .adj-home-video .video-menu a:before,
    .adj-home-video .video-menu a:after,
    .adj-home-video .video-menu a:hover:before,
    .adj-home-video .video-menu a:hover:after {
        content: "";
        padding: 0;
    }
    
    .adj-home-video .description {
        position: relative;
        display: block;
        width: 100%;
        font-size: 4.5rem;
    }
    
    .adj-home-video .description p:first-child {
        position: absolute;
        top: 10%;
        left: 6%;
        width: 80%;
        text-align: left;
        text-align-last: auto;
        line-height: .9;
    }
    
    .adj-home-video .description p:last-child {
        position: absolute;
        bottom: 10%;
        right: 6%;
        text-align: right;
        text-align-last: auto;
        width: 80%;
        font-size: 4.6rem;
    }
    
    .adj-home-clients {
        height: auto !important;
        padding-left: 5%;
      padding-right: 5%;
    }
    
    .adj-home-clients img {
        margin: 0;
        width: 32%;
        height: auto;
        padding: 10px;
        padding-bottom: 0;
    }
    
    /*** PROJECTS ***/
    .projects .adj-projects-banner {
        /*font-size: 3.9svh;*/
        font-size: 27px;
        /*height: calc(100vh - 63px);*/
        min-height: calc(100vh - 63px);
        max-height: calc(100vh - 63px);
        
        min-height: calc(100dvh - 63px);
        max-height: calc(100dvh - 63px);
        width: 100%;
        margin-top: -30px;
        
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    
    .projects .adj-projects-gallery .m-5 {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    
    .projects .adj-projects-gallery .adj-project-list .image {
        margin: 30px 0 15px;
    }
    
    .projects .adj-name:before {
        background-image:url(images/arrow.svg);
        width: 30px;
        height: 30px;
        margin-left: 1px;
        background-position: center 2px;
    }
    
    /*** PROJECT - SINGLE ***/
    
    .project-single .entry-header,
    .project-single .entry-content {
        width: 100%;
        display: block;
        vertical-align: auto;
    }
    
    .project-single .entry-content p {
        font-size: 1.8rem;
        text-indent: 23px;
    }
    
    .project-single .entry-title {
        margin-bottom: 20px;
    }
    
    .projects h2:before {
        margin-left: -7px;
    }
    
    .projects h3 {
        margin-bottom: 0;
    }
    
    .project-single .back {
        margin: 8px 5% !important;
    }
    
    .project-single .back hr {
        visibility: hidden;
        width: calc(100% - 24px);
    }
    
    .project-single .back:after {
        width: 24px;
        height: 24px;
        background-position: center center;
    }
    
    /*** AGENCY ***/
    
    .agency .site-header {
        margin-bottom: 0;
    }
    
    .agency canvas#gradient-bg {
        display: inline;
    }
    
    .agency .adj-agency-banner {
        font-size: 3rem;
        height: 100vh;
        margin: -25px auto 0;
        padding: 0;
        color: #FFF;
        text-align: center !important;
        border-bottom: 0;
    }
    
    .agency .adj-agency-banner p:nth-child(4) {
        text-align: center !important;
    }
    
    .agency .adj-agency-banner p:nth-child(5) {
        text-align: left !important;
    }
    
    .agency .adj-agency-banner p:nth-child(6) {
        text-align: right !important;
    }
    
    .adj-agency-banner .wrap {
        margin-top: -30px;
    }
    
    .agency .adj-agency-banner .draggable {
        display: none !important;
        max-width: 60% !important;
    }
    
    /*.adj-agency-banner .draggable:nth-child(2),*/
    /*.adj-agency-banner .draggable:nth-child(5) {*/
    /*    display: inline !important;*/
    /*}*/
    
    .projects .adj-projects-gallery .draggable,
    .projects .adj-projects-gallery .draggable img {
        display: none !important;   
    }
    
    .agency .adj-agency-reel {
        background-color: #FFECE4;
    }
    
    .adj-agency-reel .row {
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-top: 0 !important;
        padding-top: 3rem;
        margin-bottom: 0 !important;
        padding-bottom: 3rem;
    }
    
    .adj-agency-details .m-5 {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    
    .adj-agency-details .col-lg-6:last-child {
        margin-top: 30px;
    }
    
    .adj-agency-profile .m-5 {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    
    .agency .adj-agency-details p,
    .agency .adj-agency-profile p {
        font-size: 1.8rem;
        margin-left: 23px;
    }
    
    .agency .adj-agency-profile p {
        margin-left: 0;
        text-indent: 23px;
    }
    
    .agency .adj-agency-profile .image {
        text-align: center;
        margin-top: 30px;
    }
    
    .agency .adj-agency-profile img {
        width: 100%;
    }
    
    .agency .adj-agency-details h2:before,
    .agency .adj-agency-profile h2:before {
        margin-left: -7px;
    }
    
    /*** CONTACT ***/
    .contact .m-5 {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    
    .contact h2:before {
        margin-left: -6px;
    }
    
    .contact .adj-contact-details p {
        font-size: 1.8rem;
        margin-left: 23px;
    }
    
    .contact .adj-contact-details .col:last-child p:last-child {
        margin-bottom: 0;
    }
    
    .contact .adj-contact-banner .wrap {
        height: 300px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 400px) {
    .home .adj-banner .house img, .home .adj-banner .of img, .home .adj-banner .adjaycent img {
        height: 56px;
        max-height: 56px;
    }
    
    .home .adj-banner .wrap {
        padding: 0 !important;
    }
}