/*
Theme Name: Attorna child
Author: 
Description: Your description goes here
Version: 1.0
Template: attorna

This is the child theme for Attorna theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.attorna-top-bar {
	display: none;
}

.attorna-navigation .sf-menu > li > a {
	padding-bottom: 15px;
}

.attorna-navigation {
	padding-top: 0;
}

.attorna-navigation-slide-bar {
	display: none !important;
}

.attorna-header-wrap {
	margin-top: 40px;
}

.HeaderTopBar {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #84a0b7;
	color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}

.HeaderTopBar sup {
	transform: translateY(-4px);
  display: inline-block;
}

.HeaderTopBar__item {
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.HeaderTopBar__item a {
	color: #FFF;
}

.HeaderTopBar__item a:hover {
	color: #FFF;
}

.HeaderTopBar__item img {
	width: 12px;
	margin-right: 10px;
}

.attorna-navigation .menu-item:last-child a {
	color: #84a0b7;
  font-weight: bold;
	position: relative;
}

.attorna-navigation .menu-item:last-child a::before, .attorna-navigation .menu-item:last-child a::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: #84a0b7;
	left: 0;
}

.attorna-navigation .menu-item:last-child a::before {
	bottom: 17px;
}

.attorna-navigation .menu-item:last-child a::after {
	bottom: 15px;
}

.attorna-logo {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	margin: 0 auto;
}

.attorna-logo-inner img, .attorna-logo-inner {
	width: 75px;
}

#comments, .attorna-single-social-share, .attorna-blog-info-category, .gdlr-core-blog-info-author, .gdlr-core-blog-info-tag, .gdlr-core-blog-info-comment-number  {
	display: none !important;
}

.backToTop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #84a0b7;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 1.7rem;
}

.backToTop span {
	color: #FFFFFF;
}

.attorna-navigation .sf-menu > li > a {
    padding-bottom: 15px;
	padding-top: 15px;
}



@media screen and (max-width: 1140px)
{
    .attorna-mm-menu-button {
	display: inline-block;
}
	
	.attorna-logo-inner img, .attorna-logo-inner {
width: 50px;
	}
	
	.HeaderTopBar {
		display: none;
	}
	
	#home-spacing {
		padding-top: 200px !important;
	}
}