/*
Theme Name: Ultimate Ears Support
Theme URI: https:support.ultimateears.com
Author: Ultimate Ears
Author URI: https:ultimateears.com
Description: Simple wordpress theme built for Ultimate Ears*/
.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.grid-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.grid-group-item .img-event {
    float: left;
    width: 30%;
}

.item.grid-group-item .list-group-image
{
    margin-right: 10px;
}
.item.grid-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.grid-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.grid-group-item:before, .item.grid-group-item:after
{
    display: table;
    content: " ";
}

.item.grid-group-item:after
{
    clear: both;
}
.img-event
{
	position:relative;
	text-align : center;
	height: 200px;
	/*display: inline-block;*/
}
.img-prod
{
	bottom:10px;
	display:inline-block;
	max-width: 97%;
}
.h1vhpc {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.thumbnail:hover {
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03); */
}

@media screen and (max-width: 1300px) {
 .modal-content {
	width : 99%;
 }
}
.productInputField
{
	&:focus {
        outline: none;
    }
}

/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
	/* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    /*background-color: #fefefe;*/
    margin: 10% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
   	width: 70%;
    overflow-y: auto;

}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.productLayout
{
	margin: 20px;
}
.productbox {
    width:70%;
    height:250px;
    background:#FFF;
    margin:10px auto;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.productImg{
	max-width: 100%;
	vertical-align: bottom;
    display: inline-block;
}

.productImg:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#productinputId::placeholder {
	
}
#productinputId
{
	cursor: pointer;
}

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
	padding:8px;
	background-color:#F9F9F9
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{ 
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}
.img-wrapper
{
	text-align:center;
	position: relative;
    height: 220px;
    margin: 0 auto;
}
.img-container
{
	position:absolute;
	display:inline-block;
	bottom:0px;
}