/*
Theme Name: Trina
Theme URI: #
Author: Admin
*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */



.alignleft {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}


.alignright {
    float: right;
    height: auto;
    padding: 7px;
    width: inherit;
}

.aligncenter {
    display: block;
    float: none;
    height: inherit;
    margin: 0 auto;
    width: inherit;
}



.content-inner li {
    min-height: 0px !important;
    width: 100% !important;
    float: left;
    padding-right: 50px;
    padding-bottom: 10px !important;
}

.tab {
    font-size: 17px !important;
}

.tab:hover {
    background: red !important;
    color: #fff;
    text-decoration: none;
}

.content-inner a {
    font-size: 20px;
    color: #343434;
    font-family: 'Helvetica Neue';
    line-height: 29px;
}


.CONTENT td, .CONTENT th {
    width: 100% !important;
    float: left !important;
}



.form input[type="date"]{
    width: 100%;
    border-radius: 5px;
    padding-left: 15px;
    height: 68px;
    border: 1px solid #333;
    margin-bottom: 20px;
    font-size: 16px;
}

input[type="checkbox"] {
    padding: 20px;
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-multifile.wpcf7-validates-as-required {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}



