/*-----------------------------------------------------------------------------------
Version: 1.0
Theme Name: Total-wk-child
Description: Total Theme (Webkoenig modifications)
Template: Total
*/

strong { 
    color: #9F7938;
}

p {
    color: #595959;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.entry ul {
    font-size: 16px;
}

#main h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: #1e0f49;
    margin-top: 0px;
}

#main h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #1e0f49;
    margin-top: 0px;
}

#main h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #1e0f49;
    margin-top: 0px;
}

#main h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #1e0f49;
    margin-top: 0px;
}

#main h5 {
    font-size: 10px;
    text-transform: uppercase;
    color: #1e0f49;
    margin-top: 0px;
}

#main .wk-content-header h1 {
   color: #fff !important;
}

#main .wk-content-header p {
   color: #fff !important;
}

#main .wk-content-header h2 {
   color: #fff !important;
}

#main .wk-content-header h4 {
   color: #fff !important;
}


#footer-callout .theme-button {
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 3px !important;
    border-color: #fff !important;
    border-style: solid !important;
    border-width: 3px !important;
}

.vc_btn3.vc_btn3-style-custom:focus, .vc_btn3.vc_btn3-style-custom:hover {
    background-position: 0 100px!important;
    background-color: #fff !important;
    color: #F7931D !important;
}

.wpcf7 input[type="submit"] {
    border-radius: 3px !important;
    border-color: #1E0F49 !important;
    border-style: solid !important;
    border-width: 3px !important;
    background-color: #fff !important;
    color: #1E0F49 !important;
}
.wpcf7 input[type="submit"]:hover {
    background-color: #1E0F49 !important;
    color: #fff !important;
}

.vcex-recent-news-entry-excerpt .theme-button {
    border-color: #1e0f49;
    border-style: solid;
}

#post-media img {
    display: none; //Hides the Featured Image on the Post details page
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], textarea {
background: transparent;
}


