/**
 * Theme Name: infiniteitnow Child
 * Description: Child theme for the infiniteitnow
 * Author: aplhsindia
 * Template: infiniteitnow
 */
.contact.style2:before,
.post-date,
.post-meta,
.d-none,
#site .blog-shortcode.post-thumbnail-cover .blog-entries .blog-grid .post .post-inner .post-image .post-meta,
.single-post .post-inner .post-header .post-meta, .single-attachment .post-inner .post-header .post-meta,
#site .blog-shortcode.post-thumbnail-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-inner .post-image .post-meta{
    display: none !important;
}
#site .icon-box-left .iconbox {
    text-align: justify;
    padding: 8%;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}




.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
   box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
       overflow: hidden;
}
.w3-modal.show{
display:block;
}
.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s;
    top:0;
}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-modal-content {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}
 
.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}
 
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-xlarge {
    font-size: 24px!important;
}
.w3-container, .w3-panel {
      padding: 30px;
    min-height: 300px;
    max-height: 500px;
    overflow-y: auto;;
}

.w3-tooltip, .w3-display-container {
    position: relative;
}