/*
Theme Name: Pitch
Theme URI: http://pitch.select-themes.com
Description: Pitch
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* CUSTOM STYLES
============================================= */

.portfolio_paging {
display:none !important;
}

#searchsubmit:hover {
color:#8dd447;
}

.VS-search {
font-size:15px;
}

.VS-search .VS-search-box {
padding:6px;
margin-top:20px;
border:2px solid #999;
min-height:28px;
}

.VS-search .VS-icon-search {
left:11px;
top:13px;
}

.VS-search .VS-icon-cancel {
top:8px;
}

.blog_holder.blog_standard_type article .post_info {
display:none;
}

.search-plants {
display:block;
text-align:center;
position:relative;
border:2px solid #ccc;
width: 90%;
max-width: 300px;
margin:0 auto;
}

.search-plants label {
display:none;
}

.search-plants-title {
display:block;
text-align:center;
padding-bottom:15px;
}

.search-plants-title p {
font-family: Montserrat, sans-serif;
font-size:21px;
color:#fff;
font-weight:bold;
}

.search-plants input[type="text"] {
background:#6b6b6b;
border:none;
padding: 10px;
width: 80%;
color:#fff;
font-size:14px;
height:16px;
}

.search-plants input[type="submit"] {
background:none;
border:none;
font-family: 'FontAwesome';
font-size:14px;
color:#ccc;
position:abosolute;
right:15px;
top:8px;
}