/*
Theme Name: Blacksilver Child theme of blacksilver
Theme URI: 
Description: Child theme of blacksilver theme for the Blacksilver theme
Author: <a href="https://themeforest.net/user/imaginem/">imaginem</a>
Author URI: 
Template: blacksilver
Version: 9.7
*/

#lg-download {
  display: none;
}

.footer-sidebar {
  background: #fff  !important;
  text-align: center;
  margin: 24px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 4px;
}

.title-sidebar {
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 60px;
}

.custom-header {
    width: 100%;
    background: #fff;
    color: #5d5d5d;
    padding: 20px 40px;
    box-sizing: border-box;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo a {
   color: #5d5d5d;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.header-logo {
   position: relative;
   top: 6px;
   width: 30px;
   margin-right: 19px;
}

.custom-sidebar {
  background: #fff  !important;
}

.custom-layout {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.custom-sidebar {
    width: 300px;
    background: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
}

.custom-content {
    flex: 1;
    padding: 0px !important;
    box-sizing: border-box;
}

.custom-sidebar ul {
  list-style: circle !important;
  line-height: 0px !important;
  margin-left: 20px !important;
}

.custom-sidebar li {
    margin-bottom: 12px;
}

.custom-sidebar a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
}

.custom-sidebar a:hover {
    background: #dddddd;
}

div.custom-layout aside.custom-sidebar p.wp-block-paragraph {
	font-size: 18px;
	margin-top: 33px;
	font-style: italic;
	margin-left: 7px;
	margin-right: 11px;
}

.lg-image:hover {
	filter: none   !important;
}

@media (max-width: 600px) {
	.custom-sidebar {
		width: 35% !important;
		min-width: 150px !important;
	}
	
	div.custom-layout aside.custom-sidebar p.wp-block-paragraph {
		font-size: 15px;
		margin-top: 30px;
		margin-left: 9px;
		margin-right: 0px;
		max-width: 80px;
	}

	
}