/*
Theme Name: VWS
Theme URI: 
Author: VWS
Author URI: VWS
Description: A versatile and responsive Bootstrap WordPress starter theme Furniture shop based on Twitter Bootstrap 3.3.1.
Version: 1.50
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: VWS
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/
/* =WordPress Core
/Devender singh Bhandari
-------------------------------------------------------------- */
.ace-responsive-menu li ul.sub-menu li a {
    text-align: left;
}

.blog-post-image a img {
    transition: all 0.3s;
}

.blog-post-image a:hover img {
    transform: scale(1.3);
}

.blog-post-image a {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-post-summary-journal p {
    font-size: 1.0em;
    line-height: 160%;
    margin-bottom: 0;
}

.blog_column h3 a {
    color: #000;
}

.blog-post-summary-journal {
    border: 1px solid #ddd;
    padding: 15px;
}

.more-link {
    font-weight: 600;
    color: #db0000;
    border-bottom: 2px solid #db0000;
    text-transform: uppercase;
    font-size: 14px;
}

.more-link:hover {
    border-bottom: 2px solid #db000059;
    text-transform: uppercase;
    font-size: 14px;
    color: #db000091;
}

.entry-date {
    font-size: 14px;
    display: block;
    color: #db0000;
    font-style: italic;
    margin-bottom: 5px;
    font-weight: 600;
}

.section_padding {
    padding: 50px 0;
}

.contact_details_item a {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    color: white;
    padding: 10px 0;
}

.details_column {
    display: table;
    padding-left: 15px;
}

.contact_details_item {
    display: grid;
    grid-template-columns: 70px 80%;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
}

.gray-bg {
    background-color: #f9f9f9;
}

.bg_greydark {
    background-color: #495052;
}

.nicdark_bg_yellow {
    background-color: #edbf47;
}

.contact_details_item a i {
    font-size: 2.0em;
}

.white-text h4,
.white-text p {
    color: white;
}

.bg_yellow {
    background-color: #edbf47;
}

.bg_orange {
    background-color: #ec774b;
}

.bg_red {
    background-color: #e16c6c;
}

.contact_form {
    padding: 20px;
    clear: both;
}

.contact_form input,
.contact_form textarea {
    font-size: 15px;
    width: 100%;
    padding: 10px 5%;
    box-shadow: 0 4px 0 0 #e5e5e5;
    background-color: #f1f1f1;
}

.contact_form input[type="submit"] {
    width: inherit;
    background-color: #ec774b;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_form textarea {
    height: 120px;
}
.screen-reader-response ul,
.screen-reader-response p {
    display: none;
}
span.wpcf7-not-valid-tip, .wpcf7-response-output {
    color: red;
    padding: 10px 0 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    display: block;
    clear: both;
}
form.contact_form.sent .wpcf7-response-output {
	color: green;
}