/**
Theme Name: viem
Description: Video WordPress Theme
*/
@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.wp-caption.alignleft {
    margin-left: 0;
    margin-right: 1.5em
}

.wp-caption.alignright {
    margin-right: 0;
    margin-left: 1.5em
}

.wp-caption.aligncenter {
    margin-right: auto;
    margin-left: auto
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

*,
:after,
:before {
    box-sizing: border-box
}

blockquote,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
pre,
td,
th,
ul {
    margin: 0;
    outline: none
}

address,
blockquote,
dl,
fieldset,
ol,
p,
pre,
table,
ul {
    margin: 0 0 1.5em
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
    min-width: 0 !important
}

html {
    overflow-x: hidden
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    background-color: #ffffff;
    color: #666666;
    min-height: 100%;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

body.dark-mode {
    background-color: #000000;
    color: #999999
}

body.dark-mode a {
    color: #ffffff
}

body,
html {
    height: unset !important
}

#primary-navigation li,
.font-2,
blockquote {
    font-family: "Poppins", sans-serif
}

.sub-lineheight {
    line-height: 1.45
}

#body-wrap {
    position: relative;
    overflow: hidden
}

#wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.m-color-1 {
    color: #d9251d
}

.bg-m-color-1 {
    background-color: #d9251d
}

.border-m-color-1 {
    border-color: #d9251d
}

.m-color-2 {
    color: #f5eb4e
}

.bg-m-color-2 {
    background-color: #f5eb4e
}

.border-m-color-2 {
    border-color: #f5eb4e
}

a {
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    text-decoration: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0;
    box-shadow: none
}

a,
a:focus {
    color: #131313;
    text-decoration: none
}

a:hover {
    color: #ecc200;
    text-decoration: none
}

.site-footer a,
.site-footer a:focus {
    color: inherit
}

.site-footer a:hover {
    color: #999999
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

[data-toggle=tooltip],
a[data-toggle=tooltip] {
    color: #222222;
    text-decoration: none;
    border-bottom: 1px dashed #222222
}

[data-toggle=tooltip]:hover {
    color: #666666;
    text-decoration: none;
    border-color: #666666
}

.tooltip {
    font-family: inherit;
    font-size: 14px
}

.tooltip-inner {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    letter-spacing: 0;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.75)
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.75);
    border-width: 6px 6px 0;
    margin-left: -6px;
    bottom: -1px
}

.site-footer [data-toggle=tooltip] {
    color: white;
    border-color: white
}

.site-footer [data-toggle=tooltip]:hover {
    color: #999999;
    border-color: #999999
}

.site-footer .tooltip-inner {
    background-color: rgba(255, 255, 255, 0.85);
    color: #222222
}

.site-footer .tooltip.top .tooltip-arrow {
    border-top-color: rgba(255, 255, 255, 0.85)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.3;
    color: #131313;
    display: block;
    font-weight: 400
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none !important;
    color: inherit
}

.h1,
h1 {
    font-size: 2em
}

.h2,
h2 {
    font-size: 1.6818em
}

.h3,
h3 {
    font-size: 1.4142em
}

.h4,
h4 {
    font-size: 1.1892em
}

.h5,
h5 {
    font-size: 1em
}

.h6,
h6 {
    font-size: 0.8409em
}

.site-footer .h1,
.site-footer .h2,
.site-footer .h3,
.site-footer .h4,
.site-footer .h5,
.site-footer .h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: white
}

.btn,
button,
input[type=button],
input[type=submit] {
    border: none;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-decoration: none;
    border: none;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    background: #1f1f1f;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 13px 30px
}

.btn,
.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    text-decoration: none
}

.btn-default,
.btn-default:visited,
button,
button:visited,
input[type=button],
input[type=button]:visited,
input[type=submit],
input[type=submit]:visited {
    font-weight: bold;
    background-color: #ecc200;
    color: #0d0d0d;
    outline: none;
    margin: 0;
    border: 1px solid #ecc200;
    color: #0d0d0d;
    text-transform: uppercase;
    outline: none;
    padding: 13px 30px;
    letter-spacing: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.btn-default.padding-small,
button.padding-small,
input[type=button].padding-small,
input[type=submit].padding-small {
    padding-left: 15px;
    padding-right: 15px
}

.btn-default:active,
.btn-default:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    background-color: #222222;
    color: white;
    box-shadow: none;
    -webkit-box-shadow: none
}

.btn-default:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #ecc200;
    color: white;
    text-decoration: none;
    border-color: #ecc200
}

.s-btn-label {
    position: relative
}

.site-footer .btn-default,
.site-footer button,
.site-footer input[type=button],
.site-footer input[type=submit] {
    background-color: #d4d4d4;
    color: #222222
}

.site-footer .btn-default:hover,
.site-footer button:hover,
.site-footer input[type=button]:hover,
.site-footer input[type=submit]:hover {
    background-color: #999999;
    color: #222222
}

.btn-default.bt-style-1:not(:hover),
.btn-default.bt-style-1:visited:not(:hover),
button.bt-style-1:not(:hover),
button.bt-style-1:visited:not(:hover),
input[type=button].bt-style-1:not(:hover),
input[type=button].bt-style-1:visited:not(:hover),
input[type=submit].bt-style-1:not(:hover),
input[type=submit].bt-style-1:visited:not(:hover) {
    background-color: #d9251d;
    color: white
}

.btn-default.bt-style-2,
.btn-default.bt-style-2:visited,
button.bt-style-2,
button.bt-style-2:visited,
input[type=button].bt-style-2,
input[type=button].bt-style-2:visited,
input[type=submit].bt-style-2,
input[type=submit].bt-style-2:visited {
    background-color: #19a612
}

.btn-default.bt-style-2:hover,
button.bt-style-2:hover,
input[type=button].bt-style-2:hover,
input[type=submit].bt-style-2:hover {
    background-color: #c3c3c3;
    color: white
}

.btn-default.bt-action,
.btn-default.bt-action:focus {
    background-color: transparent;
    color: #666666;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #d7d7d7;
    padding: 6px 10px 5px 10px;
    transition: none;
    -webkit-transition: none
}

.btn-default.bt-action:hover {
    background-color: transparent;
    background: #222222;
    color: white;
    border-color: #222222
}

.btn-default.bt-action i {
    font-size: 14px;
    margin-right: 7px
}

.btn-default.video-tb {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 7px 15px 6px 15px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-default.video-tb.active,
.btn-default.video-tb:hover {
    background-color: white;
    color: #262626
}

.btn-default.video-tb span {
    display: inline-block;
    vertical-align: middle
}

.btn-default.video-tb i {
    font-size: 11px;
    vertical-align: middle
}

.btn-default.video-tb i.fa-chevron-left {
    margin-right: 7px;
    padding-top: 1px
}

.btn-default.video-tb i.fa-chevron-right {
    margin-left: 7px;
    padding-top: 1px
}

.btn-default.video-tb i.fa-caret-down {
    font-size: 14px;
    margin-left: 7px
}

.btn-default.video-tb.icon-only {
    padding-top: 6px;
    padding-bottom: 8px
}

.btn-default.video-tb.icon-only i {
    font-size: 16px
}

.btn-default.video-tb.icon-only.special-icon {
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 6px
}

.btn-default.video-tb.icon-only.special-icon span {
    margin-top: 4px
}

.btn-default.video-tb.icon-only.special-icon i {
    font-size: 20px
}

.btn-default.video-tb.icon-only.special-icon i.fa-thumbs-up {
    margin-right: 7px
}

.like-group {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 0;
    vertical-align: top;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.like-group .facebook-group,
.like-group .google-group {
    display: inline-block;
    vertical-align: top
}

.like-group>:first-child {
    margin-left: 10px
}

.like-group>:last-child:not(.google-group) {
    margin-right: 10px
}

.like-group>*+* {
    padding-left: 10px
}

.like-group .google-group>*,
.like-group .google-group>*>* {
    width: 67px !important
}

.form-control,
input:not([type]),
input[type=color],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    max-width: 100%;
    height: 50px;
    padding: 11px 20px;
    color: #666666;
    color: rgba(102, 102, 102, 0.75);
    border: 1px solid rgba(153, 153, 153, 0.2);
    box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-color ease-in-out 0.2s, color ease-in-out 0.2s;
    -webkit-transition: border-color ease-in-out 0.2s, color ease-in-out 0.2s;
    outline: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: middle
}

select {
    -webkit-appearance: select;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: initial;
    transition: border-color ease-in-out 0.2s, color ease-in-out 0.2s;
    -webkit-transition: border-color ease-in-out 0.2s, color ease-in-out 0.2s;
    outline: none;
    padding: 11px 20px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    color: #666666;
    width: 100%;
    max-width: 100%
}

textarea {
    padding-top: 11px;
    padding-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: initial
}

.form-control:focus,
input:not([type]):focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
    color: #999999
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

.form-control:focus::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.form-control:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

.form-control:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

input::-moz-placeholder {
    color: #999999;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

input:focus::-moz-placeholder {
    color: #999999;
    opacity: 1
}

input:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

input:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

textarea::-moz-placeholder {
    color: #999999;
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

textarea::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

textarea:focus::-moz-placeholder {
    color: #999999;
    opacity: 1
}

textarea:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

textarea:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

input:-webkit-autofill,
input:focus:-webkit-autofill,
input[type=text]:focus:-webkit-autofill {
    background-color: #e5e5e5;
    -webkit-box-shadow: 0 0 0 50px #e5e5e5 inset;
    -webkit-text-fill-color: #999999
}

.site-footer .form-control:focus::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer .form-control:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer .form-control:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer input:focus::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer input:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer input:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer textarea:focus::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer textarea:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer textarea:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 1
}

.site-footer input:-webkit-autofill,
.site-footer input:focus:-webkit-autofill,
.site-footer input[type=text]:focus:-webkit-autofill {
    background-color: #393939;
    -webkit-box-shadow: 0 0 0 50px #393939 inset;
    -webkit-text-fill-color: #999999
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden
}

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

ul {
    list-style-type: disc;
    margin-left: 2.5em
}

ol {
    list-style-type: decimal;
    margin-left: 2.5em
}

li {
    margin: 0 0 0.5rem
}

table,
td,
th {
    border: 1px solid #d1d1d1
}

table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold
}

td {
    border-width: 0 1px 1px 0
}

fieldset {
    margin: 0;
    border: 0;
    min-width: 0;
    padding: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
    line-height: inherit;
    color: #131313;
    border: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

p {
    margin-bottom: 1.5em
}

blockquote {
    color: #999999;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px
}

blockquote {
    margin-bottom: 1.5em
}

blockquote p {
    margin-bottom: 0.5em
}

blockquote p:first-child,
blockquote p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000
}

.hide {
    display: none
}

.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before,
[class*=content]:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.entry-footer:after,
.nav-links:after,
.pagination:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget-area:after,
.widget:after,
[class*=content]:after {
    clear: both
}

i.fa {
    line-height: inherit
}

.bypostauthor>article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_dt_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    vertical-align: text-bottom;
    margin-right: 4px
}

.full-size-link:before,
.parent-post-link:before,
.site-content span+.entry-date:before,
.widget_dt_ephemera .entry-title:after,
span+.byline:before,
span+.comments-link:before,
span+.edit-link:before {
    content: ""
}

.main-content {
    width: 100%
}

.viem-main-color-bg {
    background: #ecc200
}

.viem-main-color-bg-hover:hover * {
    background: #ecc200
}

.viem_main_color {
    color: #ecc200 !important
}

.viem_main_color * {
    color: #ecc200
}

.viem_main_color_hover * {
    color: inherit
}

.viem_main_color_hover:hover * {
    color: #ecc200
}

#dawnthems-preload {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999
}

#dawnthems-preload .preloading {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%
}

body.open-offcanvas .offcanvas {
    transform: translate3d(0, 0, 0)
}

body.open-offcanvas .offcanvas .mobile-menu-toggle i {
    transform: rotate(0)
}

body.open-offcanvas .offcanvas-overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
    visibility: visible
}

body.open-offcanvas #masthead {
    top: 0 !important
}

.offcanvas {
    transition: transform 0.5s;
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    position: fixed;
    z-index: 999999999;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    top: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.offcanvas .mobile-menu-toggle {
    display: block;
    margin: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #eaeaea
}

.offcanvas .mobile-menu-toggle i {
    transform: rotate(-140deg);
    transition: all 0.65s ease 0.35s
}

.offcanvas-overlay {
    background-color: #b5b5b5;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 1050;
    visibility: hidden
}

.header-nav-content {
    display: flex;
    position: relative;
    z-index: 1;
   /* height: 80px;*/
}

.header-nav-content:after,
.header-nav-content:before {
    content: " ";
    display: table
}

.header-nav-content:after {
    clear: both
}

.header-nav-content .header-nav-center,
.header-nav-content .header-nav-left,
.header-nav-content .header-nav-right {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0
}

.header-nav-content .header-nav-left {
    justify-content: flex-start
}

.header-nav-content .header-nav-center {
    justify-content: center
}

.header-nav-content .header-nav-center:empty {
    display: none
}

.header-nav-content .header-nav-right {
    justify-content: flex-end
}

@media (max-width:991px) {
    .header-nav-content .menu-toggle {
        display: block
    }

    .header-nav-content .header-main-menu {
        display: none
    }

    .header-nav-content .logo-wrap {
        padding: 0;
        position: relative
    }
}

@media (max-width:600px) {

    .header-nav-content .logo-wrap,
    .header-nav-content .menu-toggle {
        padding: 0
    }
}

#dt-main-menu .dt-mainnav-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: initial
}

#dt-main-menu .dt-mainnav-wrapper #primary-navigation .dt-alert {
    margin: 30px 0px 0px
}

.site-header {
    position: relative;
    width: 100%;
    z-index: 111
}

.site-header .top-header {
    height: 80px;
    background-color: #000000;
    position: relative;
    z-index: 99999
}

@media (max-width:568px) {
    .site-header .top-header {
        height: 50px
    }
}

.site-header a {
    text-decoration: none
}

.site-header a:hover {
    text-decoration: none
}

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

.site-header.pos_fixed {
    position: fixed;
    left: 0
}

.site-header.is_sticky_menu {
    position: fixed;
    left: 0;
    transition: all 0.1s ease-in-out
}

.admin-bar .site-header.is_sticky_menu {
    top: 46px
}

@media screen and (min-width:783px) {
    .admin-bar .site-header.is_sticky_menu {
        top: 32px
    }
}

@media (max-width:600px) {
    .site-header.is_sticky_menu.sticky {
        top: 0
    }
}

.site-header.is_sticky_menu+#dawnthemes-page {
    padding-top: 80px
}

.site-header .header-main-menu:after,
.site-header .header-main-menu:before {
    content: " ";
    display: table
}

.site-header .header-main-menu:after {
    clear: both
}

.site-header .header-main-menu .logo-wrap {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 45px
}

.site-header .header-main-menu .logo-wrap .site-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 80px;
    margin: 0;
    padding: 0
}

.site-header .header-main-menu .logo-wrap .site-title a,
.site-header .header-main-menu .logo-wrap .site-title a:hover {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none
}

.site-header .header-main-menu .logo-wrap .site-title strong {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 80px;
    display: inline-block
}

.site-header.top_header_transparent .top-header {
    background: transparent
}

.site-header.has-header-background {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative
}

@media (max-width:1024px) {
    .site-header.has-header-background {
        background-attachment: scroll
    }
}

.site-header.has-header-background:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.site-header.has-header-background .page-heading {
    background: transparent;
    min-height: 279px
}

.site-header.has-header-background .page-heading .breadcrumbs-title,
.site-header.has-header-background .page-heading .entry-title,
.site-header.has-header-background .page-heading a,
.site-header.has-header-background .page-heading div,
.site-header.has-header-background .page-heading i,
.site-header.has-header-background .page-heading span {
    color: #ffffff
}

.viem-main-header-content .top-header {
    background-color: #000000
}

.logo-wrap .site-title {
    margin: 0px;
    padding: 0px;
    line-height: 80px
}

.logo-wrap .site-title .logo,
.logo-wrap .site-title .sticky_logo {
    height: inherit;
    width: auto
}

.logo-wrap .site-title .sticky_logo {
    display: none
}

.navbar-searchform {
    position: relative;
    z-index: 1
}

.navbar-searchform .top-searchform-close-icon,
.navbar-searchform .top-searchform-icon {
    width: 32px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    z-index: 1;
    position: relative;
    cursor: pointer
}

.navbar-searchform .top-searchform-close-icon:before,
.navbar-searchform .top-searchform-icon:before {
    font-size: 14px
}

.navbar-searchform .top-searchform-icon:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.navbar-searchform .top-searchform-close-icon:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.navbar-searchform .ajax-search-loading~.top-searchform-icon:before {
    content: "";
    animation: loadingSpin 1s infinite linear;
    animation-timing-function: "~steps(8, start)"
}

.navbar-search-popup .navbar-searchform-popup {
    position: relative
}

.navbar-search-popup .navbar-search-button {
    line-height: inherit
}

.navbar-search-popup .navbar-search-button i {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    width: 13px;
    transition: all 0.1s ease-in-out
}

.navbar-search .search-form-wrap {
    color: #666666;
    text-align: left;
    line-height: normal
}

.navbar-search .search-form-wrap.show-popup {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    background: #fff;
    margin: 0;
    display: none;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2)
}

.navbar-search .search-form-wrap.show-popup.show {
    animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 search_pop
}

.navbar-search .search-form-wrap.show-popup.show .searchform-result {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar-search .search-form-wrap.show-popup:before {
    border-color: rgba(153, 153, 153, 0.2);
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 17px;
    top: -5px;
    transform: rotate(45deg);
    width: 9px;
    z-index: 1010;
    background: #fff
}

.navbar-search .search-form-wrap.show-popup .searchform-loading {
    display: none
}

.navbar-search .search-form-wrap.show-popup .searchform {
    position: relative;
    margin: 15px
}

.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.navbar-search .search-form-wrap.show-popup .searchform.loading:after {
    animation: loadingSpin 1s infinite linear;
    animation-timing-function: "~steps(8, start)"
}

.navbar-search .search-form-wrap.show-popup .searchform.loading:before {
    content: ""
}

.navbar-search .search-form-wrap.show-popup .searchform:after {
    color: #fff;
    position: absolute !important;
    top: 8px;
    right: 26px !important;
    font-size: 16px !important
}

.navbar-search .search-form-wrap.show-popup .searchform:before {
    content: attr(data-button-text);
    width: 65px;
    height: 34px;
    position: absolute;
    font-size: 85%;
    right: 0;
    text-align: center;
    background: #ecc200;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff
}

.navbar-search .search-form-wrap.show-popup .searchsubmit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    position: absolute;
    right: 0;
    text-indent: -999999em;
    top: 0;
    width: 65px;
    z-index: 1
}

.navbar-search .search-form-wrap.show-popup .searchinput {
    width: 300px;
    height: 34px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    margin: 0;
    padding: 5px;
    padding-right: 36px;
    background: #eaeaea;
    font-size: 14px;
    outline: none
}

@media (max-width:360px) {
    .navbar-search .search-form-wrap.show-popup .searchinput {
        width: 220px
    }
}

.navbar-searchform-wrap {
    display: inline-block !important;
    vertical-align: middle
}

.navbar-searchform-wrap #navbar-searchform-s {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    padding: 0;
    height: 32px;
    width: 0px;
    transition: all 0.3s;
    border-radius: 0;
    -webkit-border-radius: 0
}

.navbar-searchform-wrap #navbar-searchform-s:focus,
.navbar-searchform-wrap #navbar-searchform-s:hover {
    outline: none;
    box-shadow: none
}

.navbar-searchform-ink .navbar-searchform-wrap {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%)
}

.navbar-searchform-ink.focused #navbar-searchform-s {
    width: 370px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 2px;
    -webkit-border-radius: 2px
}

@media (max-width:480px) {
    .navbar-searchform-ink.focused #navbar-searchform-s {
        width: 234px
    }
}

.navbar-searchform-ink.focused .searchform-result {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar-searchform-ink.focused .top-searchform-icon {
    color: #131313
}

.navbar-searchform-ink .top-searchform-icon {
    color: #ffffff
}

.searchform-result {
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.51);
    opacity: 0;
    filter: alpha(opacity=0)
}

.searchform-result .no-result {
    font-size: 1.1em
}

.searchform-result .no-result {
    padding: 10px
}

.searchform-result .searchform-result-list {
    border-top: 3px solid #ecc200;
    padding: 15px
}

.searchform-result .searchform-result-list .search-image {
    float: left;
    width: 70px;
    margin: 0
}

.searchform-result .searchform-result-list .search-image img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    background-color: #eaeaea
}

.searchform-result .searchform-result-list .search-entry {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding: 10px 0
}

.searchform-result .searchform-result-list .search-entry:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.searchform-result .searchform-result-list .search-entry .search-title {
    margin: 0;
    font-size: 14px;
    padding-top: 5px
}

.searchform-result .searchform-result-list .search-entry .search-content {
    margin-left: 85px
}

.searchform-result .search-view-all {
    padding: 20px 0;
    text-align: center;
    background-color: #eaeaea;
    margin: -1px 0 0;
    line-height: 1
}

.searchform-result .search-view-all a {
    font-size: 14px;
    line-height: initial;
    text-transform: uppercase
}

.searchform-result .search-view-all a:after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.searchform-result .search-view-all a:after {
    margin: 0 5px
}

.page-heading {
    display: block;
    position: relative;
    background-color: #000000;
    padding: 45px 0px
}

.page-heading .page-header {
    margin: 0
}

.page-heading .page-title {
    margin: 0;
    color: #ffffff
}

.page-heading .entry-header {
    margin: 0;
    padding: 0
}

.page-heading .entry-header .entry-title {
    font-size: 2.071em;
    font-weight: normal;
    text-transform: capitalize
}

.page-heading.viem-featured-image-full {
    background-size: cover;
    background-position: center top;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 200px
}

@media (min-width:600px) {
    .page-heading.viem-featured-image-full {
        background-attachment: fixed;
        min-height: 600px
    }
}

.dawnthemes_breadcrumbs {
    position: relative;
    background: #111111
}

.dawnthemes_breadcrumbs * {
    color: rgba(255, 255, 255, 0.6)
}

.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs-title {
    text-transform: capitalize
}

@media (min-width:992px) {
    .dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs-title {
        float: left;
        font-size: 1em;
        font-weight: bold
    }
}

.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize
}

.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs>a>i,
.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs>span {
    display: inline-block;
    vertical-align: middle
}

.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs i {
    margin: 0 3px
}

.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs i.delimiter {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle
}

.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs a:hover {
    color: inherit
}

.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs .navigation-pipe {
    padding: 0px 8px;
    display: inline-block
}

.dawnthemes_breadcrumbs .dawnthemes_breadcrumb__wrapper .breadcrumbs .item-current {
    color: rgba(255, 255, 255, 0.6)
}

#dawnthemes-slides {
    position: relative
}

.viem-breaking-news-wrap {
    position: relative;
    overflow: hidden;
    height: 30px;
    margin: auto
}

.viem-breaking-news-wrap .viem-breaking-news-content {
    padding: 0 20px
}

@media (min-width:992px) {
    .viem-breaking-news-wrap .viem-breaking-news-content {
        padding-right: 100px
    }
}

.viem-breaking-news-wrap .viem-breaking-news-content:after,
.viem-breaking-news-wrap .viem-breaking-news-content:before {
    content: " ";
    display: table
}

.viem-breaking-news-wrap .viem-breaking-news-content:after {
    clear: both
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel {
    position: static
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .viem-breaking-item {
    margin: 0
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .viem-breaking-item a {
    line-height: 30px;
    margin: 0;
    padding: 0
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .viem-breaking-item .post-meta {
    color: #999999;
    font-size: 0.857em
}

@media (max-width:991px) {
    .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .viem-breaking-item .post-meta {
        display: none
    }
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .viem-breaking-item .post-meta i {
    display: none
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-stage-outer {
    height: 30px;
    z-index: 1
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 20px;
    display: none;
    margin-left: -2px;
    margin-right: -2px
}

@media (min-width:992px) {
    .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav {
        display: inline-block;
        vertical-align: top
    }
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-next,
.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-prev {
    left: unset;
    right: unset;
    position: unset;
    top: unset;
    bottom: unset;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.5);
    line-height: 30px;
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0;
    -webkit-border-radius: 0
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-next span,
.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-prev span {
    font-size: 0
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-next:hover,
.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-prev:hover {
    background: white
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-next:hover:before,
.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-prev:hover:before {
    color: #ecc200
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-prev:before {
    line-height: 30px
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-next {
    background: white
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-next:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider.viem-carousel-slide.owl-carousel .owl-nav .owl-next:before {
    line-height: 30px;
    color: #ecc200
}

.viem-user-menu {
    position: relative
}

.viem-user-menu:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    transform: translate3d(0, 0, 0);
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease;
    display: block;
    opacity: 1;
    z-index: 1000;
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
    top: 100%
}

.viem-user-menu ul {
    background: black;
    border-top: 1px solid #ecc200;
    position: absolute;
    min-width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 120%;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease 0.25s;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease 0.3s;
    transform: translate3d(0, 25px, 0);
    position: absolute;
    top: 120%;
    left: 0;
    right: auto;
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    right: 0;
    left: auto;
    line-height: initial
}

.viem-user-menu ul li {
    font-size: 1em;
    line-height: 1.2;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
    position: relative;
    font-weight: bold;
    min-width: 200px;
    transition: all 0.1s ease-in-out
}

.viem-user-menu ul li a {
    display: block;
    color: #999999;
    padding: 10px 15px
}

.viem-user-menu ul li:hover {
    background-color: #ecc200;
    border-color: #ecc200
}

.viem-user-menu ul li:hover>a {
    color: #ffffff;
    text-decoration: none
}

.viem-icon-menu {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 30px;
    height: 80px;
    cursor: pointer;
    float: none
}

.viem-icon-menu .line {
    background: rgba(255, 255, 255, 0.5);
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 300ms cubic-bezier(0.17, 0.67, 0.6, 1.3) 0s;
    width: 30px;
    transition: all 0.3s ease
}

.viem-icon-menu .line-1 {
    top: 40px;
    transform: rotateZ(-45deg);
    transform: rotate(-45deg);
    width: 30px;
    left: 0;
    background: rgba(255, 255, 255, 0.5)
}

.viem-icon-menu .line-2 {
    top: 40px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.viem-icon-menu .line-3 {
    top: 40px;
    transform: rotateZ(45deg);
    transform: rotate(45deg);
    width: 30px;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
    transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms
}

.viem-icon-menu .line-4 {
    top: 30px;
    transform: translate3d(-10px, 0px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -webkit-transition-delay: 100ms
}

.viem-icon-menu .line-5 {
    top: 40px;
    transform: translate3d(-10px, 0px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -webkit-transition-delay: 100ms
}

.viem-icon-menu .line-6 {
    top: 50px;
    transform: translate3d(-10px, 0px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -webkit-transition-delay: 100ms
}

.viem-icon-menu.iclose .line-1 {
    top: 30px;
    transform: rotateZ(0deg);
    transform: rotate(0deg);
    width: 30px;
    left: 0
}

.viem-icon-menu.iclose .line-2 {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viem-icon-menu.iclose .line-3 {
    top: 50px;
    transform: rotateZ(0deg);
    transform: rotate(0deg);
    width: 30px;
    left: 25px;
    left: 0
}

.viem-icon-menu:hover.iclose {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viem-icon-menu:hover.iclose .line-1,
.viem-icon-menu:hover.iclose .line-2,
.viem-icon-menu:hover.iclose .line-3 {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(10px, 0px, 0px)
}

.viem-icon-menu:hover.iclose .line-4,
.viem-icon-menu:hover.iclose .line-5,
.viem-icon-menu:hover.iclose .line-6 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate3d(0px, 0px, 0px)
}

body.style-header-1 .site-header.is_sticky_menu+#dawnthemes-page {
    padding-top: 50px
}

@media (max-width:991px) {
    body.style-header-1 .site-header.is_sticky_menu+#dawnthemes-page {
        padding-top: 100px
    }
}

@media (max-width:767px) {
    body.style-header-1 .site-header.is_sticky_menu+#dawnthemes-page {
        padding-top: 80px
    }
}

body.style-header-1 .top-header {
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

@media (max-width:991px) {
    body.style-header-1 .top-header {
        margin-bottom: 50px
    }

    body.style-header-1 .top-header .logo-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        height: 50px;
        background-color: #000000
    }
}

@media (max-width:767px) {
    body.style-header-1 .top-header {
        height: 30px
    }
}

body.style-header-1 #dt-main-menu .dt-mainnav-wrapper #primary-navigation .dt-alert {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px
}

body.style-header-1 .primary-navigation ul.main-menu>li.level0>a,
body.style-header-1 .primary-navigation ul.nav-menu>li.level0>a {
    height: 50px;
    line-height: 50px
}

@media (max-width:1200px) {

    body.style-header-1 .primary-navigation ul.main-menu>li,
    body.style-header-1 .primary-navigation ul.nav-menu>li {
        margin-left: 20px
    }
}

body.style-header-1 .logo-wrap .site-title {
    line-height: 50px
}

body.style-header-1 .logo-wrap .site-title .site-logo {
    display: block
}

body.style-header-1 .logo-wrap .site-title .logo,
body.style-header-1 .logo-wrap .site-title .sticky_logo {
    height: 20px;
    width: auto
}

@media (max-width:991px) {

    body.style-header-1 .logo-wrap .site-title .logo,
    body.style-header-1 .logo-wrap .site-title .sticky_logo {
        max-width: 200px
    }
}

body.style-header-1 .header-nav-content {
    height: 50px
}

body.style-header-1 .header-nav-content:after,
body.style-header-1 .header-nav-content:before {
    content: " ";
    display: table
}

body.style-header-1 .header-nav-content:after {
    clear: both
}

body.style-header-1 .header-nav-content .menu-toggle {
    line-height: 49px;
    font-size: 14px;
    width: 50px;
    padding: 0;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

body.style-header-1 .header-nav-content .header-nav-center {
    justify-content: flex-start
}

body.style-header-1 .header-nav-content .header-nav-right {
    flex-grow: unset
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content {
    display: table
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content:after,
body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content:before {
    content: " ";
    display: table
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content:after {
    clear: both
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>a,
body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 49px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>a i,
body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div i {
    font-size: 14px;
    line-height: 49px
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>a {
    text-align: center;
    font-size: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>a i {
    font-size: 14px;
    line-height: 49px
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div .viem-user-menu>a,
body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div>a,
body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button {
    display: block;
    font-size: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div .viem-user-menu>a i,
body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div>a i,
body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button i {
    font-size: 14px;
    line-height: 49px
}

body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video {
    border-color: transparent
}

@media (min-width:992px) {
    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video {
        width: auto
    }

    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
        font-size: inherit;
        padding-left: 10px;
        padding-right: 10px
    }

    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i,
    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        padding-left: 3px;
        padding-right: 3px
    }

    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i {
        opacity: 0.5;
        filter: alpha(opacity=50)
    }
}

@media (min-width:1280px) {
    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
        padding-left: 20px;
        padding-right: 20px
    }

    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i,
    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        padding-left: 7px;
        padding-right: 7px
    }
}

body.style-header-1 .header-nav-content .header-nav-left {
    flex-grow: unset
}

body.style-header-1 .header-nav-content .header-nav-left .logo-wrap .site-title {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:992px) {
    body.style-header-1 .header-nav-content .header-nav-left .logo-wrap .site-title {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    body.style-header-1 .header-nav-content {
        height: 30px
    }

    body.style-header-1 .header-nav-content .menu-toggle {
        line-height: 30px;
        height: 30px;
        width: 40px
    }

    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>a,
    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div {
        width: 40px;
        height: 30px
    }

    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>a i,
    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div i {
        line-height: 30px
    }

    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div .viem-user-menu>a i,
    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div>a i,
    body.style-header-1 .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button i {
        line-height: 30px
    }
}

body.style-header-2 .site-header.is_sticky_menu+#dawnthemes-page,
body.style-header-2 .site-header.is_sticky_menu+#viem-v3-top-wrap {
    padding-top: 80px
}

@media (max-width:991px) {

    body.style-header-2 .site-header.is_sticky_menu+#dawnthemes-page,
    body.style-header-2 .site-header.is_sticky_menu+#viem-v3-top-wrap {
        padding-top: 80px
    }
}

body.style-header-2 .logo-wrap .site-title .logo,
body.style-header-2 .logo-wrap .site-title .sticky_logo {
    height: 35px;
    width: auto
}

body.style-header-2 .header-nav-content {
    display: flex;
    align-items: stretch;
    line-height: 80px
}

body.style-header-2 .header-nav-content>div {
    flex-grow: 1
}

body.style-header-2 .header-nav-content .logo-wrap {
    flex-grow: 2;
    padding: 0px 30px
}

@media (max-width:991px) {
    body.style-header-2 .header-nav-content .logo-wrap {
        padding: 0px 15px
    }
}

body.style-header-2 .header-nav-content .navbar-search-inline {
    flex-grow: 7;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%
}

@media (max-width:991px) {
    body.style-header-2 .header-nav-content .header-main-menu-toggle {
        display: none
    }
}

body.style-header-2 .navbar-searchform {
    display: block;
    position: relative;
    height: 80px;
    line-height: 80px
}

body.style-header-2 .navbar-searchform .navbar-searchform-wrap {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 30px;
    width: 100%;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%)
}

body.style-header-2 .navbar-searchform .navbar-searchform-wrap #navbar-searchform-s {
    width: 100%;
    padding: 0px;
    background: transparent;
    border: 0px;
    font-weight: bold;
    box-shadow: none
}

body.style-header-2 .navbar-searchform .navbar-searchform-wrap #navbar-searchform-s:-ms-input-placeholder,
body.style-header-2 .navbar-searchform .navbar-searchform-wrap #navbar-searchform-s::-moz-placeholder,
body.style-header-2 .navbar-searchform .navbar-searchform-wrap #navbar-searchform-s::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold
}

body.style-header-2 .navbar-searchform .top-searchform-icon {
    position: absolute;
    right: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: bold
}

body.style-header-2 .navbar-searchform .top-searchform-icon:before {
    font-size: inherit
}

body.style-header-2 .navbar-searchform .top-searchform-close-icon {
    position: absolute;
    left: 0px
}

body.style-header-2 .menu-toggle-wrap {
    position: relative;
    line-height: 80px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5)
}

body.style-header-2 .menu-toggle-wrap>a {
    display: block;
    position: relative;
    padding: 0 30px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold
}

@media (max-width:1400px) {
    body.style-header-2 .menu-toggle-wrap>a {
        padding: 0 15px
    }
}

body.style-header-2 .menu-toggle-wrap>a>i {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 24px
}

@media (min-width:1200px) {
    body.style-header-2 .menu-toggle-wrap>a .viem-icon-menu-wrap {
        position: absolute;
        right: 30px;
        top: 0
    }
}

@media (max-width:1200px) {
    body.style-header-2 .menu-toggle-wrap>a {
        text-align: center
    }

    body.style-header-2 .menu-toggle-wrap>a>span {
        display: none
    }
}

body.style-header-2 .viem-submit-video,
body.style-header-2 .viem-user-menu {
    position: relative
}

body.style-header-2 .viem-submit-video>a,
body.style-header-2 .viem-user-menu>a {
    display: block;
    position: relative;
    padding: 0 30px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width:1400px) {

    body.style-header-2 .viem-submit-video>a,
    body.style-header-2 .viem-user-menu>a {
        padding: 0 15px
    }
}

body.style-header-2 .viem-submit-video>a>i,
body.style-header-2 .viem-user-menu>a>i {
    display: inline-block;
    vertical-align: top;
    font-size: 24px
}

@media (min-width:1200px) {

    body.style-header-2 .viem-submit-video>a>i,
    body.style-header-2 .viem-user-menu>a>i {
        position: absolute;
        right: 30px;
        top: 0
    }
}

@media (max-width:1200px) {

    body.style-header-2 .viem-submit-video>a,
    body.style-header-2 .viem-user-menu>a {
        text-align: center
    }

    body.style-header-2 .viem-submit-video>a>span,
    body.style-header-2 .viem-user-menu>a>span {
        display: none
    }
}

body.style-header-2 .viem-user-menu {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    position: relative
}

body.style-header-2 .viem-user-menu ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0
}

body.style-header-2 #dt-main-menu {
    height: 80px;
    background-color: #000000;
    position: relative;
    z-index: 9999;
    height: 0px;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1)
}

body.style-header-2 #dt-main-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2)
}

body.style-header-2 #dt-main-menu.active {
    overflow: visible;
    height: 80px
}

@media (max-width:991px) {
    body.style-header-2 .site-header .top-header {
        height: 80px
    }

    body.style-header-2 .logo-wrap .site-title {
        line-height: 40px
    }

    body.style-header-2 .logo-wrap .site-title .logo,
    body.style-header-2 .logo-wrap .site-title .sticky_logo {
        height: 20px
    }

    body.style-header-2 .header-nav-content {
        height: 40px;
        line-height: 40px
    }

    body.style-header-2 .header-nav-content>div {
        flex-grow: unset;
        width: 60px
    }

    body.style-header-2 .header-nav-content .viem-submit-video i,
    body.style-header-2 .header-nav-content .viem-user-menu i {
        font-size: 18px
    }

    body.style-header-2 .header-nav-content .viem-user-menu ul {
        right: 0;
        left: auto
    }

    body.style-header-2 .header-nav-content .navbar-search-inline {
        display: block;
        flex-grow: unset;
        width: 100%;
        top: 100%;
        position: absolute;
        background: #000000;
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }

    body.style-header-2 .header-nav-content .navbar-searchform {
        height: 40px;
        line-height: 40px
    }

    body.style-header-2 .header-nav-content .navbar-searchform .top-searchform-icon {
        font-size: 18px
    }

    body.style-header-2 .menu-toggle-wrap {
        border: 0px
    }

    body.style-header-2 .header-main-menu-toggle {
        display: none
    }

    body.style-header-2 .menu-toggle {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        width: 60px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        font-weight: bold;
        font-size: 18px;
        height: 40px;
        line-height: 40px
    }
}

body.style-header-3 .site-header.is_sticky_menu+#dawnthemes-page {
    padding-top: 189px
}

@media (max-width:991px) {
    body.style-header-3 .site-header.is_sticky_menu+#dawnthemes-page {
        padding-top: 171px
    }
}

body.style-header-3 .logo,
body.style-header-3 .sticky_logo {
    height: 60px;
    width: auto
}

body.style-header-3 .viem-main-header-content .top-header {
    height: auto;
    position: relative
}

body.style-header-3 .viem-main-header-content .top-header #top-header-content {
    display: table;
    width: 100%
}

body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left,
body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right {
    display: table-cell;
    vertical-align: middle
}

body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left {
    text-align: left
}

body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left .logo-wrap {
    display: none
}

body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right {
    text-align: right
}

@media (min-width:1280px) {
    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right .header-right-wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right .viem-badges-nav-menu {
    display: inline-block;
    vertical-align: middle
}

@media (max-width:1200px) {

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left,
    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right {
        display: block;
        width: 100%
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left {
        position: relative
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left:after,
    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left:before {
        content: " ";
        display: table
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left:after {
        clear: both
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left .navbar-search {
        float: right;
        margin: auto 30px
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right {
        text-align: center
    }
}

@media (max-width:991px) {
    body.style-header-3 .viem-main-header-content .top-header #top-header-content {
        position: relative
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-left,
    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right {
        display: table-cell;
        vertical-align: middle
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right #viem-menu-badges {
        border-top: 1px solid #ecc200;
        visibility: hidden;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 120%;
        transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease 0.25s;
        -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease 0.3s;
        transform: translate3d(0, 25px, 0);
        position: absolute;
        top: 120%;
        left: 0;
        right: auto;
        transform-origin: top;
        animation-fill-mode: forwards;
        transform: scale(1, 0);
        display: block;
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.2s ease;
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right .badges-menu-toggle {
        display: block
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-nav-right:hover #viem-menu-badges {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 100%;
        transform: translate3d(0, 0, 0);
        transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease;
        display: block;
        opacity: 1;
        z-index: 1000;
        transform: scale(1, 1);
        transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        top: 100%;
        width: 100%;
        background-color: #000000
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .menu-toggle {
        display: inline-block;
        vertical-align: top;
        line-height: 60px
    }

    body.style-header-3 .viem-main-header-content .top-header #top-header-content .header-main-menu {
        display: none
    }
}

body.style-header-3 .viem-main-header-content .top-header .header-nav-left #dt-main-menu,
body.style-header-3 .viem-main-header-content .top-header .header-nav-left .navbar-search {
    display: inline-block;
    vertical-align: middle
}

body.style-header-3 .viem-main-header-content .top-header .header-nav-left .navbar-search {
    margin-left: 44px;
    position: relative;
    line-height: 99px
}

body.style-header-3 .viem-main-header-content .top-header .header-nav-left .navbar-search.navbar-search-popup .navbar-search-button {
    color: #ffffff;
    transition: all 0.1s ease-in-out
}

body.style-header-3 .viem-main-header-content .top-header .header-nav-left .navbar-search.navbar-search-popup .navbar-search-button i {
    font-size: 24px
}

body.style-header-3 .viem-main-header-content .top-header .header-nav-left .navbar-search .search-form-wrap.show-popup {
    right: -16px
}

@media (max-width:1200px) {
    body.style-header-3 .viem-main-header-content .top-header .header-nav-left {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    body.style-header-3 .viem-main-header-content .top-header .header-nav-left .navbar-search {
        line-height: 60px
    }

    body.style-header-3 .viem-main-header-content .top-header .header-nav-left .primary-navigation ul.main-menu>li.level0>a,
    body.style-header-3 .viem-main-header-content .top-header .header-nav-left .primary-navigation ul.nav-menu>li.level0>a {
        height: 60px;
        line-height: 60px
    }
}

@media (max-width:991px) {
    body.style-header-3 .viem-main-header-content .top-header .header-nav-left {
        border: 0px
    }
}

body.style-header-3 .viem-main-header-content .top-header .primary-navigation ul.main-menu>li.level0>a,
body.style-header-3 .viem-main-header-content .top-header .primary-navigation ul.nav-menu>li.level0>a {
    height: 99px;
    line-height: 99px
}

body.style-header-3 .viem-main-header-content .top-header .primary-navigation .megamenu>ul.main-menu {
    margin-left: 20px
}

@media (max-width:1366px) {
    body.style-header-3 .viem-main-header-content .top-header .primary-navigation .megamenu>ul.main-menu {
        margin-left: 10px
    }
}

body.style-header-3 .viem-main-header-content .top-header .primary-navigation ul.main-menu>li>a,
body.style-header-3 .viem-main-header-content .top-header .primary-navigation ul.nav-menu>li>a {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px
}

body.style-header-3 .bottom-header {
    background-color: #ecc200;
    display: table;
    width: 100%;
    position: relative;
    height: 88px
}

body.style-header-3 .bottom-header .header-comnunity-menu,
body.style-header-3 .bottom-header .logo-wrap,
body.style-header-3 .bottom-header .tags-trending-wrapper {
    position: relative
}

body.style-header-3 .bottom-header .header-bottom-left {
    display: table-cell;
    vertical-align: middle;
    width: 30%
}

@media (min-width:1200px) {
    body.style-header-3 .bottom-header .header-bottom-left {
        width: 22%;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:768px) {
    body.style-header-3 .bottom-header .header-bottom-left {
        width: 56%
    }
}

body.style-header-3 .bottom-header .header-bottom-left .site-title {
    line-height: 1;
    margin: 0;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px
}

body.style-header-3 .bottom-header .header-bottom-right {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px
}

body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 58%;
    line-height: 88px
}

@media (max-width:768px) {
    body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper {
        padding-right: 5px;
        padding-left: 5px
    }
}

body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper .viem-trending-nav-wrapper {
    padding-left: 33px
}

body.style-header-3 .bottom-header .header-bottom-right .header-comnunity-menu {
    float: right
}

@media (max-width:1200px) {
    body.style-header-3 .bottom-header .header-bottom-right {
        text-align: right
    }

    body.style-header-3 .bottom-header .header-bottom-right .header-comnunity-menu,
    body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper {
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: middle
    }

    body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper {
        position: static
    }

    body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper .viem-trending-nav-wrapper {
        padding-left: 0px;
        position: static
    }

    body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper .viem-trending-nav-wrapper .trending-nav-icon {
        position: relative
    }

    body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper .viem-trending-nav {
        border-top: 1px solid #ecc200;
        visibility: hidden;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 120%;
        transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease 0.25s;
        -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease 0.3s;
        transform: translate3d(0, 25px, 0);
        position: absolute;
        top: 120%;
        left: 0;
        right: auto;
        transform-origin: top;
        animation-fill-mode: forwards;
        transform: scale(1, 0);
        display: block;
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.2s ease;
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease
    }

    body.style-header-3 .bottom-header .header-bottom-right .tags-trending-wrapper:hover .viem-trending-nav {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 100%;
        transform: translate3d(0, 0, 0);
        transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease;
        display: block;
        opacity: 1;
        z-index: 1000;
        transform: scale(1, 1);
        transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        top: 100%;
        right: 0;
        left: auto;
        padding: 20px;
        background: #ecc200;
        width: 100%;
        text-align: center
    }
}

body.style-header-3 .bottom-header .header-comnunity-menu {
    text-align: right
}

@media (min-width:1366px) {
    body.style-header-3 .bottom-header .header-comnunity-menu {
        padding-right: 15px;
        padding-left: 15px
    }
}

body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video,
body.style-header-3 .bottom-header .header-comnunity-menu .viem-user-menu {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left
}

@media (max-width:768px) {

    body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video,
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-user-menu {
        padding-right: 5px;
        padding-left: 5px
    }
}

body.style-header-3 .bottom-header .header-comnunity-menu .viem-user-menu>a {
    margin: 0;
    padding: 30px 0px;
    display: block;
    color: #000000
}

body.style-header-3 .bottom-header .header-comnunity-menu .viem-user-menu>a span {
    font-weight: bold;
    text-transform: uppercase
}

@media (max-width:1200px) {
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-user-menu>a span {
        display: none
    }
}

body.style-header-3 .bottom-header .header-comnunity-menu .viem-user-menu>a i {
    margin-left: 16px;
    font-size: 24px;
    line-height: 1
}

@media (max-width:1280px) {
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-user-menu>a i {
        margin-left: 5px
    }
}

@media (max-width:768px) {
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-user-menu>a i {
        font-size: 20px
    }
}

body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v {
    background: #000000;
    color: #ecc200;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 0;
    padding: 0 20px;
    height: 60px
}

@media (max-width:768px) {
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v {
        padding: 0 5px
    }
}

body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v span {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 60px
}

@media (max-width:1200px) {
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v span {
        display: none;
        padding: 0
    }
}

body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v i {
    font-size: 24px;
    line-height: 1;
    padding: 0 10px
}

@media (max-width:768px) {
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v i {
        font-size: 20px
    }
}

@media (max-width:1280px) {

    body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v i,
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v span {
        padding: 0 3px
    }
}

@media (max-width:1200px) {
    body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v {
        height: 45px;
        border-radius: 15px;
        -webkit-border-radius: 15px
    }

    body.style-header-3 .bottom-header .header-comnunity-menu .viem-submit-video #viem-btn-submit-v i {
        line-height: 45px
    }
}

body.style-header-4 .site-header.is_sticky_menu+#dawnthemes-page {
    padding-top: 140px
}

@media (max-width:991px) {
    body.style-header-4 .site-header.is_sticky_menu+#dawnthemes-page {
        padding-top: 80px
    }
}

body.style-header-4 .logo-wrap .site-title .logo,
body.style-header-4 .logo-wrap .site-title .sticky_logo {
    height: 40px;
    width: auto
}

body.style-header-4 .viem-main-header-content .top-header {
    background: transparent
}

body.style-header-4 .viem-main-header-content .container {
    background-color: #000000;
    padding: 0
}

body.style-header-4 .header-nav-content {
    display: block
}

body.style-header-4 .header-nav-content .header-nav-left {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 33.33333333%
}

body.style-header-4 .header-nav-content .header-nav-left .logo-wrap {
    padding: 0px 30px
}

@media (max-width:991px) {
    body.style-header-4 .header-nav-content .header-nav-left .logo-wrap {
        padding: 0px 15px
    }
}

body.style-header-4 .header-nav-content .header-nav-center {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 46%
}

body.style-header-4 .header-nav-content .header-nav-right {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 20.66666667%
}

body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-center {
    float: left;
    width: 30%
}

body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-right {
    float: right;
    width: 36.66666667%
}

@media (max-width:1400px) and (min-width:992px) {
    body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-center {
        width: 30%
    }
}

body.style-header-4 .header-nav-center-content {
    position: static;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

body.style-header-4 .header-nav-center-content:after,
body.style-header-4 .header-nav-center-content:before {
    content: " ";
    display: table
}

body.style-header-4 .header-nav-center-content:after {
    clear: both
}

body.style-header-4 .header-nav-center-content .navbar-search-inline {
    float: left;
    width: 100%;
    height: 100%
}

body.style-header-4 .header-nav-center-content .navbar-searchform {
    display: block;
    position: relative;
    height: 80px;
    line-height: 80px
}

body.style-header-4 .header-nav-center-content .navbar-searchform .navbar-searchform-wrap {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 30px;
    width: 100%;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%)
}

body.style-header-4 .header-nav-center-content .navbar-searchform .navbar-searchform-wrap #navbar-searchform-s {
    width: 100%;
    padding: 0px;
    background: transparent;
    border: 0px;
    font-weight: bold;
    box-shadow: none
}

body.style-header-4 .header-nav-center-content .navbar-searchform .navbar-searchform-wrap #navbar-searchform-s:-ms-input-placeholder,
body.style-header-4 .header-nav-center-content .navbar-searchform .navbar-searchform-wrap #navbar-searchform-s::-moz-placeholder,
body.style-header-4 .header-nav-center-content .navbar-searchform .navbar-searchform-wrap #navbar-searchform-s::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold
}

body.style-header-4 .header-nav-center-content .navbar-searchform .top-searchform-icon {
    position: absolute;
    right: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: bold
}

body.style-header-4 .header-nav-center-content .navbar-searchform .top-searchform-icon:before {
    font-size: inherit
}

body.style-header-4 .header-right-wrap {
    display: table;
    width: 100%
}

body.style-header-4 .header-right-wrap .header-right-content {
    display: table-row
}

body.style-header-4 .header-right-wrap .header-right-content>div {
    display: table-cell;
    vertical-align: middle;
    line-height: 80px
}

body.style-header-4 .header-right-wrap .header-right-content>div ul {
    line-height: 0px
}

body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video,
body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu {
    position: relative
}

body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video>a,
body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu>a {
    display: block;
    position: relative;
    padding: 0 30px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width:1400px) {

    body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video>a,
    body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu>a {
        padding: 0 15px
    }
}

body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video>a>i,
body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu>a>i {
    display: inline-block;
    vertical-align: top;
    font-size: 24px
}

@media (min-width:1200px) {

    body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video>a>i,
    body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu>a>i {
        position: absolute;
        right: 30px;
        top: 0
    }
}

@media (max-width:1200px) {

    body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video>a,
    body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu>a {
        text-align: center
    }

    body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video>a>span,
    body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu>a>span {
        display: none
    }
}

body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    position: relative
}

body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0
}

body.style-header-4 #dt-main-menu {
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    background: transparent
}

body.style-header-4 #dt-main-menu>.container {
    background-color: #131313
}

body.style-header-4 #dt-main-menu .header-main-menu {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    margin: 0
}

body.style-header-4 #dt-main-menu .header-main-menu .dt-mainnav-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    margin: 0
}

body.style-header-4 #dt-main-menu .dt-mainnav-wrapper #primary-navigation .dt-alert {
    margin: 0;
    padding: 0;
    line-height: 60px
}

@media (max-width:991px) {
    body.style-header-4 #dt-main-menu {
        display: none
    }
}

body.style-header-4 .primary-navigation .megamenu>ul.main-menu {
    margin-left: 35px
}

@media (max-width:1279px) {
    body.style-header-4 .primary-navigation .megamenu>ul.main-menu {
        margin-left: 10px
    }
}

body.style-header-4 .primary-navigation ul.main-menu>li.level0>a,
body.style-header-4 .primary-navigation ul.nav-menu>li.level0>a {
    height: 60px;
    line-height: 60px
}

@media (max-width:991px) {
    body.style-header-4 .site-header .top-header {
        height: 80px
    }

    body.style-header-4 .logo-wrap .site-title {
        line-height: 40px
    }

    body.style-header-4 .logo-wrap .site-title .logo,
    body.style-header-4 .logo-wrap .site-title .sticky_logo {
        height: 20px
    }

    body.style-header-4 .header-right-wrap .header-right-content>div {
        line-height: 40px
    }

    body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video>a>i,
    body.style-header-4 .header-right-wrap .header-right-content .viem-submit-video i,
    body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu>a>i,
    body.style-header-4 .header-right-wrap .header-right-content .viem-user-menu i {
        font-size: 18px
    }

    body.style-header-4 .header-nav-content .header-nav-center-content .navbar-searchform {
        line-height: 40px;
        height: 40px
    }

    body.style-header-4 .header-nav-content .header-nav-center-content .navbar-searchform .top-searchform-icon {
        font-size: 18px
    }

    body.style-header-4 .header-nav-content .header-nav-left {
        width: calc(100% - 60px)
    }

    body.style-header-4 .header-nav-content .header-nav-right {
        width: 60px
    }

    body.style-header-4 .header-nav-content .header-nav-right .header-right-wrap .header-right-content .viem-user-menu>a {
        width: 60px
    }

    body.style-header-4 .header-nav-content .header-nav-right .header-right-wrap .header-right-content .viem-user-menu ul {
        right: 0;
        left: auto
    }

    body.style-header-4 .header-nav-content .header-nav-center {
        width: 100%
    }

    body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-left {
        width: calc(100% - 120px)
    }

    body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-right {
        width: 120px
    }

    body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-right .header-right-wrap .header-right-content .viem-submit-video>a,
    body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-right .header-right-wrap .header-right-content .viem-user-menu>a {
        width: 60px
    }

    body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-right .header-right-wrap .header-right-content .viem-user-menu ul {
        right: 0;
        left: auto
    }

    body.style-header-4 .header-nav-content.has-submit-video-btn .header-nav-center {
        width: 100%
    }

    body.style-header-4 .header-nav-center-content {
        border: 0px;
        position: relative
    }

    body.style-header-4 .header-nav-center-content:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        top: 0;
        left: 0
    }

    body.style-header-4 .header-nav-center-content .navbar-search-inline {
        width: calc(100% - 60px)
    }

    body.style-header-4 .header-nav-center-content .menu-toggle-wrap {
        border: 0px
    }

    body.style-header-4 .header-nav-center-content .menu-toggle {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        width: 60px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        font-weight: bold;
        font-size: 18px;
        height: 40px;
        line-height: 40px
    }
}

body.style-header-5 .site-header.is_sticky_menu+#dawnthemes-page {
    padding-top: 280px
}

@media (max-width:991px) {
    body.style-header-5 .site-header.is_sticky_menu+#dawnthemes-page {
        padding-top: 260px
    }
}

body.style-header-5 .top-header {
    height: 50px;
    background: transparent
}

body.style-header-5 .top-header .container {
    background-color: #000000;
    padding: 0
}

body.style-header-5 .top-header .header-nav-content {
    height: 50px
}

body.style-header-5 .top-header .header-nav-content:after,
body.style-header-5 .top-header .header-nav-content:before {
    content: " ";
    display: table
}

body.style-header-5 .top-header .header-nav-content:after {
    clear: both
}

body.style-header-5 .top-header .header-nav-content .header-nav-left {
    float: left;
    position: relative
}

body.style-header-5 .top-header .header-nav-content .header-nav-left .top-menu-toggle {
    line-height: 50px;
    font-size: 14px;
    width: 50px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

@media (min-width:992px) {
    body.style-header-5 .top-header .header-nav-content .header-nav-left .top-menu-toggle {
        display: none
    }
}

@media (max-width:991px) {
    body.style-header-5 .top-header .header-nav-content .header-nav-left .top-menu-wrapper {
        visibility: hidden;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 120%;
        transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease 0.25s;
        -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease 0.3s;
        transform: translate3d(0, 25px, 0);
        position: absolute;
        top: 120%;
        left: 0;
        right: auto;
        transform-origin: top;
        animation-fill-mode: forwards;
        transform: scale(1, 0);
        display: block;
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.2s ease;
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
        background: #000000;
        padding: 10px 0px;
        left: 0
    }

    body.style-header-5 .top-header .header-nav-content .header-nav-left .top-menu-wrapper ul>li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        min-width: 200px
    }

    body.style-header-5 .top-header .header-nav-content .header-nav-left .top-menu-wrapper ul>li a {
        display: block;
        padding: 0px 20px;
        text-transform: uppercase;
        height: 35px;
        line-height: 35px
    }

    body.style-header-5 .top-header .header-nav-content .header-nav-left:hover .top-menu-wrapper {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 100%;
        transform: translate3d(0, 0, 0);
        transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease;
        display: block;
        opacity: 1;
        z-index: 1000;
        transform: scale(1, 1);
        transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
        top: 100%
    }
}

body.style-header-5 .top-header .header-nav-content .header-nav-right {
    float: right
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content {
    display: table
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content:after,
body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content:before {
    content: " ";
    display: table
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content:after {
    clear: both
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>a,
body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>a i,
body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div i {
    font-size: 14px;
    line-height: 50px
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>a {
    text-align: center;
    font-size: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>a i {
    font-size: 14px;
    line-height: 50px
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-user-menu>a,
body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button {
    display: block;
    font-size: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-user-menu>a i,
body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button i {
    font-size: 14px;
    line-height: 50px
}

body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video {
    border-color: #ecc200
}

@media (min-width:992px) {
    body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video {
        width: auto
    }

    body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
        font-size: inherit;
        padding-left: 10px;
        padding-right: 10px
    }

    body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i,
    body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        padding-left: 3px;
        padding-right: 3px
    }

    body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i {
        opacity: 0.5;
        filter: alpha(opacity=50)
    }
}

@media (min-width:1280px) {
    body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
        padding-left: 20px;
        padding-right: 20px
    }

    body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i,
    body.style-header-5 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        padding-left: 7px;
        padding-right: 7px
    }
}

body.style-header-5 .logo-wrap {
    text-align: center;
    background: transparent
}

body.style-header-5 .logo-wrap .container {
    background-color: #ffffff;
    padding: 0
}

body.style-header-5 .logo-wrap .site-title {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top
}

body.style-header-5 .logo-wrap .site-title .logo,
body.style-header-5 .logo-wrap .site-title .sticky_logo {
    height: 50px
}

@media (min-width:992px) {
    body.style-header-5 .logo-wrap .site-title {
        padding-top: 30px;
        padding-bottom: 30px
    }

    body.style-header-5 .logo-wrap .site-title .logo,
    body.style-header-5 .logo-wrap .site-title .sticky_logo {
        height: 80px
    }
}

body.style-header-5 .logo-wrap .viem-header-ads {
    padding: 30px
}

@media (min-width:992px) {
    body.style-header-5 .logo-wrap .viem-header-ads {
        float: right;
        text-align: right
    }
}

@media (max-width:991px) {
    body.style-header-5 .logo-wrap .viem-header-ads {
        display: none
    }
}

body.style-header-5 .primary-navigation ul.main-menu>li.level0>a,
body.style-header-5 .primary-navigation ul.nav-menu>li.level0>a {
    height: 50px;
    line-height: 50px;
    color: #000000 !important;
    margin: 0;
    padding: 0 20px;
    position: relative
}

body.style-header-5 .primary-navigation ul.main-menu>li.level0>a:before,
body.style-header-5 .primary-navigation ul.nav-menu>li.level0>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0px;
    height: 3px;
    background: #ecc200;
    transition: all 0.1s ease-in-out
}

body.style-header-5 .primary-navigation ul.main-menu>li.current-menu-item>a:before,
body.style-header-5 .primary-navigation ul.main-menu>li.current-menu-parent>a:before,
body.style-header-5 .primary-navigation ul.main-menu>li:hover>a:before,
body.style-header-5 .primary-navigation ul.nav-menu>li.current-menu-item>a:before,
body.style-header-5 .primary-navigation ul.nav-menu>li.current-menu-parent>a:before,
body.style-header-5 .primary-navigation ul.nav-menu>li:hover>a:before {
    left: 0;
    width: 100%
}

body.style-header-5 .primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children:hover .sub-content {
    top: calc(100% - 50px)
}

body.style-header-5 .bottom-header:after,
body.style-header-5 .bottom-header:before {
    content: " ";
    display: table
}

body.style-header-5 .bottom-header:after {
    clear: both
}

body.style-header-5 .bottom-header .container {
    padding: 0
}

body.style-header-5 .bottom-header .sub-bottom-header {
    position: relative;
    height: 100px
}

body.style-header-5 .bottom-header .sub-bottom-header:after,
body.style-header-5 .bottom-header .sub-bottom-header:before {
    content: " ";
    display: table
}

body.style-header-5 .bottom-header .sub-bottom-header:after {
    clear: both
}

body.style-header-5 .bottom-header .count-articles {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #000000;
    color: #ffffff;
    float: left
}

body.style-header-5 .bottom-header .count-articles .count-articles-content {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    text-align: center
}

body.style-header-5 .bottom-header .count-articles .count-articles-content .count-number {
    font-size: 2.143em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6px
}

body.style-header-5 .bottom-header .count-articles .count-articles-content .count-text {
    font-size: 0.714em;
    text-transform: uppercase;
    line-height: 1
}

body.style-header-5 .bottom-header .bottom-header-wrapper {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: calc(100% - 100px)
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu {
    height: 50px;
    display: table;
    width: 100%
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .menu-toggle {
    display: none;
    line-height: 49px;
    height: 49px;
    text-align: center;
    padding: 0;
    background-color: #000000;
    color: #ecc200;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

@media (max-width:991px) {
    body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .menu-toggle {
        display: table-cell
    }
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu,
body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .viem-submit-video {
    display: table-cell;
    vertical-align: middle
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu {
    background-color: #ffffff;
    position: static
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000000
}

@media (max-width:991px) {
    body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu {
        display: none
    }
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu .primary-navigation ul.main-menu>li,
body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu .primary-navigation ul.nav-menu>li {
    margin: 0px
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .viem-submit-video {
    background: #000000;
    color: #ecc200;
    text-align: center;
    width: auto;
    max-width: 228px;
    line-height: 50px
}

@media (max-width:991px) {
    body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .viem-submit-video {
        width: 50%;
        max-width: 50%;
        border-left: 1px solid rgba(255, 255, 255, 0.2)
    }
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .viem-submit-video #viem-btn-submit-v {
    background: transparent;
    color: #ecc200
}

body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .viem-submit-video #viem-btn-submit-v i,
body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .viem-submit-video #viem-btn-submit-v span {
    margin: 0 5px
}

@media (max-width:767px) {
    body.style-header-5 .bottom-header .bottom-header-wrapper #dt-main-menu .viem-submit-video #viem-btn-submit-v span {
        display: none
    }
}

body.style-header-5 .bottom-header .bottom-header-wrapper .recent-post-slider {
    display: block;
    background-color: #ecc200;
    height: 50px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 10px 0px
}

body.style-header-5 .bottom-header .bottom-header-wrapper .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .viem-breaking-item a {
    color: #ffffff
}

body.style-header-5 .bottom-header .bottom-header-wrapper .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .viem-breaking-item .post-meta {
    display: none
}

body.style-header-5 .dawnthemes_breadcrumbs {
    background: transparent
}

body.style-header-5 .dawnthemes_breadcrumbs .container {
    background: #111111
}

body.style-header-5 .page-heading {
    background: transparent;
    padding: 0px
}

body.style-header-5 .page-heading>.container {
    background: black;
    padding-top: 45px;
    padding-bottom: 45px
}

body.style-header-6 .site-header.is_sticky_menu+#dawnthemes-page,
body.style-header-6 .site-header.is_sticky_menu+.main-logo {
    padding-top: 50px
}

body.style-header-6 .site-header {
    background-color: #ffffff
}

body.style-header-6 .top-header {
    background-color: #ffffff;
    height: 50px;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2)
}

@media (max-width:991px) {
    body.style-header-6 .top-header .menu-toggle {
        color: #131313
    }
}

body.style-header-6 .main-logo {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 40px
}

body.style-header-6 .main-logo .site-logo {
    display: inline-block;
    vertical-align: top;
    padding: 5px
}

body.style-header-6 .main-logo .global-header__logo {
    height: 60px;
    width: auto
}

@media (min-width:992px) {
    body.style-header-6 .main-logo .site-logo {
        padding: 10px
    }

    body.style-header-6 .main-logo .global-header__logo {
        height: 122px;
        width: auto
    }
}

body.style-header-6 .main-logo .video-featured-list {
    text-align: center
}

body.style-header-6 .main-logo .video-featured-list .video-featured-list-content {
    margin: auto
}

body.style-header-6 .main-logo .video-featured-list .video-featured-list-content:after,
body.style-header-6 .main-logo .video-featured-list .video-featured-list-content:before {
    content: " ";
    display: table
}

body.style-header-6 .main-logo .video-featured-list .video-featured-list-content:after {
    clear: both
}

body.style-header-6 .main-logo .video-featured-list .video-featured-list-content a {
    position: relative;
    float: left;
    width: 100px;
    height: 100px
}

@media (min-width:992px) {
    body.style-header-6 .main-logo .video-featured-list .video-featured-list-content a {
        width: 150px;
        height: 150px
    }
}

@media (min-width:1366px) {
    body.style-header-6 .main-logo .video-featured-list .video-featured-list-content a {
        width: 213px;
        height: 213px
    }
}

body.style-header-6 .main-logo .video-featured-list .video-featured-list-content a img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

body.style-header-6 .main-logo .site-logo-wrap {
    background-color: #ffffff
}

body.style-header-6 .main-logo .video-featured-list+.site-logo {
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

body.style-header-6 #dt-main-menu .dt-mainnav-wrapper #primary-navigation .dt-alert {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px
}

body.style-header-6 .primary-navigation ul.main-menu>li.level0>a,
body.style-header-6 .primary-navigation ul.nav-menu>li.level0>a {
    height: 50px;
    line-height: 50px;
    color: #131313
}

body.style-header-6 .primary-navigation .megamenu>ul.main-menu {
    margin-left: 10px
}

body.style-header-6 .primary-navigation ul.main-menu>li.current-menu-ancestor>a,
body.style-header-6 .primary-navigation ul.main-menu>li.current-menu-item>a,
body.style-header-6 .primary-navigation ul.main-menu>li.current-menu-parent>a,
body.style-header-6 .primary-navigation ul.main-menu>li>a:hover,
body.style-header-6 .primary-navigation ul.nav-menu>li.current-menu-ancestor>a,
body.style-header-6 .primary-navigation ul.nav-menu>li.current-menu-item>a,
body.style-header-6 .primary-navigation ul.nav-menu>li.current-menu-parent>a,
body.style-header-6 .primary-navigation ul.nav-menu>li>a:hover {
    color: #ecc200 !important
}

body.style-header-6 .logo-wrap .site-title {
    line-height: 50px
}

@media (max-width:991px) {

    body.style-header-6 .logo-wrap .site-title .logo,
    body.style-header-6 .logo-wrap .site-title .sticky_logo {
        max-width: 200px
    }
}

@media (min-width:992px) {
    body.style-header-6 .logo-wrap .site-title .sticky_logo {
        display: inline-block;
        vertical-align: middle;
        height: 30px;
        width: auto
    }
}

body.style-header-6 .header-nav-content {
    height: 50px
}

body.style-header-6 .header-nav-content:after,
body.style-header-6 .header-nav-content:before {
    content: " ";
    display: table
}

body.style-header-6 .header-nav-content:after {
    clear: both
}

body.style-header-6 .header-nav-content .menu-toggle {
    line-height: 49px;
    font-size: 14px;
    width: 50px;
    padding: 0;
    text-align: center;
    border-right: 1px solid rgba(19, 19, 19, 0.2)
}

body.style-header-6 .header-nav-content .header-nav-left,
body.style-header-6 .header-nav-content .header-nav-right {
    justify-content: unset;
    flex-grow: unset;
    flex-shrink: 0
}

body.style-header-6 .header-nav-content .header-nav-center {
    justify-content: flex-start
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu {
    display: table;
    width: 100%
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content {
    display: table-row
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content:after,
body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content:before {
    content: " ";
    display: table
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content:after {
    clear: both
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>a,
body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 49px;
    border-left: 1px solid rgba(19, 19, 19, 0.2);
    color: rgba(19, 19, 19, 0.5)
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>a i,
body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div i {
    font-size: 14px;
    line-height: 49px
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>a {
    text-align: center;
    font-size: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: rgba(19, 19, 19, 0.5)
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>a i {
    font-size: 14px;
    line-height: 49px
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div .viem-user-menu>a,
body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div>a,
body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button {
    display: block;
    font-size: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: rgba(19, 19, 19, 0.5)
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div .viem-user-menu>a i,
body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div>a i,
body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button i {
    font-size: 14px;
    line-height: 49px
}

body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video {
    border-color: #ecc200
}

@media (min-width:992px) {
    body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video {
        width: auto
    }

    body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
        font-size: inherit;
        padding-left: 10px;
        padding-right: 10px
    }

    body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i,
    body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        padding-left: 3px;
        padding-right: 3px
    }

    body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i {
        opacity: 0.5;
        filter: alpha(opacity=50)
    }
}

@media (min-width:1280px) {
    body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
        padding-left: 20px;
        padding-right: 20px
    }

    body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i,
    body.style-header-6 .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        padding-left: 7px;
        padding-right: 7px
    }
}

body.style-header-6 .header-nav-content .header-nav-left .logo-wrap .site-title {
    text-align: right;
    padding: 0;
    padding-left: 15px
}

@media (min-width:992px) {
    body.style-header-6 .header-nav-content .header-nav-left .logo-wrap .site-title {
        padding: 0;
        padding-left: 30px
    }
}

body.style-header-6 .viem-wall-ads {
    position: absolute
}

body.style-header-7 .site-header.is_sticky_menu+#dawnthemes-page {
    padding-top: 236px
}

@media (max-width:991px) {
    body.style-header-7 .site-header.is_sticky_menu+#dawnthemes-page {
        padding-top: 305px
    }
}

body.style-header-7 .viem-main-header-content {
    background-color: #ffffff
}

body.style-header-7 .top-header {
    background-color: #ffffff;
    height: 40px;
    border-bottom: 1px solid #dedede
}

body.style-header-7 .top-header .header-nav-content {
    display: block;
    height: 50px
}

body.style-header-7 .top-header .header-nav-content:after,
body.style-header-7 .top-header .header-nav-content:before {
    content: " ";
    display: table
}

body.style-header-7 .top-header .header-nav-content:after {
    clear: both
}

body.style-header-7 .top-header .header-nav-content .header-nav-left {
    float: left;
    display: inline-block;
    vertical-align: top;
    justify-content: unset;
    position: relative;
    max-width: 50%
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider {
    line-height: 40px
}

@media (max-width:567px) {
    body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider {
        display: none
    }
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .breaking-title {
    display: none;
    text-transform: uppercase;
    padding: 0 20px;
    float: left;
    font-weight: bold
}

@media (min-width:992px) {
    body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .breaking-title {
        display: inline-block
    }
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content {
    padding: 0;
    position: relative;
    padding-left: 44px
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider {
    height: 40px
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .viem-breaking-item {
    padding: 0 10px
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .viem-breaking-item>a {
    color: #131313;
    text-transform: uppercase;
    font-size: 0.857em;
    font-weight: 700
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .viem-breaking-item a:hover {
    color: inherit
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .owl-nav {
    right: auto;
    left: 0;
    top: 50%;
    margin-top: -10px
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .owl-nav .owl-next,
body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .owl-nav .owl-prev {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #e5e5e5
}

body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .owl-nav .owl-next:before,
body.style-header-7 .top-header .header-nav-content .header-nav-left .recent-post-slider .viem-breaking-news-wrap .viem-breaking-news-content .viem-breaking-news-slider .owl-nav .owl-prev:before {
    line-height: 20px;
    color: #999999
}

body.style-header-7 .top-header .header-nav-content .header-nav-right {
    float: right;
    display: inline-block;
    vertical-align: top;
    justify-content: unset
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu {
    display: table;
    width: 100%
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content {
    display: table-row
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content:after,
body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content:before {
    content: " ";
    display: table
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content:after {
    clear: both
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>a,
body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    border-left: 1px solid rgba(19, 19, 19, 0.2);
    color: #131313
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>a i,
body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div i {
    font-size: 14px;
    line-height: 40px
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>a {
    text-align: center;
    font-size: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #131313
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>a i {
    font-size: 14px;
    line-height: 40px
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-user-menu>a,
body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button {
    display: block;
    font-size: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #131313
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-user-menu>a i,
body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div a.navbar-search-button i {
    font-size: 14px;
    line-height: 40px
}

body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
    color: #ffffff;
    text-align: center
}

@media (max-width:991px) {
    body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        display: none
    }
}

@media (min-width:992px) {
    body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video {
        width: auto
    }

    body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
        font-size: inherit;
        padding-left: 20px;
        padding-right: 20px
    }

    body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i,
    body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        padding-left: 3px;
        padding-right: 3px
    }
}

@media (min-width:1280px) {
    body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v {
        padding-left: 30px;
        padding-right: 30px
    }

    body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v i,
    body.style-header-7 .top-header .header-nav-content .header-nav-right .header-right-menu-content>div.viem-submit-video #viem-btn-submit-v span {
        padding-left: 5px;
        padding-right: 5px
    }
}

body.style-header-7 .logo-wrap {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    margin: auto
}

@media (min-width:992px) {
    body.style-header-7 .logo-wrap {
        display: flex;
        flex-wrap: wrap
    }
}

body.style-header-7 .logo-wrap .site-title {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 1;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

body.style-header-7 .logo-wrap .site-title .site-logo img {
    height: 50px;
    width: auto
}

@media (min-width:992px) {
    body.style-header-7 .logo-wrap .site-title {
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-start
    }
}

body.style-header-7 .logo-wrap .site-title.at_center {
    justify-content: center
}

body.style-header-7 .logo-wrap .viem-header-ads {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 20px
}

@media (min-width:992px) {
    body.style-header-7 .logo-wrap .viem-header-ads {
        padding-top: 20px;
        display: flex;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-end
    }
}

body.style-header-7 .primary-navigation ul.main-menu>li.level0>a,
body.style-header-7 .primary-navigation ul.nav-menu>li.level0>a {
    height: 60px;
    line-height: 60px
}

body.style-header-7 .primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children:hover .sub-content {
    top: 100%
}

body.style-header-7 .bottom-header {
    height: 60px;
    position: relative;
    background-color: #131313
}

body.style-header-7 .bottom-header:after,
body.style-header-7 .bottom-header:before {
    content: " ";
    display: table
}

body.style-header-7 .bottom-header:after {
    clear: both
}

body.style-header-7 .bottom-header .bottom-header-wrapper {
    position: relative;
    max-width: 1170px;
    margin: auto;
    display: flex
}

body.style-header-7 .bottom-header .bottom-header-wrapper:after,
body.style-header-7 .bottom-header .bottom-header-wrapper:before {
    content: " ";
    display: table
}

body.style-header-7 .bottom-header .bottom-header-wrapper:after {
    clear: both
}

body.style-header-7 .bottom-header .bottom-header-wrapper .sticky-logo-wrap {
    display: none;
    float: left;
    padding: 0 15px
}

body.style-header-7 .bottom-header .bottom-header-wrapper .sticky-logo-wrap .sticky-logo {
    display: block;
    line-height: 60px
}

body.style-header-7 .bottom-header .bottom-header-wrapper .sticky-logo-wrap .sticky-logo img {
    height: 40px
}

body.style-header-7 .bottom-header .bottom-header-wrapper #dt-main-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start
}

body.style-header-7 .bottom-header .bottom-header-wrapper #dt-main-menu .menu-toggle {
    display: none;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

@media (max-width:991px) {
    body.style-header-7 .bottom-header .bottom-header-wrapper #dt-main-menu .menu-toggle {
        display: inline-block
    }
}

body.style-header-7 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu {
    position: static
}

@media (max-width:991px) {
    body.style-header-7 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu {
        display: none
    }
}

body.style-header-7 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu .primary-navigation .megamenu>ul.main-menu {
    margin: 0 24px
}

body.style-header-7 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu .primary-navigation ul.main-menu>li.level0>a,
body.style-header-7 .bottom-header .bottom-header-wrapper #dt-main-menu .header-main-menu .primary-navigation ul.nav-menu>li.level0>a {
    padding: 0 24px
}

body.style-header-7 .bottom-header .bottom-header-wrapper .navbar-search {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end
}

body.style-header-7 .bottom-header .bottom-header-wrapper .navbar-search .navbar-search-button {
    line-height: 59px;
    padding: 0 20px
}

body.style-header-7 .bottom-header .bottom-header-wrapper .navbar-search .navbar-search-button i {
    color: #ecc200;
    font-size: 18px
}

@media (min-width:992px) {
    body.style-header-7 .bottom-header .bottom-header-wrapper .navbar-search .navbar-search-button {
        padding: 0 30px
    }
}

.primary-navigation {
    box-sizing: border-box;
    font-size: 0.929em
}

.primary-navigation .dt-alert {
    color: #ffffff
}

.primary-navigation #dt-megamenu,
.primary-navigation .top-toolbar {
    display: inline-block;
    vertical-align: top
}

.primary-navigation.toggled-on {
    padding: 72px 0 36px
}

.primary-navigation.toggled-on .nav-menu {
    display: block
}

.primary-navigation .current-menu-ancestor>a,
.primary-navigation .current-menu-item>a {
    color: white !important
}

.primary-navigation .current-menu-ancestor>a:before,
.primary-navigation .current-menu-item>a:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.primary-navigation ul.main-menu,
.primary-navigation ul.nav-menu {
    display: block;
    background: transparent;
    line-height: 0
}

.primary-navigation ul.main-menu li,
.primary-navigation ul.nav-menu li {
    margin: 0;
    padding: 0
}

.primary-navigation ul.main-menu li>a,
.primary-navigation ul.nav-menu li>a {
    display: block;
    padding: 9px 30px;
    font-weight: bold;
    color: #999999;
    text-transform: capitalize
}

.primary-navigation ul.main-menu li.list-style:hover>ul,
.primary-navigation ul.nav-menu li.list-style:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.primary-navigation ul.main-menu>li,
.primary-navigation ul.nav-menu>li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    border: 0 none
}

@media (max-width:1200px) {

    .primary-navigation ul.main-menu>li,
    .primary-navigation ul.nav-menu>li {
        margin-left: 30px
    }
}

.primary-navigation ul.main-menu>li.level0>a,
.primary-navigation ul.nav-menu>li.level0>a {
    height: 80px;
    line-height: 80px;
    padding: 0 20px
}

.primary-navigation ul.main-menu>li>a,
.primary-navigation ul.nav-menu>li>a {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    transition: all 0.1s ease-in-out
}

.primary-navigation ul.main-menu>li>a:hover,
.primary-navigation ul.nav-menu>li>a:hover {
    color: white;
    text-decoration: none
}

.primary-navigation ul.main-menu>li:hover>a,
.primary-navigation ul.nav-menu>li:hover>a {
    color: white
}

.primary-navigation ul.main-menu>li.current-menu-item>a,
.primary-navigation ul.main-menu>li.current-menu-parent>a,
.primary-navigation ul.nav-menu>li.current-menu-item>a,
.primary-navigation ul.nav-menu>li.current-menu-parent>a {
    color: white
}

.primary-navigation ul.main-menu>li.menu-item-has-children:hover>ul.sub-menu,
.primary-navigation ul.nav-menu>li.menu-item-has-children:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    transform: translate3d(0, 0, 0);
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease;
    display: block;
    opacity: 1;
    z-index: 1000;
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
    top: 100%
}

.primary-navigation ul.main-menu>li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu,
.primary-navigation ul.nav-menu>li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu {
    right: 0 !important;
    left: auto !important
}

.primary-navigation ul.main-menu>li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu>li,
.primary-navigation ul.nav-menu>li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu>li {
    text-align: right
}

.primary-navigation ul.main-menu>li.menu-item-has-children.dawnthemes-menu-dir-r:hover>ul.sub-menu,
.primary-navigation ul.nav-menu>li.menu-item-has-children.dawnthemes-menu-dir-r:hover>ul.sub-menu {
    right: 0 !important;
    left: auto !important
}

.primary-navigation ul.main-menu>li ul.sub-menu,
.primary-navigation ul.nav-menu>li ul.sub-menu {
    background: black;
    border-top: 1px solid #ecc200;
    position: absolute;
    min-width: 373px;
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 120%;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease 0.25s;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease 0.3s;
    transform: translate3d(0, 25px, 0);
    position: absolute;
    top: 120%;
    left: 0;
    right: auto;
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    line-height: initial
}

.primary-navigation ul.main-menu>li ul.sub-menu li,
.primary-navigation ul.nav-menu>li ul.sub-menu li {
    font-size: 1em;
    line-height: 1.2;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
    position: relative;
    font-weight: bold;
    min-width: 200px;
    transition: color 0.1s, background-color 0.1s
}

.primary-navigation ul.main-menu>li ul.sub-menu li a,
.primary-navigation ul.nav-menu>li ul.sub-menu li a {
    display: block;
    color: #999999;
    padding: 13px 20px;
    text-transform: uppercase
}

.primary-navigation ul.main-menu>li ul.sub-menu li.current-menu-item,
.primary-navigation ul.main-menu>li ul.sub-menu li.current-menu-parent,
.primary-navigation ul.nav-menu>li ul.sub-menu li.current-menu-item,
.primary-navigation ul.nav-menu>li ul.sub-menu li.current-menu-parent {
    background-color: #ecc200
}

.primary-navigation ul.main-menu>li ul.sub-menu li.current-menu-item>a,
.primary-navigation ul.main-menu>li ul.sub-menu li.current-menu-parent>a,
.primary-navigation ul.nav-menu>li ul.sub-menu li.current-menu-item>a,
.primary-navigation ul.nav-menu>li ul.sub-menu li.current-menu-parent>a {
    color: white
}

.primary-navigation ul.main-menu>li ul.sub-menu li:hover,
.primary-navigation ul.nav-menu>li ul.sub-menu li:hover {
    background-color: #ecc200
}

.primary-navigation ul.main-menu>li ul.sub-menu li:hover>a,
.primary-navigation ul.nav-menu>li ul.sub-menu li:hover>a {
    color: #ffffff;
    text-decoration: none
}

.primary-navigation ul.main-menu>li ul.sub-menu li.menu-item-has-children>a,
.primary-navigation ul.nav-menu>li ul.sub-menu li.menu-item-has-children>a {
    position: relative
}

.primary-navigation ul.main-menu>li ul.sub-menu li.menu-item-has-children:hover>ul.sub-menu,
.primary-navigation ul.nav-menu>li ul.sub-menu li.menu-item-has-children:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    transform: translate3d(0, 0, 0);
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease;
    display: block;
    opacity: 1;
    z-index: 1000;
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
    top: -1px;
    left: 100%
}

.primary-navigation ul.main-menu>li ul.sub-menu li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu,
.primary-navigation ul.nav-menu>li ul.sub-menu li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu {
    right: 100% !important;
    left: auto !important
}

.primary-navigation ul.main-menu>li ul.sub-menu li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu>li,
.primary-navigation ul.nav-menu>li ul.sub-menu li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu>li {
    text-align: right
}

.primary-navigation ul.main-menu>li ul.sub-menu li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu>li.menu-item-has-children>a:after,
.primary-navigation ul.nav-menu>li ul.sub-menu li.menu-item-has-children.dawnthemes-menu-dir-r>ul.sub-menu>li.menu-item-has-children>a:after {
    right: auto;
    left: 10px
}

.primary-navigation ul.main-menu>li ul.sub-menu li.menu-item-has-children.dawnthemes-menu-dir-r:hover>ul.sub-menu,
.primary-navigation ul.nav-menu>li ul.sub-menu li.menu-item-has-children.dawnthemes-menu-dir-r:hover>ul.sub-menu {
    right: 100% !important;
    left: auto !important
}

.primary-navigation ul.main-menu>li ul.sub-menu li ul.sub-menu,
.primary-navigation ul.nav-menu>li ul.sub-menu li ul.sub-menu {
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 120%;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease 0.25s;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease 0.3s;
    transform: translate3d(0, 25px, 0);
    position: absolute;
    top: 120%;
    left: 0;
    right: auto;
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    left: 100%
}

.primary-navigation .megamenu {
    position: static
}

.primary-navigation .megamenu>ul.main-menu {}

.primary-navigation .megamenu>ul.main-menu>li.list-style .sub-menu-list li i {
    display: none
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children.list-style {
    position: relative
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children.columns-style,
.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children.preview-style {
    position: initial
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children.columns-style ul,
.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children.preview-style ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content {
    background: black;
    border-top: 1px solid #ecc200;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    overflow: hidden;
    top: initial;
    left: 0;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 120%;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease 0.25s;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease 0.3s;
    transform: translate3d(0, 25px, 0);
    position: absolute;
    top: 120%;
    left: 0;
    right: auto;
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul {
    min-width: initial;
    line-height: initial
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns {
    display: table;
    width: 100%;
    table-layout: fixed
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column {
    background: black;
    display: table-cell;
    vertical-align: top;
    position: relative
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2)
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list>li {
    color: #999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list>li:last-child {
    border-bottom: 0px
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list .header {
    font-size: 1.1em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 20px 15px 20px;
    font-weight: bold;
    text-align: center
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list .header.menu-sidebar-title {
    display: none
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list .menu-item {
    transition: color 0.1s, background-color 0.1s
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list .menu-item a {
    padding: 13px 20px;
    color: inherit
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list .menu-item:hover {
    background-color: #ecc200
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list .menu-item:hover>a {
    color: #ffffff;
    text-decoration: none
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list:last-child {
    padding-right: 0px
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .list:last-child:before {
    display: none
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content ul.columns>li.column .megamenu-widgets {
    padding-left: 30px
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview {
    overflow: hidden
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-tabs {
    position: relative;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1, 1);
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    width: 20%
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-tabs li {
    font-size: 1em;
    line-height: 1.2;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
    position: relative;
    font-weight: bold;
    min-width: 200px;
    transition: color 0.1s, background-color 0.1s
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-tabs li a {
    display: block;
    color: #999999;
    padding: 13px 20px;
    text-transform: uppercase
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-tabs li.hover,
.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-tabs li:hover {
    background-color: #ecc200
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-tabs li.hover>a,
.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-tabs li:hover>a {
    color: #ffffff;
    text-decoration: none
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-tabs li i {
    display: none
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    width: 80%;
    margin-bottom: -5px;
    margin-left: -1px;
    animation: fadein 1s;
    background-color: #040404;
    color: #ffffff
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content.open {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    animation: fadein 1.3s
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .sub-grid-item-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 15px
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item {
    display: table-cell;
    vertical-align: top;
    padding: 15px
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item.col-md-4 {
    padding: 0px 15px
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item .grid-item-post:hover .title {
    color: #ecc200
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item .grid-item-post .entry-item-wrap {
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item .grid-item-post .entry-item-wrap a {
    padding: 0;
    color: inherit
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item .title {
    margin: 0;
    padding: 0;
    margin-top: 14px;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 3px;
    color: inherit;
    text-align: center
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item .title a {
    margin: 0;
    padding: 0px;
    color: inherit
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item img {
    transition: all 1s
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item:hover a img {
    transform: scale(1.1, 1.1)
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content.sub-preview .sub-grid-content .grid-item:hover .title {
    color: #ecc200
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content .megamenu-widgets {
    text-align: right
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children .sub-content .megamenu-widgets .widget {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top
}

.primary-navigation .megamenu>ul.main-menu>li.menu-item-has-children:hover .sub-content {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    transform: translate3d(0, 0, 0);
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease;
    display: block;
    opacity: 1;
    z-index: 1000;
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
    top: 100%
}

@media (max-width:992px) {
    .top-menu-wrapper {
        display: none
    }
}

.top-menu-wrapper .menu-top-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    background: transparent;
    line-height: 0
}

.top-menu-wrapper .menu-top-menu-container ul>li {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    border: 0 none
}

.top-menu-wrapper .menu-top-menu-container ul>li>a {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    transition: all 0.1s ease-in-out
}

.top-menu-wrapper .menu-top-menu-container ul>li>a:hover {
    color: #ecc200;
    text-decoration: none
}

.menu-toggle {
    display: none;
    line-height: inherit;
    padding: 0px 20px;
    border: none;
    cursor: pointer;
    text-align: left;
    margin: 0px;
    color: #ffffff;
    font-size: 24px
}

#dawnthemes-page {
    position: relative;
    background-color: inherit
}

#dawnthemes-page .main-container {
    background: #ffffff
}

#main.site-main {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:1024px) {
    #main.site-main {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:600px) {
    #main.site-main {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

#main.site-main.no-padding {
    padding-top: 0;
    padding-bottom: 0
}

.dawn-posts-list .site-content .entry-content {
    position: relative;
    overflow: hidden
}

.hentry {
    background: transparent;
    margin-bottom: 30px
}

.page-content,
.site-content .entry-content,
.site-content .entry-header,
.site-content .entry-meta,
.site-content .entry-summary {
    margin: 0
}

.page-content {
    margin-bottom: 48px
}

blockquote {
    position: relative;
    font-size: 1em;
    color: #999999;
    font-weight: normal;
    padding: 0px;
    font-style: italic;
    text-align: left;
    padding-left: 30px
}

blockquote:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #ecc200
}

blockquote cite {
    display: block;
    margin-top: 10px
}

blockquote cite a {
    text-decoration: none
}

@media (min-width:992px) {
    blockquote {
        padding-left: 50px
    }

    blockquote:before {
        left: 30px
    }
}

.rtl blockquote {
    padding-left: 0px;
    padding-right: 30px
}

.rtl blockquote:before {
    left: auto;
    right: 20px
}

@media (min-width:992px) {
    .rtl blockquote {
        padding-left: 0px;
        padding-right: 50px
    }

    .rtl blockquote:before {
        left: auto;
        right: 30px
    }
}

.full-width .hentry {
    max-width: 100%
}

.post-thumbnail {
    background: transparent;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.post-thumbnail * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.post-thumbnail span.entry-date {
    position: absolute;
    width: 48px;
    padding: 5px 0 4px;
    text-align: center;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    z-index: 20;
    color: #fff;
    left: 20px;
    top: 20px
}

.post-thumbnail span.entry-date a:hover {
    text-decoration: none
}

.post-thumbnail span.entry-date .date {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 1;
    color: #fff
}

.post-thumbnail span.entry-date .month {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff
}

.full-width .post-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.entry-header {
    position: relative;
    z-index: 1
}

.entry-title {
    font-size: 2.571em;
    font-weight: bold;
    margin: 0
}

.entry-title a {
    color: inherit
}

.entry-title a:hover {
    color: #ecc200;
    text-decoration: none
}

.updated:not(.published) {
    display: none
}

.sticky .post-title {
    position: relative;
    font-weight: bold
}

.sticky .post-title:before {
    line-height: 1;
    opacity: 1;
    margin-right: 8px;
    color: #ecc200;
    content: "";
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none
}

.entry-meta {
    clear: both;
    font-size: 1em
}

.entry-meta span {
    color: #999999;
    display: inline-block;
    vertical-align: top
}

.entry-meta span i {
    margin-right: 5px
}

.entry-meta a.url {
    text-transform: capitalize
}

.entry-meta a:hover {
    color: #666666
}

.entry-meta>span {
    margin-right: 20px;
    position: relative
}

.entry-meta>span:before {
    display: none
}

.cat-links {
    color: #999999
}

.cat-links a {
    color: #999999;
    position: relative
}

.cat-links a:hover {
    color: #ecc200;
    text-decoration: none
}

.posted-on a {
    position: relative;
    color: #999999
}

.posted-on a:hover {
    color: #ecc200
}

.site-content>:last-child {
    margin-bottom: 0
}

.site-content .entry-meta {
    margin-bottom: 8px
}

.site-content footer.tags-list {
    margin: 0;
    padding: 0
}

.tags-list {
    color: #999999
}

.tags-list .tag-title {
    margin-right: 5px;
    text-transform: uppercase;
    color: #999999
}

.tags-list .tag-links {
    color: #666666
}

.tags-list .tag-links a {
    display: inline-block;
    vertical-align: top;
    color: #ecc200;
    text-transform: capitalize
}

.tags-list .tag-links a:hover {
    color: #999999;
    text-decoration: none
}

.entry-share .share-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    text-transform: uppercase;
    color: inherit
}

.entry-share .share-links {
    display: inline-block;
    vertical-align: middle
}

.entry-share .share-links a {
    color: #ffffff;
    text-decoration: none
}

.entry-share .share-links a .fa {
    font-size: 18px;
    line-height: inherit
}

.entry-share .share-links a.facebook {
    background-color: #3b5998
}

.entry-share .share-links a.twitter {
    background-color: #55acee
}

.entry-share .share-links a.google {
    background-color: #dd4b39
}

.entry-share .share-links a.linkedin {
    background-color: #007bb5
}

.entry-share .share-links a.tumblr {
    background-color: #32506d
}

.entry-share .share-links a.pinterest {
    background-color: #cb2027
}

.entry-share .share-links a.email {
    background-color: #999999
}

.post-category .cat-title {
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase
}

.entry-content,
.entry-summary,
.page-content {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
}

.page .entry-content {
    padding-top: 0
}

@media (min-width:992px) {

    .comment-content h2,
    .entry-content h2,
    .entry-summary h2,
    .page-content h2 {
        margin-top: 1em;
        margin-bottom: 1em
    }
}

.comment-content ol,
.comment-content ul,
.entry-content ol,
.entry-content ul,
.entry-summary ol,
.entry-summary ul,
.page-content ol,
.page-content ul {
    margin-bottom: 1.75em
}

.comment-content li>ol,
.comment-content li>ul,
.entry-content li>ol,
.entry-content li>ul,
.entry-summary li>ol,
.entry-summary li>ul,
.page-content li>ol,
.page-content li>ul {
    margin-bottom: 0
}

.comment-content>ol,
.comment-content>ul,
.entry-content>ol,
.entry-content>ul,
.entry-summary>ol,
.entry-summary>ul,
.page-content>ol,
.page-content>ul {
    padding-left: 0
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
    margin-top: 0
}

.comment-content a,
.entry-content a,
.entry-summary a,
.page-content a {
    text-decoration: underline
}

.comment-content a.button,
.comment-content a:hover,
.entry-content a.button,
.entry-content a:hover,
.entry-summary a.button,
.entry-summary a:hover,
.page-content a.button,
.page-content a:hover {
    text-decoration: none
}

.comment-content table,
.entry-content table {
    font-size: 14px;
    margin-bottom: 24px
}

.comment-content th,
.entry-content th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase
}

.comment-content td,
.entry-content td {
    padding: 8px
}

.entry-content .edit-link a {
    text-decoration: none
}

.entry-content .edit-link a:hover {
    text-decoration: none
}

.readmore-link {
    margin-top: 25px
}

.readmore-link .more-link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    position: relative;
    background: none;
    border: none;
    z-index: 0;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    padding: 9px 20px;
    border-radius: 0.3em;
    letter-spacing: 0;
    box-shadow: 0 0em 0em rgba(0, 0, 0, 0.18);
    border-color: #e8e8e8
}

.readmore-link .more-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    border-radius: inherit;
    transition: height 0.3s;
    background-color: #e8e8e8
}

.readmore-link .more-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-width: 2px;
    border-style: solid;
    border-color: inherit
}

.readmore-link .more-link:hover {
    color: inherit
}

.readmore-link .more-link:hover:before {
    height: 100%
}

.hentry .mejs-container {
    margin: 12px 0 18px
}

.hentry .mejs-container .mejs-controls {
    background: #000
}

.hentry .mejs-container .mejs-controls .mejs-time {
    padding-top: 9px
}

.hentry .mejs-mediaelement {
    background: #000
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #24890d
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255, 255, 255, 0.33)
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, 0.33)
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-time-rail span {
    border-radius: 0
}

.hentry .mejs-overlay-loading {
    background: transparent
}

.hentry .mejs-overlay-button {
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #000;
    height: 36px;
    margin-left: -24px;
    width: 48px
}

.hentry .mejs-overlay-button:before {
    -webkit-font-smoothing: antialiased;
    content: "";
    display: inline-block;
    font: normal 32px/1.125 FontAwesome;
    position: absolute;
    top: 1px;
    left: 10px
}

.hentry .mejs-controls .mejs-button button:focus {
    outline: none
}

.hentry .mejs-controls .mejs-button button {
    -webkit-font-smoothing: antialiased;
    background: none;
    color: #fff;
    display: inline-block;
    font: normal 16px/1 FontAwesome
}

.hentry .mejs-playpause-button.mejs-play button:before {
    content: ""
}

.hentry .mejs-playpause-button.mejs-pause button:before {
    content: ""
}

.hentry .mejs-volume-button.mejs-mute button:before {
    content: "";
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0
}

.hentry .mejs-volume-button.mejs-unmute button:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.hentry .mejs-fullscreen-button button:before {
    content: ""
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
    content: ""
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
    background-color: #24890d;
    color: #fff
}

.hentry .mejs-controls .mejs-button button:hover {
    color: #41a62a
}

.content-sidebar .wp-playlist-item .wp-playlist-caption {
    color: #000
}

.page-links {
    clear: both;
    margin: 1.5em 0 1.75em;
    font-size: 1.2em
}

.page-links>span,
.page-links a {
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.9em;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em
}

.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    text-decoration: none
}

.page-links a:focus,
.page-links a:hover {
    background-color: #ecc200;
    border-color: transparent;
    color: #fff
}

.page-links>.page-links-title {
    border: 0;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%;
    display: table
}

.gallery-item {
    margin: 0;
    margin-top: 10px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 2%;
    border: 0;
    border-radius: 3px;
    box-shadow: none
}

.gallery-item .gallery-icon+p {
    display: none
}

.gallery-item .gallery-caption {
    font-style: italic;
    color: #757575;
    text-align: center
}

[class*=gallery-columns]:after {
    display: table;
    content: "";
    clear: both
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.format-aside .entry-content,
.format-aside .entry-summary,
.format-link .entry-content,
.format-link .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary {
    padding-top: 0
}

.site-content .format-aside .entry-title,
.site-content .format-link .entry-title,
.site-content .format-quote .entry-title {
    display: none
}

.image-navigation,
.post-navigation {
    margin-bottom: 60px
}

@media (max-width:767px) {

    .image-navigation,
    .post-navigation {
        margin-bottom: 30px
    }
}

.image-navigation a,
.post-navigation a {
    color: #666666;
    display: block;
    font-weight: bold;
    text-transform: none
}

.image-navigation a:hover,
.post-navigation a:hover {
    color: #ecc200;
    text-decoration: none
}

.post-navigation a {
    width: 100%
}

.post-navigation .meta-nav {
    color: #999999;
    display: block
}

.image-navigation .next-image,
.image-navigation .previous-image {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 0 12px;
    width: 100%
}

.nav-links {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    display: block
}

.nav-links:after,
.nav-links:before {
    content: " ";
    display: table
}

.nav-links:after {
    clear: both
}

.wp-paging-navigation .nav-links {
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    margin: 0;
    padding: 0;
    padding-top: 35px
}

.nav-links .nav-next,
.nav-links .nav-previous {
    width: 50%;
    float: left;
    text-align: center
}

.nav-links .nav-next .meta-nav,
.nav-links .nav-previous .meta-nav {
    margin-bottom: 32px;
    font-weight: bold;
    color: #131313;
    font-size: 1.143em
}

.nav-links .nav-next .post-title,
.nav-links .nav-previous .post-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-size: 1em
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
    transition: all 0.1s ease-in-out
}

.nav-links .nav-previous .meta-nav i {
    margin-right: 5px
}

.nav-links .nav-next .meta-nav i {
    margin-left: 5px
}

.nav-links .nav-previous+.nav-next {
    margin-top: 20px
}

.post-navigation .nav-links .nav-next:after,
.post-navigation .nav-links .nav-next:before,
.post-navigation .nav-links .nav-previous:after,
.post-navigation .nav-links .nav-previous:before {
    content: " ";
    display: table
}

.post-navigation .nav-links .nav-next:after,
.post-navigation .nav-links .nav-previous:after {
    clear: both
}

.post-navigation .nav-links .nav-next .nav-content,
.post-navigation .nav-links .nav-previous .nav-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: auto;
    max-width: 262px;
    min-height: 171px
}

.post-navigation .nav-links .nav-next .nav-content:before,
.post-navigation .nav-links .nav-previous .nav-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out
}

.post-navigation .nav-links .nav-next .nav-content.no-thumbnail,
.post-navigation .nav-links .nav-previous .nav-content.no-thumbnail {
    width: 262px;
    height: 171px
}

.post-navigation .nav-links .nav-next .nav-content:hover:before,
.post-navigation .nav-links .nav-previous .nav-content:hover:before {
    background-color: rgba(0, 0, 0, 0.3)
}

.post-navigation .nav-links .nav-next .nav-content:hover .post-title,
.post-navigation .nav-links .nav-previous .nav-content:hover .post-title {
    color: #ecc200
}

.post-navigation .nav-links .nav-next .nav-content a,
.post-navigation .nav-links .nav-previous .nav-content a {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.post-navigation .nav-links .nav-next .nav-content .post-title,
.post-navigation .nav-links .nav-previous .nav-content .post-title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 5%;
    font-weight: bold
}

@media (min-width:768px) {
    .post-navigation .nav-links .nav-previous+.nav-next {
        margin-top: 0px
    }

    .post-navigation .nav-links .nav-next .nav-content,
    .post-navigation .nav-links .nav-previous .nav-content {
        margin: initial
    }

    .post-navigation .nav-links .nav-previous {
        text-align: left
    }

    .post-navigation .nav-links .nav-next {
        text-align: right;
        float: right
    }

    .post-navigation .nav-links .nav-next .nav-content {
        float: right
    }
}

@media (max-width:768px) {

    .nav-links .nav-next,
    .nav-links .nav-previous {
        display: block;
        width: 100%
    }
}

.paging-navigation {
    margin: 0;
    padding: 0
}

.paging-navigation .loop-pagination {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: -4px;
    text-align: center;
    position: relative
}

.paging-navigation .loop-pagination:after,
.paging-navigation .loop-pagination:before {
    content: " ";
    display: table
}

.paging-navigation .loop-pagination:after {
    clear: both
}

.paging-navigation .page-numbers {
    display: inline-block;
    float: none;
    margin: 0px 4px 4px 4px;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background-color: #eaeaea;
    font-size: 1em;
    line-height: 40px;
    color: #7a7a7a
}

.paging-navigation .page-numbers.current {
    background: #ecc200;
    border-color: #ecc200;
    color: #0d0d0d !important
}

.paging-navigation .page-numbers.dots {
    background: transparent;
    border: 0px;
    width: 26px
}

.paging-navigation a:hover {
    background: #ecc200;
    border-color: #ecc200;
    color: #0d0d0d !important;
    text-decoration: none
}

.attachment .entry-content {
    padding-top: 0
}

.attachment footer.entry-meta {
    text-transform: none
}

.entry-attachment .attachment {
    margin-bottom: 24px
}

.archive-header,
.page-header {
    margin: 0px auto 24px auto;
    padding: 0px;
    border: 0px;
    margin: 20px auto 40px auto
}

.archive-title,
.page-title {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: -5px;
    text-transform: capitalize
}

.taxonomy-description {
    color: #767676;
    padding-top: 18px
}

.archive .page-heading {
    background: #000000;
    padding: 45px 0px
}

.archive .page-heading .page-header {
    margin: 0
}

.archive .page-heading .page-title {
    margin: 0;
    color: #ffffff
}

.archive .page-title {
    display: block;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 2.3em
}

.archive.author #main.site-main {
    padding-top: 0px
}

.archive.author .page-heading {
    background: #000000;
    padding-top: 30px;
    padding-bottom: 0px;
    color: #999999
}

.archive.author .page-heading .page-title {
    color: #ffffff;
    margin-bottom: 20px
}

.archive.author .page-heading .viem_author-wrap {
    position: relative
}

.archive.author .page-heading .viem_author-wrap .viem_author-avatar {
    text-align: center;
    margin-bottom: 20px
}

.archive.author .page-heading .viem_author-wrap .viem_author-info {
    margin-bottom: 20px
}

.archive.author .page-heading .viem_author-wrap .viem_author-info .page-title {
    text-align: center
}

.archive.author .page-heading .viem_author-wrap .viem_author-info .author-socials {
    margin-top: 24px
}

@media (min-width:768px) {

    .archive.author .page-heading .viem_author-wrap:after,
    .archive.author .page-heading .viem_author-wrap:before {
        content: " ";
        display: table
    }

    .archive.author .page-heading .viem_author-wrap:after {
        clear: both
    }

    .archive.author .page-heading .viem_author-wrap .viem_author-avatar,
    .archive.author .page-heading .viem_author-wrap .viem_author-info {
        display: inline-block;
        vertical-align: top;
        float: left
    }

    .archive.author .page-heading .viem_author-wrap .viem_author-avatar {
        width: 200px
    }

    .archive.author .page-heading .viem_author-wrap .viem_author-info {
        width: calc(100% - 200px);
        padding-left: 30px;
        padding-top: 10px
    }

    .archive.author .page-heading .viem_author-wrap .viem_author-info .page-title {
        text-align: left
    }
}

.archive.author .page-heading .tabbed-header-renderer .content-tab .content-tab-item {
    margin-top: 10px
}

.archive.author .page-heading .tabbed-header-renderer .content-tab .content-tab-item a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 3px;
    color: #999999;
    font-weight: bold
}

.archive.author .page-heading .tabbed-header-renderer .content-tab .content-tab-item a:after {
    content: "";
    background-color: #ecc200;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.archive.author .page-heading .tabbed-header-renderer .content-tab .content-tab-item.active a {
    color: #ecc200
}

.archive.author .page-heading .tabbed-header-renderer .content-tab .content-tab-item.active a:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (min-width:480px) {
    .archive.author .page-heading .tabbed-header-renderer .content-tab {
        margin-right: -25px;
        margin-left: -25px
    }

    .archive.author .page-heading .tabbed-header-renderer .content-tab .content-tab-item {
        float: left;
        position: relative;
        display: inline-block;
        vertical-align: top;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px
    }

    .archive.author .page-heading .tabbed-header-renderer .content-tab .content-tab-item a {
        padding-bottom: 26px
    }
}

.archive.author #main-content {
    padding-top: 80px
}

@media (max-width:1024px) {
    .archive.author #main-content {
        padding-top: 50px
    }
}

@media (max-width:600px) {
    .archive.author #main-content {
        padding-top: 30px
    }
}

.contributor {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 48px 10px
}

.contributor:first-of-type {
    padding-top: 24px
}

.contributor-info {
    margin: 0 auto;
    max-width: 474px
}

.contributor-avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0 30px 20px 0;
    padding: 2px
}

.contributor-name {
    font-size: 1.143em;
    font-weight: bold;
    margin: 0
}

.contributor-bio a {
    text-decoration: underline
}

.contributor-bio a:hover {
    text-decoration: none
}

.contributor-posts-link {
    display: inline-block;
    padding: 10px 30px
}

.contributor-posts-link:before {
    content: ""
}

.error404 #main.site-main {
    margin: 0;
    padding: 0;
    min-height: auto
}

.error404 #main-content .page-content {
    padding-top: 118px;
    padding-bottom: 100px;
    text-align: center
}

.error404 #main-content .page-content .not-found-content .page_not_found_bg {
    margin-bottom: 30px
}

.error404 #main-content .page-content .not-found-content h2 {
    margin: 0 0 30px 0;
    color: #eaeaea;
    font-size: 2.5em
}

@media (min-width:768px) {
    .error404 #main-content .page-content .not-found-content h2 {
        font-size: 5em
    }
}

.error404 #main-content .page-content .not-found-content .not-found-desc .btn {
    background: #131313;
    border-color: #131313;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.143em;
    text-decoration: none
}

.error404 #main-content .page-content .search-form {
    margin-bottom: 24px
}

.error404 #main-content .page-content .search-form label {
    max-width: 1023px;
    width: 100%
}

.error404 #main-content .page-content .search-form label input.search-field {
    background: #ffffff;
    padding: 0 20px
}

.error404 #main-content .page-content .search-form .search-submit {
    background: #ecc200;
    color: #ffffff;
    border: 2px solid #ecc200;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px
}

.error404 #main-content .page-content .search-form .search-submit i {
    margin-right: 5px
}

@media (min-width:992px) {
    .error404 #main-content .page-content .search-form .search-submit {
        padding: 0 50px
    }
}

.error404 #main-content .page-content .search-form input {
    height: 50px;
    border: 2px solid #b5b5b5;
    line-height: 50px;
    border-radius: 0
}

#class_review_form_wrapper,
.comments-area {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(153, 153, 153, 0.2)
}

@media (max-width:767px) {

    #class_review_form_wrapper,
    .comments-area {
        margin-top: 30px
    }
}

@media (max-width:767px) {

    #class_review_form_wrapper,
    .comments-area {
        padding-top: 30px
    }
}

.comment-list .reply,
.comment-metadata {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase
}

.comment-list .reply {
    margin-top: 24px
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list article {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-top: 30px
}

.comment-list>.pingback:first-child,
.comment-list>.trackback:first-child,
.comment-list>li:first-child>article {
    border-top: 0
}

.bypostauthor>article .fn:before {
    content: "";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px
}

.says {
    display: none
}

.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 0px
}

.comment-edit-link:before {
    content: ""
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: ""
}

.comment-content {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
}

.comment-content li>ol,
.comment-content li>ul {
    margin-bottom: 0
}

.comment-content>:last-child {
    margin-bottom: 0
}

.comment-list .children {
    list-style: none;
    margin-left: 15px
}

#respond {
    padding: 0px;
    margin-bottom: 60px
}

#respond .comment-reply-title,
#respond .comment-respond-heading {
    position: relative;
    text-transform: capitalize;
    font-size: 1.714em;
    margin-top: -4px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

#respond .comment-reply-title #cancel-comment-reply-link,
#respond .comment-respond-heading #cancel-comment-reply-link {
    font-size: 0px;
    text-align: center
}

#respond .comment-form .form-submit .submit {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 1.143em;
    font-weight: bold;
    background: #131313;
    border: 1px solid #131313;
    color: #ffffff;
    text-transform: uppercase;
    outline: none;
    padding: 12px 22px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 0.1s ease-in-out
}

#respond .comment-form .form-submit .submit:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.comment .comment-respond {
    margin-top: 24px
}

.comment-respond h3 {
    margin-top: 0
}

.comment-respond textarea {
    height: 170px
}

.comment-respond .comment-form-comment {
    margin-bottom: 10px
}

.comment-respond .comment_form_default_fields {
    margin-bottom: 20px
}

.comment-respond .comment_form_default_fields.row {
    margin-right: -5px;
    margin-left: -5px
}

.comment-respond .comment_form_default_fields.row>div {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px
}

.comment-awaiting-moderation,
.comment-notes,
.form-allowed-tags,
.form-allowed-tags code,
.logged-in-as,
.no-comments {
    color: #999999
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    margin-top: 24px;
    text-transform: uppercase
}

.comment-form label {
    display: block
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea {
    width: 100%;
    background: #eaeaea;
    margin-bottom: 0px;
    color: #666666;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 0px
}

.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.comment-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
    color: #999999
}

.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
    color: #999999
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 0.857em
}

.required {
    color: #c0392b
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
    font-size: 0px
}

.comment-reply-title small a:hover {
    color: #ecc200
}

.comment-reply-title small a:before {
    content: "";
    font-size: 18px
}

.comment-navigation {
    font-size: 0.857em;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block
}

.comment-navigation .nav-previous a {
    margin-right: 10px
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0
}

#comments .logged-in-as a {
    text-decoration: none
}

#comments .comments-title {
    position: relative;
    color: #131313;
    text-transform: capitalize;
    font-size: 1.714em;
    margin: 0;
    padding: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

#comments .comment-list {
    list-style: none;
    padding: 0;
    padding-bottom: 60px;
    margin: 0 0 60px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

#comments .comment-list li.comment {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(153, 153, 153, 0.2)
}

#comments .comment-list li.comment:first-child {
    border-top: 0px;
    margin-top: 0px
}

#comments .comment-list li.comment .blog-img-wrap {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px
}

#comments .comment-list li.comment .author-content {
    padding-top: 10px
}

#comments .comment-list li.comment .author-content .box-left {
    margin-bottom: 5px
}

#comments .comment-list li.comment .author-content .box-left .comment-author {
    font-size: 1em;
    font-weight: bold;
    color: #131313;
    margin-bottom: 4px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top
}

#comments .comment-list li.comment .author-content .box-left .date-wrap {
    color: #999999;
    font-size: 0.857em;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.1em;
    margin-left: 20px
}

#comments .comment-list li.comment .author-content .box-left .date-wrap:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

#comments .comment-list li.comment .author-content .box-left .date-wrap:before {
    margin-right: 9px
}

#comments .comment-list li.comment .author-content .box-right {
    margin-bottom: 10px
}

#comments .comment-list li.comment .author-content .box-right .comment-reply-link {
    color: #999999;
    text-transform: capitalize;
    font-size: 0.857em;
    text-decoration: none
}

#comments .comment-list li.comment .author-content .box-right .comment-reply-link:before {
    font-size: 12px;
    margin-right: 9px
}

#comments .comment-list li.comment .author-content .box-right .comment-reply-link:hover {
    color: #ecc200
}

#comments .comment-list li.comment .author-content .box-comment p:last-child {
    margin-bottom: 0
}

#comments .comment-list li.comment .children li.comment {
    border-top: 1px solid rgba(153, 153, 153, 0.2)
}

#comments .comment-list li.comment .children li.comment:first-child {
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    margin-top: 20px
}

@media (min-width:992px) {
    #comments .comment-list li.comment .comment {
        overflow: hidden;
        clear: both
    }

    #comments .comment-list li.comment .comment .blog-img-wrap {
        display: inline-block;
        vertical-align: top;
        float: left;
        width: 65px;
        margin-right: 20px
    }

    #comments .comment-list li.comment .comment .author-content {
        display: inline-block;
        vertical-align: top;
        float: left;
        width: calc(100% - 85px);
        position: relative
    }

    #comments .comment-list li.comment .comment .author-content .box-right {
        position: absolute;
        top: 0px;
        right: 0px
    }
}

.viem-social-share-toggle .toggle_social {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: rgba(153, 153, 153, 0.2);
    color: #999999
}

.viem-social-share-toggle .toggle_social i {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.2s;
    font-size: 18px;
    color: inherit
}

.viem-social-share-toggle .toggle_social span.close {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-top: -12px;
    margin-left: -12px;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: hidden;
    transition-duration: 0.5s;
    transition: all 0.3s ease-out
}

.viem-social-share-toggle .toggle_social span.close:after,
.viem-social-share-toggle .toggle_social span.close:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #000;
    height: 2px;
    margin-top: -1px
}

.viem-social-share-toggle .toggle_social span.close:before {
    transform: rotate(45deg)
}

.viem-social-share-toggle .toggle_social span.close:after {
    transform: rotate(-45deg)
}

.viem-social-share-toggle .toggle_social:hover {
    cursor: pointer;
    color: #ecc200
}

.viem-social-share-toggle .toggle_social:hover i {
    color: #ecc200
}

.viem-social-share-toggle .toggle_social.active i {
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.viem-social-share-toggle .toggle_social.active span.close {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: rotate(90deg)
}

.viem-social-share-toggle .toggle_social.active:hover span.close {
    transform: rotate(360deg)
}

.viem-social-share-toggle .social-list-box {
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 120%;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease 0.25s;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0s ease 0.3s;
    transform: translate3d(0, 25px, 0);
    position: absolute;
    top: 120%;
    left: 0;
    right: auto;
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    float: none;
    display: block;
    width: 100%;
    text-align: right;
    position: absolute;
    top: 55px;
    left: auto;
    right: 0;
    transition: all 0.2s ease
}

.viem-social-share-toggle .social-list-box:after,
.viem-social-share-toggle .social-list-box:before {
    content: " ";
    display: table
}

.viem-social-share-toggle .social-list-box:after {
    clear: both
}

@media (min-width:992px) {
    .viem-social-share-toggle .social-list-box {
        top: 0;
        right: 55px
    }
}

.viem-social-share-toggle .social-list-box.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    transform: translate3d(0, 0, 0);
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease;
    display: block;
    opacity: 1;
    z-index: 1000;
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s
}

.viem-social-share-toggle .social-list-box .share-links ul {
    margin-bottom: -10px
}

.viem-social-share-toggle .social-list-box .share-links ul li {
    float: right;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px
}

.viem-social-share-toggle .social-list-box .share-links ul li a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.posts.infinite-scroll .dt-paging-navigation,
.posts.infinite-scroll .paginate,
.posts.loadmore .dt-paging-navigation,
.posts.loadmore .paginate {
    display: none
}

.posts article .post-content-wrapper {
    position: relative;
    background: #ffffff
}

.posts article .post-title {
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    max-height: 3.4em;
    color: #131313;
    font-size: 1.143em;
    margin-bottom: 8px
}

.posts article .post-title a {
    color: inherit;
    text-decoration: none
}

.posts article .post-title:hover {
    color: #ecc200
}

.posts article .entry-featured {
    margin-bottom: 25px
}

.posts article .entry-meta {
    margin-bottom: 1em;
    color: #999999
}

.posts article .entry-content .post-excerpt {
    margin-bottom: 8px
}

.posts article .entry-footer {
    position: relative;
    display: block;
    margin-top: 25px
}

.posts article .entry-footer:after,
.posts article .entry-footer:before {
    content: " ";
    display: table
}

.posts article .entry-footer:after {
    clear: both
}

.posts article .entry-footer .readmore-link,
.posts article .entry-footer .toggle_social {
    display: inline-block;
    vertical-align: top;
    margin: 0px
}

.posts article .entry-footer .toggle_social {
    float: right
}

@media (max-width:480px) {
    .posts article .entry-footer .toggle_social {
        display: none
    }
}

.posts article .readmore-link .more-link {
    font-weight: normal
}

.posts .posts-wrap {
    clear: both
}

.posts .posts-wrap.posts-layout-list article {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .posts .posts-wrap.posts-layout-list article {
        margin-bottom: 30px
    }
}

.posts .posts-wrap.posts-layout-list article .post-title {
    text-transform: capitalize
}

.posts .posts-wrap.posts-layout-grid.v-grid-list,
.posts .posts-wrap.posts-layout-masonry.v-grid-list {
    margin: -15px
}

.posts .posts-wrap.posts-layout-grid.v-grid-list .v-grid-item,
.posts .posts-wrap.posts-layout-masonry.v-grid-list .v-grid-item {
    padding: 15px
}

@media (max-width:767px) {

    .posts .posts-wrap.posts-layout-grid.v-grid-list .v-grid-item,
    .posts .posts-wrap.posts-layout-masonry.v-grid-list .v-grid-item {
        width: 50%
    }
}

@media (max-width:480px) {

    .posts .posts-wrap.posts-layout-grid.v-grid-list .v-grid-item,
    .posts .posts-wrap.posts-layout-masonry.v-grid-list .v-grid-item {
        width: 100%
    }
}

.posts .posts-wrap.posts-layout-grid .post,
.posts .posts-wrap.posts-layout-masonry .post {
    margin-bottom: 60px
}

@media (max-width:767px) {

    .posts .posts-wrap.posts-layout-grid .post,
    .posts .posts-wrap.posts-layout-masonry .post {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {

    .posts .posts-wrap.posts-layout-grid .post-excerpt,
    .posts .posts-wrap.posts-layout-masonry .post-excerpt {
        display: none
    }
}

.posts .posts-wrap.posts-layout-grid .post-content-wrapper,
.posts .posts-wrap.posts-layout-masonry .post-content-wrapper {
    position: relative;
    background: #ffffff
}

.posts .posts-wrap.posts-layout-masonry figure {
    position: relative;
    overflow: hidden;
    margin: 5px;
    background: #333
}

.posts .posts-wrap.posts-layout-masonry figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.7;
    transition: opacity 0.3s
}

.posts .posts-wrap.posts-layout-masonry figure span {
    position: absolute;
    padding: 4px 20px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    transition: opacity 0.3s, transform 0.3s
}

.posts .posts-wrap.posts-layout-masonry figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center
}

.posts .posts-wrap.posts-layout-masonry figcaption h2 {
    margin: 0 0 20px 0;
    color: #3498db;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 130%;
    transition: transform 0.3s
}

.posts .posts-wrap.posts-layout-masonry figcaption p {
    padding: 0 20px;
    color: #aaa;
    font-weight: 300;
    transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.05s
}

.posts .posts-wrap.posts-layout-masonry figcaption h2,
.posts .posts-wrap.posts-layout-masonry figcaption p {
    transform: translateY(50px)
}

.posts .posts-wrap.posts-layout-masonry figcaption h2,
.posts .posts-wrap.posts-layout-masonry figcaption p,
.posts .posts-wrap.posts-layout-masonry figcaption span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.posts .posts-wrap.posts-layout-masonry figcaption span {
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    background: #fff;
    color: #333;
    font-weight: 300;
    transform: translateY(100%)
}

.posts .posts-wrap.posts-layout-masonry svg {
    position: absolute;
    top: -1px;
    z-index: 10;
    width: 100%;
    height: 100%
}

.posts .posts-wrap.posts-layout-masonry svg path {
    fill: #fff
}

.posts .posts-wrap.posts-layout-masonry a.masonry-item-wrap:hover figure img {
    opacity: 1
}

.posts .posts-wrap.posts-layout-masonry a.masonry-item-wrap:hover figure span {
    transition-timing-function: ease-out;
    transform: translateY(0)
}

.posts .posts-wrap.posts-layout-masonry a.masonry-item-wrap:hover figcaption h2,
.posts .posts-wrap.posts-layout-masonry a.masonry-item-wrap:hover figcaption p {
    transform: translateY(0)
}

.posts .posts-wrap.posts-layout-masonry a.masonry-item-wrap:hover figcaption p {
    opacity: 0
}

.loadmore-action {
    position: relative;
    display: block;
    height: 50px;
    text-align: center;
    margin: 0px;
    clear: both
}

.loadmore-action .loadmore-loading {
    display: none
}

.loadmore-action .loadmore-loading .dtwl-navloading .dtwl-navloader {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 10px;
    border-top: 5px solid rgba(0, 0, 0, 0.4);
    border-right: 5px solid rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid rgba(0, 0, 0, 0.4);
    border-left: 5px solid #ecc200;
    transform: translateZ(0);
    animation: dt_navloadding 1s infinite linear;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.loadmore-action button.btn-loadmore {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    height: 100%;
    border: transparent;
    background: #eaeaea;
    color: #999999;
    text-transform: capitalize;
    border-radius: 0px;
    -webkit-border-radius: 0px
}

.loadmore-action button.btn-loadmore:hover {
    background-color: #ecc200;
    border-color: #ecc200;
    color: #0d0d0d
}

.infinite-scroll-loading {
    margin-bottom: 2em;
    margin-top: 2em;
    text-align: center
}

.entry-featured {
    position: relative;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .entry-featured {
        margin-bottom: 20px
    }
}

.entry-featured * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.entry-featured a {
    display: block
}

.entry-featured video {
    display: block;
    width: 100%;
    height: 100%
}

.entry-featured.audio-embed .embed-wrap,
.entry-featured.video-featured .embed-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.entry-featured.audio-embed .embed-wrap embed,
.entry-featured.audio-embed .embed-wrap iframe,
.entry-featured.audio-embed .embed-wrap object,
.entry-featured.audio-embed .embed-wrap video,
.entry-featured.video-featured .embed-wrap embed,
.entry-featured.video-featured .embed-wrap iframe,
.entry-featured.video-featured .embed-wrap object,
.entry-featured.video-featured .embed-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.entry-featured.video-featured {
    position: relative
}

.entry-featured.video-featured a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden
}

.entry-featured.video-featured .dt-icon-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play-icon.png) no-repeat center center;
    background-size: 36px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease-in-out
}

.entry-featured.video-featured .dt-icon-video * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.entry-featured.video-featured:hover .dt-icon-video {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items {
    position: relative
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .navslider>span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    margin-top: -30px;
    display: inline-block;
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5)
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .navslider>span i {
    font-size: 12px
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .navslider>span.next {
    left: auto;
    right: 0px
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .navslider>span:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8)
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .viem-slick-item .viem-slide-img {
    position: relative;
    overflow: hidden;
    padding-top: 75%
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .viem-slick-item .viem-slide-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin-top: 15px;
    text-align: center
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .slick-dots li button {
    display: block;
    width: 30px;
    height: 7px;
    background: rgba(153, 153, 153, 0.2);
    font-size: 0px;
    margin: 0;
    padding: 0;
    border: 0px
}

.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .slick-dots li.slick-active button,
.entry-featured.gallery-featured .viem-slick-slider .viem-slick-wrap .viem-slick-items .slick-dots li:hover button {
    background: #ecc200
}

.byline a,
.comments-link a,
.post-meta a,
.posted-on a {
    color: inherit;
    text-decoration: none
}

.byline a:hover,
.comments-link a:hover,
.post-meta a:hover,
.posted-on a:hover {
    color: #ecc200
}

.single .hentry {
    margin-bottom: 0
}

.single .post .entry-header,
.single .viem_video .entry-header {
    margin-bottom: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

.single .post .entry-header:after,
.single .post .entry-header:before,
.single .viem_video .entry-header:after,
.single .viem_video .entry-header:before {
    content: " ";
    display: table
}

.single .post .entry-header:after,
.single .viem_video .entry-header:after {
    clear: both
}

.single .post .entry-header .entry-title,
.single .viem_video .entry-header .entry-title {
    font-size: 1.714em;
    margin: 0;
    margin-top: -5px;
    margin-bottom: 16px;
    padding: 0;
    text-transform: capitalize
}

.single .post .entry-header .post-meta:after,
.single .post .entry-header .post-meta:before,
.single .viem_video .entry-header .post-meta:after,
.single .viem_video .entry-header .post-meta:before {
    content: " ";
    display: table
}

.single .post .entry-header .post-meta:after,
.single .viem_video .entry-header .post-meta:after {
    clear: both
}

@media (min-width:992px) {

    .single .post .entry-header .post-meta,
    .single .viem_video .entry-header .post-meta {
        display: table;
        width: 100%;
        vertical-align: top
    }

    .single .post .entry-header .post-meta .entry-media,
    .single .post .entry-header .post-meta .entry-meta,
    .single .viem_video .entry-header .post-meta .entry-media,
    .single .viem_video .entry-header .post-meta .entry-meta {
        display: table-cell;
        vertical-align: top
    }

    .single .post .entry-header .post-meta .entry-media>span,
    .single .viem_video .entry-header .post-meta .entry-media>span {
        float: right
    }

    .single .post .entry-header .post-meta .entry-media>span,
    .single .viem_video .entry-header .post-meta .entry-media>span {
        margin: 0;
        margin-left: 20px
    }
}

.single .post .entry-header .entry-media,
.single .post .entry-header .entry-meta,
.single .viem_video .entry-header .entry-media,
.single .viem_video .entry-header .entry-meta {
    margin: 0px;
    margin-bottom: 16px
}

.single .post .entry-header .entry-media:after,
.single .post .entry-header .entry-media:before,
.single .post .entry-header .entry-meta:after,
.single .post .entry-header .entry-meta:before,
.single .viem_video .entry-header .entry-media:after,
.single .viem_video .entry-header .entry-media:before,
.single .viem_video .entry-header .entry-meta:after,
.single .viem_video .entry-header .entry-meta:before {
    content: " ";
    display: table
}

.single .post .entry-header .entry-media:after,
.single .post .entry-header .entry-meta:after,
.single .viem_video .entry-header .entry-media:after,
.single .viem_video .entry-header .entry-meta:after {
    clear: both
}

.single .post .entry-header .entry-media *,
.single .post .entry-header .entry-meta *,
.single .viem_video .entry-header .entry-media *,
.single .viem_video .entry-header .entry-meta * {
    color: #999999
}

.single .post .entry-header .entry-media a:hover,
.single .post .entry-header .entry-media a:hover time,
.single .post .entry-header .entry-meta a:hover,
.single .post .entry-header .entry-meta a:hover time,
.single .viem_video .entry-header .entry-media a:hover,
.single .viem_video .entry-header .entry-media a:hover time,
.single .viem_video .entry-header .entry-meta a:hover,
.single .viem_video .entry-header .entry-meta a:hover time {
    color: #666666
}

.single .post .entry-header .entry-media>span i,
.single .post .entry-header .entry-meta>span i,
.single .viem_video .entry-header .entry-media>span i,
.single .viem_video .entry-header .entry-meta>span i {
    margin-right: 5px
}

.single .post .entry-header .entry-media>span,
.single .viem_video .entry-header .entry-media>span {
    margin: 0;
    margin-right: 20px;
    position: relative
}

.single .post .entry-featured-multi-counter,
.single .viem_video .entry-featured-multi-counter {
    display: inline-block;
    vertical-align: top;
    padding: 7px 10px;
    background-color: #ecc200
}

.single .post .entry-featured-multi-counter>span,
.single .viem_video .entry-featured-multi-counter>span {
    padding: 0px 10px;
    font-weight: bold
}

.single .post .entry-featured-multi-counter *,
.single .viem_video .entry-featured-multi-counter * {
    color: #ffffff
}

.single .post .entry-featured-multi-counter .fa,
.single .viem_video .entry-featured-multi-counter .fa {
    font-size: 16px;
    margin-right: 3px
}

.single .post.has-post-thumbnail .entry-featured,
.single .viem_video.has-post-thumbnail .entry-featured {
    margin-bottom: 26px;
    position: relative
}

.single .post.has-post-thumbnail .entry-featured .entry-featured-multi-counter,
.single .viem_video.has-post-thumbnail .entry-featured .entry-featured-multi-counter {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1
}

.single .post .post-content,
.single .viem_video .post-content {
    margin-bottom: 56px
}

.single .post .post-content em,
.single .viem_video .post-content em {
    color: #999999
}

.single .post .entry-footer,
.single .viem_video .entry-footer {
    color: #999999;
    margin-top: 60px
}

.single .post .entry-footer:after,
.single .post .entry-footer:before,
.single .viem_video .entry-footer:after,
.single .viem_video .entry-footer:before {
    content: " ";
    display: table
}

.single .post .entry-footer:after,
.single .viem_video .entry-footer:after {
    clear: both
}

@media (max-width:767px) {

    .single .post .entry-footer,
    .single .viem_video .entry-footer {
        margin-top: 30px
    }
}

.single .post .entry-footer .tags-list,
.single .viem_video .entry-footer .tags-list {
    display: block;
    margin-bottom: 30px
}

@media (min-width:768px) {

    .single .post .entry-footer,
    .single .viem_video .entry-footer {
        display: table;
        width: 100%
    }

    .single .post .entry-footer .tags-list,
    .single .post .entry-footer .tags-list+.entry-share,
    .single .viem_video .entry-footer .tags-list,
    .single .viem_video .entry-footer .tags-list+.entry-share {
        display: table-cell;
        vertical-align: middle
    }

    .single .post .entry-footer .tags-list+.entry-share,
    .single .viem_video .entry-footer .tags-list+.entry-share {
        text-align: right
    }
}

.single .author-info {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .single .author-info {
        margin-bottom: 30px
    }
}

.single .author-info .author-avatar {
    margin-bottom: 30px
}

.single .author-info .author-description .author-primary {
    margin-bottom: 20px
}

.single .author-info .author-description .author-primary .author-title {
    font-size: 1.286em;
    text-transform: capitalize;
    color: #131313
}

.single .author-info .author-description .author-primary .author-title a {
    color: inherit
}

.single .author-info .author-description .author-desc {
    margin-bottom: 14px
}

.single .author-info .author-description .author-socials .dt-socials-item {
    display: inline-block;
    vertical-align: top
}

.single .author-info .author-description .author-socials a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #999999;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #eaeaea;
    border: 0
}

.single .author-info .author-description .author-socials a:last-child {
    padding-right: 0px
}

.single .author-info .author-description .author-socials a i {
    font-size: 12px;
    color: #999999
}

@media (min-width:992px) {
    .single .author-info {
        display: table;
        width: 100%
    }

    .single .author-info .author-avatar {
        display: table-cell;
        vertical-align: top;
        width: 100px;
        max-width: 100px
    }

    .single .author-info .author-description {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px
    }

    .single .author-info .author-description .author-primary {
        margin-bottom: 0
    }

    .single .author-info .author-description .author-primary:after,
    .single .author-info .author-description .author-primary:before {
        content: " ";
        display: table
    }

    .single .author-info .author-description .author-primary:after {
        clear: both
    }

    .single .author-info .author-description .author-primary .author-title {
        display: inline-block
    }
}

@media (max-width:991px) {
    .single .author-info {
        text-align: center
    }

    .single .author-info .author-description .author-desc {
        text-align: justify
    }
}

.single .post-navigation {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

@media (max-width:767px) {
    .single .post-navigation {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .single .post-navigation {
        padding-bottom: 30px
    }
}

.single .related_posts {
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 60px
}

@media (max-width:767px) {
    .single .related_posts {
        margin-bottom: 30px
    }
}

.single .related_posts .related_posts__wrapper {
    position: relative
}

.single .related_posts .related_posts__wrapper .related-posts__heading {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -4px;
    text-transform: capitalize;
    position: relative;
    display: block
}

.single .related_posts .related_posts__wrapper .related-posts__heading .related-posts__title {
    display: inline-block;
    vertical-align: top
}

.single .related_posts .related_posts__wrapper .related-posts__heading .related-posts__title .dt-title {
    margin: 0
}

.single .related_posts .related_posts__wrapper .related-posts__heading .related-posts__title .dt-title i {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    border: 1px solid #131313
}

.single .related_posts .related_posts__wrapper .navslider {
    position: absolute;
    top: 4px;
    right: 0
}

.single .related_posts .related_posts__wrapper .navslider .next,
.single .related_posts .related_posts__wrapper .navslider .prev {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #eaeaea;
    border: 0;
    color: #999999;
    text-align: center;
    line-height: 40px
}

.single .related_posts .related_posts__wrapper .navslider .next:hover,
.single .related_posts .related_posts__wrapper .navslider .prev:hover {
    cursor: pointer;
    background-color: #ecc200;
    color: #ffffff
}

.single .related_posts .related_posts__wrapper .navslider .prev {
    margin-right: 41px
}

.single .related_posts .related_posts__wrapper .related_posts-slider {
    position: static;
    margin-bottom: 0px;
    margin-left: -10px;
    margin-right: -10px
}

.single .related_posts .v-grid-list {
    margin: -1.5em
}

.single .related_posts .v-grid-list .v-grid-item {
    padding: 1.5em
}

@media (min-width:600px) {
    .single .related_posts .v-grid-list .v-grid-item {
        width: 50%
    }
}

.grid_0 .single .related_posts .v-grid-list .v-grid-item {
    width: 33.3333%
}

@media (min-width:992px) {
    .single .related_posts .v-grid-list.grid_0 .v-grid-item {
        width: 33.3333%
    }
}

@media (min-width:1366px) {
    .single .related_posts .v-grid-list.grid_0 .v-grid-item {
        width: 25%
    }
}

.single .related_posts .related-post-item {
    outline: none
}

.single .related_posts .related-post-item article .entry-featured {
    margin-bottom: 24px
}

.single .related_posts .related-post-item .rp-thumbnail {
    margin-bottom: 16px
}

.single .related_posts .related-post-item .related-post-title {
    font-size: 1.143em;
    margin-bottom: 11px
}

.single .related_posts .related-post-item .entry-meta {
    margin-bottom: 0px
}

.single .related_posts .related-post-item .entry-meta .entry-meta-content {
    display: table;
    width: 100%;
    vertical-align: top
}

.single .related_posts .related-post-item .entry-meta .entry-meta-content>span {
    display: table-cell;
    vertical-align: top;
    font-size: 0.857em
}

.single .related_posts .related-post-item .entry-meta .entry-meta-content>span.comments-number {
    text-align: right
}

.single .related_posts .slick-dots {
    display: none !important
}

.wp-caption-text {
    text-align: left;
    font-style: italic;
    color: #999999
}

.post-password-form label {
    display: inline-block;
    letter-spacing: 0.076923077em;
    margin-bottom: 1.75em;
    text-transform: uppercase
}

.post-password-form input[type=password] {
    margin: 0
}

@media (min-width:768px) {
    .single-format-video .viem-media-wrap .video-playlists .video-playlists-player {
        padding-top: 28.12%
    }

    .single-format-video .viem-media-wrap .video-playlists.video-playlist-columns-2 .video-playlists-player {
        width: 80%
    }

    .single-format-video .viem-media-wrap .video-playlists.video-playlist-columns-2 .video-playlists-content {
        width: 20%
    }
}

.single .post-content.hidden-content {
    overflow: hidden;
    max-height: 113px;
    margin-bottom: 0px
}

.single .post-content.hidden-content~.showmore-post-content-btn {
    display: block
}

.showmore-post-content-btn {
    display: none;
    position: relative;
    text-align: center;
    padding: 16px 0px;
    border-top: 1px solid rgba(153, 153, 153, 0.2)
}

.showmore-post-content-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 66px;
    bottom: 102%;
    left: 0;
    display: block;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, white 70%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4DFFFFFF", endColorstr="#FFFFFFFF", GradientType=0)
}

.showmore-post-content-btn .showmore-btn {
    color: #999999;
    font-weight: bold
}

.viem-video-player-wrapper {
    position: relative;
    margin-bottom: 30px
}

.viem-video-player-wrapper.light_on #v-container {
    position: relative;
    z-index: 100001
}

.viem-video-player-wrapper a {
    text-decoration: none
}

#viem-playlist-wrapper {
    position: relative
}

#viem-playlist-wrapper .viem-video-player-header {
    background-color: #2b2b2b;
    margin-bottom: 30px
}

#viem-playlist-wrapper .viem-video-player-header .entry-header {
    padding: 24px 30px 0px 30px
}

#viem-playlist-wrapper .viem-video-player-header .entry-header .entry-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.714em;
    margin-bottom: 20px
}

#viem-playlist-wrapper .viem-video-player-header .entry-header .viem-video-owner {
    margin: 0;
    border: 0
}

#viem-playlist-wrapper .viem-video-player-header .entry-header .viem-video-owner .video-owner-info-renderer .video-owner-title .author-title {
    color: #ecc200
}

#viem-playlist-wrapper .viem-video-features {
    border-top: 1px solid #000000
}

#viem-playlist-wrapper:not(.viem-series-wrapper) .toolbar-left .toolbar-block-item .viem-ft-desc {
    display: none
}

#viem-playlist-wrapper .viem-playlist-panel {
    position: relative;
    margin-top: -4px
}

#viem-playlist-wrapper .viem-playlist-panel .bg-overlay {
    margin-top: -20px;
    position: relative;
    display: block;
    height: 20px
}

#viem-playlist-wrapper .viem-playlist-panel .bg-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF131313", endColorstr="#FF131313", GradientType=0)
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-panel-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #999999
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-panel-header .playlist-title {
    color: #ffffff
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-panel-header .playlist-count-videos {
    color: #999999
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items {
    display: block;
    max-height: 300px;
    overflow: auto;
    position: relative;
    box-sizing: border-box;
    margin-right: -6px
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video {
    margin-top: 20px
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video .item-video-thumb {
    position: relative;
    display: inline-block;
    vertical-align: top
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video .item-video-thumb .video-duration {
    position: absolute;
    padding: 3px 10px;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    line-height: 1
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video .item-video-content {
    display: block;
    margin-top: 10px
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video .item-video-content .item-video-title {
    font-size: 1em;
    line-height: 1.7;
    color: #ffffff;
    font-weight: bold
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video.active .item-video-thumb .video-duration {
    display: none
}

#viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video.active .item-video-content .item-video-title {
    color: #ecc200
}

@media (min-width:480px) {
    #viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video {
        display: table;
        width: 100%;
        vertical-align: top
    }

    #viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video .item-video-thumb {
        width: 115px
    }

    #viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video .item-video-content,
    #viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video .item-video-thumb {
        display: table-cell;
        vertical-align: top
    }

    #viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items .viem-playlist-item-video .item-video-thumb+.item-video-content {
        padding-left: 20px
    }
}

#viem-playlist-wrapper .viem-col-left,
#viem-playlist-wrapper .viem-col-right {
    width: 100%
}

@media (min-width:992px) {
    #viem-playlist-wrapper .dawnthemes_row {
        margin-right: -15px;
        margin-left: -15px
    }

    #viem-playlist-wrapper .dawnthemes_row:after,
    #viem-playlist-wrapper .dawnthemes_row:before {
        content: " ";
        display: table
    }

    #viem-playlist-wrapper .dawnthemes_row:after {
        clear: both
    }

    #viem-playlist-wrapper .viem-col-left,
    #viem-playlist-wrapper .viem-col-right {
        float: left;
        padding-right: 15px;
        padding-left: 15px
    }

    #viem-playlist-wrapper .viem-col-left {
        width: 66.66666667%
    }

    #viem-playlist-wrapper .viem-col-right {
        width: 33.33333333%
    }

    #viem-playlist-wrapper .viem-playlist-panel .viem-playlist-items {
        max-height: 643px
    }

    #viem-playlist-wrapper .viem-playlist-panel-header {
        display: table;
        width: 100%;
        vertical-align: top
    }

    #viem-playlist-wrapper .viem-playlist-panel-header .playlist-count-videos,
    #viem-playlist-wrapper .viem-playlist-panel-header .playlist-title {
        display: table-cell;
        vertical-align: top
    }

    #viem-playlist-wrapper .viem-playlist-panel-header .playlist-count-videos {
        text-align: right
    }
}

.viem-multilink-panel,
.viem-series-panel {
    font-weight: bold;
    color: #999999;
    margin-bottom: 20px
}

.viem-multilink-panel .viem-series-header,
.viem-series-panel .viem-series-header {
    margin-bottom: 15px
}

.viem-multilink-panel .viem-series-header>div,
.viem-series-panel .viem-series-header>div {
    padding: 0;
    white-space: nowrap
}

.viem-multilink-panel .viem-series-items,
.viem-series-panel .viem-series-items {
    margin-left: -5px;
    margin-right: -5px
}

.viem-multilink-panel .viem-series-items:after,
.viem-multilink-panel .viem-series-items:before,
.viem-series-panel .viem-series-items:after,
.viem-series-panel .viem-series-items:before {
    content: " ";
    display: table
}

.viem-multilink-panel .viem-series-items:after,
.viem-series-panel .viem-series-items:after {
    clear: both
}

.viem-multilink-panel .viem-series-items .viem-playlist-item-video,
.viem-series-panel .viem-series-items .viem-playlist-item-video {
    float: left;
    padding: 0px 5px 5px 5px
}

.viem-multilink-panel .viem-series-items .viem-playlist-item-video .item-video-content a,
.viem-series-panel .viem-series-items .viem-playlist-item-video .item-video-content a {
    display: block;
    min-width: 46px;
    height: 35px;
    line-height: 35px;
    background-color: #2b2b2b;
    color: #999999;
    text-align: center;
    padding: 0 10px
}

.viem-multilink-panel .viem-series-items .viem-playlist-item-video .item-video-content i,
.viem-series-panel .viem-series-items .viem-playlist-item-video .item-video-content i {
    display: none
}

.viem-multilink-panel .viem-series-items .viem-playlist-item-video.active .item-video-content a,
.viem-series-panel .viem-series-items .viem-playlist-item-video.active .item-video-content a {
    background-color: #ecc200;
    color: #131313
}

.viem-multilink-panel .viem-series-items .viem-playlist-item-video.active .item-video-content i,
.viem-series-panel .viem-series-items .viem-playlist-item-video.active .item-video-content i {
    margin-right: 10px;
    display: inline-block
}

@media (min-width:992px) {

    .viem-multilink-panel,
    .viem-series-panel {
        display: table;
        width: 100%
    }

    .viem-multilink-panel .viem-series-content,
    .viem-series-panel .viem-series-content {
        display: table-row
    }

    .viem-multilink-panel .viem-series-header,
    .viem-multilink-panel .viem-series-items,
    .viem-series-panel .viem-series-header,
    .viem-series-panel .viem-series-items {
        display: table-cell;
        vertical-align: middle
    }

    .viem-multilink-panel .viem-series-header,
    .viem-series-panel .viem-series-header {
        padding-right: 20px
    }

    .viem-multilink-panel .viem-series-items,
    .viem-series-panel .viem-series-items {
        width: 100%
    }
}

.viem-multilink-panel {
    margin: 10px 0px
}

.viem-multilink-panel .viem-series-content {
    padding-top: 20px
}

.viem-multilink-panel .viem-series-content .viem-series-header {
    margin: 0
}

@media (min-width:992px) {
    .viem-multilink-panel .viem-series-content .viem-series-header {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.viem-multilink-panel .viem-series-content .viem-series-items {
    padding-top: 20px;
    padding-bottom: 20px
}

.viem-multilink-panel .viem-series-content+.viem-series-content {
    border-top: 1px solid rgba(153, 153, 153, 0.2)
}

#viem_btn_lightbulb.on {
    position: relative;
    z-index: 100001;
    transition: all 0.1s ease-in-out
}

#viem_btn_lightbulb.on i,
#viem_btn_lightbulb.on span {
    color: #ecc200
}

.viem-video-features {
    position: relative;
    min-height: 50px;
    background: #eaeaea;
    color: #999999
}

.viem-video-features .toolbar-wraper {
    display: table;
    width: 100%
}

.viem-video-features .toolbar-wraper:after,
.viem-video-features .toolbar-wraper:before {
    content: " ";
    display: table
}

.viem-video-features .toolbar-wraper:after {
    clear: both
}

.viem-video-features a,
.viem-video-features i,
.viem-video-features span {
    color: #999999
}

.viem-video-features .toolbar-left,
.viem-video-features .toolbar-right {
    display: table-cell;
    vertical-align: top
}

.viem-video-features .toolbar-left:after,
.viem-video-features .toolbar-right:after {
    display: table;
    content: "";
    clear: both
}

.viem-video-features .toolbar-right {
    text-align: right
}

.viem-video-features .toolbar-right .toolbar-block-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
    border-right: 0px;
    padding: 0 10px
}

.viem-video-features .toolbar-right .toolbar-block-item .show-more-videos span,
.viem-video-features .toolbar-right .toolbar-block-item .viem-auto-next-op span {
    margin-right: 10px
}

@media (max-width:360px) {

    .viem-video-features .toolbar-right .toolbar-block-item .show-more-videos span,
    .viem-video-features .toolbar-right .toolbar-block-item .viem-auto-next-op span {
        display: none
    }
}

@media (max-width:360px) {
    .viem-video-features .toolbar-right .toolbar-block-item .show-more-videos i {
        font-size: 24px
    }
}

.viem-video-features .toolbar-block-item {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    border-right: 1px solid rgba(153, 153, 153, 0.2);
    text-align: center;
    line-height: 50px
}

.viem-video-features .toolbar-block-item a {
    display: block;
    min-width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px
}

.viem-video-features .toolbar-block-item a:hover {
    transition: all 0.1s ease-in-out
}

.viem-video-features .toolbar-block-item a:hover i,
.viem-video-features .toolbar-block-item a:hover span {
    color: #131313
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action {
    float: none;
    margin-top: 0;
    position: relative
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .status {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    visibility: hidden
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .status .loading-img {
    background-position: center !important;
    visibility: visible
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .watch-position {
    float: right;
    font-style: normal
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .jlk {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .jlk .lc,
.viem-video-features .toolbar-block-item.viem-like-post .watch-action .jlk .unlc,
.viem-video-features .toolbar-block-item.viem-like-post .watch-action .jlk img {
    display: none
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .jlk .viem-lc,
.viem-video-features .toolbar-block-item.viem-like-post .watch-action .jlk .viem-unlc {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    float: none;
    padding: 0 0 0 6px;
    font-size: inherit;
    line-height: inherit;
    display: none
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .jlk:before {
    transition: color 0.2s;
    -webkit-transition: color 0.2s
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .jlk:hover:before {
    color: #1c1c1c
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=lbg-style1],
.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=unlbg-style1] {
    min-width: 50px;
    height: 50px;
    display: block;
    float: left;
    border-right: 1px solid rgba(153, 153, 153, 0.2)
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=lbg-style1]:before,
.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=unlbg-style1]:before {
    color: #999999
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=unlbg-style1] {
    border-right: 0px
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=lbg-style1].jlk:before {
    display: inline-block;
    vertical-align: top;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=unlbg-style1].jlk:before {
    display: inline-block;
    vertical-align: top;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .action-like {
    margin-right: 0
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .action-unlike {
    padding-left: 0
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=lbg-style1].active.jlk:before {
    content: ""
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=unlbg-style1].active.jlk:before {
    content: ""
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=lbg-style1].active.jlk:before,
.viem-video-features .toolbar-block-item.viem-like-post .watch-action [class^=unlbg-style1].active.jlk:before {
    color: #131313
}

.viem-video-features .toolbar-block-item.viem-like-post .watch-action .action-like a.active .viem-ft-desc,
.viem-video-features .toolbar-block-item.viem-like-post .watch-action .action-unlike a.active .viem-ft-desc {
    color: #131313
}

.viem-video-features .toolbar-block-item .toggle_social {
    position: relative
}

.viem-video-features .toolbar-block-item .toggle_social .action-share {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 50px;
    width: auto
}

.viem-video-features .toolbar-block-item .toggle_social .viem-ft-desc {
    display: inline-block;
    vertical-align: top
}

.viem-video-features .toolbar-block-item .toggle_social i {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    transition: all 0.2s
}

.viem-video-features .toolbar-block-item .toggle_social span.close {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-top: -7px;
    margin-left: -7px;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: hidden;
    transition-duration: 0.5s;
    transition: all 0.3s ease-out
}

.viem-video-features .toolbar-block-item .toggle_social span.close:after,
.viem-video-features .toolbar-block-item .toggle_social span.close:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #000;
    height: 2px;
    margin-top: -1px
}

.viem-video-features .toolbar-block-item .toggle_social span.close:before {
    transform: rotate(45deg)
}

.viem-video-features .toolbar-block-item .toggle_social span.close:after {
    transform: rotate(-45deg)
}

.viem-video-features .toolbar-block-item .toggle_social:hover {
    cursor: pointer
}

.viem-video-features .toolbar-block-item .toggle_social.active i {
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.viem-video-features .toolbar-block-item .toggle_social.active span.close {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: rotate(90deg)
}

.viem-video-features .toolbar-block-item .toggle_social.active:hover span.close {
    transform: rotate(360deg)
}

.viem-video-features .toolbar-block-item .viem-ft-desc {
    margin-left: 10px
}

.rtl .viem-video-features .toolbar-block-item .viem-ft-desc {
    margin-left: 0px;
    margin-right: 10px
}

.viem-video-features.viem-dark {
    background: #2b2b2b
}

.viem-video-features.viem-dark .toolbar-block-item,
.viem-video-features.viem-dark .toolbar-block-item.viem-like-post .watch-action [class^=lbg-style1] {
    border-color: #131313
}

.viem-video-features.viem-dark a:hover i,
.viem-video-features.viem-dark a:hover span {
    color: #ffffff
}

.viem-video-features.viem-dark .toolbar-block-item.viem-like-post .watch-action .jlk:hover:before,
.viem-video-features.viem-dark .viem-watch-later.addedToWatchLater .viem-ft-desc,
.viem-video-features.viem-dark .viem-watch-later.addedToWatchLater i {
    color: #ffffff
}

.viem-video-features.viem-dark .toolbar-block-item.viem-like-post .watch-action [class^=lbg-style1].active.jlk:before,
.viem-video-features.viem-dark .toolbar-block-item.viem-like-post .watch-action [class^=unlbg-style1].active.jlk:before {
    color: #ffffff
}

.viem-video-features.viem-dark .toolbar-block-item.viem-like-post .watch-action .action-like a.active .viem-ft-desc,
.viem-video-features.viem-dark .toolbar-block-item.viem-like-post .watch-action .action-unlike a.active .viem-ft-desc {
    color: #ffffff
}

.viem-video-features.viem-dark .toolbar-block-item .toggle_social.active span.close:after,
.viem-video-features.viem-dark .toolbar-block-item .toggle_social.active span.close:before {
    background: #ffffff
}

.viem-video-features.viem-dark .show-more-videos.active i,
.viem-video-features.viem-dark .show-more-videos.active span {
    color: #ffffff
}

.viem-video-features .viem-watch-later.viem-modal {
    line-height: initial
}

.viem-video-features .viem-watch-later.viem-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.viem-video-features .viem-watch-later.viem-modal .modal-content {
    text-align: left;
    color: initial
}

.viem-video-features .viem-watch-later.viem-modal .modal-content .modal-footer {
    text-align: left
}

.viem-video-features .viem-watch-later.viem-modal .modal-content .modal-footer a {
    color: #131313
}

.viem-video-features .viem-watch-later.addedToWatchLater .viem-ft-desc,
.viem-video-features .viem-watch-later.addedToWatchLater i {
    color: #131313
}

.viem-video-features .viem-watch-later .viem-ft-desc {
    margin-left: 5px
}

.viem-video-features .share-links {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
    background-color: #2b2b2b;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.3s ease-out;
    max-height: 1px;
    overflow: hidden
}

.viem-video-features .share-links a {
    color: #ffffff;
    text-decoration: none
}

.viem-video-features .share-links a .fa {
    font-size: 18px;
    line-height: inherit
}

.viem-video-features .share-links a.facebook {
    background-color: #3b5998
}

.viem-video-features .share-links a.twitter {
    background-color: #55acee
}

.viem-video-features .share-links a.google {
    background-color: #dd4b39
}

.viem-video-features .share-links a.linkedin {
    background-color: #007bb5
}

.viem-video-features .share-links a.tumblr {
    background-color: #32506d
}

.viem-video-features .share-links a.pinterest {
    background-color: #cb2027
}

.viem-video-features .share-links a.email {
    background-color: #999999
}

.viem-video-features .share-links i {
    color: #ffffff
}

.viem-video-features .share-links.active {
    padding: 10px 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all 0.3s ease-out;
    max-height: 333px
}

@media (max-width:991px) {

    .viem-video-features .toolbar-block-item .toggle_social .viem-ft-desc,
    .viem-video-features .toolbar-block-item .viem-ft-desc {
        display: none
    }
}

@media (max-width:768px) {

    .viem-video-features .toolbar-left,
    .viem-video-features .toolbar-right {
        display: block
    }

    .viem-video-features .toolbar-right {
        text-align: center;
        border-top: 1px solid rgba(153, 153, 153, 0.2)
    }

    .viem-video-features.viem-dark .toolbar-right {
        border-color: #131313
    }
}

.viem-more-videos-slider {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 8;
    background: #131313;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.viem-more-videos-slider .related_videos {
    position: relative;
    padding: 20px 0px
}

.viem-more-videos-slider.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.2s ease-out;
    max-height: 333px
}

.viem-more-videos-slider .related_videos .related_posts__wrapper {
    background: #131313;
    padding-left: 50px;
    padding-right: 50px
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .viem-slick-slider.slick-slider {
    position: static
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .pre-slider:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .next-slider:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .next-slider,
.viem-more-videos-slider .related_videos .related_posts__wrapper .pre-slider {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    line-height: 1;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    background-color: rgba(153, 153, 153, 0.5);
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.1s ease-in-out
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .next-slider:before,
.viem-more-videos-slider .related_videos .related_posts__wrapper .pre-slider:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    color: #999999
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .next-slider:hover,
.viem-more-videos-slider .related_videos .related_posts__wrapper .pre-slider:hover {
    background: #ecc200
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .next-slider:hover:before,
.viem-more-videos-slider .related_videos .related_posts__wrapper .pre-slider:hover:before {
    color: #ffffff
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .pre-slider:before {
    left: 0
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .next-slider {
    left: auto;
    right: 0px
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .next-slider:before {
    right: 0
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .related-post-item {
    height: auto;
    padding-right: 10px;
    padding-left: 10px
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .related-post-item .entry-featured {
    margin-bottom: 10px
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .related-post-item .related-post-title {
    color: #ffffff
}

.viem-more-videos-slider .related_videos .related_posts__wrapper .related-post-item .related-post-title a,
.viem-more-videos-slider .related_videos .related_posts__wrapper .related-post-item .related-post-title span {
    color: inherit
}

.modal-backdrop {
    display: none;
    z-index: 0;
    background: transparent
}

.viem-modal {
    text-align: initial
}

.entry-content .watch-action {
    display: none !important
}

.DawnThemes_video_player.viem_is_vp_sticky {
    z-index: unset !important
}

.DawnThemes_video_player .elite_vp_mainContainer.elite_vp_sticky .elite_vp_screenBtnsWindow {
    display: none !important
}

.DawnThemes_video_player .elite_vp_mainContainer.elite_vp_sticky .elite_vp_videoTrackDownload {
    max-width: 100% !important
}

.DawnThemes_video_player .elite_vp_videoPlayerAD .elite_vp_videoPlayerAD,
.DawnThemes_video_player .elite_vp_videoPlayer video {
    width: 100% !important;
    height: 100% !important
}

.DawnThemes_video_player .elite_vp_playButtonPoster,
.DawnThemes_video_player .elite_vp_playButtonScreen {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
    width: 60px;
    height: 60px;
    background: url("../images/video-player/playButtonPoster.png");
    background-repeat: no-repeat;
    background-size: contain
}

.DawnThemes_video_player .elite_vp_playButtonPoster .fa-elite-playScreen:before,
.DawnThemes_video_player .elite_vp_playButtonPoster:before,
.DawnThemes_video_player .elite_vp_playButtonScreen .fa-elite-playScreen:before,
.DawnThemes_video_player .elite_vp_playButtonScreen:before {
    display: none
}

@media (max-width:991px) {

    .DawnThemes_video_player .elite_vp_playButtonPoster,
    .DawnThemes_video_player .elite_vp_playButtonScreen {
        margin: -15px 0px 0px -15px;
        width: 30px;
        height: 30px
    }
}

.DawnThemes_video_player .ytp-large-play-button {
    background: url("../images/video-player/playButtonPoster.png");
    background-repeat: no-repeat;
    background-size: contain
}

.DawnThemes_video_player .ytp-large-play-button.ytp-button,
.DawnThemes_video_player .ytp-large-play-button svg {
    display: none !important
}

.DawnThemes_video_player .elite_vp_nowPlayingTitle {
    display: none !important
}

.DawnThemes_video_player #elite_vp_overlayPoster {
    width: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.viem-auto-next-op {
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.viem-auto-next-op .auto-next-btn,
.viem-auto-next-op span {
    display: inline-block;
    vertical-align: middle
}

.viem-auto-next-op .auto-next-btn {
    position: relative;
    width: 32px;
    height: 16px;
    margin-left: 8px;
    background-color: #d7d7d7;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    transition: background-color 0.2s
}

.viem-auto-next-op .auto-next-btn .oval-button {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: white;
    transition: all ease-in-out 0.2s
}

.viem-auto-next-op.active span {
    color: #ecc200
}

.viem-auto-next-op.active .auto-next-btn {
    background-color: #ecc200
}

.viem-auto-next-op.active .auto-next-btn .oval-button {
    left: 16px
}

.dt-icon-video {
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.dt-icon-video:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid rgba(255, 255, 255, 0);
    border-width: 7px 11px;
    border-left-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -7px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

@media (max-width:767px) {
    .dt-icon-video {
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px
    }

    .dt-icon-video:before {
        border-width: 5px 7px;
        margin-left: -3px;
        margin-top: -5px
    }
}

.dt-image-link .dt-icon-video {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.3s
}

.dt-image-link:hover .dt-icon-video {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all 0.3s
}

.single.single-viem_video .page-heading {
    background-color: #000000;
    padding: 0
}

.single.single-viem_playlist .entry-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin: 0
}

.single.single-viem_playlist .entry-header .entry-title {
    font-size: 1.714em;
    margin: 0;
    margin-top: -5px;
    margin-bottom: 16px;
    padding: 0;
    text-transform: capitalize
}

.single.single-viem_playlist .playlist-videos-toolbar {
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px 0px;
    display: table;
    width: 100%
}

.single.single-viem_playlist .playlist-videos-toolbar:after,
.single.single-viem_playlist .playlist-videos-toolbar:before {
    content: " ";
    display: table
}

.single.single-viem_playlist .playlist-videos-toolbar:after {
    clear: both
}

.single.single-viem_playlist .playlist-videos-toolbar .entry-share,
.single.single-viem_playlist .playlist-videos-toolbar .playlist-all-btn {
    display: table-cell;
    vertical-align: top
}

.single.single-viem_playlist .playlist-videos-toolbar .entry-share {
    text-align: right
}

.single.single-viem_series .entry-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin: 0;
    margin-bottom: 20px
}

.single.single-viem_series .entry-header .entry-title {
    font-size: 1.714em;
    margin: 0;
    margin-top: -5px;
    margin-bottom: 16px;
    padding: 0;
    text-transform: capitalize
}

.single.single-viem_series .entry-meta .videos-number .desc {
    margin: 0 5px
}

.single.single-viem_series .viem-single-playlist-videos {
    padding-top: 30px;
    border-top: 1px solid rgba(153, 153, 153, 0.2)
}

.single .viem-video-owner {
    margin-top: 4px;
    margin-bottom: 26px
}

.single .viem-video-owner:after,
.single .viem-video-owner:before {
    content: " ";
    display: table
}

.single .viem-video-owner:after {
    clear: both
}

.single .viem-video-owner .video-owner-avatar {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-right: 10px;
    width: 65px;
    height: 65px;
    overflow: hidden
}

.single .viem-video-owner .video-owner-avatar .avatar {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.single .viem-video-owner .video-owner-info-renderer {
    display: inline-block;
    vertical-align: middle
}

.single .viem-video-owner .video-owner-info-renderer .author-title {
    margin-bottom: 5px
}

.single .viem-video-owner .video-owner-info-renderer .video-owner-number {
    color: #999999
}

.single .viem-video-owner .video-owner-entry-media {
    display: none;
    margin-top: 15px;
    margin-bottom: 16px
}

.single .viem-video-owner .video-owner-entry-media:after,
.single .viem-video-owner .video-owner-entry-media:before {
    content: " ";
    display: table
}

.single .viem-video-owner .video-owner-entry-media:after {
    clear: both
}

.single .viem-video-owner .video-owner-entry-media * {
    color: #999999
}

.single .viem-video-owner .video-owner-entry-media a:hover,
.single .viem-video-owner .video-owner-entry-media a:hover time {
    color: #666666
}

.single .viem-video-owner .video-owner-entry-media>span i {
    margin-right: 5px
}

.single .viem-video-owner .video-owner-entry-media>span {
    margin-right: 20px;
    position: relative
}

@media (min-width:992px) {
    .single .viem-video-owner .video-owner-avatar {
        float: left
    }

    .single .viem-video-owner .video-owner-info-renderer {
        float: left;
        margin-top: 10px
    }

    .single .viem-video-owner .video-owner-entry-media {
        display: block;
        float: right
    }

    .single .viem-video-owner .video-owner-entry-media>span {
        float: right;
        margin: 0;
        margin-left: 20px
    }
}

@media (min-width:992px) {
    .single .post-meta .entry-media {
        display: none !important
    }
}

@media (min-width:768px) {
    .single .dawn-single-post-video .viem-video-player-wrapper #v-container {
        width: 100%
    }
}

.single.single-viem_video .entry-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin: 0
}

.single.single-viem_video .entry-header .viem-video-owner {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

.single.single-viem_video .post-meta {
    margin: 0;
    padding-bottom: 20px
}

.single.single-viem_video .post-meta .entry-meta {
    margin: 0
}

@media (min-width:768px) {
    .single .main-wrap.no-sidebar .dawn-single-post-video .viem-video-player-wrapper #v-container {
        width: 100%
    }
}

.single .related-post-item .entry-featured-wrap {
    position: relative
}

.single .related-post-item .entry-featured-wrap .entry-video-counter {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    padding: 0 10px
}

.single .related-post-item .entry-featured-wrap .entry-video-counter:after,
.single .related-post-item .entry-featured-wrap .entry-video-counter:before {
    content: " ";
    display: table
}

.single .related-post-item .entry-featured-wrap .entry-video-counter:after {
    clear: both
}

.single .related-post-item .entry-featured-wrap .entry-video-counter span {
    display: inline-block;
    vertical-align: top;
    font-size: 0.857em;
    line-height: 1;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px
}

.single .related-post-item .entry-featured-wrap .entry-video-counter span i {
    margin-right: 3px
}

.single .related-post-item .entry-featured-wrap .entry-video-counter span.video-duration {
    float: right
}

.single.viem-video-style-2 .viem-video-player-wrapper .viem-video-features .toolbar-block-item a {
    padding-left: 20px;
    padding-right: 20px
}

.single.viem-video-style-2 .viem-video-player-wrapper .viem-video-features .toolbar-block-item.viem-like-post {
    padding: 0
}

.single.viem-video-style-2 .viem-video-player-wrapper .viem-video-features .toolbar-block-item.viem-like-post .action-like a,
.single.viem-video-style-2 .viem-video-player-wrapper .viem-video-features .toolbar-block-item.viem-like-post .action-unlike a {
    padding-left: 20px;
    padding-right: 20px
}

.single.viem-video-style-2 .viem-video-player-wrapper .viem-video-features .toolbar-left .viem-ft-desc {
    display: none
}

.single.viem-video-style-2 .viem-video-player-wrapper .viem-video-features .show-more-videos.active {
    transition: all 0.1s ease-in-out
}

.single.viem-video-style-2 .viem-video-player-wrapper .viem-video-features .show-more-videos.active i,
.single.viem-video-style-2 .viem-video-player-wrapper .viem-video-features .show-more-videos.active span {
    color: #131313
}

.single.viem-video-style-1 .viem-video-player-wrapper,
.single.viem-video-style-3 .viem-video-player-wrapper {
    margin-bottom: 0px
}

.single.viem-video-style-1 .viem-more-videos-slider.active,
.single.viem-video-style-3 .viem-more-videos-slider.active {
    max-height: 369px
}

.single.viem-video-style-1 .show-more-videos.active,
.single.viem-video-style-3 .show-more-videos.active {
    transition: all 0.1s ease-in-out
}

.single.viem-video-style-1 .show-more-videos.active i,
.single.viem-video-style-1 .show-more-videos.active span,
.single.viem-video-style-3 .show-more-videos.active i,
.single.viem-video-style-3 .show-more-videos.active span {
    color: #ffffff
}

.single.single-viem_playlist .viem-video-player-wrapper {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .single.single-viem_playlist .viem-video-player-wrapper #v-container {
        width: 100%
    }
}

.single.single-viem_playlist .viem-video-player-wrapper #elite_vp_playlist {
    background: #000000
}

.single.single-viem_playlist .viem-video-player-wrapper #elite_vp_playlist .elite_vp_bg,
.single.single-viem_playlist .viem-video-player-wrapper #elite_vp_playlist .elite_vp_item {
    background: #000000 !important
}

.single.single-viem_playlist .viem-video-player-wrapper #elite_vp_playlist .elite_vp_title {
    color: #ffffff !important;
    font-size: 1em;
    font-family: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    max-height: 2.6em
}

.single.single-viem_playlist .viem-video-player-wrapper #elite_vp_playlist .elite_vp_description {
    display: none
}

.single.single-viem_playlist .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemRight {
    font-family: inherit !important
}

.single.single-viem_playlist .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemSelected .elite_vp_title {
    color: #ecc200 !important
}

.single.single-viem_playlist .viem-more-videos-slider .related_videos .related_posts__wrapper .next-slider,
.single.single-viem_playlist .viem-more-videos-slider .related_videos .related_posts__wrapper .pre-slider {
    width: 45px
}

.single.single-viem_playlist .viem-more-videos-slider.active {
    max-height: 369px
}

.single.single-viem_channel #main.site-main {
    padding-top: 0px
}

.single.single-viem_channel .page-heading.viem-featured-image-full {
    min-height: unset;
    padding-top: 260px;
    padding-bottom: 0px
}

.single.single-viem_channel .channel-header-container {
    margin: 30px 0px
}

.single.single-viem_channel .channel-header-container .viem-channel-owner {
    margin-bottom: 30px
}

.single.single-viem_channel .channel-header-container .entry-share {
    margin-left: -10px
}

@media (min-width:768px) {
    .single.single-viem_channel .channel-header-container {
        display: table;
        width: 100%;
        vertical-align: top
    }

    .single.single-viem_channel .channel-header-container .entry-share,
    .single.single-viem_channel .channel-header-container .viem-channel-owner {
        display: table-cell;
        vertical-align: bottom
    }

    .single.single-viem_channel .channel-header-container .entry-share {
        text-align: right
    }
}

.single.single-viem_channel .inner-header-container {
    position: relative;
    padding-top: 30px;
    background: transparent
}

.single.single-viem_channel .inner-header-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #131313;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.single.single-viem_channel .inner-header-container .entry-header {
    margin-bottom: 30px
}

.single.single-viem_channel .inner-header-container .entry-header .entry-title {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold
}

.single.single-viem_channel .inner-header-container .entry-header .viem-subscribe-renderer>a,
.single.single-viem_channel .inner-header-container .entry-header .viem-subscribe-renderer>span {
    display: inline-block;
    vertical-align: middle
}

.single.single-viem_channel .inner-header-container .entry-header .viem-subscribe-renderer .subscribers-count {
    margin-left: 10px;
    color: #999999
}

@media (min-width:768px) {
    .single.single-viem_channel .inner-header-container .entry-header {
        display: table;
        width: 100%;
        vertical-align: top
    }

    .single.single-viem_channel .inner-header-container .entry-header .entry-title,
    .single.single-viem_channel .inner-header-container .entry-header .viem-subscribe-renderer {
        display: table-cell;
        vertical-align: middle
    }

    .single.single-viem_channel .inner-header-container .entry-header .viem-subscribe-renderer {
        text-align: right
    }
}

.single.single-viem_channel .inner-header-container .tabbed-header-renderer .channel-tab .channel-tab-item {
    margin-top: 10px
}

.single.single-viem_channel .inner-header-container .tabbed-header-renderer .channel-tab .channel-tab-item a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 3px;
    color: #999999;
    font-weight: bold
}

.single.single-viem_channel .inner-header-container .tabbed-header-renderer .channel-tab .channel-tab-item a:after {
    content: "";
    background-color: #ecc200;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.single.single-viem_channel .inner-header-container .tabbed-header-renderer .channel-tab .channel-tab-item.active a {
    color: #ecc200
}

.single.single-viem_channel .inner-header-container .tabbed-header-renderer .channel-tab .channel-tab-item.active a:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (min-width:480px) {
    .single.single-viem_channel .inner-header-container .tabbed-header-renderer .channel-tab {
        margin-right: -25px;
        margin-left: -25px
    }

    .single.single-viem_channel .inner-header-container .tabbed-header-renderer .channel-tab .channel-tab-item {
        float: left;
        position: relative;
        display: inline-block;
        vertical-align: top;
        min-height: 1px;
        padding-left: 25px;
        padding-right: 25px
    }

    .single.single-viem_channel .inner-header-container .tabbed-header-renderer .channel-tab .channel-tab-item a {
        padding-bottom: 26px
    }
}

.single.single-viem_channel .content-renderer {
    display: block;
    padding-top: 80px
}

@media (max-width:1024px) {
    .single.single-viem_channel .content-renderer {
        padding-top: 50px
    }
}

@media (max-width:600px) {
    .single.single-viem_channel .content-renderer {
        padding-top: 30px
    }
}

.single.single-viem_channel .content-renderer .comments-area {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0
}

.viem-view_video-playlist.single-viem_video .page-heading {
    background-color: #131313
}

.viem-badges:after,
.viem-badges:before {
    content: " ";
    display: table
}

.viem-badges:after {
    clear: both
}

.viem-badges .badges-item {
    width: 40px;
    float: left;
    margin-left: 7px
}

@media (max-width:767px) {
    .viem-badges .badges-item {
        width: 25px
    }
}

.viem-badges .badges-item img {
    max-width: 100%;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    border: none
}

.viem_video .entry-featured-wrap {
    position: relative
}

.viem_video .entry-featured-wrap .viem-badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.viem_video .entry-featured-wrap .entry-video-counter {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    padding: 0 10px
}

.viem_video .entry-featured-wrap .entry-video-counter:after,
.viem_video .entry-featured-wrap .entry-video-counter:before {
    content: " ";
    display: table
}

.viem_video .entry-featured-wrap .entry-video-counter:after {
    clear: both
}

.viem_video .entry-featured-wrap .entry-video-counter span {
    display: inline-block;
    vertical-align: top;
    font-size: 0.857em;
    line-height: 1;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px
}

.viem_video .entry-featured-wrap .entry-video-counter span i {
    margin-right: 3px
}

.viem_video .entry-featured-wrap .entry-video-counter span.video-duration {
    float: right
}

.viem_video .post-title {
    display: block;
    font-size: 1.143em;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    max-height: 2.6em;
    font-weight: 600
}

.viem_video .post-title a {
    color: inherit
}

.viem_video .post-title:hover {
    color: #ecc200
}

.viem_video .entry-meta {
    margin-bottom: 0px
}

.viem_video .entry-meta .entry-meta-content {
    display: table;
    width: 100%;
    vertical-align: top
}

.viem_video .entry-meta .entry-meta-content>span {
    display: table-cell;
    vertical-align: top;
    font-size: 0.857em
}

.viem_video .entry-meta .entry-meta-content>span.comments-number,
.viem_video .entry-meta .entry-meta-content>span.meta-release {
    text-align: right
}

.viem_video .entry-meta .entry-meta-content>span .desc {
    margin: 0 3px
}

.viem-playlists .viem_playlist .post-title {
    display: block;
    font-size: 1.143em;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.viem-playlists .viem_playlist .entry-meta {
    margin: 0
}

.viem-playlists .viem_playlist .entry-meta .entry-meta-content {
    display: table;
    width: 100%;
    vertical-align: top
}

.viem-playlists .viem_playlist .entry-meta .entry-meta-content>span {
    display: table-cell;
    vertical-align: top;
    font-size: 0.857em
}

.viem-playlists .viem_playlist .entry-meta .entry-meta-content>span.comments-number {
    text-align: right
}

.viem-playlists .viem_playlist .entry-meta .entry-meta-content>span.posted-on {
    text-align: right
}

.viem-playlists .viem_playlist .entry-meta .videos-number .desc {
    margin: 0 5px
}

.viem-channels .viem_channel {
    margin-bottom: 60px
}

.viem-channels .viem_channel .post-title {
    display: block;
    font-size: 1.143em
}

.viem-channels .viem_channel .viem-subscribe-renderer .viem-subscribe-button {
    display: inline-block;
    vertical-align: middle
}

.viem-channels .viem_channel .viem-subscribe-renderer .viem-subscribe-button i {
    margin-right: 8px
}

.viem-channels .viem_channel .viem-subscribe-renderer .subscribers-count {
    display: inline-block;
    vertical-align: middle
}

.viem-channels .viem_channel .entry-meta {
    margin-bottom: 0px
}

.viem-channels .viem_channel .entry-meta .entry-meta-content {
    display: table;
    width: 100%;
    vertical-align: top
}

.viem-channels .viem_channel .entry-meta .entry-meta-content>span {
    display: table-cell;
    vertical-align: top;
    font-size: 0.857em
}

.viem-channels .viem_channel .entry-meta .entry-meta-content>span.video-number {
    text-align: right
}

.viem-channels .viem_channel .entry-footer {
    margin: 0;
    margin-top: 15px
}

.viem-channels .grid .viem_channel {
    text-align: center;
    margin-bottom: 70px
}

.viem-channels .grid .viem_channel .entry-featured-wrap {
    position: relative
}

.viem-channels .grid .viem_channel .entry-featured-wrap .entry-featured {
    margin-bottom: 10px
}

.viem-channels .grid .viem_channel .post-title {
    display: block;
    font-size: 1.143em;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.viem-channels .grid .viem_channel .subscribers-count {
    margin-bottom: 8px;
    display: block
}

.viem-channels .list .viem_channel .entry-featured-wrap .entry-featured {
    margin: 0
}

.viem-channels .list .viem_channel.has-post-thumbnail .post-content .post-header {
    margin-top: 16px
}

.viem-channels .list .viem_channel .post-content .post-header {
    margin-bottom: 16px
}

.viem-channels .list .viem_channel .post-content .post-header .viem-subscribe-renderer .subscribers-count {
    margin-left: 5px
}

.viem-channels .list .viem_channel .post-title {
    display: block;
    font-size: 1.143em;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.viem-subscribe-renderer .subscribers-count {
    font-weight: bold
}

.viem-subscribe-renderer .subscribe-label,
.viem-subscribe-renderer .subscribed-label,
.viem-subscribe-renderer .unsubscribe-label,
.viem-subscribe-renderer .viem-subscribe-button.subscribed:hover .subscribed-label {
    display: none;
    box-sizing: border-box
}

.viem-subscribe-renderer .viem-subscribe-button.subscribe .subscribe-label,
.viem-subscribe-renderer .viem-subscribe-button.subscribed .subscribed-label,
.viem-subscribe-renderer .viem-subscribe-button.subscribed:hover .unsubscribe-label {
    display: inline
}

.viem-playlists-wl .viem_video .entry-featured {
    margin: 0
}

.viem-playlists-wl .viem_video a {
    text-decoration: none
}

.viem-playlists-wl .viem_video .remove-f-wl {
    margin-bottom: 15px
}

.viem-playlists-wl .viem_video .entry-featured-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.viem-playlists-wl .viem_video .entry-featured-wrap .entry-video-counter {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    padding: 0 10px
}

.viem-playlists-wl .viem_video .entry-featured-wrap .entry-video-counter:after,
.viem-playlists-wl .viem_video .entry-featured-wrap .entry-video-counter:before {
    content: " ";
    display: table
}

.viem-playlists-wl .viem_video .entry-featured-wrap .entry-video-counter:after {
    clear: both
}

.viem-playlists-wl .viem_video .entry-featured-wrap .entry-video-counter span {
    display: inline-block;
    vertical-align: top;
    font-size: 0.857em;
    line-height: 1;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px
}

.viem-playlists-wl .viem_video .entry-featured-wrap .entry-video-counter span i {
    margin-right: 3px
}

.viem-playlists-wl .viem_video .entry-featured-wrap .entry-video-counter span.video-duration {
    float: right
}

.viem-playlists-wl .viem_video .entry-content {
    margin-top: 20px
}

.viem-playlists-wl .viem_video .entry-content .entry-meta {
    margin: 0
}

#viem-btn-submit-v {
    display: block;
    line-height: inherit;
    background-color: #ecc200;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold
}

.viem-community-wrapper {
    position: relative;
    margin-bottom: 30px
}

.viem-community-wrapper * {
    box-sizing: border-box;
    font-size: 1em
}

.viem-community-wrapper header {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

.viem-community-wrapper header h2 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.viem-community-wrapper .viem_posts_form label {
    text-transform: uppercase
}

.viem-community-wrapper .viem_posts_form label .required {
    font-size: 0.857em;
    font-style: italic;
    font-weight: lighter;
    text-transform: none
}

.viem-community-wrapper .viem_posts_form .cv-input,
.viem-community-wrapper .viem_posts_form .videos-community-post-content {
    margin-bottom: 1.5em
}

.viem-community-wrapper .viem_posts_form .cv-input .description,
.viem-community-wrapper .viem_posts_form .videos-community-post-content .description {
    font-size: 0.857em;
    font-style: italic;
    font-weight: lighter;
    text-transform: none
}

.viem-community-wrapper .viem_posts_form .videos-community-post-content {
    position: relative;
    overflow: hidden
}

.viem-community-wrapper .viem_posts_form .videos-community-post-content .wp-editor-wrap {
    margin-top: -20px
}

.viem-community-wrapper .viem_posts_form .videos-community-post-content textarea {
    display: block;
    width: 100%
}

.viem-community-wrapper .viem_video_submit {
    display: block;
    margin-top: 60px;
    text-align: center
}

@media (max-width:767px) {
    .viem-community-wrapper .viem_video_submit {
        margin-top: 30px
    }
}

.viem-community-wrapper .viem_video_submit .button {
    display: block;
    max-width: 300px;
    margin: auto;
    border-radius: 30px;
    -webkit-border-radius: 30px
}

#viem_video_upload-result {
    margin-bottom: 60px
}

@media (max-width:767px) {
    #viem_video_upload-result {
        margin-bottom: 30px
    }
}

#viem_video_upload-result>span {
    display: inline-block;
    vertical-align: top
}

.viem-section-taxonomy .chosen-container-multi {
    display: block;
    width: auto !important
}

.viem-section-taxonomy .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 50px;
    padding: 11px 10px
}

.viem-section-taxonomy .chosen-container-multi .chosen-choices li.search-choice {
    padding: 8px 30px 8px 15px
}

.viem-community-videos-content .login {
    width: 320px;
    background-color: #eaeaea;
    border: 1px solid rgba(153, 153, 153, 0.2);
    padding: 20px;
    margin: 50px auto 100px auto
}

.viem-community-videos-content .login .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin: 0 0 16px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1)
}

.viem-community-videos-content .login label {
    display: block
}

.viem-community-videos-content .login form {
    margin: 0;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
}

.viem-community-videos-content .login form .input,
.viem-community-videos-content .login form input[type=text] {
    width: 100%;
    padding: 3px
}

@media (max-width:400px) {
    .viem-community-videos-content .login {
        width: auto;
        margin-top: 20px;
        padding: 0;
        background: transparent;
        border: 0
    }
}

.badges-menu-toggle {
    display: none;
    line-height: 80px;
    padding: 0px 20px;
    border: none;
    cursor: pointer;
    text-align: left;
    margin: 0px;
    color: #ffffff;
    font-size: 24px
}

@media (max-width:568px) {
    .badges-menu-toggle {
        line-height: 60px
    }
}

.viem-badges-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center
}

.viem-badges-nav-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    padding: 0
}

@media (max-width:1366px) {
    .viem-badges-nav-menu ul li {
        margin: 0px 5px
    }
}

.viem-badges-nav-menu ul li a {
    position: relative;
    transition: all 0.1s ease-in-out;
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 22px;
    font-size: 1em
}

.viem-badges-nav-menu ul li a .badge-icon-text {
    text-transform: uppercase;
    line-height: 1;
    font-size: 1em
}

.viem-badges-nav-menu ul li a .jcb-badge-icon {
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 1;
    margin: auto
}

@media (max-width:1700px) {
    .viem-badges-nav-menu ul li a .jcb-badge-icon {
        width: 30px;
        height: 30px
    }
}

.viem-badges-nav-menu ul li a .jcb-badge-icon img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.viem-badges-nav-menu ul li a .jcb-badge-icon+.badge-icon-text {
    display: block;
    margin-top: 8px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.viem-badges-nav-menu ul li:hover a {
    padding-top: 8px
}

.viem-badges-nav-menu ul li:hover a .jcb-badge-icon+.badge-icon-text {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viem-trending-nav-wrapper {
    display: block;
    position: relative;
    padding-left: 33px
}

.viem-trending-nav-wrapper:after,
.viem-trending-nav-wrapper:before {
    content: " ";
    display: table
}

.viem-trending-nav-wrapper:after {
    clear: both
}

.viem-trending-nav-wrapper .trending-nav-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #000000
}

.viem-trending-nav-wrapper .trending-nav-icon i {
    font-size: 24px
}

@media (max-width:768px) {
    .viem-trending-nav-wrapper .trending-nav-icon i {
        font-size: 20px
    }
}

.viem-trending-nav-wrapper .viem-trending-nav {
    display: inline-block;
    vertical-align: middle
}

.viem-trending-nav-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.viem-trending-nav-wrapper ul:after,
.viem-trending-nav-wrapper ul:before {
    content: " ";
    display: table
}

.viem-trending-nav-wrapper ul:after {
    clear: both
}

.viem-trending-nav-wrapper ul li {
    padding: 0;
    margin: 5px;
    float: left;
    text-align: center
}

.viem-trending-nav-wrapper ul li a {
    display: block;
    margin: 0;
    padding: 14px 20px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, 0.8);
    border-radius: 100px
}

.video-info-list {
    margin-bottom: 30px
}

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

.video-info-list ul:after,
.video-info-list ul:before {
    content: " ";
    display: table
}

.video-info-list ul:after {
    clear: both
}

.video-info-list ul li {
    margin-bottom: 10px
}

.video-info-list ul li strong {
    margin-right: 10px
}

body.rtl .video-info-list ul li strong {
    margin-right: 0px;
    margin-left: 10px
}

@media (min-width:480px) {
    .video-info-list ul li {
        width: 50%;
        float: left
    }
}

.single-video-actor {
    margin-bottom: 40px
}

.single-video-actor .v-grid-list {
    margin: -10px
}

.single-video-actor .v-grid-list .v-grid-item {
    padding: 10px
}

.single-video-actor .actor-name {
    margin-top: 5px;
    text-align: center;
    color: #3883cc
}

.related_channels {
    overflow: hidden;
    padding-top: 5px;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(153, 153, 153, 0.2)
}

@media (max-width:767px) {
    .related_channels {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .related_channels {
        padding-top: 30px
    }
}

.related_channels .related_channels__wrapper {
    position: relative
}

.related_channels .related_channels__wrapper .related-channels__heading {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -4px;
    text-transform: capitalize;
    position: relative;
    display: block
}

.related_channels .related_channels__wrapper .related-channels__heading .related-channels__title {
    display: inline-block;
    vertical-align: top
}

.related_channels .related_channels__wrapper .related-channels__heading .related-channels__title .dt-title {
    margin: 0
}

.related_channels .related_channels__wrapper .related-channels__heading .related-channels__title .dt-title i {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    border: 1px solid #131313
}

.related_channels .related_channels__wrapper .related-channel-item .entry-featured-wrap:after,
.related_channels .related_channels__wrapper .related-channel-item .entry-featured-wrap:before {
    content: " ";
    display: table
}

.related_channels .related_channels__wrapper .related-channel-item .entry-featured-wrap:after {
    clear: both
}

.related_channels .related_channels__wrapper .related-channel-item .entry-featured-wrap .entry-featured {
    width: 92px;
    margin-right: 20px;
    float: left
}

.related_channels .related_channels__wrapper .related-channel-item .entry-featured-wrap .entry-content .channel-title {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold
}

.related_channels .related_channels__wrapper .related-channel-item .entry-featured-wrap .entry-content .viem-subscribe-renderer .viem-subscribe-button.btn {
    padding: 6px 9px;
    text-transform: none
}

.viem-movies a {
    text-decoration: none
}

.single-viem_movie article:after,
.single-viem_movie article:before {
    content: " ";
    display: table
}

.single-viem_movie article:after {
    clear: both
}

.single-viem_movie .movie-info {
    margin-bottom: 30px
}

.single-viem_movie .movie-info .movie-picture {
    margin-bottom: 40px
}

@media (min-width:600px) {
    .single-viem_movie .movie-info .movie-picture {
        width: 260px;
        float: left;
        margin-right: 40px
    }
}

.single-viem_movie .movie-info .movie-picture img {
    background: #999999;
    padding: 3px
}

.single-viem_movie .entry-header .entry-title {
    font-weight: 500;
    margin-bottom: 20px
}

.viem-sc-movie-cast .viem-sc-content.v-grid-list {
    margin: -5px
}

.viem-sc-movie-cast .viem-sc-content.v-grid-list .v-grid-item {
    padding: 5px
}

.viem-sc-movie-cast .viem-sc-content .cast-member {
    margin-bottom: 20px;
    text-align: center;
    width: 25%
}

.viem-sc-movie-cast .viem-sc-content .cast-member a {
    color: inherit
}

.viem-sc-movie-cast .viem-sc-content .cast-member .cast_movie_image {
    margin-bottom: 20px
}

.viem-sc-movie-cast .viem-sc-content .cast-member .cast_movie_name {
    color: #3883cc;
    font-weight: bold
}

.viem-sc-movie-cast .viem-sc-content .cast-member .cast_movie_character {
    font-weight: bold
}

.viem-sc-movie-cast .viem-sc-content .cast-member .cast_movie_character i {
    font-weight: normal;
    color: #999999;
    margin: 0 5px
}

@media (max-width:480px) {
    .viem-sc-movie-cast .viem-sc-content .cast-member {
        margin-bottom: 5px;
        font-size: 0.825em
    }
}

.movie-info-list>h2 {
    margin-bottom: 20px
}

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

.movie-info-list ul li>span,
.movie-info-list ul li>strong {
    margin-right: 10px
}

.movie-info-list .genres-links {
    font-weight: bold
}

.btn-watch-movie {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 1.143em;
    background: #4e4e4e;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    padding: 0 0px;
    margin: 2em 0;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    transition: all 0.1s ease-in-out
}

.btn-watch-movie i {
    padding: 0 15px;
    line-height: 2.8;
    background: #5d5c5d
}

.btn-watch-movie i:before {
    font-size: 12px;
    color: #ffffff
}

.btn-watch-movie span {
    padding: 0 15px;
    font-weight: bold
}

.btn-watch-movie:focus,
.btn-watch-movie:hover {
    color: #ffffff
}

body.rtl .btn-watch-movie i {
    transform: rotate(180deg)
}

.post-type-archive-viem_director .posts article .entry-featured {
    margin-bottom: 15px
}

.single-viem_director .overview {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

.single-viem_director .overview:after,
.single-viem_director .overview:before {
    content: " ";
    display: table
}

.single-viem_director .overview:after {
    clear: both
}

.single-viem_director .overview .profile-avatar {
    margin-bottom: 20px
}

.single-viem_director .overview .profile-avatar img {
    width: 150px;
    height: auto
}

@media (min-width:360px) {
    .single-viem_director .overview {
        display: table;
        width: 100%
    }

    .single-viem_director .overview .profile-avatar {
        display: table-cell;
        vertical-align: top;
        width: 150px
    }

    .single-viem_director .overview .profile-avatar+.director-info {
        display: table-cell;
        vertical-align: top;
        padding-left: 30px
    }
}

.single-viem_director .overview .single_director_overview .director-info {
    margin-bottom: 10px
}

.single-viem_director .overview .single_director_overview .director-info span {
    color: #999999
}

.single-viem_director .entry-header .entry-title {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px
}

.single-viem_director .viem_directors-movie,
.single-viem_director .viem_directors-video {
    margin-top: 60px
}

@media (max-width:767px) {

    .single-viem_director .viem_directors-movie,
    .single-viem_director .viem_directors-video {
        margin-top: 30px
    }
}

.post-type-archive-viem_actor .posts article .entry-featured {
    margin-bottom: 15px
}

.post-type-archive-viem_actor .posts article .post-title {
    text-align: center
}

.single-viem_actor .overview {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2)
}

.single-viem_actor .overview:after,
.single-viem_actor .overview:before {
    content: " ";
    display: table
}

.single-viem_actor .overview:after {
    clear: both
}

.single-viem_actor .overview .profile-avatar {
    margin-bottom: 20px
}

.single-viem_actor .overview .profile-avatar img {
    width: 150px;
    height: auto
}

@media (min-width:360px) {
    .single-viem_actor .overview {
        display: table;
        width: 100%
    }

    .single-viem_actor .overview .profile-avatar {
        display: table-cell;
        vertical-align: top;
        width: 150px
    }

    .single-viem_actor .overview .profile-avatar+.actor-info {
        display: table-cell;
        vertical-align: top;
        padding-left: 30px
    }
}

.single-viem_actor .overview .single_actor_overview .actor-info {
    margin-bottom: 10px
}

.single-viem_actor .overview .single_actor_overview .actor-info span {
    color: #999999
}

.single-viem_actor .entry-header .entry-title {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px
}

.single-viem_actor .viem_actors-movie,
.single-viem_actor .viem_actors-video {
    margin-top: 60px
}

@media (max-width:767px) {

    .single-viem_actor .viem_actors-movie,
    .single-viem_actor .viem_actors-video {
        margin-top: 30px
    }
}

.page .entry-header {
    margin: 0;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 24px
}

.page .entry-header .entry-title {
    font-size: 2.714em;
    font-weight: normal;
    text-transform: capitalize
}

.site-box {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:1200px) {
    .site-box {
        width: 1170px
    }
}

@media (min-width:1024px) {
    .site-box {
        width: 970px
    }
}

@media (min-width:1200px) {

    .container,
    .site-box {
        width: 1170px
    }
}

@media (min-width:1200px) {
    .main-container {
        width: 1170px
    }
}

.container-full {
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (max-width:360px) {
    .dawnthemes_row .dawnthemes-col-xs-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.v-grid-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px
}

@media (max-width:1199px) {
    .v-grid-list .v-grid-item {
        width: 33.33333333%
    }
}

@media (max-width:899px) {
    .v-grid-list .v-grid-item {
        width: 50%
    }
}

@media (max-width:479px) {
    .v-grid-list .v-grid-item {
        width: 100%
    }
}

.v-grid-list.cols_mobile_2 .v-grid-item {
    width: 50%
}

.v-grid-list.cols_mobiles_3 .v-grid-item {
    width: 33.33333333%
}

.v-grid-list.cols_mobile_4 .v-grid-item {
    width: 25%
}

.v-grid-list.cols_mobile_5 .v-grid-item {
    width: 20%
}

.v-grid-list.cols_mobile_6 .v-grid-item {
    width: 16.6666%
}

.v-grid-list.cols_mobile_7 .v-grid-item {
    width: 14.2857%
}

.v-grid-list.cols_mobile_8 .v-grid-item {
    width: 12.5%
}

.v-grid-list.cols_mobile_9 .v-grid-item {
    width: 11.1111%
}

.v-grid-list.cols_mobile_10 .v-grid-item {
    width: 10%
}

.v-grid-list.cols_mobile_11 .v-grid-item {
    width: 9.09090909%
}

.v-grid-list.cols_mobile_12 .v-grid-item {
    width: 8.33333333%
}

@media (min-width:768px) {
    .v-grid-list.cols_tablet_2 .v-grid-item {
        width: 50%
    }

    .v-grid-list.cols_tablet_3 .v-grid-item {
        width: 33.33333333%
    }

    .v-grid-list.cols_tablet_4 .v-grid-item {
        width: 25%
    }

    .v-grid-list.cols_tablet_5 .v-grid-item {
        width: 20%
    }

    .v-grid-list.cols_tablet_6 .v-grid-item {
        width: 16.6666%
    }

    .v-grid-list.cols_tablet_7 .v-grid-item {
        width: 14.2857%
    }

    .v-grid-list.cols_tablet_8 .v-grid-item {
        width: 12.5%
    }

    .v-grid-list.cols_tablet_9 .v-grid-item {
        width: 11.1111%
    }

    .v-grid-list.cols_tablet_10 .v-grid-item {
        width: 10%
    }

    .v-grid-list.cols_tablet_11 .v-grid-item {
        width: 9.09090909%
    }

    .v-grid-list.cols_tablet_12 .v-grid-item {
        width: 8.33333333%
    }
}

@media (min-width:992px) {
    .v-grid-list.cols_2 .v-grid-item {
        width: 50%
    }

    .v-grid-list.cols_3 .v-grid-item {
        width: 33.33333333%
    }

    .v-grid-list.cols_4 .v-grid-item {
        width: 25%
    }

    .v-grid-list.cols_5 .v-grid-item {
        width: 20%
    }

    .v-grid-list.cols_6 .v-grid-item {
        width: 16.6666%
    }

    .v-grid-list.cols_7 .v-grid-item {
        width: 14.2857%
    }

    .v-grid-list.cols_8 .v-grid-item {
        width: 12.5%
    }

    .v-grid-list.cols_9 .v-grid-item {
        width: 11.1111%
    }

    .v-grid-list.cols_10 .v-grid-item {
        width: 10%
    }

    .v-grid-list.cols_11 .v-grid-item {
        width: 9.09090909%
    }

    .v-grid-list.cols_12 .v-grid-item {
        width: 8.33333333%
    }
}

.v-grid-item {
    padding: 15px;
    flex-shrink: 0;
    width: 100%
}

.site-description {
    font-size: 1em
}

.primary-sidebar {
    padding-top: 48px
}

.secondary-navigation+.primary-sidebar {
    padding-top: 0
}

.widget {
    font-size: 1em;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 48px;
    word-wrap: break-word
}

.widget a {
    text-decoration: none
}

.widget a:hover {
    text-decoration: none
}

.widget address {
    margin-bottom: 18px
}

.widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.7)
}

.widget ins,
.widget mark {
    color: #000
}

.widget fieldset,
.widget pre {
    border-color: rgba(255, 255, 255, 0.2)
}

.widget code,
.widget kbd,
.widget pre,
.widget samp,
.widget tt,
.widget var {
    font-size: 0.9em
}

.widget blockquote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.385em;
    margin-bottom: 18px
}

.widget blockquote cite {
    color: #fff;
    font-size: 1em
}

.widget dd,
.widget dl {
    margin-bottom: 18px
}

.widget ol,
.widget ul {
    list-style: none;
    margin: 0;
    padding-left: 0px
}

.rtl .widget ol,
.rtl .widget ul {
    padding-right: 0
}

.widget>ol,
.widget>ul {
    padding-left: 0px
}

.widget li>ol,
.widget li>ul {
    margin-left: 10px
}

.widget table {
    margin-bottom: 18px
}

.widget del {
    color: rgba(255, 255, 255, 0.4)
}

.widget hr {
    background-color: rgba(255, 255, 255, 0.2)
}

.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px
}

.widget.about-us__widget .dt-socials-list {
    margin-top: 24px
}

.widget.about-us__widget .dt-socials-list .dt-socials-item {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.widget.about-us__widget .dt-socials-list .dt-socials-item .dt-socials-item-link {
    display: block;
    position: relative;
    border: none;
    line-height: 50px;
    text-align: center;
    border: 0px solid rgba(255, 255, 255, 0.2);
    color: #ffffff
}

.widget.about-us__widget .dt-socials-list .dt-socials-item .dt-socials-item-link:hover {
    border-color: transparent
}

.widget.about-us__widget .dt-socials-list .dt-socials-item .dt-socials-item-link i {
    font-size: 18px
}

.widget.social-widget .social-widget-wrap .dt-socials-list .dt-socials-item {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.widget.social-widget .social-widget-wrap .dt-socials-list .dt-socials-item .dt-socials-item-link {
    display: block;
    position: relative;
    border: none;
    line-height: 50px;
    text-align: center;
    border: 0px solid rgba(255, 255, 255, 0.2);
    color: #ffffff
}

.widget.social-widget .social-widget-wrap .dt-socials-list .dt-socials-item .dt-socials-item-link:hover {
    border-color: transparent
}

.widget.social-widget .social-widget-wrap .dt-socials-list .dt-socials-item .dt-socials-item-link i {
    font-size: 18px
}

.widget.social-widget .social-widget-wrap.social-widget-round .dt-socials-list .dt-socials-item .dt-socials-item-link {
    border-radius: 100%
}

.widget.social-widget .social-widget-wrap.social-widget-outlined .dt-socials-list .dt-socials-item .dt-socials-item-link {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.widget.widget_calendar table {
    margin: 0
}

.widget.widget_calendar caption {
    text-align: left;
    font-weight: bold;
    margin-bottom: 1.75em
}

.widget.widget_calendar thead th {
    background-color: rgba(255, 255, 255, 0.1)
}

.widget.widget_calendar tbody td,
.widget.widget_calendar thead th {
    line-height: 2.5625;
    padding: 0;
    text-align: center
}

.widget.widget_calendar tbody a {
    background-color: #ecc200;
    color: #0d0d0d;
    display: block
}

.widget.widget_calendar tbody a:focus,
.widget.widget_calendar tbody a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.widget.widget_calendar #prev {
    padding-left: 5px
}

.widget.widget_calendar #next {
    padding-right: 5px;
    text-align: right
}

.widget .block-contact-widget p {
    padding-left: 30px;
    position: relative;
    margin-bottom: 9px
}

.widget .block-contact-widget p:last-child {
    margin-bottom: 0px
}

.widget .block-contact-widget p i {
    display: inline-block;
    font-size: 1em;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #3f3f3f
}

.widget .block-contact-widget p a {
    color: #ecc200
}

.widget .block-contact-widget p a:hover {
    color: #ffffff
}

.widget .widget-title {
    position: relative;
    overflow: hidden;
    display: block;
    color: #131313;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 20px 0px;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.widget .widget-title i {
    margin: 0px 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #131313;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center
}

.widget.widget_search .search-form>label {
    width: 100%
}

.widget.widget_search #searchform .search-submit {
    padding: 12px 15px;
    font-size: 0px
}

.widget.widget_search #searchform .search-submit i {
    font-size: 14px
}

.widget.widget_text>div>:last-child {
    margin-bottom: 0
}

.widget.widget_dt_ephemera>ol>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 18px;
    padding: 0
}

.widget.widget_dt_ephemera .hentry {
    margin: 0;
    max-width: 100%
}

.widget.widget_dt_ephemera .entry-content table,
.widget.widget_dt_ephemera .entry-meta,
.widget.widget_dt_ephemera .entry-title,
.widget.widget_dt_ephemera .post-format-archive-link,
.widget.widget_dt_ephemera .wp-caption-text {
    font-size: 0.9em;
    line-height: 1.5
}

.widget.widget_dt_ephemera .entry-title {
    display: inline;
    font-weight: 400
}

.widget.widget_dt_ephemera .entry-meta {
    margin-bottom: 10px
}

.widget.widget_dt_ephemera .entry-meta a {
    color: rgba(255, 255, 255, 0.7)
}

.widget.widget_dt_ephemera .entry-meta a:hover {
    color: #41a62a
}

.widget.widget_dt_ephemera .entry-content ol,
.widget.widget_dt_ephemera .entry-content ul {
    margin: 0 0 18px 20px
}

.widget.widget_dt_ephemera .entry-content ul {
    list-style: disc
}

.widget.widget_dt_ephemera .entry-content ol {
    list-style: decimal
}

.widget.widget_dt_ephemera .entry-content li>ol,
.widget.widget_dt_ephemera .entry-content li>ul {
    margin: 0 0 0 20px
}

.widget.widget_dt_ephemera .entry-content td,
.widget.widget_dt_ephemera .entry-content th {
    padding: 6px
}

.widget.widget_dt_ephemera .post-format-archive-link {
    text-transform: uppercase
}

.widget .tagcloud a {
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
    font-size: 1em !important;
    font-weight: normal;
    transition: all 0.1s ease-in-out
}

.widget .tagcloud a:focus,
.widget .tagcloud a:hover {
    border-color: #ecc200;
    background-color: #ecc200;
    color: #0d0d0d;
    outline: 0
}

.widget .dt-newsletter-wg input[type=email] {
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 0px
}

.widget .dt-newsletter-wg input[type=email]::-moz-placeholder {
    font-style: italic
}

.widget .dt-newsletter-wg input[type=email]:-ms-input-placeholder {
    font-style: italic
}

.widget .dt-newsletter-wg input[type=email]::-webkit-input-placeholder {
    font-style: italic
}

.widget .dt-newsletter-wg input[type=submit] {
    display: block;
    width: 100%;
    background: #1f1f1f;
    color: #ffffff
}

.widget .dt-newsletter-wg input[type=submit]:hover {
    background: #ecc200;
    border-color: #ecc200
}

.widget.dt-post-slider-wg .dt-posts-slider .dt-posts-slider__wrap .posts-slider.single_mode .navslider .next,
.widget.dt-post-slider-wg .dt-posts-slider .dt-posts-slider__wrap .posts-slider.single_mode .navslider .prev {
    top: 2px;
    bottom: auto
}

.widget.dt-post-slider-wg .dt-posts-slider .dt-posts-slider__wrap .posts-slider.single_mode .post-item-slide .post-content {
    width: 80%;
    max-width: 80%;
    left: 50%;
    bottom: 30px;
    padding: 15px;
    transform: translate(-50%, 0)
}

.widget.dt-post-slider-wg .dt-posts-slider .dt-posts-slider__wrap .posts-slider.single_mode .post-item-slide .post-content .entry-title {
    text-overflow: initial;
    overflow: auto;
    white-space: normal;
    font-size: 1em;
    font-weight: bold
}

.widget.widget_recent_comments .recentcomments {
    color: #999999
}

.widget.widget_recent_comments .recentcomments a:hover {
    color: #ecc200
}

.dark-div .widget.widget_recent_comments .recentcomments a {
    color: #ffffff
}

.dark-div .widget.widget_recent_comments .recentcomments a:hover {
    color: #ecc200
}

.widget.widget-mailchimp .widget-mailchimp-wrapper {
    padding: 0px 20px 20px 20px
}

.widget.widget-mailchimp .widget-mailchimp-wrapper .widget-mailchimp-info {
    margin-bottom: 22px;
    color: #999999
}

.widget.widget-mailchimp .widget-mailchimp-wrapper .mailchimp-form-content .newsletter-field {
    position: relative
}

.widget.widget-mailchimp .widget-mailchimp-wrapper .mailchimp-form-content .newsletter-field input.dt-form-text {
    margin: 0;
    background-color: rgba(19, 19, 19, 0.1);
    border: 0px;
    width: 100%;
    color: #999999;
    font-size: 1.143em
}

.widget.widget-mailchimp .widget-mailchimp-wrapper .mailchimp-form-content .mailchimp-submit {
    height: 50px;
    line-height: 1;
    padding: 0px 20px;
    font-size: 1.143em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    color: #0d0d0d
}

.widget.widget-mailchimp .viem-dark {
    background-color: #000000
}

.widget.widget-mailchimp .viem-dark .widget-title {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2)
}

.widget.widget-mailchimp .viem-dark .widget-title i {
    border-color: #ffffff
}

.widget.widget-mailchimp .viem-dark .widget-mailchimp-wrapper .mailchimp-form-content .newsletter-field input.dt-form-text {
    background-color: rgba(255, 255, 255, 0.2)
}

.widget.latest-videos_widget {
    background-color: #eaeaea
}

.widget.latest-videos_widget .widget-title {
    border-color: rgba(255, 255, 255, 0.5);
    margin: 0px
}

.widget.latest-videos_widget .viem-video_list_wg {
    padding: 0px 20px 20px 20px
}

.widget.latest-videos_widget .viem-video_list_wg ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-top: 20px
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured,
.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .post-content {
    margin: 0
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap {
    position: relative
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap span.count {
    font-size: 1.143em;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10px;
    transform: translate(0, -50%);
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #131313;
    color: #ecc200;
    line-height: 38px;
    font-weight: bold;
    text-align: center
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap:after,
.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap:before {
    content: " ";
    display: table
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap:after {
    clear: both
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap .entry-featured {
    float: left;
    padding: 0px 15px 0px 0px;
    width: 145px;
    margin: 0
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap .entry-featured .entry-video-counter {
    left: auto;
    right: 20px;
    padding: 0;
    width: auto
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap .entry-featured .entry-video-counter .video-like-counter {
    display: none
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap .post-content {
    float: left;
    width: calc(100% - 145px);
    margin: 0
}

.widget.latest-videos_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap .post-content .video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    max-height: 3.4em;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 7px
}

.widget.latest-videos_widget .viem-dark {
    background-color: #363636
}

.widget.latest-videos_widget .viem-dark .widget-title {
    border-color: rgba(19, 19, 19, 0.5);
    color: #ffffff
}

.widget.latest-videos_widget .viem-dark .widget-title i {
    border-color: #ffffff
}

.widget.latest-videos_widget .viem-dark .viem-video_list_wg {
    padding: 0px 20px 20px 20px
}

.widget.latest-videos_widget .viem-dark .viem-video_list_wg ul .viem_video .entry-featured-wrap span.count {
    border-color: #131313
}

.widget.latest-videos_widget .viem-dark .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap .post-content .video-title {
    color: #ffffff
}

.widget.latest-videos_widget .viem-dark .viem-video_list_wg ul .viem_video:not(.first) span.count {
    background-color: #ffffff;
    color: #131313
}

.widget.latest-movies_widget {
    background-color: #eaeaea
}

.widget.latest-movies_widget .widget-title {
    border-color: rgba(255, 255, 255, 0.5);
    margin: 0px
}

.widget.latest-movies_widget .viem-movie_list_wg {
    padding: 0px 20px 20px 20px
}

.widget.latest-movies_widget .viem-movie_list_wg ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-top: 20px
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured,
.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .post-content {
    margin: 0
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured-wrap {
    position: relative
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured-wrap span.count {
    font-size: 1.143em;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10px;
    transform: translate(0, -50%);
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #131313;
    color: #ecc200;
    line-height: 38px;
    font-weight: bold;
    text-align: center
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured-wrap:after,
.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured-wrap:before {
    content: " ";
    display: table
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured-wrap:after {
    clear: both
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured-wrap .entry-featured {
    float: left;
    padding: 0px 15px 0px 0px;
    width: 145px;
    margin: 0
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured-wrap .post-content {
    float: left;
    width: calc(100% - 145px);
    margin: 0
}

.widget.latest-movies_widget .viem-movie_list_wg ul .viem_movie .entry-featured-wrap .post-content .movie-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    max-height: 3.4em;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 7px
}

.widget.latest-movies_widget .viem-dark {
    background-color: #363636
}

.widget.latest-movies_widget .viem-dark .widget-title {
    border-color: rgba(19, 19, 19, 0.5);
    color: #ffffff
}

.widget.latest-movies_widget .viem-dark .widget-title i {
    border-color: #ffffff
}

.widget.latest-movies_widget .viem-dark .viem-movie_list_wg {
    padding: 0px 20px 20px 20px
}

.widget.videos_list_widget {
    background-color: #eaeaea
}

.widget.videos_list_widget .widget-title {
    border-color: rgba(255, 255, 255, 0.5);
    margin: 0px
}

.widget.videos_list_widget .viem-video_widget_wrap {
    position: relative;
    overflow: hidden
}

.widget.videos_list_widget .viem-video_widget_wrap .viem-video_list_wg {
    padding: 0px 20px 20px 20px
}

.widget.videos_list_widget .viem-video_widget_wrap .viem-video_list_wg ul .viem_video {
    padding-top: 36px;
    margin-bottom: 0px
}

.widget.videos_list_widget .viem-video_list_wg {
    padding: 0px 20px 20px 20px
}

.widget.videos_list_widget .viem-video_list_wg ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-top: 20px
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video .entry-featured,
.widget.videos_list_widget .viem-video_list_wg ul .viem_video .post-content {
    margin: 0
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap {
    position: relative
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video .entry-featured-wrap span.count {
    font-size: 1.143em;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10px;
    transform: translate(0, -50%);
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #131313;
    color: #ecc200;
    line-height: 38px;
    font-weight: bold;
    text-align: center
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first .entry-featured-wrap {
    display: inline-block;
    vertical-align: top
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first .entry-featured-wrap .post-thumbnail {
    position: relative;
    overflow: hidden
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first .entry-featured-wrap .post-thumbnail>a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first .entry-featured-wrap .post-thumbnail>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first .entry-featured-wrap .entry-content {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first .entry-featured-wrap .entry-content .post-category {
    text-transform: uppercase;
    font-weight: bold
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first .entry-featured-wrap .entry-content .post-category a {
    text-decoration: none
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first .entry-featured-wrap .entry-content .post-title {
    color: #ffffff
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video.first span.count {
    background-color: #ecc200;
    color: #131313
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap:after,
.widget.videos_list_widget .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap:before {
    content: " ";
    display: table
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap:after {
    clear: both
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap .entry-featured {
    float: left;
    padding: 0px 15px 0px 0px;
    width: 145px;
    margin: 0
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap .entry-featured .entry-video-counter {
    left: auto;
    right: 20px;
    padding: 0;
    width: auto
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap .entry-featured .entry-video-counter .video-like-counter {
    display: none
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap .post-content {
    float: left;
    width: calc(100% - 145px);
    margin: 0
}

.widget.videos_list_widget .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap .post-content .video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    max-height: 3.4em;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 7px
}

.widget.videos_list_widget .viem-dark {
    background-color: #363636
}

.widget.videos_list_widget .viem-dark .widget-title {
    border-color: rgba(19, 19, 19, 0.5);
    color: #ffffff
}

.widget.videos_list_widget .viem-dark .widget-title i {
    border-color: #ffffff
}

.widget.videos_list_widget .viem-dark .viem-video_list_wg {
    padding: 0px 20px 20px 20px
}

.widget.videos_list_widget .viem-dark .viem-video_list_wg ul .viem_video .entry-featured-wrap span.count {
    border-color: #131313
}

.widget.videos_list_widget .viem-dark .viem-video_list_wg ul .viem_video:not(.first) .entry-featured-wrap .post-content .video-title {
    color: #ffffff
}

.widget.videos_list_widget .viem-dark .viem-video_list_wg ul .viem_video:not(.first) span.count {
    background-color: #ffffff;
    color: #131313
}

.widget.videos_slider_widget {
    background-color: #eaeaea
}

.widget.videos_slider_widget .widget-title {
    border-color: rgba(255, 255, 255, 0.5);
    margin: 0px
}

.widget.videos_slider_widget .viem-video_widget_wrap {
    position: relative;
    overflow: hidden
}

.widget.videos_slider_widget .viem-video_slider_wg {
    margin-left: -15px;
    margin-right: -15px
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-carousel {
    position: static
}

.widget.videos_slider_widget .viem-video_slider_wg ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget.videos_slider_widget .viem-video_slider_wg ul .viem_video {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px
}

.widget.videos_slider_widget .viem-video_slider_wg ul .viem_video .entry-featured-wrap {
    text-align: center
}

.widget.videos_slider_widget .viem-video_slider_wg ul .viem_video .entry-featured-wrap .entry-featured {
    margin-bottom: 10px
}

.widget.videos_slider_widget .viem-video_slider_wg ul .viem_video .entry-featured-wrap .post-content {
    text-align: center;
    margin: 0
}

.widget.videos_slider_widget .viem-video_slider_wg ul .viem_video .entry-featured-wrap .post-content .post-category {
    text-transform: uppercase;
    font-size: 0.857em;
    margin-bottom: 5px
}

.widget.videos_slider_widget .viem-video_slider_wg ul .viem_video .entry-featured-wrap .post-content .post-category a {
    text-decoration: none;
    font-weight: bold
}

.widget.videos_slider_widget .viem-video_slider_wg ul .viem_video .entry-featured-wrap .post-content .video-title {
    font-size: 1em;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget.videos_slider_widget .viem-video_slider_wg ul .viem_video .entry-featured-wrap .post-content .video-title a {
    color: inherit
}

.widget.videos_slider_widget .viem-video_slider_wg a {
    text-decoration: none
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav {
    position: static
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-next,
.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -60px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    margin-top: -20px;
    font-size: 0px;
    text-align: center;
    border: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.1s ease-in-out
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-next span,
.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-prev span {
    font-size: 0px
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-next:before,
.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-prev:before {
    font-size: 24px;
    color: #999999
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-next:hover,
.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-prev:hover {
    background: black
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-prev:before {
    line-height: 40px
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-next {
    left: auto;
    right: -60px
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-next:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.widget.videos_slider_widget .viem-video_slider_wg .owl-nav .owl-next:before {
    line-height: 40px
}

.widget.videos_slider_widget .viem-video_slider_wg:hover .owl-nav .owl-next,
.widget.videos_slider_widget .viem-video_slider_wg:hover .owl-nav .owl-prev {
    opacity: 1;
    filter: alpha(opacity=100)
}

.widget.videos_slider_widget .viem-video_slider_wg:hover .owl-nav .owl-prev {
    left: 10px
}

.widget.videos_slider_widget .viem-video_slider_wg:hover .owl-nav .owl-next {
    right: 10px
}

.widget.videos_slider_widget .viem-dark {
    background-color: #363636
}

.widget.videos_slider_widget .viem-dark .widget-title {
    border-color: rgba(19, 19, 19, 0.5);
    color: #ffffff
}

.widget.videos_slider_widget .viem-dark .widget-title i {
    border-color: #ffffff
}

.widget.videos_slider_widget .viem-dark .post-content .video-title {
    color: #ffffff
}

.widget.viem_channel_widget {
    background-color: #ffffff
}

.widget.viem_channel_widget .widget-title {
    margin: 0px
}

.widget.viem_channel_widget .viem-channel_list_wg {
    padding: 0px
}

.widget.viem_channel_widget .viem-channel_list_wg ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5)
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel:last-child {
    border-bottom: 0px
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured,
.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .post-content {
    margin: 0
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured-wrap {
    position: relative
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured-wrap:after,
.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured-wrap:before {
    content: " ";
    display: table
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured-wrap:after {
    clear: both
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured-wrap .entry-featured {
    float: left;
    padding: 0px 20px 0px 0px;
    width: 110px;
    margin: 0
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured-wrap .post-content {
    float: left;
    width: calc(100% - 110px);
    margin: 0
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured-wrap .post-content .channel-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7;
    max-height: 3.4em;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 12px
}

.widget.viem_channel_widget .viem-channel_list_wg ul .viem_channel .entry-featured-wrap .post-content .viem-subscribe-renderer .viem-subscribe-button {
    padding: 4px 10px
}

.widget.viem_channel_widget .viem-dark {
    background-color: #000000
}

.widget.viem_channel_widget .viem-dark .widget-title {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff
}

.widget.viem_channel_widget .viem-dark .widget-title i {
    border-color: #ffffff
}

.widget.viem_channel_widget .viem-dark .viem-channel_list_wg ul .viem_channel {
    padding: 20px;
    border-color: rgba(255, 255, 255, 0.2)
}

.widget.viem_channel_widget .viem-dark .viem-channel_list_wg ul .viem_channel .entry-featured-wrap .post-content .channel-title {
    color: #ffffff
}

.widget.widget_sp_image .widget-title {
    text-align: initial
}

.widget.widget_media_image {
    text-align: center
}

.widget.widget_apsc_widget {
    margin-bottom: 30px
}

.widget.widget_apsc_widget .apsc-icons-wrapper.apsc-theme-2 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px
}

.widget.widget_apsc_widget .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile {
    width: 33.33333333%;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.widget.widget_apsc_widget .apsc-icons-wrapper.apsc-theme-2 .apsc-inner-block {
    padding: 22px 8px
}

.widget.widget_apsc_widget .apsc-icons-wrapper.apsc-theme-2 .apsc-count {
    font-weight: bold
}

.widget.widget_apsc_widget .apsc-icons-wrapper.apsc-theme-2 .apsc-count,
.widget.widget_apsc_widget .apsc-icons-wrapper.apsc-theme-2 .apsc-media-type {
    font-size: 1em
}

.content-container .widget,
.content-sidebar .widget {
    margin-bottom: 60px
}

@media (max-width:767px) {

    .content-container .widget,
    .content-sidebar .widget {
        margin-bottom: 30px
    }
}

.content-container .widget.widget_apsc_widget,
.content-sidebar .widget.widget_apsc_widget {
    margin-bottom: 50px
}

@media (max-width:767px) {

    .content-container .widget.widget_apsc_widget,
    .content-sidebar .widget.widget_apsc_widget {
        margin-bottom: 30px
    }
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 7px;
    margin-bottom: 7px
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    border-bottom: 0
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 9px
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.widget_categories ul>li a {
    position: relative;
    padding-left: 15px
}

.widget_categories ul>li a:before {
    position: absolute;
    content: "";
    font: 14px/1 FontAwesome;
    top: 2px;
    left: 0;
    font-size: 1em
}

.rtl .widget_categories ul>li a {
    padding-left: 0;
    padding-right: 15px
}

.rtl .widget_categories ul>li a:before {
    left: auto;
    right: 0;
    content: ""
}

.footer-sidebar .widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-sidebar .widget_categories ul:after,
.footer-sidebar .widget_categories ul:before {
    content: " ";
    display: table
}

.footer-sidebar .widget_categories ul:after {
    clear: both
}

.footer-sidebar .widget_categories ul ul.children {
    display: none
}

.footer-sidebar .widget_categories ul>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
    border: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold
}

.footer-sidebar .widget_categories ul>li a {
    position: relative;
    padding-left: 20px
}

.footer-sidebar .widget_categories ul>li a:before {
    content: "";
    font-size: 6px;
    top: 7px
}

.rtl .footer-sidebar .widget_categories ul>li a {
    padding-left: 0;
    padding-right: 20px
}

.rtl .footer-sidebar .widget_categories ul>li a:before {
    left: auto;
    right: 0
}

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

.video-categories_widget ul:after,
.video-categories_widget ul:before {
    content: " ";
    display: table
}

.video-categories_widget ul:after {
    clear: both
}

.video-categories_widget ul ul.children {
    display: none
}

.video-categories_widget ul>li {
    text-transform: uppercase;
    font-weight: bold
}

.video-categories_widget ul>li a {
    position: relative;
    padding-left: 20px
}

.video-categories_widget ul>li a:before {
    position: absolute;
    content: "";
    font: 14px/1 FontAwesome;
    left: 0;
    font-size: 6px;
    top: 7px
}

.rtl .video-categories_widget ul>li a {
    padding-left: 0;
    padding-right: 20px
}

.rtl .video-categories_widget ul>li a:before {
    left: auto;
    right: -20px
}

#dawnthemes-page .video-categories_widget {
    background-color: #ffffff
}

.video-categories_widget .style-1 .widget-title {
    margin: 0;
    border-color: #eeeeee
}

.video-categories_widget .style-1 ul li {
    position: relative;
    padding: 13px 30px;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.25s ease;
    transform: translateZ(0px);
    color: #999999
}

.video-categories_widget .style-1 ul li:last-child {
    border-bottom: 0px
}

.video-categories_widget .style-1 ul li a {
    color: inherit;
    transition: none
}

.video-categories_widget .style-1 ul>li {
    cursor: pointer
}

.video-categories_widget .style-1 ul>li:hover {
    color: #131313
}

.video-categories_widget .style-1 ul>li:hover a {
    color: inherit
}

.video-categories_widget .style-2 ul>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
    border: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.rtl .video-categories_widget .style-2 ul>li {
    float: right
}

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

.dt-posts__wg ul li {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start
}

.dt-posts__wg ul li:after,
.dt-posts__wg ul li:before {
    content: " ";
    display: table
}

.dt-posts__wg ul li:after {
    clear: both
}

.dt-posts__wg ul li:last-child {
    margin-bottom: 0px
}

.footer-sidebar .dt-posts__wg ul li {
    border-color: rgba(255, 255, 255, 0.1)
}

.dt-posts__wg ul li .post-img {
    width: 30%;
    flex-shrink: 0;
    margin-right: 5%
}

.dt-posts__wg ul li .post-img .entry-featured {
    margin: 0;
    display: block;
    position: relative
}

.dt-posts__wg ul li .post-img .entry-featured:before {
    content: "";
    display: block;
    padding-top: 65.21%
}

.dt-posts__wg ul li .post-img .entry-featured a {
    position: static;
    display: inline
}

.dt-posts__wg ul li .post-img .entry-featured img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dt-posts__wg ul li .post-content .post-meta,
.dt-posts__wg ul li .post-content .post-title {
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 0
}

.dt-posts__wg ul li .post-content .post-title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    max-height: 2.6em
}

.dt-posts__wg ul li .post-content .post-meta {
    font-size: 0.857em;
    color: #999999
}

.dt-posts__wg ul li .post-content .post-meta .separator {
    margin: 0px 2px
}

.dt-posts__wg ul li .post-content .post-meta .post-author>a {
    color: #ecc200
}

.footer-sidebar .dt-posts__wg ul li {
    border-color: rgba(255, 255, 255, 0.1)
}

.footer-sidebar .dt-posts__wg ul li .post-content .post-meta {
    color: inherit
}

.dark-div .dt-posts__wg ul li .post-img {
    width: 100px
}

.dark-div .dt-posts__wg ul li .post-content .post-title a {
    color: #ffffff
}

.dark-div .dt-posts__wg ul li .post-content .post-title a:hover {
    color: #ffffff
}

.dark-div .dt-posts__wg ul li:hover .post-content .post-title a {
    color: #ffffff
}

.widget_recent_entries .post-date {
    display: block;
    color: #999999
}

.rsswidget img {
    margin-top: -4px
}

.rssSummary {
    margin: 9px 0
}

.rss-date {
    display: block
}

.widget_rss li {
    margin-bottom: 18px
}

.widget_rss li:last-child {
    margin-bottom: 0
}

.content-sidebar .main-sidebar {
    position: relative
}

@media (max-width:991px) {
    .content-sidebar {
        margin-top: 60px
    }
}

.content-sidebar .widget_apsc_widget .apsc-theme-2 .apsc-each-profile a,
.content-sidebar .widget_apsc_widget .apsc-theme-2 .apsc-inner-block {
    border-radius: 0px;
    box-shadow: none
}

.content-sidebar .widget_apsc_widget .apsc-theme-2 .apsc-each-profile a:hover {
    transform: none
}

.widget_apsc_widget .apsc-theme-2 .apsc-each-profile a,
.widget_apsc_widget .apsc-theme-2 .apsc-inner-block {
    border-radius: 0px;
    box-shadow: none
}

.widget_apsc_widget .apsc-theme-2 .apsc-each-profile a:hover {
    transform: none
}

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li,
.content-sidebar .widget_pages li ul,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li {
    border-color: rgba(0, 0, 0, 0.1)
}

.content-sidebar .widget_dt_ephemera .widget-title {
    padding-top: 1px
}

.content-sidebar .widget_dt_ephemera .widget-title:before {
    background-color: #000;
    color: #fff;
    margin: -1px 9px 0 0;
    padding: 6px 0 9px;
    text-align: center;
    vertical-align: middle;
    width: 36px
}

.content-sidebar .widget_dt_ephemera .video.widget-title:before {
    content: ""
}

.content-sidebar .widget_dt_ephemera .audio.widget-title:before {
    content: ""
}

.content-sidebar .widget_dt_ephemera .image.widget-title:before {
    content: ""
}

.content-sidebar .widget_dt_ephemera .gallery.widget-title:before {
    content: ""
}

.content-sidebar .widget_dt_ephemera .aside.widget-title:before {
    content: ""
}

.content-sidebar .widget_dt_ephemera .quote.widget-title:before {
    content: ""
}

.content-sidebar .widget_dt_ephemera .link.widget-title:before {
    content: ""
}

.content-sidebar .widget_dt_ephemera>ol>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.content-sidebar .widget_dt_ephemera .entry-meta {
    color: #ccc
}

.content-sidebar .widget_dt_ephemera .entry-meta a {
    color: #767676
}

.content-sidebar .widget_dt_ephemera .entry-meta a:hover {
    color: #41a62a
}

.content-sidebar.widget_dt_ephemera blockquote cite {
    font-size: 0.9em
}

.content-sidebar .widget_dt_ephemera .post-format-archive-link {
    font-weight: 900
}

.widget_dawnthemes_instagram_widget .dt-instagram__widget_wrap .dt-instagram__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -1px;
    margin-right: -1px
}

.widget_dawnthemes_instagram_widget .dt-instagram__widget_wrap .dt-instagram__list:after,
.widget_dawnthemes_instagram_widget .dt-instagram__widget_wrap .dt-instagram__list:before {
    content: " ";
    display: table
}

.widget_dawnthemes_instagram_widget .dt-instagram__widget_wrap .dt-instagram__list:after {
    clear: both
}

.widget_dawnthemes_instagram_widget .dt-instagram__widget_wrap .dt-instagram__list .dt-instagram__item {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 33%;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
    overflow: hidden
}

.widget_dawnthemes_instagram_widget .dt-instagram__widget_wrap .dt-instagram__list .dt-instagram__item a {
    display: block;
    position: relative
}

.widget_dawnthemes_instagram_widget .dt-instagram__widget_wrap .dt-instagram__list .dt-instagram__item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out
}

.widget_dawnthemes_instagram_widget .dt-instagram__widget_wrap .dt-instagram__list .dt-instagram__item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tweets-widget a {
    color: #ecc200
}

.tweets-widget .recent-tweets ul li {
    margin-bottom: 20px;
    display: table;
    width: 100%
}

.tweets-widget .recent-tweets ul li:after,
.tweets-widget .recent-tweets ul li:before {
    content: " ";
    display: table
}

.tweets-widget .recent-tweets ul li:after {
    clear: both
}

.tweets-widget .recent-tweets ul li i {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    padding-top: 4px;
    font-size: 20px
}

.tweets-widget .recent-tweets ul li span {
    display: table-cell;
    vertical-align: top
}

.mailchimp-form .mailchimp-form-content {
    display: table;
    width: 100%;
    vertical-align: top
}

.mailchimp-form .mailchimp-form-content .newsletter-field {
    margin-bottom: 20px
}

.mailchimp-form input[type=email] {
    margin-bottom: 20px;
    padding: 0px 20px
}

.mailchimp-form .mailchimp-submit {
    height: 50px;
    line-height: 1;
    padding: 0px 20px;
    font-size: 1.143em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    color: #0d0d0d
}

.mailchimp-form .mailchimp-submit i {
    display: none
}

a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
    background-color: #ecc200;
    bottom: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: 20px;
    transition: all 0.2s ease-in-out 0s;
    color: #0d0d0d;
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    text-align: center;
    z-index: 100;
    visibility: hidden;
    font-size: 0px
}

a.go-to-top .fa,
a.go-to-top:hover a.go-to-top:focus .fa {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    transition: all 0.3s ease-in-out
}

a.go-to-top.on,
a.go-to-top:hover a.go-to-top:focus.on {
    opacity: 0.8;
    filter: alpha(opacity=80);
    visibility: visible;
    bottom: 20px
}

a.go-to-top.on:hover,
a.go-to-top:hover a.go-to-top:focus.on:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#viem-popup-container .notification-action-renderer {
    display: block;
    background-color: #323232;
    color: #f1f1f1;
    outline: none;
    z-index: 2202;
    position: fixed;
    box-sizing: border-box;
    left: 0px;
    bottom: 0px;
    max-width: 288px;
    max-height: 48px;
    margin: 14px;
    padding: 12px 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, 100px)
}

#viem-popup-container .notification-action-renderer.active {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0)
}

#bottom-sidebar {
    background-color: #131313
}

#bottom-sidebar .bottom-sidebar .widget {
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent
}

#bottom-sidebar .bottom-sidebar .widget .viem-dark {
    background: transparent
}

#bottom-sidebar .bottom-sidebar .widget .widget-title {
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 20px 0px 0px 0px;
    text-transform: capitalize;
    border: 0px
}

#bottom-sidebar .bottom-sidebar .widget .widget-title i {
    margin-left: 0px
}

.rtl #bottom-sidebar .bottom-sidebar .widget .widget-title i {
    margin: 0;
    margin-left: 20px
}

.site-footer {
    position: relative;
    background: #000000;
    color: #999999
}

.site-footer #footer-primary {
    padding: 0;
    background-color: #131313
}

.site-footer .footer-sidebar {
    color: #999999
}

.site-footer .footer-sidebar .footer-sidebar-content {
    padding-bottom: 40px
}

.site-footer .footer-sidebar .footer-primary__group {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.site-footer .footer-sidebar .footer-primary__columns__1 .footer-primary__group {
    width: 100%
}

@media (min-width:992px) {
    .site-footer .footer-sidebar .footer-primary__columns__2 .footer-primary__group {
        width: 50%
    }
}

@media (min-width:992px) {
    .site-footer .footer-sidebar .footer-primary__columns__3 .footer-primary__group {
        width: 33.33333333%
    }
}

@media (min-width:992px) {
    .site-footer .footer-sidebar .footer-primary__columns__4 .footer-primary__group {
        width: 25%
    }
}

@media (min-width:992px) {
    .site-footer .footer-sidebar .footer-primary__columns__5 .footer-primary__group {
        width: 20%
    }
}

.site-footer .footer-sidebar .widget {
    margin: 0;
    padding-top: 30px
}

.site-footer .footer-sidebar .widget .widget-title {
    color: #ffffff;
    font-size: 1.714em;
    font-weight: bold;
    margin: 0 0 21px;
    padding: 10px 0px 0px 0px;
    text-transform: capitalize;
    border: 0px
}

.site-footer .footer-sidebar .widget a {
    text-decoration: none
}

.site-footer .footer-sidebar .widget a:hover {
    color: #ffffff;
    text-decoration: none
}

.site-footer .footer-sidebar .widget p {
    margin-bottom: 10px
}

.site-footer .footer-sidebar .widget.widget_nav_menu {}

.site-footer .footer-sidebar .widget.widget_nav_menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 9px;
    margin-bottom: 9px
}

.site-footer .footer-sidebar .widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 15px;
    font-size: 1em
}

.site-footer .footer-sidebar .widget.widget_nav_menu ul li a:before {
    position: absolute;
    content: "";
    font: 14px/1 FontAwesome;
    top: 2px;
    left: 0;
    font-size: 1em
}

.site-footer .footer-sidebar .widget.widget_nav_menu ul li a:hover {
    color: #ffffff
}

.site-footer .footer-sidebar .widget.widget_nav_menu ul li a:hover:before {
    color: #ffffff
}

.rtl .site-footer .footer-sidebar .widget.widget_nav_menu ul li a {
    padding-left: 0;
    padding-right: 15px
}

.rtl .site-footer .footer-sidebar .widget.widget_nav_menu ul li a:before {
    left: auto;
    right: 0;
    content: ""
}

.site-footer .footer-sidebar .widget.widget_nav_menu ul li:last-child {
    border: none
}

.site-footer .footer-sidebar .widget.widget_nav_menu ul li ul {
    display: none
}

.site-footer .footer-sidebar .widget.widget_recent_comments .recentcomments .comment-author-link,
.site-footer .footer-sidebar .widget.widget_recent_comments .recentcomments a {
    color: #ffffff
}

.site-footer .footer-sidebar .widget.widget_recent_comments .recentcomments .comment-author-link:hover,
.site-footer .footer-sidebar .widget.widget_recent_comments .recentcomments a:hover {
    color: #ffffff
}

.site-footer .footer-sidebar .widget #searchform.search-form.dt-search-form input {
    color: #ffffff
}

.site-footer .footer-sidebar .form-control,
.site-footer .footer-sidebar input:not([type]),
.site-footer .footer-sidebar input[type=color],
.site-footer .footer-sidebar input[type=email],
.site-footer .footer-sidebar input[type=number],
.site-footer .footer-sidebar input[type=password],
.site-footer .footer-sidebar input[type=search],
.site-footer .footer-sidebar input[type=tel],
.site-footer .footer-sidebar input[type=text],
.site-footer .footer-sidebar input[type=url],
.site-footer .footer-sidebar select,
.site-footer .footer-sidebar textarea {
    margin-bottom: 12px
}

.site-footer .footer-sidebar button,
.site-footer .footer-sidebar input[type=submit] {
    padding: 7px 20px;
    background: #ecc200;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    border: 0;
    border-radius: 2px
}

.site-footer .footer-sidebar .footer-newsletter {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px
}

.site-footer .footer-sidebar .footer-newsletter .fa {
    position: absolute;
    left: 10px;
    color: #d8d8d8;
    top: 50%;
    transform: translate(0, -50%)
}

.site-footer .footer-sidebar .footer-newsletter input.wpcf7-email {
    padding: 10px 15px 10px 30px;
    margin: 0
}

.site-footer .widget.latest-videos_widget .viem-video_list_wg,
.site-footer .widget.videos_list_widget .viem-video_list_wg,
.site-footer .widget.videos_slider_widget .viem-video_list_wg {
    padding: 0
}

.site-footer .widget.widget-mailchimp {
    background-color: transparent
}

.site-footer .widget.widget-mailchimp .widget-mailchimp-wrapper {
    padding: 0
}

.site-footer .widget.widget-mailchimp .widget-mailchimp-wrapper .mailchimp-form-content .newsletter-field input.dt-form-text {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #b1c6d8
}

.site-footer .widget.widget-mailchimp .viem-dark {
    background: transparent
}

.site-footer .footer-navigation {
    padding: 15px 0px
}

.site-footer .footer-navigation ul.menu {
    list-style: none;
    margin: 0;
    text-align: right
}

.site-footer .footer-navigation ul li {
    position: relative;
    display: inline-block;
    padding: 0 13px 0 13px;
    line-height: 1
}

.site-footer .footer-navigation ul:after {
    display: table;
    content: "";
    clear: both
}

.site-footer .footer-navigation ul li a {
    color: #999999
}

.site-footer .footer-navigation ul li a:hover {
    color: #ffffff;
    text-decoration: none
}

.site-footer .footer-bottom .footer-sidebar-content {
    padding: 20px 0px 0px
}

.site-footer .footer-bottom a {
    color: #ffffff
}

.site-footer .footer-bottom a:hover {
    color: #ecc200
}

.site-footer .footer-bottom .copyright-section .site-info {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 0.857em
}

.site-footer .footer-bottom .copyright-section .site-info a:hover {
    color: #ffffff;
    text-decoration: none
}

.site-footer .footer-bottom .copyright-section .footer-right {
    text-align: center;
    margin-bottom: 10px
}

.site-footer .footer-bottom .copyright-section .footer-right:after,
.site-footer .footer-bottom .copyright-section .footer-right:before {
    content: " ";
    display: table
}

.site-footer .footer-bottom .copyright-section .footer-right:after {
    clear: both
}

.site-footer .footer-bottom .copyright-section .footer-right ul.viem_dt_social_profile {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top
}

.site-footer .footer-bottom .copyright-section .footer-right ul.viem_dt_social_profile:after,
.site-footer .footer-bottom .copyright-section .footer-right ul.viem_dt_social_profile:before {
    content: " ";
    display: table
}

.site-footer .footer-bottom .copyright-section .footer-right ul.viem_dt_social_profile:after {
    clear: both
}

.site-footer .footer-bottom .copyright-section .footer-right ul.viem_dt_social_profile li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 0px 5px 10px 5px
}

.site-footer .footer-bottom .copyright-section .footer-right ul.viem_dt_social_profile li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #95acc0;
    background-color: transparent;
    transition: all 0.1s ease-in-out
}

.site-footer .footer-bottom .copyright-section .footer-right ul.viem_dt_social_profile li a:hover {
    background-color: #1b3143;
    color: #ffffff
}

.site-footer .footer-bottom .copyright-section .footer-right ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0;
    list-style: none outside none;
    display: inline-block;
    vertical-align: middle
}

.site-footer .footer-bottom .copyright-section .footer-right ul.menu li {
    float: left;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 10px
}

.site-footer .footer-bottom .copyright-section .footer-right ul.menu li a {
    color: #999999
}

.site-footer .footer-bottom .copyright-section .footer-right ul.menu li a:hover {
    color: #ffffff
}

.site-footer .footer-bottom .copyright-section .footer-right ul.menu li+li {
    padding-left: 20px;
    margin-left: 20px;
    position: relative
}

.site-footer .footer-bottom .copyright-section .footer-right ul.menu li+li:before {
    position: absolute;
    content: "";
    font: 14px/1 FontAwesome;
    bottom: 0;
    left: 0;
    font-size: 6px
}

@media (min-width:992px) {
    .site-footer .footer-bottom .copyright-section.has-footer-right {
        display: table;
        width: 100%
    }

    .site-footer .footer-bottom .copyright-section.has-footer-right:after,
    .site-footer .footer-bottom .copyright-section.has-footer-right:before {
        content: " ";
        display: table
    }

    .site-footer .footer-bottom .copyright-section.has-footer-right:after {
        clear: both
    }

    .site-footer .footer-bottom .copyright-section.has-footer-right .footer-right,
    .site-footer .footer-bottom .copyright-section.has-footer-right .site-info {
        display: table-cell;
        vertical-align: middle;
        width: 50%
    }

    .site-footer .footer-bottom .copyright-section.has-footer-right .site-info {
        float: left;
        text-align: left
    }

    .site-footer .footer-bottom .copyright-section.has-footer-right .footer-right {
        float: right;
        text-align: right
    }
}

@media (min-width:992px) {
    body.footer-parallax #footer {
        position: fixed;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.offcanvas {
    padding: 0 20px 30px
}

.offcanvas .site-navigation {
    position: relative;
    overflow: hidden
}

.offcanvas .site-navigation ul.menu {
    display: block;
    margin: 0px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas .site-navigation ul.menu a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid #444444;
    text-transform: uppercase
}

.offcanvas .site-navigation ul.menu a:hover {
    color: #ffffff
}

.offcanvas .site-navigation ul.menu>li {
    margin: 0;
    padding: 0px
}

.offcanvas .site-navigation ul.menu>li>a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.1em
}

.offcanvas .site-navigation ul.menu>li:last-child {
    border-bottom: 0px
}

.offcanvas .site-navigation ul.menu>li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px
}

.offcanvas .site-navigation ul.menu li.menu-item-has-children>a {
    display: block;
    position: relative
}

.offcanvas .site-navigation ul.menu li.menu-item-has-children ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas .site-navigation ul.menu li.menu-item-has-children ul a {
    padding-left: 30px
}

.offcanvas .site-navigation ul.menu li.menu-item-has-children ul .sub-menu li a {
    padding-left: 50px
}

.offcanvas .site-navigation ul.menu li.menu-item-has-children ul .sub-menu .sub-menu li a {
    padding-left: 70px
}

.offcanvas .site-navigation ul.menu li.menu-item-has-children ul .sub-menu .sub-menu .sub-menu li a {
    padding-left: 90px
}

.offcanvas .site-navigation ul.menu .sub-content.sub-preview i {
    display: none
}

.offcanvas .site-navigation ul.menu .sub-grid-content {
    display: none !important
}

.site-main .widecolumn {
    padding-top: 72px;
    width: auto
}

.site-main .mu_register,
.widecolumn>form,
.widecolumn>h2 {
    margin: 0 auto 48px;
    padding: 0 30px
}

.site-main .mu_register #blog_title,
.site-main .mu_register #blogname,
.site-main .mu_register #user_email,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 90%
}

.site-main .mu_register input[type=submit],
.widecolumn #submit {
    font-size: inherit;
    width: auto
}

@media print {
    body {
        background: none !important;
        color: #2b2b2b;
        font-size: 12pt
    }

    .archive-header,
    .attachment .entry-attachment .attachment,
    .comments-area,
    .contributor-info,
    .hentry,
    .page-content,
    .page-header,
    .site,
    .site-content .entry-content,
    .site-content .entry-header,
    .site-content .entry-meta,
    .site-content .entry-summary,
    .site-header {
        max-width: 100%
    }

    #secondary,
    #site-header img,
    .comment-list .reply,
    .comment-reply-login,
    .comment-respond,
    .edit-link,
    .more-link,
    .page-links,
    .post-format-archive-link,
    .search-toggle,
    .site-content nav,
    .site-footer,
    .site-navigation,
    .slider-control-paging,
    .slider-direction-nav,
    .widget-area {
        display: none
    }

    .entry-meta,
    .entry-meta a,
    .site-title a {
        color: #2b2b2b
    }

    .post-thumbnail,
    .site-content .entry-header,
    .site-footer,
    .site-header,
    a.post-thumbnail:hover {
        background: transparent
    }

    .header-main {
        padding: 48px 10px
    }

    .site-title {
        float: none;
        font-size: 19pt
    }

    .list-view .site-content .hentry {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 48px;
        padding-bottom: 24px
    }

    .post-thumbnail img {
        margin: 0 10px 24px
    }

    .site-content .has-post-thumbnail .entry-header {
        padding-top: 0
    }

    .site-content footer.entry-meta {
        margin: 24px auto
    }

    .entry-meta .tag-links a {
        color: #fff
    }

    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block
    }

    .archive-title,
    .page-title {
        margin: 0 10px 48px
    }
}

.mejs-overlay-button {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px !important
}

.mejs-overlay-button:before {
    font-family: "FontAwesome";
    font-size: 22px;
    content: "";
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mejs-container {
    background: none
}

.mejs-container .mejs-controls {
    background: #ecc200 !important;
    font-size: 11px !important
}

.mejs-container.mejs-audio div.mejs-volume-button {
    min-height: 0
}

.mejs-container .mejs-controls>div {
    min-height: 26px;
    height: auto
}

.mejs-controls .mejs-button button {
    background-image: none;
    height: 16px !important;
    line-height: 0 !important;
    margin: 8px 5px
}

.mejs-controls .mejs-button button:before {
    font-family: "FontAwesome";
    font-size: 13px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mejs-container .mejs-controls .mejs-time {
    min-height: 0
}

.mejs-container .mejs-controls .mejs-time span {
    color: #000
}

.mejs-controls .mejs-play button:before {
    content: ""
}

.mejs-controls .mejs-pause button:before {
    content: ""
}

.mejs-overlay-loading,
.mejs-overlay-loading span {
    background: none !important
}

.mejs-controls .mejs-time-rail span {
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 6px
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #fff;
    margin: 6px 5px
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #b99800 !important
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ecc200 !important
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: #b99800 transparent transparent !important
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    border: 1px solid #b99800 !important;
    background: #b99800 !important
}

.mejs-controls .mejs-fullscreen-button button:before {
    content: ""
}

.mejs-controls .mejs-unfullscreen button:before {
    content: ""
}

.mejs-controls .mejs-volume-button button:before {
    content: ""
}

.mejs-controls .mejs-mute button:before {}

.mejs-controls .mejs-unmute button:before {
    content: ""
}

.mejs-controls div.mejs-horizontal-volume-slider {
    float: right
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 6px
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #ecc200 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 6px
}

.mejs-contextmenu {
    z-index: 1001
}

.viem-mfp-popup .mfp-content {
    transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease-in-out 0s;
    transform-origin: center top 0
}

.viem-mfp-popup.mfp-ready .mfp-content {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1)
}

.viem-mfp-popup .mfp-content .embed-wrap,
.viem-mfp-popup .mfp-content .video-embed-wrap {
    max-width: 800px;
    margin: 50px auto;
    position: relative
}

.viem-mfp-popup .mfp-content .embed-wrap .mfp-close,
.viem-mfp-popup .mfp-content .video-embed-wrap .mfp-close {
    color: #fff;
    right: -16px;
    top: -35px
}

[class*=viem-sc] a {
    text-decoration: none
}

.dt_row {
    margin-left: -15px;
    margin-right: -15px
}

.dawnthemes_row_bottom_left_diagonal,
.dawnthemes_row_bottom_right_diagonal,
.dawnthemes_row_top_left_diagonal,
.dawnthemes_row_top_right_diagonal {
    position: relative;
    width: 100%;
    overflow: visible !important;
    padding-top: 80px;
    padding-bottom: 80px
}

.dawnthemes_row_bottom_left_diagonal>div,
.dawnthemes_row_bottom_right_diagonal>div,
.dawnthemes_row_top_left_diagonal>div,
.dawnthemes_row_top_right_diagonal>div {
    position: relative;
    z-index: 2
}

.dawnthemes_row_top_left_diagonal:before {
    content: "";
    background-color: inherit;
    width: 150%;
    height: 150px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 1;
    transform: rotate(3deg);
    transform-origin: 100% 0
}

.dawnthemes_row_top_right_diagonal:before {
    content: "";
    background-color: inherit;
    width: 150%;
    height: 150px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 1;
    transform: rotate(-3deg);
    transform-origin: 0 0
}

.dawnthemes_row_bottom_left_diagonal:after {
    content: "";
    background-color: inherit;
    width: 150%;
    height: 150px;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 1;
    transform: rotate(-3deg);
    transform-origin: 100% 0
}

.dawnthemes_row_bottom_right_diagonal:after {
    content: "";
    background-color: inherit;
    width: 150%;
    height: 150px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 1;
    transform: rotate(3deg);
    transform-origin: 0 0
}

a.btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    background: #ecc200;
    border: 1px solid #ecc200;
    color: #0d0d0d;
    text-transform: uppercase;
    outline: none;
    padding: 13px 30px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 0.1s ease-in-out
}

a.btn i {
    margin-right: 3px
}

.rtl a.btn i {
    float: right;
    margin-left: 3px
}

.dawnthemes-tbn-container {
    display: block;
    margin-bottom: 21.74px;
    max-width: 100%
}

.dawnthemes-tbn-container.btn-align-left {
    text-align: left
}

.dawnthemes-tbn-container.btn-align-center {
    text-align: center
}

.dawnthemes-tbn-container.btn-align-right {
    text-align: right
}

.dawnthemes-tbn-container a.btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    background: #ecc200;
    border: 1px solid #ecc200;
    color: #0d0d0d;
    text-transform: uppercase;
    outline: none;
    padding: 13px 30px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 0.1s ease-in-out;
    transition: all 0.2s ease-in-out
}

.dawnthemes-tbn-container a.btn i {
    margin-right: 3px
}

.rtl .dawnthemes-tbn-container a.btn i {
    float: right;
    margin-left: 3px
}

.dawnthemes-tbn-container a.btn.btn-lg {
    font-size: 1.286em;
    padding: 12px 46px
}

.dawnthemes-tbn-container a.btn.btn-sm {
    font-size: 1em;
    padding: 8px 20px
}

.dawnthemes-tbn-container a.btn.btn-xs {
    font-size: 0.9em;
    padding: 5px 15px
}

.dawnthemes-tbn-container a.btn.btn-primary {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    background: #ecc200;
    border: 1px solid #ecc200;
    color: #0d0d0d;
    text-transform: uppercase;
    outline: none;
    padding: 13px 30px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 0.1s ease-in-out
}

.dawnthemes-tbn-container a.btn.btn-primary i {
    margin-right: 3px
}

.rtl .dawnthemes-tbn-container a.btn.btn-primary i {
    float: right;
    margin-left: 3px
}

.dawnthemes-tbn-container a.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s
}

.dawnthemes-tbn-container a.btn.hover_e1:active,
.dawnthemes-tbn-container a.btn.hover_e1:hover {
    background-color: #0d0d0d;
    border-color: #0d0d0d;
    color: #ffffff
}

.dawnthemes-tbn-container a.btn.hover_e2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ecc200
}

.dawnthemes-tbn-container a.btn.hover_e2:active,
.dawnthemes-tbn-container a.btn.hover_e2:hover {
    background-color: transparent;
    border-color: #ecc200;
    color: #ffffff !important
}

.dawnthemes-tbn-container a.btn.hover_e2:active:after,
.dawnthemes-tbn-container a.btn.hover_e2:hover:after {
    height: 100%
}

.dawnthemes-tbn-container a.btn.hover_e3:after {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #ecc200
}

.dawnthemes-tbn-container a.btn.hover_e3:active,
.dawnthemes-tbn-container a.btn.hover_e3:hover {
    background-color: transparent;
    border-color: #ecc200;
    color: #ffffff !important
}

.dawnthemes-tbn-container a.btn.hover_e3:active:after,
.dawnthemes-tbn-container a.btn.hover_e3:hover:after {
    width: 100%
}

.dawnthemes-tbn-container a.btn.hover_e4:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #ecc200;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%)
}

.dawnthemes-tbn-container a.btn.hover_e4:active,
.dawnthemes-tbn-container a.btn.hover_e4:hover {
    background-color: transparent;
    border-color: #ecc200;
    color: #ffffff !important
}

.dawnthemes-tbn-container a.btn.hover_e4:active:after,
.dawnthemes-tbn-container a.btn.hover_e4:hover:after {
    width: 90%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.dawnthemes-tbn-container a.btn.hover_e5 {
    padding-left: 50px;
    padding-right: 50px
}

.dawnthemes-tbn-container a.btn.hover_e5>span {
    position: relative;
    z-index: 1
}

.dawnthemes-tbn-container a.btn.hover_e5:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ecc200;
    transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.dawnthemes-tbn-container a.btn.hover_e5:active,
.dawnthemes-tbn-container a.btn.hover_e5:hover {
    background-color: transparent;
    border-color: #ecc200;
    color: #ffffff !important
}

.dawnthemes-tbn-container a.btn.hover_e5:active:after,
.dawnthemes-tbn-container a.btn.hover_e5:hover:after {
    height: 260%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.dawnthemes-tbn-container a.btn.hover_e6:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ecc200;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%)
}

.dawnthemes-tbn-container a.btn.hover_e6:active,
.dawnthemes-tbn-container a.btn.hover_e6:hover {
    background-color: transparent;
    border-color: #ecc200;
    color: #ffffff !important
}

.dawnthemes-tbn-container a.btn.hover_e6:active:after,
.dawnthemes-tbn-container a.btn.hover_e6:hover:after {
    height: 75%;
    opacity: 1;
    filter: alpha(opacity=100)
}

.viem-sc-title {
    position: relative;
    overflow: hidden;
    display: block;
    color: #131313;
    font-size: 1.714em;
    margin: 0 0 26px;
    text-transform: capitalize
}

.viem-sc-title a {
    text-decoration: none
}

.viem-sc-title .viem-sc-desc {
    font-size: initial;
    text-transform: none;
    margin-top: 5px
}

@media (max-width:767px) {
    .viem-sc-title {
        font-size: 1.3em
    }
}

.viem-sc-title i {
    margin-right: 8px;
    color: rgba(19, 19, 19, 0.5)
}

.rtl .viem-sc-title i {
    margin-right: auto;
    margin-left: 8px
}

.viem_sc_heading {
    position: relative;
    margin-bottom: 30px
}

.viem_sc_heading:after {
    content: "";
    display: table;
    clear: both
}

.viem_sc_heading .viem-sc-title {
    margin-bottom: 0px
}

.dt-next-prev-wrap {
    position: relative;
    margin-bottom: 10px
}

.dt-next-prev-wrap a {
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: top;
    font-size: 7px;
    color: #b7b7b7
}

.dt-next-prev-wrap a i {
    line-height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.dt-next-prev-wrap a.ajax-page-disabled {
    opacity: 0.5
}

.dt-next-prev-wrap a:hover {
    background-color: #ecc200;
    border-color: #ecc200;
    color: #ffffff
}

.viem-sc-heading {
    font-size: 2em;
    text-align: center;
    font-weight: 400;
    padding-bottom: 20px
}

.viem-sc-heading span {
    position: relative;
    padding-bottom: 20px
}

.viem-sc-heading span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background-color: rgba(236, 194, 0, 0.8)
}

@media (min-width:992px) {
    .viem-sc-heading {
        font-size: 3.429em
    }

    .viem-sc-heading span:before {
        width: 60px
    }
}

.viem-carousel-slide {
    display: none
}

.viem-blog-sc .viem_sc_heading {
    position: relative;
    display: block
}

.viem-blog-sc .viem_sc_heading:after,
.viem-blog-sc .viem_sc_heading:before {
    content: " ";
    display: table
}

.viem-blog-sc .viem_sc_heading:after {
    clear: both
}

.viem-blog-sc .viem_sc_heading .viem-sc-title {
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.viem-blog-sc .viem-sc-content .paging-navigation .loop-pagination {
    margin: 0
}

.testimonial-carousel .testimonial-carousel-title {
    position: relative;
    overflow: hidden;
    display: block;
    color: #131313;
    font-size: 1.714em;
    margin: 0 0 26px;
    text-transform: capitalize;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.286em;
    padding-bottom: 20px;
    position: relative
}

.testimonial-carousel .testimonial-carousel-title a {
    text-decoration: none
}

.testimonial-carousel .testimonial-carousel-title .viem-sc-desc {
    font-size: initial;
    text-transform: none;
    margin-top: 5px
}

@media (max-width:767px) {
    .testimonial-carousel .testimonial-carousel-title {
        font-size: 1.3em
    }
}

.testimonial-carousel .testimonial-carousel-title i {
    margin-right: 8px;
    color: rgba(19, 19, 19, 0.5)
}

.rtl .testimonial-carousel .testimonial-carousel-title i {
    margin-right: auto;
    margin-left: 8px
}

.testimonial-carousel .testimonial-carousel-title:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #999999;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px
}

@media (max-width:992px) {
    .testimonial-carousel .testimonial-carousel-title {
        font-size: 1.286em
    }
}

.testimonial-carousel .testimonial-carousel-slide {
    position: relative;
    overflow: hidden
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons {
    position: static
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next,
.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-prev {
    position: absolute;
    top: 30%;
    left: -50px;
    left: 0;
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
    margin-top: -25px;
    font-size: 0px;
    text-align: center;
    border: 1px solid #999999;
    z-index: 1;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all 0.1s ease-in-out
}

@media (max-width:768px) {

    .testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next,
    .testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-prev {
        left: -50px
    }
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next:before,
.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-prev:before {
    font-size: 18px;
    color: #666666
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next:hover,
.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-prev:hover {
    background-color: #ecc200;
    border-color: #ecc200
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next:hover:before,
.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-prev:hover:before {
    color: #ffffff
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-prev:before {
    line-height: 50px
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next {
    left: auto;
    right: -50px;
    right: 0
}

@media (max-width:768px) {
    .testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next {
        right: -50px
    }
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.testimonial-carousel .testimonial-carousel-slide .owl-buttons .owl-next:before {
    line-height: 50px
}

.testimonial-carousel .testimonial-carousel-slide:hover .owl-nav .owl-next,
.testimonial-carousel .testimonial-carousel-slide:hover .owl-nav .owl-prev {
    opacity: 1;
    filter: alpha(opacity=100)
}

.testimonial-carousel .testimonial-carousel-slide:hover .owl-nav .owl-prev {
    left: 0
}

.testimonial-carousel .testimonial-carousel-slide:hover .owl-nav .owl-next {
    right: 0
}

.testimonial-carousel .testimonial-carousel-slide .owl-controls {
    margin-top: 15px
}

.testimonial-carousel .testimonial-carousel-slide .owl-controls .owl-page span {
    background-color: #999999;
    width: 7px;
    height: 7px;
    margin: 5px
}

.testimonial-carousel .testimonial-carousel-slide .owl-controls .owl-page.active span,
.testimonial-carousel .testimonial-carousel-slide .owl-controls .owl-page:hover span {
    background-color: #131313
}

.testimonial-carousel .testimonial-item {
    text-align: center
}

.testimonial-carousel .testimonial-item .testimonial-item-author-avatar {
    margin-bottom: 30px
}

.testimonial-carousel .testimonial-item .testimonial-item-author-avatar img {
    border-radius: 0px;
    -webkit-border-radius: 0px
}

.testimonial-carousel .testimonial-item .testimonial-item-info {
    text-align: center
}

.testimonial-carousel .testimonial-item .testimonial-item-info .testimonial-item-title {
    color: #131313;
    font-size: 2.429em
}

@media (max-width:767px) {
    .testimonial-carousel .testimonial-item .testimonial-item-info .testimonial-item-title {
        font-size: 1.5em
    }
}

.testimonial-carousel .testimonial-item .testimonial-item-info .testimonial-item-title i {
    font-size: 0.5em
}

.testimonial-carousel .testimonial-item .testimonial-item-info .testimonial-item-comment {
    max-width: 750px;
    margin: 0 auto;
    font-style: italic;
    font-weight: bold;
    font-size: 1.571em;
    line-height: 1.3;
    color: #131313
}

.testimonial-carousel .testimonial-item .testimonial-item-author {
    margin-top: 15px
}

.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-star {
    height: 1.1em;
    margin: 10px auto;
    color: #f4cb3d;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-star:before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-star span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-star span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-author-info-name,
.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-author-info-position {
    display: inline-block;
    vertical-align: top;
    font-size: 0.786em;
    margin: 0
}

.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-author-info-name {
    color: #999999
}

.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-author-info-position {
    color: #131313;
    font-style: italic
}

.testimonial-carousel .testimonial-item .testimonial-item-author .testimonial-item-author-info-position span {
    margin: 0 6px
}

.testimonial-carousel.testimonial-carousel-style_2 *,
.testimonial-carousel.testimonial-carousel-style_2 .testimonial-item .testimonial-item-info .testimonial-item-title {
    color: #ffffff
}

.testimonial-carousel.testimonial-carousel-style_2 .testimonial-item .testimonial-item-info .testimonial-item-comment {
    color: #999999
}

.viem-posts-slider .viem_sc_content {
    position: relative;
    overflow: hidden
}

.viem-posts-slider.syncing .viem-slider-for_wrap {
    display: block;
    margin-bottom: 20px
}

@media (max-width:320px) {
    .viem-posts-slider.syncing .viem-slider-for_wrap {
        display: none
    }
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap {
    position: relative;
    overflow: hidden
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .entry-featured {
    display: block;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 50%
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .entry-featured a {
    position: static
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .entry-featured a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .entry-featured a>img,
.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .entry-featured a video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    object-fit: cover
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 25%;
    padding: 0 10%
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .icon-player {
    display: block;
    margin-bottom: 40px;
    text-align: center
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .icon-player a {
    display: inline-block;
    vertical-align: middle
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .post-header .post-title {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 4.286em;
    font-weight: bold;
    color: #ffffff;
    text-overflow: unset;
    white-space: unset;
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .post-header .post-title a {
    color: inherit
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .post-category {
    font-size: 1em;
    text-transform: uppercase
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .post-category a {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 8px;
    color: #ffffff;
    margin: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 3px 0px 1px rgba(0, 0, 0, 0.35)
}

@media (min-width:992px) {
    .viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .icon-player img {
        max-width: 108px
    }
}

@media (max-width:992px) {
    .viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .icon-player {
        margin-bottom: 10px
    }

    .viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .icon-player img {
        max-width: 50px
    }

    .viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .post-header .post-title {
        font-size: 2.286em
    }
}

@media (max-width:480px) {
    .viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .icon-player {
        margin-bottom: 5px
    }

    .viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .icon-player img {
        max-width: 30px
    }

    .viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .hentry-wrap .post-header .post-title {
        font-size: 1.3em
    }
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide .entry-featured-wrap .entry-video-counter {
    z-index: 2
}

.viem-posts-slider.syncing .viem-slider-for_wrap .slider-for .post-item-slide:hover .entry-featured-wrap .hentry-wrap .post-category a {
    background-color: #ecc200
}

.viem-posts-slider.syncing .viem-slider-nav_wrap {
    position: relative
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav {
    position: static;
    margin-left: -15px;
    margin-right: -15px
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .post-item-slide {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .post-item-slide .viem_video {
    cursor: pointer
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .post-item-slide .entry-featured {
    margin: 0;
    margin-bottom: 10px
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .post-item-slide .post-category {
    text-transform: uppercase;
    font-size: 0.857em;
    margin-bottom: 5px
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .post-item-slide .post-category a {
    font-weight: bold;
    text-decoration: none
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .post-item-slide .post-header .post-title {
    margin: 0;
    padding: 0;
    font-size: 1em
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .next-slider,
.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .pre-slider {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    margin-top: -50px;
    font-size: 0px;
    text-align: center;
    border: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.1s ease-in-out
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .next-slider:before,
.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .pre-slider:before {
    font-size: 24px;
    color: #999999
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .next-slider:hover,
.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .pre-slider:hover {
    background: #ecc200
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .next-slider:hover:before,
.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .pre-slider:hover:before {
    color: #ffffff
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .pre-slider:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .pre-slider:before {
    line-height: 40px
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .next-slider {
    left: auto;
    right: 10px
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .next-slider:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-posts-slider.syncing .viem-slider-nav_wrap .slider-nav .next-slider:before {
    line-height: 40px
}

.viem-posts-slider.default .viem_sc_wrap {
    margin-left: -15px;
    margin-right: -15px
}

.viem-posts-slider.default .viem-slick-slider {
    position: static
}

.viem-posts-slider.default .viem-slick-slider .viem_video .entry-featured-wrap .entry-video-counter span.video-like-counter {
    float: left
}

.viem-posts-slider.default .viem-slick-slider .viem_video .entry-featured-wrap .entry-video-counter span.video-like-counter.rtl {
    float: right
}

.viem-posts-slider.default .viem-slick-slider .post-item-slide {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    text-align: center
}

.viem-posts-slider.default .viem-slick-slider .post-item-slide .entry-featured {
    margin: 0;
    margin-bottom: 10px
}

.viem-posts-slider.default .viem-slick-slider .post-item-slide .entry-featured .dt-icon-video {
    display: none
}

.viem-posts-slider.default .viem-slick-slider .post-item-slide .post-category {
    text-transform: uppercase;
    font-size: 0.857em;
    margin-bottom: 5px
}

.viem-posts-slider.default .viem-slick-slider .post-item-slide .post-category a {
    font-weight: bold;
    text-decoration: none
}

.viem-posts-slider.default .viem-slick-slider .post-item-slide .post-header .post-title {
    margin: 0;
    padding: 0;
    font-size: 1em
}

.viem-posts-slider.default .viem-slick-slider .next-slider,
.viem-posts-slider.default .viem-slick-slider .pre-slider {
    position: absolute;
    top: 40%;
    left: -10%;
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    margin-top: -20px;
    font-size: 0px;
    text-align: center;
    border: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.1s ease-in-out
}

.viem-posts-slider.default .viem-slick-slider .next-slider:before,
.viem-posts-slider.default .viem-slick-slider .pre-slider:before {
    font-size: 24px;
    color: #999999
}

.viem-posts-slider.default .viem-slick-slider .next-slider:hover,
.viem-posts-slider.default .viem-slick-slider .pre-slider:hover {
    background: black
}

.viem-posts-slider.default .viem-slick-slider .next-slider:hover i,
.viem-posts-slider.default .viem-slick-slider .pre-slider:hover i {
    color: #ecc200
}

.viem-posts-slider.default .viem-slick-slider .pre-slider:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-posts-slider.default .viem-slick-slider .pre-slider:before {
    line-height: 40px
}

.viem-posts-slider.default .viem-slick-slider .next-slider {
    left: auto;
    right: -10%
}

.viem-posts-slider.default .viem-slick-slider .next-slider:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-posts-slider.default .viem-slick-slider .next-slider:before {
    line-height: 40px
}

.viem-posts-slider.default .viem-slick-slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 38px;
    text-align: center
}

.viem-posts-slider.default .viem-slick-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 8px;
    border: 0px
}

.viem-posts-slider.default .viem-slick-slider .slick-dots li button {
    margin: 0;
    padding: 0;
    border: 0px;
    font-size: 0px;
    width: 15px;
    height: 15px;
    background-color: #4d4d4d;
    border-radius: 100%;
    -webkit-border-radius: 100%
}

.viem-posts-slider.default .viem-slick-slider .slick-dots li.slick-active button {
    background-color: #ecc200
}

.viem-posts-slider.default .viem-slick-slider:hover .pre-slider {
    left: 10px
}

.viem-posts-slider.default .viem-slick-slider:hover .next-slider {
    right: 10px
}

.viem-posts-slider.single .item {
    position: relative;
    overflow: hidden
}

.viem-posts-slider.single .item .viem-badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.viem-posts-slider.single .item .viem-badges .badges-item {
    width: 40px;
    float: left
}

.viem-posts-slider.single .item .viem-badges .badges-item img {
    max-width: 100%;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    border: none
}

.viem-posts-slider.single .item .post-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.viem-posts-slider.single .item .item-thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 36%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.viem-posts-slider.single .item .item-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.viem-posts-slider.single .item .item-content .icon-player {
    width: 40px;
    height: 100%;
    display: block;
    margin: auto
}

@media (max-width:1366px) {
    .viem-posts-slider.single .item .item-content .icon-player {
        width: 30px
    }
}

@media (max-width:768px) {
    .viem-posts-slider.single .item .item-content .icon-player {
        width: 20px
    }
}

.viem-posts-slider.single .item .item-content .post-header .post-title {
    font-size: 2.86em;
    color: #ffffff;
    margin: 40px 0px 0px 0px;
    padding: 0
}

@media (max-width:1366px) {
    .viem-posts-slider.single .item .item-content .post-header .post-title {
        font-size: 1.86em;
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .viem-posts-slider.single .item .item-content .post-header .post-title {
        font-size: 1.2em;
        margin-top: 10px
    }
}

.viem-posts-slider.single .item .item-content .post-category a {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    padding: 2px 8px;
    color: #ffffff;
    margin: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 3px 0px 1px rgba(0, 0, 0, 0.35)
}

.viem-posts-slider.single .item:hover .item-content .post-category a {
    background-color: #ecc200
}

.viem-posts-slider.single .viem-slick-slider {
    position: relative
}

.viem-posts-slider.single .viem-slick-slider .next-slider,
.viem-posts-slider.single .viem-slick-slider .pre-slider {
    position: absolute;
    top: 50%;
    left: -10%;
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    margin-top: -20px;
    font-size: 0px;
    text-align: center;
    border: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.1s ease-in-out
}

.viem-posts-slider.single .viem-slick-slider .next-slider:before,
.viem-posts-slider.single .viem-slick-slider .pre-slider:before {
    font-size: 24px;
    color: #999999
}

.viem-posts-slider.single .viem-slick-slider .next-slider:hover,
.viem-posts-slider.single .viem-slick-slider .pre-slider:hover {
    background: black
}

.viem-posts-slider.single .viem-slick-slider .next-slider:hover i,
.viem-posts-slider.single .viem-slick-slider .pre-slider:hover i {
    color: #ecc200
}

.viem-posts-slider.single .viem-slick-slider .pre-slider:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-posts-slider.single .viem-slick-slider .pre-slider:before {
    line-height: 40px
}

.viem-posts-slider.single .viem-slick-slider .next-slider {
    left: auto;
    right: -10%
}

.viem-posts-slider.single .viem-slick-slider .next-slider:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-posts-slider.single .viem-slick-slider .next-slider:before {
    line-height: 40px
}

.viem-posts-slider.single .viem-slick-slider:hover .pre-slider {
    left: 10px
}

.viem-posts-slider.single .viem-slick-slider:hover .next-slider {
    right: 10px
}

.viem-posts-slider.viem-dark .slick-list .post-title,
.viem-posts-slider.viem-dark .viem-sc-title {
    color: #ffffff
}

.dt-post-category article.post:hover .entry-title,
.dt-posts-slider:not(.single_mode) article.post:hover .entry-title {
    color: #ecc200
}

.dawnthemes-instagram .instagram-wrap .dt-instagram__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -1px;
    margin-right: -1px
}

.dawnthemes-instagram .instagram-wrap .dt-instagram__list:after,
.dawnthemes-instagram .instagram-wrap .dt-instagram__list:before {
    content: " ";
    display: table
}

.dawnthemes-instagram .instagram-wrap .dt-instagram__list:after {
    clear: both
}

.dawnthemes-instagram .instagram-wrap .dt-instagram__list .dt-instagram__item {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 25%;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px
}

.dawnthemes-instagram .instagram-wrap .dt-instagram__list .dt-instagram__item a {
    display: block;
    position: relative
}

.dawnthemes-instagram .instagram-wrap .dt-instagram__list .dt-instagram__item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out
}

.dawnthemes-instagram .instagram-wrap .dt-instagram__list .dt-instagram__item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.dt-nav-ajax-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin: -11px 0px 0px -36px
}

.dt-nav-ajax-loading .dt-nav-fade-loading {
    text-align: center
}

.dt-nav-ajax-loading .dt-nav-fade-loading i {
    animation: 1.5s ease 0s normal none infinite loadingFade;
    background: none repeat scroll 0 0 #ecc200;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 10px
}

.dt-nav-ajax-loading .dt-nav-fade-loading i:first-child {
    animation-delay: 0.2s
}

.dt-nav-ajax-loading .dt-nav-fade-loading i:nth-child(2) {
    animation-delay: 0.4s
}

.dt-nav-ajax-loading .dt-nav-fade-loading i:nth-child(3) {
    animation-delay: 0.6s
}

.dt-nav-ajax-loading .dt-nav-fade-loading i:nth-child(4) {
    animation-delay: 0.8s
}

.dt-loading .dt-nav-ajax-loading {
    display: block
}

.dt-loading.dt-content__wrap .dt-content {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.dt-countdown-sc .countdown-content {
    display: table;
    width: 100%
}

.dt-countdown-sc .countdown-content .countdown-item {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    color: #ffffff;
    background-color: #131313;
    padding: 36px 0px 30px 0px;
    border-right: 2px solid rgba(153, 153, 153, 0.1)
}

.dt-countdown-sc .countdown-content .countdown-item:last-child {
    border: 0px
}

.dt-countdown-sc .countdown-content .countdown-item .countdown-item-value {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 3.429em;
    line-height: 1
}

.dt-countdown-sc .countdown-content .countdown-item .countdown-item-label {
    font-size: 1.286em;
    color: #fefefe
}

@media (max-width:767px) {
    .dt-countdown-sc .countdown-content .countdown-item .countdown-item-value {
        font-size: 2em
    }

    .dt-countdown-sc .countdown-content .countdown-item .countdown-item-label {
        font-size: 1em
    }
}

.viem-contact-form input,
.viem-contact-form textarea {
    background: #eaeaea
}

.viem-contact-form .wpcf7-submit {
    background-color: #131313;
    color: #ffffff;
    margin-top: 20px
}

.viem-contact-form p {
    margin: 0
}

.viem-contact-form>.row {
    margin-right: -5px;
    margin-left: -5px
}

.viem-contact-form>.row>div[class*=col] {
    padding-right: 5px;
    padding-left: 5px
}

.viem-pricing-table {
    position: relative;
    min-width: 1px;
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .viem-pricing-table.pricing-2-column .pricing-column {
        width: 50%
    }

    .viem-pricing-table.pricing-3-column .pricing-column {
        width: 33.3333333333%
    }

    .viem-pricing-table.pricing-4-column .pricing-column {
        width: 25%
    }

    .viem-pricing-table.pricing-5-column .pricing-column {
        width: 20%
    }

    .viem-pricing-table.pricing-6-column .pricing-column {
        width: 16.6666666667%
    }
}

.viem-pricing-table .pricing-column {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.viem-pricing-table .pricing-column .pricing-column-wrap {
    position: relative;
    overflow: hidden;
    padding: 0px;
    background: transparent
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content {
    position: relative;
    z-index: 2;
    overflow: hidden
}

@media (min-width:992px) {
    .viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content.has-thumbnail {
        padding-top: 290px
    }

    .viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content.has-thumbnail .pricing-header-image {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.1s ease-in-out
    }

    .viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content.has-thumbnail .pricing-header .pricing-header-maks {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200%;
        z-index: 2
    }
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-header {
    position: relative;
    z-index: 2;
    padding: 15px 30px;
    background: #eaeaea;
    text-align: center
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 0;
    height: 0;
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #eaeaea
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-header .pricing-title {
    position: relative;
    overflow: hidden;
    z-index: 4;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-in-out
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-header .pricing-title h3 {
    color: #131313;
    text-transform: capitalize;
    font-size: 1.571em;
    margin: 0;
    padding: 0
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-header .pricing-price {
    color: #131313;
    font-size: 2.514em;
    font-weight: bold;
    text-transform: uppercase
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-body {
    position: relative
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-body ul.pricing-features {
    list-style: none;
    margin: 0;
    padding: 0
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-body ul.pricing-features li {
    display: block;
    margin: 10px 0px;
    text-align: center;
    padding: 15px;
    background: #eaeaea
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-body ul.pricing-features li i {
    font-size: 6px;
    color: #ecc200;
    vertical-align: middle;
    margin-right: 16px
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-column-content .pricing-body ul.pricing-features li i.fa-check {
    display: none
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer {
    position: relative;
    z-index: 1;
    display: block
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer:after,
.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer:before {
    content: " ";
    display: table
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer:after {
    clear: both
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer .pricing-footer-wrap {
    display: block
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer .pricing-footer-wrap:after,
.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer .pricing-footer-wrap:before {
    content: " ";
    display: table
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer .pricing-footer-wrap:after {
    clear: both
}

.viem-pricing-table .pricing-column .pricing-column-wrap .pricing-footer .pricing-footer-wrap .btn-pricing-table {
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    text-align: center;
    font-size: 1.5em;
    text-decoration: none
}

.viem-pricing-table .pricing-column.pricing-recommend .pricing-column-wrap .pricing-column-content .pricing-header {
    position: relative
}

.viem-pricing-table .pricing-column.pricing-recommend .pricing-column-wrap .pricing-column-content .pricing-header *,
.viem-pricing-table .pricing-column.pricing-recommend .pricing-column-wrap .pricing-column-content .pricing-header h3 {
    color: #ffffff
}

.viem-pricing-table .pricing-column.pricing-recommend .pricing-column-wrap .pricing-column-content .pricing-header:after {
    border-top-color: #ecc200
}

.viem-pricing-table .pricing-column.pricing-recommend .pricing-column-wrap .pricing-bg-over {}

@media (max-width:480px) {
    .viem-pricing-table .pricing-column {
        margin-bottom: 35px
    }
}

.viem_faq .viem_faq_heading {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .viem_faq .viem_faq_heading {
        margin-bottom: 30px
    }
}

.viem_faq .viem_faq_heading .viem_faq-title {
    font-size: 1.286em;
    margin-bottom: 10px
}

.viem_faq .viem_faq_heading .desc {
    color: #999999
}

.viem_faq .viem_faq-wrap .viem_faq-item:not(:first-child) {
    margin-top: -10px
}

.viem_faq .viem_faq-wrap .viem_faq-item:not(:last-child) {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .viem_faq .viem_faq-wrap .viem_faq-item:not(:last-child) {
        margin-bottom: 30px
    }
}

.viem_faq .viem_faq-wrap .viem_faq-item .faq-item-info .faq-item-asw,
.viem_faq .viem_faq-wrap .viem_faq-item .faq-item-info .faq-item-title {
    position: relative;
    padding-left: 28px
}

.viem_faq .viem_faq-wrap .viem_faq-item .faq-item-info .faq-item-asw .label-faq,
.viem_faq .viem_faq-wrap .viem_faq-item .faq-item-info .faq-item-title .label-faq {
    left: 0;
    position: absolute;
    top: 0;
    color: #ecc200;
    text-transform: uppercase
}

.viem_faq .viem_faq-wrap .viem_faq-item .faq-item-info .faq-item-title {
    margin-bottom: 10px
}

.viem_faq .viem_faq-wrap .viem_faq-item .faq-item-info .faq-item-asw {
    text-align: justify;
    color: #999999
}

.video-playlists .video-playlists-player {
    width: 100%;
    float: none
}

.video-playlists .video-playlists-content {
    height: 320px;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .video-playlists.video-playlist-columns-2 .video-playlists-player {
        width: 77%;
        float: left
    }

    .video-playlists.video-playlist-columns-2 .video-playlists-content {
        height: auto !important;
        width: 23%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border-left: 3px solid rgba(153, 153, 153, 0.1)
    }
}

.video-playlists-wrap {
    position: relative
}

.video-playlists-player {
    position: relative;
    background: #0A0A0A;
    overflow: hidden;
    padding-top: 56.25%
}

.video-playlists-player embed,
.video-playlists-player iframe,
.video-playlists-player object,
.video-playlists-player video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    outline: 0
}

.video-playlists-content {
    overflow: hidden;
    background: #000000
}

.video-playlists-control {
    color: #fff;
    position: relative;
    padding: 15px;
    height: 72px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    background: #ecc200
}

.video-playlists-control-icon {
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px
}

.video-playlists-control-icon a {
    color: #fff !important
}

.video-playlists-control-icon i:before {
    margin-left: 5px
}

.current-playing .video-playlists-control-icon i:before {
    content: "";
    margin-left: 0px
}

.video-playlists-list-scroller {
    position: absolute;
    top: 72px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.video-playlists-control-title {
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video-playlists-control-time {
    color: #eae8e8;
    font-size: 85%
}

.video-playlists-control-info {
    margin-left: 52px
}

.video-playlists-item {
    display: block;
    padding: 10px 15px;
    color: #cacaca !important;
    border-bottom: 2px solid rgba(153, 153, 153, 0.1)
}

.video-playlists-item:hover {
    background: rgba(255, 254, 254, 0.09) none repeat scroll 0 0
}

.video-playlists-item.active {
    background: rgba(255, 254, 254, 0.16) none repeat scroll 0 0
}

.video-playlists-item-thumb {
    max-width: 80px;
    display: block;
    float: left
}

.video-playlists-item-info {
    margin-left: 95px;
    display: block
}

.video-playlists-item-info .video-playlists-item-title {
    font-size: 1em;
    color: #ffffff
}

.current-playing.active .video-playlists-item-info .video-playlists-item-title,
.video-playlists-item-info .video-playlists-item-title:hover {
    color: #ecc200
}

.video-playlists-item-icon {
    display: block;
    font-size: 85%;
    margin-top: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.video-playlists-item-icon i {
    border: 1px solid;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    font-size: 7px;
    height: 14px;
    line-height: 12px;
    margin-right: 2px;
    text-align: center;
    width: 14px;
    vertical-align: middle
}

.video-playlists-item-icon i:before {
    margin-left: 2px
}

.current-playing .video-playlists-item-icon i:before {
    content: "";
    margin-left: 0px
}

.viem-video-embed-shortcode {
    background: #ffffff;
    padding: 7px;
    border-radius: 3px
}

.viem-video-embed-shortcode .video-embed-shortcode-bg-wrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden
}

.viem-video-embed-shortcode .video-embed-shortcode-bg-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3)
}

.viem-video-embed-shortcode .video-embed-shortcode-bg-wrap .video-embed-shortcode-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.viem-video-embed-shortcode .video-embed-shortcode-bg-wrap .video-embed-action {
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    background: transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 50px;
    text-align: center;
    z-index: 2
}

.viem-video-embed-shortcode .video-embed-shortcode-bg-wrap .video-embed-action i {
    color: #ffffff;
    font-size: 16px
}

.viem-video-embed-shortcode .video-embed-content {
    text-align: center;
    padding: 8px 10px 10px
}

.viem-video-embed-shortcode .video-embed-content .video-embed-shortcode-heading,
.viem-video-embed-shortcode .video-embed-content .video-embed-shortcode-sub-heading {
    margin: 0
}

.viem-banner-slider {
    position: relative;
    overflow: hidden
}

.viem-banner-slider .banner-slider-item {
    position: relative;
    padding-left: 30px;
    overflow: hidden;
    transition: all 0.1s ease-in-out
}

.viem-banner-slider .banner-slider-item .banner-slider-item-image {
    position: relative;
    z-index: 2;
    transition: transform 0.35s
}

.viem-banner-slider .banner-slider-item .banner-slider-item-title {
    position: relative;
    z-index: 1;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    padding: 8px 0px;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out
}

.viem-banner-slider .banner-slider-item .banner-slider-bg-over {
    display: block;
    position: absolute;
    z-index: -1;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: calc(100% - 40px);
    width: calc(100% - 30px);
    background-color: #ecc200
}

.viem-banner-slider .owl-pagination {
    margin-top: 30px;
    counter-reset: dots
}

.viem-banner-slider .owl-pagination .owl-page {
    position: relative;
    margin: 5px 0;
    padding: 0px 30px;
    padding-left: 40px;
    color: #999999;
    height: 23px
}

.viem-banner-slider .owl-pagination .owl-page:first-child:last-child {
    width: 100%
}

.viem-banner-slider .owl-pagination .owl-page:first-child:nth-last-child(2),
.viem-banner-slider .owl-pagination .owl-page:first-child:nth-last-child(2)~div {
    width: 50%
}

.viem-banner-slider .owl-pagination .owl-page:first-child:nth-last-child(3),
.viem-banner-slider .owl-pagination .owl-page:first-child:nth-last-child(3)~div {
    width: 33.3333%
}

.viem-banner-slider .owl-pagination .owl-page:first-child:nth-last-child(4),
.viem-banner-slider .owl-pagination .owl-page:first-child:nth-last-child(4)~div {
    width: 25%
}

.viem-banner-slider .owl-pagination .owl-page span {
    display: none
}

.viem-banner-slider .owl-pagination .owl-page:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-banner-slider .owl-pagination .owl-page:before {
    content: "";
    line-height: 30px;
    font-size: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0px;
    margin-top: -4px;
    font-weight: bold;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid transparent;
    transition: all 0.1s ease-in-out
}

.viem-banner-slider .owl-pagination .owl-page:after {
    counter-increment: dots;
    content: counter(dots);
    position: absolute;
    left: 40px
}

.viem-banner-slider .owl-pagination .owl-page.active:before,
.viem-banner-slider .owl-pagination .owl-page:hover:before {
    color: #ecc200;
    border-color: #ecc200
}

@media (min-width:991px) {
    .viem-banner-slider {
        padding-right: 50px
    }

    .viem-banner-slider .owl-controls,
    .viem-banner-slider .owl-pagination {
        margin: 0;
        padding: 0
    }

    .viem-banner-slider .owl-pagination {
        transform: rotate(90deg) translate3d(-70%, -860%, 0)
    }

    .viem-banner-slider .owl-pagination .owl-page span {
        display: inline-block;
        vertical-align: top;
        font-size: 0px;
        background: transparent;
        width: 0px;
        height: 0px;
        border: 0;
        border-radius: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.1s ease-in-out
    }

    .viem-banner-slider .owl-pagination .owl-page span:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 14px;
        display: block;
        height: 90px;
        width: 1px;
        background-color: #ecc200;
        z-index: 4
    }

    .viem-banner-slider .owl-pagination .owl-page.active span,
    .viem-banner-slider .owl-pagination .owl-page:hover span {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.viem-icon-box a {
    text-decoration: none
}

.viem-icon-box.text-align-left {
    text-align: left
}

.viem-icon-box.text-align-right {
    text-align: right
}

.viem-icon-box.text-align-center {
    text-align: center
}

.viem-icon-box.text-align-center.feature-item {
    padding: 40px 0
}

.viem-icon-box.text-align-center.feature-item:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #e2e2e2;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
    transition: all 0.2s ease-in-out
}

.viem-icon-box.text-align-center.feature-item:hover {
    padding: 30px 0 50px
}

.viem-icon-box.text-align-center.feature-item:hover:after {
    background: #666
}

.viem-icon-box.feature-item {
    padding: 0;
    position: relative;
    transition: all 0.1s ease-in-out
}

.viem-icon-box.feature-item .icon {
    font-size: 32px;
    color: #ecc200;
    display: block;
    margin-bottom: 6px
}

.viem-icon-box.feature-item .feature-item-title {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 1px
}

.viem-icon-box.feature-item .feature-item-desc {
    color: #999999;
    margin: 0
}

.viem-icon-box.feature-item.tikcetbox-tpl-dark .feature-item-desc {
    color: #ffffff
}

.viem-icon-box.text-align-left .feature-item-content .feature-item-title,
.viem-icon-box.text-align-right .feature-item-content .feature-item-title {
    margin-bottom: 10px
}

.viem-icon-box.text-align-left .icon,
.viem-icon-box.text-align-right .icon {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    transition: background 0.2s, color 0.2s
}

.viem-icon-box.text-align-left .icon:before,
.viem-icon-box.text-align-right .icon:before {
    content: "";
    background: #ecc200;
    opacity: 0.1;
    filter: alpha(opacity=10);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.viem-icon-box.text-align-left .icon:after,
.viem-icon-box.text-align-right .icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #ecc200;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0
}

.viem-icon-box.text-align-left .icon i,
.viem-icon-box.text-align-right .icon i {
    position: relative;
    z-index: 2;
    line-height: 90px;
    color: #fff
}

.viem-icon-box.text-align-left.tikcetbox-tpl-dark .icon:before,
.viem-icon-box.text-align-right.tikcetbox-tpl-dark .icon:before {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.viem-icon-box.text-align-left:hover .icon:before,
.viem-icon-box.text-align-right:hover .icon:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viem-icon-box.text-align-left:hover .icon i,
.viem-icon-box.text-align-right:hover .icon i {
    color: #fff !important
}

.viem-icon-box.text-align-left:hover .icon:after,
.viem-icon-box.text-align-right:hover .icon:after {
    transform: scale(1);
    opacity: 1
}

.viem-carousel-slide.owl-carousel {
    position: relative;
    overflow: hidden
}

.viem-carousel-slide.owl-carousel a {
    text-decoration: none
}

.viem-carousel-slide.owl-carousel .owl-nav {
    position: static
}

.viem-carousel-slide.owl-carousel .owl-nav .owl-next,
.viem-carousel-slide.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    margin-top: -20px;
    font-size: 0px;
    text-align: center;
    border: 0px;
    z-index: 1;
    background: #ecc200;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.1s ease-in-out
}

.viem-carousel-slide.owl-carousel .owl-nav .owl-next:before,
.viem-carousel-slide.owl-carousel .owl-nav .owl-prev:before {
    font-size: 18px;
    color: #ffffff
}

.viem-carousel-slide.owl-carousel .owl-nav .owl-next:hover,
.viem-carousel-slide.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.viem-carousel-slide.owl-carousel .owl-nav .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-carousel-slide.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px
}

.viem-carousel-slide.owl-carousel .owl-nav .owl-next:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-carousel-slide.owl-carousel:hover .owl-nav .owl-next,
.viem-carousel-slide.owl-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viem-carousel-slide.owl-carousel:hover .owl-nav .owl-prev {
    left: 0
}

.viem-carousel-slide.owl-carousel:hover .owl-nav .owl-next {
    right: 0
}

.viem-sc-our-brand .viem-sc-title {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 1.286em
}

.viem-sc-our-brand .viem-sc-title:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #f08818;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px
}

.viem-sc-our-brand ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.viem-sc-our-brand ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 90px
}

.viem-sc-our-brand ul li img {
    display: block;
    margin: auto;
    opacity: 0.2;
    filter: alpha(opacity=20);
    transition: all 0.1s ease-in-out
}

.viem-sc-our-brand ul li:hover img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tikcetbox-tpl-dark * {
    color: #ffffff
}

.viem-sc-counter {
    text-align: center;
    position: relative;
    padding: 30px 20px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.1);
    transition: none
}

.viem-sc-counter.text-align-center {
    text-align: center
}

.viem-sc-counter.text-align-left {
    text-align: left
}

.viem-sc-counter.text-align-right {
    text-align: right
}

.viem-sc-counter .counter-text {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 10px 0
}

.viem-sc-counter .counter-count .counter-number {
    font-size: 32px;
    font-weight: bold
}

.viem-sc-counter .counter-count .counter-unit {
    font-size: 32px;
    font-weight: bold
}

.viem-sc-counter .counter-icon {
    transition: all 0.1s ease-in-out;
    font-size: 32px
}

.viem-sc-counter.active,
.viem-sc-counter:hover {
    background: rgba(0, 0, 0, 0.2)
}

.viem-sc-counter.active .counter-count span,
.viem-sc-counter:hover .counter-count span {
    color: #ecc200
}

@media (min-width:1200px) {
    .viem-sc-counter {
        margin-bottom: 34px
    }

    .viem-sc-counter .counter-icon {
        display: none
    }

    .viem-sc-counter.active,
    .viem-sc-counter:hover {
        padding-bottom: 34px;
        margin-bottom: -34px
    }

    .viem-sc-counter.active .counter-icon,
    .viem-sc-counter:hover .counter-icon {
        display: block
    }
}

.viem-sc-our-team .viem-sc-title {
    position: relative;
    overflow: hidden;
    display: block;
    color: #131313;
    font-size: 1.714em;
    margin: 0 0 26px;
    text-transform: capitalize;
    text-align: center;
    text-transform: capitalize;
    font-size: 2.286em;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative
}

.viem-sc-our-team .viem-sc-title a {
    text-decoration: none
}

.viem-sc-our-team .viem-sc-title .viem-sc-desc {
    font-size: initial;
    text-transform: none;
    margin-top: 5px
}

@media (max-width:767px) {
    .viem-sc-our-team .viem-sc-title {
        font-size: 1.3em
    }
}

.viem-sc-our-team .viem-sc-title i {
    margin-right: 8px;
    color: rgba(19, 19, 19, 0.5)
}

.rtl .viem-sc-our-team .viem-sc-title i {
    margin-right: auto;
    margin-left: 8px
}

.viem-sc-our-team .viem-sc-title .viem-sc-desc {
    font-size: initial;
    text-transform: none;
    margin-top: 5px
}

.viem-sc-our-team .viem-sc-title:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #999999;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px
}

@media (max-width:992px) {
    .viem-sc-our-team .viem-sc-title {
        font-size: 1.286em
    }
}

.viem-sc-our-team .member-item {
    text-align: center
}

.viem-sc-our-team .member-item a {
    text-decoration: none
}

.viem-sc-our-team .member-item .member-avatar {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 10px
}

.viem-sc-our-team .member-item .member-avatar img {
    border: 2px solid #ffffff
}

.viem-sc-our-team .member-item .member-info .member-name {
    font-weight: bold;
    font-size: 1.071em;
    color: #666666;
    margin-bottom: 3px
}

.viem-sc-our-team .member-item .member-info .member-position {
    font-size: 0.857em;
    color: #999999
}

.viem-sc-our-team .member-item:hover .member-info .member-name {
    color: #131313
}

.viem-ajax-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin: -11px 0px 0px -36px
}

.viem-ajax-loading .viem-fade-loading {
    text-align: center
}

.viem-ajax-loading .viem-fade-loading i {
    animation: 1.5s ease 0s normal none infinite loadingFade;
    background: none repeat scroll 0 0 #ecc200;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 10px
}

.viem-ajax-loading .viem-fade-loading i:first-child {
    animation-delay: 0.2s
}

.viem-ajax-loading .viem-fade-loading i:nth-child(2) {
    animation-delay: 0.4s
}

.viem-ajax-loading .viem-fade-loading i:nth-child(3) {
    animation-delay: 0.6s
}

.viem-ajax-loading .viem-fade-loading i:nth-child(4) {
    animation-delay: 0.8s
}

.viem-video-categories .viem_sc_heading {
    display: table;
    width: 100%
}

.viem-video-categories .viem_sc_heading:after,
.viem-video-categories .viem_sc_heading:before {
    content: " ";
    display: table
}

.viem-video-categories .viem_sc_heading:after {
    clear: both
}

.viem-video-categories .viem_sc_heading .viem-sc-title {
    display: table-cell;
    vertical-align: top
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    margin-bottom: 30px;
    border: 0;
    background: none;
    display: table-cell;
    vertical-align: top
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs:after,
.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs:before {
    content: " ";
    display: table
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs:after {
    clear: both
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li {
    float: none;
    display: inline-block;
    vertical-align: top
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li+li {
    padding-left: 26px;
    margin-left: 20px;
    position: relative
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li+li:before {
    position: absolute;
    content: "";
    font: 14px/1 FontAwesome;
    top: 40%;
    left: 0;
    font-size: 6px;
    color: #999999
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li a {
    border: 0;
    background: none;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.857em;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    position: relative
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li a:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #008fd2;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.4) rotateY(180deg);
    transition: all 0.4s ease 0s
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li.active a,
.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li:hover a {
    color: #131313
}

.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li.active a:before,
.viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1) rotate(0deg)
}

.site-layout-4 .viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li.active a,
.site-layout-4 .viem-video-categories .viem_sc_heading .viem-sc-nav-tabs li:hover a {
    color: #ffffff
}

.viem-video-categories .viem_sc_heading ul.nav-tabs-mb {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:991px) {
    .viem-video-categories .viem_sc_heading .viem-sc-nav-tabs {
        display: none
    }

    .viem-video-categories .viem_sc_heading .tabdrop {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        margin-bottom: 30px
    }

    .viem-video-categories .viem_sc_heading .tabdrop>a {
        font-size: 24px;
        display: inline-block;
        line-height: 1
    }

    .viem-video-categories .viem_sc_heading .tabdrop a {
        text-decoration: none
    }
}

.viem-video-categories .viem_sc_content {
    position: relative
}

.viem-video-categories .viem_sc_content.viem_sc-tab-loading .viem-loadmore-tab-content {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.viem-video-categories .viem_sc_content.viem_sc-tab-loading .viem-ajax-loading {
    display: block
}

.viem-video-categories .viem_sc_content.viem_sc-tab-loading .viem-loadmore-tab-content {
    display: block
}

.viem-video-categories.style_1 .viem_sc_heading {
    display: block;
    margin: 0
}

.viem-video-categories.style_1 .viem_sc_heading .viem-sc-title {
    display: block;
    text-align: center;
    font-size: 2.143em;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .viem-video-categories.style_1 .viem_sc_heading .viem-sc-title {
        font-size: 1.5em
    }
}

.viem-video-categories.style_1 .viem_sc_heading .viem-sc-nav-tabs {
    text-align: center;
    margin-bottom: 50px
}

@media (min-width:991px) {
    .viem-video-categories.style_1 .viem_sc_heading .viem-sc-nav-tabs {
        display: block
    }
}

.viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content {
    clear: both
}

.viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .row>div {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    float: none;
    width: 100%
}

@media (min-width:360px) {
    .viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .row>div {
        width: 50%
    }
}

@media (min-width:480px) {

    .viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .row>div:first-child,
    .viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .row>div:nth-child(2),
    .viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .row>div:nth-child(3) {
        width: 33.33333333%
    }

    .viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .row>div:nth-child(4),
    .viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .row>div:nth-child(5) {
        width: 50%
    }
}

.viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .viem_video {
    margin-bottom: 25px
}

.viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .viem_video .entry-featured {
    margin-bottom: 26px
}

.viem-video-categories.style_1 .viem_sc_content .viem-loadmore-tab-content .viem_video .post-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.viem-video-categories.style_3 .item_video-1,
.viem-video-categories.style_3 .item_video-2,
.viem-video-categories.style_3 .item_video-3 {
    padding-left: 15px;
    padding-right: 15px
}

.viem-video-categories.style_3 .item_video-1 {
    width: 100%
}

@media (min-width:768px) {
    .viem-video-categories.style_3 .item_video-1 {
        width: 66.66666667%;
        float: left
    }
}

.viem-video-categories.style_3 .item_video-1 .post-excerpt {
    margin-bottom: 16px
}

.viem-video-categories.style_3 .item_video-2,
.viem-video-categories.style_3 .item_video-3 {
    float: left;
    width: 100%
}

@media (min-width:360px) {

    .viem-video-categories.style_3 .item_video-2,
    .viem-video-categories.style_3 .item_video-3 {
        width: 50%
    }
}

@media (min-width:768px) {

    .viem-video-categories.style_3 .item_video-2,
    .viem-video-categories.style_3 .item_video-3 {
        width: 33.33333333%;
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: -4px
    }
}

.viem-sc-badges .viem-sc-title {
    text-align: center;
    font-size: 2.143em;
    margin-bottom: 55px;
    padding-bottom: 30px;
    position: relative
}

@media (max-width:767px) {
    .viem-sc-badges .viem-sc-title {
        font-size: 1.5em;
        margin-bottom: 30px
    }
}

.viem-sc-badges .viem-sc-title .sc-icon-title {
    margin-bottom: 10px
}

.viem-sc-badges .viem-sc-title .sc-icon-title i {
    color: #ecc200;
    font-size: 22px;
    margin: 0px 3px
}

.viem-sc-badges .viem-sc-title .sc-icon-title i:nth-child(2) {
    font-size: 31px
}

.viem-sc-badges .viem-sc-title span {
    display: block
}

.viem-sc-badges .viem-sc-title:after {
    content: "";
    background: #ecc200;
    width: 70px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0
}

.viem-sc-badges .viem-sc-content .viem_video .entry-featured-wrap .entry-featured {
    margin-bottom: 0px
}

.viem-sc-badges .viem-sc-content .viem_video .entry-featured-wrap .entry-video-counter {
    display: none
}

.viem-sc-badges .viem-sc-content .viem_video .post-content {
    text-align: center
}

.viem-sc-badges .viem-sc-content .viem_video .post-content .post-category {
    text-transform: uppercase;
    font-size: 0.857em;
    font-weight: bold;
    margin-top: 10px
}

.viem-sc-badges .viem-sc-content .viem_video .post-content .post-title {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    font-size: 1em
}

.viem-sc-badges.grid .viem-sc-content .v-grid-list {
    margin: -15px
}

@media (max-width:767px) {
    .viem-sc-badges.grid .viem-sc-content .viem_video {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-right: -3px
    }
}

@media (max-width:360px) {
    .viem-sc-badges.grid .viem-sc-content .viem_video {
        width: 100%
    }
}

.viem-sc-badges.slider .viem-sc-content {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

.viem-sc-badges.slider .viem-sc-content .owl-carousel {
    position: static
}

.viem-sc-badges.slider .viem-sc-content .viem_video {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px
}

.viem-sc-badges.slider .owl-nav {
    position: static
}

.viem-sc-badges.slider .owl-nav .owl-next,
.viem-sc-badges.slider .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    margin-top: -20px;
    font-size: 0px;
    text-align: center;
    border: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.1s ease-in-out
}

.viem-sc-badges.slider .owl-nav .owl-next:before,
.viem-sc-badges.slider .owl-nav .owl-prev:before {
    font-size: 24px;
    color: #999999
}

.viem-sc-badges.slider .owl-nav .owl-next:hover,
.viem-sc-badges.slider .owl-nav .owl-prev:hover {
    transition: all 0.1s ease-in-out;
    background: black
}

.viem-sc-badges.slider .owl-nav .owl-next:hover:before,
.viem-sc-badges.slider .owl-nav .owl-prev:hover:before {
    color: #ecc200
}

.viem-sc-badges.slider .owl-nav .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-sc-badges.slider .owl-nav .owl-prev:before {
    line-height: 40px
}

.viem-sc-badges.slider .owl-nav .owl-next {
    left: auto;
    right: 15px
}

.viem-sc-badges.slider .owl-nav .owl-next:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-sc-badges.slider .owl-nav .owl-next:before {
    line-height: 40px
}

.viem-sc-badges.slider .owl-dots {
    display: block;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.viem-sc-badges.slider .owl-dots:after,
.viem-sc-badges.slider .owl-dots:before {
    content: " ";
    display: table
}

.viem-sc-badges.slider .owl-dots:after {
    clear: both
}

.viem-sc-badges.slider .owl-dots button {
    font-size: 0px;
    background-color: transparent;
    position: relative;
    text-align: center;
    transition: all 0.1s ease-in-out
}

.viem-sc-badges.slider .owl-dots button:before {
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    margin: 8px;
    padding: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #ecc200;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.viem-sc-badges.slider .owl-dots button.active:before {
    width: 35px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.viem-sc-badges.slider .owl-dots button * {
    display: none
}

@media (min-width:992px) {
    .viem-sc-badges.slider.center .viem-sc-content {
        position: relative
    }

    .viem-sc-badges.slider.center .viem-sc-content:after,
    .viem-sc-badges.slider.center .viem-sc-content:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        bottom: 0;
        width: 20%;
        background-color: rgba(238, 238, 238, 0.7)
    }

    .viem-sc-badges.slider.center .viem-sc-content:after {
        left: auto;
        right: 0
    }

    .viem-sc-badges.slider.center .owl-nav .owl-prev {
        left: 22%
    }

    .viem-sc-badges.slider.center .owl-nav .owl-next {
        right: 22%
    }
}

.viem-sc-badges.dark .viem-sc-title span {
    color: #ffffff
}

.viem-sc-badges.dark .viem-sc-content .viem_video .post-title {
    color: #ffffff
}

.viem-sc-badges.ajax_nav .viem-sc-title {
    text-align: left;
    font-size: 1.714em;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top
}

@media (max-width:767px) {
    .viem-sc-badges.ajax_nav .viem-sc-title {
        font-size: 1.5em
    }
}

.viem-sc-badges.ajax_nav .viem-sc-title span {
    display: block
}

.viem-sc-badges.ajax_nav .viem-sc-title:after {
    display: none
}

.viem-sc-badges.ajax_nav .viem-next-prev-wrap {
    display: inline-block;
    vertical-align: top;
    color: #999999
}

.viem-sc-badges.ajax_nav .viem-next-prev-wrap a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #e5e5e5;
    text-align: center;
    color: inherit
}

.viem-sc-badges.ajax_nav .viem-next-prev-wrap a i {
    font-size: 18px;
    line-height: 30px
}

.viem-sc-badges.ajax_nav .viem-next-prev-wrap a.viem-ajax-next-page {
    margin-left: 4px
}

.viem-sc-badges.ajax_nav .viem-next-prev-wrap a.ajax-page-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default
}

.viem-sc-badges.ajax_nav .viem-next-prev-wrap a.ajax-page-disabled i {
    color: #999999
}

.viem-sc-badges.ajax_nav .viem-sc-content .viem_video .entry-featured-wrap .entry-featured {
    display: block;
    position: relative;
    padding-top: 136.3%
}

.viem-sc-badges.ajax_nav .viem-sc-content .viem_video .entry-featured-wrap .entry-featured a.dt-image-link>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.3s
}

.viem-sc-trending .viem_sc_heading {
    position: relative;
    margin-bottom: 30px
}

.viem-sc-trending .viem_sc_heading .viem-sc-title {
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.viem-sc-trending .viem_sc_heading .viem-next-prev-wrap {
    display: inline-block;
    vertical-align: top;
    color: #999999
}

.viem-sc-trending .viem_sc_heading .viem-next-prev-wrap a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #e5e5e5;
    text-align: center;
    color: inherit
}

.viem-sc-trending .viem_sc_heading .viem-next-prev-wrap a i {
    font-size: 18px;
    line-height: 30px
}

.viem-sc-trending .viem_sc_heading .viem-next-prev-wrap a.viem-ajax-next-page {
    margin-left: 4px
}

.viem-sc-trending .viem_sc_heading .viem-next-prev-wrap a.ajax-page-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default
}

.viem-sc-trending .viem_sc_heading .viem-next-prev-wrap a.ajax-page-disabled i {
    color: #999999
}

.viem-sc-trending .viem-sc-content {
    position: relative;
    clear: both;
    display: block
}

.viem-sc-trending .viem-sc-content .v-grid-list {
    margin: -15px
}

.viem-sc-trending.grid_v5 .viem-sc-content .first:after,
.viem-sc-trending.grid_v5 .viem-sc-content .first:before {
    content: " ";
    display: table
}

.viem-sc-trending.grid_v5 .viem-sc-content .first:after {
    clear: both
}

.viem-sc-trending.grid_v5 .viem-sc-content .first .viem_video:after,
.viem-sc-trending.grid_v5 .viem-sc-content .first .viem_video:before {
    content: " ";
    display: table
}

.viem-sc-trending.grid_v5 .viem-sc-content .first .viem_video:after {
    clear: both
}

.viem-sc-trending.grid_v5 .viem-sc-content .first .entry-featured-wrap,
.viem-sc-trending.grid_v5 .viem-sc-content .first .post-content {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:600px) {

    .viem-sc-trending.grid_v5 .viem-sc-content .first .entry-featured-wrap,
    .viem-sc-trending.grid_v5 .viem-sc-content .first .post-content {
        width: 50%;
        float: left
    }
}

.viem-sc-trending.grid_v5 .viem-sc-content .first .entry-featured-wrap .entry-featured {
    position: relative
}

.viem-sc-trending.grid_v5 .viem-sc-content .first .entry-featured-wrap .entry-featured:before {
    display: block;
    content: "";
    padding-top: 65.333333%
}

.viem-sc-trending.grid_v5 .viem-sc-content .first .entry-featured-wrap .entry-featured a>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.viem-sc-trending.grid_v5 .viem-sc-content .first .post-excerpt {
    margin-bottom: 10px
}

@media (min-width:400px) {
    .viem-sc-trending.grid_v5 .viem-sc-content .first .post-excerpt {
        margin-bottom: 16px
    }
}

.viem-sc-trending.grid_v5 .viem-sc-content .entry-featured {
    margin-bottom: 0
}

.viem-sc-trending.grid_v5 .viem-sc-content .viem_video .post-title {
    margin-top: 10px;
    font-size: 1em
}

@media (max-width:767px) {
    .viem-sc-trending.grid_v5 .viem-sc-content .viem_video .post-title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

.viem-sc-trending.grid_v5 .viem-sc-content .dt-icon-video {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px
}

.viem-sc-trending.grid_v5 .viem-sc-content .dt-icon-video:before {
    border-width: 7px 11px;
    margin-left: -5px;
    margin-top: -7px
}

.viem-sc-v-featured .viem_sc_heading {
    position: relative;
    margin-bottom: 30px
}

.viem-sc-v-featured .viem_sc_heading .viem-sc-title {
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.viem-sc-v-featured .viem_sc_heading .viem-next-prev-wrap {
    display: inline-block;
    vertical-align: top;
    color: #999999
}

.viem-sc-v-featured .viem_sc_heading .viem-next-prev-wrap a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #e5e5e5;
    text-align: center;
    color: inherit
}

.viem-sc-v-featured .viem_sc_heading .viem-next-prev-wrap a i {
    font-size: 18px;
    line-height: 30px
}

.viem-sc-v-featured .viem_sc_heading .viem-next-prev-wrap a.viem-ajax-next-page {
    margin-left: 4px
}

.viem-sc-v-featured .viem_sc_heading .viem-next-prev-wrap a.ajax-page-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default
}

.viem-sc-v-featured .viem_sc_heading .viem-next-prev-wrap a.ajax-page-disabled i {
    color: #999999
}

.viem-sc-v-featured.grid .viem-sc-content {
    position: relative;
    clear: both
}

.viem-sc-v-featured.grid .viem-sc-content .v-grid-list {
    margin: -15px
}

.viem-sc-v-featured.grid .viem-sc-content .v-grid-list .v-grid-item {
    padding: 15px
}

@media (max-width:767px) {
    .viem-sc-v-featured.grid .post-content .post-excerpt {
        display: none
    }
}

.viem-sc-v-featured.grid_v3 .item_video-1,
.viem-sc-v-featured.grid_v3 .item_video-2,
.viem-sc-v-featured.grid_v3 .item_video-3 {
    padding-left: 15px;
    padding-right: 15px
}

.viem-sc-v-featured.grid_v3 .item_video-1 {
    width: 100%
}

@media (min-width:768px) {
    .viem-sc-v-featured.grid_v3 .item_video-1 {
        width: 66.66666667%;
        float: left
    }
}

.viem-sc-v-featured.grid_v3 .item_video-1 .post-excerpt {
    margin-bottom: 16px
}

.viem-sc-v-featured.grid_v3 .item_video-2,
.viem-sc-v-featured.grid_v3 .item_video-3 {
    float: left;
    width: 100%
}

@media (min-width:768px) {

    .viem-sc-v-featured.grid_v3 .item_video-2,
    .viem-sc-v-featured.grid_v3 .item_video-3 {
        width: 33.33333333%;
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: -4px
    }
}

.viem-sc-v-category .viem_video .entry-meta {
    margin-top: 10px
}

.viem-sc-v-category .v-grid-list {
    margin: -15px
}

.viem-sc-v-category .viem_sc_heading {
    position: relative;
    margin-bottom: 30px
}

.viem-sc-v-category .viem_sc_heading .viem-sc-title {
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.viem-sc-v-category .viem_sc_heading .viem-next-prev-wrap {
    display: inline-block;
    vertical-align: top;
    color: #999999
}

.viem-sc-v-category .viem_sc_heading .viem-next-prev-wrap a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #e5e5e5;
    text-align: center;
    color: inherit
}

.viem-sc-v-category .viem_sc_heading .viem-next-prev-wrap a i {
    font-size: 18px;
    line-height: 30px
}

.viem-sc-v-category .viem_sc_heading .viem-next-prev-wrap a.viem-ajax-next-page {
    margin-left: 4px
}

.viem-sc-v-category .viem_sc_heading .viem-next-prev-wrap a.ajax-page-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default
}

.viem-sc-v-category .viem_sc_heading .viem-next-prev-wrap a.ajax-page-disabled i {
    color: #999999
}

.viem-sc-v-category.style_1 {
    max-width: 750px
}

.viem-sc-v-category.style_1 .viem-sc-content .viem_video .entry-featured {
    margin-bottom: 25px
}

@media (min-width:992px) {
    .viem-sc-v-category.style_1 .viem-sc-content .item_video-1 .post-content .post-title {
        font-size: 1.429em
    }
}

@media (max-width:992px) {
    .viem-sc-v-category.style_1 .viem-sc-content .item_video-1 .post-content .post-excerpt {
        display: none
    }
}

.viem-sc-v-category.style_2 {
    max-width: 750px
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div {
    padding-left: 15px;
    padding-right: 15px
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div.item_video-1 .entry-featured {
    margin-bottom: 25px
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div.item_video-1 .post-content .post-title {
    font-size: 1.143em
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div.item_video-1 .viem_video {
    margin-bottom: 0px
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .dt-image-link .dt-icon-video {
    display: none
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .entry-featured-wrap .entry-video-counter {
    bottom: 5px
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .entry-featured-wrap .entry-video-counter .video-like-counter {
    display: none
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .entry-featured {
    margin-bottom: 0px;
    position: relative
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .entry-featured:before {
    content: "";
    display: block;
    padding-top: 65.27%
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .entry-featured a>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .viem_video {
    margin-bottom: 0px;
    margin-top: 20px
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .viem_video:after,
.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .viem_video:before {
    content: " ";
    display: table
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .viem_video:after {
    clear: both
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .viem_video>div {
    float: left
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .viem_video>div.entry-featured-wrap {
    width: 40%
}

.viem-sc-v-category.style_2 .viem-sc-content .viem-sc-list-renderer>div:not(.item_video-1) .viem_video>div.post-content {
    width: 60%;
    padding-left: 15px
}

.viem-sc-v-category.grid .entry-featured {
    margin-bottom: 20px
}

.viem-sc-v-category.grid .viem_video .post-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.viem-sc-v-category.grid .viem_video .entry-meta {
    margin-top: 10px
}

@media (max-width:767px) {
    .viem-sc-v-category.grid .post-content .post-excerpt {
        display: none
    }
}

.viem-sc-v-category.grid_v3 .post-content .post-excerpt {
    display: none
}

@media (max-width:767px) {
    .viem-sc-v-category.grid_v3 .entry-featured {
        margin-bottom: 16px
    }
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer.v-grid-list {
    display: block
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 {
    width: 100%
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video {
    position: relative;
    display: block
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .entry-featured-wrap a.dt-image-link {
    position: relative;
    display: block
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .entry-featured-wrap a.dt-image-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF000000", endColorstr="#FF000000", GradientType=0)
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .entry-featured {
    margin: 0;
    display: block;
    position: relative;
    padding-top: 100%
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .entry-featured a.dt-image-link {
    position: static
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .entry-featured a.dt-image-link>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.3s
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .entry-featured-wrap .entry-video-counter {
    display: none
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .post-content {
    position: absolute;
    left: 0;
    bottom: 16px;
    right: 0;
    width: 100%;
    padding: 0 20px
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .post-content .post-title {
    color: #ffffff;
    font-size: 1.429em
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .post-content .entry-meta-content:after,
.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .post-content .entry-meta-content:before {
    content: " ";
    display: table
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .post-content .entry-meta-content:after {
    clear: both
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .post-content .entry-meta-content span {
    display: inline-block;
    vertical-align: top;
    font-size: 0.857em;
    line-height: 1;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px;
    float: left
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 .viem_video .post-content .entry-meta-content span+span {
    float: right
}

@media (min-width:768px) {
    .viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div {
        width: 25%
    }

    .viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div.item_video-1 {
        width: 50%;
        float: left
    }
}

@media (max-width:991px) {
    .viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div:not(.item_video-1) .post-content .post-title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div:not(.item_video-1) .entry-featured {
    position: relative
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div:not(.item_video-1) .entry-featured:before {
    content: "";
    display: block;
    padding-top: 65.27%
}

.viem-sc-v-category.grid_v3 .viem-sc-list-renderer>div:not(.item_video-1) .entry-featured a>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
    background: #ededed;
    border-width: 3px
}

#dawnthemes-page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 16px !important
}

.viem-sc-recent-videos.grid .v-grid-list {
    margin: -15px
}

.viem-sc-recent-videos.grid .v-grid-list .v-grid-item {
    padding: 15px
}

.viem-sc-recent-videos.grid.viem-dark .viem_video .post-title {
    color: #ffffff
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap {
    position: relative;
    overflow: hidden
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .entry-featured {
    display: block;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 50%
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .entry-featured a {
    position: static
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .entry-featured a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .entry-featured a>img,
.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .entry-featured a video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 25%;
    padding: 0 10%
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .icon-player {
    display: block;
    margin-bottom: 40px;
    text-align: center
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .icon-player a {
    display: inline-block;
    vertical-align: middle
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .post-header .post-title {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 4.286em;
    font-weight: bold;
    color: #ffffff;
    text-overflow: unset;
    white-space: unset;
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .post-header .post-title a {
    color: inherit
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .post-category {
    font-size: 1em;
    text-transform: uppercase
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .post-category a {
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    padding: 2px 8px;
    color: #ffffff;
    margin: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 3px 0px 1px rgba(0, 0, 0, 0.35)
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .icon-player img {
        max-width: 108px
    }
}

@media (max-width:992px) {
    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .icon-player {
        margin-bottom: 10px
    }

    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .icon-player img {
        max-width: 50px
    }

    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .post-header .post-title {
        font-size: 2.286em
    }
}

@media (max-width:480px) {
    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .icon-player {
        margin-bottom: 5px
    }

    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .icon-player img {
        max-width: 30px
    }

    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .hentry-wrap .post-header .post-title {
        font-size: 1.3em
    }
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature .entry-featured-wrap .entry-video-counter {
    z-index: 2
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-feature:hover .entry-featured-wrap .hentry-wrap .post-category a {
    background: #ecc200
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group {
    z-index: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
    margin-top: 10px;
    padding-bottom: 20px
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content {
    width: 1140px
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 277.5px;
    margin-right: 10px
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div:last-child {
    margin-right: 0
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div .post {
    text-align: center
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div .post .entry-featured {
    margin: 0;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div .post .entry-featured {
        height: 108px;
        overflow: hidden
    }
}

@media (max-width:600px) {
    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div .post .entry-featured {
        height: 80px
    }
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div .post .post-category {
    text-transform: uppercase;
    font-size: 0.857em;
    margin-bottom: 5px
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div .post .post-category a {
    font-weight: bold;
    text-decoration: none
}

.viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div .post .post-header .post-title {
    margin: 0;
    padding: 0;
    font-size: 1em
}

@media (max-width:600px) {
    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content {
        width: 800px
    }

    .viem-sc-recent-videos.grid-v1 .posts-grid-v1 .item-grid-group .group-content>div {
        width: 192.5px
    }
}

.viem-sc-recent-videos.grid-v1.viem-dark .item-grid-group .post-header .post-title {
    color: #ffffff
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 {
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0)
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap {
    width: 1920px;
    margin: auto
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature,
.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-group {
    display: inline-block;
    vertical-align: top;
    float: left
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature:first-child .entry-featured {
    width: 387px;
    height: 680px;
    position: relative;
    padding-top: 175.7%
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-group .post-item-grid .entry-featured {
    width: 976px;
    height: 340px;
    position: relative;
    padding-top: 34.8%
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature .entry-featured {
    width: 557px;
    height: 680px;
    position: relative;
    padding-top: 122.08%
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-grid-item-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-grid-item-wrap .viem-badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .entry-featured-wrap .entry-featured {
    position: relative;
    overflow: hidden;
    margin: 0
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .entry-featured-wrap .entry-featured a {
    position: relative;
    display: block;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    overflow: hidden
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .entry-featured-wrap .entry-featured a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF000000", endColorstr="#FF000000", GradientType=0)
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .entry-featured-wrap .entry-featured a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.3s
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .entry-featured-wrap .entry-video-counter {
    display: none
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid:hover .entry-featured .dt-image-link>img {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid:hover .post-category a {
    background: #ecc200
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-category {
    position: absolute;
    top: 25px;
    left: 20px;
    right: 20px
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-category a {
    text-transform: capitalize;
    font-weight: bold;
    padding: 2px 8px;
    color: #ffffff;
    margin: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 3px 0px 1px rgba(0, 0, 0, 0.35)
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-content {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px
}

@media (min-width:768px) {
    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-content {
        bottom: 40px;
        left: 30px
    }
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-content .post-title {
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    font-size: 1em;
    color: #ffffff
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-content .post-title {
        padding-bottom: 12px;
        font-size: 1.3em
    }
}

@media (min-width:1140px) {
    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-content .post-title {
        padding-bottom: 16px;
        font-size: 2.143em
    }
}

.viem-sc-recent-videos.grid-v2 .posts-grid-v2 .post-item-grid .post-content .post-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #ecc200
}

@media (max-width:1140px) and (min-width:1019px) {
    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap {
        width: 1140px
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature:first-child .entry-featured {
        width: 228px;
        height: 396px;
        padding-top: 173.6%
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-group .post-item-grid .entry-featured {
        width: 570px;
        height: 198px;
        padding-top: 34.7%
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature .entry-featured {
        width: 342px;
        height: 396px;
        padding-top: 115.7%
    }
}

@media (max-width:1018px) and (min-width:768px) {
    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap {
        width: 1018px
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature:first-child .entry-featured {
        width: 203px;
        height: 354px;
        padding-top: 174.3%
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-group .post-item-grid .entry-featured {
        width: 509px;
        height: 177px;
        padding-top: 34.7%
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature .entry-featured {
        width: 306px;
        height: 354px;
        padding-top: 115.6%
    }
}

@media (max-width:767px) {
    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap {
        width: 767px
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature:first-child .entry-featured {
        width: 153px;
        height: 266px;
        padding-top: 173.8%
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-group .post-item-grid .entry-featured {
        width: 383px;
        height: 133px;
        padding-top: 34.7%
    }

    .viem-sc-recent-videos.grid-v2 .posts-grid-v2 .posts-grid-wrap .item-grid-feature .entry-featured {
        width: 231px;
        height: 266px;
        padding-top: 115%
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 {
    padding: 2px
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 {
        padding: 5px
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid {
    padding: 2px
}

@media (min-width:768px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid {
        padding: 5px
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .dt-icon-video,
.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .entry-video-counter {
    display: none
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap {
    position: relative;
    display: block;
    display: block;
    position: relative;
    overflow: hidden
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF000000", endColorstr="#FF000000", GradientType=0)
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap .post-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap .viem-badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap .entry-content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap .entry-content .icon-player {
    width: 30px;
    margin: auto;
    margin-bottom: 7%
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap .entry-content .post-title {
    color: #ffffff;
    font-size: 1em;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold
}

@media (max-width:767px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap .entry-content .post-title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap .entry-content .post-category {
    font-size: 0.857em;
    text-transform: uppercase;
    margin: 6px 0px;
    text-transform: capitalize
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap .entry-content .post-category a {
    font-weight: bold;
    padding: 2px 8px;
    color: #ffffff;
    margin: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 3px 0px 1px rgba(0, 0, 0, 0.35)
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.3s
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .post-item-grid .post-grid-item-wrap:hover .entry-content .post-category a {
    background-color: #ecc200
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap:after,
.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap:before {
    content: " ";
    display: table
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap:after {
    clear: both
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group:after,
.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group:before {
    content: " ";
    display: table
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group:after {
    clear: both
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group {
        width: 22%;
        float: left
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group .post-item-grid {
    width: 50%;
    float: left
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group .post-item-grid {
        width: 100%
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group .post-item-grid .post-grid-item-wrap {
    height: 100px;
    position: relative;
    margin: 0;
    display: block
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group .post-item-grid .post-grid-item-wrap {
        height: 160px
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-group .post-item-grid img.item-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.3s
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-feature {
        width: 56%;
        float: left
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-feature .post-item-grid .post-grid-item-wrap {
    height: 200px;
    position: relative;
    margin: 0;
    display: block
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-feature .post-item-grid .post-grid-item-wrap {
        height: 330px
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-feature .post-item-grid .post-grid-item-wrap img.item-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.3s
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-feature .post-item-grid .post-grid-item-wrap .entry-content {
    padding: 30px 20px
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-feature .post-item-grid .post-grid-item-wrap .entry-content .icon-player {
        width: 50px
    }
}

.viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-feature .post-item-grid .post-grid-item-wrap .entry-content .post-title {
    font-size: 1.143em
}

@media (min-width:992px) {
    .viem-sc-recent-videos.grid-v6 .posts-grid-v6 .posts-grid-wrap .item-grid-feature .post-item-grid .post-grid-item-wrap .entry-content .post-title {
        font-size: 1.714em
    }
}

.viem_latest_video_single_slider .item {
    position: relative;
    overflow: hidden
}

.viem_latest_video_single_slider .item .viem-badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.viem_latest_video_single_slider .item .viem-badges .badges-item {
    width: 40px;
    float: left
}

.viem_latest_video_single_slider .item .viem-badges .badges-item img {
    max-width: 100%;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    border: none
}

.viem_latest_video_single_slider .item .post-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.viem_latest_video_single_slider .item .item-thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 36%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.viem_latest_video_single_slider .item .item-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.viem_latest_video_single_slider .item .item-content .icon-player {
    width: 100px;
    height: 100%;
    display: block;
    margin: auto
}

@media (max-width:1366px) {
    .viem_latest_video_single_slider .item .item-content .icon-player {
        width: 60px
    }
}

@media (max-width:768px) {
    .viem_latest_video_single_slider .item .item-content .icon-player {
        width: 30px
    }
}

.viem_latest_video_single_slider .item .item-content .post-header .post-title {
    font-size: 4.286em;
    color: #ffffff;
    margin: 40px 0px 0px 0px;
    padding: 0
}

@media (max-width:1366px) {
    .viem_latest_video_single_slider .item .item-content .post-header .post-title {
        font-size: 3.286em;
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .viem_latest_video_single_slider .item .item-content .post-header .post-title {
        font-size: 1.286em;
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .viem_latest_video_single_slider .item .item-content .post-header .post-title {
        font-size: 1em
    }
}

.viem_latest_video_single_slider .item .item-content .post-category a {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    padding: 2px 8px;
    color: #ffffff;
    margin: 0;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 3px 0px 1px rgba(0, 0, 0, 0.35)
}

@media (max-width:768px) {
    .viem_latest_video_single_slider .item .item-content .post-category a {
        font-size: 0.875em
    }
}

.viem_latest_video_single_slider .item:hover .item-content .post-category a {
    background-color: #ecc200
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav {
    position: static
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-next,
.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
    margin-top: -20px;
    padding: 0;
    margin-top: -20px;
    font-size: 0px;
    text-align: center;
    border: 0px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.1s ease-in-out
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-next span,
.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-prev span {
    font-size: 0px
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-next:before,
.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-prev:before {
    font-size: 24px;
    color: #999999
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-next:hover,
.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-prev:hover {
    background: black
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-prev:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-prev:before {
    line-height: 40px
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-next {
    left: auto;
    right: -60px
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-next:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem_latest_video_single_slider.viem-carousel-slide .owl-nav .owl-next:before {
    line-height: 40px
}

.viem_latest_video_single_slider.viem-carousel-slide:hover .owl-nav .owl-next,
.viem_latest_video_single_slider.viem-carousel-slide:hover .owl-nav .owl-prev {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viem_latest_video_single_slider.viem-carousel-slide:hover .owl-nav .owl-prev {
    left: 10px
}

.viem_latest_video_single_slider.viem-carousel-slide:hover .owl-nav .owl-next {
    right: 10px
}

.viem-video-sc .viem_sc_heading:after,
.viem-video-sc .viem_sc_heading:before {
    content: " ";
    display: table
}

.viem-video-sc .viem_sc_heading:after {
    clear: both
}

.viem-video-sc .viem_sc_heading .viem-sc-title {
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.viem-video-sc .viem-sc-content .paging-navigation .loop-pagination {
    margin: 0
}

.viem-sc-playlist {
    background-color: #131313
}

.viem-sc-playlist .viem_sc_heading {
    margin: 0;
    display: table;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.viem-sc-playlist .viem_sc_heading:after,
.viem-sc-playlist .viem_sc_heading:before {
    content: " ";
    display: table
}

.viem-sc-playlist .viem_sc_heading:after {
    clear: both
}

@media (min-width:992px) {
    .viem-sc-playlist .viem_sc_heading {
        padding: 26px 30px;
        margin-bottom: 30px
    }
}

.viem-sc-playlist .viem_sc_heading .viem-sc-title {
    margin: 0;
    display: table-cell;
    vertical-align: top
}

.viem-sc-playlist .viem_sc_heading .playlist-count-videos {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    color: #999999
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper {
    margin: 0
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper .mCSB_inside>.mCSB_container {
    margin: 0
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist {
    background: transparent
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_nowPlayingThumbnail {
    bottom: 15px !important;
    font-size: 0px !important;
    text-align: center;
    background: transparent !important
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_nowPlayingThumbnail:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_nowPlayingThumbnail:before {
    font-size: 14px;
    color: #ecc200
}

@media (min-width:992px) {
    .viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_nowPlayingThumbnail:before {
        font-size: 24px;
        width: 24px
    }
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_item {
    height: 60px
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_item .elite_vp_themeColorThumbBorder {
    border: 0px !important
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_item .elite_vp_description {
    display: none;
    height: 0px !important
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemSelected.dark {
    background: transparent
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemUnselected.dark {
    background: transparent
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemUnselected.dark .elite_vp_title {
    color: #ffffff !important;
    font-weight: bold
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemUnselected.dark:hover {
    background: transparent
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemUnselected.dark:hover .elite_vp_title {
    color: #ecc200 !important
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemLeft {
    height: auto;
    margin: 0 10px;
    padding: 0
}

.viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_itemRight {
    width: 170px;
    left: 90px
}

@media (min-width:992px) {
    .viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_item {
        height: 86px
    }

    .viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_item .elite_vp_itemLeft {
        width: 100px
    }

    .viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_item .elite_vp_itemRight {
        width: 130px;
        left: 120px
    }

    .viem-sc-playlist .viem-sc-content .viem-video-player-wrapper #elite_vp_playlist .elite_vp_item .elite_vp_nowPlayingThumbnail {
        bottom: 25px !important;
        width: 98px !important
    }
}

.wpcf7 .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
    background: #ecc200;
    border: 1px solid #ecc200;
    color: #0d0d0d;
    text-transform: uppercase;
    outline: none;
    padding: 13px 30px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 0.1s ease-in-out;
    background-color: #131313;
    border-color: #131313;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.143em
}

.wpcf7 .wpcf7-form-control.wpcf7-submit i {
    margin-right: 3px
}

.rtl .wpcf7 .wpcf7-form-control.wpcf7-submit i {
    float: right;
    margin-left: 3px
}

.wpcf7-form p input[type=email],
.wpcf7-form p input[type=text],
.wpcf7-form p textarea {
    width: 100%;
    margin-bottom: 10px
}

.dawnthemes-banner {
    background: #3085a3 none repeat scroll 0 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 72.22222222%;
    background-size: cover;
    background-color: #000
}

.dawnthemes-banner figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0
}

.dawnthemes-banner figure h2 {
    font-size: 1.5em;
    font-weight: normal;
    word-spacing: -0.15em
}

.dawnthemes-banner figure h2 span,
.dawnthemes-banner figure h2 strong {
    font-weight: bold
}

.dawnthemes-banner figure h2,
.dawnthemes-banner figure p {
    margin: 0;
    color: inherit
}

.dawnthemes-banner figure p {
    font-size: 68.5%;
    letter-spacing: 1px
}

.dawnthemes-banner figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 0.8;
    position: relative
}

.dawnthemes-banner figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    padding: 2em
}

.dawnthemes-banner figure figcaption:after,
.dawnthemes-banner figure figcaption:before {
    pointer-events: none
}

.dawnthemes-banner figure figcaption>a {
    font-size: 0;
    opacity: 0;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000
}

.dawnthemes-banner figure figcaption,
.dawnthemes-banner figure figcaption>a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.dawnthemes-banner figure.effect-lily img {
    max-width: none;
    opacity: 0.7;
    transform: translate3d(-40px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: calc(100% + 50px)
}

.dawnthemes-banner figure.effect-lily figcaption {
    text-align: left
}

.dawnthemes-banner figure.effect-lily figcaption>div {
    bottom: 0;
    height: 50%;
    left: 0;
    padding: 2em;
    position: absolute;
    width: 100%
}

.dawnthemes-banner figure.effect-lily h2,
.dawnthemes-banner figure.effect-lily p {
    transform: translate3d(0px, 40px, 0px)
}

.dawnthemes-banner figure.effect-lily h2 {
    transition: transform 0.35s ease 0s
}

.dawnthemes-banner figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.2s ease 0s, transform 0.35s ease 0s
}

.dawnthemes-banner figure.effect-lily:hover img,
.dawnthemes-banner figure.effect-lily:hover p {
    opacity: 1
}

.dawnthemes-banner figure.effect-lily:hover h2,
.dawnthemes-banner figure.effect-lily:hover img,
.dawnthemes-banner figure.effect-lily:hover p {
    transform: translate3d(0px, 0px, 0px)
}

.dawnthemes-banner figure.effect-lily:hover p {
    transition-delay: 0.05s;
    transition-duration: 0.35s
}

.dawnthemes-banner figure.effect-sadie figcaption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: "";
    opacity: 0;
    transform: translate3d(0, 50%, 0)
}

.dawnthemes-banner figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    transition: transform 0.35s, color 0.35s;
    transform: translate3d(0, -50%, 0)
}

.dawnthemes-banner figure.effect-sadie figcaption:before,
.dawnthemes-banner figure.effect-sadie p {
    transition: opacity 0.35s, transform 0.35s
}

.dawnthemes-banner figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 10px, 0)
}

.dawnthemes-banner figure.effect-sadie:hover h2 {
    color: #fff;
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0)
}

.dawnthemes-banner figure.effect-sadie:hover figcaption:before,
.dawnthemes-banner figure.effect-sadie:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.dawnthemes-banner figure.effect-layla {
    background: #18a367
}

.dawnthemes-banner figure.effect-layla h2 {
    padding-top: 26%;
    transition: transform 0.35s
}

.dawnthemes-banner figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    transform: translate3d(0, -10px, 0)
}

.dawnthemes-banner figure.effect-layla h2,
.dawnthemes-banner figure.effect-layla img {
    transform: translate3d(0, -30px, 0)
}

.dawnthemes-banner figure.effect-layla figcaption:after,
.dawnthemes-banner figure.effect-layla figcaption:before,
.dawnthemes-banner figure.effect-layla img,
.dawnthemes-banner figure.effect-layla p {
    transition: opacity 0.35s, transform 0.35s
}

.dawnthemes-banner figure.effect-layla figcaption {
    padding: 3em
}

.dawnthemes-banner figure.effect-layla figcaption:after,
.dawnthemes-banner figure.effect-layla figcaption:before {
    position: absolute;
    content: "";
    opacity: 0
}

.dawnthemes-banner figure.effect-layla figcaption:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: 0 0
}

.dawnthemes-banner figure.effect-layla figcaption:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0
}

.dawnthemes-banner figure.effect-layla:hover img {
    opacity: 0.7;
    transform: translate3d(0, 0, 0)
}

.dawnthemes-banner figure.effect-layla:hover figcaption:after,
.dawnthemes-banner figure.effect-layla:hover figcaption:before {
    opacity: 1;
    transform: scale(1)
}

.dawnthemes-banner figure.effect-layla:hover h2,
.dawnthemes-banner figure.effect-layla:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.dawnthemes-banner figure.effect-layla:hover figcaption:after,
.dawnthemes-banner figure.effect-layla:hover h2,
.dawnthemes-banner figure.effect-layla:hover img,
.dawnthemes-banner figure.effect-layla:hover p {
    transition-delay: 0.15s
}

.dawnthemes-banner figure.effect-oscar {
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%)
}

.dawnthemes-banner figure.effect-oscar img {
    opacity: 0.9;
    transition: opacity 0.35s
}

.dawnthemes-banner figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    transition: background-color 0.35s
}

.dawnthemes-banner figure.effect-oscar figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: ""
}

.dawnthemes-banner figure.effect-oscar h2 {
    margin: 10% 0 10px 0;
    transition: transform 0.35s;
    transform: translate3d(0, 100%, 0)
}

.dawnthemes-banner figure.effect-oscar figcaption:before,
.dawnthemes-banner figure.effect-oscar p {
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0)
}

.dawnthemes-banner figure.effect-oscar:hover h2 {
    transform: translate3d(0, 0, 0)
}

.dawnthemes-banner figure.effect-oscar:hover figcaption:before,
.dawnthemes-banner figure.effect-oscar:hover p {
    opacity: 1;
    transform: scale(1)
}

.dawnthemes-banner figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0)
}

.dawnthemes-banner figure.effect-oscar:hover img {
    opacity: 0.4
}

.dawnthemes-banner figure.effect-romeo {
    perspective: 1000px
}

.dawnthemes-banner figure.effect-romeo img {
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 0, 300px)
}

.dawnthemes-banner figure.effect-romeo figcaption:after,
.dawnthemes-banner figure.effect-romeo figcaption:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: "";
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-50%, -50%, 0)
}

.dawnthemes-banner figure.effect-romeo h2,
.dawnthemes-banner figure.effect-romeo p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transition: transform 0.35s
}

.dawnthemes-banner figure.effect-romeo h2 {
    transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0)
}

.dawnthemes-banner figure.effect-romeo p {
    padding: 0.25em 2em;
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0)
}

.dawnthemes-banner figure.effect-romeo:hover img {
    opacity: 0.6;
    transform: translate3d(0, 0, 0)
}

.dawnthemes-banner figure.effect-romeo:hover figcaption:before {
    opacity: 0.5;
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.dawnthemes-banner figure.effect-romeo:hover figcaption:after {
    opacity: 0.5;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.dawnthemes-banner figure.effect-romeo:hover h2 {
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0)
}

.dawnthemes-banner figure.effect-romeo:hover p {
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0)
}

.dawnthemes-banner figure.effect-dexter {
    background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%)
}

.dawnthemes-banner figure.effect-dexter img {
    transition: opacity 0.35s
}

.dawnthemes-banner figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left
}

.dawnthemes-banner figure.effect-dexter figcaption:after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: "";
    transition: transform 0.35s;
    transform: translate3d(0, -100%, 0)
}

.dawnthemes-banner figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, -100px, 0)
}

.dawnthemes-banner figure.effect-dexter:hover img {
    opacity: 0.4
}

.dawnthemes-banner figure.effect-dexter:hover figcaption:after {
    transform: translate3d(0, 0, 0)
}

.dawnthemes-banner figure.effect-dexter:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.dawnthemes-banner figure.effect-duke {
    background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%)
}

.dawnthemes-banner figure.effect-duke img,
.dawnthemes-banner figure.effect-duke p {
    transition: opacity 0.35s, transform 0.35s
}

.dawnthemes-banner figure.effect-duke h2 {
    transition: transform 0.35s;
    transform: scale3d(0.8, 0.8, 1);
    transform-origin: 50% 100%
}

.dawnthemes-banner figure.effect-duke p {
    margin: 20px;
    padding: 30px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transform-origin: 50% 200%
}

.dawnthemes-banner figure.effect-duke:hover img {
    opacity: 0.1;
    transform: scale3d(2, 2, 1)
}

.dawnthemes-banner figure.effect-duke:hover h2,
.dawnthemes-banner figure.effect-duke:hover p {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

@media (min-width:1025px) {
    #l-page {
        display: flex;
        flex-direction: column;
        min-height: 100vh
    }
}

#dawnthemes-page {
    margin: 0 auto;
    width: 100%;
    flex-grow: 1
}

.dt-html-overflow-y {
    overflow-y: hidden !important
}

a.dt-image-link img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 175ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

@media (min-width:768px) {

    .page-layout-left-sidebar .main-wrap,
    .page-template-page-left-sliderbar .main-wrap {
        float: right
    }
}

@media (min-width:992px) {
    .page-template-page-right-sidebar #main {
        position: relative
    }

    .page-template-page-right-sidebar #main:before {
        position: absolute;
        content: ""
    }
}

.page-layout-left-right-sidebar .site-box {
    width: auto
}

.page-layout-left-right-sidebar #dawnthemes-page {
    background-color: #eeeeee
}

.page-layout-left-right-sidebar #dawnthemes-page:after,
.page-layout-left-right-sidebar #dawnthemes-page:before {
    content: " ";
    display: table
}

.page-layout-left-right-sidebar #dawnthemes-page:after {
    clear: both
}

.page-layout-left-right-sidebar #dawnthemes-page .main-content-left-sidebar {
    display: none;
    width: 300px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px
}

.page-layout-left-right-sidebar #dawnthemes-page .main-container-full {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1
}

.page-layout-left-right-sidebar #dawnthemes-page .main-container-full #main {
    position: relative;
    z-index: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2)
}

.page-layout-left-right-sidebar #dawnthemes-page .main-content-right-sidebar {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px
}

@media (min-width:992px) {
    .page-layout-left-right-sidebar #dawnthemes-page .main-container-full {
        float: left;
        width: calc(100% - 360px);
        width: -ms-calc(100% - 360px);
        width: -o-calc(100% - 360px)
    }

    .page-layout-left-right-sidebar #dawnthemes-page .main-content-right-sidebar {
        width: 360px;
        float: left
    }
}

@media (min-width:1200px) and (max-width:1699px) {
    .page-layout-left-right-sidebar #dawnthemes-page {
        padding-left: 5px;
        padding-right: 5px
    }

    .page-layout-left-right-sidebar #dawnthemes-page .main-content-left-sidebar {
        display: block;
        width: 280px;
        float: left;
        padding-left: 5px;
        padding-right: 5px
    }

    .page-layout-left-right-sidebar #dawnthemes-page .main-container-full {
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: calc(100% - 580px);
        width: -ms-calc(100% - 580px);
        width: -o-calc(100% - 580px)
    }

    .page-layout-left-right-sidebar #dawnthemes-page .main-content-right-sidebar {
        padding-left: 5px;
        padding-right: 5px;
        width: 300px;
        float: left
    }
}

@media (min-width:1700px) {
    .page-layout-left-right-sidebar #dawnthemes-page .main-content-left-sidebar {
        display: block;
        width: 360px;
        float: left
    }

    .page-layout-left-right-sidebar #dawnthemes-page .main-container-full {
        float: left;
        width: calc(100% - 720px);
        width: -ms-calc(100% - 720px);
        width: -o-calc(100% - 720px)
    }

    .page-layout-left-right-sidebar #dawnthemes-page .main-content-right-sidebar {
        width: 360px;
        float: left
    }
}

.page-template-subscriptions .item-sub-section .subheader h3 {
    display: inline-block
}

embed,
iframe,
object {
    border: 0 none;
    max-height: 100%;
    max-width: 100%
}

.ulclear {
    margin: 0;
    padding: 0;
    list-style: none
}

.share-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -10px
}

.share-links ul:after,
.share-links ul:before {
    content: " ";
    display: table
}

.share-links ul:after {
    clear: both
}

.share-links ul li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px
}

.share-links ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.dt-socials-list .dt-socials-item {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-top: 10px
}

.dt-socials-list .dt-socials-item .dt-socials-item-link {
    transition: height 0.2s;
    display: block;
    position: relative;
    border: none;
    line-height: 50px;
    text-align: center;
    border: 0px solid rgba(255, 255, 255, 0.2);
    color: #ffffff
}

.dt-socials-list .dt-socials-item .dt-socials-item-link:hover {
    border-color: transparent
}

.dt-socials-list .dt-socials-item .dt-socials-item-link i {
    font-size: 18px
}

.dt-socials-list .dt-socials-item .dt-socials-item-link:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: height 0.4s
}

.dt-socials-list .dt-socials-item .dt-socials-item-link i {
    z-index: 1;
    position: relative
}

.dt-socials-list .dt-socials-item.facebook .dt-socials-item-link {
    background-color: #3b5998
}

.dt-socials-list .dt-socials-item.facebook .dt-socials-item-link:before {
    background-color: #3b5998
}

.dt-socials-list .dt-socials-item.twitter .dt-socials-item-link {
    background-color: #55acee
}

.dt-socials-list .dt-socials-item.twitter .dt-socials-item-link:before {
    background-color: #55acee
}

.dt-socials-list .dt-socials-item.flickr .dt-socials-item-link {
    background-color: #ff0084
}

.dt-socials-list .dt-socials-item.flickr .dt-socials-item-link:before {
    background-color: #ff0084
}

.dt-socials-list .dt-socials-item.google-plus .dt-socials-item-link {
    background-color: #dd4b39
}

.dt-socials-list .dt-socials-item.google-plus .dt-socials-item-link:before {
    background-color: #dd4b39
}

.dt-socials-list .dt-socials-item.youtube .dt-socials-item-link {
    background-color: #bb0000
}

.dt-socials-list .dt-socials-item.youtube .dt-socials-item-link:before {
    background-color: #bb0000
}

.dt-socials-list .dt-socials-item.vimeo .dt-socials-item-link {
    background-color: #45bbff
}

.dt-socials-list .dt-socials-item.vimeo .dt-socials-item-link:before {
    background-color: #45bbff
}

.dt-socials-list .dt-socials-item.linkedin .dt-socials-item-link {
    background-color: #007bb5
}

.dt-socials-list .dt-socials-item.linkedin .dt-socials-item-link:before {
    background-color: #007bb5
}

.dt-socials-list .dt-socials-item.rss .dt-socials-item-link {
    background-color: #ff6600
}

.dt-socials-list .dt-socials-item.rss .dt-socials-item-link:before {
    background-color: #ff6600
}

.dt-socials-list .dt-socials-item.instagram .dt-socials-item-link {
    background-color: #a17357
}

.dt-socials-list .dt-socials-item.instagram .dt-socials-item-link:before {
    background-color: #a17357
}

.dt-socials-list .dt-socials-item.github .dt-socials-item-link {
    background-color: #000000
}

.dt-socials-list .dt-socials-item.github .dt-socials-item-link:before {
    background-color: #000000
}

.dt-socials-list .dt-socials-item.whatsapp .dt-socials-item-link {
    background-color: #4dc247
}

.dt-socials-list .dt-socials-item.whatsapp .dt-socials-item-link:before {
    background-color: #4dc247
}

.dt-socials-list .dt-socials-item.pinterest .dt-socials-item-link {
    background-color: #cb2027
}

.dt-socials-list .dt-socials-item.pinterest .dt-socials-item-link:before {
    background-color: #cb2027
}

.dt-socials-list .dt-socials-item.vine .dt-socials-item-link {
    background-color: #00bf8f
}

.dt-socials-list .dt-socials-item.vine .dt-socials-item-link:before {
    background-color: #00bf8f
}

.dt-socials-list .dt-socials-item.tumblr .dt-socials-item-link {
    background-color: #32506d
}

.dt-socials-list .dt-socials-item.tumblr .dt-socials-item-link:before {
    background-color: #32506d
}

.dt-socials-list .dt-socials-item.behance .dt-socials-item-link {
    background-color: #1769ff
}

.dt-socials-list .dt-socials-item.behance .dt-socials-item-link:before {
    background-color: #1769ff
}

.dt-socials-list .dt-socials-item.stack-exchange .dt-socials-item-link {
    background-color: #2D6DB5
}

.dt-socials-list .dt-socials-item.stack-exchange .dt-socials-item-link:before {
    background-color: #2D6DB5
}

.dt-socials-list .dt-socials-item.soundcloud .dt-socials-item-link {
    background-color: #f50
}

.dt-socials-list .dt-socials-item.soundcloud .dt-socials-item-link:before {
    background-color: #f50
}

.dt-socials-list .dt-socials-item.dribbble .dt-socials-item-link {
    background-color: #ea4c89
}

.dt-socials-list .dt-socials-item.dribbble .dt-socials-item-link:before {
    background-color: #ea4c89
}

.dt-socials-list .dt-socials-item:hover .dt-socials-item-link {
    background: transparent
}

.dt-socials-list .dt-socials-item:hover .dt-socials-item-link:before {
    height: 100%
}

.site-layout-2 .entry-featured {
    margin-bottom: 16px
}

.site-layout-3 #main.site-main:not(.no-padding) {
    padding-top: 60px;
    padding-bottom: 60px
}

.site-layout-3 .viem_video .entry-featured-wrap {
    padding-top: 20px
}

.site-layout-3 .viem_video .entry-featured-wrap .viem-badges {
    padding: 0 3px
}

.site-layout-4 {
    background-color: #000000;
    color: #999999
}

.site-layout-4 a,
.site-layout-4 a:focus {
    color: inherit
}

@media (min-width:1200px) {
    .site-layout-4 .container {
        padding-right: 30px;
        padding-left: 30px
    }
}

.site-layout-4 #dawnthemes-page {
    background: transparent
}

.site-layout-4 #dawnthemes-page .main-container {
    background-color: #131313
}

.site-layout-4.page-layout-left-right-sidebar #dawnthemes-page .main-container-full #main {
    background-color: #131313
}

.site-layout-4.page-layout-left-right-sidebar .dawnthemes_breadcrumbs {
    background: transparent
}

.site-layout-4.page-layout-left-right-sidebar .dawnthemes_breadcrumbs .container {
    background-color: #111111
}

.site-layout-4 .posts .posts-wrap.posts-layout-grid .post-content-wrapper,
.site-layout-4 .posts .posts-wrap.posts-layout-masonry .post-content-wrapper,
.site-layout-4 .posts article .post-content-wrapper {
    background: transparent
}

.site-layout-4 #comments .comment-list li.comment .author-content .box-left .comment-author,
.site-layout-4 .h1,
.site-layout-4 .h2,
.site-layout-4 .h3,
.site-layout-4 .h4,
.site-layout-4 .h5,
.site-layout-4 .h6,
.site-layout-4 .posts article .post-title,
.site-layout-4 h1,
.site-layout-4 h2,
.site-layout-4 h3,
.site-layout-4 h4,
.site-layout-4 h5,
.site-layout-4 h6 {
    color: #ffffff
}

.site-layout-4 .post-excerpt {
    color: #666666
}

.site-layout-4 .searchform-result {
    background-color: #000000
}

.site-layout-4 .page-heading {
    background-color: #363636
}

.site-layout-4 .site-footer {
    background: transparent
}

.site-layout-4 .site-footer #bottom-sidebar,
.site-layout-4 .site-footer #footer-primary {
    background: transparent
}

.site-layout-4 .site-footer .container {
    background-color: #363636
}

.site-layout-4 .site-footer .footer-bottom .container {
    background-color: #131313
}

.site-layout-4 .viem_sc_heading .viem-next-prev-wrap a {
    background-color: #000000
}

.site-layout-4 .showmore-post-content-btn {
    border-color: transparent
}

.site-layout-4 .showmore-post-content-btn:before {
    background-image: linear-gradient(to bottom, rgba(19, 19, 19, 0.3) 0%, #131313 70%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4D131313", endColorstr="#FF131313", GradientType=0)
}

.site-layout-4.single.single-viem_video .page-heading {
    background: transparent;
    padding: 0
}

.site-layout-4.single.single-viem_video .page-heading .container {
    background-color: #131313
}

.site-layout-4 #respond .comment-form .form-submit .submit {
    background-color: #ecc200;
    border-color: #ecc200;
    color: #0d0d0d
}

@media (min-width:1200px) {
    .site-layout-5 .container {
        padding-right: 30px;
        padding-left: 30px
    }
}

.site-layout-5 #l-page.site.site-box {
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.2);
    margin-top: 27px
}

@media (min-width:992px) {
    .site-layout-5 #l-page.site.site-box {
        margin-top: 57px
    }
}

@media (min-width:992px) {
    .site-layout-5.style-header-2 .header-nav-content .header-nav-left {
        width: 25%
    }

    .site-layout-5.style-header-2 .header-nav-content .header-nav-center {
        width: 55%
    }

    .site-layout-5.style-header-2 .header-nav-content .header-nav-right {
        width: 20%
    }

    .site-layout-5.style-header-2 .header-nav-content.has-submit-video-btn .header-nav-center {
        width: 40%
    }

    .site-layout-5.style-header-2 .header-nav-content.has-submit-video-btn .header-nav-right {
        width: 35%
    }
}

@media (min-width:992px) and (max-width:1400px) and (min-width:992px) {
    .site-layout-5.style-header-2 .header-nav-content.has-submit-video-btn .header-nav-center {
        width: 40%
    }

    .site-layout-5.style-header-2 .header-nav-content.has-submit-video-btn .header-nav-right {
        width: 35%
    }
}

@media (min-width:992px) {
    .site-layout-5.style-header-2 .header-nav-center-content .navbar-search-inline {
        width: 60%
    }

    .site-layout-5.style-header-2 .header-nav-center-content .header-main-menu-toggle {
        width: 40%
    }
}

.site-layout-5 .posts .posts-wrap.posts-layout-grid .post-content-wrapper,
.site-layout-5 .posts .posts-wrap.posts-layout-masonry .post-content-wrapper,
.site-layout-5 .posts article .post-content-wrapper {
    background: transparent
}

.site-layout-5 .post-excerpt {
    color: #666666
}

.site-layout-5 .site-footer {
    background: transparent
}

.site-layout-5 .site-footer #bottom-sidebar,
.site-layout-5 .site-footer #footer-primary {
    background: transparent
}

.site-layout-5 .site-footer .container {
    background-color: #363636
}

.site-layout-5 .site-footer .footer-bottom .container {
    background-color: #131313
}

.site-layout-6 #dawnthemes-page .entry-content>.container,
.site-layout-6 #dawnthemes-page .main-container {
    background-color: #ffffff;
    box-shadow: 0px 30px 30px 5px rgba(0, 0, 0, 0.2)
}

.site-layout-6 .site-footer {
    background: transparent
}

.site-layout-6 .site-footer #bottom-sidebar,
.site-layout-6 .site-footer #footer-primary {
    background: transparent
}

.site-layout-6 .site-footer .container {
    background-color: #363636
}

.site-layout-6 .site-footer .footer-bottom .container {
    background-color: #131313
}

.site-layout-7 header #viem-main-header-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.site-layout-7 #main.site-main:not(.no-padding) {
    padding-top: 60px;
    padding-bottom: 60px
}

@keyframes dtnavloadding {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes dtsheen {
    to {
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

@keyframes dt_navloadding {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loadingSpin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fade-loading {
    text-align: center
}

.fade-loading i {
    animation: 1.5s ease 0s normal none infinite loadingFade;
    background: none repeat scroll 0 0 #ecc200;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 10px
}

.fade-loading i:nth-child(0) {
    animation-delay: 0
}

.fade-loading i:first-child {
    animation-delay: 0.2s
}

.fade-loading i:nth-child(2) {
    animation-delay: 0.4s
}

.fade-loading i:nth-child(3) {
    animation-delay: 0.6s
}

.fade-loading i:nth-child(4) {
    animation-delay: 0.8s
}

.spinner-loading {
    animation: fa-spin 1s infinite linear;
    animation-timing-function: "steps(8, start)"
}

@keyframes loadingFade {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes search_pop {
    0% {
        transform: scale(0.8)
    }

    to {
        transform: scale(1)
    }
}

.admin-bar .offcanvas {
    padding-top: 32px
}

@media (max-width:600px) {
    .admin-bar .offcanvas {
        padding-top: 64px
    }
}

a.main-color {
    color: #ecc200
}

a.main-color:hover {
    color: #ffffff
}

span.description {
    margin-left: 5px
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.viem-float-right {
    float: right
}

.rtl .viem-float-right {
    float: left
}

.rtl span.description {
    margin-left: 0px;
    margin-right: 5px
}

.viem_dt_social_profile a {
    position: relative
}

.viem_dt_social_profile a span.social-info {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 5px;
    z-index: 20;
    font-size: 0.9em;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    background-color: #333;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 200ms ease-in-out 0s
}

.viem_dt_social_profile a span.social-info:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333
}

.viem_dt_social_profile a:hover span.social-info {
    top: -28px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

#searchform.search-form.dt-search-form {
    position: relative
}

#searchform.search-form.dt-search-form .search-submit {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    text-align: center;
    background: #ecc200;
    color: #0d0d0d;
    border: 0px
}

#searchform.search-form.dt-search-form .search-submit i {
    margin-right: 5px
}

#searchform.search-form.dt-search-form .search-submit:hover {
    background: #ecc200;
    border-color: #ecc200
}

@media (max-width:480px) {
    #searchform.search-form.dt-search-form .search-submit {
        font-size: 0px;
        padding: 0 15px
    }

    #searchform.search-form.dt-search-form .search-submit i {
        font-size: 14px
    }
}

#searchform.search-form.dt-search-form input {
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 0;
    background: transparent;
    color: #666666
}

.contact-us h5 {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 33px
}

.contact-us h5 span {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid #1f1f1f
}

.viem-background-overlay {
    position: relative
}

.viem-background-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(236, 194, 0, 0.86)
}

.box-shadow {
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.25) inset
}

.viem-preload {
    overflow: hidden;
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.1s ease-in-out
}

body.vc_editor .viem-preload,
body.vc_inline-shortcode-edit-form .viem-preload {
    overflow: visible;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100)
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.dt-effect0 a img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 175ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.dt-effect0 a:hover img {
    opacity: 0.6
}

.dt-effect1 a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    transition: all 0.25s ease 0s
}

.dt-effect1 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out
}

.dt-effect1 a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.dt-effect2 a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    background-color: #333;
    transition: all 0.25s ease
}

.dt-effect2 a * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.dt-effect2 a:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0, 1)
}

.dt-effect2 a:after {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(1, 0)
}

.dt-effect2 a img {
    transition: all 0.3s ease
}

.dt-effect2 a:hover:after,
.dt-effect2 a:hover:before {
    transform: scale(1);
    transition: all 0.3s ease-out 0s
}

.dt-effect2 a:hover img {
    opacity: 0.5
}

.dt-effect3 a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    transition: all 0.25s ease
}

.dt-effect3 a:before {
    background: url(../img/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(0.4) rotateY(180deg);
    transition: all 0.4s ease 0s
}

.dt-effect3 a:hover:before {
    opacity: 0.6;
    filter: alpha(opacity=60);
    visibility: visible;
    transform: scale(1) rotate(0deg)
}

.dt-effect4 a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    transition: all 0.25s ease
}

.dt-effect4 a:after,
.dt-effect4 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: all 0.3s ease-out 0s
}

.dt-effect4 a:after {
    left: 100%;
    right: 0
}

.dt-effect4 a:hover:before {
    right: 50%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1
}

.dt-effect4 a:hover:after {
    left: 50%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1
}

.dt-effect5 a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    transition: all 0.25s ease
}

.dt-effect5 a:after,
.dt-effect5 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.6s ease-in-out
}

.dt-effect5 a:hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2)
}

.dt-effect5 a:hover:before {
    right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2)
}

.dt-effect6 a {
    position: relative;
    overflow: hidden;
    display: block
}

.dt-effect6 a:before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    border: 0px solid white;
    z-index: 1
}

.dt-effect6 a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 12px solid rgba(255, 255, 255, 0.4)
}

.dt-effect7>a {
    position: relative;
    display: block;
    overflow: hidden
}

.dt-effect7>a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-in-out 0s;
    z-index: 1
}

.dt-effect7>a img {
    transition: all 0.3s ease-in-out 0s
}

.dt-effect7>a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.dt-effect7>a:hover img {
    transform: scale(1.15) rotate(-4deg);
    -moz-transform: scale(1.15) rotate(-4deg);
    -webkit-transform: scale(1.15) rotate(-4deg);
    -o-transform: scale(1.15) rotate(-4deg);
    -ms-transform: scale(1.15) rotate(-4deg)
}

#viem-ajax-auth-forgot_password input.button,
#viem-ajax-auth-login input.button,
#viem-ajax-auth-register input.button {
    padding: 12px 0px;
    text-align: center;
    margin: 15px 0px;
    background: #131313;
    border-color: #131313;
    color: #ffffff
}

.viem-background-fixed {
    background-attachment: fixed !important
}

#viem_background_lamp.on {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100000
}

body.viem_light_on #dawnthemes-page,
body.viem_light_on #main.site-main,
body.viem_light_on .site-footer,
body.viem_light_on .site-header {
    z-index: unset
}

.viem-wall-ads {
    position: fixed;
    z-index: 7;
    display: none
}

@media (min-width:1024px) {
    .viem-wall-ads {
        display: block
    }
}

.wall-ads-left {
    top: 110px;
    left: calc((100% - 1170px) / 2);
    transform: translate(-100%, 0)
}

.wall-ads-right {
    top: 110px;
    right: calc((100% - 1170px) / 2);
    transform: translate(100%, 0)
}

@media (min-width:992px) {
    .wall-ads-left {
        left: calc((100% - 970px) / 2)
    }

    .wall-ads-right {
        right: calc((100% - 970px) / 2)
    }
}

@media (min-width:1200px) {
    .wall-ads-left {
        left: calc((100% - 1170px) / 2)
    }

    .wall-ads-right {
        right: calc((100% - 1170px) / 2)
    }
}