/*
    +++++Table of content+++++

    01: Max width 1600px;
    02: Max width 1500px;
    03: Max width 1200px;
    04: Max width 992px;
    05: Max width 768px;
    06: Max width 480px;
    07: Max width 320px;
    08: Min width 1201px and Max width 1400px;
    09: Min width 1201px and Max width 1300px;
    10: Min width 1201px;
    11: Min width 1400px;
    12: Min width 1200px and max width 1600px;
    13: Min width 1400px and max width 1600px;
    14: Min width 1600px;
    15: Max height 800px and Min width 1200px;

*/

/* 01: Max width 1600px */

@media screen and (max-width: 1600px) {

    .insta-post-single {

        width: 33%;
    }
}

/* 02: Max width 1500px */

@media only screen and (max-width: 1500px) {
    .svg-map .svg_marker p.animated-mark {
        height: 25px;
        width: 25px;
    }

    .svg_marker {
        margin-top: -18px !important;
        margin-left: -18px !important;
    }

    .svg_marker .map_location {
        margin-left: 40px;
        margin-top: 1px;
        margin-bottom: 0;
    }
}

/* 03: Max width 1200px */

@media only screen and (max-width : 1200px) {
    .second-level-comment {
        margin-left: 30px;
    }

    .header-tagline {
        display: none;
    }

    .page-top h1 {
        padding-top: 15px !important;
    }

    .project-full-details .likes.likes-inside {
        top: 15px;
    }

    .project-full-details .pri-title {
        padding-top: 15px;
    }

    .vertical-header .logo {
        margin-bottom: 10px;
    }

    .vertical-header .sub-menu li a {
        color: #fff;
    }

    .vertical-header .sub-menu {
        margin-top: 0;
        padding-top: 0;
    }

    .vertical-header .sub-menu li {
        padding-bottom: 0;
    }

    .svg-map .svg_marker p.animated-mark {
        height: 20px;
        width: 20px;
    }

    .svg_marker {
        margin-top: -14px !important;
        margin-left: -14px !important;
    }

    .svg_marker .map_location {
        margin-left: 30px;
        margin-top: -1px;
        margin-bottom: 0;
    }

    .pf-holder {
        width: 100%;
    }

    .mini-menu {
        display: none;
    }

    .phantom {
        display: none;
    }

    .c2 {
        clear: both;
    }

    .project-full-details {
        opacity: 1!important;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .pf-holder {
        position: static;
    }

    .pri-details {
        margin-top: 30px;
    }

    .pr-type-full .vertical-header {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .mini-menu {
        display: none;
    }

    .c2 {
        padding: 0;
    }

    .vertical-header .main-nav {
        opacity: 0;
        visibility: hidden;
        background: #000;
        position: absolute;
        top: 105px;
        left: 0;
        width: 100%;
        z-index: 99999999;
        text-align: center;
        height: 100%;
        transition: opacity .5s ease-in-out;
    }

    .vertical-header .main-nav .main-menu {
        background-color: #000;
    }

    .main-nav-visible {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .main-nav ul li a {
        color: #fff;
    }

    .vertical-header .main-nav ul li {
        margin-top: 0;
    }

    .vertical-header .main-nav ul li a {
        padding: 17px;
        border-bottom: 1px solid #191919;
        width: 100%;
        display: block;
        background: #000;
    }

    .vertical-header .main-nav ul li a:hover {
        background: rgba(255,255,255,0.08);
    }

    .main-nav .sliding-u-l-r:after {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 31px;
        right: 10px;
    }

    .mobile-menu-lines {
        position: absolute;
        left: -5px;
        top: 19px;
    }

    .mobile-menu a > div {
        height: 40px;
        width: 40px;
        position: relative;
    }

    .mobile-menu a span {
        height: 2px;
        width: 30px;
        background: #000;
        display: block;
        margin-bottom: 10px;
        margin-left: 10px;
        transition: all .6s ease;
        transform: rotate(0deg) ;
        position: absolute;
    }

    .mobile-menu div span:nth-child(2) {
        top: 10px;
    }

    .mm-open.mobile-menu div span:nth-child(1) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
    }

    .mm-open.mobile-menu div span:nth-child(2) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }

    .container {
        width: 100%;
    }

    .vertical-header, .vertical-filters {
        position: static;
        width: 100%;
    }

    .vertical-filters .category-filters ul li {
        float: left;
        padding-bottom: 0;
        border: none;
        padding-left: 0;
        padding-right: 20px;
        padding-bottom: 7px;
    }

    .vertical-header {
        padding: 15px;
    }

    .vertical-filters .category-filters  {
        margin: 0;
    }

    .vertical-filters {
        margin: 0;
        padding: 15px;
        margin-bottom: 20px;
    }

    .vertical-filters .category-filters ul {
        margin: 0;
    }

    .col-filter {
        display: none;
    }

    .vertical-filters .category-filters ul li a span.cat-title {
        width: auto;
        position: static;
    }

    .vertical-filters .category-filters ul li a span.small-circle {
        display: none;
    }

    .vertical-filters .category-filters ul li {
        width: auto;
    }

    .slider {
        width: 100%;
        margin-left: 0;
    }

    .project-details > h1 {
        font-size: 25px;
    }

    .c3 {
        margin-left: 0;
        width: 100%;
    }

    .videoPlayer .play-pause {
        display: block;
    }

    .upload-video {
        height: auto;
    }

    .upload-video .video {
        position: relative;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transform: translate(-0, -0);
        -ms-transform: translate(-0, -0);
        transform: translate(-0, -0);
    }

    .youtube-video {
        display: none;
    }

    .youtube-video-mobile {
        display: block;
    }

    .likes-inside {
        right: 15px;
    }

    .site-title {
        max-width: 80%;
        padding-top: 17px;
        min-height: 79px;
    }

}

/* 04: Max width 992px */

@media only screen and (max-width : 992px) {
    .social-links ul {
      float: left !important;
  }

  .page-name {
    display: none;
}

.footer-bottom .social-links ul li {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.footer-bottom .seperator {
 margin-bottom: 20px;
}

.footer-bottom {
    margin-bottom: 20px;
}

.footer .c_widget:nth-child(3n) {
    width: 100% !important;
}

.owl-buttons {
    display: none;
}

.pri-title {
    padding-bottom: 20px;
}

.pri-images iframe {
    width: 100%;
    height: 380px;
    margin-bottom: -6px;
}

.details {
    margin-top: 50px;
}

.content-area  {
    margin-top: 0;
}

.svg-map .svg_marker p.animated-mark {
    height: 15px;
    width: 15px;
}

.svg_marker {
    margin-top: -11px !important;
    margin-left: -11px !important;
}

.svg_marker .map_location {
    margin-left: 25px;
    margin-top: -3px;
    margin-bottom: 0;
}

.i-post-photo {
    margin-bottom: 30px !important;
}

.tags {
    margin-bottom: 50px;
}

.youtube-video-mobile {
    height: 500px;
}

.youtube-video-mobile iframe {
    height: 500px;
}

.pri-details .pri-list li {
    float: left;
    margin-right: 60px;
}

.pri-details .pri-list li:last-child {
    margin-right: 0px;
}

.pri-details .pri-list .categories {
    position: relative;
    top: -4px;
}

.pri-details .pri-list .categories li a {
    font-size: 24px;
}

.blog-post-page .i-details .pri-list {
    overflow: hidden;
}

.blog-post-page .i-details .pri-list > li {
    display: inline-block;
    clear: none;
    overflow: hidden;
    float: left;
    margin-right: 60px;
}

.blog-post-page .i-details .pri-list > li:last-child {
    margin-right: 0px;
}

.blog-post-page .i-details .pri-list .categories li a {
    font-weight: 200;
}

.blog-post-page .i-details .pri-list .large-title {
    position: relative;
}

.post-comments {
    margin-bottom: 30px;
}

.no-comments {
    margin-bottom: 35px;
}

.pri-title .large-title {
    padding-right: 72px;
}

.project-full-slider .owl-carousel .pr-item-content h1 { font-size: 50px; line-height: 50px; }
.project-full-slider .owl-carousel .pr-item-content h2 { font-size: 40px; line-height: 40px; }
.project-full-slider .owl-carousel .pr-item-content h3 { font-size: 35px; line-height: 35px;  }
.project-full-slider .owl-carousel .pr-item-content h4 { font-size: 30px; line-height: 30px;  }
.project-full-slider .owl-carousel .pr-item-content h5 { font-size: 25px; line-height: 25px;  }
.project-full-slider .owl-carousel .pr-item-content h6 { font-size: 22px; line-height: 22px;  }

}

/* 05: Max width 768px */

@media only screen and (max-width : 768px) {

    .post-password-form p label {
        width: 100% !important;
    }

    .post-password-form p > input {
        width: 100% !important;
    }

    blockquote {
        padding-left: 20px;
        padding-right: 20px;
    }

    blockquote p {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .page-top h1 {
        font-size: 30px !important;
        line-height: 33px !important;
    }

    .pri-title h1, .i-post-title h1 {
        font-size: 30px !important;
    }

    .c_widget_title {
        padding-bottom: 10px;
        margin-top: 30px;
    }

    .c_widget:first-child .c_widget_title {
        margin-top: 0px;
    }

    .bp-posts {
        padding-top: 40px !important;
    }

    .slider {
        margin-bottom: 30px;
    }

    .project-description .likes {
        margin-bottom: 20px;
    }

    .project-changer {
        text-align: center;
    }

    .project-changer .prev-slide:before {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .videoPlayer .ytplayer-mute {
        padding: 8px;
    }

    .videoPlayer .ytplayer-mute i {
        font-size: 20px;
        width: 20px;
    }

    .project-changer .prev-slide, .project-changer .next-slide {
        font-size: 13px;
    }

    .project-changer .next-slide:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        content: "\f054";
        margin-left: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        color: #ccc;
    }

    .project-changer .next-slide:after {
        content: none;
    }

    .pri-images iframe {
        width: 100%;
        height: 320px;
        margin-bottom: -6px;
    }

    .bp-posts .blogArticle {
        height: auto !important;
    }

    .bp-posts .blogArticle > a {
        display: block;
        width: 200px;
        height: 200px;
        margin: auto;
    }

    .bp-posts .blogArticle .blogTitle {
        margin-left: 0px !important;
        margin-top: 30px;
    }

    .dot_info {
        display: none;
    }

    .i-details li {
        margin-bottom: 0;
    }

    .i-post-photo {
        margin-bottom: 20px !important;
    }

    .i-details .likes {
        margin-bottom: 15px !important;
    }

    .i-post-title .large-title {
        font-size: 30px;
        line-height: 45px;
    }

    .videoPlayer .play-pause i {
        font-size: 40px;
    }

    .youtube-video-mobile {
        height: 400px;
    }

    .youtube-video-mobile iframe {
        height: 400px;
    }

    .c_section {
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }

    .page-top p.page-description {
        width: 400px !important;
    }

    div.pp_woocommerce .pp_close {
        height: 1em;
        width: 1em;
        right: 40px !important;
    }

    .project-full-slider .owl-carousel .pr-item-content h1 { font-size: 38px; line-height: 43px; }
    .project-full-slider .owl-carousel .pr-item-content h2 { font-size: 30px; line-height: 40px; }
    .project-full-slider .owl-carousel .pr-item-content h3 { font-size: 29px; line-height: 35px; }
    .project-full-slider .owl-carousel .pr-item-content h4 { font-size: 25px; line-height: 30px; }
    .project-full-slider .owl-carousel .pr-item-content h5 { font-size: 22px; line-height: 27px; }
    .project-full-slider .owl-carousel .pr-item-content h6 { font-size: 18px; line-height: 23px; }

}

/* 06: Max width 480px */

@media only screen and (max-width : 480px) {

    .second-level-comment {
        margin-left: 10px;
    }

    .pri-details .pri-list li {
        margin-right: 40px;
    }

    .blog-post-page .i-details .pri-list > li {
        margin-right: 40px;
    }

    .woocommerce-ordering {
        width: 100%;
    }

    .page-top h1 {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .c_section {
        margin-top: 15px!important;
        margin-bottom: 15px!important;
    }

    .two-columns .project-thumb,
    .two-columns .project-thumb .thumb-bgc {
        height: 230px;
    }

    .pri-title h1,
    .i-post-title h1 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .pri-list h3 {
        font-size: 15px !important;
        margin-bottom: 0;
    }

    .pri-images iframe {
        width: 100%;
        height: 204px;
        margin-bottom: -6px;
    }

    .i-details .categories li a {
        font-size: 15px !important;
    }

    .svg-map .svg_marker p.animated-mark {
        height: 10px !important;
        width: 10px !important;
    }

    .svg_marker {
        margin-top: -7px !important;
        margin-left: -7px !important;
    }

    .svg_marker .map_location {
        margin-left: 15px !important;
        margin-top: -6px;
    }

    .youtube-video-mobile {
        height: 300px;
    }

    .youtube-video-mobile iframe {
        height: 300px;
    }

    .project-full-details .pri-title, .pri-details .pri-title {
        display: block;
        padding-bottom: 15px;
    }

    .project-full-details .likes.likes-inside {
        position: relative !important;
        top: 0;
        left: 0;
    }

    .pri-details .likes.likes-inside {
        position: relative !important;
        top: 0;
        left: 15px;
    }

    .pr-case-study .likes.likes-inside {
        left: 0;
    }

    .pr-case-study .likes.likes-inside a{
        float: left;
    }

    .page-top p.page-description {
        width: 100% !important;
    }

    .likes-inside a i span {
        bottom: 2px !important;
    }

    .project-full-details .pri-list {
        padding-top: 5px;
    }

    .project-full-details .pri-list li {
        margin-bottom: 10px;
    }

    .project-full-details .pri-list .categories li a,
    .pri-details .pri-list .categories li a{
        font-size: 18px;
    }

    .project-full-details .pri-list li h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .pri-details .pri-list {
        margin-bottom: 0;
        padding-top: 5px;
    }

    .pri-details .pri-list li {
        margin-bottom: 10px;
    }

    .pri-details .pri-right .small-title {
        margin-top: 0;
    }

    .small-title {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .bp-details ul li p {
        margin-bottom: 0;
    }

    .bp-details {
        margin-bottom: 10px;
    }

    p,
    .content-area p {
        font-size: 13px;
        line-height: 24px;
    }

.project-full-slider .owl-carousel .pr-item-content h1 { font-size: 28px; line-height: 32px; margin-bottom: 5px; margin-top: 5px; }
.project-full-slider .owl-carousel .pr-item-content h2 { font-size: 22px; line-height: 25px; margin-bottom: 5px; margin-top: 5px; }
.project-full-slider .owl-carousel .pr-item-content h3 { font-size: 20px; line-height: 23px; margin-bottom: 5px; margin-top: 5px; }
.project-full-slider .owl-carousel .pr-item-content h4 { font-size: 18px; line-height: 22px; margin-bottom: 5px; margin-top: 5px; }
.project-full-slider .owl-carousel .pr-item-content h5 { font-size: 16px; line-height: 21px; margin-bottom: 5px; margin-top: 5px; }
.project-full-slider .owl-carousel .pr-item-content h6 { font-size: 15px; line-height: 20px; margin-bottom: 5px; margin-top: 5px; }

}

/* 07: Max width 320px */

@media only screen and (max-width : 320px) {
    .single-team .img-staff {
        height: 250px !important;
    }

    .pri-title h1, .i-post-title h1 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    ul.nav-tabs li a, ul.nav-tabs li.active a {
        padding: 15px 20px;
    }

}


/* 08: Min width 1201px and Max width 1400px */

@media only screen and (min-width : 1201px) and (max-width : 1400px) {

    .pri-details {
        margin-top: 40px;
    }

    .c1 {
        width: 65%;
        margin-left: 20%;
    }

    .vertical-header {
        padding: 30px;
        width: 20%;
    }

    .vertical-filters .col-filter {
        margin-left: 30px;
        margin-top: 30px;
    }

    .vertical-filters .category-filters ul {
        margin-left: 35px;
    }

    .vertical-filters {
        width: 15%;
    }

    .container {
        padding-top: 30px;
    }

    .project.col-lg-3 {
       width: 33.3%;
   }

   .single-team .img-staff {
    height: 300px !important;
}

.clients_container .logo_holder {
    height: 160px;
}

}

/* 09: Min width 1201px and Max width 1300px */

@media only screen and (min-width : 1201px) and (max-width : 1300px) {

    .homepage-projects .col-lg-3 {
        width: 33% !important;
    }

}

/* 10: Min width 1201px */

@media only screen and (min-width: 1201px) {
    .horizontal-projects-slider .owl-item:hover {
        width: 550px !important;
    }

    .horizontal-projects-slider .owl-item:last-child:hover {
       transform: translateX(-167px);
   }

}

/* 11: Min width 1400px */

@media only screen and (min-width : 1400px) {

    .c1 {
        width: 65%;
        margin-left: 20%;
    }

    .vertical-header {
        padding: 50px;
    }

    .container {
        padding-top: 50px;
    }

    .standard-slider {
     padding-bottom: 40px;
 }

}

/* 12: Min width 1200px and max width 1600px */

@media only screen and (min-width : 1200px) and (max-width : 1600px) {

    .single-project .project-thumb {
        height: 170px;
    }

    .single-project .thumb-bgc {
        height: 170px;
    }

    .two-columns .project-thumb, .two-columns .project-thumb .thumb-bgc {
        height: 250px;
    }

}

/* 13: Min width 1400px and max width 1600px */

@media only screen and (min-width : 1400px) and (max-width : 1600px) {

    .single-team .img-staff {
        height: 350px !important;
    }

}

/* 14: Min width 1600px */

@media only screen and (min-width : 1600px) {

    .single-project-3.col-lg-4 .thumb-bgc, .single-project-3.col-lg-4 .project-thumb {
        height: 240px;
    }

}

/* 15: Max height 800px and Min width 1200px */

@media only screen and (max-height: 800px) and (min-width: 1200px) {

    .vertical-header .main-nav > ul > li {
        margin-top: 20px;
    }

    .vertical-header .main-nav ul span {
        font-size: 12px;
    }

    .vertical-header .main-nav .main-menu {
        margin-bottom: 0;
    }

    .container {
        padding-top: 30px;
    }

    .vertical-header {
        padding: 30px;
    }

    .vertical-filters .col-filter {
        margin-top: 30px;
        margin-left: 30px;
    }

    .vertical-filters .category-filters ul {
        margin-top: 30px;
        margin-left: 30px;
    }

    .vertical-header .logo {
        margin-bottom: 30px;
    }
}

@media only screen and (max-height: 700px) and (min-width: 1200px) {
    .vertical-header .main-nav > ul > li {
        margin-top: 15px;
    }
}

@media only screen and (max-height: 600px) and (min-width: 1200px) {
    .vertical-header .main-nav > ul > li {
        margin-top: 10px;
    }
}