/*
Theme Name:     Community Care
Theme URI:      http://example.com/
Description:   	Community Care  Template
Author:         Coreware
Author URI:     http://coreware.co.uk
Template:       canvas
Version:        0.1.0
*/

@import url("../canvas/style.css");


/*  extra styling to align pop-up search box created by Add Search To Menu plugin */
.testmenu .astm-search-menu {
    position: absolute;
    z-index: 9999999;
    right: -90px;
    text-align: right;
}
.testmenu .astm-search-menu form {
    text-align: left;
    background-color: white;
}

#mobile-search-form {
	margin-bottom: 10px;
	display: none;
}
#mobile-search-form #searchform {
	border-width: 2px;
	border-color: #005e84;
}
#mobile-search-form #searchform #searchsubmit {
	color: #005e84 !important;
}


#desktop-search-form {
	margin-bottom: 10px;
	display: none;
}
#desktop-search-form #searchform {
	border-width: 2px;
	border-color: #005e84;
}
#desktop-search-form #searchform #searchsubmit {
	color: #005e84 !important;
}


/* standard search results styling */

body.search-results #main {
	background-color: white;
	padding: 10px;
}

body.search-results #main div.post,
body.search-results #main div.page {
	border: none;
	padding: 0;
}

body.search-results #main div.post h2.title,
body.search-results #main div.page h2.title {
	line-height: 0.8em;
}

body.search-results #main div.entry p {
	font-size: 14px;
}

body.search-results #main div.post h2.title a,
body.search-results #main div.page h2.title a {
	font-size: 20px;
	color: #005e84;
}

body.search-results #main div.post h2.title a:hover,
body.search-results #main div.page h2.title a:hover {
	text-decoration: underline !important;
	color: #3088ff !important;
}

body.search-results #main div.post div.post-meta a.post-edit-link,
body.search-results #main div.post div.post-meta a.vc_inline-link,
body.search-results #main div.page div.page-meta a.post-edit-link,
body.search-results #main div.page div.page-meta a.vc_inline-link {
	display: none;
}

body.search-results #main .woo-pagination a:link, 
body.search-results #main .woo-pagination a:visited, 
body.search-results #main .woo-pagination a:active {
    border: none;
    background: #f0f0f0;
	width: auto;
	height:auto;
	display:inline;
}
