/*   
	Theme Name:        Elementor Hello Theme
	Theme URI:         https://elementor.com
	Description:       A sample theme for Elementor.
	Author:            Elementor Team
	Author URI:        https://elementor.com
	Version:           1.1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
	margin: 0;
	padding: 0;
}
#site-header{
	display:none;
}
.pciwgas-post-cat-inner{
	border: solid #F5F5F5 1px;
	transition: all .2s ease-in-out;
}
.pciwgas-cat-wrap .pciwgas-img-wrapper img.pciwgas-cat-img{
    height: 200px;
    width: auto;
}
.pciwgas-title{
	font-family: "Raleway", Sans-serif;
	font-weight: 400!important;
}
.pciwgas-pdt-cat-grid{
	    margin-top: 100px;
    margin-bottom: 100px;
}
.pciwgas-cat-count{
	display:none;
}
.pciwgas-cat-desc{
	display:none;
}
.pciwgas-post-cat-inner:hover{
	 transform: scale(1.05);
}

