/*
Theme Name: Gastro
Theme URI: http://konnectplugins.com/
Author: konnectcode
Description: Gastro is clean wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar
*/
@import url("https://fonts.googleapis.com/css?family=Signika:300,400,600,700");
* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Signika', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
}

a {
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
p {
    font-size: 17px;
    font-weight: 300;
}
.more-btn {
    background-color: #5dade2;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    padding: 10px 35px;
}

.more-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.more-btn > span {
    margin-left: -18px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block
}

.more-btn:hover span {
    margin-left: 5px;
    opacity: 1;
}

.gr-btn {
    /* Standard syntax */
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1
}

.gr-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0bbdba;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0bbdba, #34db64);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0bbdba, #34db64);
    border-radius: 100px;
    z-index: -1
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.section-padding {
    padding: 80px 0;
}

.page-title {
    font-size: 18px;
    font-weight: 300;
    width: 100%;
}

.page-title h2 {
    font-size: 36px;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*=====================
2. Header-Top
=======================*/

.top-area.home-page {
    /*margin-bottom: 200px;*/
    position: relative;
}

.header-top {
    background-color: #3498db;
    padding: 10px 0;
}

.header-top a {
    color: #ffffff;
    display: inline-block
}

.search-box input,
.search-box button {
    background: none;
    border: medium none;
    color: #999999;
}

.search-box {
    background-color: #ffffff;
    border-radius: 35px;
    display: inline-block;
    padding: 5px 10px;
}

.hot-line a {
    text-transform: uppercase;
}
.hot-line a:hover {
    color:#ffffff !important;
}

.hot-line p {
    margin: 0;
    padding-top: 5px;
}

.social-link a {
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    line-height: 1.7;
    margin: 0 1px;
    text-align: center;
    width: 30px;
    -webkit-transition: .4s;
    transition: .4s
}

.social-link a:hover {
    background-color: #ffffff;
    color: #3498DB;
}

.logo {
    width: 160px;
}


/*======================
2.1 Mainmenu-Area
=======================*/

.mainmenu-area {
    z-index: 999 !important;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    width: 100%;
}

.mainmenu-area.stick {
    left: 0;
    position: fixed;
    top: 0;
}

.mainmenu ul.nav.navbar-nav {
    float: none;
    text-align: right;
}

.mainmenu ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
}

.mainmenu ul.nav.navbar-nav li.active a {
    background: #0bbdba;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0bbdba, #34db64);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0bbdba, #34db64);
    color: #fff;
}

.mainmenu ul.nav.navbar-nav li a {
    background: transparent;
    border-radius: 20px;
    color: rgb(60, 60, 60);
    margin: 15px 0;
    padding: 8px 15px;
    text-transform: capitalize;
}


/*========================
2.2 Header-Text-Area
=========================*/

.header-text-area {
    position: relative;
}

.header-text {
    padding: 120px 0 300px;
}

.header-single-text {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.header-text h2 {
    font-size: 62px;
    display: inline-block;
    color: #22CE8B;
    /*
    background: -webkit-linear-gradient(left, #0bbdba, #34db64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
*/
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header-text h3 {
    color: #263d4c;
    font-size: 35px;
    margin: 50px 0;
    padding-bottom: 15px;
    position: relative;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.header-text h3::after {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100px;
    background: #0bbdba;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0bbdba, #34db64);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0bbdba, #34db64);
    /* Standard syntax */
}

.header-single-text {
    padding: 20px 40px;
    position: relative;
    z-index: 1
}

.header-single-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0bbdba;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #fff, rgba(0, 0, 0, 0));
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #fff, rgba(0, 0, 0, 0));
    z-index: -1;
    opacity: 0.6
}

.header-text a {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.header-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.header-bg-one {
    background-image: url("https://gastroinflorida.com/wp-content/uploads/2018/03/slide-doctor.jpg");
}

.header-bg-two {
    background-image: url("images/slide/slide2.jpg");
}

.header-bg-three {
    background-image: url("images/slide/slide3.jpg");
}

.header-bg-four {
    background-image: url("images/slide/slide4.jpg");
}

.header-form-area {
    /*bottom: -160px;*/
    left: 0;
    position: relative;
    width: 100%;
}

.header-form {
    background-color: rgba(52, 152, 219, 0.8);
    border-radius: 10px;
    color: #ffffff;
    margin: auto;
    overflow: hidden;
    padding: 70px 20px;
    width: 90%;
    z-index: 1;
}

.header-form-icon {
    border-radius: 50%;
    display: block;
    font-size: 50px;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -50px;
    width: 100px;
    background: #0bbdba;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0bbdba, #34db64);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0bbdba, #34db64);
    /* Standard syntax */
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5)
}

.header-form:hover .header-form-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header-form-icon span {
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: block;
    height: 80px;
    line-height: 1.5;
    margin: 10px auto auto;
    width: 80px;
}

.header-form label {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 15px 15px;
}

.header-form input,
.header-form select {
    height: 46px;
    border: none;
    background: none;
    color: #333333;
    padding: 0 20px;
}

.header-form button.btn {
    bottom: -35px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 200px;
}

.slide-control {
    bottom: 0;
    color: #5dade2;
    font-size: 50px;
    height: 50px;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.top-area:hover .slide-control {
    opacity: 1
}

.right.slide-control {
    right: 20px;
}

.left.slide-control {
    left: 20px;
}

.form-fild{
    background-color: #ffffff;
    border-radius: 50px;
}

.select-option {
    background-image: url("images/setect-icon.png");
    background-repeat: no-repeat;
    background-position: right 18px top 18px;
    overflow: hidden;
}

.select-option select {
    width: 106%;
}

.form-control {
    display: block;
    width: 100%;
}

.form-control option {
    border: medium none;
    padding: 2px 10px;
}
.ajax-loader{
	background-color: #fff;
	bottom: -8px;
	left: 0;
	margin: auto;
	position: relative;
	right: 91px;
	z-index: 999;
	border-radius: 50%;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    width: 160px;
    left: 13px;
}


/*======================
3. Specialities-area
========================*/

.specialities-area {
    padding-top: 80px;
}

.specialities {
    padding-bottom: 80px;
}

.specialities-icon img{
    background-color: #5dade2;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 34px;
    height: 100px;
    line-height: 3;
    margin: auto auto 30px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100px;
}

.single-specialities img:hover{
    box-shadow: 0 0 0 8px #eee;
}
.single-specialities {
    min-height: 350px;
}
.single-specialities {
    background-color: #5dade2;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 40px 20px;
}
.about-doctor .container{
    width: 80%;
}
.about-doctor .container img{
    width: 180px;
	border: 1px solid #ccc;
    margin: auto;
}
.sponser-area a img {
    -webkit-transition: .5s;
    transition: .5s;
}

.sponser-area a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.lab-details {
    background-color: #5dade2;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    padding: 30px 20px;
    overflow: hidden;
}

.single-lab:hover .lab-icon {
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
}

.lab-icon {
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.lab-details a {
    background-color: #fff;
    color: #5dade2;
    margin-top: 20px;
    float: right;
}

.lab-details a:hover {
    color: #5dade2;
}

.purple-color .lab-details {
    background-color: #9866e1;
}

.purple-color .lab-details a {
    color: #9866e1;
}

.pink-color .lab-details {
    background-color: #ff66e2;
    margin-top: 16px;
}

.pink-color .lab-details a {
    color: #ff66e2
}

.single-lab .lab-icon {
    font-size: 70px;
    line-height: 1;
}

.sky-color .lab-icon {
    color: #5dade2;
}

.purple-color .lab-icon {
    color: #9866e1;
}

.pink-color .lab-icon {
    color: #ff66e2;
}

.page-title {
    text-align: center;
    width: 70%;
    margin: 0 auto 80px auto;
}


/*==========================
4. Letest-Area
===========================*/

.single-news {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}

.single-news::after {
    background-color: #5dade2;
    border-radius: 5px 5px 0 0;
    color: #fff;
    content: "\f005";
    font-family: fontawesome;
    font-size: 20px;
    height: 50px;
    left: 30px;
    line-height: 2.5;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 50px;
}

.single-news::before {
    border-bottom: 25px solid transparent;
    border-left: 25px solid #5dade2;
    border-right: 25px solid #5dade2;
    content: "";
    left: 30px;
    position: absolute;
    top: 25px;
}

.single-news img {
    width: 100%;
}

.single-news h3 {
    color: #5dade2;
    margin: 20px 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.single-news h3::after {
    background-color: #5dade2;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}

.post-tag {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.single-news a {
    margin-top: 20px;
}

.checkup-area {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 100px 0;
    position: relative;
}

.checkup-bg {
    background: rgba(0, 0, 0, 0) url("images/checkup_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.checkup-bg::after {
    background-color: #5dade2;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.checkup-icon {
    font-size: 70px;
}

.checkup-area h2 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.checkup-area .btn {
    margin-top: 30px;
}


/*========================
5. Gallery-Area
=========================*/

.gallery-area {
    position: relative;
}

.left-gallery {
    float: left;
    overflow: hidden;
    width: 66.5%;
}

.single-gallery {
    float: left;
    position: relative;
    overflow: hidden;
}

.lg-gallery {
    width: 60.32%;
}

.md-gallery {
    width: 39.68%;
}
.right-gallery .single-gallery {
    width: 33.3%;
}

.single-gallery:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5dade2;
    opacity: .8;
    z-index: 1;
    -webkit-transition: .8s;
    transition: .8s;
    opacity: 0;
}

.single-gallery:hover:after {
    opacity: 0.8;
}

.single-gallery > img {
    width: 100%;
}

.gallery-details {
    bottom: 0;
    color: #ffffff;
    height: 130px;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
}

.single-gallery:hover .gallery-details {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.gallery-details a {
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffffff inset;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 2.9;
    margin-bottom: 20px;
    width: 80px;
    -webkit-transition: .4s;
    transition: .4s;
}

.gallery-details a:hover {
    color: #5dade2;
    box-shadow: 0 0 0 40px #ffffff inset;
}

.gallery-details h3 {
    font-size: 30px;
    font-weight: 300;
}

.gallery-area a.more-icon {
    background-color: #5DADE2;
    border-radius: 50%;
    bottom: -23px;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    line-height: 1.6;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9;
}


/*==========================
6. Departments-Area
===========================*/

.department-area {
    padding-top: 80px;
}

.department-details {
    background-color: #5dade2;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 25px;
    position: relative;
    overflow: hidden;
    min-height: 325px;
}

.department-icon {
    font-size: 70px;
    left: 20px;
    position: absolute;
    top: 20px;
}

.department-details h2 {
    font-weight: 600;
}

.department-area .more-btn {
    background-color: #ffffff;
    color: #5dade2;
}


/*========================
7. Footer-Area
==========================*/

.footer-area {
    background-color: #263d4b;
    color: #ffffff;
}

.footer-area a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.footer-logo {
    margin-bottom: 30px;
}

.single-footer h2 {
    font-size: 22px;
}

.single-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-footer ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-footer ul li a::before {
    content: "\f0da";
    font-family: fontawesome;
    left: 0;
    opacity: 0;
    padding-right: 10px;
    position: absolute;
    top: 4px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-footer ul li a:hover {
    padding-left: 15px;
}

.single-footer ul li a:hover::before {
    opacity: 1;
}

.single-footer.newsletter h2 {
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
}

.newsletter {
    font-size: 18px;
    font-weight: 300;
}

.newsletter form {
    display: block;
    margin: 30px 0;
    position: relative;
    width: 100%;
}

.newsletter input {
    background-color: #ffffff;
    border: medium none;
    border-radius: 50px;
    color: #263d4b;
    padding: 10px;
    width: 100%;
}

.newsletter button {
    background-color: #5dade2;
    border: medium none;
    border-radius: 50px;
    font-weight: 600;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    right: -1px;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.newsletter button:hover {
    background-color: #2691d9;
}

.footer-logo {
    margin-bottom: 30px;
}

#scrollUp {
    background-color: #56a5de;
    border-radius: 50%;
    bottom: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 1.8;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

#scrollUp:hover {
    background-color: #ffffff;
    border: 1px solid #56a5de;
    color: #56a5de;
}
.post-social-share .fa {
    font-size: 23px;
    margin: 0 2px;
    padding: 5px;
    border: 1px solid;
    width: 40px;
    text-align: center;
}
.post-social-share .fa-facebook {
    color: #3b5998;
}
.post-social-share .fa-twitter {
    color: #0084b4;
}
.post-social-share .fa-google-plus {
    color: #d34836;
}
.post-social-share .fa-linkedin {
    color: #0077b5;
}
.intro-header.inner {
    margin-bottom: 30px;
}
.post ul li, .post ol li{
    margin-left: 22px;
    margin-bottom: 10px;
    font-size: 17px;
}
.post ul li{
    list-style: none;
}
.post ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 6px;
    color: #F14742;
    font-weight: bold;
}
.post ul li.prev:before, .post ul li.next:before{
    content: "";
}
.post img{
    width: auto;
    margin: 30px auto;
    display: block;
    float: none;
}
.post p {
    line-height: 1.8;
    font-size: 16px;
}
.pager {
    display: inline;
}
.list-container {
    padding-right: 25px; 
	margin-top: 50px;
	margin-bottom:50px;
}
/*
================================================
- Sidebar
================================================
*/
.widget {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
}
.widget:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.sidebar-social .fa {
	font-size: 2em;
	padding: 10px 0;
	border: 1px solid #f1f1f1;
	width: 50px;
	text-align: center;
	background: #f9f9f9;
}
.widget .search-field, .sidebar .search-btn {
	border-radius: 0;
	width: 230px;
}
.widget .search-field {
	padding: 15px 10px;
}
.sidebar .search-btn {
	padding: 25px 10px;
}
.sidebar {
	padding-left: 25px;
	border-left: 1px solid #f1f1f1;
}
.sidebar h2 {
	font-size: 25px;
	font-weight: 400;
	text-transform: capitalize;
}
.sidebar-post {
	padding: 15px 5px;
	border-bottom: 1px dashed #ccc;
}
.sidebar-post-last {
	border-bottom: none;
	padding: 15px 5px 5px 5px;
}
.sidebar-post > a {
	font-size: 17px;
	margin: 10px 0;
	color: #777777;
}
.sidebar-post > a:hover {
	text-decoration: none;
}
.sidebar-post > a::before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 6px;
}
.sidebar .post-meta {
	font-size: 13px;
	margin: 5px 0 0 0;
	line-height: 1;
	color: #999;
}
.widget_categories ul, ul.sidebar-list {
	padding: 0 0 0 10px;
}
.widget ul li, .sidebar-list li {
	list-style: none;
}
.widget ul li:before, .sidebar-list li:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 6px;
}
.widget ul li a, .sidebar-list li a {
	font-size: 17px;
	line-height: 1.8;
	color: #777;
}
.widget ul li a:hover, .widget ul li a:active, .widget ul li a:focus, .sidebar-list li a:hover, .sidebar-list li a:focus, .sidebar-list li a:active {
	text-decoration: none;
}
.sidebar-tags, .tagcloud {
	margin: 20px 0 0 0;
}
.tagcloud a, .sidebar-tags a {
	color: #b9b9b9;
	border: 1px solid #b9b9b9;
	border-radius: 2px;
	padding: 5px 15px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	transition: all .3s;
	font-size: 15px !important;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active, .sidebar-tags a:hover, .sidebar-tags a:active, .sidebar-tags a:focus {
	text-decoration: none;
	transition: all .3s;
}
.sidebar-cta {
	text-align: center;
	color: #fff;
	padding: 10px;
}
.sidebar-cta div {
	padding: 50px 20px;
	border: 1px solid #fff;
}
button.btn-download {
	background: #fff;
	border: none;
	color: #666;
	font-size: 23px;
	padding: 10px 15px;
	margin: 10px auto;
}
.widget_search .screen-reader-text {
	display: none;
}
.list-thumb {
    padding: 10px;
    width: 100%;
    background-size: cover;
}
.list-thumb > div {
    border: 1px solid #ffffff;
    min-height: 320px;
    background: rgba(0,0,0,0.3);
    transition: all .2s ease-in;
}
.contact-us {
	margin-bottom:30px;
}
.contact-us .card{
	border:1px solid #eee;
	box-shadow: 0 0 10px #eee;
	margin-top:5px;
	margin-bottom:5px;
	padding: 20px;
}
.contact-us-map{
	border:1px solid #eee;
}
.div.wpcf7-response-output, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-aborted, 
div.wpcf7-spam-blocked, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: none;
	margin-bottom: -40px;
}
.btn-gastro {
    background: #333 !important;
    margin: 0px auto 50px !important;
    padding: 15px 50px !important;
}
.book-appointment-title{
    margin: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.kk-star-ratings.lft {
    float: none !important;
    margin: 0 auto !important;
}
p.wp-caption-text {
    text-align: center;
    font-weight: bold;
}