/* RenoTheme Theme Styles - Adapted for Jekyll */
/* Based on RenoTheme HTML Theme, adapted for Atlas color scheme */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat:700');

/* Import FontAwesome from CDN */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* FontAwesome Icon Fixes */
.fa, .far, .fas, .fab {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 10px;
  color: var(--renotheme-primary);
}

.far {
  font-weight: 400;
}

.fas {
  font-weight: 900;
}

/* Button-specific FontAwesome icon colors */
button .fa, button .far, button .fas, button .fab {
  color: var(--renotheme-light);
}

button:hover .fa, button:hover .far, button:hover .fas, button:hover .fab {
  color: var(--renotheme-primary);
}

/* Button-specific FontAwesome icon colors */
.renotheme-btn .fa, .renotheme-btn .far, .renotheme-btn .fas, .renotheme-btn .fab {
  color: var(--renotheme-light);
}

.renotheme-btn:hover .fa, .renotheme-btn:hover .far, .renotheme-btn:hover .fas, .renotheme-btn:hover .fab {
  color: var(--renotheme-primary);
}

/* RenoTheme Variables - Adapted to Atlas */
:root {
  --renotheme-primary: #be2c33; /* Atlas red */
  --renotheme-secondary: #2c3e50;
  --renotheme-dark: #454545;
  --renotheme-light: #f2f2f2;
  --renotheme-text-dark: #333333;
  --renotheme-text-light: #999999;
  --renotheme-border: #e6e6e6;
}

/* Base Styles */
body.renotheme-theme {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--renotheme-text-light);
  background-color: #fff;
}

.renotheme-theme a {
  text-decoration: none;
}

.renotheme-theme h1,
.renotheme-theme h2,
.renotheme-theme h3,
.renotheme-theme h4,
.renotheme-theme h5,
.renotheme-theme h6 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: var(--renotheme-text-dark);
  letter-spacing: -0.5px;
  margin-top: 21px;
  margin-bottom: 10.5px;
}

.renotheme-theme h1 { font-size: 36px; }
.renotheme-theme h2 { font-size: 30px; }
.renotheme-theme h3 { font-size: 24px; }

/* Alternative Headings (with underline) */
.renotheme-theme .alternative-heading,
.renotheme-theme .sidebar__headings,
.renotheme-theme .footer .footer__headings {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.renotheme-theme .alternative-heading::after,
.renotheme-theme .sidebar__headings::after,
.renotheme-theme .footer .footer__headings::after {
  position: absolute;
  content: "";
  background-color: var(--renotheme-primary);
  height: 3px;
  width: 30px;
  bottom: -1px;
  left: 0;
}

/* Container and Layout */
.renotheme-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .renotheme-container { width: 750px; }
}
@media (min-width: 992px) {
  .renotheme-container { width: 970px; }
}
@media (min-width: 1200px) {
  .renotheme-container { width: 1170px; }
}

/* Top Bar */
.renotheme-top {
  background: linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
  border-bottom: 1px solid #4e4e4e;
}

.renotheme-top__left {
  padding: 7px 0 3px 0;
  text-align: center;
  color: #999999;
}

@media (min-width: 992px) {
  .renotheme-top__left {
    text-align: left;
    padding: 7px 0;
  }
}

.renotheme-top__right {
  text-align: center;
}

@media (min-width: 992px) {
  .renotheme-top__right {
    float: right;
  }
}

/* Header */
.header {
  background-color: var(--renotheme-dark);
  position: relative;
}

.logo {
  float: left;
  max-width: 50%;
  width: auto;
}

.logo img {
  height: 80px;
  width: auto;
}

@media (max-width: 991px) {
  .logo {
    float: none;
    text-align: center;
    max-width: 200px;
    position: relative;
    top: 50%;
  }
  .logo img {
  height: 60px;
  width: auto;
  transform: translateY(+30%);
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .logo { max-width: 200px; }
}

@media (min-width: 992px) {
  .logo {
    float: none;
    text-align: center;
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .logo {
    float: left;
    max-width: 218px;
    padding-top: 14px;
  }
}

.logo a {
  color: #f2f2f2;
  text-decoration: none;
}

.logo h1 {
  color: #f2f2f2;
  font-size: 22px;
  margin: 20px 0;
}

@media (max-width: 991px) {
  .logo h1 {
    margin: 10px 0;
  }
}

@media (min-width: 480px) {
  .logo h1 { font-size: 36px; margin: 36px 0; }
}

/* Header Widgets */
.header-widgets {
  padding: 10px 0;
  text-align: center;
}

.header-widgets .fa {
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
}

@media (min-width: 992px) {
  .header-widgets {
    padding: 14px 0 28px 0;
    float: right;
  }
}

/* Header widget responsive behavior */
@media (max-width: 991px) {
  .header-widgets-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .header-widgets:not(.header-widgets-desktop) {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header-widgets {
    padding: 28px 0;
    float: right;
  }
}

/* Header Widgets Float Layout for Desktop */
@media (min-width: 992px) {
  .header-widgets {
    padding: 14px 0 28px 0;
    float: right;
  }

  .header-widgets .widget {
    float: left;
    margin-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
  }

  .header-widgets .widget:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }

  .header-widgets .widget-icon-box .icon-box {
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: none;
  }

  .header-widgets .widget-icon-box .icon-box > .fa {
    flex-shrink: 0;
    margin-right: 10px;
  }

  .header-widgets .widget-icon-box .icon-box__text {
    flex: 1;
  }

  .header-widgets .widget-social-icons {
    display: flex;
    align-items: center;
    padding: 12px 0 12px 15px;
  }

  .header-widgets .widget-social-icons .social-icons__link {
    margin: 0 4px;
  }

  .header-widgets .widget-social-icons .fa {
    color: var(--renotheme-primary);
  }
}

/* Icon Box Widget */
.icon-box {
  padding: 12px 0;
  border-bottom: 1px solid rgba(250, 250, 250, 0.12);
  width: 100%;
  text-align: center;
  color: #999999;
}

.icon-box > .fa {
  font-size: 24px;
  margin-right: 15px;
}

.icon-box__title {
  margin: 4px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #dddddd !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.icon-box__subtitle {
  color: #999999;
}

/* Navigation */
.navigation {
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-bottom: -37px;
  text-align: center;
  z-index: 210;
  clear: both;
}

.navigation--main {
  margin: 0;
  padding: 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navigation--main { padding: 0; }
}

.navigation--main > li {
  list-style: none;
  position: relative;
}

@media (min-width: 992px) {
  .navigation--main > li { display: inline-block; }
}

.navigation--main > li > a {
  position: relative;
  display: block;
  color: #dddddd;
  padding: 6px 10px 6px 0;
}

@media (min-width: 992px) {
  .navigation--main > li > a {
    color: #999999;
    padding: 27px 22px;
    margin-right: -4px;
    text-decoration: none;
  }
}

/* Mobile navigation styling */
@media (max-width: 991px) {
  .navigation--main > li > a {
    color: #999999;
    background: var(--renotheme-light);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
    text-decoration: none;
  }

  .navigation--main > li > a:hover {
    color: var(--renotheme-primary);
    background: #f8f8f8;
  }
}
@media (min-width: 1200px) {
  .navigation--main > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.navigation--main > li:hover > a {
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 992px) {
  .navigation--main > li:hover > a {
    border-top: 3px solid var(--renotheme-primary);
    padding-top: 24px;
    color: var(--renotheme-text-dark);
  }
}

.navigation--main .sub-menu {
  display: block;
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  font-weight: bold;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  transition: all 200ms ease-out;
}

@media (min-width: 992px) {
  .navigation--main .sub-menu {
    border-top: 2px solid var(--renotheme-primary);
    visibility: hidden;
    width: auto;
    opacity: 0;
    left: 0;
    top: 100%;
    min-width: 180px;
    position: absolute;
    padding: 0 0 0 0;
  }
}

.navigation--main .sub-menu > li > a {
  color: #dddddd;
  display: block;
  padding: 3px 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .navigation--main .sub-menu > li > a {
    color: var(--renotheme-text-dark);
    background: var(--renotheme-light);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 12px 30px 12px 30px;
  }
}

.navigation--main .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navigation--main .sub-menu > li > a:hover {
    background: rgba(190, 44, 51, 1);
    color: var(--renotheme-light);
  }
}

/* Main Title Section */
.main-title {
  text-align: center;
  border-bottom: 1px solid var(--renotheme-border);
  padding: 30px 0;
  background-color: var(--renotheme-light);
}

@media (min-width: 992px) {
  .main-title { padding: 97px 0 60px 0; }
}


/* Responsive main title adjustments */
@media (max-width: 767px) {
  .main-title {
    padding: 20px 0;
  }

  .main-title__primary {
    font-size: 30px;
  }

  .main-title__secondary {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }

  .main-title__secondary::before {
    display: none;
  }
}

.main-title__primary {
  margin: 0;
  font-size: 36px;
}

@media (min-width: 992px) {
  .main-title__primary { font-size: 48px; }
}

.main-title__secondary {
  font-size: 14px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 0;
  color: var(--renotheme-text-light);
}

.main-title__secondary::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 50%;
  margin-left: -15px;
  height: 3px;
  width: 30px;
  background: var(--renotheme-primary);
}

/* Breadcrumbs */
.breadcrumbs {
  box-shadow: 0 2px 2px var(--renotheme-border);
  font-size: 10px;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .breadcrumbs { font-size: 12px; }
}
@media (min-width: 992px) {
  .breadcrumbs { margin-bottom: 60px; }
}

.breadcrumbs a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-weight: bold;
  color: #666666;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 10px;
}

@media (min-width: 480px) {
  .breadcrumbs a {
    padding: 14px 0;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 12px;
  }
}

.breadcrumbs a::before,
.breadcrumbs a::after {
  position: absolute;
  content: "";
  height: 21px;
  width: 1px;
  right: 0;
  background: #e2e2e2;
}

@media (min-width: 480px) {
  .breadcrumbs a::before,
  .breadcrumbs a::after { height: 27px; }
}

.breadcrumbs a::before {
  top: -2px;
  transform: rotate(-30deg);
}

.breadcrumbs a::after {
  bottom: -2px;
  transform: rotate(30deg);
}

.breadcrumbs a:hover {
  color: var(--renotheme-text-dark);
  text-decoration: none;
}

/* Master Container */
.master-container {
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .master-container { margin-bottom: 60px; }
}

/* Buttons */
.renotheme-btn {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  padding: 15px 18px;
  line-height: 1;
  border-radius: 4px;
  transition: all 200ms ease-out;
  border: 2px solid transparent;
  display: inline-block;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
}

.renotheme-btn-primary {
  background: var(--renotheme-primary);
  border-color: var(--renotheme-primary);
  color: var(--renotheme-light);
}

.renotheme-btn-primary:hover {
  background: var(--renotheme-secondary);
  border-color: var(--renotheme-secondary);
  color: var(--renotheme-light);
  transform: translateY(-2px);
}

.renotheme-btn-secondary {
  background-color: var(--renotheme-secondary);
  color: var(--renotheme-light);
}

.renotheme-btn-secondary:hover {
  background-color: #1a252f;
  transform: translateY(-2px);
}

/* Tables */
.renotheme-table {
  width: 100%;
  max-width: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-bottom: 21px;
}

.renotheme-table thead th {
  background-color: var(--renotheme-secondary);
  padding: 15px 20px;
  border-radius: 2px;
  color: var(--renotheme-text-dark);
  border-right: 2px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}

.renotheme-table thead th:first-of-type {
  background-color: transparent;
}

.renotheme-table thead th:last-of-type {
  border-right: none;
}

.renotheme-table tbody td {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #eeeeee inset;
  padding: 15px 20px;
  border-right: 2px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 2px;
}

.renotheme-table tbody td:first-of-type {
  box-shadow: none;
  background-color: #eeeeee;
}

.renotheme-table tbody td:last-of-type {
  border-right: none;
}

/* Footer */
.footer {
  border-top: 1px solid var(--renotheme-border);
  background-color: var(--renotheme-light);
  color: #666666;
  padding: 30px 0 0 0;
}

@media (min-width: 992px) {
  .footer { padding: 60px 0 30px 0; }
}

.footer .footer__headings {
  margin-top: 0;
  color: var(--renotheme-text-dark);
}

.footer a {
  text-decoration: none;
}

.footer .btn {
  background: var(--renotheme-primary);
  border-color: var(--renotheme-primary);
  color: var(--renotheme-light);
  text-decoration: none;
}

.footer .btn:hover {
  background: var(--renotheme-secondary);
  border-color: var(--renotheme-secondary);
  color: var(--renotheme-light);
}

.footer .menu-top-menu-container a {
  text-decoration: none;
}

.footer .menu-top-menu-container a:hover {
  color: var(--renotheme-primary) !important;
  text-decoration: none !important;
}

.footer .read-more:hover {
  color: var(--renotheme-primary);
  text-decoration: none;
}

.footer-bottom {
  background: var(--renotheme-primary);
  color: #666666;
  text-align: center;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .footer-bottom {
    text-align: left;
    padding: 19px 0;
  }
}

.footer-bottom__left {
  display: inline-block;
}

.footer-bottom__right {
  padding-top: 5px;
}

@media (min-width: 992px) {
  .footer-bottom__right {
    float: right;
    padding-top: 0;
  }
}

/* Responsive footer adjustments */
@media (max-width: 991px) {
  .footer {
    padding: 30px 0 0 0;
  }

  .footer .col-xs-12.col-md-4 {
    margin-bottom: 30px;
  }

  .footer .col-xs-12.col-md-4:last-child {
    margin-bottom: 0;
  }
}

/* Bootstrap Responsive Utilities */
.hidden-xs {
  display: none !important;
}

.hidden-sm {
  display: none !important;
}

.hidden-md {
  display: none !important;
}

.hidden-lg {
  display: none !important;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .hidden-xs,
  .hidden-sm {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important;
  }
}

/* Additional Bootstrap responsive visibility classes */
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .navigation--main .sub-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navigation--main .sub-menu > li > a,
  .navigation--main .sub-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navigation--main .sub-menu > li > a {
    line-height: 21px;
  }
  
  /* Mobile navigation dropdown behavior */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }

  /* Mobile navbar form adjustments */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }

  /* Mobile navbar default styles */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* Mobile navbar inverse styles */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
}

@media (max-width: 767px) {
  .main-title {
    padding: 20px 0;
  }

  .main-title__primary {
    font-size: 30px;
  }

  .main-title__secondary {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }

  .main-title__secondary::before {
    display: none;
  }
}

/* Navbar Toggle Button - Override Bootstrap styles */
.navbar-toggle {
  background: var(--renotheme-primary) !important;
  border-radius: 2px;
  padding: 10px 12px;
  margin: 0 !important; /* Override Bootstrap's vertical-align margins */
  transition: all 200ms ease-out;
  border: none !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 1000;
}

@media (min-width: 480px) {
  .navbar-toggle { margin: 34px 0; }
}

.navbar-toggle:hover {
  background: var(--renotheme-primary) !important;
}

.navbar-toggle .icon-bar {
  background: var(--renotheme-text-dark);
  width: 18px;
  height: 3px;
  display: block;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle__text {
  color: var(--renotheme-light);
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 8px;
}

.navbar-toggle__icon-bar {
  vertical-align: middle;
  display: inline-block;
  height: 18px;
}

/* Hide navbar toggle on desktop */
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

/* Jumbotron/Carousel Styles - Override Bootstrap defaults */
.jumbotron {
   position: relative;
   margin-bottom: 0;
   background-color: #333333 !important;
   padding: 0 !important;
   margin: 0 !important;
   border-radius: 0 !important;
}

.jumbotron--with-captions {
  margin-top: 0;
  z-index: 1;
}

.jumbotron .carousel {
  position: relative;
}

.jumbotron .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.jumbotron .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.jumbotron .carousel-inner > .item.active {
  display: block;
  left: 0;
}

.jumbotron .carousel-inner > .item.next {
  left: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.jumbotron .carousel-inner > .item.prev {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.jumbotron .carousel-inner > .item.active.left {
  left: -100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.jumbotron .carousel-inner > .item.active.right {
  left: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.jumbotron .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
  float: left;
  width: 100%;
}

.jumbotron .carousel-inner > .item > img,
.jumbotron .carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
  height: auto;
}

.jumbotron .carousel-inner > .active {
  display: block;
}

.jumbotron .carousel-inner > .next,
.jumbotron .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.jumbotron .carousel-inner > .next {
  left: 100%;
}

.jumbotron .carousel-inner > .prev {
  left: -100%;
}

.jumbotron .carousel-inner > .next.left,
.jumbotron .carousel-inner > .prev.right {
  left: 0;
}

.jumbotron .carousel-inner > .active.left {
  left: -100%;
}

.jumbotron .carousel-inner > .active.right {
  left: 100%;
}

.carousel-content {
   position: relative;
   max-height: 100%;
   z-index: 0;
}

.jumbotron p {
    font-size: 16px !important;
    font-weight: 200;
}

@media (min-width: 992px) {
   .carousel-content {
       background: rgba(51, 51, 51, 0.9);
       position: absolute;
       padding: 20px;
       width: 640px;
       top: 18%;
       left: calc(50% - 270px);
   }
}

@media (min-width: 1200px) {
   .carousel-content {
       top: 20%;
       width: 500px;
       left: calc(50% - 250px);
   }
}

@media (min-width: 1450px) {
   .carousel-content {
       top: 20%;
       width: 680px;
       margin-left: 0;
       padding: 30px;
       left: inherit;
   }
}

@media (min-width: 1700px) {
   .carousel-content {
       top: 20%;
   }
}

.jumbotron__category {
  margin-bottom: 15px;
}

.jumbotron__category h6 {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  margin: 0;
  position: relative;
}

.jumbotron__category h6::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--renotheme-primary);
}

.jumbotron__title h1 {
  font-size: 32px !important;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  line-height: 1.2;
  color: white !important;
}

.jumbotron__content p {
  font-size: 18px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  line-height: 1.4;
}

.jumbotron__content .btn {
  background-color: var(--renotheme-primary);
  border-color: var(--renotheme-primary);
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.jumbotron__content .btn:hover {
  background-color: var(--renotheme-primary);
  border-color: var(--renotheme-primary);
  color: white;
  text-decoration: none;
}

.carousel-control.left,
.carousel-control.right {
   background-image: none;
   opacity: 1;
   text-shadow: none;
   width: 45px;
   height: 45px;
   background: rgba(51, 51, 51, 0.9);
   font-size: 36px !important;
   line-height: 46px;
   text-align: center;
   border-radius: 2px;
   color: #ffffff;
   top: 20px;
}

@media (min-width: 480px) {
   .carousel-control.left,
   .carousel-control.right {
       top: 50px;
   }
}

@media (min-width: 768px) {
   .carousel-control.left,
   .carousel-control.right {
       top: 100px;
   }
}

@media (min-width: 992px) {
   .carousel-control.left,
   .carousel-control.right {
       top: calc(50% - 22px);
   }
}

.carousel-control.left:hover,
.carousel-control.right:hover {
   color: #eeeeee;
}

.carousel-control.left .fa.fa-angle-left {
   font-weight: 800;
}

.carousel-control.right .fa.fa-angle-right {
   font-weight: 800;
}

/* Responsive carousel adjustments */
@media (max-width: 768px) {
   .jumbotron--with-captions {
      margin-top: 0;
   }

   .jumbotron .carousel-content {
      left: 5%;
      top: 40%;
      max-width: 90%;
      padding: 20px;
   }

   .jumbotron .jumbotron__title h1 {
      font-size: 20px;
   }

   .jumbotron .jumbotron__content p {
      font-size: 16px;
   }

   .jumbotron .carousel-control {
      width: 50px;
      height: 50px;
      line-height: 44px;
      font-size: 20px;
   }

   .jumbotron .carousel-control.left {
      left: 15px;
   }

   .jumbotron .carousel-control.right {
      right: 15px;
   }
}

@media (max-width: 480px) {
   .jumbotron .carousel-content {
      left: 2%;
      top: 30%;
      max-width: 96%;
      padding: 15px;
   }

   .jumbotron .jumbotron__title h1 {
      font-size: 24px;
   }

   .jumbotron .jumbotron__content p {
      font-size: 14px;
   }

   .jumbotron .jumbotron__content .btn {
      padding: 12px 24px;
      font-size: 14px;
   }
}

/* Utility Classes */
.renotheme-spacer { height: 30px; }
.renotheme-spacer-big { height: 60px; }
.renotheme-text-center { text-align: center; }
.renotheme-text-left { text-align: left; }
.renotheme-text-right { text-align: right; }

/* Additional Utility Classes from Themerip */
.push-down-0 { margin-bottom: 0px; }
.push-down-5 { margin-bottom: 5px; }
.push-down-10 { margin-bottom: 10px; }
.push-down-15 { margin-bottom: 15px; }
.push-down-20 { margin-bottom: 20px; }
.push-down-25 { margin-bottom: 25px; }
.push-down-30 { margin-bottom: 30px; }
.push-down-35 { margin-bottom: 35px; }
.push-down-40 { margin-bottom: 40px; }
.push-down-45 { margin-bottom: 45px; }
.push-down-50 { margin-bottom: 50px; }
.push-down-55 { margin-bottom: 55px; }
.push-down-60 { margin-bottom: 60px; }

.align-right { text-align: right; }
.align-center { text-align: center; }
.primary-font { font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; }

/* Page Builder Styles */
.wide-color { background-color: #eeeeee; }
.wide-color .panel-grid { margin-bottom: 0 !important; }

.wide-color-dark { background-color: var(--renotheme-dark); }
.wide-color-dark .panel-grid { margin-bottom: 0 !important; }

.wide-pattern { background-color: var(--renotheme-light); padding: 30px 0; }
.wide-pattern .panel-grid { margin-bottom: 0 !important; }

.wide-image { background-position: center center; padding: 30px 0; }
.wide-image .panel-grid { margin-bottom: 0 !important; }

/* Footer Navigation */
.navigation--footer { display: inline-block; text-align: center; margin: 0; padding: 0; }
@media (min-width: 992px) { .navigation--footer { text-align: left; } }
.navigation--footer > li { list-style: none; position: relative; display: inline-block; }
.navigation--footer > li > a { text-decoration: none; padding: 0 7px; }
.navigation--footer > li > a:hover { background: none; }
.navigation--footer .sub-menu { display: inline-block; list-style: none; padding: 0; }
.navigation--footer .sub-menu > li { display: inline-block; }
.navigation--footer .sub-menu > li > a { padding: 0 7px; }
.navigation--footer .sub-menu > li > a:hover { text-decoration: none; }

/* Shortcodes */
/* Icon Shortcode */
.icon-container { display: inline-block; font-size: 18px; margin-right: 3px; }

/* Projects */
.project__meta-data { background-color: #eeeeee; padding: 16px 22px; color: #666666; margin-bottom: 30px; border-radius: 2px; }
.project__meta-data ul { margin-bottom: 0; }
.project__meta-data li { margin-bottom: 5px; }
.project__meta-icon { display: inline-block; min-width: 20px; margin-right: 4px; font-size: 120%; text-align: center; }
.project__navigation li { text-align: center; display: inline-block; width: calc(50% - 15px); min-height: 1px; }
.project__navigation li:last-of-type { margin-left: 20px; }
.project__navigation a { background-color: #eeeeee; display: block; padding: 15px; color: #999999 !important; text-transform: uppercase; font-weight: bold; font-family: 'Montserrat', Helvetica, Arial, sans-serif; transition: all 200ms ease-out; }
.project__navigation a:hover { color: var(--renotheme-text-dark) !important; text-decoration: none; }
.project__gallery > a { display: block; margin-bottom: 30px; }

/* Pagination */
.pagination { font-family: 'Montserrat', Helvetica, Arial, sans-serif; }
.pagination > .page-numbers { padding-top: 30px; border-top: 1px solid rgba(0, 0, 0, 0.08); }
.pagination > .page-numbers .dots { display: block; padding: 12px 0; }
.pagination ul { list-style: none; padding: 0; }
.pagination li { display: inline-block; background: var(--renotheme-light); border-radius: 2px; width: 45px; transition: all 200ms ease-out; margin-bottom: 4px; }
.pagination li a { display: block; color: #999999; padding: 12px 18px; }
.pagination li:hover { background: var(--renotheme-secondary); }
.pagination li:hover a { color: var(--renotheme-text-dark); }
.pagination li .current { display: block; color: var(--renotheme-text-dark); background: var(--renotheme-secondary); padding: 12px 18px; border-radius: 2px; }

.multi-page { color: #666666; margin-bottom: 30px; }

/* Comments */
.avatar { border-radius: 2px; }

.avatar-container--nested, .avatar-container--nestedx2, .avatar-container { float: left; width: 12%; }
.avatar-container--nested img, .avatar-container--nestedx2 img, .avatar-container img { width: 100%; height: auto; }

.avatar-container--nested { margin-left: 15%; width: 10%; }
.avatar-container--nestedx2 { margin-left: 28%; width: 8%; }

.comment-content--nested, .comment-content--nestedx2, .comment-content { float: left; width: 85%; margin-left: 3%; position: relative; }
.comment-content--nested:before, .comment-content--nestedx2:before, .comment-content:before { content: ""; display: block; position: absolute; top: 20px; left: -10px; border: solid 6px #fff; border-width: 6px 10px 6px 0; border-right-color: var(--renotheme-light); }
.comment-content--nested .comment-inner, .comment-content--nestedx2 .comment-inner, .comment-content .comment-inner { padding: 30px; background-color: var(--renotheme-light); border-radius: 2px; margin-bottom: 30px; }
.comment-content--nested .comment-author, .comment-content--nestedx2 .comment-author, .comment-content .comment-author { color: var(--renotheme-text-dark); font-size: 18px; font-weight: bold; font-style: normal; }
.comment-content--nested .comment-metadata, .comment-content--nestedx2 .comment-metadata, .comment-content .comment-metadata { float: right; font-weight: normal; }
.comment-content--nested .comment-text, .comment-content--nestedx2 .comment-text, .comment-content .comment-text { color: #999999; margin-top: 15px; }

.comment-content--nested { width: 72%; }
.comment-content--nestedx2 { width: 61%; }

#comments { display: inline-block; }
#comments .children { padding-left: 0; }
#comments .alternative-heading { margin-bottom: 25px; }

/* Comments Fields */
.comment-form .form-control { background: var(--renotheme-light); border-radius: 2px; border: 1px solid #dedede; box-shadow: none; }
.comment-form .form-control:focus { border-color: #dedede; background: #ffffff; }
.comment-form input { height: 45px; }

/* WordPress Widgets */
/* Select for all widgets */
.widget select { padding: 8px 6px; border-radius: 2px; width: 100%; color: #666666; border-color: #dedede; }

/* Specific Select for Sidebar Widgets */
.sidebar .widget select { background: transparent; }

/* Specific Select for Footer Widgets */
.footer .widget select { background: var(--renotheme-light); }

/* Custom Sidebar Menu */
.sidebar .widget_nav_menu ul { list-style: none; padding: 0; }
.sidebar .widget_nav_menu ul > li { margin: 2px 0; }
.sidebar .widget_nav_menu ul > li > a { font-size: 13px; transition: all 200ms ease-out; display: block; background: #eeeeee; color: #999999; font-family: 'Montserrat', Helvetica, Arial, sans-serif; border-radius: 2px; padding: 18px 20px; }
.sidebar .widget_nav_menu ul > li > a:hover { background: var(--renotheme-primary); color: var(--renotheme-light); text-decoration: none; }
.sidebar .widget_nav_menu ul > li > a:active { background: var(--renotheme-primary); border-color: rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); color: var(--renotheme-text-dark); }
.sidebar .widget_nav_menu ul > li.current-menu-item a { background: var(--renotheme-primary); color: var(--renotheme-light); text-decoration: none; }
.sidebar .widget_nav_menu ul > li:first-of-type { margin-top: 0; }
.sidebar .widget_nav_menu .sub-menu a { padding-left: 30px; }
.sidebar .widget_nav_menu .sub-menu .sub-menu a { padding-left: 40px; }
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu a { padding-left: 50px; }
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu a { padding-left: 60px; }
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a { padding-left: 70px; }

/* Custom Footer Menu */
.footer .widget_nav_menu ul { list-style: none; padding: 0; font-size: 15px; }
.footer .widget_nav_menu ul > li > a { display: block; padding: 3px 0; color: #999999; }
.footer .widget_nav_menu ul > li > a:hover { color: #666666; }
.footer .widget_nav_menu .sub-menu { padding-left: 10px; }

/* Widgets With Lists */
.widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul { padding-left: 20px; }

/* Text Widget */
.widget_text img { max-width: 100%; height: auto; }

/* Search Widget */
.widget_search { font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; }
.widget_search .screen-reader-text { display: none; }
.widget_search label { width: 100%; }
@media (min-width: 992px) { .widget_search label { float: left; width: 70%; } }
.widget_search .search-field { width: 100%; border: 1px solid var(--renotheme-border); background-color: #eeeeee; padding: 6px 5px 6px 10px; font-weight: normal; height: 40px; border-radius: 2px; }
@media (min-width: 992px) { .widget_search .search-field { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; } }
.widget_search .search-field:focus { background: #ffffff; }
.widget_search .search-submit { width: 100%; height: 40px; background: var(--renotheme-primary); border: 0; color: var(--renotheme-text-dark); font-weight: bold; border-radius: 2px; transition: all 200ms ease-out; }
@media (min-width: 992px) { .widget_search .search-submit { border-top-left-radius: 0; border-bottom-left-radius: 0; width: 30%; } }
.widget_search .search-submit:hover, .widget_search .search-submit:focus { background: var(--renotheme-primary); outline: none; }

.error-404 .widget_search { width: 100%; margin: 0 auto; }
@media (min-width: 992px) { .error-404 .widget_search { width: 300px; } }

/* Calendar Widget */
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { font-family: 'Montserrat', Helvetica, Arial, sans-serif; background-color: var(--renotheme-primary); border-radius: 2px; color: var(--renotheme-text-dark); padding: 5px 0; font-size: 12px; text-align: center; }
.widget_calendar thead tr th { padding: 5px 0; text-align: center; background: #dedede; color: #666666; border: 1px solid var(--renotheme-light); }
.widget_calendar tbody tr td { text-align: center; border: 1px solid var(--renotheme-light); padding: 3px 0; }
.widget_calendar tfoot tr td { border-top: 1px solid #dedede; padding: 5px 5px; }
.widget_calendar tfoot tr #next a { float: right; }

/* Footer Specific Color for Calendar*/
.footer .widget_calendar tbody tr td { border: 1px solid #dedede; }

/* Tag Cloud Widget */
.widget_tag_cloud a { display: inline-block; background: var(--renotheme-primary); padding: 5px 8px; margin: 2px 0; border-radius: 2px; color: #666666; transition: all 200ms ease-out; }
.widget_tag_cloud a:hover { background: var(--renotheme-primary); color: var(--renotheme-text-dark); }

/* WordPress Specific */
/* Style for Blog */
.single .hentry__content { padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.wp-post-image { margin: 0; width: 100%; height: auto; margin-bottom: 30px; border-radius: 2px; }

.meta-data { margin-bottom: 5px; }
.meta-data a { color: #999999; transition: all 200ms ease-out; }
.meta-data a:hover { color: var(--renotheme-text-dark); }
.meta-data span { border-right: 1px solid rgba(0, 0, 0, 0.12); padding-right: 10px; margin-right: 10px; }
.meta-data span:last-of-type { border-right: none; }
.meta-data span:first-of-type { padding-left: 10px; margin-left: 10px; border-left: 1px solid rgba(0, 0, 0, 0.12); }

.meta-data__seperator { color: #dddddd; }

.hentry img { border-radius: 2px; }

.hentry__content { font-size: 16px; }

.hentry__title { margin-top: 10px; margin-bottom: 20px; padding-bottom: 20px; font-size: 30px; }
.hentry__title a { color: var(--renotheme-text-dark); }
.hentry__title a:hover { color: #000000; }

.portfolio .hentry__title { margin-top: 0; }

.more-link { text-transform: uppercase; }
.more-link span { padding: 0; }
.more-link .btn:hover { color: var(--renotheme-primary); }

/* Sticky Post */
.sticky { background: var(--renotheme-light); border-radius: 2px; padding: 30px; }
.sticky .hentry__content { color: #666666; }

/* Image Alignment */
.alignnone, .aligncenter, .alignright, .alignleft { max-width: 100%; height: auto; }
.alignnone img, .aligncenter img, .alignright img, .alignleft img { max-width: 100%; height: auto; }

.alignnone { margin: 5px 0 20px 0; }

.aligncenter { display: block; margin: 5px auto 5px auto; }

.alignright { float: right; margin: 5px 0 20px 20px; }

.alignleft { float: left; margin: 5px 20px 20px 0; }

a > img.alignright { float: right; margin: 5px 0 20px 20px; }
a > img.alignnone { margin: 5px 20px 20px 0; }
a > img.alignleft { float: left; margin: 5px 20px 20px 0; }
a > img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* WP Caption */
.wp-caption { max-width: 100%; background-color: rgba(0, 0, 0, 0.05); padding: 5px; text-align: center; }
.wp-caption.alignnone { margin: 5px 0 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; padding: 0; width: auto; }
.wp-caption .wp-caption-text { line-height: 17px; margin: 4px 5px; }

.bypostauthor { position: static; }

.hentry__content table td, .hentry__content table th { padding: 5px 10px; border: 1px solid #dedede; }

.panel-grid .widget-title { font-size: 30px; margin-top: 0; }

.read-more { font-family: 'Montserrat', Helvetica, Arial, sans-serif; font-weight: bold; display: inline-block; text-transform: uppercase; font-size: 14px; }
.read-more:hover { text-decoration: underline; }

.read-more--page-box { margin-top: 4.5px; }

.post { margin-bottom: 30px; }
@media (min-width: 992px) { .post { margin-bottom: 60px; } }

.single-post .post, .breadcrumbs .post { margin-bottom: 0; }

/* Error 404 */
.error-404 { text-align: center; }

.error-404__text { font-size: 18px; color: #999999; margin-bottom: 30px; }

/* Contact Form 7 */
.wpcf7-text, .wpcf7-textarea { background: var(--renotheme-light); border-radius: 2px; border: 1px solid var(--renotheme-border); box-shadow: none; width: 100%; padding: 20px; margin-bottom: 15px; }
.wpcf7-text:focus, .wpcf7-textarea:focus { border-color: var(--renotheme-border); background: #ffffff; }

.wpcf7-textarea { height: 220px; }

.wpcf7-submit { float: right; margin-bottom: 15px; }

.wpcf7 .wpcf7-response-output { margin: 5px 0; padding: 10px 20px; border-radius: 2px; }
.wpcf7 .wpcf7-validation-errors{ background-color: #faf8d2; border: 2px solid #faf8d2; color: #b8b015; }
label.error  {background:red; color:#fff; border-radius:4px; padding:4px 6px}
.wpcf7 .alert, .wpcf7 .success{padding: 4px 6px; display: inline-block; border-radius: 2px; margin-bottom: 12px;}
.wpcf7 .alert { background-color: #ffe5e5; border: 2px solid #ffe5e5; color: #e50000; }
.wpcf7 .success { background-color: #dcf2dc; border: 2px solid #dcf2dc; color: #389738; }
.wpcf7 .wpcf7-not-valid-tip { margin: 0 0 5px 0; }

/* Portfolio Styles */
.portfolio-mini-wrapper { background: var(--renotheme-light); }
.portfolio-mini-wrapper.portfolio-light { background: none; }

#options { background: var(--renotheme-light); text-align: center; margin-bottom: 30px; }

#filters { text-align: center; padding-left: 0; }

@media (min-width: 992px) {
  #filters li.active, #filters li:hover {
    background: var(--renotheme-primary);
    margin-left: -3px;
    color: #fff;
    transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
  }
  #filters li.active a, #filters li:hover a {
    display: inline-block;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    border-bottom: 3px solid var(--renotheme-primary);
    padding-bottom: 3px;
    padding-top: 6px;
    transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    color: #fff;
  }
  #filters li.active:after, #filters li:hover:after { display: none; }
}

#filters a {
  display: inline-block;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
  padding-top: 6px;
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

#filters li {
  position: relative;
  color: #999999;
  cursor: pointer;
  z-index: 2;
  padding: 14px 30px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  display: inline-block;
}

@media (min-width: 992px) {
  #filters li:after {
    display: none;
  }
}

@media (max-width: 991px) {
  #filters li { text-align: left; display: block; }
  #filters li.active, #filters li:hover {
    background: var(--renotheme-primary);
    color: #fff;
    margin-left: -3px;
  }
  #filters li.active a, #filters li:hover a {
    display: inline-block;
    border-bottom: 3px solid var(--renotheme-secondary);
    padding-bottom: 3px;
    padding-top: 6px;
    color: #fff;
  }
}

#portfolio-content { padding: 0; list-style: none; }
#portfolio-content li {
  display: inline-block;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  margin: 0;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 2px 2px 2px 2px;
  border-color: #000;
  border-style: none;
}

.portfolio-light #filters li:after { background-color: #fff; }
.portfolio-light #filters li.active, .portfolio-light #filters li:hover {
  background: var(--renotheme-primary);
}
.portfolio-light #filters li.active a, .portfolio-light #filters li:hover a { color: var(--renotheme-text-dark); }
.portfolio-light #options { background: #eee; }
.portfolio-light #filters a { color: #666666; }

/* Responsive portfolio adjustments */
@media (max-width: 991px) {
  #filters li {
    text-align: left;
    display: block;
  }

  #filters li { text-align: left; display: block; }
  #filters li.active, #filters li:hover {
    background: var(--renotheme-primary);
    color: #fff;
    margin-left: -3px;
  }
  #filters li.active a, #filters li:hover a {
    display: inline-block;
    border-bottom: 3px solid var(--renotheme-secondary);
    padding-bottom: 3px;
    padding-top: 6px;
    color: #fff;
  }

  #filters li.active, #filters li:hover {
    background: var(--renotheme-primary);
    color: #fff;
    margin-left: -3px;
  }

  #filters li.active a, #filters li:hover a {
    display: inline-block;
    border-bottom: 3px solid var(--renotheme-secondary);
    padding-bottom: 3px;
    padding-top: 6px;
    color: #fff;
  }
}

img { max-width: 100%; height: auto; }

.project-post {
  position: relative;
  margin-bottom: 26px !important;
}

.project-post img {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.project-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 2px;
  width: 90%;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-left: 15px;
}

.project-post:hover .project-content { background: var(--renotheme-dark); z-index: 3; }

.project-post:hover img {
  transform: translateY(-50px) scale(0);
  -webkit-transform: translateY(-50px) scale(0);
  -moz-transform: translateY(-50px) scale(0);
  -o-transform: translateY(-50px) scale(0);
}

.inner-project {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -38px;
}

.inner-project h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0px 0px 6px 0px;
  padding: 4px 12px 3px 12px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255,255,255,0);
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}

.inner-project span {
  display: block;
  color: var(--renotheme-primary);
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}

.project-link {
  font-size: 12px;
  line-height: 30px;
  color: var(--renotheme-light);
  font-weight: 800;
  padding: 3px 10px 2px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: var(--renotheme-primary);
  z-index: 2;
  display: inline-block;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.project-link:hover {
  background: var(--renotheme-secondary);
  border-color: var(--renotheme-secondary);
  color: var(--renotheme-light);
}

/* Additional Body Styles */
body, .textwidget { color: #999999; }
.footer { background-color: var(--renotheme-light); }
.footer__headings { color: var(--renotheme-text-dark); }
.footer { color: #666666; }
.footer-bottom { background-color: var(--renotheme-primary); }
.footer-bottom { color: #666666; }
.footer-bottom a { color: #666666; }
.footer-bottom a:hover { color: var(--renotheme-text-dark); }
.slb_details { display: none; }

.promo { background-color: #eeeeee; margin-bottom: 30px; }
.promobg { padding: 30px; background-color: var(--renotheme-primary); background-image: url('../images/motivational-background.jpg'); background-size: cover; }

/* Homepage Custom Styles */
.services-list {
  list-style: none;
  padding: 0;
}

.services-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

.service-icon {
  margin-right: 10px;
  font-size: 1.2em;
  color: var(--renotheme-primary);
}

.why-choose-list {
  list-style: none;
  padding: 0;
}

.why-choose-list li {
  margin-bottom: 15px;
  font-size: 16px;
}

.check-icon {
  margin-right: 10px;
  color: var(--renotheme-primary);
  font-size: 1.2em;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.project-item {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #fff;
}

.project-item h4 {
  margin-top: 0;
  color: var(--renotheme-text-dark);
}

.project-item p {
  color: #666;
}

.testimonial {
  padding: 20px;
  background: #f9f9f9;
  border-left: 5px solid var(--renotheme-primary);
  margin-bottom: 20px;
  border-radius: 0 5px 5px 0;
}

.testimonial p {
  margin-bottom: 10px;
  font-style: italic;
}

.testimonial cite {
  font-style: normal;
  color: #666;
  font-size: 14px;
}

/* Enhanced spacing for homepage service cards */
.page-box__content {
  margin-bottom: 15px;
}

/* Navigation Menu Item Arrow Fix */
.navigation--main > .menu-item-has-children > a::after {
  right: calc(50% - 5px);
  bottom: 10px;
  color: #999999;
  position: absolute;
  content: "\f0d7";
  font-family: "FontAwesome";
}
