/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1328px;
}

body,
html {
    overflow-x: hidden
}

.isures-wrap--progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.51);
    z-index: 1024;
}

.isures-wrap--progress .progress {
    position: absolute;
    left: 0;
    top: -1.5px;
    transition: all linear 100ms;
    height: 5px;
    min-width: 1%;
    background-color: var(--isures-primary-color);
    border-radius: 0 99px 99px 0
}

.row.isures-bg--dark {
    margin-left: 0!important;
    margin-right: 0!important;
    background: #212121;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative
}

.row.isures-bg--dark .col {
    z-index: 2;
}

.row.isures-bg--dark:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    background: #383838;
    right: 0;
    top: 0;
    z-index: 1;
}
.isures-label--elm_features .flickity-viewport {
    height: 295px;
}

/* descript bar */

.fixed-column-wrap {
    position: relative;
    z-index: 99;
    height: 100vh;
    overflow: hidden;
    transition: width 200ms linear
}

.isures-select--fixed {
    height: 100%
}

.isures-overlay--desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 3;
}

.column-image-anim {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: var(--isures-secondary-color);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 500ms;
}

.column-image-anim.done {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: transform 500ms;
}

.fixed-column-tilte {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 21;
    font-weight: bold;
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.fixed-column-tilte:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 4px;
    bottom: -6px;
    background: var(--isures-primary-color);
}

.isures-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.bg-scroll {
    transition: all 200ms ease-in;
}


/*************** ADD CUSTOM CSS HERE.   ***************/

#main {
    background-color: #eee;
}

.single-photograp #main,
.home #main, .single #main , .category #main {
    background-color: #fff
}

.header,
.absolute-footer {
    display: none
}

.isures-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .24);
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.isures-overlay.active {
    background: rgba(0, 0, 0, .24);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 1;
    z-index: 98;
    visibility: visible
}


/* global */
.isures-row--rl_0{
	margin-left: 10px!important;
	margin-right: 10px!important
}
.isures-sub--content {
    border-bottom: 1px solid #eee;
    font-size: 14px!important;
}

.isures-global--text_small {
    font-size: 14px;
    opacity: .8
}

.isures-global--btn {
    padding: 0;
    min-height: 35px;
    border: none;
    outline: none
}

.isures-global--btn:hover {
    background-color: #fff!important;
   
    box-shadow: none;
color:#e76301!important;border:solid 1px #000!important;
}

.isures-global--btn:hover span {
    padding-right: 55px;color:#e76301!important;

}

.isures-global--btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 35px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
    letter-spacing: 1px;
}

.isures-global--btn span:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.isures-global--btn span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #000!important;
    transition: all 0.3s ease-in-out;
}

.isures-global--btn:hover span:before,
.isures-global--btn:hover span:after {
    width: 10px;
}

.isures-global--title .section-title,
.isures-global--title .section-title-main {
    border: none;
}

.isures-global--title .section-title-main {
    z-index: 2;
    margin: 0
}

.isures-global--title .section-title:before {
    content: '';
    position: absolute;
    left: -90px;
    top: -10px;
    width: 150px;
    bottom: 4px;
    z-index: 1;
    background: #f2f2f2;
}

.isures-global--title.isures-title--none .section-title:before {
	display: none
}

.isures-li--item_icon li {
    list-style: none;
    position: relative;
    margin-left: 0!important;
    margin-bottom: 5px;
	padding-left: 25px
}
.isures-li--item_icon li:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    color: var(--isures-primary-color);
    left: 0;
}

.isures-text--qt {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
}
/* home */

.isures-text--count p {
    font-size: 124px;
    font-weight: bold;
    color: #F7F7F7;
    margin-bottom: 0
}

.isures-image--highlight:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 50%;
    height: 50%;
    z-index: 1;
    background: var(--isures-primary-color);
}

.isures-image--highlight>* {
    z-index: 2;
}

.isures-bd--lastchild p:first-child {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.isures-bd--lastchild p:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0
}

.isures-btnvideo--wrap .button.open-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: -40px 0 0 -40px;
    background: #2D2D32;
    z-index: 20;
    box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 20%);
    border-radius: 100%;
    transition: all 300ms linear;
    border: none;
    color: var(--isures-primary-color)
}

/*  timeline */
.isures-timeline--wrap {
    border-left: 1px solid #eee;
    margin-left: 10px!important;
    margin-right: 0!important;
}
.isures-timeline--wrap > .col:last-child{padding-bottom: 0}
.isures-timeline--wrap > .col .icon-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 4px;
    height: 10px;
    margin-top: -10px;
    background: var(--isures-primary-color);
}
.isures-timeline--wrap > .col .icon-box{
	position: relative;
	padding: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	max-width: 100%;
	margin-right: 15px;
}
.isures-stack--bg_wrap .text {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
}
.isures-global--iconbox .icon {
    padding: 10px;
    background: #fff;
    line-height: 1;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

/* header bar */


/*************** SIDE HEADER ***************/

.isures-header--leftbar {
    -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
    opacity: 1;
    margin: 0 auto;
    height: 100%;
    position: fixed;
    width: 400px;
    padding-right: 80px;
    z-index: 99;
    box-sizing: border-box;
    left: 0;
    background-color: #383838;
    /* 	overflow: hidden; */
    top: 0;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 12%);
    box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 12%);
}

.isures-header--leftbar.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.isures-header--leftbar #header-right--container {
    width: 80px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    height: 100%;
    position: absolute;
    z-index: 20;
    right: 0;
    background: var(--isures-secondary-color);
/*     border-left: solid 1px #eee; */
}

.isures-header--leftbar .outer {
    padding: 25px 39px;
    overflow-y: auto;
    height: 100%
}

.isures-header--leftbar #header-right--container .hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 90px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 10px;
    top: 10px;
    z-index: 2;
    opacity: 0.8;
}

.isures-header--leftbar #header-right--container .hamburger div {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    color: #fff;
}

.isures-header--leftbar #header-right--container .hamburger:hover {
    opacity: 1
}

.isures-header--leftbar .textwidget {
    font-size: 15px;
    line-height: 1.5;
}

.hamburger span {
    display: block;
    position: absolute;
    top: 28px;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: #fff;
    transition: background 0s 0.3s;
}

.hamburger span::before,
.hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.hamburger:not(.is-active) span::before {
    top: -7px;
}

.hamburger:not(.is-active) span::after {
    bottom: -7px;
}

div#isures-logo--header {
    transform: rotate(90deg) translateY(75px);
    height: 80px;
    line-height: 80px;
    width: 230px;
    margin-top: 100px;
}

.hamburger.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.is-active span {
    background: none;
}

#wrapper {
    -webkit-transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: margin-left 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

body.main-in #wrapper {
    margin-left: 400px
}


/* widget in header bar */

.isures-widget h3.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase
}

.isures-widget h3.widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: var(--isures-primary-color);
    transition: width 200ms ease-in;
}

.isures-widget:hover h3.widget-title:after {
    width: 100%
}

.isures-widget ul {
    margin: 0;
    margin-bottom: 45px
}
.isures-widget *{
	color: #fff
}
.isures-widget ul.menu li{border: none}
.isures-widget ul.menu li a {
    font-size: 15px;
    color: #fff;
    padding: 2px 0;
}


.isures-widget ul.menu li a.active,
.isures-widget ul.menu li a:hover,
.menu-item a.active {
    text-decoration: underline;
    color: var(--isures-primary-color);
}


/*  */

.single-project-tattoo #main {
    background-color: #fcfcfc
}

.isures-element--tattoo_wrap {
    position: relative;
    max-width: 100%;
    padding: 0
}

.isures-tattoo--wrap {
    position: relative;
    padding: 15px 0;
}

.isures-grid-column {
    width: 100%
}

.isures-tattoo--wrap .isures-tattoo--item {
    padding: 12px;
    margin: 0!important;
    display: block;
    position: relative;
}

.isures-tattoo--wrap .isures-tattoo--item a {
    position: relative;
    display: block;
    /* 	padding: 5px; */
    padding-bottom: 86px;
    background: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    color: #333;
    border-radius: 5px;
    overflow: hidden
}

.isures-overlay--post {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    z-index: 3
}

.isures-tattoo--item a:hover .isures-overlay--post {
    opacity: 1
}

.plus-img,
.plus-video {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 4;
}

.plus-img span:first-child {
    height: 30px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    left: 14px;
    border-radius: 2px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .2s ease-in 0.1s;
    -webkit-transition: transform .2s ease-in 0.1s;
}

.plus-img span:last-child {
    height: 2px;
    width: 30px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease-in;
    -webkit-transition: transform .2s ease-in;
}

.isures-tattoo--item a:hover .plus-img span:first-child {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
}

.isures-tattoo--item a:hover .plus-img span:last-child {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .2s ease-out 0.1s;
    -webkit-transition: transform .2s ease-out 0.1s;
}

.plus-video svg {
    top: -25px;
    left: -25px;
    position: absolute;
    opacity: 0;
    transition: opacity 0s ease-out 300ms;
    -webkit-transition: opacity 0s ease-out 300ms;
}

.triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #fff;
    transform: translateY(0);
}

.isures-tattoo--item a:hover .plus-video svg {
    opacity: 1;
    transition: opacity .1s ease-out 0.3s;
    -webkit-transition: opacity .1s ease-out 0.3s;
}

.isures-tattoo--item a:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #fff;
}

.isures-box--image {
    position: relative;
}

.isures-box--hover {
    position: absolute;
    width: calc(100% - 2px);
    height: 86px;
    left: 0;
    bottom: 0;
    line-height: 18px;
    padding: 5px 10px;
    overflow: hidden;
}

.isures-tattoo--item.decription .isures-description--tags_wrap {
    padding: 26px 24px;
    text-align: left;
    border-radius: 16px;
    background-color: var(--isures-secondary-color);
    color: #fff;
}

.isures-tattoo--item.decription h2 {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.isures-tattoo--item.decription span {
    opacity: .7
}

h2.isures-page-404_title {
    padding-bottom: 20px;
    position: relative;
    font-size: 40px;
}

h2.isures-page-404_title:after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
}

.isures-box--hover p {
    margin: 0
}

.isures-tattoo--item .isures-excerpt p,
.isures-title {
    color: #333!important;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* single */

.isures-title {
    font-size: 17px;
    margin: 0;
    margin-bottom: 8px!important;
    text-transform: capitalize;
    font-weight: bold
}

.isures-tattoo--item .isures-excerpt p {
    margin: 0;
    color: #777!important;
    font-size: 13px
}

.isures-global--pdb0 {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 20px;
}

.isures-tags--item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 3px 14px;
    transition: border-color .2s cubic-bezier(.2, 0, .4, 1), color .2s cubic-bezier(.2, 0, .4, 1), background-color .2s cubic-bezier(.2, 0, .4, 1);
    border-radius: 16px;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    color: #8c8d8f;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-decoration: underline;
}

.isures-tags--wrap {
    padding: 15px 20px 0 15px
}

.isures-scroll--wrap_content {
    overflow-y: auto;
    max-height: 600px;
}

.isures-the--content {
    padding: 15px 20px;
    font-size: 14px;
    color: rgba(32, 33, 37, .6);
    overflow: hidden;
    position: relative;
}

.readmore_taxonomy {
    position: absolute;
    z-index: 3;
    bottom: -18px;
    left: 0;
    right: 0;
    display: block;
    padding: 39px 0 20px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(98%, #fff), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 98%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 98%, rgba(0, 0, 0, 0));
}

.readmore_taxonomy.readmore_taxonomy_less {
    background-image: none;
}

.readmore_taxonomy a {
    color: var(--isures-secondary-color)
}

.readmore_taxonomy a:after {
    content: '';
    width: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.readmore_taxonomy_show a:after {
    border-top: 6px solid var(--isures-secondary-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.readmore_taxonomy_less a:after {
    border-bottom: 6px solid var(--isures-secondary-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.isures-chat--wrap {
    padding: 15px 20px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.isures-global--btn_chat {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 99px;
    color: #222;
    font-size: 14px
}

a.isures-global--btn_chat.isures-chat--fb {
    background: var(--isures-primary-color);
    color: #fff;
    border: 1px solid var(--isures-primary-color);
    text-transform: uppercase
}

.isures-share--btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 8px;
    position: absolute;
    z-index: 9;
    right: 25px;
    top: 25px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
    transform: translatex(15px);
    opacity: 0;
}

.isures-tattoo--item:hover .isures-share--btn {
    visibility: visible;
    transform: translatex(0);
    opacity: 1;
    transition: all 200ms ease-in;
}

.isures-social--wrap {
    display: none
}

div#isures--share--wrap_load {
    max-width: 350px;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(1, 1fr);
    padding: 24px;
    border-radius: 16px;
}

div#isures--share--wrap_load>a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    padding: 8px 12px;
    transform: translateY(0);
    transition: all .2s cubic-bezier(.2, 0, .4, 1);
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: var(--isures-secondary-color);
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

div#isures--share--wrap_load>a:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 12%), 0 0 4px 0 rgb(0 0 0 / 6%);
}

.isures-price--package strong {
    font-size: 18px;
    color: red;
}

.col.large-9.isures-col--header {
    margin-top: 25px;
    border: 1px solid #eee;
    padding: 0;
}

.isures-col--image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.isures-col--header .isures-excerpt p {
    font-size: 14px;
    color: #777;
    font-style: italic;
    margin: 0;
}

.isures-price--package {
    margin: 0
}

.isures-price--regular {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    text-decoration: line-through;
    color: #222;
    opacity: .7;
}


/* popup */

.isures-popup--video_wrap .mfp-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.mfp-bg.isures--share--wrap_load,
.mfp-bg.isures-popup--video_wrap,
.isures-mfp--img, .my-mfp-video.mfp-bg {
    background: rgba(0, 0, 0, .24);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 1;
}

.isures--share--wrap_load .mfp-content,
.isures-mfp--img .mfp-content,
.mfp-bg.isures-popup--video_wrap .mfp-content {
    transform: translateY(0)
}

.isures-mfp--img.mfp-close-btn-in .mfp-close {
    background-color: #fff;
    mix-blend-mode: normal;
    color: var(--isures-primary-color);
    border-radius: 99px;
    right: -10px;
    top: -10px!important;
    opacity: 1;
    -webkit-box-shadow: 0 0 8px rgb(109 109 109 / 60%);
    box-shadow: 0 0 8px rgb(109 109 109 / 60%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
}

.isures-mfp--img .mfp-figure:after {
    -webkit-box-shadow: 0 0 8px rgb(109 109 109 / 60%);
    box-shadow: 0 0 8px rgb(109 109 109 / 60%);
}

.isures-mfp--img .mfp-arrow {
    opacity: 1;
}


/* pagination */

.isures-pagination--wrap {
    padding: 15px 0;
}

.isures-pagination--wrap ul li span,
.isures-pagination--wrap ul li a {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--isures-primary-color);
    font-weight: normal
}

.isures-pagination--wrap ul li a i {
    color: #333
}

.isures-pagination--wrap ul li a:hover i {
    color: #fff
}


/* spinner */

.isures-overplay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .97);
    text-align: center;
    left: 0;
    top: 0;
}

#isures-end--load {
    position: relative;
    text-align: center;
}

#isures-end--load.isures-hidden ._3dPP0ry {
    display: none
}

._3dPP0ry {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px
}

@keyframes _1-ANse3 {
    0%,
    20% {
        opacity: 1
    }
    40%,
    to {
        opacity: 0
    }
}

._3dPP0ry span {
    display: block;
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 7.7%;
    height: 27%;
    transform: translateY(-50%);
    transform-origin: center 170%;
    animation-name: _1-ANse3;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border-radius: 2px;
    opacity: 0;
    background-color: #000;
    color: inherit
}

._3dPP0ry span:first-child {
    transform: translateY(-50%) translateX(-50%);
    animation-delay: 75ms
}

._3dPP0ry span:nth-child(2) {
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    animation-delay: .15s
}

._3dPP0ry span:nth-child(3) {
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    animation-delay: .225s
}

._3dPP0ry span:nth-child(4) {
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
    animation-delay: .3s
}

._3dPP0ry span:nth-child(5) {
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    animation-delay: .375s
}

._3dPP0ry span:nth-child(6) {
    transform: translateY(-50%) translateX(-50%) rotate(225deg);
    animation-delay: .45s
}

._3dPP0ry span:nth-child(7) {
    transform: translateY(-50%) translateX(-50%) rotate(270deg);
    animation-delay: .525s
}

._3dPP0ry span:nth-child(8) {
    transform: translateY(-50%) translateX(-50%) rotate(315deg);
    animation-delay: .6s
}


/*  */

._10fnEjz {
    flex-direction: column;
    --gap: 16px
}

._10fnEjz,
._18WUBbO {
    display: flex;
    width: 100%
}

._18WUBbO {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.isures-search--wrap>.col {
    padding-bottom: 0
}

.isures-header--page {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: #fff
}

.isures-header--page h1 {
    margin: 0 0 40px;
    color: #212121;
    font-size: 60px;
}

.isures-header--page h1 a {
    color: #212121;
    text-decoration: underline
}

.isures-style {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 3px 14px;
    transition: border-color .2s cubic-bezier(.2, 0, .4, 1), color .2s cubic-bezier(.2, 0, .4, 1), background-color .2s cubic-bezier(.2, 0, .4, 1);
    border-radius: 16px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: rgba(32, 33, 37, .8);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: pointer;
}

.isures-style:hover,
.isures-style.active {
    border-color: var(--isures-secondary-color);
    background-color: var(--isures-secondary-color);
    color: #fff;
}

.show-style--choose {
    display: flex;
    font-size: 18px;
    flex-direction: row;
    flex-grow: 0;
    align-items: center;
    justify-content: center;
    margin: 0!important;
    padding: 9px 28px;
    transition: color .2s cubic-bezier(.2, 0, .4, 1), border-color .2s cubic-bezier(.2, 0, .4, 1);
    border: 1px solid #e1e1e1;
    background-color: #fcfcfc;
    color: var(--isures-secondary-color);
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase
}

.show-style--choose svg {
    display: block;
    width: 1em;
    height: 1em;
    margin-left: 15px;
}

.show-style--choose.active {
    font-weight: bold;
    border-color: var(--isures-secondary-color);
    color: var(--isures-secondary-color);
}

input#search {
    padding: 9px 28px;
    border: 1px solid #e1e1e1;
    border-left: 5px solid var(--isures-primary-color);
    background-color: #fff;
    color: var(--isures-secondary-color);
    font-size: 18px;
    line-height: 26px;
    box-shadow: none;
    margin-bottom: 0;
	height: auto;
}
.isures-header--page .isures-submit{
    position: absolute;
    right: 15px;
    top: 0;
    background-color: var(--isures-secondary-color);
    box-shadow: none;
    margin: 0;
    color: #fff;
    padding: 10px 28px;
    line-height: 24px;
    text-transform: capitalize;
}
.isures-filter--tag_wrap {
    padding-top: 25px;
}

form#isures-filter--search {
    margin-left: 0;
    margin-bottom: 0;
    max-width: 100%;
}


/*  */

.isures-nav--btn {
    width: 40px;
    height: 40px;
    border: 1px solid #383838;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 99px;
    background-color: #383838;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: calc(50% - 40px);
    transition: all 300ms ease-in-out;
}

.isures-nav--btn:hover {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%), 0 6px 18px rgb(0 0 0 / 5%);
	background-color: var(--isures-primary-color);
	border-color: var(--isures-primary-color)
}

a.isures-prev--post {
    left: 5px;
}

a.isures-next--post {
    right: 5px;
}

@keyframes iSuresOpen {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.isures-box--text {
    font-size: 18px;
    padding: 10px 15px;
    line-height: 24px;
    color: #fff;
    background: rgb(0 0 0 / 43%);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.isures-box--text h4 {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.isures-features--post .flickity-viewport {
    cursor: e-resize!important
}

.isures-features--post .flickity-prev-next-button {
    bottom: auto;
    top: 35%;
}

.isures-features--post svg.flickity-button-icon {
    background: var(--isures-primary-color);
    padding: 12px;
    border-radius: 5px;
}

.isures-features--post svg.flickity-button-icon * {
    fill: #fff!important
}

.isures-features--post .flickity-viewport {
    -webkit-transition: margin-bottom 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: margin-bottom 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

span.isures-label--elm_features {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 10px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    z-index: 3;
    text-transform: capitalize
}

span.isures-label--cate.isures-global--text_small {
    opacity: 1;
    background: var(--isures-primary-color);
    border-radius: 5px;
    margin-right: 8px;
    padding: 3px 5px;
    text-transform: capitalize
}
.isures-label--cate:nth-child(even) {
    background: var(--isures-primary-color)!important;
}

/*  */


/* --------- Skills --------------------------------------*/

.skillbar-box {
    float: left;
    width: 100%;
    position: relative;
}

.skillbar-bg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.custom-skillbar-title span {
    float: left;
    color: #999;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 6px;
}

.custom-skillbar {
    height: 10px;
    width: 0px;
}

.skill-bar-percent {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #666
}


/*------ Skills ------------------------------------------------*/

.piechart-holder {
    position: relative;
}

.piechart-holder h4 {
    font-size: 12px;
    color: #292929;
    font-weight: 600;
    padding: 11px 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 10px 0;
	width: auto
}

.chart {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    text-align: center;
    background: #f9f9f9;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
	max-width: 100%;
}

.piechart {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.percent {
    display: inline-block;
    font-size: 12px;
    color: #292929;
    line-height: 120px;
    z-index: 2;
}


.angular {
    margin-top: 120px;
}

.angular .chart {
    margin-top: 0;
}

.isures-progress--bar_wrap {
    display: flex;
    flex-wrap: wrap;
}

.isures-progress--bar_wrap  .piechart-holder{
	width: 50%;
	padding: 5px;
}
/* single */

.isures-col--header .row.row-collapse {
    max-width: 100%;
}
/* --------- 3d cards  --------------------------------------*/
.srv-link-text {
	margin-top:80px;
}
.srv-link-text h4 {
	float: left;
	text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #666;
	position: relative;
	top: 10px;
}
.srv-link-text btn {
	top:10px;
}
.isures-content--3d_box {
	width:100%;
	color: #fff;
	position: relative;
	transform-style: preserve-3d;
	 -webkit-transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.isures-content--3d_box .isures-bg--3d{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.isures-inner--3d {
    position: relative;
    z-index: 3;
	text-align: center;

}
.isures-inner--3d *{
	color: #fff;
	text-transform: uppercase
}
.isures-sub--title_3dbox{
	font-size: 12px
}
.isures-inner--3d h4{
	position: relative;
	font-size: 22px;
	font-weight: 800;
	padding-bottom: 20px;
	text-transform: uppercase
}
.isures-inner--3d h4:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
	background: var(--isures-primary-color)
}
.isures-overlay--3d{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 2;
}
.isures-content--3d_box > * {
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.isures-content--3d_box .isures-content--front,
.isures-content--3d_box .isures-content--back {
	position: relative;
	transform-style: preserve-3d;
	 -webkit-transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.isures-content--front {
	background: #292929;
	position:relative;
}
.isures-content--front .isures-cf--inner:before {
	top:20px;
	left:20px;
	border-left:1px solid;
	border-top:1px solid;
}
.isures-content--front .isures-cf--inner:after {
	bottom:20px;
	right:20px;
	border-right:1px solid;
	border-bottom:1px solid;
}
.isures-content--front .isures-cf--inner:before , .isures-content--front .isures-cf--inner:after {
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	border-color:rgba(255,255,255, 0.4);
	z-index:10;
}
.isures-content--3d_box .isures-content--back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: rotateY(180deg);
	background: #292929;
}
.isures-content--3d_box .isures-cf--inner {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: 200ms ease-in-out;
	width:100%;
	padding:150px 20px;
}
.isures-content--3d_box .isures-cf--inner .isures-inner {
	align-items: stretch;
	transform-style: preserve-3d;
	 -webkit-transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transform: translateZ(95px) scale(0.81);
	text-align: center;
	position:relative;
	z-index:2;
} 
.isures-content--back i {
	font-size:54px;
	position:relative;
}
.dec-icon {
	position:relative;
	display:inline-table;
	width:80px;
	height:80px;
}
.dec-icon:before , .dec-icon:after {
	content:'';
	position:absolute;
	width:60px;
	height:10px;
	border-radius:10px;
	background:rgba(255,255,255,0.1);
}
.dec-icon:before {
	left:-15px;
	top:12px;
}
.dec-icon:after  {
	right:-15px;
	bottom:12px;
}
.dec-icon i {
	z-index:3;
}
.isures-content--back .dec-icon {
	top:-20px;
	color: var(--isures-primary-color);
}
.isures-content--3d_box .isures-cf--inner .isures-inner p {
	color:#fff;
}

.serv-price-wrap {
	background:rgba(255,255,255,0.05);
	padding:15px 30px;
	margin-top:14px;
    font-size: 11px;
    text-transform: uppercase;
	letter-spacing:2px;
	color: var(--isures-primary-color);
    font-weight: bold;
}
.serv-price-wrap  span {
   	color: rgba(255, 255, 255, 0.81);
	padding-right:15px;
	margin-right:15px;
	position:relative;
}
.serv-price-wrap  span:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:30px;
	top:50%;
	margin-top:-15px;
	background:rgba(255,255,255,0.21)
}

/* footer */

.isures-footer--wrap .widget_nav_menu {
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #bababa;
}

.isures-footer--wrap .menu {
    display: flex;
    margin: 0;
}

.isures-footer--wrap .menu li {
    border: none;
    margin-right: 10px;
}

.isures-footer--wrap .menu li a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.isures-footer--wrap a {
    color: #fff
}

.isures-footer--wrap p {
    margin-bottom: 0
}

.isures-follow--wrap {
    width: 100%;
    border: 1px solid #bababa;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.isures-follow--wrap>span {
    display: block;
    position: absolute;
    top: -16px;
    left: 15px;
    right: 15px;
    text-align: center;
    background: #383838;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.isures-follow--wrap>a.button {
    border-radius: 0!important;
    border: none;
    color: currentcolor;
}

.isures-follow--wrap.social-icons a.button.icon {
    background-color: transparent!important;
    border-color: #e2e2e2!important;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    line-height: 22px;
    padding: 10px 10px 8px 10px;
    display: inline-block;
    transition: all 500ms ease 0s;
    margin: 0;
}

.isures-follow--wrap.social-icons a.button.icon i {
    color: currentcolor!important;
}

.isures-follow--wrap.social-icons a.button.icon:hover {
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none
}


/* .isures-follow--wrap.social-icons a.button.icon:hover i{
	color: #fff!important;
} */
/* archive blog */
.blog-archive .page-title ,.blog-single .entry-title {
    font-size: 22px;
    text-transform: none;
    line-height: 1.5;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
	text-align: left
}
.entry-header-text .is-divider{display: none}
.blog-single > .row.align-center {
    max-width: 880px;
}
.blog-single .social-icons a.button.icon {
	background-color: #fff!important;
	border-color: #e2e2e2!important;
	border-radius: 100px;
	width: 44px;
	height: 44px;
	line-height: 22px;
	padding: 10px 10px 8px 10px;
    display: inline-block;
    transition: all 500ms ease 0s;
}
.blog-single .social-icons a.button.icon i{
    color: currentcolor!important;
}
.blog-single .social-icons a.button.icon:hover{
	background-color: currentcolor!important;
	border-color: currentcolor!important
}
.blog-single .social-icons a.button.icon:hover i{
	color: #fff!important;
	
}

/* gallery */

#isures-galery .isures-tattoo--item {
    padding: 10px;
    display: block;
	position: relative
}
.isures-clone--wrap .isures-tattoo--item i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: opacity 200ms ease-in;
}
.isures-clone--wrap .isures-tattoo--item:hover i{
	opacity: 1;
}
#isures-galery .isures-tattoo--item img {
    border-radius: 6px
}

@media screen and (max-width: 768px) {
    .isures-header--leftbar {
        width: 300px;
        -webkit-transform: translateX(-305px);
        transform: translateX(-305px);
        -webkit-box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 12%);
        box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 12%);
    }
    .isures-header--leftbar #header-right--container {
        width: 60px;
    }
    body.main-in #wrapper {
        margin-left: 0
    }
    .isures-header--leftbar #header-right--container .hamburger {
		left: 59px;
		top: 200px;
		height: 60px;
		background: #000;
		opacity: 1;
		border: 1px solid #000000;
		border-left: none;
    }
    .isures-header--leftbar #header-right--container .hamburger div {
        display: none
    }
    div#isures-logo--header {
        height: 60px;
        line-height: 60px;
        transform: rotate(90deg) translateY(85px);
    }
    .isures-header--leftbar .outer {
        padding: 15px 10px
    }
    .isures-filter--tag_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: 97;
        display: none;
        padding: 79% 0 0 0
    }
    .isures-ip--overplay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        animation-name: iSuresOpen;
        animation-duration: 2s;
        background: rgba(0, 0, 0, .24);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
    .isures-filter--tag_container {
        position: relative;
        z-index: 2;
        padding: 40px 10px 25px 10px;
        background: #fff;
        height: 100%;
        border-radius: 16px;
        border: 1px solid #e0e0e0;
    }
    .isures-filter--tag_container .isures-close--popup_filter {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 7px;
        width: 70px;
        height: 4px;
        background-color: #e0e0e0;
        border-radius: 10px;
    }
    .isures-tattoo--wrap .isures-tattoo--item {
        padding: 2px;
    }
    .isures-search--wrap .show-style--choose {
        padding: 14px;
        margin-right: 0!important
    }
    .show-style--choose span {
        display: none;
    }
    .show-style--choose svg {
        margin: 0;
    }
    .isures-header--page h1 {
        font-size: 30px
    }
    .isures-search--wrap>.col {
        padding: 0 5px;
    }
    .isures-tattoo--item.decription .isures-description--tags_wrap {
        max-height: 250px;
        overflow-y: auto;
        padding: 10px;
        font-size: 14px;
    }
    .isures-tattoo--item.decription h2 {
        font-size: 20px;
    }
    .isures-share--btn {
        visibility: visible;
        opacity: 1;
        top: 10px;
        right: 10px;
        transform: translateX(0);
    }
    .isures-col--header {
        background: #fff
    }
    #isures-load--content .isures-tattoo--wrap {
        margin-left: 0!important;
        margin-right: 0!important
    }
    #isures-load--content .col.large-12 {
        background: #fff;
        border-radius: 9px;
        padding-top: 10px;
        padding-bottom: 0;
        border: 1px solid #e1e1e1;
    }
    #isures-load--content>.row.align-center {
        padding: 15px 0;
    }
    button.isures-close--btn {
        margin: 0;
        right: 0;
        top: 0;
    }
    .isures-tattoo--item .isures-global--text_small {
        display: none!important;
    }
    .isures-box--hover {
        height: 50px;
    }
    .isures-tattoo--wrap .isures-tattoo--item a {
        padding-bottom: 50px
    }
    .col.large-9.isures-col--header {
        margin-top: 0
    }
    .isures-content .isures-col--mb_pd {
        padding: 15px!important
    }
	.isures-follow--wrap>span {
		font-size: 17px;
	}
	.isures-stack--image_3{
		display: block;
		overflow-y: auto;
		white-space: nowrap;
	}
	.isures-stack--image_3 > *{
		--stack-gap: 0rem!important;
	}
	.isures-content--3d_box {
		width: 65%;
		display: inline-block;
	}
	.isures-content--3d_box .isures-content--back{display: none}
	.isures-header--page .isures-submit{
		padding: 10px;
		right: 0
	}
}

@media screen and (min-width: 768px) {
    .mfp-bg.isures-load--content_main {
        background: rgb(252 252 252)
    }
}

@media screen and (min-width: 1023px) {
    #wrapper {
        margin-left: 80px;
    }
    .main-in .isures-features--post .flickity-viewport {
        margin-bottom: -50px;
    }
	.isures-text--qt {
		padding: 30px;
	}
	.isures-timeline--wrap > .col .icon-box{
		float: left;
		max-width: 35%;
	}
	.isures-content--3d_box:hover .isures-content--front {
		transform: rotateY(-180deg);
	}
	.isures-content--3d_box:hover .isures-content--back {
		transform: rotateY(0deg);
	}
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}