/*
 Theme Name:   AFA Theme Child
 Theme URI:    http://afa-sea.com/
 Description:  A child theme of AFA Theme
 Author:       Landon
 Author URI:   
 Template:     wp-afa-theme
 Version:      1.0
*/

/* Import parent theme styles */
@import url("../wp-afa-theme/style.css");

/* Add your custom styles below this line */

 
body {
    line-height: 1.5; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif; /* Use Roboto Slab font */
}
 
/* Styles for the Pagelayer Tabs Holder */
.pagelayer-tabs-holder {
   	font-family: 'Roboto Slab', serif; 
	  background-color: transparent !important;
	  border-style: none !important;
	  border-color: #918f8f;
	  border-top-width: 1px;
	  border-right-width: 1px;
	  border-bottom-width: 0px;
	  border-left-width: 1px;
	  border-top-left-radius: 1px;
	  border-top-right-radius: 1px;
	  border-bottom-right-radius: 0px;
	  border-bottom-left-radius: 1px;
	  text-align: left;
	margin: 50px 0 0 0;
} 

.pagelayer-tabs-holder .pagelayer-tablinks:hover {
  	background-color: #ffd400 !important; /* Light background color */
	color: #000000 !important; /* Change text color for active tab */
}
  
.pagelayer-tabs-holder .pagelayer-tablinks
{
	cursor: pointer  ; /* Pointer cursor for tabs */
    padding: 10px  ; /* Padding for each tab */
    border-bottom: 2px solid transparent  ; /* Bottom border for tabs */
    transition: border-color 0.3s  ; /* Smooth transition for border color */
}

.pagelayer-tabs-holder .pagelayer-tablinks.active
{
	background-color: #ffd400 !important; /* Light background color */ 
	border-bottom: 2px solid #918f8f  ; /* Active tab color */
    font-weight: bold  ; /* Bold text for active tab */
   	color: #000000 !important; /* Change text color for active tab */
}

.p-czl8060 .pagelayer-tabcontainer
{
	border-style: none !important;
} 

.pagelayer-row-stretch-auto > .pagelayer-row-holder, .pagelayer-row-stretch-full > .pagelayer-row-holder.pagelayer-width-auto {
  max-width: 1170px;
  margin-left: 0;
  margin-right: 0;
}

