/*
Theme Name:   Pressroom Child
Description:  Pressroom Child Theme
Template:     pressroom
Version:      1.0
Text Domain:  pressroom
*/


/*		CUSTOMIZATION		*/

/* General */
/*img {
	max-width: 100%;
	height: auto;
}*/
/*		Post Format Gallery		*/
.vc_col-sm-8 .format-gallery #control-by-post-gallery ul.horizontal_carousel li a img
{
	width: 675px;
	height: auto;
}
@media screen and (max-width:1069px)
{
	.vc_col-sm-8 .format-gallery #control-by-post-gallery ul.horizontal_carousel li a img
	{
		width: 490px;
	}
}
@media screen and (max-width:767px)
{
	.vc_col-sm-8 .format-gallery #control-by-post-gallery ul.horizontal_carousel li a img
	{
		width: 462px;
	}
}
@media screen and (max-width:479px)
{
	.vc_col-sm-8 .format-gallery #control-by-post-gallery ul.horizontal_carousel li a img
	{
		width: 300px;
	}
}
/* Header Top Right Sidebar */
.small .header .header_top_right_sidebar_container:empty
{
	display: none;
}
.header_container
{
	padding-bottom: 26px;
}
.header_top_right_sidebar_container .textwidget
{
	float: left;
}
/* Custom Social Icons */
.custom-social .social li
{
	width: 50%;
	display: block;
	float: left;
	padding: 8px 0;
	line-height: 1.2;
}
.custom-social .social li a
{
	font-size: 14px;
	font-weight: bold;
	background-image: none;
	color: #24211f;
}
.custom-social .social img
{
	float: left;
	margin-right: 7px;
}
.custom-social .social li a span
{
	color: #858585;
	font-size: 11px;
	display: block;
	font-weight: normal;
}
/* Top Header Menu */
.header_top_bar .menu-top-menu-container
{
	float: left;
}
.header_top_bar ul.menu:after
{
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}
.header_top_bar ul.menu li
{
	display: inline-block;
	float: left;
	margin: 15px 10px;
}
.header_top_bar ul.menu li a
{
	color: #fff;
	font-size: 15px;
}
/* Featured item */
.item_content .text
{
	margin-left: 100px;
}
/* Slider */
.site_container.boxed .slider_content_box
{
	top: 300px;
}
@media screen and (max-width:1069px)
{
	body .site_container.boxed .slider_content_box
	{
		top: 180px;
	}
}
@media screen and (max-width:767px)
{
	body .site_container.boxed .slider_content_box
	{
		top: 80px;
	}
}
@media screen and (max-width:479px)
{
	body .site_container.boxed .slider_content_box
	{
		top: auto;
	}
}
.slider_content_box
{
	padding: 13px 15px 15px;
}
.slider_content_box h2
{
	font-size: 25px;
}
/* Archive widget */
.footer .screen-reader-text
{
	display: none;
}
select[id*='archives-']
{
	margin-top: 30px;
}
/* Fix for 'Flipbook Archive' page */
.remove-br br
{
	display: none;
}
/* Custom Menu widget */
.footer ul.menu
{
	margin-top: 30px;
}
/* Image Widget */
.vc_col-sm-4 .widget_sp_image img
{
	margin-top: 30px;
	max-width: 330px !important;
	height: auto;
}
@media screen and (max-width:1069px)
{
	body .vc_col-sm-4  .widget_sp_image img
	{
		max-width: 230px !important;
	}
}
