/*
Theme Name: GroundGuitar 4.5
Author: Dan Kopilovic
Version: 4.5
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");
body {
    line-height: 1.8rem;
}
.hover-2 {
    transition: background-color 0.2s ease
}
.hover-2:hover {
    background-color: #e9ecef /* Slightly darker color for better visibility */
}
.hover-3 {
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.hover-3:hover {
    color: #6f6f6f; /* Text color on hover */
    text-decoration: underline; /* Add underline effect */
}
.underline-hover:hover {
    text-decoration: underline
}

.hover-link {
    position: relative;
    text-decoration: none;
    color: #333;
}

.hover-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: transform 0.3s ease;
    transform: scaleX(0.7); /* Hide the underline by default */
    transform-origin: bottom left;
}

.hover-link:hover {
    color: #6f6f6f; /* Change text color on hover */
}

.hover-link:hover::after {
    transform: scaleX(1); /* Animate underline to full width on hover */
}
.border-hover {
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow */
}

.border-hover:hover {
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* More subtle shadow on hover */
}
.btn-nav-accordion[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}
.fa-chevron-up {
    transition: all 0.3s ease;
 }
.btn-nav-accordion.collapsed .fa-chevron-up {
  transform: rotate(180deg);
}
.wp-block-embed {
    padding: 1rem 0;
}
.wp-block-media-text {
    margin: 1rem 0;
}
.wp-block-media-text__content {
    margin: 1rem 0
}
.container-fluid {
    max-width: 1440px;
}
.wp-block-image,.wp-caption {
    padding-top: 1em;
    width: 100% !important;
}
.wp-block-image img,.wp-caption img {
    max-width: 100%;
    height: auto;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.mw-75 {
	max-width: 60%;
}
.rounded-5 {
    border-radius: 1rem!important;
}
/* Quote Styles */
blockquote {
	position: relative;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ffecb5;
    border-radius: 1rem;
    color: #664d03;
    background-color: #fff3cd;
}
cite{
	position: absolute;
	top: 1.5rem;
	left: 60px;
	display: block;
	height: 2rem;
	overflow:hidden;
	color: #664d03;
	font-weight: 400;
	font-size: 87.5%;
	max-width: 75%;
}
cite a {
    color: #664d03 !important;
    text-decoration: underline;
    font-weight: normal !important;
}
figcaption {
    font-size: 87.5%;
    text-align: center;
}
blockquote::before {
	content: "\F25A";
	height: 1.75rem;
	font-family: "bootstrap-icons";
	display: block;
	font-size: 1.5rem;

}
/* Custom Content Styles */
.h2-fix h2 {
	margin-top: 1.5rem !important;
}
.content-guide p {
	margin-bottom:1.25rem
}
.content-guide h2,h3,h4,h5,h6 {
	margin: 0;
}
.content-guide h2 {
	font-weight: 700;
    font-size: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.content-guide h3,h4 {
	font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.content-default a {
    font-weight: bold;
}
.cursor-pointer{
  cursor: pointer;
}
.current {
    color: #664d03!important;
    background-color: #fff3cd; 
    font-weight: 600 !important;
}
.font-weight-500 {
    font-weight: 600 !important;
}
.content-gear b,.content-gear strong {
	padding: 0.2em;
    background-color: #fcf8e3;
	font-weight: 500;
}
.content-gear a {
	font-weight: 500;
}
.content-note b, .content-note strong {
	padding: 0.2em;
    background-color: #c7d2c3;
    font-weight: 500;
}
.content-note {
	background: #e1e8e0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
}
.content-blog p, .content-blog h2, .content-blog h3, .content-blog h4, .content-blog blockquote, .content-blog ul {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.content-blog h2 {
	font-size: 1.5rem;
}
.img-gear-hover {
    transition: opacity .15s ease-in-out;
    opacity: 1;
}
.img-gear-hover:hover {
	opacity: 0.8;
}
@media (max-width: 576px) {
	.border-rs {border: none !important;border-radius: 0 !important;}
	.mob-desc {
		max-height: 250px !important;
		overflow: hidden;
	}
}
@media (min-width: 576px) {
	.border-rss {border: none !important}
	.border-hover:hover {
		border: 1px solid #b4b4b4 !important;
		transition: border-color .15s ease-in-out;
	}
}
.mob-desc a {
	position: relative;
	z-index: 2;
}
.mob-desc a:hover {
	background-color: #ddefff;
}
/* Custom Cards */
/* Common styles for cards */
.custom-sign {
	position: absolute;
	display:block;
    font-weight: 800;
    font-size: 75%;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #8f9573;
    color: #fff;
    border: transparent;
    border-radius: 1rem;
    padding: 5px 10px;
}
.green-card {
	background: #c2c6ad52;
	color: #595e46;
}

.btn-gcard,
.btn-dcard,
.btn-ocard {
	background: #8f9573;
	color: #fff;
}

.badge-gcard {
	background: #8f9573;
	color: #fff;
}

.btn-gcard:hover,
.btn-dcard:hover,
.btn-ocard:hover {
	background: #a5aa8e;
    color: #fff;
}

.orange-card {
	background: #e7dcd0;
    color: #5c421f;
}

.yt-card {
	background: #f3efe6;
}

/* Additional styles for specific buttons */
.btn-ocard::after,
.btn-gcard::after {
	content: "\F135";
	font-family: "bootstrap-icons";
	float: inline-end;
    height: 1rem;
	width: 1.5rem;
}
.btn-com::before {
	content: "\F268";
	font-family: "bootstrap-icons";
	float: inline-start;
    height: 1rem;
	width: 1.5rem;
}
.btn-back::before {
	content: "\F12C";
	font-family: "bootstrap-icons";
	float: inline-start;
    height: 1rem;
	width: 1.5rem;
	font-weight: bold;
}

.btn-drop::after {
	content: "\F282";
	font-family: "bootstrap-icons";
	float: inline-end;
    height: 1rem;
	width: 1.5rem;
	font-weight: bold;
	display: inline-flex;
    justify-content: center;
}

.btn-right::before {
	content: "\F135";
	font-family: "bootstrap-icons";
	float: inline-end;
    height: 1rem;
	width: 1.5rem;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
}

.btn-dot::before {
	content: "\F309";
	font-family: "bootstrap-icons";
	float: inline-start;
    height: 1rem;
	width: 1.5rem;
}

.fb-head::after {
	content: "\F257";
	font-family: "bootstrap-icons";
	float: inline-end;
    height: 1rem;
	width: 1.5rem;
}
.alert-rec {
	padding: 1rem 2rem 1rem 2rem;
	background: #f4f5f0;
	border: transparent;
	border-radius: 1rem;
	color: #373b2b;
	position: relative;
	margin-top: 2rem;
}
.alert-rec::before {
	content: "OUR CHOICE";
	position: absolute;
	font-weight: 800;
	font-size: 75%;
	top: -0.5rem;
	left: 50%;
  transform: translateX(-50%);
	background:  #8f9573;
	color: #fff;
	border: transparent;
	border-radius: 1rem;
	padding: 5px 10px
	
}
/* Dropdown menu styles */
.dropdown-menu {
    max-height: 365px;
    overflow: hidden;
    overflow-y: scroll;
}
/** Home Styles **/
.home-back{
    background: url(images/homeback.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 1200px;
    margin: 0 auto;
	min-height: 500px
}
.col-gear {
    height: 350px;
}
.vertical-center {
    display: flex;
    align-items: center;
}
/* Sidebar Styles */
.sticky-bg {
	background: #f2f2f2;
	max-height: calc(80vh - 90px);
}
.img-gear {
	max-height: 390px;
    width: auto;
    object-fit: contain;
    object-position: center; 
    width: 100%;
}
@media (max-width: 576px) {
.img-gear {
	max-height: 350px; 
}
}
.sticky-mh {
	height: calc(100vh) !important;
}
@media (max-width: 992px) {
	.overflow-y-scroll {
		overflow-y: auto;
	}
}
@media (min-width: 1200px) {
	.sticky-offset {
		top: 70px; 
	}
	.sticky-mh {
	    max-height: calc(100vh - 80px) !important;
		height: auto !important;
	}
	.sticky-bg {
		background: #fff;
		max-height: calc(100vh - 80px);
	}
}
.top-rem {
    left:1rem;
}
/* Video Embeds */
.video-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}
  
.video-container iframe, .video-container object, .video-container embed, .video-container video { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0;
    width: 100%;
    height: 100%;
}
.instagram-media, .getty, .imgur-embed-iframe-pub {
    margin: 1rem auto !important;
    display: block !important;
}
.gear-pic img {
    max-height: 300px;
    width: auto;
}
/* Old Gear Tables */
.tabguitar {
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    margin-bottom: 3rem;
}
.prva, .guitar-pic {
    text-align:center;
    vertical-align:top;
    width: 100%;
    display: inline-block;
}
.druga,.guitar-desc {
    vertical-align:top;
    width: 100%;
    display: inline-block;
}
.gear-item {
    overflow: hidden;
    margin-bottom: 3rem;
}
.guitar-pic img {
    width: auto;
    max-height: 200px;
}
@media (min-width: 768px) {
.prva,.guitar-pic  {  
    width: 16.666667%;
    float: left;
}
.druga,.guitar-desc {
    width: 83.333333%;
    float: left;
}
}
.card-eq {
    background-image: url('images/equip-back2.jpg');
    padding-top: 400px;
}
#wpdcom {
   max-width: 100% important;
}
.grecaptcha-badge {
opacity: 0;
}
.content-gearpage h2,.content-gearpage h3,.content-gearpage h4,.content-gearpage h5 {
    font-size: 1.25rem;
}
.btn-img {
    height: 24px;
    margin-top: -6px;
}
@media (max-width: 576px) {
	.btn-rvb {
		font-size: small;
		padding: 0.25rem 0.5rem;

	}
}
.navbar{
  z-index:999;
}
.close-navbar-toggler{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:1;
  cursor:pointer;
}
.close-navbar-toggler.collapsed{
  z-index:-1;
}
.wp-caption-text {
	padding-bottom: 1rem;
	text-align: center;
}
.breadcrumb, .breadcrumb-item {
  white-space: nowrap;
}
.col-gear {

}
.col-gear-img {
	height: 230px;
}
.col-gear-text {
	z-index: 998;
}
.minw-330 {
	min-width: 330px !important;
}
.adhesion-trans {
    -webkit-transform: translateY(-65px);
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
/* MV CSS */
@media only screen and (max-width: 359px) {
	.container-xxl.position-relative {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#main {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	#main .content-gear {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	nav.col-12.col-lg-3.align-self-start.sticky-offset.py-0.minw-330 {
		min-width: unset !important;
	}
	.col-12.col-lg-9.align-self-center {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.col.mb-4.order-lg-first.mt-lg-0.mt-4.overflow-hidden {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.col-lg-4.col-md-12.minw-330.text-center {
		min-width: unset !important;
	}
	.cont-box {
		word-break: break-word !important;
	}
	.instagram-media.instagram-media-rendered {
		max-width: 300px !important;
		min-width: unset !important;
	}
}
/* end of fix */