/*
Theme Name: loreleya
Author: Okman Systems
Description: The 2017 theme for WordPress.
Version: 1.1
*/


.phone-block {
text-align: center; margin: 20px 0 10px;
}
.phone-block div {
background-color: #5D215B; color: white; padding: 15px 25px; font-size: 18px; display: inline-block;
}
.phone-block div span {
font-size: 26px !important; padding: 0 15px 0 0;
}
.phone-block div img {
vertical-align: middle;
border: 0;
box-shadow: none;
}
.phone-block div a {
font-size: 18px;
color: white;
font-weight: bold;
}

.gallery-manual {
	text-align: center;
}
.gallery-manual a {
	display: inline-block;
	margin: 0 10px 10px 0;
	border: 1px solid white;
	transition: all 0.3s;
}
.gallery-manual a:hover {
	border: 1px solid #5d215b;
	transition: all 0.3s;
}
.gallery-manual a img {
	max-width: 350px;
	margin: 0;
}
.gallery-manual.row4 a img {
	max-width: 280px;
	margin: 0;
}
.gallery-manual.str {
	text-align: left;
}
.gallery-manual.str a img {
	height: 180px !important;
}
.widget_shopping_cart .widgettitle {
	display: none;
}