/*--------------------------------------------------------------

Template: Erika minimal portfolio
Author: CXWebExperts
Author URI: http://cxwebexperts.com/
Version:  1.0
Design and Developed by: http://cxwebexperts.com/

Note: This is the file where you can add your custom styles to change the look of the theme. 
But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom CSS code here:
-------------------------------------------------------*/
	.slider_cmmi {
    max-width: 250px;
	}
	
	.blog-post .meta-info > li {
    color: #ccc;
	}
	
	.portfolio-description {
    color: #fff;
	}
	
	.portfolio-description h4 {
    color: #fff;
	}

	
	.contracts-row p {
	font-size: 14px;
	margin-top: 20px;
	}
	
	.contact-row {
		margin-top: 50px;
		
	}
	
	.copy-right-info p {
	font-size: 10px;	
	color: #ccc;
	}
	
	/* Slider Content Mobile */
	
	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 780px) {
	
	.erika-slider-content {
    background: #fff none repeat scroll 0 0;
    opacity: 0.9;
    padding: 10px;
}

}