/**
	Theme Name: Goya Child Theme Page
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.1
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styl dla page header */
.page.page-header-transparent .hero-header .hero-title {
  padding-top: 40px !important;
}
.page .post-title.entry-header h1 {
margin-bottom: 20px;
}
.page.page-header {
margin-bottom: 0px !important;
}
.page .hero-title.post-featured.parallax_image.vh-height{

min-height: 600px;
}

.featured-image-page {
position: absolute; 
width: 100%; 
height: 100%;
z-index: 0;
}
.featured-image-page:before {
bottom: 0;
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 0;
background: #000000;
opacity: 0.4;
}
figure.featured-image-page {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
.featured-image-page figcaption{
background-color: rgba(0, 0, 0, 0.4);
padding: 4px 8px;
position: absolute;
right: 10px;
bottom: 10px;
font-size: 10px;
color: #fff;
z-index: 1;
}
.featured-image-page .core-image img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
z-index: -1;
}


/* horoskopy content */
.podpinka{
  position:relative;
  margin-top:-150px;
}
@media only screen and (min-width: 1200px) {
.podpinka{
  padding-top:55px;
}
}
@media only screen and (max-width: 1199px) {
.podpinka{
  padding-top:15px;
}
}

@media only screen and (max-width: 769px) {
	.vc_rtl-columns-reverse {
	  display: flex !important;
	  flex-direction: column-reverse;
	}
}




/* menu znaki */
#scrollMenu2 {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin-bottom: 0px;
	max-width: 810px;
	margin:auto;
}

#scrollMenu2 ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
}

#scrollMenu2 li {
	margin: 0 10px 0 0;
}

#scrollMenu2 a {
	display: block;
	margin: 8px 15px 8px 0px ;
	border-radius: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

#scrollMenu2 li.active a:after { 
	border-bottom-color: #ffffff;
	width: 100%;
}