/*
 Theme Name:   Attorna Child
 Theme URI:    http://demo.goodlayers.com/attorna
 Description:  Goodlayers Attorna Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     attorna
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  attorna-child

 START YOUR CHILD THEME CSS HERE
*/

.attorna-fixed-navigation.attorna-style-slide .attorna-logo-inner img
 {
max-height: 70px !important;
}

/*.attorna-logo-inner {
	max-width: none !important; 
}*/

/*.attorna-logo-inner img {
    margin-top: -12% !important;
    width: 80% !important;
} */

.attorna-logo-inner img {
    margin-left: 27% !important;
    margin-top: 1% !important;
    width: 83% !important;
}

.gdlr-core-grayscale-effect img:hover {
filter: grayscale(100%) !important;
}

.gdlr-core-custom-menu-item ul li:hover {
	
	margin-left: 20px !important;
	color: #b1976b !important;
}

.gdlr-core-custom-menu-item ul li {
  transition: margin-left 0.3s ease; /* Adjust duration/easing as needed */
}


.gdlr-core-custom-menu-item ul li a {
  border: none;
  transition: border-left 0.3s ease;
}

.gdlr-core-custom-menu-item ul li a {
  border-left: 3px solid transparent; /* keeps space even when not hovered */
  padding-left: 20px; /* space between border and text */
  transition: all 0.3s ease;
}

.gdlr-core-custom-menu-item ul li a:hover {
  color: #b1976b !important;
  border-left: 3px solid #b1976b;
}

.gdlr-core-personnel-list-social{
    display: none !important;
}

.current-menu-item > a {
    color: #b1976b !important;
}

.one {
	padding-top: 20px;
}

.gdlr-core-blog-modern.gdlr-core-hover-overlay-content.gdlr-core-with-image .gdlr-core-blog-modern-content{
	background-color: #191919b8; !important }

.gs .gdlr-core-button i.gdlr-core-pos-right {
	display: none !important;
}