/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    http://example.com/twenty-nineteen-child/
 Description:  Twenty Nineteen Child Theme
 Author:       Maverick Siapo
 Template:     twentynineteen
 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, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentynineteenchild
*/

@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Black Regular'), local('ArchivoBlack-Regular'), url(https://fonts.gstatic.com/s/archivoblack/v8/HTxqL289NzCGg4MzN6KJ7eW6CYyF_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Arsenal';
  font-style: normal;
  font-weight: 400;
  src: local('Arsenal Regular'), local('Arsenal-Regular'), url(https://fonts.gstatic.com/s/arsenal/v3/wXKrE3kQtZQ4pF3D51jcAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.entry-header {
	display: none;
}

.site-header {
	margin: 0;
	background-color: #F4F4F4;
}

.site-logo .custom-logo-link {
	border-radius: 0;
}

.site-branding .site-logo a:hover{
	box-shadow: none;
}

.lt-buyer-color {
	color: #35BCCB;
}

.lt-vendor-color {
	color: #FEB51E;
}

.lt-color {
	color: #99CB44;
}

.lt-title-font {
	font-family: 'Archivo Black';
}

.lt-content-font {
	font-family: 'Arsenal';
}

.main-navigation .main-menu li a {
	font-weight: 400;
	font-size: 15px;
	font-family: 'Arsenal';
	font-weight: 100;
	color: #707070;
}

.main-navigation .main-menu li a:hover {
	text-decoration: none;
	color: #99CB44;
	background-color: #3a7b1f	;
}


.blog-title {
	color: #99CB44;
	font-family: 'Archivo Black';
	font-size: 20px;
}

.site-branding .site-logo a{
	margin: 0;
	width: 130px;
	margin-right: -100px;
	margin-top: -50px;
	height: auto;
}

.main-navigation {
	margin-left: 10%;
}


.blog-title:hover {
	color: #336600;
}

.blog-title:visited {
	color: #C6E09A;
}


.blog-content {
	color: #333333;
	font-family: 'Arsenal';
	font-size: 16px;
	font-weight: 100;
}


.entry .entry-content p {
	max-width: 100%;
}

.comments-area {
	max-width: 100%;
}

#menu-item-127 .sub-menu {
	background-color: #ffffff;
}

#menu-item-570 .sub-menu {
	background-color: #ffffff;
}

.site-footer {
	background-color: #000000;
	margin-top: -4%;
}

.submenu-expand .svg-icon {
	color: #689618;
}

#colophon .widget-area, #colophon .site-info {
    margin: 1%;
}

.menu-item .sub-menu li {
	width: 480px !important;
	margin: 0;
	padding: 0;
}

.menu-item .sub-menu a{
	width: 50% !important;
	float: left;
}

.site-header.featured-image .custom-logo-link{
	background: none;
	box-shadow: none !important;
	border: none !important;
}

.site-title, .site-description{
	display: none !important;
}

.site-header.featured-image .main-navigation a{
	color: #fff;
	text-shadow: none;
}

.site-header.featured-image .main-navigation .main-menu > li.menu-item-has-children ul li a {
    color: #333;
}

.image-filters-enabled .site-header.featured-image .site-featured-image:after{
	background: #232323;
}

.site-header{
	padding: 1em !important;
}

.site-logo{
	top: 20px !important;
}

@media only screen and (max-width: 600px) {

	.site-header {
		padding: 0.1%;
		margin: 0;
	}

	.site-branding .site-logo a{
		margin: 0;
		width: 70px;
		margin-right: -80px;
		margin-top: 2px;
		height: auto;
	}

	.main-navigation {
		margin-top: -9%;
		margin-left: 0;
	}

	.main-navigation .main-menu {
		font-weight: 400;
		font-size: 15px;
		margin-top: 7%;
	}

	.main-navigation .main-menu li a {
		font-weight: 100;
		font-size: 12px;
		font-family: 'Arsenal';
		color: #707070;
	}

}