/*
Theme Name:     Karma Child Theme
Theme URI:      http://themeforest.net/item/karma-clean-and-modern-wordpress-theme/168737?ref=TrueThemes
Description:    Child theme for the Karma theme 
Author:         TrueThemes
Author URI:     http://themeforest.net/user/TrueThemes?ref=TrueThemes
Template:       Karma
Version:        1.0
*/


/* ------- Insert Custom CSS below this line ------- */

.jquery3-slider-wrap {
    height: 400px;
    margin: 0px !important;
    width: 100vw !important;
    padding: 0px !important;
}

.flexslider {
    margin: 0px !important;
    width: 100vw !important;
    padding: 0px !important;
}

/*#main img {
    width: 100vw;
}*/
.slider-content-sub-full-width img {
    width: 100vw;
    height: 400px;
}

.contact-form input[type='text'] {
width: 100%;
}
.contact-form textarea {
width: 100%
}
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

li.menu-item-has-children strong::after {
    content: "" !important;
}
.contact_block {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.contact_page_content {
    width: 100%;
    display: block;
}
@media (max-width:700px){
    .contact_block{
        width: 100%;
        display: block;
        margin: auto;
        vertical-align: baseline;
    }
}
.home_block {
    text-align: center;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
@media (max-width:700px){
    .home_block{
        width: 100%;
        display: block;
        margin: auto;
        vertical-align: baseline;
    }
}

@ media (max-width: 600px) {
    .top-holder {
        display: none;
    }
}