/*!
Theme Name:   Icelander Child [Voupre]
Template:     icelander
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md
and rename CHILD_THEME_NAME and PARENT_THEME_SLUG in this file appropriately!
*/

/* Put your custom CSS styles below... */

.book-now-form-submit {
	background: #f68d28 !important;
    border-radius: 3px !important;
    width: 120px !important;
    margin: 0 auto !important;
    display: block !important;
}

.entry-content ul li {margin-bottom: 15px;}

.footer-area-site-info::before {background-color: inherit;}

.footer-text {text-align: center;}

footer .social-links {display: none;}
footer .woocommerce-product-search {display: none;}
footer .footer-area-footer-menu {background: #515253; text-align: center;}
footer .footer-menu {width: 100%;}

.footer-icons-row {
	background: #f68d28;
	display: table;
	padding: 40px;
	width: 100%;
}

.footer-icons-row-cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
}

.icon-in-row {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

@media only screen and (max-width: 600px) {
	.icon-in-row {display: inline-block; width: 50%;}
}

.wm-button {
    background-color: #515253 !important;
    border: 0;
    border-radius: 3px;
    padding: 12px 24px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #ffffff !important;
    text-decoration: none;
}

.blue-button .wm-button {background-color: #0049aa !important;}
.red-button .wm-button {background-color: #af2a01 !important;}
.green-button .wm-button {background-color: #003b0d !important;}

.main-navigation-container .expander::before {-webkit-transition-delay: 0.1s; transition-delay: 0.1s;}

.main-navigation-container .expander::after {-webkit-transition-delay: 0.1s; transition-delay: 0.1s;}

.main-navigation-container .expander::before {margin: -1px -6px; transform: rotate(60deg);}

.main-navigation-container li.focus > a .expander::before {margin: -2px -1px; transform: rotate(30deg);}

.main-navigation-container .expander::after {margin: -4px 1px; transform: rotate(30deg);}

.main-navigation-container li.focus > a .expander::after {visibility: inherit; transform: rotate(60deg); margin: -1px 2px;}

.widget-area .search-form {max-width: 600px; margin: 0 auto;}

.site-title-hidden .custom-logo-link img {max-width: 250px;}

.footer-area-footer-widgets {background: #252a2a;}

.footer-area-site-info {padding: 1rem 0 !important;}

.search-results .page-summary p {display: none;}
.archive .page-summary p {display: none;}
.archive .intro-title.has-page-summary {width: 100%; float: none;}

.white-button {color: #fff !important; border-color: #fff;}

.summary-container .entry-summary .woocommerce-breadcrumb {display: none;}

.product-breadcrumbs {position: relative; width: 100%; background: #f4f3f3;}

.product-breadcrumbs nav {position: relative; margin: 0 auto; padding: 10px 0; display: table;}

.single-product .summary-container-inner {padding-top: 2rem; padding-bottom: 0;}

.single-product .product_meta {display: none !important;}
.single-product .post-navigation {display: none !important;}
.single-product .related-container {display: none !important;}



.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 75%;
    float: right;
}
 
/* Make Gallery 25% width and place it beside the image */
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 25%;
    float: left;
}
 
/* Style each Thumbnail with width and margins */
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100px;
    float: none;
    margin: 0 0 10% 10%;
}

.woocommerce-product-gallery .flex-control-thumbs li {float: none; width: 90%; margin-top: 0; margin-bottom: 1.618em;}


.fluid-width-video-wrapper {padding: 0 !important; height: 300px; margin-bottom: 20px;}

h1.product_title {margin: 0 0 1rem 0; text-transform: unset;}

.product-line-sep {
    background: #515253;
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

.small-line-sep {
    background: #cccccc;
    height: 2px;
    width: 30px;
    margin: 0;	
}

.underline-on-hover a {text-decoration: none;}
.underline-on-hover a:hover {text-decoration: underline;}

ul.products .product h3 {text-transform: unset !important; font-weight: 600 !important; text-align: center; margin-bottom: 10px;}

ul.products .product .price {
    display: table;
    margin: 0 auto;
    line-height: 1.19;
}

ul.products .product .price .amount {font-weight: 500;}

ul.products .product .button {
    background-color: #515253 !important;
    border: 0;
    border-radius: 3px;
    padding: 12px 24px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #ffffff !important;
    text-decoration: none;
	display: table;
	margin: 10px auto 0;
}

ul.products .product .button::before, ul.products .product .added_to_cart::before {display: none;}

.single-product .summary .product-mini-table {display: table; vertical-align: middle;}
.single-product .summary .price {display: table-cell; padding-right: 15px;}
.single-product .summary .stock-status {display: table-cell;}

.single-product form.cart {margin: 1.62em 0 1.62em;}

.quantity-control {display: table; float: left; border: 2px solid #eaeaea;}
.quantity-control div, .quantity-control button {display: table-cell; border: 0; height: 59px; font-size: 16px;}
.quantity-control .input-text {border: 0; text-align: center; margin-top: 10px;}
.single-product .single_add_to_cart_button {display: inline-block !important; width: auto !important; margin: 0 !important;}

@media only screen and (max-width: 600px) {
	.quantity-control {float: none; margin: 0 auto;}
	.single-product .summary .cart .single_add_to_cart_button {
    display: table !important; margin: 15px auto 0 !important; clear: both;
	}
}

@media only screen and (min-width: 55em) {
	.site .woocommerce-tabs .panel {
		max-width: 1100px;
	}
}

.woocommerce-product-rating {border-top: 2px solid #808183; border-bottom: 2px solid #808183; padding: 10px 2px; color: #808183; text-transform: uppercase; margin: 1em 0;}

.woocommerce-product-rating a {color: #000000;}

.product-desc-title {text-transform: uppercase; margin: 2px 0 1rem 0;}

.woocommerce-tabs .tabs .how-to-use_tab a::before {content: '\f100';}

.woocommerce-tabs .tabs .faqs_tab a::before {content: '\f108';}

.product-widgets-container {width: 100%; max-width: none; background: #235090; text-align: center; font-size: 18px; margin-bottom: 0;}

.product-widgets-container h2.widget-title {font-size: 1.5rem; letter-spacing: 0; margin: 0 0 5px 0 !important;}

.product-widgets-container p {max-width: 300px; margin: 0 auto;}

.product-widgets-container .widget-text-media {margin: 0 0 1rem 0;}

.product .wc-tabs-wrapper {margin-top: 20px;}

.product .woocommerce-tabs .tabs a {}

.product .woocommerce-tabs .tabs .active a {background: #515253;}

ul.products .product:hover {background: #f4f2f3;}

.intro-container .intro {background: #515253;}

h1.intro-title, .archive .intro-title, .blog .intro-title {text-align: center; text-transform: unset; font-weight: normal;}
.blog-title {color: #020202; text-transform: uppercase; text-align: center; margin: 0 auto 50px; max-width: 600px;}
.blog-image {margin-bottom: 50px;}

.fl-row-content-wrap h1 {font-weight: normal;}

.single-post .intro .intro-title {text-align: center; max-width: 700px; margin: 0 auto;}
.single-post .intro-container .intro {background: #252a2a;}
.single-post .entry-meta {display: none;}
.single-post .site-content-inner {padding-top: 3rem;}

.locations-cont {max-width: 900px !important;}
.locations-cont img {max-width: 64px !important; display: inline-block; margin-right: 20px; vertical-align: middle;}
.locations-cont span {display: block; color: #252a2a; margin-top: 20px; font-size: 16px;}
.locations-cont strong {width: 100%; margin-right: -100px; padding-right: 100px; display: inline-block; vertical-align: top; box-sizing: border-box;}

.wm-accordion .wm-item-title {text-transform: uppercase;}

.woocommerce-tabs.tabs-count-1 .panel {padding-top: 5rem;}

.homepage-collection-links img {
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.homepage-collection-links img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.contact-us-box {max-width: 580px; background: #235090; color: #ffffff; margin: 0 auto; width: 100%;}
.contact-us-box p {margin: 0 0 1em 0;}
.contact-us-box a, .contact-us-box a:hover {color: #ffffff;}

.front-page .intro-special {padding: 0; height: calc(100vh - 144px);}

.cover-img-size .fl-row-content-wrap {height: 70vh;}

.plus-img-bg {background-image: url(https://friendswood.voupre.com/wp-content/uploads/Plus-Sign.png); background-size: contain; background-repeat: no-repeat; background-position: center center; background-attachment: scroll; height: 200px; display: table;}

.plus-img-bg>div {display: table-cell; vertical-align: middle; margin: 0 auto; text-align: center;}

.site-header-content {border: 0;}

.two-section-heading h4 {display: table; width: 100%;}
.two-section-heading span {display: inline-block; float: right; position: relative;}
.two-section-heading:before {display: none;}

.wm-accordion .wm-item-title::after {font-weight: bold; color: #f68d28; content: '\ea4b'; font-family: 'Fontello'; font-size: 120%;}
.wm-accordion .is-active .wm-item-title::after {content: '\ea2c';}

@media only screen and (max-width: 670px) {
	.contact-us-box .fl-module-content {margin: 21px; padding: 0 21px;}
	.site-title-hidden .custom-logo-link img {max-width: 200px;}
	.front-page .intro-special {max-height: 320px;}
	.site-header-inner {display: table;}
	.site-header-content .social-links {margin: -20px 0; font-size: 20px;}
	.mobile-first-order {order: 1 !important; -webkit-order: 1;}
	.two-section-heading span {display: table; float: none; margin-top: 10px;}
}

@media only screen and (max-width: 360px) {
    .site-title-hidden .custom-logo-link img {max-width: 160px;}
}

.single-product .product-mini-table, form.cart {display: none !important;}