/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2021 | 16:35:25 */
.peloton_button{
    padding: 15px;
    width: 300px;
    background: #FFFFFF;
    border: 1px solid #FF6A24;
  	color: #FF6A24;
 	margin: 10px 0px;
    pointer-events: none;
}
.news-article{
    min-height: 300px;
}

.news-article__floating{
    float: right;
}

.peloton_prop{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    margin: 20px 0;
    display: none;
}

.peloton_prop.show{
    display: block;
}

.peloton_trade_type{
    display: flex;
    margin: 20px 0;
}

.peloton_trade_type_block {
    flex: 1 0 auto;
}

.peloton_trade_type_name {
    font-weight: bold;
}

.peloton_checkbox:checked ~ .peloton_button{
    background: #FF6A24;
    color: #FFFFFF;
    pointer-events: all;
}

.peloton_home, .peloton_desc{
    padding: 15px;
    width: 185px;
    margin-right: 30px;
    display: inline-block;
}

.peloton_trade_type_icon{
    width: 100px;
    float: left;
}
