html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
html {
    scroll-behavior: smooth;
}
p {
	margin-bottom: 20px;
}
.page:not(.sticky-menu) img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}
b, strong {
    font-weight: 700;
}

ul, 
ol,
p {
	padding-inline-start: 0;
	padding-inline-end: 0;
	/*
	margin-block-start: 0;
    margin-block-end: 0;*/
}

.oxyb-upper {
	text-transform: uppercase;
}

.oxyb-section-text .ct-shortcode {
    width: 100%;
}

.oxy-slick-slider:not(.dom-tree-node) {
	margin-bottom: 50px;
}

.ct-component.oxy-slick-slider {
	margin-bottom: 50px;
}

.oxyb-accordion {    
    cursor: pointer;
    padding: 18px 36px 18px 0;
    text-align: left;
    border: none;
    outline: none;
    transition: .4s;
    background: 0 0;
    width: 100%;
    position: relative;     
	font-weight: 700;
}

.oxyb-accordion:after {
    content: '+';
    font-size: 35px;
    float: right;
    transform: rotate(0deg);
    transition: .4s;
    position: absolute;
    right: 0;
    top: 16px;
    font-weight: 300;    
}

.oxyb-accordion.active:after {
    transform: rotate(45deg);
}

.oxyb-panel {
    padding: 0 36px 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    border-bottom: 1px solid #dea176;
}

.oxyb-panel-inner {
    padding-bottom: 18px;
}

.logged-in #wp-admin-bar-new-post,
.logged-in #wp-admin-bar-wp-logo,
.logged-in #wp-admin-bar-search {
	display: none;
}