﻿/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	/*--------------------------------------------------------------
	# Common
	--------------------------------------------------------------*/
    
	/*--------------------------------------------------------------
	# Sidebar
	--------------------------------------------------------------*/
    
    .left-sidebar .widget-area > .widget .search-form,
    .right-sidebar .widget-area > .widget .search-form{
        margin-right:0;
        margin-left:0;
    }
    
	/*--------------------------------------------------------------
	# Blog Page
	--------------------------------------------------------------*/
    
    /* wraper_blog_main */
    
    .blog_main.left-sidebar,
    .blog_main.right-sidebar,
    .blog_single.left-sidebar,
    .blog_single.right-sidebar{
        padding-left:0;
        padding-right:0;
        border:none;
    }
    
	/*--------------------------------------------------------------
	# Home Page
	--------------------------------------------------------------*/
    
    .home-why-choose:before{
		display:none;
	}
	
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	/*--------------------------------------------------------------
	# Gallery Columns
	--------------------------------------------------------------*/
	
	.gallery-item,
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item{
		width:100%;
		max-width:initial;
	}
	
	/*--------------------------------------------------------------
	# Common
	--------------------------------------------------------------*/
    
	/*--------------------------------------------------------------
	# Sidebar
	--------------------------------------------------------------*/
    
    .left-sidebar .widget-area > .widget .search-form,
    .right-sidebar .widget-area > .widget .search-form{
        margin-right:0;
        margin-left:0;
    }
    
	/*--------------------------------------------------------------
	# Blog Page
	--------------------------------------------------------------*/
    
    /* wraper_blog_main */
    
    .blog_main.left-sidebar,
    .blog_main.right-sidebar,
    .blog_single.left-sidebar,
    .blog_single.right-sidebar{
        padding-left:0;
        padding-right:0;
        border:none;
    }
    
	/*--------------------------------------------------------------
	# Blog Single Page
	--------------------------------------------------------------*/
    
    .comments-area ol.comment-list li .reply{
		position:static;
		margin:10px 0px 0px 0px;
	}
    
    .comments-area ol.comment-list li ol{
		padding-left:0;
	}
    
	/*--------------------------------------------------------------
	# Home Page
	--------------------------------------------------------------*/
    
    .home-why-choose:before{
		display:none;
	}
	
	.home-why-choose-points.wpb_content_element{
		min-height:initial;
		padding:120px 0px 0px 0px !important;
		background-position:center top !important;
		text-align:center;
	}
    
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
	
	/*--------------------------------------------------------------
	# Gallery Columns
	--------------------------------------------------------------*/
	
	.gallery-item,
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item{
		width:100%;
		max-width:initial;
	}

	/*--------------------------------------------------------------
	# Common
	--------------------------------------------------------------*/
    
	/*--------------------------------------------------------------
	# Sidebar
	--------------------------------------------------------------*/
    
    .left-sidebar .widget-area > .widget .search-form,
    .right-sidebar .widget-area > .widget .search-form{
        margin-right:0;
        margin-left:0;
    }
    
	/*--------------------------------------------------------------
	# Blog Page
	--------------------------------------------------------------*/
    
    /* wraper_blog_main */
    
    .blog_main.left-sidebar,
    .blog_main.right-sidebar,
    .blog_single.left-sidebar,
    .blog_single.right-sidebar{
        padding-left:0;
        padding-right:0;
        border:none;
    }
    
	/*--------------------------------------------------------------
	# Blog Single Page
	--------------------------------------------------------------*/
    
    .comments-area ol.comment-list li .reply{
		position:static;
		margin:10px 0px 0px 0px;
	}

    .comments-area ol.comment-list li ol{
		padding-left:0;
	}

	/*--------------------------------------------------------------
	# Home Page
	--------------------------------------------------------------*/
    
    .home-why-choose:before{
		display:none;
	}
	
	.home-why-choose-points.wpb_content_element{
		min-height:initial;
		padding:120px 0px 0px 0px !important;
		background-position:center top !important;
		text-align:center;
	}
    
}