/*

    CSS for The Original Finch
    prepared by Applaudev

    www.applaudev.com

    filename : feature.min.css

*/
@media screen and (min-width:320px) and (max-width:480px) {
    .feature-col-inner {
        //height: 250px;
		height:100%;
    }
	#second {
        height: 120px;
		margin-top:20px;
    }
	
    #barfixed {
        border-top: 1px solid #ededed;
    }

    .filterwrap {
        width: 50%;
    }
	
	.look-text{
		top:20%;
	}
	.look-text h1{
		font-size: 20px;	
	}
	.look-text p{
		font-size:8px;
	}
	.look-text a{
		font-size:10px;
	}
    .filter-option {
        display: none;
    }

    .sortby {
        width: 50%;
    }

    .allresultwrap {
        display: none;
    }
	.quicklink{
		max-height:150px;
	}	
}

@media screen and (min-width:480px) and (max-width:600px) and (orientation:landscape) {
    .feature-col-inner {
        //height: 333px;
		height:100%;
    }
	#second {
        height: 125px;
		margin-top:20px
    }
    #barfixed {
        border-top: 1px solid #ededed!important;
    }

    .filterwrap {
        width: 50%;
    }

    .filter-option {
        display: none;
    }

    .sortby {
        width: 50%;
    }

    .allresultwrap {
        display: none;
    }
	.look-text{
		top:20%;
	}
	.look-text h1{
		font-size: 20px;	
	}
	.look-text p{
		font-size:10px;
	}
	.look-text a{
		font-size:10px;
	}
	.quicklink{
		max-height:150px;
	}
}

@media screen and (min-width:600px) and (max-width:768px) and (orientation:portrait) {
    .feature-col-inner {
        //height: 350px;
		height:100%;
    }
	#second {
        height: 135px;
		margin-top:20px;
    }
    #barfixed {
        border-top: 1px solid #ededed!important;
    }

    .filterwrap {
        width: 50%;
    }

    .filter-option {
        display: none;
    }

    .sortby {
        width: 50%;
    }

    .allresultwrap {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:800px) and (orientation:portrait) {
    .feature-col-inner {
        //height: 245px;
		height:100%;
    }
}

@media screen and (min-width:800px) and (max-width:1024px) and (orientation:landscape) {
    .feature-col-inner {
        //height: 253px;
		height:100%;
    }
	.insta-col-inner {
        //height: 200px;
		height:100%;
    }
}

@media screen and (min-width:1024px) and (orientation:landscape) {
    .feature-col-inner {
        //height: 320px;
		height:100%;
    }
	.mobile {
		display:none;
	}
	.insta-col-inner {
        //height: 280px;
		height:100%;
    }
}

@media screen and (max-width:1280px) {
    .text-feature>h3 {
        font-size: 25px;
    }
    .text-feature>p {
        font-size: 15px;
    }
}
