/*
Theme Name: Atholl Estates Theme
Author: FORM DIGITAL
Author URI: http://www.form-digital.com
Version: 1.0
*/

@import url("assets/css/starter.css");

/* IE Hack */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

/* Signup forms */

.newsletter-form br {
	display: none !important;
}

.embed-form br {
	display: none !important;
}

.embed-form .input {
	height: 3rem;
	padding: 0;
	width: 100%;
	margin: 0 0 1rem 0;
	color: #45494E;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid rgba(0,0,0,0.14);
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	transition: border 0.3s ease;
}

.embed-form .input:focus {
	border-bottom: 1px solid #45494E;
}

/* Gravity form */

.gform_button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 3rem;
	padding: 0 1.5rem;
	text-align: center;
	color: #45494E;
	border: none;
	background: transparent;
	transition: color 0.4s ease, background-color 0.4s ease;
	border: 1px solid #45494E;
}

.gform_button:hover {
  color: #fff !important;
  background: #45494E !important;
}

/* Constant contact sign up */

.ctct-form-defaults {
	padding: 0 !important;
}

/* Menu */

.woocommerce-page .site-menu-nav ul li.menu-item-1539 a {
	opacity: 1 !important;
}

.woocommerce-page .site-menu-nav ul li.menu-item-1541 a {
	opacity: 0.33 !important;
}

/* Home Hero */

.home-hero .home-hero-pagination {
  left: auto !important;
  bottom: 3rem !important;
  width: auto !important;
}

/* Misc */

.grecaptcha-badge {
    display: none !important;
}

/* Google maps */

.image-reveal-image .article-map {
  height: 100%;
}

.image-reveal-image .article-map #cd-google-map {
  height: 100%;
}

.image-reveal-image .article-map #google-container {
  height: 100%;
}

#google-container {
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #e7eaf0;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	#google-container {
		height: 600px;
	}
}

@media only screen and (min-width: 1170px) {
	#google-container {
		height: 600px;
	}
}

#cd-google-map {
	position: relative;
}

#cd-google-map address {
	position: absolute;
	width: 95%;
	bottom: 0;
	left: 0;
	padding: 1em 1em;
	background-color: rgba(211, 104, 104, 0.9);
	color: white;
	font-size: 12px;
	margin: 0 auto 25px !important;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
}

#cd-google-map address a {
	color: #fff !important;
}

#cd-google-map address span {
	text-decoration: underline;
}

#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(211, 104, 104, 0.9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("./assets/img/icons/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #d36868;
}

@media only screen and (min-width: 768px) {
	#cd-zoom-in, #cd-zoom-out {
		margin-left: 50px;
	}
}

#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
	#cd-zoom-in {
		margin-top: 50px;
	}
}

#cd-zoom-out {
	background-position: 50% -32px;
}

/* Cookies */

.cc-window.cc-banner {
	z-index: 999999 !important;
}

.sticky-book-btn {
	z-index: 99 !important;
}

.cc-revoke.cc-bottom {
    display: none !important;
    z-index: -1 !important;
}

.cc-window {
    position: fixed;
    z-index: 1000;
    bottom: 4.5rem !important;
    left: 50% !important;
    background: #fff;
    height: 4rem;
    width: calc(100% - 6rem);
    max-width: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem !important;
    box-shadow: 0 2rem 4rem 0 rgba(0,0,0,.15);
    transform: translate(-50%,2rem);
    transition: all .2s ease-in-out;
    font-size: 0.85rem;
}

.cc-window a {
	text-decoration: none;
    color: rgba(24,97,95,.5) !important;
}

.cc-window .cc-compliance {
    width: 1.5rem;
    height: 1.5rem;
}

.cc-window .cc-btn {
    width: 1.5rem;
    height: 1.5rem;
    background: #18615f;
    cursor: pointer;
    margin-left: auto;
    min-width: 0 !important;
    -webkit-mask: url(./assets/img/constants/menu-close.svg) no-repeat center center;
    mask: url(./assets/img/constants/menu-close.svg) no-repeat center center;
}

@media (max-width: 767px) {
	.cc-window {
		height: auto !important;
		padding: 15px !important;
		bottom: 2.5rem !important;
		width: 85% !important;
	}
}

/* Contact form */

input.error,
label.error,
textarea.error,
#recommendation-select.error {
    color: #dc7358;
    border-bottom-color: #dc7358;
}

#contactPrivacyCheckbox.error + label .checkbox {
    border-color: #dc7358;
}

#enquiry_type.error + #dropdownButton {
    border-bottom-color: #dc7358;
}

.form-message {
    display: none;
}

.form-message {
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
}

/* Cart */

.woocommerce-cart .ppc-button-wrapper {
	display: none !important;
}

.cart_item .product-name a {
    color: #45494E;
}

ul.woocommerce-shipping-methods li::before {
    display: none !important;
}

ul.woocommerce-shipping-methods li {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce ul#shipping_method li input {
    margin: 6px .4375em 0 0;
}

.shipping-calculator-button {
    color: #45494E;
}

/* Checkout */

.wc_payment_method.payment_method_square_credit_card label {
	display: flex;
}

.showcoupon {
    color: #45494E;
}

ul.payment_methods li::before {
    display: none !important;
}

ul.payment_methods li {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-checkout #payment div.form-row {
    padding: 1em;
}

.place-order {
    padding: 1rem !important;
}

/* Woocommerce : Empty Cart */

.button.wc-backward {
	background: #45494E !important;
	border: 1px solid #45494E !important;
	color: #fff !important;
	margin: 0 !important;
	transition: all 600ms ease-in-out 0s;
	padding: 1em 1em !important;
	border-radius: 0 !important;
}

/* Woocommerce : Cart */

.cart-subtotal {
    font-size: 0.75rem;
}

.order-total {
    font-size: 0.75rem;
}

.cart-collaterals .wc-proceed-to-checkout {
	margin-top: 15px;
}

.woocommerce table.shop_table td {
    font-size: 0.85rem !important;
}

.coupon .input-text {
    min-width: 200px;
    box-shadow: none;
    padding: 8px 12px !important;
    margin: 0 10px 0 0 !important;
    font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
	.coupon .input-text {
		width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
	.coupon .button {
		width: 100% !important;
		margin-top: 10px !important;
	}
}

.woocommerce .quantity .qty {
    border: 1px solid #d3ced2 !important;
    border-radius: 0;
    padding: 13px 12px !important;
}

.actions .button {
    height: auto !important;
    background: transparent !important;
    color: #45494E !important;
    border: 1px solid #45494E !important;
    text-transform: capitalize;

    font-size: 0.75rem !important;
    transition: all 600ms ease-in-out 0s;
    border-radius: 0;
    padding: 13px 12px !important;
}

.woocommerce table.shop_table th {
    font-size: 0.85rem !important;
}

.wc-proceed-to-checkout {
	padding: 0 !important;
}

.wc-proceed-to-checkout .checkout-button {
    background: #45494E !important;
    border: 1px solid #45494E !important;
    color: #fff !important;
    margin: 0 !important;
    transition: all 600ms ease-in-out 0s;
    padding: 1.5em 1em !important;
    font-size: 1rem !important;
    border-radius: 0 !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
	background: #94A393 !important;
	border: 1px solid #94A393 !important;
}

.product-remove {
    text-align: center;
}

@media screen and (max-width: 768px) {
	.product-remove {
	    text-align: left !important;
	}
}

.remove {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.remove {
	    margin: 0 auto 0 0;
	}
}

.cart_totals h2 {
	font-size: 1.15rem;
	color: #45494E;
}

/* Woocommerce : Checkout */

.woocommerce form .form-row label, .woocommerce-page form .form-row label, .edit-account legend {
    font-size: 0.8rem !important;
}

.woocommerce .col-1 {
	max-width: 100% !important;
	padding: 0;
}

.woocommerce .col-2 {
	max-width: 100% !important;
	padding: 0;
}

.woocommerce-checkout #payment {
    background: #f6f6f6 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #e9e9e9;
    border-top-color: rgb(223, 220, 222);
    border-right-color: rgb(223, 220, 222);
    border-left-color: rgb(223, 220, 222);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #e9e9e9 !important;
}

.woocommerce-billing-fields h3 {
	font-size: 1.15rem;
	color: #45494E;
	font-weight: 400;
}

.woocommerce-additional-fields h3 {
	font-size: 1.15rem;
	color: #45494E;
}

.col-2 h3 {
	font-size: 1.15rem;
	color: #45494E;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .7180469716em;
    background-color: #ffffff;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 2px #e4e4e4;
    box-shadow: none;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 2px #e4e4e4;
    box-shadow: none;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.select2-container .select2-selection--single {
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 10px;
}

.order-again a {
	height: auto !important;
    background: transparent !important;
    color: #45494E !important;
    border: 1px solid #45494E !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px !important;
    transition: all 600ms ease-in-out 0s;
    border-radius: 0;
    padding: .9em 1em !important;
}

#place_order {
	background: #45494E !important;
    border: 1px solid #45494E !important;
    color: #fff !important;
    margin: 0 !important;
    transition: all 600ms ease-in-out 0s;
    padding: 1em 1em !important;
    font-size: 1rem !important;
    border-radius: 0 !important;
}

#place_order:hover {
	background: #94A393 !important;
	border: 1px solid #94A393 !important;
}

.woocommerce form .form-row textarea {
    height: 6em !important;
}

.variation-BookingDate {
    display: block !important;
    width: 100% !important;
}

/* Woocommerce : Checkout Success */

.product-purchase-note p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.woocommerce-table__product-purchase-note.product-purchase-note {
    background-color: #f4f4f4 !important;
}

/* Woocommerce : Account */

.richtext .woocommerce {
    font-size: 0.85rem !important;
}

.richtext .woocommerce .woocommerce-Address-title a {
	color: #94A393 !important;
	font-size: 0.85rem !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li::before {
    display: none !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding: 0 !important;
    margin: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-size: 1rem !important;
}

.edit-account legend {
	font-size: 1.15rem;
    color: #45494E;
}

.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 1.15rem;
    color: #45494E;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.woocommerce-MyAccount-navigation {
		margin-bottom: 25px !important;
	}
}

.woocommerce-orders-table__cell a {
	color: #45494E;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
	color: #45494E;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #45494E;
	transition: all 600ms ease-in-out 0s;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	text-decoration: underline;
}

.woocommerce-order-details h2 {
    font-size: 1.15rem;
    color: #45494E;
    margin-bottom: 15px;
}

.woocommerce-customer-details h2 {
    font-size: 1.15rem;
    color: #45494E;
    margin-bottom: 15px;
}

.contribution-product a {
	color: #45494E;
}

/*
.woocommerce table.my_account_orders .button {
	background: #45494E !important;
	border: 1px solid #45494E !important;
	color: #fff !important;
	margin: 0 !important;
	text-transform: uppercase;
	transition: all 600ms ease-in-out 0s;
	padding: 1em 1em !important;
	font-family: 'bebas-neue', sans-serif;
	letter-spacing: 2px;
	border-radius: 0 !important;
}
*/

/* Notification */

.woocommerce-info {
	margin: 0 0 25px !important;
	padding: 1em 2em 1em 3.5em !important;
	line-height: auto !important;
	font-size: 0.75rem !important;
	border-top: 3px solid #94A393 !important;
}

.woocommerce-info::before {
    color: #94A393 !important;
}

.woocommerce-info a {
	color: #94A393 !important;
}

ul.woocommerce-error  {
	border-top: 3px solid #94A393 !important;
}

ul.woocommerce-error::before {
    color: #94A393 !important;
    top: 0.85rem !important;
}

ul.woocommerce-error li {
	font-size: 0.75rem !important;
}

.woocommerce-message {
	font-size: 0.75rem !important;
	border-top: 3px solid #94A393 !important;
}

.woocommerce-message a {
	color: #94A393 !important;
}

.woocommerce-message::before {
    color: #94A393 !important;
}

.add-to-cart-fake {
	cursor: pointer;
}

/* Order */

@media screen and (max-width: 767px) {
	ul.order_details li {
	    display: block;
	    width: 100%;
	    border: none !important;
	}
}

ul.order_details li::before {
    display: none !important;
}

.woocommerce-table__product-name a {
	color: #45494E !important;
}

.woocommerce-customer-details .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    padding: 0 !important;
}

.woocommerce-customer-details .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
	.woocommerce-customer-details .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
	    margin-top: 45px;
	}
}

.out-of-stock {
    color: #f00;
}
