/**handles:hotmagazine-style**/
/*
 Theme Name:   Hotmagazine Child
 Theme URI:    http://qkthemes.net
 Description:  Hotmagazine Child Theme
 Author:       qkthemes
 Author URI:   http://qkthemes.net
 Template:     hotmagazine
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hotmagazine-child
*/

.list-line-posts .owl-carousel .owl-item img { width: 100px !important; }
.gallery {
	margin: 0 auto 15px;
}

blockquote:before {
  content: '\201C' !important;
  position: absolute !important;
  top: 5px !important;
  left: 0px !important;
  font-size: 50px !important;
  color: #222222 !important;
  font-family: georgia !important;
  line-height: 70px !important;
  font-weight: 700 !important;
}


.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.aligncenter,
div.aligncenter {
    display: block !important;
    margin: 5px auto 5px auto !important;
}