/*
Theme Name: TradeIn
Theme URI: http://xpertdevsolutions.com/ntd/
Author: Xpert
Author URI: http://xpertdevsolutions.com/
Description: Tradein theme
Version: 3.6
*/

@import url("css/foundation.css?v=1.9.6");
/*************** ADD CUSTOM CSS HERE  ***************/



@media only screen and (max-width: 48em) {
/*************** ADD CUSTOM MOBILE CSS HERE  ***************/


}

/** MY Edit */
.column {padding:0 !important;margin:0 !important}
section.my-columns:before, section.my-columns:after { display: table; content: ""; }
section.my-columns:after { clear: both; }
section.my-columns .column { float: left; margin-right: 4%; }
section.my-columns .column.column-width-one-half { width: 48%; }
section.my-columns .column.column-width-one-third { width: 33.33%; //30.666667%; }
section.my-columns .column.column-width-two-thirds { width: 65.333334%; }
section.my-columns .column.column-width-one-fourth { width: 22%; }
section.my-columns .column.column-width-three-fourths { width: 74%; }
section.my-columns .column.column-width-one-fifth { width: 16.8%; }
section.my-columns .column.column-width-two-fifths { width: 37.6%; }
section.my-columns .column.column-width-three-fifths { width: 58.4%; }
section.my-columns .column.column-width-four-fifths { width: 79.2%; }
section.my-columns .column:last-child { margin-right: 0 !important; }
@media ( max-width: 768px ) { section.my-columns .column { width: 100% !important; } }

.wpcf7 textarea
{background-color: #fff;
    color: #000;
    width: 80%;
 height: 200px;
}