/*
Theme Name: The Henley Brook Wordpress theme
Author: Kasun Thiyambarawatta
Author URI: http://thiyambarawatta.com/
Description: This is the wordpress theme created for The Henley Brook bar and resturant.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

#flags {
    /* position: absolute; */
    right: 0;
    margin: 38px -15px 0 23px;
    z-index: 1000;
    width: auto !important;
}

#flags li {
    margin-right: 6px;
    margin-top: 3px;
    float: right !important;
}

#flags.size18 a {
	padding: 0;
}

#flags.size18 a[title="English"] {
    background: url(/wp-content/themes/henleytheme/images/australia-flag.jpg) 0 0 no-repeat;
    height: 12px !important;
}

.navigation .navbar-default li.fb a, 
.navigation .navbar-default li.in a {
    text-indent: -9999px !important;
}

#glt-translate-trigger {
	display: none;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.navigation .navbar-default li a {
	    font-size: 12px !important;
	}
}

@media screen and (max-width: 767px) {
    #flags {
	    position: absolute;
		top: -27px;
		right: 102px;
	}
}

@media screen and (max-width: 600px) {
	.lp-screen {
		background-size: 200px;
	}
}

@media screen and (max-width: 480px) {
	body.home #main-container .main_banner .ms-btn-container {
    	left: calc(50% - 82px) !important;
    	width: 164px !important;
	}
}


.contact_form input.wpcf7-date{
	line-height: normal;
	padding: 5px 10px;
    margin: 10px 0;
    background: #f7f7f7;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7 url(images/dropdown_icon.jpg) no-repeat center right;
}

.contact_form input.wpcf7-date::-webkit-inner-spin-button,
.contact_form input.wpcf7-date::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
}
.contact_form input.wpcf7-date::-webkit-calendar-picker-indicator  {
	color: transparent;
	background: transparent;
	cursor: pointer;
}
.contact_form input.wpcf7-date:not(.has-value):before{
  color: #afaeab;;
  content: attr(placeholder)" - ";
}
.contact_form input.wpcf7-date.has-value{
  color: #570e0c !important;
}
.contact_form input.wpcf7-date{
    color: #afaeab;
}
.contact_form .text_warning{
    font-size: 13px;
    font-weight: bold;
    padding-top: 8px;
}
.contact_form select.has-value{
  color: #570e0c !important;
}