/* 
Theme Name:		 Phlox Triple M
Theme URI:		 http://childtheme-generator.com/
Description:	 Phlox Triple M is a child theme of PHLOX, created by ChildTheme-Generator.com
Author:			 triple-m
Author URI:		 http://childtheme-generator.com/
Template:		 phlox
Version:		 1.0.0
Text Domain:	 phlox-triple-m
*/


/*
    Add your custom styles here
*/

/* Header */
.page-title-section .page-header {
	border-bottom: none;
}
.aux-master-menu.aux-narrow .aux-menu-icon {
	display: inline-block !important;
}

/* Front Slider */
.e-con-full.milk-slider {
	padding: 0;
}
@media screen and (min-width: 1025px) {
.e-con-full.milk-slider {
	padding: 0 15%;
}
.e-con-full.milk-slider:before,
.e-con-full.milk-slider:after {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	height: 100%;
	width: calc(15% + 5px);
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(9.6px);
	-webkit-backdrop-filter: blur(9.6px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.e-con-full.milk-slider:before {
	left: 0;
}
.e-con-full.milk-slider:after {
	right: 0;
}
.master-carousel, .master-carousel-slider {
	overflow: visible;
}
}

.aux-widget-post-slider {
	margin-bottom: 0;
}
.aux-widget-post-slider .aux-latest-posts-slider .aux-info-container {
	left: unset;
	top: unset;
	right: 0;
	bottom: 10%;
	transform: none;
}

/* Blog */
@media screen and (min-width: 768px) {
  .aux-blog-land-style .hentry .entry-media {
    width: 32%;
  }
}