/*----------------------------------------------------------------
	TRUE GRIT PRODUCTIONS
-----------------------------------------------------------------*/

//div {
	border: 1px solid #ff00ff;
}

:root {
	--themecolor: #ddbe65;
	--themecolor-rgb: 221, 190, 101;
	--body-font: 'Roboto', sans-serif;
	--primary-font: 'Roboto Condensed', sans-serif;
	--secondary-font: 'Cormorant Garamond', serif;
	}

.anchor-offset {
  scroll-margin-top: 100px;
}
.br-lg {
  display: none;
}

@media (min-width: 992px) {
  .br-lg {
    display: inline;
  }

  .br-lg::after {
    content: "\A";  /* line break */
    white-space: pre;
  }
}

	
	
/* MENU 
-----------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199.98px) {
  .primary-menu .menu-container > .menu-item > .menu-link > div {
    padding: 0 5px; /* reduce spacing */
    font-size: 14px; /* optional */
  }

  .primary-menu.style-6 {
    flex: 1 1 auto; /* allow better flex resizing */
  }
}


.primary-menu .menu-link div {
  white-space: nowrap;
}

/* 1. Make second-level submenus appear to the right of their parent */
.is-expanded-menu .sub-menu-container .menu-item > .sub-menu-container {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0px; /* optional spacing */
  display: none;
  z-index: 500;
}

/* 2. Ensure parent list items are positioned */
.is-expanded-menu .sub-menu-container .menu-item {
  position: relative;
}

/* 3. Show the flyout on hover */
.is-expanded-menu .sub-menu-container .menu-item:hover > .sub-menu-container {
  display: block;
}

.is-expanded-menu .menu-link {
	--primary-menu-padding-x: 30px;
}

.is-expanded-menu .menu-item.menu-item-emphasis > .menu-link {
	padding-left: 0;
	padding-right: 0;
}

.is-expanded-menu .menu-item.menu-item-emphasis > .menu-link div {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: -9px;
	margin-bottom: -9px;
	padding-left: 20px;
	padding-right: 15px;
	border-radius: 15px;
}

.is-expanded-menu #header:not(.sticky-header) .menu-item.menu-item-emphasis > .menu-link div {
	background-color: rgba(255,255,255,0.1);
	text-shadow: none;
}

.is-expanded-menu #header:not(.sticky-header) .menu-item.menu-item-emphasis:hover > .menu-link div {
	background-color: #212121;
	color: var(--themecolor) !important;
	border-top: none !important;
}

.is-expanded-menu #header.sticky-header .menu-item.menu-item-emphasis > .menu-link div {
	background-color: var(--themecolor);
	color: #FFF;
}
.is-expanded-menu #header.sticky-header .menu-item.menu-item-emphasis:hover > .menu-link div {
	color: #212529;
}

.is-expanded-menu .sub-menu-container:not(.mega-menu-column) {
	width: 260px;
	padding: 0px;
	background-color: #212529;
	border: 1px solid #212121 !important;
	border-radius: 0 0 2px 2px;
	left: -20px;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.is-expanded-menu .sub-menu-container .menu-item > .menu-link:hover {
	background-color: var(--themecolor);
	color: #212529;
}

.is-expanded-menu .sub-menu-container .menu-item:hover > .menu-link { padding-left: 25px; }

.moveit {
	position: relative;
	top: 10px;
	z-index: 200;
}
.menu-link {
	display: block;
	line-height: 22px;
	padding: 15px 15px;
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.mega-menu-content {
		position: absolute;
		visibility: hidden;
		width: 220px;
		background-color: #FFF;
		box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
		border: 1px solid #EEE;
		border-top: 2px solid #ff9900;
		z-index: 399;
		top: 100%;
		left: 0;
		padding: 0;
	}





.dropshadow {
  text-shadow: 2px 2px 4px #000;
}
.slideshadow {
  text-shadow: 1px 1px 10px #000;
}

/* pale bg link */
.p .palebglink a, .palebglink a:link {
  color: #a28748 !important;
  font-weight: 600;
  text-decoration: none;
}
.palebglink a:hover {
  color: #a28748; /* default link color */
  border-bottom: 2px solid #a28748;
  text-decoration: none;       /* prevent default underline */
  transition: border-color 0.2s, color 0.2s;
}


.maintitle {
	font-family:'Bevan', serif;
	font-weight: 300;
    font-size: 30px;
    text-transform:uppercase;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ddbe65; 
}
.mainsubtitle {
	font-family:'Bevan', serif;
	font-weight: 300;
    font-size: 24px;
    text-transform:uppercase;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ddbe65; 
}
.maintitle-ss {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 600;
    font-size: 25px;
    text-transform:uppercase;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fcfcfc; 
}
.maintitledark {
	font-family:'Roboto Condensed', serif;
	font-weight: 800;
    font-size: 36px;
    text-transform:uppercase;
    line-height: 33px;
    letter-spacing: -1px;
    color: #463c22; 
}
.maintitlewhite {
	font-family:'Bevan', serif;
	font-weight: 300;
    font-size: 36px;
    text-transform:uppercase;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fff; 
}

.smallhead {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 300;
    font-size: 14px;
    text-transform:uppercase;
    line-height: 12px;
    letter-spacing: 3px;
    color: #ddbe65; 
    opacity: 0.7;
}
.smallish {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 200;
    font-size: .9rem;
    text-transform:uppercase;
    line-height: 1.2rem;
    letter-spacing: 1px;
    color: #aaa; 
    opacity: 0.7;
}

.main {
	font-family:'Roboto', sans-serif;
	font-weight: 300;
    font-size: .9rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    color: #fff; 
    opacity: 0.8;
    
}
.paradark {
	font-family:'Roboto', sans-serif;
	font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000; 
    opacity: 0.8;
}
.paradark-intro {
	font-family:'Roboto', sans-serif;
	font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4rem !important;
    color: #463c22;
}
.paradark-subtitle {
	font-family:'Roboto', sans-serif;
	font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.4rem !important;
    color: #463c22;
    letter-spacing: 0px;
}
.parawhite {
	font-family:'Roboto', sans-serif;
	font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #fff;
    opacity: 0.8;
}
.checkit {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 400;
    font-size: 1rem;
    text-transform:uppercase;
    line-height: 1.2rem;
    letter-spacing: 1px;
    color: #000;
    opacity: 0.9;
}

hr.gap {
	border: 0px solid #000;
	margin: 5px;
	opacity 0.1;
}



.image-grid-container {
      width: 100vw;
      height: 250px;
      overflow: hidden;
    }
    .image-grid-row {
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
      height: 100%;
    }
    .image-grid-col {
      padding: 0;
      height: 100%;
    }
    .image-grid-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }



/* INVENTORY */

.anchor {
  display: block;
  position: relative;
  top: -80px; /* Adjust based on header height */
  visibility: hidden;
}
.card-body-equal {
  height: 128px;          /* or whatever height you need */
  overflow: hidden;       /* or auto, if you want scrollbars */
  background: #fff;
}


.invtitle {
	font-family:'Bevan', serif;
	font-weight: 300;
    font-size: 56px;
    text-transform:uppercase;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ddbe65; 
}
.cat-title {
	font-family:'Roboto Condensed', serif;
	font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.25rem !important;
    color: #ddbe65;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.invtitle-ss {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 600;
    font-size: 25px;
    text-transform:uppercase;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fcfcfc; 
}
.invtitlelight {
	font-family:'Roboto Condensed', serif;
	font-weight: 800;
    font-size: 24px;
    text-transform:uppercase;
    line-height: 42px;
    letter-spacing: 5px;
    color: #fcfcfc; 
}
.inv-subtitle {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem !important;
    color: #fcfcfc;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.paralight-intro {
	font-family:'Roboto', sans-serif;
	font-weight: 200;
    font-size: 1rem;
    line-height: 1.4rem !important;
    color: #eee;
}
.inv-sort, .grid-filter li a {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 200 !important;
    color: #ddbe65;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.grad {
  background-image: linear-gradient(#514e4e, #3b3329);
}


.card-img-top {
      height: 260px;
      object-fit: cover;
    }
.cardborder { background-color: #aaa; }
.card-footer {
      background-color: #212529;
    }
.featured-badge {
	font-family:'Roboto Condensed', serif;
	font-size: 0.5rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform:uppercase;
	background: #ddbe65;
	color: #333;
	position: absolute;
	top: 4px;
	left: 4px;
	padding: 6px 10px 4px 10px;
	border-radius: 0.25rem;
	z-index: 1;
    }
.card-title {
	font-family:'Bevan', serif;
	font-weight: 300;
    font-size: 24px;
    text-transform:uppercase;
    line-height: 24px;
    letter-spacing: -1px;
    color: #caa042; 
}
.card-text {
	font-family:'Roboto', sans-serif;
	font-weight: 300;
    font-size: 12px;
    line-height: 13px !important;
    letter-spacing: 0px;
    color: #463c22;
    opacity: 0.8;
}
.id {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 200;
    font-size: .9rem;
    text-transform:uppercase;
    line-height: .9rem;
    color: #eee;
}
.narrow {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 400;
    font-size: .9rem;
    text-transform:uppercase;
    line-height: .9rem;
    color: #eee;
}
.equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
    

.mfp-counter {
  font-size: 10px;         /* Make it smaller */
  bottom: -20px;            /* Push it lower */
  top: auto;               /* Disable top positioning */
  position: absolute;      /* Needed for repositioning */
  text-align: center;
}


/* HORSES */

.horses-callout:hover::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	transition: background 0.3s ease;
}

.profile-card {
      position: relative;
      text-align: center;
      margin-bottom: 2rem;
    }

.profile-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid white;
  display: block;
}

.image-circle-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
}

.name-tag {
  font-family:'Bevan', serif;
  z-index: 4;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #212529;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
  z-index: 2;
}
.profile-tiny {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 200;
    font-size: .6rem;
    line-height: 1rem;
    text-transform:uppercase;
    letter-spacing: 1.5px;
    color: #bbb; 
    opacity: 0.7;
}

.badge-circle {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ddbe65;
  color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid white;
  z-index: 3;
}


    .card-text {
      margin-top: 10px;
    }
    
 .bg-overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
}
.bg-overlay-bg {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.bg-overlay:hover .bg-overlay-bg {
  background-color: rgba(0, 0, 0, 0.6);
}


.subnote {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 300;
    font-size: 11px;
    line-height: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.5;
}  
    


/* PORTFOLIO */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

/* ---- grid ---- */

.grid {
  background: #EEE;
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 160px;
  height: 120px;
  float: left;
  background: #D26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

.grid-item--width2 { width: 320px; }
.grid-item--width3 { width: 480px; }
.grid-item--width4 { width: 640px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

.quote-card {
  position: relative !important;
  overflow: visible !important;
}

/* Opening quote */
.quote-card::before {
  content: "“";
  position: absolute;
  top: -17px;
  left: -15px;
  font-size: 5rem;
  color: #ddbe65;
  font-family:'Bevan', serif;
  line-height: 1;
  z-index: 10;
  pointer-events: none;
  text-shadow: 1px 1px 10px #212121;
}

/* Closing quote */
.quote-card::after {
  content: "”";
  position: absolute;
  bottom: -53px;
  right: -15px;
  font-size: 5rem;
  color:#ddbe65;
  font-family:'Bevan', serif;
  line-height: 1;
  z-index: 10;
  pointer-events: none;
  text-shadow: 1px 1px 10px #212121;
}

.testimonialbox {
  background-image: linear-gradient(#ddd, #fff);
}
.testimonialbox-dark {
  background-image: linear-gradient(#222, #121212);
}
.bigquote {
	font-family:'Roboto', sans-serif;
	font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.5rem !important;
    letter-spacing: -1px;
    color: #eee;
}
.standardquote {
	font-family:'Roboto', sans-serif;
	font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4rem !important;
    letter-spacing: -.5px;
    color: #212121;
}
.author {
  font-family:'Roboto', sans-serif;
  font-weight: 700;
  text-align: right;
  font-size: 1.1rem;
  font-style: italic;
  margin: 0;
}
.darktext {
  color: #212121;
}
.author .title {
  font-family:'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  font-style: normal;
  display: block;
  font-size: 0.75em;
  line-height: 1rem;
  font-weight: normal;
  color: #999;
  text-transform:uppercase;
}
.card-line {
  display: flex;
  align-items: flex-start; /* Align to the top of each line */
  gap: 0.25em;
  margin-bottom: 0.3em;
}

.card-tinytitle {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  font-style: normal;
  display: block;
  font-size: 0.5rem;
  line-height: 0.6rem;     /* Slightly larger line height for better vertical alignment */
  font-weight: normal;
  color: #777;
  text-transform: uppercase;
  width: 35px !important;  /* Fixed width ensures colons align */
  text-align: right;
  flex-shrink: 0;          /* Prevents label from shrinking */
}

.card-deets {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-style: normal;
  display: block;
  font-size: 0.6rem;
  line-height: 0.7rem;     /* Increase slightly for wrapping space */
  font-weight: normal;
  color: #aaa;
  text-transform: uppercase;
  flex: 1;                 /* Let deets fill remaining horizontal space */
  word-break: break-word; /* Break long words if needed */
}
.modetail {
	font-family:'Roboto', sans-serif;
	font-weight: 300;
    font-size: .8rem;
    line-height: 1rem !important;
    color: #ddd;
}


/* BIO */

.biotext {
	font-family:'Roboto', sans-serif;
	font-weight: 300;
    font-size: .8rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    color: #fff;
    opacity: 0.8;
}
.callme {
	font-family:'Roboto', sans-serif;
	font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0px;
    color: #fff;
    opacity: 0.8;
}



.mainbutton {
	font-family:'Bevan', serif;
	border: 3px #ddbe65 solid;
	font-size: 14px;
	color: #ddbe65; 
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
}
.mainbutton:hover {
	background-color: #ddbe65;
	color: #000;
	border-color: #ddbe65;
}

.button1 {
	font-family:'Roboto Condensed', sans-serif;
	border: 1px #fff solid;
	font-size: 16px;
	line-height: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
}
.button1:hover {
	background-color: #ddbe65;
	color: #000;
	border-color: #ddbe65;
}
.button2 {
	font-family:'Roboto', sans-serif;
	border: 1px #fff solid;
	font-size: 16px;
	line-height: 17px;
	font-weight: 500;
	color: #000;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Smooth transition */
}
.button2:hover {
	background-color: #222;
	color: #fff;
	border-color: #222;
}

.dkgreybg {
	background-color: #212529;
}
.charcoal {
	background-color: #121212;
}
.dkyellobg {
	background-color: #997834;
}
.dkgoldbg {
	background-color: #463c25;
}
.palebg {
	background-color: #e3d9c6;
}
.goldbg {
	background-color: #ddbe65;
}
.palegoldbg {
	background-color: #f0eee7;
}
.palebrownbg {
	background-color: #504f4d;
}

.contact-name {
	font-family:'Roboto', sans-serif;
	font-weight: 600;
    font-size: 1.5rem;
    text-transform:uppercase;
    line-height: 1.25rem;
    letter-spacing: 3px;
    color: #b0997c; 
}
.contact-number {
	font-family:'Bevan', sans-serif;
	font-weight: 200;
    font-size: 2.25rem;
    text-transform:uppercase;
    line-height: 2.25rem;
    letter-spacing: -1px;
    color: #ded3c1; 
}
.location {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:400;
    font-size: 1rem;
    text-transform:uppercase;
    line-height: 2rem;
    letter-spacing: 10px;
    color: #8f7f6f;
}
.hugeemail, .hugeemail a:link {
	font-family:'Bevan', sans-serif;
	font-weight: 200;
    font-size: .9rem;
    text-transform:uppercase;
    line-height: 2.5rem;
    letter-spacing: 2px;
    color: #ded3c1 !important;
}

.copyright {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 200;
    font-size: .6rem;
    text-transform:uppercase;
    line-height: 1.2rem;
    letter-spacing: 3px;
    color: #aaa; 
    opacity: 0.7;
}
.tiny {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 200;
    font-size: .45rem;
    text-transform:uppercase;
    line-height: 1.2rem;
    letter-spacing: 2px;
    color: #aaa; 
    opacity: 0.7;
}
.tiny a:hover {
	color: #fff;
}

.bg-icon {
  display: block;
  position: absolute;
  bottom: 100px;
  right: -10px !important;
  font-size: 220px;
  color: rgba(var(--contrast-rgb), 0.05);
}


/* FOOTER */

.uppercorner {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 200;
}

.tagline {
	font-family: "Bevan", serif;
	font-weight: 400;
	font-style: normal;
	color: #e3d9c6;
	font-size: 14px;
}
.subtag {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #e3d9c6;
	font-size: 11px;
	letter-spacing: 1px;
}


/* TEAM */

.team-headline {
	font-family: "Bevan", serif;
	font-weight: 400;
	font-style: normal;
	color: #090909;
	font-size: 24px;
	text-transform: uppercase;
}


/* RANCH */


	.cowboycamp {
	font-family:'Roboto Condensed', serif;
	font-weight: 400;
    font-size: 16px;
    text-transform:uppercase;
    line-height: 34px;
    letter-spacing: 2px;
    color: #fcfcfc; 
	}

.gofull-height {
  height: 100vh; /* You can change this to a fixed px height if needed */
}

.goimg-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}







.slider-social a { color: #aaa; }

.slider-social a:hover { color: #FFF; }

.button.button-color {
	color: #111;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	font-size: 12px;
	text-shadow: none;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.button.button-large.button-color {
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding: 0 32px;
	font-size: 13px;
}

.button.button-color.reverse,
.button.button-color:hover {
	background-color: #222 !important;
	color: var(--themecolor) !important;
}

.social-icon.si-mini {
	width: 24px;
	height: 24px;
	font-size: 11px;
	line-height: 23px !important;
}

.social-icon.si-mini:hover i:first-child { margin-top: -23px; }

.fbox-plain .fbox-icon {
	width: 4rem;
	height: 4rem !important;
}

.feature-box h3 span.subtitle { color: #BBB; }

.fbox-media a span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	text-align: center;
	z-index: 1;
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testi-content p {
	line-height: 1.6 !important;
	font-weight: 400;
	padding: 0 40px;
}

.dark .testi-content p { color: #FFF; }

.dark .testi-meta {
	font-size: 18px;
	color: var(--themecolor);
	letter-spacing: 1px;
	margin-top: 30px;
}

#oc-clients .oc-item {
	border-right: 1px solid rgba(255,255,255,0.15);
	opacity: .8;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#oc-clients .oc-item:hover { opacity: 1; }













/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {

  .portfolio .bg-overlay-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .portfolio .bg-overlay-bg {
    background-color: rgba(0, 0, 0, 0.2); /* optional: dark background */
    opacity: 1 !important;
    visibility: visible !important;
  }
	[data-hover-animate],
  [data-hover-animate-out] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }


.inv-sort-dropdown {
  max-width: 100%;
  font-size: .75rem;
  border: 1px solid #333;
  background-color: #212121;

}


	.smallish {
		font-family:'Roboto Condensed', sans-serif;
		font-weight: 200;
		font-size: .5rem;
		text-transform:uppercase;
		line-height: .7rem;
		letter-spacing: 1px;
		color: #aaa; 
		opacity: 0.7;
	}
	.smallhead {
		font-family:'Roboto Condensed', sans-serif;
		font-weight: 300;
		font-size: 14px;
		text-transform:uppercase;
		line-height: 12px;
		letter-spacing: 0px;
	}
	.location {
		font-family:'Roboto Condensed', sans-serif;
		font-weight: 100;
		font-size: 1rem;
		text-transform:uppercase;
		line-height: 2rem;
		letter-spacing: 0px;
		color: #eee; 
		opacity: 0.8;
	}
	.hugeemail, .hugeemail a:link {
	font-family:'Bevan', sans-serif;
	font-weight: 200;
    font-size: .8rem;
    text-transform:uppercase;
    line-height: 1rem;
    letter-spacing: 0px;
    color: #ded3c1 !important;
}
	.invtitlelight {
	font-family:'Roboto Condensed', serif;
	font-weight: 800;
    font-size: 18px;
    text-transform:uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fcfcfc; 
	}
	.invtitle {
	font-family:'Bevan', serif;
	font-weight: 300;
    font-size: 35px;
    text-transform:uppercase;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ddbe65; 
	}
	.inv-subtitle {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem !important;
    color: #fcfcfc;
    letter-spacing: 0px;
    text-transform: uppercase;
	}
	.paralight-intro {
		font-family:'Roboto', sans-serif;
		font-weight: 200;
		font-size: 1rem;
		line-height: 1.4rem !important;
		color: #eee;
	}
	.maintitle {
	font-family:'Bevan', serif;
	font-weight: 300;
    font-size: 24px;
    text-transform:uppercase;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ddbe65; 
}

}



/* Responsive Device less than 992px (.device-md <)
-----------------------------------------------------------------*/
@media (max-width: 1200px) {

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

}


/* SLIDER
-----------------------------------------------------------------*/

.revo-slider-emphasis-text {
			font-size: 64px;
			font-weight: 700;
			letter-spacing: -1px;
			font-family: 'Poppins', sans-serif;
			padding: 15px 20px;
			border-top: 2px solid #FFF;
			border-bottom: 2px solid #FFF;
		}

		.revo-slider-desc-text {
			font-size: 20px;
			font-family: 'Lato', sans-serif;
			width: 650px;
			text-align: center;
			line-height: 1.5;
		}

		.revo-slider-caps-text {
			font-size: 16px;
			font-weight: 400;
			letter-spacing: 3px;
			font-family: 'Poppins', sans-serif;
		}
		.tp-video-play-button { display: none !important; }

		.tp-caption { white-space: nowrap; }


