.btn{
	display: inline-block;
	font-size: 15px;
	line-height: normal;
	border-radius: 6px;
	text-decoration: none!important;
	font-family: Arial;
	cursor: pointer;
	padding: 12px 24px!important;
	-webkit-transition: all 0.2s ease!important;
            transition: all 0.2s ease!important;
}
.btn.full{
	width: 100%;
}
.btn.small{
	padding: 10px 15px!important;
	font-size: 13px;
}
.btn-primary{
	font-weight: 700;
    background: linear-gradient(to bottom, #f8443c 5%, #de0019 100%);
    background-color: #de0019;
    border-radius: 6px;
    border: 1px solid #de0019;
    color: #fff!important;
}
.btn-primary:hover{
	background: #de0019;
}
.btn-secondary{
    color: #ee151f!important;
    background-color: transparent;
    border: 1px solid #e03a4d;
}
.btn-secondary:hover{
	background-color: #e03a4d;
	color: #fff!important;
}
.peddle-button{
	text-transform: initial;
}
.three_ships_widget-wrapper{
	width: 100%;
	clear: both;
	margin-bottom: 35px;
}
.three_ships_widget-table{
	width: 100%;
	line-height: 1.66;
	border: 1px solid #e03a4d;
	margin: 0 auto;
}
.three_ships_widget-title{
	width: 100%;
	margin: 0 0 25px 0;
}
.single-content .entry-content .three_ships_widget-title h2,
.single-content .entry-content .three_ships_widget-title h3,
.single-content .entry-content .three_ships_widget-title h4,
.single-content .entry-content .three_ships_widget-title h5,
.single-content .entry-content .three_ships_widget-title h6{
	margin: 0;
}
.three_ships_widget-title.left{
	text-align: left;
}
.three_ships_widget-title.center{
	text-align: center;
}
.three_ships_widget-title.right{
	text-align: right;
}
.three_ships_widget-table.middle{
	max-width: 600px;
}
.three_ships_widget-table .table-head.text-left{
	text-align: left;
}
.three_ships_widget-table .table-body{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.three_ships_widget-table .table-body .table-column{
	width: 100%;
    max-width: 100%;
	flex: 1 0 0%;
	text-align: center;
}
.three_ships_widget-table .table-footer p{
    font-size: 13px;
    color: #333;
    line-height: 19px;
}
.three_ships_widget-table .table-column .btn-group{
	width: 100%;
}
.three_ships_widget-table .table-column .btn-group a,
.three_ships_widget-table .table-column .btn-group button
{
	margin: 5px 0;
}
.page-template-landing-template #contents-wrap{
	padding-top: 0;
}
.page-template-landing-template .three_ships_widget-wrapper{
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	.three_ships_widget-table .table-body .table-column{
		flex: auto;
	}
}