/* General */
.welcome-text {
	width: 50%;
	margin-bottom: 50px;
	font-size: 16px;
}

.three-columns-wrap,
.four-columns-wrap {
	overflow: hidden;
}

.three-columns-wrap p {
	font-size: 14px;
}

.column-wdith-3 {
	float: left;
	width: 30%;
	max-width: 480px;
	margin-right: 3%;
}

.column-wdith-3 .button-primary {
	height: 36px;
	line-height: 34px;
	padding: 0 18px 1px;
	font-size: 14px;
}

.four-columns-wrap {
	margin-top: 50px;
}

.column-wdith-4 {
	position: relative;
	float: left;
	width: 22.5%;
	max-width: 360px;
	margin-right: 2%;
	margin-bottom: 30px;
	background-color: #FAFAFA;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
}

.four-columns-wrap > h2 {
	font-size: 22px !important;
	margin-bottom: 0 !important;
}

.four-columns-wrap > h2 + p {
	margin-top: 12px !important;
	max-width: 645px;
}

.column-wdith-4 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.column-wdith-4 > div {
	position: relative;
	overflow: hidden;
	padding: 15px;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}

.column-wdith-4 > div h2 {
	float: left;
	margin: 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    height: 18px;
}

.column-wdith-4 > div a {
	position: absolute;
	top: 10px;
	right: 10px;
}

.column-wdith-4 .active-style {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-weight: 600;
	background-color: #0085BA;
	text-align: center;
	cursor: default;
}


/* Recommended Plugins */
.three-columns-wrap .plugin-card {
	position: relative;
	width: 30% !important;
	min-height: 170px;
	padding: 20px;
	margin-right: 1% !important;
	margin-left: 0 !important;
	clear: none !important;
}

.three-columns-wrap .column-description {
	margin-top: 20px !important;
	margin-right: 90px !important;
}

.three-columns-wrap .column-description p {
	font-size: 13px !important;
	margin-bottom: 0 !important;
}

.three-columns-wrap .action-links {
	 width: auto !important;
}

  .theme-browser .theme .theme-screenshot:after {
        padding-top: 52%;
    }.theme a {
    text-decoration: none;
}

/* Responsive */
@media screen and ( max-width: 1600px ) {
	.three-columns-wrap .plugin-card {
		width: 49% !important;
	}
}

@media screen and ( max-width: 1360px ) {
	.free-vs-pro {
		width: 80% !important;
	}
}

@media screen and ( max-width: 1160px ) {
	.three-columns-wrap .plugin-card {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.column-wdith-4 {
		width: 30%;
		margin-right: 3%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
}

@media screen and ( max-width: 790px ) {
	.column-wdith-3,
	.column-wdith-4 {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
}