/*
Theme Name: Piwo Child Theme
Theme URI: http://piwo.puruno.com
Author: Puruno
Author URI: http://themeforest.net/user/puruno
Description: Piwo - Multipurpose Portfolio Theme
Version: 1.0.0
License: Themeforest Split License
License URI: http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Text Domain: piwo
Tags: one-column, right-sidebar
Template: piwo
*/

/** PRELOADER **/

.loader {
    padding-top: 4em;
    width: 4em;
}

.loader img {
	margin-top: -94px;
	max-width: 60px;
}


/** COLOR **/

.accent {
	color: #9f9574;
}

.white {
	color: #fff !important;
}


/** FRONT PAGE **/
#animate {
	transition: background-position-y .3s linear;
}

/** TEXT **/
strong, h1, h2, h3, h4, h5, h6 {
	font-weight: 500
}
ul {
	padding-left:0;
	margin-left:0;
}

li {
	list-style-type: none;
	margin-left:0;
	padding-left:0;

}

.text-center {
	text-align:center !important;
}

.ul-list li {
	margin-bottom: 5px;
}

.ul-list li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #f0d97f;
    margin-right: 4px;
}


/** BTN **/

.btn, .btn:hover {
text-transform: none;
}

.btn .btn-text {
    text-transform: none;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 10px;
}



/** LOGO **/


/** MENU **/

#menu-item-740 a {
	color: #e6dec5;
}

.piwo-nav-overlay .piwo-menu-content .menu li a {
    padding: 10px 0 10px 0;
}

#menu-item-627, .menu-item-627 {
	position: relative;
}

#menu-item-627:before, .menu-item-627:before, .menu-item-has-children:before {
	position: absolute;
	right: 0;
	content: "\f107";
	font-family: 'FontAwesome';
	opacity: .4;
	color: white;
	margin-top: 2px;
}

.menu-item-has-children .sub-menu {
	margin-top: -20px;
}

.fixed-top-menu .menu-item-has-children .sub-menu {
	margin-top: -10px;
}

/** BLOG **/

.single-post-content p {
	font-size: 15px;	
}

.posted-on, .prensa-tags {
	font-size: 14px;
	margin-bottom: 5px;
	opacity: .6;
}

.normal-posts .blog-post {
	display: flex;
}

.normal-posts .blog-post .post-wrapper {
	align-self: center;
}

.large-sidebar {
	padding: 40px 0 20px 20px;
}

.single-post-sidebar .widget, .shop-sidebar .widget {
	margin-bottom: 10px;
}

.featured-img {
	width: 100%;
	background-size:cover;
	height: 600px;
	background-position: center center;
}


/** CONTACT FORM **/

.wpcf7-submit {
    text-transform: none;
	color: #fff;
	background-color: #9f9574 !important;
	border-width: 0px;
	transition:.5s;
	border-radius: 99px;
	margin-top:16px;
	font-family: "Fira Sans", "sans-serif";
	font-weight: 600;
	font-size: 12px;
	padding: 5px 24px;
	box-shadow: rgba(0, 0, 0, 0.05) 1px 5px 15px 0px;
}

.wpcf7-submit:hover {
	background-color: #c9bd99 !important;
}

.wpcf7-form p {
	margin-bottom: 0;
}

.wpcf7-form p:last-of-type {
	text-align: left;
}

.wpcf7-form {
	margin-top: 30px;
}

.wpcf7 label {
	text-transform: none;
}



/** PORTFOLIO **/

.single-portfolio {
	padding-top: 50px;
}

.piwo-portfolio-item.text-on-hover.hover1 .portfolio-text  {
	bottom: 0;
	left: 0;
	padding-right: 50px;
}

.small-portfolio .image-wrapper {
	padding-bottom: 100% !important;
}

.small-portfolio .portfolio-text {
	padding: 10px 20px;
}

.single-portfolio-blank img, .page-wrapper img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}




/** LATEST POSTS **/

.static-logo {
    width: 300px !important;
    display: flex;
    align-items: center;
}


figure.static-logo img, .logo img {
    width: 100%;
    height: auto !important;
    align-items: center;
}



/** LOGO INLINE PLUGIN **/

.logo-inline {
	text-align: center;
}

.logo-inline li {
	display: inline-block;
	margin: 10px 20px;
}



/** BLOG PLUGIN **/

.piwo-latest-posts .blog-post {
	padding: 0;
}

.piwo-latest-posts.featured-latest-post .featured.featured-img .post-wrapper h6 {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.piwo-latest-posts.featured-latest-post .normal-posts {
	padding: 0;
}

.blog-post {
	margin:0;
}

.piwo-latest-posts.piwo-2-col {
	margin: 0;
}

.featured .post-wrapper h6 {
	font-size: 32px;
}

.blog-post:nth-child(odd){
	background-color: #f2f2f2;
}

.blog-post:nth-child(even) {
	background-color: #fff;
}

.post-wrapper {
	padding: 10px;
}

.featured-img {
	height: 500px
}

.page-sidebar img {
	max-width: 393px;
	width: 100%;
	height: auto;
}

.page-sidebar div, .page-sidebar figure {
	margin-left: auto;
	margin-right: auto;
}


.single-post-sidebar {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}





/** FOOTER **/

footer {
	padding-top:50px;
}

footer li {
	font-size: 15px;
	line-height: 2;
}







/** EXTRAS **/

h2.widgettitle.h6 {
	font-weight: 500;
	margin-bottom: 9px;
}

.scroll-up {
	border-radius:99px;
}

.bg-position-bottom .extended_bg {
	background-position: bottom center;
	background-repeat: no-repeat;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 2em;
	height: 2em;
}

.post-header .post-meta {
	padding:0;
}

.z-index-10 {
	z-index: 10;
}

.vc_separator .vc_sep_holder {
	opacity: 0;
}

.menu-inline li:first-child {
	margin-left: 0;
}

.menu-inline li:last-child {
	margin-right: 0;
}

.menu-inline li {
	display: inline-block;
	margin: 5px 10px;
}

.vc_separator h4 {
	font-size: 14px;
}

.vc_images_carousel {
	width: 100% !important;
}

/** FB **/

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

#pagePlugin {
	max-width: 500px;
}

#pagePlugin2 {
	max-width: 1000px;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

/** FIXES **/
.grecaptcha-badge {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

/** SOCIAL BUTTONS **/

.whatsapp {
	background-color: rgb(0, 159, 0);
}

.linkedin {
	background-color: rgb(37, 126, 198);
}

.mail {
	background-color: rgb(235, 161, 0);
}

@media screen and (max-width: 1250px) {
	.tp-static-layers .tp-parallax-wrap:nth-child(3), .tp-static-layers .tp-parallax-wrap:nth-child(4) {
		padding-left: 20px;
	}
}


@media screen and (max-width: 992px) and (min-width: 800px) {
	.page-sidebar .vc_row {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
}


@media screen and (max-width: 777px) {
	.vc_grid-container .vc_col-sm-2 {
		width: 33.33%;
		float: left !important;
	}

}

@media screen and (max-width: 800px) {
	.page-sidebar img {
	max-width: 500px;
	}

}

@media screen and (max-width: 500px) {
	
	.yesp-title {
		display: none;
	}
	
	figure.static-logo img, .logo img {
		width: 90%;
}
	
	.static-logo, .static-logo img {
		width: 230px !important;
	}
	
	.logo-inline li {
    margin: 5px 10px;
}
}	
