/*
 Theme Name:   SuviQuotes
 Theme URI:    https://www.gyanchowk.com/suviquotes/
 Description:  SuviQuotes - A theme for quotes website.
 Author:       Pratik Kumar
 Author URI:   https://github.com/pratikkry/
 Template:     stacker-lite
 Version:      2.7.0
 Tested up to: 6.3
 Requires at least: 4.5
 Requires PHP: 5.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, right-sidebar, custom-header, featured-images, post-formats, portfolio, grid-layout
*/
.masonry {
	margin: 1.5em 0;
	padding: 0;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	font-size: .85em;
}
.item {
	display: inline-block;
	background: #fff;
	padding: 0em;
	margin: 0 0 1em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	-moz-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	-webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;
	position: relative;
}
.itemqco {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	margin: 4px auto;
}
.itemqco:before {
	content: '“';
	font-family: 'Georgia';
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	display: inherit;
}
.itemtitle {
	font-family: 'Varela', sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #222222;
	margin-top: 3px;
	margin-bottom: 14px;
	letter-spacing: .7px;
	word-wrap: break-word;
	cursor: none;
}
.itemc {
	padding: 1em 1em 1em 1.5em;
}
.itemcat a,.itemcat a:visited {
	color:#0000aa;
	font-weight: 700;
	outline: 0;
	outline-style: none;
}
.itemcat a:hover{
	color: #23527c;
}
.itemcat {
	color: #0000aa;
	font-size: 14px;
	letter-spacing: 0.3px;
	margin-top: 2px;
	margin-bottom: 8px;
}
.itemtopi {
	font-size: 12px;
	letter-spacing: 0.3px;
	padding: 8px 20px;
	margin: 2px 2px 8px 2px;
	background-color: #f9f9f9;
	border-radius: 4px;
}
#menu-social li a[href*="facebook.com"]::before {
	content: '\f082';
	display: inline-block;
	width: 20px; 
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="twitter.com"]::before {
	content: "\f099";
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
a {
	color: #0000aa;
}
a:visited {
	color: #0000aa;
}
a:hover, a:focus, a:active {
	color: #23527c;
	text-decoration: underline;
}
