/*---------------------
[Responsive Stylesheet]
---------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* Laptop */
    .photty_albums_slider_meta {
        height: 60px;
    }

    .photty_albums_slider_inner {
        width: 1160px;
    }

    .photty_albums_btn_prev {
        left: 20px;
    }

    .photty_albums_btn_next {
        right: 20px;
    }

    .photographer_header {
        max-height: 100vh;
    }

    .admin-bar .photographer_header {
        max-height: calc(100vh - 32px);
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    /* Ipad Land */
    .container.copyright_area {
        width: 940px;
    }

    html.has_admin_bar.photty_height_100 {
        height: calc(100% - 32px);
    }

    /* Photographers Single */
    .photographer_header {
        max-height: 768px;
    }

    .admin-bar .photographer_header {
        max-height: calc(736px);
    }

    /* Albums Slider */
    .photty_albums_slider_meta {
        height: 80px;
    }

    .photty_albums_slider_inner {
        width: 904px;
    }

    .photty_albums_btn_prev {
        left: 20px;
    }

    .photty_albums_btn_next {
        right: 20px;
    }

    /* SlideShow with Thumbs */
    .photty_fullscreen_thumbs_wrapper {
        height: 60px;
        width: 380px
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb {
        width: 60px;
        height: 60px;
        transform: translateX(-30px) scale(0.3, 0.3);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_current {
        z-index: 34;
        opacity: 1;
        transform: translateX(-30px) scale(1, 1);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev2 {
        transform: translateX(-190px) scale(1, 1);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next2 {
        transform: translateX(130px) scale(1, 1);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev {
        transform: translateX(-110px) scale(1, 1);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next {
        transform: translateX(50px) scale(1, 1);
    }

    /* Grid Blog */
    .photty_grid_post_inner .photty_pf_quote_cont h5 {
        font-size: 16px;
        line-height: 24px;
    }

    /* Boxed Layout */
    body.boxed > .container {
        padding-left: 25px;
        padding-right: 25px;
        width: 960px;
    }

    body.boxed > .container > .row {
        margin-left: -20px;
        margin-right: -20px;
    }

}

@media only screen and (min-width: 760px) and (max-width: 960px) {
    /* Ipad Port */
    html.has_admin_bar.photty_height_100 {
        height: calc(100% - 46px);
    }

    .container.copyright_area {
        width: 720px;
    }

    /* Photographers Single */
    .photographer_header {
        max-height: 768px;
    }

    .admin-bar .photographer_header {
        max-height: calc(736px);
    }

    /* Albums Slider */
    .photty_albums_slider_meta {
        height: 100px;
    }

    .photty_albums_slider_inner {
        width: 724px;
    }

    .photty_albums_btn_prev {
        left: 10px;
    }

    .photty_albums_btn_next {
        right: 10px;
    }

    /* SlideShow with Thumbs */
    .photty_fullscreen_thumbs_wrapper {
        height: 60px;
        width: 380px;
        left: 50%;
        transform: translateX(-50%);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb {
        width: 60px;
        height: 60px;
        transform: translateX(-30px) scale(0.3, 0.3);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_current {
        z-index: 34;
        opacity: 1;
        transform: translateX(-30px) scale(1, 1);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev2 {
        transform: translateX(-190px) scale(1, 1);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next2 {
        transform: translateX(130px) scale(1, 1);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_prev {
        transform: translateX(-110px) scale(1, 1);
    }

    .photty_fullscreen_thumbs_wrapper .photty_fullscreen_thmb.photty_thmb_next {
        transform: translateX(50px) scale(1, 1);
    }

    .photty_slider_w_thumbs .photty_slideshow_title_wrapper {
        left: 50%;
        right: auto;
        text-align: center;
        transform: translateX(-50%);
        bottom: 120px;
    }

    .photty_slider_w_thumbs .photty_slideshow_title_wrapper .photty_slideshow_title,
    .photty_slider_w_thumbs .photty_slideshow_title_wrapper .photty_slideshow_caption {
        text-align: center;
    }

    /* Grid Blog */
    .photty_grid_post_wrapper {
        width: 50% !important;
    }

    .photty_grid_post_inner .photty_pf_quote_cont h5 {
        font-size: 16px;
        line-height: 24px;
    }

    /* Boxed Layout */
    body.boxed > .container {
        padding-left: 20px;
        padding-right: 20px;
        width: 724px;
    }

    body.boxed > .container > .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* Coming Soon */
    .photty_element_wrap .countdown .item span {
        font-size: 80px;
        line-height: 82px;
    }
}

@media only screen and (max-width: 960px) {
    /* Ipad Port + iPhone */
    .col-md-12.photty_content,
    .col-md-12.photty_def_header {
        width: 100%;
        float: left;
    }

    .photty_left_sidebar .photty_sidebar,
    .photty_left_sidebar .photty_content {
        float: none;
    }

    .photty_copyright {
        margin-top: 0;
    }

    .container.copyright_area .col-md-12 {
        width: 100%;
        float: left;
    }

    .container.copyright_area .photty_copyright {
        padding: 0 20px;
    }

    .photty_prev_post,
    .photty_next_post {
        width: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: left;
    }
}

/* MOBILE MENU */
.mobile_header {
    display: none;
}

.btn_mobile_menu {
    display: none;
}

@media only screen and (max-width: 760px) {
	.photty_single_album_head {
		margin-top:0px!important;
	}
    .photty_def_header {
        display: none;
    }

    .mobile_header {
        display: block;
        padding: 10px 20px;
    }

    .btn_mobile_menu {
        display: block;
    }

    .page-template-page-coming-soon .btn_mobile_menu {
        display: none;
    }

    .mobile_header {
        position: relative;
    }

    ul.mobile_menu {
        margin: 0;
        padding: 0 0 30px 0;
        position: relative;
        z-index: 101;
        width: 100%;
    }

    ul.mobile_menu li {
        margin: 0;
        padding: 6px 25px 7px 25px;
        list-style: none;
    }

    ul.mobile_menu li a {
        text-decoration: none;
    }

    ul.mobile_menu > li,
    ul.mobile_menu ul.sub-menu > li:last-child {
        padding-bottom: 0;
    }

    ul.mobile_menu li ul.sub-menu {
        padding: 7px 0 7px 0;
        margin: 0;
    }

    .mobile_header .menu_logo {
        margin: 20px 0 15px 20px;
        display: inline-block;
    }

    .btn_mobile_menu {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 22px;
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden;
    }

    .btn_mobile_menu span {
        display: block;
        width: 31px;
        height: 4px;
        position: absolute;
        left: 0;
        background: #ffffff;
        transition: transform 400ms, opacity 400ms;
    }

    .btn_mobile_menu span.photty_menu_line1 {
        top: 4px;
    }

    .btn_mobile_menu span.photty_menu_line2 {
        top: 13px;
    }

    .btn_mobile_menu span.photty_menu_line3 {
        top: 22px;
    }

    .opened .btn_mobile_menu span.photty_menu_line2 {
        opacity: 0;
    }

    .opened .btn_mobile_menu span.photty_menu_line1 {
        transform: rotate(135deg) translate(7px, -6px);
    }

    .opened .btn_mobile_menu span.photty_menu_line3 {
        transform: rotate(-135deg) translate(7px, 6px);
    }
}

@media only screen and (max-width: 760px) {
    /*Iphone*/
    .photty_stripes_fullscreen header.photty_header,
    .photty_fullscreen_slider header.photty_header,
    .photty_ribbon_slider_page header.photty_header,
    .photty_split_gallery_page header.photty_header {
        position: relative;
        top: auto;
        z-index: 99;
    }

    .photty_stripes_fullscreen .admin-bar header.photty_header,
    .photty_fullscreen_slider .admin-bar header.photty_header,
    .photty_ribbon_slider_page .admin-bar header.photty_header,
    .photty_split_gallery_page .admin-bar header.photty_header {
        position: relative;
        top: auto;
        z-index: 99;
    }

    body.boxed > .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.boxed > .container > .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .photty_content {
        margin: 35px 0 40px 0;
    }

    html.has_admin_bar {
        margin-top: 0 !important;
    }

    body.admin-bar {
        padding-top: 46px;
    }

    .photty_stripes_fullscreen header.photty_header,
    .photty_fullscreen_slider header.photty_header,
    .photty_ribbon_slider_page header.photty_header,
    .photty_split_gallery_page .admin-bar header.photty_header {
        top: auto;
    }

    /* Grid Blog */
    .photty_grid_post_wrapper {
        width: 100% !important;
    }

    .photty_pf_quote_cont h5 {
        font-size: 15px;
        line-height: 18px;
    }

    .search-results .photty_excerpt,
    .photty_element_blog .photty_excerpt {
        padding-left: 0;
        padding-right: 0;
    }

    .photty_pf_quote_cont {
        padding: 30px 30px;
    }

    .photty_pf_video_cont,
    .photty_element_blog iframe {
        max-height: 200px;
    }

    /* Simple Slider */
    .photty_simple_slider_title {
        font-size: 24px;
        line-height: 28px;
    }

    .photty_simple_slider_caption {
        font-size: 14px;
        line-height: 20px;
    }

    /* Testimonials Slider */
    .photty_testimonials_slider .photty_testimonials_item {
        padding: 0 20px 25px 20px;
    }

    .testimonials_content {
        font-size: 20px;
        line-height: 24px;
    }

    /* Photty Works */
    .photty_works_column3,
    .photty_works_column6 {
        width: 100%;
    }

    /* Price Table */
    .photty_price_table .photty_price_table_item {
        width: 100% !important;
    }

    .photty_price_table .photty_price_table_item.most_popular_item {
        width: 100% !important;
        margin: 0 !important;
    }

    .grid_columns1 .grid-item,
    .grid_columns2 .grid-item,
    .grid_columns3 .grid-item,
    .grid_columns4 .grid-item,
    .grid_columns5 .grid-item,
    .grid_columns6 .grid-item {
        width: 100%;
    }

    /* Albums Listing & Single */
    .photty_album_content {
        padding-bottom: 0;
    }

    .photty_single_album_images_inner .photty_single_album_image,
    .photty_albums_listing_inner .photty_album_post_wrapper {
        width: 100% !important;
    }

    .photty_albums_slider_inner {
        width: calc(100% - 20px);
    }

    .photty_albums_slide_item1,
    .photty_albums_slide_item2,
    .photty_albums_slide_item3 {
        width: calc(50% - 5px);
    }

    .photty_albums_slide_item2,
    .photty_albums_slide_item3 {
        height: calc(50% - 5px);
    }

    .photty_albums_slider_meta {
        height: 30px;
    }

    /* Demo Grid */
    .vc_row.wpb_row.demo_grid_gallery {
        margin-top: 30px !important;
        margin-bottom: -80px !important;
    }

    .vc_row.wpb_row.demo_masonry_gallery {
        margin-top: 30px !important;
    }

    /* Ribbon */
    .photty_ribbon_btn_fullview {
        display: none;
    }

    .photty_ribbon_title_wrapper {
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .photty_ribbon_title {
        font-size: 30px;
        line-height: 32px;
    }

    /* Fullscreen Slider */
    .photty_fullscreen_controls_toggler {
        display: none;
    }

    .photty_slider_w_thumbs .photty_slideshow_title_wrapper,
    .photty_slideshow_title_wrapper {
        left: 0;
        right: auto;
        width: 100%;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .photty_slideshow_title {
        font-size: 30px;
        line-height: 32px;
    }

    .photty_fullscreen_thumbs_wrapper {
        display: none;
    }

    /* Split Showcase */
    .photty_split_title {
        font-size: 20px;
        line-height: 22px;
    }

    html.photty_split_gallery_page {
        overflow: visible;
    }

    /* Stripe */
    .photty_stripes_item {
        width: 100% !important;
        height: 50vh !important;
    }

    .stripes_fullscreen_on.photty_stripes {
        position: relative;
        top: auto;
        height: auto;
        overflow: visible;
    }

    .stripes_descr {
        padding-bottom: 20px;
    }

    /* 404 */
    .photty_404_content_inner,
    .photty_cs_content_inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .photty_cs_content_inner h1 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px !important;
    }

    html.photty_height_100 {
        min-height: 100%;
        height: auto;
    }

    .photty_404_content_wrapper h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .photty_404_content_wrapper,
    .photty_cs_content_wrapper {
        position: fixed;
        transform: perspective(1px) translateY(-35%);
    }

    html.photty_height_100 body {
        height: auto;
        min-height: 100%;
    }

    /* Coming Soon */
    .photty_element_wrap .countdown .item {
        margin-right: 15px;
    }

    .photty_element_wrap .countdown .item span.label {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }

    .photty_cs_form .your-email,
    .photty_cs_form input[type="email"] {
        width: 170px;
    }

    .photty_element_wrap .countdown .item span {
        font-size: 20px;
        line-height: 22px;
    }

    .photty_cs_content_inner .photty_cs_form {
        padding-top: 40px;
    }

    .photty_cs_bottom {
        position: fixed;
        bottom: 20px !important;
    }

    .page-template-page-coming-soon .wpcf7-submit {
        margin-left: 0;
    }

    .wpb_map_wraper iframe {
        height: 200px;
    }

    .wpb_gmaps_widget {
        margin: 0 !important;
        padding: 0 !important;
    }

    .photty_tiny .wpb_gmaps_widget {
        padding: 0 !important;
    }

    .photty_contact_form .wpcf7-form-control-wrap.your-name,
    .photty_contact_form .wpcf7-form-control-wrap.your-email {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .photty_contact_info {
        overflow: hidden;
    }

    .photty_contact_info .vc_column-inner {
        margin-bottom: 0 !important;
    }

    .photty_contact_wrapper .vc_column-inner {
        margin-bottom: 0 !important;
    }

    /* Columns */
    .photty_prev_post,
    .photty_next_post {
        width: 100%;
        float: none;
    }

    .col-md-12.photty_content {
        width: 100%;
        float: left;
    }

    .photty_simple_slider_wrapper {
        max-height: 400px;
    }

    .photty_content_w_image_row .wpb_content_element {
        margin: 0;
    }

    .vc_row.wpb_row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .vc_column_container {
        margin: 0 0 35px 0;
    }

    /* Single */
    .row.photty_featured_albums .photty_features_albums_content {
        padding-bottom: 30px;
    }

    .photty_prev_next_posts {
        margin-top: -5px;
    }

    .photty_delim {
        margin: 30px 0 40px 0;
    }

    /* Footer */
    .photty_copyright {
        text-align: center;
    }

    .photty_footer .photty_logo_cont,
    .photty_footer .photty_copy_text {
        float: none !important;
        display: inline-block;
        margin: 0 auto;
    }

    footer.photty_footer .photty_copy_text {
        line-height: 22px;
        text-align: center;
        padding-bottom: 22px;
    }
	.photty_swipe_box #swipebox-top-bar #swipebox-title {
		padding:0 30px 27px 30px!important;
		text-align:center!important;
	}
	.photty_stripes {
		height: auto!important;
		overflow: hidden;
	}
	.photty_stripes .photty_stripes_item {
		float: none;
	}
    
    .photty_password_form {
        width: 100%;
        min-width: 320px;
    }
    .photty_password_form label {
        display: block;
        width: 100%;
    }
    
}

@media only screen and (min-width: 420px) and (max-width: 760px) {
    /*iPhone 6+*/
}

@media only screen and (min-width: 400px) and (max-width: 420px) {

}