article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
*:focus,
* {
outline: none;
outline: 0;
}
.touch * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-focus-ring-color: rgba(0,0,0,0);
}
button::-moz-focus-inner {
border: 0;
}
audio:not([controls]) {
display: none;
height: 0;
}
html,
body {
margin: 0;
padding: 0;
}
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
background-repeat: no-repeat;
} .btClear:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
} .screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
@font-face {
font-family: "Quote";
src: url(//baharidea.com/wp-content/themes/tabula/fonts/Quote.woff) format("woff"),url(//baharidea.com/wp-content/themes/tabula/fonts/Quote.ttf) format("truetype");
} .btDarkSkin {
color: #fff;
background-color: #191919;
}
.btLightSkin {
color: #181818;
background-color: #fff;
}
select,
textarea,
input,
.fancy-select .trigger {
color: inherit;
}
.btLightSkin select,
.btLightSkin textarea,
.btLightSkin input,
.btLightSkin .fancy-select .trigger,
.btDarkSkin .btLightSkin select,
.btDarkSkin .btLightSkin textarea,
.btDarkSkin .btLightSkin input,
.btDarkSkin .btLightSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin select,
.btLightSkin .btDarkSkin .btLightSkin textarea,
.btLightSkin .btDarkSkin .btLightSkin input,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin select,
.btDarkSkin textarea,
.btDarkSkin input,
.btDarkSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin select,
.btLightSkin .btDarkSkin textarea,
.btLightSkin .btDarkSkin input,
.btLightSkin .btDarkSkin .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin select,
.btDarkSkin.btLightSkin .btDarkSkin textarea,
.btDarkSkin.btLightSkin .btDarkSkin input,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger {
border: 1px solid rgba(255,255,255,.5);
} select,
input {
font-family: "Roboto",Arial,Helvetica,sans-serif;
}
input:not([type='checkbox']):not([type='radio']),
button {
-webkit-appearance: none;
}
input:not([type='submit']):not([type='checkbox']):not([type='radio']),
textarea,
select {
outline: none;
font: inherit;
width: 100%;
background: transparent;
line-height: 1;
display: block;
padding: 1em;
color: inherit;
}
.btTextRight input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.btTextRight textarea,
.btTextRight select {
text-align: right;
}
.rtl input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.rtl textarea,
.rtl select {
text-align: right;
}
input:not([type='checkbox']):not([type='radio']),
select,
.fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
height: 3.2em;
line-height: 3.1em;
}
input[type='submit'] {
outline: none;
width: 100%;
display: block;
cursor: pointer;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: .8em;
letter-spacing: 1px;
font-weight: 600;
line-height: 1;
border: none;
background: transparent;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
color: #fff;
}
input[type='submit']:hover {
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
background: transparent;
color: #ee5b54;
}
.wpcf7-date:before {
display: none;
} .fancy-select {
position: relative;
}
.fancy-select .trigger {
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
position: relative;
cursor: pointer;
padding: 0 0 0 1.5em;
}
.btHardRoundedButtons .fancy-select .trigger {
border-radius: 50px;
}
.btSoftRoundedButtons .fancy-select .trigger {
border-radius: 10px;
}
.rtl .fancy-select .trigger {
padding: 0 1em 0 0;
}
.fancy-select .trigger:before {
content: '\e92d';
font-family: Dripicons;
font-size: .8em;
font-weight: 900;
display: block;
float: right;
padding-right: 1.5em;
-webkit-transition: 150ms ease transform,150ms ease color;
-moz-transition: 150ms ease transform,150ms ease color;
transition: 150ms ease transform,150ms ease color;
opacity: .5;
}
.rtl .fancy-select .trigger:before {
float: left;
padding-right: 0;
padding-left: .5em;
}
.fancy-select .trigger.open:before {
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
}
.fancy-select .options {
display: none;
position: absolute;
top: auto;
left: 0;
width: 100%;
list-style: none;
max-height: 320px;
overflow: auto;
border: 1px solid rgba(0,0,0,.07);
background-color: #fff;
color: #181818;
}
.fancy-select .options.open {
z-index: 20;
display: block;
}
.fancy-select .options.overflowing {
top: auto;
bottom: 2.4em;
}
.fancy-select ul.options {
padding: 0;
margin: 0;
}
.fancy-select ul.options li {
cursor: pointer;
padding-left: 1.5em;
margin: 0;
-webkit-transition: 150ms ease color;
-moz-transition: 150ms ease color;
transition: 150ms ease color;
}
.fancy-select ul.options li:hover {
color: #ee5b54;
}
.btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedButtons a.select2-choice {
border-radius: 50px;
}
.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedButtons a.select2-choice {
border-radius: 10px;
}
.btHardRoundedButtons textarea,
.btHardRoundedButtons select {
border-radius: 20px;
}
.btSoftRoundedButtons textarea,
.btSoftRoundedButtons select {
border-radius: 10px;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']),
textarea,
.fancy-select .trigger {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
textarea:focus,
.fancy-select .trigger.open {
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
}
textarea {
resize: vertical;
line-height: inherit;
}
button {
font: inherit;
cursor: pointer;
}
.btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin textarea:focus,
.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin .fancy-select .trigger.open,
.btLightSkin .btDarkSkin .fancy-select .trigger.open,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger.open {
border: 1px solid #fff;
}  .bt-video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.bt-video-container iframe,
.bt-video-container object,
.bt-video-container embed,
.bt-video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} img,
figure {
max-width: 100%;
height: auto;
}
pre code {
display: block;
}
pre {
overflow: hidden;
}
.btContentHolder pre {
margin: 0 0 30px;
white-space: pre-wrap;
padding: 20px;
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btContentHolder pre,
.btLightSkin .btDarkSkin .btContentHolder pre,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder pre {
border: 1px solid rgba(255,255,255,.5);
} a {
text-decoration: none;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
color: inherit;
}
.btContent a {
color: #ee5b54;
}
a:hover {
text-decoration: none;
color: #ee5b54;
}
.btContent a:hover {
color: inherit;
}
.btText a {
color: #ee5b54;
}
.btText a:hover {
text-decoration: underline;
}
a img {
border: none;
}
a,
a:active,
a:focus {
outline: none;
} p,
dl,
address,
cite {
margin: 0 0 1em;
}
ul {
margin: 0 0 1em 1em;
padding: 0;
}
ul ul {
margin-bottom: 0;
}
.rtl ul {
margin: 0 1em 1em 0;
}
.rtl ul ul {
margin-bottom: 0;
}
ol {
margin: 0 0 1em 1em;
padding: 0;
}
ol ol {
margin-bottom: 0;
}
.rtl ol {
margin: 0 1em 1em 0;
}
.rtl ol ol {
margin-bottom: 0;
}
li {
margin: 0 0 0 .5em;
padding: 0;
}
.btText li {
margin-left: 1em;
}
dt {
font-weight: 600;
}
dd {
margin: 0 0 1.5em 3.5em;
}
dd p {
display: inline;
}
dd:after {
content: ' ';
display: table;
clear: both;
}
figcaption {
font-size: inherit;
} html {
font-size: 15px;
}
body {
font-family: "Roboto",Arial,Helvetica,sans-serif;
font-weight: 400;
line-height: 1.8em;
background-size: cover;
background-attachment: fixed;
}
small {
font-size: 13px;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
padding: 0 0 .4em;
line-height: 1.2;
margin: 0;
font-weight: 900;
}
.btHeadingWeight_default h1,
.btHeadingWeight_default h2,
.btHeadingWeight_default h3,
.btHeadingWeight_default h4,
.btHeadingWeight_default h5,
.btHeadingWeight_default h6 {
font-weight: 900;
}
.btHeadingWeight_black h1,
.btHeadingWeight_black h2,
.btHeadingWeight_black h3,
.btHeadingWeight_black h4,
.btHeadingWeight_black h5,
.btHeadingWeight_black h6 {
font-weight: 900;
}
.btHeadingWeight_bolder h1,
.btHeadingWeight_bolder h2,
.btHeadingWeight_bolder h3,
.btHeadingWeight_bolder h4,
.btHeadingWeight_bolder h5,
.btHeadingWeight_bolder h6 {
font-weight: 800;
}
.btHeadingWeight_bold h1,
.btHeadingWeight_bold h2,
.btHeadingWeight_bold h3,
.btHeadingWeight_bold h4,
.btHeadingWeight_bold h5,
.btHeadingWeight_bold h6 {
font-weight: 700;
}
.btHeadingWeight_semi-bold h1,
.btHeadingWeight_semi-bold h2,
.btHeadingWeight_semi-bold h3,
.btHeadingWeight_semi-bold h4,
.btHeadingWeight_semi-bold h5,
.btHeadingWeight_semi-bold h6 {
font-weight: 600;
}
.btHeadingWeight_medium h1,
.btHeadingWeight_medium h2,
.btHeadingWeight_medium h3,
.btHeadingWeight_medium h4,
.btHeadingWeight_medium h5,
.btHeadingWeight_medium h6 {
font-weight: 500;
}
.btHeadingWeight_normal h1,
.btHeadingWeight_normal h2,
.btHeadingWeight_normal h3,
.btHeadingWeight_normal h4,
.btHeadingWeight_normal h5,
.btHeadingWeight_normal h6 {
font-weight: 400;
}
.btHeadingWeight_light h1,
.btHeadingWeight_light h2,
.btHeadingWeight_light h3,
.btHeadingWeight_light h4,
.btHeadingWeight_light h5,
.btHeadingWeight_light h6 {
font-weight: 300;
}
.btHeadingWeight_lighter h1,
.btHeadingWeight_lighter h2,
.btHeadingWeight_lighter h3,
.btHeadingWeight_lighter h4,
.btHeadingWeight_lighter h5,
.btHeadingWeight_lighter h6 {
font-weight: 200;
}
.btHeadingWeight_thin h1,
.btHeadingWeight_thin h2,
.btHeadingWeight_thin h3,
.btHeadingWeight_thin h4,
.btHeadingWeight_thin h5,
.btHeadingWeight_thin h6 {
font-weight: 100;
}
h1 {
font-size: 5.15em;
}
h2 {
font-size: 3.8em;
}
h3 {
font-size: 3.15em;
}
h4 {
font-size: 2.5em;
}
h5 {
font-size: 2em;
}
h6 {
font-size: 1.55em;
} blockquote {
font-size: 1.8em;
font-style: italic;
font-weight: 300;
line-height: 2em;
font-family: "Roboto",Arial,Helvetica,sans-serif;
display: block;
position: relative;
margin: 0;
padding: 0;
}
.btArticleContent blockquote {
max-width: 720px;
font-style: inherit;
margin: 1em auto 0 auto;
}
.btArticleContent blockquote:before {
content: "\e900";
font-family: Quote;
display: block;
font-size: 11em;
line-height: 1;
position: absolute;
top: -5rem;
left: -4rem;
color: rgba(0,0,0,.1);
}
.btDarkSkin .btArticleContent blockquote:before,
.btLightSkin .btDarkSkin .btArticleContent blockquote:before,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleContent blockquote:before {
color: rgba(255,255,255,.1);
}
.bt_bb_align_right .btArticleContent blockquote:before {
right: 0;
left: auto;
}
.btArticleContent blockquote p {
font-style: italic;
}
body.single.single-post.single-format-image .btArticleContent blockquote {
max-width: 500px;
margin: 1em auto 0 auto;
}
blockquote:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.bt_bb_align_center blockquote {
padding: 0;
}
blockquote:before {
display: none;
}
cite {
opacity: .6;
font-style: normal;
} .btContentHolder table {
width: 100%;
margin: 0 0 1em;
border-collapse: collapse;
text-align: initial;
border: 1px solid rgba(0,0,0,.07);
}
.btDarkSkin .btContentHolder table,
.btLightSkin .btDarkSkin .btContentHolder table,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table {
border: 1px solid rgba(255,255,255,.05);
}
.btContentHolder table td,
.btContentHolder table th {
padding: 1em;
border: 1px solid rgba(0,0,0,.07);
}
.btDarkSkin .btContentHolder table td,
.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin .btContentHolder table th,
.btLightSkin .btDarkSkin .btContentHolder table th,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table th {
border: 1px solid rgba(255,255,255,.05);
}
.btContentHolder table th {
text-align: left;
}
.btContentHolder table thead th {
font-weight: 700;
background-color: #ee5b54;
color: white;
}
.bt_bb_layout_boxed_600 .bt_bb_cell {
width: 600px;
max-width: -webkit-calc(100% - 60px);
max-width: -moz-calc(100% - 60px);
max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_700 .bt_bb_cell {
width: 700px;
max-width: -webkit-calc(100% - 60px);
max-width: -moz-calc(100% - 60px);
max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_800 .bt_bb_cell {
width: 800px;
max-width: -webkit-calc(100% - 60px);
max-width: -moz-calc(100% - 60px);
max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_900 .bt_bb_cell {
width: 900px;
max-width: -webkit-calc(100% - 60px);
max-width: -moz-calc(100% - 60px);
max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_1000 .bt_bb_cell {
width: 1000px;
max-width: -webkit-calc(100% - 60px);
max-width: -moz-calc(100% - 60px);
max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_1100 .bt_bb_cell {
width: 1100px;
max-width: -webkit-calc(100% - 60px);
max-width: -moz-calc(100% - 60px);
max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_1200 .bt_bb_cell {
width: 1200px;
max-width: -webkit-calc(100% - 60px);
max-width: -moz-calc(100% - 60px);
max-width: calc(100% - 60px);
}
.bt_bb_layout_boxed_1400 .bt_bb_cell {
width: 1400px;
max-width: -webkit-calc(100% - 60px);
max-width: -moz-calc(100% - 60px);
max-width: calc(100% - 60px);
}
.bt_bb_row .bt_bb_column[style*="background-image"] {
background-size: contain;
} @media (max-width: 480px) {
.visible-xs {
display: block !important;
}
}
@media (min-width: 480px) and (max-width:767px) {
.visible-ms {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}
@media (max-width: 480px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hidden-ms {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
html,
body {
min-height: 100vh;
}
body:not(.btPageTransitions) {
min-height: 101vh;
}  body.rtl {
direction: rtl;
unicode-bidi: embed;
} .btContentWrap {
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btContentWrap:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.btSiteFooter {
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
}
.btPageWrap {
position: relative;
overflow: hidden;
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btPageWrap:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
} .mainHeader,
.btVerticalHeaderTop {
z-index: 10002;
}
.btPreloader {
z-index: 10004;
} .port {
width: 100%;
padding: 0 30px;
}
.gutter .port {
max-width: 1260px;
margin: auto;
}
.btWithSidebar .btContent .gutter .port {
padding: 0;
}
body.btBoxedPage1500:not(.btBelowMenu).btMenuHorizontal .mainHeader .port {
padding: 0 10px;
}
body.btBoxedPage1500 .bt_bb_wrapper {
overflow: visible;
}
@media (max-width: 1259px) {
.gutter .port {
width: 100%;
max-width: none;
padding-left: 30px;
padding-right: 30px;
}
.btMenuVerticalRight .btVerticalMenuTrigger {
margin: 0;
}
}  .btNoSidebar .btContentHolder,
.btNoSidebar .btContent {
width: auto;
padding: 0;
} :not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent {
max-width: 1260px;
margin-left: auto;
margin-right: auto;
padding: 6em 30px 0;
}
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent .gutter .port {
padding-left: 0;
padding-right: 0;
}
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent > article:first-child {
margin-top: 0;
}
.btWithSidebar .btContentHolder {
max-width: 1260px;
margin: auto;
padding: 4em 30px 4em;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.btWithSidebar .btContentHolder .btContent {
width: 75%;
}
.btWithSidebar .btContentHolder .btSidebar {
width: 25%;
padding: 0;
}
.btSidebarLeft.btWithSidebar .btContentHolder {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
padding-right: 40px;
}
.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
padding-right: 0;
padding-left: 40px;
}
.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
padding-left: 40px;
}
.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
padding-left: 0;
padding-right: 40px;
}
.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
padding-left: 40px;
}
.rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
padding-left: 0;
padding-right: 40px;
}
.btSidebarRight.btWithSidebar .btContentHolder .btContent {
padding-right: 40px;
}
.rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent {
padding-right: 0;
padding-left: 40px;
}
.btWithSidebar:not(.btHideHeadline) .btContentHolder {
padding: 6em 30px;
} @media (max-width: 768px) {
.btWithSidebar.btSidebarRight .btContentHolder,
.btWithSidebar.btSidebarLeft .btContentHolder {
display: block;
}
.btWithSidebar.btSidebarRight .btContentHolder .btContent,
.btWithSidebar.btSidebarLeft .btContentHolder .btContent,
.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
width: auto;
float: none;
padding: 0;
}
.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
padding-top: 4em;
}
} .btPreloader {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
bottom: 0;
background-color: inherit;
width: 100%;
vertical-align: middle;
text-align: center;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: all .3s ease,opacity .3s ease;
-moz-transition: all .3s ease,opacity .3s ease;
transition: all .3s ease,opacity .3s ease;
}
.btPreloader .animation {
display: block;
width: 100%;
-webkit-transform: translateY(0) scale(1);
-moz-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
-webkit-transition: transform .3s ease,opacity .3s ease;
-moz-transition: transform .3s ease,opacity .3s ease;
transition: transform .3s ease,opacity .3s ease;
}
.btAccentDarkHeader .btPreloader .animation > div:first-child,
.btLightAccentHeader .btPreloader .animation > div:first-child,
.btTransparentLightHeader .btPreloader .animation > div:first-child {
border-radius: 10px;
padding: .7em 1.2em;
display: inline-block;
background-color: #ee5b54;
}
.btPreloader .animation > div img {
margin: 0 auto;
}
.btRemovePreloader .btPreloader {
-webkit-transform: translateY(-100%) scale(0);
-moz-transform: translateY(-100%) scale(0);
-ms-transform: translateY(-100%) scale(0);
transform: translateY(-100%) scale(0);
opacity: 0;
-webkit-transition: transform ease 1s,opacity ease 1s;
-moz-transition: transform ease 1s,opacity ease 1s;
transition: transform ease 1s,opacity ease 1s;
}
.btRemovePreloader .btPreloader .animation {
-webkit-transform: translateY(0) scale(.9);
-moz-transform: translateY(0) scale(.9);
-ms-transform: translateY(0) scale(.9);
transform: translateY(0) scale(.9);
opacity: 0;
-webkit-transition: transform .5s ease,opacity ease .5s;
-moz-transition: transform .5s ease,opacity ease .5s;
transition: transform .5s ease,opacity ease .5s;
}
.btPreloader .animation .preloaderLogo {
height: 80px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
width: auto;
display: block;
line-height: 1;
}
.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,
.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo {
height: 160px;
} .btLoader {
margin: 30px auto 30px auto;
font-size: 6px;
position: relative;
text-indent: -9999em;
border-left: 5px solid rgba(128,128,128,.1);
border-right: 5px solid rgba(128,128,128,.1);
border-bottom: 5px solid rgba(128,128,128,.2);
-webkit-animation: btLoader 1.1s infinite linear;
-moz-animation: btLoader 1.1s infinite linear;
animation: btLoader 1.1s infinite linear;
}
.btLightSkin .btLoader,
.btDarkSkin .btLightSkin .btLoader,
.btLightSkin .btDarkSkin .btLightSkin .btLoader {
border-top: 5px solid #181818;
}
.btDarkSkin .btLoader,
.btLightSkin .btDarkSkin .btLoader,
.btDarkSkin.btLightSkin .btDarkSkin .btLoader {
border-top: 5px solid #fff;
}
.btLoader p:empty {
display: none;
}
.btLoader,
.btLoader:after {
border-radius: 50%;
width: 64px;
height: 64px;
}
@-webkit-keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes btLoader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
} .btBoxedPage1500 .btPageWrap {
max-width: 1500px;
margin: 0 auto 0 auto;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.btStickyHeaderActive.btBoxedPage1500 .mainHeader {
max-width: 1500px;
} body.error404 .mainHeader,
body.error404 .btVerticalHeaderTop,
body.error404 .btSiteFooter {
display: none;
}
body.error404 .btContentWrap {
padding-top: 0 !important;
}
body.error404 .btErrorPage {
min-height: 90vh;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
background-position: 10% bottom;
background-size: initial;
}
body.error404 .btErrorPage .port {
padding-bottom: 6em;
margin: 0 auto;
text-align: center;
max-width: 760px;
}
body.error404 .btErrorPage .port .bt_bb_icon {
color: #ee5b54;
}
body.error404 .btErrorPage .port .bt_bb_icon .bt_bb_icon_holder:before {
font-size: 5em;
}
body.error404 .btErrorPage .port .bt_bb_button.filled a {
background: #ee5b54;
color: #fff;
}
body.error404 .btErrorPage .port .bt_bb_button.filled a:after {
-webkit-box-shadow: 0 0 0 6px #ee5b54;
box-shadow: 0 0 0 6px #ee5b54;
}
body.error404 .btErrorPage .port .bt_bb_button.filled a:hover:after {
-webkit-box-shadow: 0 0 0 0 #ee5b54;
box-shadow: 0 0 0 0 #ee5b54;
} .post-password-form {
max-width: 1260px;
margin: 50px auto 50px auto !important;
} .btBreadCrumbs {
text-transform: uppercase;
}
.btBreadCrumbs span {
display: inline-block;
margin-left: 0;
padding-left: 0;
}
.btBreadCrumbs span a {
color: #ee5b54;
}
.btBreadCrumbs span a:hover {
color: inherit;
}
.btBreadCrumbs span:not(:last-child):after {
content: ' ';
display: inline-block;
margin: -2px 10px 0 10px;
letter-spacing: inherit;
width: 4px;
height: 4px;
border-radius: 50%;
line-height: inherit;
vertical-align: middle;
background-color: #ee5b54;
} .btPageHeadline {
background-color: rgba(0,0,0,.07);
background-size: cover;
}
.btDarkSkin .btPageHeadline,
.btLightSkin .btDarkSkin .btPageHeadline,
.btDarkSkin.btLightSkin .btDarkSkin .btPageHeadline {
background-color: rgba(255,255,255,.1);
}
.btPageHeadline header {
max-width: 768px;
-ms-word-wrap: break-word;
word-wrap: break-word;
z-index: 1;
}
.btMenuCenter .btPageHeadline header {
margin: auto;
}
.btPageHeadline header.bt_bb_dash_top_bottom .bt_bb_headline_content:before {
font-size: 16rem !important;
}
.btPageHeadline header.bt_bb_dash_top_bottom .bt_bb_headline_content:after {
font-size: 5rem !important;
}
.btPageHeadline .bt_bb_port {
padding-bottom: 8em;
padding-top: 8em;
}
body.btBelowMenu .btPageHeadline .bt_bb_port {
padding-top: 16em;
}
body.btBoxedPage1500 .btPageHeadline .bt_bb_port {
padding-top: 16em;
}
.btDarkSkin .btPageHeadline header.bt_bb_dash_top_bottom .bt_bb_headline_content:before,
.btLightSkin .btDarkSkin .btPageHeadline header.bt_bb_dash_top_bottom .bt_bb_headline_content:before,
.btDarkSkin.btLightSkin .btDarkSkin .btPageHeadline header.bt_bb_dash_top_bottom .bt_bb_headline_content:before {
color: rgba(255,255,255,.1);
}
.btPageHeadline.bt_bb_background_image {
color: #fff;
}
.btPageHeadline.bt_bb_background_image:before {
background-color: rgba(0,0,0,.5);
content: ' ';
pointer-events: none;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}
.btPageHeadline.bt_bb_background_image header.bt_bb_dash_top_bottom .bt_bb_headline_content:before {
color: rgba(255,255,255,.1);
}
.btPageHeadline.bt_bb_background_image .btArticleAuthor a,
.btPageHeadline.bt_bb_background_image .btArticleComments {
color: #fff !important;
}
.btPageHeadline.bt_bb_background_image .btArticleAuthor a:before,
.btPageHeadline.bt_bb_background_image .btArticleComments:before {
color: rgba(255,255,255,.4);
}
.btPageHeadline.bt_bb_background_image .btArticleAuthor a:hover,
.btPageHeadline.bt_bb_background_image .btArticleComments:hover {
color: #ee5b54 !important;
}
.btPageHeadline.bt_bb_background_image .btArticleDate:not(:last-child):after,
.btPageHeadline.bt_bb_background_image .btArticleAuthor:not(:last-child):after,
.btPageHeadline.bt_bb_background_image .btArticleComments:not(:last-child):after,
.btPageHeadline.bt_bb_background_image .btArticleCategories:not(:last-child):after {
color: #fff !important;
} .btBoxedPage .btPageWrap {
max-width: 1200px;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
margin-bottom: 3em;
margin: 0 auto 3em;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
overflow: initial;
}
.btStickyHeaderActive.btBoxedPage .mainHeader {
max-width: 1200px;
}
.btLightSkin.btBoxedPage .btContentWrap {
background-color: #fff;
}
.btDarkSkin.btBoxedPage .btContentWrap {
background-color: #191919;
}
.btErrorPage {
min-height: 70vh;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.btErrorPage .port {
padding-top: 6em;
padding-bottom: 6em;
} .btNoSearchResults .bt_bb_port {
display: block;
max-width: 1260px;
margin: 0 auto;
}
.btNoSearchResults .bt_bb_port #searchform {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.btNoSearchResults .bt_bb_port #searchform input[type='search'] {
-webkit-flex-basis: 80%;
flex-basis: 80%;
margin-right: 1em;
padding: 1em 1.5em;
}
.btNoSearchResults .bt_bb_port #searchform input[type='submit'] {
-webkit-flex-basis: 15%;
flex-basis: 15%;
height: auto;
cursor: pointer;
text-transform: uppercase;
font-size: .8em;
line-height: 1;
font-weight: 600;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btNoSearchResults .bt_bb_port #searchform input[type='submit']:hover {
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
color: #ee5b54;
}
.btNoSearchResults .bt_bb_port .bt_bb_button {
display: inline-block;
line-height: 1;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.btNoSearchResults .bt_bb_port .bt_bb_button a {
text-decoration: none;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.btNoSearchResults .bt_bb_port .bt_bb_button a .bt_bb_text {
float: right;
}
.btNoSearchResults .bt_bb_port .bt_bb_button a .bt_bb_icon_holder {
margin-right: .5em;
float: left;
line-height: 1;
}
.btNoSearchResults .bt_bb_port .bt_bb_button a .bt_bb_icon_holder:before {
content: "\e90b";
font-family: Dripicons;
}
@media (max-width: 620px) {
.btNoSearchResults .bt_bb_port #searchform {
display: block;
}
.btNoSearchResults .bt_bb_port #searchform input[type='search'] {
margin-right: 0;
margin-bottom: 1em;
}
} .btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .logo {
position: relative;
padding-left: 130px;
}
.rtl.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .logo {
padding-left: 0;
padding-right: 130px;
}
.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btTopToolsLeft {
margin-left: 130px;
}
.rtl.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btTopToolsLeft {
margin-right: 130px;
margin-left: 0;
}
.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btBelowLogoArea .menuPort {
margin-left: 130px;
}
.rtl.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btBelowLogoArea .menuPort {
margin-right: 130px;
margin-left: 0;
}
.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btCrest {
position: absolute;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
top: 0;
left: 0;
}
.btHasTopBar.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btCrest {
margin-top: -2.25em;
}
.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btCrest .btCrestImg {
width: 130px;
height: auto;
}
.rtl.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .btCrest {
left: auto;
right: 0;
}
.btHasCrest.btMenuHorizontal.btMenuLeft.btNoLogo:not(.btStickyHeaderActive) .menuPort {
margin-left: 130px;
}
.rtl.btHasCrest.btMenuHorizontal.btMenuLeft.btNoLogo:not(.btStickyHeaderActive) .menuPort {
margin-right: 130px;
margin-left: 0;
}
.btHasCrest.btMenuHorizontal.btMenuCenter.btHasTopBar:not(.btStickyHeaderActive) .btCrest {
margin-top: -2.25em;
}
.btHasCrest.btMenuHorizontal.btMenuCenter.btNoLogo:not(.btStickyHeaderActive) .menuPort .rightNav {
padding-left: 130px;
}
.btHasCrest.btMenuHorizontal.btMenuCenterBelowEnabled.btMenuBelowLogo.btNoLogo:not(.btStickyHeaderActive) .btLogoArea .logo {
height: 65px;
}
.btHasCrest.btMenuHorizontal.btStickyHeaderActive .btCrest {
display: none;
}
.btHasCrest.btMenuVertical.btHasLogo .btCrest {
display: inline-block;
}
.btHasCrest.btMenuVertical.btHasLogo .btLogoArea .logo img:not(.btCrestImg):not(.btAltLogo) {
display: inline-block;
padding-left: 1em;
} .mainHeader {
width: 100%;
position: absolute;
background-color: inherit;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
font-family: "Montserrat",Arial,Helvetica,sans-serif;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
visibility: hidden;
opacity: 0;
}
.btMenuInitFinished .mainHeader {
visibility: initial;
opacity: 1;
}
.mainHeader:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.mainHeader a {
color: inherit;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
transition: all 100ms linear;
position: relative;
}
.mainHeader a:hover {
color: #ee5b54;
}
.btPageTransitions .mainHeader {
z-index: 1020;
} .btMenuHorizontal:not(.btBelowMenu) .mainHeader {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.btMenuHorizontal.btBoxedPage1500:not(.btBelowMenu) .mainHeader {
-webkit-box-shadow: none;
box-shadow: none;
} .btLogoArea {
position: relative;
z-index: 1;
}
.menuPort {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: 13px;
position: relative;
}
.menuPort:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.menuPort nav ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
-webkit-transition: all 100ms ease 0s;
-moz-transition: all 100ms ease 0s;
transition: all 100ms ease 0s;
}
.menuPort nav ul li {
display: block;
margin: 0;
padding: 0;
position: relative;
}
.menuPort nav ul li a {
display: block;
position: relative;
padding: 1em 1em;
font-weight: 600;
}
.menuPort nav ul li a:hover {
color: #ee5b54;
text-decoration: none;
}
.btCapitalizeMainMenuItems .menuPort nav ul li a {
text-transform: uppercase;
}
.btMenuWeight_default .menuPort nav ul li a {
font-weight: 600;
}
.btMenuWeight_black .menuPort nav ul li a {
font-weight: 900;
}
.btMenuWeight_bolder .menuPort nav ul li a {
font-weight: 800;
}
.btMenuWeight_bold .menuPort nav ul li a {
font-weight: 700;
}
.btMenuWeight_semi-bold .menuPort nav ul li a {
font-weight: 600;
}
.btMenuWeight_medium .menuPort nav ul li a {
font-weight: 500;
}
.btMenuWeight_normal .menuPort nav ul li a {
font-weight: 400;
}
.btMenuWeight_light .menuPort nav ul li a {
font-weight: 300;
}
.btMenuWeight_lighter .menuPort nav ul li a {
font-weight: 200;
}
.btMenuWeight_thin .menuPort nav ul li a {
font-weight: 100;
}
.menuPort nav ul ul li {
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
transition: opacity 300ms ease;
}
.menuPort nav ul ul li.on {
opacity: 1;
}
.menuPort ul > li > ul {
opacity: 0;
pointer-events: none;
}
.menuPort nav > ul > li > a {
line-height: 80px;
padding: 0;
}
.btBelowLogoArea .menuPort nav > ul > li > a {
line-height: 40px;
}
.menuPort nav ul ul li a {
font-weight: 400;
} .btTextLogo {
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
font-size: 2em;
font-weight: 800;
line-height: 80px;
z-index: 6;
}
.btMenuVertical .btTextLogo {
line-height: 48px;
}
.btLogoArea .logo {
line-height: 0;
float: left;
z-index: 6;
position: relative;
}
.btMenuVertical .btLogoArea .logo {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.rtl .btLogoArea .logo {
float: right;
}
.btLogoArea .logo img {
height: 80px;
width: auto;
display: block;
}
.btMenuVertical .btLogoArea .logo img {
height: 48px;
}
.btMenuCenter .btLogoArea .logo img {
margin: auto;
}
.btLogoArea .logo img.btAltLogo {
display: none;
} .btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger {
display: block;
position: relative;
z-index: 1;
}
.btStickyHeaderActive.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger .bt_bb_icon {
margin: 14px 0;
}
.btMenuHorizontal.btHideMenu .menuPort {
opacity: 0;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
transition: opacity 1s ease;
pointer-events: none;
}
.btShowMenu.btMenuHorizontal.btHideMenu .menuPort {
opacity: 1 !important;
pointer-events: all;
}
.btHorizontalMenuTrigger {
display: none;
float: right;
margin: 0 0 0 .5em;
font-size: 1.5em;
}
.btHorizontalMenuTrigger .bt_bb_icon {
width: 24px;
height: 20px;
position: relative;
padding: 0;
float: left;
margin: 30px 0;
}
.btHorizontalMenuTrigger .bt_bb_icon:before,
.btHorizontalMenuTrigger .bt_bb_icon:after {
content: "";
position: absolute;
display: block;
border-top-width: 2px;
border-top-style: solid;
left: 0;
right: 0;
top: 0;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transform-origin: -.75px 1px;
-moz-transform-origin: -.75px 1px;
-ms-transform-origin: -.75px 1px;
transform-origin: -.75px 1px;
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
-webkit-transform: rotate(45deg) translateY(0) !important;
-moz-transform: rotate(45deg) translateY(0) !important;
-ms-transform: rotate(45deg) translateY(0) !important;
transform: rotate(45deg) translateY(0) !important;
}
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after {
border-top-color: #181818;
}
.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after {
border-top-color: #fff;
}
.btHorizontalMenuTrigger .bt_bb_icon:after {
top: auto;
bottom: 0;
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
-webkit-transform: rotate(-45deg) translateY(0) !important;
-moz-transform: rotate(-45deg) translateY(0) !important;
-ms-transform: rotate(-45deg) translateY(0) !important;
transform: rotate(-45deg) translateY(0) !important;
}
.btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
content: "";
position: absolute;
display: block;
border-top-width: 2px;
border-top-style: solid;
left: 0;
right: 0;
top: 10px;
margin-top: -1px;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
-webkit-transform: scaleX(0) !important;
-moz-transform: scaleX(0) !important;
-ms-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #181818;
}
.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #fff;
}
.btHorizontalMenuTrigger:hover {
cursor: pointer;
color: inherit;
}
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
border-top-color: #ee5b54;
}
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
border-top-color: #181818;
}
.btHorizontalMenuTrigger:hover .bt_bb_icon:before {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:before {
-webkit-transform: rotate(0) translateY(-5px);
-moz-transform: rotate(0) translateY(-5px);
-ms-transform: rotate(0) translateY(-5px);
transform: rotate(0) translateY(-5px);
}
.btHorizontalMenuTrigger:hover .bt_bb_icon:after {
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
-webkit-transform: rotate(0) translateY(5px);
-moz-transform: rotate(0) translateY(5px);
-ms-transform: rotate(0) translateY(5px);
transform: rotate(0) translateY(5px);
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #ee5b54;
}
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #181818;
} .btMenuHorizontal .menuPort nav > ul > li > a:after {
content: ' ';
display: block;
position: absolute;
z-index: 5;
bottom: -4px;
margin-left: -4px;
left: 50%;
pointer-events: none;
height: 8px;
width: 8px;
border-radius: 50%;
background-color: #ee5b54;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.btMenuHorizontal .menuPort nav > ul > li.on > a:after,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.btMenuHorizontal .menuPort nav > ul > li.on li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.on li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-item > a {
color: #ee5b54;
}
.btMenuHorizontal .menuPort nav > ul > li.on > a:after {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.btMenuHorizontal .menuPort nav > ul > li.on.menu-item-has-children > a:after {
left: 20px;
}
.btMenuHorizontal .menuPort nav > ul > li:not(.btMenuWideDropdown) > ul > li.menu-item-has-children > a:before {
content: ' ';
position: relative;
margin: 6px;
width: 6px;
height: 6px;
border-radius: 50%;
line-height: inherit;
float: right;
vertical-align: middle;
background-color: #ee5b54;
}
body.btMenuCenter .menuPort nav.rightNav > ul > li:not(.btMenuWideDropdown) > ul > li.menu-item-has-children > a:before {
float: left;
} .btMenuHorizontal .menuPort ul ul {
background-color: #fff;
}
.btMenuHorizontal .menuPort ul ul li a {
padding-left: 1.5em;
padding-right: 1.5em;
line-height: 1.7;
color: #181818;
}
.btMenuHorizontal .menuPort ul ul li a:hover {
color: #ee5b54;
}
.btMenuHorizontal .menuPort ul ul li .subToggler {
color: #181818;
}
.btMenuHorizontal .menuPort ul ul ul li:not(:last-child) > a:after {
content: ' ';
display: block;
position: absolute;
left: 1.5em;
right: 1.5em;
bottom: 0;
height: 1px;
background-color: rgba(0,0,0,.1);
}
.btMenuHorizontal .menuPort ul li:not(.btMenuWideDropdown) ul li:not(:last-child) > a:after {
content: ' ';
display: block;
position: absolute;
left: 1.5em;
right: 1.5em;
bottom: 0;
height: 1px;
background-color: rgba(0,0,0,.1);
} .subToggler {
display: none;
cursor: pointer;
position: absolute;
top: 0;
width: 45px;
z-index: 80;
padding: 0;
text-align: center;
}
.on > .subToggler {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
body.btMenuVertical .subToggler {
display: block !important;
padding: 20px 0;
line-height: 1;
right: 0;
top: -5px;
}
body.btMenuHorizontal .subToggler {
right: 15px;
line-height: 80px;
}
body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler {
right: auto;
left: 0;
}
body.btMenuHorizontal.rtl .subToggler {
left: 15px;
right: auto;
}
body.btMenuHorizontal.btMenuBelowLogo .subToggler {
line-height: 40px;
}
body.btMenuHorizontal .menuPort ul ul .subToggler {
right: 0;
line-height: inherit;
padding: 1em 0;
}
body.btMenuHorizontal .menuPort .rightNav ul ul .subToggler {
left: 0;
right: auto;
}
.subToggler:before {
content: '\f107';
font: normal 16px/1 FontAwesome;
}
.touch .btMenuHorizontal .menuPort nav ul li .subToggler {
display: block;
} .btMenuHorizontal .menuPort > nav > ul > li {
padding: 0 50px 0 0;
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li {
padding: 0 0 0 50px;
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child {
padding: 0;
}
:not(.rtl).btMenuHorizontal .menuPort > nav > ul > li:last-child {
padding: 0;
}
html.touch :not(.rtl).btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
padding: 0 50px 0 0;
}
html.touch .rtl.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
padding: 0 0 0 50px;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul > li {
font-size: .9em;
}
.btMenuHorizontal .menuPort > nav > ul ul {
position: absolute;
width: 220px;
right: 0;
top: auto;
margin: 0;
pointer-events: none;
-webkit-box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
z-index: 1;
padding: 0;
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.btMenuHorizontal .menuPort > nav > ul ul li {
z-index: 4;
float: none;
}
.btMenuHorizontal .menuPort > nav > ul ul ul {
display: block;
top: 0;
margin: 0;
pointer-events: none;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.btMenuHorizontal .menuPort > nav > ul li.current-menu-item ul,
.btMenuHorizontal .menuPort > nav > li.current-menu-ancestor ul {
margin: 0;
}
.btMenuHorizontal .menuPort > nav > ul > li {
float: left;
position: relative;
z-index: 5;
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li {
float: right;
}
.btMenuHorizontal .menuPort > nav > ul > li.on {
z-index: 6;
}
.btMenuHorizontal .menuPort > nav > ul > li.on > a:after {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.btMenuHorizontal .menuPort > nav > ul > li.on > ul {
opacity: 1;
pointer-events: auto;
z-index: 2;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.btMenuHorizontal .menuPort > nav > ul > li.on > ul > li.on > ul {
opacity: 1;
pointer-events: auto;
z-index: 3;
}
.btMenuHorizontal .menuPort > nav > ul > li.on > ul > li.on > ul > li.on > ul {
opacity: 1;
pointer-events: auto;
z-index: 4;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a {
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
} .btMenuHorizontal:not(.btMenuLeft) .menuPort > nav > ul > li:last-child > ul {
right: 0;
left: auto;
text-align: right;
}
.btMenuHorizontal:not(.btMenuLeft) .menuPort > nav > ul > li:nth-last-child(2) > ul {
right: 0;
left: auto;
text-align: right;
}
.btMenuHorizontal:not(.btMenuLeft) .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul {
right: 0;
left: -100%;
}
.btMenuHorizontal:not(.btMenuLeft) .menuPort > nav > ul > li:nth-last-child(2):not(.btMenuWideDropdown) > ul > li > ul {
right: 0;
left: -100%;
}
.btMenuHorizontal:not(.btMenuLeft) .menuPort > nav > ul > li:nth-last-child(2):not(.btMenuWideDropdown) > ul > li.menu-item-has-children > a:before {
float: left;
}
.btMenuHorizontal:not(.btMenuLeft) .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li.menu-item-has-children > a:before {
float: left;
} .btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateLightHeader .mainHeader.gutter {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
} .btMenuHorizontal .menuPort ul ul {
right: auto;
left: 0;
}
.btMenuHorizontal .menuPort ul ul ul {
left: 220px;
right: auto;
}
.rtl.btMenuHorizontal .menuPort ul ul ul {
left: auto;
right: 220px;
}
.btMenuHorizontal .menuPort nav {
float: left;
padding-left: 50px;
}
.rtl.btMenuHorizontal .menuPort nav {
padding-right: 50px;
padding-left: 0;
}
.btMenuHorizontal.btMenuRight .menuPort nav {
float: right;
}
.btMenuHorizontal.btMenuRight .menuPort > nav > ul > li.btMenuWideDropdown:last-child ul {
left: auto !important;
right: 0 !important;
}
.btMenuHorizontal.btMenuRight .menuPort > nav > ul > li:last-child ul {
right: -20px;
}
.rtl.btMenuHorizontal.btMenuRight .menuPort > nav > ul > li:last-child ul {
right: 20px;
}
.rtl.btMenuHorizontal.btMenuRight .menuPort > nav > ul > li:last-child ul ul {
right: auto;
left: -220px;
}
.btMenuHorizontal.btMenuCenterEnabled .menuPort > nav.rightNav > ul > li.btMenuWideDropdown ul > li > a:after {
left: -2em;
}  .btMenuHorizontal.btMenuCenter .logo {
position: relative;
z-index: 8;
margin: 0 0 0 50%;
}
.rtl.btMenuHorizontal.btMenuCenter .logo {
float: left;
}
.btMenuHorizontal.btMenuCenter .menuPort nav {
float: none;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav {
position: absolute;
right: 50%;
left: auto;
padding: 0;
padding-right: 50px;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul {
float: right;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
right: auto;
left: -20px;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul {
left: 220px;
right: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav {
position: absolute;
left: 50%;
right: auto;
padding-left: 50px;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
right: -20px;
left: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul {
right: 220px;
left: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav li {
text-align: right;
} .btMenuHorizontal.btMenuCenterBelow .logo {
float: none;
text-align: center;
}
.btMenuHorizontal.btMenuCenterBelow .logo img {
margin-left: auto;
margin-right: auto;
}
.btMenuHorizontal.btMenuCenterBelow .gutter .port {
position: relative;
}
.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
position: absolute;
right: 30px;
top: 0;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
right: auto;
left: 30px;
}
.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
float: none;
text-align: center;
}
.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
float: none;
display: inline-block;
}
.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
display: block;
text-align: left;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
float: none !important;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
padding: 0 0 0 50px !important;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul {
left: 0;
right: -20px;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
text-align: right;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li ul {
right: auto;
left: -220px;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li > a:after {
left: auto;
right: 0;
}
.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
position: absolute;
right: 0;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
right: auto;
left: 0;
} html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown {
position: static;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown a:after {
z-index: 999;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul {
width: 100%;
left: 0;
z-index: 998;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li {
top: auto;
border-top: none !important;
float: left;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a {
padding-bottom: 0;
border: none !important;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a:after {
content: ' ';
display: block;
z-index: 5;
pointer-events: none;
height: 2px;
border-radius: 20px;
background-color: #ee5b54;
margin-top: .5em;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li > ul:before {
display: none;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul {
opacity: 1;
top: auto;
margin: 0 !important;
width: 100%;
right: 0;
left: 0;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li:first-child > a {
border-top: none !important;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > li:not(:last-child) {
border-left: 1px solid rgba(0,0,0,.1);
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li ul:before {
display: none;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li {
width: 100%;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li .sub-menu {
width: 100%;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.on > ul > li > ul {
pointer-events: auto;
}
html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.rightNav > ul > li.btMenuWideDropdown > ul {
width: 300%;
left: -200%;
}
html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.leftNav > ul > li.btMenuWideDropdown > ul {
width: 300%;
right: -200%;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-0 > ul > li {
width: INF% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li {
width: 100% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li {
width: 50% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
width: 33.33333% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li {
width: 25% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li {
width: 20% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li {
width: 16.66667% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li {
width: 14.28571% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li {
width: 12.5% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li {
width: 11.11111% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li {
width: 10% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li {
width: 9.09091% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li {
width: 8.33333% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li {
width: 7.69231% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li {
width: 7.14286% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li {
width: 6.66667% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li {
width: 6.25% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li {
width: 5.88235% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li {
width: 5.55556% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li {
width: 5.26316% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li {
width: 5% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 ul.sub-menu {
max-width: 580px;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 ul.sub-menu {
max-width: 780px;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 ul.sub-menu {
max-width: 920px;
}
html:not(.touch) body.btMenuHorizontal.btMenuRight .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 ul.sub-menu {
left: auto !important;
right: 0 !important;
} .btMenuHorizontal .topBar {
font-size: .8em;
line-height: 2.5em;
z-index: 2;
}
.btMenuHorizontal .topBar .topBarPort {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuHorizontal .topBar .topBarPort:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.btMenuHorizontal .topBar .topBarPort:after,
.btMenuHorizontal .topBar .topBarPort:before {
display: none;
}
.btMenuHorizontal .topBarInMenu {
line-height: inherit;
float: right;
height: 80px;
margin-left: 50px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.rtl.btMenuHorizontal .topBarInMenu {
float: left;
margin-left: 0;
margin-right: 50px;
}
.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
line-height: 38px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
vertical-align: middle;
font-size: .9em;
}
.btMenuHorizontal .btBelowLogoArea .topBarInMenu {
height: 40px;
line-height: 40px;
} .btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea {
padding: 0;
z-index: 0;
}
.btMenuHorizontal.btMenuBelowLogo .menuPort {
clear: both;
position: relative;
margin: 0;
float: none;
}
.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
padding: 0;
}
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
float: right;
}
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li {
margin: 0 0 0 50px;
}
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li:last-child {
margin: 0 !important;
} .btAccentDarkHeader:not(.btBelowMenu) .mainHeader,
.btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightAccentHeader:not(.btBelowMenu) .mainHeader,
.btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btAccentLightHeader:not(.btBelowMenu) .mainHeader,
.btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightDarkHeader:not(.btBelowMenu) .mainHeader,
.btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
} body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
} .btTransparentDarkHeader .mainHeader,
.btTransparentDarkHeader .btVerticalHeaderTop {
color: #181818;
}
.btStickyHeaderActive.btTransparentDarkHeader .mainHeader,
.btStickyHeaderActive.btTransparentDarkHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btBelowMenu.btTransparentDarkHeader .mainHeader,
.btBelowMenu.btTransparentDarkHeader .btVerticalHeaderTop {
background-color: transparent;
}
.btStickyHeaderActive.btBelowMenu.btTransparentDarkHeader .mainHeader,
.btStickyHeaderActive.btBelowMenu.btTransparentDarkHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .btVerticalHeaderTop {
color: #fff;
background-color: #191919;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.btMenuVertical.btTransparentDarkHeader .mainHeader,
.btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btTransparentDarkHeader .btBelowLogoArea .menuPort {
border-top: 1px solid rgba(0,0,0,.1);
}
.btTransparentDarkHeader .topBar .topBarPort .topTools {
border-bottom: 1px solid rgba(0,0,0,.1);
} .btTransparentLightHeader .mainHeader {
color: #fff;
}
.btBelowMenu.btTransparentLightHeader .mainHeader {
background-color: transparent;
}
.btStickyHeaderActive.btBelowMenu.btTransparentLightHeader .mainHeader {
background-color: #191919;
}
.btStickyHeaderActive.btTransparentLightHeader .mainHeader {
background-color: #191919;
}
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
color: #181818;
background-color: #fff;
}
.btMenuVertical.btTransparentLightHeader .mainHeader {
background-color: #191919;
}
.btTransparentLightHeader .btVerticalHeaderTop {
color: #fff;
}
.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
background-color: #191919;
}
.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
background-color: #fff;
color: #181818;
}
.btTransparentLightHeader .btBelowLogoArea .menuPort {
border-top: 1px solid rgba(255,255,255,.2);
}
.btStickyHeaderActive.btTransparentLightHeader .btBelowLogoArea .menuPort {
border-color: transparent;
}
.btTransparentLightHeader .topBar .topTools {
border-bottom: 1px solid rgba(255,255,255,.2);
}
.btTransparentLightHeader.btStickyHeaderActive.btMenuHorizontal.btNoLogo:not(.btHasAltLogo) .mainHeader {
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
} .btAccentLightHeader .mainHeader,
.btAccentLightHeader .btVerticalHeaderTop {
background-color: #fff;
color: #181818;
}
.btAccentLightHeader .btBelowLogoArea,
.btAccentLightHeader .topBar {
background-color: #ee5b54;
color: #181818;
}
.btAccentLightHeader .btBelowLogoArea a:hover,
.btAccentLightHeader .topBar a:hover {
color: #ffde39;
} .btAccentDarkHeader .mainHeader,
.btAccentDarkHeader .btVerticalHeaderTop {
background-color: #191919;
color: #fff;
}
.btStickyHeaderActive.btAccentDarkHeader .mainHeader,
.btStickyHeaderActive.btAccentDarkHeader .btVerticalHeaderTop {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5) !important;
box-shadow: 0 0 5px 0 rgba(0,0,0,.5) !important;
}
.btAccentDarkHeader .btBelowLogoArea,
.btAccentDarkHeader .topBar {
background-color: #ee5b54;
color: #fff;
}
.btAccentDarkHeader .btBelowLogoArea a:hover,
.btAccentDarkHeader .topBar a:hover {
color: #ffde39;
} .btLightDarkHeader .mainHeader,
.btLightDarkHeader .btVerticalHeaderTop {
background-color: #fff;
color: #181818;
}
.btLightDarkHeader .btBelowLogoArea,
.btLightDarkHeader .topBar {
background-color: #191919;
color: #fff;
}
.btLightDarkHeader.btMenuHorizontal.btBelowMenu .mainHeader {
background-color: #fff;
}
.btLightDarkHeader.btMenuHorizontal.btBelowMenu .btBelowLogoArea {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
} .btLightAccentHeader .mainHeader {
background-color: #fff;
}
.btLightAccentHeader .btLogoArea,
.btLightAccentHeader .btVerticalHeaderTop {
background-color: #ee5b54;
color: #fff;
}
.btLightAccentHeader .btLogoArea a:hover,
.btLightAccentHeader .btVerticalHeaderTop a:hover {
color: #ffde39;
}
.btLightAccentHeader .btBelowLogoArea,
.btLightAccentHeader .topBar {
background-color: #fff;
color: #181818;
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader {
background-color: transparent;
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
background-color: #ee5b54;
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea a:hover {
color: #ffde39;
} .btStickyHeaderActive.btMenuHorizontal .mainHeader {
position: fixed;
top: 0;
-webkit-box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar {
display: none;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea {
padding: 0;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
height: 48px;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo {
font-size: 1.5em;
line-height: 48px;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > .subToggler {
line-height: 48px;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu {
height: 48px;
}
.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .btLogoArea {
display: none;
}
.btHasAltLogo.btStickyHeaderActive .btMainLogo {
display: none;
}
.btHasAltLogo.btStickyHeaderActive .btAltLogo {
display: block !important;
}
.btHasCrest.btHasAltLogo.btStickyHeaderActive .btMainLogo {
display: none !important;
}
.btHasCrest.btHasAltLogo.btStickyHeaderActive .btAltLogo {
display: inline-block !important;
padding-left: 1em;
}
.btMenuVertical.btStickyHeaderActive .btVerticalHeaderTop {
position: fixed;
top: 0;
-webkit-box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
box-shadow: 0 0 10px 0 rgba(204,204,204,.5);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
-webkit-transition: transform 200ms ease;
-moz-transition: transform 200ms ease;
transition: transform 200ms ease;
}
.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(0%) translateX(320px);
-moz-transform: translateY(0%) translateX(320px);
-ms-transform: translateY(0%) translateX(320px);
transform: translateY(0%) translateX(320px);
}
.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(0%) translateX(-320px);
-moz-transform: translateY(0%) translateX(-320px);
-ms-transform: translateY(0%) translateX(-320px);
transform: translateY(0%) translateX(-320px);
}
.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(-100%) translateX(320px);
-moz-transform: translateY(-100%) translateX(320px);
-ms-transform: translateY(-100%) translateX(320px);
transform: translateY(-100%) translateX(320px);
}
.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
-webkit-transition: transform 200ms ease;
-moz-transition: transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
} .btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transition: transform 200ms ease;
-moz-transition: transform 200ms ease;
transition: transform 200ms ease;
}
.btVerticalHeaderTop {
display: none;
position: absolute;
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
.btMenuVertical .btVerticalHeaderTop {
display: block;
}
.btVerticalHeaderTop .btVerticalMenuTrigger {
display: none;
position: relative;
z-index: 1;
height: 48px;
margin: 0 .5em 0 0;
font-size: 1.5em;
}
.rtl .btVerticalHeaderTop .btVerticalMenuTrigger {
margin: 0 0 0 .5em;
}
.btVerticalMenuTrigger .bt_bb_icon {
width: 24px;
height: 20px;
position: relative;
padding: 0;
float: left;
margin: 14px 0;
}
.btVerticalMenuTrigger .bt_bb_icon:before,
.btVerticalMenuTrigger .bt_bb_icon:after {
content: "";
position: absolute;
display: block;
border-top-width: 2px;
border-top-style: solid;
left: 0;
right: 0;
top: 0;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transform-origin: -.75px 1px;
-moz-transform-origin: -.75px 1px;
-ms-transform-origin: -.75px 1px;
transform-origin: -.75px 1px;
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
-webkit-transform: rotate(45deg) translateY(0) !important;
-moz-transform: rotate(45deg) translateY(0) !important;
-ms-transform: rotate(45deg) translateY(0) !important;
transform: rotate(45deg) translateY(0) !important;
}
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
border-top-color: #181818;
}
.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
border-top-color: #fff;
}
.btVerticalMenuTrigger .bt_bb_icon:after {
top: auto;
bottom: 0;
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
-webkit-transform: rotate(-45deg) translateY(0) !important;
-moz-transform: rotate(-45deg) translateY(0) !important;
-ms-transform: rotate(-45deg) translateY(0) !important;
transform: rotate(-45deg) translateY(0) !important;
}
.btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
content: "";
position: absolute;
display: block;
border-top-width: 2px;
border-top-style: solid;
left: 0;
right: 0;
top: 50%;
margin-top: -1px;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
-webkit-transform: scaleX(0) !important;
-moz-transform: scaleX(0) !important;
-ms-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #181818;
}
.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #fff;
}
.btVerticalMenuTrigger:hover {
cursor: pointer;
color: inherit;
}
.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:after {
border-top-color: #ee5b54;
}
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after {
border-top-color: #181818;
}
.btVerticalMenuTrigger:hover .bt_bb_icon:before {
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:before {
-webkit-transform: rotate(0) translateY(-3px);
-moz-transform: rotate(0) translateY(-3px);
-ms-transform: rotate(0) translateY(-3px);
transform: rotate(0) translateY(-3px);
}
.btVerticalMenuTrigger:hover .bt_bb_icon:after {
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after {
-webkit-transform: rotate(0) translateY(3px);
-moz-transform: rotate(0) translateY(3px);
-ms-transform: rotate(0) translateY(3px);
transform: rotate(0) translateY(3px);
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #ee5b54;
}
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #181818;
}
.btMenuVerticalOn .mainHeader {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(320px);
-moz-transform: translateX(320px);
-ms-transform: translateX(320px);
transform: translateX(320px);
}
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(-320px);
-moz-transform: translateX(-320px);
-ms-transform: translateX(-320px);
transform: translateX(-320px);
}
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo {
opacity: 0;
} .btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(-320px);
-moz-transform: translateX(-320px);
-ms-transform: translateX(-320px);
transform: translateX(-320px);
}
.rtl.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(-320px);
-moz-transform: translateX(-320px);
-ms-transform: translateX(-320px);
transform: translateX(-320px);
}
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop .logo {
opacity: 0;
}
.btMenuVertical .mainHeader {
text-align: center;
height: 100%;
top: 0;
bottom: 0;
position: fixed;
width: 320px;
clear: both;
z-index: 101;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
overflow-y: auto;
overflow-x: hidden;
}
.btMenuInitFinished.btMenuVertical .mainHeader {
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuVertical .mainHeader .btMainLogo {
display: block !important;
}
.btMenuVertical .mainHeader .btAltLogo {
display: none !important;
}
.btMenuVertical .mainHeader .logo {
float: none;
margin: 0;
padding: 0 2em 1em;
}
.btMenuVertical .mainHeader .logo img {
margin: 0 auto;
display: block;
height: auto;
max-width: 100%;
}
.btMenuVertical .mainHeader .btCloseVertical {
cursor: pointer;
font-size: 1.5em;
position: absolute;
right: 20px;
top: 10px;
}
.rtl.btMenuVertical .mainHeader .btCloseVertical {
right: auto;
left: 20px;
}
.btMenuVertical .mainHeader .btCloseVertical:before {
font-family: FontAwesome;
content: '\f00d';
}
.btMenuVertical .mainHeader .btCloseVertical:before:hover {
color: #ee5b54;
}
.btMenuVertical .mainHeader .menuPort {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.btMenuVertical .mainHeader .menuPort .leftNav {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
padding-top: 1em;
padding-bottom: 1em;
}
.btMenuVertical .mainHeader nav {
margin: 0 !important;
}
.btMenuVertical .mainHeader nav ul > li > ul {
opacity: 1;
pointer-events: auto;
}
.btMenuVertical .mainHeader nav ul {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btMenuVertical .mainHeader nav ul li {
padding: 0;
position: relative;
background-color: transparent;
}
.btMenuVertical .mainHeader nav ul li a {
line-height: 1.1;
padding: 1em 2em;
border: none;
font-weight: 400;
}
.btMenuVertical .mainHeader nav ul li li {
font-size: .85em;
}
.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor) > ul {
display: none;
}
.btMenuVertical .mainHeader nav ul ul li {
padding: 0;
opacity: 1;
border: none;
background-color: transparent;
}
.btMenuVertical .mainHeader nav ul ul li ul {
opacity: .8;
}
.btMenuVertical .mainHeader nav ul ul li ul li a {
border: none !important;
}
.btMenuVertical .mainHeader nav li.current-menu-ancestor > a,
.btMenuVertical .mainHeader nav li.current-menu-item > a {
font-weight: 600;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget {
margin-left: .75em;
margin-right: .25em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) {
margin-left: .75em;
margin-right: 0;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
padding-right: .75em;
}
.btMenuVertical .btVerticalMenuTrigger {
display: block;
}
.btMenuVertical .menuScrollPort {
width: 320px;
overflow: hidden;
}
.btMenuVerticalRight .mainHeader {
right: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.btMenuVerticalOn.btMenuVerticalRight .mainHeader {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: -2px 0 5px rgba(0,0,0,.1);
box-shadow: -2px 0 5px rgba(0,0,0,.1);
}
.btMenuVerticalRight .btVerticalMenuTrigger {
float: right;
}
.btMenuVerticalLeft .mainHeader {
left: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: 2px 0 5px rgba(0,0,0,.10);
box-shadow: 2px 0 5px rgba(0,0,0,.10);
}
.btMenuVerticalLeft .btVerticalMenuTrigger {
float: left;
} .btMenuHorizontal .btTopToolsRight,
.btMenuHorizontal .btTopToolsLeft {
-webkit-flex-grow: 1;
flex-grow: 1;
min-height: 45px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuHorizontal .btTopToolsRight {
text-align: right;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.rtl.btMenuHorizontal .btTopToolsRight {
text-align: left;
}
.btMenuHorizontal .topBarInLogoArea {
float: right;
height: 80px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.rtl.btMenuHorizontal .topBarInLogoArea {
float: left;
}
.btHasCrest.btNoLogo.btMenuHorizontal .topBarInLogoArea {
height: 60px;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
border: 0 solid #ee5b54;
} .btMenuVertical .mainHeader {
text-align: center;
height: 100%;
top: 0;
bottom: 0;
position: fixed;
width: 320px;
clear: both;
z-index: 101;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
overflow-y: auto;
overflow-x: hidden;
}
.btMenuInitFinished.btMenuVertical .mainHeader {
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btMenuVertical .mainHeader .topBar {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuVertical .mainHeader .btMainLogo {
display: block !important;
}
.btMenuVertical .mainHeader .btAltLogo {
display: none !important;
}
.btMenuVertical .mainHeader .logo {
float: none;
margin: 0;
padding: 0 2em 1em;
}
.btMenuVertical .mainHeader .logo img {
margin: 0 auto;
display: block;
height: auto;
max-width: 100%;
}
.btMenuVertical .mainHeader .btCloseVertical {
cursor: pointer;
font-size: 1.5em;
position: absolute;
right: 20px;
top: 10px;
}
.rtl.btMenuVertical .mainHeader .btCloseVertical {
right: auto;
left: 20px;
}
.btMenuVertical .mainHeader .btCloseVertical:before {
font-family: FontAwesome;
content: '\f00d';
}
.btMenuVertical .mainHeader .btCloseVertical:before:hover {
color: #ee5b54;
}
.btMenuVertical .mainHeader .menuPort {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
padding-top: 1em;
}
.btMenuVertical .mainHeader .menuPort .leftNav {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
padding-top: 0;
padding-bottom: 0;
border: none;
}
.btMenuVertical .mainHeader .topBarInMenu {
margin: 2em 0;
}
.btMenuVertical .mainHeader nav {
margin: 0 !important;
}
.btMenuVertical .mainHeader nav ul > li > ul {
opacity: 1;
pointer-events: auto;
}
.btMenuVertical .mainHeader nav ul {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btMenuVertical .mainHeader nav ul li {
padding: 0;
position: relative;
background-color: transparent;
}
.btMenuVertical .mainHeader nav ul li a {
line-height: 1.1;
padding: 1em 2em;
border: none;
font-weight: 400;
}
.btMenuVertical .mainHeader nav ul li li {
font-size: .9em;
}
.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor) > ul {
display: none;
}
.btMenuVertical .mainHeader nav ul ul li {
padding: 0;
opacity: 1;
border: none;
background-color: transparent;
}
.btMenuVertical .mainHeader nav ul ul li ul {
opacity: .8;
}
.btMenuVertical .mainHeader nav ul ul li ul li a {
border: none !important;
}
.btMenuVertical .mainHeader nav li.current-menu-ancestor > a,
.btMenuVertical .mainHeader nav li.current-menu-item > a {
font-weight: 600;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget {
display: inline-block;
width: 100%;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
display: block;
text-align: center;
padding: 0 0 .7em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText {
padding-top: 2em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before {
font-size: 2em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent {
font-size: .9em;
text-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
display: inline-block;
padding-bottom: 1em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
display: inline-block;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) {
margin-left: .75em;
margin-right: 0;
width: initial;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
padding-right: .75em;
}
.btMenuVertical .btVerticalMenuTrigger {
display: block;
}
.btMenuVertical .menuScrollPort {
width: 320px;
overflow: hidden;
} .btDarkSkin .iScrollIndicator,
.btLightSkin .btDarkSkin .iScrollIndicator,
.btDarkSkin.btLightSkin .btDarkSkin .iScrollIndicator {
background-color: rgba(255,255,255,.05) !important;
border: 1px solid rgba(255,255,255,.1) !important;
} body.btMenuVerticalOn {
width: 100vw;
overflow: hidden;
} html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li > ul {
opacity: 1;
pointer-events: auto;
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul {
display: block;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li > ul {
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul {
display: block;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li > ul {
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li.on > ul {
display: block;
} .admin-bar.btStickyHeaderActive .mainHeader,
.admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
top: 32px;
}
.admin-bar.btMenuVertical .mainHeader {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar.btStickyHeaderActive .mainHeader,
.admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
top: 46px;
}
.admin-bar.btMenuVertical .mainHeader {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar.btStickyHeaderActive .mainHeader {
top: 0;
}
.admin-bar.btMenuVertical .btVerticalHeaderTop {
top: 0;
}
} .btSiteFooter:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.btSiteFooter .copyLine {
margin-bottom: 0;
}
.btSiteFooter .btFooterMenu .menu {
margin: 0 -1em;
padding: 0;
list-style: none;
width: 100%;
display: inline-block;
}
.btSiteFooter .btFooterMenu .menu li {
display: inline-block;
margin: 0;
padding: 0 1em;
}
.btSiteFooterWidgets {
padding-top: 8em;
font-weight: 300;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow {
-webkit-justify-content: initial;
justify-content: initial;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
background-color: transparent;
margin-bottom: 6em;
-webkit-flex: 1 1 25%;
-ms-flex: 1 1 25%;
flex: 1 1 25%;
max-width: 25%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox .btImage img {
margin: initial;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox.widget_archive > select {
height: auto;
padding: .5em 1em;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox.widget_categories form > select {
height: auto;
padding: .5em 1em;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="6"] .btBox {
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
width: 33.33%;
max-width: 33.33%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox {
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox {
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
width: 33.33%;
max-width: 33.33%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%;
}
.btSiteFooterCopyMenu {
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.15) inset;
box-shadow: 0 0 7px 0 rgba(0,0,0,.15) inset;
}
.btSiteFooterCopyMenu .port > div {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
}
.btSiteFooterCopyMenu .port > div .btFooterCopy,
.btSiteFooterCopyMenu .port > div .btFooterMenu {
padding-top: 2em;
padding-bottom: 2em;
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.btSiteFooterCopyMenu .port > div .btFooterMenu {
text-align: right;
}
.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu {
text-align: left;
}
.rtl .btSiteFooterCopyMenu .port > div .btFooterCopy {
text-align: right;
} .btLightSkin .btSiteFooterWidgets,
.btDarkSkin .btLightSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets {
background: #fff;
}
.btLightSkin .btSiteFooterCopyMenu,
.btDarkSkin .btLightSkin .btSiteFooterCopyMenu,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu {
background: #fff;
}
.btLightSkin .btSiteFooterCopyMenu .port:before,
.btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before {
background-color: #181818;
}
.btDarkSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btSiteFooterWidgets,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets {
background: #191919;
}
.btDarkSkin .btSiteFooterCopyMenu,
.btLightSkin .btDarkSkin .btSiteFooterCopyMenu,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu {
background: #191919;
}
.btDarkSkin .btSiteFooterCopyMenu .port:before,
.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before {
background-color: #ee5b54;
}
@media (max-width: 992px) {
.btSiteFooter .port div .btFooterCopy,
.btSiteFooter .port div .btFooterMenu {
padding-top: 1em;
padding-bottom: 1em;
text-align: center;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow {
display: block;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
width: 100% !important;
max-width: 100% !important;
}
.btSiteFooterWidgets .btIconWidgetContent {
width: 100%;
}
.btSiteFooterWidgets .btIconWidgetContent ul.cart_list {
width: 100%;
}
.btSiteFooterCopyMenu .port > div {
display: block;
}
}
@media (max-width: 620px) {
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
} .sticky .headline:before {
content: '\e69b';
font-family: Icon7Stroke;
display: block;
float: left;
margin-right: .4em;
font-size: .7em;
padding-top: .3em;
}
.sticky .btBlogSimpleViewCategories .headline:before {
content: '';
} .btContent .btArticleHeadline .bt_bb_headline a:hover {
color: #ee5b54;
} body.btNoSidebar .btPostSingleItemStandard:first-child {
margin-top: 4em;
}
.btPostListStandard.btPostSingleItemStandard {
padding-bottom: 4em;
}
.btPostSingleItemStandard .btArticleMedia,
.btPostSingleItemStandard .btArticleContent,
.btPostSingleItemStandard .btArticleShareEtc {
margin-bottom: 3em;
clear: both;
}
.btPostSingleItemStandard .btArticleExcerpt {
margin-bottom: 0 !important;
}
.btPostSingleItemStandard .btArticleExcerpt p {
font-size: 1.3em;
line-height: 1.6;
font-weight: 300;
}
body.single .btPostSingleItemStandard .btArticleContent blockquote {
max-width: 560px;
min-height: 200px;
}
.blog .btPostSingleItemStandard .btArticleHeadline,
.archive .btPostSingleItemStandard .btArticleHeadline {
margin-bottom: 1em;
clear: both;
}
.single .btPostSingleItemStandard .btArticleHeadline {
margin-bottom: 2em;
}
.btPostSingleItemStandard .btArticleContentHolder {
padding: 0 2em 0 5em;
border: 1px solid rgba(0,0,0,.1);
overflow: hidden;
}
.btDarkSkin .btPostSingleItemStandard .btArticleContentHolder,
.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleContentHolder {
border: 1px solid rgba(255,255,255,.3);
}
.btNoMedia.btPostSingleItemStandard .btArticleContentHolder {
padding: 3em 2em 0 5em;
}
.btSoftRoundedButtons .btPostSingleItemStandard .btArticleContentHolder {
border-radius: 10px;
}
.btHardRoundedButtons .btPostSingleItemStandard .btArticleContentHolder {
border-radius: 10px;
}
.btPostSingleItemStandard .btArticleContentHolder .btArticleMedia {
margin-left: -5em;
margin-right: -2em;
}
.btPostSingleItemStandard .btArticleShareEtc {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btPostSingleItemStandard .btArticleShareEtc > div {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
max-width: 50%;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
text-align: right;
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
line-height: 1;
}
.rtl .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
text-align: left;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button {
font-size: .8em;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a {
padding: 1em 3em;
color: #ee5b54;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder {
margin-left: .5em;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
line-height: 1;
vertical-align: middle;
}
.rtl .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_icon_holder {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_button_text {
font-size: .85rem;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a {
color: #181818;
}
.btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a,
.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a,
.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a {
color: #fff;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a .bt_bb_icon_holder {
-webkit-transform: translateX(.5em);
-moz-transform: translateX(.5em);
-ms-transform: translateX(.5em);
transform: translateX(.5em);
color: #181818;
}
.btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a .bt_bb_icon_holder,
.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a .bt_bb_icon_holder,
.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a .bt_bb_icon_holder {
color: #fff;
}
.rtl .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button:hover a .bt_bb_icon_holder {
-webkit-transform: rotate(180deg) translateX(.5em);
-moz-transform: rotate(180deg) translateX(.5em);
-ms-transform: rotate(180deg) translateX(.5em);
transform: rotate(180deg) translateX(.5em);
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button .bt_bb_icon_holder:before {
content: "\e90c";
font-family: Dripicons;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent,
.btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc {
max-width: initial;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-left: -2em;
margin-right: -2em;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
-webkit-flex: 1 1 70%;
-ms-flex: 1 1 70%;
flex: 1 1 70%;
padding-left: 2em;
padding-right: 2em;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
-webkit-flex: 1 1 30%;
-ms-flex: 1 1 30%;
flex: 1 1 30%;
padding-left: 2em;
padding-right: 2em;
}
body.single .btPostSingleItemStandard .btShareColumn {
text-align: right;
}
body.single.rtl .btPostSingleItemStandard .btShareColumn {
text-align: left;
} .btArticleSuperMeta dl {
margin-bottom: 2em;
}
.btArticleSuperMeta dl dt {
min-width: 50%;
padding-right: .75em;
display: inline-block;
}
.btArticleSuperMeta dl dd {
text-align: right;
display: inline-block;
margin: 0;
}
.btArticleSuperMeta .btShareColumn {
margin-bottom: 1em;
text-align: inherit !important;
} .btAboutAuthor {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
margin: 0 0 2em;
padding: 2em 0;
}
.btLightSkin .btAboutAuthor,
.btDarkSkin .btLightSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor {
border-top: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btAboutAuthor,
.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor {
border-top: 1px solid rgba(255,255,255,.5);
}
.btAboutAuthor .aaAvatar {
vertical-align: top;
padding: 0 1em 0 0;
-webkit-flex: 1 1 150px;
-ms-flex: 1 1 150px;
flex: 1 1 150px;
}
.rtl .btAboutAuthor .aaAvatar {
padding: 0 0 0 1em;
}
.btAboutAuthor .aaAvatar img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
.btAboutAuthor .aaTxt {
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
padding: 0;
}
.btAboutAuthor .aaTxt h1,
.btAboutAuthor .aaTxt h2,
.btAboutAuthor .aaTxt h3,
.btAboutAuthor .aaTxt h4,
.btAboutAuthor .aaTxt h5,
.btAboutAuthor .aaTxt h6,
.btAboutAuthor .aaTxt h7,
.btAboutAuthor .aaTxt h8 {
font-size: 1.3em;
} .btMediaBox {
position: relative;
overflow: hidden;
}
.blog .btPostListStandard .btMediaBox {
z-index: 2;
}
.btMediaBox img {
display: block;
width: auto;
height: auto;
}
.btMediaBox .aspectVideo {
visibility: hidden;
width: 100%;
}
.btMediaBox iframe {
display: block;
border: none;
}
.btMediaBox.video iframe {
display: block;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
border: none;
}
.btMediaBox.audio iframe {
display: block;
width: 100% !important;
}
.btMediaBox.btQuote,
.btMediaBox.btLink {
text-align: center;
position: relative;
display: block;
margin: 0;
font-weight: 300;
padding: 5em;
}
.btMediaBox.btQuote:before,
.btMediaBox.btLink:before {
content: " ";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #ee5b54;
}
.btMediaBox.btQuote[style*="background-image"]:before,
.btMediaBox.btLink[style*="background-image"]:before {
opacity: .6;
}
.btArticleListItem .btMediaBox.btQuote,
.btArticleListItem .btMediaBox.btLink {
padding: 4em;
}
.btMediaBox.btQuote blockquote,
.btMediaBox.btLink blockquote {
padding: 0;
}
.btMediaBox.btQuote blockquote:before,
.btMediaBox.btLink blockquote:before {
content: '';
}
.btMediaBox.btQuote p:before,
.btMediaBox.btLink p:before {
display: block;
text-align: center;
font: 2em/1em Icon7Stroke;
margin-bottom: .3em;
}
.btMediaBox.btQuote p,
.btMediaBox.btLink p {
font-size: 1.3em;
line-height: 1.3em;
margin: 0;
font-style: italic;
}
.btMediaBox.btQuote cite,
.btMediaBox.btLink cite {
display: inline-block;
padding: 1.5em 0 0;
border-top: 1px solid #fff;
margin: 1.5em 0 0;
font-size: 1em;
}
.btMediaBox.btQuote a,
.btMediaBox.btLink a {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMediaBox.btQuote a:hover,
.btMediaBox.btLink a:hover {
color: #fff;
opacity: .6;
}
.btMediaBox.btLink p:before {
content: "\e641";
}
.btMediaBox.btQuote p:before {
content: "\e635";
} .btHasAuthorInfo .btArticleContentHolder {
position: relative;
padding-left: 150px;
}
.articleSideGutter {
position: absolute;
top: 1em;
left: 0;
line-height: 1.4;
width: 60px;
text-align: center;
}
.btPostListColumns .articleSideGutter {
margin-left: 1em;
}
.articleSideGutter .date {
opacity: .8;
}
.rtl .articleSideGutter {
left: auto;
right: 0;
}
.articleSideGutter .asgItem.title {
margin: 4px 0 0;
} .btShareColumn,
.btShareRow {
opacity: .4;
}  body.btNoSidebar .btPostListColumns:first-of-type,
body.btNoSidebar .btPostSingleItemColumns:first-of-type {
margin-top: 4em;
}
body.btNoSidebar .btPostListColumns:last-of-type,
body.btNoSidebar .btPostSingleItemColumns:last-of-type {
margin-bottom: 4em;
}
.btPostListColumns:not(:last-of-type),
.btPostSingleItemColumns:not(:last-of-type) {
margin-bottom: 3em;
}
.btPostListColumns .btArticleContentHolder,
.btPostSingleItemColumns .btArticleContentHolder {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -2em;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
max-width: 50%;
z-index: 1;
}
.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
-webkit-flex-basis: 0%;
flex-basis: 0%;
max-width: 0%;
}
.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
max-width: 50%;
padding: 2em;
}
.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.btPostListColumns .btArticleContentHolder .btArticleHeadline,
.btPostListColumns .btArticleContentHolder .btArticleContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,
.btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
margin-bottom: 1em;
}
.btPostListColumns .btArticleContentHolder .btShareRow,
.btPostSingleItemColumns .btArticleContentHolder .btShareRow {
margin-top: 2em;
}
.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p {
font-size: 1.5em;
}
.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite {
padding-top: 1em;
font-size: .8em;
}
.btContent .btPostListColumns:nth-child(even) .btArticleContentHolder {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
} .btPostListColumns .btArticleContentHolder {
overflow: hidden;
margin: 0;
}
.btPostListColumns .btArticleContentHolder .btArticleTextContent header.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
top: .3em;
left: -1.1em;
}
.btSoftRoundedButtons .btPostListColumns .btArticleContentHolder .btArticleMedia .btMediaBox {
border-radius: 10px;
}
.btHardRoundedButtons .btPostListColumns .btArticleContentHolder .btArticleMedia .btMediaBox {
border-radius: 10px;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia .btMediaBox.btQuote blockquote,
.btPostListColumns .btArticleContentHolder .btArticleMedia .btMediaBox.btLink blockquote {
font-size: 1em;
} .sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after {
font-family: FontAwesome;
content: "\f02b";
margin: 0 .5em;
color: #ee5b54;
} .btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
-webkit-box-shadow: 0 0 0 1em #fff inset;
box-shadow: 0 0 0 1em #fff inset;
color: #191919;
}
.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
}
.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
}
.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a {
-webkit-box-shadow: 0 0 0 2em #fff inset;
box-shadow: 0 0 0 2em #fff inset;
color: #191919;
} .btPostSingleItemColumns .btArticleContentHolder {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin: 0;
}
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
padding: 2em 2em 2em 4em;
}
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent .btArticleHeadline header.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
left: -1.2em;
}
.btPostSingleItemColumns .btArticleHeadline,
.btPostSingleItemColumns .btArticleContent {
margin-bottom: 2em;
clear: both;
}
.btPostSingleItemColumns .btArticleMedia,
.btPostSingleItemColumns .btArticleShareEtc {
clear: both;
margin-bottom: 0;
}
.btPostSingleItemColumns .btTagsColumn {
margin-bottom: 1em;
}
body.btNoSidebar .btPostSingleItemColumns {
margin-top: 4em;
} body.btNoSidebar .btArticleListItem.btPostListSimple:first-child {
margin-top: 4em;
}
.btArticleListItem.btPostListSimple .btArticleContentHolder {
margin-bottom: 3em;
padding: 2em 2em 2em 5em;
border: 1px solid rgba(0,0,0,.1);
overflow: hidden;
}
.btSoftRoundedButtons .btArticleListItem.btPostListSimple .btArticleContentHolder {
border-radius: 10px;
}
.btHardRoundedButtons .btArticleListItem.btPostListSimple .btArticleContentHolder {
border-radius: 10px;
}
.btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt {
margin-top: 2em;
}
.btArticleListItem.btPostListSimple .btArticleContentHolder header.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
top: .25em;
}
.btHeadingDash_circle .btArticleListItem.btPostListSimple .btArticleContentHolder header.bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
top: .1em;
} .btArticleListItem.animate {
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
transition-delay: 200ms;
} .btContentHolder .alignleft {
float: left;
margin: 0 1em 0 0;
}
.btContentHolder .alignright {
float: right;
margin: 0 0 0 1em;
}
.btContentHolder .aligncenter,
.btContentHolder .btContent .alignnone {
text-align: center;
margin: 0 auto;
}
.btContentHolder figure.aligncenter,
.btContentHolder .btContent figure.alignnone {
margin: 0 auto 1em;
}
.btContentHolder .alignnone {
width: auto !important;
} article .post-password-form {
margin: 0 auto 4em !important;
}
.post-password-form {
margin: 0 auto 4em;
}
.post-password-form p:first-child {
color: #ee5b54;
}
.post-password-form p:nth-child(2) {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.post-password-form p:nth-child(2) label {
-webkit-flex: 1 0 75%;
-ms-flex: 1 0 75%;
flex: 1 0 75%;
padding-right: 5px;
}
.post-password-form p:nth-child(2) label input[type="password"] {
padding: 10px;
display: inline;
}
.post-password-form p:nth-child(2) input[type="submit"] {
-webkit-flex: 0 1 25%;
-ms-flex: 0 1 25%;
flex: 0 1 25%;
margin: 0 auto 0 1em;
width: auto;
border: 0;
cursor: pointer;
padding: 0 1em;
height: 3.2rem;
text-transform: uppercase;
background-color: transparent;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
color: #fff;
}
.post-password-form p:nth-child(2) input[type="submit"]:hover {
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
color: #ee5b54;
} .btPagination {
font-size: .8rem;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
letter-spacing: .5px;
line-height: 1.1;
text-transform: uppercase;
margin-top: 2em;
margin-bottom: 4em;
}
.btPagination:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.btPagination .paging.onLeft {
float: left;
}
.rtl .btPagination .paging.onLeft {
float: right;
}
.btPagination .paging.onRight {
float: right;
}
.rtl .btPagination .paging.onRight {
float: left;
}
.btPagination .paging a {
display: block;
color: inherit;
}
.btPagination .paging a:after {
content: "\e90c";
font-family: Dripicons;
font-size: 1rem;
font-weight: 200;
line-height: .9;
width: 1rem;
display: block;
text-align: center;
margin-left: .5em;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btDarkSkin .btPagination .paging a:after,
.btLightSkin .btDarkSkin .btPagination .paging a:after,
.btDarkSkin.btLightSkin .btDarkSkin .btPagination .paging a:after {
color: #fff;
}
.btLightSkin .btPagination .paging a:after,
.btDarkSkin .btLightSkin .btPagination .paging a:after,
.btLightSkin .btDarkSkin .btLightSkin .btPagination .paging a:after {
color: #181818;
}
.btPagination .paging a:hover {
color: #ee5b54;
}
.btPagination .paging a:hover:after {
color: #ee5b54;
}
.btPagination .paging p {
margin: 0;
}
.btPagination .paging .pagePrev a:after {
content: "\e90b";
float: left;
margin: 0 10px 0 0;
}
.rtl .btPagination .paging .pagePrev a:after {
content: "\e684";
float: right;
margin: 0 0 0 10px;
}
.btPagination .paging .pagePrev a:hover:after {
-webkit-transform: translateX(-.5em);
-moz-transform: translateX(-.5em);
-ms-transform: translateX(-.5em);
transform: translateX(-.5em);
}
.btPagination .paging .pageNext a:after {
content: "\e90c";
float: right;
margin: 0 0 0 10px;
}
.rtl .btPagination .paging .pageNext a:after {
content: "\e686";
float: left;
margin: 0 10px 0 0;
}
.btPagination .paging .pageNext a:hover:after {
-webkit-transform: translateX(.5em);
-moz-transform: translateX(.5em);
-ms-transform: translateX(.5em);
transform: translateX(.5em);
} .btPrevNextNav:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
body.btNoSidebar .btPrevNextNav {
margin-bottom: 4em;
}
.btPrevNextNav .btPrevNext {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
float: left;
color: inherit;
min-height: 90px;
width: 50%;
margin: 0;
}
.btNext.btPrevNextNav .btPrevNext {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
float: right;
text-align: right;
}
.btPrevNextNav .btPrevNext .btPrevNextImage {
-webkit-flex: 0 0 6em;
-ms-flex: 0 0 6em;
flex: 0 0 6em;
height: 6em;
background-size: cover;
background-position: center center;
margin: 0 1em 0 0;
}
.rtl .btPrevNextNav .btPrevNext .btPrevNextImage {
margin: 0 0 0 1em;
}
.btPrevNextNav .btPrevNext .btPrevNextItem {
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
min-width: 0%;
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
font-size: 1.2rem;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.5em;
max-height: 3em;
}
.btHeadingWeight_default .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 900;
}
.btHeadingWeight_black .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 900;
}
.btHeadingWeight_bolder .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 800;
}
.btHeadingWeight_bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 700;
}
.btHeadingWeight_semi-bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 600;
}
.btHeadingWeight_medium .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 500;
}
.btHeadingWeight_normal .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 400;
}
.btHeadingWeight_light .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 300;
}
.btHeadingWeight_lighter .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 200;
}
.btHeadingWeight_thin .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 100;
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
font-size: .8rem;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
line-height: 1;
font-weight: 600;
letter-spacing: .5px;
margin-bottom: .5em;
text-transform: uppercase;
color: #ee5b54;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir:hover {
color: inherit;
}
.btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
color: #ee5b54;
}
.btPrevNextNav .btPrevNext.btNext {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
padding-left: 1em;
}
.btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
margin: 0 0 0 1em;
}
.rtl .btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
margin: 0 1em 0 0;
}
.rtl .btPrevNextNav .btPrevNext {
float: right;
}
.rtl .btPrevNextNav .btPrevNext.btNext {
text-align: left;
}
@media (max-width: 780px) {
.btPrevNextNav .btPrev,
.btPrevNextNav .btPrevNext {
width: 100%;
}
} .btLinkPages:before {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btLinkPages ul {
margin-left: 0;
padding-left: 0;
margin-top: 30px;
}
.btLinkPages ul li {
list-style: none;
display: inline-block;
} .boldPhotoSlide {
position: relative;
}
.single .boldPhotoSlide h4.nbs {
margin: 0 30px !important;
} .btArticleCategories {
text-transform: uppercase;
}
.btArticleCategories a {
color: #ee5b54;
}
.btArticleCategories a:hover {
color: inherit !important;
}
.btArticleCategories a:not(:first-child):before {
content: ' ';
display: inline-block;
margin: -2px 10px 0 10px;
letter-spacing: inherit;
width: 4px;
height: 4px;
border-radius: 50%;
line-height: inherit;
vertical-align: middle;
background-color: #ee5b54;
} .btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after,
.btArticleComments:not(:last-child):after,
.btArticleCategories:not(:last-child):after {
content: ' / ';
padding: 0 .5em;
}
.btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after {
color: #181818;
}
.btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after {
color: #fff;
} .btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btArticleCategories:not(:last-child),
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child) {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child) {
border-color: rgba(255,255,255,.5) !important;
} .btLightSkin .btArticleAuthor a,
.btDarkSkin .btLightSkin .btArticleAuthor a,
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor a {
color: #181818;
}
.btDarkSkin .btArticleAuthor a,
.btLightSkin .btDarkSkin .btArticleAuthor a,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor a {
color: #fff;
}
.btArticleAuthor a:hover {
color: #ee5b54;
} .btLightSkin .btArticleComments,
.btDarkSkin .btLightSkin .btArticleComments,
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments {
color: #181818;
}
.btDarkSkin .btArticleComments,
.btLightSkin .btDarkSkin .btArticleComments,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments {
color: #fff;
}
.btArticleComments:hover {
color: #ee5b54;
}
.btArticleComments:before {
content: "\f075";
font-family: FontAwesome;
margin: 0;
display: inline-block;
}
body:not(.rtl) .btArticleComments:before {
margin-right: 5px;
}
body.rtl .btArticleComments:before {
margin-left: 5px;
float: right;
}
.btLightSkin .btArticleComments:before,
.btDarkSkin .btLightSkin .btArticleComments:before,
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:before {
color: rgba(24,24,24,.4);
}
.btDarkSkin .btArticleComments:before,
.btLightSkin .btDarkSkin .btArticleComments:before,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:before {
color: rgba(255,255,255,.4);
} .gallery {
margin-bottom: 1.6em;
}
.gallery .gallery-item {
display: inline-block;
padding: 0 4px;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery-columns-2.gallery .gallery-item {
max-width: 50%;
}
.gallery-columns-3.gallery .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4.gallery .gallery-item {
max-width: 25%;
}
.gallery-columns-5.gallery .gallery-item {
max-width: 20%;
}
.gallery-columns-6.gallery .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7.gallery .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8.gallery .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9.gallery .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
padding: 5px 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .wp-caption-text {
font-size: .9em;
margin-bottom: 1em;
opacity: .8;
}
.bypostauthor {
font-size: inherit;
list-style: none;
} body.single-post.btWithSidebar.btHideHeadline .btContentWrap > .btContentHolder {
padding-top: 4em;
} @media (max-width: 1200px) {
.gallery-item {
width: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 768px) {
.btPostSingleItemStandard .btArticleContentHolder {
padding: 0 2em;
}
.btPostSingleItemStandard.btNoMedia .btArticleContentHolder {
padding: 3em 2em 0 2em;
}
.btPostSingleItemStandard .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
display: none;
}
.btPostSingleItemStandard .btArticleShareEtc {
display: block;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn,
.btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn {
max-width: 100%;
float: none;
text-align: center;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn:first-child,
.btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn:first-child {
padding-bottom: 2em;
}
.btPostSingleItemStandard .btArticleShareEtc .btTagsColumn {
max-width: 100%;
float: none;
text-align: center;
padding-bottom: 1em;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
display: block;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
max-width: 100%;
padding-top: 1em;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
max-width: 100%;
}
}
@media (max-width:620px) { .btPostListColumns .btArticleContentHolder,
.btPostSingleItemColumns .btArticleContentHolder {
display: block;
margin-left: 0;
margin-right: 0;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
clear: both;
padding: 0;
max-width: 100%;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
padding-bottom: 1em;
}
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
padding-bottom: 2em;
} .btPrevNext .btPrevNextImage {
display: none;
}
.btPrevNext .btPrevNextItem .btPrevNextTitle {
font-size: 1rem;
} .btHasAuthorInfo .btArticleContentHolder {
padding-left: 0;
clear: both;
}
.btHasAuthorInfo .articleSideGutter {
position: relative;
left: 0;
margin: 0;
width: auto;
padding: 0 0 1em;
clear: both;
}
.btHasAuthorInfo .asgItem.avatar {
width: 45px;
float: left;
}
}
@media(max-width: 520px) {
.btAboutAuthor .aaAvatar {
-webkit-flex: 1 1 100px;
-ms-flex: 1 1 100px;
flex: 1 1 100px;
}
} body:not(.woocommerce) .bt-comments-box .form-submit {
margin-bottom: 0;
}
.bt-comments-box {
margin: 3em 0;
}
.bt-comments-box > h1,
.bt-comments-box > h2,
.bt-comments-box > h3,
.bt-comments-box > h4,
.bt-comments-box > h5,
.bt-comments-box > h6,
.bt-comments-box > h7,
.bt-comments-box > h8,
.bt-comments-box .comment-respond > h1,
.bt-comments-box .comment-respond > h2,
.bt-comments-box .comment-respond > h3,
.bt-comments-box .comment-respond > h4,
.bt-comments-box .comment-respond > h5,
.bt-comments-box .comment-respond > h6,
.bt-comments-box .comment-respond > h7,
.bt-comments-box .comment-respond > h8 {
margin: 0 0 1em;
padding: 0;
font-size: 1.4em;
}
.bt-comments-box ul.comments,
.bt-comments-box ul.comments li.comment {
list-style: none;
display: block;
padding-left: 0;
margin: 0;
}
.bt-comments-box ul.comments > li,
.bt-comments-box ul.comments > li.comment > ul.children > li.comment {
display: block;
margin: 0;
}
.btLightSkin .bt-comments-box ul.comments > li,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments > li,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments > li,
.btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment {
border-top: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .bt-comments-box ul.comments > li,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li,
.btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment {
border-top: 1px solid rgba(255,255,255,.5);
}
.bt-comments-box ul.comments li > article {
padding: 2em 0;
position: relative;
width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.bt-comments-box ul.comments li > article .commentTxt {
padding: 0;
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.bt-comments-box ul.comments li > article .commentAvatar {
padding: 0 20px 0 0;
-webkit-flex: 0 1 75px;
-ms-flex: 0 1 75px;
flex: 0 1 75px;
}
.rtl .bt-comments-box ul.comments li > article .commentAvatar {
padding: 0 0 0 20px;
}
.bt-comments-box ul.comments li > article .commentAvatar img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
.bt-comments-box ul.comments li.pingback {
padding-top: 1em;
}
.bt-comments-box ul.children {
margin-left: 75px;
}
.bt-comments-box input,
.bt-comments-box textarea {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.bt-comments-box .btComment {
line-height: 0;
}
.bt-comments-box .btComment textarea,
.bt-comments-box .btComment label {
line-height: 1.8;
}
.bt-comments-box .vcard {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 1em;
}
.bt-comments-box .vcard h1.author,
.bt-comments-box .vcard h2.author,
.bt-comments-box .vcard h3.author,
.bt-comments-box .vcard h4.author,
.bt-comments-box .vcard h5.author,
.bt-comments-box .vcard h6.author,
.bt-comments-box .vcard h7.author,
.bt-comments-box .vcard h8.author {
margin: 0;
padding: 0;
line-height: 1.3;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
font-size: 1.2em;
}
.bt-comments-box .vcard .posted {
font-size: .9em;
font-family: "Roboto",Arial,Helvetica,sans-serif;
font-weight: 500;
line-height: 1.15;
text-align: right;
padding: 0 0 0 10px;
margin: 0;
opacity: .3;
}
.rtl .bt-comments-box .vcard .posted {
text-align: left;
padding: 0 10px 0 0;
}
.woocommerce .bt-comments-box .vcard .star-rating {
margin-left: .5em;
}
.woocommerce .bt-comments-box .vcard .star-rating strong {
display: none;
}
.woocommerce.rtl .bt-comments-box .vcard .star-rating {
right: auto;
margin-left: 0;
margin-right: .5em;
}
.bt-comments-box .commentTxt p.edit-link,
.bt-comments-box .commentTxt p.reply {
display: inline-block;
font-size: .8em;
line-height: 1;
letter-spacing: .5px;
vertical-align: top;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
text-transform: uppercase;
opacity: .5;
color: inherit;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.bt-comments-box .commentTxt p.edit-link:not(:empty),
.bt-comments-box .commentTxt p.reply:not(:empty) {
margin: 0 2em 0 0;
}
.rtl .bt-comments-box .commentTxt p.edit-link:not(:empty),
.rtl .bt-comments-box .commentTxt p.reply:not(:empty) {
margin: 0 0 0 2em;
}
.bt-comments-box .commentTxt p.edit-link:hover,
.bt-comments-box .commentTxt p.reply:hover {
opacity: 1;
color: #ee5b54;
}
.bt-comments-box .commentTxt p.edit-link a,
.bt-comments-box .commentTxt p.reply a {
font-weight: 600;
color: inherit;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.bt-comments-box .comment-form {
padding-bottom: 20px;
}
.bt-comments-box .comment-form p.form-submit input#submit {
width: auto;
margin: 0 auto;
padding: 1em 2em;
}
.bt-comments-box .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
margin-right: .5em;
}
.bt-comments-box .comment-navigation {
text-align: right;
clear: right;
}
.bt-comments-box .comment-navigation a,
.bt-comments-box .comment-navigation span {
display: inline-block;
font-family: "Roboto",Arial,Helvetica,sans-serif;
}
.bt-comments-box .comment-navigation span {
margin: 0 5px;
}
.bt-comments-box ul.comments li.review p.form-submit input#submit {
width: auto;
margin: 0 auto;
padding: 1em 2em;
}
.comment-awaiting-moderation {
color: #ee5b54;
}
a#cancel-comment-reply-link {
font-size: .9em;
line-height: 2.5;
font-weight: 600;
letter-spacing: .5px;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
text-transform: uppercase;
vertical-align: top;
display: inline-block;
margin: 0 0 0 2em;
color: inherit;
opacity: .5;
}
.rtl a#cancel-comment-reply-link {
margin: 0 2em 0 0;
}
a#cancel-comment-reply-link:hover {
opacity: 1;
color: #ee5b54;
}
.btCommentSubmit {
padding: 1em 2em;
background: none;
margin-top: 1em;
line-height: 1;
border: none;
text-transform: uppercase;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
color: #fff;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
background-color: transparent;
}
.btHardRoundedButtons .btCommentSubmit {
border-radius: 50px;
}
.btSoftRoundedButtons .btCommentSubmit {
border-radius: 10px;
}
.btCommentSubmit .btnInnerText {
font-size: .8em;
line-height: 1.3;
font-weight: 600;
letter-spacing: .5px;
vertical-align: top;
}
.btCommentSubmit:hover {
color: #ee5b54;
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
}
.btCommentSubmit:before {
display: none;
} @media (max-width: 520px) {
.bt-comments-box .vcard {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0 0 15px;
}
.bt-comments-box .vcard h5.author {
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.bt-comments-box .vcard .posted {
padding: 0;
margin-top: .7em;
text-align: left;
}
.bt-comments-box ul.comments ul.children {
padding: 0;
margin: 0;
}
.bt-comments-box ul.comments ul.children li.comment {
padding: 0;
border-top: none !important;
}
.bt-comments-box ul.comments ul.children li.comment article {
position: relative;
}
.btLightSkin .bt-comments-box ul.comments ul.children li.comment article,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article {
background-color: rgba(0,0,0,.055);
}
.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article {
background-color: rgba(255,255,255,.055);
}
.bt-comments-box ul.comments ul.children li.comment article .commentAvatar {
padding-left: 10px;
}
.bt-comments-box ul.comments ul.children li.comment article:after {
content: '\f148';
display: block;
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 20px;
font: normal 16px/20px FontAwesome;
vertical-align: middle;
text-align: center;
}
.btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after {
background-color: #fff;
}
.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after {
background-color: #191919;
}
} .btBox {
margin-bottom: 4em;
}
.btBox:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
} .sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul,
.btSiteFooterWidgets .widget_bt_bb_recent_posts ul {
margin: 0;
}
.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li,
.btSiteFooterWidgets .widget_bt_bb_recent_posts ul li {
margin: 0;
list-style: none;
}
.btBox > h4,
.btCustomMenu > h4,
.btTopBox > h4 {
font-size: 1.5em;
margin-bottom: 1em;
padding-bottom: 0;
display: inline-block;
width: 100%;
}
.btBox h5,
.btCustomMenu h5,
.btTopBox h5 {
font-size: 1.5em;
margin-bottom: .35em;
}
body:not(.btNoDashInSidebar) .btBox > h4,
body:not(.btNoDashInSidebar) .btCustomMenu > h4,
body:not(.btNoDashInSidebar) .btTopBox > h4 {
position: relative;
}
body:not(.btNoDashInSidebar) .btBox > h4:after,
body:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body:not(.btNoDashInSidebar) .btTopBox > h4:after {
content: "\e905";
font-family: Tabula;
font-size: 2.5em;
color: rgba(80,36,0,.1);
display: block;
border: none;
width: auto !important;
margin: 0 !important;
line-height: 1;
position: absolute;
top: -.2em;
left: -.5em;
z-index: 0;
}
body:not(.btNoDashInSidebar) .btBox > h4 span,
body:not(.btNoDashInSidebar) .btCustomMenu > h4 span,
body:not(.btNoDashInSidebar) .btTopBox > h4 span {
z-index: 1;
position: relative;
}
body.rtl:not(.btNoDashInSidebar) .btBox > h4:after,
body.rtl:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body.rtl:not(.btNoDashInSidebar) .btTopBox > h4:after {
left: auto;
right: -.5em;
}
body.btHeadingDash_balloon:not(.btNoDashInSidebar) .btBox > h4:after,
body.btHeadingDash_balloon:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body.btHeadingDash_balloon:not(.btNoDashInSidebar) .btTopBox > h4:after {
content: "\e902";
}
body.btHeadingDash_circle:not(.btNoDashInSidebar) .btBox > h4:after,
body.btHeadingDash_circle:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body.btHeadingDash_circle:not(.btNoDashInSidebar) .btTopBox > h4:after {
content: "\e901";
}
body.btHeadingDash_guitar:not(.btNoDashInSidebar) .btBox > h4:after,
body.btHeadingDash_guitar:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body.btHeadingDash_guitar:not(.btNoDashInSidebar) .btTopBox > h4:after {
content: "\e903";
-webkit-transform: scaleX(-1) rotate(-50deg);
-moz-transform: scaleX(-1) rotate(-50deg);
-ms-transform: scaleX(-1) rotate(-50deg);
transform: scaleX(-1) rotate(-50deg);
}
body.btHeadingDash_star:not(.btNoDashInSidebar) .btBox > h4:after,
body.btHeadingDash_star:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body.btHeadingDash_star:not(.btNoDashInSidebar) .btTopBox > h4:after {
content: "\e904";
top: -.6em;
left: -1.1em;
}
body.btHeadingDash_dot:not(.btNoDashInSidebar) .btBox > h4:after,
body.btHeadingDash_dot:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body.btHeadingDash_dot:not(.btNoDashInSidebar) .btTopBox > h4:after {
content: "\e905";
}
.btBox label,
.btCustomMenu label,
.btTopBox label {
display: none;
}
.btBox .wp-caption,
.btCustomMenu .wp-caption,
.btTopBox .wp-caption {
margin-bottom: .5em;
}
.btBox select,
.btCustomMenu select,
.btTopBox select {
display: block;
margin: .5em 0 0;
width: 100%;
padding: .5em;
}
.btBox ul,
.btCustomMenu ul,
.btTopBox ul {
list-style: none;
margin: 0;
display: block;
padding: 0;
}
.btBox ul li,
.btCustomMenu ul li,
.btTopBox ul li {
display: block;
width: auto;
margin: 0;
position: relative;
padding: .8em 0;
margin-left: 0;
border-bottom: 1px solid rgba(0,0,0,.07);
}
.btBox ul li a,
.btCustomMenu ul li a,
.btTopBox ul li a {
display: block;
}
.btLightSkin .btBox ul li,
.btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btCustomMenu ul li,
.btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btTopBox ul li,
.btDarkSkin .btLightSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li {
border-bottom: 1px solid rgba(0,0,0,.07);
}
.btDarkSkin .btBox ul li,
.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btTopBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li {
border-bottom: 1px solid rgba(255,255,255,.3);
}
.btBox ul li ul,
.btCustomMenu ul li ul,
.btTopBox ul li ul {
margin: .8em 0 0;
padding: 0;
}
.btLightSkin .btBox ul li ul,
.btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btCustomMenu ul li ul,
.btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btTopBox ul li ul,
.btDarkSkin .btLightSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul {
border-top: 1px solid rgba(0,0,0,.07);
}
.btDarkSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btTopBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul {
border-top: 1px solid rgba(255,255,255,.3);
}
.btBox ul li ul li,
.btCustomMenu ul li ul li,
.btTopBox ul li ul li {
padding-left: 1em;
}
.btBox ul li.current-menu-item > a,
.btCustomMenu ul li.current-menu-item > a,
.btTopBox ul li.current-menu-item > a {
color: #ee5b54;
}
.btBox ul li:after,
.btCustomMenu ul li:after,
.btTopBox ul li:after {
clear: both;
content: " ";
display: block;
}
.btBox ul li li:last-child,
.btCustomMenu ul li li:last-child,
.btTopBox ul li li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.btBox > ul > li:first-child,
.btCustomMenu > ul > li:first-child,
.btTopBox > ul > li:first-child {
padding-top: 0;
}
.btBox .btImageTextWidgetWrapper ul li,
.btCustomMenu .btImageTextWidgetWrapper ul li,
.btTopBox .btImageTextWidgetWrapper ul li {
padding: 0 0 1em;
border: none !important;
}
.btBox .btImageTextWidget,
.btCustomMenu .btImageTextWidget,
.btTopBox .btImageTextWidget {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btBox .btImageTextWidget:not(:last-child),
.btCustomMenu .btImageTextWidget:not(:last-child),
.btTopBox .btImageTextWidget:not(:last-child) {
margin-bottom: .5em;
}
.btBox .btImageTextWidget .btImageTextWidgetImage,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.btTopBox .btImageTextWidget .btImageTextWidgetImage {
-webkit-flex: 0 0 30%;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
padding-right: 10px;
}
.rtl .btBox .btImageTextWidget .btImageTextWidgetImage,
.rtl .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.rtl .btTopBox .btImageTextWidget .btImageTextWidgetImage {
padding-right: 0;
padding-left: 10px;
}
.btBox .btImageTextWidget .btImageTextWidgetImage a,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a {
display: block;
line-height: 0;
}
.btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
margin: 0;
border: 1px solid rgba(0,0,0,.1);
max-width: 100%;
width: 100%;
height: auto;
}
.btBox .btImageTextWidget .btImageTextWidgetText,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText,
.btTopBox .btImageTextWidget .btImageTextWidgetText {
-webkit-flex: 0 0 70%;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
overflow: hidden;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
text-transform: uppercase;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
font-size: 1rem;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.4em;
max-height: 2.8em;
}
.btBox p.posted,
.btCustomMenu p.posted,
.btTopBox p.posted {
font-weight: 400;
margin: 0;
font-size: .8em;
line-height: 1.5;
opacity: .6;
text-transform: uppercase;
}
.btBox .quantity,
.btCustomMenu .quantity,
.btTopBox .quantity {
font-weight: 400;
font-family: "Roboto",Arial,Helvetica,sans-serif;
margin: 0;
font-size: 1em;
line-height: 1.5;
opacity: .6;
text-transform: uppercase;
} .widget_calendar table {
width: 100%;
border-collapse: collapse;
}
.widget_calendar table caption {
background: #ee5b54;
color: #FFF;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
font-weight: 700;
padding: 5px;
}
.widget_calendar table thead th {
text-align: center;
padding: 3px;
}
.widget_calendar table tfoot td {
padding: 3px;
}
.widget_calendar table tfoot td#next {
text-align: right;
}
.widget_calendar table tbody tr:nth-child(odd) td {
background: transparent;
}
.widget_calendar table tbody tr td#today {
color: #ee5b54;
}
.widget_calendar table tbody td {
text-align: center;
padding: 2px 3px;
} .btBox.widget_archive ul li,
.btBox.widget_categories ul li {
text-align: right;
}
.rtl .btBox.widget_archive ul li,
.rtl .btBox.widget_categories ul li {
text-align: left;
}
.btBox.widget_archive ul li a,
.btBox.widget_categories ul li a {
display: block;
float: left;
}
.rtl .btBox.widget_archive ul li a,
.rtl .btBox.widget_categories ul li a {
float: right;
}
.btBox.widget_archive .fancy-select ul li,
.btBox.widget_categories .fancy-select ul li {
text-align: initial;
}
.btBox.widget_archive .fancy-select ul li:first-child,
.btBox.widget_categories .fancy-select ul li:first-child {
padding-top: .5em;
}
.btBox.widget_archive .fancy-select ul li a,
.btBox.widget_categories .fancy-select ul li a {
display: inline;
float: none !important;
} .widget_recent_comments .comment-author-link a {
font-weight: 700;
display: inline;
padding: 0;
} .btBox.widget_bt_bb_recent_comments .latestComments h5 {
font-size: 1em;
}
.btBox.widget_bt_bb_recent_comments .latestComments ul li {
margin-bottom: 0;
} .btBox.widget_recent_entries ul li a {
line-height: 1.2;
} .widget_rss li {
margin-bottom: 15px;
}
.widget_rss li a.rsswidget {
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
font-weight: 900;
line-height: 1.5;
margin-bottom: .5em;
}
.btHeadingWeight_default .widget_rss li a.rsswidget {
font-weight: 900;
}
.btHeadingWeight_black .widget_rss li a.rsswidget {
font-weight: 900;
}
.btHeadingWeight_bolder .widget_rss li a.rsswidget {
font-weight: 800;
}
.btHeadingWeight_bold .widget_rss li a.rsswidget {
font-weight: 700;
}
.btHeadingWeight_semi-bold .widget_rss li a.rsswidget {
font-weight: 600;
}
.btHeadingWeight_medium .widget_rss li a.rsswidget {
font-weight: 500;
}
.btHeadingWeight_normal .widget_rss li a.rsswidget {
font-weight: 400;
}
.btHeadingWeight_light .widget_rss li a.rsswidget {
font-weight: 300;
}
.btHeadingWeight_lighter .widget_rss li a.rsswidget {
font-weight: 200;
}
.btHeadingWeight_thin .widget_rss li a.rsswidget {
font-weight: 100;
}
.widget_rss li a.rsswidget .bt_bb_price_list_currency {
font-size: 2.5em;
line-height: 2;
}
.widget_rss li .rss-date {
display: block;
margin: 0 0 .5em;
opacity: .6;
font-size: .9em;
line-height: 1.1;
}
.widget_rss li cite {
line-height: 2em;
}  .widget_shopping_cart ul {
width: 100%;
}
.widget_shopping_cart ul li:last-child {
border: none;
}
.widget_shopping_cart .total {
width: 100%;
border-top: 1px solid rgba(0,0,0,.1);
padding: 1em 0 0;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
line-height: 1.25;
}
.btDarkSkin .widget_shopping_cart .total,
.btLightSkin .btDarkSkin .widget_shopping_cart .total,
.btDarkSkin.btLightSkin .btDarkSkin .widget_shopping_cart .total {
border: 1px solid rgba(255,255,255,.05);
}
.widget_shopping_cart .total strong {
display: block;
float: left;
padding-right: 8px;
}
.rtl .widget_shopping_cart .total strong {
float: right;
padding-right: 0;
padding-left: 8px;
}
.widget_shopping_cart .total .amount {
display: block;
float: right;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: .8em;
}
.rtl .widget_shopping_cart .total .amount {
float: left;
}
.widget_shopping_cart .total:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.btSidebar .widget_shopping_cart .btCartWidgetIcon {
display: none;
}
.widget_shopping_cart .total strong {
min-width: 40px;
display: inline-block;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: .8em;
}
.widget_shopping_cart .buttons {
width: 100%;
}
.widget_shopping_cart .buttons .button {
width: 48%;
display: block;
float: left;
text-align: center;
background: #ee5b54;
color: #fff;
padding: .5em;
}
.btHardRoundedButtons .widget_shopping_cart .buttons .button {
border-radius: 50px;
}
.btSoftRoundedButtons .widget_shopping_cart .buttons .button {
border-radius: 3px;
}
.widget_shopping_cart .buttons .button.checkout {
float: right;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item {
position: relative;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
display: block;
float: right;
margin: 6px 0 0 6px;
}
.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
float: left;
margin: 0 6px 0 0;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
display: block;
text-align: center;
text-decoration: none;
font-weight: 700;
height: 1em;
line-height: 1;
width: 1em;
vertical-align: middle;
color: #fff;
background-color: #ee5b54;
}
.btHardRoundedButtons .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
border-radius: 50px;
}
.btSoftRoundedButtons .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
border-radius: 3px;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover {
background-color: #ffde39;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:before {
content: '\e680';
font-family: Icon7Stroke;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
text-align: left;
}
.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
text-align: right;
} .menuPort .widget_shopping_cart,
.topTools .widget_shopping_cart,
.topBarInLogoArea .widget_shopping_cart {
display: inline-block;
position: relative;
}
.btMenuVertical .menuPort .widget_shopping_cart,
.btMenuVertical .topTools .widget_shopping_cart,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart {
position: static;
}
.menuPort .widget_shopping_cart h2.widgettitle,
.topTools .widget_shopping_cart h2.widgettitle,
.topBarInLogoArea .widget_shopping_cart h2.widgettitle {
display: none;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon {
cursor: pointer;
position: relative;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
display: block;
padding: 2px 3px;
background-color: #ffde39;
color: #fff;
font: normal 10px/1 "Montserrat";
border-radius: 2px;
position: absolute;
top: 1px;
right: -9px;
text-align: center;
min-width: 1em;
}
.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
right: auto;
left: 0;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
right: 3px;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
width: 300px;
background: #fff;
padding: 1em;
position: absolute;
z-index: 2;
opacity: 0;
right: 0;
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
color: #181818;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty {
padding: 0;
}
.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
right: auto;
left: 0;
}
.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove {
float: left;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
right: auto;
left: -237%;
min-height: auto;
min-width: 16em;
width: 250px;
z-index: 500;
-webkit-transform: translate3d(-100%,0,0);
-moz-transform: translate3d(-100%,0,0);
-ms-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
border: none !important;
margin: 1em 0 4em 0;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler {
display: block;
text-align: center;
margin-bottom: 1em;
background-color: #ee5b54;
color: #fff;
border-radius: 5px;
cursor: pointer;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after {
content: '\f00d';
display: block;
font-family: FontAwesome;
font-size: 1.5em;
margin: 0 auto;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.topBar .widget_shopping_cart .btCartWidgetInnerContent {
font-size: 1.25em;
color: #181818 !important;
text-align: left;
}
.topBar .btTopToolsRight .widget_shopping_cart .btIco {
margin-right: .5em;
} .widget_recent_reviews {
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
font-size: .8em;
line-height: 1.4;
}
.widget_recent_reviews li a img {
display: block;
width: 80px;
height: auto;
margin: 0 0 0 10px;
float: right;
border: 1px solid rgba(0,0,0,.1);
}
.widget_product_categories li li {
margin: 0 0 0 1em;
}
.product_list_widget .reviewer {
display: block;
line-height: 1;
}
.product_list_widget li:after {
display: table !important;
} .widget_price_filter .price_slider_wrapper .ui-slider {
border-radius: 1em;
background-color: rgba(0,0,0,.07);
border: 0;
position: relative;
text-align: left;
margin-left: .5em;
margin-right: .5em;
margin-bottom: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
background-color: #ee5b54;
border-radius: 1em;
cursor: ew-resize;
outline: 0;
top: -.25em;
margin-left: -.5em;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
background-color: rgba(0,0,0,.07);
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget_price_filter .price_slider_amount {
text-align: right;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .price_slider_amount .price_label {
padding-top: 8px;
}
.widget_price_filter .price_slider_amount .price_label span {
font-weight: 600;
} .widget_layered_nav ul li.chosen a:before,
.widget_layered_nav_filters ul li.chosen a:before {
text-indent: 0;
display: block;
float: left;
content: '\e680';
font-family: Icon7Stroke;
margin-right: .5em;
background-color: transparent;
position: relative;
} .btBox .tagcloud a,
.btTags ul a {
display: block;
float: left;
font-size: .735rem !important;
line-height: 1;
font-weight: 600;
letter-spacing: .5px;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
text-transform: uppercase;
padding: .9em 2em;
margin: 0 2px 2px 0;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btHardRoundedButtons .btBox .tagcloud a,
.btHardRoundedButtons .btTags ul a {
border-radius: 50px;
}
.btSoftRoundedButtons .btBox .tagcloud a,
.btSoftRoundedButtons .btTags ul a {
border-radius: 10px;
}
.btLightSkin.btBox .tagcloud a,
.btDarkSkin .btLightSkin.btBox .tagcloud a,
.btLightSkin .btDarkSkin .btLightSkin.btBox .tagcloud a,
.btLightSkin.btTags ul a,
.btDarkSkin .btLightSkin.btTags ul a,
.btLightSkin .btDarkSkin .btLightSkin.btTags ul a {
color: #181818;
}
.btDarkSkin.btBox .tagcloud a,
.btLightSkin .btDarkSkin.btBox .tagcloud a,
.btDarkSkin.btLightSkin .btDarkSkin.btBox .tagcloud a,
.btDarkSkin.btTags ul a,
.btLightSkin .btDarkSkin.btTags ul a,
.btDarkSkin.btLightSkin .btDarkSkin.btTags ul a {
color: #fff;
}
.rtl .btBox .tagcloud a,
.rtl .btTags ul a {
float: right;
}
.btLightSkin .btBox .tagcloud a:hover,
.btDarkSkin .btLightSkin .btBox .tagcloud a:hover,
.btLightSkin .btDarkSkin .btLightSkin .btBox .tagcloud a:hover,
.btLightSkin .btTags ul a:hover,
.btDarkSkin .btLightSkin .btTags ul a:hover,
.btLightSkin .btDarkSkin .btLightSkin .btTags ul a:hover {
-webkit-box-shadow: 0 0 0 3em #191919 inset;
box-shadow: 0 0 0 3em #191919 inset;
color: #fff;
}
.btDarkSkin .btBox .tagcloud a:hover,
.btLightSkin .btDarkSkin .btBox .tagcloud a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btBox .tagcloud a:hover,
.btDarkSkin .btTags ul a:hover,
.btLightSkin .btDarkSkin .btTags ul a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btTags ul a:hover {
-webkit-box-shadow: 0 0 0 3em #fff inset;
box-shadow: 0 0 0 3em #fff inset;
color: #181818;
}
.btTags ul {
list-style: none;
margin: 0;
padding: 0;
}
.btTags ul li {
display: inline-block;
padding: 0;
margin: 0;
}
.btTextLeft .btTags ul li {
float: left;
}
.btTextRight .btTags ul li {
float: right;
} .btInstaWrap {
padding: .3em 0 1em;
}
.bt_bb_instagram .btInstaGrid,
.widget_bt_bb_instagram .btInstaGrid {
margin: 0 -5px;
}
.bt_bb_instagram .btInstaGrid span,
.widget_bt_bb_instagram .btInstaGrid span {
display: block;
width: 33.3333%;
padding: 0 5px 10px 5px;
float: left;
}
.bt_bb_instagram .btInstaGrid span:hover img,
.widget_bt_bb_instagram .btInstaGrid span:hover img {
opacity: .6;
}
.bt_bb_instagram .btInstaGrid span:nth-child(3n + 1),
.widget_bt_bb_instagram .btInstaGrid span:nth-child(3n + 1) {
clear: inherit;
}
.bt_bb_instagram .btInstaGrid img,
.widget_bt_bb_instagram .btInstaGrid img {
display: block;
width: 100%;
opacity: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
transition: opacity 200ms ease;
} .btBox .btImage {
margin-bottom: .5em;
}
.btBox .btImage img {
width: auto;
margin: auto;
} .topTools .btIconWidget,
.topBarInMenu .btIconWidget {
position: relative;
display: inline-block;
line-height: inherit;
margin-left: .5em;
margin-right: .5em;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
transition: all 100ms linear;
}
.topTools .btIconWidget .btIconWidgetIcon,
.topBarInMenu .btIconWidget .btIconWidgetIcon {
line-height: inherit;
display: inline-block;
font-size: 1.25em;
}
.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,
.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon {
padding: 0;
}
.btAccentDarkHeader .topTools .btIconWidget:hover,
.btAccentDarkHeader .topBarInMenu .btIconWidget:hover {
color: #ffde39;
}
.btMenuHorizontal .topTools .btIconWidget,
.btMenuHorizontal .topBarInMenu .btIconWidget {
margin: 0;
}
.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
margin-left: 1em;
margin-right: 0;
}
.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
margin-right: 1em;
margin-left: 0;
}
.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
margin-right: .5em;
}
.rtl.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.rtl.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
margin-right: 0;
margin-left: .5em;
}
.topTools a.btIconWidget:hover,
.topBarInMenu a.btIconWidget:hover {
color: #ee5b54;
}
.topTools .btIconWidgetContent,
.topBarInMenu .btIconWidgetContent {
line-height: inherit;
display: inline-block;
margin-left: .5em;
}
.topTools .btIconWidgetTitle,
.topTools .btIconWidgetText,
.topBarInMenu .btIconWidgetTitle,
.topBarInMenu .btIconWidgetText {
display: inline-block;
line-height: inherit;
}
.topTools .btIconWidgetTitle,
.topBarInMenu .btIconWidgetTitle {
margin-right: .5em;
} .btSidebar .btIconWidget,
footer .btIconWidget,
.topBarInLogoArea .btIconWidget {
margin: 0 0 1.6em;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.btMenuVertical .btSidebar .btIconWidget,
.btMenuVertical footer .btIconWidget,
.btMenuVertical .topBarInLogoArea .btIconWidget {
margin: 0 0 2em;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-flow: inherit;
-ms-flex-flow: inherit;
flex-flow: inherit;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
float: none;
}
.btSidebar .btIconWidget .btIconWidgetIcon,
footer .btIconWidget .btIconWidgetIcon,
.topBarInLogoArea .btIconWidget .btIconWidgetIcon {
line-height: 1;
padding: 0 .5em 0 0;
text-align: left;
margin: 0;
font-size: 1.7em;
color: #ee5b54;
}
.rtl .btSidebar .btIconWidget .btIconWidgetIcon,
.rtl footer .btIconWidget .btIconWidgetIcon,
.rtl .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
padding: 0 0 0 .2em;
}
.btSidebar .btIconWidget .btIconWidgetContent,
footer .btIconWidget .btIconWidgetContent,
.topBarInLogoArea .btIconWidget .btIconWidgetContent {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
font-size: .75em;
text-transform: uppercase;
line-height: 1;
padding-bottom: .3em;
font-weight: bold;
color: #ee5b54;
}
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
font-size: .85em;
display: block;
line-height: 1;
font-family: "Roboto",Arial,Helvetica,sans-serif;
}
.btSidebar .btIconWidget.btCartWidget,
footer .btIconWidget.btCartWidget,
.topBarInLogoArea .btIconWidget.btCartWidget {
margin: 0;
}
.topBarInLogoArea .btIconWidget {
margin: 0 0 0 2.5em;
float: left;
}
.rtl.topBarInLogoArea .btIconWidget {
margin-right: 0;
margin-left: 1em;
float: left;
}
.btAccentIconWidget.btIconWidget .btIconWidgetIcon {
color: #ee5b54;
}
a.btAccentIconWidget.btIconWidget:hover {
color: #ee5b54;
}
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetIcon,
.btSiteFooterWidgets .btBox.widget_shopping_cart .verticalMenuCartToggler {
display: none;
}
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li,
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:nth-child(2n) {
width: auto;
float: none;
padding: .8em 0;
margin: 0;
}
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:first-child {
padding: 0 0 .8em;
} .btSiteFooterWidgets .btSearch,
.btSidebar .btSearch,
.btSidebar .widget_product_search {
padding: 0 38px 0 0;
}
.rtl .btSiteFooterWidgets .btSearch,
.rtl .btSidebar .btSearch,
.rtl .btSidebar .widget_product_search {
padding: 0 0 0 38px;
}
.btSiteFooterWidgets .btSearch .port,
.btSidebar .btSearch .port,
.btSidebar .widget_product_search .port {
padding: 0;
}
.btSiteFooterWidgets .btSearch form,
.btSidebar .btSearch form,
.btSidebar .widget_product_search form {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btSiteFooterWidgets .btSearch input[type="text"],
.btSiteFooterWidgets .btSearch input[type="search"],
.btSidebar .btSearch input[type="text"],
.btSidebar .btSearch input[type="search"],
.btSidebar .widget_product_search input[type="text"],
.btSidebar .widget_product_search input[type="search"] {
padding: 0 1.5em;
background: transparent;
height: 38px;
width: 90%;
display: block;
margin-right: .7em;
}
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"] {
border-radius: 10px 0 0 10px;
}
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"] {
border-radius: 0 10px 10px 0;
}
.rtl .btSiteFooterWidgets .btSearch input[type="text"],
.rtl .btSiteFooterWidgets .btSearch input[type="search"],
.rtl .btSidebar .btSearch input[type="text"],
.rtl .btSidebar .btSearch input[type="search"],
.rtl .btSidebar .widget_product_search input[type="text"],
.rtl .btSidebar .widget_product_search input[type="search"] {
margin-right: 0;
margin-left: .7em;
}
.btSiteFooterWidgets .btSearch button,
.btSiteFooterWidgets .btSearch input[type=submit],
.btSidebar .btSearch button,
.btSidebar .btSearch input[type=submit],
.btSidebar .widget_product_search button,
.btSidebar .widget_product_search input[type=submit] {
width: 38px;
height: 38px;
border: 0;
float: right;
margin: -38px -38px 0 0;
cursor: pointer;
padding: 0 !important;
}
.rtl .btSiteFooterWidgets .btSearch button,
.rtl .btSiteFooterWidgets .btSearch input[type=submit],
.rtl .btSidebar .btSearch button,
.rtl .btSidebar .btSearch input[type=submit],
.rtl .btSidebar .widget_product_search button,
.rtl .btSidebar .widget_product_search input[type=submit] {
float: left;
margin: -38px 0 0 -38px;
}
.btHardRoundedButtons .btSiteFooterWidgets .btSearch button,
.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.btHardRoundedButtons .btSidebar .btSearch button,
.btHardRoundedButtons .btSidebar .btSearch input[type=submit],
.btHardRoundedButtons .btSidebar .widget_product_search button,
.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit] {
border-radius: 50px;
}
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.btSoftRoundedButtons .btSidebar .btSearch button,
.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
.btSoftRoundedButtons .btSidebar .widget_product_search button,
.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit] {
border-radius: 0 10px 10px 0;
}
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.rtl.btSoftRoundedButtons .btSidebar .btSearch button,
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search button,
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit] {
border-radius: 10px 0 0 10px;
}
.btLightSkin .btSiteFooterWidgets .btSearch button,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btSidebar .btSearch button,
.btDarkSkin .btLightSkin .btSidebar .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button,
.btLightSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin .btLightSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btSidebar .widget_product_search button,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button,
.btLightSkin .btSidebar .widget_product_search input[type=submit],
.btDarkSkin .btLightSkin .btSidebar .widget_product_search input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search input[type=submit] {
background-color: #191919 !important;
border-color: #191919 !important;
color: #fff;
}
.btDarkSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button,
.btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin .btSidebar .btSearch button,
.btLightSkin .btDarkSkin .btSidebar .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button,
.btDarkSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin .btSidebar .widget_product_search button,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button,
.btDarkSkin .btSidebar .widget_product_search input[type=submit],
.btLightSkin .btDarkSkin .btSidebar .widget_product_search input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search input[type=submit] {
background-color: #fff !important;
border-color: #fff !important;
color: #181818;
}
.btSiteFooterWidgets .btSearch button,
.btSidebar .btSearch button,
.btSidebar .widget_product_search button {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btSiteFooterWidgets .btSearch button:before,
.btSidebar .btSearch button:before,
.btSidebar .widget_product_search button:before {
font-family: FontAwesome;
content: "\f002";
display: inline-block;
}
.btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btSidebar .btSearch button:before,
.btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btSidebar .widget_product_search button:before,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before {
color: #fff;
}
.btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.btDarkSkin .btSidebar .widget_product_search button:before,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before {
color: #181818;
}
.btLightSkin .btSiteFooterWidgets .btSearch button:hover,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:hover,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:hover,
.btDarkSkin .btSiteFooterWidgets .btSearch button:hover,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:hover,
.btLightSkin .btSidebar .btSearch button:hover,
.btDarkSkin .btLightSkin .btSidebar .btSearch button:hover,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button:hover,
.btDarkSkin .btSidebar .btSearch button:hover,
.btLightSkin .btDarkSkin .btSidebar .btSearch button:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button:hover,
.btLightSkin .btSidebar .widget_product_search button:hover,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button:hover,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button:hover,
.btDarkSkin .btSidebar .widget_product_search button:hover,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:hover {
background: #ee5b54 !important;
border-color: #ee5b54 !important;
color: #fff;
}
.btSiteFooterWidgets .btSearch .bt_bb_icon,
.btSidebar .btSearch .bt_bb_icon,
.btSidebar .widget_product_search .bt_bb_icon {
display: none;
}
.btTopToolsRight .btSearch .bt_bb_icon,
.btTopToolsRight .widget_shopping_cart .bt_bb_icon {
margin-left: .5em;
padding-left: .5em;
}
.btTopToolsLeft .btSearch .bt_bb_icon,
.btTopToolsLeft .widget_shopping_cart .bt_bb_icon {
margin-left: .5em;
padding-left: .5em;
} .widget_search .btSearch .bt_bb_icon {
padding: 0;
}
.btSearchInner.btFromTopBox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translate(0,100%);
-moz-transform: translate(0,100%);
-ms-transform: translate(0,100%);
transform: translate(0,100%);
-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: all 800ms ease;
-moz-transition: all 800ms ease;
transition: all 800ms ease;
z-index: 99998;
}
.btLightSkin .btSearchInner.btFromTopBox,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox {
background: #fff;
}
.btDarkSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox {
background: #191919;
}
.btSearchInner.btFromTopBox .btSearchInnerContent {
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.btSearchInner.btFromTopBox form {
text-align: center;
position: absolute;
height: 6.75em;
left: 0;
right: 0;
top: 50%;
margin: -3.375em 10% 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose {
display: block;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.rtl .btSearchInner.btFromTopBox .btSearchInnerClose {
right: auto;
left: 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
padding: 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
width: auto;
height: auto;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
font: 8em/1 Icon7Stroke;
content: "\e680";
width: auto;
height: auto;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder {
color: #ee5b54;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
color: #df1f16;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.btSearchInner.btFromTopBox input[type="text"] {
padding: 0 2em 0 1em;
height: 2.25em;
line-height: 2.25em;
font-size: 3em;
font-weight: 300;
border: none;
text-align: left;
-webkit-transition: 500ms ease all;
-moz-transition: 500ms ease all;
transition: 500ms ease all;
}
.rtl .btSearchInner.btFromTopBox input[type="text"] {
padding: 0 1em 0 2em;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"] {
color: #181818;
-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset;
box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
color: #fff;
-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset;
box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset;
}
.btSearchInner.btFromTopBox input[type="text"]:focus {
border: none;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
-webkit-box-shadow: 0 0 0 3px #191919 inset;
box-shadow: 0 0 0 3px #191919 inset;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
-webkit-box-shadow: 0 0 0 3px #fff inset;
box-shadow: 0 0 0 3px #fff inset;
}
.btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 100px;
}
.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 10px;
}
.btSquareButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 0;
}
.btSearchInner.btFromTopBox button {
border: 0 !important;
position: absolute;
margin: 0;
right: 0;
top: 0;
border-radius: 0;
width: 6.75em;
height: 6.75em;
background: transparent !important;
cursor: pointer;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.rtl .btSearchInner.btFromTopBox button {
right: auto;
left: 0;
}
.btSearchInner.btFromTopBox button:before {
font: 4em/1 Icon7Stroke;
display: block;
content: "\e618";
color: #fff;
font-weight: 400;
text-align: center;
-webkit-transition: color 300ms ease;
-moz-transition: color 300ms ease;
transition: color 300ms ease;
}
.btLightSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before {
color: rgba(0,0,0,.1);
}
.btDarkSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before {
color: rgba(255,255,255,.5);
}
.btSearchInner.btFromTopBox button:hover:before {
color: #ee5b54;
-webkit-transition: color 300ms ease;
-moz-transition: color 300ms ease;
transition: color 300ms ease;
}
.btTopToolsSearchOpen .btSearchInner.btFromTopBox {
opacity: 1;
pointer-events: auto;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
visibility: visible;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder {
color: rgba(255,255,255,.3);
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder {
color: rgba(255,255,255,.3);
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder {
color: rgba(255,255,255,.3);
} div.btButtonWidget {
font-size: .9rem;
display: inline-block;
line-height: 1;
width: auto;
}
.btHardRoundedButtons div.btButtonWidget a {
border-radius: 50px;
}
.btSoftRoundedButtons div.btButtonWidget a {
border-radius: 10px;
}
div.btButtonWidget a.btButtonWidgetLink {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
position: relative;
overflow: hidden;
padding: 1.1em 1.5em;
margin: 6px;
text-decoration: none;
font-weight: 500;
text-align: center;
background: transparent;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btStickyHeaderActive div.btButtonWidget a.btButtonWidgetLink {
padding-top: .8em;
padding-bottom: .8em;
}
.btBelowLogoArea .topBarInMenuCell div.btButtonWidget a.btButtonWidgetLink,
.topTools div.btButtonWidget a.btButtonWidgetLink {
padding-top: .6em;
padding-bottom: .6em;
}
div.btButtonWidget a.btButtonWidgetLink .btIconWidgetIcon {
padding-right: .5em;
}
.rtl div.btButtonWidget a.btButtonWidgetLink .btIconWidgetIcon {
padding-right: 0;
padding-left: .5em;
}
div.btButtonWidget.btDefaultStyle a {
color: #181818;
-webkit-box-shadow: 0 0 0 3em #fff inset;
box-shadow: 0 0 0 3em #fff inset;
}
div.btButtonWidget.btDefaultStyle a:hover {
color: #fff;
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
}
div.btButtonWidget.btAccentLightButton a {
color: #ee5b54;
-webkit-box-shadow: 0 0 0 3em #fff inset;
box-shadow: 0 0 0 3em #fff inset;
}
div.btButtonWidget.btAccentLightButton a:hover {
color: #fff;
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
}
div.btButtonWidget.btLightAccentButton a {
color: #fff;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
}
div.btButtonWidget.btLightAccentButton a:hover {
color: #ee5b54;
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
}
div.btButtonWidget.btDarkAccentButton a {
color: #181818;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
}
div.btButtonWidget.btDarkAccentButton a:hover {
color: #ee5b54;
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
}
div.btButtonWidget.btLightDarkOutlineButton a {
color: #fff;
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
}
div.btButtonWidget.btLightDarkOutlineButton a:hover {
color: #181818;
-webkit-box-shadow: 0 0 0 3em #fff inset;
box-shadow: 0 0 0 3em #fff inset;
}
div.btButtonWidget.btAlternateLightButton a {
color: #ffde39;
-webkit-box-shadow: 0 0 0 3em #fff inset;
box-shadow: 0 0 0 3em #fff inset;
}
div.btButtonWidget.btAlternateLightButton a:hover {
color: #fff;
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
}
div.btButtonWidget.btLightAlternateButton a {
color: #fff;
-webkit-box-shadow: 0 0 0 3em #ffde39 inset;
box-shadow: 0 0 0 3em #ffde39 inset;
}
div.btButtonWidget.btLightAlternateButton a:hover {
color: #ffde39;
-webkit-box-shadow: 0 0 0 1px #ffde39 inset;
box-shadow: 0 0 0 1px #ffde39 inset;
}
.btMenuHorizontal div.btButtonWidget:not(:first-child) {
margin-left: 2.5em;
margin-right: 0;
}
.rtl.btMenuHorizontal div.btButtonWidget:not(:first-child) {
margin-right: 2.5em;
margin-left: 0;
}
.btMenuHorizontal div.btButtonWidget:not(.btWithLink) {
padding-left: 1em;
margin: 0;
}
.btMenuVertical div.btButtonWidget {
display: block;
float: none;
width: 200px;
margin: 1em auto 0 auto;
} .btBox.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list__item a {
display: inline-block;
}
.btBox.woocommerce.widget_recent_reviews {
font-size: 1em;
}
@font-face {
font-family: "Tabula";
src: url(//baharidea.com/wp-content/themes/tabula/fonts/Tabula.woff) format("woff"),url(//baharidea.com/wp-content/themes/tabula/fonts/Tabula.ttf) format("truetype");
} .bt_bb_headline_superheadline {
margin-bottom: 1em;
}
.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
margin: 0;
padding: 0;
}
.bt_bb_headline .bt_bb_headline_content a {
color: inherit;
} .bt_bb_video {
padding-bottom: 0;
} .bt_bb_section {
position: relative;
}
.bt_bb_section[class*="dark_solid"]:before {
background-color: rgba(0,0,0,.5);
}
.bt_bb_section[class*="bt_bb_background_overlay"]:before {
content: ' ';
pointer-events: none;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}
.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
position: relative;
z-index: 1;
}
.bt_bb_section.bt_bb_section_with_top_coverage_image > .bt_bb_port,
.bt_bb_section.bt_bb_section_with_bottom_coverage_image > .bt_bb_port {
z-index: 3;
position: relative;
}
.bt_bb_section .bt_bb_section_top_section_coverage_image,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
position: absolute;
right: 0;
left: 0;
pointer-events: none;
z-index: 1;
}
.bt_bb_section .bt_bb_section_top_section_coverage_image img,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image img {
width: 100%;
height: auto;
display: block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bt_bb_section .bt_bb_section_top_section_coverage_image {
top: 0;
}
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
bottom: 0;
} .bt_bb_section.bt_bb_top_spacing_0 > .bt_bb_port {
padding-top: 0;
}
.bt_bb_section.bt_bb_bottom_spacing_0 > .bt_bb_port {
padding-bottom: 0;
}
.bt_bb_section.bt_bb_top_spacing_5 > .bt_bb_port {
padding-top: 5px;
}
.bt_bb_section.bt_bb_bottom_spacing_5 > .bt_bb_port {
padding-bottom: 5px;
}
.bt_bb_section.bt_bb_top_spacing_10 > .bt_bb_port {
padding-top: 10px;
}
.bt_bb_section.bt_bb_bottom_spacing_10 > .bt_bb_port {
padding-bottom: 10px;
}
.bt_bb_section.bt_bb_top_spacing_15 > .bt_bb_port {
padding-top: 15px;
}
.bt_bb_section.bt_bb_bottom_spacing_15 > .bt_bb_port {
padding-bottom: 15px;
}
.bt_bb_section.bt_bb_top_spacing_20 > .bt_bb_port {
padding-top: 20px;
}
.bt_bb_section.bt_bb_bottom_spacing_20 > .bt_bb_port {
padding-bottom: 20px;
}
.bt_bb_section.bt_bb_top_spacing_25 > .bt_bb_port {
padding-top: 25px;
}
.bt_bb_section.bt_bb_bottom_spacing_25 > .bt_bb_port {
padding-bottom: 25px;
}
.bt_bb_section.bt_bb_top_spacing_30 > .bt_bb_port {
padding-top: 30px;
}
.bt_bb_section.bt_bb_bottom_spacing_30 > .bt_bb_port {
padding-bottom: 30px;
}
.bt_bb_section.bt_bb_top_spacing_35 > .bt_bb_port {
padding-top: 35px;
}
.bt_bb_section.bt_bb_bottom_spacing_35 > .bt_bb_port {
padding-bottom: 35px;
}
.bt_bb_section.bt_bb_top_spacing_40 > .bt_bb_port {
padding-top: 40px;
}
.bt_bb_section.bt_bb_bottom_spacing_40 > .bt_bb_port {
padding-bottom: 40px;
}
.bt_bb_section.bt_bb_top_spacing_45 > .bt_bb_port {
padding-top: 45px;
}
.bt_bb_section.bt_bb_bottom_spacing_45 > .bt_bb_port {
padding-bottom: 45px;
}
.bt_bb_section.bt_bb_top_spacing_50 > .bt_bb_port {
padding-top: 50px;
}
.bt_bb_section.bt_bb_bottom_spacing_50 > .bt_bb_port {
padding-bottom: 50px;
}
.bt_bb_section.bt_bb_top_spacing_60 > .bt_bb_port {
padding-top: 60px;
}
.bt_bb_section.bt_bb_bottom_spacing_60 > .bt_bb_port {
padding-bottom: 60px;
}
.bt_bb_section.bt_bb_top_spacing_70 > .bt_bb_port {
padding-top: 70px;
}
.bt_bb_section.bt_bb_bottom_spacing_70 > .bt_bb_port {
padding-bottom: 70px;
}
.bt_bb_section.bt_bb_top_spacing_80 > .bt_bb_port {
padding-top: 80px;
}
.bt_bb_section.bt_bb_bottom_spacing_80 > .bt_bb_port {
padding-bottom: 80px;
}
.bt_bb_section.bt_bb_top_spacing_90 > .bt_bb_port {
padding-top: 90px;
}
.bt_bb_section.bt_bb_bottom_spacing_90 > .bt_bb_port {
padding-bottom: 90px;
}
.bt_bb_section.bt_bb_top_spacing_100 > .bt_bb_port {
padding-top: 100px;
}
.bt_bb_section.bt_bb_bottom_spacing_100 > .bt_bb_port {
padding-bottom: 100px;
}
.bt_bb_section.bt_bb_top_spacing_110 > .bt_bb_port {
padding-top: 110px;
}
.bt_bb_section.bt_bb_bottom_spacing_110 > .bt_bb_port {
padding-bottom: 110px;
}
.bt_bb_section.bt_bb_top_spacing_120 > .bt_bb_port {
padding-top: 120px;
}
.bt_bb_section.bt_bb_bottom_spacing_120 > .bt_bb_port {
padding-bottom: 120px;
}
.bt_bb_section.bt_bb_top_spacing_130 > .bt_bb_port {
padding-top: 130px;
}
.bt_bb_section.bt_bb_bottom_spacing_130 > .bt_bb_port {
padding-bottom: 130px;
}
.bt_bb_section.bt_bb_top_spacing_140 > .bt_bb_port {
padding-top: 140px;
}
.bt_bb_section.bt_bb_bottom_spacing_140 > .bt_bb_port {
padding-bottom: 140px;
}
.bt_bb_section.bt_bb_top_spacing_150 > .bt_bb_port {
padding-top: 150px;
}
.bt_bb_section.bt_bb_bottom_spacing_150 > .bt_bb_port {
padding-bottom: 150px;
} .bt_bb_row_inner.bt_bb_column_gap_0 {
max-width: -webkit-calc(100% + 0);
max-width: -moz-calc(100% + 0);
max-width: calc(100% + 0);
margin-left: -0px;
margin-right: -0px;
}
.bt_bb_row_inner.bt_bb_column_gap_0 .bt_bb_column_inner {
padding-left: 0;
padding-right: 0;
}
.bt_bb_row_inner.bt_bb_column_gap_0 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 0;
padding-right: 0;
}
.bt_bb_row_inner.bt_bb_column_gap_5 {
max-width: -webkit-calc(100% + 10px);
max-width: -moz-calc(100% + 10px);
max-width: calc(100% + 10px);
margin-left: -5px;
margin-right: -5px;
}
.bt_bb_row_inner.bt_bb_column_gap_5 .bt_bb_column_inner {
padding-left: 5px;
padding-right: 5px;
}
.bt_bb_row_inner.bt_bb_column_gap_5 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 10px;
padding-right: 10px;
}
.bt_bb_row_inner.bt_bb_column_gap_10 {
max-width: -webkit-calc(100% + 20px);
max-width: -moz-calc(100% + 20px);
max-width: calc(100% + 20px);
margin-left: -10px;
margin-right: -10px;
}
.bt_bb_row_inner.bt_bb_column_gap_10 .bt_bb_column_inner {
padding-left: 10px;
padding-right: 10px;
}
.bt_bb_row_inner.bt_bb_column_gap_10 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_row_inner.bt_bb_column_gap_15 {
max-width: -webkit-calc(100% + 30px);
max-width: -moz-calc(100% + 30px);
max-width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
}
.bt_bb_row_inner.bt_bb_column_gap_15 .bt_bb_column_inner {
padding-left: 15px;
padding-right: 15px;
}
.bt_bb_row_inner.bt_bb_column_gap_15 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_row_inner.bt_bb_column_gap_20 {
max-width: -webkit-calc(100% + 40px);
max-width: -moz-calc(100% + 40px);
max-width: calc(100% + 40px);
margin-left: -20px;
margin-right: -20px;
}
.bt_bb_row_inner.bt_bb_column_gap_20 .bt_bb_column_inner {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_row_inner.bt_bb_column_gap_20 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_row_inner.bt_bb_column_gap_25 {
max-width: -webkit-calc(100% + 50px);
max-width: -moz-calc(100% + 50px);
max-width: calc(100% + 50px);
margin-left: -25px;
margin-right: -25px;
}
.bt_bb_row_inner.bt_bb_column_gap_25 .bt_bb_column_inner {
padding-left: 25px;
padding-right: 25px;
}
.bt_bb_row_inner.bt_bb_column_gap_25 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_row_inner.bt_bb_column_gap_30 {
max-width: -webkit-calc(100% + 60px);
max-width: -moz-calc(100% + 60px);
max-width: calc(100% + 60px);
margin-left: -30px;
margin-right: -30px;
}
.bt_bb_row_inner.bt_bb_column_gap_30 .bt_bb_column_inner {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_row_inner.bt_bb_column_gap_30 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_row_inner.bt_bb_column_gap_35 {
max-width: -webkit-calc(100% + 70px);
max-width: -moz-calc(100% + 70px);
max-width: calc(100% + 70px);
margin-left: -35px;
margin-right: -35px;
}
.bt_bb_row_inner.bt_bb_column_gap_35 .bt_bb_column_inner {
padding-left: 35px;
padding-right: 35px;
}
.bt_bb_row_inner.bt_bb_column_gap_35 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_row_inner.bt_bb_column_gap_40 {
max-width: -webkit-calc(100% + 80px);
max-width: -moz-calc(100% + 80px);
max-width: calc(100% + 80px);
margin-left: -40px;
margin-right: -40px;
}
.bt_bb_row_inner.bt_bb_column_gap_40 .bt_bb_column_inner {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_row_inner.bt_bb_column_gap_40 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_row_inner.bt_bb_column_gap_45 {
max-width: -webkit-calc(100% + 90px);
max-width: -moz-calc(100% + 90px);
max-width: calc(100% + 90px);
margin-left: -45px;
margin-right: -45px;
}
.bt_bb_row_inner.bt_bb_column_gap_45 .bt_bb_column_inner {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_row_inner.bt_bb_column_gap_45 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_row_inner.bt_bb_column_gap_50 {
max-width: -webkit-calc(100% + 100px);
max-width: -moz-calc(100% + 100px);
max-width: calc(100% + 100px);
margin-left: -50px;
margin-right: -50px;
}
.bt_bb_row_inner.bt_bb_column_gap_50 .bt_bb_column_inner {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_row_inner.bt_bb_column_gap_50 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 100px;
padding-right: 100px;
}
.bt_bb_row_inner.bt_bb_column_gap_60 {
max-width: -webkit-calc(100% + 120px);
max-width: -moz-calc(100% + 120px);
max-width: calc(100% + 120px);
margin-left: -60px;
margin-right: -60px;
}
.bt_bb_row_inner.bt_bb_column_gap_60 .bt_bb_column_inner {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_row_inner.bt_bb_column_gap_60 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 120px;
padding-right: 120px;
}
.bt_bb_row_inner.bt_bb_column_gap_70 {
max-width: -webkit-calc(100% + 140px);
max-width: -moz-calc(100% + 140px);
max-width: calc(100% + 140px);
margin-left: -70px;
margin-right: -70px;
}
.bt_bb_row_inner.bt_bb_column_gap_70 .bt_bb_column_inner {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_row_inner.bt_bb_column_gap_70 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 140px;
padding-right: 140px;
}
.bt_bb_row_inner.bt_bb_column_gap_80 {
max-width: -webkit-calc(100% + 160px);
max-width: -moz-calc(100% + 160px);
max-width: calc(100% + 160px);
margin-left: -80px;
margin-right: -80px;
}
.bt_bb_row_inner.bt_bb_column_gap_80 .bt_bb_column_inner {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_row_inner.bt_bb_column_gap_80 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 160px;
padding-right: 160px;
}
.bt_bb_row_inner.bt_bb_column_gap_90 {
max-width: -webkit-calc(100% + 180px);
max-width: -moz-calc(100% + 180px);
max-width: calc(100% + 180px);
margin-left: -90px;
margin-right: -90px;
}
.bt_bb_row_inner.bt_bb_column_gap_90 .bt_bb_column_inner {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_row_inner.bt_bb_column_gap_90 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 180px;
padding-right: 180px;
}
.bt_bb_row_inner.bt_bb_column_gap_100 {
max-width: -webkit-calc(100% + 200px);
max-width: -moz-calc(100% + 200px);
max-width: calc(100% + 200px);
margin-left: -100px;
margin-right: -100px;
}
.bt_bb_row_inner.bt_bb_column_gap_100 .bt_bb_column_inner {
padding-left: 100px;
padding-right: 100px;
}
.bt_bb_row_inner.bt_bb_column_gap_100 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 200px;
padding-right: 200px;
}
.bt_bb_row_inner.bt_bb_column_gap_110 {
max-width: -webkit-calc(100% + 220px);
max-width: -moz-calc(100% + 220px);
max-width: calc(100% + 220px);
margin-left: -110px;
margin-right: -110px;
}
.bt_bb_row_inner.bt_bb_column_gap_110 .bt_bb_column_inner {
padding-left: 110px;
padding-right: 110px;
}
.bt_bb_row_inner.bt_bb_column_gap_110 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 220px;
padding-right: 220px;
}
.bt_bb_row_inner.bt_bb_column_gap_120 {
max-width: -webkit-calc(100% + 240px);
max-width: -moz-calc(100% + 240px);
max-width: calc(100% + 240px);
margin-left: -120px;
margin-right: -120px;
}
.bt_bb_row_inner.bt_bb_column_gap_120 .bt_bb_column_inner {
padding-left: 120px;
padding-right: 120px;
}
.bt_bb_row_inner.bt_bb_column_gap_120 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 240px;
padding-right: 240px;
}
.bt_bb_row_inner.bt_bb_column_gap_130 {
max-width: -webkit-calc(100% + 260px);
max-width: -moz-calc(100% + 260px);
max-width: calc(100% + 260px);
margin-left: -130px;
margin-right: -130px;
}
.bt_bb_row_inner.bt_bb_column_gap_130 .bt_bb_column_inner {
padding-left: 130px;
padding-right: 130px;
}
.bt_bb_row_inner.bt_bb_column_gap_130 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 260px;
padding-right: 260px;
}
.bt_bb_row_inner.bt_bb_column_gap_140 {
max-width: -webkit-calc(100% + 280px);
max-width: -moz-calc(100% + 280px);
max-width: calc(100% + 280px);
margin-left: -140px;
margin-right: -140px;
}
.bt_bb_row_inner.bt_bb_column_gap_140 .bt_bb_column_inner {
padding-left: 140px;
padding-right: 140px;
}
.bt_bb_row_inner.bt_bb_column_gap_140 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 280px;
padding-right: 280px;
}
.bt_bb_row_inner.bt_bb_column_gap_150 {
max-width: -webkit-calc(100% + 300px);
max-width: -moz-calc(100% + 300px);
max-width: calc(100% + 300px);
margin-left: -150px;
margin-right: -150px;
}
.bt_bb_row_inner.bt_bb_column_gap_150 .bt_bb_column_inner {
padding-left: 150px;
padding-right: 150px;
}
.bt_bb_row_inner.bt_bb_column_gap_150 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
padding-left: 300px;
padding-right: 300px;
} .bt_bb_row.bt_bb_negative_margin_small,
.bt_bb_row_inner.bt_bb_negative_margin_small {
position: relative;
margin-top: -1em;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_normal,
.bt_bb_row_inner.bt_bb_negative_margin_normal {
margin-top: -2em;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_medium,
.bt_bb_row_inner.bt_bb_negative_margin_medium {
margin-top: -4em;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_large,
.bt_bb_row_inner.bt_bb_negative_margin_large {
margin-top: -8em;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_extralarge,
.bt_bb_row_inner.bt_bb_negative_margin_extralarge {
margin-top: -16em;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_shape_hard-rounded,
.bt_bb_row_inner.bt_bb_shape_hard-rounded {
border-radius: 50px;
}
.bt_bb_row.bt_bb_shape_soft-rounded,
.bt_bb_row_inner.bt_bb_shape_soft-rounded {
border-radius: 20px;
}
.bt_bb_row.bt_bb_shadow_visible,
.bt_bb_row_inner.bt_bb_shadow_visible {
-webkit-box-shadow: 0 10px 25px -10px rgba(0,0,0,.1);
box-shadow: 0 10px 25px -10px rgba(0,0,0,.1);
}
.bt_bb_row.bt_bb_row_with_bg_image,
.bt_bb_row_inner.bt_bb_row_with_bg_image {
background-size: cover;
background-position: center center;
}
@media (max-width: 780px) {
.bt_bb_row.bt_bb_negative_margin_large,
.bt_bb_row_inner.bt_bb_negative_margin_large {
margin-top: -6em;
}
.bt_bb_row.bt_bb_negative_margin_extralarge,
.bt_bb_row_inner.bt_bb_negative_margin_extralarge {
margin-top: -10em;
}
} .bt_bb_row.bt_bb_negative_margin_5 {
margin-top: -5px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_5 {
margin-top: -5px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_10 {
margin-top: -10px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_10 {
margin-top: -10px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_15 {
margin-top: -15px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_15 {
margin-top: -15px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_20 {
margin-top: -20px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_20 {
margin-top: -20px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_25 {
margin-top: -25px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_25 {
margin-top: -25px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_30 {
margin-top: -30px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_30 {
margin-top: -30px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_35 {
margin-top: -35px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_35 {
margin-top: -35px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_40 {
margin-top: -40px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_40 {
margin-top: -40px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_45 {
margin-top: -45px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_45 {
margin-top: -45px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_50 {
margin-top: -50px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_50 {
margin-top: -50px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_60 {
margin-top: -60px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_60 {
margin-top: -60px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_70 {
margin-top: -70px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_70 {
margin-top: -70px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_80 {
margin-top: -80px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_80 {
margin-top: -80px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_90 {
margin-top: -90px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_90 {
margin-top: -90px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_100 {
margin-top: -100px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_100 {
margin-top: -100px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_110 {
margin-top: -110px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_110 {
margin-top: -110px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_120 {
margin-top: -120px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_120 {
margin-top: -120px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_130 {
margin-top: -130px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_130 {
margin-top: -130px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_140 {
margin-top: -140px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_140 {
margin-top: -140px;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_150 {
margin-top: -150px;
position: relative;
z-index: 1;
}
.bt_bb_row_inner.bt_bb_negative_margin_150 {
margin-top: -150px;
position: relative;
z-index: 1;
} .bt_bb_column.bt_bb_padding_0 .bt_bb_column_content {
padding-left: 0;
padding-right: 0;
}
.bt_bb_column_inner.bt_bb_padding_0 .bt_bb_column_inner_content {
padding-left: 0;
padding-right: 0;
}
.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content {
padding-left: 5px;
padding-right: 5px;
}
.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content {
padding-left: 5px;
padding-right: 5px;
}
.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content {
padding-left: 10px;
padding-right: 10px;
}
.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content {
padding-left: 10px;
padding-right: 10px;
}
.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content {
padding-left: 15px;
padding-right: 15px;
}
.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content {
padding-left: 15px;
padding-right: 15px;
}
.bt_bb_column.bt_bb_padding_20 .bt_bb_column_content {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_column_inner.bt_bb_padding_20 .bt_bb_column_inner_content {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content {
padding-left: 25px;
padding-right: 25px;
}
.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content {
padding-left: 25px;
padding-right: 25px;
}
.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content {
padding-left: 35px;
padding-right: 35px;
}
.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content {
padding-left: 35px;
padding-right: 35px;
}
.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
padding-left: 100px;
padding-right: 100px;
}
.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
padding-left: 100px;
padding-right: 100px;
}
.bt_bb_column.bt_bb_padding_110 .bt_bb_column_content {
padding-left: 110px;
padding-right: 110px;
}
.bt_bb_column_inner.bt_bb_padding_110 .bt_bb_column_inner_content {
padding-left: 110px;
padding-right: 110px;
}
.bt_bb_column.bt_bb_padding_120 .bt_bb_column_content {
padding-left: 120px;
padding-right: 120px;
}
.bt_bb_column_inner.bt_bb_padding_120 .bt_bb_column_inner_content {
padding-left: 120px;
padding-right: 120px;
}
.bt_bb_column.bt_bb_padding_130 .bt_bb_column_content {
padding-left: 130px;
padding-right: 130px;
}
.bt_bb_column_inner.bt_bb_padding_130 .bt_bb_column_inner_content {
padding-left: 130px;
padding-right: 130px;
}
.bt_bb_column.bt_bb_padding_140 .bt_bb_column_content {
padding-left: 140px;
padding-right: 140px;
}
.bt_bb_column_inner.bt_bb_padding_140 .bt_bb_column_inner_content {
padding-left: 140px;
padding-right: 140px;
}
.bt_bb_column.bt_bb_padding_150 .bt_bb_column_content {
padding-left: 150px;
padding-right: 150px;
}
.bt_bb_column_inner.bt_bb_padding_150 .bt_bb_column_inner_content {
padding-left: 150px;
padding-right: 150px;
}
@media (max-width: 480px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"] {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media (max-width: 360px) {
.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
padding-left: 22.5px;
padding-right: 22.5px;
}
.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
padding-left: 25px;
padding-right: 25px;
}
.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
padding-left: 35px;
padding-right: 35px;
}
.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
padding-left: 100px;
padding-right: 100px;
}
.bt_bb_column.bt_bb_padding_110 .bt_bb_column_content {
padding-left: 55px;
padding-right: 55px;
}
.bt_bb_column_inner.bt_bb_padding_110 .bt_bb_column_inner_content {
padding-left: 110px;
padding-right: 110px;
}
.bt_bb_column.bt_bb_padding_120 .bt_bb_column_content {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_column_inner.bt_bb_padding_120 .bt_bb_column_inner_content {
padding-left: 120px;
padding-right: 120px;
}
.bt_bb_column.bt_bb_padding_130 .bt_bb_column_content {
padding-left: 65px;
padding-right: 65px;
}
.bt_bb_column_inner.bt_bb_padding_130 .bt_bb_column_inner_content {
padding-left: 130px;
padding-right: 130px;
}
.bt_bb_column.bt_bb_padding_140 .bt_bb_column_content {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_column_inner.bt_bb_padding_140 .bt_bb_column_inner_content {
padding-left: 140px;
padding-right: 140px;
}
.bt_bb_column.bt_bb_padding_150 .bt_bb_column_content {
padding-left: 75px;
padding-right: 75px;
}
.bt_bb_column_inner.bt_bb_padding_150 .bt_bb_column_inner_content {
padding-left: 150px;
padding-right: 150px;
}
}
.bt_bb_column.bt_bb_shadow_visible,
.bt_bb_column_inner.bt_bb_shadow_visible {
-webkit-box-shadow: 0 30px 30px -10px rgba(0,0,0,.2);
box-shadow: 0 30px 30px -10px rgba(0,0,0,.2);
}
.bt_bb_column.bt_bb_shadow_inner-shadow .bt_bb_column_content,
.bt_bb_column_inner.bt_bb_shadow_inner-shadow .bt_bb_column_content {
-webkit-box-shadow: 0 30px 30px -10px rgba(0,0,0,.2);
box-shadow: 0 30px 30px -10px rgba(0,0,0,.2);
}
.bt_bb_column.bt_bb_shadow_hover-visible,
.bt_bb_column_inner.bt_bb_shadow_hover-visible {
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.bt_bb_column.bt_bb_shadow_hover-inner-visible .bt_bb_column_content,
.bt_bb_column_inner.bt_bb_shadow_hover-inner-visible .bt_bb_column_content {
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.bt_bb_column:hover.bt_bb_shadow_hover-visible,
.bt_bb_column_inner:hover.bt_bb_shadow_hover-visible {
-webkit-box-shadow: 0 30px 30px -10px rgba(0,0,0,.2);
box-shadow: 0 30px 30px -10px rgba(0,0,0,.2);
}
.bt_bb_column:hover.bt_bb_shadow_hover-inner-visible .bt_bb_column_content,
.bt_bb_column_inner:hover.bt_bb_shadow_hover-inner-visible .bt_bb_column_content {
-webkit-box-shadow: 0 30px 30px -10px rgba(0,0,0,.2);
box-shadow: 0 30px 30px -10px rgba(0,0,0,.2);
}
.bt_bb_column.bt_bb_shape_hard-rounded .bt_bb_column_content,
.bt_bb_column_inner.bt_bb_shape_hard-rounded .bt_bb_column_content {
border-radius: 50px;
overflow: hidden;
}
.bt_bb_column.bt_bb_shape_soft-rounded .bt_bb_column_content,
.bt_bb_column_inner.bt_bb_shape_soft-rounded .bt_bb_column_content {
border-radius: 10px;
overflow: hidden;
} .bt_bb_headline {
position: relative;
}
.bt_bb_headline .bt_bb_headline_superheadline {
display: block;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: 1rem;
font-weight: 600;
margin-bottom: .6em;
position: relative;
z-index: 1;
}
.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .7rem;
}
.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .75rem;
margin-bottom: .7em;
}
.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .8rem;
margin-bottom: .8em;
}
.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .95rem;
}
.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline {
font-size: 1rem;
}
.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
font-size: 1.1rem;
margin-bottom: .5em;
}
.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline {
font-size: 1.15rem;
margin-bottom: 1.5em;
}
.bt_bb_size_extrahuge.bt_bb_headline .bt_bb_headline_superheadline {
font-size: 1.2rem;
margin-bottom: .3em;
}
.bt_bb_size_extraextrahuge.bt_bb_headline .bt_bb_headline_superheadline {
font-size: 1.2rem;
margin-bottom: .3em;
}
.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-family: "Roboto",Arial,Helvetica,sans-serif;
margin-top: .8em;
line-height: 1.9;
font-size: 1.1em;
font-weight: 300;
position: relative;
z-index: 1;
}
.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: .8rem;
}
.bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: .95rem;
}
.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1rem;
}
.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.1rem;
}
.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.15rem;
}
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.2rem;
margin-top: .9em;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.35rem;
margin-top: 1.2em;
}
.bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.35rem;
margin-top: 1.2em;
}
.bt_bb_size_extraextrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.35rem;
margin-top: 1.2em;
}
.bt_bb_headline h1 em,
.bt_bb_headline h2 em,
.bt_bb_headline h3 em,
.bt_bb_headline h4 em,
.bt_bb_headline h5 em,
.bt_bb_headline h6 em {
text-decoration: none;
font-weight: 500;
font-style: normal;
}
.bt_bb_headline h1 strong,
.bt_bb_headline h2 strong,
.bt_bb_headline h3 strong,
.bt_bb_headline h4 strong,
.bt_bb_headline h5 strong,
.bt_bb_headline h6 strong {
color: #ee5b54;
font-weight: inherit;
}
.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
font-size: 1.35rem;
line-height: 1.4;
}
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 8rem;
}
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 2.66rem;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 2rem;
left: -1.8em;
top: -1em;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after {
right: -40% !important;
}
.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
font-size: 1.55rem;
}
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 9.5rem;
}
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 3.66rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after {
top: -.8em;
left: -1.2em;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 2.5rem;
left: -1.8em;
}
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 2.5rem;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 2.5rem;
top: -.5em;
left: -1.5em;
}
.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
font-size: 2rem;
}
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 11rem;
}
.btHeadingDash_star .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
top: .1em;
left: -1.35em;
}
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4.66rem;
top: .2em;
}
.btHeadingDash_balloon .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
top: .2em;
}
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4rem;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 3rem;
left: -1.8em;
top: -.2em;
}
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 3rem;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 3rem;
}
.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
font-size: 2.5rem;
}
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 16rem;
}
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 6.66rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 5rem;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4rem;
left: -1.8em;
}
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4rem;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 3.5rem;
left: -1.5em;
}
.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
font-size: 3.15rem;
}
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 16rem;
}
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 8rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before {
top: -.3em;
left: -.3em;
}
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 14rem;
left: -.3em;
top: -.35em;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 14rem;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before {
top: -.3em;
left: -.6em;
}
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 5rem;
top: -1.05em;
left: -1em;
}
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4.5rem;
top: -.9em;
left: -1em;
}
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after {
left: -1.3em;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 3.5rem;
top: -.6em;
left: -1.7em;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after {
right: -55% !important;
}
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
font-size: 3.8rem;
}
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 20rem;
}
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 9.35rem;
}
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 16rem;
left: -.2em;
top: -.32em;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 14rem;
-webkit-transform: scaleX(-1) rotate(-180deg);
-moz-transform: scaleX(-1) rotate(-180deg);
-ms-transform: scaleX(-1) rotate(-180deg);
transform: scaleX(-1) rotate(-180deg);
left: -.45em;
top: -.3em;
}
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 11rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 7rem;
}
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 3.5rem;
left: -.8em;
top: -.9em;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 3rem;
left: -1.5em;
top: -1.4em;
}
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4rem;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4rem;
left: -1.5em;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
right: -55% !important;
}
.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
font-size: 5.15rem;
line-height: 1;
}
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 20rem;
}
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 12rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 8rem;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 5rem;
left: -1.5em;
top: -1.4em;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4rem;
left: -1.5em;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after {
right: -55% !important;
}
.bt_bb_size_extrahuge.bt_bb_headline h1,
.bt_bb_size_extrahuge.bt_bb_headline h2,
.bt_bb_size_extrahuge.bt_bb_headline h3,
.bt_bb_size_extrahuge.bt_bb_headline h4,
.bt_bb_size_extrahuge.bt_bb_headline h5,
.bt_bb_size_extrahuge.bt_bb_headline h6 {
font-size: 6.4rem;
line-height: 1.2;
}
.bt_bb_dash_top.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 20rem;
}
.bt_bb_dash_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 13rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 20rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 9rem;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 5rem;
left: -1.8em;
top: -1.2em;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4rem;
left: -1.5em;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
right: -70% !important;
top: -.7em !important;
}
.bt_bb_size_extraextrahuge.bt_bb_headline h1,
.bt_bb_size_extraextrahuge.bt_bb_headline h2,
.bt_bb_size_extraextrahuge.bt_bb_headline h3,
.bt_bb_size_extraextrahuge.bt_bb_headline h4,
.bt_bb_size_extraextrahuge.bt_bb_headline h5,
.bt_bb_size_extraextrahuge.bt_bb_headline h6 {
font-size: 12rem;
line-height: 1;
}
.bt_bb_dash_top.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 20rem;
}
.bt_bb_dash_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 13rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:before {
font-size: 20rem;
}
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 9rem;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 5rem;
left: -1.8em;
top: -1.2em;
}
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
font-size: 4rem;
left: -1.5em;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extraextrahuge.bt_bb_headline h6 .bt_bb_headline_content:after {
right: -70% !important;
top: -.7em !important;
}
.bt_bb_font_weight_black.bt_bb_headline h1,
.bt_bb_font_weight_black.bt_bb_headline h2,
.bt_bb_font_weight_black.bt_bb_headline h3,
.bt_bb_font_weight_black.bt_bb_headline h4,
.bt_bb_font_weight_black.bt_bb_headline h5,
.bt_bb_font_weight_black.bt_bb_headline h6 {
font-weight: 900;
}
.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
font-weight: 800;
}
.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
font-weight: 700;
}
.bt_bb_font_weight_semi-bold.bt_bb_headline h1,
.bt_bb_font_weight_semi-bold.bt_bb_headline h2,
.bt_bb_font_weight_semi-bold.bt_bb_headline h3,
.bt_bb_font_weight_semi-bold.bt_bb_headline h4,
.bt_bb_font_weight_semi-bold.bt_bb_headline h5,
.bt_bb_font_weight_semi-bold.bt_bb_headline h6 {
font-weight: 600;
}
.bt_bb_font_weight_medium.bt_bb_headline h1,
.bt_bb_font_weight_medium.bt_bb_headline h2,
.bt_bb_font_weight_medium.bt_bb_headline h3,
.bt_bb_font_weight_medium.bt_bb_headline h4,
.bt_bb_font_weight_medium.bt_bb_headline h5,
.bt_bb_font_weight_medium.bt_bb_headline h6 {
font-weight: 500;
}
.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6 {
font-weight: 400;
}
.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6 {
font-weight: 300;
}
.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6 {
font-weight: 200;
}
.bt_bb_font_weight_thin.bt_bb_headline h1,
.bt_bb_font_weight_thin.bt_bb_headline h2,
.bt_bb_font_weight_thin.bt_bb_headline h3,
.bt_bb_font_weight_thin.bt_bb_headline h4,
.bt_bb_font_weight_thin.bt_bb_headline h5,
.bt_bb_font_weight_thin.bt_bb_headline h6 {
font-weight: 100;
}
.bt_bb_headline .bt_bb_headline_content span {
position: relative;
z-index: 1;
}
.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e905";
font-family: Tabula;
color: #ee5b54;
display: block;
border: none;
width: auto !important;
margin: 0 !important;
line-height: 1;
position: absolute;
top: .3em;
left: -1.3em;
z-index: 0;
}
.btHeadingDash_dot .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_dot.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.btHeadingDash_dot .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_dot.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e905";
}
.btHeadingDash_circle .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e901";
}
.btHeadingDash_balloon .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e902";
-webkit-transform: rotate(-9deg);
-moz-transform: rotate(-9deg);
-ms-transform: rotate(-9deg);
transform: rotate(-9deg);
}
.btHeadingDash_guitar .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e903";
-webkit-transform: scaleX(-1) rotate(-50deg);
-moz-transform: scaleX(-1) rotate(-50deg);
-ms-transform: scaleX(-1) rotate(-50deg);
transform: scaleX(-1) rotate(-50deg);
}
.btHeadingDash_star .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e904";
top: -.6em;
left: -1.1em;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
left: -25%;
right: -25%;
}
.bt_bb_dash_type_dot.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_dot.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e905" !important;
}
.bt_bb_dash_type_circle.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e901" !important;
}
.bt_bb_dash_type_balloon.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e902" !important;
}
.bt_bb_dash_type_guitar.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e903" !important;
}
.bt_bb_dash_type_star.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
content: "\e904" !important;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
left: 80% !important;
}
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
-webkit-transform: rotate(-9deg);
-moz-transform: rotate(-9deg);
-ms-transform: rotate(-9deg);
transform: rotate(-9deg);
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
left: -25% !important;
right: -45% !important;
top: -30% !important;
}
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e905";
font-family: Tabula;
display: block;
border: none;
width: auto !important;
margin: 0 !important;
line-height: 1;
position: absolute;
top: -.25em;
left: -.4em;
z-index: 0;
color: rgba(68,19,0,.08);
}
.btDarkSkin .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.btLightSkin .btDarkSkin .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.btDarkSkin .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.btLightSkin .btDarkSkin .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
color: rgba(255,255,255,.1);
}
.btHeadingDash_dot .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_dot.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.btHeadingDash_dot .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_dot.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e905";
}
.btHeadingDash_circle .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.btHeadingDash_circle .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e901";
}
.btHeadingDash_balloon .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.btHeadingDash_balloon .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e902";
-webkit-transform: scaleX(-1) rotate(-180deg);
-moz-transform: scaleX(-1) rotate(-180deg);
-ms-transform: scaleX(-1) rotate(-180deg);
transform: scaleX(-1) rotate(-180deg);
left: -.45em;
top: -.3em;
}
.btHeadingDash_guitar .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e903";
-webkit-transform: scaleX(-1) rotate(-10deg);
-moz-transform: scaleX(-1) rotate(-10deg);
-ms-transform: scaleX(-1) rotate(-10deg);
transform: scaleX(-1) rotate(-10deg);
}
.btHeadingDash_star .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.btHeadingDash_star .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e904";
top: -.3em;
left: -.6em;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
left: -25%;
right: -25%;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
left: 80% !important;
}
.bt_bb_dash_type_dot.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_dot.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e905" !important;
}
.bt_bb_dash_type_circle.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_circle.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e901" !important;
}
.bt_bb_dash_type_balloon.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_balloon.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e902" !important;
}
.bt_bb_dash_type_guitar.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e903" !important;
}
.bt_bb_dash_type_star.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_type_star.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
content: "\e904" !important;
}
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
top: -.7em;
}
.btHeadingDash_guitar .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_type_guitar.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
left: -1em;
-webkit-transform: scaleX(-1) rotate(-75deg);
-moz-transform: scaleX(-1) rotate(-75deg);
-ms-transform: scaleX(-1) rotate(-75deg);
transform: scaleX(-1) rotate(-75deg);
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
left: 100% !important;
} .bt_bb_accordion,
.bt_bb_button,
.bt_bb_column_inner,
.bt_bb_content_slider,
.bt_bb_cost_calculator,
.bt_bb_countdown,
.bt_bb_counter,
.bt_bb_custom_menu,
.bt_bb_google_maps,
.bt_bb_icon,
.bt_bb_image,
.bt_bb_instagram,
.bt_bb_latest_posts,
.bt_bb_masonry_image_grid,
.bt_bb_masonry_post_grid,
.bt_bb_price_list,
.bt_bb_progress_bar,
.bt_bb_raw_content,
.bt_bb_row_inner,
.bt_bb_separator,
.bt_bb_service,
.bt_bb_slider,
.bt_bb_tabs,
.bt_bb_text,
.bt_bb_twitter,
.bt_bb_video {
position: relative;
} .bt_bb_separator.bt_bb_top_spacing_0 {
margin-top: 0;
}
.bt_bb_separator.bt_bb_bottom_spacing_0 {
margin-bottom: 0;
}
.bt_bb_separator.bt_bb_top_spacing_5 {
margin-top: 5px;
}
.bt_bb_separator.bt_bb_bottom_spacing_5 {
margin-bottom: 5px;
}
.bt_bb_separator.bt_bb_top_spacing_10 {
margin-top: 10px;
}
.bt_bb_separator.bt_bb_bottom_spacing_10 {
margin-bottom: 10px;
}
.bt_bb_separator.bt_bb_top_spacing_15 {
margin-top: 15px;
}
.bt_bb_separator.bt_bb_bottom_spacing_15 {
margin-bottom: 15px;
}
.bt_bb_separator.bt_bb_top_spacing_20 {
margin-top: 20px;
}
.bt_bb_separator.bt_bb_bottom_spacing_20 {
margin-bottom: 20px;
}
.bt_bb_separator.bt_bb_top_spacing_25 {
margin-top: 25px;
}
.bt_bb_separator.bt_bb_bottom_spacing_25 {
margin-bottom: 25px;
}
.bt_bb_separator.bt_bb_top_spacing_30 {
margin-top: 30px;
}
.bt_bb_separator.bt_bb_bottom_spacing_30 {
margin-bottom: 30px;
}
.bt_bb_separator.bt_bb_top_spacing_35 {
margin-top: 35px;
}
.bt_bb_separator.bt_bb_bottom_spacing_35 {
margin-bottom: 35px;
}
.bt_bb_separator.bt_bb_top_spacing_40 {
margin-top: 40px;
}
.bt_bb_separator.bt_bb_bottom_spacing_40 {
margin-bottom: 40px;
}
.bt_bb_separator.bt_bb_top_spacing_45 {
margin-top: 45px;
}
.bt_bb_separator.bt_bb_bottom_spacing_45 {
margin-bottom: 45px;
}
.bt_bb_separator.bt_bb_top_spacing_50 {
margin-top: 50px;
}
.bt_bb_separator.bt_bb_bottom_spacing_50 {
margin-bottom: 50px;
}
.bt_bb_separator.bt_bb_top_spacing_60 {
margin-top: 60px;
}
.bt_bb_separator.bt_bb_bottom_spacing_60 {
margin-bottom: 60px;
}
.bt_bb_separator.bt_bb_top_spacing_70 {
margin-top: 70px;
}
.bt_bb_separator.bt_bb_bottom_spacing_70 {
margin-bottom: 70px;
}
.bt_bb_separator.bt_bb_top_spacing_80 {
margin-top: 80px;
}
.bt_bb_separator.bt_bb_bottom_spacing_80 {
margin-bottom: 80px;
}
.bt_bb_separator.bt_bb_top_spacing_90 {
margin-top: 90px;
}
.bt_bb_separator.bt_bb_bottom_spacing_90 {
margin-bottom: 90px;
}
.bt_bb_separator.bt_bb_top_spacing_100 {
margin-top: 100px;
}
.bt_bb_separator.bt_bb_bottom_spacing_100 {
margin-bottom: 100px;
}
.bt_bb_separator.bt_bb_top_spacing_110 {
margin-top: 110px;
}
.bt_bb_separator.bt_bb_bottom_spacing_110 {
margin-bottom: 110px;
}
.bt_bb_separator.bt_bb_top_spacing_120 {
margin-top: 120px;
}
.bt_bb_separator.bt_bb_bottom_spacing_120 {
margin-bottom: 120px;
}
.bt_bb_separator.bt_bb_top_spacing_130 {
margin-top: 130px;
}
.bt_bb_separator.bt_bb_bottom_spacing_130 {
margin-bottom: 130px;
}
.bt_bb_separator.bt_bb_top_spacing_140 {
margin-top: 140px;
}
.bt_bb_separator.bt_bb_bottom_spacing_140 {
margin-bottom: 140px;
}
.bt_bb_separator.bt_bb_top_spacing_150 {
margin-top: 150px;
}
.bt_bb_separator.bt_bb_bottom_spacing_150 {
margin-bottom: 150px;
}
.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
margin-bottom: .5em;
}
.bt_bb_separator.bt_bb_bottom_spacing_small {
margin-bottom: 1em;
}
.bt_bb_separator.bt_bb_bottom_spacing_normal {
margin-bottom: 2em;
}
.bt_bb_separator.bt_bb_bottom_spacing_medium {
margin-bottom: 4em;
}
.bt_bb_separator.bt_bb_bottom_spacing_large {
margin-bottom: 8em;
}
.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
margin-bottom: 16em;
}
.bt_bb_separator.bt_bb_top_spacing_extra_small {
margin-top: .5em;
}
.bt_bb_separator.bt_bb_top_spacing_small {
margin-top: 1em;
}
.bt_bb_separator.bt_bb_top_spacing_normal {
margin-top: 2em;
}
.bt_bb_separator.bt_bb_top_spacing_medium {
margin-top: 4em;
}
.bt_bb_separator.bt_bb_top_spacing_large {
margin-top: 8em;
}
.bt_bb_separator.bt_bb_top_spacing_extra_large {
margin-top: 16em;
} .bt_bb_button .bt_bb_button_text {
line-height: 1.1;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
letter-spacing: .5px;
}
.bt_bb_button a.bt_bb_link {
color: inherit;
}
.btSoftRoundedButtons .bt_bb_button a.bt_bb_link {
border-radius: 10px;
}
.btHardRoundedButtons .bt_bb_button a.bt_bb_link {
border-radius: 50px;
}
.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
border-radius: 0 !important;
}
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
border-radius: 10px !important;
}
.bt_bb_size_small.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
border-radius: 1.406em !important;
}
.bt_bb_size_medium.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
border-radius: 1.458em !important;
}
.bt_bb_size_normal.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
border-radius: 1.5em !important;
}
.bt_bb_size_large.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
border-radius: 1.458em !important;
}
.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-right: 1em;
}
.rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
margin-left: 1em;
}
.rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_button.bt_bb_size_large {
min-width: 190px;
}
.bt_bb_button.bt_bb_size_large a {
padding: 1.33em 2em;
}
.bt_bb_button.bt_bb_size_large a .bt_bb_button_text {
font-size: 1.1rem;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_button.bt_bb_size_large,.bt_bb_align_center .bt_bb_align_right.bt_bb_button.bt_bb_size_large,.bt_bb_align_left .bt_bb_align_right .bt_bb_button.bt_bb_size_large,.bt_bb_align_center .bt_bb_align_right .bt_bb_button.bt_bb_size_large,.bt_bb_align_right.bt_bb_button.bt_bb_size_large,.bt_bb_align_right .bt_bb_button.bt_bb_size_large {
margin-left: 1em;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_button.bt_bb_size_large,.bt_bb_align_center .bt_bb_align_left.bt_bb_button.bt_bb_size_large,.bt_bb_align_right .bt_bb_align_left .bt_bb_button.bt_bb_size_large,.bt_bb_align_center .bt_bb_align_left .bt_bb_button.bt_bb_size_large,.bt_bb_align_left.bt_bb_button.bt_bb_size_large,.bt_bb_align_left .bt_bb_button.bt_bb_size_large {
margin-right: 1em;
}
.bt_bb_button.bt_bb_size_medium a {
padding: 1.4em 2.6em;
}
.bt_bb_button.bt_bb_size_medium a .bt_bb_button_text {
font-size: .94rem;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_button.bt_bb_size_medium,.bt_bb_align_center .bt_bb_align_left.bt_bb_button.bt_bb_size_medium,.bt_bb_align_right .bt_bb_align_left .bt_bb_button.bt_bb_size_medium,.bt_bb_align_center .bt_bb_align_left .bt_bb_button.bt_bb_size_medium,.bt_bb_align_left.bt_bb_button.bt_bb_size_medium,.bt_bb_align_left .bt_bb_button.bt_bb_size_medium {
margin-right: 2em;
}
.bt_bb_button.bt_bb_size_small a {
padding: 1.32em 2.2em;
}
.bt_bb_button.bt_bb_size_small a .bt_bb_button_text {
font-size: .8rem;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_button.bt_bb_size_small,.bt_bb_align_center .bt_bb_align_right.bt_bb_button.bt_bb_size_small,.bt_bb_align_left .bt_bb_align_right .bt_bb_button.bt_bb_size_small,.bt_bb_align_center .bt_bb_align_right .bt_bb_button.bt_bb_size_small,.bt_bb_align_right.bt_bb_button.bt_bb_size_small,.bt_bb_align_right .bt_bb_button.bt_bb_size_small {
margin-left: 1.5em;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_button.bt_bb_size_small,.bt_bb_align_center .bt_bb_align_left.bt_bb_button.bt_bb_size_small,.bt_bb_align_right .bt_bb_align_left .bt_bb_button.bt_bb_size_small,.bt_bb_align_center .bt_bb_align_left .bt_bb_button.bt_bb_size_small,.bt_bb_align_left.bt_bb_button.bt_bb_size_small,.bt_bb_align_left .bt_bb_button.bt_bb_size_small {
margin-right: 1.5em;
}
.bt_bb_button.bt_bb_style_clean {
min-width: auto;
}
.bt_bb_button.bt_bb_style_clean a {
padding: 0 !important;
}
@media (max-width: 480px) {
.bt_bb_button {
margin-bottom: 1.25em;
}
}
@media (max-width: 360px) {
.bt_bb_button.bt_bb_size_large a {
padding: 1.3em 2.2em;
}
.bt_bb_button.bt_bb_size_large a .bt_bb_button_text {
font-size: .8rem;
}
.bt_bb_button.bt_bb_size_medium a {
padding: 1.3em 2.2em;
}
.bt_bb_button.bt_bb_size_medium a .bt_bb_button_text {
font-size: .8rem;
}
} .bt_bb_counter_holder {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: auto;
font-size: inherit !important;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_left.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_left .bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_left .bt_bb_counter_holder,.bt_bb_align_left.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_counter_holder {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_counter_holder {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_counter_holder {
display: block;
}
.bt_bb_counter_holder .bt_bb_counter_icon {
max-width: 20%;
padding-bottom: .5em;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_icon,.bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_icon,.bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_icon {
text-align: center;
max-width: 100%;
}
.bt_bb_counter_holder .bt_bb_counter_icon .bt_bb_icon_holder {
font-size: 4.2em;
line-height: 1;
}
.bt_bb_counter_holder .bt_bb_counter_content {
padding: 0 1.2em;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 80%;
}
.btNoIcon.bt_bb_counter_holder .bt_bb_counter_content {
padding: 0;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_center .bt_bb_align_left.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_right .bt_bb_align_left .bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_center .bt_bb_align_left .bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_left.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_left .bt_bb_counter_holder .bt_bb_counter_content {
text-align: left;
padding-right: 0;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_right.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_right .bt_bb_counter_holder .bt_bb_counter_content {
text-align: right;
padding-left: 0;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content,.bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content {
text-align: center;
max-width: 100%;
padding: 0;
}
.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
line-height: 1;
}
.rtl .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
direction: ltr;
}
.btHeadingWeight_default .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
font-weight: 100;
}
.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
display: block;
font-size: 1rem;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
}
.bt_bb_counter_holder.bt_bb_size_small .bt_bb_counter_content .bt_bb_counter {
font-size: 2.2em;
}
.bt_bb_counter_holder.bt_bb_size_small .bt_bb_counter_icon .bt_bb_icon_holder {
font-size: 3.2em;
}
.bt_bb_counter_holder.bt_bb_size_normal .bt_bb_counter_content .bt_bb_counter {
font-size: 3.2em;
}
.bt_bb_counter_holder.bt_bb_size_large .bt_bb_counter_content .bt_bb_counter {
font-size: 4.2em;
}
@media (max-width: 780px) {
.bt_bb_counter_holder {
display: block;
}
.bt_bb_counter_holder .bt_bb_counter_icon {
max-width: 100%;
}
.bt_bb_counter_holder .bt_bb_counter_content {
padding: 1.2em 0;
max-width: 100%;
}
} .bt_bb_countdown.btCounterHolder .btCountdownHolder > span {
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
}
.btHeadingWeight_default .bt_bb_countdown.btCounterHolder {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_countdown.btCounterHolder {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_countdown.btCounterHolder {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_countdown.btCounterHolder {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_countdown.btCounterHolder {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_countdown.btCounterHolder {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_countdown.btCounterHolder {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_countdown.btCounterHolder {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_countdown.btCounterHolder {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_countdown.btCounterHolder {
font-weight: 100;
}
.bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$="_text"] > span {
font-size: 1em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
line-height: 1;
color: #ee5b54;
}
.bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$="_text"] {
padding: 0;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.btCounterLargeSize.bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$="_text"] {
font-size: 1rem;
}
.bt_bb_countdown.btCounterHolder .btCountdownHolder > span:not(.seconds) {
border-right: 2px solid rgba(0,0,0,.2);
}
.btDarkSkin .bt_bb_countdown.btCounterHolder .btCountdownHolder > span:not(.seconds),
.btLightSkin .btDarkSkin .bt_bb_countdown.btCounterHolder .btCountdownHolder > span:not(.seconds),
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_countdown.btCounterHolder .btCountdownHolder > span:not(.seconds) {
border-right: 2px solid rgba(255,255,255,.2);
}
.bt_bb_countdown.btCounterHolder.btCounterLargeSize {
font-size: 4rem;
}
.rtl .bt_bb_countdown.btCounterHolder .btCountdownHolder > span:not(.days) {
direction: ltr;
}
@media (max-width: 780px) {
.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
display: block;
float: none;
margin: 0 auto;
width: 100%;
border: none !important;
}
} .bt_bb_progress_bar {
padding: 0 .1em 1.4em 0;
overflow-y: visible;
position: relative;
}
.rtl .bt_bb_progress_bar {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.rtl .bt_bb_progress_bar.animated {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.bt_bb_progress_bar span.bt_bb_progress_bar_text {
font-size: .9em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
letter-spacing: .5px;
display: inline-block;
padding-right: .5em;
}
.bt_bb_progress_bar .bt_bb_progress_bar_bg {
background-color: #191919;
position: inherit;
height: 9px;
}
.bt_bb_shape_rounded.bt_bb_progress_bar .bt_bb_progress_bar_bg {
border-radius: 10px;
}
.bt_bb_progress_bar .bt_bb_progress_bar_inner {
padding: .3em 1em;
background-color: #191919;
margin-top: -9px;
}
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_icon {
display: inline-block;
background: #fff;
border-radius: 50px;
width: 3em;
height: 3em;
text-align: center;
position: absolute;
top: -1.25em;
right: -.3em;
-webkit-box-shadow: -2px 1px 3px 0 rgba(0,0,0,.2);
box-shadow: -2px 1px 3px 0 rgba(0,0,0,.2);
}
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_icon {
right: auto;
left: -.09em;
}
.bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_icon .bt_bb_icon_holder {
font-size: 1.8em;
line-height: 1.6;
color: #181818;
}
.bt_bb_progress_bar.bt_bb_size_small {
font-size: .8em;
}
.bt_bb_progress_bar.bt_bb_size_small .bt_bb_progress_bar_inner {
padding-top: 5px;
padding-bottom: 4px;
} .bt_bb_latest_posts {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item:not(.btNoImage):before {
content: ' ';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
transition: opacity 300ms ease;
background: -webkit-linear-gradient(bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
background: -moz-linear-gradient(bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
opacity: .8;
pointer-events: none;
z-index: 1;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item:hover .bt_bb_latest_posts_item_image img {
-webkit-transform: scale3d(1.05,1.05,1.05);
-moz-transform: scale3d(1.05,1.05,1.05);
-ms-transform: scale3d(1.05,1.05,1.05);
transform: scale3d(1.05,1.05,1.05);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
margin: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
background-color: transparent !important;
padding: 3em 3em 5em 3em;
position: absolute;
bottom: 0;
color: #fff;
z-index: 999;
overflow: hidden;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:before {
font-size: 3em;
font-family: Tabula;
color: #ee5b54;
display: block;
border: none;
width: auto !important;
margin: 0 !important;
line-height: 1;
position: absolute;
top: .2em;
left: .1em;
z-index: -1;
}
.btHeadingDash_dot .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:before {
content: "\e905";
top: 1em;
left: -.6em;
font-size: 5.5em;
}
.btHeadingDash_circle .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:before {
content: "\e901";
color: #ee5b54;
font-size: 7em;
left: -.6em;
top: .6em;
}
.btHeadingDash_balloon .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:before {
content: "\e902";
color: #ffde39;
top: .6em;
left: -.7em;
font-size: 7em;
}
.btHeadingDash_guitar .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:before {
content: "\e903";
-webkit-transform: scaleX(-1) rotate(-50deg);
-moz-transform: scaleX(-1) rotate(-50deg);
-ms-transform: scaleX(-1) rotate(-50deg);
transform: scaleX(-1) rotate(-50deg);
font-size: 8em;
top: .5em;
left: -.6em;
}
.btHeadingDash_star .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:before {
content: "\e904";
top: .7em;
left: -.5em;
font-size: 5em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
line-height: 1;
padding: 0 0 1em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments {
font-size: .85em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: .5px;
line-height: 1;
padding-right: 1.5em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date a,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments a {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
display: inline;
padding: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date a:hover,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a:hover,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments a:hover {
color: #ee5b54;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
font-family: Dripicons;
font-size: .9em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date {
padding-left: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
content: "\e900";
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category {
padding-right: 1.5em;
font-size: inherit;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories {
font-size: .85em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
line-height: 1;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li {
margin: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li:not(:first-child) {
padding-left: .5em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li a {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
display: inline;
padding: 0;
background: transparent;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li a:hover {
color: #ee5b54;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li:before {
content: "\e959";
font-family: Dripicons;
margin: 0 5px 0 0;
font-size: inherit;
line-height: inherit;
font-weight: 400;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
display: inline;
padding: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a:hover {
color: #ee5b54;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
content: "\e91b";
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
content: "\e97f";
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.8em;
max-height: 3.6em;
color: #fff;
font-size: 2em;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
padding: 0;
margin: 0 0 .5em;
line-height: 1.2;
position: relative;
z-index: 5;
}
.btHeadingWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 100;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title .bt_bb_price_list_currency {
font-size: 2.5em;
line-height: 2;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title .bt_bb_price_list_amount {
font-size: 5.5em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a {
color: #fff;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.8em;
max-height: 3.6em;
padding: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item.btNoImage .bt_bb_latest_posts_item_content {
background-color: transparent !important;
padding: 3em;
position: relative;
color: inherit;
z-index: 2;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item.btNoImage .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li a {
color: #181818;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item.btNoImage .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category ul.post-categories li a:hover {
color: #ee5b54;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item.btNoImage .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
color: #181818;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item.btNoImage .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a:hover {
color: #ee5b54;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item.btNoImage .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 1.8em;
max-height: 5.4em;
line-height: 1.2;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item.btNoImage .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a {
color: #181818;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item.btNoImage .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
line-height: 1.8em;
max-height: 10.8em;
} .bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_image img {
-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.bt_bb_masonry_image_grid .bt_bb_masonry_post_image_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_image img {
-webkit-transform: scale3d(1.05,1.05,1.05);
-moz-transform: scale3d(1.05,1.05,1.05);
-ms-transform: scale3d(1.05,1.05,1.05);
transform: scale3d(1.05,1.05,1.05);
} .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
padding: 1.5em 2em 2em;
background: #fff;
border: 1px solid rgba(0,0,0,.1);
overflow: hidden;
}
.btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content,
.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
background-color: #191919 !important;
}
.btSoftRoundedButtons .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
border-radius: 10px;
}
.btHardRoundedButtons .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
border-radius: 10px;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
padding: 0;
display: inline-block;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
line-height: 1;
font-weight: 600;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
color: #ee5b54;
background-color: transparent;
text-transform: uppercase;
padding: 0 .75em 0 0;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
background-color: transparent;
color: inherit;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
padding: 0 0 .3em;
display: inline;
text-transform: uppercase;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
color: #ee5b54;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span a {
color: #ee5b54;
}
.btLightSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span a:hover,
.btDarkSkin .btLightSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span a:hover,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span a:hover {
color: #181818;
}
.btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span a:hover,
.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span a:hover {
color: #fff;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:not(:empty) {
margin-top: 0;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
color: inherit;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover {
color: #ee5b54;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
line-height: 1.8em;
max-height: 7.2em;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
margin-top: 1.5em;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
padding: 0 .5em;
}
.bt_bb_post_grid_filter {
padding: 1em 2em 3em 2em;
text-transform: uppercase;
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
}
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
}
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
background: transparent;
color: #ee5b54;
}
.bt_bb_post_grid_loader {
margin-top: 3em;
border-top: .4em solid #ee5b54;
} .bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 1rem;
width: 2em;
height: 2em;
}
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 1.4rem;
}
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 2rem;
}
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 2.5rem;
}
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 3rem;
}
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
font-size: .9em;
padding-left: .8em;
}
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
padding-left: .8em;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,.bt_bb_align_left.bt_bb_icon,.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless {
padding-right: 1em;
padding-left: 0;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,.bt_bb_align_right.bt_bb_icon,.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless {
padding-left: 1em;
padding-right: 0;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,.bt_bb_align_center.bt_bb_icon,.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_small {
padding: 0 1em;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,.bt_bb_align_center.bt_bb_icon,.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xsmall {
padding: 0 .5em;
}
@media (max-width: 480px) {
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,.bt_bb_align_center.bt_bb_icon,.bt_bb_align_center .bt_bb_icon.bt_bb_size_small {
padding: 1em !important;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,.bt_bb_align_center.bt_bb_icon,.bt_bb_align_center .bt_bb_icon.bt_bb_size_xsmall {
padding: .5em !important;
}
} .bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,.bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
padding-left: 1.5em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,.bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
padding-right: 1.5em;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: .9rem;
font-weight: 600;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
line-height: 1;
letter-spacing: .5px;
-webkit-transition: all 280ms ease;
-moz-transition: all 280ms ease;
transition: all 280ms ease;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
padding-top: .5em;
padding-top: .8em;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_button_text {
font-size: .8rem;
font-weight: 600;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
line-height: 1;
padding-top: 1.5em;
letter-spacing: .5px;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_button_text a:after {
content: "\e90c";
font-family: Dripicons;
display: inline-block;
padding: 0 .5em;
font-size: inherit;
font-weight: 400;
}
.bt_bb_service:hover .bt_bb_service_content_title a {
color: inherit;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,.bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
margin-bottom: .5em;
}
.bt_bb_service.bt_bb_style_borderless .bt_bb_icon_holder {
line-height: 1.05 !important;
} .slick-slider {
overflow: visible;
} .slick-slider.fade {
overflow: visible;
}
.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list {
position: static !important;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list .slick-track {
position: relative;
}
.bt_bb_layout_wide .bt_bb_content_slider.btHome02.bt_bb_gap_no_gap.bt_bb_show_dots_bottom .slick-dots {
bottom: 3em;
}
.bt_bb_layout_wide .bt_bb_row[data-structure='12'] .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item {
overflow: hidden;
}
.bt_bb_layout_wide .bt_bb_row[data-structure='12'] .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content {
max-width: 1260px;
padding: 0 30px;
margin: 0 auto;
}
.bt_bb_show_dots_below .slick-dots {
bottom: -3em;
}
.bt_bb_align_left .bt_bb_align_right.slick-dots,.bt_bb_align_center .bt_bb_align_right.slick-dots,.bt_bb_align_left .bt_bb_align_right .slick-dots,.bt_bb_align_center .bt_bb_align_right .slick-dots,.bt_bb_align_right.slick-dots,.bt_bb_align_right .slick-dots {
text-align: right;
margin: 0 -.5em;
width: -webkit-calc(100% + 1em);
width: -moz-calc(100% + 1em);
width: calc(100% + 1em);
}
.bt_bb_align_right .bt_bb_align_left.slick-dots,.bt_bb_align_center .bt_bb_align_left.slick-dots,.bt_bb_align_right .bt_bb_align_left .slick-dots,.bt_bb_align_center .bt_bb_align_left .slick-dots,.bt_bb_align_left.slick-dots,.bt_bb_align_left .slick-dots {
text-align: left;
margin: 0 -.5em;
width: -webkit-calc(100% + 1em);
width: -moz-calc(100% + 1em);
width: calc(100% + 1em);
}
.slick-dots li {
width: .7em;
height: .7em;
margin: 0 .5em;
border: none;
vertical-align: middle;
background-color: #fff;
-webkit-transition: transform .3s ease,background-color .3s ease;
-moz-transition: transform .3s ease,background-color .3s ease;
transition: transform .3s ease,background-color .3s ease;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
background-color: #ee5b54;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
} button.slick-arrow {
background-color: transparent;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
button.slick-arrow:hover {
background-color: transparent;
opacity: .8;
}
button.slick-arrow:before {
font-size: 1.3em;
font-family: Dripicons;
}
button.slick-arrow.slick-prev:before {
content: '\e90b';
}
button.slick-arrow.slick-next:before {
content: '\e90c';
}
.bt_bb_layout_wide button.slick-arrow.slick-prev {
color: #ee5b54;
}
.bt_bb_layout_wide button.slick-arrow.slick-next {
color: #ee5b54;
} .bt_bb_slider.bt_bb_shape_soft-rounded {
border-radius: 10px;
overflow: hidden;
} .bt_bb_custom_menu div ul {
margin: 0;
}
.bt_bb_custom_menu div ul li {
list-style: none;
border-bottom: 1px solid rgba(0,0,0,.1);
line-height: 1;
padding: .8em 0;
}
.bt_bb_custom_menu div ul li:first-child {
padding-top: 0;
}
.bt_bb_custom_menu div ul a {
color: inherit;
font-size: .9em;
}
.bt_bb_custom_menu div ul a:hover {
opacity: .8;
}
.bt_bb_custom_menu div ul > li {
margin-left: 0;
}
.rtl .bt_bb_align_right .bt_bb_custom_menu > div {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.rtl .bt_bb_align_right .bt_bb_custom_menu div ul {
text-align: right;
} .bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
padding-left: 2em;
padding-right: 2em;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
margin: 0 -2em;
} .bt_bb_google_maps .bt_bb_google_maps_content {
max-width: 1280px;
margin: 0 auto;
}
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
padding: 2em;
}
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
margin: 0;
padding: 4em 0;
} .bt_bb_tab_content {
padding-top: 1em;
}
.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
border-color: #ee5b54;
}
@media (max-width: 580px) {
.bt_bb_style_simple ul.bt_bb_tabs_header li span {
padding: 1em 0;
}
} .bt_bb_accordion .bt_bb_accordion_item {
position: relative;
overflow: hidden;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
border-bottom: 1px solid rgba(0,0,0,.2) !important;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: background-color 300ms ease;
-moz-transition: background-color 300ms ease;
transition: background-color 300ms ease;
}
.rtl .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder {
font-size: 2em;
line-height: 1;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder {
padding: 0 0 0 .5em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder,.bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder {
padding: 0 .5em 0 0;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
font-size: .9em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
border: none !important;
padding: 1.3em 1.5em;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
z-index: 2;
position: relative;
line-height: 2;
background-color: transparent !important;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before {
content: "\e993";
font-family: Dripicons;
display: block;
position: absolute;
right: 0;
top: 1.5em;
width: 1.6em;
height: 1.6em;
line-height: 1.6em;
text-align: center;
border-radius: 50%;
color: #181818;
-webkit-box-shadow: 0 0 0 1px #181818 inset;
box-shadow: 0 0 0 1px #181818 inset;
opacity: .6;
}
.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before,
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before {
right: 3%;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before,.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before,.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before,.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before,.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before,.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before {
right: auto;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
padding: 0;
display: block;
overflow: hidden;
height: 0;
opacity: 0;
-webkit-transition: 350ms ease all;
-moz-transition: 350ms ease all;
transition: 350ms ease all;
}
.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
padding: 0 2em 0 4.5em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
padding: 0 4.5em 0 1.7em;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
padding: 0 2em 0 3.5em;
}
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
padding: 0 5em 0 4.5em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,.bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
padding: 0 4.5em 0 1.7em;
}
.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content {
padding: 1em 2.5em 1em 1.5em;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content {
padding: 0 2em 2em 0;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content,.bt_bb_align_right.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content,.bt_bb_align_right .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content {
padding: 0 0 2em 2em;
}
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on:not(.btWithIcon) .bt_bb_accordion_item_content {
padding: 0 2.5em 2em 1.5em;
}
.bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_content {
padding: 0 5em 0 1.5em;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_content {
padding: 0 2em 0 0;
}
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_content {
padding: 0 2em 0 1.5em;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_title {
padding-left: 0;
}
.bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_title {
-webkit-flex: 1 0 90%;
-ms-flex: 1 0 90%;
flex: 1 0 90%;
}
.bt_bb_accordion .bt_bb_accordion_item.on {
min-height: 1px;
max-height: 1000em;
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before {
content: "\e982";
}
.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before {
right: 3%;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_right.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_right .bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_center .bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_left .bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_center .bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_right.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before,.bt_bb_align_right .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:before {
right: auto;
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title_content {
border: none;
padding-bottom: 0;
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
display: block;
opacity: 1;
height: auto;
padding-bottom: 2em;
}
.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
padding-top: 1em;
}
.rtl .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.rtl .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title:before {
left: 0;
} .bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child .bt_bb_accordion_item_title_content {
padding-top: 0 !important;
}
@media (max-width: 480px) {
.bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_title {
padding: 1em 2em 1em 1.5em !important;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
right: 2em !important;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before,.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before,.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before,.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before,.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before,.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:before {
right: 0 !important;
left: 2em;
}
} .bt_bb_image.bt_bb_hover_style_zoom-in:hover img {
-webkit-transform: scale3d(1.05,1.05,1.05);
-moz-transform: scale3d(1.05,1.05,1.05);
-ms-transform: scale3d(1.05,1.05,1.05);
transform: scale3d(1.05,1.05,1.05);
}
.bt_bb_image.bt_bb_hover_style_scroll {
height: 490px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
}
.bt_bb_image.bt_bb_hover_style_scroll:hover {
-webkit-box-shadow: 0 0 0 8px rgb(255,255,255),0 0 20px 5px rgba(0,0,0,.2);
box-shadow: 0 0 0 8px rgb(255,255,255),0 0 20px 5px rgba(0,0,0,.2);
}
.bt_bb_image.bt_bb_hover_style_scroll:hover img {
-webkit-transform: translateY(-webkit-calc(-100% + 490px));
-webkit-transform: translateY(calc(-100% + 490px));
-moz-transform: translateY(-moz-calc(-100% + 490px));
-moz-transform: translateY(calc(-100% + 490px));
-ms-transform: translateY(calc(-100% + 490px));
transform: translateY(-webkit-calc(-100% + 490px));
transform: translateY(-moz-calc(-100% + 490px));
transform: translateY(calc(-100% + 490px));
} .bt_bb_price_list {
padding: 4.5em 2em 7em 2em;
}
.bt_bb_price_list.bt_bb_style_borderless {
border: none;
}
.bt_bb_price_list.bt_bb_style_filled {
border: none;
background: #fff;
-webkit-box-shadow: 0 25px 30px -10px rgba(0,0,0,.2);
box-shadow: 0 25px 30px -10px rgba(0,0,0,.2);
}
.bt_bb_price_list.bt_bb_style_outline {
padding: 4.5em 4em 7em 4em;
}
.bt_bb_shape_hard-rounded.bt_bb_price_list {
border-radius: 50px;
overflow: hidden;
}
.bt_bb_shape_soft-rounded.bt_bb_price_list {
border-radius: 10px;
overflow: hidden;
}
.bt_bb_price_list .bt_bb_price_list_supertitle {
display: block;
font-size: 1rem;
line-height: 1;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
padding-bottom: 1em;
}
.bt_bb_price_list .bt_bb_price_list_price {
margin: 0;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
}
.btHeadingWeight_default .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_price_list .bt_bb_price_list_price {
font-weight: 100;
}
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
font-size: 2.5em;
line-height: 2;
}
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
font-size: 5.5em;
}
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
padding: 0;
max-width: 100%;
}
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
}
.bt_bb_price_list .bt_bb_price_list_title {
display: block;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: 1.1rem;
font-weight: 600;
background-color: transparent !important;
padding: 0;
}
.bt_bb_price_list .bt_bb_price_list_title:after {
content: ' ';
display: block;
width: 4em;
margin: 1.5em 0 1.5em;
border-style: solid;
border-width: 0 0 1px;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_right .bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_left .bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_right .bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_title:after {
margin-left: auto;
margin-right: auto;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_left .bt_bb_align_right .bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_center .bt_bb_align_right .bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_right.bt_bb_price_list .bt_bb_price_list_title:after,.bt_bb_align_right .bt_bb_price_list .bt_bb_price_list_title:after {
margin-left: auto;
}
@media (max-width: 1028px) {
.bt_bb_price_list {
padding: 2.5em 2em 3em 2em;
}
.bt_bb_price_list.bt_bb_style_outline {
padding: 2.5em 2em 3em 2em;
}
} button:after {
font-size: 3em;
font-family: Dripicons;
color: #fff;
}
button.mfp-arrow-left:before {
border: none;
}
button.mfp-arrow-left:after {
border: none;
content: '\e90b';
margin-left: 40px;
}
button.mfp-arrow-right:before {
border: none;
}
button.mfp-arrow-right:after {
border: none;
content: '\e90c';
margin-left: 0;
} .bt_bb_schedule {
-webkit-box-shadow: 0 15px 25px -15px rgba(0,0,0,.2);
box-shadow: 0 15px 25px -15px rgba(0,0,0,.2);
overflow: hidden;
}
.bt_bb_schedule.bt_bb_shape_soft-rounded {
border-radius: 10px;
}
.bt_bb_schedule.bt_bb_shape_hard-rounded {
border-radius: 50px;
}
.bt_bb_schedule.btBackgroundImage {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding-bottom: 1em;
}
.bt_bb_schedule .bt_bb_schedule_title_flex {
padding: 4em 2em;
color: #fff;
background-color: #ee5b54;
}
.btBackgroundImage.bt_bb_schedule .bt_bb_schedule_title_flex {
background: transparent !important;
padding: 2.5em 3em 2.5em 3em;
border-bottom: 1px solid rgba(255,255,255,.2);
}
.btHasBgImage.bt_bb_schedule .bt_bb_schedule_title_flex {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_supertitle {
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 500;
color: #fff;
}
.bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-size: 1.8em;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
font-weight: 600;
line-height: 1.1;
color: #fff;
}
.btHeadingWeight_default .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_schedule .bt_bb_schedule_title_flex .bt_bb_schedule_title {
font-weight: 100;
}
.bt_bb_schedule .bt_bb_schedule_content {
background: #fff;
}
.btBackgroundImage.bt_bb_schedule .bt_bb_schedule_content {
background: transparent !important;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 1.4em 2em;
border-bottom: 1px solid rgba(82,82,82,.1);
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row:last-child {
border-bottom: none !important;
}
.btBackgroundImage.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row {
padding: 1.5em 3em;
border-bottom: 1px solid rgba(255,255,255,.2);
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday {
background: #fff;
}
.btBackgroundImage.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday {
background: transparent !important;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_day {
-webkit-flex: 1 0 60%;
-ms-flex: 1 0 60%;
flex: 1 0 60%;
max-width: 60%;
text-align: left;
}
.rtl .bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_day {
text-align: right;
}
.btBackgroundImage.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_day {
color: #fff;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_day .bt_bb_schedule_week_day {
display: block;
font-size: .87em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
text-transform: uppercase;
line-height: 1;
color: inherit;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_day .bt_bb_schedule_inner_location {
font-size: .8em;
line-height: 1;
padding-top: 1em;
display: none;
color: inherit;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_day .bt_bb_schedule_inner_location:before {
content: "\e970";
font-family: Dripicons;
font-size: inherit;
padding-right: .5em;
color: #ee5b54;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_time {
-webkit-flex: 1 0 40%;
-ms-flex: 1 0 40%;
flex: 1 0 40%;
max-width: 40%;
text-align: right;
}
.rtl .bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_time {
text-align: left;
}
.btBackgroundImage.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_time {
color: #fff;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_time .bt_bb_schedule_hours {
display: block;
font-size: .87em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-weight: 600;
line-height: 1;
color: inherit;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row .bt_bb_schedule_time .bt_bb_schedule_inner_desc {
font-size: .8em;
line-height: 1;
padding-top: 1em;
display: none;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday .bt_bb_schedule_day .bt_bb_schedule_week_day {
color: #ee5b54;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday .bt_bb_schedule_day .bt_bb_schedule_week_day:before {
content: "\e92c";
font-family: Dripicons;
color: #ee5b54;
padding-right: .4em;
opacity: 1;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday .bt_bb_schedule_day .bt_bb_schedule_inner_location {
display: block !important;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday .bt_bb_schedule_time .bt_bb_schedule_hours {
color: #ee5b54;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday .bt_bb_schedule_time .bt_bb_schedule_inner_desc {
display: block !important;
}
.rtl .bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday .bt_bb_schedule_time .bt_bb_schedule_inner_desc {
padding-left: 0;
}
.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row.btToday .bt_bb_schedule_time .bt_bb_schedule_inner_desc:before {
content: "\e9b4";
font-family: Dripicons;
font-size: inherit;
padding-right: .5em;
color: #ee5b54;
}
@media (max-width: 580px) {
.btBackgroundImage.bt_bb_schedule .bt_bb_schedule_title_flex {
padding: 2.5em 1.5em 2.5em 1.5em;
}
.btBackgroundImage.bt_bb_schedule .bt_bb_schedule_content .bt_bb_schedule_inner_row {
padding: 1.5em 1.5em;
}
}
@media (max-width: 360px) {
.bt_bb_schedule_inner_row {
display: block !important;
}
.bt_bb_schedule_inner_row .bt_bb_schedule_day {
max-width: 100% !important;
padding-bottom: 1.2em;
}
.bt_bb_schedule_inner_row .bt_bb_schedule_day .bt_bb_schedule_inner_location {
padding: .7em 0 0 0 !important;
}
.bt_bb_schedule_inner_row .bt_bb_schedule_time {
max-width: 100% !important;
text-align: left !important;
}
.rtl .bt_bb_schedule_inner_row .bt_bb_schedule_time {
text-align: right !important;
}
.bt_bb_schedule_inner_row .bt_bb_schedule_time .bt_bb_schedule_inner_desc {
padding: .7em 0 0 0 !important;
}
} .btDarkSkin .bt_bb_event,
.btLightSkin .btDarkSkin .bt_bb_event,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_event {
color: #fff;
}
.bt_bb_event .bt_bb_event_image {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
.bt_bb_event .bt_bb_event_image:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.bt_bb_event .bt_bb_event_image .bt_bb_image {
width: 100%;
}
.bt_bb_event .bt_bb_event_image .bt_bb_image img {
width: 100%;
}
.bt_bb_shape_hard-rounded.bt_bb_event .bt_bb_event_image {
border-top-left-radius: 50px;
border-top-right-radius: 50px;
overflow: hidden;
}
.bt_bb_shape_soft-rounded.bt_bb_event .bt_bb_event_image {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;
}
.bt_bb_event .bt_bb_event_content {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 2em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_event .bt_bb_event_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_event .bt_bb_event_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_event .bt_bb_event_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_event .bt_bb_event_content,.bt_bb_align_right.bt_bb_event .bt_bb_event_content,.bt_bb_align_right .bt_bb_event .bt_bb_event_content {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_title_size_small.bt_bb_event .bt_bb_event_content {
padding: 1.5em;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_date {
-webkit-flex: 1 0 20%;
-ms-flex: 1 0 20%;
flex: 1 0 20%;
max-width: 20%;
padding-right: .5em;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
line-height: 1;
font-weight: 500;
color: #ee5b54;
border-right: 1px solid #181818;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
position: relative;
}
.bt_bb_title_size_small.bt_bb_event .bt_bb_event_content .bt_bb_event_date {
-webkit-flex: 1 0 17%;
-ms-flex: 1 0 17%;
flex: 1 0 17%;
max-width: 17%;
}
.rtl .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
border-right: none;
padding-right: 0;
padding-left: .5em;
border-left: 1px solid #181818;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_event .bt_bb_event_content .bt_bb_event_date,.bt_bb_align_center .bt_bb_align_right.bt_bb_event .bt_bb_event_content .bt_bb_event_date,.bt_bb_align_left .bt_bb_align_right .bt_bb_event .bt_bb_event_content .bt_bb_event_date,.bt_bb_align_center .bt_bb_align_right .bt_bb_event .bt_bb_event_content .bt_bb_event_date,.bt_bb_align_right.bt_bb_event .bt_bb_event_content .bt_bb_event_date,.bt_bb_align_right .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
border-right: none;
padding-right: 0;
padding-left: .5em;
border-left: 1px solid #181818;
}
.btDarkSkin .bt_bb_event .bt_bb_event_content .bt_bb_event_date,
.btLightSkin .btDarkSkin .bt_bb_event .bt_bb_event_content .bt_bb_event_date,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
border-color: #fff;
}
.btHeadingWeight_default .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
font-weight: 100;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_date .bt_bb_event_date_month {
font-size: 1.5em;
}
.bt_bb_title_size_small.bt_bb_event .bt_bb_event_content .bt_bb_event_date .bt_bb_event_date_month {
font-size: 1.3rem;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_date .bt_bb_event_date_day {
font-size: 2.4em;
}
.bt_bb_title_size_small.bt_bb_event .bt_bb_event_content .bt_bb_event_date .bt_bb_event_date_day {
font-size: 2rem;
}
.bt_bb_title_size_large.bt_bb_event .bt_bb_event_content .bt_bb_event_date .bt_bb_event_date_day {
font-size: 2.8rem;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-size: 1.8rem;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
font-weight: 500;
line-height: 1.1;
-webkit-flex: 1 0 80%;
-ms-flex: 1 0 80%;
flex: 1 0 80%;
max-width: 80%;
padding: 0 0 0 .5em;
text-align: left;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_center .bt_bb_align_right.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_left .bt_bb_align_right .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_center .bt_bb_align_right .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_right.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_right .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
text-align: right;
padding-left: 0;
padding-right: 1em;
}
.rtl .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
text-align: right;
padding-left: 0;
padding-right: 1em;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title a {
color: inherit;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title a:hover {
color: #ee5b54;
}
.btHeadingWeight_default .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-weight: 100;
}
.bt_bb_title_size_small.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-size: 1.5rem;
line-height: 1.2;
padding: 0 0 0 .8em;
}
.bt_bb_title_size_large.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
font-size: 2rem;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_description {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 1.8em;
max-height: 5.4em;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
font-size: 1em;
margin-top: 1em;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_description:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.bt_bb_title_size_small.bt_bb_event .bt_bb_event_content .bt_bb_event_content_description {
margin-top: 1.5em;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_inner {
margin-top: 1em;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_inner:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.bt_bb_title_size_small.bt_bb_event .bt_bb_event_content .bt_bb_event_content_inner {
margin-top: 1.5em;
}
.rtl .bt_bb_align_right .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
border-left: none;
padding-left: 0;
padding-right: .5em;
border-right: 1px solid #181818;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex: 1 0 20%;
-ms-flex: 1 0 20%;
flex: 1 0 20%;
max-width: 25%;
}
.rtl .bt_bb_align_right .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
-webkit-flex: 1 0 75%;
-ms-flex: 1 0 75%;
flex: 1 0 75%;
max-width: 75%;
padding-right: 0;
padding-left: 1em;
}
@media (max-width: 992px) {
.bt_bb_event .bt_bb_event_content {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_date {
-webkit-flex: auto !important;
-ms-flex: auto !important;
flex: auto !important;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
display: block;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
padding-left: 1rem;
}
}
@media (max-width: 480px) {
.bt_bb_event .bt_bb_event_content {
display: block !important;
padding: 1em;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_date {
display: block;
max-width: 100% !important;
padding: 0 0 1em;
border: none !important;
border-bottom: 1px solid #181818 !important;
}
.btDarkSkin .bt_bb_event .bt_bb_event_content .bt_bb_event_date,
.btLightSkin .btDarkSkin .bt_bb_event .bt_bb_event_content .bt_bb_event_date,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_event .bt_bb_event_content .bt_bb_event_date {
border-color: #fff;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_date .bt_bb_event_date_month {
display: inline-block;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_date .bt_bb_event_date_month:after {
content: "/";
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
color: #ee5b54;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_date .bt_bb_event_date_day {
display: inline-block;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
padding: 1rem 0 0 0 !important;
max-width: 100%;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_right .bt_bb_align_center.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_left .bt_bb_align_center .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_right .bt_bb_align_center .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_center.bt_bb_event .bt_bb_event_content .bt_bb_event_content_title,.bt_bb_align_center .bt_bb_event .bt_bb_event_content .bt_bb_event_content_title {
text-align: center;
}
.bt_bb_event .bt_bb_event_content .bt_bb_event_description {
margin-top: 1em;
}
} .bt_bb_card {
overflow: hidden;
position: relative;
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
}
.bt_bb_shape_hard-rounded.bt_bb_card {
border-radius: 50px;
overflow: hidden;
}
.bt_bb_shape_soft-rounded.bt_bb_card {
border-radius: 10px;
overflow: hidden;
}
.bt_bb_card:hover {
z-index: 999;
-webkit-box-shadow: 0 25px 20px -20px rgba(0,0,0,.2);
box-shadow: 0 25px 20px -20px rgba(0,0,0,.2);
}
.bt_bb_card:hover .bt_bb_card_image img {
-webkit-transform: scale3d(1.05,1.05,1.05);
-moz-transform: scale3d(1.05,1.05,1.05);
-ms-transform: scale3d(1.05,1.05,1.05);
transform: scale3d(1.05,1.05,1.05);
}
.bt_bb_card .bt_bb_card_image img {
-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.bt_bb_card .bt_bb_card_content {
display: block;
padding: 2.7em 3.2em 4em 3.2em;
float: left;
width: 100%;
}
.btLightSkin .bt_bb_card .bt_bb_card_content,
.btDarkSkin .btLightSkin .bt_bb_card .bt_bb_card_content,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_card .bt_bb_card_content {
background-color: #fff;
}
.btDarkSkin .bt_bb_card .bt_bb_card_content,
.btLightSkin .btDarkSkin .bt_bb_card .bt_bb_card_content,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_card .bt_bb_card_content {
background-color: #191919;
}
.bt_bb_title_size_small:not(.bt_bb_image_position_background).bt_bb_card .bt_bb_card_content {
padding: 1.5em 3em 3em 3em;
}
.bt_bb_image_position_background.bt_bb_card .bt_bb_card_content {
background-color: transparent !important;
padding: 3em;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.bt_bb_content_position_content_middle.bt_bb_image_position_background.bt_bb_card .bt_bb_card_content {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bt_bb_content_position_content_top.bt_bb_image_position_background.bt_bb_card .bt_bb_card_content {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
:not(.bt_transparent_background).bt_bb_image_position_background.bt_bb_card .bt_bb_card_content {
color: #fff;
}
.bt_bb_card .bt_bb_card_content .bt_bb_card_supertitle {
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
line-height: 1;
padding-bottom: 1.5em;
position: relative;
z-index: 2;
}
.bt_bb_title_size_small.bt_bb_card .bt_bb_card_content .bt_bb_card_supertitle {
font-size: .75em;
padding-bottom: 1em;
}
.bt_bb_image_position_top.bt_bb_card .bt_bb_card_content .bt_bb_card_supertitle {
color: #ee5b54;
}
.bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-size: 2em;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
line-height: 1;
padding-bottom: 1rem;
position: relative;
z-index: 1;
}
.bt_bb_title_size_small.bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-size: 1.6em;
padding-bottom: .5em;
}
.bt_bb_title_size_large.bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-size: 2.5em;
}
.btHeadingWeight_default .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-weight: 100;
}
.bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
content: "\e905";
font-family: Tabula;
color: #ee5b54;
display: block;
border: none;
width: auto !important;
margin: 0 !important;
line-height: 1;
position: absolute;
top: -.2em;
left: -1.1em;
font-size: 3em;
z-index: -1;
}
.btHeadingDash_dot .bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
content: "\e905";
}
.btHeadingDash_star .bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
content: "\e904";
}
.btHeadingDash_circle .bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
content: "\e901";
color: #ee5b54;
font-size: 3em;
left: -1.1em;
top: -.2em;
}
.btHeadingDash_balloon .bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
font-size: 2.5em;
content: "\e902";
left: -1.25em;
-webkit-transform: rotate(-9deg);
-moz-transform: rotate(-9deg);
-ms-transform: rotate(-9deg);
transform: rotate(-9deg);
}
.btHeadingDash_guitar .bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
content: "\e903";
-webkit-transform: scaleX(-1) rotate(-50deg);
-moz-transform: scaleX(-1) rotate(-50deg);
-ms-transform: scaleX(-1) rotate(-50deg);
transform: scaleX(-1) rotate(-50deg);
font-size: 2.5em;
left: -1.2em;
top: -.4em;
color: #ffde39;
}
body.btHeadingDash_circle .bt_bb_title_size_small.bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
font-size: 2.5em;
left: -1.3em;
top: 0;
}
body.btHeadingDash_circle .bt_bb_image_position_background.bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
opacity: .8;
}
.bt_bb_dash_hide.bt_bb_card .bt_bb_card_content .bt_bb_card_title:before {
display: none;
}
.bt_bb_card .bt_bb_card_content .bt_bb_card_text {
z-index: 1;
overflow: hidden;
max-height: 5.3em;
position: relative;
margin-bottom: 1em;
}
.bt_bb_card .bt_bb_card_content .bt_bb_card_button_text {
font-size: .94rem;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
letter-spacing: .5px;
}
.bt_bb_title_size_small.bt_bb_card .bt_bb_card_content .bt_bb_card_button_text {
font-size: .8em;
}
.bt_bb_card .bt_bb_card_content a .bt_bb_card_button_text:after {
content: "\e90c";
font-family: Dripicons;
display: inline-block;
padding: 0 .5em;
font-size: inherit;
font-weight: 400;
}
@media (max-width: 780px) {
.bt_bb_card .bt_bb_card_content .bt_bb_card_title {
font-size: 1.5em !important;
}
}
@media (max-width: 580px) {
.bt_bb_card {
-webkit-box-shadow: 0 25px 20px -20px rgba(0,0,0,.2);
box-shadow: 0 25px 20px -20px rgba(0,0,0,.2);
}
.bt_bb_card.bt_bb_image_position_background .bt_bb_card_content {
padding: 2em;
}
}
@media (max-width: 480px) {
.bt_bb_card.bt_bb_image_position_background .bt_bb_card_content {
position: relative;
bottom: auto;
color: #181818 !important;
}
.bt_bb_card.bt_bb_image_position_background .bt_bb_card_content .bt_bb_card_supertitle,
.bt_bb_card.bt_bb_image_position_background .bt_bb_card_content .bt_bb_card_title,
.bt_bb_card.bt_bb_image_position_background .bt_bb_card_content .bt_bb_card_text {
color: #181818 !important;
}
.bt_bb_card.bt_transparent_background .bt_bb_image {
display: none;
}
} .bt_bb_card .bt_bb_card_image {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
}
.bt_bb_card .bt_bb_card_image a.bt_bb_card_image_link {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 4;
} .bt_bb_step_line {
padding-top: 4em;
}
.bt_bb_step_line .bt_bb_inner_step {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.rtl .bt_bb_step_line .bt_bb_inner_step {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_step_line .bt_bb_inner_step:last-child .bt_bb_inner_step_content {
padding-bottom: 0;
}
.bt_bb_step_line .bt_bb_inner_step:last-child .bt_bb_inner_step_content .bt_bb_inner_step_content_holder:after {
display: none;
}
.bt_bb_step_line .bt_bb_inner_step:last-child .bt_bb_inner_step_image {
padding-bottom: 0;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_content_holder {
padding: 0 0 8em 4.5em;
}
.rtl .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_content_holder {
padding: 0 4.5em 8em 0;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_content_holder:after {
content: '';
display: block;
width: 2px;
position: absolute;
top: 28px;
bottom: 0;
left: -1px;
background: #ee5b54;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content:before {
content: " ";
text-align: center;
display: block;
line-height: 28px;
width: 28px;
height: 28px;
position: absolute;
top: 0;
left: -14px;
color: #ee5b54;
color: white;
-webkit-box-shadow: 0 0 0 2px #ee5b54 inset;
box-shadow: 0 0 0 2px #ee5b54 inset;
border-radius: 50%;
}
.btDarkSkin .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content:before,
.btLightSkin .btDarkSkin .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content:before {
background: #191919;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content:after {
content: " ";
text-align: center;
display: block;
width: 14px;
height: 14px;
position: absolute;
top: 7px;
left: -7px;
background: #ee5b54;
border-radius: 50%;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-size: 2.5em;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
line-height: 1.2;
margin-bottom: .5em;
color: inherit;
margin-top: -.4em;
}
.btHeadingWeight_default .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_title {
font-weight: 100;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_inner_content {
text-align: left;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_inner_content .bt_bb_button {
float: left;
margin: 0;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_image {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 4.5em 8em 0;
margin-top: -4em;
}
.rtl .bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_image {
padding: 0 0 8em 4.5em;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_image .bt_bb_image {
float: none;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rtl .bt_bb_step_line .bt_bb_inner_step:nth-child(odd) {
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_content {
text-align: left;
}
.rtl .bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_content {
text-align: right;
padding: 0 0 8em 4.5em;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_image .bt_bb_image {
float: right;
}
.rtl .bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_image {
padding: 0 4.5em 8em 0;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content {
text-align: right;
padding: 0 4.5em 8em 0;
}
.rtl .bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content {
text-align: left;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content:before {
left: auto;
right: -14px;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content:after {
left: auto;
right: -7px;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content .bt_bb_inner_step_content_holder:after {
left: auto;
right: -1px;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content .bt_bb_inner_step_inner_content {
text-align: right;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content .bt_bb_inner_step_inner_content .bt_bb_button {
float: right;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_image {
text-align: left;
padding: 0 0 8em 4.5em;
}
@media (max-width: 620px) {
.bt_bb_step_line {
padding-top: 0;
}
.bt_bb_step_line .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_content_holder {
padding: 0 0 2em;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even),
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) {
display: block;
padding-bottom: 4em;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even):las-child,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd):las-child {
padding: 0;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even):after,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd):after {
content: '' !important;
display: none;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_content {
padding: 0;
text-align: inherit;
max-width: 100%;
margin: 0;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content:before,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_content:before {
display: none;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content:after,
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content .bt_bb_inner_step_content_holder:after,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_content:after,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_content .bt_bb_inner_step_content_holder:after {
display: none;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content .bt_bb_inner_step_title,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_content .bt_bb_inner_step_title {
margin: 0;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_content .bt_bb_inner_step_inner_content .bt_bb_button,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_content .bt_bb_inner_step_inner_content .bt_bb_button {
float: none;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_image,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_image {
padding: 1em 0 0;
text-align: inherit;
max-width: 100%;
margin: 0;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_image .bt_bb_image,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_image .bt_bb_image {
float: none;
}
.bt_bb_step_line .bt_bb_inner_step:nth-child(even) .bt_bb_inner_step_image .bt_bb_image img,
.bt_bb_step_line .bt_bb_inner_step:nth-child(odd) .bt_bb_inner_step_image .bt_bb_image img {
margin: 0 auto;
}
} .darkSkinSelector .wpcf7-form input:not([type='radio']),
.darkSkinSelector .wpcf7-form input:not([type='checkbox']),
.darkSkinSelector .wpcf7-form textarea,
.darkSkinSelector .wpcf7-form .fancy-select .trigger {
color: #181818;
}
.wpcf7-form .fancy-select .trigger {
line-height: 3.2em;
}
.wpcf7-form .fancy-select .options.overflowing {
bottom: 3.35em;
}
.wpcf7-form input[type='submit'] {
position: relative;
}
div.wpcf7 .ajax-loader {
position: absolute;
right: -10%;
top: 30%;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #ee5b54;
}
span.wpcf7-not-valid-tip {
color: #ee5b54;
}
.wpcf7-date:before {
display: none !important;
} .btNewsletter .btNewsletterColumn {
padding-bottom: .5em;
}
.btNewsletter .btNewsletterColumn input::placeholder {
font-size: .9em;
opacity: 1;
color: #181818;
}
.btLight.btNewsletter .btNewsletterColumn input {
border: 1px solid rgba(255,255,255,.1);
}
.btLight.btNewsletter .btNewsletterColumn input::placeholder {
color: #fff;
}
.btLight.btNewsletter .btNewsletterColumn input:focus {
border: 1px solid rgba(255,255,255,1);
}
.btAllLight.btNewsletter .btNewsletterColumn input {
border: 1px solid rgba(255,255,255,.1);
}
.btAllLight.btNewsletter .btNewsletterColumn input::placeholder {
color: #fff;
}
.btAllLight.btNewsletter .btNewsletterColumn input:focus {
border: 1px solid rgba(255,255,255,1);
}
.btNewsletter .btNewsletterButton {
position: relative;
}
.btNewsletter .btNewsletterButton input {
height: 4em;
width: 100% !important;
}
.btAllLight.btNewsletter .btNewsletterButton input {
-webkit-box-shadow: 0 0 0 3em #fff inset;
box-shadow: 0 0 0 3em #fff inset;
color: #181818;
}
.btAllLight.btNewsletter .btNewsletterButton input:hover {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
}
.btNewsletter input {
text-align: center;
} .btContact .btContactRow {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 1em;
}
.btContact .btContactRow p {
margin: 0;
}
.btContact .btContactRow .icon {
position: absolute;
top: 1em;
left: 1em;
line-height: 1;
}
.btContact .btContactRow .icon_name:before {
content: "\e9b4";
font-family: Dripicons;
font-size: inherit;
color: #ee5b54;
}
.btContact .btContactRow .icon_email:before {
content: "\e973";
font-family: Dripicons;
font-size: inherit;
color: #ee5b54;
}
.btContact .btContactRow .icon_course:before {
content: "\e95d";
font-family: Dripicons;
font-size: inherit;
color: #ee5b54;
}
.btContact .btContactRow .icon_message:before {
content: "\e97f";
font-family: Dripicons;
font-size: inherit;
color: #ee5b54;
}
.btContact .btContactRow .btContactName {
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
max-width: 50%;
padding-right: 1em;
position: relative;
}
.btContact .btContactRow .btContactEmail {
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
max-width: 50%;
position: relative;
}
.btContact .btContactRow .btContactList {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
position: relative;
}
.btContact .btContactRow .btContactList .fancy-select .trigger {
font-size: .8em;
opacity: .8;
padding: 0 0 0 3em;
}
.btContact .btContactRow .btContactList .fancy-select .trigger:before {
font-size: .9em;
padding-right: 1.5em;
color: #ee5b54;
}
.btContact .btContactRow .btContactList .fancy-select ul.options li {
font-size: .8em;
padding-left: 3em;
}
.btContact .btContactRow .btContactList .icon {
top: .9em;
}
.btContact .btContactRow .btContactList select {
padding-left: 3em;
font-size: .8em;
height: 3.3em;
opacity: .8;
}
.btContact .btContactRow .btContactMessage {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
position: relative;
}
.btContact .btContactRow .btContactMessage .icon {
top: 1em;
}
.btContact .btContactRow input {
padding: 1em 1em 1em 3.5em !important;
font-size: .8em !important;
height: 3.7em;
}
.btContact .btContactRow input::placeholder {
font-size: 1em;
}
.btContact .btContactRow textarea {
padding: 1em 1em 1em 3.5em !important;
height: 90px;
line-height: 1.5;
font-size: .8em !important;
}
.btContact .btContactRow textarea::placeholder {
font-size: 1em;
line-height: 1.5;
}
.btContact .btContactButton {
max-width: 150px;
padding-top: 2em;
position: relative;
}
.btContact .btContactButton input {
height: 4em;
}
.btContact .btContactButton.btFullWidth {
max-width: none;
padding-top: 0;
}
.btContact .btContactButton.btFullWidth input {
height: 3em;
font-size: .9em;
}
.btContact .btContactButton .wpcf7-spinner {
position: absolute;
top: 0;
right: -50px;
}
.btContact.btDance .btContactRow p {
margin: 0;
}
.btContact.btDance .btContactRow .btContactName,
.btContact.btDance .btContactRow .btContactEmail,
.btContact.btDance .btContactRow .btContactList {
-webkit-flex: 1 0 33.33% !important;
-ms-flex: 1 0 33.33% !important;
flex: 1 0 33.33% !important;
max-width: 33.33% !important;
}
.btContact.btDance .btContactRow .btContactName input,
.btContact.btDance .btContactRow .btContactEmail input,
.btContact.btDance .btContactRow .btContactList input {
height: 3.5em;
}
.btContact.btDance .btContactRow .btContactEmail {
padding-right: 1em;
}
.btContact.btDance .btContactRow .btContactList .fancy-select .trigger {
height: 3.9em;
line-height: 3.9em;
}
.btContact.btDance .btContactRow .btContactList .icon {
top: 1.05em;
}
.btContact.btDance .btContactRow .btContactMessage {
-webkit-flex: 1 0 80% !important;
-ms-flex: 1 0 80% !important;
flex: 1 0 80% !important;
max-width: 80% !important;
padding-right: 1em;
}
.btContact.btDance .btContactRow .btContactButton {
-webkit-flex: 1 0 20%;
-ms-flex: 1 0 20%;
flex: 1 0 20%;
max-width: 20%;
padding: 0;
}
.btContact.btDance .btContactRow .btContactButton input {
height: 3.5em;
line-height: 1;
padding: 1em 2em !important;
}
.btContact.btDance .btContactRow .btContactButton .wpcf7-spinner {
position: absolute;
top: 0;
right: -50px;
}
@media (max-width: 780px) {
.btContact .btContactRow .btContactName,
.btContact.btDance .btContactRow .btContactName {
-webkit-flex: 1 0 100% !important;
-ms-flex: 1 0 100% !important;
flex: 1 0 100% !important;
max-width: 100% !important;
padding-bottom: 1em;
padding-right: 0;
}
.btContact .btContactRow .btContactEmail,
.btContact.btDance .btContactRow .btContactEmail {
-webkit-flex: 1 0 100% !important;
-ms-flex: 1 0 100% !important;
flex: 1 0 100% !important;
max-width: 100% !important;
padding-right: 0;
}
.btContact .btContactRow .btContactMessage,
.btContact.btDance .btContactRow .btContactMessage {
-webkit-flex: 1 0 100% !important;
-ms-flex: 1 0 100% !important;
flex: 1 0 100% !important;
max-width: 100% !important;
padding-right: 0;
}
.btContact .btContactRow .btContactList,
.btContact.btDance .btContactRow .btContactList {
-webkit-flex: 1 0 100% !important;
-ms-flex: 1 0 100% !important;
flex: 1 0 100% !important;
max-width: 100% !important;
}
.btContact .btContactRow .btContactList select,
.btContact.btDance .btContactRow .btContactList select {
padding-left: 3em;
font-size: .8em;
height: 3.3em;
opacity: .8;
}
.btContact .btContactButton,
.btContact.btDance .btContactButton {
-webkit-flex: 1 0 100% !important;
-ms-flex: 1 0 100% !important;
flex: 1 0 100% !important;
max-width: 100% !important;
}
.btContact.btDance .btContactRow .btContactEmail {
padding-bottom: 1em;
}
.btContact.btDance .btContactRow .btContactMessage {
padding-bottom: 1em;
}
}
@media (max-width: 480px) {
.wpcf7-form .fancy-select .trigger {
line-height: 1.1em;
}
} @-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
} @font-face {
font-family: star;
src: url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: WooCommerce;
src: url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
src: url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(//baharidea.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight: 400;
font-style: normal;
} .woocommerce-result-count,
.woocommerce-ordering {
width: 50%;
float: left;
margin: 0;
line-height: 3.2em;
margin-bottom: 2em;
}
.rtl .woocommerce-result-count,
.rtl .woocommerce-ordering {
float: right;
}
.woocommerce-ordering {
padding-left: 1em;
}
.rtl .woocommerce-ordering {
padding-left: 0;
padding-right: 1em;
}
.woocommerce-ordering select.orderby {
padding: 0 1em;
}
.products ul,
ul.products {
margin: 0 -1em 2rem;
padding: 0;
list-style: none;
clear: both;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.products ul li.product,
ul.products li.product {
max-width: 100%;
padding: 0 1em;
margin: 0 0 2rem;
position: relative;
list-style: none;
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.woocommerce-page .products ul li.product,
.woocommerce-page ul.products li.product {
-webkit-flex: 0 0 33.3333%;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.columns-2 .products ul li.product,
.columns-2 ul.products li.product {
-webkit-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
}
.columns-3 .products ul li.product,
.columns-3 ul.products li.product {
-webkit-flex-basis: 33.3333%;
flex-basis: 33.3333%;
max-width: 33.3333%;
}
.columns-4 .products ul li.product,
.columns-4 ul.products li.product {
-webkit-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
}
.columns-5 .products ul li.product,
.columns-5 ul.products li.product {
-webkit-flex-basis: 20%;
flex-basis: 20%;
max-width: 20%;
}
.columns-6 .products ul li.product,
.columns-6 ul.products li.product {
-webkit-flex-basis: 16.6666%;
flex-basis: 16.6666%;
max-width: 16.6666%;
}
.products ul li.product.first,
ul.products li.product.first {
clear: both;
}
.products ul li.product .btWooShopLoopItemInner,
ul.products li.product .btWooShopLoopItemInner {
padding: 0 2em 2rem;
border: 1px solid rgba(0,0,0,.1);
text-align: left;
overflow: hidden;
}
.btSoftRoundedButtons .products ul li.product .btWooShopLoopItemInner,
.btSoftRoundedButtons ul.products li.product .btWooShopLoopItemInner {
border-radius: 10px;
}
.btHardRoundedButtons .products ul li.product .btWooShopLoopItemInner,
.btHardRoundedButtons ul.products li.product .btWooShopLoopItemInner {
border-radius: 10px;
}
.products ul li.product .btWooShopLoopItemInner:after,
ul.products li.product .btWooShopLoopItemInner:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.btDarkSkin ul.products li.product .btWooShopLoopItemInner,
.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner {
border: 1px solid rgba(255,255,255,.05);
}
.rtl .products ul li.product .btWooShopLoopItemInner,
.rtl ul.products li.product .btWooShopLoopItemInner {
text-align: right;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_image,
ul.products li.product .btWooShopLoopItemInner .bt_bb_image {
margin-left: -2em;
margin-right: -2em;
margin-bottom: 2em;
float: none;
position: relative;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
border-bottom: 1px solid rgba(0,0,0,.05);
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
width: 100%;
display: block;
}
.btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
.btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img,
.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
border: 1px solid rgba(255,255,255,.05);
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_headline,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline {
margin: 1em 0 0;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline {
margin-bottom: 1em;
margin-top: 1em;
line-height: 1;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before {
content: '-';
opacity: 0;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline.bt_bb_dash_bottom .bt_bb_headline_content:after {
left: -1.12em;
}
.products ul li.product .btWooShopLoopItemInner .price,
ul.products li.product .btWooShopLoopItemInner .price {
display: block;
font-weight: 600;
margin-bottom: 2em;
line-height: 1;
}
.products ul li.product .btWooShopLoopItemInner .price:after,
ul.products li.product .btWooShopLoopItemInner .price:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
.products ul li.product .btWooShopLoopItemInner .price del,
ul.products li.product .btWooShopLoopItemInner .price del {
color: inherit;
opacity: .5;
display: inline-block;
margin: 0 5px 0 0;
}
.products ul li.product .btWooShopLoopItemInner .price ins,
ul.products li.product .btWooShopLoopItemInner .price ins {
background: none;
text-decoration: none;
}
.products ul li.product .btWooShopLoopItemInner .price .from,
ul.products li.product .btWooShopLoopItemInner .price .from {
font-size: .67em;
margin: -2px 0 0;
text-transform: uppercase;
opacity: .5;
}
.products ul li.product .btWooShopLoopItemInner .added:before,
.products ul li.product .btWooShopLoopItemInner .loading:before,
ul.products li.product .btWooShopLoopItemInner .added:before,
ul.products li.product .btWooShopLoopItemInner .loading:before {
opacity: 0;
}
.products ul li.product .btWooShopLoopItemInner .added:after,
.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
position: absolute;
z-index: 5;
right: 0;
top: 0;
font: 400 1em/1.9em Dripicons;
vertical-align: middle;
text-align: center;
-webkit-font-smoothing: antialiased;
width: 1.8em;
height: 1.8em;
margin: .5em -.4em 0 0;
border-radius: 50%;
background-color: #ffde39;
color: #fff;
}
.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
content: "\e965";
-webkit-animation-name: spin;
-moz-animation-name: spin;
animation-name: spin;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
animation-timing-function: linear;
}
.products ul li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .added:after {
content: "\e92c";
}
.products ul li.product .btWooShopLoopItemInner .added_to_cart,
ul.products li.product .btWooShopLoopItemInner .added_to_cart {
font-size: .8em;
margin-left: .5em;
color: #ee5b54;
}
.products ul li.product .onsale,
ul.products li.product .onsale {
position: absolute;
top: 1em;
right: 2em;
left: auto;
background: #ffde39;
color: white;
opacity: .9;
z-index: 1;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
} .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
display: inline-block;
}
nav.woocommerce-pagination {
clear: both;
display: block;
text-align: center;
margin-bottom: 3em;
}
nav.woocommerce-pagination ul {
display: inline-block;
padding: 0;
margin: 0;
}
nav.woocommerce-pagination ul li {
margin: 0;
padding: 0 .2em;
display: inline-block;
}
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
margin: 0;
padding: 0;
width: 2em;
text-align: center;
line-height: 2em;
display: block;
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
color: #ee5b54;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btHardRoundedButtons nav.woocommerce-pagination ul li a,
.btHardRoundedButtons nav.woocommerce-pagination ul li span {
border-radius: 50px;
}
.btSoftRoundedButtons nav.woocommerce-pagination ul li a,
.btSoftRoundedButtons nav.woocommerce-pagination ul li span {
border-radius: 10px;
}
nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a.next,
nav.woocommerce-pagination ul li a.prev,
nav.woocommerce-pagination ul li span.current {
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
color: #fff;
} div.product {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -1em;
position: relative;
}
div.product .onsale {
position: absolute;
top: 1em;
left: 2em;
background: #ffde39;
color: white;
opacity: .9;
z-index: 1;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
}
.rtl div.product .onsale {
left: 0;
right: 2em;
}
div.product div.images {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 .5em;
margin: 0 0 1em;
position: relative;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
z-index: 1;
width: 2em;
}
div.product div.images .woocommerce-product-gallery__wrapper {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
padding: 1em .5em 0;
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
position: relative;
display: block;
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
border: 1px solid rgba(0,0,0,.05);
width: 100%;
display: block;
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
max-width: 100%;
padding: 0;
margin: 0 .5em;
border: 1px solid rgba(0,0,0,.05);
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
border: none;
display: block;
}
div.product div.images.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 33.3333%;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 16.666%;
-ms-flex: 0 0 16.666%;
flex: 0 0 16.666%;
max-width: 16.666%;
}
div.product div.images .woocommerce-product-gallery__image {
float: left;
padding: 0 px 0 0;
}
div.product div.images .woocommerce-product-gallery__image img {
border: 0;
}
div.product div.images .woocommerce-product-gallery__image:first-child {
float: none;
overflow: hidden;
margin: 0 px 0 0;
padding: 0;
width: auto !important;
}
div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
right: 70px;
top: 20px;
font-size: 0;
line-height: 0;
z-index: 1;
}
div.product div.images .woocommerce-product-gallery__trigger:after {
content: "\f002";
font-family: FontAwesome;
display: block;
-webkit-box-shadow: 0 0 0 2em #ee5b54 inset,0 0 0 2em rgba(255,255,255,.5) inset;
box-shadow: 0 0 0 2em #ee5b54 inset,0 0 0 2em rgba(255,255,255,.5) inset;
border-radius: 50%;
font-size: 18px;
color: #fff;
width: 34.5px;
line-height: 34.5px;
text-align: center;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
.rtl div.product div.images .woocommerce-product-gallery__trigger {
right: auto;
left: 70px;
}
div.product div.images .woocommerce-product-gallery__trigger:hover:after {
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset,0 0 0 2em rgba(255,255,255,.5) inset;
box-shadow: 0 0 0 1px #ee5b54 inset,0 0 0 2em rgba(255,255,255,.5) inset;
color: #ee5b54;
}
div.product div.summary {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 1em;
margin-bottom: 1em;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
div.product div.summary header {
margin-bottom: 2em;
}
div.product div.summary .price {
font-size: 3em;
font-family: "Playfair Display",Arial,Helvetica,sans-serif;
color: inherit;
font-weight: 600;
}
div.product div.summary .price ins {
text-decoration: none;
}
div.product div.summary .price del {
opacity: .5;
}
div.product div.summary .group_table .price {
font-size: 2em;
}
div.product div.summary div[itemprop="description"] {
margin-bottom: 2em;
}
div.product div.summary form.cart .quantity {
width: 100px;
margin-right: .5em;
display: inline-block;
height: 2.8em;
}
.rtl div.product div.summary form.cart .quantity {
margin-right: 0;
margin-left: .5em;
float: right;
}
div.product div.summary form.cart .quantity input {
height: 100%;
display: inline-block;
padding: .5em 1em;
}
div.product div.summary form.cart .group_table .quantity {
width: 70px;
}
div.product div.summary form.cart .single_add_to_cart_button {
display: inline-block;
height: 3.2em;
}
div.product div.summary form.cart:after {
content: " ";
display: table;
width: 100%;
clear: both;
line-height: 0;
}
div.product span.btProductSKU {
display: block;
}
div.product div.product-description,
div.product div.products,
div.product div.product-meta {
padding: 0 1em;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
div.product div.product-description {
padding: 0 1em;
margin-bottom: 1em;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header {
display: none;
}
.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header {
display: inline-block;
margin: 0;
}
div.product section.products.related {
padding: 0 1em;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
}
div.product div.product-meta .btArticleShareEtc {
max-width: initial;
}
div.product table.variations {
border: none;
display: block;
margin-bottom: 2em;
}
div.product table.variations tbody,
div.product table.variations tr,
div.product table.variations td {
padding: 0;
border: none;
display: block;
}
div.product table.variations select {
-moz-appearance: none;
line-height: 1em;
padding: 0 1em;
}
div.product .single_variation_wrap .woocommerce-variation.single_variation {
margin-bottom: 2em;
}
div.product section.products.upsells {
width: 100%;
padding: 0 1em;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5;
} table.shop_table .coupon {
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
table.shop_table .coupon label {
margin-right: .5em;
}
table.shop_table .coupon .input-text {
margin-right: .5em;
color: #ee5b54;
border: none !important;
padding: 0;
height: 2em;
padding: 0 .5em;
}
table.shop_table button[name="apply_coupon"] {
width: 100%;
}
table.shop_table input[name="update_cart"] {
float: right;
width: 300px;
}
table.shop_table {
margin-bottom: 2em;
border: none;
}
table.shop_table td,
table.shop_table th {
border-left: none;
border-right: none;
}
table.shop_table td.product-remove {
width: 3em;
}
table.shop_table td.product-remove a.remove {
display: inline-block;
font-size: 1.5rem;
text-align: center;
padding: 0;
width: 2rem;
height: 2rem;
line-height: 2rem;
color: #ee5b54;
background-color: transparent;
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
border-radius: 50%;
}
table.shop_table td.product-remove a.remove:hover {
background-color: #ee5b54;
color: #fff;
}
table.shop_table td.product-thumbnail {
width: 100px;
text-align: center;
line-height: 0;
}
table.shop_table td.product-thumbnail img {
width: 80px;
height: auto;
display: inline-block;
-webkit-box-shadow: none;
box-shadow: none;
}
table.shop_table .product-quantity {
text-align: center;
}
table.shop_table .product-quantity .quantity {
width: 70px;
display: inline-block;
}
table.shop_table .product-subtotal,
table.shop_table .product-total,
table.shop_table .product-price,
table.shop_table .order-actions {
text-align: right;
}
table.shop_table.woocommerce-checkout-review-order-table th {
text-align: right;
}
.cart-collaterals {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: 0 -1em;
}
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
padding: 0 1em;
}
.cart-collaterals .cross-sells ul.products li.product {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.cart-collaterals .cart_totals th {
text-align: left;
}
.rtl .cart-collaterals .cart_totals th {
text-align: right;
}
.cart-collaterals .cart_totals td {
text-align: right;
}
.rtl .cart-collaterals .cart_totals td {
text-align: left;
}
tr.cart-subtotal,
tfoot {
border-top: 1px solid rgba(0,0,0,.1);
}
tr.order-total,
tfoot {
border-bottom: 1px solid rgba(0,0,0,.1);
} table.woocommerce-checkout-review-order-table td.product-total,
table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
table.woocommerce-checkout-review-order-table tr.order-total td {
text-align: right;
}
ul.wc_payment_methods {
margin: 0 0 1em;
list-style: none;
}
.rtl ul.wc_payment_methods {
text-align: right;
}
ul.wc_payment_methods li:not(.woocommerce-info) {
margin-left: 0;
padding-left: 0;
}
ul.wc_payment_methods li .input-radio {
margin-right: .2em;
}
ul.wc_payment_methods li img {
max-height: 40px;
margin-left: 10px;
vertical-align: middle;
}
ul.wc_payment_methods li .about_paypal {
margin-left: .5em;
color: #ee5b54;
}
ul.wc_payment_methods li div.payment_box {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 10px;
margin: 10px 0;
background-color: #dfdcde;
}
ul.wc_payment_methods li div.payment_box:before {
content: "";
display: block;
border: 10px solid #dfdcde;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
left: 1em;
top: -20px;
}
ul.wc_payment_methods li div.payment_box span.help {
font-size: .857em;
}
ul.wc_payment_methods li div.payment_box p:last-child {
margin-bottom: 0;
}
ul.woocommerce-shipping-methods {
list-style: none;
margin: 0 0 1em;
padding: 0;
}
ul.woocommerce-shipping-methods li {
margin: 0;
text-align: right;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
text-align: left;
}
.rtl .woocommerce-shipping-calculator .shipping-calculator-form {
text-align: right;
}
#customer_details .col-1,
#customer_details .col-2 {
margin-bottom: 2em;
}
.wc-proceed-to-checkout {
margin: 0 auto;
text-align: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 3.2em;
}
.wc-proceed-to-checkout .checkout-button {
margin: 0 auto;
display: inline;
text-align: center;
}
#payment .place-order {
margin: 0 auto;
text-align: center;
}
#payment .place-order button {
padding: 1em 3em;
} .woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0 0 2em;
padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
margin: 0 .5em 0 0;
padding: 0;
display: inline-block;
}
.woocommerce-MyAccount-navigation ul li a {
display: inline-block;
padding: .5em 1em;
border-bottom: 2px solid #ee5b54;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
color: #181818;
border-color: #181818;
}
.woocommerce-MyAccount-navigation .shop_table {
margin-bottom: 2em;
}
.woocommerce-MyAccount-navigation .shop_table tfoot {
text-align: right;
}
.woocommerce-orders-table__cell-order-actions a {
width: 100%;
display: inline-block;
text-align: center;
}
.woocommerce-EditAccountForm fieldset {
margin-bottom: 2em;
}  .col2-set {
width: 100%;
}
.col2-set .col-1 {
float: left;
width: 48%;
}
.col2-set .col-2 {
float: right;
width: 48%;
}
img {
height: auto;
max-width: 100%;
}
div.product form.cart .reset_variations,
form .form-row label.hidden {
visibility: hidden;
} form fieldset {
padding: 2em;
border: 1px solid rgba(0,0,0,.1);
}
form .form-row {
margin: 0 0 1em;
}
form input[type="submit"].button {
text-align: center;
}
form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity .5s .5s ease;
-moz-transition: opacity .5s .5s ease;
transition: opacity .5s .5s ease;
opacity: 0;
}
form .form-row label {
display: block;
margin-bottom: .5em;
}
form .form-row label.inline,
form .form-row label.checkbox {
display: inline;
margin-bottom: 0;
}
form .form-row select {
cursor: pointer;
margin: 0;
}
form .form-row .select2-container {
line-height: 2.5em;
}
.rtlform .form-row .select2-container {
text-align: right;
}
form .form-row .select2-container .select2-choice {
padding-left: 1em;
height: 3.2em;
line-height: 3.2em;
}
.rtlform .form-row .select2-container .select2-choice {
padding-left: 0;
padding-right: 1em;
}
form .form-row .required {
color: red;
font-weight: 700;
border: 0;
}
form .form-row .input-checkbox {
margin: 0 8px 0 0;
vertical-align: middle;
width: auto;
display: inline;
}
form .form-row textarea {
height: 5em;
display: block;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
border-color: #a00;
}
form .form-row.woocommerce-validated .select2-container,
form .form-row.woocommerce-validated input.input-text,
form .form-row.woocommerce-validated select {
border-color: #69bf29;
}
form .form-row::-webkit-input-placeholder {
line-height: normal;
}
form .form-row:-moz-placeholder {
line-height: normal;
}
form .form-row:-ms-input-placeholder {
line-height: normal;
} .blockUI.blockOverlay {
position: relative;
}
.blockUI.blockOverlay:before,
.loader:before {
content: "";
height: 1em;
width: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -.5em;
margin-top: -.5em;
display: block;
-webkit-animation: spin 1s ease-in-out infinite;
-moz-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
background-size: cover;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0,0,0,.75);
} .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
padding: 1em 1em 1em 3em;
margin: 0 0 2em;
position: relative;
color: inherit;
list-style: none !important;
width: auto;
word-wrap: break-word;
background-color: rgba(0,0,0,.07);
border-top: 4px solid;
border-color: rgba(0,0,0,.07);
}
.btDarkSkin .woocommerce-error,
.btLightSkin .btDarkSkin .woocommerce-error,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-error,
.btDarkSkin .woocommerce-info,
.btLightSkin .btDarkSkin .woocommerce-info,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-info,
.btDarkSkin .woocommerce-message,
.btLightSkin .btDarkSkin .woocommerce-message,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-message {
border-top: 4px solid #ee5b54;
background-color: rgba(255,255,255,.1);
}
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
color: #ee5b54;
text-decoration: underline;
}
.woocommerce-error {
border-top-color: #b81c23;
}
.woocommerce-error a {
color: #b81c23;
}
.woocommerce-info a:hover,
.woocommerce-message a:hover {
text-decoration: none;
}
.woocommerce-error a:hover {
color: #fff;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
font-family: Icon7Stroke;
font-size: 1.5em;
font-weight: 400;
position: absolute;
left: .5em;
}
.woocommerce-message:before,
.woocommerce-info:before {
content: "\e647";
color: #ee5b54;
}
.woocommerce-error:before {
content: '\e67b';
color: #b81c23;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
float: right;
border: none !important;
padding: .5em 1.5em !important;
line-height: inherit !important;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
list-style: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
small.note {
display: block;
color: #777;
font-size: .857em;
margin-top: 10px;
}
.woocommerce-breadcrumb {
margin: 0 0 1em;
padding: 0;
font-size: .92em;
}
.woocommerce-breadcrumb a {
color: inherit;
}
.woocommerce-breadcrumb:after,
.woocommerce-breadcrumb:before {
content: " ";
display: table;
} .wc-credit-card-form-card-cvc.visa,
.wc-credit-card-form-card-expiry.visa,
.wc-credit-card-form-card-number.visa {
background-image: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png);
}
.wc-credit-card-form-card-cvc.mastercard,
.wc-credit-card-form-card-expiry.mastercard,
.wc-credit-card-form-card-number.mastercard {
background-image: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png);
}
.wc-credit-card-form-card-cvc.laser,
.wc-credit-card-form-card-expiry.laser,
.wc-credit-card-form-card-number.laser {
background-image: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png);
}
.wc-credit-card-form-card-cvc.dinersclub,
.wc-credit-card-form-card-expiry.dinersclub,
.wc-credit-card-form-card-number.dinersclub {
background-image: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png);
}
.wc-credit-card-form-card-cvc.maestro,
.wc-credit-card-form-card-expiry.maestro,
.wc-credit-card-form-card-number.maestro {
background-image: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png);
}
.wc-credit-card-form-card-cvc.jcb,
.wc-credit-card-form-card-expiry.jcb,
.wc-credit-card-form-card-number.jcb {
background-image: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png);
}
.wc-credit-card-form-card-cvc.amex,
.wc-credit-card-form-card-expiry.amex,
.wc-credit-card-form-card-number.amex {
background-image: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png);
}
.wc-credit-card-form-card-cvc.discover,
.wc-credit-card-form-card-expiry.discover,
.wc-credit-card-form-card-number.discover {
background-image: url(//baharidea.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png);
} .products > h1,
.products > h2,
.products > h3,
.products > h4,
.products > h5,
.products > h6,
.products > h7,
.products > h8,
div.bt_bb_tab_content > h1,
div.bt_bb_tab_content > h2,
div.bt_bb_tab_content > h3,
div.bt_bb_tab_content > h4,
div.bt_bb_tab_content > h5,
div.bt_bb_tab_content > h6,
div.bt_bb_tab_content > h7,
div.bt_bb_tab_content > h8,
.cross-sells > h1,
.cross-sells > h2,
.cross-sells > h3,
.cross-sells > h4,
.cross-sells > h5,
.cross-sells > h6,
.cross-sells > h7,
.cross-sells > h8,
.comment-respond > h1,
.comment-respond > h2,
.comment-respond > h3,
.comment-respond > h4,
.comment-respond > h5,
.comment-respond > h6,
.comment-respond > h7,
.comment-respond > h8,
section.related.products > h1,
section.related.products > h2,
section.related.products > h3,
section.related.products > h4,
section.related.products > h5,
section.related.products > h6,
section.related.products > h7,
section.related.products > h8,
div.cart_totals > h1,
div.cart_totals > h2,
div.cart_totals > h3,
div.cart_totals > h4,
div.cart_totals > h5,
div.cart_totals > h6,
div.cart_totals > h7,
div.cart_totals > h8,
div.woocommerce-billing-fields > h1,
div.woocommerce-billing-fields > h2,
div.woocommerce-billing-fields > h3,
div.woocommerce-billing-fields > h4,
div.woocommerce-billing-fields > h5,
div.woocommerce-billing-fields > h6,
div.woocommerce-billing-fields > h7,
div.woocommerce-billing-fields > h8,
div.woocommerce-additional-fields > h1,
div.woocommerce-additional-fields > h2,
div.woocommerce-additional-fields > h3,
div.woocommerce-additional-fields > h4,
div.woocommerce-additional-fields > h5,
div.woocommerce-additional-fields > h6,
div.woocommerce-additional-fields > h7,
div.woocommerce-additional-fields > h8,
div.woocommerce-shipping-fields > h1,
div.woocommerce-shipping-fields > h2,
div.woocommerce-shipping-fields > h3,
div.woocommerce-shipping-fields > h4,
div.woocommerce-shipping-fields > h5,
div.woocommerce-shipping-fields > h6,
div.woocommerce-shipping-fields > h7,
div.woocommerce-shipping-fields > h8,
form.woocommerce-checkout > h1,
form.woocommerce-checkout > h2,
form.woocommerce-checkout > h3,
form.woocommerce-checkout > h4,
form.woocommerce-checkout > h5,
form.woocommerce-checkout > h6,
form.woocommerce-checkout > h7,
form.woocommerce-checkout > h8,
div.woocommerce-MyAccount-content > h1,
div.woocommerce-MyAccount-content > h2,
div.woocommerce-MyAccount-content > h3,
div.woocommerce-MyAccount-content > h4,
div.woocommerce-MyAccount-content > h5,
div.woocommerce-MyAccount-content > h6,
div.woocommerce-MyAccount-content > h7,
div.woocommerce-MyAccount-content > h8,
div.woocommerce-MyAccount-content header > h1,
div.woocommerce-MyAccount-content header > h2,
div.woocommerce-MyAccount-content header > h3,
div.woocommerce-MyAccount-content header > h4,
div.woocommerce-MyAccount-content header > h5,
div.woocommerce-MyAccount-content header > h6,
div.woocommerce-MyAccount-content header > h7,
div.woocommerce-MyAccount-content header > h8,
div.woocommerce-MyAccount-content form > h1,
div.woocommerce-MyAccount-content form > h2,
div.woocommerce-MyAccount-content form > h3,
div.woocommerce-MyAccount-content form > h4,
div.woocommerce-MyAccount-content form > h5,
div.woocommerce-MyAccount-content form > h6,
div.woocommerce-MyAccount-content form > h7,
div.woocommerce-MyAccount-content form > h8,
.woocommerce-customer-details > h1,
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3,
.woocommerce-customer-details > h4,
.woocommerce-customer-details > h5,
.woocommerce-customer-details > h6,
.woocommerce-customer-details > h7,
.woocommerce-customer-details > h8,
.woocommerce-order-details > h1,
.woocommerce-order-details > h2,
.woocommerce-order-details > h3,
.woocommerce-order-details > h4,
.woocommerce-order-details > h5,
.woocommerce-order-details > h6,
.woocommerce-order-details > h7,
.woocommerce-order-details > h8 {
margin: 0 0 1em;
padding: 0;
font-size: 1.4em;
}
.products select,
div.bt_bb_tab_content select,
.cross-sells select,
.comment-respond select,
section.related.products select,
div.cart_totals select,
div.woocommerce-billing-fields select,
div.woocommerce-additional-fields select,
div.woocommerce-shipping-fields select,
form.woocommerce-checkout select,
div.woocommerce-MyAccount-content select,
div.woocommerce-MyAccount-content header select,
div.woocommerce-MyAccount-content form select,
.woocommerce-customer-details select,
.woocommerce-order-details select {
-moz-appearance: none;
line-height: 1em;
} .woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type="submit"],
.woocommerce .btContent input[type="submit"],
.woocommerce-page .btSidebar input[type="submit"],
.woocommerce-page .btContent input[type="submit"],
.woocommerce .btSidebar button[type="submit"],
.woocommerce .btContent button[type="submit"],
.woocommerce-page .btSidebar button[type="submit"],
.woocommerce-page .btContent button[type="submit"],
.woocommerce .btSidebar input.button,
.woocommerce .btContent input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .btContent input.button,
.woocommerce .btSidebar input.alt:hover,
.woocommerce .btContent input.alt:hover,
.woocommerce-page .btSidebar input.alt:hover,
.woocommerce-page .btContent input.alt:hover,
.woocommerce .btSidebar a.button.alt:hover,
.woocommerce .btContent a.button.alt:hover,
.woocommerce-page .btSidebar a.button.alt:hover,
.woocommerce-page .btContent a.button.alt:hover,
.woocommerce .btSidebar .button.alt:hover,
.woocommerce .btContent .button.alt:hover,
.woocommerce-page .btSidebar .button.alt:hover,
.woocommerce-page .btContent .button.alt:hover,
.woocommerce .btSidebar button.alt:hover,
.woocommerce .btContent button.alt:hover,
.woocommerce-page .btSidebar button.alt:hover,
.woocommerce-page .btContent button.alt:hover,
div.woocommerce a.button,
div.woocommerce input[type="submit"],
div.woocommerce button[type="submit"],
div.woocommerce input.button,
div.woocommerce input.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce .button.alt:hover,
div.woocommerce button.alt:hover {
line-height: 1;
text-transform: uppercase;
font-weight: 600;
letter-spacing: .5px;
padding: 1em 2em;
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
cursor: pointer;
position: relative;
background-color: transparent;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btHardRoundedButtons.woocommerce .btSidebar a.button,
.btHardRoundedButtons.woocommerce .btContent a.button,
.btHardRoundedButtons.woocommerce-page .btSidebar a.button,
.btHardRoundedButtons.woocommerce-page .btContent a.button,
.btHardRoundedButtons.woocommerce .btSidebar input[type="submit"],
.btHardRoundedButtons.woocommerce .btContent input[type="submit"],
.btHardRoundedButtons.woocommerce-page .btSidebar input[type="submit"],
.btHardRoundedButtons.woocommerce-page .btContent input[type="submit"],
.btHardRoundedButtons.woocommerce .btSidebar button[type="submit"],
.btHardRoundedButtons.woocommerce .btContent button[type="submit"],
.btHardRoundedButtons.woocommerce-page .btSidebar button[type="submit"],
.btHardRoundedButtons.woocommerce-page .btContent button[type="submit"],
.btHardRoundedButtons.woocommerce .btSidebar input.button,
.btHardRoundedButtons.woocommerce .btContent input.button,
.btHardRoundedButtons.woocommerce-page .btSidebar input.button,
.btHardRoundedButtons.woocommerce-page .btContent input.button,
.btHardRoundedButtons.woocommerce .btSidebar input.alt:hover,
.btHardRoundedButtons.woocommerce .btContent input.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent input.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar .button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent .button.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce a.button,
.btHardRoundedButtonsdiv.woocommerce input[type="submit"],
.btHardRoundedButtonsdiv.woocommerce button[type="submit"],
.btHardRoundedButtonsdiv.woocommerce input.button,
.btHardRoundedButtonsdiv.woocommerce input.alt:hover,
.btHardRoundedButtonsdiv.woocommerce a.button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce .button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce button.alt:hover {
border-radius: 50px;
}
.btSoftRoundedButtons.woocommerce .btSidebar a.button,
.btSoftRoundedButtons.woocommerce .btContent a.button,
.btSoftRoundedButtons.woocommerce-page .btSidebar a.button,
.btSoftRoundedButtons.woocommerce-page .btContent a.button,
.btSoftRoundedButtons.woocommerce .btSidebar input[type="submit"],
.btSoftRoundedButtons.woocommerce .btContent input[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btSidebar input[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btContent input[type="submit"],
.btSoftRoundedButtons.woocommerce .btSidebar button[type="submit"],
.btSoftRoundedButtons.woocommerce .btContent button[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btSidebar button[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btContent button[type="submit"],
.btSoftRoundedButtons.woocommerce .btSidebar input.button,
.btSoftRoundedButtons.woocommerce .btContent input.button,
.btSoftRoundedButtons.woocommerce-page .btSidebar input.button,
.btSoftRoundedButtons.woocommerce-page .btContent input.button,
.btSoftRoundedButtons.woocommerce .btSidebar input.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent input.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent input.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar .button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent .button.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce a.button,
.btSoftRoundedButtonsdiv.woocommerce input[type="submit"],
.btSoftRoundedButtonsdiv.woocommerce button[type="submit"],
.btSoftRoundedButtonsdiv.woocommerce input.button,
.btSoftRoundedButtonsdiv.woocommerce input.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce a.button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce .button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce button.alt:hover {
border-radius: 10px;
}
.woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type="submit"],
.woocommerce .btContent input[type="submit"],
.woocommerce-page .btSidebar input[type="submit"],
.woocommerce-page .btContent input[type="submit"],
.woocommerce .btSidebar button[type="submit"],
.woocommerce .btContent button[type="submit"],
.woocommerce-page .btSidebar button[type="submit"],
.woocommerce-page .btContent button[type="submit"],
.woocommerce .btSidebar input.button,
.woocommerce .btContent input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .btContent input.button,
.woocommerce .btSidebar input.alt:hover,
.woocommerce .btContent input.alt:hover,
.woocommerce-page .btSidebar input.alt:hover,
.woocommerce-page .btContent input.alt:hover,
.woocommerce .btSidebar a.button.alt:hover,
.woocommerce .btContent a.button.alt:hover,
.woocommerce-page .btSidebar a.button.alt:hover,
.woocommerce-page .btContent a.button.alt:hover,
.woocommerce .btSidebar .button.alt:hover,
.woocommerce .btContent .button.alt:hover,
.woocommerce-page .btSidebar .button.alt:hover,
.woocommerce-page .btContent .button.alt:hover,
.woocommerce .btSidebar button.alt:hover,
.woocommerce .btContent button.alt:hover,
.woocommerce-page .btSidebar button.alt:hover,
.woocommerce-page .btContent button.alt:hover,
div.woocommerce a.button,
div.woocommerce input[type="submit"],
div.woocommerce button[type="submit"],
div.woocommerce input.button,
div.woocommerce input.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce .button.alt:hover,
div.woocommerce button.alt:hover {
border: none;
color: #fff;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
background: transparent;
position: relative;
}
.woocommerce .btSidebar a.button:hover,
.woocommerce .btContent a.button:hover,
.woocommerce-page .btSidebar a.button:hover,
.woocommerce-page .btContent a.button:hover,
.woocommerce .btSidebar input[type="submit"]:hover,
.woocommerce .btContent input[type="submit"]:hover,
.woocommerce-page .btSidebar input[type="submit"]:hover,
.woocommerce-page .btContent input[type="submit"]:hover,
.woocommerce .btSidebar button[type="submit"]:hover,
.woocommerce .btContent button[type="submit"]:hover,
.woocommerce-page .btSidebar button[type="submit"]:hover,
.woocommerce-page .btContent button[type="submit"]:hover,
.woocommerce .btSidebar input.button:hover,
.woocommerce .btContent input.button:hover,
.woocommerce-page .btSidebar input.button:hover,
.woocommerce-page .btContent input.button:hover,
.woocommerce .btSidebar input.alt,
.woocommerce .btContent input.alt,
.woocommerce-page .btSidebar input.alt,
.woocommerce-page .btContent input.alt,
.woocommerce .btSidebar a.button.alt,
.woocommerce .btContent a.button.alt,
.woocommerce-page .btSidebar a.button.alt,
.woocommerce-page .btContent a.button.alt,
.woocommerce .btSidebar .button.alt,
.woocommerce .btContent .button.alt,
.woocommerce-page .btSidebar .button.alt,
.woocommerce-page .btContent .button.alt,
.woocommerce .btSidebar button.alt,
.woocommerce .btContent button.alt,
.woocommerce-page .btSidebar button.alt,
.woocommerce-page .btContent button.alt,
div.woocommerce a.button:hover,
div.woocommerce input[type="submit"]:hover,
div.woocommerce button[type="submit"]:hover,
div.woocommerce input.button:hover,
div.woocommerce input.alt,
div.woocommerce a.button.alt,
div.woocommerce .button.alt,
div.woocommerce button.alt {
border: none;
color: #ee5b54;
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
}
.woocommerce .btSidebar a.checkout-button,
.woocommerce .btContent a.checkout-button,
.woocommerce-page .btSidebar a.checkout-button,
.woocommerce-page .btContent a.checkout-button,
.woocommerce .btSidebar input#place_order,
.woocommerce .btContent input#place_order,
.woocommerce-page .btSidebar input#place_order,
.woocommerce-page .btContent input#place_order,
.woocommerce .btSidebar input[name="save_address"],
.woocommerce .btContent input[name="save_address"],
.woocommerce-page .btSidebar input[name="save_address"],
.woocommerce-page .btContent input[name="save_address"],
div.woocommerce a.checkout-button,
div.woocommerce input#place_order,
div.woocommerce input[name="save_address"] {
width: 100%;
float: none;
display: block;
text-align: center !important;
} span.btNoStarRating {
display: none;
}
.star-rating:before {
content: "\f005\f005\f005\f005\f005";
letter-spacing: 3px;
opacity: .2;
}
.star-rating {
overflow: hidden;
position: relative;
line-height: 1;
font-family: FontAwesome;
margin: 0;
display: inline-block;
}
.star-rating .rating {
display: none;
}
.star-rating span {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
}
.rtl .star-rating span {
left: auto;
right: 0;
}
.star-rating span:before {
content: "\f005\f005\f005\f005\f005";
letter-spacing: 3px;
color: #ee5b54;
}
.header.large .star-rating {
line-height: inherit;
margin-top: 2px;
}
.widget_recent_reviews .star-rating {
font-size: 12px;
}
.products .star-rating {
margin: 0;
}
.widget_recent_reviews li a:after,
.widget_recent_reviews .reviewer:after {
display: table;
content: ' ';
} p.stars {
position: relative;
letter-spacing: .25em;
margin-bottom: 3em;
}
p.stars a {
display: inline-block;
font-weight: 700;
text-indent: -9999px;
border-bottom: 0 !important;
outline: 0;
position: absolute;
top: 0;
left: 0;
}
.rtl p.stars a {
left: auto;
right: 0;
}
p.stars a:last-child {
border-right: 0;
}
p.stars a[class^="star-"]:after {
font-family: FontAwesome;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
color: rgba(0,0,0,.1);
}
.rtl p.stars a[class^="star-"]:after {
left: auto;
right: 0;
}
p.stars a[class^="star-"].active:after,
p.stars a[class^="star-"]:hover:after {
color: #ee5b54;
}
p.stars a.star-1 {
width: 1em;
z-index: 10;
}
p.stars a.star-1:after {
content: "\f005";
}
p.stars a.star-2 {
width: 2em;
z-index: 9;
}
p.stars a.star-2:after {
content: "\f005\f005";
}
p.stars a.star-3 {
width: 3em;
z-index: 8;
}
p.stars a.star-3:after {
content: "\f005\f005\f005";
}
p.stars a.star-4 {
width: 4em;
z-index: 7;
}
p.stars a.star-4:after {
content: "\f005\f005\f005\f005";
}
p.stars a.star-5 {
width: 5em;
border: 0;
z-index: 6;
}
p.stars a.star-5:after {
content: "\f005\f005\f005\f005\f005";
} #review_form .comment-form .form-submit input[type="submit"] {
width: auto;
margin: 0 auto;
padding: 1em 2em;
}
#review_form .comment-form .comment-form-cookies-consent label {
padding-left: .5em;
} .woocommerce .select2-container--default .select2-selection--single {
height: 3.2rem;
border: 1px solid rgba(0,0,0,.1);
padding: 0 1em;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.btHardRoundedButtons .woocommerce .select2-container--default .select2-selection--single {
border-radius: 50px;
}
.btSoftRoundedButtons .woocommerce .select2-container--default .select2-selection--single {
border-radius: 10px;
}
.btDarkSkin .woocommerce .select2-container--default .select2-selection--single,
.btLightSkin .btDarkSkin .woocommerce .select2-container--default .select2-selection--single,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce .select2-container--default .select2-selection--single {
background-color: transparent;
color: white;
border: 1px solid rgba(255,255,255,.5);
}
.woocommerce .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
padding-right: 0;
line-height: 3;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before {
content: '\e92d';
font-family: Dripicons;
font-size: .8em;
font-weight: 900;
display: block;
float: right;
padding-right: 1.5em;
padding-top: .4em;
-webkit-transition: 150ms ease transform,150ms ease color;
-moz-transition: 150ms ease transform,150ms ease color;
transition: 150ms ease transform,150ms ease color;
opacity: .5;
}
.rtl .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before {
float: left;
padding-right: 0;
padding-left: .5em;
}
.woocommerce .select2-container--open .select2-selection--single .select2-selection__arrow:before {
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
}
.btDarkSkin .select2-dropdown,
.btLightSkin .btDarkSkin .select2-dropdown,
.btDarkSkin.btLightSkin .btDarkSkin .select2-dropdown {
background-color: #181818;
color: #fff;
}
.btDarkSkin .select2-container--default .select2-results__option[aria-selected=true],
.btLightSkin .btDarkSkin .select2-container--default .select2-results__option[aria-selected=true],
.btDarkSkin.btLightSkin .btDarkSkin .select2-container--default .select2-results__option[aria-selected=true],
.btDarkSkin .select2-container--default .select2-results__option[data-selected=true],
.btLightSkin .btDarkSkin .select2-container--default .select2-results__option[data-selected=true],
.btDarkSkin.btLightSkin .btDarkSkin .select2-container--default .select2-results__option[data-selected=true] {
background-color: #ee5b54 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #ee5b54;
} .woocommerce-terms-and-conditions-wrapper {
padding-bottom: 1em;
} .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],
.woocommerce-page .btSidebar .widget_product_search button[type="submit"] {
-webkit-box-shadow: none;
box-shadow: none;
}
.btHardRoundedButtons .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],
.btHardRoundedButtons .woocommerce-page .btSidebar .widget_product_search button[type="submit"] {
border-radius: 50px;
}
.btSoftRoundedButtons .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],
.btSoftRoundedButtons .woocommerce-page .btSidebar .widget_product_search button[type="submit"] {
border-radius: 0 10px 10px 0 !important;
} .pswp__bg {
background: rgba(0,0,0,.2);
}
.pswp {
z-index: 20000;
} .woocommerce-page ul.products.columns-2 li.product {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce-page ul.products.columns-4 li.product {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.woocommerce-page ul.products.columns-5 li.product {
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.woocommerce-page ul.products.columns-6 li.product {
-webkit-flex: 0 0 16.6666%;
-ms-flex: 0 0 16.6666%;
flex: 0 0 16.6666%;
max-width: 16.6666%;
} .btQuoteBooking .btContactNext {
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
letter-spacing: .5px;
color: #ee5b54;
border-radius: 0;
border: none;
background-color: transparent;
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
}
.btHardRoundedButtons .btQuoteBooking .btContactNext {
border-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btContactNext {
border-radius: 10px;
}
.btQuoteBooking .btContactNext:hover {
color: #fff;
background-color: transparent;
border: none;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
}
.btQuoteBooking .btQuoteSlider {
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteSlider {
border-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteSlider {
border-radius: 10px;
}
.btLightSkin .btQuoteBooking .btQuoteSlider,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider {
background-color: transparent;
border: 1px solid rgba(0,0,0,.1);
color: #181818;
}
.btDarkSkin .btQuoteBooking .btQuoteSlider,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider {
background-color: transparent;
border: 1px solid rgba(255,255,255,.5);
color: #fff;
}
.bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSlider::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSlider::-webkit-input-placeholder {
color: rgba(0,0,0,.1);
}
.btLightSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch {
border: 1px solid rgba(255,255,255,.5);
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
background: rgba(0,0,0,.1);
}
.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
background: rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
background: rgba(255,255,255,.5);
}
.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
background: #ee5b54;
}
.btQuoteBooking input[type="text"],
.btQuoteBooking input[type="email"],
.btQuoteBooking input[type="password"],
.btQuoteBooking .btQuoteBooking textarea,
.btQuoteBooking .fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
height: 3.2em;
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking input[type="text"],
.btHardRoundedButtons .btQuoteBooking input[type="email"],
.btHardRoundedButtons .btQuoteBooking input[type="password"],
.btHardRoundedButtons .btQuoteBooking .btQuoteBooking textarea,
.btHardRoundedButtons .btQuoteBooking .fancy-select .trigger,
.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btHardRoundedButtons .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
border-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking input[type="text"],
.btSoftRoundedButtons .btQuoteBooking input[type="email"],
.btSoftRoundedButtons .btQuoteBooking input[type="password"],
.btSoftRoundedButtons .btQuoteBooking .btQuoteBooking textarea,
.btSoftRoundedButtons .btQuoteBooking .fancy-select .trigger,
.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btSoftRoundedButtons .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
border-radius: 10px;
}
.btQuoteBooking input[type="text"]:focus,
.btQuoteBooking input[type="email"]:focus,
.btQuoteBooking input[type="password"]:focus,
.btQuoteBooking .btQuoteBooking textarea:focus,
.btQuoteBooking .fancy-select .trigger:focus,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText:focus {
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
}
.btLightSkin .btQuoteBooking input[type="text"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"],
.btLightSkin .btQuoteBooking input[type="email"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"],
.btLightSkin .btQuoteBooking input[type="password"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"],
.btLightSkin .btQuoteBooking .btQuoteBooking textarea,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea,
.btLightSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
background-color: transparent;
border: 1px solid rgba(0,0,0,.1);
color: #181818;
-webkit-box-shadow: none;
box-shadow: none;
}
.btLightSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText:focus {
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
}
.btDarkSkin .btQuoteBooking input[type="text"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"],
.btDarkSkin .btQuoteBooking input[type="email"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"],
.btDarkSkin .btQuoteBooking input[type="password"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"],
.btDarkSkin .btQuoteBooking .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea,
.btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
background-color: transparent;
border: 1px solid rgba(255,255,255,.5);
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText:focus {
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
}
.btQuoteBooking .btQuoteItem textarea {
-webkit-box-shadow: none;
box-shadow: none;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteItem textarea {
border-radius: 10px;
}
.btQuoteBooking .btQuoteItem textarea:focus {
border: 1px solid rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}
.btQuoteBooking .btQuoteItem textarea:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.btQuoteBooking .btQuoteItem {
padding: 0 0 0 160px;
}
.btQuoteBooking .btQuoteItem label {
width: 160px;
margin: 8px 0 0 -160px;
font-size: .8em;
font-weight: 500;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.btQuoteBooking .ddTitleText span {
padding: 0 1.5em;
}
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
}
.btQuoteBooking .ddTitle .arrow:before {
content: '\e92d';
font-family: Dripicons;
border: none;
font-size: .8em;
height: 2em;
width: 2em;
line-height: 2;
top: -.8em;
position: absolute;
left: -2em;
opacity: .5;
font-weight: 900;
-webkit-transition: 150ms ease transform,150ms ease color;
-moz-transition: 150ms ease transform,150ms ease color;
transition: 150ms ease transform,150ms ease color;
}
.btQuoteBooking .borderRadiusTp .ddTitle .arrow:before {
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
}
.btQuoteBooking .ddChild ul li span {
padding: 0 1.5em;
}
.btLightSkin .btQuoteBooking .btQuoteWrapper:before,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteWrapper:before {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteBooking .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper:before,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper:before {
border: 1px solid rgba(255,255,255,.5);
}
.btQuoteBooking .ui-slider .ui-slider-handle {
background: #ee5b54;
}
.btQuoteBooking .btQuoteSliderValue {
color: #fff;
}
.bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSliderValue,
.bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSliderValue {
color: #181818;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
color: #fff;
background: #ee5b54;
font-size: 1em;
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
border-radius: 50px;
overflow: hidden;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
border-radius: 10px;
overflow: hidden;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc:not(.currencyAfter) {
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
overflow: hidden;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc:not(.currencyAfter) {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
overflow: hidden;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc:not(.currencyAfter) {
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc.currencyAfter {
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
overflow: hidden;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc.currencyAfter {
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
overflow: hidden;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
padding: 5px 3px 5px 20px;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency:not(.currencyAfter) {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
overflow: hidden;
}
.rtl.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency:not(.currencyAfter) {
border-radius: 0;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency:not(.currencyAfter) {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
overflow: hidden;
}
.rtl.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency:not(.currencyAfter) {
border-radius: 0;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
overflow: hidden;
}
.rtl.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
border-radius: 0;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
overflow: hidden;
}
.rtl.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
border-radius: 0;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
padding: 5px 20px 5px 3px;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset !important;
box-shadow: 0 0 0 1px #ee5b54 inset !important;
border-color: #ee5b54 !important;
}
.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
border-color: rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1) !important;
box-shadow: 0 0 4px 0 rgba(0,0,0,.1) !important;
}
.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
border-color: rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1) !important;
box-shadow: 0 0 4px 0 rgba(0,0,0,.1) !important;
}
.btQuoteBooking .btQuoteContact .btQuoteItem.btContactFieldMandatory.btContactFieldError textarea.btContactMessage {
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset !important;
box-shadow: 0 0 0 1px #ee5b54 inset !important;
border-color: #ee5b54 !important;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
-webkit-box-shadow: 0 0 0 2px #ee5b54 inset;
box-shadow: 0 0 0 2px #ee5b54 inset;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
-webkit-box-shadow: 0 0 0 2px #181818 inset !important;
box-shadow: 0 0 0 2px #181818 inset !important;
}
.btQuoteBooking .btSubmitMessage {
color: #ee5b54;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1) !important;
box-shadow: 0 0 4px 0 rgba(0,0,0,.1) !important;
border: 1px solid rgba(0,0,0,.3);
}
.btQuoteBooking .btContactSubmit {
line-height: inherit;
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
letter-spacing: .5px;
-webkit-box-shadow: 0 0 0 3em #ee5b54 inset;
box-shadow: 0 0 0 3em #ee5b54 inset;
background-color: transparent;
color: #fff;
}
.btQuoteBooking .btContactSubmit:hover {
color: #ee5b54;
-webkit-box-shadow: 0 0 0 1px #ee5b54 inset;
box-shadow: 0 0 0 1px #ee5b54 inset;
background-color: transparent;
}
.btQuoteBooking .btContactMessage {
background-color: transparent;
}
.btQuoteBooking .btTotalNextWrapper {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: auto !important;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding-right: 0 !important;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: initial;
}
.btQuoteBooking .btTotalNextWrapper:after {
display: none;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
padding-right: 0 !important;
}
.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
-webkit-flex: 0 0 160px;
-ms-flex: 0 0 160px;
flex: 0 0 160px;
width: 160px;
max-width: 160px;
}
.btQuoteBooking .btQuoteBookingForm .boldBtn {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex: 0 1 0;
-ms-flex: 0 1 0;
flex: 0 1 0;
float: none;
margin-right: 0 !important;
margin-left: 0 !important;
width: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
max-width: 0;
}
.btQuoteBooking .btContactNext {
-webkit-transform: translate(160px,0);
-moz-transform: translate(160px,0);
-ms-transform: translate(160px,0);
transform: translate(160px,0);
}
.rtl .btQuoteBooking .btContactNext {
margin: 0 30px 0 0;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
float: none;
}
.btQuoteBooking .btQuoteTotalText {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.rtl .btQuoteBooking .btQuoteTotalText {
margin: 0 0 0 1em;
}
.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
margin: 0 -10px 0 -10px;
}
.btQuoteBooking .btPayPalButton {
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btPayPalButton {
border-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btPayPalButton {
border-radius: 10px;
}
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
border: 2px solid #ee5b54;
background: transparent;
border-radius: 2px;
} .btDatePicker .ui-datepicker-header {
background-color: #ee5b54;
} .bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected {
padding: 1em 1.5em .5em 1.5em;
}
.btHardRoundedButtons .bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected {
border-radius: 50px;
}
.btSoftRoundedButtons .bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected {
border-radius: 10px;
}
.bt_bb_cost_calculator .bt_bb_widget_select .bt_bb_widget_select_selected > div:first-child {
font-weight: 400;
}
.bt_bb_cost_calculator .bt_bb_widget_select_items {
padding: 0 1em;
}
.bt_bb_cost_calculator .bt_bb_widget_select_items > div[data-value] > div:first-child {
font-weight: 400;
}
.bt_bb_cost_calculator .bt_bb_cost_calculator_total {
background-color: #ee5b54;
}
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
background-color: #ee5b54;
}
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
background: rgba(0,0,0,.25);
} @media (max-width: 650px) {
.btQuoteBooking .btQuoteItem {
padding: 0 !important;
}
.btQuoteBooking .btQuoteItem label {
margin: 0 0 8px !important;
}
.btQuoteBooking .btTotalQuoteContactGroup.btActive {
padding: 0 1em;
}
}
@media (max-width: 480px) {
.btQuoteBooking .btTotalNextWrapper {
display: block !important;
}
.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,
.btQuoteBooking .btQuoteBookingForm .boldBtn {
max-width: 100% !important;
margin: 0 auto !important;
}
.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn button.btContactNext,
.btQuoteBooking .btQuoteBookingForm .boldBtn button.btContactNext {
padding: .5em;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
}
}
@media (max-width: 440px) {
.btQuoteBooking .btTotalNextWrapper {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,
.btQuoteBooking .btQuoteBookingForm .boldBtn {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
width: 100%;
max-width: 100%;
padding-top: 0;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,
.btQuoteBooking .btQuoteBookingForm .btContactNext {
width: 100%;
}
.btQuoteBooking .btQuoteBookingForm .btContactNext {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
}
}
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .bt_bb_organic_animation .item {
position: relative;
max-width: 100%;
margin: 0 0 0 auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
grid-column: span 2;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.bt_bb_organic_animation .item .item__svg {
position: relative;
display: block;
height: auto;
width: 100%;
margin: 0 auto;
}
.bt_bb_organic_animation .item .item__clippath,
.bt_bb_organic_animation .item .item__deco,
.bt_bb_organic_animation .item .item__img {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.bt_bb_organic_animation_fill.bt_bb_organic_animation .item .item__deco {
fill: #ffde39;
}
.bt_bb_organic_animation_fill_accent.bt_bb_organic_animation .item .item__deco {
fill: #ee5b54;
}
.bt_bb_organic_animation_fill_gray_transparent.bt_bb_organic_animation .item .item__deco {
fill: rgba(0,0,0,.1);
}
.bt_bb_organic_animation_stroke.bt_bb_organic_animation .item .item__deco,
.bt_bb_organic_animation_stroke_accent.bt_bb_organic_animation .item .item__deco,
.bt_bb_organic_animation_stroke_gray_transparent.bt_bb_organic_animation .item .item__deco {
fill: transparent;
stroke-width: 4px;
}
.bt_bb_organic_animation_stroke.bt_bb_organic_animation .item .item__deco {
stroke: #ffde39;
}
.bt_bb_organic_animation_stroke_accent.bt_bb_organic_animation .item .item__deco {
stroke: #ee5b54;
}
.bt_bb_organic_animation_stroke_gray_transparent.bt_bb_organic_animation .item .item__deco {
stroke: rgba(0,0,0,.2);
}
.bt_bb_organic_animation .item .item__meta {
position: absolute;
top: 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
}
.bt_bb_organic_animation .item .item__meta .item__number {
position: absolute;
top: 0;
width: 100%;
padding: 12.5% 0 0 3em;
letter-spacing: .5em;
text-transform: uppercase;
opacity: 0;
}
.bt_bb_organic_animation .item .item__meta .item__number:hover {
opacity: .1;
}
.bt_bb_organic_animation .item .item__meta .item__specimen {
font-size: 5em;
font-weight: 500;
line-height: .9;
vertical-align: text-bottom;
letter-spacing: -.025em;
}
.bt_bb_organic_animation .item .item__meta .item__reference {
font-size: 1.25em;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}
.bt_bb_organic_animation .item .item__meta .item__title {
font-size: 1.4em;
font-weight: 800;
width: 100%;
margin: 2em 0 0;
padding: 0;
text-align: center;
color: #fff;
}
.bt_bb_title_size_normal.bt_bb_organic_animation .item .item__meta .item__title {
font-size: 2em;
}
.bt_bb_title_size_large.bt_bb_organic_animation .item .item__meta .item__title {
font-size: 3.15em;
}
.btHeadingWeight_default .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 900;
}
.btHeadingWeight_black .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_organic_animation .item .item__meta .item__title {
font-weight: 100;
}
.bt_bb_organic_animation .item .item__meta .item__subtitle {
font-size: 1em;
font-family: "Roboto",Arial,Helvetica,sans-serif;
font-weight: 500;
width: 100%;
margin: .5em 0 0;
text-align: center;
opacity: 1;
color: #fff;
}
.bt_bb_title_size_normal.bt_bb_organic_animation .item .item__meta .item__subtitle {
font-size: 1.15em;
}
.bt_bb_title_size_large.bt_bb_organic_animation .item .item__meta .item__subtitle {
font-size: 1.3em;
}
.bt_bb_organic_animation .item .item__meta .item__button_text {
font-size: .735rem;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
letter-spacing: .5px;
width: 100%;
padding: 1em 0;
text-align: center;
opacity: 0;
}
.bt_bb_button_size_medium.bt_bb_organic_animation .item .item__meta .item__button_text {
font-size: .94rem;
}
.bt_bb_button_size_large.bt_bb_organic_animation .item .item__meta .item__button_text {
font-size: .94rem;
}
.bt_bb_organic_animation .item .item__meta .item__button_text a {
color: #fff;
background-color: transparent;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btSoftRoundedButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
border-radius: 10px;
}
.btHardRoundedButtons .bt_bb_organic_animation .item .item__meta .item__button_text a {
border-radius: 50px;
}
.bt_bb_organic_animation .item .item__meta .item__button_text a:after {
content: "\e90c";
font-family: Dripicons;
font-size: inherit;
font-weight: 400;
display: inline;
padding-left: .8em;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.bt_bb_organic_animation .item .item__meta .item__button_text a:hover {
color: #181818;
}
.bt_bb_style_outline.bt_bb_organic_animation .item .item__meta .item__button_text {
margin-top: 1em;
}
.bt_bb_style_outline.bt_bb_organic_animation .item .item__meta .item__button_text a {
color: #fff;
width: auto;
padding: 1.3em 2.5em;
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
}
.bt_bb_style_outline.bt_bb_organic_animation .item .item__meta .item__button_text a:hover {
color: #181818;
-webkit-box-shadow: 0 0 0 3em #fff inset;
box-shadow: 0 0 0 3em #fff inset;
}
.bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__button_text {
margin-top: 1em;
}
.bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__button_text a {
width: auto;
padding: 1.3em 2.5em;
color: #181818;
-webkit-box-shadow: 0 0 0 3em #fff inset;
box-shadow: 0 0 0 3em #fff inset;
}
.bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__button_text a:hover {
color: #fff;
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
}
.bt_bb_style_outline.bt_bb_button_size_medium.bt_bb_organic_animation .item .item__meta .item__button_text a,
.bt_bb_style_filled.bt_bb_button_size_medium.bt_bb_organic_animation .item .item__meta .item__button_text a {
padding: 1.2em 2.6em;
}
.bt_bb_style_outline.bt_bb_button_size_large.bt_bb_organic_animation .item .item__meta .item__button_text a,
.bt_bb_style_filled.bt_bb_button_size_large.bt_bb_organic_animation .item .item__meta .item__button_text a {
padding: 1.3em 4.1em;
}
@media (max-width: 780px) {
.bt_bb_organic_animation .item .item__meta .item__button_text {
opacity: 1 !important;
-webkit-transform: translateY(0%) !important;
-moz-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important;
}
}
@media (max-width: 480px) {
.bt_bb_title_size_large.bt_bb_organic_animation .item .item__meta .item__title {
font-size: 2em;
}
.bt_bb_style_filled.bt_bb_organic_animation .item .item__meta .item__button_text a {
-webkit-box-shadow: 0 0 0 0 #ee5b54 inset !important;
box-shadow: 0 0 0 0 #ee5b54 inset !important;
padding: 1em 0 !important;
}
} .bt_bb_floating_image {
position: absolute;
}
.bt_bb_floating_image_vertical_position_top.bt_bb_floating_image {
top: 0;
}
.bt_bb_floating_image_vertical_position_middle.bt_bb_floating_image {
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
bottom: auto;
}
.bt_bb_floating_image_vertical_position_bottom.bt_bb_floating_image {
bottom: 0;
}
.bt_bb_floating_image_horizontal_position_left.bt_bb_floating_image {
left: 0;
}
.bt_bb_floating_image_horizontal_position_center.bt_bb_floating_image {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.bt_bb_floating_image_horizontal_position_right.bt_bb_floating_image {
right: 0;
}
.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: transform 1200ms ease-out;
-moz-transition: transform 1200ms ease-out;
transition: transform 1200ms ease-out;
}
.bt_bb_floating_image_animation_style_ease_out.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition: transform 1200ms ease-out;
-moz-transition: transform 1200ms ease-out;
transition: transform 1200ms ease-out;
}
.bt_bb_floating_image_animation_style_ease_out_sine.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
-moz-transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
transition: transform 1200ms cubic-bezier(.390,.575,.565,1);
}
.bt_bb_floating_image_animation_style_ease_in.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition: transform 1200ms ease-in;
-moz-transition: transform 1200ms ease-in;
transition: transform 1200ms ease-in;
}
.bt_bb_floating_image_animation_style_ease_in_sine.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
-moz-transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
transition: transform 1200ms cubic-bezier(.470,0,.745,.715);
}
.bt_bb_floating_image_animation_style_ease_in_out.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition: transform 1200ms ease-in-out;
-moz-transition: transform 1200ms ease-in-out;
transition: transform 1200ms ease-in-out;
}
.bt_bb_floating_image_animation_style_ease_in_out_sine.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
-moz-transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
transition: transform 1200ms cubic-bezier(.445,.050,.550,.950);
}
.bt_bb_floating_image_animation_style_ease_in_out_back.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
-moz-transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
transition: transform 1200ms cubic-bezier(.680,-.550,.265,1.550);
}
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 2) {
-webkit-transition-duration: 1400ms;
-moz-transition-duration: 1400ms;
transition-duration: 1400ms;
}
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 3) {
-webkit-transition-duration: 1600ms;
-moz-transition-duration: 1600ms;
transition-duration: 1600ms;
}
.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n + 4) {
-webkit-transition-duration: 1800ms;
-moz-transition-duration: 1800ms;
transition-duration: 1800ms;
} .bt_bb_floating_image_animation_duration_0.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 0ms;
-moz-transition-duration: 0ms;
transition-duration: 0ms;
}
.bt_bb_floating_image_animation_duration_100.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 100ms;
-moz-transition-duration: 100ms;
transition-duration: 100ms;
}
.bt_bb_floating_image_animation_duration_200.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 200ms;
-moz-transition-duration: 200ms;
transition-duration: 200ms;
}
.bt_bb_floating_image_animation_duration_300.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
transition-duration: 300ms;
}
.bt_bb_floating_image_animation_duration_400.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 400ms;
-moz-transition-duration: 400ms;
transition-duration: 400ms;
}
.bt_bb_floating_image_animation_duration_500.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
transition-duration: 500ms;
}
.bt_bb_floating_image_animation_duration_600.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 600ms;
-moz-transition-duration: 600ms;
transition-duration: 600ms;
}
.bt_bb_floating_image_animation_duration_700.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 700ms;
-moz-transition-duration: 700ms;
transition-duration: 700ms;
}
.bt_bb_floating_image_animation_duration_800.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 800ms;
-moz-transition-duration: 800ms;
transition-duration: 800ms;
}
.bt_bb_floating_image_animation_duration_900.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 900ms;
-moz-transition-duration: 900ms;
transition-duration: 900ms;
}
.bt_bb_floating_image_animation_duration_1000.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1000ms;
-moz-transition-duration: 1000ms;
transition-duration: 1000ms;
}
.bt_bb_floating_image_animation_duration_1100.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1100ms;
-moz-transition-duration: 1100ms;
transition-duration: 1100ms;
}
.bt_bb_floating_image_animation_duration_1200.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1200ms;
-moz-transition-duration: 1200ms;
transition-duration: 1200ms;
}
.bt_bb_floating_image_animation_duration_1300.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1300ms;
-moz-transition-duration: 1300ms;
transition-duration: 1300ms;
}
.bt_bb_floating_image_animation_duration_1400.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1400ms;
-moz-transition-duration: 1400ms;
transition-duration: 1400ms;
}
.bt_bb_floating_image_animation_duration_1500.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1500ms;
-moz-transition-duration: 1500ms;
transition-duration: 1500ms;
}
.bt_bb_floating_image_animation_duration_1600.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1600ms;
-moz-transition-duration: 1600ms;
transition-duration: 1600ms;
}
.bt_bb_floating_image_animation_duration_1700.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1700ms;
-moz-transition-duration: 1700ms;
transition-duration: 1700ms;
}
.bt_bb_floating_image_animation_duration_1800.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1800ms;
-moz-transition-duration: 1800ms;
transition-duration: 1800ms;
}
.bt_bb_floating_image_animation_duration_1900.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 1900ms;
-moz-transition-duration: 1900ms;
transition-duration: 1900ms;
}
.bt_bb_floating_image_animation_duration_2000.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 2000ms;
-moz-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.bt_bb_floating_image_animation_duration_2500.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 2500ms;
-moz-transition-duration: 2500ms;
transition-duration: 2500ms;
}
.bt_bb_floating_image_animation_duration_3000.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 3000ms;
-moz-transition-duration: 3000ms;
transition-duration: 3000ms;
}
.bt_bb_floating_image_animation_duration_3500.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 3500ms;
-moz-transition-duration: 3500ms;
transition-duration: 3500ms;
}
.bt_bb_floating_image_animation_duration_4000.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 4000ms;
-moz-transition-duration: 4000ms;
transition-duration: 4000ms;
}
.bt_bb_floating_image_animation_duration_5000.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 5000ms;
-moz-transition-duration: 5000ms;
transition-duration: 5000ms;
}
.bt_bb_floating_image_animation_duration_6000.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-duration: 6000ms;
-moz-transition-duration: 6000ms;
transition-duration: 6000ms;
} .bt_bb_floating_image_animation_delay_0.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
transition-delay: 0ms;
}
.bt_bb_floating_image_animation_delay_100.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
transition-delay: 100ms;
}
.bt_bb_floating_image_animation_delay_200.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
transition-delay: 200ms;
}
.bt_bb_floating_image_animation_delay_300.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
transition-delay: 300ms;
}
.bt_bb_floating_image_animation_delay_400.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 400ms;
-moz-transition-delay: 400ms;
transition-delay: 400ms;
}
.bt_bb_floating_image_animation_delay_500.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 500ms;
-moz-transition-delay: 500ms;
transition-delay: 500ms;
}
.bt_bb_floating_image_animation_delay_600.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 600ms;
-moz-transition-delay: 600ms;
transition-delay: 600ms;
}
.bt_bb_floating_image_animation_delay_700.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 700ms;
-moz-transition-delay: 700ms;
transition-delay: 700ms;
}
.bt_bb_floating_image_animation_delay_800.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 800ms;
-moz-transition-delay: 800ms;
transition-delay: 800ms;
}
.bt_bb_floating_image_animation_delay_900.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 900ms;
-moz-transition-delay: 900ms;
transition-delay: 900ms;
}
.bt_bb_floating_image_animation_delay_1000.bt_bb_floating_image .bt_bb_floating_image_image {
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
transition-delay: 1000ms;
}
@media (max-width: 1399px) { .bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
font-size: 3.8rem;
}
.bt_bb_size_extrahuge.bt_bb_headline h1,
.bt_bb_size_extrahuge.bt_bb_headline h2,
.bt_bb_size_extrahuge.bt_bb_headline h3,
.bt_bb_size_extrahuge.bt_bb_headline h4,
.bt_bb_size_extrahuge.bt_bb_headline h5,
.bt_bb_size_extrahuge.bt_bb_headline h6 {
font-size: 5.12rem;
}
.bt_bb_size_extraextrahuge.bt_bb_headline h1,
.bt_bb_size_extraextrahuge.bt_bb_headline h2,
.bt_bb_size_extraextrahuge.bt_bb_headline h3,
.bt_bb_size_extraextrahuge.bt_bb_headline h4,
.bt_bb_size_extraextrahuge.bt_bb_headline h5,
.bt_bb_size_extraextrahuge.bt_bb_headline h6 {
font-size: 6.4rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: 1.1rem;
margin-bottom: .5em;
}
.bt_bb_size_extrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: 1.1rem;
margin-bottom: .5em;
}
.bt_bb_size_extraextrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: 1.1rem;
margin-bottom: .5em;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.2rem;
}
.bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.2rem;
}
.bt_bb_size_extraextrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.2rem;
}
}
@media (max-width: 1199px) { .bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
font-size: 3.15rem;
}
.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
font-size: 2.5rem;
}
.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
font-size: 2rem;
}
.bt_bb_size_extrahuge.bt_bb_headline h1,
.bt_bb_size_extrahuge.bt_bb_headline h2,
.bt_bb_size_extrahuge.bt_bb_headline h3,
.bt_bb_size_extrahuge.bt_bb_headline h4,
.bt_bb_size_extrahuge.bt_bb_headline h5,
.bt_bb_size_extrahuge.bt_bb_headline h6 {
font-size: 3.8rem;
}
.bt_bb_size_extraextrahuge.bt_bb_headline h1,
.bt_bb_size_extraextrahuge.bt_bb_headline h2,
.bt_bb_size_extraextrahuge.bt_bb_headline h3,
.bt_bb_size_extraextrahuge.bt_bb_headline h4,
.bt_bb_size_extraextrahuge.bt_bb_headline h5,
.bt_bb_size_extraextrahuge.bt_bb_headline h6 {
font-size: 5.12rem;
}
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: 1rem;
}
.bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .95rem;
}
.bt_bb_size_normal.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .8rem;
}
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.15rem;
}
.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.1rem;
}
.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1rem;
}
body {
font-size: 14px;
}
} @media (min-width: 1028px) {
.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop,
.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btSiteFooter {
-webkit-transition: none;
-moz-transition: none;
transition: none;
padding-left: 320px;
}
.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btContentWrap,
.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop,
.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btSiteFooter {
padding-left: 0;
padding-right: 320px;
}
.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .mainHeader {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop {
display: none;
}
.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btContentWrap,
.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop,
.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btSiteFooter {
-webkit-transition: none;
-moz-transition: none;
transition: none;
padding-right: 320px;
}
.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btContentWrap,
.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop,
.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btSiteFooter {
padding-right: 0;
padding-left: 320px;
}
.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .mainHeader {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop {
display: none;
}
}
@media (max-width: 360px) { .bt_bb_size_extraextrahuge.bt_bb_headline h1,
.bt_bb_size_extraextrahuge.bt_bb_headline h2,
.bt_bb_size_extraextrahuge.bt_bb_headline h3,
.bt_bb_size_extraextrahuge.bt_bb_headline h4,
.bt_bb_size_extraextrahuge.bt_bb_headline h5,
.bt_bb_size_extraextrahuge.bt_bb_headline h6 {
font-size: 3.8rem;
}
.bt_bb_size_extrahuge.bt_bb_headline h1,
.bt_bb_size_extrahuge.bt_bb_headline h2,
.bt_bb_size_extrahuge.bt_bb_headline h3,
.bt_bb_size_extrahuge.bt_bb_headline h4,
.bt_bb_size_extrahuge.bt_bb_headline h5,
.bt_bb_size_extrahuge.bt_bb_headline h6 {
font-size: 3.15rem;
}
.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
font-size: 3.15rem;
}
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
font-size: 2.5rem;
}
.bt_bb_size_extraextrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .7rem;
}
.bt_bb_size_extrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .7rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .7rem;
}
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .95rem;
}
.bt_bb_size_extraextrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.15rem;
}
.bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.15rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.15rem;
}
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.1rem;
}
body {
font-size: 13px;
} .btMenuVertical .mainHeader {
width: 260px;
}
.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(260px);
-moz-transform: translateX(260px);
-ms-transform: translateX(260px);
transform: translateX(260px);
}
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(-260px);
-moz-transform: translateX(-260px);
-ms-transform: translateX(-260px);
transform: translateX(-260px);
}
.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateX(260px) !important;
-moz-transform: translateX(260px) !important;
-ms-transform: translateX(260px) !important;
transform: translateX(260px) !important;
}
.btMenuVerticalRight.btMenuVerticalOn .btContentWrap {
-webkit-transform: translateX(-260px);
-moz-transform: translateX(-260px);
-ms-transform: translateX(-260px);
transform: translateX(-260px);
}
}
@media (max-width: 1199px) {
.widget_shopping_cart .buttons .button {
width: 100%;
}
.widget_shopping_cart .buttons .button.checkout {
margin-top: 10px;
}
}
@media (max-width: 992px) {
.col2-set .col-1,
.col2-set .col-2,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
float: none;
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
display: block;
width: 100%;
}
ul.products li.product {
-webkit-flex-basis: 50% !important;
flex-basis: 50% !important;
}
table.shop_table input[name="update_cart"] {
width: auto;
}
}
@media (max-width: 768px) {
div.product {
display: block;
}
div.product div.summary,
div.product div.images {
text-align: center;
margin-bottom: 2rem;
padding: 0;
max-width: 100%;
}
div.product div.summary .price {
text-align: center;
margin-bottom: 2rem;
max-width: 100%;
line-height: 1;
}
div.product form.cart {
text-align: center;
margin-bottom: 2rem;
}
}
@media (max-width: 620px) {
ul.products li.product {
-webkit-flex-basis: 100% !important;
flex-basis: 100% !important;
max-width: 100% !important;
}
table.shop_table_responsive {
display: block;
}
table.shop_table_responsive tbody th,
table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody {
display: block;
width: 100% !important;
}
table.shop_table_responsive tr,
table.shop_table_responsive th {
display: block;
width: 100% !important;
border-bottom: 1px solid #181818;
margin-bottom: 2em;
padding-bottom: 2em;
}
.btDarkSkin table.shop_table_responsive tr,
.btLightSkin .btDarkSkin table.shop_table_responsive tr,
.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive tr,
.btDarkSkin table.shop_table_responsive th,
.btLightSkin .btDarkSkin table.shop_table_responsive th,
.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive th {
border-bottom: 1px solid #fff;
}
table.shop_table_responsive tr td,
table.shop_table_responsive th td {
display: block;
width: 100% !important;
clear: left;
text-align: center !important;
word-break: break-word;
border: none;
padding: .5em 0 0;
}
table.shop_table_responsive tr td.product-remove,
table.shop_table_responsive th td.product-remove {
padding: .5em;
text-align: center;
}
table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):not(.actions):before,
table.shop_table_responsive th td:not(.product-remove):not(.product-thumbnail):not(.actions):before {
content: attr(data-title) ": ";
font-weight: 700;
}
table.shop_table_responsive tr td.product-thumbnail img,
table.shop_table_responsive th td.product-thumbnail img {
width: 100%;
}
.cart-collaterals {
display: block;
}
table.shop_table .coupon {
display: block;
padding-bottom: 1em;
}
table.shop_table .coupon input[name="coupon_code"] {
margin-bottom: 1em;
}
table.shop_table .coupon button {
width: auto;
}
table.shop_table input[name="update_cart"] {
margin-top: 1em;
float: none;
width: 100%;
}
.woocommerce-result-count {
width: 100%;
}
.woocommerce-ordering {
width: 100%;
padding-left: 0;
}
.woocommerce-ordering .fancy-select {
margin-left: 0;
}
} @media (min-width: 991px) {
.btLimitColumn .bt_bb_column .bt_bb_column_content {
max-width: 630px;
}
.btLimitColumn .bt_bb_column:first-child {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.btLimitOneColumn {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.btLimitOneColumn .bt_bb_column_content {
max-width: 580px;
}
} .btBubbleOutline02 {
margin-top: -6em;
margin-left: -7em;
}
.btBubbleOutline02 .bt_bb_image_content_inner {
padding: 0 0 0 9em;
}
.btGirlLanguage {
margin-left: -4em;
margin-top: -3em;
}
.btOutlineSpeachBubble {
position: absolute;
margin-left: -8em;
right: 4em;
}
.btOutlineGreenLine {
position: absolute;
margin-left: -8em;
}
.btSunnyBubble {
position: absolute;
right: 0;
margin-right: -14%;
}
.btWavyGirl {
margin-left: -15em;
right: -9em;
top: -3em;
}
.btChairGirl {
margin-left: 0;
margin-top: -1em;
position: absolute;
top: -1em;
right: 5%;
}
.btGuitarGirl {
margin-left: -12em;
}
@media (min-width: 1220px) {
.imageBird {
margin-right: -10em;
margin-left: -11em;
margin-bottom: -3em;
}
.btGuitarPlayer {
margin-left: -15em;
margin-top: -4em;
}
}
@media (max-width: 991px) {
.btOutlineSpeachBubble,
.btSunnyBubble,
.btOutlineGreenLine,
.btChairGirl {
display: none;
}
.btGuitarGirl {
margin-left: 0;
}
} @media (min-width: 991px) {
.btColumnDarkBorder {
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
}
.btColumnLightBorder {
border-left: 1px solid white;
border-right: 1px solid white;
}
} .btTestimonials .bt_bb_headline_superheadline,
.btTestimonials .bt_bb_headline_subheadline {
margin: 0 !important;
} body.rtl {
direction: rtl;
unicode-bidi: embed;
}
body.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
body.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
margin-left: 0;
margin-right: 1em;
}
body.rtl .rowItem {
float: right;
}
body.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
margin: 0 0 0 5px;
}
body.rtl .star-rating:before {
display: block !important;
}
body.rtl .star-rating span:before {
display: block !important;
} .wp-block-separator {
margin: 1em auto;
max-width: 100px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-gallery {
margin: 0;
}
p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 3.6em;
line-height: .9;
font-weight: 800;
}
.wp-block-quote p {
font-size: 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 1.3em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
text-align: center;
}
.wp-block-file .wp-block-file__button {
border-radius: none;
}
p.has-background {
border-radius: none;
}
.wp-block-button__link {
font-size: .9em;
padding: .8em 2.2em;
font-weight: 500;
}
.has-large-font-size {
line-height: 1;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {  .btPostSingleItemStandard.btPortfolioSingle .btArticleContent,
.btPostSingleItemStandard.btPortfolioSingle .btArticleShareEtc {
max-width: none;
} .bt_bb_parallax {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
background-attachment: local !important;
background-position: 0 0 !important;
} .bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
display: block;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
display: block;
} .btSidebar .btIconWidget .btIconWidgetContent {
display: block;
} .btPreloader {
display: none !important;
} .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
overflow: visible;
}
.bt_bb_google_maps_location .bt_bb_image {
float: none !important;
} .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content {
display: block;
}
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
float: left;
} .bt_bb_card_image .bt_bb_image {
float: none !important;
} .bt_bb_counter_holder .bt_bb_counter_icon {
float: left;
}
.bt_bb_counter_holder {
display: block;
} .imageBird.bt_bb_image {
max-width: none;
}
.bt_bb_image.bt_bb_shape_hard-rounded {
border-radius: 0%;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
float: left;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
float: right;
} .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content:before {
display: none;
} .bt_bb_section.bt_bb_vertical_align_middle > .bt_bb_port:after {
content: '';
min-height: inherit;
font-size: 0;
} .bt_bb_size_extrahuge.bt_bb_headline .bt_bb_headline_superheadline {
margin-bottom: 1.3em;
} .item__svg {
min-height: 400px;
}
.bt_bb_organic_animation .item .item__meta .item__button_text {
opacity: 1;
}
}