/* Enter Your Custom CSS Here */

.textwidget {
 margin-left: 0px !important;
}

@font-face {
 font-family: "Open Sans";
 src: url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
}

.ow-pt-title {
	  font-family:"Open Sans";
    font-size: 1.7em;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    border: none !important;
}

.ow-pt-column{
padding:15px !important;
}

.text-link-offer {
 font-size:22px !important;
}

.hentry {
	border-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

#testingtttttt > .so-panel .widget .widget_sow-editor {
	margin-bottom: 0px !important;
}

.sow-features-list .sow-features-feature {
  margin-bottom: 10px !important;
  border: 0px !important;
}

div.ow-pt-column .ow-pt-last .ow-pt-even {
  display: none !important;
}

.ow-pt-button {
  background: #f3f3f3 !important;
  border-bottom: 0px !important;
}

.ow-pt-details {
	background: #f3f3f3 !important;
  border: 0px !important;
}

.ow-pt-price {
  color: #333333 !important;

}

.ow-pt-link {
	-ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box !important;
    font-size: 1.15em !important;
    padding: 0.5em 1em  !important;
    background: transparent!important;
    border: 2px solid #333333 !important;
    color: #333333 !important;
    -webkit-border-radius: 0em !important;
    -moz-border-radius: 0em !important;
    border-radius: 0em !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.wpcf7-submit {
    width: 200px !important;
    color: #000000 !important;
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    padding: 15px 30px !important;
    display: inline-block !important;

}

.wpcf7-form label, .wpcf7-form input {
	width: 100%;
}
.wpcf7-form input, .wpcf7-form textarea {
 margin-top: 5px;
}

input[type*="radio"] {
	width: auto !important;
}

.wpcf7-form label {
 font-weight: 900;
}

.wpcf7-form-control-wrap {
	font-weight: 100 !important;
}


/* Style wrapping span as button */
span.wpcf7-form-control-wrap.DropFileHere {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #4096ee;
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);        
    color: #FFF;
    overflow:hidden;
}

/* Made input big and move it left and top inside wrapper to hide actual control but leave input clickable */
input.wpcf7-form-control.wpcf7-file {
    position: absolute !important;
    width: 0px !important;
    height: 35px !important;
    left: 90px !important;
    /*bottom: -15px !important; */       
    outline: none !important;
}

/* Add button text */
.wpcf7-file:before {
    content: url('/wp-content/uploads/2018/02/up-arrow-mm.png');
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 16px;
}




@media (min-width: 1000px) { 
	#two-pricing-table:first-child {
     width: 67%;
    	margin: 0 auto;
	}
}
@media (max-width: 700px) { 
	.wpcf7-submit {
    width: 100% !important;
  }
  
  div.sow-features-feature.sow-icon-container-position-right.sow-features-feature-last-row > div.sow-icon-container.sow-container-none > span {
     width: 10px;
	}
}
