/*
Theme Name: FiveStar Child
Theme URI: http://fivestar.qodeinteractive.com
Description: A child theme of FiveStar Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: fivestar
Template: fivestar
*/

/* main navigation */

/* hide obnoxious menu top bar */
.mkdf-top-bar {
	display: none;
}

/* change logo size*/
.mkdf-logo-wrapper a {
	height: 40px !important;
}

/* menu items color change */
.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li.mkdf-active-item>a,
.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li>a:hover {
	color: #f07d00;
}

#mkdf-back-to-top>span:hover {
	color: #f07d00;
	background-color: #1e1e1e !important;
	border-color: #1e1e1e !important;
}

/* tabelka */

.custom-pricelist tr:first-child {
	font-weight: bold;
}

.custom-pricelist tr td {
	text-align: center;
}
/*
.custom-pricelist .column-2, .custom-pricelist .column-3, .custom-pricelist .column-4 {
	
}
*/

/* contact form */

/* icons */
.contact-items .custom-icon-line-height .mkdf-iwt-icon .mkdf-circle.mkdf-icon-tiny {
	line-height: 1.8;
}

.mkdf-iwt.mkdf-iwt-icon-top {
	line-height: 0;
}

/* required fields info */
.wpcf7-form .field-info {
	color: #f07d00;
	margin-bottom: 10px;
}

/* map container */
.map-holder {
	line-height: 0;
}

/* build-in gallery */

div.pp_overlay {
	opacity: 1 !important;
	background-color: #666666 !important;
}

/* gallery thumb changes */
.mkdf-portfolio-list-holder.mkdf-pl-gallery-overlay article .mkdf-pli-text-holder {
	opacity: 1;
	transition: background-color .2s ease-in-out;
}
.mkdf-portfolio-list-holder.mkdf-pl-gallery-overlay article:hover .mkdf-pli-text-holder {
	background-color: rgba(30,30,30,.6);
}

.mkdf-portfolio-list-holder.mkdf-pl-gallery-overlay article .mkdf-pli-text-holder .mkdf-pli-text p {
	transition: color .2s ease-in-out, transform .2s ease-in-out;
}
.mkdf-portfolio-list-holder.mkdf-pl-gallery-overlay article:hover .mkdf-pli-text-holder .mkdf-pli-text p {
	color: #f07d00;
	transform: scale(1.1);
}

/* unused? */
/*.mkdf-portfolio-single-holder.mkdf-ps-small-images-layout .mkdf-ps-content-item {
	margin: 0;
}*/

/* single portfolio img bottom margin */
.mobile-image-gallery ul li:not(:last-child) {
	margin-bottom: 30px !important;
}

/* hide fullscreen*/
a.pp_expand {
	display: none !important;
}

/* hide goodtime category*/
.mkdf-pl-filter-holder ul li:nth-child(2) {
	display: none;
}

/* portfolio navigation fix */
.mkdf-ps-navigation {
	margin: 50px 0 0 0;
}

/* image filter gallery */
/*
.simplefilter {
	margin-top: 0;
	margin-bottom: 50px !important;
	display: flex;
	justify-content: center;
}

.simplefilter li {
	padding: 5px 30px !important;
	background-color: #706f6f !important;
	text-transform: uppercase !important;
	margin: 0 10px;
}

.modal-open .modal {
	overflow-y: hidden !important;
}

h4.modal-title {
	display: none;
}*/

/* fix for anchor containers */
.hidden-item .wpb_column.vc_column_container {
	min-height: 0;
}

.row-any-column-padding-top .vc_column-inner,
.column-no-padding-top > .vc_column-inner,
.hidden-item.height-fix .vc_column-inner {
	padding-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
	/* remove unnecessary top padding from containers */
	.mkdf-wrapper-inner .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner,
	.mkdf-wrapper-inner .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
		padding-top: 0 !important;
	}
	
	/* used for moving photo from right to left */
	.vc_row.swap-cols-on-mobile {
		flex-direction: column-reverse;
	}
}
