/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.gs-slider-control-btn.active {
  background-color: #124c40;
  color: #fff !important;
  //font-weight: bold !important;
}

.gs_tabs_vertical .gs_tab.active {
    color: #fff;
    background-color: #124c40;
}

.gs_tabs_vertical .gs_content_area, .gs_tabs_vertical .gs_tabs_list:before, .gs_tabs_vertical .tabs-icon-wrapper, .gsbp-46b2433 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.gs_tabs_vertical .gs_tabs_list:before {
   
    background-color: #124c40;
	color: white;
 
}
footer{
	z-index: 5;
}

.wpml-ls-legacy-dropdown-click  {
    width: 68px;
	height: 50px
}

.wpml-ls-legacy-dropdown-click a {
    padding: 15px 10px;
	color: #c9ac68
}
.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:active {
	color: #124c40 !important;
}

.gspb-buttonbox-title{
	color:white;
	font-weight: 200 !important;
}
.footer-link:hover{
color:white;
text-decoration: underline;}

.animated-underline {
    position: relative;
    display: inline-block;
  }
  
  .animated-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; /* Adjust this value to move the underline closer or further from the text */
    height: 2px; /* Adjust the height of the underline */
    background-color: #C9AC6940;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    animation: underlineAnimation 1s ease forwards; /* Adjust the duration and timing function as needed */
    animation-delay: 1s; /* 2 seconds delay before the animation starts */

  }

@keyframes underlineAnimation {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }

.wpcf7-form-control{
color: white !important;}

.wpcf7-submit{
	background-color: #c9ac68 !important;
	padding: 15px 35px 15px 35px  !important;
}
.wpcf7-textarea{
	height:100px !important;
}