/*
Theme Name: Startit Child
Theme URI: https://startit.select-themes.com
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 2.0.0
Text Domain: startit
Template: startit
*/


/**Homepage**/
.qodef-page-header {
    background: white;
}
.qodef-fixed-wrapper.fixed {
    background: white;
}
.qodef-main-menu>ul>li>a {
    color: #000 !important;
}
i.qodef-icon-ion-icon.ion-ios-search-strong {
    color: black !important;
}
.qodef-content h1{
	color: #5c7b3e !important;
}
.qodef-side-menu-button-opener {
    display: none !important;
}
.qodef-shopping-cart-outer {
    display: none !important;
}

/**Home Plant tour**/

.map-list {
    position: relative;
	height:500px;
	padding-top:200px;
}
ol, ul {
    list-style: none;
}
.map-list li:first-child {
    position: relative;
    z-index: 0;
	clear: both;
	left: 48%;
    top: 45px;
    width: 0;
}
.map-list li:nth-child(2) {
    left: 47%;
    top: 140px;
    clear: both;
    width: 0;

}
.map-list li:nth-child(3) {
    left: 48%;
    top: 50px;
    clear: both;
    width: 0;
}
.map-list li {
    position: absolute;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.map-list li {
    position: relative;
    padding: 30px;
    z-index: 1;
}
.map-list li:nth-child(even) {
    background: none;
}
.map-list li {
    position: absolute;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.map-list li {
    position: relative;
    padding: 30px;
    z-index: 1;
}
.map-list li:hover {
    z-index: 9;
}
.map-list li:nth-child(even) {
    background: none;
}
.map-list li:hover .details, .map-list li.hover_effect .details {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.details h4 {
    color: white;
    background: #827f7f;
    padding: 5px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.details h5 {
    color: black !important;
    margin: 0px;
	font-size:18px;
}
.details p {
    color: #b9c728;
	font-size:18px;
}
.details p a {
    color: black;
	font-size:18px;
}
.map-list .details {
    padding: 5px;
    transform: scale(0);
    background: #fff;
    border-radius: 0.5em;
    box-shadow: 0 5px 10px rgba(0,0,0,1);
    opacity: 0;
    transition: opacity 500ms,transform 400ms cubic-bezier(0.6,-0.3,0.3,1.3),-webkit-transform 400ms cubic-bezier(0.6,-0.3,0.3,1.3);
    position: absolute;
    bottom: 0;
    left: 0%;
    transform-origin: 100% 100%;
    max-width: 300px;
    min-width: 300px;
}
.map-list li:after {
    position: absolute;
    bottom: -5px;
    left: -15px;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #5c7b3e;
    border-radius: 50%;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}

.single-icon
{
    height: 150px;
    width: 150px;
    border: 2px solid;
    border-radius: 100%;
}
.single-icon:hover
{
    border: 2px solid  #5c7b3e;    
}
.single-icon img {
    padding-top: 50px;
}
.qodef-content {
    margin-top: 0 !important;
}
/**Homepage**/

/**Product landing & details page**/
.qodef-woocommerce-product-list-add-to-cart-button-holder {
    display: none !important;
}
.qodef-woocommerce-product-list-details-button-holder {
    width: 100% !important;
}
.qodef-onsale {
    display: none !important;
}
.qodef-out-of-stock-button {
    display: none !important;
}
.price {
    display: none !important;
}
.star-rating {
    display: none !important;
}
h6.qodef-product-list-product-title {
    width: 100% !important;
}
/**details page**/
.qodef-single-product-summary .cart {
    display: none;
}
span.sku_wrapper {
    display: none !important;
}
span.tagged_as {
    display: none !important;
}
.caret-right ol, ul {
    list-style: disc !important;
	padding-left: 30px !important;
}
/**Product landing & details page**/