/*
Theme Name: Bellaria
Theme URI: http://bellaria.cwsthemes.com/
Author: CWSthemes
Author URI: http://themeforest.net/user/creativews
Description: Bellaria - A Delicious Cakes and Bakery WordPress Theme
Version: 1.1.9
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: two-columns, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: bellaria
*/ 

/* =Theme customization starts here
-------------------------------------------------------------- */
/* nastavení výšky mobile headeru */
body.cws_mobile #mobile_header {
  padding: 0px 0;
}
.site_header .header_logo {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* velikost loga pro mobil */
#mobile_header .header_logo_img {
	height: 80px;
	width: 80px;
}
/* velikost loga pro desktop */
#site_header .header_logo.a_center {
	width: 180px;
}
/* velikost sticky menu loga */
#sticky.site_header .header_logo.a_center {
	width: 80px;
}

/* footer */
#footer_widgets {
	padding: 0 0;
	padding-top: 0px;
	padding-bottom: 30px;
}

/* velikost loga footer */
#footer_widgets .widget.widget_media_image img {
	width: 150px;
}

/* titulek postu */
.post_title.post_post_title {
	font-size: 1.6em;
	text-align: center;
}
.menu-galerie a:link {
	color: black;
}
.menu-galerie a:visited {
	color: black;
}
.menu-nabidka a:link {
	color: black;
}
.menu-nabidka a:visited {
	color: black;
}
/*
 * asi to uplne nestaci
.main_menu .sub-menu .menu-item.menu-item-has-children {
	width: 100%;
	display: grid;
}
*/
/* --------------------------------- */
/* nastaveni prispevku ve vypisu blog aby byly vsechny stejne velke i kdyz maji ruzny text, nebo obrazky */
/* velikost obrazku pro vypis prispevku, takhle nastavuju stejnou vysku */
.post_grid_post .post_posts_grid_post_media, .post_single .post_single_post_media {
	height: 250px;
}

/* custom class pro moznost nastaveni velikosti obrazku na pevnou velikost*/
/* pridani borderu s jemnou barvou */
.grid_post_thumb {
	object-fit:cover;
	height: 250px;
	
	box-sizing:border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius:20px;
	border: 10px solid whitesmoke;
}

/* zarovnani obrazku prispevku na stred */
.post_media, .pic {
	text-align: center;
}
/* --------------------------------- */

/* velikost titulku pro vypis prispevku 
 * - nenastavuju primo vysku, ale jen orezavam text, aby to nemohlo byt na vice radku, pokud se nevejde
 * */
.post_title.post_post_title {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

/* nastaveni obrazku rubriky na hlavni strance */
/*.rubriky .wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {*/
.rubriky .vc_single_image-wrapper.vc_box_rounded img {
	border-radius: 25px;
}

/* custom masonry posts listing */
.custom_masonry_posts {
	object-fit:cover;
	/*height: 250px;*/
	
	box-sizing:border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius:5px;
	border: 2px solid white;
}

.vc_grid.vc_row.vc_grid-gutter-3px {
	margin-bottom: -3px;
	min-height: 200px;
}

.custom_masonry_postGrid {
	min-height: 200px;
}