/*   
Theme Name: Malina child-theme
Theme URI: http://themeforest.net/user/artstudioworks/portfolio
Description: Malina is the perfect and stylish template to present your ideas online. With wide range of project layouts, from full-screen to iconic grid, you can easily create template you need, that will engaging visitors and potential clients.
Author: ArtstudioWorks
Author URI: http://themeforest.net/user/artstudioworks
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: malina
Tags: white, black, blue, fluid-layout, fixed-layout, custom-colors, custom-background, theme-options, translation-ready
Designed by MontaukCo: http://themeforest.net/user/montaukco

All PHP code is released under the GNU General Public Licence version 3.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.km-home-header {
    padding-top: 15px;
}
.km-home-header, .km-home-header .wpb_column {
    min-height: 575px !important;
}
.km-home-header .wpb_column {
    padding: 10px !important;
}
.km-home-header .wpb_column:first-child {
      padding-left: 0 !important;
    margin-left: 0 !important;
}
 
.km-home-header .wpb_column:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.half-background {
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #F7F0ED 50%, transparent 50%);
}
.half-background img {
    height: 413px;
    margin-bottom: 30px !important;
}

.insta-shortcode-title {
    font-weight: 600;
}

.top-down-background {
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #F7F0ED 50%, transparent 50%);
}

.image-with-button-col {
    padding: 10px !important;
}
.image-with-button-col .wpb_wrapper{
    min-height: 413px !important;
    position: relative;
}  
  /* Styles for the button to be placed in the middle and extended to the bottom */
  .image-with-button-col .vc_btn3-container {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 75%;
    /* border: 1px solid black; */
    z-index: 999;
}
.image-with-button-col .vc_btn3-container button {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.km-bordered-image {
    width: 460px !important;
    z-index: 3;
    position: relative;
}

.km-float-right {
    position: absolute;
    right: -75px;
    top: -25px;
    z-index: 0;
}

.km-work-with-me-row {
    overflow: visible !important;
    height: 477px !important;
}

.km-small-heading { 
    color: rgb(0, 0, 0);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    height: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    text-transform: uppercase;
    z-index: 3;
}

.km-upper-case button{
    cursor: auto;
    display: block;
    flex-grow: 1;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 12px;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration: none;
    text-decoration-line: none;
    text-transform: uppercase;
}

.header-top {
    z-index: 4 !important;
}

.sub-menu {
    z-index: 5 !important;
    top: 140px !important;
    left: 20px !important;
}
.sub-menu .sub-menu {
    margin-left: 100px !important;
    margin-top: -100px !important;
}

.quantity-selector label {
   display: none !important;
}

.qty-button {
    display: flex !important; /* Enables flexbox layout */
    align-items: center !important; /* Vertically centers text */
    justify-content: center !important; /* Horizontally centers text */
    text-align: center !important; /* Ensures text alignment */
    cursor: pointer !important; /* Adds pointer cursor on hover */
    transition: all 0.3s ease !important; /* Optional: hover transition */
	text-decoration: none !important;
}

.single_add_to_cart_button {
	width: auto !important;
}

