/*
 Theme Name:   enough Child
 Theme URI:    http://www.spun.ca
 Description:  Enough Child Theme
 Author:       SPUN inc.
 Author URI:   http://www.spun.ca 
 Template:     enough
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive, two-column
 Text Domain:  enough-child
*/



.mobile-menu-search {
    margin: 5px 0 !important;
    border-bottom: none !important;
    text-align: center;
}

.mobile-menu-search .searchandfilter ul li {
    display: inline-block !important;
}

h2.entry-title > a {
	color: #333 !important;
}

h2.entry-title > a:hover {
	color: #666 !important;
}

h2.site-description {
	margin-top: 20px !important;
}

.posted-in {
	display: none;
}


div.sharedaddy.sd-sharing-enabled {
	border-bottom-color: #333 !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

article {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

@media screen and (max-width: 625px) {
    .widget ul {
      margin-left: 5px;
      padding-left: 5px;
      width: 100%;
    }
    .searchandfilter ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
}

@media screen and (max-width: 440px) {
	div.nav-links {
	padding-bottom: 10px;
}

li.enough-toggle.enough-toggle-title {
	margin-top: 0px;
}
}

@media screen and (min-width: 640px) {
div.menu-header {
	display: none;
}
h2.widgettitle {
	color: #191919;
	background: rgba(222,222,222,.1);
	border-bottom: 1px solid #ddd;
	border-top: 1px solid rgba(222,222,222,.6);	
	padding: 9px;
}
}

div.menu-main-container {
	margin-top: 15px;
}

p.move-to-top > a:link {
	color: #ddd !important;
}

.nav-next > a > span.button {
	color: #ddd !important;
} 
.nav-previous > a > span.button {
	color: #ddd !important;
} 