/**
 * Plugin: Cleaner Plugin Installer
 *
 * @package    Cleaner Plugin Installer
 * @subpackage Admin Styles
 * @author     David Decker - DECKERWEB
 * @copyright  Copyright (c) 2014, David Decker - DECKERWEB
 * @license    http://www.opensource.org/licenses/gpl-license.php GPL-2.0+
 * @link       http://genesisthemes.de/en/wp-plugins/cleaner-plugin-installer/
 * @link       http://deckerweb.de/twitter
 *
 * @since	   1.0.0
 * @version	   1.0.0
 */


/** Table of Content:

 * Plugin's Own Stuff
 * Column Classes
 * Media Queries

 */


/** Plugin's Own Stuff
------------------------------------------------------------ */

.ddw-cpi .search-form.search-plugins,
.ddw-cpi.cpi-tab-collections #screen-options-link-wrap {
	display: none !important;
}

.cpi-block,
.cpi-start-after p {
	margin-left: 30px;
}

.cpi-block h3:before {

	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-family: 'dashicons';
	font-weight: 400;
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
}

.cpi-block.cpi-tab-topics h3:before {
	content: "\f106 ";
}

.cpi-block.cpi-start-intro h3:before {
	content: "\f179 ";
}

.cpi-block.cpi-tab-collections h3:before {
	content: "\f163 ";
}

.cpi-start-intro,
.cpi-start-search-form,
.cpi-start-after {
	display: block;
}

.cpi-start-intro {
	margin-bottom: 20px;
}

.cpi-topics-intro {
	margin-bottom: 60px;
}

.cpi-start-after {
	margin-top: 60px;
}

.cpi-start-search-form input {
	font-size: 30px !important;
	height: 58px !important;
	line-height: 30px !important;
	padding: 8px 15px !important;
}

.cpi-start-search-form input[type="search"] {
	background: #ffffcc;
	border: 2px solid #bbb;
}

.cpi-start-search-form input[type="search"]:focus {
	border: 2px solid #900;
}

.cpi-start-search-form select {
	font-size: 26px !important;
	height: 58px !important;
	line-height: 36px !important;
	margin-top: -15px;
	padding: 10px !important;
}

.cpi-start-search-form select,
.cpi-start-search-form select option {
	background: #f5f5f5 !important;
	opacity: .75;
}

/** Placeholder of CPI search form */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #ccc;
}


/** Original search form in toolbar */
.wp-filter .search-form input[type="search"] {
	width: 220px;
}


/** Column Classes
------------------------------------------------------------ */

.one-half {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half {
	width: 48.717948717948715%;
}

.first {
	clear: both;
	margin-left: 0;
}


/** Media Queries
------------------------------------------------------------ */

@media only screen and (max-width: 800px) {

	.one-half {
		margin: 0;
		width: 100%;
	}

}