.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
position: fixed;
margin: 0;
padding: 0;
z-index: 9999999;
-webkit-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
filter: blur(0);
-webkit-filter: blur(0);
max-width: 90%; }
#noty_layout__top {
top: 0;
left: 5%;
width: 90%; }
#noty_layout__topLeft {
top: 20px;
left: 20px;
width: 325px; }
#noty_layout__topCenter {
top: 5%;
left: 50%;
width: 325px;
-webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }
#noty_layout__topRight {
top: 20px;
right: 20px;
width: 325px; }
#noty_layout__bottom {
bottom: 0;
left: 5%;
width: 90%; }
#noty_layout__bottomLeft {
bottom: 20px;
left: 20px;
width: 325px; }
#noty_layout__bottomCenter {
bottom: 5%;
left: 50%;
width: 325px;
-webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }
#noty_layout__bottomRight {
bottom: 20px;
right: 20px;
width: 325px; }
#noty_layout__center {
top: 50%;
left: 50%;
width: 325px;
-webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }
#noty_layout__centerLeft {
top: 50%;
left: 20px;
width: 325px;
-webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }
#noty_layout__centerRight {
top: 50%;
right: 20px;
width: 325px;
-webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }
.noty_progressbar {
display: none; }
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 100%;
background-color: #000000;
opacity: 0.4;
filter: alpha(opacity=10); }
.noty_bar {
-webkit-backface-visibility: hidden;
-webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
-ms-transform: translate(0, 0) scale(1, 1);
transform: translate(0, 0) scale(1, 1);
-webkit-font-smoothing: subpixel-antialiased;
overflow: hidden; }
.noty_effects_open {
opacity: 0;
-webkit-transform: translate(50%);
-ms-transform: translate(50%);
transform: translate(50%);
-webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.noty_effects_close {
-webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.noty_fix_effects_height {
-webkit-animation: noty_anim_height 75ms ease-out;
animation: noty_anim_height 75ms ease-out; }
.noty_close_with_click {
cursor: pointer; }
.noty_close_button {
position: absolute;
top: 2px;
right: 2px;
font-weight: bold;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 2px;
cursor: pointer;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out; }
.noty_close_button:hover {
background-color: rgba(0, 0, 0, 0.1); }
.noty_modal {
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
z-index: 10000;
opacity: .3;
left: 0;
top: 0; }
.noty_modal.noty_modal_open {
opacity: 0;
-webkit-animation: noty_modal_in .3s ease-out;
animation: noty_modal_in .3s ease-out; }
.noty_modal.noty_modal_close {
-webkit-animation: noty_modal_out .3s ease-out;
animation: noty_modal_out .3s ease-out;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
.noty_type__error {
background-color: #fb0019;
border-bottom: 1px solid #f10018;
color: #fff; }
.noty_type__info {
background-color: #00c0fb;
border-bottom: 1px solid #038bd4;
color: #fff; }
.noty_type__warning {
background-color: #fb9700;
border-bottom: 1px solid #f16800;
color: #fff; }
.noty_type__success {
background-color: #2ed200;
border-bottom: 1px solid #41af00;
color: #fff; }
.noty_bar{
padding: 13px 15px;
font-size: 14px;
border-radius: 5px;
}
@-webkit-keyframes noty_modal_in {
100% {
opacity: .3; } }
@keyframes noty_modal_in {
100% {
opacity: .3; } }
@-webkit-keyframes noty_modal_out {
100% {
opacity: 0; } }
@keyframes noty_modal_out {
100% {
opacity: 0; } }
@keyframes noty_modal_out {
100% {
opacity: 0; } }
@-webkit-keyframes noty_anim_in {
100% {
-webkit-transform: translate(0);
transform: translate(0);
opacity: 1; } }
@keyframes noty_anim_in {
100% {
-webkit-transform: translate(0);
transform: translate(0);
opacity: 1; } }
@-webkit-keyframes noty_anim_out {
100% {
-webkit-transform: translate(50%);
transform: translate(50%);
opacity: 0; } }
@keyframes noty_anim_out {
100% {
-webkit-transform: translate(50%);
transform: translate(50%);
opacity: 0; } }
@-webkit-keyframes noty_anim_height {
100% {
height: 0; } }
@keyframes noty_anim_height {
100% {
height: 0; } }* {
box-sizing: border-box;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
opacity: 1;
}
::selection {
color: #fff;
}
::-moz-selection {
color: #fff;
}
.alignleft {
float: left;
margin: 0 20px 20px 0 !important;
}
.alignright {
float: right;
margin: 0 0 20px 20px !important;
}
.aligncenter {
display: block;
margin: 20px auto;
clear:both;
}
.header_top .aligncenter {
margin: 8px auto;
}
.text-align-right {
text-align: right;
}
.text-align-left {
text-align: left;
}
.text-align-center {
text-align: center;
}
.content ul ul,
.content ol ol {
padding: 0 0 0 15px;
}
.zindex10 {
z-index: 10;
}
.zindex100{
z-index: 100;
}
.col-6{
width: 50%;
position:relative;
}
.col-12{
width:100%;
}
.col-8 {
width: 66.66666667%;
position:relative;
}
.col-4 {
width: 33.33333333%;
padding-left: 10px;
padding-right: 10px;
}
.col-9 {
width: 75%;
position:relative;
padding-left: 10px;
padding-right: 10px;
}
.col-3 {
width: 25%;
position:relative;
padding-left: 10px;
padding-right: 10px;
}
video[name="media"] {
width: 100%;
height: 100%;
}
.app-effect{
position:relative;
top:-50px;
opacity:0;
transition-property: top,opacity;
transition-duration: 0.35s;
transition-timing-function: ease;
-moz-transition-property: top,opacity;
-moz-transition-duration: 0.35s;
-moz-transition-timing-function: ease;
-webkit-transition-property: top,opacity;
-webkit-transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
}
.app-effect.ae-onview{
top:0px;
opacity:1;
}
.bnwh, .bnw{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
.bnwh:hover{
-webkit-filter: grayscale(50%);
filter: grayscale(50%);
} html{
background-color: #202125;
color:#2b2b39;
font-family: Montserrat;
}
body,html{
overflow-x:hidden;
background:#ffffff;
}
body{
padding-right: 0px !important;
min-width: 100%;
}
body.background-repeat{
background-repeat:repeat;
}
body.background-fixed{
background-attachment: fixed !important;
}
.main_wrapper{
min-height: 100%;
min-width: 100%;
}
header, footer{
position:relative;
}
.main-content {
line-height:26px;
}
.main-content img {
max-width: 100%;
}
.page .main-content {
padding-top: 0px;
padding-bottom:50px;
}
.wpb-js-composer.page .main-content{
padding-top:0px;
padding-bottom:0px;
}
.main-content > .container{
z-index: 9;
}
.page .main-content ol, .page .main-content ul {
list-style-position: inside;
padding: 0px;
line-height: 26px;
}
.page .main-content ul, .page .main-content ol {
padding-left:20px;
}
ul[id^=gallery_content_center_], ul[id^=gallery_content_center_]>li {
padding: 0 !important;
list-style: none;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: none;
}
html, body{
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}
html body table tbody tr td, .wp-block-table.is-style-stripes{
border-bottom:0px;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td, th {
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
vertical-align: middle;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.1);
margin:auto;
}
table th {
border: 0;
padding: 10px 20px;
text-align: left;
font-size:12px;
color: #416ef8;
background: #fbfbfb;
}
code {
padding: 5px 15px;
display: inline-block;
margin: 10px 0px;
background: rgba(0, 0, 0, 0.03);
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
table thead tr th,
table tfoot tr td { padding: 10px 20px; font-size: 14px; font-weight: bold; }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }
table tbody tr td { font-size: 12px; padding: 9px 20px; vertical-align: top; border: none; }
dt {
text-align: left;
font-weight: bold;
vertical-align: top;
width: 100%;
}
dd {
padding: 0 0 10px 0;
width: 100%;
}
ol ol{
padding-left:20px;
}
p{
margin-bottom:10px;
}
pre {
display: block;
max-width: 100%;
word-wrap: break-word;
margin-bottom:20px;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
background: rgba(0,0,0,0.2);
padding: 20px 30px;
margin-top: 10px;
}
pre.wp-block-verse {
margin: 20px 0px;
}
q {
font-style: italic;
font-weight: bold;
}
sup {
position: relative;
top: -7px;
}
.block-divider{
opacity:0.1;
height: 1px;
width: 100%;
margin: 50px 0px;
background: #000;
}
.navigation:after {
content: '';
display: block;
clear: both;
}
del {
text-decoration: line-through;
}
a:hover {
color: #2cd172;
}
a{
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
a img {
border: none;
}
img {
-webkit-backface-visibility: hidden; backface-visibility: hidden;
height: auto;
image-rendering: optimizeQuality;
}
hr{
opacity:0.1;
}
h1, .h1 {
font-size: 30px;
line-height: 1.25em; }
h2, .h2 {
font-size: 24px;
line-height: 1.384615384615385em; letter-spacing: 1px;
font-weight: 600;
}
h3, .h3 {
font-size: 17px;
line-height: 1.304347826086957em; letter-spacing: 1px;
font-weight: 600;
}
h4, .h4 {
font-size: 19px;
line-height: 1.375em; font-weight: 400;
}
h5, .h5 {
font-size: 15px;
line-height: 1.571428571428571em; letter-spacing: 1px;
font-weight: 600;
}
h6, .h6 {
font-size: 13px;
line-height: 1.538461538461538em; letter-spacing: 1px;
font-weight: 600;
}
a,
p a {
text-decoration: none;
cursor: pointer;
}
a:hover,
p a:hover {
text-decoration: none;
}
input[type='submit'],
.woocommerce input[type='button'],
.woocommerce-page input[type='button'] {
-webkit-appearance: none;
}
input:disabled {
color: #949494 !important;
}
ul {
list-style-position: inside;
}
.container{
width:1300px;
position:relative;
margin:0 auto;
display:flex;
}
.container:after {
clear: both;
display: block;
content: '';
}
.row{
position:relative;
}
.clear{
clear:both;
}
:focus {
outline: 0px;
}
.hide{
display: none !important;
}
.e-btn-fix .elementor-button {
display: block;
}
.noty_effects_open {
opacity: 0;
transform: translate(50%);
animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.noty_effects_close {
animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes noty_anim_in {
100% {
transform: translate(0);
opacity: 1;
}
}
@keyframes noty_anim_out {
100% {
transform: translate(50%);
opacity: 0;
}
}
.notice-unssuc {
padding: 10px;
border: 1px solid red;
border-radius: 5px;
background: rgba(255,0,0, 0.1);
font-size: 12px;
margin-bottom: 30px;
color: #042446;
}
.notice-suc {
padding: 10px;
border: 1px solid #1dc062;
border-radius: 5px;
background: rgba(29 ,192,98, 0.1);
font-size: 12px;
margin-bottom: 30px;
} form,fieldset{
margin-bottom:0;
}
textarea{
min-height:200px;
}
label, legend{
display:block;
margin-bottom:5px;
font-weight:700;
font-size:14px;
}
select, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input#postDate,
input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
display: block;
color: rgba(0, 0, 0, 0.8);
width: 100%;
line-height: 30px;
padding: 9px 18px;
border-radius: 5px;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
border: 2px solid #e8e8e8;
font-family: montserrat;
letter-spacing: 1px;
font-size: 14px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input#postDate:focus,
input#postDate:active,
input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus,
input[type="text"]:active, input[type="password"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="email"]:active,
input[type="number"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="time"]:active, input[type="url"]:active, textarea:active,
input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="email"]:hover,
input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, textarea:hover {
color: rgba(0, 0, 0, 1);
}
::placeholder{
color: black;
}
input[type="submit"], button {
padding-left: 40px;
padding-right: 40px;
border-width: 0px;
border-style: solid;
border-radius: 0px;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
input[type="submit"], a.added_to_cart, .btn, button {
font-style: normal;
font-family: Montserrat;
font-weight: 500;
line-height: 43px;
letter-spacing: .8px;
color: #ffffff;
cursor:pointer;
opacity:1;
border-radius:5px;
font-size:12px;
}
input[type="submit"]:hover, a.added_to_cart:hover, .btn:hover , .button:hover {
color:white;
}
.btn, .btn-alt{
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
display:block;
padding:3px 30px;
font-weight: 600;
}
.modal .modal-body .btn {
display: inline-block;
}
.mouse {
width: 25px;
height: 42px;
border-radius: 15px;
border: 2px solid rgba(255, 255, 255, 0.62);
-webkit-animation: intro 1s;
animation: intro 1s;
}
.scroll {
display: block;
width: 3px;
height: 3px;
margin: 6px auto;
border-radius: 4px;
background: #888;
-webkit-animation: finger 1s infinite;
animation: finger 1s infinite;
}
@-webkit-keyframes intro {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes intro {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes finger {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes finger {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
label.error {
color: red;
font-size: 12px;
font-weight: 300;
margin-top: 5px;
}
.no-pr {
padding: 30px 10px;
font-style: italic;
} .wpcf7-form label span {
margin-top: 10px;
display: block;
}
.wpcf7-form label {
margin-bottom: 20px;
} #error-404{
text-align: center;
margin: 150px 0px 150px 0px;
}
#error-404 h1 {
font-size: 250px;
line-height: 180px;
}
#error-404 h2 {
text-transform: uppercase;
font-size: 60px;
opacity: 0.8;
}
.error404 p {
opacity: 0.5;
margin-top: 50px;
}
.error404 .page-title-wrap {
padding-bottom: 0px !important;
height: 0px;
}
#error-404 img{
position: relative;
top: 18px;
left: 10px
}
.searchw404{
max-width: 500px;
margin: 0 auto;
position: relative;
margin-top: 20px
}
.searchw404 input{
padding: 11px 30px 10px 30px;
height: auto;
font-size: 14px;
box-shadow: 0px 2px 5px black;
}
.searchw404 button {
position: absolute;
right: 0px;
top: 0px;
} .widget {
margin-bottom: 10px;
padding: 20px 20px 30px 0px;
line-height: 26px;
font-size: 14px;
margin-left: 30px;
}
.widget ul li {
margin: 10px 0px;
list-style: none;
font-weight: 500;
}
.widget a:hover {
color: #2cd172;
}
.widget h3 {
font-size: 18px;
letter-spacing: 0px;
opacity: 0.5;
font-weight: 400;
margin-bottom: 15px;
display: block;
border-bottom: 2px solid #f5f6f8;
padding: 0px 0px 10px 0px;
}
.tagcloud a, .btn-tags {
position: relative;
display: inline-block;
font-size: 12px !important;
margin-top: 0;
margin-bottom: 9px;
margin-right: 7px;
border-radius: 4px;
line-height: 30px;
padding: 2px 15px;
color: white;
}
.tagcloud a:hover, .btn-tags:hover{
color: white;
}
.widget ul li {
margin: 10px 0px;
list-style: none;
font-weight: 500;
}
.widget ul li:last-child, .widget p:last-child{
margin-bottom:0px;
}
.widget img{
max-width:100%;
}
.widget.widget_archive .screen-reader-text, .widget.widget_categories .screen-reader-text, .widget.widget_search .screen-reader-text{
display:none;
}
.widget_search {
padding: 0px;
}
.widget_search input#s {
margin-bottom: 5px;
border-radius: 4px 4px 0px 0px;
}
.widget_search input#searchsubmit {
width: 100%;
border-radius: 0px;
}
.widget.widget_calendar #wp-calendar{
width: 100%;
position: relative;
}
table#wp-calendar {
width: 100%;
}
nav.wp-calendar-nav {
margin-top: 10px;
}
.widget #wp-calendar caption {
text-align: center;
height: 36px;
line-height: 36px;
}
.widget #wp-calendar thead th,
.widget #wp-calendar tbody td {
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
padding: 0;
vertical-align: middle;
}
.widget #wp-calendar thead {
background: transparent;
}
.widget #wp-calendar thead th {
color: #c3c3c3;
}
.widget #wp-calendar tbody tr {
background: transparent;
}
.widget #wp-calendar tbody tr td {
position: relative;
}
.widget #wp-calendar tbody tr td a {
display: block;
position: relative;
z-index: 2;
}
.widget #wp-calendar tbody tr td a:before {
content: "";
position: absolute;
width: 36px;
height: 36px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
-webkit-transition: background .3s ease;
-moz-transition: background .3s ease;
transition: background .3s ease;
z-index: -1;
}
.widget #wp-calendar tbody tr td a:hover {
color: #fff;
}
.widget #wp-calendar tfoot {
background: transparent;
position: absolute;
top: 0;
width: 100%;
height: 36px;
line-height: 36px;
}
.widget #wp-calendar tfoot #prev,
.widget #wp-calendar tfoot #next {
position: absolute;
width: 36px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
}
.widget #wp-calendar tfoot #prev a,
.widget #wp-calendar tfoot #next a {
display: block;
position: relative;
margin: 0 auto;
color: transparent;
width: 28px;
height: 28px;
line-height: 24px;
text-align: center;
border: 2px solid transparent;
border-radius: 25%;
-webkit-transition: border-color .3s ease;
-moz-transition: border-color .3s ease;
transition: border-color .3s ease;
}
.widget #wp-calendar tfoot #prev a:before,
.widget #wp-calendar tfoot #next a:before {
color: #222;
font-family: "Font Awesome 5 Free";
display: block;
}
.widget #wp-calendar tfoot #prev a:hover,
.widget #wp-calendar tfoot #next a:hover {
border-color: #e8e8e8;
}
.widget #wp-calendar tfoot #prev.pad,
.widget #wp-calendar tfoot #next.pad {
text-align: center;
}
.widget #wp-calendar tfoot #prev.pad:before,
.widget #wp-calendar tfoot #next.pad:before {
color: #e7e7e7;
font-family: "Font Awesome 5 Free";
}
.widget #wp-calendar tfoot #prev {
left: 10px;
}
.widget #wp-calendar tfoot #prev a:before {
content: "\f060";
}
.widget #wp-calendar tfoot #prev.pad:before {
content: "\f060";
}
.widget #wp-calendar tfoot #next {
right: 10px;
}
.widget #wp-calendar tfoot #next a:before {
content: "\f061";
}
.widget #wp-calendar tfoot #next.pad:before {
content: "\f061";
}
.widget input#searchsubmit {
width: 100%;
}
.widget_rss ul li {
margin-bottom: 40px;
}
.widget_rss .rssSummary {
margin-bottom: 5px;
padding: 0px 20px;
font-size: 12px;
opacity: 0.7;
margin-top: 5px;
}
.widget_rss cite {
padding: 0px 20px;
}
.widget_rss ul li .rss-date{
padding: 0px 20px;
margin-top: 20px;
display: block;
}
.widget_rss ul li .rss-date, .widget_rss ul li a.rsswidget {
position: relative;
font-size: 12px;
font-weight: bold;
margin-right: 15px;
}
.widget_rss ul li a.rsswidget:before, .widget_rss ul li .rss-date:before {
content: '\f2bd'; display: inline-block;
font: normal normal normal 14px/1 "Font Awesome 5 Free";
font-family: 'Font Awesome\ 5 Free';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
margin-right: 5px;
-moz-osx-font-smoothing: grayscale;
opacity: 0.4;
}
.widget_rss ul li .rss-date:before {
content: '\f073';
}
.widget_search h4 {
margin: 0px 0px 0px 0px;
}
.widget p.wp-caption-text {
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.1);
margin-top: -10px;
margin-bottom: 20px;
text-align: center;
} .fullscreen-menu{
display:none;
}
header .container{
width:100%;
padding:20px 30px 20px 35px;
border-bottom: 3px solid rgba(0, 0, 0, 0.05);
align-items: center;
z-index: 10;
}
header nav .navbar-nav li a {
color: white;
font-family: montserrat;
letter-spacing: 1px;
opacity: 0.7;
font-size: 14px;
}
header nav .navbar-nav li a:hover{
opacity: 1;
}
header ul.nav.navbar-nav {
list-style: none;
display: flex;
}
header ul.nav.navbar-nav li {
margin: 0px 15px;
}
header .container .col-9{
display: flex;
align-items: center;
justify-content: flex-end;
color:white;
}
header .nav-extra{
margin: -20px 0px -20px 12px;
padding: 20px 0px 20px 30px;
border-left: 3px solid rgba(0, 0, 0, 0.05);
display: flex;
color:white;
}
.nav-extra input[type="text"] {
background: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.8);
font-family: montserrat;
letter-spacing: 1px;
font-size: 14px;
padding-left: 45px;
border:0px !important;
}
.nav-extra input[type="text"]::placeholder {
color: white;
}
.nav-extra form .fa-search {
position: absolute;
top: 17px;
left: 17px;
font-size: 14px;
opacity: 0.6;
}
.nav-extra form {
position: relative;
}
.userwrap .uwind .submenuw{
z-index: 1000;
padding-top: 20px;
}
.userwrap .uwind .submenu li {
width: 100% !important;
padding: 0px !important;
}
.proflink > a:hover + .submenuw, .proflink > a + .submenuw:hover {
visibility: visible;
opacity: 1;
}
.proflink .submenuw {
position: absolute;
top: 49px;
padding-top: 10px;
width: 300px;
right: 0px;
visibility: hidden;
opacity: 0;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
.proflink > a {
display: block;
margin-left: 25px;
color: white;
font-family: montserrat;
letter-spacing: 1px;
font-size: 14px;
padding-top: 14px;
text-align: right;
height: 100%;
}
.proflink .submenuw{
position: absolute;
top: 52px;
width: 300px;
right: 0px;
visibility: hidden;
opacity:0;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
ul.submenu {
list-style: none;
}
ul.submenu a:hover {
background: rgba(0, 0, 0, 0.1);
color: white;
}
ul.submenu a {
display: block;
text-align: left;
padding: 10px 30px;
height: auto;
line-height: 34px;
font-size: 12px;
color: white;
letter-spacing: 1px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
font-weight: 500;
}
.proflink ul.submenu li:last-child a {
border-bottom: 0px !important;
} .sub-menu {
visibility: hidden; opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.menucont ul.sub-menu {
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50% , 0%);
height: auto;
line-height: normal;
min-width: 280px;
box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
background: #302f2f;
}
.menucont ul.sub-menu ul.sub-menu {
left: 100%;
top: 0px;
}
.menucont ul.sub-menu ul.sub-menu ul.sub-menu {
left: 0px;
top: 100%;
}
.menucont ul.sub-menu li{
height: auto;
line-height: normal;
width: 100%;
}
.menucont ul.sub-menu li:last-child a {
padding-bottom: 30px;
}
.menucont ul.sub-menu li:first-child > a {
padding-top: 30px;
}
.menucont ul.sub-menu li a {
padding: 20px 30px 0px 30px;
height: auto;
opacity: 0.7;
display: block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
line-height: 22px;
}
.menucont ul.sub-menu li a:hover{
opacity:1;
}
.menucont ul.navbar-nav > li.menu-item:last-child ul.sub-menu,  .menucont ul.navbar-nav > li.menu-item:nth-last-child(2) ul.sub-menu{
left: initial;
right: 0;
}
.menucont ul.navbar-nav > li.menu-item:last-child ul.sub-menu ul.sub-menu,  .menucont ul.navbar-nav > li.menu-item:nth-last-child(2) ul.sub-menu ul.sub-menu{
left: initial;
right: 100%;
}
.menucont ul{
list-style: none;
margin: 0;
padding: 0;
position: relative;
color:white;
}
.menucont a {
color:white;
font-size:14px;
}
.menucont ul li{
position:relative;
}
.menucont ul.navbar-nav > li > a:hover, .menucont ul.navbar-nav > li.current_page_item > a{
opacity: 1;
}
.menucont ul li > .sub-toggle{
display:none;
}
.menu-item { position: relative; }
.menu-item:focus > .sub-menu,
.menu-item:focus-within > .sub-menu,
.menu-item:hover > .sub-menu {
visibility: visible; opacity: 1;
z-index: 1;
transform: translate(-50% , 10%);
transition-delay: 0s, 0s, 0.3s; }
.menucont ul.sub-menu:after {
content: '';
width: 100%;
position: absolute;
top: -20px;
left: 0px;
height: 25px;
background: transparent;
}
.menucont ul.sub-menu:before{
content: '';
position: absolute;
top: -10px;
left: calc(50% - 10px);
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #302f2f;
}
.elementor-template-full-width .page-title {
display: none;
}
header .page-title.container h1, header .page-title.container h2 {
width: 100%;
}
header .page-title.container {
text-align: center;
flex-wrap: wrap;
padding: 60px 0px;
z-index: 9;
color:white;
}
header .page-title.container h2 {
font-size: 16px;
opacity: 0.5;
font-weight: 300;
margin: 7px auto;
max-width: 870px;
line-height: 25px;
}
header .page-title.container h1 {
font-size: 36px;
font-weight: 600;
}
.page-template-tmp-my-account h1 {
padding-bottom: 70px;
}
header > * {
z-index: 2;
}
.pagebg {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
opacity: 0.05;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
} .page.normal-page h1, .page.normal-page h2, .page.normal-page h3 {
margin: 20px 0px 10px 0px;
}
.page.normal-page {
padding-top: 50px;
line-height: 30px;
} header.burger-menu .hsocial, header.burger-menu .hsearch, header.burger-menu .hcart{
display:none;
}
.fullscreen-menu{
display:none;
}
body.admin-bar header.burger-menu .menuEffects{
margin-top:32px;
}
header.burger-menu .fullscreen-menu{
display: block;
}
header.burger-menu .header-bottom{
background: transparent !important;
background-color: transparent !important;
z-index: 999;
}
header.burger-menu .menucont, header.burger-menu .hsearch{
visibility:hidden;
opacity:0;
display:none;
}
header.burger-menu .hlogo a, header.burger-menu .hlogo{
z-index:99;
}
.open {
width: 24px;
height: 4px;
display: block;
border-radius: 0px;
cursor: pointer;
position: relative;
top: 8px;
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
background:white;
}
.open:before {
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
content: "";
width: 24px;
height: 4px;
display: block;
border-radius: 0px;
position: relative;
top: -8px;
transform: rotate(0deg);
transition: all 0.3s ease;
background:white;
}
.open:after {
transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
content: "";
width: 24px;
height: 4px;
display: block;
border-radius: 0px;
position: relative;
top: 4px;
transform: rotate(0deg);
transition: all 0.3s ease;
background:white;
}
.menuOpen {
width: 24px;
height: 20px;
display: block;
padding: 15px;
cursor: pointer;
float: right;
position: relative;
top: 50%;
margin-top: -25px;
}
.menuOpen:hover .open:before {
top: -10px;
}
.menuOpen:hover .open:after {
top: 6px;
}
#menuToggle, #mobilemenu{
display: none;
}
.menu.menuEffects {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
}
.menu.menuEffects label {
width: 30px;
height: 30px;
position: absolute;
right: 20px;
top: 20px;
background-size: 100%;
cursor: pointer;
}
.menu.menuEffects .menuContent {
position: relative;
top: 0;
font-size: 54px;
text-align: center;
padding-bottom: 20px;
margin-top: 0px;
height: 100%;
vertical-align: middle;
display: table;
width: 100%;
}
.menu.menuEffects .menuContent .menu-main-menu-container{
display: table-cell;
vertical-align: middle;
}
.menu.menuEffects ul {
list-style: none;
padding: 0;
margin: 0 auto;
}
.menu.menuEffects ul li a {
display: block;
text-align: center !important;
text-decoration: none;
transition: color 0.2s;
text-transform: uppercase;
padding: 10px 0;
}
.menuEffects {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.menuEffects ul {
transform: translateY(0%);
transition: all 0.5s;
}
#menuToggle:checked ~ .menuEffects,  #mobilemenu:checked ~ .menuEffects{
opacity: 1;
visibility: visible;
transition: opacity 0.5s;
}
#menuToggle:checked ~ .menuEffects ul, #mobilemenu:checked ~ .menuEffects ul {
opacity: 1;
}
#menuToggle:checked ~ .menuOpen .open, #mobilemenu:checked ~ .menuOpen .open {
background-color: transparent;
}
#menuToggle:checked ~ .menuOpen .open:before, #mobilemenu:checked ~ .menuOpen .open:before  {
content: "";
transform: rotate(45deg);
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
#menuToggle:checked ~ .menuOpen .open:after, #mobilemenu:checked ~ .menuOpen .open:after {
content: "";
transform: rotate(-45deg);
position: relative;
top: 0;
right: 0;
z-index: 1;
}
#menuToggle:not(:checked) ~ .menuEffects ul, #mobilemenu:not(:checked) ~ .menuEffects ul {
transform: translateY(-30%);
} .modal .modal-body {
padding: 25px;
}
.modal-open {
overflow: hidden
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
padding-right:0px !important;
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius:10px 10px 5px 5px;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
list-style:none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem;
padding: 25px 20px 16px 25px;
}
.modal-header .close {
position: absolute;
right: 20px;
top: 12px;
border-radius: 50%;
border: 0px;
background: transparent;
cursor: pointer;
opacity: 0.7;
font-size: 28px;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
width: auto;
padding-left: 0px;
padding-right: 0px;
}
.modal-header .close:hover{
opacity:1;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
ul.modal-header > li a:hover, ul.modal-header > li a.active {
background-color: #8d60f9;
opacity: 1;
}
ul.modal-header {
background-color: #1f2030;
}
#myModalL button.btn {
margin-top: 20px;
width:100%;
}
#myModalL button.close {
margin-top: 0px;
}
.modal .tab-content input[type="text"], .modal .tab-content input[type="password"] {
margin-bottom: 0px;
font-size: 14px;
}
.modal input[type='submit'] {
border: 0px;
padding: 5px;
margin-top: 20px;
margin-bottom: -10px;
display: block;
width: 100%;
}
#myModalL input{
margin-bottom:0px;
}
#myModalL label {
display: block;
margin-bottom: 10px;
}
p.privacy_wrap {
margin: 20px 0px -5px 0px;
font-size: 12px !important;
font-weight: 300 !important;
line-height: 20px !important;
color: #999;
letter-spacing: 0.2px;
text-align:center;
}
p.privacy_wrap input {
position: relative;
top: 1px;
margin-right: 5px;
}
form#lostPassForm {
padding: 20px !important;
background: #f6f6f6;
margin-top: 30px;
width:100% !important;
}
a#lostPassCancel {
margin-top: 10px;
display: block;
font-size: 14px;
color: rgba(51, 51, 51, 0.7);
text-align: center;
}
span.errorMessage {
color: red;
margin-bottom: 10px;
font-size: 12px;
}
span.successMessage {
color: #0fb248;
margin-bottom: 10px;
font-size: 12px;
}
form#LoginWithAjax_Login_Form p {
display: flex;
font-size: 12px;
font-weight: 600;
}
form#LoginWithAjax_Login_Form p label {
font-weight: 500;
}
a#LoginWithAjax_Links_Remember_Cancel {
margin-top: 30px;
display: block;
margin-bottom: -15px;
}
form#LoginWithAjax_Remember {
margin: 40px 0px 0px 0px;
background: #f2f2f2;
padding: 20px;
}
form#LoginWithAjax_Remember label {
font-weight: 400;
letter-spacing: 0.5px;
margin-bottom: 10px;
display: block;
}
ul.modal-header > li a {
display: block;
opacity: 0.5;
background: rgba(244, 244, 244, 0.15) !important;
padding: 12px 25px 11px 25px;
border-radius: 5px 5px 0px 0px;
margin-right: 5px;
margin-top: 0px;
margin-left: 5px;
margin-bottom: -16px;
letter-spacing: 1px;
color: white;
font-size: 12px;
text-transform: uppercase;
}
.modal-body h3{
color: #333;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
margin-bottom: 20px;
}
#myModalL .modal-body {
padding: 30px;
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2))
}
.modal-sm {
max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
max-width: 800px
}
} .single-project .col-4 {
padding-left: 25px;
}
.single-project .col-4 > a img {
max-height: 100%;
}
.single-project .col-4 > a {
margin: 30px 0px;
display: block;
height: 110px;
}
.single-project .col-4 > h3 {
margin-bottom: 10px;
}
.single-project .col-8 {
padding-right: 30px;
}
.container.single-project {
padding-top: 70px;
}
.progress-info span:first-child {
letter-spacing: 0.5px;
background: #eff9f5;
}
.progress-info span {
display: block;
margin-top: 10px;
font-size: 10px;
background: #f5f5f5;
padding: 5px 10px;
}
.progress-info {
display: flex;
justify-content: space-between;
margin-bottom: 25px;
}
.proj-main-meta {
margin: 20px 0px 0px 0px;
}
.proj-main-meta h4 {
color: #acb7c2;
font-size: 14px;
font-weight: 400;
margin-top: 1px;
}
.proj-main-meta h3 {
font-size: 36px;
color: #042446;
}
.proj-info a.btn {
text-align: center;
padding: 15px 0px;
font-weight: 600;
font-size: 18px;
margin-top: 30px;
}
.proj-info > span strong {
font-weight: 300;
color: #333;
}
.proj-info > span {
display: block;
margin-top: 13px;
font-size: 14px;
font-weight: 300;
color: #acb7c2;
line-height: 22px;
}
.proj-sponsor {
display: flex;
align-items: center;
padding: 20px 0px;
border-top: 2px solid #f5f6f8;
border-bottom: 2px solid #f5f6f8;
margin: 40px 0px;
}
.sponsor-info {
padding-left: 21px;
}
.sponsor-info h4 {
font-size: 12px;
color: #acb7c2;
font-weight: 400;
}
.sponsor-info a {
color: #042446;
font-size: 18px;
margin-bottom: 7px;
display: block;
font-weight: 600;
}
.sponsor-info strong {
color: #2cd172;
font-weight: 500;
font-size: 14px;
}
.psponsor-img img {
width: 100%;
border-radius: 50%;
display: block;
border: 5px solid white;
}
.psponsor-img {
width: 90px;
border-radius: 50%;
overflow: hidden;
padding: 6px;
}
.proj-image{
margin-bottom: 50px;
}
.proj-image img {
max-width: 100%;
}
.proj-support h2 {
font-size: 18px;
letter-spacing: 0px;
opacity: 0.5;
font-weight: 400;
}
.proj-reward .btn {
text-align: center;
border-radius: 0px;
padding: 8px;
font-size:16px;
}
.proj-reward p {
font-size: 15px;
color: #042446;
font-weight: 300;
padding: 20px 20px 30px 30px;
line-height: 24px;
}
.proj-reward strong {
color: #acb7c2;
font-size: 12px;
font-weight: 400;
padding: 0px 30px;
display: block;
}
.proj-reward h3 {
font-size: 18px;
color: #042446;
font-weight: 600;
padding: 30px 30px 5px 30px;
letter-spacing: 0px;
}
.proj-reward {
margin-top: 20px;
background: white;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
margin-bottom: 30px;
border: 2px solid transparent;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
.single-project .nav-tabs li {
margin-right: 50px;
}
.single-project .nav-tabs li a.active, .single-project .nav-tabs li a:hover, .single-project .nav-tabs li a:focus {
color: #2b2b39;
}
.single-project .nav-tabs li a {
color: #b4b4bd;
border-bottom: 0px solid rgba(44, 209, 114, 0);
padding-bottom: 5px;
}
.single-project .nav-tabs li a span {
font-size: 8px;
padding: 5px;
color: white;
border-radius: 50%;
width: 22px;
display: inline-block;
text-align: center;
margin-left: 2px;
position: relative;
top: -2px;
}
.single-project .nav-tabs {
list-style: none;
display: flex;
flex-wrap: wrap;
border-bottom: 2px solid #eceef1;
padding-bottom: 20px;
justify-content: left !important;
}
.single-project img {
max-width: 100%;
}
.single-project .modal-body.tab-content {
padding: 0px;
padding-top: 40px;
}
.proj-content p {
margin-bottom: 30px;
}
.proj-content {
color: #333333;
font-size: 16px;
font-weight: 300;
letter-spacing: 1px;
line-height: 34px;
margin-top: 30px;
}
.proj-content h1, .proj-content h2, .proj-content h3 {
margin: 30px 0px 15px 0px;
}
.backer img {
width: 70px;
border-radius: 50px;
}
.backer strong {
font-size: 14px;
color: #acb7c2;
font-weight: 300;
margin-top: 5px;
display: block;
}
.backer .backer-info {
margin-left: 20px;
}
.backer span {
display: block;
color: #042446;
font-size: 16px;
font-weight: 600;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
.backer {
display: flex;
align-items: center;
padding: 30px;
width: 50%;
border: 2px solid #eceef1;
border-bottom: 0px;
background: #fcfcfc;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
.backer:hover{
background: #fff;
}
.backer a {
display: flex;
align-items: center;
}
.backer:nth-child(2n) {
border-left: 0px;
}
.backers-wrap {
display: flex;
flex-wrap: wrap;
border-bottom: 2px solid #eceef1;
}
div#updates-tab p.post-meta{
padding: 30px 30px 20px 30px;
}
div#updates-tab p.post-meta span:first-child {
font-size: 10px;
color: #444444;
letter-spacing: 0.5px;
padding: 6px 9px;
border: 1px solid #e3e3e3;
margin-right: 5px;
display: block;
margin-left:0px;
}
div#updates-tab .newsbh-item {
width: 100%;
display: block;
max-width: none;
margin-bottom: 30px;
}
div#updates-tab h4.newsb-title {
font-size: 24px;
padding: 5px 20px 15px 30px;
display: block;
font-weight: 600;
line-height: 30px;
color: #042446;
} #respond h2 {
margin-bottom: 10px;
}
body #updates-tab .newsb-c {
padding: 0px 30px;
line-height: 28px;
}
.comment_deletor:hover, .btn-cancel:hover {
background: red;
color: white !important;;
}
.comment_deletor, .btn-cancel {
margin: 0px 0px 10px 30px;
display: inline-block;
font-size: 12px;
border: 1px solid red;
padding: 5px 10px;
font-weight: 400 !important;;
color: red !important;
cursor:pointer;
}
#comments-tab .comment_deletor {
margin-left: 0px;
margin-bottom: 20px;
margin-top: -10px;
position: relative;
top: -10px;
}
#updates-tab p.post-meta span{
font-size:12px;
} .comment article{
background: #fcfcfc;
}
.comment a {
font-weight: 400;
}
a.comment-reply-link {
color: white;
}
h3#reply-title {
padding: 0px 0px 15px 0px;
opacity: 0.5;
}
.comment-form {
}
form#commentform {
padding-top: 0px;
}
.comment-list {
margin: 0;
list-style:none;
}
.comment-list > li article {
margin-bottom: 25px;
position: relative;
padding: 25px;
}
.comment-list > li.comment .comment {
list-style: none;
}
.comment-list .comment ul {
margin-left: 70px;
}
ul.children {
margin-left: 16px!important;
padding-left: 10px!important;
list-style: none;
}
ul.children li article {
padding: 20px;
}
.comment-avatar{
float:left;
display:block;
}
.comment-list .comment .avatar {
position: relative;
overflow: hidden;
width: 70px;
height: 70px;
float: left;
border-radius: 50%;
margin-right:20px;
}
.comment-list .comment .comment-author, .comment-list .comment .comment-meta, .comment-list .comment .comment-author {
display: block;
color: #999;
font-weight: 300;
font-size: 12px;
}
.comment-body:hover .comment-metadata, .comment-body:hover .comment-content p {
opacity:1;
}
.comment-metadata {
padding-left: 90px;
opacity: 1;
transition: opacity 0.35s ease;
-webkit-transition: opacity 0.35s ease;
-moz-transition: opacity 0.35s ease;
margin-bottom: 20px;
margin-top: 0px;
}
.trackback .comment-metadata, .trackback .comment-content, .pingback .comment-metadata, .pingback .comment-content {
padding-left: 0px;
margin-bottom: 0px;
}
.comment-body{
position:relative;
}
.comment-metadata span a, .comment-metadata span{
display: inline-block;
margin-right: 10px;
font-weight: bold;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
margin-left: 2px;
}
.comment-metadata span a{
margin-right:0px;
}
.comment-metadata a {
display: inline-block;
font-weight: 600;
}
.comment-metadata time {
font-size: 10px;
letter-spacing: 0px;
display: block;
text-transform: uppercase;
color: #999;
font-weight: 400;
}
.comment-content{
padding-left: 90px;
padding-right: 90px;
margin-top:10px;
font-size:12px;
}
.comment-content a {
font-weight: bold;
}
.comment-content p {
margin-top: 10px;
font-size:14px;
opacity: 0.7;
transition: opacity 0.35s ease;
-webkit-transition: opacity 0.35s ease;
-moz-transition: opacity 0.35s ease;
color: #000;
font-weight: 400;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
margin: 20px 0px;
}
.comment-list .comment .comment-content ul, .comment-list .comment .comment-content ol, .comment-list .comment .comment-content ul ul, .comment-list .comment .comment-content ol ol {
margin-left: 20px;
padding-left: 0px;
margin: 10px 20px;
}
.comment-list .comment .comment-content ul li, .comment-list .comment .comment-content ol li {
margin: 10px 0px;
}
.reply{
position:absolute;
top:25px;
right:25px;
z-index: 10;
}
.comment-content table {
width: 100%;
}
.comment-contenttable th {
background: rgba(0, 0, 0, 0.04);
}
.reply a:hover {
color:white;
}
.reply a {
position: relative;
display: block;
font-size: 12px !important;
margin-top: 0;
opacity:1;
border:1px solid transparent;
color:white;
margin-right:0px !important;
border-radius: 0px;
line-height: 30px;
padding: 0px 12px;
}
.reply a:before {
content: "\f3e5";
display: none;
font: normal normal normal 14px/1 "Font Awesome 5 Solid";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 5px;
font-size: 11px;
}
#respond {
padding-top: 0px;
margin-bottom:10px;
}
#respond .cancel-comment-reply {
text-align: center;
}
#respond .cancel-comment-reply #cancel-comment-reply-link {
-webkit-transition: color .3s ease;
-moz-transition: color .3s ease;
transition: color .3s ease;
}
#respond form > *:first-child {
margin-bottom: 0px;
}
#respond form label {
padding: 10px 0px 0px 0px;
margin-bottom: 10px;
}
p.comment-form-cookies-consent {
display: flex;
align-items: baseline;
}
input#wp-comment-cookies-consent {
display: inline-block;
position: relative;
top: 2px;
margin-right: 9px;
}
#respond form input:not([type="submit"]){
margin-bottom: 20px;
padding: 5px 15px;
}
.comment-form-cookies-consent label {
display: inline-block;
}
#respond form textarea{
margin-bottom: 10px;
height:auto;
}
#respond form p {
margin-bottom: 0;
}
#respond form > * {
float: left;
width: 100%;
padding: 0;
}
#respond form > *.comment-form-author,
#respond form > *.comment-form-email,
#respond form > *.comment-form-url {
width: 33.3333%;
}
#respond form > *.comment-notes,
#respond form > *.form-submit{
margin-left: 0px;
padding-left: 0px;
}
#respond form > *.comment-notes{
opacity: 0.7;
font-size: 12px;
font-weight: 300;
}
#respond form > *.form-submit {
margin-top: 0px;
margin-bottom: 20px;
}
#respond form a {
-webkit-transition: color .3s ease;
-moz-transition: color .3s ease;
transition: color .3s ease;
}
#respond .comment-reply-title{
margin: 0px;
padding-bottom: 7px;
}
form#commentform:after {
content: '';
clear: both;
display: block;
}
.navigation{
width: 100%;
min-height: 20px;
}
p.comment-form-email {
padding: 0px 10px !important;
}
div#wp-comment-wrap {
margin-bottom: 20px;
}
.nav-links span.nav-title-icon-wrapper {
padding: 0px 5px 0px 5px;
}
.nav-previous {
margin: 10px 0px;
display: block;
}
nav.navigation.post-navigation {
margin-top: 30px;
margin-bottom: 30px;
} .blog-extra {
display: flex;
width: 100%;
justify-content: space-between;
margin: 50px 0px;
}
.be-left a {
display: inline-block;
font-size: 12px;
padding: 10px 15px;
line-height: 14px;
}
.be-right a {
display: inline-block;
margin-left: 15px;
} .author-wrapper{
padding: 0px 0px;
}
.author-wrapper .authorimg, .author-wrapper .avatar{
width: 100px;
border-radius: 60px;
float: left;
display: inline-block;
vertical-align: middle;
margin-right: 30px;
}
.author-wrapper #author-info{
display: block;
vertical-align: middle;
margin-left: 140px;
}
#author-info h3{
margin-bottom: 10px;
margin-top: 0px;
}
#author-info p {
opacity: 0.8;
}
.author-wrapper .author-link{
display: inline-block;
padding: 7px 15px;
font-size: 12px;
color: white;
margin-top: 15px;
margin-left: 0px;
}
.author-wrapper .author-link:hover{
opacity:0.7;
} li.perk label .funding-perk-content, .funding-methodwrap, .funding-comments {
margin-top: 20px;
background: white;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
margin-bottom: 30px;
border: 2px solid transparent;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
padding: 30px 35px;
}
li.perk label .funding-perk-content{
cursor: pointer;
}
ul#project-rewards-list {
list-style: none;
}
#funding-form .col-4 .w-projects-s {
max-width: none;
width: 100%;
}
div#project-reward-amount {
position: relative;
}
div#project-reward-amount span {
position: absolute;
top: 21px;
left: 18px;
color: #4a5ef6;
}
div#project-reward-amount input {
padding-left: 35px;
font-size: 26px;
height: auto;
color: #4a5ef6;
line-height: 40px;
}
.rewardnasubmitu1 h3 {
margin: 20px 0px -5px 0px;
}
form#funding-form .col-8 > h3 {
margin-bottom: 12px;
}
input[type=radio]:checked ~ .funding-perk-content {
border-color: #4a5ef6;
}
.funding-perk-content h3 {
font-size: 18px;
color: #042446;
font-weight: 600;
letter-spacing: 0px;
margin-top: 0px;
}
.funding-perk-content p {
font-size: 15px;
color: #042446;
font-weight: 300;
padding: 12px 0px 0px 0px;
line-height: 24px;
}
.perk input[type=radio] {
display: none;
}
#funding_methods .perk input[type=radio] {
display: inline-block;
}
li.perk label .funding-perk-content div {
color: #4a5ef6;
margin-top: 16px;
}
#funding-form dl, #funding-form ul {
margin-left: 0;
margin-right: 0;
padding-left: 0px;
list-style: none;
}
.funding-methodwrap label {
margin: 20px 0px 10px 0px;
font-weight: 400;
font-size: 14px;
color: #999;
}
.funding-methodwrap > div.who-are-you {
padding-right: 30px;
margin-bottom: 50px;
}
.funding-methodwrap > div {
width: 50%;
}
.funding-methodwrap {
display: flex;
padding:35px;
}
.funding-comments p {
font-size: 14px;
margin: 10px 0px;
opacity: 0.5;
}
.funding-method ul li.perk {
margin: 20px 0px 0px 0px;
cursor:pointer;
} form.project-sorting {
display: flex;
align-items: center;
justify-content: center;
margin: 40px auto;
}
form.project-sorting select, form.project-sorting input {
display: inline-block;
margin: 10px 20px;
max-width: 180px;
}
.search form.project-sorting select, .search form.project-sorting input{
max-width: 150px;
}
.all-projects {
padding-top: 50px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.all-projects-wrap {
display: flex;
flex-wrap: wrap;
width:100%;
} .loaderwrapper .w-projects-s:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
background: #f5f5f5;
display: block;
width: 100%;
z-index: 10;
-webkit-animation: loaderloading 1.5s infinite;
-moz-animation: loaderloading 1.5s infinite;
animation: loaderloading 2s ease-in-out infinite;
}
.loaderwrapper .w-projects-s > * {
opacity: 0 !important;
pointer-events: none;
}
.project-sorting input[type="text"] {
background: #495df5;
color: white;
}
.project-sorting input[type="text"]::placeholder{
color: white;
}
@keyframes loaderloading {
from {
height:0%;
}
to {
height:100%;
}
}
.loaderwrapper li.grid__item, .loaderwrapper.plwrap li {
background: white !important;
} .page-template-tmp-submit-project-php .col-4.sidebar .w-projects-s {
width: 100%;
max-width: none;
}
.page-template-tmp-submit-project-php .col-4 {
padding-left: 40px;
}
fieldset.sub-bar {
text-align: center;
width: 100%;
background: #3d3d44;
position: fixed;
bottom: 0px;
left: 0px;
padding: 15px 0px 15px 0px;
z-index: 999999;
}
fieldset.sub-bar a:hover {
color: #5063f6;
}
fieldset.sub-bar a {
font-size: 14px;
margin-left: 7px;
color: #999;
}
fieldset.sub-bar .button-small {
font-size: 12px;
line-height: 40px;
font-weight: 500;
}
fieldset.sub-bar .button-small:hover{
background: #5063f6;
}
fieldset.lp-info {
padding: 10px;
font-size: 12px;
background: #475bf33b;
border: 1px solid #8492fd;
border-radius: 5px;
}
.page-template-tmp-submit-project main.main_wrapper {
margin-top: 45px;
}
.page-template-tmp-submit-project fieldset {
margin-bottom: 35px;
}
.page-template-tmp-submit-project fieldset.sub-bar{
margin-bottom:0px;
}
.page-template-tmp-submit-project fieldset label {
font-size: 14px;
margin-bottom: 10px;
display: block;
}
.page-template-tmp-submit-project fieldset span {
font-size: 12px;
color: #999;
margin-bottom: 10px;
display: block;
font-weight: 400;
}
div#add_reward {
display: inline-block;
}
#ui-datepicker-div{
display: none;
background-color: white;
padding: 10px 20px 10px 10px;
border: 1px solid #eee;
}
.description {
font-size: 12px;
margin-top: 6px;
color: #999;
}
.reward_holder {
margin-top: 20px;
margin-bottom: 20px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
padding: 30px;
}
.removeme {
margin-left: 0px;
margin-top: 16px;
margin-bottom: 0px;
}
.reward_holder label:first-child {
margin-top: 0px;
}
.reward_holder label {
margin-top: 20px;
}
.page-template-tmp-submit-project .fileinput-button input {
margin: 10px 0px;
}
label.upload-btn input[type="file"] { display: none; }
.upload-btn {
float: left;
padding: 11px 18px;
margin-right: 18px;
color: white;
font-weight: 500;
letter-spacing: 0.5px;
}
.upload-btn.disabled, .upload-btn.disabled:hover {
background: grey;
cursor: default;
}
.small-dialog-content textarea {
max-width: 100%;
min-width: 100%;
min-height: 180px;
}
.upload-btn i { margin-right: 2px; }
.fake-input {  padding: 10px 18px; text-align:left;}
.upload-info span { float: right; }
.upload-info { margin: 20px 0 10px 0; }
.small-dialog-content button.send {
width: 100%;
margin-top: 25px;
line-height: 24px;
border-radius: 3px;
}
.small-dialog-content .divider {
display: inline-block;
border-top: 1px solid #e0e0e0;
height: 1px;
width: 100%;
}
.fake-upload-btn{
width:100%;
position:relative;
border: 2px solid #e8e8e8;
border-radius: 5px;
overflow: hidden;
}
.fake-upload-btn input[type="file"] {
cursor: pointer;
opacity: 0;
position: absolute;
width: 100%;
padding-left: 0px;
height: 100%;
z-index: 10;
}
textarea#summary.wp-editor-area {
opacity: 0;
position: absolute;
width: 100%;
padding-left: 0px;
height: 100%;
z-index: -1;
bottom: 0px;
display: block !important;
}
.uploaded-files img {
max-width: 100%;
max-height: 300px;
border-radius: 5px;
margin:0 auto;
margin-bottom:30px;
}
#progress-wrp {
display:none;
padding: 0px;
position: relative;
border-radius: 3px;
margin: 0px;
text-align: left;
background: #fcfcfc;
}
#progress-wrp .progress-bar{
height: 20px;
border-radius: 0px;
background-color: #72c107;
}
#progress-wrp .status{
top: 3px;
left: 50%;
position: absolute;
display: inline-block;
color: #000000;
font-size: 10px;
} .ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; font-size:14px;}
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } .ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; } .ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-current-day a{
color: #000;
font-weight: bold;
} .container.blog {
padding-top: 50px;
}
.single-post .blog {
padding-top: 40px;
} .pagination.default_wp_p{
position: relative;
bottom: 0px;
left: 0px;
}
.pagination.default_wp_p .wp_pag{
margin-left: 0px;
padding-left:0px;
margin-top: 30px;
}
.pagination.default_wp_p .wp_pag > li, .pagination.default_wp_p .wp_pag > a{
margin: 0px 10px 0px 0px;
background: rgba(0, 0, 0, 0);
padding: 7px 15px;
font-size: 14px;
border: 3px solid rgba(255, 62, 88, 0.22);
display:inline-block;
} .pagination{
position: relative;
left: -15px;
width: 100%;
}
.pagination ul {
list-style: none;
padding: 0px;
margin: 10px 15px 20px 15px;
width: 100%;
}
.pagination ul li {
display: inline-block;
}
.pagination ul li a, a.page-numbers, span.page-numbers, .main-content  .pagination.default_wp_p .wp_pag > span, .main-content .pagination.default_wp_p .wp_pag > a {
margin: 0px 10px 0px 0px;
background: rgba(0, 0, 0, 0);
padding: 7px 15px;
font-size: 14px;
border-style: solid;
border-width:3px;
display: block;
opacity:0.5;
}
a.page-numbers:hover, span.page-numbers{
opacity:1;
}
.main-content  .pagination.default_wp_p .wp_pag > span, .main-content .pagination.default_wp_p .wp_pag > a{
display:inline-block;
}
.pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a:focus, .pagination ul li.active a, .wp-team-matches-pagination .page-numbers, .main-content .pagination.default_wp_p .wp_pag > span,
.main-content .pagination.default_wp_p .wp_pag > a:hover{
border-style: solid;
border-width:3px;
opacity:1;
}
ul.newsbh.blog-posts li {
width: 100%;
max-width: none;
padding: 20px;
}
ul.newsbh.blog-posts li.sticky * {
color: white !important;
}
ul.newsbh.blog-posts li.sticky {
background: #4156f6;
color: white !important;
}
.newsbh.blog-posts .newsb-c {
font-size: 14px;
padding-bottom: 10px;
}
.single-post .col-8{
padding-right: 15px;
}
.pmeta-category{
text-align:center;
margin-top:100px;
}
.pmeta-category a{
padding: 4px 10px;
margin: 5px 6px 15px 5px;
display: inline-block;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
font-size: 12px;
text-transform: uppercase;
line-height: 18px;
text-transform: uppercase!important;
letter-spacing: 1px;
font-size: 12px;
font-weight: 700;
}
.blog-ptw.page-title-wrap h1{
margin-top:30px;
text-align:center;
}
.blog-post .blog-content{
margin-top: 15px;
font-weight: 300;
line-height: 36px;
}
.blog-post > img {
padding: 15px;
background: white;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
margin-bottom: 15px;
}
.blog-content{
line-height:26px;
}
.blog-content table{
width:100%;
}
.blog-content ul.wp-block-gallery {
margin-top: 30px;
}
.blog-content ul, .blog-content ol {
padding: 0px 30px;
}
.blog-content > ul, .blog-content > ol {
padding-bottom: 20px;
}
.blog-content img{
max-width:100%;
}
.blog-content *{
max-width:100%;
}
.blog-content iframe {
margin-bottom: 20px;
}
.blog-content h2, .blog-content h1, .main-content h2, .main-content h1{
margin: 20px 0px;
}
.blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6,
.main-content h3, .main-content h4, .main-content h5, .main-content h6 {
margin: 15px 0px;
}
.page .main-content p {
line-height: 26px;
letter-spacing: 0.2px;
}
.is-style-default .has-very-dark-gray-color.has-very-dark-gray-color {
color: white;
}
blockquote {
display: block;
margin: 25px 0px 25px 0px;
border-left: 2px solid rgba(0, 0,0, 0.25);
opacity: 0.5;
padding: 10px 0px 10px 25px;
font-style: italic;
font-size: 20px;
line-height: 30px;
quotes: none;
}
blockquote.elementor-blockquote{
opacity:1;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
.post-meta{
margin-top:40px;
}
.post-meta i {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
position: relative;
top: -2px;
}
.post-meta span, .post-meta a{
color:black;
}
.post-meta span{
display: inline-block;
padding-right: 10px;
border-right: 1px solid rgba(255, 255, 255, 0.5);
line-height: 14px;
font-size: 14px;
padding-left: 10px;
}
.post-meta span.pmeta-comments{
border-right: 0px solid rgba(255, 255, 255, 0.5);
}
.post-meta span.pmeta-tags{
border-left: 1px solid rgba(255, 255, 255, 0.5);
border-right: 0px solid rgba(255, 255, 255, 0.5);
}
.gallery-item{
text-align:center;
margin: 0 auto;
}
.gallery-item dt::after {
content: "";
display:none;
}
.gallery-item dt{
text-align: center;
margin: 0 auto;
}
dl.gallery-item img {
border: 0px !important;
} form#commentform {
padding-top: 0px;
}
.comment-list {
margin: 0;
list-style:none;
}
.comment-list > li article {
margin-bottom: 25px;
position: relative;
padding: 25px;
}
.comment-list > li.comment .comment {
list-style: none;
}
.comment-avatar{
float:left;
display:block;
}
.comment-list .comment .avatar {
position: relative;
overflow: hidden;
width: 70px;
height: 70px;
float: left;
border-radius: 50%;
margin-right:20px;
}
.comment-list .comment .comment-author, .comment-list .comment .comment-meta, .comment-list .comment .comment-author {
display:block;
background: transparent;
padding: 0px;
margin: 0px;
}
.comment-body:hover .comment-metadata, .comment-body:hover .comment-content p {
opacity:1;
}
.comment-metadata {
padding-left: 90px;
opacity: 1;
transition: opacity 0.35s ease;
-webkit-transition: opacity 0.35s ease;
-moz-transition: opacity 0.35s ease;
margin-bottom: 30px;
margin-top: 10px;
}
.trackback .comment-metadata, .trackback .comment-content, .pingback .comment-metadata, .pingback .comment-content {
padding-left: 0px;
margin-bottom: 0px;
}
.comment-body{
position:relative;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
margin: 20px 0px;
}
.comment-list .comment .comment-content ul, .comment-list .comment .comment-content ol, .comment-list .comment .comment-content ul ul, .comment-list .comment .comment-content ol ol {
margin-left: 20px;
padding-left: 0px;
margin: 10px 20px;
}
.comment-list .comment .comment-content ul li, .comment-list .comment .comment-content ol li {
margin: 10px 0px;
}
.reply{
position:absolute;
top:25px;
right:25px;
z-index: 10;
}
.comment-content table {
width: 100%;
}
.comment-contenttable th {
background: rgba(0, 0, 0, 0.04);
} .prof-wrap.container {
max-width: 1050px;
background: white;
padding: 60px;
box-shadow: 0px 2px 15px rgba(0, 0 ,0, 0.1);
position: relative;
top: -70px;
z-index: 10;
}
.prof-wrap.container .col-3 {
padding-right: 40px;
}
.prof-wrap .psponsor-img {
width: 100%;
}
.prof-wrap .psponsor-img img {
border-width: 15px;
}
.prof-wrap strong {
display: inline-block;
color: #2cd172;
font-weight: 400;
font-size: 14px;
margin: 10px 25px 15px 0px;
}
.prof-wrap p {
font-size: 14px;
color: #191f2e;
font-weight: 300;
line-height: 24px;
}
.prof-tabs.container .tab-content .tab-pane.active {
display: flex;
flex-wrap: wrap;
}
.prof-tabs.container {
display: block;
}
.prof-tabs.container {
display: block;
}
.prof-tabs .nav-tabs {
padding: 0px 25px;
}
.author header .page-title.container h1 {
margin-bottom: 50px;
}
#profile-edit form {
display: flex;
flex-wrap: wrap;
}
#profile-edit fieldset {
width: 48%;
margin: 1%;
}
#profile-edit fieldset #files {
margin: 0px 0px 15px 0px;
}
img#uploadedimage {
max-width: 250px;
}
#adduser p.form-submit {
margin: 10px 13px;
}
#funding-edit fieldset label {
margin-bottom: 10px;
display: block;
}
#funding-edit fieldset {
margin: 10px 10px 40px 10px;
max-width: 420px;
}
#funding-edit fieldset .description {
font-size: 12px;
margin-top: 5px;
opacity: 0.8;
font-weight: 300;
}
#funding-edit form {
width: 100%;
}
#funding-edit fieldset .btn {
display: inline-block;
background: #646fdf;
}
#funding-edit form p.form-submit {
margin: 0px 10px;
padding-top: 35px;
border-top: 1px solid #f0f0f0;
}
#funding-edit fieldset > span {
font-size: 12px;
opacity: 0.8;
font-weight: 300;
margin-bottom: 5px;
display: block;
}
#funding-edit fieldset .btn-cancel {
margin-left: 0px;
margin-top: 10px;
}
.fileinput-button {
font-size: 14px;
}
form#adduser span {
display: block;
font-size: 12px;
margin-bottom: 5px;
margin-top: 10px;
color: #666;
font-weight: 300;
}
form#adduser span.fileinput-button {
margin-top: 0px;
color: #333;
font-size: 14px;
font-weight: 400;
}
div#cropme .btn {
font-size: 12px;
line-height: 38px;
display: inline-block;
margin-top: -15px;
margin-bottom: 10px;
}
a.link-cancel:hover {
color: #333;
}
a.link-cancel {
color: #999;
font-size: 14px;
}
div#cancelme0, #cancelme {
display: inline-block;
margin-left: 12px;
position: relative;
top: 1px;
}
div#cropme {
display: inline-block;
}
#cancelme {
margin-left: 0px;
margin-bottom: 10px;
top: -5px;
} footer{
background:rgb(38 38 41);
color:white;
margin-top: 50px;
padding-top: 100px;
position: relative;
overflow: hidden;
}
.footer_widget.col-3 h3 {
margin-bottom: 30px;
display: block;
text-transform: none;
font-weight: 500;
font-size: 16px;
}
.footer_widget.col-3 ul li {
margin: 20px 0px;
font-size: 14px;
}
.footer_widget.col-3 ul {
list-style: none;
}
.footer_widget.col-3 ul li a {
font-weight: 300;
color: #ffffff;
opacity: 0.6;
}
.footer_widget.col-3 ul li a:hover {
opacity: 1;
}
.footer_widget .textwidget{
font-weight: 200;
font-size: 14px;
line-height: 30px;
}
.copyright {
padding: 20px;
background: #151517;
margin-top: 100px;
font-size: 12px;
color: #666;
}
footer .pagebg {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
top: 0px;
left: 0px;
z-index: 5;
}
footer > div {
z-index: 10;
position: relative;
}
.container.cpr p {
width: 100%;
}
.container.cpr {
text-align: center;
}  .elementor-widget-sw_projects h3 {
font-size: 36px;
letter-spacing: 0px;
padding-bottom: 45px;
}
.elementor-widget-sw_projects .nav-tabs, .prof-tabs .nav-tabs {
list-style: none;
display:flex;
flex-wrap: wrap;
}
ul.nav.nav-tabs.header-center {
justify-content: center;
}
h3.no-tabs.header-center {
text-align: center;
}
ul.nav.nav-tabs.header-right {
justify-content: flex-end;
}
.elementor-widget-sw_projects .nav-tabs li:last-child {
margin-right: 0px;
}
h3.no-tabs.header-right {
text-align: right;
}
.elementor-widget-sw_projects a.btn {
display: block;
margin: 0 auto;
text-align: center;
max-width: 300px;
margin-top: 30px;
font-size: 14px;
}
.elementor-widget-sw_projects .nav-tabs li, .prof-tabs .nav-tabs li {
margin-right: 50px;
}
.elementor-widget-sw_projects .nav-tabs li a.active, .elementor-widget-sw_projects .nav-tabs li a:hover, .elementor-widget-sw_projects .nav-tabs li a:focus,
.prof-tabs .nav-tabs li a.active, .prof-tabs .nav-tabs li a:hover, .prof-tabs .nav-tabs li a:focus{
color: #2b2b39;
border-bottom: 3px solid #2cd172;
}
.elementor-widget-sw_projects .nav-tabs li a,  .prof-tabs .nav-tabs li a{
color: #b4b4bd;
border-bottom: 0px solid rgba(44, 209, 114, 0);
padding-bottom: 5px;
}
.elementor-widget-sw_projects .modal-body.tab-content {
padding: 0px;
margin-top: 25px;
}
.elementor-widget-sw_projects .modal-body.tab-content .tab-pane{
flex-wrap:wrap;
margin-left: -1%;
}
.elementor-widget-sw_projects .modal-body.tab-content > .tab-pane.active{
display:flex;
}
.progress-barw .progress-bar {
height: 100%;
max-width: 100%;
}
.w-projects-s.p-unsucc .progress-bar {
background: #042446;
}
.progress-barw {
height: 10px;
background: #f4f4f4;
position: relative;
}
.w-projects-s {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
max-width: 23%;
margin: 1%;
position: relative;
padding-bottom: 75px;
width: 23%;
}
.w-projects-s img {
width: 100%;
margin-bottom: 0px;
padding-bottom: 0px;
display: block;
}
.w-projects-s span {
color: #4a5ef6;
font-size: 14px;
padding: 0px 20px 20px 20px;
display: block;
font-weight: 600;
}
.w-projects-s span > div {
display: inline-block;
}
.w-projects-s > a > span {
position: absolute;
top: 10px;
left: 10px;
background: white;
border-radius: 5px;
padding: 5px 9px;
font-size: 10px;
font-weight: 400;
letter-spacing: 0.6px;
color: #042446;
}
.w-projects-s p,  #updates-tab .newsb-c {
font-size: 14px;
color: #777;
padding: 0px 20px 10px 20px;
line-height: 22px;
letter-spacing: 0.5px;
margin-bottom:20px;
}
.w-projects-s p{
font-size: 12px;
margin-bottom: 5px;
}
.w-projects-s strong {
padding: 25px 20px 9px 20px;
display: block;
font-weight: 600;
font-size: 18px;
line-height: 30px;
}
.w-projects-s a {
color: #042446;
display: block;
}
.proj-author {
display: flex;
justify-content: space-between;
padding: 20px;
position: absolute;
bottom: 0px;
width: 100%;
align-items: center;
font-size: 10px;
text-transform: uppercase;
color: #444444;
letter-spacing: 0.5px;
}
.proj-author .pa-name img {
width: 30px;
border-radius: 50%;
display: inline-block;
align-items: center;
vertical-align: middle;
margin-right: 10px;
}
.proj-interact-btns.edit-button {
left: 115px;
}
.proj-interact-btns {
position: absolute;
top: 46px;
left: 10px;
background: #5063f6;
font-size: 10px;
padding: 5px 10px;
display: inline-block;
color: white !important;
font-weight: 400;
letter-spacing: 0.5px;
}
.proj-interact-btns:hover {
background: black;
}
.prostatus {
text-align: center;
font-size: 12px;
padding: 10px;
background: #2cd172;
color: white;
font-weight: 300;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.prostatus.publish{
background: #2cd171;
}
.prostatus.pending{
background: #dccb04;
}
.prostatus.draft{
background: #ff9900;
} .elementor-widget-sw_news .title-wrapper {
margin-bottom: 30px;
}
.elementor-widget-sw_news h2 {
color: #2b2b39;
font-size: 36px;
display: inline-block;
}
.elementor-widget-sw_news .title-wrapper > a i {
margin-left: 5px;
}
.elementor-widget-sw_news .title-wrapper > a {
color: #2cd172;
font-size: 14px;
margin-left: 15px;
position: relative;
top: -2px;
font-weight: 700;
}
ul.newsbh {
list-style: none;
display: flex;
flex-wrap: wrap;
margin-left: -1%;
}
ul.newsbh li {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
max-width: 23%;
margin: 1%;
position: relative;
padding-bottom: 15px;
}
.newsb-thumbnail .newsb-com-wrap i {
font-size: 24px;
}
.newsb-thumbnail .newsb-com-wrap span {
position: absolute;
color: #333;
top: 4px;
left: 0px;
font-size: 10px;
width: 100%;
text-align: center;
letter-spacing: -1px;;
}
ul.newsbh.blog-posts li.sticky .newsb-com-wrap span{
color: #333 !important;
}
.newsb-thumbnail img {
display: block;
}
.newsb-thumbnail .newsb-com-wrap {
position: absolute;
top: 15px;
right: 15px;
color: white;
}
.newsb-thumbnail img {
width: 100%;
}
.newsb-thumbnail {
display: block;
position: relative;
}
.post-meta span {
font-size: 10px;
margin-left: auto
}
.post-meta a {
font-size: 8px;
color: #444444;
letter-spacing: 0.5px;
padding: 6px 9px;
border: 1px solid #e3e3e3;
margin-right: 5px;
}
.post-meta a:hover {
border-color: #000;
color:white;
}
.newsbh-item .post-meta {
padding: 25px 20px 20px 20px;
display: flex;
align-items: center;
margin-top:0px;
margin-bottom:0px;
flex-wrap: wrap;
}
h4.newsb-title a{
padding: 0px 20px 10px 20px;
display: block;
font-weight: 600;
font-size: 18px;
line-height: 30px;
color: #042446;
word-break: break-all;
}
.newsb-c {
font-size: 12px;
color: #777;
padding: 0px 20px 0px 20px;
line-height: 22px;
letter-spacing: 0.5px;
margin-bottom: 5px;
} @media screen and (min-width: 1300px){
.blog .container .col-12 .spcard, .blog .container .col-12 .grid-sizer{
width:33.33%;
min-width:auto;
}
.blog .container .col-12 .blogs-featured.spcard {
width: 100%;
min-width:auto;
}
.blog .container .col-8 .blogs-featured.spcard, .blog.blog-standardfull .container .col-12 .blogs-featured.spcard{
width: 100%;
min-width:auto;
}
.blog .container .col-8 .spcard,  .blog .container .col-8 .grid-sizer{
width:50%;
min-width:auto;
}
.elementor-widget-videos_slider .vh-wrap-none.video-slider a:after{
width:940px !important;
}
}
@media screen and (min-width:768px) and (max-width:992px){
.cr_content_txt{
padding-top:0px;
}
}
@media screen and (max-width: 40em) {
.btn--search-close {
font-size: 1em;
}
.search__form {
margin: 2em 0;
}
.search__related {
font-size: 85%;
width: 100%;
padding: 0 1em;
}
.search__input,
html .search__form-inner::after {
width: 100%;
left: 0;
}
}
@media screen and (min-width:768px) and (max-width:992px){
.cr_content_txt{
padding-top:0px;
}
} @media screen and (max-width:1300px){
.container{
width: 950px;
}
header.boxed{
width: 950px !important;
}
.w-projects-s {
max-width: 31%;
width: 23%;
}
}
@media screen and (max-width: 1000px){
.page-template-tmp-submit-project-php .col-4, .page-template-tmp-submit-project-php .col-8 {
width: 100%;
}
.container{
width: 768px;
flex-wrap: wrap;
}
.page-template-tmp-submit-project-php .col-4.sidebar .w-projects-s{
margin-top:0px !important;
}
.page-template-tmp-submit-project-php .col-4{
padding-left:0px;
}
.w-projects-s, ul.newsbh li {
max-width: 48%;
width: 48%;
}
.w-projects-s > a:first-child{
min-height: 185px;
}
header .col-9 {
width: 100%;
}
header .col-3 {
position: absolute;
top: 30px;
left: 20px;
}
header .col-3 a{
position: relative;
z-index: 100;
}
header .container {
padding-top: 10px;
padding-right: 20px;
padding-bottom:10px;
z-index: 1000;
}
.elementor-widget-sw_projects .nav-tabs li, .prof-tabs .nav-tabs li {
margin-bottom: 20px;
}
}
@media screen and (max-width: 600px){
.container{
width: 100%;
}
.newsb-thumbnail > a {
display: block;
overflow: hidden;
max-height: 230px;
}
.vc_column_container>.vc_column-inner{
padding-left: 15px !important;
padding-right:15px !important;
}
.w-projects-s, ul.newsbh li {
max-width: none;
width: 100%;
margin: 20px 0px;
}
form.project-sorting select, form.project-sorting input, .search form.project-sorting select, .search form.project-sorting input{
width:100%;
max-width:none;
}
}
@media screen and (max-width:768px){
.prof-wrap .psponsor-img img {
border-width: 10px;
}
.prof-wrap.container .col-3 {
text-align: center;
}
.prof-wrap .psponsor-img {
width: 150px;
height: 150px;
max-height: 150px;
display: inline-block;
margin-bottom: 10px;
}
.prof-wrap.container .col-9 {
text-align: center;
}
#profile-edit fieldset{
margin-top:20px;
}
.container{
width: 600px;
}
#respond form > *.comment-form-author, #respond form > *.comment-form-email, #respond form > *.comment-form-url, #profile-edit fieldset{
width:100%;
}
.slide--current .slide__title,
.slide__subtitle{
display:none;
} header.boxed{
width: 100% !important;
} .cr__images_portfolio ul li {
width:100%!important;
} .blog-nosidebar .container, .blog-standardfull .container{
width: 100%!important;
}
.blogs-style1.spcard.blogs-style2.blogs-featured .spdata{
width:100%;
}
.blogs-style1.spcard.blogs-style2.blogs-featured .spheader{
width:100%;
position:relative;
min-height: 170px;
}
.blogs-style1.spcard.blogs-style2.blogs-featured .spbgimg{
width:100%;
height:316px;
}
body.blog .blogs-style1.spcard.blogs-style2.blogs-featured .spheader{
min-height: 60px;
padding: 0px;
} .footer_fourcolumns .footer_column{
width:100%;
float:none;
}
.footer_column .menu{
list-style:none;
margin:10px auto;
}
.footer_bottom .fb_text{
text-align:center;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10, .col-11,.col-12{
width:100% !important;
}
.mcontent .col-6 {
padding: 30px !important;
}
html body .magazine-blog.magb4 li, html body .magazine-blog.magb4 li:last-child, html body .magazine-blog.magb5 li, html body .magazine-blog.magb6 li.magazine-blog.magb4 li,
html body .magazine-blog.magb4 li:last-child,html body .magazine-blog.magb5 li, html body .magazine-blog.magb5 li:nth-child(3), html body .magazine-blog.magb6 li, html body .magazine-blog.magb5 li:nth-child(4),
html body .magazine-blog.magb5 li:last-child,html body .magazine-blog.magb4 li,html body .magazine-blog.magb4 li:last-child, html body .magazine-blog.magb5 li, html body .magazine-blog.magb6 li {
width: 100% !important;
}
}
@media screen and (min-width:768px) and (max-width:1000px){ .cr__images_portfolio ul li, .footer_fourcolumns .footer_column {
width:50%!important;
} .blog-nosidebar .container, .blog-standardfull .container{
width: 100%!important;
}
} ul.sub-menu{
background-color:transparent;
} @media screen and (max-width:1000px){
.container.single-project {
padding-top: 40px;
}
.single-project .col-8, .single-project .col-4{
width:100%;
padding-left: 20px !important;
padding-right: 20px !important;
}
.hlogo a, .hlogo, .menuArea, header#custom__menu{
height:70px;
width:50px;
}
html body .center-aligned-menu .menucont {
margin-left: 0px !important;
margin-right: 0px !important;
}
body .page-title-wrap h1{
font-size:42px;
}
#back-to-top{
display:none !important;
}
.menu-item-has-children > a {
position: relative;
}
.menu-main-menu-container{
display:block !important;
}
.navbar-nav > .menu-item-has-children > a:after {
content: "\f103";
width: 10px;
height: 10px;
position: absolute;
right: 40px;
top: 50%;
margin-top: -7px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.menu.menuEffects ul li a:hover{
background:transparent !important;
opacity:0.6;
}
ul.sub-menu{
background:transparent !important;
}
.menu.menuEffects ul li .sub-menu a {
font-size: 12px !important;
text-align:left !important;
}
.menu.menuEffects label{
display:none;
}
.menu.menuEffects .menuContent{
background: #262430;
position: relative;
top: 0;
padding-bottom: 20px;
padding-top:20px;
margin-top: 0px;
height: 100%;
vertical-align: middle;
display: block; padding-left: 30px;
}
.menu.menuEffects ul li a{
font-size: 14px !important;
text-align:left !important;
color:#fff;
}
.mobmenu.right-aligned-menu .menucont{
width: 100%;
}
.mobmenu .header-bottom {
padding: 0px 10px;
}
.hsocial, .hsearch {
display: none;
}
.mobmenu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{
display:none;
}
.mobmenu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
line-height: 50px !important;
text-transform: uppercase;
height: 50px;
padding: 0px 20px;
} .container{
width:100% !important;
padding:0px;
}
.menucont{
display:none;
}
.fullscreen-menu{
display: flex;
align-items: end;
justify-content: flex-end;
flex-grow: 3;
}
nav, .nav-extra {
display: none !important;
}
.menu-collapser{padding: 0 15px;display: none!important;}
.menuOpen{
width: 55px;
height: 55px;
padding: 15px 16px;
z-index: 999;
position: absolute;
margin: 0px;
right: 0px;
top: 50%;
margin-top: -25px;
}
.menucont, .menucont div > ul > li > a, header .hsocial a, header .hsearch{
line-height:22px!important;
}
.hsearch{
padding:0px 5px;
}
.menu.menuEffects{
overflow-y: scroll;
max-height: 500px !important;
color: #fff;
margin: 0px;
left: -35px;
position: absolute;
background: transparent;
height: auto;
top: 80px;
}
.menu.menuEffects ul{
color: #fff;
}
.menu.menuEffects ul li:hover{
background-color:transparent;
}
ul.navbar-nav li ul.submenu li:hover a{
color: #ff3e58!important;
}
ul.navbar-nav li ul.sub-menu{
display:none;
}
.navbar-nav li:hover .sub-menu{
display:block;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
transform:none;
}
.navbar-nav li:hover > .sub-menu{
position: relative;
left: 5px;
top: 0px !important;
visibility: visible;
}
header ul.nav.navbar-nav li {
width: 100%;
}
header ul.nav.navbar-nav {
flex-wrap: wrap;
}
body.side-menu .main-content{
padding-left:260px;
}
body .reglog i {
margin-right: 0px;
}
body .reglog a {
margin: 15px 10px 0px 0px;
text-align: center;
padding: 12px 14px;
color: #fff;
font-weight: 400;
background: #262430;
border-radius: 5px;
font-size: 12px;
letter-spacing: 0.4px;
transition: 0.35s;
position: relative;
top: 0;
display: block;
}
body .reglog {
display: block;
padding: 0px;
}
body .userwrap .uwind > a{
width: 35px;
height: 35px;
padding-top:0px;
}
img.ulmyavatar {
width: 100%;
}
body .headersearchw input[type=search]{
height: 38px;
}
body .userwrap{
padding: 18px 15px 0px 0px;
display: flex;
flex-wrap: nowrap;
justify-content: flex-end;
}
body .profwwrap .userwrap, body .pdetails .userwrap{
display:none;
}
.userwrap .uwind {
font-size: 19px;
color: white;
text-align: center;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
opacity: 1;
position: relative;
top: 0px;
margin-left: 0px;
line-height: 55px;
}
.userwrap .uwind > a {
display: block;
color: white;
position: relative;
width: 35px;
height: 35px;
overflow: hidden;
border-radius: 10px;
background: #4d4b4f;
}
.userwrap {
display: flex;
flex-wrap: nowrap;
justify-content: flex-end;
padding: 40px 25px 10px 0px;
}
.ulbgames, .ulbfriends{
float:left;
width:50%;
color:#848aaf;
font-size:16px;
text-transform: uppercase;
margin-top:20px;
padding: 0px 0px 0px 15px;
}
.ulbfriends{
padding: 0px 15px 0px 0px;
}
.ulbgames span, .ulbfriends span{
color:#fba919;
display:block;
padding-top:0px;
}
.userwrap .uwind .submenuw{
z-index: 1000;
padding-top: 20px;
}
.userwrap .uwind .submenu li {
width: 100% !important;
padding: 0px !important;
}
.userwrap .uwind label:hover + .submenuw, .userwrap .uwind label + .submenuw:hover {
visibility: visible;
opacity: 1;
} .proflink label {
position: absolute;
display: block;
cursor: pointer;
top: 0px;
opacity: 0;
}
.proflink input:checked~ul.submenu {
visibility: visible;  -moz-transition: all 0.35s ease;
top: 75px;
opacity: 1;
}
.proflink input, .proflink ul.submenu {
list-style: none;
box-shadow: 0 6px 16px rgba(0,0,0,.4),0 0 4px rgba(0,0,0,.05)!important;
}
.proflink .submenuw, .proflink input{
position: absolute;
top: 52px;
width: 300px;
right: 0px;
visibility: hidden;
opacity:0;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
}
.proflink ul.submenu a {
display: block;
text-align: left;
padding: 10px 30px;
height: auto;
line-height: 34px;
font-size: 12px;
text-transform: uppercase;
color: white;
letter-spacing: 0.5px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.proflink ul.submenu li:last-child a {
border-bottom: 0px !important;
}
.proflink ul.submenu a i {
margin-right: 10px;
}
ul.usermenu {
position: relative;
z-index: 10;
text-align: center;
font-size: 14px;
list-style: none;
text-transform: uppercase;
padding-bottom:20px;
}
ul.usermenu {
position: relative;
z-index: 10;
text-align: center;
font-size: 14px;
list-style: none;
text-transform: uppercase; }
.usermenu a {
display: block;
width: 100%;
padding: 17px 30px;
font-size: 13px;
color: white !important;
text-align: left;
text-transform: capitalize;
letter-spacing: 1px;
font-weight: 400 !important;
}
.usermenu a.active, .usermenu a:hover {
background: rgba(0, 0, 0, 0.2) !important;
}
.usermenu a i {
margin-right: 10px;
width: 20px;
text-align: center;
}
}
@media screen and (min-width:1000px) and (max-width:1300px){
.hsearch{
padding:0px 5px!important;
}
.hsocial{
padding-left:2px;
}
ul[id^="gallery_content_center_"] > li{
width: 50% !important;
}
ul[id^="gallery_content_center_"].gc-padding > li {
width: 49% !important;
margin:0.5% !important;
}
.footer_fourcolumns .footer_column{
width:50%;
}
}
@media screen and (max-width:1300px){
.container{
width: 950px;
}
header.boxed{
width: 950px !important;
}
}
@media screen and (min-width: 1001px){
.nav-previous {
margin: 10px 0px;
display: block;
float: left;
width: 50%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.nav-next {
display: block;
text-align: right;
float: right;
margin: 10px 0px;
width: 50%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
@media screen and (max-width: 768px){
.container{
width: 100%;
flex-wrap: wrap;
padding: 0px 20px;
}
.container .container{
padding-left:0px;
padding-right:0px;
}
.col-12, .col-8, .col-4, .col-9, .col-3, .col-7{
width:100%;
padding-left: 20px !important;
padding-right: 20px !important;
}
body .woocommerce-ordering{
padding-right: 0px;
padding-left: 0px;
}
body.woocommerce ul.products li.product{
width:100% !important;
padding-left:0px !important;
padding-right:0px !important;
max-width:none;
}
footer .footer_column {
width: 100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
position: absolute;
top: 0px;
width: 200%;
left: -50%;
height: 1px;
background: rgba(255, 255, 255, 0.2);
content: '';
display: block;
border: 0px;
opacity: 0.1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
width: 100%;
text-align: center;
}
}
@media screen and (max-width: 600px){
.container{
width: 100%;
}
.single-project .nav-tabs li {
margin-right: 0px;
width: 50%;
margin-top: 5px;
margin-bottom: 5px;
}
}
@media screen and (max-width: 480px){
header .col-3 {
max-width: 50%;
}
header .col-3 img {
width: 100%;
}
.fake-upload-btn{
width:100%;
position:relative;
}
.fake-upload-btn input[type="file"] {
opacity: 0;
position: absolute;
width: 100%;
padding-left: 0px;
height: 100%;
z-index: 10;
}
.container{
width: 100%;
}
#error-404 h1 {
font-size: 150px;
line-height: 100px;
}
#error-404 h2 {
text-transform: uppercase;
font-size: 30px;
}
.page-title-wrap .container {
padding: 0px 20px;
}
.elementor-widget-sw_projects .nav-tabs li, .prof-tabs .nav-tabs li{
margin-right: 0px;
width: 50%;
margin-bottom: 10px;
margin-top: 10px;
}
.elementor-widget-sw_projects .nav-tabs, .prof-tabs .nav-tabs {
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: left !important;
}
}
@media screen and (max-width:768px){
.comment-content{
padding-left:0px;
padding-right:0px;
clear: both;
margin-top: 50px;
}
.comment-list ul.children{
padding-left: 0px !important;
margin-left: 0px !important;
border-left: 0px !important;
}
.comment-metadata time{
float: left;
clear: right;
}
html body{
display:block;
} header.boxed{
width: 100% !important;
} .cr__images_portfolio ul li {
width:100%!important;
} .blog-nosidebar .container, .blog-standardfull .container{
width: 100%!important;
}
.spcard{
min-width:100%;
float:none;
padding:0px;
}
.slick-slider .spcard, .slick-slide{
min-width: 0px;
width:auto;
}
.spcard.blogs-featured .spdata{
width:100%;
}
.spcard.blogs-featured .spheader{
width:100%;
position:relative;
min-height: 170px;
}
.spcard.blogs-featured.no_image .spheader{
width: 100%;
position: absolute;
min-height:0px;
}
.spcard.blogs-featured .spbgimg{
width:100%;
height:316px;
} .footer_fourcolumns .footer_column{
width:100%;
float:none;
}
.footer_column .menu{
list-style:none;
margin:10px auto;
}
body .ih-wrap h2 {
font-size: 15vw;
}
} @media screen and (min-width:1300px) and (max-width:1400px){
.container{
width: 1200px;
}
}.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
box-shadow: none!important;
border: 1px solid #eaeaea;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
padding: 0!important;
margin-bottom: 10px;
margin-top: 20px
transition: all .35s ease-in-out!important;
-moz-transition: all .35s ease-in-out!important;
-webkit-transition: all .35s ease-in-out!important;
-o-transition: all .35s ease-in-out!important;
}
.woocommerce .add_to_cart_button,
.woocommerce .product_type_grouped,
.woocommerce .product_type_variable,
.woocommerce a.button {
top: auto!important;
right: 0
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content input.button,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce input.button,
.woocommerce input.button:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button,
.woocommerce-page a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page input.button,
.woocommerce-page input.button:hover {
transition: all .35s ease-in-out!important;
-moz-transition: all .35s ease-in-out!important;
-webkit-transition: all .35s ease-in-out!important;
-o-transition: all .35s ease-in-out!important;
color: #333!important;
text-transform: uppercase!important;
font-weight: 600!important;
display: inline-block!important;
border-radius: 50px !important;
border: none!important;
margin-top: 5px!important;
font-size: 12px!important;
padding: 12px 9px!important;
text-shadow: none!important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
background: 0 0!important;
box-shadow: none!important;
border: none!important
color:#333 !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
border-bottom: 1px solid white !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
padding: 10px 15px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-bottom: none!important
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
padding: 0!important;
margin: 0 5px 0 0
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
margin-right: 10px
}
.woocommerce .thumbnails {
margin-left: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab,
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
margin-left: 0!important;
margin-right: 5px!important;
background: white !important;
border-color: #eaeaea !important;
}
.woocommerce-page ul.products li.product > a.button.add_to_cart_button {
display: none !important;
}
.cart-outer {
margin: 0;
height: 42px
}
.cart-outer.wnlog {
left: initial;
right: 340px;
top: 23px
}
.cart-outer {
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
text-transform: uppercase;
position: absolute;
bottom: 90px;
right: -180px;
padding: 8px 14px;
font-size: 16px;
}
.product-wrap {
position: relative
}
.product-wrap .button {
position: absolute!important;
bottom: 5px!important;
right: 5px!important;
opacity: 0
}
div[itemprop=aggregateRating] .star-rating {
display: none!important
}
.product-wrap:hover>a.button {
opacity: 1
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
color: #999!important;
float: none;
margin-top: 10px;
width: 100%;
position: relative;
display: block;
text-align: left;
padding-left: 10px;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
text-shadow: none!important
}
.product-wrap .icon-shopping-cart {
font-size: 12px;
margin-right: 5px
}
.icon-shopping-cart {
color: #dbdbdb;
opacity: .6
}
.cart-notification,
.widget_shopping_cart,
.woocommerce .cart-notification {
position: absolute;
right: 0;
z-index: 1eaeaea00;
box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
-o-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
width: 350px;
padding: 20px;
top: 41px
}
.woocommerce ul.cart_list li:first-child {
border-top: 0
}
.woocommerce ul.cart_list li {
border-top: 1px solid rgba(0, 0, 0, .2)
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
padding: 20px!important
}
.woocommerce ul.product_list_widget>li:hover {
background-color: rgba(0, 0, 0, .03)
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
float: left!important;
margin-right: 10px!important;
width: 75px!important
}
.woocommerce ul.product_list_widget li .quantity {
margin-left: 0;
width: 100px;
margin-right: 0
}
.woocommerce ul.product_list_widget li .quantity * {
display: inline
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
padding: 20px 0!important;
text-align: center;
font-size: 20px!important;
border-bottom: 3px double rgba(0, 0, 0, .2);
border-top: 3px double rgba(0, 0, 0, .2)!important
}
.woocommerce .widget_shopping_cart .buttons {
position: relative
}
.woocommerce .widget_shopping_cart .buttons a.button {
position: relative!important;
top: 0!important;
left: 50px
}
.woocommerce .widget_shopping_cart .buttons a.checkout {
position: relative!important;
top: 0!important;
left: 60px
}
.widget_shopping_cart {
display: none
}
.cart-notification {
right: 77px!important;
top: 0!important;
padding: 22px!important;
position: absolute!important;
display: none
}
.cart-outer:hover .widget_shopping_cart,
.widget_shopping_cart:hover {
display: block
}
.woocommerce .widget_shopping_cart .total span {
font-size: 18px;
margin-top: 10px
}
.woocommerce .product-wrap .add_to_cart_button,
.woocommerce .product-wrap .add_to_cart_button:hover {
background-image: url(//www.yhub.it/wp/wp-content/themes/fundingpress/img/cart.png)!important;
background-position: center center!important;
background-repeat: no-repeat!important;
border-radius: 0!important;
height: 35px!important;
padding: 0!important;
text-indent: -9999px!important;
width: 35px!important
}
.woocommerce .product-wrap .add_to_cart_button.added {
background-image: url(//www.yhub.it/wp/wp-content/themes/fundingpress/img/tick.png)!important
}
.woocommerce .product-wrap .added_to_cart {
display: none
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
width: 6.6em!important
}
.woocommerce .product-wrap .add_to_cart_button.added:before {
background: 0 0!important
}
.cart-menu-wrap {
text-align: center;
padding-bottom: 26px;
z-index: 2;
position: relative;
cursor: pointer
}
.cart-icon-wrap * {
display: inline
}
.icon-shopping-cart {
font-size: 20px
}
.cart-wrap {
margin-left: 2px;
padding: 2px 6px 2px 5px;
border-radius: 100px;
color: #666;
font-weight: 700;
position: relative;
top: -2px;
right: -5px;
font-size: 10px;
text-shadow: 0 1px 0 #eaeaea;
background: white;
}
.woocommerce div.product p.price,
.woocommerce div.product p.price span {
font-size: 26px!important
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
height: 20px!important
}
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
height: 22px!important
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
border-top: 0!important;
text-shadow: none!important;
color: #000!important;
box-shadow: none!important
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
background-color: transparent!important;
box-shadow: none!important
}
.woocommerce-error a.button,
.woocommerce-error a.button:hover,
.woocommerce-info a.button,
.woocommerce-info a.button:hover,
.woocommerce-message a.button,
.woocommerce-message a.button:hover {
border: 0!important;
right: 0;
bottom: 2px;
color: #fff!important;
border-radius: 5px!important;
padding: 12px 15px!important;
}
.woocommerce label {
background: 0 0;
text-shadow: none;
margin-top: 4px
}
.cart_totals>table {
float: right
}
.woocommerce table.cart td.actions .button.checkout-button {
margin-left: 10px
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
height: auto!important;
padding: 15px!important
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
display: inline!important;
margin-right: 5px!important;
margin-top: -5px!important
}
.woocommerce #payment ul.payment_methods label {
display: inline
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
margin: 10px 0 20px 10px!important
}
.page .woocommerce header {
background-color: transparent!important
}
.woocommerce-page .page {
padding-bottom: 50px;
padding-top:30px;
}
.woocommerce-page .page #sidebar {
margin-top: 0px
}
.woocommerce .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .products .star-rating,
.woocommerce-page .star-rating {
height: 20px!important
}
.woocommerce .add_review a.button {
position: relative!important;
top: 0!important
}
.woocommerce .col-lg-8 ul.products li.product,
.woocommerce-page .col-lg-8 ul.products li.product {
width: 31.6%!important
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
padding: 15px!important
}
.woocommerce ul.product_list_widget li:hover,
.woocommerce-page ul.product_list_widget li:hover {
background: 0 0!important
}
.woocommerce .price_slider_amount .price_label {
float: right;
padding: 5px 10px;
background: rgba(0, 0, 0, .02);
margin-top: 15px
}
.woocommerce .widget_price_filter form {
margin-top: 0;
padding: 20px;
border: 1px solid #eaeaea;
background: #fff
}
.woocommerce .title_wrapper .col-lg-6 h1 {
margin-left: 15px
}
.woocommerce .price_slider_amount button,
.woocommerce .price_slider_amount button:active,
.woocommerce .price_slider_amount button:focus {
}
.woocommerce .price_slider_amount button:active,
.woocommerce .price_slider_amount button:focus {
outline: 0
}
.woocommerce .price_slider_amount .price_label span {
display: inline
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
box-shadow: none!important
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
background: #ccc!important;
width: 15px!important;
height: 15px!important;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3)!important;
box-shadow: 0 1px 1px rgba(0, 0, 0, .3)!important;
border: none!important
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #eee!important
}
.woocommerce ul.products li.product>a,
.woocommerce-page ul.products li.product>a {
display: block
float: left;
position: relative !important;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
position: relative;
right: auto;
top: auto;
background: #fbfbfb;
text-align: left;
margin: 0 0 0 10px;
border: 1px solid #eaeaea;
z-index: 1;
float: none;
}
#sidebar .woocommerce .star-rating span,
#sidebar .woocommerce .star-rating:before,
#sidebar .woocommerce-page .star-rating span,
#sidebar .woocommerce-page .star-rating:before {
font-size: 14px!important
}
#sidebar .woocommerce .star-rating,
#sidebar .woocommerce-page .star-rating {
margin: 10px 0 0!important
}
.woocommerce .star-rating span {
padding-top: 20px!important
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
color: #666!important;
text-align: left;
padding-left: 10px !important;
font-size: 16px;
}
.price del span.amount,
.woocommerce div.product p.price {
color: #333!important;
font-weight: 400!important;
font-size: 14px!important
}
.price span.amount,
.woocommerce div.product p.price {
font-weight: 600;
font-size: 16px;
color: #999!important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-cart ul.products li.product {
margin: 0 2% 2.992em 0!important;
padding: 1%!important;
position: relative;
width: 23%!important;
background: #fff;
border: 1px solid #eaeaea;
color: #999;
float: none;
display: inline-block
}
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
padding: 10px!important;
background: #fff;
border: 1px solid #eaeaea;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
width: 48%!important
}
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
margin-right: 0!important
}
.woocommerce .showcoupon {
color: rgba(0, 0, 0, .5)!important
}
.woocommerce #coupon_code {
height: 40px!important;
border: 1px solid #eaeaea;
}
.woocommerce .star-rating span,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating span,
.woocommerce-page .star-rating:before {
font-weight: 400
}
.woocommerce .page-title {
display: none
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
display: none!important
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
top: 4px!important;
left: 6px!important
}
body.woocommerce ul.products li.product .onsale {
top: -5px;
right: auto;
left: -5px;
margin: -.5em -.5em 0 0;
z-index: 2;
padding: 3px 7px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}
body.woocommerce nav.woocommerce-pagination ul {
border: 0 !important;
background: 0 0!important;
padding:0px !important;
}
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span {
font-size: 14px!important;
padding: 10px 13px;
position: relative;
margin-right: 5px;
color: #666;
border-radius:0px;
background: white;
border: 1px solid;
}
body.woocommerce nav.woocommerce-pagination ul li {
border-right: 0
}
body.woocommerce .woocommerce-ordering {
margin-top: 10px;
margin-bottom:0px;
}
body.woocommerce .woocommerce-result-count {
margin-top: 20px;
font-style: italic;
font-size: 10px;
color: #999
}
body.woocommerce ul.products li.product .price del {
display: inline-block;
margin-right: 5px
}
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li span.current {
color: #fff
}
body.woocommerce div.product .woocommerce-tabs .panel {
padding: 20px 20px 10px 20px;
border: 1px solid #EAEAEA;
background: white;
margin-bottom: 15px;
margin-top: -1px;
}
body.woocommerce div.product .woocommerce-tabs .panel h2 {
color: #666;
margin-top: 0px;
font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before{
display:none !important;;
}
body.woocommerce .upsells h2{
font-size: 18px;
margin-bottom: 15px;
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: 1px solid #eaeaea;
background: #fbfbfb;
}
body.woocommerce #reviews #comments ol.commentlist li img.avatar {
padding: 0px;
width: 60px;
border: 1px solid #eaeaea;
border-radius: 50px;
}
body.woocommerce #reviews #comments ol.commentlist {
padding: 15px 0 0
}
body.woocommerce #reviews #comments ol.commentlist li {
width: 100%
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 75px
}
body.woocommerce #reviews h3,
body.woocommerce .related h2 {
margin: 30px 0 15px;
font-size: 18px;
color: #666;
border-bottom: 1px solid #eaeaea;
padding-bottom: 15px
}
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-message,
body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
margin-top: 20px!important
}
body .woocommerce .woocommerce-info a {
color: rgba(0, 0, 0, .5)!important
}
body.woocommerce ul.cart_list {
background: 0 0;
border: none;
box-shadow: none
}
body .woocommerce table.shop_table {
margin-top: 20px;
padding: 10px
}
body .woocommerce-cart .cart-collaterals .cart_totals tr td,
body .woocommerce-cart .cart-collaterals .cart_totals tr th {
border-top: 1px solid #333
}
.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
margin-bottom: 0;
position: relative;
margin-top: 20px
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: left;
width: 48%;
margin-bottom: 2em
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
float: right;
width: 50%;
margin-bottom: 2em
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
clear: both
}
.woocommerce div.product div.summary div[itemprop="description"]{
padding: 10px 15px 0px 15px;
border: 1px solid #EAEAEA;
background: white;
margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs {
padding-top: 30px
}
.woocommerce .related:after,
.woocommerce .upsells.products:after,
.woocommerce-page .related:after,
.woocommerce-page .upsells.products:after {
content: "";
display: block;
clear: both
}
.woocommerce .related {
border-bottom: 3px double rgba(0, 0, 0, .2)
}
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
display: block;
width: 100%;
height: auto;
transition: all .2s ease-in-out 0s
}
.woocommerce #content div.product div.images div.thumbnails a.first,
.woocommerce div.product div.images div.thumbnails a.first,
.woocommerce-page #content div.product div.images div.thumbnails a.first,
.woocommerce-page div.product div.images div.thumbnails a.first {
clear: both
}
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a {
float: left;
width: 30.75%;
margin-right: 3.8%
}
.woocommerce #content div.product div.images div.thumbnails:after,
.woocommerce div.product div.images div.thumbnails:after,
.woocommerce-page #content div.product div.images div.thumbnails:after,
.woocommerce-page div.product div.images div.thumbnails:after {
content: "";
display: block;
clear: both
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
width: 60px;
position: relative;
margin: 0 auto;
overflow: hidden
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
bottom: 0;
right: 0;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
width: 40px;
float: left;
padding: 0;
text-align: center;
border-image: none;
border-radius: 2px 0 0 2px;
box-shadow: 0 0 2px 0 #F7F6F7 inset;
font-weight: 700;
height: 40px!important;
margin-bottom: 0!important;
border:1px solid #EAEAEA;
}
.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button{
border-width: 1px;
border-style: solid;
top: 0px !important;
margin-top: 2px !important;
color: white !important;
border-radius: 5px!important;
padding: 13px 20px!important;
}
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
top: 0;
right: 0;
border-bottom: 0 none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
display: block;
padding: 0;
margin: 0;
position: absolute;
text-align: center;
vertical-align: text-top;
width: 20px;
height: 15px;
overflow: visible;
text-decoration: none;
font-weight: 700;
cursor: pointer;
line-height: 13px;
font-size: 12px;
border-radius: 2px;
color: #5E5E5E;
text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
border: 1px solid #C8BFC6;
background: -moz-linear-gradient(center top, #F7F6F7 0, #E0DADF 100%);
box-shadow: 0 -1px 0 rgba(0, 0, 0, .075) inset, 0 1px 0 rgba(255, 255, 255, .3) inset, 0 1px 2px rgba(0, 0, 0, .1)
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
margin-top: 0;
border-bottom: 1px solid #eaeaea;
padding-bottom: 10px
}
body.woocommerce-cart .cart-collaterals .cart_totals table {
width: 100%;
float: none
}
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th {
border-top: 1px solid #eaeaea
}
body.woocommerce-cart .wc-proceed-to-checkout {
float: right;
margin-bottom: 0;
padding-bottom: 0
}
.woocommerce .return-to-shop a.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
position: relative!important;
top: 0!important;
margin-bottom: 0
}
.woocommerce .return-to-shop a.button {
margin-left: 10px;
margin-bottom: -30px;
display: block!important;
float: left
}
.woocommerce .cart-empty {
margin: 20px 10px 10px
}
body .select2-drop {
z-index: 9999999!important
}
.woocommerce .cart-icon-wrap{
color:white;
font-size: 14px;
padding: 3px;
font-weight: 600;
}
.woocommerce .cart-icon-wrap i{
margin-right:5px;
}
body .select2-drop input {
color: #fff!important
}
body.woocommerce ul.products li.product .button.m_info{
margin-right: 5px;
}
body.woocommerce ul.products li.product .button{
bottom: 0px;
color:#999 !important;
}
body.woocommerce ul.products li.product .button:hover{
color:#333 !important;
}
body.woocommerce .shop_butt, body.woocommerce-cart .shop_butt{
border-top: 1px solid #eaeaea;
margin: 0px -8px;
padding: 0px 7px
}
body.woocommerce .shop_butt .add_to_cart_button.product_type_simple, body.woocommerce-cart .shop_butt .add_to_cart_button.product_type_simple{
margin-right: 5px;
margin-left: 4px;
}
body.woocommerce .products .product > .add_to_cart_button.product_type_simple{
display:none !important;
}
body.woocommerce .widget_shopping_cart .cart_list li a.remove, body.woocommerce.widget_shopping_cart .cart_list li a.remove{
top: 5px;
left: -10px;
line-height: 19px;
}
.cart-outer .widget_shopping_cart .widgettitle{
display:none;
}
.woocommerce-page .cart-collaterals .cross-sells .previewslider, .woocommerce-page .cart-collaterals .cross-sells .product > .add_to_cart_button.product_type_simple{
display:none !important;
}
body .wocommerce-top-wrapper{
background: white;
float: left;
width: 100%;
padding: 0px 10px 0px 25px;
margin-bottom: 20px;
border: 1px solid #EAEAEA;
}
body.woocommerce .woocommerce-ordering select{
background:#FBFBFB;
}
body .woocommerce .price_slider_amount button.button{
margin-top: 17px !important;
text-transform: capitalize!important;
font-weight: 400!important;
font-size: 12px!important;
padding: 11px 20px!important;
line-height: 13px!important;
}
body .woocommerce .price_slider_amount button.button:hover{
color:white !important;
}
@media (max-width:992px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-cart ul.products li.product{
width: 100% !important;
margin-right: 0px !important;
}
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\f959"}.fa-bacterium:before{content:"\f95a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\f977"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\f978"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\f979"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\f97a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\f96d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\f97b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\f97c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\f973"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-brands-400.eot);src:url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-brands-400.woff2) format("woff2"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-brands-400.woff) format("woff"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-brands-400.ttf) format("truetype"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-regular-400.eot);src:url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-regular-400.woff2) format("woff2"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-regular-400.woff) format("woff"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-regular-400.ttf) format("truetype"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-solid-900.eot);src:url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-solid-900.woff2) format("woff2"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-solid-900.woff) format("woff"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-solid-900.ttf) format("truetype"),url(//www.yhub.it/wp/wp-content/themes/fundingpress/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face {
font-family: 'aiovg-icons';
src: url(//www.yhub.it/wp/wp-content/plugins/all-in-one-video-gallery/public/assets/fonts/aiovg-icons.eot?j6tmf3);
src: url(//www.yhub.it/wp/wp-content/plugins/all-in-one-video-gallery/public/assets/fonts/aiovg-icons.eot?j6tmf3#iefix) format('embedded-opentype'),
url(//www.yhub.it/wp/wp-content/plugins/all-in-one-video-gallery/public/assets/fonts/aiovg-icons.ttf?j6tmf3) format('truetype'),
url(//www.yhub.it/wp/wp-content/plugins/all-in-one-video-gallery/public/assets/fonts/aiovg-icons.woff?j6tmf3) format('woff'),
url(//www.yhub.it/wp/wp-content/plugins/all-in-one-video-gallery/public/assets/fonts/aiovg-icons.svg?j6tmf3#aiovg-icons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="aiovg-icon-"],
[class*=" aiovg-icon-"] { font-family: 'aiovg-icons' !important;
speak: none;
color: #666;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.aiovg,
.aiovg-header {
margin-bottom: 10px;
}
.aiovg-no-margin {
margin: 0 !important;
}
.aiovg-no-padding {
padding: 0 !important;
}
.aiovg-pull-left {
float: left;
}
.aiovg-pull-right {
float: right;
}
.aiovg-clearfix {
display: block;
content: "";
clear: both;
}
.aiovg-text-left {
text-align: left;
}
.aiovg-text-right {
text-align: right;
}
.aiovg-text-center {
text-align: center;
}
.aiovg-text-muted {
color: #999;
}
.aiovg-relative {
position: relative;
}
.aiovg a {
text-decoration: none;
}
.aiovg a:hover {
text-decoration: underline;
}
.aiovg img {
display: block;
}
.aiovg hr {
margin: 10px 0;
}
.aiovg-responsive-button {
width: 100%;
}
.aiovg-disable-mouse-events {
pointer-events: none;
}
.aiovg-spinner {
width: 20px;
height: 20px;
background-image: url(//www.yhub.it/wp/wp-content/plugins/all-in-one-video-gallery/public/assets/images/spinner.gif);
background-position: center center;
background-repeat: no-repeat;
}
@media only screen and (min-width: 481px) {
.aiovg-responsive-button {
width: auto;
}
} .aiovg .fa { font-family: 'aiovg-icons' !important;
speak: none;
color: #666;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.aiovg .fa-file-video-o:before {
content: "\e913";
}
.aiovg .fa-folder-open-o:before {
content: "\e930";
}
.aiovg .fa-eye:before {
content: "\e9ce";
}
.aiovg .row {
display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.aiovg .row .row,
.aiovg .aiovg-slick-videos .row {
margin: 0;
}
.aiovg .col-md-1,
.aiovg .col-md-2,
.aiovg .col-md-3,
.aiovg .col-md-4,
.aiovg .col-md-6,
.aiovg .col-md-12 {
width: 100%;
}
.aiovg .thumbnail {
margin: 15px;
}
.aiovg.aiovg-slider .thumbnail {
margin: 0;
}
.aiovg .thumbnail img {
box-shadow: none;
}
.aiovg .caption {
margin: 0;
padding: 7px 0;
}
.aiovg .caption .aiovg-title {
margin: 0 !important;
}
.aiovg .caption .aiovg-title a {
text-decoration: none;
}
.aiovg .caption .aiovg-title small {
font-weight: normal;
}
.aiovg .caption .aiovg-category small,
.aiovg .caption .aiovg-views small {
font-size: inherit;
}
.aiovg-slick .fa {
color: inherit;
font-style: normal;
}
.aiovg-slick-prev .fa:before {
content: "❮";
}
.aiovg-slick-next .fa:before {
content: "❯";
}
@media only screen and (min-width: 481px) {
.aiovg .col-md-1 { 
width: 8.33%; 
}
.aiovg .col-md-2 { 
width: 16.66%; 
}
.aiovg .col-md-3 { 
width: 25%; 
}
.aiovg .col-md-4 { 
width: 33.33%; 
} 
.aiovg .col-md-6 { 
width: 50%; 
}
.aiovg .col-md-8 { 
width: 66.66%; 
}
} .aiovg .aiovg-play {
position: absolute;
width: 32px;
height: 32px;
margin: -15px 0px 0px -15px !important;
padding: 0px;
top: 50%;
left: 50%;
pointer-events: none;
z-index: 3;	
} .aiovg-icon-videos:before,
.aiovg-icon-film:before {
content: "\e913";
}
.aiovg-icon-categories:before,
.aiovg-icon-folder-open:before {
content: "\e930";
}
.aiovg-icon-views:before,
.aiovg-icon-eye:before {
content: "\e9ce";
}
.aiovg-icon-tags:before {
content: "\e936";
}
.aiovg .aiovg-play-icon {
position: absolute;
background-image: url(//www.yhub.it/wp/wp-content/plugins/all-in-one-video-gallery/public/assets/images/play.png);
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
z-index: 3;	
} .aiovg .aiovg-svg-icon {
display: inline-block;
width: 16px;
fill: #666;
stroke: none;
stroke-width: 0;
vertical-align: middle;
}
.aiovg .aiovg-svg-icon-videos {
margin-top: -2px;
}
.aiovg .aiovg-svg-icon-play {
position: absolute;
width: 32px;
top: 50%;
left: 50%;
margin-top: -16px;
margin-left: -16px;
fill: #fff;
pointer-events: none;
z-index: 3;	
}
.aiovg-icon-download:before {
content: "\e9c7";
}
.aiovg-icon-whatsapp:before {
content: "\ea93";
} .aiovg-player {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
}
.aiovg-player iframe,
.aiovg-player .video-js {
position: absolute;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;	
}
.aiovg-player .vjs-no-control-bar .vjs-control-bar {
display: none;
}
.aiovg-player .video-js .vjs-current-time,
.aiovg-player .vjs-no-flex .vjs-current-time,
.aiovg-player .video-js .vjs-duration,
.aiovg-player .vjs-no-flex .vjs-duration {
display: block;
}
.aiovg-player .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
content: "\f10d";
}
.aiovg-player .vjs-menu li.vjs-selected:focus,
.aiovg-player .vjs-menu li.vjs-selected:hover {
background-color: #fff;
color: #2b333f;
}
.aiovg-player .vjs-youtube-mobile .vjs-poster {
display: none;
}
.aiovg-player .video-js .vjs-big-play-button {
width: 1.5em;
height: 1.5em;
top: 50%;
left: 50%;
margin-top: 0;
margin-left: 0;
background-color: rgba( 0, 0, 0, 0.6 );
border: none;
border-radius: 50%;
font-size: 6em;
line-height: 1.5em;			
transform: translateX( -50% ) translateY( -50% );
}
.aiovg-player .video-js:hover .vjs-big-play-button,
.aiovg-player .video-js .vjs-big-play-button:focus {
background-color: rgba( 0, 0, 0, 0.7 );
}
.aiovg-player .vjs-waiting .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
display: none !important;
}
.aiovg-player .vjs-share,
.aiovg-player .vjs-download {
margin: 5px;
cursor: pointer;
}		
.aiovg-player .vjs-share a,
.aiovg-player .vjs-download a {
display: flex;
margin: 0;
padding: 10px;
background-color: rgba( 0, 0, 0, 0.5 );			
border-radius: 1px;
font-size: 16px;
color: #fff;
}	
.aiovg-player .vjs-share:hover a,
.aiovg-player .vjs-download:hover a {
background-color: rgba( 0, 0, 0, 0.7 );
}
.aiovg-player .vjs-download.vjs-has-share {
margin-top: 50px;
}
.aiovg-player .vjs-has-started .vjs-share,
.aiovg-player .vjs-has-started .vjs-download {
display: block;
visibility: visible;
opacity: 1;
transition: visibility .1s,opacity .1s;
}
.aiovg-player .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-share,
.aiovg-player .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-download {
visibility: visible;
opacity: 0;
transition: visibility 1s,opacity 1s;
}
.aiovg-player .vjs-modal-dialog-share-embed {
background: #111 !important;
}
.aiovg-player .vjs-modal-dialog-share-embed .vjs-close-button {
margin: 7px;
}
.aiovg-player .video-js .vjs-share-embed {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;   
}
.aiovg-player .vjs-share-embed-content {
width: 100%;
}
.aiovg-player .vjs-share-buttons {
text-align: center;
}
.aiovg-player .vjs-share-button {
display: inline-block;
margin: 2px;
width: 40px;
height: 40px;
line-height: 1;
vertical-align: middle;
}       
.aiovg-player .vjs-share-button,
.aiovg-player .vjs-share-button:hover,
.aiovg-player .vjs-share-button:focus {
text-decoration: none;
} 
.aiovg-player .vjs-share-button:hover {
opacity: 0.9;
}
.aiovg-player .vjs-share-button-facebook {
background-color: #3B5996;
}   
.aiovg-player .vjs-share-button-twitter {
background-color: #55ACEE;
}
.aiovg-player .vjs-share-button-linkedin {
background-color: #006699;
}
.aiovg-player .vjs-share-button-pinterest {
background-color: #C00117;
}
.aiovg-player .vjs-share-button-tumblr {
background-color: #28364B;
} 
.aiovg-player .vjs-share-button-whatsapp {
background-color: #25d366;
}  
.aiovg-player .vjs-share-button span {
color: #fff;
font-size: 24px;
line-height: 40px;
}
.aiovg-player .vjs-embed-code {
margin: 20px;
}
.aiovg-player .vjs-embed-code p {
margin: 0 0 10px 0;
text-align: center;
text-transform: uppercase;
}
.aiovg-player .vjs-embed-code input {
width: 100%;
padding: 7px;
background: #fff;
border: 1px solid #fff;
color: #000;
}
.aiovg-player .vjs-embed-code input:focus {
border: 1px solid #fff;
outline-style: none;
}
.aiovg-player .vjs-logo {
opacity: 0;
cursor: pointer;
}
.aiovg-player .vjs-has-started .vjs-logo {
opacity: 0.5;
transition: opacity 0.1s;
}
.aiovg-player .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-logo {
opacity: 0;
transition: opacity 1s;
}
.aiovg-player .vjs-has-started .vjs-logo:hover {
opacity: 1;
}
.aiovg-player .vjs-logo img {
max-width: 100%;
}
.aiovg-player .vjs-ended .vjs-control-bar,
.aiovg-player .vjs-ended .vjs-text-track-display,
.aiovg-player .vjs-ended .vjs-logo {
display: none;
}
.aiovg-player .vjs-ended .vjs-poster,
.aiovg-player .vjs-ended .vjs-big-play-button {
display: block;
}
.aiovg-privacy-wrapper { 
position: absolute;           
width: 100%;
height: 100%;
margin: 0;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #222;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #FFF;
text-align: center;
}
.aiovg-privacy-consent-block {
position: relative;
margin: 0 30px;
padding: 15px;
top: 50%;
background: #000;
border-radius: 3px;
opacity: 0.9;
transform: translateY( -50% );
-ms-transform: translateY(- 50% );
-webkit-transform: translateY( -50% );
}
.aiovg-privacy-consent-button {
display: inline-block;
margin-top: 10px;
padding: 5px 15px;
background: #F00;
border-radius: 3px;
cursor: pointer;
}
.aiovg-privacy-consent-button:hover {
opacity: 0.8;
}
#aiovg-contextmenu {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
background-color: #2B333F;
background-color: rgba( 43, 51, 63, 0.7 );
border-radius: 2px;
z-index: 9999999999; }
#aiovg-contextmenu-item {
margin: 0;
padding: 8px 12px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #EEE;		
white-space: nowrap;
cursor: pointer;
}
@media only screen and (max-width: 250px) {
.aiovg-privacy-consent-block {
margin: 0;
font-size: 12px;               
}
} .aiovg-row {
display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.aiovg-row .aiovg-row {
margin: 0;
}
.aiovg-col {
width: 100%;
}
@media only screen and (min-width: 481px) {
.aiovg-col-2 { 
width: 50%; 
}
.aiovg-col-3 { 
width: 33.33%; 
}    
.aiovg-col-4 { 
width: 25%; 
}
.aiovg-col-5 { 
width: 20%; 
}
.aiovg-col-6 { 
width: 16.66%; 
}
.aiovg-col-7 { 
width: 14.28%; 
}
.aiovg-col-8 { 
width: 12.5%; 
}
.aiovg-col-9 { 
width: 11.11%; 
}
.aiovg-col-10 { 
width: 10%; 
}
.aiovg-col-11 { 
width: 9.09%; 
}
.aiovg-col-12 { 
width: 8.33%; 
}
.aiovg-col-p-25 {
width: 25%;
}
.aiovg-col-p-40,
.aiovg-col-1-4 {
width: 40%;
}
.aiovg-col-p-60,
.aiovg-col-1-6 {
width: 60%;
}
.aiovg-col-p-75 {
width: 75%;
}
} .aiovg .aiovg-thumbnail {
margin: 15px;
}
.aiovg .aiovg-responsive-container {
position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 75%;
background: #F0F0F0;
}
.aiovg .aiovg-responsive-container img:not(.aiovg-play),
.aiovg img.aiovg-responsive-element {
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
z-index: 1;
}
.aiovg .aiovg-duration {
position: absolute;
padding: 2px 5px;
right: 0;
bottom: 0;
background-color: #666;
color: #FFF;
line-height: 1;
pointer-events: none;
z-index: 2;
}
.aiovg .aiovg-caption {
margin: 0;
padding: 7px 0;
}
.aiovg .aiovg-thumbnail-style-image-left .aiovg-caption {
padding: 0 10px;
}
.aiovg .aiovg-title,
.aiovg .aiovg-user,
.aiovg .aiovg-category,
.aiovg .aiovg-tag,
.aiovg .aiovg-description,
.aiovg .aiovg-excerpt,
.aiovg .aiovg-views,
.aiovg .aiovg-count {
display: block;
line-height: 1.5;
}
.aiovg .aiovg-title {
font-size: 1.1rem;
font-weight: bold;
}
.aiovg .aiovg-category,
.aiovg .aiovg-tag,
.aiovg .aiovg-description,
.aiovg .aiovg-excerpt,
.aiovg .aiovg-views {
margin: 7px 0 0 0;
} .aiovg-single-video .aiovg-player-container,
.aiovg-single-video .aiovg-meta {
margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.aiovg-single-video .aiovg-pull-right {
float: none !important;
clear: both;
padding-top: 10px;
}
} .aiovg-search-form .aiovg-form-group {
display: block;
margin: 5px 0;
}
.aiovg-search-form .aiovg-form-control {
width: 100%;
box-sizing: border-box;
}
.aiovg-search-form-template-horizontal .aiovg-form-group.aiovg-hidden-desktop {
display: block;
}
.aiovg-search-form-template-horizontal .aiovg-form-group.aiovg-hidden-mobile {
display: none;
}
@media only screen and (min-width: 481px) {
.aiovg-search-form-template-horizontal .aiovg-form-group {
display: inline-block;
}	
.aiovg-search-form-template-horizontal .aiovg-form-group.aiovg-hidden-mobile {
display: inline-block;
}
.aiovg-search-form-template-horizontal .aiovg-form-group.aiovg-hidden-desktop {
display: none;
}
.aiovg-search-form-template-horizontal .aiovg-form-control {
width: auto;
}
} .aiovg .aiovg-autocomplete {
position: relative;
}
.aiovg .aiovg-autocomplete-items {
position: absolute;
max-height: 180px;
top: 100%;
left: 0;
right: 0;
border: 1px solid #d4d4d4;
border-top: none;
z-index: 999;
overflow-x: hidden;
overflow-y: auto;	
}
.aiovg .aiovg-autocomplete-items div {
padding: 10px;	
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
line-height: 1;
cursor: pointer;
}
.aiovg .aiovg-autocomplete-items div:hover {
background-color: #e9e9e9;
}
.aiovg .aiovg-autocomplete-items div:last-child {
border-bottom: none;
}
.aiovg .aiovg-autocomplete-items div.aiovg-autocomplete-active {
background-color: DodgerBlue !important;
color: #ffffff;
}
.aiovg .aiovg-autocomplete-items div.aiovg-autocomplete-disabled {
pointer-events: none;
background-color: #f9f9f9;
color: #cccccc;
}
.aiovg .aiovg-autocomplete-tags {
margin: 3px -3px;
}
.aiovg .aiovg-tag-item {
display: inline-block;
margin: 3px;
padding: 3px 5px;	
background-color: #eee;
border: 1px solid #ddd;
border-radius: 2px;
line-height: 1;
}
.aiovg .aiovg-tag-item-close {
margin-left: 5px;
cursor: pointer;
} .aiovg-pagination {
display: block;
margin: 7px 0;
}
.aiovg-pagination .page-numbers {
display: inline;
margin: 0 3px;
padding: 3px 10px;	
border: 1px solid #ddd;
border-radius: 2px;
line-height: 1;
text-decoration: none;	
}
.aiovg-pagination .current {
background-color: #08c;
border: 1px solid #08c;
color: white;	
}
.aiovg-pagination a:hover {
background-color: #ddd;
}
.aiovg-pagination.aiovg-spinner,
.aiovg-more.aiovg-spinner {
margin: auto;
}
.aiovg-pagination.aiovg-spinner *,
.aiovg-more.aiovg-spinner * {
display: none;
} .aiovg .aiovg-social {
margin: 10px 0px;
}
.aiovg .aiovg-link-social {
display: inline-block;
margin: 2px 2px 2px 0;
padding: 4px 8px;
border-radius: 2px;
color: white;
text-decoration: none;
line-height: 1;
cursor: pointer;	
}
.aiovg .aiovg-link-social:hover,
.aiovg .aiovg-link-social:active {
color: white;
text-decoration: none;
} 
.aiovg .aiovg-social-facebook {
background: #3B5997;
}
.aiovg .aiovg-social-facebook:hover,
.aiovg .aiovg-social-facebook:active {
background: #2d4372;
}
.aiovg .aiovg-social-twitter {
background: #00aced;
}
.aiovg .aiovg-social-twitter:hover,
.aiovg .aiovg-social-twitter:active {
background: #0084b4;
}
.aiovg .aiovg-social-linkedin {
background: #0077B5;
}
.aiovg .aiovg-social-linkedin:hover,
.aiovg .aiovg-social-linkedin:active {
background: #005B8C;
}
.aiovg .aiovg-social-pinterest {
background: #bd081c;
}
.aiovg .aiovg-social-pinterest:hover,
.aiovg .aiovg-social-pinterest:active {
background: #9e0718;
}
.aiovg .aiovg-social-tumblr {
background: #335474;
}
.aiovg .aiovg-social-tumblr:hover,
.aiovg .aiovg-social-tumblr:active {
background: #253D54;
}
.aiovg .aiovg-social-whatsapp {
background: #25d366;
}
.aiovg .aiovg-social-whatsapp:hover,
.aiovg .aiovg-social-whatsapp:active {
background: #12af0a;
} .aiovg .aiovg-thumbnail img {
box-shadow: none;
}
.mfp-bg { 
z-index: 999999 !important; 
}
.mfp-wrap { 
z-index: 9999999 !important; 
}.widget_latest_twitter_widget{ text-align: left; padding: 15px 0px 0px; list-style:none; }
.latest-twitter-tweet{ 
font-style: italic;
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #eee;
padding: 0px 0px 10px 0px; }
#latest-twitter-widget-icon, #latest-twitter-widget-pic{ float: left; border: 0px; margin-right: 5px; }
.latest-twitter-tweet-time{ font: 9pt/12pt arial; color: #999999; margin-bottom: 10px; }