/**
 * Core CSS for Emre Dogru Portfolio V2
 * 
 * @package EmreDogruPortfolioV2
 * @since 2.0.0
 */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500&display=swap');
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/

/* Splide arrows positioning fix */
.splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0) !important;
}

/* Infinite Scroll Styles */
.edp-v2-infinite-scroll-trigger-mobile,
.edp-v2-infinite-scroll-trigger-desktop {
    margin: 20px auto;
    text-align: center;
    padding: 20px;
}
.splide__arrow--prev {
    left: 20px;
}

.splide__arrow--next {
    right: 20px;
}

.splide {
    position: relative;
}

.splide__track {
    position: relative;
}
.edp-v2-slide-next {
    right: 0px;
}
.edp-v2-slide-prev {
    left: 0px;
    transform: translateY(-50%) rotate(180deg) !important;
}

/* Quick slide transition from side */
.splide__slide {
    transition: transform 200ms ease-in-out;
}

.splide__slide img,
.splide__slide video {
    transition: opacity 100ms ease-in-out;
}
/*---------------------------
CSS Gradients
---------------------------*/


.gr-bloody-mary {
background: #FF512F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-rose-water {
background: #E55D87;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #5FC3E4, #E55D87);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #5FC3E4, #E55D87); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-horizon {
background: #003973;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E5E5BE, #003973);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E5E5BE, #003973); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-intuitive-purple {
background: #DA22FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #9733EE, #DA22FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #9733EE, #DA22FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-sport-red {
background: #e52d27;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gr-ocean-beach {
background: #108dc7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ef8e38, #108dc7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ef8e38, #108dc7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/*---------------------------
CSS Filters
---------------------------*/
.blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.brightness {
    -webkit-filter: brightness(0.30);
    filter: brightness(0.30);
}

.contrast {
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.huerotate {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}

.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.opacity {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}

.saturate {
    -webkit-filter: saturate(7);
    filter: saturate(7);
}

.sepia {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.shadow {
    -webkit-filter: drop-shadow(8px 8px 10px green);
    filter: drop-shadow(8px 8px 10px green);
}
#gallery {
    max-width: 80%;
    transform: translate(-50%, 0);
    top: 0;
    position: absolute;
    left: 50%;
}

.splide{
    max-width: 100% !important;
}
.splide__slide.extra-long img { 
    height: auto;
    width: 100%;
    max-width: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
.splide__slide img {
    height: 100%;
    margin: auto;
	width:auto;
}
.contact-pane{
    flex:50%;
    padding: 0 20px;
}

.contact-pane p {
    max-width: 75%;
}

.contact-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 7vw !important;
    max-width: 55% !important;
}
.entry-content {
}
#site-footer {
    display: none;
}
#site-footer .section-inner{
    max-width: 100% !important;
}
.splide__pagination__page.is-active {
    background: black;
}
.header-inner {
    max-width: 100% !important;
}
#site-header {
    z-index: 1;
}
nav .menu-item a{
  color: #555555 !important;
}
.splide__arrow {
     background: rgba(0,0,0,0);
 }
.social.menu-item span {
    margin-left: 10px;
    font-weight: 200;
}
body{
    font-family: 'Jost', sans-serif !important;
}

.natural-gallery-js .natural-gallery-body .figure {
    overflow: visible;
    background: transparent;
}
.natural-gallery-js .figure .title {
    font-family: 'Jost', sans-serif !important;
}
.natural-gallery-js .figure .description {

    font-size: 1.75rem;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
    background: transparent;
    padding: 5px;
    margin: 10px 0;
    color: #555555;
}
.natural-gallery-js .figure .button {
    margin: 10px 0;
    background: transparent !important;
    text-align: left !important;
    box-shadow: unset;
    color:black;
    font-weight: 900;
    font-size: 1.75rem;
 }
.natural-gallery-js .figure .description{
    bottom: unset;
    position: unset;
    margin: 0;
}
.natural-gallery-js .figure .title{
    top: unset;
    left: unset;
    right: unset;
    line-height: 1.75rem;
    position: unset;
    margin: 0;
}
.activable.figure{
    display: inline;
    flex-direction: column;
    height: unset !important;
}
#my-gallery {
    display: flex;
    flex-basis: auto;
    max-width: 100%;
}
.my-gallery-item {
    padding: 0;
    cursor: pointer;
    margin: 0 20px 20px 0;
    font-family: 'Jost', sans-serif !important;
    position: relative;
    overflow: hidden;
}
.wp-admin .my-gallery-item {
	height: 500px;
}
.my-gallery-item .image:hover {
    /*transform: rotate(1deg) scale(1.05);*/
}
.my-gallery-item .image {
    transition: all .5s;
}
.my-gallery-item .image.horizontal {
    height: 13vw;
}
.my-gallery-item .image.vertical {

    height: calc(2 * 13vw);
}
#my-gallery a {
    color: inherit;
    text-decoration: unset;
}
.my-gallery-item .title {
    font-weight: 700;
    font-size: .6vw;
    position: relative;
    background: white;
    margin-top:5px;
}

.my-gallery-item .description {
    font-weight: 300;
    font-size: .55vw;
    position: relative;
    background: white;
}

.my-gallery-item .image{
    background-size: cover;
    background-position: center center;
}
.vertical-col {
    padding: 2px;
}
.vertical-col.three {

}
.vertical-col.five {
    flex-basis: 20%;
}
.splide__slide.horizontal.single {
    max-height: unset !important;
    transform: translate(-50%, 0) !important;
}
@keyframes nodeInserted {
      from {
          outline-color: #fff;
      }
      to {
          outline-color: #000;
      }
  }

@-moz-keyframes nodeInserted {
    from {
        outline-color: #fff;
    }
    to {
        outline-color: #000;
    }
}

@-webkit-keyframes nodeInserted {
    from {
        outline-color: #fff;
    }
    to {
        outline-color: #000;
    }
}

@-ms-keyframes nodeInserted {
    from {
        outline-color: #fff;
    }
    to {
        outline-color: #000;
    }
}

@-o-keyframes nodeInserted {
    from {
        outline-color: #fff;
    }
    to {
        outline-color: #000;
    }
}

.activable.figure.loaded {
    animation-duration: 0.01s;
    -o-animation-duration: 0.01s;
    -ms-animation-duration: 0.01s;
    -moz-animation-duration: 0.01s;
    -webkit-animation-duration: 0.01s;
    animation-name: nodeInserted;
    -o-animation-name: nodeInserted;
    -ms-animation-name: nodeInserted;
    -moz-animation-name: nodeInserted;
    -webkit-animation-name: nodeInserted;
}
.primary-menu li {
    cursor: pointer;
}
#pdf-layout{
    position: fixed;
}
.splide__pagination ,.splide--ttb>.splide__pagination{
    display: none;
}
.splide__list.dual {
}
.splide__slide.empty {

}
.splide__slide .splide__video {
    background: unset;
}
.splide__slide video{
    width: auto;
    height: 100%;
    margin: auto;
}
.splide__slide.dual {

    width:50vw !important;
}
.splide__slide.single {
    width: 100vw !important;
    transform: translate(-50%, 0px);
}
.splide__slide.single img{
    margin-right: auto;
}
.splide__slide.even img{
    margin-right: 10px;
    margin-left: auto;
}
.splide__slide.odd img {
    margin-left: 10px;
    margin-right: auto;
}
.splide__pagination {
    display: none;
}
.primary-menu a {
    color: #555555 !important;
}

/* Splide arrows positioning fix */
.splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.splide__arrow--prev {
    left: 20px;
}

.splide__arrow--next {
    right: 20px;
}

.splide {
    position: relative;
}

.splide__track {
    position: relative;
}
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {

}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 1024px) {

    .splide {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .splide--ttb>.splide__arrows .splide__arrow--prev, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
        top: 5em;
    }
    .splide--ttb>.splide__arrows .splide__arrow--next, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
        bottom: 4em;
    }
    .splide__slide img {
        transform: translateY(-50%);
        top: 50%;
        position: relative;
		max-width: 85%;
    }
    .splide__slide.horizontal.even img, .splide__slide.horizontal.odd img {
     max-width: 90%;   
    }
    .splide__slide.vertical {
        max-width: 70%;
        margin: auto;

    }
    nav .menu-item{
        text-align:center;
    }
    #gallery {
        max-width: 90%;
        transform: translate(-50%, 0%);
        top: 0;
        position: absolute;
        left: 50%;
        width: calc(100% - 6px);
    }
    .modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
        text-decoration: none !important;
    }
    .natural-gallery-js .natural-gallery-body .figure  {
    }
	.splide__slide.horizontal.even img, .splide__slide.horizontal.odd img {
     max-width: 90%;   
    }
    .my-gallery-item .title {
        font-size: 1vw;
    }
    .my-gallery-item .description {
        font-size: .85vw;
    }

}
/*
Medium Tablet Screens 
*/

@media only screen and (max-width: 768px) {
    .splide__slide.vertical {
        max-width: 70%;
        margin: auto;
    }

    .splide__slide.single,.splide__slide.horizontal.single {
        transform: translate(0%, 0px) !important;
    }
    .splide__slide img {
        height: auto;
		max-width:100%;
    }
	.splide__slide.horizontal.even img, .splide__slide.horizontal.odd img {
     max-width: 100%;   
    }

    .splide__arrow {
        display: none;
    }

    .my-gallery-item .title {
        font-size: 1vw;
    }
}


/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 667px) {
    .header-inner {
        padding: 1rem 0 !important;
    }
    .splide__arrow {
        display: none;
    }
    .splide__slide img {
        height: auto;
        width: 80%;
    }

    .splide__slide.even img{
        margin-right: auto;
    }
    .splide__slide.odd img {
        margin-left: auto;
    }
    .natural-gallery-js .natural-gallery-body .figure {
        width: 100% !important;
        height: 70vh !important;
    }
    .splide__slide.vertical {
        max-width: unset;
        margin: unset;
    }

    #my-gallery {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .my-gallery-item{
        margin-right: 0px;
    }
    .my-gallery-item .image.horizontal {
        height: 50vw;
    }
    .my-gallery-item .image.vertical {

        height: 100vw;
    }

    .my-gallery-item .title {
        font-size: 18px;
        margin-left: 5px;
    }

    .my-gallery-item .description {
        font-size: 16px;
        margin-left: 5px;
    }

    .splide__slide.single,.splide__slide.horizontal.single {
        transform: unset !important;
    }
	
}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {


}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}
/*
Landscape mobile
*/
@media only screen and (max-width: 1000px)
and (orientation:landscape) {


    .header-inner {
        padding: 1rem 0 !important;
    }

    .splide__slide img {
        margin: 0 auto !important;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -45%) !important;
        max-width: 75% !important;
        height: 85% !important;
    }
    .splide__arrow {
        display: none;
    }
    #my-gallery{
        display: block !important;
        margin-top: 5rem !important;
    }
    #my-gallery:after {
        content: "";
        display: table;
        clear: both;
    }
    .my-gallery-item {
      margin: 10px;
    }
    #my-gallery > .flex-wrap:nth-child(even) {
        margin: 0 auto;
    }
    #my-gallery > .flex-wrap:nth-child(odd) {
        margin: 0 auto;
    }
    #my-gallery > .flex-wrap {
        width:60%;
    }
    .my-gallery-item .title{
        font-size: 2vw;
    }
    .my-gallery-item .description{
        font-size: 1.55vw;
    }
}