/* 
Theme Name: AU 2026 
Theme URI: http://www.andreauliana.com
Author: Andrea Uliana
Author URI: http://www.andreauliana.com
Description: AU
Version: 1.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: */


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}

body {
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: normal;  
  color: #101015;
  font-size: 1.1rem;
  line-height: 130%;
  margin: 0;
  word-wrap: break-word;
  background-color: #fff; 
}

strong, b, p a {
  font-family: 'Fraunces';
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fraunces", Sans-serif;
  font-weight: bold;  
}

.underlined {
  font-family: "Fraunces";
}

h1 {
  font-size: 2.25rem;
  letter-spacing: .02em;
}
#content h1 {
  color: #49EAA9;
}
h2 {
  font-size: 2rem;
  line-height: 115%;
}
h3 {
  font-size: 1.75rem;
  line-height: 115%;  
}
h4 {
  font-size: 1.4rem;
  line-height: 115%;  
}
h5 {
  font-size: 1.2rem;
  line-height: 115%;  
}
h6 {
  font-size: 1.1rem;
  line-height: 115%;  
}

.search-results h3.page-title {
  font-size: 1.25em;
  line-height: 120%;
  padding-left: 35px;
}

p { 
  font-size: 1.1rem;
  line-height: 120%;
  font-family: "Plus Jakarta Sans", Sans-serif;
  color: #07263F;
}

a {color: #07263F; word-wrap: break-word;}

a:hover, a:focus {color: #07263F;text-decoration: none;}

p a {text-decoration: underline;}

em {font-family: "Plus Jakarta Sans"; font-style: italic;}
nav {background-color: #fff;}
hr {border-color: #CCD0F0; }

.tags {color: #07263F;}
.tags a {color: #07263F;pointer-events: none;}




/* BUTTONS */
.btn {
  font-family: "Plus Jakarta Sans", Sans-serif;  
  box-shadow: none;
  transition: all ease .25s;

}
.btn:hover, .btn:active {
  box-shadow: none;  
}


.btn, .btn-large, .btn-small, .btn-flat  {
  font-family: "Plus Jakarta Sans", Sans-serif;  
  font-size: 1rem;
  height: 40px;
  background-color: #49EAA9 !important;
  line-height: 40px;
  margin-bottom: .75rem;
  font-weight: bold;
}


.btn-base {
  text-transform: none;
  letter-spacing: .03em;
  text-decoration: none;
  border-radius: 0;
  color: #07263F;
  border: 1px solid #07263F;
  background-color: #fff; 
}
.btn-base:hover,
.btn-base:focus {
  color: #fff;
  background-color: #07263F;
  border: 1px solid #07263F;
  border-bottom: 1px solid #07263F;
  box-shadow: none; 
}


/* Buttons BRIGHT */
.btn-white {
  color:#07263F;
}




/* Dark Button */
.btn-dark {
  font-family: "Plus Jakarta Sans", Sans-serif;
  text-transform: none;
  letter-spacing: .03em;
  text-decoration: none;
  border-radius: 0;
  color: #fff!important;
  border: 1px solid #07263F;
  background-color: #07263F; 
}
.btn-dark:hover,
.btn-dark:focus {
  color: #fff!important;
  background-color: #101015;
  border: 1px solid #101015;
  border-bottom: 1px solid #101015;
  box-shadow: none; 
}






/* HERO HOME */


.container-hero-home {
  width: 100%;
  background: #07263F;
  color: #fff;
}
.container-hero-home .row {
  padding-top: 10%;
  padding-bottom: 10%; 
}
.container-hero-home h1 {
  color:#49EAA9!important;
  font-size:2rem;
  line-height: 130%;
  font-weight:bold;
  margin-top:1rem;
}
.container-hero-home p {
  font-size: 1.1rem;
  line-height: 125%;
  margin-top: 1rem;
  color: #fff;
}
.logo-container {
  text-align: center; 
}
.logo-container .logo {
  margin: 0 auto; 
}

.portfolio-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1em;
}
.work-preview {
  width: 100%;
  transition: opacity .25s ease; 
}
.work-inner {
  width: 100%;   
}
.work-preview p {
  margin-top: .5rem; 
}
.work-preview h3 {
  color:#49EAA9;
  margin-top: .8rem;
  margin-bottom: 0; 
}
.work-preview .work-info {
  margin-bottom: 2.5rem; 
}
.work-preview img {
  width: 100%;
  height: auto; 
  margin: 0 auto;
}
.work-preview:hover {
  opacity:.75;
}


/*==========  01 - 320 - Mobile First Method  ==========*/
@media only screen and (min-width: 320px) {

  input, textarea, select {
    width: 100%; } 
  }

  input:not([type]),
  input[type=text]:not(.browser-default),
  input[type=password]:not(.browser-default),
  input[type=email]:not(.browser-default),
  input[type=url]:not(.browser-default),
  input[type=time]:not(.browser-default),
  input[type=date]:not(.browser-default),
  input[type=datetime]:not(.browser-default),
  input[type=datetime-local]:not(.browser-default),
  input[type=tel]:not(.browser-default),
  input[type=number]:not(.browser-default),
  input[type=search]:not(.browser-default),
  textarea {
    height: 2rem;
    padding-left: 2px;
    font-size: 16px!important;
    color: #07263F;
  }
  textarea {
    padding-top: 10px;
    height: 2rem;
    padding-left: 2px;
    font-size: 16px!important;
    color: #07263F;
  }

  textarea:focus {
    outline: none; 
  }

.col-center {
  float: none;
  margin-right: auto;
  margin-left: auto; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.img-responsive {
  width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px; }
  .wp-caption.aligncenter {
    margin-bottom: 10px; }
  .wp-caption img[class*="wp-image-"] {
    display: block; }
  .wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px; }

.gallery {
  margin-bottom: 1.5em; }
  .gallery a img {
    border: none;
    height: auto;
    max-width: 90%; }
  .gallery dd {
    margin: 0; }
.gallery-caption {
  display: block; }
embed, iframe, object {
  max-width: 100%; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #0d13a5;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }
.main-content-inner {
  padding-bottom: 1.5em; }
.clear {
  clear: both; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 15px; }
.widget_search .search-form input[type="submit"], .search-top {
  display: none; }
.featured {
  width: 100%; }
.archive .hentry {
  margin: 0; }
body.archive .page-wrap {
  background: #0a0a10; }

.archive .panel {
  margin-bottom: 0 !important; 
}
.home .hentry {margin: 0;}
.home .panel {margin-bottom: 0 !important;}
.home .row.no-gutters .col-sm-4.col-md-4.item {
  padding-right: 0 !important;
  padding-left: 0 !important; }
.single-portfolio .hentry {
  margin: 0; }
.single-portfolio .panel {
  margin-bottom: 0 !important;
}



::-webkit-input-placeholder, 
:-moz-placeholder,
::-moz-placeholder {
  font-size: 15px;
  color: #0a0a10;
  font-family: "Plus Jakarta Sans", Sans-serif;
  text-transform: uppercase; 
}
:-ms-input-placeholder {
  color: #0a0a10;
  font-family: "Plus Jakarta Sans", Sans-serif;
  text-transform: uppercase;
}


#content {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; 
}



/* Navigation */

.navbar-fixed nav.wow {
  -webkit-box-shadow: 0px 3px 15px 8psx rgba(204,208,240,.1); 
  box-shadow: 0px 3px 15px 8px rgba(204,208,240,.1);
}
.navbar-brand {
  padding: 0 0 0 20px;
  text-align: left;
  position: absolute;
  margin: 0;
  height: auto;
}
.navbar-brand .logo {
    width: 220px;
    margin-top: 17px;
}
.projects-nav nav {
  background-color: transparent;
  height: 130px;
}
.nav-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}
#nav-desktop {
  margin-right: 10px;
}

nav ul a {
  color: #07263F;
  font-size: 20px;
  letter-spacing: .025rem;
  font-family: "Fraunces";
  font-weight: bold;
  padding-top: 1px;
  line-height: 65px;
}
nav ul a:hover {
  background-color: transparent; 
}
.sidenav li > a {
  color: #07263F;
}
.sidenav li > p {
  padding: 0 32px;
  color: #07263F;
  font-size: 14px;
  background-color: #EFEFF5;
  margin: 0;
  height: 48px;
  line-height: 48px;
}
.button_container {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 28px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: blue; }

.button_container.active .middle {
  opacity: 0;
  background: #FFF; }

.button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: blue; }

.button_container span {
  background: #07263F;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease;
  cursor: pointer; 
}

.button_container span:nth-of-type(2) {
  top: 8px; }

.button_container span:nth-of-type(3) {
  top: 16px; }

.button_container:hover span.top {
  top: -1px; }

.button_container:hover span.bottom {
  top: 17px; }

.button_container.active:hover span.top {
  top: 0px; }

.button_container.active:hover span.bottom {
  top: 16px; }

.language-switch-mobile ul li:first-child a {
  text-align: right; }

.language-switch-mobile ul li:first-child a {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' \a     width='40' height='48' viewport='0 0 100 100'\a     style='fill:black;font-size:24px;'><text y='50%'>🇬🇧</text></svg>") 16 0, auto; }

.language-switch-mobile ul li:nth-child(2) a {
  text-align: left; }

.language-switch-mobile ul li:nth-child(2) a {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' \a     width='40' height='48' viewport='0 0 100 100'\a     style='fill:black;font-size:24px;'><text y='50%'>🇮🇹</text></svg>") 16 0, auto; }

.overlay .language-switch-mobile ul li:first-child a:after {
  opacity: 0; }

.overlay .language-switch-mobile ul li:nth-child(2) a:after {
  opacity: 0; }

.overlay .language-switch-mobile ul li a {
  transition: all ease .25s; }

.overlay .language-switch-mobile ul li:hover a {
  opacity: .7; }

.language-switch-mobile ul {
  width: 100%; }

.language-switch-mobile ul li {
  width: 50% !important; }

.language-switch-mobile ul li a {
  width: 100% !important; }

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0; }

.overlay {
  position: fixed;
  background: #07263F;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: -1; }

.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%; }

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s; }

.overlay.open li:nth-of-type(2) {
  animation-delay: .4s; }

.overlay.open li:nth-of-type(3) {
  animation-delay: .45s; }

.overlay.open li:nth-of-type(4) {
  animation-delay: .50s; }

.overlay.open li:nth-of-type(5) {
  animation-delay: .55s; }

.overlay.open li:nth-of-type(6) {
  animation-delay: .6s; }

.overlay nav {
  position: relative;
  height: 90%;
  top: 56px;
  font-size: 30px;
  text-align: center;
  background: transparent; 
}

@media only screen and (min-width: 601px) {
  .overlay nav {
    top: 65px; 
  }
  .button_container {
    top: 22px; 
  } 
}

.overlay nav p {
  color: #fff;
  font-size: 18px;
  cursor: default;
  line-height: 65px;
  margin: 0; }

.overlay ul {
  margin: 0 auto;
  display: inline-block;
  width: 100%; }

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 5);
  position: relative;
  opacity: 0;
  margin: 0 auto;
  width: 100%;
  height: 65px; }

.overlay ul li.explore {
  height: 65px; }

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size: 28px;
  letter-spacing: .02rem;
  width: auto;
  line-height: 65px; }

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 35px;
  opacity: 1; }

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
  opacity: 0;
  width: 0; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; }
}

h1.logo {
  font-size: 19px;
  line-height: 32px;
  color: #07263F;
  margin: 0;
  font-weight: normal;
  font-family: "Plus Jakarta Sans"; 
}

.navbar-toggle .icon-bar {
  background-color: #07263F; }

.single-portfolio nav.navbar-fixed-top {
  -webkit-box-shadow: 0 3px 3px -2px rgba(130, 130, 130, 0.1);
  -moz-box-shadow: 0 3px 3px -2px rgba(130, 130, 130, 0.1);
  box-shadow: 0 3px 3px -2px rgba(130, 130, 130, 0.1); 
}
nav ul li.active {
  background-color: transparent; }

.navbar-standard {
  height: 60px;
  padding-top: 0;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff; }

.navbar-standard.shrink {
  height: 60px;
  padding-top: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

nav.navbar-fixed-top {
  height: 60px; }

nav {
  box-shadow: none;
  -webkit-box-shadow: none; }

.navbar-collapse {
  border-top: 0;
  box-shadow: none; }

.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.navbar-toggle.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle {
  border: none;
  background: transparent !important; }

.navbar-toggle:hover {
  background: transparent !important; }

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.navbar-toggle {
  margin-top: 11px; }

.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%; }

.navbar-toggle .middle-bar {
  opacity: 0; }

.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%; }

.projects-nav .pager {
  padding-top: 23px;
  padding-bottom: 18px; }

#main-menu {
  background-color: transparent;
  padding-right: 15px; 
}
#main-menu a {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #07263F;
    border: none;
    text-transform: none;
    transition: color ease .25s;
    padding-left: 10px; 
}
#main-menu a:hover {
  color: #60629f;
  border: none; 
}
#main-menu li.active a {
  color: #07263F;
  border: none; 
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  border: none; 
}
.entry-meta {
  clear: both; }

.page-wrap {
  min-height: 100%;
  margin-bottom: -120px; 
}
.page-wrap:after {
  content: "";
  display: block; 
}
.vertical-space {
  padding-top: 48px;
  padding-bottom: 50px; 
}
.aside_icon {
  -webkit-transition: .25s all ease-in-out;
  -moz-transition: .25s all ease-in-out;
  -ms-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  color: #000; 
}
.aside_icon:hover {
  text-decoration: none;
  color: #333; 
}

.meta-nav {
  display: block;
  margin: 0;
  padding: 15px 0 0 0;
  float: inherit;
  width: 51px; 
}

/* Contact Template */
.contact-container {
  padding-top: 30px;
}
.hero-contact {
  max-height: 450px;
  overflow: hidden;
}
.contact p a {
  text-decoration: none; 
}
.contact-container h1 {
  text-align: left;
  margin-left: 0;
  padding-top: 10px;
}
.contact-container .illust {
  display: none;
}
.contact-maincopy a:hover, .entry-content a:hover {
  color: #07263F;
  font-family: "Plus Jakarta Sans", Sans-serif;
  border-bottom: 1px solid #07263F;
  background-color: transparent; 
}
.underlined {
  text-align: center;
  border-bottom: 2px solid #07263F;
  padding-bottom: 5px;
  margin: 0 auto;
  max-width: 360px;
  padding-top: 40px;
}

/* Container Fluid */

.container-fluid p {
  color: #07263F; }

.contact_content h1 {
  padding-bottom: 30px; 
}

/* Royal Slider */
.rsUni .rsPlayBtnIcon {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background: none !important; }
.rsUni .rsBullet.rsNavSelected span {
  background-color: #999 !important; }
.rsUni .rsBullet span {
  width: 7px !important;
  height: 7px !important;
  background: #0a0a10 !important; }

.single-portfolio .rsUni .rsBullets {
  display: block;
  float: left;
  margin-top: 12px !important; 
}
.rsPreloader {
  width: 40px;
  height: 40px;
  background-image: none !important;
  background: transparent;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.35em solid rgba(150, 150, 150, 0.2);
  border-right: 0.35em solid rgba(150, 150, 150, 0.2);
  border-bottom: 0.35em solid rgba(150, 150, 150, 0.2);
  border-left: 0.35em solid rgba(150, 150, 150, 0.9);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 5.5em;
  height: 5.5em; 
}
.rsPreloader:after {
    border-radius: 50%;
    width: 5.5em;
    height: 5.5em; 
}
.rsUni {
  background-color: transparent !important;
  background: transparent !important; }
  .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background-color: transparent !important;
    background: transparent !important; }

.rsContent {
  background-color: transparent !important; }

.rsUni .rsArrowIcn {
  background-image: none !important;
  opacity: 1 !important;
  height: 60px !important;
  width: 45px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  margin-top: -31px !important;
  margin-left: -23px !important;
  background: transparent !important; }
.rsUni .rsArrowDisabled .rsArrowIcn {
  opacity: 1 !important; }
.rsUni .rsArrowIcn:hover {
  background: transparent !important; }

.rsHidden {
  opacity: .25 !important; 
}

.rsUni .rsPlayBtnIcon:after {
  font-family: 'Entypo';
  content: "\e9b0";
  color: #07263F;
  text-indent: 0 !important;
  display: block;
  text-align: center;
  font-size: 55px;
  font-weight: normal;
  line-height: 10px;
  background: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  opacity: .9;
  padding-top: 25%; }
.rsUni .rsPlayBtnIcon:hover:after {
  color: #4d54ff;
  text-indent: 0 !important;
  display: block;
  text-align: center;
  font-size: 55px;
  font-weight: normal;
  background: none;
  opacity: 1; }
.rsUni .rsCloseVideoIcn {
  background: transparent !important; }
  .rsUni .rsCloseVideoIcn:after {
    font-family: 'Entypo';
    content: "\e99d";
    color: #07263F;
    text-indent: 0 !important;
    display: block;
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    line-height: 10px;
    background: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: .9; }
  .rsUni .rsCloseVideoIcn:hover:after {
    color: #4d54ff;
    opacity: 1;
}

/* GET IN TOUCH */



.getintouch {
  height: 120px;
  background: #07263F;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; 
}

.getintouch h2 {
  color: #fff;
  line-height: 120px;
  letter-spacing: 0.03rem; 
}

.getintouch:hover {
  background: #07263F; 
}

#getintouch .full-width-title {
  background-color: #07263F; 
}
  
#getintouch .full-width-title h2 {
  color: #fff;
  text-align: .03rem; 
}





.home .main-content {
  padding-bottom: 20px; 
}
.single-portfolio .single-content {
  padding-top: 0;
  background-color: #fff;
  padding-bottom: 45px;
}

.single-portfolio .single-content h1 {
  letter-spacing: .045rem;
  font-size: 3rem;
  line-height: 120%;
  color: #07263F;
  border-bottom: 1px solid #07263F;
  padding-bottom: 1rem;
  margin-bottom: 5px;
}
.single-content h2, .single-content h3 {
  color: #07263F;
}
.entry-content {
  width: 100%;
  border: none; 
}
.entry-content p {
  font-size: 1.1rem;
  line-height: 130%;
  margin-top: 0;
}
.contact-maincopy a, 
.entry-content a {
  color: #07263F;
  animation: all ease .25s;
  text-decoration: none;
  border-bottom: 1px solid #07263F; 
}
.hero-service h1 {
  padding: 10%; 
}
p a {
  text-decoration: none;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all ease .25s; 
}
/* Helper */
.full-width-title {
  padding-top: 2rem;
  padding-bottom: 3rem; 
}
.full-width-title h1, .full-width-title h2 {
  color: #49EAA9;
  font-weight: bold;
  padding: 0;
  margin: 0 auto;
  line-height: 130%;
  width: 100%;
}


.dropdown-content li > a, 
.dropdown-content li > span {
  color: #07263F; 
}

.dropdown-trigger {
  background: none;
  font-family: "Plus Jakarta Sans", Sans-serif;  
  padding: 0px 10px;
  font-size: 1rem;
  background-color: transparent !important;
  margin-top: .35rem !important;
}
.dropdown-trigger:hover {
  color:#07263F;
}

.dropdown-content li {
  padding: 0px;
  box-shadow: none;
  min-height: 40px; }

.dropdown-content {
  border: 1px solid #07263F;
  box-shadow: none;
  -webkit-box-shadow: none;
  overflow: hidden;
  margin-top: -3px; 
}
.dropdown-content li > a, .dropdown-content li > span {
  font-family: "Plus Jakarta Sans", Sans-serif;
  line-height: 20px;
  padding: 10px 8px;
  font-size: 1rem;
}
.dropdown-content {height: 40px; min-width: 70px;}
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #efeff5; 
}
i.i-link {
  position: absolute;
  left: 40px; 
}
ul.pager li {
  width: 33.32%; 
}

#featured-project {
  display: block;
  height: 50px;
  margin-top: -50px;
  width: 50px; 
}


.symbol {
  text-align: right;
  float: right;
  opacity: .7;
  width: 30px;
  margin-right: -5px;
  padding-top: 10px; 
}

.services-stripe {
  background-color: #fff; 
  padding-top: 10px;
  padding-bottom: 20px;
}


.hero-copy {
  position: relative;
  padding-left: 50px;
  padding-right: 20%;
  line-height: 77%;
  font-size: 52px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  bottom: -245px;
  display: table-cell;
  text-align: left;
  vertical-align: middle; 
}

.hero-copy p {
  font-size: 52px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(70, 70, 70, 0.85);
  line-height: 110%;
  letter-spacing: .015em;
}

.i-arrow-left-nav {
  margin-left: 20px; }

.grecaptcha-badge {
  visibility: hidden;
}

/* Royal Slider */

div.rsArrowRight .rsArrowIcn:after {
  font-family: 'Entypo';
  content: "\e992";
  color: #8f91bc;
  text-indent: 0 !important;
  display: block;
  text-align: center;
  font-size: 45px;
  font-weight: normal;
  line-height: 45px;
  padding-top: 35px;
  transition: all ease .25s; 
}
div.rsArrowLeft .rsArrowIcn:after {
  content: "\e991";
  font-family: 'Entypo';
  color: #8f91bc;
  text-indent: 0 !important;
  display: block;
  text-align: center;
  font-size: 45px;
  font-weight: normal;
  line-height: 45px;
  padding-top: 35px;
  transition: all ease .25s; 
}
.rsArrow:hover .rsArrowIcn:after {
  color: #07263F; 
}
.rsArrow:hover .rsArrowIcn:after {
  color: #07263F; 
}
.rsUni .rsContent img {
  width: 100% !important;
  margin: 0 !important; 
}
.rs-default-template .rsUni .rsArrowDisabled .rsArrowIcn {
  opacity: 1 !important; }

.rsMinW .rsArrowRight {
  right: 22px !important; }
.rsMinW .rsArrowLeft {
  right: 52px !important; }

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn, .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-image: none; }

.rsMinW div.rsArrowRight div.rsArrowIcn:after {
  font-family: 'Entypo';
  content: "\ea87";
  color: #fff;
  text-indent: 0 !important;
  display: block;
  text-align: center;
  font-size: 45px;
  font-weight: normal;
  line-height: 0px;
  padding-top: 5px; 
}
.rsMinW {
  background-color: #c7c7c7 !important; 
}
.rsMinW div.rsArrowLeft div.rsArrowIcn:after {
    content: "\ea86";
    font-family: 'Entypo';
    color: #fff;
    text-indent: 0 !important;
    line-height: 0px;
    display: block;
    text-align: center;
    font-size: 45px;
    font-weight: normal;
    padding-top: 5px; 
  }
#container-browser-gui {
  padding: 30px 5% 50px 5%; 
}
#browser-gui {
  margin-top: 2vw; 
}
#browser-gui {
  border: 1.5px solid #07263F; 
}

.browser-gui {
  background-color: #EDEFF1;
}
#browser-gui h1 {
  display: none; 
}
#browser-gui .header {
  display: none; 
}

/* Slider - Newsletter */
.browser-gui.newsletters {
  margin-top:-10px;
  background-image: url(includes/img/square-bg-1.png);
  background-size: 52px;
}

.browser-gui.newsletters .rsOverflow {
  width: 100%!important;
}
.newsletters #container-browser-gui {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.newsletters  #browser-gui {
  border:none;
  padding:0;
}

@media only screen and (min-width: 601px) {
  #container-browser-gui {
    width: 65%;
    max-width: 1000px;
  }
  .browser-gui.newsletters {
    max-height: 520px;
    margin-top:0;
  }
  .browser-gui.newsletters #container-browser-gui {
    margin-top: 0;
    max-height: 520px;
  }
  .newsletters #browser-gui {
    margin-top: 0;
    max-height: 520px;    
  }
  .newsletters .royalSlider {
    max-height: 520px;    

  }


}

/* About - Experience  */
.experience {
  padding-top: 10px;
}
.experience h2 {
  text-align: left;
  margin-left: 0;
}

/* Timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; 
}

.timeline:before {
  top: 40px;
  bottom: 40px;
  position: absolute;
  content: "";
  width: 3px;
  background-color: #07263F;
  left: 50%;
  margin-left: -1.5px;
}
.timeline-title {
  font-family: 'titling', sans-serif;
  font-size: 1.25rem;
  line-height: 129%;
  margin-bottom: .37rem; 
  color: #07263F;
  margin-top: 0; 
}
h2.timeline-title a {
  color: #6A2432;
  text-decoration: underline; 
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.timeline-body a {
  color: #07263F;
  text-decoration: underline; 
}


.timeline small {
  font-size: 14px;
}

.timeline i img {
  width: 12px;
  padding-top: 5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  background-color: #fff;
  width: 46%;
  float: left;
  border: 1px solid #bfc0d9;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .12);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .12); 
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #bfc0d9;
  border-right: 0 solid #bfc0d9;
  border-bottom: 15px solid transparent;
  content: " "; 
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; 
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #07263F;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; 
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; 
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #07263F !important; }
.timeline-badge.success {
  background-color: #07263F !important; }
.timeline-badge.warning {
  background-color: #07263F !important; }
.timeline-badge.danger {
  background-color: #07263F !important; }
.timeline-badge.info {
  background-color: #07263F !important; }
.timeline-year {
  width: 20%;
}
/* Footer */
footer {
  font-size: 1rem;
  background-color: #101015;
  min-height: 185px;
}
footer p {
  color: #A9B2B7;
  font-size: 15px;
  text-align: left;
}
footer a {
  color: #A9B2B7;
  transition: all ease .25s; 
}
footer a:hover {
    color: #EDEFF1;
    text-decoration: underline; 
}
footer .copyright {
  font-size: 15px;
}
footer .socials li {
  display: inline;
}
footer .socials a {
  font-size: 15px;
  text-decoration: none; 
}
footer .socials a:hover {
    text-decoration: underline; 
}
footer.entry-meta {
  display: none; 
}
.footer-inner {
  padding-top: 2.5rem;
  max-width: 1200px;
}

/*==========  max 767  ==========*/
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right; 
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; 
  } 
}

.progress-bar {
  background-color: #0d13a5; }

.show-mob {
  display: block; 
}

/* Contact Form */
label {
  margin-top: 15px; 
  font-family: "Plus Jakarta Sans", Sans-serif;
  color: #07263F;
  font-size: .9rem; 
}

input[type=text]:not(.browser-default),
input[type=email]:not(.browser-default) {
  width: 100%; 
}
button, input, select, textarea {
  font-family: "Plus Jakarta Sans", Sans-serif; 
}
.wpcf7-submit {
  margin-top: 7px;
  width: 120px;
  padding: 8px 5px 7px 7px;
}
.wpcf7-submit:hover {
  cursor: pointer;
}
textarea {
  min-height: 170px;
  width: 100%; 
}
input {
  border: 1px solid #07263F;
  color: #07263F;
  padding: 7px 5px 5px 10px;
  background-color: #fff;
  height: 40px;
  font-family: "Plus Jakarta Sans", Sans-serif;
  letter-spacing: .015rem;
  margin-top: .185rem;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  border-color: #07263F;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px 5px 8px 15px;
  letter-spacing: .035rem;
  transition: ease-in-out .2s all; 
}
form p a {
  font-family: "Plus Jakarta Sans", Sans-serif;
  text-decoration: underline;
  color: #07263F;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #07263F;
  -webkit-box-shadow: 0 1px 0 0 #07263F;
  box-shadow: 0 1px 0 0 #07263F; 
}
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  border-bottom: 1px solid #07263F; 
}
input[type=text] {
  font-size: .9rem; 
}
textarea {
  border-color: #07263F;
  font-size: .9rem;
  line-height: 130%;
  padding: 15px; 
}
div.wpcf7-response-output {
  margin: .5em 0 .2em;
  padding: 0; 
}
input[type=submit]:hover {
  background-color: #07263F;
  color: #fff; 
}
.grid {
  width: 100%;
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center; 
}
.projects-nav {
  background: #fff; 
}
aside {
  margin: 0; 
}
aside h4 {
  font-size: 1rem; 
}
aside ul li {
  display: inline; 
}

.gform_wrapper div.validation_error {
  color: #BA010F !important;
  border-top: 2px solid #BA010F !important;
  border-bottom: 2px solid #BA010F !important; 
}
.gform_wrapper li.gfield.gfield_error {
  background-color: #f0f0f0 !important;
  border-top: 1px solid #BA010F !important;
  border-bottom: 1px solid #BA010F !important; 
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #f0f0f0 !important;
  border-top: 1px solid #BA010F !important;
  border-bottom: 1px solid #BA010F !important; 
}
.gform_wrapper .gfield_error .gfield_label, 
.gform_wrapper .gfield_required, .gform_wrapper .validation_message {
  color: #BA010F !important; 
}
.gform_wrapper li.gfield_error input[type=email], 
.gform_wrapper li.gfield_error input[type=number], 
.gform_wrapper li.gfield_error input[type=password], 
.gform_wrapper li.gfield_error input[type=tel], 
.gform_wrapper li.gfield_error input[type=text], 
.gform_wrapper li.gfield_error input[type=url] {
  border: 1px solid #BA010F !important;
}
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #BA010F !important;
}
.gform_confirmation_wrapper {
  color: #1E8380;
}
.gform_wrapper input[type=email], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=text], 
.gform_wrapper input[type=url] {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  padding-left: 5px !important;
  padding: 10px;
}
.gform_wrapper .top_label textarea.textarea {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  padding-left: 5px !important;
  padding: 10px; 
}
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium {
  width: 100% !important;
  padding: 15px 10px 12px 10px;
  font-size: 16px;
  border: 2px solid white;
  background-color: white; 
}
.gform_wrapper textarea.medium {
  width: 100% !important;
}
.gform_wrapper .top_label textarea.textarea {
  padding-top: 10px;
  padding-left: 10px !important;
  width: 100% !important;
  border: 2px solid white;
  background-color: white;
}
.gform_footer.top_label {
  margin-top: 0 !important;
  text-align: center;
}
.home.page #title h1 {
  font-size: 2.5em;
  padding: .5em .725em;
}
.home.page #content {
  padding: 0; 
}
.home .home_content #content p {
  margin-bottom: 1.3em; 
}
.home .wrapper {
  position: absolute;
  width: 200%;
  height: 100%;
  z-index: 0; 
}
/* Logos */
.logos {
  text-align: center; 
}
.logos img {
  max-width: 700px;
  margin-bottom: 15px; 
}
@media only screen and (min-width: 480px) and (max-width: 801px), 
only screen and (max-device-width: 801px) {
  .logos {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; 
  }
  .logos img {
    text-align: center;
    width: 100%; 
  } 
}
/* About Page */
.about-hero {
  margin-top: -65px;
  max-height: 550px;
  overflow: hidden;
  margin-bottom: -10px;
}
.about-hero img {
  width: 100%;
}
.intro-about {
  padding-top: 10px;
  padding-bottom: 30px;
}
.intro-about .entry-content {
  padding-right: 30px;
}
.intro-about h1,
.intro-about h2,
.intro-about h3 {
  color: #49EAA9;
  text-align: left;
  margin-left: 0;
}
.about-content h1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.services_bg {
  background-color: #fff; 
}
.services-stripe .entry-content p {
  font-size: 15px;
  line-height: 22px; }

.single-service {
  text-align: center;
  min-height: 300px;
}
.single-service .icon {
  height: 70px;
}
.services-title {
  margin-bottom: 0;
  color: #49EAA9;
}
.service-col {
  margin-top: 20px;
  width: 50%;
}
.service-intro {
  padding-bottom: 20px;
  width: 80%;
  margin:  0 auto;
}
.row.services-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-rows: 1fr;
  margin-bottom: 0;
}
.single-service p {
  font-size: 1rem;
  line-height: 140%;
  padding-left: 10px;
  padding-right: 10px
  padding-bottom: 0;
  margin-bottom: 0;
}
.inthestudio {
  overflow: hidden;
  margin-bottom: -10px; /* visual correction bottom gray */
  padding-top: 10px;
  background-color: #fff;
}
.agencies-container {
  background-color: #fff;
  border-top: 2px solid #EDEFF1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.agencies-container h2 {
  padding: 25px 0 20px 0;
  margin-left: 0;
}

/* Helper: edit page */
.edit-link {
  position: fixed;
  left: 0;
  width: 60px;
  background-color:#C7C7C7;
  bottom: 0;
  border-radius: 0;
  padding: 7px;
  z-index: 9999; 
}
.edit-link a {
  padding: 7px;
  color: #07263F; 
}
.edit-link a:hover {
  color: #6A2432; 
}
.meta-nav i {
  color: #07263F;
  display: inline;
  font-size: 35px;
  line-height: 15px;
  -webkit-transition: .25s ease all;
  -moz-transition: .25s ease all;
  -ms-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all; }

.meta-nav i:hover {
  color: #60629f; 
}
.services_title {
  font-size: 26px;
  text-align: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 9px 0 0 0;
  vertical-align: top;
  line-height: 100%; }

#browser-gui .rsOverflow {
  overflow: hidden;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  height: 32px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background: #666;
  color: #07263F;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; 
}


@media only screen and (max-width: 480px), 
only screen and (max-device-width: 480px) {
  .vertical-space {
    padding-top: 48px;
    padding-bottom: 1px; } }

@media only screen and (min-width: 480px) 
and (max-width: 801px), only screen and (max-device-width: 801px) {
  .vertical-space {
    padding-top: 48px;
    padding-bottom: 1px; } }

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .logos {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; 
  }
  .logos img {
    text-align: center;
    width: 100%; 
  } 
}

/* Scroll Helper */

a#scroll-to-top {
  background: #efeff5;
  border-radius: 0;
  right: 0;
  bottom: 0px;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0 solid transparent;
  text-indent: 0 !important;
  text-decoration: none;
  transition: all ease .2s;
  z-index: 9999999999999999999;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; 
}

a#scroll-to-top.bottom {
  height: 120px;
  padding-top: 35px;
  bottom: 0px; }

a#scroll-to-top:after {
  content: "\e997";
  font-family: 'Entypo';
  color: #07263F;
  text-indent: 0 !important;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  line-height: 10px; }

a#scroll-to-top i {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 50px;
  height: 45px; 
}

a#scroll-to-top:hover,
a#scroll-to-top:active {
  text-decoration: none;
  background: #07263F; 
}

a#scroll-to-top:hover:after {
  color: white; 
}
.fa-chevron-up:before {
  content: '';
}
/*= Less 601 : Mob First ==========*/
@media only screen and (min-width: 601px) {
  .intro-about {
    padding-top: 35px;
  }
  .experience h2.underlined {
    text-align: center;
    margin: 0 auto;
  }
  .agencies-container h2 {
    text-align: center;
    margin: 0 auto;    
  }
  .intro-about h2 {
    text-align: left;
    margin-left:0;
  }
  .extra-content-1 .entry-content {
    margin-top: 40px; 
  }
  #browser-gui {
      padding: 0;
  }
  .contact_form {
    margin-top: 50px;
  }
  .contact-container {
    padding-top: 40px;
    padding-bottom: 40px; 
  }
  .hide-mob {
    display: block; 
  }
  .show-mob {
    display: none; 
  }
  .contact-maincopy {
    padding-top: 35px;
    padding-bottom: 30px;
    display: block;
    margin-bottom: 0;
    padding-right: 25px; 
  }
  .contact-container .illust {
    display: block;
    max-width: 250px;
  }

  footer {
    min-height: 130px; 
  }
  footer .container {
    width: 95%;
  }
  footer .socials {
    text-align: right;
  }
}

/*==========  992  ==========*/
@media only screen and (min-width: 992px) {

  .portfolio-list {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    gap: 2em;
  }

  /* Parallax */
  .about-hero {
    height: 510px;
    background-image: url('https://andreauliana.com/wp-content/uploads/2023/11/au-pic-coloured.webp');
    background-size: cover;
    background-position: center;
  }
  .about-hero img {
    display: none;
  }

  .service-col {
    width: 33.222222%;
    margin-bottom: 15px;
  }

  #container-browser-gui {
    padding: 15px .6% 45px .6%;
    margin: 0 auto; 
  } 
  #browser-gui .Development h1 {
    padding: 4px 5px 6px 5px;
    margin: 0;
    font-size: 15px;
    line-height: 30px; 
  }
  #browser-gui .Development .header {
    height: 35px; 
  }
  .header .buttons {
    position: absolute;
    top: 12px;
    left: 8px; 
  }
  .header .button {
    float: left;
    margin-right: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #dbdbdb; 
  } 
  footer .container {
    width: auto;
    max-width: 1200px;
  }
  footer .socials {
    margin-right: 14px;
  }
  footer .copyright p {
    text-align: left;
    padding-left: 12px;
  }
}

@media only screen and (min-width: 1200px) {
 
.footer-inner {
  max-width: 1200px;
}


}



/* JOIN CHAT */

.joinchat__button { background: #49EAA9 var(--joinchat-ico) 50%/60% no-repeat!important;
}


/* SELECTION / SCROLL BAR */

::-moz-selection, 
::selection {
  background-color: rgba(200, 200, 200, .7);
  color: #333; 
}

body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #49EAA9;
}
body::-webkit-scrollbar-thumb {
  background-color: #07263F;
  border-radius: 0px;
  border: 3px solid #07263F;
}







.scroll-down {
  opacity: 1;
  position: absolute;
  bottom: 2%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; 
}

.scroll-down:hover {
  opacity: .7; 
}
@media only screen and (max-width: 767px), 
only screen and (max-device-width: 768px) {
  a#scroll-to-top.bottom {
    padding-top: 0;
    height: 50px; 
  } 
}




