/*
Theme Name: Lanyon Cafe
Theme URI: http://www.zoomwebmedia.com
Author: Debasish Gharami
Author URI: https://www.gotodevelop.com
Description: Theme created by <code>Zoom Web Media Web Team</code>
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dgdeveloper

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.top-left .showSingle:first-child {
    border-radius: 30px 0 0 0;
}
.top-left .showSingle:last-child {
    border-radius: 0 0 0 30px;
    margin-bottom: 0px;
}

.top-right .showSingle:first-child {
    border-radius: 0 30px 0 0;
}
.top-right .showSingle:last-child {
    border-radius: 0 0 30px 0;
    margin-bottom: 0px;
}

.clear{
	display: table;
	width: 100%;
	clear: both;
	min-height: 1px;
}

.menu-detail a{
    margin-top: 10px;
}

.container .gallery a img{
    height: 210px;
}

.contact-form textarea{
    height: 100px;
}






