/*
Theme Name: LOFT
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme.
Version: 1.0
Author: LOFT Reklambyrå
Author URI: http://www.loftreklam.se
Template: enfold
*/



/*Add your own styles here:*/

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #9e0000; /* Red background */
    border: 1px solid #9e0000; /* Red border */
    border-radius: 30px; /* Curve of border corners */
    text-transform: uppercase; /* Make letters uppercase */
    color: #ffffff; /* Text color */
    font-size: 1em; /* Size of text */
    padding: 16px 26px; /* Distance between text and border */
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    background-color: #ff8000; /* Orange background */
    border: 1px solid #ff8000; /* Orange border */
}

#top .avia-heading-row {
    background: #9e0000;
    color: white;
}

.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
color: inherit!important;
}

#top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
border-color: #e1e1e1;
}

.main_color .avia-heading-row th strong {
   color: #fff;
}
#top td strong {
   color: #666;
}