/*
Theme Name:  Liviza Child Theme
Description: Child theme for the Liviza theme
Author:      ThemeStek
Author URI:  http://themeforest.net/user/themestek
Template:    liviza
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */


@media screen and (min-width:1000px) {
    .site-content>#content-inner.multi-columns-row {
        display: flex;
    }
}

.main-holder .site #content table.cart td.actions .input-text,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    padding: 6px 12px !important
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 6px 20px !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;

}

p {
    margin: 0 0 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.bgLinearGradiant {
    background: linear-gradient(0deg, #eef5ff, #fff);
}

.ti-widget::before {
    display: none;
}

.themestek-box-title {
    font-size: 1.3em !important;
}

.widget_media_image {
    padding: 0px !important;
}

.widget_media_image img {
    width: 100% !important;
}

.themestek-box.themestek-box-client.themestek-clientbox-style-2 {
    background: #fff;
}

.themestek-header-right {
    padding-right: 16px;
}

.themestek-des p {
    color: #444;
}

@media screen and (min-width:768px) {
    .themestek-testimonialbox-style-1 .themestek-box-img img {
        height: 40px;
        width: 40px;
    }

    .testimonials .themestek-testimonial-textbox {
        font-size: 15px;
        line-height: 1.3;
        max-height: 186px;
    }

    .themestek-header-overlay.themestek-header-style-classic .site-header-main .site-branding {
        padding-right: 6rem;
        padding-left: 3rem;
    }

    .themestek-header-style-classic .nav-menu {
        margin-right: 3rem;
    }

    .themestek-header-menu-position-left #site-header-menu #site-navigation .nav-menu {
        float: right;
    }

    .themestek-testimonial-text {
        min-height: 136px;
    }

    .themestek-titlebar-wrapper.themestek-bg.themestek-bgimage-yes>.themestek-bg-layer {
        opacity: .1 !important;
    }

    .entry-title,
    .entry-subtitle {
        text-shadow: 4px -1px 0px #000000;
    }
}

#site-header-menu #site-navigation div.nav-menu>ul ul li>a {
    padding: 12px 16px !important;
}

#site-header-menu #site-navigation div.nav-menu>ul ul {
    width: 290px !important;
}

.ts-ihbox-icon {
    display: none !Important;
}

.widget {
    margin: auto auto 16px !important;
    word-wrap: break-word;
    background: #3b68960a;
    padding: 16px 24px;
    border-radius: 4px;
}

footer .widget {
    margin: auto !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0px !important;
}

.themestek-boxes-view-carousel .slick-arrow {
    color: #2d3845;
}

.themestek-boxes-view-carousel .slick-arrow:hover,
.themestek-boxes-view-carousel .slick-arrow:focus {
    color: #fff;
    border-color: #fff;
}

.themestek-boxes-view-carousel .slick-arrow:hover::before,
.themestek-boxes-view-carousel .slick-arrow:focus::before {
    background-color: #fff !important;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background-color: #e11a14 !important;
}

.themestek-vc_btn3-color-skincolor:hover,
.themestek-vc_btn3-color-skincolor:focus {
    background-color: #e11a14 !important;
}

.themestek-liviza-icon-location-pin:before,
.themestek-liviza-icon-mobile:before,
.themestek-liviza-icon-comment-1:before {
    color: #e11a14 !important;
}

.tooltip-top:hover,
.tooltip-top:focus {
    background-color: #d41a16 !important;
}

.widget_media_image img {
    border-radius: 4px;
}

.themestek-pre-header-inner .themestek-liviza-icon-mobile:before {
    color: #fff !important;
}

.themestek-pf-box-title h3 a {
    color: #ca1c22;
}

.themestek-testimonialbox-style-2 .themestek-post-item {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 0 rgba(26, 47, 105, .01);
    padding: 25px 30px 30px;
    min-height: 270px !important;
}

.vc_tta-panel-title.vc_tta-controls-icon-position-right a {
    font-size: 1.1em !important;
    cursor: auto !important;
}

.success-table td img {
    max-width: 80px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 2px 2px 5px -2px #cd4a4a;
    border: 1px solid #00366c38;
    margin-top: -22px;
}

h3.entry-subtitle {
    margin: 4px;
}

.wpforms-label-hide,
.wpforms-sublabel-hide,
.wpforms-hidden {
    display: none;
}

fieldset,
fieldset>div {
    display: flex;
}

fieldset>div {
    justify-content: space-between;
    width: 100%;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.wpforms-field {
    margin-bottom: 15px;
    margin-top: 15px;

}

.wpforms-one-half {
    width: 48%;
}

.wpforms-error {
    color: red;
}

.themestek-blog-classic-box-content .entry-content .container {
    width: 100% !important
}

.site-main{
    padding-top: 0 !important;
}

header .themestek-pre-header-inner i{
    color: #fff !important;
}

header .themestek-pre-header-inner {
    background: linear-gradient(#e4272d, #ac1015);
}

.themestek-pre-header-wrapper .social-icons li > a,.themestek-pre-header-content .top-contact{
    line-height: 36px !important;
    height: 36px !important;
}
.themestek-table {
    display: table;
    width: 100%;
}

.themestek-table-cell {
    vertical-align: middle;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet div {
    display: block;
}

.themestek-header-overlay .themestek-pre-header-inner {
    line-height: 1 !important;
}