/*
 Theme Name:   Create Child Theme
 Description:  Create Child
 Author:       Lee Shields	
 Template:     themetrust-create
 Version:      2.0.2
*/

body {
font-family: 'Open Sans', sans-serif !important;
font-size:1.3em;
font-weight: 400;
line-height: 1.3em;
color:#333 !important;
}

body, input, select, textarea {
  color: #333;
}

p, address {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  padding-bottom: 15px;
}

p strong {
  font-weight: 600;
}

input, select, textarea {
  font-size: 1em;
}

th, label {
  font-weight: 600 !important;
}

table {
font-size:1em !important;
}

h1, h2, h3, h4, h4, h5 {
  font-weight:500;
	font-size:2.4em;
	line-height: 1.2em;
	color: #333;
}

h1 {
	font-size:2.1em;
}

h2 {
	font-size:2.1em;
}

h3 {
	font-size:1.4em;
}

.content-area h4 {
font-size:1.3em;
}

a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .post.small h3 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .post.small h3 a:visited {
  color: #333;
	text-decoration: none;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.post.small h3 a:hover {
    color: #555;
    text-decoration: none;
}

input[type="search"], input[type="email"], input[type="text"], input[type="url"], input[type="password"], input[type="tel"], textarea {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: inherit;
  padding: 1px 5px;
}



/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.home #site-header {
margin-bottom: -20px !important;
}

#primary header.main h1 {
	width: 100% !important;
	margin-top: 0 !important;
	line-height: 1.3em;
	margin-bottom: 0;
	font-size: 2em;
  font-weight:600;
  text-transform:uppercase;
	line-height: 1em;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Nav
--------------------------------------------------------------*/

.main-nav ul a, .main-nav ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-icon::before,
#search-toggle-open::before,
#menu-toggle-open::before {
 font-size: 18px !important;}

.sf-menu ul {
  top: 65% !important;
}

.main-nav ul ul a,
.main-nav ul ul li,
.sticky .main-nav ul ul a,
.sticky .main-nav ul ul li {
  border-top: medium none;
  font-size: 14px;
}

#slide-panel nav a {
  display: block;
  font-size: 1.2em;
  padding: 5px 0;
}

#slide-panel .menu-item-has-children::after {
font-size:1.4em;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/


.content-area ul {
  padding:0 00px 8px 10px;
}

.content-area ul li {
	font-size: 1.2em;
  padding:0 0px 8px 0px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#footer .widget-box .widget-title,
#slide-panel .widget-box .widget-title {
	font-size: 1.4em;
	font-weight: 600;
	display: block !important;
	clear: both;
	color: #fff;
}

#footer .widget-box p{
	font-size: 1.2em;
  line-height:1.3em;
	font-weight: 400;
	color: #fff;
}

#footer .widget-box a {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}

#footer .fa, .widget-box .fa {
	font-size: 1.5em;
	font-weight: normal !important;
	margin-right: 12px;
	margin-bottom: 5px;
}


/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/

.post.small {
	display: inline-block;
	position: relative;
	float: left !important;
	padding: 3px !important;
}

.post.small h3 {
	margin-bottom: 0px !important;
}

.post.small h3 a {
  font-size:1.4em;
  color: #242424;
}

.post.small .meta {
display:none;} 
  
.post.small .post-thumb {
	margin-bottom: 0px !important;
}

.blog article {
	margin-bottom: 10px;
}
