/**
* Theme Name: Zeen Child
* Description: Zeen child theme.
* Author: Codetipi
* Template: zeen
* Version: 1.0.0
*/
@media(min-width:767px){
	.logo {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    min-width: 450px;
}
}
.tabs {
	border-radius: 0px !important;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 0px 85px;
    position: sticky;
    top: 55px;
    z-index: 9999;
    background: #fff;
}
 .tabs .tab {
	 width: 100%;
	 color: white;
	 overflow: hidden;
}
 .tabs .tab-label {
	 	display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
	 align-items:baseline;
    padding-left: 0px !important;
    padding: 1em;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    color: #00008B;
    gap:15px;
}

 .tabs .tab-label::after {
	 content: "❯";
	 width: 1em;
	 height: 1em;
	 text-align: center;
	 transition: all 0.35s;
	 display: flex;
    align-items: center;
    justify-content: center;
}
  .tabs .tab-content {
	 max-height: 0;
	 padding: 0 0.5em;
	 color: #000;
	 background: white;
	 transition: all 0.35s;
		 line-height: 1.5;
    font-size: 16px;
    margin: 0px 12px;
    opacity:0;
    word-break: break-word;
    hyphens: auto;
	  text-align:start;
}
 .tabs .tab-close {
	 display: flex;
	 justify-content: flex-end;
	 padding: 1em;
	 font-size: 0.75em;
	 background: #2c3e50;
	 cursor: pointer;
}
 .tabs .tab-close:hover {
	 background: #1a252f;
}
 .tabs input:checked + .tab-label {
	 background: #fff;
}
  .tabs input:checked + .tab-label::after {
	 transform: rotate(90deg);
}
  .tabs input:checked ~ .tab-content {
	    max-height: 100%;
	 padding: 0.5em;
		border: 1px solid #ccc;
    margin-bottom: 10px;
		  line-height: 1.5;
    font-size: 16px;
    margin: 0px 12px;
    opacity:1;
    word-break: break-word;
    hyphens: auto;
}
 .tabs input[type="checkbox"]{
  display:none;
} 

.amp-ad-wrapper {
    display:none;
}

.category__page .tipi-row-inner-style {
	    padding-top: 0px;
}

@media screen and (max-width:768px) { 
    .text-center-mobile {
        text-align:center;
    }
	.tabs {
		    padding: 0px !important;
    	top: 0px !important;
	}
	.tabs .tab-label {
		padding-left:15px !important;
	}
}

/* @media screen and (max-width:500px) {
	.tabs {
		margin-bottom:10px;
	}
	.tabs {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 0px 25px;
}
} */
/* .home .custom-tabs {
    padding: 0px !important;
} */