/*
Theme Name: Suffice-Child
Theme URI: https://themegrill.com/themes/suffice/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Suffice is a highly flexible multipurpose WordPress theme that is beautifully crafted with the great attention to details. This theme is not just stunning by its clean and sleek design but is equally powerful by its galore of awe-inspiring features. Integration to SiteOrigin page builder and Suffice Toolkit plugin makes it one of the most customizable and easy to use themes. In addition, it is completely compliant with WooCommerce and uses the best SEO practices for top-notch performance of your website. This theme also offers you a wide range of unique demos from which you can choose any to create your own cutting edge website. Also, Suffice features versatile header styles, advanced color options, multiple widget areas and premium widgets. Hence, with this simple drag and drop theme, you can easily have your site up and running in no time.
Version: 1.1.7
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain: suffice

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

suffice is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


.header-top {
	padding: 30px 0 0 30px;
	background-color: #f1f1f1;
	border-bottom: 0 solid rgba(13, 39, 89, 0.5);
	transition: all 0.35s;
}

.header-top .container--flex {
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.header-top .header-top-left-section {
	text-align: left;
	-ms-flex: 7;
	    flex: 7;
}

.header-top .header-top-right-section {
	text-align: right;
}

.header-bottom {
	background-color: #dae1f1;
	border-bottom: 0 solid rgba(255, 255, 255, 0.5);
	transition: all 0.35s;
}

.header-bottom .container {
	position: relative;
}

.header-bottom .header-bottom-left-section {
	float: left;
}
.navigation-default .primary-menu > ul > li > a {
	padding: 30px 20px;
	color: #424143;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	text-align: right;
}

.header-line {
    background-color: #000000;
	height: 30px;
  width: 100%;
  flex: auto;
  position:relative;
   z-index:1000;
}

#primary,
#secondary {
	margin-top: 0px;
}

#secondary {
	margin-top: 60px;
}

.site-footer {background-color:#F9FAFB; color:#1F2937;}

.footer-widgets .widget .widget-title {
  color: #000;
}