/*
	Theme Name: The Issue Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: theissue
	Text Domain: theissue
	Domain Path: /inc/languages
*/

.post-detail.post-detail-style5 .post-over-title-container {
	min-height: 315px;
}

.comparison-table-box {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.comparison-table-label {
    padding: 0 5px;
    letter-spacing: 0.03em;
    font-size: 14px!important;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #000;
}

.comparison-table h3 {
	font-size: 22px;
	padding: 0 10px;
}

.comparison-table p {
	padding: 0 10px;
	font-size: 18px;
}

.comparison-table .wp-block-image {
	margin-bottom: 10px;
}

.comparison-table .wp-block-button {
	padding: 0 10px;
	margin-bottom: 20px;
}

.post-detail .post-content .comparison-table  a {
	text-decoration: none;
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.pink {
	border: none;
	background: #E9378B;
	color: #fff;
}

.ad_before_content {
	display: none;
}

.post-detail .post-content a.wp-block-button__link {
	text-decoration: none;
	margin-bottom: 1em;
	font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-content-container .wp-block-image {
	margin-bottom: 10px;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	box-shadow: inset 0 0 200px rgba(230,230,230,.25);
}

@media only screen and (min-width: 1024px) {
	.comparison-table {
		width: 850px;
	    left: -100px;
	    margin-top: 30px;
	    position: relative;
	}
}

@media only screen and (min-width: 1600px) {
	.post-detail.post-detail-style5 .post-over-title-container {
	    min-height: 315px;
	}
}

