/*
Theme Name: Portfolio Lite Child
Theme URI: https://organicthemes.com/theme/portfolio/
Template: portfolio-lite
Author: Organic Themes
Author URI: https://organicthemes.com
Description: Portfolio Lite is a professional, modern and minimal portfolio theme for artists, designers, photographers and creatives. The theme features a slideshow page template that creates a slideshow from the first WordPress image gallery added to the content. The slideshow is centered vertically and horizontally in the browser window. Additionally, categories are displayed in a multi-column portfolio layout. Instructions for setup can be found here, (https://organicthemes.com/the-free-wordpress-portfolio-lite-theme/).
Tags: portfolio,photography,blog,one-column,two-columns,right-sidebar,custom-background,custom-header,custom-menu,custom-logo,featured-images,featured-image-header,flexible-header,full-width-template,translation-ready,sticky-post,threaded-comments,editor-style,theme-options
Version: 1.2.4.1529807367
Updated: 2018-06-24 10:29:27

*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');

h1, h2, h3, h4, h5, h6, body, .elementor-widget-text-editor {
	font-family: 'Poppins', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}


a.img-text {
	background-color: rgba(255, 255, 255, 0);
	opacity: 1;
}

a.img-text:hover {
    opacity: 0;
}

a.img-text{
    justify-content: left;
    padding: 0;
}

a.img-text .title {
    background-color: rgba(0, 0, 0, 1);
    font-size: 15px;
    align-self: flex-start;
    padding: 5px 10px;
}

.post-area {
    padding: 36px 48px 48px 0px;
}

.feature-img {
    margin-bottom: 20px;
}

.post-header {
    background-color: #f3f3f3;
}

.post-intro .headline {
    font-weight: 600;
}

.post-intro {
    padding: 50px 30px;
}

p {
    font-size: 15px;
}

.footer-information p {
    font-size: 13px;
}

.showcase-category .showcase-posts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-width: 1000px;
}

.pagination .page-numbers {
    font-weight: 400;
}

button.menu-toggle {
    padding: 10px;
}

.top-navigation {
    margin-right: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.pagination .page-numbers.current {
    background: black;
    color: white;
}