/*
 * astx-css-forms.css:
 * a part of the VaccinesToday theme for WordPress™
 *
 * Copyright Ⓒ 2016 Asterysk <wordpress@asterysk.com>
 *
 * This file is part of the VaccinesToday theme for WordPress.
 *
 * The VaccinesToday theme for WordPress™ is free software:
 * you can redistribute it and/or modify it under the terms of the GNU
 * General Public License as published by the Free Software Foundation,
 * either version 2 of the License, or (at your option) any later
 * version.
 *
 * The VaccinesToday theme for WordPress™ is distributed in the hope
 * that it will be useful, but WITHOUT ANY WARRANTY; without even the
 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 * PURPOSE. See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with the VaccinesToday theme for WordPress. If not, please
 * see <http://www.gnu.org/licenses/>.
 */

/**
 * ASTX forms stylesheet.
 *
 * The CoreXtender stylesheets order is
 * 1. astx-css-init.css         Reset stylesheet
 * 2. astx-css-core.css         Core styling elements
 * 3. astx-css-grid.css         5 and 24 Grid
 * 4. astx-css-cycle2.css       Cycle2 slideshows
 * 5. astx-css-palette.css      Colours and decorations
 * 6. astx-css-wp-core.css      WordPress mandatory styles
 * 7. astx-css-forms.css        Forms styles
 * 8. astx-css-theme.css        Theme styles
 *
 * CoreXtender stylesheets are not universal and may each require
 * customisation necessary for each installation. Elements in this
 * stylesheet need to be re-aligned with the theme stylesheet.
 *
 * @package     VaccinesToday
 * @subpackage  theme
 * @since       0.1.0
 */
/* placeholders */
::-webkit-input-placeholder {
	color: #424242;
	font-style: normal;
}

:-moz-placeholder {
	color: #424242;
	font-style: normal;
}

::-moz-placeholder {
	color: #424242;
	font-style: normal;
}

:-ms-input-placeholder {
	color: #424242;
	font-style: normal;
}

:placeholder {
	color: #424242;
	font-style: normal;
}

::placeholder {
	color: #424242;
	font-style: normal;
}

/* contact form */
p.form-label,
p.form-input {
	margin: 0;
	padding: 0;
}

p.form-input {
	padding-bottom: 2em;
}

input {
	border-bottom: 2px solid #E2E2E2;
	width: 100%;
}

input[type='submit'],
button {
	background: transparent none;
	border: 2px solid #FA5B0F;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FA5B0F;
	font-family: Montserrat-Regular;
    font-size: 0.7em;
    letter-spacing: 1px;
	padding: 1.1429em 1.2857em;
	text-transform: uppercase;
	width: auto;
}

input[type='submit']:hover,
input[type='submit']:focus,
button:hover,
button:focus {
	background: #FA5B0F none;
	color: #FFFFFF;
}

button .btn-text {
	color: #FA5B0F;
}

button:hover .btn-text,
button:focus .btn-text {
	color: #FFFFFF;
}

textarea {
	width: 100%;
}

select {
	border: 1px solid #E2E2E2;
	padding: 0.3333em 0.6667em;
}

button.afd-submit,
a.astx-read-more {
/*    background: transparent none;
    border: 2px solid #535351; */
	display: inline-block;
    padding: 1em 1.5em;
}

.etext.cform-error,
.etext.contact-form {
	color: #FA5B0F;
	display: block;
	font-size: 0.7em;
}

.entry-content > .contact-form {
	position: relative;
}

.entry-content > .contact-form > .contact-ack {
	background: #FFFFFF;
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	width: 100%;
}

/* jQuery UI */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: '';
	display: table;
	line-height: 0;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	*zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ui-datepicker {
	background: #f4f4f4 none;
	border: 2px solid #ccc;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 17em;
	padding: 1em;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
	position: absolute;
	top: 2em;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
	left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
	right: 1em;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 0 1em 0;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	background-color: transparent;
	border: 1px solid #CCC;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .1em;
	border-collapse: collapse;
	margin: 0 0 .5em;
}

.ui-datepicker th {
	padding: .7em .45em;
	text-align: center;
	font-weight: bold;
	border: 0 none transparent;
}

.ui-datepicker th span {
	border-bottom: 1px solid #DDD;
}

.ui-datepicker td {
	border: 0 none transparent;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker td.ui-datepicker-other-month a {
	color: #BBB;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Google reCAPTCHA */
.g-rcap-box {
	width: 16.8889em; /* must be 304px */
}

.g-rcap-frame {
	overflow: hidden;
}

.g-rcap-resp {
	background: #F9F9F9 none;
	border: 1px solid #C1C1C1;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 1em;
	width: 100%;
}

.g-recaptcha-response {
	border: 1px solid #C1C1C1;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	resize: none;
	width: 100%;
}
