/*
Theme Name: Resume WP Child
Theme URI: http://themeforest.net/user/europadns/portfolio
Description: Resume is a lightweight multi-purpose theme intended for modern business websites.
Template: resume-wp
Author: EuropaDNS
Author URI: http://themeforest.net/user/europadns/
Version: 1.0.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
Text Domain: resume-wp-child

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');
 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

body, p, li { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-style: normal; font-size: 14px; letter-spacing: 0.6px; margin-bottom: 10px; word-spacing: 1px;}


h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; font-weight: 800; font-style: normal; }
.container-fluid li { list-style-type: square; }

    .portfolio-grid.two-cols .item { width: 50%; }
	.portfolio-grid.three-cols .item { width: 33.333333%; }
	.portfolio-grid.four-cols .item { width: 25%; }
	.portfolio-grid.five-cols .item { width: 25%; }
	
.red { color: #DC2C21; font-weight: 600 !important; }
.orange  { color: #FF7F00; font-weight: 600 !important; }
.blue { color: #00468C; font-weight: 600 !important; }

.weight-600 { font-weight: 600; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
 font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-style: normal; font-size: 14px; letter-spacing: 0.6px; margin-bottom: 10px; word-spacing: 1px;   
    
}