/*
 * Project: Image Direct Boilerplate
 * File: small-phone.css
 * Do not edit below this point
 */

.flex-caption p { display:none; }

#sidebar-left, #sidebar-right { width:100% !important; padding:0px 10px; }

#footer .widget { width:100% !important; }

/*
 * You can edit below this point, copy the 'edited'
 * template below and put your changes underneath.
 * Don't use '!important' unless absolutely neccessary
 */

/*
 * EDITED BY: Sandeep
 */
html {background: none;}

#site-logo, #site-title .title-text {font-size: 70%}

#sidebar-left {
    margin-bottom: 20px;
    padding-top: 20px;
}

/*Contact form*/
#si_contact_form1 input,
#si_contact_form1 select,
#si_contact_form2 input,
#si_contact_form2 select,
#si_contact_form3 input,
#si_contact_form3 select,
#si_contact_form4 input,
#si_contact_form4 select,
#si_contact_form5 input,
#si_contact_form5 select {width: 100%;}

/*Table press styles*/
table.tablepress {display: inline-block;}

.tablepress thead,
.tablepress tbody,
.tablepress tr,
.tablepress th,
.tablepress td {
    border-collapse: collapse;
    display: inline-block;
    width: 100%;
}