/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/******************************************************************************** Header */

#header_main {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}
#header_main li a {
    font-size: 14px;
    font-weight: 400;
}
#header_main li a:hover, #header_main li.current-menu-item a {
    color: #ff6600;
}
.logo img {
    padding-top: 20px;
}

/******************************************************************************** Page Title */

#main .title_container {
    padding: 50px 0px 0px;
    text-align: center;
}
#top #main .main-title {
    font-size: 2.5rem;
    line-height: 1;
}

/******************************************************************************** Content */

#main .tablepress-table-name {
    background: #ff6600;
    color: white;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 0px;
}
#main .tablepress .column-1, #main .tablepress .column-2 {
    border: none;
}
#main tr {
    background: white;
    border-bottom: 1px solid #ccc;
    color: inherit;
}
#main tr:last-child {
    border-bottom: none;
}
#main .column-2 {
    text-align: right;
}
#main .tablepress td {
    font-size: 1rem;
}
#main h1, #main h2, #main h3, #main h4 {
    color: #ff6600;
    text-transform: none;
}
#top #main .avia-testimonial-content, #top #main .avia-testimonial-name {
    font-size: 15px;
}
.outline-btn .avia-button {
    background: white;
    border: 2px solid #FF6600;
    border-radius: 5px;
    padding: 20px;
}
.outline-btn .avia-button .avia_iconbox_title {
    color: #FF6600;
    font-weight: bold;
    font-size: 16px;
}
.outline-btn .avia-button:hover {
    background: #FF6600;
}
.outline-btn .avia-button:hover .avia_iconbox_title {
    color: white;
} 
#top #wrap_all #main del {
    color: inherit;
}
#top #main .sale-price {
    color: #FF6600;
    font-size: 26px;
}
#top #main .iconbox_content {
    padding: 75px 0px 50px;
    background: #efefef;
    border: 1px solid #FF6600;
    min-height: 250px;
}
#main .gform_body {
    max-width: 500px;
    margin: 0 auto;
}
#top #main .gform_button {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #FF6600;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
#top #main .gform_button:hover {
    opacity: .8;
}

/******************************************************************************** Footer */

#footer .av_font_icon {
    animation: none;
    transform: none;
    opacity: 1;
}
.social-box {
    text-align: center;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    padding: 20px;
}
.social-box:hover {
    background: #FF6602;
    transition: background-color 500ms ease-in;
}
#footer .social-box:hover * {
    color: white;
    text-decoration: none;
}
#footer a:hover {
     text-decoration: none;
}
.social-box .av_font_icon {
    width: 100%;
}
#footer .fa {
    font-size: 60px;
    margin-bottom: 20px;
}
#footer .social-box .av-icon-char {
    font-size: 60px;
    width: 100%;
    height: 60px;
    display: block;
    margin-top: 20px;
}

/******************************************************************************** Socket */

#socket {
    font-size: 14px;
    text-align: center;
    padding: 20px 0px;
}
#socket .copyright {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .logo img {
        padding-top: 0px;
    }
}