/*
    Theme Name: Salbos - broneerimissüsteem hotellidele
    Description: Lihtne ja mugav veebiliides paketide või tubade broneerimiseks kliendi poolel.

    Text Domain: salboshotel
    Author: Confemar OÜ

    Version: 1.17.1
    Domain Path: /lang
*/


/* main style */

@font-face {
    font-family: 'Gotham-Regular';
    src: url(assets/css/fonts/GothamPro.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url(assets/css/fonts/GothamPro-Bold.ttf) format('truetype');
}

*{
    outline: none;
    position: relative;
    box-sizing: border-box;
}

html{
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'Gotham-Regular';
	color: var(--font-color);
    line-height: 1.6em;
    overflow-x: hidden;
    overflow-y: scroll;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
}

b, strong{
    font-weight: normal !important;
    font-family: 'Gotham-Bold';
}

a:link, a:visited{
    color: var(--link-color);
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul:not(.woocommerce-error, .woocommerce-order-overview) li:not(.product, .select2-results__option)::before{
    content: "\25CF";
    color: var(--link-color);
    margin: 0 7px 0 0;
}

#page-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: var(--page-width);
    margin: 0 auto 50px auto;
}

#page-text-content{
    display: block;
    width: 100%;
    max-width: var(--page-width);
    padding: 0 15px;
    margin: 0 auto 50px auto;
}

h1, h2, h3{
    display: block;
    font-family: 'Gotham-Bold';
    font-weight: normal;
    color: var(--link-color);
}

hr.wp-block-separator{
    border: var(--border) solid var(--border-color);
    border-bottom: 0px;
    margin: 50px 0;
}

img:not(.logo-img){
    border-radius: var(--top-left) var(--top-right) var(--bottom-left) var(--bottom-right);
}