/*
Theme Name: Bozlu Art Project
Description: Another cool theme by IRM.
Version: 2019.02.09
Author: IRM
Author URI: http://irm.com.tr
Template: dt-the7
*/

.wpml-ls-current-language > a {
    color: #fff !important;
    background-color: #90a199 !important;
    padding: 2px 6px;
    border-radius: 4px;
}

.mini-search .submit,
.mini-search .submit i {
    color: #877b77;
}

.mini-search .submit:hover ,
.mini-search .submit:hover i {
    color: #90a199;
}

.entry-title--subtitle {
    font-size: 120% !important;
}

.u-align-center {
    text-align: center !important;
}

.u-shadow {
    box-shadow: 0 0 5px rgba(0,0,0,.1) !important;
}

/**
* .gitem-other-exhibitions
*/

.gitem-other-exhibitions .gitem-inline-meta-column > div {
    display: inline-block;
}

.gitem-other-exhibitions .gitem-inline-meta-column > div + div:before {
    content: "/";
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

.gitem-other-exhibitions h4,
.gitem-other-exhibitions .vc_custom_heading {
    margin-bottom: 0;
}

.gitem-irm h4,
.gitem-irm .vc_custom_heading {
    margin-bottom: 0;
}


/*
.gitem-other-exhibitions .vc_gitem-animated-block {
position: relative;
box-shadow: 0px 4px 20px rgba(0,0,0,.2);
border: 1px solid #afbfb7;
}
*/

/**
* Yayınlar
*/

@media (min-width: 768px) {
    .vc_acf.kitap_ozellikleri .vc-acf-item {
        width: 50%;
        float: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.vc_acf.kitap_ozellikleri .vc-acf-item__title {
    margin-bottom: 0;
    font-size: 16px;
}

.vc_acf.kitap_ozellikleri .vc-acf-item__desc {
    margin-top: 0;
    padding-left: 10px;
    font-size: 20px;
    border-left: 1px solid #afbfb7;
    margin-left: 5px;
}

.gitem-irm--yayin .vc_gitem-animated-block {
    box-shadow: 0 0 5px rgba(0,0,0,.1) !important;
}

.c-row-gallery img {
    width: 100% !important;
}
.c-row-gallery .iso-item:nth-child(1) {
    width: 40% !important;
}
.c-row-gallery .iso-item:nth-child(2) {
    width: 40% !important;
}
.c-row-gallery .iso-item:nth-child(3) {
    width: 20% !important;
}

blockquote {
    margin: 25px 0;
}

#page #main .vc_grid-loading {
    -webkit-animation: none;
    animation: none;
}

#page #main .vc_grid-loading:before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    vertical-align: top;
    border: 5px solid #90a199;
    border-radius: 50%;

    border-top-color: transparent;
    border-bottom-color: transparent;
}

#page #main .vc_grid-loading::before {
    -webkit-animation: irm_spin 1000ms linear infinite;
    animation: irm_spin 1000ms linear infinite;
}

#page #main .vc_grid-loading:after {
    -webkit-animation: none;
    animation: none;
    display: none;
}

@-webkit-keyframes irm_spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes irm_spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.c-masonry-gallery-title {
    display: block;
    text-align: center;
    background: #bbc8c2;
    color: #fff;
    padding: 5px 0;
    position: relative;
    z-index: 10;
}


#page #main .yotu-special .yotu-playlist {
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

#page #main .yotu-special .yotu-playlist * {
    box-sizing: inherit;
}

#page #main .yotu-special .yotu-playlist > div:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
}

#page #main .yotu-special .yotu-wrapper-player {
    width: auto !important;
    margin-right: 375px;
}

#page #main .yotu-special .yotu-videos {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 45px;
    width: 345px;
    padding: 10px;
    overflow: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px #fff, 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
}

#page #main .yotu-special .yotu-videos .yotu-video-thumb-wrp {
    width: 50%;
    float: left;
}

#page #main .yotu-special .yotu-videos .yotu-video-title {
    width: 50%;
    float: left;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: normal;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

#page #main .yotu-special .yotu-videos li {
    position: relative;
    margin: 0 !important;
    width: 100% !important;
    padding: 0 0 20px !important;
}

#page #main .yotu-special .yotu-videos li:last-child {
    padding-bottom: 0 !important;
}

#page #main .yotu-special .yotu-videos li + li:before {
    position: absolute;
    top: -11px;
    left: -10px;
    right: -10px;
    content: "";
    display: block;
    height: 2px;
    background-color: #e1e1e1;
}

#page #main .yotu-special .yotu-videos .yotu-last {
    margin-bottom: 0 !important;
}

#page #main .yotu-special .yotu-videos .yotu-video:hover, #page #main .yotu-special .yotu-videos .yotu-video:hover * {
    text-decoration: none !important;
}

#page #main .yotu-special .yotu-videos .yotu-video:hover .yotu-video-title {
    color: #022c5a;
}

#page #main .yotu-special .yotu-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 345px;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px #fff, 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#page #main .yotu-special .yotu-pagination.yotu-hide {
    display: block !important;
    opacity: .4;
    cursor: not-allowed;
}

#page #main .yotu-special .yotu-pagination.yotu-hide .yotu-pagination-more {
    cursor: not-allowed;
}

#page #main .yotu-special .yotu-pagination.yotu-hide:before {
    position: absolute;
    z-index: 10;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    content: "";
    display: block;
    background-color: transparent;
}

#page #main .yotu-special .yotu-pagination-more {
    display: block;
    height: 40px;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 0;

    background: #afbfb7 !important;
    background: -webkit-linear-gradient(135deg, #afbfb7 30%, #90a199 100%) !important;
    background: linear-gradient(135deg, #afbfb7 30%, #90a199 100%) !important;
}

#page #main .yotu-special .yotu-wrapper-player {
    padding-bottom: 45px;
}

#page #main .yotu-special .yotu-playing {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 375px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff !important;

    background: #afbfb7 !important;
    background: -webkit-linear-gradient(135deg, #afbfb7 30%, #90a199 100%) !important;
    background: linear-gradient(135deg, #afbfb7 30%, #90a199 100%) !important;

    height: 40px;
    padding: 7px 12px;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(10, 10, 10, 0.35);
    box-shadow: 2px 2px 3px 0 rgba(10, 10, 10, 0.35);
    line-height: 1.8;
}

@media (max-width: 47.99em) {
    #page #main .yotu-special .yotu-wrapper-player {
        margin-right: 0 !important;
    }

    #page #main .yotu-special .yotu-videos {
        position: static !important;
        width: 100% !important;
        overflow: visible !important;
    }

    .yotu-videos ul {
        margin: 0 -5px !important;
    }

    #page #main .yotu-special .yotu-videos li {
        padding: 5px !important;
        width: 50% !important;
    }

    #page #main .yotu-special .yotu-videos li + li:before {
        display: none;
    }

    #page #main .yotu-special .yotu-wrapper-player {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 0;
        float: none;
    }

    #page #main .yotu-special .yotu-playing {
        position: static;
        margin-bottom: 10px;
    }

    #page #main .yotu-special .yotu-pagination {
        position: static;
        width: 100%;
        margin-top: 5px;
    }

    #page #main .yotu-special .yotu-pagination.yotu-hide {
        display: none !important;
    }

    #page #main .yotu-special .yotu-videos .yotu-video-title {
        font-size: 12px !important;
    }

    #page #main .yotu-special .yotu-playing {
        height: auto;
    }
}

@media (max-width: 37.4375em) {
    #page #main .yotu-special .yotu-videos li {
        width: 100% !important;
    }
}


.c-social-icons__list {
    list-style: none;
    margin: -4px 0 0 -4px !important;
    padding: 0 !important;
    font-size: 0 !important;
}

.c-social-icons__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    padding: 4px 0 0 4px !important;
    font-size: 14px !important;
}

.c-social-icons__link {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff !important;
    background-color: #b4b9cc;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    text-decoration: none !important
}

.c-social-icons__link--twitter:hover {
    background-color: #00aced
}

.c-social-icons__link--facebook:hover {
    background-color: #3b5998
}

.c-social-icons__link--google:hover {
    background-color: #dd4b39
}

.c-social-icons__link--googleplus:hover {
    background-color: #dd4b39
}

.c-social-icons__link--gplus:hover {
    background-color: #dd4b39
}

.c-social-icons__link--pinterest:hover {
    background-color: #cb2027
}

.c-social-icons__link--linkedin:hover {
    background-color: #007bb6
}

.c-social-icons__link--youtube:hover {
    background-color: #b00
}

.c-social-icons__link--vimeo:hover {
    background-color: #1ab7ea
}

.c-social-icons__link--tumblr:hover {
    background-color: #32506d
}

.c-social-icons__link--instagram:hover {
    background-color: #bc2a8d
}

.c-social-icons__link--flickr:hover {
    background-color: #ff0084
}

.c-social-icons__link--dribbble:hover {
    background-color: #ea4c89
}

.c-social-icons__link--quora:hover {
    background-color: #a82400
}

.c-social-icons__link--foursquare:hover {
    background-color: #0072b1
}

.c-social-icons__link--forrst:hover {
    background-color: #5B9A68
}

.c-social-icons__link--vk:hover {
    background-color: #45668e
}

.c-social-icons__link--wordpress:hover {
    background-color: #21759b
}

.c-social-icons__link--stumbleupon:hover {
    background-color: #EB4823
}

.c-social-icons__link--yahoo:hover {
    background-color: #7B0099
}

.c-social-icons__link--blogger:hover {
    background-color: #fb8f3d
}

.c-social-icons__link--soundcloud:hover {
    background-color: #ff3a00
}

.c-social-icons__link--reddit:hover {
    background-color: #ff4500
}

.c-social-icons__link--mail:hover {
    background-color: #f46f21
}

.c-social-icons__link--whatsapp:hover {
    background-color: #24d266
}

.c-social-icons__link--viber:hover {
    background-color: #7b529e
}

.c-social-icons__text {
    display: none
}

.c-social-icons--text .c-social-icons__text {
    display: inline-block
}

.c-social-icons--text .c-social-icons__link {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 5px 15px
}

.c-social-icons--text .c-social-icons__icon {
    width: 1em;
    margin-right: 10px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    display: inline-block
}