/*
Theme Name: Foundry Child
Theme URI: 
Description: Child theme for the Foundry theme
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI: 
Template: foundry
Version: 1.1.48
*/

@import url('../foundry/style.css');
@import url('../foundry-child/style/css/theme.css');

/*!---------- Start Custom New Theme ----------*/
.wp-block-cover__inner-container > h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, "Open Sans", "helvetica neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.wp-block-cover__inner-container > h2 {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 8px;
}

.wp-block-cover__inner-container > h6 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 4px;
}

.has-white-color > a, .has-white-color, .has-white-color.wp-block-button__link:visited {
	color: #ffffff !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	padding: 0 26px;
}

.wp-block-button.is-style-outline.lg > .wp-block-button__link
{
	height: 50px;
    line-height: 46px;
    min-width: 200px;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: #ffffff;
	color: #000000;
}

.slider-animation > img {
	animation: kenBurnsEast 25s linear infinite alternate;
    -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}

/*!---------- End Custom New Theme ----------*/

/*
 * General updates
 */

.wc-block-grid__product-rating {
	visibility: hidden !important;
	display: none !important;
}

.wp-block-button__link {
	background-color: #18A8B2 !important;
	line-height: 46px !important;
	min-height: 50px !important;
	min-width: 220px !important;
	color: #ffffff !important;
}

.wp-block-button__link:hover {
	background-color: #9be6e8 !important;
	color: #ffffff !important;
	border: 2px solid #18a8b2 !important;
}

.feature-1 i {
	display: inline-block;
	margin-bottom: 16px;
	color: #8dcbc4;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	padding: 0 1rem;
}

.wc-block-grid__product-onsale {
	color: #ffffff;
	border: none;
}

.wp-block-button__link:visited {
    color: #18a8b2;
}

.wp-block-button__link:visited:hover {
    color: #ffffff;
}

/*
 * FIX FOR REPONSIVE
 */
.ebor-page-wrapper {
	max-width: 1920px;
	width: 100% !important;
	margin: 0 auto;
}

.backing-cover{
	margin: 40% 10% 12% !important;
    padding: 4% !important;
    background-color: rgba(255,255,255,0.8) !important;
}

.fixed-img {
	background-image: unset;
}

.fixed-img > .background-image-holder {
	background-attachment: fixed;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-color: unset;
}

a:hover {
	color: #3c3c3c;
}

a:focus {
	color: #000000;
}

section {
	padding-top: 118px;
}

.blog .bg-secondary {
	padding-top: 25px;
}

.post-frame {
	border: solid 3px #18a8b2;
}

.post-frame > a > img {
	height: 221px;
}

.post-snippet .inner {
	padding-bottom: 0px;
}

.post-snippet .inner {
	overflow: auto;
}

.page-title-3, .page-title-4 {
    height: 230px;
}

.page-title .container {
	top: 72%;
}

.wpb_wrapper h2 {
	font-size: 26px;
}

#sort_customizable_table {
	width: 100%;
}

.panel-group .panel {
    border-radius: 2px;
}

.panel-heading {
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel-info>.panel-heading {
    color: #ffffff;
    background-color: #18a8b2;
    border-color: #18a8b2;
}

.panel-title>a:hover {
	color: #ffffff;
}

.panel-info {
    border-color: #18a8b2;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #18a8b2;
}

/* fix search input */
.widget-handle .search-form {
	padding: 0;
	display: block;
	line-height: 0;
}

.widget-handle .function {
	width: 340px;
}

/* remove payment options from cart page */
.wcppec-checkout-buttons.woo_pp_cart_buttons_div {
	display: none;
}

/* Gift Card Styles */
.ywgc-form-preview-separator {
	background-color: unset;
}

.ywgc-predefined-amount-button {
	font-family: Open Sans,helvetica neue,Helvetica,Arial,sans-serif;
    border: 2px solid #18a8b2 !important;
	background-color: unset !important;
    padding: 0 26px;
    height: 50px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 !important;
    color: #fff !important;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
    background: 0 0;
}

.ywgc-predefined-amount-button:hover {
	background-color: #9be6e8 !important;
	color: #fff !important;
}

.ywgc-predefined-amount-button:focus {
	border: 3px solid #c3c3c3 !important;
}

.yith_wc_gift_card_input_recipient_details, #ywgc-sender-name, #ywgc-edit-message {
	float: right !important;
}

.ywgc_apply_gift_card_button {
	background: #18a8b2 !important;
    color: #fff !important;
}

.ywgc_apply_gift_card_button:hover {
	background: #9be6e8 !important;
    color: #fff !important;
}


/* woocommerce fixes start */
.woocommerce td.product-name dl.variation dd {
	float: left;
}

.woocommerce td.product-quantity {
	width: 100px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-family: Raleway, "helvetica neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#billing_country_field > .woocommerce-input-wrapper {
	line-height: 48px;
}

#respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce button[type=submit].button  {
	padding: initial;
	float: right;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	color: #666666;
	background-color: #18a8b2;
}

#coupon_code {
	height: 40px;
	width: 35rem;
}

/* Cart Style */
#page-651 .woocommerce-cart-form {
	width: 49%;
	float: left;
	clear: left;
}

#page-651 .cart-collaterals {
	width: 49%;
	float: right;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: unset;
	width: 100%;
}

#page-651 .giftwrap_coupon {
	float: left;
	width: 49%;
	clear: unset;
}

#page-652 .woocommerce-form-coupon-toggle button,
#page-652 .ywgc_have_code button,
#page-651 .ywgc_have_code button {
	display: none;
}

#page-652 .woocommerce-form-coupon-toggle .alert-warning,
#page-652 .ywgc_have_code .alert-warning,
#page-651 .ywgc_have_code .alert-warning {
	border: 0px;
	color: rgb(42, 42, 42);
	font-family: Raleway,helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
}

#page-652 .ywgc_have_code,
#page-651 .ywgc_have_code {
	margin: 0;
}

#page-652 .woocommerce-form-coupon-toggle .alert,
#page-652 .ywgc_have_code .alert,
#page-651 .ywgc_have_code .alert {
	margin-bottom: 0;
	padding: 8px 0;
}

#ship-to-different-address .checkbox {
	text-align: right;
	margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: none;
	clear: none;
}

.giftwrap_header_wrapper {
	display: inline-block;
    width: 100%;
}

#page-651 .coupon .button,
.show_giftwrap_coupon {
	background: #d3ced2;
    color: #fff;
    margin: 5px 0;
    font-family: Raleway,helvetica neue,Helvetica,Arial,sans-serif;
    border: 2px solid #d3ced2;
    padding: 0 20px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
}

.show_giftwrap_coupon:hover, .woocommerce button[type=submit].button:hover {
	background: #9be6e8;
    color: #fff;
}

/* woocommerce fixes end */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#coupon_code {
		width: 100%;
	}
	
	.show_giftwrap_coupon, .woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
		margin: 18px 0;
	}
	
	#respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce button[type=submit].button{
		margin-bottom: 18px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {	
	#coupon_code {
		width: 100%;
	}
	
	.show_giftwrap_coupon, .woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
		margin: 18px 0;
	}
	
	#respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce button[type=submit].button{
		margin-bottom: 18px;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: revert;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: revert;
		text-align: left !important;
	}
}


@media only screen and (max-width: 1024px) {
	#page-651 .woocommerce-cart-form {
		width: 100%;
		float: unset;
		clear: unset;
	}

	#page-651 .cart-collaterals {
		width: 100%;
		float: unset;
	}

	#page-651 .giftwrap_coupon {
		float: unset;
		width: 100%;
		clear: unset;
	}
}
