/*
Theme Name: The Fox Child
Description: Child theme for The Fox Theme
Author: Your name here
Template: fox
*/

.wpcf7-form .col-1-2 {
    width: 50%;
    float: left !important;
}

.wpcf7-form .row {
    display: block;
    
}

#custom_html-2 .wpcf7 {
    margin: 0 0 0em;
}
.footer_newslatter_wrap .wpcf7-submit{
    background: #0098a3;
    color: #ffffff;
    width:100%;
}
.sc-button,.sc-button:hover{
    background: #00aaaf;
    padding: 5px 21px;
    color: #fff;
    display: inline-block;
    font: inherit;
	text-decoration:none !important;
}
.buy_this_offer{
	margin-top:4em;
}
@media only screen and (max-width:840px){
	.buy_this_offer{
		margin-top:0em;
	}
}
.sections-spacing-medium .wi-section + .wi-section{
	margin-top: 3em;
}
aside#secondary {
    margin-top: 5rem;
}
.mb-10{
	margin-bottom:10px;
}
.mt-10{
	margin-top:10px;
}
.mb-15{
	margin-bottom:15px;
}
.mt-15{
	margin-top:15px;
}
.mb-20{
	margin-bottom:20px;
}
.mt-20{
	margin-top:20px;
}
.btn-home{
	color: #fff;
	background: #000;
	line-height: 28px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: .8em;
	text-align: center;
	padding: 0 28px;
	padding-right: 28px;
	padding-left: 28px;
	font-weight: 400;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	transition: background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out;
}