/*
 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-top-bar-left, .attorna-top-bar-left a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

.iconphone::before {
    content: url('/wp-content/uploads/2025/07/icon-phone.svg');
    top: 3px;
    margin-right: 10px;
    position: relative;
}

.attorna-top-bar-right-button {
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 19px 40px;
}

.attorna-body .attorna-top-bar a.attorna-top-bar-right-button:hover {
    background: #1E1E1C!important;
}

.family_montserrat h3, .gdlr-core-personnel-item h3 a{
    font-family: 'Montserrat'!important;
}

.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-direction-nav li a i {
    color: #1E1E1C;
}
.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-direction-nav li a:hover i {
    color: #B2976C;
}

@media screen and (min-width: 1201px){
    .team-section .gdlr-core-pbf-background {
            background-size: cover;
    }
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
    padding: 30px;
}

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position {
    margin-bottom: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent!important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent!important;
}

.wpcf7-list-item label {
    display: inline-flex;
    align-items: flex-start;

    color: var(--Black-700, #1D1D1D);
    text-align: justify;

/* Caption */
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: -0.12px;
}

.wpcf7-list-item {
    margin-left: 0px;
}
.wpcf7-list-item a {
    text-decoration: underline;
}

.wpcf7-list-item a:hover {
    color: #B2976C;
}

.attorna-body span.wpcf7-not-valid-tip {
    color: #e93636;
    font-size: 12px;
}

.icon-mail::before {
    content: url('/wp-content/uploads/2025/07/icon-mail.svg');
    top: 3px;
    margin-right: 10px;
    position: relative;
}

.icon-mail:hover, .iconphone:hover {
    color: #B2976C!important;
}

footer img[src$=".svg"] {
    width: 122px;
}

#text-1 {
    display: flex;
    justify-content: center;
}

footer .attorna-footer-wrapper .attorna-widget-title {
    color: var(--WHITE, #FFF);

    /* h4 */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: 4.2px;
    text-transform: uppercase;
}

footer p {
    margin-bottom: 10px!important;
}

ul.gdlr-core-sly-nav li.active {
    background: #B2976C;
}

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list {
    font-size: 13px;
}

.attorna-sidebar-area .attorna-widget-title {
    font-size: 20px;
}

@media screen and (max-width: 767px){
	input[type="checkbox"]{
		padding: 10px!important;
	}
	
	.gdlr-core-pbf-wrapper p, .wpcf7-list-item label, .attorna-page-wrapper p , .gdlr-core-text-box-item-content ul li{
		text-align: left!important;
	}
	
	.aboutUsHomepage p {
		font-size: 13px;
    	line-height: 1.7;
	}
	
}

.attorna-navigation .sf-menu > li {
    padding-left: 15px;
    padding-right: 15px;
}