/*
Theme Name: Springtime
Description: A Child theme for the Gizmo WordPress theme.
Version: 1.0.0
Theme URI: https://pmthemes.com/gizmo/
Author: PMThemes
Author URI: https://pmthemes.com/
Template: pmgizmo
Text Domain: pmspringtime
*/
/* Links */
a:hover, a:active, .post-title a:hover, .post-title a:active, .widget a:hover, .widget a:active, .postmeta a:hover, .postmeta a:active{
	color: #144108;
}
/* Body */
body {
    background-color: #b8b5a5;
}
/* Top Navigation */
#topnav, #topnav-icon, #topheader {
	background: #347620;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	background: #2f1604;
}
.natty #topnav-menu li.current_page_item a, .natty #topnav-menu li.current-menu-item a {
	background: #2a6119;
}
#topnav-menu {
    margin-left: 0em;
}
#topnav-menu a:hover, #topnav-menu li a:hover {
	background: #2f1604;
}
#topnav-menu .sub-menu, #topnav-menu .children {
	background-color: #194d0b;
	border: 2px solid #4aa735;
	border-top: none;
}
ul#topnav-menu ul a:hover, #topnav-menu ul ul a:hover, ul#topnav-menu ul a:focus, #topnav-menu ul ul a:focus {
	background-color: #2f1604;
}
ul#topnav-menu ul a, #topnav-menu ul ul a {
	border-top: 1px solid #4aa735;
}
/* Search */
.search-form-top {
    background-color: #347620;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.search-form .search-submit {
    background: rgba(0, 0, 0, 0.65);
}
.search-form .search-submit:hover {
	background: #2f1604;
}
/* Main Navigation */
#navi-wrap {
	background: #2f1604;
	border-bottom: 4px solid #795135;
}
.natty #navi-wrap {
	background: #2f1604;
	border-top: 2px solid #795135;
	border-bottom: 2px solid #795135;
}
.stickynav {
	background: #2f1604;
	border-top: 2px solid #412008;
	border-bottom: 2px solid #412008;
}
.nav-menu li:first-child, .wide-header .nav-menu li:first-child {
	border-left: none;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #76370a;
	color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #1e0e02;
	border: 2px solid #438f35;
	border-top: none;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	border-top: 1px solid #438f35;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #194d0b;
}
/* Header */
#header-wrap, .natty #header-wrap {
    background-color: #3c8434;
    background: #53bd35 -webkit-gradient(linear, left top, left bottom, from(#3c8434), to(#53bd35)) no-repeat;
    background: #53bd35 -moz-linear-gradient(top, #3c8434, #53bd35) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c8434, endColorstr=#53bd35) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c8434, endColorstr=#3c8434)" no-repeat;
}
.header-line {
	border-top: 15px solid #263a1f;
	border-bottom: 1px solid #449934;
}
#header-social-icons .social-icons-menu li a:hover, #header-social-icons .social-icons-menu li a:hover:before  {
	background: #2f1604;
}
#logo .site-title, #logo a:hover .site-title, #logo .site-description {
	color: #fff;
}
/* Content */
.wide-header #content-wrap {
	border: 1px solid #968579;
	margin:0.6em auto 0.95em;
	box-shadow: none;
}
/* Sidebar */
#sidebar .widgettitle, #frontpage-magazine-widgets .widget .widgettitle, .widget-tabnavi, .widget-tabnavi {
	background: #347620;
	border: 1px solid #347620;
}
#sidebar .widget {
	border: 3px solid rgba(0, 0, 0, 0.2);
}
#sidebar .sideleft .widget, #sidebar .sideright .widget {
   	border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.4em;
}
.widget-tabbed .tabdiv li.widget-thumb .wp-post-image {
    margin: 0.3em 0.5em 0.5em 0;
	padding: 2px;
    max-width: 55px;
	border: 1px solid #ddd;
}
/* Footer Widgets */
#footer-widgets-bg {
	background-color: #19390f;
	border-top: 5px solid #59864B;
}
#footer-widgets .widget {
    background: #e5dad1;
    border: 5px solid #59864B;
}
#footer-widgets .widgettitle {
    background: #347720;
	padding: 0.7em 1em;
}
#footer-widgets .widget ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#footer-widgets .widget a:link, #footer-widgets .widget a:visited {
    color: #333;
}
/* Footer */
#footer {
    border-top: 1px solid #224e14;
	background-color: #061302;
}
/* LOL to Top */
.scrollToTop {
    background: #19390f;
    border: 4px solid #0b1a07;
}
.scrollToTop:hover {
    background: #2a6617;
}
.scrollToTop:before {
	color: #fff;
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
	background-color: #a36f49;
	color: #fff;
}
.toggled-on .nav-menu .sub-menu,
.toggled-on .nav-menu .children {
	background-color: #532808;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	background: #347620;
}
#sidebar {
	clear: both;
	margin: 1em 0 0;
	padding:1em;
	width: 100%;
}
}