/*
 Theme Name:   WP Livo Child
 Theme URI:    http://transpress.zooka.io/
 Description:  In 2016, Creating a magazine website with WordPress has never been easier.
 Author:       Knight
 Author URI:   http://themeforest.net/user/zookastudio
 Template:     wp-livo
 Version:      1.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  wp-livo-child
*/

/*Align menu items to bottom*/
@media screen and (min-width: 992px){
	#menu-main-menu > li {height: 40px !important;}
}
.header-default .header-wrap {
	position: relative;
	min-height: 50px;
}
.vc_row.wpb_row.vc_row-fluid{
	margin-top: 30px !important;
}
#masthead{
	min-height: 120px;
	background-color: #ffffff;
}
.site-footer p{
	text-align: left;
	font-size: 12px;
}
.type-portfolio{
	margin-top: 100px;
}
body .site-content{
	padding: 0;
}
.cms-grid-portfolio .port-link-icon span{
	width: auto;
	height: auto;
	background: none;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.loadmore{
	text-align: center;
	margin-top:20px;
}
.single-fortfolios.layout1 .cms-grid-wraper{
	margin-top: 30px;
}
.cms-grid-portfolio.layout1 .port-item-wrap:hover .bg-overlay {
    background: rgba(0, 0, 0, 0.6); 
}
.cms-grid-media img{
	pointer-events: none;
}