@charset "UTF-8";
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.75rem;
}
h4, .h4 {
font-size: 1.5rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014 \00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #6c757d;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table .table {
background-color: #fff;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(2.875rem + 2px);
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
border-radius: .2rem;
}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
border-radius: .2rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto;
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover, .btn:focus {
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
display: -ms-flexbox;
display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
.custom-control-label {
position: relative;
margin-bottom: 0;
}
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6;
}
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.custom-select::-ms-expand {
opacity: 0;
}
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%;
}
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 125%;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-range:focus {
outline: none;
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none;
}
}
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none;
}
}
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img {
width: 100%;
border-radius: calc(0.25rem - 1px);
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
border-top-right-radius: 0;
}
.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
border-top-left-radius: 0;
}
.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
border-bottom-left-radius: 0;
}
.card-group > .card:only-child {
border-radius: 0.25rem;
}
.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
border-radius: 0;
}
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
.accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.badge-primary {
color: #fff;
background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #0062cc;
}
.badge-secondary {
color: #fff;
background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #545b62;
}
.badge-success {
color: #fff;
background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1e7e34;
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #117a8b;
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #d39e00;
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #bd2130;
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae0e5;
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1d2124;
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-secondary hr {
border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
color: #202326;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-ms-flex: 1;
flex: 1;
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
z-index: 1;
text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0;
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:not(:disabled):not(.disabled) {
cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
color: #000;
text-decoration: none;
opacity: .75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
margin-right: .25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2));
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 800px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-item {
position: relative;
display: none;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
transition: none;
}
}
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.carousel-fade .carousel-item {
opacity: 0;
transition-duration: .6s;
transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translateX(0);
transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: "";
}
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: "";
}
.carousel-indicators .active {
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
color: #117a8b !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6;
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}

.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.plyr input[type=range]:focus,.plyr:focus{
outline:0
}
.plyr .plyr__video-embed iframe,.plyr__tooltip{
pointer-events:none
}
@keyframes plyr-progress{
to{
background-position:25px 0
}
}
.plyr{
position:relative;
max-width:100%;
min-width:200px;
font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
direction:ltr
}
.plyr,.plyr *,.plyr ::after,.plyr ::before{
box-sizing:border-box
}
.plyr a,.plyr button,.plyr input,.plyr label{
-ms-touch-action:manipulation;
touch-action:manipulation
}
.plyr audio,.plyr video{
width:100%;
height: 100%;
vertical-align:middle;
border-radius:inherit
}
.plyr input[type=range]{
display:block;
height:19px;
width:100%;
margin:0;
padding:0;
vertical-align:middle;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
cursor:pointer;
border:none;
background:0 0;
margin-top: 3px;
}
body.firefox .plyr input[type=range]{
margin-top: 0px;
}
.plyr input[type=range]::-webkit-slider-runnable-track{
height:8px;
background:0 0;
border:0;
border-radius:4px;
-webkit-user-select:none;
user-select:none
}
.plyr input[type=range]::-webkit-slider-thumb{
-webkit-appearance:none;
margin-top:-8px;
position:relative;
height:20px;
width:3px;
background:#fff;
transition:background .2s ease,border .2s ease,transform .2s ease; box-sizing:border-box
}
.plyr__volume input[type=range]::-webkit-slider-thumb{
height:15px;
width:15px;
border-radius: 50%;
background:#2ac4b7;
border-color: transparent;
}
.plyr input[type=range]::-moz-range-track{
height:8px;
background:0 0;
border:0;
border-radius:4px;
-moz-user-select:none;
user-select:none
}
.plyr input[type=range]::-moz-range-thumb{
position:relative;
height:20px;
width:3px;
background: #fff;
border-color: transparent;
}
.plyr__volume input[type=range]::-moz-range-thumb{
height:15px;
width:15px;
border-radius: 50%;
background:#2ac4b7;
border-color: transparent;
}
.plyr input[type=range]::-ms-track{
height:8px;
background:0 0;
border:0;
color:transparent
}
.plyr input[type=range]::-ms-fill-upper{
height:8px;
background:0 0;
border:0;
border-radius:4px;
-ms-user-select:none;
user-select:none
}
.plyr input[type=range]::-ms-fill-lower{
height:8px;
border:0;
border-radius:4px;
-ms-user-select:none;
user-select:none;
background:#2ac4b7;
}
.plyr input[type=range]::-ms-thumb{
position:relative;
height:20px;
width:3px;
background:#fff;
margin-top:0;
border-color: transparent;
}
.plyr__volume input[type=range]::-ms-thumb{
height:15px;
width:15px;
border-radius: 50%;
background:#2ac4b7;
}
.plyr input[type=range]::-ms-tooltip{
display:none
}
.plyr input[type=range]::-moz-focus-outer{
border:0
}
.plyr input[type=range].tab-focus:focus{
outline-offset:3px
}
.plyr input[type=range]:active::-webkit-slider-thumb{
background:#2ac4b7;
border-color:#2ac4b7;
transform:scale(1.25)
}
.plyr input[type=range]:active::-moz-range-thumb{
background:#2ac4b7;
border-color:#2ac4b7;
transform:scale(1.25)
}
.plyr input[type=range]:active::-ms-thumb{
background:#2ac4b7;
border-color:#2ac4b7;
transform:scale(1.25)
}
.plyr--video input[type=range].tab-focus:focus{
outline:rgba(255,255,255,.5) dotted 1px
}
.plyr--audio input[type=range].tab-focus:focus{
outline:rgba(86,93,100,.5) dotted 1px
}
.plyr__sr-only{
clip:rect(1px,1px,1px,1px);
overflow:hidden;
position:absolute!important;
padding:0!important;
border:0!important;
height:1px!important;
width:1px!important;
}
.plyr__video-wrapper{
position:relative;
background:#000;
border-radius:inherit;
height: 100%;
overflow: hidden;
}
.plyr__video-embed{
padding-bottom:56.25%;
height:0;
border-radius:inherit;
overflow:hidden;
z-index:0
}
.plyr__video-embed iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.plyr__video-embed>div{
position:relative;
padding-bottom:200%;
transform:translateY(-35.95%)
}
.plyr video::-webkit-media-text-track-container{
display:none
}
.plyr__captions{
display:none;
position:absolute;
bottom:0;
left:0;
width:100%;
padding:20px;
transform:translateY(-40px);
transition:transform .3s ease;
color: #fff;
font-size:16px;
text-align:center;
font-weight:400
}
.plyr__captions span{
border-radius:2px;
padding:3px 10px;
background:rgba(0,0,0,.7);
-webkit-box-decoration-break:clone;
box-decoration-break:clone;
line-height:150%
}
.plyr__captions span:empty{
display:none
}
@media (min-width:768px){
.plyr__captions{
font-size:24px
}
}
.plyr--captions-active .plyr__captions{
display:block
}
.plyr--hide-controls .plyr__captions{
transform:translateY(-15px)
}
@media (min-width:1024px){
.plyr--fullscreen-active .plyr__captions{
font-size:32px
}
}
.plyr ::-webkit-media-controls{
display:none
}
.plyr__controls{
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center;
line-height:1;
text-align:center
}
.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{
margin-left:5px
}
.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{
margin-left:0
}
.plyr__controls .plyr__volume{
margin-left:5px
}
.plyr__controls [data-plyr=pause]{
margin-left:0
}
.plyr__controls button{
position:relative;
display:inline-block;
-ms-flex-negative:0;
flex-shrink:0;
overflow:visible;
vertical-align:middle;
padding:7px;
border:0;
background:0 0;
border-radius:3px;
cursor:pointer;
transition:background .3s ease,color .3s ease,opacity .3s ease;
color:inherit
}
.plyr__controls button svg{
width:20px;
height:20px;
display:block;
fill:currentColor
}
.plyr__controls button:focus{
outline:0
}
.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{
display:none
}
@media (min-width:480px){
.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{
margin-left:10px
}
}
.plyr--hide-controls .plyr__controls{
opacity:0;
pointer-events:none
}
.plyr--video .plyr__controls{
position:absolute;
left:0;
right:0;
bottom:0;
z-index:2;
padding:50px 10px 10px;
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
border-bottom-left-radius:inherit;
border-bottom-right-radius:inherit;
color: #fff;
transition:opacity .3s ease
}
.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{
color:#fff
}
.plyr--audio .plyr__controls{
padding:10px;
border-radius:inherit;
background:#fff;
border:1px solid #dbe3e8;
color:#565D64
}
.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large{
background:#2ac4b7;
color:#fff
}
.plyr__play-large{
display:none;
position:absolute;
z-index:1;
top:50%;
left:50%;
transform:translate(-50%,-50%);
padding:10px;
border:4px solid currentColor;
border-radius:100%;
box-shadow:0 1px 1px rgba(0,0,0,.15);
transition:all .3s ease
}
.plyr__play-large svg{
position:relative;
left:2px;
width:20px;
height:20px;
display:block;
fill:currentColor
}
.plyr__play-large:focus{
outline:rgba(255,255,255,.5) dotted 1px
}
.plyr .plyr__play-large{
display:inline-block
}
.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{
display:none
}
.plyr--playing .plyr__play-large{
opacity:0;
visibility:hidden
}
.plyr--playing .plyr__controls [data-plyr=pause]{
display:inline-block
}
.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{
display:block
}
.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{
display:none
}
.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{
display:inline-block
}
.plyr__tooltip{
position:absolute;
z-index:2;
bottom:100%;
margin-bottom:10px;
padding:5px 7.5px;
opacity:0;
background:rgba(0,0,0,.7);
border-radius:3px;
color: rgb(255, 255, 255);
font-size:14px;
line-height:1.3;
transform:translate(-50%,10px) scale(.8);
transform-origin:50% 100%;
transition:transform .2s .1s ease,opacity .2s .1s ease;
}
.plyr__tooltip::before{
content:'';
position:absolute;
width:0;
height:0;
left:50%;
transform:translateX(-50%);
bottom:-4px;
border-right:4px solid transparent;
border-top:4px solid rgba(0,0,0,.7);
border-left:4px solid transparent;
z-index:2
}
.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{
opacity:1;
transform:translate(-50%,0) scale(1)
}
.plyr button:hover .plyr__tooltip{
z-index:3
}
.plyr__controls button:first-child .plyr__tooltip{
left:0;
transform:translate(0,10px) scale(.8);
transform-origin:0 100%
}
.plyr__controls button:first-child .plyr__tooltip::before{
left:16px
}
.plyr__controls button:last-child .plyr__tooltip{
right:0;
transform:translate(0,10px) scale(.8);
transform-origin:100% 100%
}
.plyr__controls button:last-child .plyr__tooltip::before{
left:auto;
right:16px;
transform:translateX(50%)
}
.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{
transform:translate(0,0) scale(1)
}
.plyr__progress{
position:relative;
display:none;
-ms-flex:1;
flex:1
}
.plyr__progress input[type=range]{
position:relative;
z-index:2
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track{
background:0 0
}
.plyr__progress input[type=range]::-moz-range-track{
background:0 0
}
.plyr__progress input[type=range]::-ms-fill-upper{
background:0 0
}
.plyr__progress .plyr__tooltip{
left:0
}
.plyr .plyr__progress{
display:inline-block;
max-width: 365px;
margin-left: 90px;
margin-top: 0px;
}
.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{
position:absolute;
left:0;
top:61%;
width:100%;
height:4px;
margin:-4px 0 0;
padding:0;
vertical-align:top;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:none;
border-radius:100px
}
.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{
background: #fff;
}
.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{
background:currentColor;
border-radius:100px;
min-width:8px
}
.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{
background:currentColor;
border-radius:100px;
min-width:8px
}
.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{
border-radius:100px
}
.plyr__progress--played,.plyr__volume--display{
z-index:1;
color:#2ac4b7;
background:0 0;
transition:none
}
.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{
min-width:8px;
max-width:99%;
border-top-right-radius:0;
border-bottom-right-radius:0;
transition:none
}
.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{
min-width:8px;
max-width:99%;
border-top-right-radius:0;
border-bottom-right-radius:0;
transition:none
}
.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{
display:none
}
.plyr__progress--buffer::-webkit-progress-value{
transition:width .2s ease
}
.plyr__progress--buffer::-moz-progress-bar{
transition:width .2s ease
}
.plyr__progress--buffer::-ms-fill{
transition:width .2s ease
}
.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{
background:rgba(255,255,255,.25)
}
.plyr--video .plyr__progress--buffer{
color:rgba(255,255,255,.25)
}
.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{
background:rgba(198,214,219,.66)
}
.plyr--audio .plyr__progress--buffer{
color:rgba(198,214,219,.66)
}
.plyr--loading .plyr__progress--buffer{
animation:plyr-progress 1s linear infinite;
background-size:25px 25px;
background-repeat:repeat-x;
background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);
color:transparent
}
.plyr--video.plyr--loading .plyr__progress--buffer{
background-color:rgba(255,255,255,.25)
}
.plyr--audio.plyr--loading .plyr__progress--buffer{
background-color:rgba(198,214,219,.66)
}
.plyr__time{
display:inline-block;
vertical-align:middle;
font-size:20px
}
.plyr__controls > .plyr__time{
position: absolute;
left: 58px;
margin-top: -1px;
}
.plyr__time+.plyr__time{
display:inline-block;
position: initial;
margin-left: 35px;
margin-right: 80px;
margin-top: -2px;
}
.plyr__controls>button:last-of-type:before {
content: '\f026';
font-family: fontawesome;
font-size: 30px;
position: absolute;
right: 495%;
top: -3px;
padding:5px;
border-radius: 3px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.plyr__controls>button:last-of-type:hover:before{
background: rgba(0,0,0,.1);
}
.plyr .plyr__volume{
-ms-flex:1;
flex:1;
position:relative
}
.plyr .plyr__volume input[type=range]{
position:relative;
z-index:2;
top: 2px;
}
.plyr__controls>button:last-of-type{
position: absolute;
position: absolute;
right: 25px;
top: 70px;
}
@media (min-width:480px){
.plyr .plyr__volume{
display:block;
max-width:60px
}
}
@media (min-width:768px){
.plyr .plyr__volume{
max-width:135px;
margin-left: 0px;
}
}
@media (max-width:1824px){
.plyr .plyr__volume{
max-width: 125px;
}
.plyr__controls>button:last-of-type{
right: 20px;
}
}
@media (max-width:1818px){
.plyr__controls>button:last-of-type{
right: 20px;
}
}
@media (max-width:1809px){
.plyr__controls>button:last-of-type{
right: 15px;
}
}
@media (max-width:1803px){
.plyr__controls>button:last-of-type{
right: 10px;
}
}
@media (max-width:1794px){
.plyr .plyr__volume{
max-width: 115px;
}
.plyr__controls>button:last-of-type{
right: 5px;
}
.plyr__controls>button:last-of-type:before{
right: 459%;
}
}
@media (max-width:1782px){
.plyr .plyr__volume {
max-width: 105px;
}
.plyr__controls>button:last-of-type {
right: 10px;
}
.plyr__controls>button:last-of-type:before {
right: 415%;
}
}
@media (max-width:1773px){
.plyr .plyr__volume {
max-width: 90px;
}
.plyr__time+.plyr__time {
margin-right: 75px;
}
}
@media (max-width:1761px){
.plyr__controls>button:last-of-type:before {
right: 355%;
}
}
@media (max-width:1758px){
.plyr .plyr__volume {
max-width: 80px;
}
}
@media (max-width:1746px){
.plyr__time+.plyr__time {
margin-right: 65px;
}
.plyr__controls>button:last-of-type:before {
right: 400%;
}
}
.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{
display:none!important
}
.plyr--fullscreen-active{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
height:100%;
width:100%;
z-index:10000000;
background:#000;
border-radius:0!important
}
.plyr--fullscreen-active video{
height:100%
}
.plyr--fullscreen-active .plyr__video-wrapper{
height:100%;
width:100%
}
.plyr--fullscreen-active .plyr__video-embed{
overflow:visible
}
.plyr--fullscreen-active .plyr__controls{
position:absolute;
bottom:0;
left:0;
right:0
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{
height:0;
top:50%;
transform:translateY(-50%)
} .add-bottom { margin-bottom:2rem !important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; } audio {
margin:0 15px 0 14px;
width:670px;
}
#audiowrap,
#plwrap {
margin:0 auto;
}
#tracks {
position:relative;
text-align:center;
}
#nowPlay {
display:inline;
}
#npAction {
padding:21px;
position:absolute;
}
#npTitle {
padding:21px;
}
#plList li {
cursor:pointer;
display:block;
margin:0;
padding:21px 0;
}
#plList li:hover {
background-color:rgba(0,0,0,.1);
}
.plItem {
position:relative;
}
.plTitle {
left:50px;
overflow:hidden;
position:absolute;
right:65px;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
}
.plNum {
padding-left:21px;
width:25px;
}
.plLength {
padding-left:21px;
position:absolute;
right:21px;
top:0;
}
.plSel,
.plSel:hover {
background-color:rgba(0,0,0,.1);
color:#fff;
cursor:default !important;
}
a[id^="btn"] {
border-radius:3px;
color:#fff;
cursor:pointer;
display:inline-block;
font-size:2rem;
height:35px;
line-height:.8;
margin:0 20px 20px;
padding:5px 10px;
text-decoration:none;
transition:background .3s ease;
width:35px;
}
a[id^="btn"]:last-child {
margin-left:-4px;
}
a[id^="btn"]:hover,
a[id^="btn"]:active {
background-color:#2ac4b7;
color:#fff;
}
a[id^="btn"]::-moz-focus-inner {
border:0;
padding:0;
} .music{
position: relative;
max-width: 860px;
}
.mp3 {
position: relative;
}
.mp3 > span {
position: absolute;
z-index: 9;
font-size: 18px;
color: #919191;
left: 26px;
top: 20px;
}
.music > span{
position: absolute;
color: #919191;
font-size: 18px;
z-index: 9;
left: 20px;
}
.music > span:nth-child(1){
top: 5px;
}
.music > span:nth-child(3){
top: 95px;
}
.music > span:nth-child(5){
top: 185px;
}
#album-release .plyr__controls,#discography-post .mp3 .plyr__controls{
background-color: rgb(37, 37, 37) !important;
}
.plyr--playing .plyr__controls [data-plyr=pause] svg{
color: #2ac4b7!important
}
.plyr--audio .plyr__controls {
border: 2px solid #191919;
border-left: none;
border-right: none;
color: #fff;
padding: 68px 20px 25px 16px;
width: 100%;
}
.mp3_1 .plyr--audio .plyr__controls,.mp3_2 .plyr--audio .plyr__controls{
border-bottom:none;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
background:rgba(0,0,0,.1);
}
.plyr__progress--played, .plyr__volume--display {
color:rgb(255, 255, 255);
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background:rgb(255, 255, 255);
}
.plyr--audio .plyr__progress--buffer {
color:rgb(255, 255, 255);
} @media only screen and (max-width:850px) {
#nowPlay { display:none; }
}.bfh-flag-AD,
.bfh-flag-AE,
.bfh-flag-AF,
.bfh-flag-AG,
.bfh-flag-AI,
.bfh-flag-AL,
.bfh-flag-AM,
.bfh-flag-AN,
.bfh-flag-AO,
.bfh-flag-AQ,
.bfh-flag-AR,
.bfh-flag-AS,
.bfh-flag-AT,
.bfh-flag-AU,
.bfh-flag-AW,
.bfh-flag-AX,
.bfh-flag-AZ,
.bfh-flag-BA,
.bfh-flag-BB,
.bfh-flag-BD,
.bfh-flag-BE,
.bfh-flag-BG,
.bfh-flag-BH,
.bfh-flag-BI,
.bfh-flag-BJ,
.bfh-flag-BL,
.bfh-flag-BM,
.bfh-flag-BN,
.bfh-flag-BO,
.bfh-flag-BR,
.bfh-flag-BS,
.bfh-flag-BT,
.bfh-flag-BW,
.bfh-flag-BY,
.bfh-flag-BZ,
.bfh-flag-CA,
.bfh-flag-CD,
.bfh-flag-CF,
.bfh-flag-CG,
.bfh-flag-CH,
.bfh-flag-CI,
.bfh-flag-CL,
.bfh-flag-CM,
.bfh-flag-CN,
.bfh-flag-CO,
.bfh-flag-CR,
.bfh-flag-CV,
.bfh-flag-CY,
.bfh-flag-CZ,
.bfh-flag-DJ,
.bfh-flag-DK,
.bfh-flag-DM,
.bfh-flag-DO,
.bfh-flag-DZ,
.bfh-flag-EC,
.bfh-flag-EE,
.bfh-flag-EG,
.bfh-flag-EH,
.bfh-flag-ER,
.bfh-flag-ES,
.bfh-flag-ET,
.bfh-flag-EU,
.bfh-flag-FI,
.bfh-flag-FJ,
.bfh-flag-FK,
.bfh-flag-FM,
.bfh-flag-FO,
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF,
.bfh-flag-GA,
.bfh-flag-GB,
.bfh-flag-GD,
.bfh-flag-GE,
.bfh-flag-GG,
.bfh-flag-GH,
.bfh-flag-GL,
.bfh-flag-GM,
.bfh-flag-GN,
.bfh-flag-GQ,
.bfh-flag-GR,
.bfh-flag-GS,
.bfh-flag-GT,
.bfh-flag-GU,
.bfh-flag-GW,
.bfh-flag-GY,
.bfh-flag-HK,
.bfh-flag-HN,
.bfh-flag-HR,
.bfh-flag-HT,
.bfh-flag-HU,
.bfh-flag-ID,
.bfh-flag-IE,
.bfh-flag-IL,
.bfh-flag-IM,
.bfh-flag-IN,
.bfh-flag-IQ,
.bfh-flag-IS,
.bfh-flag-IT,
.bfh-flag-JE,
.bfh-flag-JM,
.bfh-flag-JO,
.bfh-flag-JP,
.bfh-flag-KE,
.bfh-flag-KG,
.bfh-flag-KH,
.bfh-flag-KI,
.bfh-flag-KM,
.bfh-flag-KN,
.bfh-flag-KP,
.bfh-flag-KR,
.bfh-flag-KV,
.bfh-flag-KW,
.bfh-flag-KY,
.bfh-flag-LA,
.bfh-flag-LC,
.bfh-flag-LK,
.bfh-flag-LR,
.bfh-flag-LS,
.bfh-flag-LT,
.bfh-flag-LU,
.bfh-flag-LV,
.bfh-flag-LY,
.bfh-flag-MA,
.bfh-flag-ME,
.bfh-flag-MG,
.bfh-flag-MH,
.bfh-flag-ML,
.bfh-flag-MM,
.bfh-flag-MP,
.bfh-flag-MR,
.bfh-flag-MS,
.bfh-flag-MT,
.bfh-flag-MU,
.bfh-flag-MV,
.bfh-flag-MW,
.bfh-flag-MZ,
.bfh-flag-NA,
.bfh-flag-NE,
.bfh-flag-NF,
.bfh-flag-NG,
.bfh-flag-NI,
.bfh-flag-NL,
.bfh-flag-NO,
.bfh-flag-NP,
.bfh-flag-NR,
.bfh-flag-NZ,
.bfh-flag-OM,
.bfh-flag-PA,
.bfh-flag-PE,
.bfh-flag-PG,
.bfh-flag-PH,
.bfh-flag-PK,
.bfh-flag-PL,
.bfh-flag-PN,
.bfh-flag-PS,
.bfh-flag-PT,
.bfh-flag-PW,
.bfh-flag-PY,
.bfh-flag-QA,
.bfh-flag-RS,
.bfh-flag-RU,
.bfh-flag-RW,
.bfh-flag-SA,
.bfh-flag-SB,
.bfh-flag-SC,
.bfh-flag-SD,
.bfh-flag-SE,
.bfh-flag-SG,
.bfh-flag-SH,
.bfh-flag-SI,
.bfh-flag-SK,
.bfh-flag-SM,
.bfh-flag-SN,
.bfh-flag-SO,
.bfh-flag-SR,
.bfh-flag-SS,
.bfh-flag-ST,
.bfh-flag-SV,
.bfh-flag-SY,
.bfh-flag-SZ,
.bfh-flag-TC,
.bfh-flag-TD,
.bfh-flag-TG,
.bfh-flag-TH,
.bfh-flag-TJ,
.bfh-flag-TM,
.bfh-flag-TN,
.bfh-flag-TP,
.bfh-flag-TR,
.bfh-flag-TT,
.bfh-flag-TV,
.bfh-flag-TW,
.bfh-flag-TZ,
.bfh-flag-UA,
.bfh-flag-UG,
.bfh-flag-US,
.bfh-flag-UY,
.bfh-flag-UZ,
.bfh-flag-VC,
.bfh-flag-VE,
.bfh-flag-VG,
.bfh-flag-VI,
.bfh-flag-VN,
.bfh-flag-VU,
.bfh-flag-WS,
.bfh-flag-YE,
.bfh-flag-ZA,
.bfh-flag-ZM,
.bfh-flag-BF,
.bfh-flag-CU,
.bfh-flag-DE,
.bfh-flag-IR,
.bfh-flag-KZ,
.bfh-flag-LB,
.bfh-flag-LI,
.bfh-flag-MC,
.bfh-flag-MD,
.bfh-flag-MK,
.bfh-flag-MN,
.bfh-flag-MO,
.bfh-flag-MX,
.bfh-flag-MY,
.bfh-flag-PR,
.bfh-flag-RO,
.bfh-flag-SL,
.bfh-flag-TO,
.bfh-flag-VA,
.bfh-flag-ZW {
width: 16px;
height: 14px;
background: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/images/bootstrap-formhelpers-countries.flags.png) no-repeat;
}
.bfh-flag-AD:empty,
.bfh-flag-AE:empty,
.bfh-flag-AF:empty,
.bfh-flag-AG:empty,
.bfh-flag-AI:empty,
.bfh-flag-AL:empty,
.bfh-flag-AM:empty,
.bfh-flag-AN:empty,
.bfh-flag-AO:empty,
.bfh-flag-AQ:empty,
.bfh-flag-AR:empty,
.bfh-flag-AS:empty,
.bfh-flag-AT:empty,
.bfh-flag-AU:empty,
.bfh-flag-AW:empty,
.bfh-flag-AX:empty,
.bfh-flag-AZ:empty,
.bfh-flag-BA:empty,
.bfh-flag-BB:empty,
.bfh-flag-BD:empty,
.bfh-flag-BE:empty,
.bfh-flag-BG:empty,
.bfh-flag-BH:empty,
.bfh-flag-BI:empty,
.bfh-flag-BJ:empty,
.bfh-flag-BL:empty,
.bfh-flag-BM:empty,
.bfh-flag-BN:empty,
.bfh-flag-BO:empty,
.bfh-flag-BR:empty,
.bfh-flag-BS:empty,
.bfh-flag-BT:empty,
.bfh-flag-BW:empty,
.bfh-flag-BY:empty,
.bfh-flag-BZ:empty,
.bfh-flag-CA:empty,
.bfh-flag-CD:empty,
.bfh-flag-CF:empty,
.bfh-flag-CG:empty,
.bfh-flag-CH:empty,
.bfh-flag-CI:empty,
.bfh-flag-CL:empty,
.bfh-flag-CM:empty,
.bfh-flag-CN:empty,
.bfh-flag-CO:empty,
.bfh-flag-CR:empty,
.bfh-flag-CV:empty,
.bfh-flag-CY:empty,
.bfh-flag-CZ:empty,
.bfh-flag-DJ:empty,
.bfh-flag-DK:empty,
.bfh-flag-DM:empty,
.bfh-flag-DO:empty,
.bfh-flag-DZ:empty,
.bfh-flag-EC:empty,
.bfh-flag-EE:empty,
.bfh-flag-EG:empty,
.bfh-flag-EH:empty,
.bfh-flag-ER:empty,
.bfh-flag-ES:empty,
.bfh-flag-ET:empty,
.bfh-flag-EU:empty,
.bfh-flag-FI:empty,
.bfh-flag-FJ:empty,
.bfh-flag-FK:empty,
.bfh-flag-FM:empty,
.bfh-flag-FO:empty,
.bfh-flag-FR:empty,
.bfh-flag-FX:empty,
.bfh-flag-GF:empty,
.bfh-flag-GP:empty,
.bfh-flag-MQ:empty,
.bfh-flag-NC:empty,
.bfh-flag-PF:empty,
.bfh-flag-PM:empty,
.bfh-flag-RE:empty,
.bfh-flag-TF:empty,
.bfh-flag-WF:empty,
.bfh-flag-GA:empty,
.bfh-flag-GB:empty,
.bfh-flag-GD:empty,
.bfh-flag-GE:empty,
.bfh-flag-GG:empty,
.bfh-flag-GH:empty,
.bfh-flag-GL:empty,
.bfh-flag-GM:empty,
.bfh-flag-GN:empty,
.bfh-flag-GQ:empty,
.bfh-flag-GR:empty,
.bfh-flag-GS:empty,
.bfh-flag-GT:empty,
.bfh-flag-GU:empty,
.bfh-flag-GW:empty,
.bfh-flag-GY:empty,
.bfh-flag-HK:empty,
.bfh-flag-HN:empty,
.bfh-flag-HR:empty,
.bfh-flag-HT:empty,
.bfh-flag-HU:empty,
.bfh-flag-ID:empty,
.bfh-flag-IE:empty,
.bfh-flag-IL:empty,
.bfh-flag-IM:empty,
.bfh-flag-IN:empty,
.bfh-flag-IQ:empty,
.bfh-flag-IS:empty,
.bfh-flag-IT:empty,
.bfh-flag-JE:empty,
.bfh-flag-JM:empty,
.bfh-flag-JO:empty,
.bfh-flag-JP:empty,
.bfh-flag-KE:empty,
.bfh-flag-KG:empty,
.bfh-flag-KH:empty,
.bfh-flag-KI:empty,
.bfh-flag-KM:empty,
.bfh-flag-KN:empty,
.bfh-flag-KP:empty,
.bfh-flag-KR:empty,
.bfh-flag-KV:empty,
.bfh-flag-KW:empty,
.bfh-flag-KY:empty,
.bfh-flag-LA:empty,
.bfh-flag-LC:empty,
.bfh-flag-LK:empty,
.bfh-flag-LR:empty,
.bfh-flag-LS:empty,
.bfh-flag-LT:empty,
.bfh-flag-LU:empty,
.bfh-flag-LV:empty,
.bfh-flag-LY:empty,
.bfh-flag-MA:empty,
.bfh-flag-ME:empty,
.bfh-flag-MG:empty,
.bfh-flag-MH:empty,
.bfh-flag-ML:empty,
.bfh-flag-MM:empty,
.bfh-flag-MP:empty,
.bfh-flag-MR:empty,
.bfh-flag-MS:empty,
.bfh-flag-MT:empty,
.bfh-flag-MU:empty,
.bfh-flag-MV:empty,
.bfh-flag-MW:empty,
.bfh-flag-MZ:empty,
.bfh-flag-NA:empty,
.bfh-flag-NE:empty,
.bfh-flag-NF:empty,
.bfh-flag-NG:empty,
.bfh-flag-NI:empty,
.bfh-flag-NL:empty,
.bfh-flag-NO:empty,
.bfh-flag-NP:empty,
.bfh-flag-NR:empty,
.bfh-flag-NZ:empty,
.bfh-flag-OM:empty,
.bfh-flag-PA:empty,
.bfh-flag-PE:empty,
.bfh-flag-PG:empty,
.bfh-flag-PH:empty,
.bfh-flag-PK:empty,
.bfh-flag-PL:empty,
.bfh-flag-PN:empty,
.bfh-flag-PS:empty,
.bfh-flag-PT:empty,
.bfh-flag-PW:empty,
.bfh-flag-PY:empty,
.bfh-flag-QA:empty,
.bfh-flag-RS:empty,
.bfh-flag-RU:empty,
.bfh-flag-RW:empty,
.bfh-flag-SA:empty,
.bfh-flag-SB:empty,
.bfh-flag-SC:empty,
.bfh-flag-SD:empty,
.bfh-flag-SE:empty,
.bfh-flag-SG:empty,
.bfh-flag-SH:empty,
.bfh-flag-SI:empty,
.bfh-flag-SK:empty,
.bfh-flag-SM:empty,
.bfh-flag-SN:empty,
.bfh-flag-SO:empty,
.bfh-flag-SR:empty,
.bfh-flag-SS:empty,
.bfh-flag-ST:empty,
.bfh-flag-SV:empty,
.bfh-flag-SY:empty,
.bfh-flag-SZ:empty,
.bfh-flag-TC:empty,
.bfh-flag-TD:empty,
.bfh-flag-TG:empty,
.bfh-flag-TH:empty,
.bfh-flag-TJ:empty,
.bfh-flag-TM:empty,
.bfh-flag-TN:empty,
.bfh-flag-TP:empty,
.bfh-flag-TR:empty,
.bfh-flag-TT:empty,
.bfh-flag-TV:empty,
.bfh-flag-TW:empty,
.bfh-flag-TZ:empty,
.bfh-flag-UA:empty,
.bfh-flag-UG:empty,
.bfh-flag-US:empty,
.bfh-flag-UY:empty,
.bfh-flag-UZ:empty,
.bfh-flag-VC:empty,
.bfh-flag-VE:empty,
.bfh-flag-VG:empty,
.bfh-flag-VI:empty,
.bfh-flag-VN:empty,
.bfh-flag-VU:empty,
.bfh-flag-WS:empty,
.bfh-flag-YE:empty,
.bfh-flag-ZA:empty,
.bfh-flag-ZM:empty,
.bfh-flag-BF:empty,
.bfh-flag-CU:empty,
.bfh-flag-DE:empty,
.bfh-flag-IR:empty,
.bfh-flag-KZ:empty,
.bfh-flag-LB:empty,
.bfh-flag-LI:empty,
.bfh-flag-MC:empty,
.bfh-flag-MD:empty,
.bfh-flag-MK:empty,
.bfh-flag-MN:empty,
.bfh-flag-MO:empty,
.bfh-flag-MX:empty,
.bfh-flag-MY:empty,
.bfh-flag-PR:empty,
.bfh-flag-RO:empty,
.bfh-flag-SL:empty,
.bfh-flag-TO:empty,
.bfh-flag-VA:empty,
.bfh-flag-ZW:empty {
width: 16px;
}
.bfh-flag-AD,
.bfh-flag-AE,
.bfh-flag-AF,
.bfh-flag-AG,
.bfh-flag-AI,
.bfh-flag-AL,
.bfh-flag-AM,
.bfh-flag-AN,
.bfh-flag-AO,
.bfh-flag-AQ,
.bfh-flag-AR,
.bfh-flag-AS,
.bfh-flag-AT,
.bfh-flag-AU,
.bfh-flag-AW,
.bfh-flag-AX,
.bfh-flag-AZ,
.bfh-flag-BA,
.bfh-flag-BB,
.bfh-flag-BD,
.bfh-flag-BE,
.bfh-flag-BG,
.bfh-flag-BH,
.bfh-flag-BI,
.bfh-flag-BJ,
.bfh-flag-BL,
.bfh-flag-BM,
.bfh-flag-BN,
.bfh-flag-BO,
.bfh-flag-BR,
.bfh-flag-BS,
.bfh-flag-BT,
.bfh-flag-BW,
.bfh-flag-BY,
.bfh-flag-BZ,
.bfh-flag-CA,
.bfh-flag-CD,
.bfh-flag-CF,
.bfh-flag-CG,
.bfh-flag-CH,
.bfh-flag-CI,
.bfh-flag-CL,
.bfh-flag-CM,
.bfh-flag-CN,
.bfh-flag-CO,
.bfh-flag-CR,
.bfh-flag-CV,
.bfh-flag-CY,
.bfh-flag-CZ,
.bfh-flag-DJ,
.bfh-flag-DK,
.bfh-flag-DM,
.bfh-flag-DO,
.bfh-flag-DZ,
.bfh-flag-EC,
.bfh-flag-EE,
.bfh-flag-EG,
.bfh-flag-EH,
.bfh-flag-ER,
.bfh-flag-ES,
.bfh-flag-ET,
.bfh-flag-EU,
.bfh-flag-FI,
.bfh-flag-FJ,
.bfh-flag-FK,
.bfh-flag-FM,
.bfh-flag-FO,
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF,
.bfh-flag-GA,
.bfh-flag-GB,
.bfh-flag-GD,
.bfh-flag-GE,
.bfh-flag-GG,
.bfh-flag-GH,
.bfh-flag-GL,
.bfh-flag-GM,
.bfh-flag-GN,
.bfh-flag-GQ,
.bfh-flag-GR,
.bfh-flag-GS,
.bfh-flag-GT,
.bfh-flag-GU,
.bfh-flag-GW,
.bfh-flag-GY,
.bfh-flag-HK,
.bfh-flag-HN,
.bfh-flag-HR,
.bfh-flag-HT,
.bfh-flag-HU,
.bfh-flag-ID,
.bfh-flag-IE,
.bfh-flag-IL,
.bfh-flag-IM,
.bfh-flag-IN,
.bfh-flag-IQ,
.bfh-flag-IS,
.bfh-flag-IT,
.bfh-flag-JE,
.bfh-flag-JM,
.bfh-flag-JO,
.bfh-flag-JP,
.bfh-flag-KE,
.bfh-flag-KG,
.bfh-flag-KH,
.bfh-flag-KI,
.bfh-flag-KM,
.bfh-flag-KN,
.bfh-flag-KP,
.bfh-flag-KR,
.bfh-flag-KV,
.bfh-flag-KW,
.bfh-flag-KY,
.bfh-flag-LA,
.bfh-flag-LC,
.bfh-flag-LK,
.bfh-flag-LR,
.bfh-flag-LS,
.bfh-flag-LT,
.bfh-flag-LU,
.bfh-flag-LV,
.bfh-flag-LY,
.bfh-flag-MA,
.bfh-flag-ME,
.bfh-flag-MG,
.bfh-flag-MH,
.bfh-flag-ML,
.bfh-flag-MM,
.bfh-flag-MP,
.bfh-flag-MR,
.bfh-flag-MS,
.bfh-flag-MT,
.bfh-flag-MU,
.bfh-flag-MV,
.bfh-flag-MW,
.bfh-flag-MZ,
.bfh-flag-NA,
.bfh-flag-NE,
.bfh-flag-NF,
.bfh-flag-NG,
.bfh-flag-NI,
.bfh-flag-NL,
.bfh-flag-NO,
.bfh-flag-NP,
.bfh-flag-NR,
.bfh-flag-NZ,
.bfh-flag-OM,
.bfh-flag-PA,
.bfh-flag-PE,
.bfh-flag-PG,
.bfh-flag-PH,
.bfh-flag-PK,
.bfh-flag-PL,
.bfh-flag-PN,
.bfh-flag-PS,
.bfh-flag-PT,
.bfh-flag-PW,
.bfh-flag-PY,
.bfh-flag-QA,
.bfh-flag-RS,
.bfh-flag-RU,
.bfh-flag-RW,
.bfh-flag-SA,
.bfh-flag-SB,
.bfh-flag-SC,
.bfh-flag-SD,
.bfh-flag-SE,
.bfh-flag-SG,
.bfh-flag-SH,
.bfh-flag-SI,
.bfh-flag-SK,
.bfh-flag-SM,
.bfh-flag-SN,
.bfh-flag-SO,
.bfh-flag-SR,
.bfh-flag-SS,
.bfh-flag-ST,
.bfh-flag-SV,
.bfh-flag-SY,
.bfh-flag-SZ,
.bfh-flag-TC,
.bfh-flag-TD,
.bfh-flag-TG,
.bfh-flag-TH,
.bfh-flag-TJ,
.bfh-flag-TM,
.bfh-flag-TN,
.bfh-flag-TP,
.bfh-flag-TR,
.bfh-flag-TT,
.bfh-flag-TV,
.bfh-flag-TW,
.bfh-flag-TZ,
.bfh-flag-UA,
.bfh-flag-UG,
.bfh-flag-US,
.bfh-flag-UY,
.bfh-flag-UZ,
.bfh-flag-VC,
.bfh-flag-VE,
.bfh-flag-VG,
.bfh-flag-VI,
.bfh-flag-VN,
.bfh-flag-VU,
.bfh-flag-WS,
.bfh-flag-YE,
.bfh-flag-ZA,
.bfh-flag-ZM,
.bfh-flag-BF,
.bfh-flag-CU,
.bfh-flag-DE,
.bfh-flag-IR,
.bfh-flag-KZ,
.bfh-flag-LB,
.bfh-flag-LI,
.bfh-flag-MC,
.bfh-flag-MD,
.bfh-flag-MK,
.bfh-flag-MN,
.bfh-flag-MO,
.bfh-flag-MX,
.bfh-flag-MY,
.bfh-flag-PR,
.bfh-flag-RO,
.bfh-flag-SL,
.bfh-flag-TO,
.bfh-flag-VA,
.bfh-flag-ZW,
.bfh-flag-EUR,
.bfh-flag-XCD {
margin-right: 5px;
}
.bfh-flag-AD {
background-position: -1921px 0;
}
.bfh-flag-AE {
background-position: -1904px 0;
}
.bfh-flag-AF {
background-position: -3689px 0;
}
.bfh-flag-AG {
background-position: -34px 0;
}
.bfh-flag-AI {
background-position: -51px 0;
}
.bfh-flag-AL {
background-position: -68px 0;
}
.bfh-flag-AM {
background-position: -85px 0;
}
.bfh-flag-AN {
background-position: -102px 0;
}
.bfh-flag-AO {
background-position: -119px 0;
}
.bfh-flag-AQ {
background-position: -136px 0;
}
.bfh-flag-AR {
background-position: -153px 0;
}
.bfh-flag-AS {
background-position: -170px 0;
}
.bfh-flag-AT {
background-position: -187px 0;
}
.bfh-flag-AU {
background-position: -204px 0;
}
.bfh-flag-AW {
background-position: -221px 0;
}
.bfh-flag-AX {
background-position: -238px 0;
}
.bfh-flag-AZ {
background-position: -255px 0;
}
.bfh-flag-BA {
background-position: -272px 0;
}
.bfh-flag-BB {
background-position: -289px 0;
}
.bfh-flag-BD {
background-position: -306px 0;
}
.bfh-flag-BE {
background-position: -323px 0;
}
.bfh-flag-BG {
background-position: -340px 0;
}
.bfh-flag-BH {
background-position: -357px 0;
}
.bfh-flag-BI {
background-position: -374px 0;
}
.bfh-flag-BJ {
background-position: -391px 0;
}
.bfh-flag-BL {
background-position: -408px 0;
}
.bfh-flag-BM {
background-position: -425px 0;
}
.bfh-flag-BN {
background-position: -442px 0;
}
.bfh-flag-BO {
background-position: -459px 0;
}
.bfh-flag-BR {
background-position: -476px 0;
}
.bfh-flag-BS {
background-position: -493px 0;
}
.bfh-flag-BT {
background-position: -510px 0;
}
.bfh-flag-BW {
background-position: -527px 0;
}
.bfh-flag-BY {
background-position: -544px 0;
}
.bfh-flag-BZ {
background-position: -561px 0;
}
.bfh-flag-CA {
background-position: -578px 0;
}
.bfh-flag-CD {
background-position: -595px 0;
}
.bfh-flag-CF {
background-position: -612px 0;
}
.bfh-flag-CG {
background-position: -629px 0;
}
.bfh-flag-CH {
background-position: -646px 0;
}
.bfh-flag-CI {
background-position: -663px 0;
}
.bfh-flag-CL {
background-position: -680px 0;
}
.bfh-flag-CM {
background-position: -697px 0;
}
.bfh-flag-CN {
background-position: -714px 0;
}
.bfh-flag-CO {
background-position: -731px 0;
}
.bfh-flag-CR {
background-position: -748px 0;
}
.bfh-flag-CV {
background-position: -765px 0;
}
.bfh-flag-CY {
background-position: -782px 0;
}
.bfh-flag-CZ {
background-position: -799px 0;
}
.bfh-flag-DJ {
background-position: -816px 0;
}
.bfh-flag-DK {
background-position: -833px 0;
}
.bfh-flag-DM {
background-position: -850px 0;
}
.bfh-flag-DO {
background-position: -867px 0;
}
.bfh-flag-DZ {
background-position: -884px 0;
}
.bfh-flag-EC {
background-position: -901px 0;
}
.bfh-flag-EE {
background-position: -918px 0;
}
.bfh-flag-EG {
background-position: -935px 0;
}
.bfh-flag-EH {
background-position: -952px 0;
}
.bfh-flag-ER {
background-position: -969px 0;
}
.bfh-flag-ES {
background-position: -986px 0;
}
.bfh-flag-ET {
background-position: -1003px 0;
}
.bfh-flag-EU {
background-position: -1020px 0;
}
.bfh-flag-FI {
background-position: -1037px 0;
}
.bfh-flag-FJ {
background-position: -1054px 0;
}
.bfh-flag-FK {
background-position: -1071px 0;
}
.bfh-flag-FM {
background-position: -1088px 0;
}
.bfh-flag-FO {
background-position: -1105px 0;
}
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF {
background-position: -1122px 0;
}
.bfh-flag-GA {
background-position: -1139px 0;
}
.bfh-flag-GB {
background-position: -1156px 0;
}
.bfh-flag-GD {
background-position: -1173px 0;
}
.bfh-flag-GE {
background-position: -1190px 0;
}
.bfh-flag-GG {
background-position: -1207px 0;
}
.bfh-flag-GH {
background-position: -1224px 0;
}
.bfh-flag-GL {
background-position: -1241px 0;
}
.bfh-flag-GM {
background-position: -1258px 0;
}
.bfh-flag-GN {
background-position: -1275px 0;
}
.bfh-flag-GQ {
background-position: -1292px 0;
}
.bfh-flag-GR {
background-position: -1309px 0;
}
.bfh-flag-GS {
background-position: -1326px 0;
}
.bfh-flag-GT {
background-position: -1343px 0;
}
.bfh-flag-GU {
background-position: -1360px 0;
}
.bfh-flag-GW {
background-position: -1377px 0;
}
.bfh-flag-GY {
background-position: -1394px 0;
}
.bfh-flag-HK {
background-position: -1411px 0;
}
.bfh-flag-HN {
background-position: -1428px 0;
}
.bfh-flag-HR {
background-position: -1445px 0;
}
.bfh-flag-HT {
background-position: -1462px 0;
}
.bfh-flag-HU {
background-position: -1479px 0;
}
.bfh-flag-ID {
background-position: -1496px 0;
}
.bfh-flag-IE {
background-position: -1513px 0;
}
.bfh-flag-IL {
background-position: -1530px 0;
}
.bfh-flag-IM {
background-position: -1547px 0;
}
.bfh-flag-IN {
background-position: -1564px 0;
}
.bfh-flag-IQ {
background-position: -1581px 0;
}
.bfh-flag-IS {
background-position: -1598px 0;
}
.bfh-flag-IT {
background-position: -1615px 0;
}
.bfh-flag-JE {
background-position: -1632px 0;
}
.bfh-flag-JM {
background-position: -1649px 0;
}
.bfh-flag-JO {
background-position: -1666px 0;
}
.bfh-flag-JP {
background-position: -1683px 0;
}
.bfh-flag-KE {
background-position: -1700px 0;
}
.bfh-flag-KG {
background-position: -1717px 0;
}
.bfh-flag-KH {
background-position: -1734px 0;
}
.bfh-flag-KI {
background-position: -1751px 0;
}
.bfh-flag-KM {
background-position: -1768px 0;
}
.bfh-flag-KN {
background-position: -1785px 0;
}
.bfh-flag-KP {
background-position: -1802px 0;
}
.bfh-flag-KR {
background-position: -1819px 0;
}
.bfh-flag-KV {
background-position: -1836px 0;
}
.bfh-flag-KW {
background-position: -1853px 0;
}
.bfh-flag-KY {
background-position: -1870px 0;
}
.bfh-flag-LA {
background-position: -1887px 0;
}
.bfh-flag-LC {
background-position: 0 0;
}
.bfh-flag-LK {
background-position: -17px 0;
}
.bfh-flag-LR {
background-position: -1938px 0;
}
.bfh-flag-LS {
background-position: -1955px 0;
}
.bfh-flag-LT {
background-position: -1972px 0;
}
.bfh-flag-LU {
background-position: -1989px 0;
}
.bfh-flag-LV {
background-position: -2006px 0;
}
.bfh-flag-LY {
background-position: -2023px 0;
}
.bfh-flag-MA {
background-position: -2040px 0;
}
.bfh-flag-ME {
background-position: -2057px 0;
}
.bfh-flag-MG {
background-position: -2074px 0;
}
.bfh-flag-MH {
background-position: -2091px 0;
}
.bfh-flag-ML {
background-position: -2108px 0;
}
.bfh-flag-MM {
background-position: -2125px 0;
}
.bfh-flag-MP {
background-position: -2142px 0;
}
.bfh-flag-MR {
background-position: -2159px 0;
}
.bfh-flag-MS {
background-position: -2176px 0;
}
.bfh-flag-MT {
background-position: -2193px 0;
}
.bfh-flag-MU {
background-position: -2210px 0;
}
.bfh-flag-MV {
background-position: -2227px 0;
}
.bfh-flag-MW {
background-position: -2244px 0;
}
.bfh-flag-MZ {
background-position: -2261px 0;
}
.bfh-flag-NA {
background-position: -2278px 0;
}
.bfh-flag-NE {
background-position: -2295px 0;
}
.bfh-flag-NF {
background-position: -2312px 0;
}
.bfh-flag-NG {
background-position: -2329px 0;
}
.bfh-flag-NI {
background-position: -2346px 0;
}
.bfh-flag-NL {
background-position: -2363px 0;
}
.bfh-flag-NO {
background-position: -2380px 0;
}
.bfh-flag-NP {
background-position: -2397px 0;
}
.bfh-flag-NR {
background-position: -2414px 0;
}
.bfh-flag-NZ {
background-position: -2431px 0;
}
.bfh-flag-OM {
background-position: -2448px 0;
}
.bfh-flag-PA {
background-position: -2465px 0;
}
.bfh-flag-PE {
background-position: -2482px 0;
}
.bfh-flag-PG {
background-position: -2499px 0;
}
.bfh-flag-PH {
background-position: -2516px 0;
}
.bfh-flag-PK {
background-position: -2533px 0;
}
.bfh-flag-PL {
background-position: -2550px 0;
}
.bfh-flag-PN {
background-position: -2567px 0;
}
.bfh-flag-PS {
background-position: -2584px 0;
}
.bfh-flag-PT {
background-position: -2601px 0;
}
.bfh-flag-PW {
background-position: -2618px 0;
}
.bfh-flag-PY {
background-position: -2635px 0;
}
.bfh-flag-QA {
background-position: -2652px 0;
}
.bfh-flag-RS {
background-position: -2669px 0;
}
.bfh-flag-RU {
background-position: -2686px 0;
}
.bfh-flag-RW {
background-position: -2703px 0;
}
.bfh-flag-SA {
background-position: -2720px 0;
}
.bfh-flag-SB {
background-position: -2737px 0;
}
.bfh-flag-SC {
background-position: -2754px 0;
}
.bfh-flag-SD {
background-position: -2771px 0;
}
.bfh-flag-SE {
background-position: -2788px 0;
}
.bfh-flag-SG {
background-position: -2805px 0;
}
.bfh-flag-SH {
background-position: -2822px 0;
}
.bfh-flag-SI {
background-position: -2839px 0;
}
.bfh-flag-SK {
background-position: -2856px 0;
}
.bfh-flag-SM {
background-position: -2873px 0;
}
.bfh-flag-SN {
background-position: -2890px 0;
}
.bfh-flag-SO {
background-position: -2907px 0;
}
.bfh-flag-SR {
background-position: -2924px 0;
}
.bfh-flag-SS {
background-position: -2941px 0;
}
.bfh-flag-ST {
background-position: -2958px 0;
}
.bfh-flag-SV {
background-position: -2975px 0;
}
.bfh-flag-SY {
background-position: -2992px 0;
}
.bfh-flag-SZ {
background-position: -3009px 0;
}
.bfh-flag-TC {
background-position: -3026px 0;
}
.bfh-flag-TD {
background-position: -3043px 0;
}
.bfh-flag-TG {
background-position: -3060px 0;
}
.bfh-flag-TH {
background-position: -3077px 0;
}
.bfh-flag-TJ {
background-position: -3094px 0;
}
.bfh-flag-TM {
background-position: -3111px 0;
}
.bfh-flag-TN {
background-position: -3128px 0;
}
.bfh-flag-TP {
background-position: -3145px 0;
}
.bfh-flag-TR {
background-position: -3162px 0;
}
.bfh-flag-TT {
background-position: -3179px 0;
}
.bfh-flag-TV {
background-position: -3196px 0;
}
.bfh-flag-TW {
background-position: -3213px 0;
}
.bfh-flag-TZ {
background-position: -3230px 0;
}
.bfh-flag-UA {
background-position: -3247px 0;
}
.bfh-flag-UG {
background-position: -3264px 0;
}
.bfh-flag-US {
background-position: -3281px 0;
}
.bfh-flag-UY {
background-position: -3298px 0;
}
.bfh-flag-UZ {
background-position: -3315px 0;
}
.bfh-flag-VC {
background-position: -3332px 0;
}
.bfh-flag-VE {
background-position: -3349px 0;
}
.bfh-flag-VG {
background-position: -3366px 0;
}
.bfh-flag-VI {
background-position: -3383px 0;
}
.bfh-flag-VN {
background-position: -3400px 0;
}
.bfh-flag-VU {
background-position: -3417px 0;
}
.bfh-flag-WS {
background-position: -3434px 0;
}
.bfh-flag-YE {
background-position: -3451px 0;
}
.bfh-flag-ZA {
background-position: -3468px 0;
}
.bfh-flag-ZM {
background-position: -3485px 0;
}
.bfh-flag-BF {
background-position: -3502px 0;
}
.bfh-flag-CU {
background-position: -3519px 0;
}
.bfh-flag-DE {
background-position: -3536px 0;
}
.bfh-flag-IR {
background-position: -3553px 0;
}
.bfh-flag-KZ {
background-position: -3570px 0;
}
.bfh-flag-LB {
background-position: -3587px 0;
}
.bfh-flag-LI {
background-position: -3604px 0;
}
.bfh-flag-MC {
background-position: -3621px 0;
}
.bfh-flag-MD {
background-position: -3638px 0;
}
.bfh-flag-MK {
background-position: -3655px 0;
}
.bfh-flag-MN {
background-position: -3672px 0;
}
.bfh-flag-MO {
background-position: -3706px 0;
}
.bfh-flag-MX {
background-position: -3723px 0;
}
.bfh-flag-MY {
background-position: -3740px 0;
}
.bfh-flag-PR {
background-position: -3757px 0;
}
.bfh-flag-RO {
background-position: -3774px 0;
}
.bfh-flag-SL {
background-position: -3791px 0;
}
.bfh-flag-TO {
background-position: -3808px 0;
}
.bfh-flag-VA {
background-position: -3825px 0;
}
.bfh-flag-ZW {
background-position: -3842px 0;
}
.bfh-flag-EUR {
background: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/img/eu.png) no-repeat;
}
.bfh-flag-XCD {
background: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/img/xcd.png) no-repeat;
}
.bfh-flag-AUD,
.bfh-flag-CHF,
.bfh-flag-DKK,
.bfh-flag-EUR,
.bfh-flag-XAF,
.bfh-flag-XCD,
.bfh-flag-XOF,
.bfh-flag-XPF,
.bfh-flag-ZAR {
width: 16px;
height: 14px;
background: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/img/bootstrap-formhelpers-currencies.flags.png) no-repeat;
}
.bfh-flag-AUD:empty,
.bfh-flag-CHF:empty,
.bfh-flag-DKK:empty,
.bfh-flag-EUR:empty,
.bfh-flag-XAF:empty,
.bfh-flag-XCD:empty,
.bfh-flag-XOF:empty,
.bfh-flag-XPF:empty,
.bfh-flag-ZAR:empty {
width: 16px;
}
.bfh-flag-AUD,
.bfh-flag-CHF,
.bfh-flag-DKK,
.bfh-flag-EUR,
.bfh-flag-XAF,
.bfh-flag-XCD,
.bfh-flag-XOF,
.bfh-flag-XPF,
.bfh-flag-ZAR {
margin-right: 5px;
}
.bfh-flag-AUD {
background-position: -32px 0;
}
.bfh-flag-CHF {
background-position: -224px 0;
}
.bfh-flag-DKK {
background-position: -64px -16px;
}
.bfh-flag-EUR {
background-position: -96px -16px;
}
.bfh-flag-XAF {
background-position: -160px -80px;
}
.bfh-flag-XCD {
background-position: -176px -80px;
}
.bfh-flag-XOF {
background-position: -192px -80px;
}
.bfh-flag-XPF {
background-position: -208px -80px;
}
.bfh-flag-ZAR {
background-position: -224px -80px;
}
.bfh-selectbox {
position: relative;
}
.bfh-selectbox .bfh-selectbox-toggle {
display: inline-block;
padding: 6px 24px 6px 12px;
text-decoration: none;
}
.bfh-selectbox .bfh-selectbox-toggle:focus {
outline: 0;
}
.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
display: inline-block;
float: left;
width: 100%;
height: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
float: right;
margin-top: 8px;
margin-right: -16px;
margin-left: -10px;
}
.bfh-selectbox .bfh-selectbox-options {
position: absolute;
top: 130%;
left: 0;
z-index: 1000;
visibility: hidden;
opacity: 0;
float: left;
min-width: 90px;
padding: 5px 0;
margin: -1px 0 0;
font-size: 14px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.bfh-selectbox .bfh-selectbox-options.pull-right {
right: 0;
left: auto;
}
.bfh-selectbox .bfh-selectbox-options .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.bfh-selectbox .bfh-selectbox-options .bfh-selectbox-filter-container {
width: 100%;
padding: 5px;
}
.bfh-selectbox .bfh-selectbox-options ul {
max-width: 500px;
max-height: 200px;
padding: 0;
margin: 5px 0 0 0;
overflow-x: hidden;
overflow-y: auto;
list-style: none;
}
.bfh-selectbox .bfh-selectbox-options ul li > a {
display: block;
width: 100%;
min-height: 26px;
padding: 3px 20px;
overflow-x: hidden;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
text-overflow: ellipsis;
white-space: nowrap;
}
.bfh-selectbox .bfh-selectbox-options ul li > a:hover,
.bfh-selectbox .bfh-selectbox-options ul li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.bfh-selectbox .bfh-selectbox-options ul .bfh-selectbox-options-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.bfh-selectbox .bfh-selectbox-options ul .disabled > a {
color: #999999;
}
.bfh-selectbox .bfh-selectbox-options ul .disabled > a:hover,
.bfh-selectbox .bfh-selectbox-options ul .disabled > a:focus {
color: #999999;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bfh-selectbox.open > .bfh-selectbox-options {
visibility: visible;
opacity: 1;
top: 100%;
}
.bfh-selectbox.open a {
outline: 0;
}
.pull-right > .bfh-selectbox-options {
right: 0;
left: auto;
}
.bfh-selectbox-up .caret,
.navbar-fixed-bottom .bfh-selectbox .caret {
border-top: 0 dotted;
border-bottom: 4px solid #000000;
content: "";
}
.bfh-selectbox-up .bfh-selectbox-options,
.navbar-fixed-bottom .bfh-selectbox .bfh-selectbox-options {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .bfh-selectbox-options {
right: 0;
left: auto;
}
}
.bfh-googlefonts .bfh-selectbox-options a {
width: 230px;
height: 30px;
text-indent: -9999px;
background-image: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/img/bootstrap-formhelpers-googlefonts.png);
}
.bfh-googlefonts .bfh-selectbox-options a:focus {
background-color: transparent;
background-repeat: no-repeat;
outline: none;
filter: none;
}
.bfh-googlefonts .bfh-selectbox-options .active > a,
.bfh-googlefonts .bfh-selectbox-options .active > a:hover {
background-color: transparent;
background-image: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/img/bootstrap-formhelpers-googlefonts.png);
background-repeat: no-repeat;
outline: none;
filter: none;
}
.bfh-datepicker-calendar {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 296px;
}
.bfh-datepicker-calendar > table.calendar {
width: 376px;
background: #ffffff;
}
.bfh-datepicker-calendar > table.calendar .months-header > th {
font-size: 12px;
text-align: center;
}
.bfh-datepicker-calendar > table.calendar .months-header > th.month > span {
display: inline-block;
width: 100px;
}
.bfh-datepicker-calendar > table.calendar .months-header > th.year > span {
display: inline-block;
width: 50px;
}
.bfh-datepicker-calendar > table.calendar .days-header > th {
width: 30px;
font-size: 11px;
line-height: 12px;
text-align: center;
}
.bfh-datepicker-calendar > table.calendar > tbody > tr > td {
width: 30px;
font-size: 11px;
line-height: 12px;
text-align: center;
}
.bfh-datepicker-calendar > table.calendar > tbody > tr > td.today {
color: #ffffff;
background-color: #428bca;
}
.bfh-datepicker-calendar > table.calendar > tbody > tr > td.off {
color: #999999;
}
.bfh-datepicker-calendar > table.calendar > tbody > tr > td:not(.off):hover {
color: #262626;
cursor: pointer;
background-color: #f5f5f5;
}
.bfh-datepicker {
position: relative;
}
.bfh-datepicker-toggle {
*margin-bottom: -3px;
}
.bfh-datepicker-toggle > input[readonly] {
cursor: inherit;
background-color: inherit;
}
.open > .bfh-datepicker-calendar {
display: block;
}
.bfh-timepicker-popover {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 100px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.bfh-timepicker-popover > table {
width: 180px;
margin: 0;
}
.bfh-timepicker-popover > table > tbody > tr > td {
text-align: center;
border: 0;
}
.bfh-timepicker-popover > table > tbody > tr > td.separator {
font-size: 20px;
font-weight: bold;
line-height: 28px;
}
.bfh-timepicker-popover > table > tbody > tr > td > div > input {
width: 42px !important;
text-align: center;
}
.bfh-timepicker {
position: relative;
}
.bfh-timepicker-toggle {
*margin-bottom: -3px;
}
.bfh-timepicker-toggle > input[readonly] {
cursor: inherit;
background-color: inherit;
}
.open > .bfh-timepicker-popover {
display: block;
}
.bfh-slider {
height: 20px;
margin-top: 8px;
margin-bottom: 23px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
}
.bfh-slider > .bfh-slider-handle {
position: absolute;
width: 20px;
height: 34px;
margin-top: -7px;
cursor: col-resize;
background: #efefef;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
.bfh-slider > .bfh-slider-handle > .bfh-slider-value {
position: absolute;
width: 48px;
height: 20px;
margin-top: 5px;
margin-left: -15px;
line-height: 20px;
text-align: center;
cursor: col-resize;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
.bfh-slider > .bfh-slider-handle > .bfh-slider-value .disabled {
color: #999999;
}
.bfh-slider.disabled .bfh-slider-value {
color: #999999;
}
.bfh-colorpicker-popover {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 100px;
padding: 20px;
cursor: default;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.bfh-colorpicker-popover > canvas {
width: 384px;
height: 256px;
}
.bfh-colorpicker {
position: relative;
}
.bfh-colorpicker-toggle {
*margin-bottom: -3px;
}
.bfh-colorpicker-toggle > input[readonly] {
cursor: inherit;
background-color: inherit;
}
.bfh-colorpicker-toggle .bfh-colorpicker-icon {
display: block;
width: 16px;
height: 16px;
}
.open > .bfh-colorpicker-popover {
display: block;
}
.input-group > .bfh-number {
border-right: 0;
}
.input-group > .bfh-number-btn:hover {
background-color: #cccccc;
}.chosen-container {
position: relative;
width:100%!important;
display: block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
visibility: hidden;
opacity: 0;
width: 100%;
background-color: #1c1c1c;
border-color: rgb(42, 196, 183);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-webkit-transform: translate3d(0px, 10px, 0px)!important;
-moz-transform: translate3d(0px, 10px, 0px)!important;
transform: translate3d(0px, 10px, 0px)!important;
}
.chosen-container.chosen-with-drop .chosen-drop {
visibility: visible;
opacity: 1;
-webkit-transform: translate3d(0px, -60px, 0px)!important;
-moz-transform: translate3d(0px, -60px, 0px)!important;
transform: translate3d(0px, -60px, 0px)!important;
}
.chosen-container a {
cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top;
}  .chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
height: 60px;
width: 100%;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
left: -9999px;
}
.chosen-container-single .chosen-search input{
width:100%;
height: 100%!important;
padding:0px 20px;
font-size:16px;
border-bottom-right-radius: 0px!important;
border-bottom-left-radius: 0px!important;
}    .chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 5px;
width: 100%;
height: auto !important;
height: 1%;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
cursor: text;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
height: 25px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #999;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
max-width: 100%;
border-radius: 3px;
background-color: #eeeeee;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}  .chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important;
}  .chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}  .chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close{
}
}body, input, textarea,
.vc_row,
.single_event_list a, .single_event_list a:hover,
.vc_row .single_event_list a,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-ordering select,
.woocommerce .woocommerce-ordering select option,
h4.section_subtitle  {
color: #7b7b7b;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #7b7b7b;
}
#lc_global_search input, #lc_global_search button, .close_search_form {
color: #fff;
}
blockquote, a, .lc_button a:hover, .woocommerce a.button:hover, button.single_add_to_cart_button:hover, #commentform input#submit, input.lc_button,
.vc_row input.lc_button,
.woocommerce a.button, .woocommerce a.button.alt, button.single_add_to_cart_button,
h1, h2, h3, h4, h5, h6,
.vc_row h1, .vc_row h2, .vc_row  h3,
.vc_row  h4, .vc_row  h5, .vc_row h6,
thead, .single_event_list:hover a, .vc_row .single_event_list:hover a,
.eventlist_month, .vc_row .eventlist_month,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #respond input#submit, .woocommerce #respond input#submit:hover,
input.button, input.button:hover, .woocommerce input.button,  .woocommerce input.button:hover,
input[type="submit"],
.wave_player_entry:hover, .wave_player_entry.now_playing {
color: #656565;
}
.lc_back_to_top_btn,
#commentform textarea,  input#author,  input#email,  input#url,
input.beatswave_cf_input,  textarea.beatswave_cf_input,
li.single_event_list,
.woocommerce-ordering select,
.woocommerce .quantity .qty,
div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-message,
.woocommerce table,  .woocommerce th, .woocommerce td,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-billing-fields input,
.woocommerce form .form-row.woocommerce-validated input.input-text,  #order_comments_field textarea {
border-color: #2b2b2b;
}
.lc_back_to_top_btn.black_on_white {
border-color: #d4d4d4;
}
.lc_back_to_top_btn:hover > i {
color: #a7a7a7;
}
.lc_post_meta,  .lc_post_meta a {
color: #656565;
}
.post_item.no_thumbnail .lc_post_meta,
.post_item.no_thumbnail .lc_post_meta a {
color: #484848;
}
.lc_blog_masonry_brick.has_thumbnail .lc_post_meta, .lc_blog_masonry_brick.has_thumbnail .lc_post_meta a,
.lc_blog_masonry_brick.has_thumbnail .lc_post_excerpt {
color: #cbcbcb;
}
.lc_blog_masonry_brick a h2 {
color: #f9f9f9;
}
.post_item.lc_blog_masonry_brick.no_thumbnail, .gallery_brick_overlay {
background-color: #1d1d1d;
}
.single_track {
background-color: #222;
}
.lnwidtget_no_featured_img {
background-color: #151515;
}
.post_item.standard_blog_item.sticky {
padding: 5px 25px 25px;
border-radius: 3px;
background-color: #1c1c1c;
} .black_on_white, .black_on_white h4.section_subtitle {
color: #4e4e4e;
}
.black_on_white h1, .black_on_white h2, .black_on_white h3, .black_on_white h4, .black_on_white h5, .black_on_white h6,
.black_on_white a, .black_on_white input[type="submit"],
.black_on_white .single_event_list:hover a, .black_on_white .vc_row .single_event_list:hover a, .black_on_white .eventlist_month {
color: #232323;
}
.black_on_white input.beatswave_cf_input, .black_on_white li.single_event_list, .black_on_white textarea.beatswave_cf_input {
border-color: #b7b7b7 !important;
}
.black_on_white .lc_button, .black_on_white input[type="submit"] {
border-color: #9c9c9c;
}
.black_on_white .lc_blog_masonry_brick .lc_button a {
color: #dcdcdc;
}
.black_on_white #commentform input#submit:hover, .black_on_white input.lc_button:hover, .black_on_white .lc_button a:hover, .black_on_white .lc_button:hover > a,
.black_on_white .woocommerce a.button:hover, .black_on_white .woocommerce ul.products li.product:hover > a.button,
.black_on_white .woocommerce button.button.alt:hover, .black_on_white input.button:hover,
.black_on_white .album_heading {
color: #ffffff;
}
.black_on_white .lc_view_more {
font-weight: 400;
}
.black_on_white .copyright *{
color: #525252;
}
.footer.black_on_white h2{
color: #2b2b2b!important;
}
.footer.black_on_white *{
color: #525252!important;
}
.footer.black_on_white .day_num span{
color: #2b2b2b!important;
}
.footer.black_on_white .folow ul li a{
background-color: #2b2b2b!important;
}
.footer.black_on_white .main_p{
color: #2b2b2b!important;
}
.vc_row{
margin-right: 0!important;
margin-left: 0!important;
}
.vc_row.section{
margin: auto!important;
}
.vc_column_container>.vc_column-inner{
padding-left: 0!important;
padding-right: 0!important;
}
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner{
padding-top: 0;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner{
padding-top: 0!important;
}
.lc_lif_overlay{
width: 100%;
height: 100%;
}
.woocommerce a.remove:hover{
background-color: inherit!important;
}#preloader{
width: 100%;
height:100%;
background-color: rgb(29, 29, 29);
position: fixed;
top:0;
left:0;
z-index: 9999;
}
@font-face {
font-family: OpenSans-Bold;
src: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/fonts/OpenSans-Bold.ttf);
}
body, html {
padding:0px;
margin:0px;
}
body {
font-family: 'Open Sans', sans-serif;
background-color: rgb(255, 255, 255);
}
body.home{
background-color: rgb(18, 17, 17)!important;
}
body#tinymce{
background-color: inherit;
}
ul {
padding: 0;
margin: 0;
list-style: none;
}
a {
text-decoration: none;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.form-control:focus{
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
-moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
a:focus,a:hover {
outline: none;
text-decoration: none;
}
.row{
margin:0;
}
.overly{
position: absolute;
top: 0;
left: 0;
z-index: 8;
width: 100%;
height: 100%;
background-image: -webkit-gradient(linear, left top, left bottom, from(#a938b7), to(#28e3e6));
background-image: -webkit-linear-gradient(#a938b7, #28e3e6);
background-image: -moz-linear-gradient(#a938b7, #28e3e6);
background-image: -o-linear-gradient(#a938b7, #28e3e6);
background-image: linear-gradient(#a938b7, #28e3e6);
opacity: 0.7;
}
.section{
position: relative;
z-index: 88;
max-width: 1645px;
width: 90%;
margin: auto;
float: none;
}
#footer_sidebars .section{
position: relative;
z-index: 88;
max-width: 1645px!important;
width: 90%;
margin: auto;
float: none;
}
.title{
text-align: center;
padding-top: 105px;
padding-bottom: 105px;
position: relative;
z-index: 10;
}
.title h1{
font-family: Open Sans;
font-size: 40px;
font-weight: 700;
letter-spacing: 2px;
color: #ab2eba;
margin-bottom: 22px;
line-height: 30px;
}
.woocommerce-privacy-policy-link:hover{
color: rgb(171, 46, 186);
}
.title p{
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-weight: 300;
line-height: 30px;
letter-spacing: 8px;
color: #888;
margin-bottom: 0px;
}
.canvas_image, .canvas_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1000;
}
.display_none {
display: none;
}
.lc_content_with_sidebar {
width: 75%;
}
.lc_content_with_sidebar, #sidebar {
display: inline-block;
float: left;
}
.no-bg-color{
background-color: transparent!important;
}
.wpb_content_element{
margin-bottom:0px!important;
}   #header ul.nav li .nav-link.active{
color: rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 ul.nav li.active > a{
color: rgb(171, 46, 186);
}
#header ul.nav li.active a{
color: rgb(171, 46, 186);
}
#header ul.nav li a:hover{
color: rgb(171, 46, 186);
}
#header .nav > li ul.child-item > li a:hover{
color: rgb(171, 46, 186);
}
#header .search-bar form{
position: absolute;
z-index: 99;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 710px;
width: 95%;
}
#header .search-bar form input{
height: 80px;
width: 100%;
margin-right: 0!important;
background-color: rgba(255, 255, 255, 0.3);
border: none;
border-radius: 10px;
padding-left:30px;
font-size: 20px;
text-transform:capitalize;
}
#header .search-bar form button{
position: absolute;
right: 35px;
border: none;
padding: 0;
margin-top: 2px!important;
color: #fff;
}
#header .search-bar form button svg path{
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
#header .search-bar form button:hover{
background-color: transparent;
border-color: transparent;
}
#header .search-bar form button:hover svg path{
fill: rgb(171, 46, 186);
}
#header .search-bar form input::-webkit-input-placeholder { font-family: 'Open Sans';
color: #fff;
font-size: 20px;
}
#header .search-bar form input::-moz-placeholder { font-family: 'Open Sans';
color: #fff;
font-size: 20px;
}
#header .search-bar form input:-ms-input-placeholder { font-family: 'Open Sans';
color: #fff;
font-size: 20px;
}
#header .search-bar form input:-moz-placeholder { font-family: 'Oswald';
color: #fff;
font-size: 20px;
}
#header .search-bar form input:active,#header .search-bar form input:focus{
border:none;
outline:none;
box-shadow: none;
color:#fff;
}
#header .search-bar form button:active,#header .search-bar form button:focus{
border:none;
outline:none;
box-shadow: none;
background-color: transparent;
border-color: transparent;
}
#header .nav-menu.nav-demo-1 .overly{
background-color: rgba(15, 15, 15, 0.85);
z-index: 99;
}
.header_items svg:hover path{
fill: rgb(171, 46, 186);
}
.home .header_items svg:hover path{
fill: rgb(171, 46, 186);
}
.home #header .nav-menu.nav-demo-2 .nav > li > a {
color: #ffffff;
}
#header .nav-menu.nav-demo-2 .nav > li > a{
color: #1b1b1b;
} .home .header-continer .logo img.white-logo{
display: block;
}
.home .header-continer .logo img.phink-logo{
display: none;
}
.home .header-continer.active .logo img.white-logo{
display: none;
}
.home .header-continer.active .logo img.phink-logo{
display: block;
}
.header-continer .logo img.white-logo{
display: none;
}
.home .header_items svg path {
fill: #fff;
}
.home .header_items i, .home #header .search-bar form button {
color: #ffffff;
}
.home .header-continer.active .header_items svg path {
fill: #1b1b1b;
}
.home .header-continer.active .header_items svg:hover path{
fill: rgb(171, 46, 186);
}
.header_items svg path {
fill: #1b1b1b;
}
#header .header-continer.active .header_items i {
color: #1b1b1b;
}
.header_items i{
color: #1b1b1b;
}
body.home .header-continer {
background-color: transparent;
}
body.home .header-continer.active{
background-color:rgb(255, 255, 255);
} .home .header-continer #logo.centered_menu img.white-logo{
display: block;
}
.home .header-continer #logo.centered_menu img.phink-logo{
display: none;
}
.home .header-continer.active #logo.centered_menu img.white-logo{
display: none;
}
.home .header-continer.active #logo.centered_menu img.phink-logo{
display: block;
}
.header-continer #logo.centered_menu img.white-logo{
display: none;
}
.home .header-continer .mobile-logo img.white-logo{
display: block;
}
.home .header-continer .mobile-logo img.phink-logo{
display: none;
}
.home .header-continer.active .mobile-logo img.white-logo{
display: none;
}
.home .header-continer.active .mobile-logo img.phink-logo{
display: block;
}
.header-continer .mobile-logo img.white-logo{
display: none;
}
.header-continer .mobile-logo img.white-logo{
display: none;
}
.home .header_items.centered_menu svg path {
fill: #fff;
}
.home .header_items.centered_menu svg:hover path {
fill: rgb(171, 46, 186);
}
.header_items.centered_menu svg path{
fill: #1b1b1b;
}
.header-continer.centered_menu.active{
background-color:rgb(255, 255, 255);
}
#header .nav-menu.nav-demo-1 ul.nav > li > a {
color: #ffffff;
}
#header .nav-menu.nav-demo-1 ul.nav li a:hover{
color: rgb(171, 46, 186);
}
#header ul.nav li .nav-link.active{
color: rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 ul.nav li.active > a{
color: rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 ul.nav li:hover > a{
color: rgb(171, 46, 186);
}
#header ul.nav li.active a{
color: rgb(171, 46, 186);
}
#header .nav > li ul.child-item{
background-color: rgb(255, 255, 255)!important;
}
#header .nav > li ul.child-item:after{
border-right-color: rgb(255, 255, 255)!important;
}
#header .nav > li ul.child-item > li a:hover{
color: rgb(171, 46, 186);
}
#header .header-continer.active .nav-menu.nav-demo-2 ul.nav li.active > a{
color: rgb(171, 46, 186);
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a{
color: #1b1b1b;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item > li a {
color: #1b1b1b;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item > li:hover > a{
color: rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a{
color: #1b1b1b;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li:hover > a{
color: rgb(171, 46, 186);
}
body.home #header .header-continer{
background-color: rgba(255, 255, 255, 0);
}
body.home #header .header-continer.active{
background-color: rgb(255, 255, 255);
}
#header .header-continer{
background-color: rgb(255, 255, 255);
}
.header-continer.active{
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
-moz-box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item{
-webkit-box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
-moz-box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
}
#header .search-bar form button i{
font-size: 30px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
#header .search-bar form button:hover i{
color:rgb(171, 46, 186);
}
.header_items > div:hover i{
color: rgb(171, 46, 186);
}
.home #header .card_count{
background-color: rgb(171, 46, 186);
}
.card_count{
color: #fff;
background-color: rgb(171, 46, 186);
}
.tp-bgimg.defaultimg{
background-position-y: 0px!important;
}
#header .section_bg_image{
opacity: 1;
z-index: 7;
background-size: cover;
}
#header .bg_image{
background-position-y: 0px;
}
.bg_image{
position: relative;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
}
#footer_sidebars.lc_lif_boxed{
margin: auto;
}
#footer_sidebars.lc_lif_boxed .section{
width:100%;
}
#footer.lc_lif_boxed{
margin: 0 auto;
}
.big-title{
display: table-cell;
vertical-align: bottom;
}
.big-title img{
width: 100%;
object-fit: cover;
-o-object-fit: cover;
opacity: 0.7;
}
.big-title h1{
font-size: 16vw;
text-transform: uppercase;
text-align: center;
color: rgba(255, 255, 255, 0.45);
}
.header-title h1{
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #fff;
font-size: 55px;
text-align: left;
text-transform: none;
letter-spacing: 4px;
margin-bottom: 20px;
text-transform: uppercase;
}
.header-title a{
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 25px;
font-weight: 600;
color: #fff;
background-color: rgb(171, 46, 186);
line-height: 30px;
padding: 18px 50px 20px;
border-radius: 50px;
font-family: 'Oswald';
}
.header-title a:hover{
background-color: rgb(255, 255, 255) !important;
color: rgb(171, 46, 186);
}
.header-title a:focus{
background-color: rgb(255, 255, 255);
}
.section_1_title{
display: table;
width: 100%;
height: 100%;
position: absolute;
z-index: 9;
top: 0;
left: 0;
right: 0;
margin: auto;
}
.header-title{
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin:auto;
text-align: center;
z-index: 9;
margin-bottom: 16px!important;
}
.header-title h1 span{
color: #2ac4b7;
}            .plyr input[type=range]:focus,.plyr:focus{
outline:0
}
.plyr .plyr__video-embed iframe,.plyr__tooltip{
pointer-events:none
}
@keyframes plyr-progress{
to{
background-position:25px 0
}
}
.plyr{
position:relative;
max-width:100%;
min-width:200px;
font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
direction:ltr
}
.plyr,.plyr *,.plyr ::after,.plyr ::before{
box-sizing:border-box
}
.plyr a,.plyr button,.plyr input,.plyr label{
-ms-touch-action:manipulation;
touch-action:manipulation
}
.plyr audio,.plyr video{
width:100%;
height: 100%;
vertical-align:middle;
border-radius:inherit
}
.plyr input[type=range]{
display:block;
height:19px;
width:100%;
margin:0;
padding:0;
vertical-align:middle;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
cursor:pointer;
border:none;
background:0 0;
margin-top: 3px;
}
body.firefox .plyr input[type=range]{
margin-top: 0px;
}
.plyr input[type=range]::-webkit-slider-runnable-track{
height:8px;
background:0 0;
border:0;
border-radius:4px;
-webkit-user-select:none;
user-select:none
}
.plyr input[type=range]::-webkit-slider-thumb{
-webkit-appearance:none;
margin-top:-8px;
position:relative;
height:20px;
width:3px;
background: #4b4b4b;
}
.plyr__volume input[type=range]::-webkit-slider-thumb{
height:15px;
width:15px;
border-radius: 50%;
background: rgb(171, 46, 186);
border-color: transparent;
}
.plyr input[type=range]::-moz-range-track{
height:8px;
background:0 0;
border:0;
border-radius:4px;
-moz-user-select:none;
user-select:none
}
.plyr input[type=range]::-moz-range-thumb{
position:relative;
height:20px;
width:3px;
background: #4b4b4b;
border-color: transparent;
}
.plyr__volume input[type=range]::-moz-range-thumb{
height:15px;
width:15px;
border-radius: 50%;
background: rgb(171, 46, 186);
border-color: transparent;
}
.plyr input[type=range]::-ms-track{
height:8px;
background:0 0;
border:0;
color:transparent
}
.plyr input[type=range]::-ms-fill-upper{
height:8px;
background:0 0;
border:0;
border-radius:4px;
-ms-user-select:none;
user-select:none
}
.plyr input[type=range]::-ms-fill-lower{
height:8px;
border:0;
border-radius:4px;
-ms-user-select:none;
user-select:none;
background: #4b4b4b;
}
.plyr input[type=range]::-ms-thumb{
position:relative;
height:20px;
width:3px;
background: #4b4b4b;
margin-top:0;
border-color: transparent;
}
.plyr__volume input[type=range]::-ms-thumb{
height:15px;
width:15px;
border-radius: 50%;
background: rgb(171, 46, 186);
}
.plyr input[type=range]::-ms-tooltip{
display:none
}
.plyr input[type=range]::-moz-focus-outer{
border:0
}
.plyr input[type=range].tab-focus:focus{
outline-offset:3px
}
.plyr input[type=range]:active::-webkit-slider-thumb{
background: #4b4b4b;
border-color: #4b4b4b;
transform:scale(1.25)
}
.plyr input[type=range]:active::-moz-range-thumb{
background: #4b4b4b;
border-color: #4b4b4b;
transform:scale(1.25)
}
.plyr input[type=range]:active::-ms-thumb{
background: #4b4b4b;
border-color: #4b4b4b;
transform:scale(1.25)
}
.plyr--video input[type=range].tab-focus:focus{
outline:rgba(255,255,255,.5) dotted 1px
}
.plyr--audio input[type=range].tab-focus:focus{
outline:rgba(86,93,100,.5) dotted 1px
}
.plyr__sr-only{
clip:rect(1px,1px,1px,1px);
overflow:hidden;
position:absolute!important;
padding:0!important;
border:0!important;
height:1px!important;
width:1px!important;
}
.plyr__video-wrapper{
position:relative;
background:#000;
border-radius:inherit;
height: 100%;
overflow: hidden;
}
.plyr__video-embed{
padding-bottom:56.25%;
height:0;
border-radius:inherit;
overflow:hidden;
z-index:0
}
.plyr__video-embed iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.plyr__video-embed>div{
position:relative;
padding-bottom:200%;
transform:translateY(-35.95%)
}
.plyr video::-webkit-media-text-track-container{
display:none
}
.plyr__captions{
display:none;
position:absolute;
bottom:0;
left:0;
width:100%;
padding:20px;
transform:translateY(-40px);
transition:transform .3s ease;
color: #4b4b4b;
font-size:16px;
text-align:center;
font-weight:400
}
.plyr__captions span{
border-radius:2px;
padding:3px 10px;
background:rgba(0,0,0,.7);
-webkit-box-decoration-break:clone;
box-decoration-break:clone;
line-height:150%
}
.plyr__captions span:empty{
display:none
}
@media (min-width:768px){
.plyr__captions{
font-size:24px
}
}
.plyr--captions-active .plyr__captions{
display:block
}
.plyr--hide-controls .plyr__captions{
transform:translateY(-15px)
}
@media (min-width:1024px){
.plyr--fullscreen-active .plyr__captions{
font-size:32px
}
}
.plyr ::-webkit-media-controls{
display:none
}
.plyr__controls{
display:-ms-flexbox;
display:flex;
-ms-flex-align:center;
align-items:center;
line-height:1;
text-align:center
}
.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{
margin-left:5px
}
.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{
margin-left:0
}
.plyr__controls .plyr__volume{
margin-left:5px
}
.plyr__controls [data-plyr=pause]{
margin-left:0
}
.plyr__controls button{
position:relative;
display:inline-block;
-ms-flex-negative:0;
flex-shrink:0;
overflow:visible;
vertical-align:middle;
padding:7px;
border:0;
background:0 0;
border-radius:3px;
cursor:pointer;
transition:background .3s ease,color .3s ease,opacity .3s ease;
color:inherit
}
.plyr__controls button svg{
width:20px;
height:20px;
display:block;
fill:currentColor
}
.plyr__controls button:focus{
outline:0
}
.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{
display:none
}
@media (min-width:480px){
.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{
margin-left:10px
}
}
.plyr--hide-controls .plyr__controls{
opacity:0;
pointer-events:none
}
.plyr--video .plyr__controls{
position:absolute;
left:0;
right:0;
bottom:0;
z-index:2;
padding:50px 10px 10px;
background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
border-bottom-left-radius:inherit;
border-bottom-right-radius:inherit;
color: #4b4b4b;
transition:opacity .3s ease
}
.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{
color: #4b4b4b;
}
.plyr--audio .plyr__controls{
padding:10px;
border-radius:inherit;
background: #ab2eba;
border:1px solid #4b4b4b;
color: #ab2eba;
}
.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large{
background: #ab2eba;
color: #ab2eba;
}
.plyr__play-large{
display:none;
position:absolute;
z-index:1;
top:50%;
left:50%;
transform:translate(-50%,-50%);
padding:10px;
border:4px solid currentColor;
border-radius:100%;
box-shadow:0 1px 1px rgba(0,0,0,.15);
transition:all .3s ease
}
.plyr__play-large svg{
position:relative;
left:2px;
width:20px;
height:20px;
display:block;
fill:currentColor
}
.plyr__play-large:focus{
outline:rgba(255,255,255,.5) dotted 1px
}
.plyr .plyr__play-large{
display:inline-block
}
.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{
display:none
}
.plyr--playing .plyr__play-large{
opacity:0;
visibility:hidden
}
.plyr--playing .plyr__controls [data-plyr=pause]{
display:inline-block
}
.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{
display:block
}
.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{
display:none
}
.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{
display:inline-block
}
.plyr__tooltip{
position:absolute;
z-index:2;
bottom:100%;
margin-bottom:10px;
padding:5px 7.5px;
opacity:0;
background:rgba(0,0,0,.7);
border-radius:3px;
color: rgb(255, 255, 255);
font-size:14px;
line-height:1.3;
transform:translate(-50%,10px) scale(.8);
transform-origin:50% 100%;
transition:transform .2s .1s ease,opacity .2s .1s ease;
}
.plyr__tooltip::before{
content:'';
position:absolute;
width:0;
height:0;
left:50%;
transform:translateX(-50%);
bottom:-4px;
border-right:4px solid transparent;
border-top:4px solid rgba(0,0,0,.7);
border-left:4px solid transparent;
z-index:2
}
.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{
opacity:1;
transform:translate(-50%,0) scale(1)
}
.plyr button:hover .plyr__tooltip{
z-index:3
}
.plyr__controls button:first-child .plyr__tooltip{
left:0;
transform:translate(0,10px) scale(.8);
transform-origin:0 100%
}
.plyr__controls button:first-child .plyr__tooltip::before{
left:16px
}
.plyr__controls button:last-child .plyr__tooltip{
right:0;
transform:translate(0,10px) scale(.8);
transform-origin:100% 100%
}
.plyr__controls button:last-child .plyr__tooltip::before{
left:auto;
right:16px;
transform:translateX(50%)
}
.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{
transform:translate(0,0) scale(1)
}
.plyr__progress{
position:relative;
display:none;
-ms-flex:1;
flex:1
}
.plyr__progress input[type=range]{
position:relative;
z-index:2
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track{
background:0 0
}
.plyr__progress input[type=range]::-moz-range-track{
background:0 0
}
.plyr__progress input[type=range]::-ms-fill-upper{
background:0 0
}
.plyr__progress .plyr__tooltip{
left:0
}
.plyr .plyr__progress{
display:inline-block;
max-width: 365px;
margin-left: 90px;
margin-top: 0px;
}
.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{
position:absolute;
left:0;
top:61%;
width:100%;
height:4px;
margin:-4px 0 0;
padding:0;
vertical-align:top;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border:none;
border-radius:100px
}
.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{
background: #4b4b4b;
}
.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{
background:currentColor;
border-radius:100px;
min-width:8px
}
.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{
background:currentColor;
border-radius:100px;
min-width:8px
}
.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{
border-radius:100px
}
.plyr__progress--played,.plyr__volume--display{
z-index:1;
color: #4b4b4b;
background:0 0;
transition:none
}
.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{
min-width:8px;
max-width:99%;
border-top-right-radius:0;
border-bottom-right-radius:0;
transition:none
}
.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{
min-width:8px;
max-width:99%;
border-top-right-radius:0;
border-bottom-right-radius:0;
transition:none
}
.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{
display:none
}
.plyr__progress--buffer::-webkit-progress-value{
transition:width .2s ease
}
.plyr__progress--buffer::-moz-progress-bar{
transition:width .2s ease
}
.plyr__progress--buffer::-ms-fill{
transition:width .2s ease
}
.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{
background:rgba(255,255,255,.25)
}
.plyr--video .plyr__progress--buffer{
color:rgba(255,255,255,.25)
}
.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{
background:rgba(198,214,219,.66)
}
.plyr--audio .plyr__progress--buffer{
color:rgba(198,214,219,.66)
}
.plyr--loading .plyr__progress--buffer{
animation:plyr-progress 1s linear infinite;
background-size:25px 25px;
background-repeat:repeat-x;
background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);
color:transparent
}
.plyr--video.plyr--loading .plyr__progress--buffer{
background-color:rgba(255,255,255,.25)
}
.plyr--audio.plyr--loading .plyr__progress--buffer{
background-color:rgba(198,214,219,.66)
}
.plyr__time{
display:inline-block;
vertical-align:middle;
font-size:20px
}
.plyr__controls > .plyr__time{
position: absolute;
left: 58px;
margin-top: -1px;
}
.plyr__time+.plyr__time{
display:inline-block;
position: initial;
margin-left: 25px;
margin-right: 55px;
margin-top: -2px;
}
.plyr__controls>button:last-of-type:before {
content: '\f026';
font-family: fontawesome;
font-size: 25px;
position: absolute;
right: 495%;
top: 0px;
padding:5px;
border-radius: 3px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.plyr__controls>button:last-of-type:hover:before{
background: rgba(0,0,0,.1);
}
.plyr .plyr__volume{
-ms-flex:1;
flex:1;
position:relative
}
.plyr .plyr__volume input[type=range]{
position:relative;
z-index:2;
top: 2px;
}
.plyr__controls>button:last-of-type{
position: absolute;
position: absolute;
right: 20px;
top: 70px;
}
@media (min-width:480px){
.plyr .plyr__volume{
display:block;
max-width:60px
}
}
@media (min-width:768px){
.plyr .plyr__volume{
max-width:135px;
margin-left: 0px;
}
}
.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{
display:none!important
}
.plyr--fullscreen-active{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
height:100%;
width:100%;
z-index:10000000;
background:#000;
border-radius:0!important
}
.plyr--fullscreen-active video{
height:100%
}
.plyr--fullscreen-active .plyr__video-wrapper{
height:100%;
width:100%
}
.plyr--fullscreen-active .plyr__video-embed{
overflow:visible
}
.plyr--fullscreen-active .plyr__controls{
position:absolute;
bottom:0;
left:0;
right:0
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{
height:0;
top:50%;
transform:translateY(-50%)
} .add-bottom { margin-bottom:2rem !important; }
.left { float:left; }
.right { float:right; }
.center {
text-align: center;
} audio {
margin:0 15px 0 14px;
width:670px;
}
#audiowrap,
#plwrap {
margin:0 auto;
}
#tracks {
position:relative;
text-align:center;
}
#nowPlay {
display:inline;
}
#npAction {
padding:21px;
position:absolute;
}
#npTitle {
padding:21px;
}
#plList li {
cursor:pointer;
display:block;
margin:0;
padding:21px 0;
}
#plList li:hover {
background-color:rgba(0,0,0,.1);
}
.plItem {
position:relative;
}
.plTitle {
left:50px;
overflow:hidden;
position:absolute;
right:65px;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
}
.plNum {
padding-left:21px;
width:25px;
}
.plLength {
padding-left:21px;
position:absolute;
right:21px;
top:0;
}
.plSel,
.plSel:hover {
background-color:rgba(0,0,0,.1);
color: #4b4b4b;
cursor:default !important;
}
a[id^="btn"] {
border-radius:3px;
color: #4b4b4b;
cursor:pointer;
display:inline-block;
font-size:2rem;
height:35px;
line-height:.8;
margin:0 20px 20px;
padding:5px 10px;
text-decoration:none;
transition:background .3s ease;
width:35px;
}
a[id^="btn"]:last-child {
margin-left:-4px;
}
a[id^="btn"]:hover,
a[id^="btn"]:active {
background-color: #4b4b4b;
color: #4b4b4b;
}
a[id^="btn"]::-moz-focus-inner {
border:0;
padding:0;
} .music{
position: relative;
max-width: 860px;
}
.mp3 {
position: relative;
}
.mp3 > span {
position: absolute;
z-index: 9;
font-size: 18px;
color: #470f50;
left: 26px;
top: 20px;
}
.music > span{
position: absolute;
color: #797f80;
font-size: 18px;
z-index: 9;
left: 20px;
}
.music > span:nth-child(1){
top: 5px;
}
.music > span:nth-child(3){
top: 95px;
}
.music > span:nth-child(5){
top: 185px;
}
#album-release .plyr__controls,#discography-post .mp3 .plyr__controls{
background-color: rgba(34, 34, 34, 0)!important;
}
.plyr--playing .plyr__controls [data-plyr=pause] svg{
color: #4b4b4b!important;
}
.plyr--audio .plyr__controls {
border: 2px solid rgba(25, 25, 25, 0);
color: #4b4b4b;
padding: 68px 20px 25px 16px;
width: 100%;
}
.mp3_1 .plyr--audio .plyr__controls,.mp3_2 .plyr--audio .plyr__controls{
border-bottom:none;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
background:rgba(0,0,0,.1);
}
.plyr__progress--played, .plyr__volume--display {
color: #4b4b4b;
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background: #4b4b4b;
}
.plyr--audio .plyr__progress--buffer {
color: #4b4b4b;
} @media only screen and (max-width:850px) {
#nowPlay { display:none; }
}   #album-release .mp3 .plyr--audio .plyr__controls{
border-bottom: 0px!important;
}
#album-release .mp3:last-of-type .plyr--audio .plyr__controls{
border-bottom: 2px solid #191919!important;
}
#album-release{
position: relative;
background-color: rgb(245, 248, 250);
overflow: hidden;
padding-bottom: 97px;
}
.section_bg_image{
position: absolute;
z-index: 9;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-repeat: no-repeat;
background-size: contain;
background-position: bottom;
opacity: 0.2;
}
.m_img{
height: 150px;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
}
.sec_2_content{
font-family: 'Open Sans';
line-height: 30px;
}
.col.sec_2_content{
max-width: 785px;
}
.sec_2_content *{
font-size: 18px;
line-height: 30px;
color: #4b4b4b;
margin-bottom: 0px;
}
.sec_2_content .cta a{
letter-spacing: 1px;
}
#album-release .col{
min-height: auto;
padding: 0;
}
#album-release .buy{
margin-top: 49px;
}
#album-release .section > .row{
margin: 0px;
}
.disc_cover img {
width: 58%;
top: -5%;
}
.disc{
position: relative;
left: 15px;
z-index: 99;
}
.cd{
position: absolute;
left: 37%;
top: 2%!important;
width: 53%!important;
z-index: 9;
-webkit-animation: spin 15s linear infinite;
-moz-animation: spin 1s linear infinite;
animation: spin 15s linear infinite;
}
@-webkit-keyframes spin {
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.cta{
margin-top: 30px;
}
.cta a{
font-family: 'Oswald';
font-size: 15px;
padding: 15px 40px 15px 40px;
border: 1px solid rgb(171, 46, 186);
border-radius: 50px;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.cta a:hover{
border-color:rgb(171, 46, 186);
background-color:rgb(171, 46, 186);
color: #fff!important;
text-decoration: none!important;
}
#album-release .cta a{
color: rgb(171, 46, 186);
border-color: rgb(171, 46, 186)!important;
letter-spacing: 1px;
}
#album-release .cta a:hover{
border-color:rgb(171, 46, 186);
color: #fff;
}
#album-release .cta i{
margin-left: 6px;
}
.home #on-tour{
background-color: rgb(27, 27, 27);
}
#on-tour{
position: relative;
overflow: hidden;
}
.on-tour-wrapper{
padding-bottom: 105px;
}
#on-tour .section_bg_image{
background-attachment: fixed;
background-size: cover;
background-position: 50%;
opacity: 0.9;
z-index: 7;
}
.home-demo-2.demo-2-bg .tp-bgimg.defaultimg{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.home-demo-2.demo-2-bg .wpb_revslider_element.wpb_content_element{
margin-bottom: 0px;
}
.j_c{
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 60px;
}
.j_c .mp3_1 .plyr__controls{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.j_c .mp3_3 .plyr__controls{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}      .home #on-tour{
background-color: #1b1b1b;
}
#on-tour{
position: relative;
overflow: hidden;
}
#on-tour .title p{
color:#fff;
}
#on-tour .section_bg_image{
background-attachment: fixed;
background-size: auto;
background-position: 50%;
opacity: 0.7;
}
.tickets{
padding: 0px;
}
.ticket{
margin:0px;
margin-top: 1px;
}
.ticket-link{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ticket *{
color: #888;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.row.ticket:after {
content: '';
display: block;
height: 3px;
width: 100%;
background-image:url(//onevoiceministries.com/wp-content/themes/beatswave/assets/images/doted.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
}
.tickets > div.ticket:first-child > div{
padding-top: 0px;
}
.row.ticket > div{
padding: 40px 20px;
}
.buy{
text-align:right;
}
.day_num{
width: 167px;
height: 63px;
border-right: 5px solid #ffffff;
line-height: 33px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.day_num span{
font-family: 'Oswald';
font-size: 68px;
color: #fff;
}
.day_num div{
margin-left: 7px;
}
.day_num div p{
font-family: 'Oswald';
font-size: 30px;
margin: 0;
text-transform: uppercase;
}
.row.ticket > div > div{
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.day{
float: left;
}
.name{
float: left;
padding-left: 30px;
}
.name p{
font-family: 'Oswald';
font-size: 40px;
margin: 0;
font-weight: 300;
color: #fff;
}
.name span:first-child{
margin-right: 30px;
}
.buy a{
font-family: 'Oswald';
font-size: 25px;
color: #f8f8f8!important;
text-transform: uppercase;
padding: 11px 33px;
border: 1px solid #fff;
border-radius: 50px;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.row.ticket:hover *{
color: #fff;
}
.row.ticket:hover .day_num{
border-color:rgb(171, 46, 186);
}
.row.ticket:hover .day_num *{
color: rgb(255, 255, 255);
}
.row.ticket:hover .buy a{
background-color: rgb(171, 46, 186);
border-color: rgb(171, 46, 186);
color:#fff!important;
}
.buy a:hover{
text-decoration: none;
color: #fff;
}
.buy p{
font-family: 'Special Elite';
font-size: 30px;
margin: 0;
text-transform: uppercase;
text-align: center;
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(20deg);
}      #gallery{
background-color: rgb(255, 255, 255);
padding-bottom: 119px;
}
#gallery .vc_column-inner{
padding-top:0px;
}
#gallery .row.title{
margin-bottom: 65px;
}
#gallery .row,#gallery .col{
padding: 0px;
margin: 0px;
}
#image-gallery > div.row{
width:100%;
}
#gallery .row > div{
padding: 0px;
}
#image-gallery .grid-item{
width:25%;
background-image: -webkit-linear-gradient(230deg, rgb(100, 21, 34), rgb(37, 22, 26));
background-image: -moz-linear-gradient(230deg, rgb(100, 21, 34), rgb(37, 22, 26));
background-image: -o-linear-gradient(230deg, rgb(100, 21, 34), rgb(37, 22, 26));
background-image: linear-gradient(-140deg, rgb(100, 21, 34), rgb(37, 22, 26));
}
#image-gallery .grid-item:hover img{
opacity: 0.5;
}
#image-gallery .grid > div.grid-item:nth-child(2){
width:50%;
height:965px;
}
#image-gallery .grid > div.grid-item:last-child{
height:425px!important;
}
#image-gallery .grid > div.grid-item:nth-child(2n+1){
height:540px;
}
#image-gallery .grid > div.grid-item:nth-child(3n+1){
height:965px;
}
#image-gallery .grid-item a.img_link,
#image-gallery .grid-item a.img_link img{
width: 100%;
}
#image-gallery .grid-sizer {
width: 25%;
}
#gallery .music-banner{
background-image: -webkit-gradient(linear, right top, left top, from(rgb(171, 46, 186)), to(#17f1ff));
background-image: -webkit-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
background-image: -moz-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
background-image: -o-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
background-image: linear-gradient(-90deg, rgb(171, 46, 186), #17f1ff);
}
#gallery .music-banner:hover a.img_link img{
opacity: 0.5;
}
.img_gallery{
position: relative;
overflow: hidden;
}
#popup-container{
opacity: 0;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 90;
background-color: rgba(82, 64, 110, 0.9);
}
#slides-container{
position: relative;
width: 90%;
height: 100%;
margin: auto;
}
.popup-image{
width:100%;
height: 100%;
text-align: center;
cursor: auto;
}
.popup_block{
position: absolute;
z-index: 100;
width: 100%;
height: 70%;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
overflow: hidden;
}
.popup_block:hover .popup_left{
left: -105px;
}
.popup_block:hover .popup_right{
right:-105px;
}
.popup_arrow{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 130px;
width: 180px;
background-color: rgba(171, 46, 186, 0.54);
border-radius: 70%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
z-index: 99;
}
.popup_left{
left: -200px;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-right: 30px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.popup_right{
right: -200px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-left: 30px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.popup_arrow i{
font-size: 35px;
color: #fff;
}
#popup-container ul{
position: absolute;
bottom: 10%;
left: 0;
right: 0;
margin: auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#popup-container ul li{
width: 13px;
height: 13px;
margin:0px 3px;
border: 2px solid #fff;
border-radius: 50%;
position: relative;
display: inline-block;
cursor: pointer;
-o-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
}
#popup-container ul li:hover{
-webkit-transform: scale(1.3, 1.3);
-moz-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
-o-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
border: none;
background-color: rgb(171, 46, 186);
}
#popup-container ul li.active{
-webkit-transform: scale(1.3, 1.3);
-moz-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
-o-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
border: none;
background-color: rgb(171, 46, 186);
}
.banner_2 {
overflow: hidden;
padding-right: 0px;
}
a.popup-image img {
max-width: 100%;
max-height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.banner_1{
height: 100%;
overflow: hidden;
padding-left: 0;
}
a.img_link{
display: block;
width: 101%;
height:100%;
overflow: hidden;
}
#single-gallery a.img_link{
width:100%;
}
a.img_link img{
width: 101%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
a.anim_border {
position: absolute;
z-index: 9;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
a.anim_border::before {
border-top: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgb(255, 255, 255);
bottom: 20px;
content: "";
left: 10px;
position: absolute;
right: 10px;
top: 20px;
transform: scale(0, 1);
-webkit-transform: scale(0, 1);
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
z-index: 9;
}
a.anim_border::after {
border-left: 1px solid rgb(255, 255, 255);
border-right: 1px solid rgb(255, 255, 255);
bottom: 10px;
content: "";
left: 20px;
position: absolute;
right: 20px;
top: 10px;
transform: scale(1, 0);
-webkit-transform: scale(1, 0);
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
z-index: 9;
}
.anim_border:hover:before, .anim_border:hover:after {
transform: scale(1);
-webkit-transform: scale(1);
}
#gallery .cta{
text-align: center;
margin-top: 119px;
}
#gallery .buy a,#album-release .buy a{
color: #fff;
}
#album-release .buy a{
padding: 15px;
}
#gallery .banner_1 > div:first-child{
height: 25%;
padding-bottom:15px;
}
#gallery .banner_1 > div:last-child{
height: 25%;
padding-top:15px;
}
#gallery .banner_1 > div:nth-child(2){
height: 50%;
padding: 15px 0px;
}
#gallery .banner_2 > div:first-child{
height: 50%;
padding-bottom: 15px;
}
#gallery .banner_2 > div:last-child{
height: 25%;
padding-top: 15px;
}
#gallery .banner_2 > div:nth-child(2){
height: 25%;
padding: 15px 0px;
}
#gallery .banner_1 > div:first-child > div:first-child{
margin-right: 15px;
}
#gallery .banner_1 > div:first-child > div:last-child{
margin-left: 15px;
}
#gallery .banner_1 > div:last-child > div:first-child{
margin-right: 15px;
}
#gallery .banner_1 > div:last-child > div:last-child{
margin-left: 15px;
}
#gallery .banner_1 > div > div,#gallery .banner_2 > div > div{
height: 100%;
}      .youtube .thumb{
height: 100% !important;
object-fit: cover!important;
}
#video{
position:relative;
padding-bottom: 105px;
}
#video:before,
#contact-us:before{
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
#video .title p{
color:#fff;
}
#video .embed-responsive{
max-width: 1360px;
width: 90%;
margin:auto;
border: 19px solid #ab2eba;
border-radius: 70px;
-webkit-box-shadow: 0 0 10px 1px #2e253d;
box-shadow: 0 0 10px 1px #2e253d;
}
#video .embed-responsive iframe{
width: 100%;
height: 100%;
border: 0;
}
.video .youtube{
border: 1px solid #ab2eba;
background-color: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
max-width: 100%;
height: 100%;
z-index: 2;
}
.video .embed-responsive{
height: 100%;
}
.video iframe{
width: 100%;
height: 100%;
border: 0;
}      #news{
position: relative;
background-color: rgb(27, 27, 27);
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
padding-bottom: 105px;
overflow: hidden;
background-color: rgb(255, 255, 255);
}
#news .section_bg_image{
background-attachment: fixed;
background-size: cover;
opacity: 1;
background-position:0%;
}
#news .section {
max-width: 1665px;
}
.news > div.row{
margin: 0;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.news > div > div{
position: relative;
max-width: 575px;
width: 95%;
padding: 0 10px;
}
.news_content{
position: relative;
z-index: 10;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
text-align: left;
padding: 35px 0px 15px;
}
.news_content_3 {
background-color: #121213;
}
.news .cta{
width: auto;
margin-top: 0px;
}
.news > div > div:hover .news_content .cta a {
background-color: rgb(171, 46, 186);
color: #fff!important;
}
.news .cta a{
border-color: rgb(171, 46, 186);
}
.news_content h2{
font-family: 'Oswald';
font-size: 34px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
color: #1b1b1b;
margin-bottom: 20px;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news_content .day_num{
width: auto;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
border: none;
}
.news_content .day_num *{
color: rgb(171, 46, 186);
margin: 0;
}
.news_content .day_num div{
border-right: 3px solid rgb(171, 46, 186);
padding-right: 10px;
margin-right: 10px;
margin-left: 4px;
line-height: 14px;
}
.n_c{
margin-top: 20px;
margin-bottom: 40px;
}
.n_c *{
font-family: 'Open Sans';
font-size: 18px;
text-align: left;
letter-spacing: 1px;
color: #4b4b4b;
line-height: 30px;
margin: 0;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news_content_3{
background-color: rgb(18, 18, 18);
}
.news_content .buy{
opacity: 0;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news .bg_image{
background-image: linear-gradient(#c86a8f, #178d8f);
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news .bg_image img{
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.news .bg_image .overly{
opacity: 0;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .bg_image{
-webkit-filter: initial;
filter: initial;
}
.news_content:hover .buy{
opacity: 1;
}
.news_content:hover h2{
color: rgb(171, 46, 186);
}
.news > div > div:hover .bg_image .overly{
opacity: 0.7;
}
.news > div > div:hover .news_content .buy{
opacity: 1;
}
.news > div > div:hover .news_content h2{
color: rgb(171, 46, 186);
}
.news > div > div:hover .news_content .cta a{
background-color: rgb(171, 46, 186);
color:#fff;
}
.news_content:hover .cta a{
background-color: rgb(171, 46, 186);
border-color: rgb(171, 46, 186);
color:#fff;
}
.news_content:hover .day_num span{
color: rgb(255, 255, 255);
}
.news_content:hover .day_num div p{
color: rgb(255, 255, 255);
}
.news_content .day_num div p{
font-size: 14px;
color: rgb(171, 46, 186);
text-align: left;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .day_num div p{
color: #1b1b1b!important;
}
.news > div > div:hover .news_content .day_num div {
border-color: #1b1b1b;
}
.news_content .day_num span{
font-size: 26px;
color: rgb(171, 46, 186);
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .day_num span{
color: #1b1b1b!important;
}
.news_content .day_num div{
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .news_content .day_num div {
border-color: #1b1b1b!important;
}
.news_content .day_num > p{
font-family: 'Open Sans';
font-size: 14px;
font-style: italic;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .day_num > p{
color: #1b1b1b !important;
}
.news_content .buy a{
color: #fff;
padding: 22px 46px;
}      #testimonials{
position: relative;
background-color: rgb(245, 248, 250);
padding-bottom: 89px;
background-repeat: no-repeat;
background-size: cover;
}
.vc_column-inner{
padding-top: 0px!important;
}
.flex-direction-nav{
display: none;
}
.flex-control-nav{
text-align: center;
margin-top: 60px;
padding: 0;
}
.flex-control-nav li{
display: inline-block;
}
.flex-control-nav li a{
display:block;
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #4d1c52;
background-color: transparent;
text-indent: -9999px;
margin: 0px 5px;
font-size: 0;
color: transparent;
cursor: pointer;
}
.flex-control-nav li a.flex-active {
background-color: rgb(171, 46, 186);
border-color: rgb(171, 46, 186);
}
.slide_img{
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
border: 1px solid transparent;
margin: auto auto 35px auto;
overflow: hidden;
}
.slide_img img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 0px 0px;
object-position: 0px 0px;
}
.carousel-indicators li{
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid white;
background-color: transparent!important;
}
.carousel-indicators .active {
background-color: #fff!important;
}
.carousel_content {
font-family: 'Open Sans';
position: relative;
max-width: 770px;
width: 95%;
margin: auto;
text-align:center;
}
.carousel_content *{
color: #4b4b4b;
font-size: 18px;
line-height: 30px;
font-style: italic;
}
.quote-before{
width: 40px;
height: 40px;
position: absolute;
top: 6%;
left: -10%;
}
.quote-after{
width: 40px;
height: 40px;
position: absolute;
top: 6%;
right: -10%;
}
.quote-before path,.quote-after path{
fill: rgb(171, 46, 186);
}      #contact-us{
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
padding-bottom: 105px;
}
#contact-us .title p{
color:#fff;
}
.form form input{
height: 55px;
color:#fff;
text-transform: capitalize;
}
.form form textarea{
height: 295px;
color:#fff;
text-transform: capitalize;
}
.form form input,.form form textarea{
background-color: rgba(255, 255, 255, 0.25);
border-radius: 5px;
border: 1px solid rgba(255, 255, 255, 0.1803921568627451) !important;
}
.form form input:focus,.form form textarea:focus{
background-color: rgba(255, 255, 255, 0.1803921568627451);
border-color: #fff!important;
outline: 0;
box-shadow: none;
color:#fff;
}
.form .row{
margin-right: -15px;
margin-left: -15px;
}
.form .fild_1{
margin-bottom: 20px;
}
.form .btn-primary{
font-family: 'Oswald';
color: #fff;
background-color: transparent;
border-color: #fff!important;
padding: 15px 65px 15px;
font-size: 15px;
margin-top: 19px;
border-radius: 50px;
}
.form .btn-primary:focus,
.form .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus{
box-shadow: 0 0 0 0;
}
.form .btn-primary:hover{
background-color: rgb(171, 46, 186)!important;
border-color: rgb(171, 46, 186)!important;
}
.form .btn-primary:active{
background-color: rgb(171, 46, 186)!important;
border-color: rgb(171, 46, 186)!important;
}
.form input::-webkit-input-placeholder { font-family: 'Open Sans';
font-style: italic;
color: #fff;
font-size: 14px;
text-transform: capitalize;
}
.form input::-moz-placeholder { font-family: 'Open Sans';
font-style: italic;
color: #fff;
font-size: 14px;
text-transform: capitalize;
}
.form input:-ms-input-placeholder { font-family: 'Open Sans';
font-style: italic;
color: #fff;
font-size: 14px;
text-transform: capitalize;
}
.form input:-moz-placeholder { font-family: 'Oswald';
font-style: italic;
color: #fff;
font-size: 14px;
text-transform: capitalize;
}
.form textarea::-webkit-input-placeholder { font-family: 'Open Sans';
font-style: italic;
color: #fff;
font-size: 14px;
text-transform: capitalize;
padding-top:245px;
}
.form textarea::-moz-placeholder { font-family: 'Open Sans';
font-style: italic;
color: #fff;
font-size: 14px;
text-transform: capitalize;
padding-top:245px;
}
.form textarea:-ms-input-placeholder { font-family: 'Open Sans';
font-style: italic;
color: #fff;
font-size: 14px;
text-transform: capitalize;
padding-top:245px;
}
.form textarea:-moz-placeholder { font-family: 'Open Sans';
font-style: italic;
color: #fff;
font-size: 14px;
text-transform: capitalize;
padding-top:245px;
}
.beatswave_cf_error {
display: none;
color: red!important;
}
.formResultOK .beatswave_cf_error{
color: green!important;
}
#contact-us #submit{
height: auto;
}      .lc_back_to_top_btn{
position: fixed;
display: none;
right: 80px;
bottom: 15px;
color: rgb(171, 46, 186);
font-size: 50px;
cursor: pointer;
z-index: 100;
}
#footer{
position: relative;
background-color: rgb(245, 248, 250);
}
#footer .bg_image {
margin-top: 0px;
position: absolute;
background-position: 0% 20%;
}
.footer-overly{
position: absolute;
top: 0;
left: 0;
z-index: 8;
width: 100%;
height: 100%;
background-color: rgb(245, 248, 250);
opacity: 0.9;
}
#footer .overly{
background-color: rgba(19, 19, 19, 0.95);
opacity: 1;
}
.footer{
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0;
padding-top: 40px;
padding-bottom: 40px;
}
.footer > div{
max-width: 340px;
width: 95%;
padding: 0;
}
.f-content{
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin: auto;
}
.footer > div:last-child{
padding-left: 45px;
}
.footer h2{
font-family: 'Oswald';
color: #2e2e2e;
font-size: 20px;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
}
.footer *{
color: #6b6b6b;
}
.footer .main_p{
color: rgb(171, 46, 186);
}
.footer > div:first-child p{
font-family: 'Open Sans';
font-size: 14px;
line-height: 25px;
margin: 0;
}
.footer .day_num{
display: block;
border: none;
width: auto;
height: auto;
margin-bottom: 10px;
}
.footer .day_num > a{
display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
-moz-box-align:center;
-ms-flex-align:center;
align-items:center;
text-decoration: none;
}
.footer .day_num span {
width: 15px;
font-family: 'Oswald';
font-size: 24px;
margin-right: 5px;
color: rgb(171, 46, 186);
}
.footer .day_num div {
line-height: 14px;
margin-right: 20px;
}
.footer .day_num div p{
font-family: 'Oswald';
font-size: 14px;
}
.footer .day_num > a > p{
font-family: 'Open Sans';
font-size: 14px;
line-height: 30px;
margin: 0px;
}
.footer_logo img{
width: 140px;
}
.footer_logo{
margin-bottom: 20px;
}
.info p{
font-family: 'Open Sans';
font-size: 14px;
line-height: 30px;
margin: 0;
}
.widget_beatswave_contact_data h2{
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
.info p a, .lc_widget_contact, .lc_widget_contact span{
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
font-family: 'Open Sans';
font-size: 14px;
line-height: 30px;
margin: 0;
}
a:focus, a:hover{
color: rgb(171, 46, 186);
}
.info p:hover a{
color: rgb(171, 46, 186);
text-decoration: none;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.folow{
margin-top: 35px;
}
.folow ul{
list-style: none;
padding: 0;
margin: 0;
}
.folow ul li {
display: inline-block;
}
.folow ul {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.folow ul li a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50px;
height: 50px;
font-size: 21px;
background-color: #888;
margin-right: 5px;
margin-bottom: 5px;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.folow ul li a i{
color:#fff;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.folow ul li a:hover{
background-color:rgb(171, 46, 186);
text-decoration:none;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.folow ul li a:hover i{
color: #fff;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.demo-2-bg.classic .footer .main_p{
color: #a5a5a5 !important;
}
.footer .day_num *{
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.footer .day_num:hover *{
color: rgb(171, 46, 186);
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.copyright{
text-align: center;
padding: 25px 0px;
border-top: 1px solid #dddddd;
}
.copyright *{
font-family: 'Open Sans';
font-size: 12px;
color: #4b4b4b;
cursor: auto;
}
.f_1{
margin:0;
position: relative;
z-index: 11;
}
.f_1 .col{
padding: 0;
}         #page-title{
position: relative;
margin-top: 140px;
margin-bottom: 70px;
}
.title-image img {
width: 100%;
opacity: 0.5;
}
.music-discography #page-title{
margin-bottom: 70px;
}
.title-image img{
width: 100%;
opacity: 0.5;
}
.title-image h1{
text-transform: uppercase;
font-size: 17vw;
text-align: center;
opacity: 0.3;
line-height: 13vw;
}
.global-title{
position: absolute;
z-index: 9;
top: 20%;
left: 0;
right: 0;
margin: auto;
text-align: center;
}
.global-title h1{
font-family: 'Oswald';
font-weight: 700;
font-size: 85px;
color: #ab2eba;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 4px;
margin-bottom: 0;
}
#discography{
padding:0px 15px;
margin-bottom: 40px;
}
.discography_post_nav:after{
content: '';
display: block;
clear: both;
}
.discography_post_nav{
max-width:1645px;
width:90%;
margin: auto auto 70px auto;
float:none;
}
.discography_post_nav .text_left{
float: left;
}
.discography_post_nav .text_right{
float: right;
}
body.page-template-template-discography .discography_post_nav{
margin:0;
}
.archive_nav a:hover{
color:rgb(42, 196, 183);
}
#discography .section > div{
margin-right: -5px;
margin-left: -5px;
}
.music-banner{
padding: 5px;
overflow: hidden;
}
#discography{
margin-bottom: 40px;
overflow: hidden;
}
#discography > .section{
padding: 0px 50px;
}
#discography .discography-line{
width: 100%;
position: relative;
padding: 0;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#discography .discography-line > div{
padding: 0;
}
.discography-line > div:hover .disc-image{
-webkit-transform: translateX(53%);
-moz-transform: translateX(53%);
-ms-transform: translateX(53%);
-o-transform: translateX(53%);
transform: translateX(53%);
}
.disc-image{
position: absolute;
top: 15px;
left: 0;
z-index: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
-o-transition: all 0.35s ease-out 0s;
-moz-transition: all 0.35s ease-out 0s;
transition: all 0.35s ease-out 0s;
-webkit-transition: all 0.35s ease-out 0s;
}
.disc-image img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.discography_banner{
overflow: hidden;
position: relative;
z-index: 2;
}
.music-discography #discography .section > div{
margin-right: -5px;
margin-left: -5px;
}
.music-banner-image {
background-color: rgb(21, 18, 37);
}
.discography-line > div:nth-child(2) .music-banner-image{
margin:auto;
}
.discography-line > div:nth-child(2) .disc-image{
left: 12%;
}
.discography-line > div:nth-child(2) .music-banner-text{
margin:auto;
}
.discography-line > div:last-child .music-banner-image{
margin:auto 0 auto auto;
}
.discography-line > div:last-child .music-banner-text{
margin:auto 0 auto auto;
}
.discography-line > div:last-child .disc-image{
left: 23%;
}
.music-banner > div {
position: relative;
height: 100%;
overflow: hidden;
}
.discography_banner:hover .music-banner-image img{
opacity: 0.5;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition-delay: .05s;
-moz-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
}
.music-banner-text{
text-align: center;
padding: 0px 0px 50px;
}
.music-banner-image img{
width: 100%;
height:100%;
-o-object-fit: cover;
object-fit: cover;
width: -webkit-calc(100% + 50px)!important;
width: -moz-calc(100% + 50px)!important;
width: calc(100% + 50px)!important;
max-width: -webkit-calc(100% + 50px)!important;
max-width: -moz-calc(100% + 50px)!important;
max-width: calc(100% + 50px)!important;
-webkit-transition: opacity .35s,
-webkit-transform .35s;
transition: opacity .35s,
-webkit-transform .35s;
-o-transition: opacity .35s,
-o-transform .35s;
-moz-transition: opacity .35s,
transform .35s,
-moz-transform .35s;
transition: opacity .35s,
transform .35s;
transition: opacity .35s,
transform .35s,
-webkit-transform .35s,
-moz-transform .35s,
-o-transform .35s;
transition: opacity .35s,transform .35s,
-webkit-transform .35s;
-webkit-transform: translate3d(-40px,0,0);
-moz-transform: translate3d(-40px,0,0);
transform: translate3d(-40px,0,0);
}
.dis-name{
display: table-cell;
vertical-align: middle;
}
.music-banner:hover .music-banner-text{
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition-delay: .05s;
-moz-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
opacity: 1;
-webkit-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
transition-duration: .35s;
}
.music-banner:hover .music-banner-image{
opacity: 0.2;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition-delay: .05s;
-moz-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
}
.discography_banner:hover .music-banner-text h2{
color: rgb(171, 46, 186);
}
.discography_banner:hover .music-banner-text p, .discography_banner:hover .music-banner-text p a{
color: #333333;
}
.music-banner-text{
text-align: center;
padding: 0px 0px 50px;
}
.music-banner-text *{
color: #2b2b2b;
}
.music-banner-text h2{
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 400;
font-size: 40px;
line-height: 45px;
margin-top: 10px;
margin-bottom: 5px;
letter-spacing: 5px;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
}
.music-banner-text p{
margin-bottom: 0;
}
.music-banner-text p a{
font-family: 'Oswald';
font-weight: 300;
font-size: 20px;
color: #888;
line-height: 30px;
text-transform: capitalize;
margin-bottom: 0px;
letter-spacing: 1px;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
}
.music-banner-link{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
}      #video-post .youtube{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
#video-post .youtube img{
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#discography-post {
position: relative;
margin-top: 70px;
padding-top: 70px;
padding-bottom: 55px;
overflow: hidden;
padding-top: 70px;
}
#discography-post .global-title{
padding: 85px 0px 165px;
}
#discography-post .global-title h1{
color:#fff;
}
.discography_banner_background_image{
position: absolute;
top: 0;
left: 0;
z-index: 1;
height: 100%;
width: 100%;
}
.discography_banner_background_image img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#discography-post .cover-image{
padding: 0;
}
#discography-post .cover-image img{
max-height: 425px;
}
#discography-post .section > .row {
margin: 0px;
}
#discography-post .col{
padding: 0px;
}
#discography-post .mp3 .plyr--audio .plyr__controls{
position: relative!important;
padding: 0px 55px 0px 18px!important;
margin: 20px 0px 48px 0px;
}
#discography-post .mp3 .plyr__controls>button:last-of-type{
top: 2px!important;
display: block!important;
}
#discography-post .mp3 .plyr .plyr__progress{
display: block!important;
margin-left: 105px!important;
max-width: 410px!important;
}
#discography-post .mp3 .plyr__controls > .plyr__time{
margin-top: -1px!important;
display: block!important;
left: 53px!important;
font-size: 20px!important;
}
#discography-post .mp3 .plyr__time+.plyr__time{
margin-top: -3px!important;
display: block!important;
position: initial!important;
margin-left: 20px!important;
margin-right: 30px!important;
}
#discography-post .mp3 .plyr .plyr__volume{
margin-top: 3px!important;
display: block!important;
max-width: 110px!important;
margin-right: 20px!important;
}
#discography-post .plyr__volume input[type=range]::-webkit-slider-thumb{
background: rgb(171, 46, 186) ;
}
#discography-post .plyr__volume input[type=range]::-moz-range-thumb{
background: rgb(171, 46, 186) ;
}
#discography-post .plyr__volume input[type=range]::-ms-thumb{
background: rgb(171, 46, 186) ;
}
#discography-post  .j_c{
padding-bottom: 0px;
}
#discography-post .sec_2_content{
max-width: 755px;
padding-right: 45px!important;
}
#discography-post .music{
max-width: 890px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 25px 24px 5px 23px;
background-color: rgba(255, 255, 255, 0.35);
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#discography-post .plyr--audio .plyr__controls{
border-color: transparent!important;
}
#discography-post .plyr__controls>button:last-of-type{
right: 20px;
}
#discography-post .plyr__controls>button:last-of-type:before{
font-size: 25px!important;
right: 495%!important;
top: 0px!important;
}
#discography-post .plyr--audio .plyr__controls{
color: #fff;
}
#discography-post .plyr--video .plyr__controls button.tab-focus:focus,
#discography-post .plyr--video .plyr__controls button:hover{
color:rgb(255, 255, 255);
}
#discography-post .plyr--audio .plyr__controls button.tab-focus:focus,
#discography-post .plyr--audio .plyr__controls button:hover,.plyr__play-large{
background: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
#discography-post .plyr__progress--buffer::-webkit-progress-bar,
#discography-post .plyr__progress--played::-webkit-progress-bar,
#discography-post .plyr__volume--display::-webkit-progress-bar{
background: rgb(255, 255, 255);
}
#discography-post .plyr input[type=range]::-webkit-slider-thumb{
background: rgb(255, 255, 255);
}
#discography-post .plyr input[type=range]::-moz-range-thumb{
background: rgb(255, 255, 255);
}
#discography-post .plyr__volume input[type=range]::-moz-range-thumb{
background: rgb(255, 255, 255);
}
#discography-post .plyr__volume input[type=range]:active::-moz-range-thumb{
background: rgb(255, 255, 255);
border-color:rgb(171, 46, 186)!important;
}
#discography-post  .plyr__volume input[type=range]:active::-ms-thumb{
background: rgb(255, 255, 255);
border-color:rgb(171, 46, 186)!important;
}
#discography-post .plyr__volume input[type=range]:active::-webkit-slider-thumb{
background: rgb(255, 255, 255);
border-color:rgb(171, 46, 186)!important;
}
#discography-post .plyr__volume input[type=range]::-ms-thumb{
background: rgb(255, 255, 255);
border-color:rgb(171, 46, 186);
}
#discography-post .plyr input[type=range]::-ms-fill-lower{
background: rgb(255, 255, 255);
}
#discography-post .plyr input[type=range]::-ms-thumb{
background: rgb(255, 255, 255);
}
#discography-post .plyr input[type=range]:active::-webkit-slider-thumb{
background: rgb(255, 255, 255);
border-color:rgb(255, 255, 255);
}
#discography-post  .plyr input[type=range]:active::-moz-range-thumb{
background: rgb(255, 255, 255);
border-color:rgb(255, 255, 255);
}
#discography-post  .plyr input[type=range]:active::-ms-thumb{
background: rgb(255, 255, 255);
border-color:rgb(255, 255, 255);
}
#discography-post .plyr__progress--buffer::-webkit-progress-bar,
#discography-post .plyr__progress--played::-webkit-progress-bar,
#discography-post .plyr__volume--display::-webkit-progress-bar{
border-color:rgb(255, 255, 255);
}
#discography-post .plyr__progress--played,
#discography-post .plyr__volume--display{
border-color:rgb(255, 255, 255);
}
#discography-post .plSel,
#discography-post .plSel:hover{
color:rgb(255, 255, 255);
}
#discography-post a[id^="btn"] {
color:rgb(255, 255, 255);
}
#discography-post a[id^="btn"]:hover,
#discography-post a[id^="btn"]:active {
background-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
#discography-post .plyr--playing .plyr__controls [data-plyr=pause] svg{
color: rgb(171, 46, 186)!important;
}
#discography-post .plyr--audio .plyr__controls{
color: rgb(255, 255, 255);
}
#discography-post .plyr__progress--played,#discography-post .plyr__volume--display{
color: rgb(255, 255, 255);
}
.plyr__volume--display{
color: #1b1b1b;
}
#discography-post .plyr--audio .plyr__progress--buffer,
#discography-post .plyr--audio .plyr__volume--display {
background: rgb(255, 255, 255);
}
#discography-post .plyr--audio .plyr__progress--buffer {
color: rgb(255, 255, 255);
}
#discography-post .plyr--audio .plyr__controls button.tab-focus:focus,
#discography-post .plyr--audio .plyr__controls button:hover,
#discography-post .plyr__play-large{
background: rgba(0,0,0,.1);
color: rgb(255, 255, 255);
}
.cover-image{
padding: 10px 0px 20px;
margin-bottom: 40px!important;
background-color: rgb(255, 255, 255);
}
.cover-image img{
margin: 0px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.music_line{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin-bottom: 10px;
}
.music_line .plyr__time{
float: right!important;
}
.play-pause{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-moz-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-right: 25px;
}
.player-grig{
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-moz-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
margin: 0px 10px 8px;
position: relative;
background-position: 100% bottom;
background-repeat: repeat-x;
-webkit-background-size: 16px 2px;
-moz-background-size: 16px 2px;
-o-background-size: 16px 2px;
background-size: 16px 2px;
background-image: -webkit-radial-gradient(circle closest-side, #fff -webkit-calc(100% - 0.5px), transparent 100%);
background-image: -moz-radial-gradient(circle closest-side, #fff -moz-calc(100% - 0.5px), transparent 100%);
background-image: -o-radial-gradient(circle closest-side, #fff calc(100% - 0.5px), transparent 100%);
background-image: radial-gradient(circle closest-side, #fff calc(100% - 0.5px), transparent 100%);
}
.player-grig svg g{
fill:#fff;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.playlist .music_line:hover .player-grig {
background-image: -webkit-radial-gradient(circle closest-side, rgb(171, 46, 186) -webkit-calc(100% - 0.5px), transparent 100%);
background-image: -moz-radial-gradient(circle closest-side, rgb(171, 46, 186) -moz-calc(100% - 0.5px), transparent 100%);
background-image: -o-radial-gradient(circle closest-side, rgb(171, 46, 186) calc(100% - 0.5px), transparent 100%);
background-image: radial-gradient(circle closest-side, rgb(171, 46, 186) calc(100% - 0.5px), transparent 100%);
}
.playlist .plyr__time{
-webkit-box-flex: 0!important;
-webkit-flex: 0 0 auto!important;
-moz-box-flex: 0!important;
-ms-flex: 0 0 auto!important;
flex: 0 0 auto!important;
}
.music-name{
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-moz-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.play-pause svg{
width:20px;
height: 20px;
cursor:pointer;
}
.play-pause svg polygon,
.play-pause svg path{
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.play-pause svg:hover polygon,
.play-pause svg:hover path{
fill:rgb(171, 46, 186);
}
#discography-post .plyr .plyr__volume input[type=range]{
top: 3px !important
}
body.firefox #discography-post .plyr .plyr__volume input[type=range]{
top: 0px !important
}
body.firefox .plyr .plyr__volume input[type=range]{
top: 0px !important
}
.music_line .plyr--audio .plyr__controls {
padding: 0px 0px 0px 0px!important;
}
.music_line .plyr .plyr__progress,
.music_line .plyr .plyr__volume,
.music_line .plyr__controls>button:last-of-type,
.music_line .plyr__controls > .plyr__time{
display:none!important;
}
.music_line .plyr__time+.plyr__time{
display: block!important;
position: absolute;
right: 0;
width: fit-content;
left: auto!important;
margin-left: 0;
margin-right: 0;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.playlist .music_line .plyr--audio .plyr__controls{
background-color: rgba(0, 0, 0, 0)!important;
border-color: transparent!important;
}
#discography-post .plyr__controls button svg{
width: 20px!important;
height: 20px!important;
}
.playlist .music_line > span {
color: #2b2b2b;
font-size: 18px;
line-height: 30px;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.playlist-title h2{
font-family: 'Oswald';
font-size:40px;
color: #2b2b2b;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
}
.music_line .plyr__controls button svg{
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.playlist .music_line:hover .plyr__time+.plyr__time{
color:rgb(171, 46, 186);
}
.playlist .music_line:hover > span,.playlist .music_line:hover .plyr__controls button svg{
color:rgb(171, 46, 186);
}
.playlist .music_line:hover .plyr__time:after{
color:rgb(171, 46, 186);
}
.playlist .music_line:hover .player-grig:after{
opacity: 0;
}
.playlist .music_line:hover .player-grig:before{
opacity: 1;
}
.playlist .music_line:hover .player-grig{
background-image: -webkit-radial-gradient(circle closest-side, rgb(171, 46, 186) -webkit-calc(100% - 0.5px), transparent 100%);
background-image: -moz-radial-gradient(circle closest-side, rgb(171, 46, 186) -moz-calc(100% - 0.5px), transparent 100%);
background-image: -o-radial-gradient(circle closest-side, rgb(171, 46, 186) calc(100% - 0.5px), transparent 100%);
background-image: radial-gradient(circle closest-side, rgb(171, 46, 186) calc(100% - 0.5px), transparent 100%);
}
.playlist .music_line:hover .play-pause svg polygon,
.playlist .music_line:hover .play-pause svg path{
fill:rgb(171, 46, 186);
}
.playlist{
margin-top: 50px;
}
.playlist-title{
margin-bottom: 30px;
}
.playlist .plyr__controls button {
padding:0px!important;
}
.music_date{
margin-bottom: 0px!important;
}
.music_date i{
width: 20px;
margin-bottom: 0;
font-size: 18px;
}
.music_date p{
font-size: 20px;
line-height: 30px;
margin-bottom: 8px;
}
.music_date span{
margin-left: 8px;
}
.music_date *{
font-size: 18px;
color: #fff;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.music_date a{
display:block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-bottom: 0;
}
.music_date a:hover *{
color: rgb(171, 46, 186);
}
.music_after{
margin-bottom: 16px!important;
}
.music_after p{
color: #fff;
font-size: 16px;
line-height: 30px;
margin-bottom: 8px;
}
.music_after a{
color: #999;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.music_after a:hover{
color: rgb(171, 46, 186);
}
.music_shop{
margin-bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.shop_cta{
font-family: 'Oswald';
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 15px;
color: #fff;
border: 1px solid #fff;
width: 127px;
height: 50px;
margin: 0;
padding-top: 1px;
border-radius: 8px;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
margin-right: 15px;
margin-bottom: 15px!important;
letter-spacing: 1px;
text-transform: uppercase;
}
.shop_cta{
border-color:rgb(255, 255, 255);
}
.shop_cta:hover{
background-color: rgb(171, 46, 186);
border-color:rgb(171, 46, 186);
color:#fff;
}
.discography_description p{
margin-bottom:0px;
}
.discography_description *{
font-size: 18px;
line-height: 30px;
color: #4b4b4b;
}
#discography-text{
margin-top: 70px;
}
.social-icons{
padding-top: 30px;
border-top: 1px solid #dddddd;
margin-bottom: 70px;
margin-top: 30px;
}
.social-icons > span{
font-family: 'Oswald';
font-size: 16px;
color:#4b4b4b;
text-transform: uppercase;
margin-right: 15px;
letter-spacing: 3px;
}
.social-icons a{
font-size:18px;
color: #4b4b4b;
margin-right: 15px;
-o-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.social-icons a:hover {
color: rgb(171, 46, 186);
}      #on-tour.all-events{
padding-bottom: 70px;
}
.all-events .row.ticket:hover *{
color: rgb(171, 46, 186);
}
.all-events .buy a{
color: rgb(171, 46, 186)!important;
border-color: rgb(171, 46, 186);
}
.all-events .day_num span{
color: #ab2eba;
}
.all-events#on-tour .overly{
background-image: -webkit-gradient(linear,left top, left bottom,from(rgb(27, 27, 27)), color-stop(rgb(100, 21, 34)), to(rgb(0, 0, 0)));
background-image: -webkit-linear-gradient(top,rgb(27, 27, 27), rgb(100, 21, 34), rgb(0, 0, 0));
background-image: -moz-linear-gradient(top,rgb(27, 27, 27), rgb(100, 21, 34), rgb(0, 0, 0));
background-image: -o-linear-gradient(top,rgb(27, 27, 27), rgb(100, 21, 34), rgb(0, 0, 0));
background-image: linear-gradient(180deg,rgb(27, 27, 27), rgb(100, 21, 34), rgb(0, 0, 0));
}
.all-events #on-tour .section_bg_image{
background-size: cover;
}
.all-events .ticket *{
color: #4b4b4b;
border-color: #ab2eba;
}      .slider-info{
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#events-banner .row{
margin:0px;
}
#events-banner .events_date a:hover{
color: #2b2b2b;
}
#events-banner .col{
padding:0px;
}
.events-slider{
width: 29%;
height: 545px;
}
.events-slider img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.events-info{
width: 68%;
padding-left: 5px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.events-slider .carousel-item img{
width: auto;
height:100%;
-o-object-fit: contain;
object-fit: contain;
}
.events_date *{
font-size:30px;
color: #2b2b2b;
}
.events_date p{
line-height: 30px;
margin-bottom: 10px;
}
.events_date i{
width: 33px;
margin-right:15px;
text-align: center;
}
.event-tickets a{
font-family: 'Oswald';
font-size: 18px;
border: 1px solid rgb(171, 46, 186);
text-transform: uppercase;
color: #fff;
letter-spacing: 3px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
margin-top: 10px;
}
.event-tickets a:hover{
color: #fff;
}
.event-tickets{
margin-top: 55px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.event-tickets a{
font-family: 'Oswald';
font-size: 18px;
text-transform: uppercase;
color: #4b4b4b;
letter-spacing: 3px;
padding: 30px 65px 28px;
border: 1px solid rgb(171, 46, 186);
border-radius: 50px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.event-tickets a:first-child{
margin-right: 35px;
color:#fff;
background-color: rgb(171, 46, 186);
}
.event-tickets a:hover:first-child{
border-color: rgb(171, 46, 186);
background-color: rgb(171, 46, 186);
}
.event-tickets a:hover:last-child{
background-color: rgb(171, 46, 186);
border-color: rgb(171, 46, 186);
color:#fff;
}
#text-and-video .row{
margin: 0;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#text-and-video .row > div{
padding: 0px;
}
#text-and-video .row > div:first-child{
margin-right: 35px;
max-width: 765px;
-webkit-box-flex: initial;
-webkit-flex: initial;
-moz-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
.single-events-text{
margin-top: -10px;
}
.single-events-text p{
font-size: 18px;
line-height: 30px;
color: #4b4b4b;
margin-bottom: 35px;
}
#text-and-video .row > div:last-child{
max-width: 845px;
-webkit-box-flex: initial;
-webkit-flex: initial;
-moz-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
.event-text{
margin-top: 73px;
}
.event-text .social-icons{
padding-top: 5px;
padding-left: 0;
margin-bottom: 0;
margin-top: 0;
border-top: none;
}
#text-and-video{
background-color: rgb(16, 22, 23);
z-index: 2;
position: relative;
margin-top: 70px;
padding: 140px 0px 70px;
}
#text-and-video .embed-responsive{
max-width: 1360px;
width:90%;
margin: auto;
}
#text-and-video .youtube{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
#text-and-video .embed-responsive iframe{
height:100%;
}
#text-and-video .youtube img{
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#text-and-video .social-icons{
margin-top:55px;
padding-left: 0;
margin-bottom: 0;
border-color: rgb(49, 54, 55);
}
#events-banner{
position: relative;
overflow: hidden;
}
.background-map{
width: 100%;
position: absolute;
z-index:3;
top: 25%;
left: 0;
}
#map{
position: relative;
margin-top: 140px;
}
#map iframe{
width:100%;
height: 405px;
border:none;
margin-bottom: -6px;
}
.background-map .overly-1{
opacity: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
cursor: pointer;
}
#custom-single #commentform textarea{
border-radius: 0;
height: 295px;
color: white;
text-transform: capitalize;
}
#custom-single #commentform{
margin-bottom: 70px;
}
#custom-single .form{
margin-top: 75px;
}
#custom-single .form .btn-primary {
border-color: rgb(42, 196, 183);
padding: 20px 38px 20px;
text-transform: uppercase;
}      .videos #page-title{
margin-bottom: 0px;
}
#videos{
position: relative;
}
#videos .embed-responsive{
height:290px;
background-color: rgb(0, 0, 0);
}
#videos .embed-responsive .youtube{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-o-object-fit: cover;
object-fit: cover;
}
#videos .embed-responsive .youtube img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
#videos .youtube .play{
background-image: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/images/play-video.png);
width: 100px;
height: 100px;
background-repeat: no-repeat;
background-size: cover;
opacity: 0;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
#videos .youtube:hover img{
opacity: 0.6;
}
#videos .youtube:hover .play{
opacity: 1;
}
#videos .video-img-banner{
position: relative;
height: 290px;
}
#videos .video-img-banner img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
#videos .video-img-banner .play{
width: 100px;
height: 100px;
background-repeat: no-repeat;
background-size: cover;
opacity: 0;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 9;
}
#videos .w-100:hover .play{
opacity: 1;
}
#videos .video-img-banner .play svg{
width: 100%;
height: 100%;
}
#videos .w-100:hover img{
opacity: 0.6;
}
#videos .w-100:hover .play{
opacity: 1;
}
.video-banner-name {
font-family: 'Oswald';
}
.video-banner-name h2{
font-family: "Oswald";
color: #2b2b2b;
font-weight: 400;
font-size: 30px;
margin-top: 10px;
margin-bottom: 5px;
letter-spacing: 2px;
text-transform: uppercase;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
#videos .w-100:hover .video-banner-name h2{
color: rgb(171, 46, 186);
}
.video-banner-name p{
color: #888;
font-size: 18px;
line-height: 30px;
font-weight: 300;
}
.video-block {
margin-bottom: 70px;
}      .single-video #discography-text {
margin-top: 70px;
}
.single-video #video-post{
margin-top:0px;
}      #discography.gallery-photogallery{
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
}
#discography.gallery-photogallery .grid-item{
width: 33.3333%;
height: 635px;
overflow: hidden;
}
#discography.gallery-photogallery .grid-item:nth-child(2){
width: 66.6666%!important;
height: 635px!important;
}
#discography.gallery-photogallery  .grid-item:nth-child(5n+1){
height: calc(635px * 2)!important;
}
#discography.gallery-photogallery .music-banner-text{
display: table;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}
#discography.gallery-photogallery .music-banner-text .overly{
position: absolute;
opacity: 0;
-webkit-transition-delay: .05s;
-moz-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
transition-duration: .35s;
}
#discography.gallery-photogallery .music-banner-text .dis-name{
position: relative;
display: table-cell;
vertical-align: middle;
margin: auto;
z-index: 9;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
text-align: center;
opacity: 0;
-webkit-transition: opacity .2s,-webkit-transform .35s;
transition: opacity .2s,-webkit-transform .35s;
-o-transition: opacity .2s,-o-transform .35s;
-moz-transition: opacity .2s,transform .35s,-moz-transform .35s;
transition: opacity .2s,transform .35s;
transition: opacity .2s,transform .35s,-webkit-transform .35s,-moz-transform .35s,-o-transform .35s;
transition: opacity .2s,transform .35s,-webkit-transform .35s;
-webkit-transform: translate3d(0,40px,0);
-moz-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
-webkit-transition-delay: .05s;
-moz-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
}
#discography.gallery-photogallery a.img_link img{
width: -webkit-calc(100% + 50px)!important;
width: -moz-calc(100% + 50px)!important;
width: calc(100% + 50px)!important;
max-width: -webkit-calc(100% + 50px)!important;
max-width: -moz-calc(100% + 50px)!important;
max-width: calc(100% + 50px)!important;
-webkit-transition: opacity .35s,
-webkit-transform .35s;
transition: opacity .35s,
-webkit-transform .35s;
-o-transition: opacity .35s,
-o-transform .35s;
-moz-transition: opacity .35s,
transform .35s,
-moz-transform .35s;
transition: opacity .35s,
transform .35s;
transition: opacity .35s,
transform .35s,
-webkit-transform .35s,
-moz-transform .35s,
-o-transform .35s;
transition: opacity .35s,transform .35s,
-webkit-transform .35s;
-webkit-transform: translate3d(-40px,0,0);
-moz-transform: translate3d(-40px,0,0);
transform: translate3d(-40px,0,0);
}
#discography.gallery-photogallery .grid-item:hover .dis-name{
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition-delay: .05s;
-moz-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
opacity: 1;
-webkit-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
transition-duration: .35s;
}
#discography.gallery-photogallery .grid-item:hover .overly{
opacity: 0.7;
-webkit-transition-delay: .05s;
-moz-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
transition-duration: .35s;
}
#discography.gallery-photogallery .grid-item:hover img{
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition-delay: .05s;
-moz-transition-delay: .05s;
-o-transition-delay: .05s;
transition-delay: .05s;
-webkit-transition-duration: .35s;
-moz-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
}
#discography.gallery-photogallery  > .row{
margin: 0;
}
#discography.gallery-photogallery .music-banner{
padding:0px;
}
#discography.gallery-photogallery .dis-name h2{
font-family: 'Oswald';
font-size: 40px;
font-weight: 400;
line-height: 45px;
color:#fff;
margin-top: 0px;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 5px;
}
#discography.gallery-photogallery .dis-name p{
font-family: 'Open Sans';
color: #fff;
font-size: 20px;
line-height: 30px;
font-weight: 300;
letter-spacing: 1px;
text-transform: capitalize;
}
#discography.gallery-photogallery .music-banner > div{
background-color: transparent!important;
}
.gallery-photogallery .music-banner-text h2{
font-size: 40px;
}
.gallery-photogallery .music-banner-text p{
font-size: 20px;
line-height: 30px;
}      #single-gallery .grid-item{
height: 800px;
width: 33.3333%;
background-image: -webkit-gradient(linear, right top, left top, from(rgb(171, 46, 186)), to(#17f1ff));
background-image: -webkit-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
background-image: -moz-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
background-image: -o-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
background-image: linear-gradient(-90deg, rgb(171, 46, 186), #17f1ff);
}
#single-gallery .grid-item:hover img{
opacity: 0.5;
}
#single-gallery .grid-item:nth-child(6n+1),
#single-gallery .grid-item:nth-child(5n+1){
width:66.6666%;
height: 400px;
}
#single-gallery .grid-item:nth-child(9n+1){
width:66.6666%;
}
#single-gallery .grid-item img{
width:100%;
height:100%;
-o-object-fit: cover;
object-fit: cover;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.sm-title{
margin-bottom: 70px;
}
.sm-title h2{
font-family: 'Oswald';
color: #2b2b2b;
font-size: 30px;
line-height: 30px;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
}
.sm-section .discography_description p{
font-size: 16px;
line-height: 30px;
}
.sm-section .social-icons{
padding-top: 30px;
padding-left: 0px;
margin-bottom: 0px;
padding-bottom: 70px;
text-align: center;
}
.sm-section .social-icons a:hover{
color: rgb(171, 46, 186);
}      #blog-grid-gallery{
padding-bottom:41px;
}
#blog-grid-gallery .section{
max-width: 1685px;
overflow: hidden;
}
.grid-gallery ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.grid-gallery figure img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.grid-gallery figcaption h3 {
font-family: 'Oswald';
font-weight: 400;
font-size: 30px;
line-height: 30px;
color:#ab2eba;
margin-bottom: 15px;
text-transform: capitalize;
}
.grid-gallery figcaption .post-publish-date{
font-family: 'Open Sans';
font-size: 16px;
text-transform: capitalize;
color: #888;
font-style: italic;
}
.grid-gallery figcaption p {
font-family: 'Open Sans';
font-size: 18px;
line-height: 30px;
color: #6b6b6b;
margin-bottom: 0;
margin-top: 10px;
}
.grid li {
width: 33.333%;
padding:0px 20px 40px 20px;
float: left;
cursor: pointer;
}
.grid li.grid-sizer{
padding:0px;
}
.grid figure {
margin:0px;
}
.grid li:hover figcaption *{
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.grid li:hover figcaption h3{
color: #fff!important;
}
.grid li:hover figcaption p{
color: #cacaca;
}
.grid li:hover figcaption span{
color: #fff!important;
}
.grid li:hover figcaption{
background-color: #ab2eba;
}
.grid figcaption {
background-color: rgb(245, 248, 250);
padding: 35px 45px 45px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.grid li:nth-of-type(2) .blog-grid-image,
.grid li:nth-of-type(4) .blog-grid-image,
.grid li:nth-of-type(5) .blog-grid-image,
.grid li:nth-of-type(6) .blog-grid-image,
.grid li:nth-of-type(7) .blog-grid-image,
.grid li:nth-of-type(10) .blog-grid-image{
height: 330px;
}
.grid li:nth-of-type(3) .blog-grid-image,
.grid li:nth-of-type(8) .blog-grid-image,
.grid li:nth-of-type(9) .blog-grid-image{
height: 520px;
}      #footer_sidebar2 > div{
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin: auto;
}
.widget_recent_entries{
margin-top: 46px;
}
.widget_beatswave_next_events{
margin-top: 0px;
}
.blog-content #commentform textarea{
border-radius: 0;
height: 295px;
color: white;
text-transform: capitalize;
}
.blog-content input#author, .blog-content input#email{
border-radius: 0;
height: 55px;
color: white;
text-transform: capitalize;
}
.featured-image{
position: relative;
height: 540px;
margin-bottom: 40px;
}
.featured-overly{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9;
opacity: 0.3;
background-image: radial-gradient( rgba(40, 59, 94, 0.43137254901960786), rgb(40, 59, 94) );
}
.featured-image img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 0 40%;
object-position: 0 40%;
}
.post-text{
text-align: center;
}
.post-category{
font-family: 'Open Sans';
font-size: 16px;
color:#4b4b4b;
}
.post-category a{
color: inherit;
text-decoration: none;
}
.post-category a:hover,.post-by a:hover{
color: rgb(171, 46, 186);
}
.post-heading h2{
font-family:'Oswald';
font-weight: 700;
font-size: 40px;
line-height: 30px;
color: #ab2eba;
margin: 20px 0px;
text-transform: uppercase;
letter-spacing: 1px;
}
.post-by{
font-family: 'Open Sans';
font-style: italic;
}
.post-by *{
font-size: 14px;
color: #4b4b4b;
letter-spacing: 1px;
}
.post-by i{
margin-right: 13px;
}
.post-text p{
font-size: 18px;
line-height: 30px;
color: #4b4b4b;
margin-top: 40px;
letter-spacing: 0.02px;
text-align: left;
letter-spacing: .02px;
margin-top: 60px;
}
p.post-quote{
position: relative;
width: 100%;
float: none;
margin: 60px auto 60px;
padding: 0px 50px;
font-style: italic;
color: rgb(80, 56, 116);
}
p.post-quote:after{
content: '';
display: block;
width: 32px;
height: 30px;
position: absolute;
background-image: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/images/quote-2-demo-4.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
top: -7px;
right: 0%;
}
p.post-quote:before{
content: '';
display: block;
width: 32px;
height: 30px;
position: absolute;
background-image: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/images/quote-1-demo-4.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
top: -7px;
left: 0%;
}
p.p-white{
color: #fff;
}
.post-share{
margin-top: 30px;
text-align: left;
}
.post-share span{
font-family: 'Oswald';
font-size: 16px;
color: #2b2b2b;
margin-right: 15px;
letter-spacing: 3px;
}
.post-share a{
font-size: 18px;
color: #888;
margin-right: 15px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.post-share a:hover{
color:rgb(171, 46, 186);
}
.author-form-group{
position:relative;
margin-top: 65px;
padding: 70px 0px;
}
#respond #reply-title{
font-family: 'Oswald';
font-size: 24px;
color: #fff;
margin-bottom: 30px;
font-weight: 300;
letter-spacing: 3px;
}
#respond #reply-title *{
color: #c5c5c5;
}
.post-author:after {
content: '';
display: block;
clear: both;
}
.post-author{
max-width: 75%;
clear: both;
}
.author-info:after{
content: '';
display: block;
clear: both;
}
.author-image{
width:60px;
height: 60px;
float: left;
margin-bottom: 5px;
background-color: rgb(204, 204, 204);
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
overflow: hidden;
}
.author-image img{
width: 100%;
height: 100%;
border-radius: 50%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 0 10%;
object-position: 0 10%;
}
.author-image img.no-pic{
width: 60%;
height: 60%;
-o-object-fit: contain;
object-fit: contain;
}
.author-name-date{
float: left;
margin-left: 10px;
margin-top: 5px;
}
.comment_author_details a, .logged-in-as a{
color: #424242;
}
.comment-form-rating{
display: none;
}
.woocommerce-Reviews .comment-form-rating{
display: block;
}
.author-info em{
display: block;
clear: both;
font-size: 16px;
color: #fff;
}
.author-description{
margin-top: 6px;
clear: both;
}
.author-name-date p:nth-of-type(1), .author-name-date p:nth-of-type(1) a{
font-size: 18px;
line-height: 30px;
text-transform: uppercase;
color:#fff;
margin-bottom: 2px;
}
.author-name-date p:nth-of-type(2){
font-size: 16px;
color: #c5c5c5;
margin-bottom: 0px;
font-style: italic;
}
.author-description p{
font-size: 18px;
line-height: 30px;
color: #ddd;
}
.reply{
float: right;
margin-top: 0px;
margin-bottom: 70px;
font-size: 18px;
color:#ffffff;
cursor: pointer;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
#sidebar a:hover{
color:rgb(171, 46, 186);
}
#sidebar abbr{
text-decoration: none;
}
#sidebar > ul >  li{
padding: 0;
}
#sidebar li{
font-size: 16px;
line-height: 30px;
color: #656565;
text-transform: capitalize;
padding: 3px 0px;
}
#sidebar .post-date{
font-size: 14px;
font-style: italic;
}
.p-categories > a:last-child,
.p-recent-posts a:last-child{
border-bottom:none!important;
}
.p-recent-posts a{
-webkit-box-pack: unset!important;
-webkit-justify-content: unset!important;
-moz-box-pack: unset!important;
-ms-flex-pack: unset!important;
justify-content: unset!important;
}
#recentcomments a{
border-bottom:none;
}
#recentcomments > li{
padding: 5px 0px;
}
#recentcomments > li:last-child{
border-bottom: none;
}
@media (max-width: 1380px) {
#sidebar h3{
font-size: 20px;
line-height: 28px;
}
#sidebar li {
font-size: 15px;
line-height: 28px;
}
#sidebar .post-date{
font-size: 13px;
}
}
@media (max-width: 1180px){
#sidebar h3{
font-size: 18px;
line-height: 26px;
}
#sidebar li {
font-size: 12px;
line-height: 26px;
}
#sidebar .post-date {
font-size: 11px;
}
}
@media (max-width: 767px){
.folow ul{
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#sidebar h3{
font-size: 16px;
line-height: 22px;
margin-bottom: 0px;
}
#sidebar li {
font-size: 12px;
line-height: 22px;
}
}
#sidebar ul li ul > li:last-child a{
border-bottom: none;
}
.reply:hover{
color:rgb(171, 46, 186);
}
.reply i{
margin-left: 10px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.reply a{
color: inherit;
}
#blog-post .form{
clear: both;
margin-top: 70px;
}
#blog-post .form h2{
font-family: 'Oswald';
font-size: 24px;
text-align: left;
color: #fff;
margin-bottom: 30px;
font-weight: 300;
letter-spacing: 3px;
}
#comments ul.children{
padding-left: 50px;
}
#blog-post #reply-title{
font-family: 'Oswald';
font-size: 24px;
text-align: left;
color: #eee;
margin-bottom: 30px;
font-weight: 300;
letter-spacing: 3px;
}
#blog-post.woocommerce-Reviews #reply-title{
text-align: left;
text-transform: uppercase;
}
#blog-post #reply-title a{
color: #919da6;
font-family: 'Oswald';
font-size: 30px;;
}
#blog-post .form .btn-primary{
border-color:#fff;
padding: 15px 62px 15px;
}
#blog-post .form .btn-primary:hover{
border-color:rgb(171, 46, 186);
}
.blog-content > div.post-content{
padding: 0px;
}
.blog-content > div.sitebar{
padding-top: 15px;
padding-left: 50px;
padding-right: 0px;
}
.blog-search form{
height: 55px;
border-top: 1px solid #c6c6c6;
border-left: 1px solid #c6c6c6;
border-bottom: 1px solid #c6c6c6;
}
.blog-search form input{
font-family: 'Oswald';
text-transform: capitalize;
margin-right: 0px!important;
width: 85%!important;
height: 100%;
border:none;
padding-left:20px;
padding-top: 3px;
padding-bottom: 0;
background-color: rgb(255, 255, 255);
color: initial;
border-radius: 0;
}
.blog-search form input:focus{
outline: none;
}
.blog-search form button:focus{
outline: none;
}
.blog-search form button{
width: 15%;
height: 100%;
cursor: pointer;
border: none;
background-color: rgb(171, 46, 186);
border-radius: 0;
}
.blog-search form button i{
font-size:20px;
color:#fff;
}
.blog-search form input::-webkit-input-placeholder { font-family: 'Oswald';
color: #000;
font-size: 16px;
text-transform: capitalize;
}
.blog-search form input::-moz-placeholder { font-family: 'Oswald';
color: #000;
font-size: 16px;
text-transform: capitalize;
}
.blog-search form input:-ms-input-placeholder { font-family: 'Oswald';
color: #000;
font-size: 16px;
text-transform: capitalize;
}
.blog-search form input:-moz-placeholder { font-family: 'Oswald';
color: #000;
font-size: 16px;
text-transform: capitalize;
}
.blog-categories,
.widget_recent_comments, .widget_archive,
.widget_categories, .widget_meta{
margin-top: 46px;
}
.widget_meta{
margin-bottom: 46px;
}
.blog-categories h3,.blog-recent-post h3, .widgettitle{
font-family: 'Oswald';
font-size: 24px;
line-height: 30px;
text-align: left;
color: #2b2b2b;
letter-spacing: 2px;
margin-bottom: 25px;
font-weight: 400;
text-transform: uppercase;
}
.categories-line{
font-size: 16px;
line-height: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
color: #4b4b4b;
text-transform: capitalize;
padding: 3px 0px;
border-bottom: 1px solid #373737;
}
.categories-line:hover{
color: rgb(171, 46, 186);
}
.p-categories > a.categories-line:last-child{
border: none;
}
.blog-recent-post{
margin-top:30px;
}
.resent-posts-line {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
padding: 5px 0px 5px;
border-bottom: 1px solid #414141;
}
.resent-posts-line:after{
content: '';
display: block;
clear: both;
}
.resent-posts-line:hover .recent-post-name h3{
color: rgb(171, 46, 186);
}
.recent-post-image{
width: 90px;
height: 70px;
margin-right: 10px;
}
.recent-post-image img{
width: 90px;
height: 70px;
object-fit: cover;
-o-object-fit: cover;
}
.recent-post-name{
position: relative;
display: -ms-grid;
display: grid;
}
.recent-post-name h3{
font-family: 'Open Sans';
font-size: 16px;
color: #4b4b4b;
line-height: 22px;
text-transform: capitalize;
letter-spacing: 1px;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.recent-post-name span{
font-family: 'Open Sans';
font-size: 14px;
color: #888;
font-style: italic;
text-transform: capitalize;
letter-spacing: 1px;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.p-recent-posts > a.resent-posts-line:last-child{
border: none;
}      #standard-blog{
position: relative;
}
#standard-blog .see-more{
margin-bottom: 8px;
}
#standard-blog .blog-content {
padding-bottom: 94px;
margin-bottom: 0;
}
#standard-blog .blog-content > div.sitebar{
padding-top: 0px;
}
@media(min-width:901px){
#standard-blog .post-content > .standard-post-item:last-child{
margin-bottom: 28px;
}
}
.standard-post-item{
margin-bottom: 118px;
}
.standard-blog-title h2{
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.standard-blog-title:hover h2{
color: #513c71!important;
}
.post-category{
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.categories-name:hover span{
color: rgb(171, 46, 186);
}
.categories-name:hover{
color: rgb(171, 46, 186);
}
.post-cta{
text-align:center;
margin-top: 64px;
}
.post-cta a{
font-family: 'Oswald';
font-size: 15px;
color: rgb(171, 46, 186);
border: 1px solid rgb(171, 46, 186);
border-radius: 50px;
padding: 15px 40px 15px 40px;
}
.post-cta a:hover{
background-color: rgb(171, 46, 186);
border-color: rgb(171, 46, 186);
color:#fff!important;
}
.btn-outline-success:hover{
background-color: rgb(33, 33, 33);
border-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle{
background-color: rgb(33, 33, 33);
border-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus{
box-shadow: none;
}
.btn-outline-success:focus, .btn-outline-success.focus{
box-shadow: none;
}      #blog-mansory-section .grid-item.active{
background-color: #fff;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
#blog-mansory-section .grid-item.active .g_t{
opacity: 0.5;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
#blog-mansory-section .grid-item.active .grid-item-img img{
opacity: 0.5;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.grid:after {
display: block;
content: '';
clear: both;
}
.grid-sizer{
width: 33.33333333%;
}
.grid-item {
width:100%;
}
.grid-item--width1{
width:100%;
height: 720px;
}
.grid-item--width2 {
width: 33.33333333%;
height: 1440px;
}
.grid-item--width3 {
width: 66.666666%;
height: 720px;
}
.grid-item--width4 {
width: 66.7%;
height: 720px;
}
.grid-item-img{
position: relative;
height: 100%;
float: left;
background-color: rgba(27, 27, 27, 0.5);
}
.grid-item-img img{
width: 100%!important;
height: 100%;
position: absolute;
z-index: 8;
top: 0;
left: 0;
object-fit: cover;
-o-object-fit: cover;
}
.grid-item-content{
display: table;
position: relative;
height: 100%;
float: left;
background-color: rgb(245, 248, 250);
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.grid-item-content:after{
content:'';
display:block;
width: 0;
height: 0;
position: absolute;
z-index: 9;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.grid-item--width1 .grid-item-content:after,
.grid-item--width4 .grid-item-content:after{
border-top: 15px solid transparent;
border-right: 15px solid rgb(245, 248, 250);
border-bottom: 15px solid transparent;
top: 47.5%;
left: -14px;
}
.grid-item--width1:hover .grid-item-content:after,
.grid-item--width4:hover .grid-item-content:after{
border-right-color: rgb(171, 46, 186);
}
.grid-item--width2 .grid-item-content:after{
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid rgb(245, 248, 250);
top: -14px;
left: 47.5%;
}
.grid-item--width2:hover .grid-item-content:after{
border-bottom-color: rgb(171, 46, 186);
}
.grid-item--width3 .grid-item-content:after{
border-top: 15px solid transparent;
border-left: 15px solid rgb(245, 248, 250);
border-bottom: 15px solid transparent;
top: 47.5%;
right:-14px;
}
.grid-item--width3:hover .grid-item-content:after{
border-left-color: rgb(171, 46, 186);
}
.grid-item--width1 .grid-item-img{
width: 66.666666%;
}
.grid-item--width1 .grid-item-content{
width: 33.33333333%;
}
.grid-item--width2 .grid-item-img{
width:100%;
height: 50%;
}
.grid-item--width2 .grid-item-content{
height:50%;
width: 100%;
}
.grid-item--width3 .grid-item-img{
width: 50%;
}
.grid-item--width3 .grid-item-content{
width:50%;
}
.grid-item--width4 .grid-item-img{
width: 50%;
}
.grid-item--width4 .grid-item-content{
width:50%;
}
.grid-item-content:after{
content:'';
display:block;
width: 0;
height: 0;
position: absolute;
z-index: 9;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.grid-item--width1 .grid-item-content:after,
.grid-item--width4 .grid-item-content:after{
border-top: 15px solid transparent;
border-right: 15px solid #fff;
border-bottom: 15px solid transparent;
top: 47.5%;
left: -14px;
}
.g_t *{
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.g_t{
display: table-cell;
vertical-align: middle;
padding: 0px 70px;
}
.g_t h3{
font-size: 30px;
line-height: 30px;
letter-spacing: 8px;
font-family: 'Oswald';
font-weight: 500;
text-align: center;
color: #2b2b2b;
margin-bottom: 18px;
text-transform: uppercase;
}
.g_t p{
font-size: 18px;
line-height: 30px;
color: #6b6b6b;
}
.grid-item:hover .grid-item-content{
background-color: rgb(171, 46, 186);
}
.grid-item:hover .g_t *{
color: #fff;
}
.grid-item:hover .g_t p{
color: #cacaca;
}
.grid-item--width2 .grid-item-content:after{
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #fff;
top: -14px;
left: 47.5%;
}
.grid-item--width3 .grid-item-content:after{
border-top: 15px solid transparent;
border-left: 15px solid #fff;
border-bottom: 15px solid transparent;
top: 47.5%;
right:-14px;
}
#blog-mansory-section{
padding-bottom: 64px;
}
.see-more{
text-align: center;
margin-top: 94px;
margin-bottom: 94px;
}
#blog-mansory-section .see-more{
margin-bottom: 28px;
}
.see-more a{
font-family: 'Oswald';
font-size: 15px;
color: rgb(171, 46, 186);
letter-spacing: 3px;
border-radius: 50px;
}
.see-more a:hover{
color:#513c71!important;
}
.grid-item-img:after {
content: '';
display: block;
width: 375px;
height: 50px;
position: absolute;
z-index: 9;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-repeat: no-repeat;
background-size: contain;
}
.grid-item--width2 .grid-item-img:after{
top: auto;
bottom:15%;
}
#blog-grid-gallery .see-more{
margin-top: 24px;
margin-bottom: 24px;
}
.grid-item-img{
position: relative;
}
.massonry-post-logo{
display: block;
width: 375px;
height: 50px;
position: absolute;
z-index: 9;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.massonry-post-logo img{
opacity: 1;
}
body.net .compat-object-fit .massonry-post-logo img{
display:block!important;
}
.grid-item--width2 .massonry-post-logo{
top: auto;
bottom:15%;
}      .contact-us-page#contact-us{
padding: 70px 0px 70px;
}
.contact-info{
width: 60%;
}
.contact-info .wpb_content_element{
margin-bottom: 0px;
}
.contact-info h2{
font-family: 'Oswald';
font-weight: 400;
width: 82%;
font-size: 40px;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;
padding-bottom: 10px;
margin-bottom: 40px;
}
.contact-info p{
font-size: 18px;
line-height: 30px;
color: #fff;
margin-bottom: 0px;
}
.contact-adress{
margin-top:40px;
margin-bottom: 40px;
}
.contact-adress > a,
.contact-adress > p{
display:block;
font-size:16px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
color:#fff;
margin-bottom: 5px;
}
.contact-adress > a:hover{
color: rgb(171, 46, 186);
}
.contact-adress > a i,
.contact-adress > p i{
width: 20px;
margin-right: 15px;
}
.form .fild_2{
margin-bottom: 20px;
}
.contact-us-page textarea{
padding-top: 20px;
}
.contact-us-page .form input::-webkit-input-placeholder { font-style: initial;
}
.contact-us-page .form input::-moz-placeholder { font-style: initial;
}
.contact-us-page .form input:-ms-input-placeholder { font-style: initial;
}
.contact-us-page .form input:-moz-placeholder { font-style: initial;
}
.contact-us-page .form textarea::-webkit-input-placeholder { font-style: initial;
padding-top:0px;
}
.contact-us-page .form textarea::-moz-placeholder { font-style: initial;
padding-top:0px;
}
.contact-us-page .form textarea:-ms-input-placeholder { font-style: initial;
padding-top:0px;
}
.contact-us-page .form textarea:-moz-placeholder { font-style: initial;
padding-top:0px;
}      #cart-order{
padding-bottom: 70px;
}
.product-cart > .row > div:first-child{
padding: 0px;
}
.cart-name{
font-family: 'Open Sans';
border-bottom:2px solid #ebebeb;
padding-bottom: 8px;
margin-top: -8px;
}
.cart-name *{
font-size: 20px;
font-weight: 700;
line-height: 30px;
color: #2b2b2b;
}
.cart-item{
padding: 30px 0px;
border-bottom:1px solid #ebebeb;
}
.cart-item:after{
content:'';
display: block;
clear: both;
}
.cart-item > div:after{
content: '';
display: block;
clear: both;
}
.cart-image{
width:230px;
height: 230px;
border: 2px solid #fff;
border-radius: 20px;
overflow: hidden;
float: left;
margin-right: 45px;
background-color: rgb(255, 255, 255);
}
.cart-image img{
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.cart-description{
width: 60%;
padding-top: 15px;
padding-right: 20px;
float: left;
}
.cart-description a,
.cart-description h2{
font-size: 30px;
line-height: 30px;
color: rgb(171, 46, 186);
margin-bottom: 20px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.cart-description a:hover h2{
color: rgb(81, 60, 113)!important;
}
.cart-description p{
font-size: 18px;
line-height: 30px;
color: #313131;
margin-bottom: 0;
}
.product-total:after{
content:'';
display:block;
clear: both;
}
.product-total{
position: absolute;
width: 100%;
height: 27px;
top: 0;
bottom: 0;
margin: auto;
}
.product-price *{
font-size: 30px;
line-height: 30px;
color: #4a4a4a;
}
.delete-product{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
width: 25px;
height: 25px;
}
.delete-product svg{
width: 23px;
height: 23px;
cursor: pointer;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.delete-product svg path{
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.delete-product svg path{
fill: #313131;
}
.delete-product svg:hover path{
fill: rgb(171, 46, 186);
}
.order-coupon:after{
content:'';
display: block;
clear: both;
}
.order-coupon{
margin-top: 70px;
}
.enter-coupon,.order-button{
max-width: 520px;
width:100%;
}
.enter-coupon{
float: left;
}
.order-button{
float: right;
}
.coupon-title h3{
font-size: 30px;
line-height: 30px;
color: #4b4b4b;
margin-bottom: 0;
text-transform: uppercase;
}
.coupon-title span{
font-size:20px;
line-height: 30px;
color: #888;
}
.coupon-form{
margin-top: 25px;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.coupon-form{
height: 55px;
}
.coupon-form input{
width: 73%;
height: 100%;
margin-right: 0px!important;
color: #313131;
text-transform: uppercase;
padding-left: 15px;
background-color: rgb(241, 241, 241);
border: 1px solid #f1f1f1;
border-right: none;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.coupon-form input::-webkit-input-placeholder { color: #4a4a4a;
opacity: 0;
}
.coupon-form input::-moz-placeholder { color: #4a4a4a;
opacity: 0;
}
.coupon-form input:-ms-input-placeholder { color: #4a4a4a;
opacity: 0;
}
.coupon-form input:-moz-placeholder { color: #4a4a4a;
opacity: 0;
}
.coupon-form input:focus{
outline: 0;
border-color: rgb(171, 46, 186);
}
.coupon-form button{
width:27%!important;
height: 100%!important;
cursor: pointer!important;
background-color:  rgb(171, 46, 186)!important;
border: 2px solid rgb(171, 46, 186)!important;
border-bottom-right-radius: 50px!important;
border-top-right-radius: 50px!important;
color: #fff!important;
font-size: 18px!important;
font-weight: 700;
font-family: 'Oswald';
text-transform: uppercase;
}
.coupon-form form button:focus{
outline: none;
}
.order-button:after,.glob-price:after,.cart-buttons:after{
content:'';
display: block;
clear: both;
}
.o-t{
float: left;
}
.g-p{
float: right;
}
.o-t *{
font-size: 30px;
line-height: 30px;
color: #4b4b4b;
}
.g-p *{
font-size:40px;
line-height: 30px;
font-weight: 400;
color: rgb(171, 46, 186);
}
a.shipping-calculator-button:hover{
color: rgb(171, 46, 186);
}
.cart-buttons{
margin-top: 25px;
margin-bottom: 25px;
}
.cart-buttons a, .cart-buttons button{
font-size: 18px!important;
color: #fff!important;
padding: 14px 55px!important;
background-color: rgb(49, 49, 49)!important;
border-radius: 50px!important;
letter-spacing: 1px!important;
font-weight: 400!important;
line-height: 27px!important;
font-family: 'Oswald';
}
.cart-buttons a:hover, .cart-buttons button:hover:enabled{
background-color: rgb(171, 46, 186)!important;
}
.cart-buttons a:first-child, .cart-buttons button:first-child{
float: left;
}
.cart-buttons a:last-child{
float: right;
padding: 14px 68px;
background-color: rgb(171, 46, 186);
}
.cart-buttons a.checkout-button, .cart-buttons button:last-child{
float: right;
padding: 14px 68px!important;
font-weight: 400;
line-height: 27px;
}
button[name=calc_shipping]{
padding: 14px 68px!important;
font-family: 'Open Sans';
font-weight: 400!important;
line-height: 27px!important;
color: #fff!important;
text-transform: uppercase;
border-radius: 5px!important;
letter-spacing: 1px!important;
}
.cart-buttons a.checkout-button:hover{
color: #fff!important;
}
.c-t *{
font-size: 18px;
line-height: 30px;
color: #888;
margin-bottom: 0;
}
.plusminus {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
width: 145px;
height: 56px;
border: 1px solid #dfdfdf;
border-radius: 50px;
overflow: hidden;
}
.plusminus button {
display: block;
width: 45px;
height: 54px;
position: absolute;
margin: 0;
padding: 0;
border: 0;
background: #fff;
color: #8b8b8b;
line-height: 1;
cursor: pointer;
}
.plusminus button:focus {
outline: none;
background-color: rgb(171, 46, 186);
color:#fff;
}
.plusminus button:disabled {
background: #999;
color: #ccc;
cursor: default;
}
.plusminus button:first-child {
left: 0;
bottom: 0;
}
.plusminus button:first-child:before {
content: "";
display: block;
width: 15px;
height: 2px;
background-color: #505050;
margin: auto;
}
.plusminus button:focus:first-child:before{
background-color:rgb(255, 255, 255);
}
.plusminus button:last-child{
right: 0;
top: 0;
}
.plusminus button:last-child:before{
content: "+";
font-size: 30px;
}
.plusminus input[type="number"] {
width: 51px!important;
height: 53px!important;
position: absolute;
left: 45px!important;
top: 0px;
margin: 0;
border: 0;
font-size: 18px;
color: #4a4a4a;
font-weight: bold;
text-align: center;
-moz-appearance: textfield;
}
.plusminus input:focus{
outline:none;
}
.plusminus input::-webkit-outer-spin-button,
.plusminus input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.prise-mobile,
.total-mobile{
display:none;
}      .page-404#header-404 .bg_image{
background-position: 50% 100%;
}
.section-404{
display: table;
width: 90%;
height: 100%;
position: absolute;
z-index: 9;
top: 0;
left: 0;
right: 0;
margin: auto;
}
.page-404#header-404 .overly{
background-color: rgba(0, 0, 0, 0.79);
}
.page-404 .big-title{
position: absolute;
bottom:30%;
top: 0%;
left: 0;
right: 0;
margin: auto;
text-align: center;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
opacity: 1;
bottom:30%;
}
.page-404 .big-title img{
max-width: 600px;
width: auto;
opacity: 1;
}
.page-404 .big-title h2{
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
position: absolute;
top: 92px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: rgb(255, 255, 255);
font-size: 24px;
text-transform: uppercase;
letter-spacing: 15px;
padding: 0px 17px 0px 25px;
color: rgb(33, 37, 41);
}
.search-404{
max-width: 1080px;
width: 100%;
position: absolute;
bottom: 30%;
left: 0;
right: 0;
margin: auto;
}
.search-404 form{
height: 60px;
}
.search-404 form input{
width: 82%;
height: 100%;
margin-right: 0!important;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
padding-left:20px;
border: 2px solid #fff;
text-transform: capitalize;
}
.search-404 form input:focus{
outline: none;
border-color: rgb(171, 46, 186);
}
.search-404 form button{
width: 18%;
height: 100%;
background-color: rgb(171, 46, 186);
border: 2px solid rgb(171, 46, 186);
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
cursor: pointer;
color: #fff;
font-size: 16px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.search-404 form input::-webkit-input-placeholder { color: #363636;
}
.search-404 form input::-moz-placeholder { color: #363636;
}
.search-404 form input:-ms-input-placeholder { color: #363636;
}
.search-404 form input:-moz-placeholder { color: #363636;
}
.content-404{
max-width: 540px;
position: absolute;
bottom: 40%;
left: 0;
right: 0;
margin: auto;
text-align: center;
}
.content-404 h2{
font-size: 34px;
color: #fff;
margin-bottom: 5px;
}
.content-404 p{
font-size: 16px;
color: #fff;
margin-top: 1rem;
}
.go-back-home{
max-width: 540px;
position: absolute;
bottom: 21%;
left: 0;
right: 0;
margin: auto;
text-align: center;
}
.go-back-home a{
font-size: 24px;
color: rgb(171, 46, 186);
}
.go-back-home a:hover{
color: rgb(171, 46, 186);
}
.go-back-home a i{
margin-right: 20px;
}
.content-404 a{
font-size: 24px;
color: #ffff;
}
.content-404 a:hover{
color: rgb(171, 46, 186);
}
.content-404 a i{
margin-right: 20px;
}      .search-result .global-title h2{
font-family: 'Oswald';
font-weight: 900;
font-size: 55px;
color: rgb(171, 46, 186);
margin-top: 15px;
}
.search-result .blog-content{
margin-bottom: 0px;
}
.search-result .blog-content > div.sitebar{
padding-top: 0px;
}
.global-title h2{
font-family: 'Oswald';
font-weight: 900;
font-size: 55px;
color: rgb(171, 46, 186);
margin-top: 15px;
}
.global-title.title_transparent_color h1{
opacity: 0.2;
}
.global-title.title_transparent_color h2{
position: absolute;
width: 100%;
top: 0;
bottom: 0;
margin: auto;
display: table;
font-weight: 300;
z-index: 9;
}
.global-title h1.black_on_white{
color: #525252;
}
.search-result .blog-content{
margin-bottom: 0px;
}
.search-result .blog-content > div.sitebar{
padding-top: 0px;
}
.t-shirt-image{
height: 800px;
}
.t-shirt-image img{
width:100%;
height: 100%;
object-fit: contain;
-o-object-fit: contain;
}
.t-shirt-description{
padding: 40px 5px 94px;
text-align: center;
}
.t-shirt-description a:hover h2{
color:#513c71!important;
}
.search-result .see-more{
margin-bottom: 64px;
}
.t-shirt-description h2{
font-family: 'Oswald';
font-weight: 400;
font-size: 30px;
line-height: 30px;
letter-spacing: 1px;
color: #ab2eba;
margin-bottom: 40px;
text-transform: uppercase;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.t-shirt-description p{
font-size: 18px;
line-height: 30px;
color: #4b4b4b;
text-align: left;
}
.t-shirt-description .post-cta {
margin-top: 70px;
}      #shop-contanier > .section{
max-width: 1725px;
overflow: hidden;
}
.shop-items.products .star-rating{
display: none!important;
}
.results:after{
content: '';
display: block;
clear: both;
}
.results{
padding: 0px 35px 45px 35px;
}
.results form{
margin-bottom: 0!important;
}
.results-text{
font-family: 'Open Sans';
float: left;
margin-top: 15px;
}
.results-text *{
font-size: 20px;
line-height: 30px;
color: #1b1b1b;
}
.results-select{
float: right;
}
.results-select .btn-primary{
font-family: 'Open Sans';
font-size: 20px;
background-color: rgba(0, 0, 0, 0);
border-color: rgb(171, 46, 186);
color: rgb(171, 46, 186);
padding: 10px 54px 10px 40px;
border-radius: 50px;
}
.results-select .btn-primary:focus{
color: #fff!important;
}
.results-select .dropdown-item a:hover{
color: #fff!important;
}
.results-select .dropdown-toggle::after{
color: rgb(171, 46, 186);
vertical-align: 0.2em;
}
.results-select .btn-primary:not(:disabled):not(.disabled):active,
.results-select .btn-primary:not(:disabled):not(.disabled).active,
.results-select .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: rgb(171, 46, 186);
border-color: rgb(171, 46, 186);
}
.results-select .btn-primary:not(:disabled):not(.disabled):active:after,
.results-select .btn-primary:not(:disabled):not(.disabled).active:after,
.results-select .show > .btn-primary.dropdown-toggle:after{
color: #fff;
}
.results-select .btn-primary:focus{
outline: none;
box-shadow: none!important;
}
.results-select .dropdown-menu.show{
background: #fff;
width:100%;
visibility: visible;
opacity: 1;
-webkit-transform: translate3d(0px, 61px, 0px)!important;
-moz-transform: translate3d(0px, 61px, 0px)!important;
transform: translate3d(0px, 61px, 0px)!important;
}
.results-select .dropdown-menu{
display: block!important;
visibility: hidden;
opacity: 0;
width:100%;
background-color: rgb(27, 27, 27);
border-color: rgb(171, 46, 186);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-webkit-transform: translate3d(0px, 80px, 0px)!important;
-moz-transform: translate3d(0px, 80px, 0px)!important;
transform: translate3d(0px, 80px, 0px)!important;
}
.results-select .dropdown-item,
.chosen-results li{
color: #616161;
padding: 7px 20px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.chosen-container .chosen-drop{
background-color: rgb(225, 225, 225);
}
.chosen-results li{
font-size:16px;
cursor: pointer;
}
.results-select .dropdown-item:hover,
.results-select .dropdown-item:focus,
.chosen-results li:hover,
.chosen-results li:focus{
background-color: rgb(171, 46, 186);
color: #fff;
}
.results-select .dropdown-item:hover a,
.results-select .dropdown-item:focus a{
color: #fff;
}
.results-select .dropdown-item a{
display: block;
color: #6a6a6a;
}
.shop-items{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.s-item{
position: relative;
margin-bottom: 70px!important;
padding: 0px 35px!important;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-moz-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.s-item-image{
overflow: hidden;
}
.s-item:hover .s-item-image img{
-webkit-transform: rotate(5deg) scale(1.1);
-moz-transform: rotate(5deg) scale(1.1);
-ms-transform: rotate(5deg) scale(1.1);
-o-transform: rotate(5deg) scale(1.1);
transform: rotate(5deg) scale(1.1);
}
.s-item-image img{
width:100%;
height:100%;
object-fit: cover;
-o-object-fit: cover;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.s-item-name{
padding-top: 20px!important;
padding-bottom: 20px!important;
text-align: center;
}
.s-item-name h2{
font-weight:400;
font-size: 20px;
line-height: 30px;
margin-bottom: 10px!important;
text-transform: capitalize;
color: rgb(171, 46, 186);
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.s-item:hover .s-item-name h2{
color: #513c71!important;
}
#releated-products .s-item:hover .s-item-name h2{
color: #513c71!important;
}
.s-item-name p{
font-size: 20px!important;
font-weight: 500;
color: #ab2eba!important;
}
.bs_sale{
position: relative;
font-size: 18px;
color: #4b4b4b;
}
span.bs_sale:after{
content: '';
width: 75%;
height: 1px;
background-color: #4b4b4b;
display: block;
position: absolute;
left: 0;
bottom: 12px;
}
.bs_sale sup{
position: relative;
color: #4b4b4b;
}
.bs_sale sup:after{
content: '';
width: 100%;
height: 1px;
background-color: #4b4b4b;
display: block;
position: absolute;
left: 2px;
top: 10px;
}
.ad-to-card-button {
margin-top: 28px;
}
.ad-to-card-button a,
.woocommerce-message a,.return-to-shop a.button.wc-backward{
font-size: 15px!important;
color: #4b4b4b!important;
border: 1px solid #4b4b4b!important;
padding: 15px 20px!important;
border-radius: 50px!important;
font-weight: 400!important;
text-transform: capitalize!important;
margin: 0px 2px!important;
line-height: 21px!important;
margin-top: -20px!important;
background: transparent!important;
font-family: 'Oswald'!important;
margin: 0px 2px;
}
.return-to-shop{
margin-bottom: 70px;
}
.ad-to-card-button a.view-cart{
border: none!important;
padding: 0px 0px 0px 10px!important;
}
.ad-to-card-button a.view-cart:hover{
background-color: transparent!important;
}
.ad-to-card-button a:hover{
color:#fff!important;
border-color: rgb(171, 46, 186)!important;
background-color: rgb(171, 46, 186)!important;
}
.woocommerce-message{
background-color: transparent!important;
border: none!important;
color: #7b7b7b;
font-size: 20px;
font-weight: 400;
line-height: 30px;
margin-top: 55px;
margin-bottom: 60px;
padding: 0px 35px;
}
.woocommerce-message::before{
content: '';
}
.woocommerce-message i{
color: rgb(171, 46, 186);
margin-right: 10px;
font-size: 20px;
}
.ad-to-card-button a.view-cart{
border: none!important;
padding: 0px 0px 0px 10px!important;
}
.ad-to-card-button a.view-cart:hover{
background-color: transparent!important;
}
.ad-to-card-button a:hover,.return-to-shop a.button.wc-backward:hover{
color:#fff!important;
border-color: rgb(171, 46, 186)!important;
background-color: rgb(171, 46, 186)!important;
}
.single-product .best-offer{
top: 10px;
left: 45px;
}
.related.products .best-offer{
top: -60px;
left: 35px;
}
.best-offer{
width: 105px;
height: 105px;
position: absolute;
top: -60px;
left: 35px;
z-index: 9;
padding-top: 25px;
background-repeat: no-repeat;
background-size: contain;
}
.best-offer svg{
width: 105px;
height: 105px;
position: absolute;
top:0;
left: 0;
}
.best-offer svg path{
fill:  rgb(171, 46, 186);
}
.best-offer h4{
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size:22px;
font-weight: bold;
margin: 0px 30px auto auto;
color:#fff;
letter-spacing: 2px;
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
-o-transform: rotate(-35deg);
transform: rotate(-35deg);
}
.best-offer p{
font-size: 18px;
font-weight: bold;
margin: -8px auto auto 25px;
color:#fff;
letter-spacing: 2px;
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
-o-transform: rotate(-35deg);
transform: rotate(-35deg);
}
.best-offer hr{
width: 18px;
height: 4px;
min-height: 4px;
border: none;
background-color: #fff;
border-radius: 8px;
margin: 3px 27px auto auto;
color:#fff;
letter-spacing: 2px;
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
-o-transform: rotate(-35deg);
transform: rotate(-35deg);
}
.comment-form-rating{
margin-bottom: 35px;
}
.comment-form-rating > label{
color: #7b7b7b;
margin-bottom: 0;
}
.comment-form-rating p.stars a {
color: #fff;
cursor: auto;
}
.comment-form-rating p.stars a i {
color: #fff;
}
.comment-form-rating p.stars a.star-1 i,
.comment-form-rating p.stars a.star-2 i,
.comment-form-rating p.stars a.star-3 i{
color: #f5c314;
}      .woocommerce-checkout #payment{
background: none!important;
}
.woocommerce ul#shipping_method li input{
margin: 0;
}
.woocommerce ul#shipping_method li{
color: #959595;
padding: 7px 20px!important;
}
.woocommerce ul#shipping_method li label{
padding: 7px 20px!important;
}
.woocommerce form .form-row{
margin: 0!important;
margin-top: 24px!important;
}
.woocommerce-privacy-policy-text p{
margin-bottom: 24px;
font-size: 18px;
color: #656565;
}
form.woocommerce-form-register .woocommerce-privacy-policy-text p{
margin-bottom: 0px;
}
form.woocommerce-form-register .woocommerce-FormRow.form-row{
margin-bottom: 0px!important;
}
.woocommerce form .shipping-calculator-form .form-row{
margin-top: 0px!important;
padding:0px;
}
.woocommerce form .shipping-calculator-form .form-row input,
.woocommerce form .shipping-calculator-form .form-row textarea,
.woocommerce form .shipping-calculator-form .chosen-container {
margin-bottom:20px;
}
.woocommerce form .shipping-calculator-form .form-row input,
.woocommerce form .shipping-calculator-form .form-row textarea{
padding:0px 20px;
}
#shipping_method input[type=radio]{
height: auto!important;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
#checkout-list form h3{
font-size: 30px;
line-height: 30px;
color: #ab2eba;
margin-bottom: 17px;
text-transform: uppercase;
}
#ship-to-different-address label{
margin-bottom: 0px!important;
}
.shipping.shipping-method .form-group{
margin-bottom: 0px!important;
}
#checkout-list form .form-group{
width: 100%;
margin-bottom: 23px;
}
.add-info{
margin-top: 50px;
}
.select2.select2-container{
display:none;
}
#checkout-list form .form-group label{
font-size: 18px;
color: #4b4b4b;
margin-bottom: 11px;
}
#shipping_method .dropdown-item label{
font-size: inherit!important;
}
#checkout-list form .form-group input,#checkout-list form .form-group textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.chosen-container-single .chosen-search input{
font-size: 18px;
background-color: rgb(225, 225, 225);
color: #616161;
text-transform: capitalize;
border: none;
height: 60px;
border-radius: 50px;
padding-left: 25px;
}
#checkout-list form .form-group textarea{
height: 100px;
border-radius: 100px;
padding-top: 15px;
padding-left: 35px;
}
#checkout-list form .form-group input:focus,
#checkout-list form .form-group textarea:focus,
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus,
.chosen-container-single .chosen-search input:focus{
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#checkout-list form .form-group a.bfh-selectbox-toggle{
background-color: rgb(38, 38, 38);
color: #959595;
text-transform: capitalize;
border: none;
height: 60px;
border-radius: 10px;
}
#checkout-list form .form-group a.bfh-selectbox-toggle:after{
color: #959595;
vertical-align: 0.2em;
content: '\f107 ';
font-family: fontawesome;
border: none;
position: absolute;
font-size: 26px;
right: 20px;
top: 20%;
}
#checkout-list form .form-group a.bfh-selectbox-toggle:focus{
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#checkout-list form .form-group a.bfh-selectbox-toggle span.bfh-selectbox-option{
font-size: 19px;
color: #959595;
height: 100%;
padding-top: 10px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options{
background-color: rgb(38, 38, 38);
width: 100%;
border: none;
box-shadow: none;
border-radius: 10px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul{
max-height: 290px;
margin: 0;
width: 99%;
max-width: 100%;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul li > a{
font-size: 19px;
color: #959595;
padding: 4px 10px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul li > a:hover,
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul li > a:focus{
background-color: rgb(171, 46, 186);
color:#fff;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul::-webkit-scrollbar-track,
.chosen-results::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgb(177, 177, 177);
background-color: rgb(177, 177, 177);
border-radius: 5px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul::-webkit-scrollbar,
.chosen-results::-webkit-scrollbar{
width: 3px;
background-color: rgb(171, 46, 186);
border-radius: 5px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul::-webkit-scrollbar-thumb,
.chosen-results::-webkit-scrollbar-thumb {
background-color: rgb(171, 46, 186);
border-radius: 5px;
}
#checkout-list form .form-group .results-select{
float: none;
}
#checkout-list form .form-group .results-select .btn-group{
width: 100%;
}
#checkout-list form .form-group .results-select .btn-primary,
.chosen-single{
font-size: 19px;
padding: 16px 20px 16px 20px;
background-color: rgb(225, 225, 225);
color: #616161;
text-transform: capitalize;
border: none;
border-radius: 50px;
position: relative;
display: block;
width: 100%;
text-align: left;
}
.chosen-single:hover{
color: #959595;
}
.chosen-single{
height:60px;
}
#checkout-list form .form-group .results-select .dropdown-toggle::after,
.chosen-single:after{
color: #4b4b4b;
vertical-align: 0.2em;
content: '\f107 ';
font-family: fontawesome;
border: none;
position: absolute;
font-size: 26px;
right: 36px;
top: 22%;
}
#checkout-list form .form-group .results-select .dropdown-menu{
background-color: rgb(225, 225, 225);
border: none;
border-radius: 10px;
}
.chosen-results{
background-color: rgb(225, 225, 225);
border: none;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
height: 380px;
overflow-y: scroll;
margin-top: 1px;
}
.chosen-search:after {
content: '';
display: block;
width: 15px;
height: 15px;
background-image: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/images/search-2.svg);
position: absolute;
top: 24px;
right: 35px;
z-index: 99;
background-size: cover;
}
#checkout-list form .form-group .results-select .dropdown-item, #checkout-list form .form-group .results-select .dropdown-item a{
color: #616161;
}
#checkout-list form .form-group .results-select .dropdown-item:hover a,
#checkout-list form .form-group .results-select .dropdown-item:focus a{
color:#fff;
}
#checkout-list form .form-group .results-select > p{
font-size: 18px;
line-height: 30px;
color: #888;
margin-bottom: 11px;
margin-top: 20px;
}
.payment-method{
margin-top: 50px;
}
.woocommerce-shipping-fields.dif-address{
margin-bottom: 33px;
}
.shipping.shipping-method{
margin-bottom: 50px;
}
.woocommerce-additional-fields h3{
margin-top: 50px;
}
.payment-method .custom-radio{
padding-left: 60px;
margin: 30px 0px;
}
.payment-method .custom-radio.ubs{
margin-top: 30px;
}
.pay-text{
clear:both;
}
.custom-control-label{
cursor: pointer;
}
.pay-text p{
color: #888;
font-size: 16px;
line-height: 22px;
padding-top: 10px;
font-style: italic;
}
.payment-method .custom-radio > label span{
font-size: 18px;
line-height: 30px;
color: #4b4b4b;
margin-bottom: 18px;
}
.payment-method .custom-radio label div.payment-cart-paypal{
padding: 0;
border: none;
}
.payment-method .custom-control.custom-radio.paypal{
margin-top: 30px;
}
.payment-method .custom-control.custom-radio.paypal:after{
content:'';
display:block;
clear: both;
}
.payment-method .custom-control.custom-radio.paypal label{
float: left;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0px #fff, 0 0 0 0rem rgba(0, 123, 255, 0)!important;
}
.payment-method .custom-control.custom-radio.paypal label:after,
.payment-method .custom-control.custom-radio.paypal label:before{
top: 18px;
}
.payment-method .custom-control.custom-radio.paypal .custom-control-input:checked ~ .custom-control-label::after{
top: 25px;
}
.payment-method .custom-radio label:before,
.payment-method .custom-radio label:after{
left: -60px;
top: 0px;
width: 30px;
height: 30px;
cursor: pointer;
}
.payment-method .custom-radio label:focus{
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::before{
background-color: transparent;
border: 1px solid rgb(171, 46, 186);
}
.payment-method .custom-control-input:active ~ .custom-control-label::before{
color: #fff;
background-color: transparent;
border: 1px solid rgb(171, 46, 186);
}
.payment-method .custom-control-label::before{
background-color: transparent;
border: 1px solid rgb(171, 46, 186);
height: 30px;
width: 30px;
top: -45px;
}
.payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::after{
background-image: none;
width: 16px;
height: 16px;
background-color: rgb(171, 46, 186);
border-radius: 50%;
left: -53px;
top: 7px;
}
.payment-method .other-payment .custom-control-label::before{
top: 0px;
}
.payment-method .custom-radio.other-payment .custom-control-input:checked ~ .custom-control-label::after{
top: 7px;
}
.what-is-paypal{
margin-left: 15px;
float: left;
}
.what-is-paypal a{
font-size: 18px;
color: #4b4b4b;
text-decoration: underline;
margin-top: 15px;
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.what-is-paypal img{
margin-left: 5px;
}
.payment-method .custom-control.custom-radio.other-payment{
margin-top: 30px;
}
.other-payment label{
padding: 10px;
border: 1px solid #9b9b9b;
border-radius: 7px;
background-color: rgb(38, 38, 38);
max-width: 253px;
}
.other-payment label img{
float: left;
margin: 0px 4px 5px 4px;
}
.other-payment label img:first-child{
margin: 0px 72px 5px;
}
.other-payment label img:nth-child(2){
clear: both;
}
.other-payment label img:last-child{
padding: 4px 10px;
border:1px solid rgba(255, 255, 255, 0.4117647058823529);
border-radius: 2px;
}
.p-carts{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.p-carts img {
margin: 5px;
}
.p-carts div{
width: 68px;
height: 42px;
margin: 5px;
border: 1px solid #9b9b9b;
border-radius: 3px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.create-password{
margin-top: 60px;
}
.create-password .form-group p{
font-size: 19px;
color: #4b4b4b;
margin-bottom: 24px;
line-height: 21px;
margin-top: 14px;
}
.create-password .checkbox label span, .dif-address .checkbox label span{
font-size: 18px;
line-height: 30px;
color: #4b4b4b;
margin-bottom: 17px;
text-transform: uppercase;
}
.shipping-method .results-select .dropdown-menu{
-webkit-transform: translate3d(0px, 80px, 0px)!important;
-moz-transform: translate3d(0px, 80px, 0px)!important;
transform: translate3d(0px, 80px, 0px)!important;
}
.shipping-method .results-select .dropdown-menu.show{
-webkit-transform: translate3d(0px, 61px, 0px)!important;
-moz-transform: translate3d(0px, 61px, 0px)!important;
transform: translate3d(0px, 61px, 0px)!important;
}
.create-password .checkbox label, .dif-address .checkbox label{
cursor: pointer
}
.create-password .checkbox label input[type="checkbox"], .dif-address .checkbox label input[type="checkbox"],
#respond form input[type="checkbox"]{
display: none
}
.create-password .checkbox label input[type="checkbox"] + .label-text:before, .dif-address .checkbox label input[type="checkbox"] + .label-text:before {
display: inline-block;
transition: all 0.2s ease-in-out;
margin: -6px 30px 0 0;
vertical-align: middle;
width: 30px;
height: 30px;
border: 1px solid rgb(171, 46, 186);
border-radius: 7px;
content: '';
}
#respond form input[type="checkbox"] + label:before{
display: inline-block;
transition: all 0.2s ease-in-out;
margin: 0px 10px 0px 15px;
vertical-align: middle;
width: 20px;
height: 20px;
border: 1px solid rgb(171, 46, 186);
border-radius: 3px;
content: '';
}
.create-password .checkbox label input[type="checkbox"]:checked + .label-text:before,
.dif-address .checkbox label input[type="checkbox"]:checked + .label-text:before,
#respond form input[type="checkbox"]:checked + label:before{
content: '\f00c';
font-family: fontawesome;
font-size: 18px;
text-align: center;
line-height: 26px;
color: rgb(171, 46, 186);
}
#respond form input[type="checkbox"]:checked + label:before{
font-size: 16px;
line-height: 16px;
}
#respond form label{
color:#c5c5c5;
margin-top: 10px;
margin-bottom: 0;
cursor: pointer;
}
#checkout-list{
padding-bottom:50px;
}
#checkout-list.table th, .table td {
border-top: 1px solid #e0e0e0;
}
#checkout-list table.table {
border-collapse: separate;
border-spacing: 0;
margin-top: 24px;
margin-bottom: 24px;
}
.privacy-policy p{
font-size: 18px;
margin-bottom: 24px;
color: #656565;
}
.privacy-policy a{
color: #656565;
}
.privacy-policy a:hover{
color:rgb(171, 46, 186);
}
#checkout-list table.table tr th,
#checkout-list table.table tr td {
padding: 20px 30px;
}
#checkout-list table.table tr td{
font-size: 18px;
color: #888;
}
#checkout-list table.table tr th{
font-size: 18px;
text-transform: capitalize;
color: #4b4b4b;
}
#checkout-list table.table tr th span{
color: #898989;
margin-left: 10px;
}
#checkout-list #order_review table.table tr th span{
color: #a5a5a5;
}
#checkout-list table.table tbody tr:last-child th span{
color: #fff!important;
}
span.woocommerce-Price-currencySymbol {
margin-right: 4px;
}
#checkout-list table.table tr th:first-child,
#checkout-list table.table tr td:first-child {
border-left: 1px solid #e0e0e0;
}
#checkout-list table.table tr th:last-child,
#checkout-list table.table tr td:last-child {
border-right: 1px solid #e0e0e0;
text-align:right;
}
#checkout-list table.table tr th {
border-top: 1px solid #e0e0e0;
text-align: left;
}
#checkout-list table.table tr:first-child th{
border-bottom: 0px;
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
color: rgb(171, 46, 186);
} #checkout-list table.table tr:first-child th:first-child {
border-top-left-radius: 10px;
} #checkout-list table.table tr:first-child th:last-child {
border-top-right-radius: 10px;
}
#checkout-list table.table tbody tr:last-child th{
background-color: rgb(171, 46, 186);
} #checkout-list table.table tbody tr:last-child th:first-child {
border-bottom-left-radius: 10px;
border-bottom: 1px solid rgb(171, 46, 186);
font-size:22px;
color:#fff;
font-weight:700;
padding-top: 29px;
} #checkout-list table.table tbody tr:last-child th:last-child {
border-bottom-right-radius: 10px;
border-bottom: 1px solid rgb(171, 46, 186);
font-size:35px;
color:#fff;
font-weight:100;
}
#checkout-list table.table tbody tr:last-child th:last-child span{
color:#fff;
}
#checkout-list form button.btn-primary{
font-family: 'Oswald';
width:100%;
font-size:20px;
background-color: transparent;
border: 1px solid;
border-radius: 50px;
border-color: rgb(171, 46, 186);
color: rgb(171, 46, 186);
padding-top: 24px;
padding-bottom: 23px;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
font-weight: inherit;
}
#checkout-list form button.btn-primary:hover{
background-color: rgb(171, 46, 186);
color:#fff!important;
}
#checkout-list form button.btn-primary:focus{
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.login-and-cupon{
margin-bottom: 70px;
}
.login-and-cupon .form-group{
padding-left: 0;
}
.login-and-cupon a.btn-primary{
background-color: transparent;
border: none;
padding: 0;
}
.login-and-cupon a.btn-primary:focus{
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.login-and-cupon a.btn-primary:not(:disabled):not(.disabled):active,
.login-and-cupon a.btn-primary:not(:disabled):not(.disabled).active{
background-color: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.to-login{
margin-bottom:14px;
}
.l-b *,.c-b *{
font-size:20px;
line-height: 30px;
color: #4b4b4b;
}
.l-b i,.c-b i{
color: rgb(171, 46, 186);
margin-right: 5px;
font-size: 20px;
line-height: 30px;
}
.l-b a,.c-b a{
display: inline-block;
color: rgb(171, 46, 186);
margin-left: 6px;
margin-top: -3px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
color: rgb(81, 60, 113)!important;
}
.l-b a:hover,.c-b a:hover{
color: rgb(81, 60, 113)!important;
}
.woocommerce form.login{
border: none;
margin: 0;
padding: 0px;
border-radius: 0px;
margin-top: 0px;
}
.woocommerce form.login .lost_password{
margin-bottom: 0px;
}
.woocommerce form.register{
border: none;
margin: 0;
padding: 0px;
border-radius: 0px;
margin-top: 0px;
}
.reg-form-div{
margin-top: 70px;
}
.woocommerce form .form-row .required{
color: #959595!important;
}
.l-form{
padding: 15px 15px 30px 0px;
border-radius: 10px;
margin-top: 10px;
}
.l-f form p{
font-size: 18px;
line-height: 30px;
color: #888;
}
.l-f form .create-password {
margin-top: 0px;
}
.l-f form .create-password .checkbox label input[type="checkbox"] + .label-text:before{
width: 15px;
height: 15px;
border-radius: 3px;
margin-right: 5px;
margin-top: -4px;
}
.l-f form .create-password .checkbox label span{
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
text-transform: capitalize;
}
.l-f form .create-password .checkbox label input[type="checkbox"]:checked + .label-text:before,
.dif-address .checkbox label input[type="checkbox"] + .label-text:before{
font-size: 10px;
line-height: 12px;
}
.l-f form .create-password .checkbox label{
margin-bottom: 0;
margin-top: 8px;
margin-left: 10px;
}
#checkout-list .l-f form button.btn-primary{
font-size: 16px;
padding-top: 11px;
padding-bottom: 9px;
width: 210px;
max-width: 210px;
margin-top: 0!important;
}
.l-f form .create-password .checkbox label span{
text-transform: capitalize;
}
.l-form  a:last-of-type{
font-size: 19px;
color: #1b1b1b;
margin-top: 20px;
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.l-form > a:hover{
color: rgb(171, 46, 186);
}
.l-f form p {
font-size: 18px;
line-height: 30px;
color: #5f5f5f;
}
.lost_password{
padding-left: 0;
padding-right: 0;
}
.l-form  a:last-of-type:hover{
color:rgb(171, 46, 186);
}
.c-f .l-form form{
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
border: none!important;
padding: 0;
margin: 0;
text-align: left;
}
.coupon-btn{
margin-bottom:0px;
}
#checkout-list .c-f form button.btn-primary {
font-size: 16px;
padding-top: 11px;
padding-bottom: 9px;
margin-top: 15px!important;
width: 210px;
max-width: 210px;
color: #fff;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
line-height: 1.5;
}
.woocommerce-billing-fields .form-row-first, .woocommerce-billing-fields .form-row-last, .woocommerce-shipping-fields .form-row-first, .woocommerce-shipping-fields .form-row-last{
float: none!important;
width: 100% !important;
}
.woocommerce table.shop_table{
border: none!important;
}      .woocommerce-product-gallery__image{
float: left;
padding: 3px;
}
.product-image.woocommerce-product-gallery__image{
float: none;
clear: both;
}
#single-product-section .woocommerce-tabs.wc-tabs-wrapper{
width: 100%;
}
.single-product{
position: relative;
}
.product-description{
margin-bottom: 0!important;
}
.single_add_to_cart_button{
background: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
position: relative;
font-size: 17px;
color: white!important;
border: 2px solid rgb(171, 46, 186);
border-radius: 7px;
padding: 14px 50px 15px 85px;
font-family: 'Open Sans', sans-serif!important;
text-transform: capitalize;
}
p.stars a{
padding-right: 5px;
}
p.stars a i{
font-size: 25px;
color: #fff;
}
.star-rate{
color: #f5c314!important;
}
.woocommerce .star-rating::before{
content: ''!important;
}
.woocommerce .star-rating span::before{
content: ''!important;
}
.single-product #single-product-section > .section {
max-width: 1725px;
overflow: hidden;
}
#shop-contanier .section{
max-width: 1725px;
overflow: hidden;
}
#shop-contanier .product-container{
margin-top: 70px;
}
#shop-contanier .single-product .product-container{
margin-top: 0px;
}
html.magnifying > body {
overflow-x: hidden !important;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
top: 15px;
right: 3px;
}
.shop-view-cart{
padding: 0px 35px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
}
.name-title *{
font-size:20px;
}
.name-title i{
color: rgb(171, 46, 186);
margin-right:10px;
}
.name-title span{
color: #4b4b4b;
}
.single-product .ad-to-card-button a {
color: #4b4b4b!important;
border-color:#4b4b4b!important;
}
.woocommerce-message a:hover, .single-product .ad-to-card-button a:hover{
color:#fff!important;
border-color:rgb(171, 46, 186)!important;
}
.shop-view-cart .ad-to-card-button{
margin-top:0px!important;
}
.single-image{
padding: 0px 20px 0px 35px;
margin-bottom: 0!important;
}
.product-description{
padding:20px 35px 0px 20px;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { min-width: 0;
min-height: 0;
animation: none;
border: none;
float: none;
margin: 0;
opacity: 1;
outline: none;
overflow: visible;
padding: 0;
text-indent: 0;
transform: none;
transition: none;
}
.magnify {
position: relative;
width: 100%;
height: 100%;
box-shadow: none;
display: inline-block;
z-index: inherit;
}
.magnify > .magnify-lens { position: absolute;
width: 200px;
height: 200px;
border-radius: 100%; box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
0 0 7px 7px rgba(0, 0, 0, 0.25),
inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
cursor: none;
display: none;
z-index: 99;
transform: scale(1.5);
}
.magnify > .magnify-lens.loading {
background: #333 !important;
opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { position: absolute;
top: 50%;
left: 0;
width: 100%;
color: #fff;
content: 'Loading...';
font: italic normal 16px/1 Calibri, sans-serif;
letter-spacing: 1px;
margin-top: -8px;
text-align: center;
text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
text-transform: none;
}
.product-image{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgb(255, 255, 255);
border-radius: 10px;
padding: 30px 0px;
}
.product-image > a{
width:75%;
}
.magnify img{
width:100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.single-pr-name h3{
font-family: 'Oswald';
font-size: 40px;
line-height: 30px;
color: rgb(171, 46, 186);
font-weight:400;
letter-spacing: 1px;
}
.single-price p{
font-family: 'Oswald'!important;
font-size:30px!important;
color:rgb(171, 46, 186)!important;
font-weight: 300!important;
margin-bottom:0px;
margin-top: 1rem;
}
.single-price .bs_sale{
font-family: 'Open Sans';
font-size:26px;
margin-left: 38px;
}
span.bs_sale:after {
content: '';
width: 75%;
height: 1px;
background-color: #a5a5a5;
display: block;
position: absolute;
left: 0;
bottom: 12px;
}
.single-price span.bs_sale:after{
width: 100%;
bottom: 17px;
}
.single-style *{
font-size:20px;
color:#ebebeb;
}
.single-style a{
color: #2a2a2a;
}
.single-style a:hover{
color: rgb(171, 46, 186);
}
.single-star{
margin-bottom: 16px;
}
.single-star:after{
content:'';
display: block;
clear: both;
}
.single-star ul:after{
content:'';
display:block;
clear:both;
}
.single-star ul li{
float:left;
margin-right: 10px;
}
.single-star ul i, .comment-form-rating p.stars a i{
font-size:25px;
color:#f5c314;
}
.single-star ul li:last-child i{
color:#d9d9d9;
}
.woocommerce .star-rating{
width: auto!important;
height: auto!important;
}
.rating-desc{
font-family: 'Open Sans', sans-serif;
padding-bottom: 2px;
}
.comment-form-rating p.stars a{
color: #7b7b7b!important;
}
.comment-form-rating p.stars.selected a{
color: #f5c314!important;
}
.comment-form-rating p.stars.selected a.active{
color: #f5c314!important;
}
.comment-form-rating p.stars a.active ~ a {
color: #4b4b4b!important;
}
.single-button-count:after{
content:'';
display:block;
clear: both;
}
.single-button-count{
margin-top: 15px;
margin-bottom: 15px;
}
.single-button-count form{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px!important;
}
.catd-button{
float: left!important;
margin-right: 25px!important;
}
.catd-button button{
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.catd-button a, .single_add_to_cart_button{
position: relative!important;
font-size: 15px!important;
color: rgb(171, 46, 186)!important;
border: 1px solid rgb(171, 46, 186)!important;
border-radius: 50px!important;
padding: 14px 50px 15px 50px!important;
font-family: 'Oswald'!important;
font-weight: 400!important;
background-color: transparent!important;
line-height: 22px!important;
}
.single_add_to_cart_button:focus{
outline: none;
}
.single_add_to_cart_button:hover {
color: #fff!important;
}
.catd-button a:hover, .single_add_to_cart_button:hover{
background-color: rgb(171, 46, 186)!important;
}
.catd-button button img{
position:absolute!important;
left: 25px!important;
top: 12px!important;
}
.single-button-count .plusminus{
position:relative!important;
float: left!important;
width: 135px!important;
height: 54px!important;
border-radius: 50px!important;
}
.single-button-count .plusminus button{
width: 40px!important;
height:52px!important;
}
.single-button-count .plusminus input[type="number"]{
left: 40px!important;
height: 52px!important;
font-size: 18px!important;
font-weight: 400;
}
.single-button-count .plusminus button:first-child{
border-right:0px!important;
}
.single-button-count  .plusminus button:last-child{
border-left: 0px!important;
}
.single-text{
margin-top:15px;
}
.single-text *{
font-size:18px;
line-height: 30px;
color: #4b4b4b;
margin-bottom: 10px;
}
#single-style-p a:hover{
color:rgb(171, 46, 186);
}
.single-code *{
font-size:16px;
color: #4b4b4b;
}
.single-product .bs_sale{
color: #4a4a4a;
}
.single-product span.bs_sale:after{
background-color: #4a4a4a;
}
.single-code{
margin-top: 15px;
}
.single-code span:first-child{
color:#2a2a2a;
}
.sku{
color: #2a2a2a;
}
.product_meta.single-code p > span {
margin-right: 3px;
}
.product_meta.single-code a:hover{
color:rgb(171, 46, 186);
}
.single-tab-content .tab-content .fade:not(.show){
opacity: 1;
}
.single-code p > span {
margin-right: 3px;
}
.sku{
color: #4b4b4b;
}
.single-tab-content{
padding:0px 35px;
margin-top: 70px;
}
.single-tab-content .nav-tabs{
border-bottom: 2px solid #2a2a2a;
}
.single-tab-content .nav-tabs .nav-item {
margin-bottom: -3px;
}
.single-tab-content .nav-tabs .nav-link{
font-size:20px;
color: #2a2a2a;
padding: 0px 0px 12px;
border:0px;
border-bottom:5px solid transparent;
font-weight: 600;
text-transform: uppercase;
}
.single-product .author-name-date p:nth-of-type(1){
color: #2b2b2b;
}
.single-product .author-name-date p:nth-of-type(2){
color: #888;
}
.single-product .author-info em{
color: #2b2b2b;
}
.single-product .author-description p{
color: #6b6b6b;
}
.single-tab-content .nav-tabs .nav-item:last-child .nav-link{
padding-left: 24px;
padding-right: 24px;
margin-left: 30px;
}
.single-tab-content .nav-tabs .nav-link:hover,
.single-tab-content .nav-tabs .nav-link:focus{
border-color:rgb(171, 46, 186);
color:rgb(171, 46, 186)!important;
}
.single-tab-content .nav-tabs .nav-link.active,
.single-tab-content .nav-tabs .nav-item.show .nav-link{
background-color: transparent;
border-color:rgb(171, 46, 186);
color:rgb(171, 46, 186)!important;
}
.single-tab-content .tab-content{
margin-top:45px;
}
.single-tab-content .comment-form-rating{
margin-bottom: 40px;
}
.first-tab-pane *, #tab-description *{
font-size:18px;
line-height: 30px;
color:#4b4b4b;
margin-bottom: 20px;
}
#releated-products{
background-color: rgb(255, 255, 255);
padding-top: 70px;
margin-top: 70px;
}
#releated-products > .section {
max-width: 1725px;
overflow: hidden;
}
.related-product-title{
padding: 0px 35px;
margin-bottom: 76px;
}
.related-product-title h3{
font-family: 'Oswald';
font-weight: 400;
font-size: 30px;
color: #2b2b2b;
letter-spacing: 5px;
text-transform: uppercase;
margin-bottom: 0;
}
#single-product-section #blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title{
text-align: left;
color: #2b2b2b;
}
.single-tab-content #blog-post .form{
margin-top: 70px;
}
.single-product .form form input,.single-product .form form textarea{
border-color:#ced4da!important;
color: #575756!important;
}
.single-product .form form input:focus,.single-product .form form textarea:focus,
.woocommerce #review_form #respond form input:focus,.woocommerce #review_form #respond textarea:focus {
border-color: #2e0733!important;
}
.single-product .form input::-webkit-input-placeholder { color:#575756;
}
.single-product .form input::-moz-placeholder { color:#575756;
}
.single-product .form input:-ms-input-placeholder { color:#575756;
}
.single-product .form input:-moz-placeholder { color:#575756;
}
.single-product .form textarea::-webkit-input-placeholder { color:#575756;
}
.single-product .form textarea::-moz-placeholder { color:#575756;
}
.single-product .form textarea:-ms-input-placeholder { color:#575756;
}
.single-product .form textarea:-moz-placeholder { color:#575756;
}
.single-product #blog-post .form .btn-primary{
border-color: rgb(171, 46, 186);
color: rgb(171, 46, 186);
}
.single-product #blog-post .form .btn-primary:hover{
color: #fff!important;
}
.comment-form-rating{
margin-bottom: 35px;
}
.comment-form-rating > label{
color: #7b7b7b;
margin-bottom: 0;
}
.comment-form-rating p.stars a {
color: #fff;
cursor: auto;
}
.comment-form-rating p.stars a i {
color: #7b7b7b;
}
.comment-form-rating p.stars a.star-1 i,
.comment-form-rating p.stars a.star-2 i,
.comment-form-rating p.stars a.star-3 i{
color: #f5c314;
}      body.demo-2-bg.classic{
background-color: rgb(255, 255, 255);
}
#my-music{
position: relative;
background-color: rgb(42, 42, 42);
padding-bottom: 145px;
}
#my-music .music-banner{
padding:0px;
}
#my-music  div.section  div.row{
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.music-banner-1{
-webkit-box-flex: 0;
-webkit-flex: 0 0 36%;
-moz-box-flex: 0;
-ms-flex: 0 0 36%;
flex: 0 0 36%;
max-width: 36%;
}
.music-banner-2{
-webkit-box-flex: 0;
-webkit-flex: 0 0 32%;
-moz-box-flex: 0;
-ms-flex: 0 0 32%;
flex: 0 0 32%;
max-width: 32%;
}
.music-banner-3{
-webkit-box-flex: 0;
-webkit-flex: 0 0 29%;
-moz-box-flex: 0;
-ms-flex: 0 0 29%;
flex: 0 0 29%;
max-width: 29%;
}
#about-me{
position:relative;
padding-bottom: 115px;
background-color: rgb(42, 42, 42);
background-size: cover;
background-position: 0% 40%;
opacity: 0.9;
}
#about-me .section_bg_image{
background-size: cover;
background-position: 0% 40%;
opacity: 0.9;
}
.about-me-content{
margin-top: 100px;
}
.about-me-content *{
font-size: 18px;
color: #fff;
text-align: justify;
line-height: 35px;
}
.signature{
margin-top: 110px;
text-align:right;
}
.home-demo-2.classic #testimonials .section_bg_image{
opacity: 1;
background-size: cover;
}
.home-demo-2.classic #footer .overly {
background-color: rgba(0, 0, 0, 0.8);
}
.home-demo-2.classic #header-404 .overly{
background-color: rgba(0, 0, 0, 0.3);
} nav.woocommerce-MyAccount-navigation ul > li a{
display:block;
font-size: 16px;
line-height: 30px;
color: #a5a5a5;
text-transform: uppercase;
padding: 20px 0px;
border-bottom: 1px solid #373737;
}
nav.woocommerce-MyAccount-navigation ul > li:last-child a{
border-bottom:none;
}
nav.woocommerce-MyAccount-navigation ul > li a:hover{
color: rgb(171, 46, 186);
}
.woocommerce-MyAccount-content{
padding-top: 20px;
padding-left: 20px;
}
.woocommerce-MyAccount-content *{
font-size:16px;
line-height:30px;
margin-bottom: 0;
}
.woocommerce-MyAccount-content a:hover{
color: rgb(171, 46, 186);
}
.woocommerce-MyAccount-content div.woocommerce-Address{
-webkit-box-flex: 0;
-webkit-flex: none;
-moz-box-flex: 0;
-ms-flex: none;
flex: none;
max-width: 100%;
float: none!important;
width: 100%!important;
}
.woocommerce-MyAccount-content .title{
padding-top: 30px;
padding-bottom: 0px;
}
.woocommerce-MyAccount-content form .form-row,
form.woocommerce-form-login .form-row,
form.woocommerce-ResetPassword .form-row,
form.woocommerce-form-register .form-row{
margin-top: 0px!important;
margin-bottom: 20px!important;
}
.woocommerce-MyAccount-content form input,
form.woocommerce-form-login input,
form.woocommerce-ResetPassword input{
padding: 0.375rem 0.75rem;
}
.woocommerce-MyAccount-content form button,
form.woocommerce-form-login button,form.woocommerce-form-register button,
form.woocommerce-ResetPassword button{
font-family: 'Oswald';
font-weight: 400!important;
color: rgb(171, 46, 186)!important;
font-size: 20px!important;
letter-spacing: 2px!important;
background-color: transparent!important;
border: 1px solid rgb(171, 46, 186)!important;
text-transform: uppercase!important;
padding-top: 24px!important;
padding-bottom: 23px!important;
-o-transition: all 0.3s ease-out 0s!important;
-moz-transition: all 0.3s ease-out 0s!important;
transition: all 0.3s ease-out 0s!important;
-webkit-transition: all 0.3s ease-out 0s!important;
margin-top: 20px!important;
border-radius: 50px!important;
}
.woocommerce-MyAccount-content form button:hover,
form.woocommerce-form-login button:hover,form.woocommerce-form-register button:hover,
form.woocommerce-ResetPassword button:hover{
background-color: rgb(171, 46, 186)!important;
color:#fff!important;
}
.woocommerce-LostPassword.lost_password a:hover{
color: rgb(171, 46, 186);
}
form.woocommerce-form-login label.woocommerce-form__label{
margin-bottom: 0;
margin-top: 28px;
margin-left: 10px;
cursor: pointer;
}
.woocommerce-MyAccount-content form .form-group{
margin-bottom: 20px;
}
.woocommerce-MyAccount-content form .form-group input,
.woocommerce-MyAccount-content form .form-group textarea{
font-size: 18px;
background-color: rgb(38, 38, 38);
color: #959595;
text-transform: capitalize;
border: none;
height: 60px;
border-radius: 10px;
}
.woocommerce-MyAccount-content form .chosen-single{
color: #959595;
}
.woocommerce-MyAccount-content form h3{
font-size: 18px;
margin-bottom: 15px;
}
#checkout-list .l-f form button.btn-primary,form.woocommerce-form-login button, form.woocommerce-form-register button{
font-size: 16px!important;
padding-top: 11px!important;
padding-bottom: 9px!important;
width: 210px;
max-width: 210px;
line-height: inherit!important;
font-weight: inherit!important;
}
@media(max-width: 1380px){
nav.woocommerce-MyAccount-navigation ul > li a {
font-size: 15px;
line-height: 28px;
}
.woocommerce-MyAccount-content *{
font-size: 18px;
line-height: 28px;
}
.woocommerce-MyAccount-content form .form-group{
margin-bottom: 15px;
}
.woocommerce-MyAccount-content form .form-group input{
height: 50px;
}
.woocommerce-MyAccount-content form .form-row,
form.woocommerce-form-login .form-row,
form.woocommerce-ResetPassword .form-row,
form.woocommerce-form-register .form-row{
margin-bottom: 15px!important;
}
.woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button.button{
font-size: 14px!important;
}
}
@media(max-width: 1180px) {
nav.woocommerce-MyAccount-navigation ul > li a {
font-size: 12px;
line-height: 26px;
}
.woocommerce-MyAccount-content *{
font-size: 16px;
line-height: 26px;
}
.woocommerce-MyAccount-content form .form-group{
margin-bottom: 10px;
}
.woocommerce-MyAccount-content form .form-group input{
height: 40px;
}
.woocommerce-MyAccount-content form .form-row,
form.woocommerce-form-login .form-row,
form.woocommerce-ResetPassword .form-row,
form.woocommerce-form-register .form-row{
margin-bottom: 10px!important;
}
.woocommerce-MyAccount-content form button,
form.woocommerce-ResetPassword button{
font-size: 18px!important;
padding-top: 10px!important;
padding-bottom: 10px!important;
}
.l-f form .create-password .checkbox label{
margin-top: 30px;
}
}
@media(max-width: 1100px){
nav.woocommerce-MyAccount-navigation ul > li a {
padding: 15px 0px;
}
.woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button.button{
padding: 12px 10px!important;
font-size: 12px!important;
border-radius: 6px!important;
}
}
@media(max-width:767px){
nav.woocommerce-MyAccount-navigation ul > li a {
font-size: 12px;
line-height: 22px;
}
.woocommerce-MyAccount-content{
padding-left:0px;
}
.woocommerce-MyAccount-content *{
font-size: 14px;
line-height: 22px;
}
.woocommerce-MyAccount-content form .form-group input,
.woocommerce-MyAccount-content form .form-group textarea{
font-size: 14px;
}
.woocommerce-MyAccount-content form button,
form.woocommerce-ResetPassword button{
font-size: 16px!important;
padding-bottom: 8px!important;
padding-top: 8px!important;
}
.woocommerce-MyAccount-content .woocommerce-message{
padding:0px;
}
.woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button.button{
padding: 12px 9px!important;
}
}
@media (max-width: 575px){
.woocommerce-MyAccount-content form .form-group input,
.woocommerce-MyAccount-content form .form-group textarea{
border-radius: 3px;
}
}
@media(max-width:1380px){
.on-tour-wrapper{
padding-bottom: 60px;
}
.return-to-shop{
margin-bottom: 55px;
}
}
@media(max-width:1024px){
.standard-post-item {
margin-bottom: 72px;
}
}
@media(max-width:767px){
#sidebar{
float: none;
}
.about-me-content * {
font-size: 14px;
line-height: 22px;
}
.music-banner-1,.music-banner-2,.music-banner-3{
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.music-banner-1,.music-banner-2{
margin-bottom: 40px;
}
.signature{
text-align: left;
}
.signature img{
width:40%;
}
#about-me .section_bg_image{
background-position: center center;
}
.blog-content #commentform textarea{
height: 190px;
}
.on-tour-wrapper {
padding-bottom: 50px;
}
}
@media (max-width: 380px){
.music-banner-1,.music-banner-2{
margin-bottom: 20px;
}
}
@media (max-width: 1024px) and (min-width: 768px){
.home-demo-2.classic #on-tour {
top: 0px;
}
#my-music {
top: 6px;
}
#about-me{
top: 5px;
}
}      @media(max-width:1820px){
.plyr .plyr__volume{
max-width: 130px!important;
margin-right: 30px!important;
}
.plyr__controls>button:last-of-type{
right:2%;
}
#discography-post .plyr__controls>button:last-of-type{
right:1%;
}
#discography-post .mp3 .plyr--audio .plyr__controls{
padding:  0px 20px 0px 4px!important;
margin: 46px 0px 48px 0px!important;
}
#discography-post .plyr__controls>button:last-of-type:before{
right: 415%!important;
}
}
@media(max-width:1690px){
.plyr__controls>button:last-of-type{
right:3%;
}
.plyr__controls>button:last-of-type:before{
right: 390%;
}
.plyr__time+.plyr__time{
margin-right: 50px!important;
} .event-tickets a{
padding: 25px 55px 25px;
}
.event-tickets a:first-child{
margin-right: 25px;
}
.event-tickets a:last-child{
padding: 25px 30px;
} #checkout-list table.table tr:first-child th{
font-size: 16px;
}
#checkout-list table.table tr th,
#checkout-list table.table tr td{
font-size: 16px;
padding: 15px;
}
#checkout-list table.table tbody tr:last-child th:first-child{
font-size: 18px;
padding-top: 21px;
}
#checkout-list table.table tbody tr:last-child th:last-child{
font-size: 26px;
}
}
@media(max-width:1600px){
#image-gallery .grid > div.grid-item:nth-child(2) {
width: 50%;
height: 890px;
}
#image-gallery .grid > div.grid-item:nth-child(2n+1) {
height: 500px;
}
#image-gallery .grid > div.grid-item:nth-child(3n+1) {
height: 890px;
}
#image-gallery .grid > div.grid-item:last-child {
height: 390px!important;
}
}
@media(max-width:1560px){ .cart-image{
width: 200px;
height: 200px;
margin-right: 30px;
}
.cart-description a, .cart-description h2{
margin-bottom: 10px;
}
.plusminus,.plusminus button,.plusminus input[type="number"]{
height: 50px!important;
}
.plusminus button,
.plusminus input[type="number"]{
height: 46px;
}
}
@media(max-width: 1530px){ .recent-post-image img,.recent-post-image{
width: 70px;
}
}
@media(max-width:1500px){
.background-map{
top: 20%;
} .t-shirt-image {
height: 600px;
} .results-select .btn-primary{
padding: 8px 54px 10px 40px;
}
.results-select .dropdown-menu{
-webkit-transform: translate3d(0px, 70px, 0px)!important;
-moz-transform: translate3d(0px, 70px, 0px)!important;
transform: translate3d(0px, 70px, 0px)!important;
}
.results-select .dropdown-menu.show{
-webkit-transform: translate3d(0px, 51px, 0px)!important;
-moz-transform: translate3d(0px, 51px, 0px)!important;
transform: translate3d(0px, 51px, 0px)!important;
}
}
@media(max-width:1430px){
.buy a{
padding: 11px 30px 10px;
}
}
@media(max-width: 1400px){
#image-gallery .grid > div.grid-item:nth-child(2) {
width: 50%;
height: 800px;
}
#image-gallery .grid > div.grid-item:nth-child(2n+1) {
height: 450px;
}
#image-gallery .grid > div.grid-item:nth-child(3n+1) {
height: 800px;
}
#image-gallery .grid > div.grid-item:last-child {
height: 350px!important;
}
.plyr--audio .plyr__controls{
padding: 60px 20px 25px 18px!important;
}
.plyr__controls button svg{
width: 20px!important;
height: 20px!important;
}
.plyr__controls > .plyr__time{
left: 50px!important;
}
.plyr .plyr__progress{
margin-left: 70px!important;
}
.plyr__time+.plyr__time{
margin-left: 15px!important;
margin-right: 30px!important;
}
.plyr__controls>button:last-of-type{
right: 4%;
top: 51%;
}
.plyr__controls>button:last-of-type:before{
font-size: 24px!important;
top: 0px!important;;
right: 380%!important;
}
.plyr__time{
font-size: 18px!important;
}
.buy a{
font-size: 21px;
padding: 11px 33px 11px;
}
.name p{
font-size: 40px;
line-height: 45px;
}
.day_num{
width: 130px;
height: 45px;
line-height: 24px;
}
.day_num span{
font-size: 54px;
}
.day_num div p{
font-size: 22px;
}
#discography-text{
margin-top: 60px;
}
.social-icons {
margin-top: 25px;
margin-bottom: 55px;
padding-top: 25px;
}
.playlist .music_line .plyr__time:after{
right: 50px!important;
}
.plyr .plyr__volume{
margin-right: 32px!important;
max-width: 100px;
}
#discography-text{
margin-top: 5px;
} .grid-item--width2 {
height: 1140px;
}
.grid-item--width1,
.grid-item--width3,
.grid-item--width4 {
height: 570px;
}
.massonry-post-logo{
width: 270px;
height: 35px;
}
.grid-item-img:after{
width: 270px;
height: 35px;
}
}
@media (min-width: 1381px) and (max-width:1690px) {
.plyr .plyr__volume{
max-width: 105px!important;
}
}
@media (max-width: 1380px) {
.privacy-policy p{
font-size: 16px;
}
.header-title h1{
font-size: 40px;
}
.title h1{
font-size: 36px;
}
.title p{
font-size: 14px;
line-height: 28px;
}
.sec_2_content{
line-height: 28px;
}
.sec_2_content *{
font-size: 16px;
line-height: 30px;
margin-bottom: 20px;
}
.music_date i{
font-size: 16px;
}
#album-release .sec_2_content *{
margin-bottom: 0;
}
.cta a{
font-size: 14px;
}
.plyr__controls>button:last-of-type {
top: 53%;
}
.mp3_3  .plyr__controls>button:last-of-type {
top: 52%;
}
#news{
padding-bottom: 59px;
}
.n_c *{
font-size:18px;
line-height:28px;
}
.music-banner-text h2{
font-size: 36px;
line-height: 40px;
}
.music-banner-text  p{
font-size: 36px;
line-height: 40px;
}
.music-banner-text  p{
font-size: 18px;
line-height: 28px;
}
.music-banner-text{
padding: 0px 0px 40px;
}
body.gallery-photogallery .dis-name h2{
font-size: 36px;
}
body.gallery-photogallery .dis-name p{
font-size: 18px;
line-height: 28px;
}
.header-title h1{
font-size: 40px;
}
.header-title a{
font-size: 21px;
padding: 15px 50px 16px;
}
#page-title{
margin-top: 110px;
margin-bottom: 55px;
}
#about-me{
padding-bottom: 60px;
}
.about-me-content * {
font-size: 16px;
line-height: 28px;
}
.title{
padding-top: 59px;
padding-bottom: 53px;
}
#contact-us{
padding-bottom: 60px;
}
#testimonials{
padding-bottom: 44px;
}
#video{
padding-bottom: 61px;
}
#video .embed-responsive {
max-width: 1000px;
border-width: 14px;
}
.carousel_content * {
font-size: 16px;
line-height: 28px;
}
.music_shop{
margin-bottom: 0px;
}
.m_img {
height: 100px;
}
.plyr__controls button svg {
height: 16px !important;
}
#discography-post .mp3 .plyr__controls > .plyr__time{
font-size: 18px;
}
.plyr__time {
font-size: 16px !important;
}
.plyr__controls > .plyr__time {
margin-top: 0px!important;
margin-left: 4px!important;
}
.plyr__controls > button:last-of-type:before {
font-size: 18px !important;
top: 2px!important;
}
.plyr .plyr__volume {
max-width: 100px!important;
margin-right: 30px!important;
}
.plyr__controls > button:last-of-type {
top: 53%;
}
.plyr .plyr__progress {
margin-left: 60px !important;
}
.plyr__time + .plyr__time::before {
top: -1px !important;
}
.mp3 > span {
left: 30px;
font-size: 16px;
}
.cta {
margin-top: 40px;
}
.j_c {
padding-bottom: 50px;
}
#album-release{
padding-bottom: 33px;
}
#on-tour > div:first-child > div {
padding-bottom: 60px!important;
}
.page-template-template-events-upcoming #on-tour > div:first-child > div,
.page-template-template-events-past #on-tour > div:first-child > div,
.page-template-template-events-all #on-tour > div:first-child > div {
padding-bottom: 0!important;
}
.day_num {
line-height: 23px;
border-right-width: 5px;
}
.day_num span{
font-size: 50px;
}
.name p {
font-size: 35px;
}
.row.ticket > div{
padding: 30px 20px;
}
.buy a{
text-align: center;
font-size: 18px;
padding: 9px 25px 10px;
}
.n_c *{
font-size: 16px;
line-height: 28px;
}
.carousel_content * {
font-size: 16px;
line-height: 28px;
}
.buy p{
font-size: 24px;
}
#gallery .cta {
margin-top: 73px;
}
#video {
padding-bottom: 60px;
}
#video .embed-responsive{
max-width:1000px;
border-width: 14px;
}
.news_content{
padding-top: 24px;
}
.news_content h2{
font-size: 32px;
}
#gallery{
padding-bottom: 74px;
}
#gallery .cta{
margin-top: 73px;
}
.playlist-title h2 {
font-size: 36px;
}
.playlist .music_line > span {
font-size: 16px;
line-height: 28px;
}
#discography-post .mp3 .plyr__controls > .plyr__time{
font-size: 18px;
}
.sm-title h2 {
font-size: 26px;
line-height: 28px;
}
.shop_cta{
font-size: 14px;
}
.video-banner-name h2 {
font-size: 26px;
}
.video-banner-name p {
font-size: 18px;
line-height: 28px;
margin-bottom: -4px;
} #discography.gallery-photogallery .grid-item{
height: 570px;
}
#discography.gallery-photogallery .grid-item:nth-child(2){
height: 570px!important;
}
#discography.gallery-photogallery .grid-item:nth-child(5n+1) {
height: calc(570px * 2)!important;
}
#contact-us {
padding-bottom: 60px;
} #discography-post{
padding-top: 50px;
}
.social-icons{
margin-top: 25px;
margin-bottom: 55px;
padding-top: 25px;
}
.single-video .social-icons{
margin-top: 25px;
margin-bottom: 55px;
}
.single-video #discography-text{
margin-top: 55px;
margin-bottom: 55px;
}
.reg-form-div{
margin-top: 55px;
} .cart-image {
width: 180px;
height: 180px;
margin-right: 20px;
}
.enter-coupon, .order-button {
max-width: 430px;
}
.cart-buttons a {
font-size: 16px!important;
padding: 14px 35px;
}
.cart-buttons button:first-child{
font-size: 16px!important;
padding: 14px 35px!important;
}
.cart-buttons a:last-child {
padding: 14px 47px!important;
}
button[name=calc_shipping]{
padding: 14px 47px!important;
font-size: 16px!important;
}
#cart-order {
padding-bottom: 42px;
} #discography-post{
margin-top: 55px;
padding-top: 55px;
padding-bottom: 35px;
}
#discography-post .global-title {
padding: 53px 0px 110px;
}
.global-title h1 {
font-size: 70px;
}
.music-banner-text p{
font-size: 18px;
line-height: 28px;
}
.gallery-photogallery .music-banner-text h2{
font-size: 36px;
}
.gallery-photogallery .music-banner-text p {
font-size: 18px;
line-height: 28px;
}
#discography-post .mp3 .plyr__controls > .plyr__time{
font-size: 18px!important;
}
.playlist-title h2{
font-size: 36px;
}
.playlist .music_line > span{
font-size: 16px;
line-height: 28px;
}
.discography_description *{
font-size: 16px;
line-height: 28px;
}
.sm-title h2{
font-size: 26px;
line-height: 28px;
}
.shop_cta{
font-size: 14px;
margin-bottom:0px;
}
#discography-text {
margin-top: 30px;
}
.social-icons {
margin-top: 25px;
margin-bottom: 55px;
padding-top: 25px;
}
.single-video #discography-text {
margin-top: 55px;
}
.single-video .social-icons {
margin-top: 25px;
margin-bottom: 55px;
} #on-tour.all-events {
padding-bottom: 55px;
} #text-and-video .social-icons {
margin-top: 25px;
}
.event-tickets a {
padding: 20px 45px 20px;
}
.event-tickets a:last-child{
padding: 20px 30px;
}
.events-slider{
height: 520px;
}
.events_date *{
font-size: 26px;
line-height: 28px;
}
.event-tickets{
margin-top: 40px;
}
.event-text {
margin-top: 50px;
}
.single-events-text p{
font-size: 16px;
line-height: 28px;
margin-bottom: 30px;
}
#text-and-video{
padding: 55px 0px;
}
#text-and-video .social-icons {
margin-top: 25px;
}
#map iframe{
height: 700px;
}
.video-banner-name p{
font-size: 18px;
line-height: 28px;
margin-bottom: -4px;
}
.video-banner-name h2{
font-size: 26px;
}
body.single-video #discography-text {
margin-top: 55px;
}
body.single-video .social-icons{
margin-top: 25px;
margin-bottom: 55px;
}
#custom-single #commentform  {
margin-bottom: 55px;
}
#standard-blog .blog-content{
padding-bottom: 55px;
}
.social-icons > span {
font-size: 16px;
}
.social-icons a {
font-size: 18px;
}
#map {
margin-top: 55px;
} #single-gallery .grid-item{
height: 700px;
}
#single-gallery .grid-item:nth-child(6n+1), #single-gallery .grid-item:nth-child(5n+1){
height: 350px;
}
.gallery-single-gallery #discography-text {
margin-top: 0;
padding-top: 55px;
}
.sm-title {
margin-bottom: 55px;
}
.sm-title h2 {
font-size: 26px;
line-height: 28px;
} .grid li {
padding: 0px 15px 30px 15px;
}
.grid figcaption{
padding: 25px 30px 30px;
}
#blog-grid-gallery {
padding-bottom: 23px;
}
.grid-gallery figcaption h3{
font-size: 26px;
line-height: 28px;
}
.grid-gallery figcaption .post-publish-date{
font-size: 15px;
}
.grid-gallery figcaption p{
font-size: 16px;
line-height: 28px;
} .featured-image{
height: 400px;
margin-bottom: 30px;
}
.blog-categories h2, .blog-recent-post h2{
font-size: 20px;
line-height: 28px;
}
.categories-line{
font-size: 15px;
line-height: 28px;
}
.recent-post-name h3{
font-size: 15px;
line-height: 20px;
}
.recent-post-name span{
font-size: 12px;
}
.post-text p{
font-size: 16px;
line-height: 28px;
margin-top: 50px;
}
#blog-post .form h2{
font-size: 20px;
}
#blog-post #reply-title{
font-size: 20px;
}
#single-product-section #blog-post .form h2{
font-size: 26px;
margin-bottom: 25px;
}
.comment-form-rating{
margin-bottom: 30px;
}
.author-name-date p:nth-of-type(1){
font-size: 18px;
line-height: 28px;
}
.author-name-date p:nth-of-type(2) {
font-size: 15px;
}
.author-info em {
font-size: 15px;
}
.author-description p {
font-size: 16px;
line-height: 28px;
}
.reply {
font-size: 18px;
margin-bottom: 55px;
}
#blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title{
font-size: 26px;
}
.post-category, .post-by * {
font-size: 15px;
}
.post-share {
margin-top: 25px;
}
.post-author {
margin-top: 55px;
}
#blog-post .form{
margin-top: 55px;
} #standard-blog .blog-content{
padding-bottom: 55px;
}
.standard-post-item {
margin-bottom: 93px;
}
.blog-search form button{
width: 18%;
}
.blog-search form input{
width: 82%!important;
}
#blog-grid-gallery {
padding-bottom: 25px;
}
.see-more {
text-align: center;
}
#blog-grid-gallery .see-more{
margin-top: 20px;
margin-bottom: 24px;
}
.standard-post-item {
margin-bottom: 78px;
}
.post-heading h2{
font-size: 36px;
line-height: 28px;
}
.g_t h3{
font-size: 26px;
line-height: 28px;
}
.g_t p {
font-size: 16px;
line-height: 28px;
}
.cart-name * {
font-size: 18px;
line-height: 28px;
}
.cart-description a, .cart-description h2 {
font-size: 26px;
line-height: 28px;
}
.cart-description p {
font-size: 16px;
line-height: 28px;
}
.product-price *{
font-size: 26px;
line-height: 28px;
}
.coupon-title h3 {
font-size: 26px;
line-height: 28px;
}
.coupon-title span {
font-size: 18px;
line-height: 28px;
}
.o-t * {
font-size: 26px;
line-height: 28px;
}
.g-p * {
font-size: 36px;
line-height: 28px;
}
.c-t * {
font-size: 16px;
line-height: 28px;
}
.l-b *, .c-b * {
font-size: 18px;
line-height: 28px;
}
.l-f form p, .l-form > a {
font-size: 18px;
line-height: 28px;
}
.l-f form .create-password .checkbox label span,
.dif-address .checkbox label span{
font-size: 18px;
line-height: 28px;
}
.l-f form p, .l-form > a {
font-size: 18px;
line-height: 28px;
}
#checkout-list form h3 {
font-size: 26px;
line-height: 28px;
}
#checkout-list form .form-group .results-select > p {
font-size: 16px;
line-height: 28px;
}
.pay-text p {
font-size: 14px;
}
.woocommerce-privacy-policy-text p{
font-size: 16px;
}
.create-password .checkbox label span {
font-size: 18px;
line-height: 28px;
}
#checkout-list table.table tr:first-child th {
font-size: 15px;
}
.what-is-paypal a {
font-size: 16px;
}
.contact-info h2{
font-size: 36px;
margin-bottom: 40px;
}
.contact-us-page#contact-us{
padding: 55px 0px 55px;
}
.contact-info p {
font-size: 18px;
line-height: 28px;
}
.contact-adress > a, .contact-adress > p {
font-size: 15px;
margin-bottom: 10px;
} .t-shirt-image {
height: 460px;
}
.t-shirt-description{
padding: 30px 5px 79px;
}
.search-result .see-more {
margin-bottom: 49px;
}
.t-shirt-description .post-cta {
margin-top: 60px;
}
.global-title h2{
font-size: 45px;
}
.t-shirt-description h2 {
font-size: 26px;
line-height: 28px;
margin-bottom: 30px;
}
.t-shirt-description p {
font-size: 18px;
line-height: 28px;
} .s-item{
margin-bottom: 55px!important;
}
.results-select .btn-primary {
font-size: 18px;
padding: 8px 30px 8px 25px;
}
.best-offer{
width: 95px;
height: 95px;
}
.best-offer svg{
width: 95px;
height: 95px;
}
.related.products .best-offer {
top: -45px;
left: 35px;
}
.best-offer h4{
font-size:18px;
margin-bottom: 0px;
}
.best-offer p{
font-size:14px;
}
.results-text{
margin-top: 5px;
}
.results-select .dropdown-menu{
-webkit-transform: translate3d(0px, 70px, 0px)!important;
-moz-transform: translate3d(0px, 70px, 0px)!important;
transform: translate3d(0px, 70px, 0px)!important;
}
.results-select .dropdown-menu.show{
-webkit-transform: translate3d(0px, 44px, 0px)!important;
-moz-transform: translate3d(0px, 44px, 0px)!important;
transform: translate3d(0px, 44px, 0px)!important;
}
.results-text * {
font-size: 18px;
line-height: 28px;
}
.s-item-name h2 {
font-size: 16px;
line-height: 28px;
}
.s-item-name p {
font-size: 18px!important;
}
.bs_sale {
font-size: 18px;
}
.bs_sale:after{
bottom: 11px;
}
.bs_sale sup:after{
top: 9px;
}
.ad-to-card-button a{
font-size: 14px!important;
}
.results-select .dropdown-menu{
-webkit-transform: translate3d(0px, 70px, 0px)!important;
-moz-transform: translate3d(0px, 70px, 0px)!important;
transform: translate3d(0px, 70px, 0px)!important;
}
.results-select .dropdown-menu.show{
-webkit-transform: translate3d(0px, 44px, 0px)!important;
-moz-transform: translate3d(0px, 44px, 0px)!important;
transform: translate3d(0px, 44px, 0px)!important;
}
.single-tab-content .tab-content{
margin-top: 40px;
}
.single-tab-content #blog-post .form {
margin-top: 34px;
}
.single-tab-content .comment-form-rating {
margin-bottom: 38px;
}
.related-product-title{
margin-bottom: 55px;
} #checkout-list {
padding-bottom: 40px;
}
#checkout-list .l-f form button.btn-primary{
padding-top: 9px!important;
padding-bottom: 7px!important;
}
#checkout-list .c-f form button.btn-primary{
margin-top: 22px;
padding-top: 9px;
padding-bottom: 7px;
}
#checkout-list form .form-group input,
.chosen-container-single .chosen-search,
.chosen-single,.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.chosen-container-single .chosen-search input{
height: 50px;
}
.chosen-search:after{
top:20px;
}
#checkout-list form .form-group .results-select .dropdown-toggle::after, .chosen-single:after{
top: 16%;
}
#checkout-list form .form-group .results-select .btn-primary, .chosen-single{
padding: 11px 20px 10px 20px;
}
.chosen-container.chosen-with-drop .chosen-drop{
-webkit-transform: translate3d(0px, -50px, 0px)!important;
-moz-transform: translate3d(0px, -50px, 0px)!important;
transform: translate3d(0px, -50px, 0px)!important;
}
#checkout-list form .form-group {
margin-bottom: 15px;
}
.woocommerce form .shipping-calculator-form .form-row input, .woocommerce form .shipping-calculator-form .form-row textarea, .woocommerce form .shipping-calculator-form .chosen-container {
margin-bottom: 15px;
}
#checkout-list form .form-group a.bfh-selectbox-toggle{
height: 50px;
}
#checkout-list form .form-group a.bfh-selectbox-toggle span.bfh-selectbox-option{
padding-top: 4px;
}
#checkout-list form .form-group .results-select .btn-primary{
padding: 11px 20px 11px 20px;
}
#checkout-list form .form-group .results-select .dropdown-toggle::after{
top: 14%;
}
.shipping-method .results-select .dropdown-menu.show {
-webkit-transform: translate3d(0px, 51px, 0px)!important;
-moz-transform: translate3d(0px, 51px, 0px)!important;
transform: translate3d(0px, 51px, 0px)!important;
}
#checkout-list table.table tr th, #checkout-list table.table tr td{
font-size: 15px;
}
#checkout-list table.table tbody tr:last-child th:first-child {
font-size: 16px;
padding-top: 19px;
}
#checkout-list table.table tbody tr:last-child th:last-child {
font-size: 21px;
}
.what-is-paypal {
margin-left: 8px;
}
.what-is-paypal img{
width: 35px;
}
.login-and-cupon {
margin-bottom: 55px;
}
.contact-us-page #contact-us {
padding: 55px 0px 55px;
}
.contact-info h2{
font-size: 36px;
margin-bottom: 40px;
}
.contact-info p {
font-size: 18px;
line-height: 28px;
}
.contact-adress > a, .contact-adress > p {
font-size: 15px;
margin-bottom: 10px;
}
.what-is-paypal a {
font-size: 13px;
} .order-coupon {
margin-top: 55px;
} .product-description {
padding: 0px 35px 0px 20px;
}
.single-price p{
font-size: 24px!important;
}
.single-style *{
font-size: 18px;
margin-bottom: 10px;
}
.single-pr-name h3 {
font-size: 36px;
line-height: 28px;
}
.single-text * {
font-size: 16px;
line-height: 28px;
}
.single-tab-content .nav-tabs .nav-link {
font-size: 18px;
}
.first-tab-pane * {
font-size: 16px;
line-height: 28px;
}
.single-product #releated-products {
padding-top: 55px;
margin-top: 25px;
}
#releated-products .s-item {
margin-bottom: 55px;
}
.related-product-title h3 {
font-size: 26px;
}
.author-description p {
font-size: 16px;
line-height: 28px;
}
.single-star ul i, .comment-form-rating p.stars a i{
font-size: 18px;
}
.single-button-count {
margin-top: 16px;
}
.catd-button a, .single_add_to_cart_button{
font-size: 14px!important;
padding: 12px 30px 12px 30px!important;
}
.catd-button a img, .single_add_to_cart_button img{
left: 25px!important;
top: 10px!important;
width: 18px!important;
}
.single-button-count .plusminus{
width: 120px!important;
height: 44px!important;
}
.single-button-count .plusminus button{
height: 42px!important;
}
.single-button-count .plusminus input[type="number"]{
width: 35px!important;
height: 40px!important;
font-size: 21px!important;
}
.single-code {
margin-top: 10px;
} .grid-item--width1 {
margin-top: -3px;
}
body.gallery-single-gallery #discography-text {
padding-top: 55px;
}
.sm-section .discography_description p {
font-size: 16px;
line-height: 28px;
}
.sm-section .social-icons {
padding-top: 25px;
padding-bottom: 55px;
}
.grid-gallery figcaption h3{
font-size: 26px;
line-height: 28px;
}
.grid-gallery figcaption .post-publish-date {
font-size: 15px;
}
.grid-gallery figcaption p {
font-size: 16px;
line-height: 28px;
}
.post-heading h2 {
font-size: 36px;
line-height: 28px;
}
.post-category, .post-by * {
font-size: 15px;
}
.post-text p {
font-size: 16px;
line-height: 28px;
margin-top: 30px;
}
p.post-quote {
margin: 50px auto 50px;
}
.post-share{
margin-top: 25px;
}
.post-cta a{
font-size: 14px;
}
.see-more a{
font-size: 14px;
}
.author-name-date p:nth-of-type(1) {
font-size: 18px;
line-height: 28px;
}
.author-name-date p:nth-of-type(2) {
font-size: 15px;
}
.author-info em {
font-size: 15px;
}
.reply {
font-size: 18px;
margin-bottom: 55px;
}
.author-form-group{
margin-top: 55px;
padding: 55px 0px;
}
.blog-categories h2, .blog-recent-post h2 {
font-size: 20px;
line-height: 28px;
}
.categories-line {
font-size: 15px;
line-height: 28px;
}
.recent-post-name h3 {
font-size: 15px;
line-height: 20px;
}
.recent-post-name span {
font-size: 12px;
}
.g_t h3 {
font-size: 26px;
line-height: 28px;
}
.g_t p {
font-size: 18px;
line-height: 28px;
}
#blog-mansory-section{
padding-bottom: 49px;
}
.see-more {
text-align: center;
margin-top: 79px;
margin-bottom: 79px;
}
.cart-name * {
font-size: 18px;
line-height: 28px;
}
.cart-description a, .cart-description h2 {
font-size: 26px;
line-height: 28px;
}
.cart-description p {
font-size: 16px;
line-height: 28px;
}
.product-price * {
font-size: 26px;
line-height: 28px;
}
.coupon-title h3 {
font-size: 26px;
line-height: 28px;
}
.coupon-title span {
font-size: 18px;
line-height: 28px;
}
.order-coupon {
margin-top: 55px;
}
.o-t * {
font-size: 26px;
line-height: 28px;
}
.g-p * {
font-size: 36px;
line-height: 28px;
}
.c-t * {
font-size: 18px;
line-height: 28px;
}
.l-b *, .c-b * {
font-size: 18px;
line-height: 28px;
}
.l-b i, .c-b i{
font-size: 18px;
line-height: 28px;
}
.l-f form p, .l-form > a {
font-size: 18px;
line-height: 28px;
}
.l-f form .create-password .checkbox label span {
font-size: 18px;
line-height: 28px;
}
#checkout-list form h3 {
font-size: 26px;
line-height: 28px;
}
#checkout-list form .form-group .results-select > p {
font-size: 18px;
line-height: 28px;
}
.what-is-paypal a {
font-size: 16px;
}
.create-password .checkbox label span {
font-size: 18px;
line-height: 28px;
}
.login-and-cupon {
margin-bottom: 55px;
}
#checkout-list {
padding-bottom: 40px;
}
.comment-form-rating{
margin-bottom: 30px;
}
.single-pr-name h3{
font-size: 36px;
line-height: 28px;
}
.single-style * {
font-size: 18px;
}
.single-text * {
font-size: 16px;
line-height: 28px;
}
.first-tab-pane *, #tab-description *{
font-size: 16px;
line-height: 28px;
}
.single-tab-content .nav-tabs .nav-link {
font-size: 18px;
}
.related-product-title h3 {
font-size: 26px;
}
.single-product #releated-products{
padding-top: 55px;
margin-top: 25px;
}
.related-product-title{
margin-bottom: 55px;
}
#releated-products .s-item{
margin-bottom: 55px!important;
}
.single-tab-content {
margin-top: 55px;
} .grid-item--width1 {
margin-top: -3px;
}
body.contact-us-page #contact-us {
padding: 55px 0px 55px;
}
}
@media(max-width:1280px){
#image-gallery .grid > div.grid-item:nth-child(2) {
width: 50%;
height: 750px;
}
#image-gallery .grid > div.grid-item:nth-child(2n+1) {
height: 420px;
}
#image-gallery .grid > div.grid-item:nth-child(3n+1) {
height: 750px;
}
#image-gallery .grid > div.grid-item:last-child {
height: 330px!important;
}
}
@media(max-width:1366px){
#blog-post .form h2 {
font-size: 20px;
}
}
@media(max-width:1260px){ #videos .embed-responsive,
#videos .video-img-banner{
height: 210px;
}
}
@media(max-width:1180px){
.privacy-policy p{
font-size: 14px;
}
.add-info{
margin-top: 30px;
}
.comment-form-rating {
margin-bottom: 25px;
}
#image-gallery .grid > div.grid-item:nth-child(2) {
width: 50%;
height: 650px;
}
#image-gallery .grid > div.grid-item:nth-child(2n+1) {
height: 360px;
}
#image-gallery .grid > div.grid-item:nth-child(3n+1) {
height: 650px;
}
#image-gallery .grid > div.grid-item:last-child {
height: 290px!important;
}
.about-me-content *{
font-size: 16px;
line-height: 30px;
}
#about-me{
padding-bottom: 60px;
}
.about-me-content {
margin-top: 0;
}
.signature{
margin-top: 0;
}
#my-music{
padding-bottom: 60px;
}
.on-tour-wrapper{
padding-bottom: 60px;
}
.header-title h1 {
font-size: 30px;
}
.header-title a {
font-size: 18px;
padding: 12px 50px 13px;
}
.title h1{
font-size: 32px;
line-height: 26px;
margin-bottom: 10px;
}
.title p{
font-size: 13px;
line-height: 26px;
}
.sec_2_content{
padding-right: 30px!important;
line-height: 26px;
}
.sec_2_content *{
font-size: 14px;
}
.music_date i{
font-size: 14px;
}
.plyr .plyr__volume{
max-width: 74px!important;
}
.plyr .plyr__volume {
margin-right: 24px!important;
}
.plyr__controls>button:last-of-type:before {
right: 300%!important;
top: 2px!important;
}
.mp3 > span{
font-size: 14px;
}
.buy a{
display: block;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 7px;
font-size: 16px;
}
.row.ticket > div{
padding: 25px 20px;
}
.cta a{
font-size: 12px;
}
.mp3_3  .plyr__controls>button:last-of-type {
top: 53%;
}
.plyr__controls>button:last-of-type{
right: 3%;
}
.news .cta a{
font-size: 12px;
padding: 11px 20px 11px 20px;
}
.n_c{
margin-bottom: 20px;
}
.name p{
font-size: 32px;
}
#gallery .banner_1 > div:first-child{
padding-bottom: 10px;
}
#gallery .banner_1 > div:first-child > div:first-child {
margin-right: 10px;
}
#gallery .banner_1 > div:first-child > div:last-child {
margin-left: 10px;
}
#gallery .banner_1 > div:nth-child(2) {
padding: 10px 0px;
}
#gallery .banner_1 > div:last-child {
padding-top: 10px;
}
.banner_1{
padding-right: 10px;
}
.banner_2{
padding-left: 10px;
}
#gallery .banner_2 > div:first-child {
padding-bottom: 10px;
}
#gallery .banner_2 > div:nth-child(2) {
padding: 10px 0px;
}
#gallery .banner_2 > div:last-child {
padding-top: 10px;
}
#gallery .banner_1 > div:last-child > div:first-child {
margin-right: 10px;
}
#gallery .banner_1 > div:last-child > div:last-child {
margin-left: 10px;
}
.popup_arrow{
height: 90px;
width: 150px;
}
.popup_right{
padding-left: 10px;
}
.popup_left{
padding-right: 10px;
}
.popup_arrow i{
font-size: 24px;
}
#on-tour > div:first-child > div {
padding-bottom: 60px!important;
}
#gallery .cta {
margin-top: 71px;
}
#news{
padding-bottom: 54px;
}
#video {
padding-bottom: 60px;
}
.news_content h2 {
font-size: 32px;
}
.carousel_content *{
font-size: 16px;
line-height: 26px;
padding: 0px 15px;
}
.carousel_content:before{
width: 30px;
height: 30px;
left: -5%;
}
.carousel_content:after{
width: 30px;
height: 30px;
right: -5%;
}
.n_c *{
font-size: 16px;
line-height: 26px;
}
.flex-control-nav{
margin-top: 25px;
}
.carousel-indicators{
bottom: -70px;
}
.form .btn-primary{
font-size: 12px;
}
.form input::-webkit-input-placeholder { font-size: 12px;
}
.form input::-moz-placeholder { font-size: 12px;
}
.form input:-ms-input-placeholder { font-size: 12px;
}
.form input:-moz-placeholder { font-size: 12px;
}
.form textarea::-webkit-input-placeholder { font-size: 12px;
}
.form textarea::-moz-placeholder { font-size: 12px;
}
.form textarea:-ms-input-placeholder { font-size: 12px;
}
.form textarea:-moz-placeholder { font-size: 12px;
}
.form form input, .form form textarea{
font-size: 14px;
}
.footer{
padding-top: 40px;
}
.footer > div:first-child{
padding-right: 50px;
}
.footer > div:first-child p{
line-height: 26px;
margin: 0;
}
.footer .day_num > a > p{
line-height: 26px;
}
.info p, .lc_widget_contact{
line-height: 26px;
}
.folow {
margin-top: 15px;
}
.folow ul li a{
width: 35px;
height: 35px;
font-size: 18px;
}
.carousel_content{
max-width: 570px;
}
.see-more a{
font-size: 12px;
}
#releated-products .s-item {
margin-bottom: 50px;
}
body.single-product #releated-products{
padding-top: 50px;
margin-top: 50px;
}
.related-product-title {
margin-bottom: 50px;
padding: 0px 15px;
}
#blog-grid-gallery .see-more {
margin-top: 17px;
} .cart-image{
width: 110px;
height: 110px;
}
.cart-description{
padding-top: 0px;
}
.enter-coupon, .order-button {
max-width: 380px;
}
.plusminus{
width: 100px!important;
height: 32px!important;
}
.plusminus button{
height: 32px!important;
width:30px!important;
}
.plusminus input[type="number"]{
width:36px!important;
height: 32px!important;
left:30px!important;
font-size: 16px!important;
}
.product-price *{
font-size: 24px;
line-height: 26px;
}
.delete-product svg {
width: 20px;
height: 20px;
}
.cart-name *{
font-size: 16px;
line-height: 26px;
}
.cart-description a, .cart-description h2{
font-size: 24px;
line-height: 26px;
}
.cart-description p{
font-size: 14px;
line-height: 26px;
}
.g-p *{
font-size: 32px;
line-height: 26px;
}
.o-t * {
font-size: 24px;
line-height: 26px;
}
.c-t *{
font-size: 16px;
line-height: 26px;
}
.coupon-title h3{
font-size: 24px;
line-height: 26px;
}
.coupon-title span{
font-size: 16px;
line-height: 26px;
} #discography-text {
margin-top: 40px;
}
.gallery-single-gallery #discography-text{
padding-top: 50px;
}
#discography-post .global-title {
padding: 48px 0px 103px;
}
.global-title h1{
font-size: 60px;
}
.playlist .music_line > span{
font-size: 16px;
line-height: 26px;
}
#discography-post .mp3 .plyr__controls > .plyr__time{
font-size: 16px!important;
}
.music-banner-text{
padding: 0px 0px 30px;
}
.music-banner-text h2{
font-size: 32px;
line-height: 38px;
}
.music-banner-text p {
font-size: 24px;
line-height: 26px;
}
.playlist-title h2{
font-size: 32px;
}
.music-banner-text p, .music-banner-text p a{
font-size: 16px;
line-height: 26px;
}
.play-pause{
margin-right: 15px;
}
.play-pause svg{
width: 15px;
height: 15px;
}
.music_date p,.music_after p{
font-size: 14px;
line-height: 26px;
}
#discography-post .plyr__controls button svg{
height: 16px!important;
}
#discography-post .plyr__controls>button:last-of-type:before{
right: 290%;
font-size: 18px!important;
top: 0px!important;
}
.shop_cta{
width: 110px;
font-size: 12px;
}
#discography-post .mp3 .plyr__controls>button:last-of-type{
top: 0px!important;
right: 2%;
}
#discography-post .plyr__controls>button:last-of-type:before{
right: 305%!important;
top: 1px!important;
}
#discography-post .mp3 .plyr .plyr__progress{
margin-left: 60px!important;
}
#discography-post .mp3 .plyr__controls > .plyr__time{
left: 34px!important;
}
#discography-post .mp3 .plyr__time+.plyr__time{
margin-left: 15px!important;
}
#discography-post .mp3 .plyr--audio .plyr__controls{
padding: 0px 20px 0px 4px!important;
margin: 36px 0px 38px 0px!important;
}
#discography-post .mp3 .plyr .plyr__volume{
max-width: 70px!important;
margin-top: 0px!important;
}
.discography_description *{
font-size: 14px;
line-height: 26px;
}  .events_date *{
font-size: 24px;
}
.events_date p{
line-height: 26px;
}
.events_date i {
width: 25px;
}
#text-and-video{
margin-top: 50px;
padding: 50px 0px;
}
#map {
margin-top: 50px;
}
#map img.map-icon{
width: 50px;
}
.background-map{
top: 20%;
}
.events-slider{
width: 40%;
height: 500px;
}
.event-tickets {
margin-top: 40px;
}
.event-text {
margin-top: 40px;
}
.single-events-text p{
font-size: 14px;
line-height: 26px;
margin-bottom: 20px;
}
.single-events-text {
margin-top: -7px;
}
.event-tickets{
margin-top: 40px;
}
.event-tickets a{
font-size: 18px;
}
.events-info {
width: 57%;
}
.social-icons > span {
font-size: 16px;
}
.social-icons a {
font-size: 18px;
} .video-banner-name h2{
font-size: 24px;
}
.video-banner-name p{
font-size: 16px;
line-height: 26px;
}
#discography.gallery-photogallery  .music-banner-text h2{
font-size:32px!important;
}
#discography.gallery-photogallery .music-banner-text p{
font-size: 16px!important;
line-height: 26px!important;
} .sm-title {
margin-bottom: 50px;
}
.sm-title h2{
font-size: 24px;
line-height: 26px;
margin-bottom: 0;
}
.sm-section .discography_description p{
font-size: 14px;
line-height: 26px;
}
.sm-section .social-icons{
margin-bottom: 0;
padding-bottom: 50px;
}
#discography.gallery-photogallery .grid-item{
height: 500px;
}
#discography.gallery-photogallery .grid-item:nth-child(2){
height: 500px!important;
}
#discography.gallery-photogallery .grid-item:nth-child(5n+1) {
height: calc(500px * 2)!important;
}
#single-gallery .grid-item{
height: 500px;
}
#single-gallery .grid-item:nth-child(6n+1), #single-gallery .grid-item:nth-child(5n+1){
height: 250px;
} .grid li:nth-of-type(2) .blog-grid-image,
.grid li:nth-of-type(4) .blog-grid-image,
.grid li:nth-of-type(5) .blog-grid-image,
.grid li:nth-of-type(6) .blog-grid-image,
.grid li:nth-of-type(7) .blog-grid-image,
.grid li:nth-of-type(10) .blog-grid-image {
height: 280px;
}
.grid li:nth-of-type(3) .blog-grid-image,
.grid li:nth-of-type(8) .blog-grid-image,
.grid li:nth-of-type(9) .blog-grid-image{
height: 470px;
}
.grid-gallery figcaption h3{
font-size: 24px;
line-height: 26px;
}
.grid-gallery figcaption p{
font-size: 14px;
line-height: 26px;
}
.grid-gallery figcaption .post-publish-date{
font-size: 14px;
}
.grid figcaption{
padding: 25px;
} .blog-search form{
height: 45px;
}
.blog-search form button{
width: 20%;
}
.blog-search form input{
width: 80%!important;
}
p.post-quote{
font-size: 18px;
}
.post-category,.post-by *{
font-size: 12px;
}
.post-heading h2{
font-size: 32px;
line-height: 26px;
margin: 40px auto auto;
}
.post-text p{
font-size: 14px;
line-height: 26px;
margin: 40px auto 0;
}
#respond #reply-title{
font-size: 18px;
}
#blog-post #reply-title {
font-size: 18px;
}
.post-share span{
font-size: 14px;
}
.post-share a{
font-size: 16px;
}
.author-name-date p:nth-of-type(2){
font-size: 14px;
}
.author-name-date p:nth-of-type(1){
font-size: 16px;
line-height: 26px;
}
.author-info em{
font-size: 14px;
}
.author-description p{
font-size: 14px;
line-height: 26px;
}
.reply{
font-size: 16px;
}
#blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title{
font-size: 20px;
}
.blog-categories h2, .blog-recent-post h2{
font-size: 18px;
line-height: 26px;
}
.categories-line{
font-size: 12px;
line-height: 26px;
}
.recent-post-name h3{
font-size: 12px;
line-height: 18px;
}
.recent-post-name span {
font-size: 10px;
} .standard-post-item {
margin-bottom: 72px;
}
.post-cta a{
font-size: 12px;
} .contact-info {
width: 70%;
}
.contact-info h2{
font-size:32px;
margin-bottom: 40px;
}
.contact-info p{
font-size: 14px;
line-height: 26px;
margin-bottom: 0px;
}
.contact-adress{
margin-top: 35px;
margin-bottom: 45px;
}
.contact-adress > a,
.contact-adress > p{
font-size: 14px;
margin-bottom: 5px;
}
.contact-adress > a i,
.contact-adress > p i {
width: 23px;
margin-right: 15px;
} .global-title h2{
font-size: 30px;
margin-top: 15px;
}
.t-shirt-description h2{
font-size: 24px;
line-height: 26px;
}
.t-shirt-description p{
font-size: 16px;
line-height: 26px;
} .results-text * {
font-size: 16px;
line-height: 26px;
}
.results-select .btn-primary {
font-size: 16px;
}
.results-select .dropdown-item a{
font-size: 14px;
}
.s-item-name h2{
font-size: 16px;
line-height: 26px;
}
.results-select .btn-primary{
font-size: 16px;
}
.results {
padding: 0px 15px 45px 15px;
}
.best-offer {
width: 70px;
height: 70px;
top: -45px;
left: 15px;
padding-top: 20px;
}
.best-offer svg{
width: 70px;
height: 70px;
}
.related.products .best-offer {
top: -45px;
left: 15px;
}
.best-offer h4{
font-size:13px;
margin: 0px 20px auto auto;
}
.best-offer p{
font-size:10px;
margin: -3px auto auto 17px;
}
.best-offer hr{
height: 2px;
min-height: 2px;
margin: 5px 16px auto auto;
}
.s-item{
padding: 0px 15px!important;
}
.s-item-name{
padding-top: 20px!important;
}
.s-item-name p{
font-size: 16px!important;
}
.bs_sale{
font-size: 16px;
}
span.sale:after{
bottom: 8px;
}
span.bs_sale:after{
bottom: 10px;
}
.bs_sale sup:after{
left: 2px;
top: 8px;
} .l-b *, .c-b *{
font-size: 16px;
line-height: 26px;
}
.l-b i, .c-b i{
font-size: 16px;
line-height: 26px;
}
#checkout-list {
padding-bottom: 40px;
}
#checkout-list form h3{
font-size: 24px;
line-height: 26px;
}
.payment-method .custom-radio > label span{
font-size: 16px;
line-height: 26px;
}
#checkout-list form .form-group label{
font-size: 16px;
margin-bottom: 5px;
}
.woocommerce form .shipping-calculator-form .form-row input, .woocommerce form .shipping-calculator-form .form-row textarea, .woocommerce form .shipping-calculator-form .chosen-container {
margin-bottom: 10px;
}
#checkout-list form .form-group{
margin-bottom: 10px;
}
#checkout-list form .form-group input ,
.chosen-container-single .chosen-search, .chosen-single,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.chosen-container-single .chosen-search input{
height: 40px;
}
#checkout-list form .form-group a.bfh-selectbox-toggle {
height: 40px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul li > a {
font-size: 15px;
padding: 3px 10px;
}
#checkout-list form .form-group a.bfh-selectbox-toggle span.bfh-selectbox-option {
font-size: 15px;
padding-top: 2px;
}
#checkout-list form .form-group .results-select .btn-primary,
.chosen-single{
font-size: 16px;
padding: 8px 20px 8px 20px;
}
#checkout-list form .form-group .results-select .dropdown-toggle::after,
.chosen-single:after{
font-size: 18px;
top: 22%;
}
.chosen-single:after{
right: 20px;
}
.chosen-search:after {
top: 14px;
right: 20px;
}
.chosen-container.chosen-with-drop .chosen-drop {
-webkit-transform: translate3d(0px, -40px, 0px)!important;
-moz-transform: translate3d(0px, -40px, 0px)!important;
transform: translate3d(0px, -40px, 0px)!important;
}
.shipping-method .results-select .dropdown-menu.show{
-webkit-transform: translate3d(0px, 41px, 0px)!important;
-moz-transform: translate3d(0px, 41px, 0px)!important;
transform: translate3d(0px, 41px, 0px)!important;
}
#checkout-list form .form-group .results-select > p{
font-size: 16px;
line-height: 26px;
margin-top: 10px;
}
.woocommerce-privacy-policy-text p {
font-size: 14px;
}
.woocommerce-shipping-fields.dif-address{
margin-bottom: 13px;
}
.woocommerce-additional-fields h3{
margin-top: 30px;
}
.payment-method {
margin-top: 30px;
}
.shipping.shipping-method {
margin-bottom: 30px;
}
.payment-method .custom-radio {
margin: 20px 0px;
padding-left: 30px;
}
.payment-method .custom-radio label:before, .payment-method .custom-radio label:after{
height: 20px;
width: 20px;
top: 3px;
}
.payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::after{
width: 10px;
height: 10px;
}
.payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::after{
top: 8px;
left: -25px;
}
.payment-method .custom-radio.other-payment .custom-control-input:checked ~ .custom-control-label::after {
top: 5px;
}
.payment-method .custom-control.custom-radio.paypal .custom-control-input:checked ~ .custom-control-label::after{
top: 22px;
}
.pay-text p{
font-size: 14px;
padding-top: 5px;
}
.payment-method .custom-radio label:before, .payment-method .custom-radio label:after{
left: -30px;
}
.payment-method .custom-control.custom-radio.paypal label:after, .payment-method .custom-control.custom-radio.paypal label:before {
top: 17px;
}
.payment-method .custom-radio > p{
font-size: 18px;
margin-bottom: 10px;
}
.create-password .checkbox label span,
.dif-address .checkbox label span{
font-size: 16px;
line-height: 26px;
}
.create-password .checkbox label input[type="checkbox"]:checked + .label-text:before,
.dif-address .checkbox label input[type="checkbox"]:checked + .label-text:before{
font-size: 16px;
line-height: 17px;
}
.create-password .checkbox label input[type="checkbox"] + .label-text:before,
.dif-address .checkbox label input[type="checkbox"] + .label-text:before{
width: 20px;
height: 20px;
border-radius: 3px;
margin: -6px 5px 0 0;
}
.create-password {
margin-top: 30px;
}
.create-password .form-group p{
font-size: 16px;
}
.create-password .checkbox label input[type="checkbox"]:checked + .label-text:before{
font-size: 16px;
line-height: 17px;
}
.p-carts img {
margin: 3px;
width: 60px;
object-fit: contain;
-o-object-fit: contain;
}
.p-carts div{
width: 60px;
}
.p-carts div img{
width: 40px;
}
.p-services img{
width:60px;
object-fit: contain;
-o-object-fit: contain;
}
#checkout-list table.table tr th, #checkout-list table.table tr td{
padding: 10px;
font-size: 13px;
}
#checkout-list table.table tr:first-child th{
font-size: 14px;
}
#checkout-list table.table tbody tr:last-child th:first-child {
font-size: 14px;
padding-top: 14px;
}
#checkout-list table.table tbody tr:last-child th:last-child {
font-size: 19px;
}
#checkout-list form button.btn-primary{
font-size: 18px;
padding-top: 10px;
padding-bottom: 10px;
}
.l-f form p,.l-form > a{
font-size: 16px;
line-height: 26px;
}
.l-f form .create-password .checkbox label span{
font-size: 16px;
line-height: 26px;
}
#checkout-list form .form-group input, #checkout-list form .form-group textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.chosen-container-single .chosen-search input{
font-size: 16px;
}
.what-is-paypal a{
font-size: 16px;
} .magnify > .magnify-lens{
width: 150px;
height: 150px;
}
.single-tab-content .tab-content {
margin-top: 30px;
}
.first-tab-pane *, #tab-description *{
font-size: 14px;
line-height: 26px;
margin-bottom: 10px;
}
.single-tab-content .post-author{
margin-top: 40px;
}
.single-tab-content .author-description p{
font-size: 14px;
line-height: 23px;
}
.single-tab-content #blog-post .form {
margin-top: 40px;
}
#single-product-section #blog-post .form h2 {
margin-bottom: 20px;
}
.single-tab-content .comment-form-rating {
margin-bottom: 20px;
}
#single-product-section #blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title {
margin-bottom: 20px;
}
.related-product-title h3{
font-size: 24px;
}
#releated-products .s-item {
margin-bottom: 50px!important;
}
body.single-product #releated-products {
padding-top: 50px;
margin-top: 50px;
}
.related-product-title {
margin-bottom: 50px;
padding: 0px 15px;
} .grid-item--width1,
.grid-item--width3,
.grid-item--width4 {
height: 470px;
}
.grid-item--width2 {
height: 940px;
}
.g_t{
padding: 0px 30px;
}
.g_t h3{
font-size: 24px;
line-height: 26px;
letter-spacing: 6px;
}
.g_t p{
font-size: 16px;
line-height: 26px;
}
.single-pr-name h3{
font-size:32px;
line-height: 26px;
}
.single-style *{
font-size: 16px;
}
.single-text *{
font-size: 14px;
line-height: 26px;
}
.comment-form-rating {
margin-bottom: 25px;
}
.single-price p {
font-size: 24px!important;
margin-top: 13px;
}
.single-button-count {
margin-top: 15px;
}
.return-to-shop{
margin-bottom: 55px;
}
}
@media(max-width:1100px){ .events_date p {
margin-bottom: 10px;
}
.events-info {
width: 55%;
}
.event-tickets a {
font-size: 16px;
}
.event-tickets a:first-child {
margin-right: 10px;
padding: 20px 30px 20px;
}
.event-tickets a:last-child{
padding: 20px 20px;
}
.events-slider {
width: 50%;
} #single-gallery .grid-item{
height:250px;
}
#single-gallery .grid-item:nth-child(3),
#single-gallery .grid-item:nth-child(6n+1){
height:500px;
} .grid li {
padding: 0px 10px 20px 10px;
}
.grid li:nth-of-type(2) .blog-grid-image,
.grid li:nth-of-type(4) .blog-grid-image,
.grid li:nth-of-type(5) .blog-grid-image,
.grid li:nth-of-type(6) .blog-grid-image,
.grid li:nth-of-type(7) .blog-grid-image,
.grid li:nth-of-type(10) .blog-grid-image {
height: 250px;
}
.grid li:nth-of-type(3) .blog-grid-image,
.grid li:nth-of-type(8) .blog-grid-image,
.grid li:nth-of-type(9) .blog-grid-image{
height: 400px;
} .featured-image {
height: 330px;
margin-bottom: 30px;
}
.blog-content > div.sitebar{
padding-left: 30px;
}
.categories-line{
padding: 15px 0px;
}
.recent-post-image img, .recent-post-image{
width: 60px;
height: 60px;
}
.blog-search form{
height: 40px;
}
.blog-search form input {
width: 75%!important;
padding-left: 10px;
}
.blog-search form button {
width: 25%;
}
.blog-search form button i {
font-size: 17px;
}
.blog-categories {
margin-top: 30px;
}
p.post-quote:before,p.post-quote:after{
width: 25px;
height: 25px;
top: -2px;
} .cart-item{
padding: 15px 0px;
}
.product-price *{
font-size: 18px;
}
.delete-product svg {
width: 15px;
height: 15px;
} .single-price p {
font-size: 24px;
}
.single-price .bs_sale{
font-size: 24px;
margin-left: 20px;
}
.single-price span.bs_sale:after {
bottom: 13px;
}
.catd-button a, .single_add_to_cart_button {
font-size: 13px!important;
padding: 9px 30px 9px 30px!important;
}
.catd-button a {
font-size: 13px;
padding: 9px 30px 9px 30px;
}
.catd-button a img, .single_add_to_cart_button img {
left: 15px!important;
top: 8px!important;
width: 15px!important;
}
.single-button-count .plusminus{
height: 40px!important;
}
.single-button-count .plusminus button {
height: 38px!important;
}
.single-button-count .plusminus input[type="number"] {
height: 36px!important;
}
.single-star ul li{
margin-right: 5px;
}
.single-star ul i, .comment-form-rating p.stars a i {
font-size: 16px;
}
.single-button-count {
margin-top: 15px;
}
.single-tab-content{
margin-top: 60px;
}
.single-tab-content .nav-tabs .nav-link{
padding: 0px 0px 7px;
}
.single-tab-content .nav-tabs .nav-item:last-child .nav-link{
margin-left: 30px;
} .grid-item--width1,
.grid-item--width3,
.grid-item--width4 {
height: 400px;
}
.grid-item--width2 {
height: 800px;
}
.massonry-post-logo {
width: 240px;
}
.grid-item-img:after {
width: 240px;
}
.see-more {
margin-top: 74px;
margin-bottom: 74px;
} .name-title * {
font-size: 16px;
}
.shop-view-cart .ad-to-card-button a{
padding: 10px 20px!important;
} .ad-to-card-button a{
padding: 12px 10px!important;
font-size: 12px!important;
}
}
@media(max-width:1024px){
#blog-grid-gallery .see-more {
margin-top: 22px;
margin-bottom: 14px;
}
.social-icons, #text-and-video .social-icons{
margin-top: 20px;
}
#image-gallery .grid > div.grid-item:nth-child(2) {
width: 50%;
height: 550px;
}
#image-gallery .grid > div.grid-item:nth-child(2n+1) {
height: 300px;
}
#image-gallery .grid > div.grid-item:nth-child(3n+1) {
height: 550px;
}
#image-gallery .grid > div.grid-item:last-child {
height: 250px!important;
}
#standard-blog .blog-content {
padding-bottom: 44px;
}
.standard-post-item {
margin-bottom: 72px;
}
#blog-grid-gallery {
padding-bottom: 30px;
}
.t-shirt-description {
padding: 30px 5px 72px;
}
.search-result .see-more {
margin-bottom: 44px;
}
.single-video #discography-text {
margin-top: 50px;
margin-bottom: 50px;
}
.social-icons a{
font-size: 18px;
}
.social-icons > span{
font-size: 16px;
}
.social-icons, .single-video .social-icons {
margin-top: 20px!important;
margin-bottom: 50px;
padding-top: 50px;
}
.reg-form-div{
margin-top: 50px;
}
#discography-text{
margin-bottom: 50px;
}
.sm-title {
margin-bottom: 50px;
}
.sm-section .social-icons {
padding-top: 50px;
margin-bottom: 0px;
}
.single-tab-content{
margin-top: 50px;
}
.return-to-shop{
margin-bottom: 50px;
}
}
@media(max-width:991px){ #checkout-list .section > form > div{
margin-top:30px;
}
#checkout-list .section > form > div > div {
margin-top: 30px;
}
.woocommerce-additional-fields {
margin-top: 40px;
}
.login-and-cupon {
margin-bottom: 0;
} .single-image {
padding: 0;
}
.product-description {
padding: 0;
margin-top: 30px;
}
.single-tab-content{
padding: 0;
margin-top: 20px;
}
}
@media(max-width:980px){
.plyr .plyr__volume{
max-width: 70px!important;
margin-right: 27px!important;
}
.plyr__controls>button:last-of-type{
right: 5%;
}
.plyr__controls>button:last-of-type:before {
right: 285%!important;
} .results {
padding: 0px 15px 60px 15px;
}
.s-item{
margin-bottom: 40px!important;
}
.s-item-name {
padding-top: 15px!important;
}
.results-select .btn-primary{
padding: 7px 20px 8px 25px;
}
.results-select .dropdown-menu {
-webkit-transform: translate3d(0px, 60px, 0px)!important;
-moz-transform: translate3d(0px, 60px, 0px)!important;
transform: translate3d(0px, 60px, 0px)!important;
}
.results-select .dropdown-menu.show {
-webkit-transform: translate3d(0px, 40px, 0px)!important;
-moz-transform: translate3d(0px, 40px, 0px)!important;
transform: translate3d(0px, 40px, 0px)!important;
}
.results-select .dropdown-item a{
font-size: 14px;
}
.results-select .dropdown-item{
padding: 5px 20px;
}
.name p {
font-size: 33px;
}
.name span:first-child {
margin-right: 15px;
}
.ad-to-card-button a{
margin: 0 0!important;
padding: 12px 9px!important;
} .cart-item > div:nth-child(3),
.cart-name > div:nth-child(3){
padding-left:0px;
}
}
@media(min-width: 481px) and (max-width:980px){
.results-select .dropdown-item a{
white-space: nowrap;
width: 130px;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media(max-width:900px){
.blog-categories h2, .blog-recent-post h2{
margin-bottom: 10px;
}
.plyr__controls>button:last-of-type {
right: 4%;
}
.plyr__controls>button:last-of-type{
right: 4%;
top: 53%;
}
.mp3_3 .plyr__controls>button:last-of-type {
top: 52%;
}
.plyr--audio .plyr__controls{
padding: 60px 25px 25px 18px!important;
}
.plyr .plyr__progress {
margin-left: 50px!important;
}
.plyr .plyr__volume {
max-width: 50px!important;
margin-right: 20px!important;
}
.plyr__time+.plyr__time{
margin-right: 15px!important;
}
.plyr__controls>button:last-of-type:before {
right: 225%!important;
}
#discography-post .mp3 .plyr .plyr__volume {
max-width: 50px!important;
}
#discography-post .sec_2_content{
padding-right: 30px!important;
}
.play-pause {
margin-right: 5px;
}
.playlist .music_line > span {
font-size: 14px;
line-height: 28px;
}
.name{
padding-left: 10px;
}
.name p {
font-size: 28px;
}
.day_num{
width: 110px;
}
.buy a{
font-size: 12px;
letter-spacing: 1px;
}
.buy p {
font-size: 16px;
}
.news_content h2 {
font-size: 24px;
}
.news_content {
padding-top: 14px;
}
.news_content .day_num span{
font-size: 24px;
}
.news_content .day_num div p{
font-size: 12px;
}
.news_content .day_num div{
line-height: 12px;
}
.n_c * {
font-size: 14px;
line-height: 22px;
}
.news .cta{
margin-top: 20px;
}
.folow ul li a{
width: 34px;
height: 34px;
} .title-image img{
height: 100%;
object-fit: contain;
-o-object-fit: contain;
}
.global-title{
height: 67px;
top: 0;
bottom: 0;
}
.global-title h1{
font-size: 50px;
margin-bottom: 0px;
}
.music-banner-text h2 {
margin-bottom: 10px;
}
.music-banner-text p{
font-size: 18px;
}
#discography-post .plyr__controls>button:last-of-type:before{
right: 230%!important;
}
#discography-post .mp3 .plyr .plyr__progress{
margin-left: 45px!important;
}
#discography-post .mp3 .plyr__controls > .plyr__time {
left: 25px!important;
}
#discography-post .mp3 .plyr__time+.plyr__time {
margin-left: 5px!important;
margin-right: 20px!important;
}
#discography-post .mp3 .plyr--audio .plyr__controls {
padding: 0px 20px 0px 2px!important;
margin: 31px 0px 33px 0px!important;
}
#discography-post .mp3 .plyr__controls>button:last-of-type {
top: 0px!important;
right: 3%;
}
#discography-post .global-title {
padding: 32px 0px 80px;
}
.discography-line > div:hover .disc-image{
-webkit-transform: translateX(65%);
-moz-transform: translateX(65%);
-ms-transform: translateX(65%);
-o-transform: translateX(65%);
transform: translateX(65%);
} .events-slider{
width: 37%;
height: 400px;
}
.events-info{
max-width:420px;
float: none;
width: 60%;
left: 0;
}
.event-tickets {
margin-top: 20px;
}
.event-tickets a {
letter-spacing: 1px;
}
.event-text {
margin-top: 30px;
}
.events-slider .carousel-item img{
width: 100%;
}
.event-tickets a:last-child{
padding: 15px 20px;
}
.event-tickets a:first-child{
padding: 15px 30px 15px;
}
#text-and-video {
margin-top: 37px;
padding: 45px 0px;
}
#map {
margin-top: 45px;
} #videos .embed-responsive,
#videos .video-img-banner{
height: 140px;
}
#videos .youtube .play{
width: 50px;
height: 50px;
margin-left: -26px;
margin-top: -22px;
}
#videos .video-img-banner .play{
width: 50px;
height: 50px;
} body.single-video #discography-text {
margin-top: 50px;
}
body.single-video .social-icons{
margin-top: 50px;
margin-bottom: 50px;
padding-top: 50px;
} #discography.gallery-photogallery .grid-item{
height: 400px;
}
#discography.gallery-photogallery .grid-item:nth-child(2){
height: 400px!important;
}
#discography.gallery-photogallery .grid-item:nth-child(5n+1) {
height: calc(400px * 2)!important;
}
#single-gallery .grid-item{
height: 400px;
}
#single-gallery .grid-item:nth-child(6n+1), #single-gallery .grid-item:nth-child(5n+1){
height: 200px;
} .grid li{
width: 50%;
}
#grid-gallery .grid-sizer {
width: 50%;
} .row.blog-content{
display:block;
}
.blog-content > div.post-content,
.blog-content > div.sitebar{
max-width: 100%;
}
.blog-content > div.sitebar{
padding-top: 20px;
padding-left: 0px;
} .standard-post-item {
margin-bottom: 67px;
} .contact-info {
width: 100%;
}
.contact-info h2{
width: 60%;
padding-bottom: 15px;
margin-bottom: 25px;
}
.contact-adress{
margin-top: 30px;
margin-bottom: 30px;
}
.contact-adress > a i,
.contact-adress > p i{
width: 20px;
margin-right: 10px;
} .order-coupon {
margin-top: 30px;
}
.enter-coupon, .order-button {
max-width: 320px;
}
.coupon-form {
margin-top: 20px;
}
.coupon-form {
height: 40px;
}
.coupon-form button{
font-size: 16px!important;
}
.cart-buttons{
margin-top: 34px;
margin-bottom: 15px;
}
.cart-buttons a{
font-size: 14px!important;
padding: 9.5px 25px!important;
}
.cart-buttons button:first-child{
font-size: 14px!important;
line-height: 21px!important;
padding: 9.5px 24px!important;
}
.cart-buttons a:last-child, .cart-buttons button:last-child{
padding: 9.5px 35px!important;
}
button[name=calc_shipping]{
padding: 9.5px 35px!important;
font-size: 14px!important;
} .t-shirt-image {
height: 380px;
}
.search-result #blog-post{
margin-bottom: 50px;
} .grid-item--width1,
.grid-item--width3,
.grid-item--width4 {
height: 350px;
}
.grid-item--width2 {
height: 700px;
}
.g_t h3{
margin-bottom: 10px;
}
.massonry-post-logo {
width: 165px;
height: 22px;
}
.grid-item-img:after {
width: 165px;
height: 22px;
}
.see-more{
margin-bottom: 33px;
}
#sidebar > ul > li{
margin-top: 30px;
margin-bottom: 0;
}
#sidebar h3{
margin-bottom: 10px;
}
#standard-blog .blog-content {
padding-bottom: 38px;
}
}
@media(min-width:768px) and (max-width:900px){
.news .cta a{
letter-spacing: 1px;
padding: 10px 9px;
border-radius: 5px;
}
.n_c {
margin-top: 10px;
margin-bottom: 10px;
}
.news_content h2 {
margin-bottom: 10px;
}
.news .cta{
margin-top: 40px;
} .categories-line{
padding: 20px 0px;
}
.news_content h2 {
margin-bottom: 10px;
}
.n_c {
margin-top: 10px;
margin-bottom: 10px;
}
.music-name {
white-space: nowrap;
width: 185px;
overflow: hidden;
}
}
@media (min-width:768px)  and (max-width:1024px){
#album-release{
top: 5px;
z-index: 9;
}
#on-tour{
top: 5px;
}
#gallery{
position: relative;
top: 4px;
}
#video{
top: 3px;
position: relative;
}
#news{
top: 2px;
}
#testimonials{
top: 2px;
position: relative;
z-index: 2;
}
#contact-us{
top: 1px;
z-index: 1;
}
body.home-demo-2 #lc_lif_content > div:first-child{
top: 0px;
}
body.home-demo-2 #album-release{
top: 0px;
z-index: 9;
}
body.home-demo-2 #my-music{
top: 0px;
}
body.home-demo-2 #about-me{
top: 0px;
}
body.home-demo-2 #on-tour{
top: 0px;
}
body.home-demo-2 #gallery{
position: relative;
top: 0px;
}
body.home-demo-2 #video{
top: 0px;
position: relative;
}
body.home-demo-2 #news{
top: 0px;
z-index: 2;
}
body.home-demo-2 #testimonials{
top: 0px;
position: relative;
z-index: 2;
}
body.home-demo-2  #contact-us{
top: -2px;
z-index: 1;
}
body.home-demo-2  #footer{
top: -2px;
} #discography.gallery-photogallery .music-banner > div{
height: 101%;
}
#discography.gallery-photogallery .music-banner-image{
top: -1px;
}
.player-grig{
background-image: -webkit-radial-gradient(circle closest-side, #fff -webkit-calc(100% - -0.5px), transparent 100%);
background-image: -moz-radial-gradient(circle closest-side, #fff -moz-calc(100% - -0.5px), transparent 100%);
background-image: -o-radial-gradient(circle closest-side, #fff calc(100% - -0.5px), transparent 100%);
background-image: radial-gradient(circle closest-side, #fff calc(100% - -0.5px), transparent 100%);
}
}
@media (min-width:768px)  and (max-width:1024px){ .gallery-photogallery .music-banner > div{
height: 101%;
}
.gallery-photogallery .music-banner-image{
top: -1px;
}
.contact-us-page #contact-us {
padding: 50px 0px 50px;
}
}
@media(max-width:768px){
.single-product .best-offer{
left: 10px;
}
}
@media(max-width: 767px){
.comment-form-rating {
margin-bottom: 20px;
}
#header .bg_image{
background-position: 35%;
}
#image-gallery .grid > div.grid-item{
width: 100%!important;
height: 500px!important;
}
#image-gallery .grid > div.grid-item:last-child {
height: 500px!important;
}
.about-me-content * {
font-size: 14px;
line-height: 22px;
}
.signature{
text-align: left;
}
.signature img{
width:40%;
}
#about-me .section_bg_image{
background-position: center center;
}
#page-title {
margin-top: 90px;
margin-bottom: 30px;
}
#discography {
margin-bottom: 0px;
}
.video-block{
margin-bottom: 30px;
}
.search-bar form svg{
width:20px;
}
.header-title h1 {
font-size: 25px;
}
.header-title a {
font-size: 16px;
padding: 10px 50px 11px;
}
.title {
padding-top: 47px;
padding-bottom: 45px;
}
.title h1 {
font-size: 24px;
line-height: 22px;
margin-bottom: 3px;
}
#album-release {
padding-bottom: 20px;
}
#album-release .title{
padding-bottom: 20px;
}
.results-select{
float:none;
}
button[name=calc_shipping]{
width:100%;
}
.header-title h1{
font-size: 25px;
}
#about-me {
padding-bottom: 50px;
}
.title h1{
font-size: 24px;
line-height: 26px;
margin-bottom: 3px;
}
.title p {
font-size: 12px;
line-height: 22px;
}
.j_c{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cd_block{
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-moz-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.j_c .plyr--audio .plyr__controls {
padding: 45px 0px 15px 0px!important;
}
.col.music,.col.sec_2_content{
-webkit-flex-basis: initial;
-ms-flex-preferred-size: initial;
flex-basis: initial;
-webkit-box-flex: initial;
-webkit-flex-grow: initial;
-moz-box-flex: initial;
-ms-flex-positive: initial;
flex-grow: initial;
}
.col.sec_2_content{
line-height: 22px;
padding-right: 0px!important;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-moz-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.sec_2_content{
line-height: 22px;
padding-right: 0px !important;
}
.sec_2_content *{
font-size: 14px;
}
.music_date i {
width: 15px;
}
#discography-post {
margin-top: 30px;
padding-top: 30px;
padding-bottom: 10px;
}
#discography-post  .j_c{
padding-bottom: 0;
}
.music_date i{
width: 15px;
font-size: 14px;
}
.col.music{
margin-bottom: 40px;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-moz-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.mp3 > span {
left: 12px;
font-size: 14px;
}
.plyr--audio .plyr__controls {
padding: 45px 25px 25px 18px!important;
}
.plyr__time {
font-size: 14px!important;
}
.j_c .plyr__time {
left: 35px!important;
}
.j_c .plyr__controls>button:last-of-type {
top: 51%!important;
right: 2%;
}
.plyr__controls>button:last-of-type {
right: 3%;
}
.plyr__controls>button:last-of-type{
top: 46%;
}
.plyr .plyr__volume{
margin-right: 25px!important;
}
.plyr__time+.plyr__time {
margin-left: 30px!important;
margin-right: 30px!important;
}
.plyr .plyr__volume{
max-width: 100px!important;
}
.plyr__controls>button:last-of-type:before {
right: 365%!important;
top: 1px!important;
}
#discography-post .mp3 .plyr .plyr__volume{
max-width: 70px!important;
}
#discography-post .mp3 .plyr__controls > .plyr__time {
font-size: 14px!important;
}
.music_date p, .music_after p {
font-size: 14px;
line-height: 22px;
}
.shop_cta{
font-size: 12px;
}
.cta{
width: 100%;
text-align: left;
}
.disc{
left:0;
}
.cd{
left: 34%;
}
.n_c{
margin-top: 10px;
}
.cta a,#gallery .cta a{
font-size: 12px;
}
#album-release .section_bg_image{
background-position: 75%;
}
.j_c {
padding-bottom: 31px;
}
.j_c .cta{
margin-top: 28px;
}
#gallery .cta {
margin-top: 61px;
}
#on-tour .section {
width: 100%;
}
#gallery {
padding-bottom: 63px;
}
#on-tour > div:first-child > div {
padding-bottom: 50px!important;
}
#video {
padding-bottom: 51px;
}
#testimonials {
padding-bottom: 34px;
}
#contact-us {
padding-bottom: 50px;
}
#on-tour .section {
width: 100%;
}
.row.ticket:after {
height: 2px;
}
.row.ticket > div {
padding: 40px 0px;
}
.row.ticket > div > div {
display: block;
margin: 0px;
}
a.ticket-link {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: auto auto 30px auto;
max-width: 100%;
padding: 0;
}
.news_content h2 {
font-size: 24px;
margin-bottom: 10px;
}
.day {
float: left;
}
.day_num {
width: 120px;
}
.name {
float: left;
max-width: 85%;
padding-left: 20px;
}
.name p {
font-size: 30px;
}
.name span:first-child {
margin-right: 5px;
}
.name span:last-child {
margin-left: 5px;
}
.col-2.buy{
clear: both;
width: 100%;
max-width: 100%;
text-align: center;
}
.buy a {
display: initial;
padding-left: 25px;
padding-right: 25px;
}
.banner_1 {
max-width: 100%;
padding: 0;
}
.banner_2 {
max-width: 100%;
padding: 0;
}
#news {
padding-bottom: 15px;
}
.news > div.row {
display: block;
}
.news > div > div {
max-width: 685px;
width: 100%;
margin: auto auto 30px;
}
.news_content h2 {
font-size: 24px;
}
.news_content .day_num span {
font-size: 22px;
}
.news_content .day_num div {
line-height: 10px;
}
.news_content .day_num div p {
font-size: 10px;
}
.news_content .day_num div p:first-child {
margin-top: -1px;
}
.news_content .day_num div p:last-child {
margin-top: 2px;
}
.news_content .day_num > p {
font-size: 12px;
}
.n_c * {
font-size:14px;
line-height: 22px;
}
.d-md-block {
display: block !important;
}
.carousel_content {
width: 80%;
}
.carousel_content * {
font-size: 14px;
line-height: 22px;
}
#footer .bg_image {
background-position: 50%;
}
.footer {
display: block;
}
.footer .day_num div{
margin-right: 15px;
}
#gallery .row, #gallery .col{
display: block;
padding: 0px!important;
margin: 0px!important;
height: 100%;
min-height: 100%;
max-width: 100%;
}
#gallery .col {
height: 300px;
}
.col-8.banner_1 {
max-width: 100%;
padding: 0;
}
.col-4.banner_2 {
max-width: 100%;
padding: 0;
}
#gallery .col.cta{
height:auto;
margin-top: 61px!important;
}
.news > div.row{
display: block;
}
.news_content h2 {
font-size: 24px;
}
.news_content .day_num span {
font-size: 22px;
}
.news_content .day_num div {
line-height: 10px;
}
.news_content .day_num div p {
font-size: 10px;
}
.news_content .day_num div p:first-child{
margin-top: -1px;
}
.news_content .day_num div p:last-child{
margin-top: 2px;
}
.news_content .day_num > p {
font-size: 12px;
}
.n_c * {
font-size: 14px;
line-height: 22px;
}
.d-md-block {
display: block !important;
}
#footer .bg_image{
background-position: 50%;
}
.row.footer{
display: block;
}
.footer > div:first-child {
padding-right: 0;
width: 100%;
max-width: 100%;
margin-bottom: 40px;
text-align: center;
}
.footer > div:first-child p{
line-height: 22px;
}
.footer .day_num > a > p {
line-height: 22px;
}
.info p, .lc_widget_contact {
line-height: 22px;
}
.footer > div {
max-width: 100%;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
}
.footer > div:last-child {
padding-left: 0;
width: 100%;
margin-top: 40px;
text-align: center;
}
.footer h2{
text-align:center;
}
.footer .day_num div{
margin-right: 15px;
}
.popup_block {
height: 50%;
}
#popup-container ul {
bottom: 18%;
}
.form .btn-primary {
font-size: 12px;
margin-top: 14px;
}
.form form textarea {
height: 190px;
}
.form textarea::-webkit-input-placeholder { padding-top: 150px;
}
.form textarea::-moz-placeholder { padding-top: 150px;
}
.form textarea:-ms-input-placeholder { padding-top: 150px;
}
.related-product-title {
margin-bottom: 30px;
}
.form textarea:-moz-placeholder { padding-top: 150px;
}
#releated-products{
padding-top: 30px;
margin-top: 30px;
} .global-title{
height: 53px;
}
.global-title h1 {
font-size: 40px;
}
.music-banner-text h2{
font-size: 24px;
line-height: 30px;
margin-bottom: 0;
}
.gallery-photogallery .music-banner-text h2{
font-size: 24px;
line-height: 22px;
}
.gallery-photogallery .music-banner-text p{
font-size: 14px;
line-height: 22px;
}
.music-banner-text p,.music-banner-text p a{
font-size: 16px;
line-height: 22px;
}
#discography-post .sec_2_content {
padding-right: 0px !important;
}
#discography-text {
margin-top: 35px;
margin-bottom: 0;
}
#discography-post .global-title {
padding: 21px 0px 57px;
}
.discography_description * {
font-size: 14px;
line-height: 22px;
}
.single-video #discography-text {
margin-top: 30px;
}
.single-video .social-icons {
margin-top: 20px;
margin-bottom: 30px;
padding-top: 30px;
}
.social-icons {
margin-top: 20px;
margin-bottom: 30px;
padding-top: 30px;
}
.reg-form-div{
margin-top: 30px;
}
.social-icons a{
font-size: 16px;
margin-right: 10px;
}
.social-icons > span{
font-size: 14px;
margin-right: 10px;
}
.playlist-title h2{
font-size: 24px;
}
.playlist-title {
margin-bottom: 21px;
}
#discography-post .mp3 .plyr__time + .plyr__time {
margin-right: 50px!important;
}
#discography-post .mp3 .plyr .plyr__progress {
margin-left: 55px!important;
}
#discography-post .mp3 .plyr__controls > .plyr__time {
left: 35px!important;
}
#discography-post .mp3 .plyr__controls>button:last-of-type {
top: 0px!important;
right: 1%;
}
.playlist {
margin-top: 20px;
}
#discography-post .plyr__controls>button:last-of-type:before {
right: 300%!important;
top: 2px!important;
}
#discography-post .mp3 .plyr--audio .plyr__controls {
padding: 0px 20px 0px 5px!important;
margin: 31px 0px 33px 0px!important;
}
.play-pause{
margin-right: 10px;
}
#discography > .section {
padding: 0px 30px;
}
.discography-line > div:nth-child(2) .music-banner-image{
margin: inherit;
}
.single-video #discography-text {
margin-top: 30px;
margin-bottom: 30px;
}
.single-video .social-icons {
margin-top: 30px;
padding-top: 30px;
margin-bottom: 30px;
}
.discography-line > div:nth-child(2) .disc-image{
left: 0%;
}
.discography-line > div:nth-child(2) .music-banner-text{
margin: inherit;
}
.discography-line > div:last-child .music-banner-image{
margin: inherit;
}
.discography-line > div:last-child .music-banner-text{
margin: inherit;
}
.discography-line > div:last-child .disc-image{
left: 0%;
} .slider-info{
display: block;
}
.events-slider{
width: 100%;
height: 350px;
}
.events-info{
width: 100%;
padding-left: 0;
margin-top: 38px;
}
.events_date *{
font-size: 18px;
}
.events_date p{
line-height: 22px;
}
.events_date i {
width: 18px;
margin-right: 10px;
}
#text-and-video .row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#text-and-video .row > div:first-child {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-moz-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
margin: 30px auto auto;
}
#text-and-video .social-icons{
margin-top: 30px;
padding-top: 20px;
}
.single-events-text p{
font-size: 14px;
line-height: 22px;
}
#text-and-video .row > div:last-child {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-moz-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
#map iframe {
height: 300px;
}
#text-and-video {
margin-top: 30px;
padding: 30px 0px;
}
#text-and-video .overly{
height: 101%;
}
#map {
margin-top: 40px;
}
.background-map .overly-1{
background-position: 70%;
}
.social-icons > span {
font-size: 14px;
margin-right: 10px;
} #videos .embed-responsive,
#videos .video-img-banner{
height: 200px;
}
.video-banner-name h2{
font-size: 18px;
margin-bottom: 0px;
}
.video-banner-name p{
font-size: 14px;
line-height: 22px;
}
#single-gallery .column{
max-width: 100%;
-webkit-box-flex: 100%;
-webkit-flex: 100%;
-moz-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
padding: 0;
}
#single-gallery .column:nth-of-type(2) .gallery-image:nth-of-type(3) {
width: 100%;
}
#single-gallery .gallery-image {
height: 270px !important;
padding-top: 1px !important;
}
.sm-title {
margin-bottom: 30px;
}
.gallery-single-gallery #discography-text {
padding-top: 30px;
}
.sm-title {
margin-bottom: 20px;
}
.sm-section .social-icons {
padding-top: 30px;
}
.sm-title h2 {
font-size: 18px;
line-height: 22px;
}
.sm-section .discography_description p {
font-size: 14px;
line-height: 22px;
}
.sm-section .social-icons{
padding-bottom: 30px;
padding-top: 30px;
margin-top: 15px;
} .music-banner-text h2{
font-size:24px;
line-height: 22px;
}
.music-banner-text p{
font-size: 14px;
line-height: 22px;
}
#discography.gallery-photogallery .grid-item{
height: 300px;
width:100%!important;
}
#discography.gallery-photogallery .grid-item:nth-child(2){
height: 300px!important;
width:100%!important;
}
#discography.gallery-photogallery .grid-item:nth-child(5n+1) {
height: 300px!important;
width:100%!important;
}
#single-gallery .grid-item:nth-child(6n+1),
#single-gallery .grid-item:nth-child(5n+1){
width:100%;
}
#discography.gallery-photogallery  .grid-item:nth-child(3),
#discography.gallery-photogallery .grid-item:nth-child(7),
#discography.gallery-photogallery .grid-item:last-child {
height: 300px!important;
padding: 0px 0px;
} .author-form-group {
margin-top: 30px;
padding: 30px 0px;
}
.recent-post-name h3 {
font-size: 12px;
line-height: 14px;
}
.recent-post-name span {
font-size: 10px;
}
#standard-blog .blog-content {
padding-bottom: 20px;
}
.post-category, .post-by * {
font-size: 12px;
}
.post-heading h2 {
font-size: 24px;
line-height: 22px;
margin: 10px 0px;
}
.post-text p {
font-size: 14px;
line-height: 22px;
margin-top: 20px;
}
#respond #reply-title {
font-size: 16px;
line-height: 22px;
}
p.post-quote {
margin: 30px auto 30px;
}
#blog-post #reply-title {
font-size: 16px;
line-height: 22px;
}
.author-name-date p:nth-of-type(1){
font-size: 14px;
line-height: 22px;
}
.author-name-date p:nth-of-type(2) {
font-size: 12px;
}
.author-info em {
font-size: 12px;
}
.author-description p {
font-size: 14px;
line-height: 22px;
}
.reply {
font-size: 14px;
}
#blog-post .form h2,.blog-categories h2, .blog-recent-post h2, #blog-post.woocommerce-Reviews #reply-title {
font-size: 16px;
line-height: 22px;
}
#blog-post .form h2{
margin-bottom: 30px;
}
.blog-categories h2, .blog-recent-post h2{
margin-bottom: 10px;
}
#blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title{
margin-bottom: 30px;
}
.blog-content, #custom-single #commentform  {
margin-bottom: 30px;
}
.post-share span{
font-size: 12px;
}
.post-share a{
font-size: 14px;
}
.categories-line{
font-size: 12px;
line-height: 22px;
} .grid-gallery figcaption h3{
font-size: 18px;
line-height: 22px;
margin-bottom: 5px;
}
.grid-gallery figcaption .post-publish-date{
font-size: 12px;
}
.grid-gallery figcaption p {
font-size: 14px;
line-height: 22px;
margin-top: 5px;
} .cart-name * {
font-size: 14px;
line-height: 22px;
}
.cart-description p {
font-size: 14px;
line-height: 22px;
}
.cart-item {
position: relative;
display: block;
padding: 15px 0px 45px;
}
.cart-item > div {
max-width: 100%;
display: block;
padding: 0;
}
.cart-image {
width: 100px;
height: 100px;
margin: auto;
float: none;
}
.cart-description {
width: 100%;
float: none;
padding: 0;
text-align: center;
margin-top: 20px;
}
.cart-description a, .cart-description h2 {
font-size: 18px;
line-height: 22px;
margin-bottom: 5px;
}
.product-count {
width: 100px;
height: 35px;
margin: 15px auto auto auto;
}
.plusminus input[type="number"] {
font-size: 14px;
}
.delet-line {
width: 15px;
position: absolute;
z-index: 9;
top: 9px;
bottom: auto;
right: 0;
}
.delete-product{
position: initial;
width: 15px;
}
.delete-product a{
width:15px!important;
}
.product-total {
position: static;
}
.total-name-line .product-price {
position: static;
text-align: right;
width: 100%;
}
.enter-coupon, .order-button {
float: none;
max-width: 100%;
}
.order-coupon {
position: relative;
margin-top: 15px;
padding-top: 45px;
}
.glob-price {
position: absolute;
top: 0;
width: 100%;
}
.g-p * {
font-size: 24px;
line-height: 22px;
}
.o-t *{
font-size: 18px;
line-height: 22px;
}
.g_t h3{
font-size: 18px;
line-height: 22px;
letter-spacing: 4px;
}
.g_t p{
font-size: 14px;
line-height: 22px;
}
.c-t * {
font-size: 14px;
line-height: 22px;
}
.cart-buttons {
margin-top: 15px;
margin-bottom: 10px;
}
.cart-buttons a, .cart-buttons button{
display: block!important;
float: none!important;
text-align: center!important;
}
.cart-buttons button{
width: 100%;
}
.cart-buttons a:first-child, .cart-buttons button:first-child{
margin-bottom: 15px!important;
}
.coupon-form {
margin-top: 15px;
}
.coupon-title{
display:none;
}
.coupon-form form input::-webkit-input-placeholder { opacity: 1;
}
.coupon-form form input::-moz-placeholder { opacity: 1;
}
.coupon-form form input:-ms-input-placeholder { opacity: 1;
}
.coupon-form form input:-moz-placeholder { opacity: 1;
}
.cart-name > div {
display: none;
}
.cart-name > div:first-child {
display: block;
}
#cart-order {
padding: 0px 0px 30px;
}
.prise-mobile,
.total-mobile{
display:inline-block;
margin-right: 5px;
color: #959595;
}
.price-name-line{
position: absolute;
left: 0;
bottom: 0;
width: 50%;
}
.total-name-line{
position: absolute;
width: 50%;
right: 0;
bottom: 0;
}
.price-name-line .product-price{
position: static;
width:100%;
text-align: left;
}
.product-price * {
font-size: 14px;
}
#checkout-list .section > form > div{
margin-top: 0px;
}
#checkout-list .section > form > div > div{
margin-top: 30px;
}
#order_review{
margin-top: 29px!important;
}
.woocommerce-additional-fields {
margin-top: 30px;
}
.woocommerce-shipping-fields.dif-address {
margin-bottom: 20px;
}
.shipping.shipping-method {
margin-bottom: 20px;
}
.payment-method .custom-radio{
margin: 10px 0px 0px;
}
#checkout-list table.table{
margin-top: 13px;
}
.login-and-cupon {
margin-bottom: 4px;
}
.l-b *, .c-b *{
font-size: 14px;
line-height: 22px;
}
.l-b i, .c-b i{
font-size: 14px;
line-height: 22px;
}
.l-f form p, .l-form > a {
font-size: 14px;
line-height: 22px;
}
.l-f form .create-password .checkbox label span,
.dif-address .checkbox label span{
font-size: 14px;
line-height: 22px;
}
#checkout-list .l-f form button.btn-primary{
font-size: 14px!important;
padding-top: 7px!important;
}
.l-f form .create-password .checkbox label {
margin-top: 25px;
}
#checkout-list .c-f form button.btn-primary{
font-size: 14px;
padding-top: 7px;
} body.contact-us-page #contact-us {
padding: 25px 0px 30px;
}
.contact-info h2{
font-size:24px;
}
.contact-adress {
margin-top: 28px;
margin-bottom: 36px;
}
.contact-info p{
font-size:14px;
line-height: 22px;
}
#checkout-list form .form-group label{
font-size: 14px;
}
.contact-adress > a, .contact-adress > p{
font-size:14px;
}
#checkout-list form .form-group input, #checkout-list form .form-group textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.chosen-container-single .chosen-search input{
font-size: 14px;
}
#checkout-list form h3{
font-size: 18px;
line-height: 22px;
margin-bottom: 5px;
}
.create-password .checkbox label span {
font-size: 14px;
line-height: 22px;
}
#checkout-list form .form-group .results-select > p{
font-size: 14px;
line-height: 22px;
}
.payment-method .custom-radio > label span{
font-size: 14px;
line-height: 22px;
}
.what-is-paypal a{
font-size: 14px;
}
#checkout-list form .form-group .results-select .btn-primary, .chosen-single{
font-size: 14px;
padding: 9px 20px 8px 20px;
}
.chosen-results li{
font-size: 14px;
}
#checkout-list form button.btn-primary{
font-size: 16px;
padding-bottom: 10px;
}
#checkout-list {
padding-bottom: 30px;
}
.c-f .l-form form{
padding: 0px 0px 5px 0px!important;
}
.woocommerce form.login{
padding: 0;
} .page-404 .big-title img {
width: 90%
}
.page-404 .big-title h2 {
width:90%;
letter-spacing: 8px;
}
.search-404 form {
height: 50px;
}
.search-404 form input {
padding-left: 15px;
}
.content-404{
bottom: 39%;
} .search-result .blog-content {
padding-top: 30px;
}
.global-title h2 {
font-size: 25px;
margin-top: 5px;
}
.t-shirt-image {
height: 300px;
}
.t-shirt-description {
padding: 35px 5px 60px;
}
.t-shirt-description h2 {
font-size: 18px;
line-height: 22px;
margin-bottom: 10px;
}
.t-shirt-description p {
font-size: 14px;
line-height: 22px;
}
.t-shirt-description .post-cta {
margin-top: 50px;
}
.search-result .see-more {
margin-bottom: 21px;
}
.search-result #blog-post {
margin-bottom: 20px;
} .results-text * {
font-size: 14px;
line-height: 22px;
}
.s-item-name h2 {
font-size: 14px;
line-height: 22px;
}
.s-item-name p {
font-size: 14px!important;
}
span.bs_sale:after {
bottom: 8px;
}
.bs_sale {
font-size: 14px;
}
.results {
padding: 0px 15px 30px 15px;
}
#releated-products .s-item {
margin-bottom: 30px;
}
.results-select .btn-primary, .results-select .dropdown-menu {
font-size: 14px;
}
.single-product #releated-products {
padding-top: 30px;
margin-top: 30px;
}
.related-product-title{
margin-bottom: 30px;
}
.s-item {
margin-bottom: 41px!important;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-moz-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.s-item-name p {
font-size: 14px;
}
.bs_sale{
font-size: 14px;
}
.bs_sale:after{
bottom: 8px;
}
.bs_sale sup:after{
top: 7px;
}
.best-offer{
top: -35px;
left: 0;
}
.related.products .best-offer {
top: -30px;
left: 0px;
}
.results-text * {
font-size: 14px;
line-height: 22px;
}
.results-select .btn-primary{
font-size: 14px;
}
.single-tab-content #blog-post .form {
margin-top: 15px;
}
.single-tab-content .comment-form-rating {
margin-bottom: 18px;
}
.single-tab-content #blog-post .form h2{
margin-bottom: 10px!important;
} #single-gallery .grid-item,
#single-gallery .grid-sizer{
width: 50%;
}
#single-gallery .grid-item:nth-child(9n+1){
width:100%;
} #discography.gallery-photogallery .grid-item{
height: 300px;
width: 100%!important;
}
#discography.gallery-photogallery .grid-item:nth-child(2){
height: 300px!important;
width: 100%!important;
}
#discography.gallery-photogallery .grid-item:nth-child(3),
#discography.gallery-photogallery .grid-item:nth-child(7),
#discography.gallery-photogallery .grid-item:last-child{
height: 300px!important;
padding: 0px 0px;
}
.grid > div {
width: 100%;
}
.grid > div.grid-item {
height: 300px;
}
.grid > div .grid-item-img {
width: 65%;
height: 100%;
}
.grid > div .grid-item-content {
width: 35%;
height: 100%;
}
.grid > div:nth-child(odd) .grid-item-img {
float: right;
}
.grid > div:nth-child(odd) .grid-item-content {
float: left;
}
.grid > div:nth-child(odd) .grid-item-content:after {
border-top: 15px solid transparent;
border-left: 15px solid #fff;
border-bottom: 15px solid transparent;
border-right: none;
top: 47.5%;
right: -14px;
left: auto
}
.grid > div:nth-child(odd):hover .grid-item-content:after {
border-left-color: rgb(42, 196, 183);
}
.grid > div:nth-child(even) .grid-item-img {
float: left;
}
.grid > div:nth-child(even) .grid-item-content {
float: right;
}
.grid > div:nth-child(even) .grid-item-content:after {
border-top: 15px solid transparent;
border-right: 15px solid #fff;
border-bottom: 15px solid transparent;
border-left: none;
top: 47.5%;
left: -14px;
}
.grid > div:nth-child(even):hover .grid-item-content:after {
border-right-color: rgb(42, 196, 183);
}
.grid-item--width2 .massonry-post-logo {
top: 0;
bottom: 0;
}
.see-more {
margin-top: 66px;
margin-bottom: 68px;
}
#blog-mansory-section .see-more {
margin-bottom: 44px;
}
#blog-mansory-section {
padding-bottom: 24px;
}
.standard-post-item{
margin-bottom: 48px;
}
#sidebar > ul > li{
margin-top: 30px;
}
.post-cta{
margin-top: 41px;
}
.blog-search form{
margin-top: 0px!important;
}
.mb-2, .my-2{
margin-top: 0!important;
margin-bottom: 0!important;
}
#standard-blog .blog-content {
padding-bottom: 20px;
} #single-product-section {
padding-top: 0;
}
.shop-view-cart{
display: block;
text-align: center;
margin-top: 0;
padding: 0px;
}
.shop-view-cart .ad-to-card-button {
margin-top: 20px!important;
}
.name-title * {
font-size: 14px;
}
.shop-view-cart .ad-to-card-button a{
font-size: 13px!important;
}
.single-pr-name h3{
font-size:24px;
line-height: 22px;
}
.single-price p {
font-size: 18px!important;
}
.single-tab-content .author-description p {
font-size: 14px;
line-height: 22px;
}
.single-button-count {
margin-top: 13px;
}
.single-price .sale{
font-size: 16px;
}
.single-style * {
font-size: 14px;
}
.single-button-count .plusminus input[type="number"]{
font-size: 18px!important;
}
.single-text * {
font-size: 14px;
line-height:22px;
}
.single-code *{
font-size:14px;
}
.single-tab-content .nav-tabs .nav-link{
font-size: 16px;
}
.first-tab-pane *, #tab-description *{
font-size: 14px;
line-height:22px;
}
.related-product-title h3 {
font-size: 18px;
}
.single-tab-content{
margin-top: 20px;
}
}
@media(max-width: 736px) {
.all-events #on-tour {
padding-top: 30px;
padding-bottom: 30px;
}
.single-video #discography-text {
margin-top: 30px;
}
.single-video .social-icons {
margin-top: 30px;
margin-bottom: 30px;
padding-top: 30px;
}
.social-icons {
padding-top: 30px;
}
.shop_cta{
margin-bottom: 0px;
}
.music {
margin-bottom: 30px;
}
.home .footer {
padding-top: 50px;
padding-bottom: 50px;
}
#standard-blog .blog-content {
padding-bottom: 10px;
}
.see-more {
margin-top: 50px;
margin-bottom: 50px;
}
#blog-mansory-section .see-more {
margin-bottom: 27px;
}
.sm-section .social-icons {
padding-top: 15px;
text-align: left;
margin-top: 15px;
}
.footer {
padding-top: 30px;
padding-bottom: 25px;
}
.row.footer {
padding-top: 30px;
padding-bottom: 25px;
}
.all-events#on-tour {
padding-bottom: 30px;
}
.single-video #discography-text {
margin-top: 30px;
}
.single-video .social-icons {
margin-top: 30px;
margin-bottom: 30px;
padding-top: 30px;
}
.sm-section .social-icons {
padding-top: 15px;
text-align: left;
margin-top: 15px!important;
}
.post-author {
margin-top: 30px;
}
.post-share {
margin-top: 30px;
}
.blog-content, #custom-single #commentform  {
margin-bottom: 20px;
}
#blog-post .form{
margin-top: 30px;
}
}
@media(max-width:575px){
#page-title {
margin-top: 77px;
}
.all-events #on-tour {
padding-top: 30px;
padding-bottom: 30px;
}
.big-title{
height: 140px;
}
.plyr__time + .plyr__time {
margin-left: 15px!important;
margin-right: 15px!important;
}
.plyr .plyr__volume {
max-width: 82px!important;
}
.plyr__controls>button:last-of-type:before {
right: 315%;
}
.form .fild_1 > div:first-child {
margin-bottom: 20px;
}
.carousel_content:before,.carousel_content:after{
width: 30px!important;
height: 30px!important;
}
.row.ticket > div {
padding: 25px 0px;
}
.day_num{
width: 75px;
line-height: 13px;
height: 28px;
border-right-width: 4px;
}
.day_num span {
font-size: 33px;
}
.day_num div {
margin-left: 3px;
line-height: 16px;
}
.day_num div p {
font-size: 14px;
}
.name{
padding-left: 10px;
padding-right: 0;
}
.name p {
font-size: 16px;
line-height: 29px;
}
.buy a {
padding-left: 20px;
padding-right: 20px;
font-size: 12px;
}
.buy p {
font-size: 15px;
}
.footer .day_num div{
margin-left: 5px;
} #discography-post .global-title {
padding: 27px 0px 54px;
}
#discography-post  .j_c{
padding-bottom: 20px;
}
#discography-text {
margin-top: 30px;
}
#page-title{
margin-top: 93px;
margin-bottom: 50px;
}
.global-title {
height: 32px;
}
.global-title h1{
font-size: 24px;
}
.social-icons{
padding-top: 15px;
}
#discography-post .mp3 .plyr__time + .plyr__time {
margin-right: 25px!important;
}
#discography-post .mp3 .plyr__controls>button:last-of-type {
top: 0px!important;
right: -3%;
}
#discography-post .mp3 .plyr--audio .plyr__controls {
padding: 0px!important;
margin: 0!important;
} .event-tickets{
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.event-tickets a:last-child{
margin-top: 10px;
}
.event-tickets a{
font-size: 14px;
}
.events-slider .carousel-item img{
-o-object-fit: cover;
object-fit: cover;
}
#text-and-video .social-icons{
margin: 20px auto auto auto;
margin-top: 30px;
width: 90%;
}
.single-events-text{
margin: -7px auto auto auto;
}
.background-map {
top: 16%;
}
.background-map .overly-1 {
background-position: 60%;
} #single-gallery .grid-item{
height: 150px;
}
#single-gallery .grid-item:nth-child(6n+1), #single-gallery .grid-item:nth-child(5n+1) {
height: 150px;
}
#single-gallery .grid-item:nth-child(3), #single-gallery .grid-item:nth-child(6n+1) {
height: 300px;
}
.popup_block {
height: 35%;
}
#popup-container ul {
bottom: 29%;
} .grid li{
width: 100%;
}
.grid li:nth-of-type(3) .blog-grid-image,
.grid li:nth-of-type(8) .blog-grid-image,
.grid li:nth-of-type(9) .blog-grid-image{
height: 250px;
} .featured-image{
height: 200px;
margin-bottom: 30px;
}
.post-text p{
padding: 0;
}
p.post-quote{
text-align: center;
padding: 0px 33px;
}
.reply{
margin-top: 10px;
margin-bottom: 30px;
} .contact-us-page #contact-us {
padding: 60px 0px 60px;
}
.contact-info h2{
width:100%;
}
.contact-adress > a i,
.contact-adress > p i{
width: 17px;
} .page-404 .big-title h2{
top: 0;
bottom: 0;
font-size: 18px;
letter-spacing: 2px;
}
.search-404 {
bottom: 33%;
}
.go-back-home{
bottom: 26%;
}
.search-404 form {
height: 45px;
}
.search-404 form input{
width: 70%;
font-size: 14px;
}
.search-404 form button{
width: 30%;
font-size: 13px;
}
.go-back-home a {
font-size: 21px;
}
.content-404 a {
font-size: 21px;
} .t-shirt-image {
height: 230px;
}
.t-shirt-description {
padding: 35px 15px 60px;
} .s-item{
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.single-product .best-offer{
top: 5px;
left: 5px;
} .chosen-results{
height: 240px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
#checkout-list{
padding-top:0px;
}
.login-and-cupon {
margin-bottom: 0px;
}
.login-and-cupon a.btn-primary{
display: block;
text-align: left;
}
.login-and-cupon .form-group{
padding-right: 0;
}
#checkout-list .l-f form button.btn-primary,
#checkout-list .c-f form button.btn-primary,
form.woocommerce-form-login button, form.woocommerce-form-register button{
width: 100%;
max-width: 100%;
margin-top: 0;
}
.l-form{
padding: 20px 0px 20px 0px;
}
.l-f form .create-password .checkbox label{
margin-left: 0;
}
.l-f form .create-password .checkbox label {
margin-top: 10px;
} .grid > div .grid-item-img {
width: 50%;
}
.grid > div .grid-item-content {
width: 50%;
}
.popup_block {
height: 35%;
}
#popup-container ul {
bottom: 29%;
}
.footer .day_num div {
margin-left: 5px;
}
}
@media (max-width:480px) {
#image-gallery .grid > div.grid-item{
width: 100%!important;
height: 300px!important;
}
#image-gallery .grid > div.grid-item:last-child {
height: 300px!important;
}
#video .embed-responsive {
border-width: 10px;
border-radius: 30px;
}
.woocommerce .woocommerce-ordering{
width: 100%;
}
.plyr__controls button{
padding: 5px!important;
}
.plyr__controls button svg {
height: 13px!important;
}
.plyr__time {
font-size: 11px!important;
}
.plyr__controls > .plyr__time {
margin-top: 0px!important;
}
.plyr__controls > .plyr__time {
left: 39px!important;
}
.plyr .plyr__progress {
margin-left: 50px!important;
}
.plyr__time+.plyr__time {
margin-left: 15px!important;
margin-right: 15px!important;
}
.plyr .plyr__volume {
max-width: 40px!important;
margin-right: 18px!important;
}
.plyr__volume input[type=range]::-webkit-slider-thumb{
height:13px!important;
width:13px!important;
}
.plyr .plyr__volume input[type=range]{
top: 4px!important;
}
#discography-post .plyr .plyr__volume input[type=range] {
top: 4px !important;
}
.plyr__controls>button:last-of-type {
right: 5%;
top: 50%;
}
.j_c .plyr__controls>button:last-of-type {
top: 55%!important;
right: -2%;
}
.plyr__controls>button:last-of-type:before {
right: 225%!important;
top: -2px!important;
font-size: 16px!important;
}
.j_c .mp3_3 .plyr__controls>button:last-of-type{
top: 54%!important;
}
.j_c .mp3_3 .plyr__controls>button:last-of-type:before{
top: -1px!important;
}
#video .embed-responsive {
border-width: 9px;
border-radius: 30px;
}
.carousel_content{
padding: 0px 20px;
}
.news_content h2 {
font-size: 22px;
}
#discography-post .music{
padding:0px;
background-color: rgba(255, 255, 255, 0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-bottom: 3px;
}
.social-icons {
padding-top: 15px;
}
#discography-post .mp3 .plyr__time+.plyr__time {
margin-right: 20px!important;
margin-top: 0px!important;
}
#discography-post .mp3 .plyr .plyr__progress {
margin-left: 50px!important;
}
#discography-post .plyr__controls>button:last-of-type:before {
right: 265%!important;
top: 0!important;
}
#discography-post .mp3 .plyr__controls>button:last-of-type {
top: 1px!important;
}
#discography-post .mp3 .plyr .plyr__volume {
max-width: 50px!important;
margin-top: 2px!important;
margin-right: 20px!important;
}
#discography-post .plyr .plyr__volume input[type=range] {
top: 4px;
}
.discography-line > div:hover .disc-image{
-webkit-transform: translateX(60%);
-moz-transform: translateX(60%);
-ms-transform: translateX(60%);
-o-transform: translateX(60%);
transform: translateX(60%);
} .events-slider{
height: 300px;
}
.events-info{
margin-top: 28px;
}
.event-tickets{
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.event-tickets {
margin-top: 20px;
}
.event-tickets a{
margin-top: 10px;
} .results{
text-align: center;
}
.results-text{
float: none;
margin-top: 0;
}
.results-select{
float: none;
margin-top: 15px;
}
.results .btn-group{
width: 100%;
}
.results-select .btn-primary{
width: 100%;
text-align: left;
}
.results-select .dropdown-toggle::after{
position: absolute;
right: 20px;
top: 17px;
}
#blog-grid-gallery {
padding-bottom: 30px;
} .grid > div.grid-item {
height: 600px;
}
.grid > div.grid-item > a{
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.grid > div .grid-item-img {
width: 100%;
height: 50%;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-moz-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
float: none;
}
.grid > div .grid-item-content {
width: 100%;
height: 50%;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-moz-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
float: none;
}
.grid > div .grid-item-content:after{
top: -28px!important;
left: 47.5%!important;
border-left: 15px solid transparent!important;
border-right: 15px solid transparent!important;
border-bottom: 15px solid #fff!important;
}
.grid-item:hover .grid-item-content:after{
border-bottom-color:rgb(42, 196, 183)!important;
}
.post-cta{
margin-top: 50px;
}
#video .embed-responsive {
border-width: 10px;
border-radius: 30px;
}
.post-author {
margin-top: 30px;
}
#comments ul.children {
padding-left: 30px;
}
.post-share {
margin-top: 30px;
}
.blog-content, #custom-single #commentform  {
margin-bottom: 20px;
}
.lc_content_with_sidebar, #sidebar, .event_left, .event_right{
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (min-width: 481px) and (max-width : 900px) {
.lc_content_with_sidebar, #sidebar {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
float:none;
}
}
@media (max-width: 420px) {
#discography-post .global-title {
padding: 17px 0px 37px;
}
#page-title {
margin-top: 75px;
}
}
@media(max-width:400px){
.music-name{
white-space: nowrap;
width: 125px;
overflow: hidden;
}
.playlist .music_line > span {
font-size: 13px;
}
}
@media(max-width:390px){
.discography-line > div:hover .disc-image{
-webkit-transform: translateX(65%);
-moz-transform: translateX(65%);
-ms-transform: translateX(65%);
-o-transform: translateX(65%);
transform: translateX(65%);
} .other-payment label{
max-width: 175px;
}
.other-payment label img:first-child {
margin: 0px 35px 5px;
} #single-product-section {
padding-top: 0px;
}
.single-pr-name h3 {
font-size: 21px;
}
.single-price p {
font-size: 18px!important;
}
.single-price .bs_sale {
font-size: 18px;
margin-left: 10px;
}
.single-price span.bs_sale:after {
bottom: 10px;
}
.single-style * {
font-size: 14px;
margin-bottom: 5px;
}
.catd-button, .single_add_to_cart_button{
float: none;
}
.single-button-count .plusminus{
float: none;
margin-top: 30px;
}
.single-text {
margin-top: 10px;
}
.single-tab-content .nav-tabs .nav-link{
font-size: 14px;
padding: 0px 0px 5px;
border-bottom: 3px solid transparent;
}
.single-tab-content .nav-tabs .nav-item {
width:50%;
margin-bottom: -2px;
}
.single-tab-content .nav-tabs .nav-item:last-child .nav-link {
margin-left: 0px;
padding-left: 0;
padding-right: 0;
}
.first-tab-pane *, #tab-description * {
font-size: 14px;
line-height: 21px;
}
.single-tab-content .author-description p {
font-size: 14px;
line-height: 21px;
}
#releated-products{
padding-top: 30px;
margin-top: 60px;
padding-bottom: 0;
}
.related-product-title {
padding: 0;
margin-bottom: 30px;
}
#releated-products .s-item {
padding: 0;
}
.single-tab-content #blog-post{
padding: 0;
}
#releated-products .s-item {
margin-bottom: 24px!important;
} .page-404 .big-title h2{
font-size: 14px;
}
.search-404 {
bottom: 32%;
}
.content-404 {
bottom: 40%;
}
.go-back-home {
bottom: 24%;
} #single-gallery .grid-item,
#single-gallery .grid-sizer {
width: 100%;
}
#single-gallery .grid-item {
height: 250px;
}
#single-gallery .grid-item:nth-child(3),
#single-gallery .grid-item:nth-child(6n+1),
#single-gallery .grid-item:nth-child(5n+1) {
height: 250px;
}
}
@media (max-width: 380px){
.header-title h1 {
font-size: 18px;
}
.global-title h2{
font-size: 18px;
}
.search-result .global-title h2{
font-size: 18px;
}
#page-title {
margin-top: 70px;
}
}
@media(max-width:369px){
.single-button-count .plusminus{
float: none!important;
}
.single-button-count form {
margin-bottom: 11px!important;
}
}
@media(min-width:768px) and (max-height: 830px){ .search-404{
bottom: 23%;
}
.content-404{
bottom: 32%;
}
}
@media(max-width:767px) and (max-height: 720px){ .search-404 {
bottom: 30%;
}
.content-404 {
bottom: 37%;
}
.go-back-home {
bottom: 23%;
}
}
@media(max-width:320px) and (max-height: 568px){
.search-404 {
bottom: 40%!important;
}
.go-back-home {
bottom: 28%!important;
}
}
@media(min-width:768px) and (max-height: 720px){ .search-404{
bottom: 30%;
}
.content-404{
bottom: 8%;
}
}
@media only screen and (min-width: 769px) and (max-width: 979px) {
.lc_lif_boxed, .lc_lif_full {
padding-left: 20px;
padding-right: 20px;
}
.lc_content_with_sidebar {
padding-right: 20px;
}
}
@media(max-width:767px) and (max-height: 720px){ .search-404 {
bottom: 42%;
}
.content-404 {
bottom: 13%;
}
}
@media(max-height: 565px){
.big-title{
height: 100px;
}
.popup_block{
height: 60%;
top: 19%;
}
#popup-container ul {
bottom: 4%;
}
}
@media(max-height: 630px){ .search-404 {
bottom: 33%;
}
.search-404 form {
height: 35px;
}
.search-404 form input,.search-404 form button{
font-size: 14px;
}
.content-404 {
bottom: auto;
top: 35%;
}
.page-404 .big-title {
height: 80px;
bottom: 65%;
}
.page-404 .big-title img{
max-width: 200px;
}
.page-404 .big-title h2 {
font-size: 13px;
max-width: 350px;
top: 0;
bottom: 0;
letter-spacing: 8px;
}
.go-back-home a {
font-size: 18px;
}
.search-404 form {
height: 35px;
}
.search-404 form input,.search-404 form button{
font-size: 14px;
}
.content-404 h2 {
font-size: 26px;
margin-bottom: 0;
}
.content-404 p {
font-size: 14px;
margin-bottom: 5px;
}
.content-404 a {
font-size: 18px;
}
}
@media(min-width:1025px) and (max-width:1380px){
.video-block{
margin-bottom: 55px;
}
}
@media(min-width:1025px) and (max-width:1366px){
#page-title{
margin-top: 110px;
}
.music-discography #page-title {
margin-bottom: 55px;
}
#discography {
margin-bottom: 10px;
}
.discography_post_nav{
margin:auto auto 55px auto;
}
}
@media(min-width:768px) and (max-width:1024px){
.contact-us-page #contact-us {
padding: 50px 0px 50px;
}
#page-title{
margin-top: 100px;
margin-bottom: 50px;
}
.music-discography #page-title {
margin-bottom: 50px;
}
.discography_post_nav{
margin:auto auto 50px auto;
}
#discography {
margin-bottom: 0px;
}
.video-block{
margin-bottom: 50px;
}
#videos {
padding-bottom: 50px;
}
#gallery .music-banner{
margin-top: -1px;
}
#discography.gallery-photogallery .grid-item {
margin-top: -2px;
}
#discography.gallery-photogallery .grid-item:nth-child(5n+1) {
margin-top: -2px;
}
}
@media(min-width:1024px) and (max-width:1366px){
#gallery .music-banner{
margin-top: -1px;
}
#discography.gallery-photogallery .grid-item {
margin-top: -2px;
}
#discography.gallery-photogallery .grid-item:nth-child(5n+1) {
margin-top: -4px;
}
}
@media(max-width:767px){
#blog-grid-gallery .see-more {
margin-bottom: 13px;
}
#page-title {
margin-top: 90px;
margin-bottom: 30px;
}
.music-discography #page-title {
margin-bottom: 30px;
}
.discography_post_nav{
margin:auto auto 30px auto;
}
.contact-us-page#contact-us{
padding: 25px 0px 30px;
}
body.single-product #releated-products {
padding-top: 30px;
margin-top: 30px;
}
#releated-products .s-item {
margin-bottom: 20px!important;
}
.related-product-title {
margin-bottom: 30px;
}
.search-result #blog-post {
margin-bottom: 20px;
}
.carousel_content * {
font-size: 14px;
line-height: 22px;
}
.return-to-shop{
margin-bottom: 30px;
}
}
@media(max-width:575px){
#page-title {
margin-top: 77px;
}
form.woocommerce-form-login label.woocommerce-form__label {
margin-top: 10px;
margin-left: 0px;
}
}
@media(max-width:420px){
#page-title {
margin-top: 75px;
}
}
@media(max-width:380px){
#page-title {
margin-top: 70px;
}
}   body.firefox #header .creative_menu{
display: table;
width: 90%;
margin: auto;
height: 100%;
}
body.firefox #header .nav{
top: auto;
position: relative;
bottom: auto;
display: table-cell;
vertical-align: middle;
}
@media(max-width: 1450px){
body.firefox #header .nav-menu.nav-demo-2 .nav > li > a{
padding-right: 5px;
padding-left: 5px;
}
}
body.page-404.firefox .big-title {
display: table;
}
body.firefox .events-info{
display: table;
top: 130px;
}
body.gallery-photogallery.firefox .music-banner > div{
display: table;
}
body.gallery-photogallery.firefox .music-banner-text{
display: table-cell;
vertical-align: middle;
position: relative;
}
.firefox .page-404 .big-title{
display: table;
top: 20%;
}
.page-404 .big-title h2{
display: table;
top: 63%;
color: #212529;
}
@media(max-width: 1380px){
body.firefox .events-info{
top: 110px;
}
}
@media(max-width: 1180px){
body.firefox .events-info{
top: 120px;
}
}
@media(max-width: 1100px){
body.firefox .events-info{
top: 100px;
}
}
@media(max-width: 900px){
body.firefox .events-info{
top: 120px;
}
}
@media(max-width: 570px){
body.firefox .events-info{
top: 90px;
}
.popup_block {
height: 35%;
}
#popup-container ul {
bottom: 29%;
}
}
@media(max-height: 630px){
.page-404.firefox .content-404 {
bottom: auto;
top: 44%;
}
}
@media(min-width:768px) and (max-height: 830px){
.page-404.firefox .big-title{
top: 12%;
}
}   body.net .compat-object-fit img{
display:none!important;
}
body.net .header-title h1{
font-weight: 600;
}
body.net .global-title h1{
font-weight: 600;
}
body.net .title p{
font-weight: 400;
}
body.net .name p{
font-weight: 200;
}
body.net .footer h2{
font-weight: 600;
}
body.net .video-banner-name p{
font-weight: 200;
}
body.net .post-heading h2{
font-weight: 600;
}
body.net .recent-post-name{
display: table;
}
body.net .single-price p{
font-weight: 200;
}
body.net #blog-post .form h2{
font-weight: 200;
}
body.net .coupon-form form{
border:1px solid rgb(171, 46, 186);
border-radius: 50px;
}
body.net .coupon-form form input:focus{
border: none;
}
body.search-result.net .global-title h2{
font-weight: 600;
}
body.net .t-shirt-description h2{
font-weight: 600;
}
body.net .news > div > div{
max-width: 545px;
}
body.net a.popup-image img{
width:auto;
}
body.net .header-title a{
display: inline;
}
body.net .section_1_title{
display: table;
width:100%;
}
body.net .big-title{
display: table-cell;
height: 235px;
}
body.net .header-title{
height: 65px;
}
body.net .global-title h1{
font-weight:600;
}
body.net .header-title h1{
font-weight:600;
}
body.net .title p{
font-weight:400;
}
body.net .name p{
font-weight:200;
}
body.net .music-banner-text h2{
font-weight:400;
}
body.net .playlist-title h2{
font-weight:400;
}
body.net .news .col{
flex-basis: inherit;
}
body.net #footer .col{
flex-basis: inherit;
}
.compat-object-fit{
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.compat-object-fit img{
display:none
}
body.net .events-info{
top: 130px;
}
body.gallery-photogallery.net .music-banner > div{
display: table;
}
body.gallery-photogallery.net .music-banner-text{
display: table-cell;
vertical-align: middle;
position: relative;
}
.net .content-404{
max-width:100%;
}
.net .page-404 .big-title h2{
top:76%;
bottom:auto;
left:31.8%;
right:auto;
}
.page-404.net .big-title h2{
top:76%;
bottom:auto;
left:31.8%;
right:auto;
}
.page-404.net .go-back-home{
width: 100%;
}
.page-404.net .section-404{
display: block;
}
body.net .plyr__controls > .plyr__time{
margin-top: -9px;
}
body.net .plyr__time + .plyr__time{
position: absolute;
right: 20%;
width: 50px;
left:auto;
}
body.net .plyr .plyr__volume{
right:-16%;
}
body.net #discography-post .mp3 .plyr__controls > .plyr__time{
margin-top: -9px!important;
}
body.net #discography-post .mp3 .plyr__time + .plyr__time{
position: absolute;
right: 20%;
width: 50px;
left:auto!important;
}
body.net #discography-post .mp3 .plyr .plyr__volume{
right:-15%;
}
body.net .shop_cta{
width: 127px;
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
body.net .plyr .plyr__volume input[type=range]{
top:-1px;
}
body.net .plyr__progress input[type=range]{
margin-top:0px;
}
body.net #discography-post .plyr .plyr__volume input[type=range]{
top:-1px;
}
body.net .coupon-form form input{
border-width: 1px;
}
@media(max-width: 1380px){
body.net .events-info{
top: 110px;
}
}
@media(max-width: 1180px){
body.net .events-info{
top: 120px;
}
}
@media(max-width: 1100px){
body.net .events-info{
top: 100px;
}
}
@media(max-width: 900px){
body.net .events-info{
top: 120px;
}
.blog-categories h2, .blog-recent-post h2{
margin-bottom: 10px;
}
}
@media(max-width: 570px){
body.net .events-info{
top: 90px;
}
}
.vc_row{
margin-right: 0!important;
margin-left: 0!important;
}
.vc_row.section{
margin: auto!important;
}
.vc_column_container>.vc_column-inner{
padding-left: 0!important;
padding-right: 0!important;
}
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner{
padding-top: 0;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner{
padding-top: 0!important;
}
.lc_lif_overlay{
width: 100%;
height: 100%;
}
.woocommerce a.remove:hover{
background-color: inherit!important;
}
#slider-logo img{
opacity: 0.15;
}.text_logo{
text-transform: uppercase;
font-size: 45px;
line-height: 40px;
font-weight: bold;
color: white;
}
nav.menu{
position: initial;
}
.menu{
position: relative;
z-index: 100;
}
#header{
position: relative;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
#header .nav-menu,#header .search-bar{
position: fixed;
top: 0;
padding-top: 110px;
z-index: 99;
width: 100%;
height: 100%;
background-color: #000000;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
#header .nav-menu.active,#header .search-bar.active{
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
#header .nav-menu .overly,
#header .search-bar .overly{ }
.nav-menu .section{
z-index: 991;
}
#header .nav > li:first-child a{
padding-top: 0px;
}
#header .nav{
font-family: 'Open Sans';
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
position: absolute;
top: 110px;
bottom: 0;
margin: auto;
float: none;
left: 0;
right: 0;
}
#header .nav > li{
position:relative;
width:206px;
}
#header ul.nav > li > a{
font-size: 40px;
font-weight: 400;
padding-top: 3px;
color: #1b1b1b;
padding-bottom: 0;
padding-left: 30px;
text-transform: capitalize;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
text-decoration: none;
white-space: nowrap;
padding-top: 3px;
padding-right: 1rem;
display: block;
}
#header .nav > li ul.child-item{
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display:none;
position: absolute;
left: 200px;
top: 0;
padding: 15px 25px 15px 25px;
background-color: rgb(255, 255, 255);
}
#header .nav > li ul.child-item:after {
content: '';
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 20px solid #ffffff;
border-bottom: 10px solid transparent;
position: absolute;
top: 10px;
left: -17px;
}
#header .nav > li:hover ul.child-item{
display:block;
}
#header .nav > li ul.child-item > li a{
font-size: 24px;
font-weight: 300;
color: #1b1b1b;
padding: 0;
line-height: 32px;
text-transform: capitalize;
text-decoration: none;
}
.logo{
max-width: 360px;
width: 50%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin-top: 29px;
margin-bottom: 30px;
padding-right: 0px;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.header-continer.active .logo{
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
margin-top: 29px;
margin-bottom: 30px;
padding-right: 25px;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.home .header-continer .logo img.white-logo{
display: block;
}
.home .header-continer .logo img.phink-logo{
display: none;
}
.home .header-continer.active .logo img.white-logo{
display: none;
}
.home .header-continer.active .logo img.phink-logo{
display: block;
}
.header-continer .logo img.white-logo{
display: none;
}
.logo img{
width: 100%;
}
.mobile-logo{
display: none;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.mobile-logo img{
width:100%;
}
.header-continer.active .mobile-logo{
padding-right: 25px;
}
body.home .header-continer,
body.home .header-continer.active{ }
.header-continer{
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 999; -webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.header-continer.lc_sticky_menu{
position: fixed;
}
.header-continer.active{
padding: 0px;
background-color: rgb(255, 255, 255);
-webkit-box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
-moz-box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
}
.header-continer > .section {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.nav.flex-column.section.lc_lif_boxed{
max-width: 1200px;
}
.header-continer.lc_lif_boxed > .section,#footer_sidebars.lc_lif_boxed{
max-width: 1330px;
}
.header-continer.lc_lif_boxed{
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}
.header_items{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header_items > div{
cursor: pointer;
position: relative;
width: 24px;
text-align: center;
}
.menu_icon svg{
display:none;
}
.search_icon svg.close-search{
display:none;
}
.menu_icon.active i.fa-bars{
display:none;
}
.menu_icon.active svg{
display:block;
}
.search_icon.active svg.close-search{
display:block;
}
.search_icon.active .open-search{
display:none;
}
.card_count{
width: 20px;
height: 20px;
font-size: 11px;
position: absolute;
top: -5px;
right: -9px;
padding: 3px;
border-radius: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.header_items i{
color:#1b1b1b;
font-size: 24px;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.home .header_items i {
color:#fff;
}
#header .header-continer.active .header_items i{
color: #1b1b1b;
}
#header .header-continer.active .header_items > div:hover i {
color: rgb(171, 46, 186);
}
.header_items svg{
width:21px;
}
.header_items .open-search{
height: 25px;
}
.header_items svg.close-search{
height: 20px;
}
.header_items svg path{
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.home .header_items svg path{
fill: #fff;
}
.header_items svg path{
fill: #1b1b1b;
}
.header_items svg:hover path{
fill: rgb(171, 46, 186);
}
#header .header-continer.active .header_items svg path{
fill: #1b1b1b;
}
#header .header-continer.active .header_items svg:hover path{
fill: rgb(171, 46, 186);
}
.search_icon,.shop_icon{
margin-right: 20px;
}
.home-demo-2 .menu_icon{
display:none;
}
.nav-demo-1{
display:none;
}
.home-demo-2.firefox .header_items{
height: 35px;
}
#header .nav-menu.nav-demo-2{
display: block;
position: inherit;
padding: 0;
background-color: transparent;
transform: none;
height: auto;
}
#header .nav-menu.nav-demo-2 .nav{
display: block;
margin-top: 39px;
position: initial;
height: auto;
overflow: initial;
text-align: center;
}
#header .nav-menu.nav-demo-2 .nav > li{
width: auto;
border-left: none;
display: inline-block;
}
#header .nav-menu.nav-demo-2 .nav > li.nav-logo{
padding:0px;
}
.home #header ul.nav > li > a{
color: #ffffff;
}
#header .nav-menu.nav-demo-2 .nav > li > a{
padding-left: 14px;
padding-top: 0;
padding-bottom: 37px;
font-size: 20px;
text-transform: uppercase;
font-weight: 400;
}
#header .nav-menu.nav-demo-2 .nav.lc_lif_boxed > li > a{
padding-left:7px;
padding-right:7px;
}
#header .nav-menu.nav-demo-2 .nav > li:hover a{
color: rgb(171, 46, 186);
}
#logo.centered_menu img{
width:100%;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item{
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
text-align: left;
left: -28%;
top: 67px;
padding: 0px 15px 5px;
display:block;
background-color: rgb(255, 255, 255);
visibility: hidden;
opacity: 0;
-o-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-webkit-transform: translate3d(0px, 20px, 0px)!important;
-moz-transform: translate3d(0px, 20px, 0px)!important;
transform: translate3d(0px, 20px, 0px)!important;
-webkit-box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
-moz-box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item:after{
content:none;
}
#header .nav-menu.nav-demo-2 .nav > li:hover ul.child-item{
visibility: visible;
opacity: 1;
-webkit-transform: translate3d(0px, 0px, 0px)!important;
-moz-transform: translate3d(0px, 0px, 0px)!important;
transform: translate3d(0px, 0px, 0px)!important;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item:after{
content:none;
}
.home-demo-2 .header-continer.active{
padding-bottom: 0;
}
.home-demo-2 .header-continer.creative.active{
padding-bottom: 30px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a{
font-size: 16px;
padding-bottom: 39px;
color: #1b1b1b;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a.active{
color: rgb(171, 46, 186);
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a:hover{
color:rgb(171, 46, 186);
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
top: 63px;
background-color: rgb(255, 255, 255);
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a{
display: block;
color: #1b1b1b;
white-space: nowrap;
font-size: 18px;
line-height: 40px;
text-transform: capitalize;
font-weight: 400;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item > li a{
color: #1b1b1b;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item > li a:hover{
color:rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a:hover{
color:rgb(171, 46, 186);
}
.home-demo-2 .header_items{
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.home-demo-2.classic .title h1{
font-family: Open Sans;
font-weight: 700;
}  @media(max-width:1690px){
#header ul.nav > li > a{
font-size: 37px;
}
#header .nav > li ul.child-item{
left: 185px;
}
}
@media(max-width:1600px){
#header ul.nav > li > a{
font-size: 35px;
}
}
@media(max-width:1500px){
#logo{
max-width: 300px;
}
}
@media(max-width:1480px){
#header .nav-menu.nav-demo-2 .nav > li > a{
font-size: 18px;
padding-left: 10px;
}
#header .nav-menu.nav-demo-2 .nav.lc_lif_boxed > li > a{
padding-left:7px;
padding-right:7px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a{
font-size: 16px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
top: 65px;
}
}
@media(max-width:1450px){
#header .nav-menu.nav-demo-2 .nav > li > a{
font-size: 18px;
padding-left: 10px;
}
#header .nav-menu.nav-demo-2 .nav.lc_lif_boxed > li > a{
padding-left:7px;
padding-right:7px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a{
font-size: 16px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item{
top: 89px;
left: 10px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
top: 65px;
}
}
@media(max-width:1380px){
.text_logo{
line-height: 30px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item {
top: 59px;
left: 5px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
top: 56px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a{
padding-bottom: 32px;
}
#header .nav-menu.nav-demo-2 .nav{
margin-top: 32px;
}
#header .nav-menu.nav-demo-2 .nav > li > a{
padding-bottom: 32px;
}
#header .nav > li{
width: 165px;
}
#header ul.nav > li > a {
font-size: 25px;
}
#header .nav > li ul.child-item{
left: 155px;
top: 10%;
}
#header .nav > li ul.child-item > li a{
font-size: 21px;
line-height: 30px;
}
#header .nav-menu.nav-demo-2 .nav > li{
margin: 0px 0px;
}
#logo {
max-width: 250px;
}
.logo{
max-width: 250px;
}
.header_items > div{
height: 24px;
}
}
@media(max-width:1280px){
#header .nav-menu.nav-demo-2 .nav > li > a{
font-size: 16px;
padding-left: 5px;
}
#header .nav-menu.nav-demo-2 .nav.lc_lif_boxed > li > a{
padding-left:7px;
padding-right:7px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a {
font-size: 14px;
line-height: 26px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item {
top: 55px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item {
top: 86px;
}
#header .nav-menu.nav-demo-2 .nav > li > a{
font-size: 16px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a {
font-size: 15px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a {
font-size: 14px;
line-height: 26px;
}
}
@media(max-width:1180px){
.text_logo {
line-height: 26px;
}
#header .nav-menu.nav-demo-2 .nav > li > a{
padding-bottom: 35px;
font-size: 15px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item {
top: 57px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item {
top: 55px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav{
margin-top: 31px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a{
font-size: 14px;
}
#header .nav-menu.nav-demo-2 .nav {
margin-top: 33px;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a {
padding-bottom: 34px;
}
}
@media(max-width:1100px){
#header .nav-menu.nav-demo-2 .nav > li > a{
font-size: 14px;
padding-right: 6px;
}
#header .nav-menu.nav-demo-2 .nav.lc_lif_boxed > li > a{
padding-left:7px;
padding-right:7px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item {
top: 83px;
}
}
@media(max-width:1024px){
#header .nav-menu.nav-demo-2{
display:none;
}
.home-demo-2 .menu_icon{
display:block;
}
.nav-demo-1{
display:block;
}
#header .nav-menu.nav-demo-2{
display:none;
}
.mobile-logo{
max-width: 250px;
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 18px;
margin-bottom: 15px;
height: 35px;
}
}
@media (min-width:768px)  and (max-width:1024px){
#header{
top: 6px;
}
}
@media(max-width: 767px){
.text_logo{
font-size: 35px;
}
#header .search-bar form input {
height: 50px;
}
#header .search-bar form input{
height: 50px;
}
#header .search-bar form button i{
font-size: 21px;
}
}
@media(max-width:575px){
.logo{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 18px;
margin-bottom: 15px;
height: 35px;
}
.header_items > div{
height: 20px;
width: 17px;
}
.header_items svg{
width: 17px;
}
.search_icon, .shop_icon {
margin-right: 10px;
}
.header_items i {
font-size: 18px;
}
.card_count{
width: 15px;
height: 15px;
font-size: 8px;
top: -3px;
right: -2px;
}
#header ul.nav > li > a {
font-size: 18px;
padding-left: 20px;
}
#header .nav > li {
width: 120px;
}
#header .nav > li ul.child-item {
left: 105px;
padding: 10px 20px 10px 20px;
top: 3%;
}
#header .nav > li ul.child-item > li a {
font-size: 18px;
line-height: 26px;
}
#header .nav > li ul.child-item:after {
border-top-width: 8px;
border-right-width: 15px;
border-bottom-width: 8px;
left: -15px;
}
#header .nav > li ul.child-item > li a {
font-size: 18px;
line-height: 26px;
}
}
@media(max-height: 565px){
#header .nav{
height: 230px;
display: block;
top: 50px;
overflow-y: scroll;
}
}   body.firefox.home-demo-2 .header_items{
height: 30px;
}
@media(max-height: 670px){
body.firefox #header .nav {
height: 230px;
display: block;
top: 50px;
overflow-y: scroll;
}
}   body.net #header .search-bar form button{
margin-top: -15px!important;
}
body.net #header .nav-menu.nav-demo-2{
padding: 47px 0px;
}
body.home-demo-2.net .header-continer.active{
padding-bottom: 0px;
}
body.net #header .nav-menu.nav-demo-2 .nav > li:hover ul.child-item{
width:auto;
}
body.net #header .nav{
height: 605px;
}
body.net #header .nav-menu.nav-demo-2 .nav{
top:0;
}
body.home-demo-2.net #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
top:59px;
}
@media(max-height: 670px){
body.net #header .nav {
height: 230px;
display: block;
top: 50px;
overflow-y: scroll;
}
}body:after {
content: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/lightbox2/images/close.png) url(//onevoiceministries.com/wp-content/themes/beatswave/assets/lightbox2/images/loading.gif) url(//onevoiceministries.com/wp-content/themes/beatswave/assets/lightbox2/images/prev.png) url(//onevoiceministries.com/wp-content/themes/beatswave/assets/lightbox2/images/next.png);
display: none;
}
body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: alpha(opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
border-radius: 3px;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
background-color: transparent;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-container {
padding: 0;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/lightbox2/images/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/lightbox2/images/prev.png) left 48% no-repeat;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/lightbox2/images/next.png) right 48% no-repeat;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
width: 100%;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(//onevoiceministries.com/wp-content/themes/beatswave/assets/lightbox2/images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: alpha(opacity=100);
opacity: 1;
}@font-face{font-family:'FontAwesome';src:url(//onevoiceministries.com/wp-content/themes/beatswave/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//onevoiceministries.com/wp-content/themes/beatswave/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//onevoiceministries.com/wp-content/themes/beatswave/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//onevoiceministries.com/wp-content/themes/beatswave/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//onevoiceministries.com/wp-content/themes/beatswave/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//onevoiceministries.com/wp-content/themes/beatswave/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: 'Linearicons-Free';
src:url(//onevoiceministries.com/wp-content/themes/beatswave/assets/linearicons/fonts/Linearicons-Free.eot?w118d);
src:url(//onevoiceministries.com/wp-content/themes/beatswave/assets/linearicons/fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'),
url(//onevoiceministries.com/wp-content/themes/beatswave/assets/linearicons/fonts/Linearicons-Free.woff2?w118d) format('woff2'),
url(//onevoiceministries.com/wp-content/themes/beatswave/assets/linearicons/fonts/Linearicons-Free.woff?w118d) format('woff'),
url(//onevoiceministries.com/wp-content/themes/beatswave/assets/linearicons/fonts/Linearicons-Free.ttf?w118d) format('truetype'),
url(//onevoiceministries.com/wp-content/themes/beatswave/assets/linearicons/fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
font-weight: normal;
font-style: normal;
}
.lnr {
font-family: 'Linearicons-Free';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lnr-magnifier:before {
content: "\e86f";
}@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{display: none} .unslider-arrow.next{margin-left: 15px;} .unslider-arrow.prev{margin-left: -15px;} .unslider-nav ol {
list-style: none;
text-align: center;
}
.unslider-nav ol li {
display: inline-block;
width: 8px;
height: 8px;
margin: 0 4px;
background: #fff;
border-radius: 5px;
overflow: hidden;
text-indent: -999em;
border: 1px solid #fff;
cursor: pointer;
}
.unslider-nav ol li.unslider-active {
background: #fff;
cursor: default;
} .unslider-nav {
margin-top: 25px;
}#logo.centered_menu {
opacity: 0;
position: relative;
float: none;
}
.header-continer.centered_menu > .section{
opacity: 0;
}