/*
Theme Name: Ratio Child
Theme URI: http://ratio.edge-themes.com/
Description: A child theme of Ratio Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: ratio
Text Domain: ratio
*/
@import url("../ratio/style.css");

	h4 {
		font-size: 15px;
	}

	.slick-slider .edgtf-slick-next, .slick-slider .edgtf-slick-prev {
		color: #000;
		font-size: 46px;
		padding: 15px;
	}

	body div.pp_default .pp_nav .currentTextHolder {
		color: #000;
	}

	body div.pp_default .pp_description {
		color: #000;
	}
	
	.edgtf-portfolio-single-holder .edgtf-portfolio-info-item:not(.edgtf-content-item) h4 {
    width: 75%;
}

	.slick-slider {
		text-align: center;
	}

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

		.edgtf-portfolio-single-holder .edgtf-portfolio-info-item:not(.edgtf-content-item) h4 {
			width: 67%;
		}
	}
	
	@media only screen and (max-width: 768px){
		.edgtf-portfolio-single-holder .edgtf-portfolio-info-item:not(.edgtf-content-item) h4 {
			width: 50%;
		}
	}
	
	@media only screen and (max-width: 1024px){
	.edgtf-portfolio-single-holder .edgtf-portfolio-info-item:not(.edgtf-content-item) h4 {
		width: 90%;
	}
	}