/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

#searchform input {
	color: #000 !important;
}

.toggle-comments.x-btn {
	padding-bottom: 0.563em;
	margin: 0 auto;
	text-align: center;
	width: 50%;
	display: block;
	background-color: #999999; 
	border: 0;
	
}
.toggle-comments.x-btn:hover {
	background-color: #aaa;
}


/* PF GA posts in widget */
.pf-widget__top-list {
	margin: 0 !important;
}
.pf-widget__top-list li {
	list-style: none;
}

.pf-widget__top-list .pf-widget__image-box {
	width: 280px;
	height: 280px;
	display: block;
}

.pf-widget__top-list .pf-widget__image-wrapper {
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.pf-widget__top-list li a {
	color: #333333;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-transform: uppercase;
	font-family: "Raleway",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.015em;
	text-rendering: optimizelegibility;
	line-height: 1.4;
}

.pf-widget__top-list .pf-widget__title {
	display: block;
}

/* pf home page */

.pf-home__top-list{
	margin: 0 !important;
}
.pf-home__top-list li {
	list-style: none;
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 1px;
	padding-right: 20px;
	padding-bottom: 40px;
	width: 33.333%;
}

.pf-home__top-list .pf-home__image-box {
	display: block;
	width: 240px;
	height: 240px;
}

.pf-home__top-list .pf-home__image-wrapper {
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.pf-home__top-list li a {
	color: #333333;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-transform: capitalize;
	font-family: "Raleway",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.015em;
	text-rendering: optimizelegibility;
	line-height: 1.4;
}

.pf-home__top-list .pf-home__title {
	display: block;
}
@media (max-width: 979px) {
	.x-nav-wrap.mobile.collapse.in {
		display: block !important;
	}
}