/*
Theme Name: BW Group
Description: 
Author: Esti Wolo
Author URI: https://estiwolo.com
Template: genesis
Version: 1.0.0
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- CSS Variables
	- Typographical Elements
	- Typography
	- Links & Buttons, Button Blocks
	- Lists
	- Objects
	- Tables
	- Screen Reader Text
	- Skip Links
- Forms
- Common Classes
	- Flexbox
	- Styling classes
	- Avatar
	- Genesis
	- Search Form
	- WordPress
- Site Container
	- Site Container
	- Site Inner
- Site Header
	- Title Area
- Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Site Footer
	- Footer Widgets
- Content Area
	- Page headers
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
	- Custom page templates
- Sidebar
	- Widgets
- Blocks
	- Block classes
	- Native blocks
	- Custom blocks
- Media Queries
- Print Styles
*/





@font-face {
  font-family: Clashgrotesk;
  src: url('fonts/ClashGrotesk-Regular.woff2') format('woff2'),
       url('fonts/ClashGrotesk-Regular.woff') format('woff'),
       url('fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* HTML5 RESET
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
	scroll-padding-top: 6rem;
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
    z-index: 1 !important;
}

/* DEFAULTS
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: var(--wp--preset--color--black);
	font-family: var(--wp--preset--font-family--main);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

p {
	margin: 0;
	padding: 0;
}

p + p {
	margin-top: var(--wp--preset--spacing--small);
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: var(--wp--preset--color--black);
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

::selection {
  color: #fff;
  background: var(--wp--preset--color--black);	
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--wp--preset--color--black);
}

.svg-img svg {
    max-width: 100%;
}

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: inherit;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

.is-style-main {
	font-family: var(--wp--preset--font-family--main);
}

.is-style-secondary {
	font-family: var(--wp--preset--font-family--secondary);
}



/* Links & Buttons
--------------------------------------------- */
a {
	color: var(--wp--preset--color--black);
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover,
.entry-title a:focus,
.entry-title a:hover {
	color: var(--wp--preset--color--black);
	text-decoration: none;
}


/* Left-aligned buttons don't stay aligned on mobile */
.wp-block-buttons.is-content-justification-left {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}


/* Lists 
--------------------------------------------- */
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: var(--wp--preset--color--black);
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

/* Skip Links
------------------------------------------------ */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/*Language investor portal*/

.portal-lang-he {
    direction: rtl;
    text-align: right;
}

.portal-lang-he .investor-portal-nav,
.portal-lang-he .investor-language-switch,
.portal-lang-he .project-summary,
.portal-lang-he .project-photos,
.portal-lang-he .investor-dashboard-projects {
    text-align: right;
}

.portal-lang-he ul,
.portal-lang-he ol {
    padding-right: 20px;
    padding-left: 0;
}

.portal-lang-he .project-photo-item img {
    display: block;
    margin-right: 0;
    margin-left: auto;
}


/*Login popup*/


.popup-login-wrap p {
	margin: 0 !important;
}

.popup-login-wrap .login-username,
.popup-login-wrap .login-password {
	margin: 0 0 18px !important;
}

.popup-login-wrap label {
	display: none !important;
}

.popup-login-wrap input[type="text"],
.popup-login-wrap input[type="password"] {
	padding:24px !important;
	border: 0 !important;
	background: #f1efeb !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: var(--wp--preset--color--blue) !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.popup-login-wrap input::placeholder {
	font-size:18px !important;
	font-weight:500;
}



.popup-login-wrap .login-remember {
	margin: 10px 0 18px !important;
	text-align: left !important;
}

.popup-login-wrap .login-submit {
	margin: 0 !important;
	text-align: center !important;
}

.popup-login-wrap .login-submit input[type="submit"],
.popup-login-wrap .login-btn {
	line-height:1.1;
	border-radius: 30px !important;
	background: var(--wp--preset--color--blue) !important;
	color: #fff !important;
	margin-top:1em !important;
	padding:14px 70px!important
}
.popup-login-wrap .login-submit input[type="submit"]:hover,
.popup-login-wrap .login-btn:hover{
	background: var(--wp--preset--color--light-blue) !important;
	border-color: var(--wp--preset--color--light-blue) !important;
	color: var(--wp--preset--color--blue) !important;
}


.popup-login-wrap p a {
    display: block !important;
    margin-top: 1.2em;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
}
.portal-logged-in-state p {
    text-align: center;
	color:var(--wp--preset--color--blue);
    font-weight: 500;
    font-style: italic;
    margin-top: 2em !important;
}
.portal-logged-in-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 0px;
}

.popup-login-wrap .login-btn--secondary {
	background: transparent !important;
	border: 1px solid var(--wp--preset--color--blue);
	color: var(--wp--preset--color--blue) !important;
}

/*******************Main client portal dashboard***********/

.investor-logout-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.investor-logout-icon {
    display: inline-flex;
    align-items: center;
}

.investor-logout-link svg {
    width: 16px;
    height: 16px;
}
.investor-logout-link:hover {
    opacity: 0.7;
}

.investor-dashboard-projects-wrap {
    margin-top:3em;
}

.investor-portal-nav,
.investor-language-switch {
    display: flex;
    align-items: center;
    gap: 6px;
}

.investor-portal-nav a,
.investor-language-switch a {
    text-decoration: none;
}

.investor-projects-grid {
    display: flex;
    flex-direction: column;
    gap: 2em
}

.investor-project-card {
    display: grid;
    grid-template-columns: 260px 1fr auto;
    gap: 32px;
    align-items: center;
    background: #fff;
    border: 1px solid #e7e2db;
    border-radius: 8px;
    padding: 22px 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
	color: var(--wp--preset--color--blue);
}

.investor-project-card__image img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
}

.investor-project-card__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.investor-project-card__status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 999px;
    font-size: 15px;
	font-weight:500;
    line-height: 1;
	letter-spacing: 0.2px;
	    margin-bottom: 1.8em;
	    justify-content: center;
min-width:85px;
}


.status-inspection {
    background: #D9C2F04D;
}

.status-contract {
    background: #E8A5B84D;
}

.status-completion {
    background: #57AF754D;
}

.status-construction {
    background: #F1B7444D;
}

.status-build_done {
    background: #E7C96A4D;
}

.status-rented {
    background: #2068CA4D;
}

.status-refinance {
    background: #3E4E7A4D;
}
.investor-project-card__title {
    margin: 0;
    font-size: var(--wp--preset--font-size--22);
	font-weight:500;
    line-height: 1.2;
    font-family: var(--wp--preset--font-family--main);
}

.investor-project-card__title a{
		color: var(--wp--preset--color--blue);
}

.investor-project-card__title a:hover{
		color: var(--wp--preset--color--light-blue);
}

.investor-project-card__address {
    font-size: var(--wp--preset--font-size--18);
	font-family: var(--wp--preset--font-family--main);
    line-height: 1.4;
}

.investor-project-card__actions {
    padding-right: 10px;
}

.investor-project-card__actions .wp-element-button {
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 10px 34px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    background-color: var(--wp--preset--color--blue);
    border: 2px solid var(--wp--preset--color--blue);
    color: var(--wp--preset--color--white);
}

.investor-project-card__actions .wp-element-button:hover {
    color: var(--wp--preset--color--blue);
    background: transparent;
	border-color:var(--wp--preset--color--blue);
}



@media (max-width: 900px) {
    .investor-project-card {
        grid-template-columns: 1fr;
    }

    .investor-project-card__actions {
        padding-right: 0;
    }
	
	.investor-dashboard-page{
		max-width:550px
	}
}


/* default = English */
.show-he {
    display: none !important;
}

.portal-lang-he .show-en {
    display: none;
}

.portal-lang-he .show-he {
    display: block !important;
}

/* SINGLE PROJECT PAGE - PORTAL
---------------------------------------------------------------------------------------------------- */
body.single-project {
	background: #F8F8FA;
}

.single-project .wrap {
    max-width: 1200px;
    margin-bottom: 1.2em;
}
main.project-page{
		margin-top:1.8em;
}


.project-page__back-link {
    display: inline-flex;
    align-items: center;
    gap:8px;
    text-decoration: none;
    color: var(--wp--preset--color--blue);
    font-size: 1.5rem;
    font-family: var(--wp--preset--font-family--main);
    font-weight: 600;
    margin-bottom: 4em;
    line-height: 1;
    letter-spacing: 0.6px;
}

.project-page__back-link .back-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-page__back-link svg {
    width: 20px;
    height: 20px;
}

.project-page__back-link:hover{
	    color: var(--wp--preset--color--light-blue);
}

.project-page__title {
    margin: 0 0 4px;
    font-family: var(--wp--preset--font-family--secondary);
    color: var(--wp--preset--color--blue);
    font-size: var(--wp--preset--font-size--50);
    line-height: 1.1;
}

.project-page__address {
    font-family: var(--wp--preset--font-family--main);
    color: var(--wp--preset--color--blue);
    font-size: var(--wp--preset--font-size--18);
}

.project-page__content-grid {
    display: flex;
	flex-direction:column;
    gap: 1.5em
}

.project-page__main-card,
.project-page__downloads-card {
    border: 1px solid #E7E2DB;
    padding: 2em 3em 2.2em
}

.project-page__main-card {
    background: #fff;
}

.project-page__downloads-card {
    background: transparent;

}

.project-page__card-heading {
        margin: 0 0 1.2em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #E7E2DB;
    font-size: var(--wp--preset--font-size--20);
    color: var(--wp--preset--color--blue);
    font-weight: 500;
}

.project-page__summary-update {
  margin-bottom: 24px;
}

.project-page__summary-update:last-child {
  margin-bottom: 0;
}

.project-page__summary-date {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--wp--preset--color--blue);
    font-size: 13px;
    letter-spacing: 0.2px;
}

.project-page__summary-update.is-old-update {
  opacity: 0.45;
}

.project-page__summary {
    margin-bottom: 2em;
}

.project-page__summary p {
    margin: 0;
	font-size:var(--wp--preset--font-size--16);
	line-height:1.5
}

.project-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding-top: 18px;
}

.project-timeline__line {
    position: absolute;
    top: 35px;
    left: 60px;
    right: 60px;
    height: 1.3px;
    background: var(--wp--preset--color--light-blue);
    z-index: 1;
}

.project-timeline__step {
    position: relative;
    z-index: 2;
    flex: 1;
    text-align: center;
}

.project-timeline__circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #CBD3E0;
    margin: 0 auto 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-timeline__step.is-complete .project-timeline__circle {
    background: var(--wp--preset--color--blue);
}

.project-timeline__step.is-complete .project-timeline__circle::after {
    content: "✓";
    color: #fff;
        font-size: 18px;
    line-height: 2.5;
    font-weight: 400;
}

.project-timeline__step.is-current .project-timeline__circle {
    background: var(--wp--preset--color--blue);
}

.project-timeline__step.is-current .project-timeline__circle::before {
    content: "";
    position: absolute;
        inset: -10px;
    border-radius: 50%;
    border: 1.6px solid var(--wp--preset--color--light-blue);
	background:#fff;
	z-index:-1
}

.project-timeline__step.is-upcoming .project-timeline__circle {
    background: #CBD3E0;
}

.project-timeline__label {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
	font-weight:500
}

@media (max-width: 800px) {

    .project-timeline {
        display: block;
        position: relative;
        padding-top: 28px;
        margin-top: 32px;
    }

    .project-timeline__line {
        position: absolute;
        top: 44px;
        bottom: 16px;
        left: 16px;
        right: auto;
        width: 1.3px;
        height: auto;
        background: var(--wp--preset--color--light-blue);
        z-index: 1;
    }

    .project-timeline__step {
        position: relative;
        display: flex;
        align-items: center;
        gap: 22px;
        margin-bottom: 24px;
        text-align: left;
        z-index: 2;
    }

    .project-timeline__circle {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        margin: 0;
    }

    .project-timeline__label {
        text-align: left;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 500;
    }

    .portal-lang-he .project-timeline__line {
        left: auto;
        right: 16px;
    }

    .portal-lang-he .project-timeline__step {
        flex-direction: row-reverse;
        text-align: right;
    }

    .portal-lang-he .project-timeline__label {
        text-align: right;
    }
}

.project-page__gallery {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1em;
}

.project-page__gallery-item {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.project-page__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1200px) {

	.single-project .wrap {
    max-width: 1000px;
}

}

.project-downloads-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5em;
	padding-top:10px;
}

.project-downloads-column__title {
      margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #4A6278;
	text-transform:uppercase;
	letter-spacing:0.5px;
}


@media (max-width: 767px) {
  .project-downloads-columns {
    grid-template-columns: 1fr;
  }
}

.project-downloads-list {
    display: flex;
    flex-direction: column;
}

/* item */
.project-download-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #E7E2DB;
}

.project-download-item:last-child {
    border-bottom: 0;
}

/* icon */
.project-download-item__icon {
    flex: 0 0 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2px;
}

.project-download-item__icon img {
    width: 18px;
    height: 18px;
    display: block;
}
/* content */
.project-download-item__content {
    flex: 1;
    min-width: 0;
}

/* title */
.project-download-item__title {
    font-size: 1.3rem;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* date */
.project-download-item__date {
    font-size: 1.2rem;
    line-height: 1.3;
    opacity: 0.75;
    margin-top: 2px;
}

/* button */
.project-download-item__button {
    flex: 0 0 auto;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border: 1px solid var(--wp--preset--color--light-blue);
    color: var(--wp--preset--color--blue);
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.2;
    background: transparent;
    transition: 0.2s ease;
}

.project-download-item__button:hover {
    background: var(--wp--preset--color--blue);
    border-color: var(--wp--preset--color--blue);
    color: #fff;
}



/*************PORTAL MENU******************************/
/* ===== SHOW / HIDE LOGIN / LOGOUT ===== */
body.logged-in .menu-login {
    display: none !important;
}

body:not(.logged-in) .menu-logout {
    display: none !important;
}


/* ===== MENU LAYOUT ===== */
.nav-primary .menu {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-primary .menu-item a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--wp--preset--color--blue);
	letter-spacing: 0.7px;
}


/* ===== LANGUAGE ICON (ONLY BEFORE EN) ===== */
.menu-lang-en a::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/wp-content/themes/bwgroup/assets/language.svg') no-repeat center;
    background-size: contain;
	    vertical-align: middle;
    margin-right: 5px;
	margin-top: -2px;
}


/* ===== EN | DIVIDER ===== */
/* remove previous divider */
.menu-lang-en a::after {
    content: none;
}
.menu-lang-en{
margin-right: -12px !important;
}


/* remove gap just between EN and HEB */
.menu-lang-en a, .menu-lang-he a{
    padding-right: 0 !important;
	padding-left:0 !important
}

/* add divider BEFORE HEB instead */
.menu-lang-he a::before {
    content: "|";
    margin: 0 6px;
}

.menu-lang-he a span{
	line-height:2
}

/* ===== LOGIN / LOGOUT ICON ===== */
.menu-login a::before,
.menu-logout a::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
	    vertical-align: middle;
    margin-right: 5px;
    background: url('/wp-content/themes/bwgroup/assets/account.svg') no-repeat center;
    background-size: contain;
}
/* FORMS
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	    background-color: #F6F4F0;
    border: none;
    border-radius: 0;
    text-align: center;
    color: var(--wp--preset--color--black);
    padding: 25px 15px !important;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: var(--wp--preset--color--black);
	opacity: 1;
}

::-webkit-input-placeholder {
	color: var(--wp--preset--color--blue);
font-size: var(--wp--preset--font-size--21);
font-weight: 500;
line-height:1.6;
letter-spacing: 1.82px;
text-transform: uppercase;
}


.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* GRAVITY FORMS */

/* Adjust whitespace between fields, and labels to fields */ 
body .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield {
    margin-top: 14px;
}

.gform_confirmation_wrapper {
    padding: 20px;
    margin-top: 25px;
    font-weight: bold;
}

p.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: inherit !important;
}



/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */


.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* 404
--------------------------------------------- */
.error404 main#genesis-content {
    min-height: 80vh;
    padding-top: 3em;
}


/* SITE CONTAINER
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	width: 100%; 
	max-width: 2560px;
	overflow: hidden;
	margin: auto;
	-webkit-animation: fadein 1s;
	animation: fadein 1s; 
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.admin-bar .site-container {
	margin-top: 46px;
}

/* Combats FOUC with GSAP */
.hero p,
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero .wp-block-button {
	visibility: hidden;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}


/* SITE HEADER
---------------------------------------------------------------------------------------------------- */
/* old version
.site-header {
	background:  #2d3e4f;;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
padding:10px 20px;
}*/

	
	.site-header {
		width: 100%;
		position:relative;
		background:#fff;
		z-index: 9999;
		padding: 10px var(--wp--preset--spacing--medium);
		transition: .2s top ease-in-out;
		display:flex
	}
.nav-primary {
        width: auto !important;
        margin-left: auto;
        display: block;
}

/* Logo
--------------------------------------------- */
.site-name {
	line-height: 1;
    display: inline-block;
	text-indent: -9999px;
}

.site-title a {
	position: relative;
    z-index: 999;
	border: 0;
	display: flex;
}

.site-title a:focus,
.site-title a:hover {
	text-decoration: none;	
}

/* NAVIGATION
---------------------------------------------------------------------------------------------------- */

.menu a {
	color: var(--wp--preset--color--blue);
	display: block;
	outline-offset: -1px;
	padding-bottom: 12px;
	text-decoration: none;
	font-size:15px;
	font-weight:500;
	letter-spacing:1.15px;
	text-transform:uppercase;
}

.menu a:focus,
.menu a:hover,
.current-menu-item > a,
.sub-menu .current-menu-item > a:focus,
.sub-menu .current-menu-item > a:hover {
	opacity:0.6;
	text-decoration: none;
	font-weight:500
}

.sub-menu {
	padding-left: 15px;
}

/* Accessible dropdowns */
button.button-toggle-sub-menu {
    background: transparent;
	border: 0;
    padding: 5px;
    margin-left: -12px;
	width: 13px;
	color: var(--wp--preset--color--black);	
}

button.button-toggle-sub-menu:before {
    content: '+';
}

.menu-item-has-children:hover button.button-toggle-sub-menu:before,
button.button-toggle-sub-menu[aria-expanded="true"]:before {
    content: '−';
}

/* Responsive Menu
--------------------------------------------- */
.mobile-menu-wrap {
	position: fixed;
	overflow: scroll;
    z-index: 100;
    width: 100%;
    height: 100%;
    height: 100vh;
    left: 0;
    top: 0;
	background: #2d3e4f;
    padding: var(--wp--preset--spacing--medium);
	-webkit-transform: translateX(-100%); 
	-ms-transform: translateX(-100%);	
	transform: translateX(-100%);
	transition: .2s all ease-in-out;	
}

.mobile-nav-active .mobile-menu-wrap {
	-webkit-transform: translateX(0%); 
	-ms-transform: translateX(0%);	
	transform: translateX(0%);
}
.mobile-menu-wrap a {
color:#fff;
}

/* Menu toggle 
 *----------------------*/

.menu-toggle {
	position: relative;
	display: block;
	width: 30px;
	height: 20px;
	z-index: 200;
    margin: 0 0 0 auto;
    padding: 0;	
	background: transparent;
	border: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;	
}

.menu-toggle:focus,
.menu-toggle:hover {
	background: transparent;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: var(--wp--preset--color--white);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;	
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 10px;
}

.menu-toggle span:nth-child(4) {
  top: 20px;
}

.mobile-nav-active .menu-toggle span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.mobile-nav-active .menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-active .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav-active .menu-toggle span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* Mobile nav 
 *-----------------------*/

nav.mobile-menu-wrap .mobile-menu { /* move menu down so you can click the menu toggle without accidentally tapping a menu link*/
    margin-top: 6em;
}

.mobile-menu-wrap .mobile-menu .menu-item {
	opacity: 0;
	transform: translate(-10px);
	transition: transform 1s, opacity 2s;
	margin-bottom: 1em;
}

.mobile-nav-active .mobile-menu .menu-item {
	transform: translate(15px);
	opacity: 1;
}


/* Mobile sub-menu 
 *----------------------*/
.mobile-menu-wrap .sub-menu {
	display: none;
}

.mobile-menu .menu-item-has-children > a:after {
    content: '+';
    padding-left: 15px;
}

.mobile-menu .menu-item-has-children.submenu-expanded > a:after {
    content: "-";
}


/* Desktop menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
	display: block;
	/*display:none;*/
}


/* SITE FOOTER
---------------------------------------------------------------------------------------------------- */

.site-footer, 
.footer-widgets {
	clear: both;
	background: #222;
	color: #fff;
	font-size: var(--wp--preset--font-size--small);
}

.footer-widgets .wrap {
	padding-top: var(--wp--preset--spacing--medium);
	padding-bottom: var(--wp--preset--spacing--medium);
}

.site-footer a,
.footer-widgets a {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #ddd;
}

/* Credits */
.site-footer {
	text-align: center;
	padding: 0 0 var(--wp--preset--spacing--small);
}


/* CONTENT AREA
---------------------------------------------------------------------------------------------------- */


/* Page Headers
--------------------------------------------- */

.entry-title a {
	color: var(--wp--preset--color--black);
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: var(--wp--preset--color--black);
}

/* Entry Content
--------------------------------------------- */

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: var(--wp--preset--color--black);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: var(--wp--preset--color--black);
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Widgets
--------------------------------------------- */



/* BLOCKS
------------------------------------------------------------------------------------------------------- */

/* Widths & default padding
--------------------------------------------- */

.wrap,
.wp-block-cover__inner-container,
.wp-block-group,
.wp-block-columns,
.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	max-width: var(--wp--style--global--content-size);
	width: 100%;
	margin: auto;
}

.wrap,
.wp-block-cover__inner-container.is-layout-constrained,
.wp-block-group.alignfull.is-layout-constrained,
.wp-block-media-text.is-style-content-fit .wp-block-media-text__content {
    padding-left: var(--wp--preset--spacing--small);
    padding-right: var(--wp--preset--spacing--small);
}


.alignfull,
.alignfull.wp-block-image,
.alignfull.blocks-gallery-grid {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

/* Also set in theme.json*/
.alignwide {
    max-width: 900px;
}

.alignwide.wp-block-group,
.alignwide.wp-block-cover,
.alignwide.wp-block-columns,
.alignwide.wp-block-image,
.alignwide.wp-block-media-text {
	margin: 0 auto;
}

.narrow,
body .is-layout-constrained > .narrow {
    max-width: 700px;
}

.narrow:not(.has-text-align-center),
body .is-layout-constrained > .narrow:not(.has-text-align-center) {
	margin-left: 0 !important;
	margin-right: 0 !important;	
}

.x-narrow,
body .is-layout-constrained > .x-narrow {
	max-width: 450px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}


.narrow.has-text-align-center,
.x-narrow.has-text-align-center,
.centered {
	margin-left: auto;
	margin-right: auto;
}


/* Custom spacer
--------------------------------------------- */

.wp-block-spacer.spacer-xsmall-height {
    height: 1.5rem;
}

.wp-block-spacer.spacer-small-height {
    height: var(--wp--preset--spacing--small);
}

.wp-block-spacer.spacer-medium-height {
    height: var(--wp--preset--spacing--medium);
}

.wp-block-spacer.spacer-large-height {
    height: var(--wp--preset--spacing--large);
}

.wp-block-spacer.spacer-xlarge-height {
    height: var(--wp--preset--spacing--xlarge);
}




/* MEDIA QUERIES
 * Theme uses min-width for responsive styling. There are some max-width queries to more easily 
 * overwrite the core Gutenberg styles.
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 550px) {
	
	/* Make stacked buttons equal width*/
	.wp-block-button .wp-element-button {
		width: 250px;
	}
	
	
	
	.project-page__main-card, .project-page__downloads-card {
    border: 1px solid #E7E2DB;
    padding: 28px 20px 34px;
}
	
	.project-timeline__label {
    font-size: 12px;
	}
	
	
	section.project-page__main.wrap {
    padding: 0;
}

	.nav-primary .menu-item a {
    font-size: 13px;
	}
	
	h1.site-title img {
    max-width: 75px;
}
}


@media only screen and (min-width: 768px) {
	
	.admin-bar .site-container {
		margin-top: 32px;
	}
	
}

@media only screen and (max-width: 720px) {

	.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
		width:200px !important
	}
	
	.pum-container {
    max-width: 85% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}
	
	.portal-logged-in-actions {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
	text-align:center
	}
}


/* Columns & media-text collapse -- Gutenberg default is to collapse at 600
 * ---------------------------------------------------------------------------*/



/* Nav changes
 * ---------------------------------------------------------------------------*/
@media only screen and (max-width: 1029px) {
	
	.desktop {
		display: none;
	}
	.nav-primary .menu-item a {
    gap: 0;
	}

	.project-page__main-card, .project-page__downloads-card {
    padding: 2em 2em 2.2em;
	}
}


@media only screen and (min-width: 1030px) {
	
	.mobile {
		display: none;
	}
	

	/* Site Header
	--------------------------------------------- */
	.home .site-header{
		position:absolute;
		background:transparent;
		display:flex
	}
	
	.site-header {
		width: 100%;
		position:relative;
		background:#fff;
		z-index: 9999;
		padding: 14px var(--wp--preset--spacing--medium);
		transition: .2s top ease-in-out;
	}
	
	/*.scroll.site-header {
		position: fixed;
		background: var(--wp--preset--color--dark-blue);
		top: 0;
padding: 14px var(--wp--preset--spacing--medium);

	}
	
	.scroll.site-header .menu a{
	color:#fff;
}*/


	/* Responsive Menu
	--------------------------------------------- */

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		width: auto;
		margin-left: auto;
		display: block;
	}
	
	.nav-primary .menu-item,
	.nav-primary .menu-item	a {
		display: inline-block;
	}
	
	.nav-primary .menu-item:focus,
	.nav-primary .menu-item:hover {
		position: relative;
	}	

	.nav-primary a {
		padding: 15px;
	}
	
	/* Submenus behave differently on desktop primary menu */
	.nav-primary .menu-item:hover > .sub-menu,
	.nav-primary .menu-item:focus > .sub-menu, 
	.nav-primary .menu-item.has-expanded-sub-menu > .sub-menu {
		left: auto;
		opacity: 1;
		display: block !important;
	}

	.nav-primary .sub-menu,
	.nav-primary .sub-menu a {
		width: 180px;
	}

	.nav-primary .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.nav-primary .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}	


	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}


}


/* Make max-width wider for large screens */
@media only screen and (min-width: 1919px) {
	
	body {
		--wp--style--global--content-size: 1336px;
	}
		
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: var(--wp--preset--color--black) !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
