.ph {
    display:none;
}

.field_container{
    
    display: inline;
}

.field_container .form-date-selector select{
	display: inline;
    width: 100px;
}

.input-group.margin-bottom{
	margin-bottom: 5px !important;
}

.products-list{
    border: 1px solid #DFDFDF;
    padding: 8px 0 20px 0;
    border-radius: 5px;
}
.products-list input[type=submit] {
    padding:12px 40px;
    font-size:1.6em;
    line-height:1.0em;
}
.products-list .product-item{
    width:100%;
    margin:0 auto;
    margin-bottom:15px;
    display: table;
    height: 120px;
    border-bottom: 1px solid #DFDFDF;
}
.products-list .col-md-1 .product-select{
    text-align:center;
}
.products-list .col-md-1,.products-list .col-md-4,.products-list .col-md-7 {
    display: table;
    height: 100%;
    padding:0;
}
.products-list .product-select {
    display: table-cell;
    vertical-align: middle;
}
.products-list .product-item h4{
    font-weight: bold;
    font-size:1.5em;
    margin:2px 0;
}
.products-list .product-item p.desc{
    font-size:1.2em;
    background:fred;
    padding:0;
    margin:5px 0 !important;
}
.products-list .buy-now{
    padding:10px;
    font-size:20px;
    font-weight:bold;
    width: 220px;
    margin-bottom: 15px;
}
.products-list .product-item p.price{
    font-weight: bold;
    font-size:1.5em;
    line-height: 1.1em;
    background:tfeal;
    color:red;
}
.products-list img{
    width:89%;
    /*max-height:140px;*/
    padding:0;
    margin:0;
}
.product-recurring{
    float:left;
    text-align:right;
    width:96%;
    font-size:0.8em;
    line-height: 1em;
    margin-right: 40px;
}
/* content widget */
.content_widget_element {
    padding:10px 0;
    border:1px solid #CCC;
    border-radius:5px;
    margin: 5px 0;
}
.content-widget-content {
    margin-top:6px;
    margin-bottom:6px;
}
.content-widget-content h4 {
    font-size:1.2em;
    font-weight:bold;
    line-height:1.5em;
    margin:0;
}
.content-widget-content .title {
    margin-top: 10px;
}
.content-widget-thumbnail img{
  max-height:80px;
  max-width:98%;
}

/* live player iframe */
#lp_iframe{
	border: 0px;

}

@media (min-width: 500px) {
    #lp_iframe {
        width: 470px;
    }
}
@media (min-width: 768px) {
    #lp_iframe {
        width: 750px;
    }
}
@media (min-width: 992px) {
    #lp_iframe {
        width: 970px;
        margin-left: -55px;
    }
}
@media (min-width: 1200px) {
    #lp_iframe {
        /* width: 970px; */
        width: 1198px;
        margin-left: -55px;
    }
}
@media (min-width: 1700px) {
    #lp_iframe {
        width: 1600px;
        margin-left: -200px;
    }
}
