/*
Theme Name: m/Oppenheim
Template: Impreza
Version: 1.0
Author:	Brett Widmann
Theme URI: http://impreza.us-themes.com/
Author URI: https://brettwidmann.com

/*Add your own styles here:*/

/* Blog and Single Template Styles */

/* Remove padding - VC container */
body.single main section section {
    padding: 0;
}

/* Set width to 100% - VC column */
body.single main .content-container .vc_col-sm-8 {
    width: 100%;
}

/* Set margin for last child elements */
body.single main .content-container > *:last-child {
    margin-bottom: 1.5rem;
}

/* Set styles for figcaption */
body.single figcaption {
    max-width: 620px;
    font-style: italic;
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
}

/* Globals */

/* Set hover background and opacity */
body header .w-socials-item-link-hover,
body footer .w-socials-item-link-hover {
    background: #58595b;
    transition: all 0.3s ease-in;
}
body header .w-socials-item a:hover .w-socials-item-link-hover,
body footer .w-socials-item a:hover .w-socials-item-link-hover {
    opacity: 0.75;
}

/* Hide post image overlay */
body main .post_image:after {
    display: none;
}

body.page .gform_wrapper input[type=tel]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.ginput_total):not(.ginput_shipping_price):not(.ginput_product_price) {
    padding-left: 48px !important;
}