/*
 * ThemeZee Plugins CSS
 *
 * Copyright(C) 2015, ThemeZee.com - support@themezee.com
 * License: GPL v3
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 *
 * @package ThemeZee Toolkit
 */
 
 
/*--------------------------------------------------------------
# Clearing Floats
---------------------------------------------------------------- */
.themezee-plugins-clearfix:before, 
.themezee-plugins-clearfix:after {  
	content: " ";
	display: table;  
}  

.themezee-plugins-clearfix:after {  
	clear: both;
}  

.themezee-plugins-clearfix {
    *zoom: 1; /* For IE 6/7 only */  
}


/*--------------------------------------------------------------
# Basic Layout
---------------------------------------------------------------- */
#themezee-plugins-overview {
	max-width: 1100px;
}

#themezee-plugin-header {
	font-size: 28px;
}

.themezee-plugins-intro {
	margin: 12px 0 16px;
	font-size: 19px;
    font-weight: 400;
    line-height: 1.6em;
	color: #777;
}

.themezee-plugins-tab-content {
	margin-top: 28px;
}

.themezee-plugins-tab-content h3 {
	margin: 2em 0 1em;
}


/*--------------------------------------------------------------
# Plugin Overview List
---------------------------------------------------------------- */
#themezee-plugins-list {
	margin-top: 30px;
	margin-right: -20px;
}

#themezee-plugins-list dl {
	float: left;
	margin: 0;
	padding: 0 20px 20px 0;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#themezee-plugins-list dl:nth-child(2n + 1) {
	clear: left;
}

#themezee-plugins-list dt {
	font-size: 14px;
    line-height: 1.4em;
    margin: 0;
    padding: 8px 12px;
	background: #fff;
	color: #222;
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #eee;
}

#themezee-plugins-list dt h4 {
	display: inline;
	padding: 0;
	margin: 0;
}

#themezee-plugins-list dt span {
	float: right;
	color: #888;
	font-weight: bold;
	font-size: 13px;
}

#themezee-plugins-list dd {
	margin: 0;
	padding: 12px;
	font-size: 14px;
    line-height: 1.4em;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
}

#themezee-plugins-list dd p {
	margin: 0 0 12px;
}

#themezee-plugins-list dd p cite {
	display: none;
}

/*--------------------------------------------------------------
# Media Queries
---------------------------------------------------------------- */

/* Media Query | <1200px */
@media only screen and (max-width: 1200px) {

}

/* Media Query | <980px */
@media only screen and (max-width: 980px) {

}

/* Media Query | <782px */
@media only screen and (max-width: 782px) {

}

/* Media Query | <600px */
@media only screen and (max-width: 600px) {
	
	#themezee-plugins-list {
		margin-top: 20px;
		margin-right: 0;
	}
	
	#themezee-plugins-list dl {
		float: none;
		padding: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	
}