/*
Theme Name:   Attorna Child Theme
Theme URI:    https://www.vegea.com/
Description:  An Attorna child theme
Author:       Vegea
Author URI:   https://www.vegea.com
Template:     attorna
Version:      1.0.0
Text Domain:  attornachild
*/
:root {
	--main-color-2: #b1976b;
}
.justified{
	text-align: justify;
}

.attorna-single-article{
	text-align: justify;
}

.gdlr-core-blog-content{
	text-align: justify;
}
.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter"] textarea, .gdlr-core-page-builder-body [data-skin="Newsletter"] select {
	color: white;
}
.attorna-body .attorna-single-article a {
	text-decoration: underline;
}
a:hover .gdlr-core-icon-list-content, a:hover .gdlr-core-icon-list-icon {
	color: var(--main-color-2) !important;
}
.inline-nowrap {
	display: inline;
	white-space: nowrap;
}
.gdlr-core-title-item .gdlr-core-title-item-title, .gdlr-core-title-item .gdlr-core-title-item-title a {
	color: var(--main-color-2);
}
.gdlr-core-title-item .gdlr-core-title-item-title a:hover {
	color: black;
}
a.gold {
	color: var(--main-color-2);
}
a.gold:hover {
	color: black;
}
.sf-menu > li.menu-item-has-children.current-menu-item > a,
.sf-menu > li.current-menu-item:last-child > a {color: #bebebe;}
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info.gdlr-core-blog-info-author {display: none;}
.attorna-blog-style-4 .attorna-blog-title-wrap .attorna-single-article-title {
	font-weight: 600;
}
.gdlr-core-blog-full {
	margin-bottom: 40px;
}
@media only screen and (max-width: 1400px) {
	.attorna-mobile-header-wrap {
    display: block;
	}
	.attorna-header-background-transparent {
		display: none !important;
	}
}
@media only screen and (max-width: 1140px){
	.attorna-body, .attorna-body p, .attorna-line-height, .gdlr-core-line-height {
		line-height: 1.5;
	}
}

@media only screen and (max-width: 767px){
	.attorna-body, .attorna-body p, .attorna-line-height, .gdlr-core-line-height {
		line-height: 1.4;
	}
	.gdlr-core-pbf-wrapper-full-no-space, body.attorna-body-front .gdlr-core-container {
    max-width: none;
	}
}

