/**
Theme Name: leikbreytir
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leikbreytir
Template: astra
*/

/* Header font load */
@import url(https://db.onlinewebfonts.com/c/2eec19655a59b2128f108a47e760c857?family=ITC+Franklin+Gothic+LT+Book);
@import url(https://db.onlinewebfonts.com/c/50a07a2502cdd8e376c745d1d519c76f?family=Optima+nova+LT+Medium);



html, body{
	font-family: "Optima nova LT Medium"!important;
}

body, footer{ 
	font-family: "Optima nova LT Medium";
}

nav ul li a {
	font-family: "ITC Franklin Gothic LT Book";
}


/* temp css */
header#masthead, footer#colophon  {
    display: none;
}


/* header logo visibility css */
.elementor-element.elementor-element-890ebb3.site_main_h_logo.elementor-widget-image img {
    position: relative!important; 
    left:auto!important; 
}
/* footer css */
.footer_form.wpforms-container .wpforms-submit-container {
    text-align: center;
}

.footer_form button#wpforms-submit-369 {
    background: #fff;
    border: 1px solid #eee;
    color: #000;
}

.footer_form.wpforms-container .wpforms-field{    
    padding: 5px 0px 0px;
}

.wpforms-field-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wpforms-submit-container {
    margin-top: 20px !important;
}

.footer_form button#wpforms-submit-369:hover {
    background: #fff!important;
    border: 1px solid #eee;
    color: #000;
}

/* GiftCard */

.gift-card-no-wrap form{
    font-family: Arial, sans-serif;
}
.gift-card-no-wrap form div {
    text-align: left!important;
    margin-bottom: 0.5rem!important;
    font-size: 1.1em!important;
    color: #aa8961!important;
}
.gift-card-no-wrap form input[type="text"] {
   width: 300px;
    height: 3rem;
    background: inherit;
    border: unset;
    color: #4e4b44;
    font-size: .9375rem;
    border: .0625rem solid #dadada;
    border-radius: 0;
    font-family: Inter, sans-serif;
}
.gift-card-no-wrap form button {
    color: #ffffff!important;
    background-color: #aa8961!important;
	  padding: 12px 20px!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: 1em!important;
		margin-left: 0!important;
}
.gift-card-no-wrap form button:hover {
    background-color: #3b3832!important;
}
.gift-card-no-wrap form .form-inline-group {
    display: flex!important;
    align-items: center!important;
    gap: 1rem!important;
}
@media (max-width: 600px) {
    .gift-card-no-wrap form .form-inline-group {
        flex-direction: column!important;
        align-items: stretch!important;
    }
    .gift-card-no-wrap form input[type="text"] {
        width: 100%!important;
    }
}

#gift-card-form .btn-form button#card_submit{
	color: #ffffff!important;
    background-color:#aa8961!important;
	padding: 12px 20px!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: 1em!important;
	margin-left: 0!important;
}

#gift-card-form .btn-form button#card_submit:hover{
	background-color: #e46e00!important;
}

#gift-card-form input{
	width: 100%;
    height: 3rem;
    background: #fff;
    color: #4e4b44;
    font-size: .9375rem;
    border: .0625rem solid #aa8961;
    border-radius: 5px;
    padding: 1.25rem 10px;
    font-family: Inter, sans-serif;
}


@media (min-width: 922px) {
    .site-content .ast-container {
        margin: 50px auto;
    }
}
.btn-form #card_submit{
	background-color: #aa8961;
	color: #fff;
}
