@charset "utf-8";
@charset "utf-8";
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 60px;
background: #ffffff;
border: 4px solid #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family: "flexslider-icon";
font-size: 40px;
display: inline-block;
content: '\f001';
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
content: '\f002';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//isea.com.gr/wp-content/themes/shapely/assets/js/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}.woocommerce form.cart .exrow-group .exfood-label {
display: block;
font-weight: bold;
text-transform: uppercase;
margin: 0;
}
.woocommerce form.cart .exrow-group{display: inline-block; width: 100%; box-sizing: border-box;margin: 0 0 10px 0;}
.woocommerce form.cart .exrow-group .exwo-container > span {
margin-right: 20px;
display: inline-block;
white-space: normal;
}
.woocommerce form.cart .exrow-group input {
margin:0 5px 0 0;
vertical-align: middle;
}
.woocommerce form.cart .ex-required-min-message,
.woocommerce form.cart .ex-required-max-message,
.woocommerce form.cart .ex-required-message{ color: red; padding: 0; margin:3px 0; display: none; }
.ex-required span.exfood-label .exwo-otitle:after {content: " * ";color: red;}
.woocommerce form.cart .exrow-group span.exfood-label span{ margin:0; padding: 0; }
form.cart:not(.variations_form) .exwo-product-options { margin-top: -3px; }
.woocommerce form.cart .exrow-group input.ex-options[type="number"],
.woocommerce form.cart .exrow-group input.ex-options[type="text"],
.exwo-product-options  textarea.ex-options,
.exwo-product-options  input.ex-options[type="text"] {
width: 100%;
border: 1px solid #ddd;
background: #fafafa;
}
.exwo-accordion-style .exrow-group .exfood-label{ cursor: pointer; }
.woocommerce form.cart .exrow-group .exwo-container{ margin-top: 5px; }
.woocommerce form.cart .exwo-accordion-style .exwo-container{ display: none; }
.exwo-product-options.exwo-accordion-style .exrow-group{border:1px solid #eee; padding: 10px 15px; border-radius: 3px; background: #f3f3f3; position: relative;}
.exwo-accordion-style span.exfood-label:after{content: "+";position: absolute;right: 10px;}
.exwo-accordion-style span.exfood-label.exwo-active:after {content: "-";}
@media (max-width: 768px){
.woocommerce form.cart .exrow-group .exwo-container > span{ width: 100%; white-space: normal; }
}
.exwoofood-woocommerce.woocommerce form.cart input[type=number]::-webkit-inner-spin-button, 
.exwoofood-woocommerce.woocommerce form.cart input[type=number]::-webkit-outer-spin-button {  opacity: 1;}
.woocommerce form.cart .exrow-group.ex-logic-on,
.exrow-group.ex-logic-on { display: none; }
.exfd-cart-content .woocommerce-mini-cart li a.exwf-edit-options,
.exwf-edit-options {display: block; font-size: 10px; font-weight: bold;color: initial;text-decoration: underline !important;}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option { -webkit-flex-flow: row wrap; flex-flow: row wrap; display: flex; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option > span {
width: 33.3333%;
margin:0;
padding: 0 5px 5px 0;
box-sizing: border-box;
position: relative;
-webkit-flex-flow: row wrap; flex-flow: row wrap; display: flex;
}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option label { display: table; background: #eee; border: 2px solid #eee; cursor: pointer; vertical-align: middle; width: 100%; padding: 3px; transition: all .2s; box-sizing: border-box; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option input:checked + label {border-color: #ea1f2e;}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option input{ position: absolute;top: 0;left: 0;right: 0; opacity: 0; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option label .exwo-op-img{ display: table-cell; width: 50px; min-width: 50px; height: auto; vertical-align: inherit; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option label .exwo-op-img img{ display: block; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option label .exwo-op-name {padding: 5px;display: table-cell; width: calc( 100% - 50px); vertical-align: inherit;}
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option input:disabled + label { opacity: .5; }
.woocommerce form.cart .exwo-accordion-style .exrow-group .exwo-container.exwo-img-option label{ background: #fff; border: 2px solid #fff; }
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option > p { width: 100%; }
@media (max-width: 768px){
.woocommerce form.cart .exrow-group .exwo-container.exwo-img-option > span{ width:50%; }
}
 .clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.woo-event-info{ padding:15px 0; margin:15px 0; border-top:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE;}
.woo-event-info .speaker-avatar{ float:left; width:70px; margin-right:15px;}
.woo-event-info .speaker-details span{ display:block;}
.woo-event-info .exwt-row{ margin-bottom:15px}
.woo-event-info .exwt-row:last-child{ margin-bottom:0;}
.woo-event-info .sub-lb.spk-sub{ display:block; width:100%; margin-bottom:7px;}
.woo-event-schedu{ float:left; width:100%; display:block; border:1px solid #ddd; padding:20px 25px; margin-bottom:30px; background:#FAFAFA;}
.woo-event-schedu .exwt-col6:first-child{ border-right:1px solid #EEEEEE;}
.woo-event-schedu .exwt-col6:last-child{ border-left:1px solid #EEEEEE; margin-left:-1px;}
.woo-event-schedu .h3-ev-schedu{border-top:1px solid #EEEEEE; padding-top:15px; margin-bottom:11px;}
.woo-event-schedu iframe{ min-height:300px;}
.wooevent-social-share{ list-style:none; padding:0;}
.wooevent-social-share li{ float:left; margin-right:20px; font-size:20px; margin-bottom:15px;}
.woo-event-schedu .ev-schedu p{ position:relative; padding:7px 25px; margin:0}
.woo-event-schedu .ev-schedu p:before{ content:""; width:1px; height:100%; position:absolute;background:#666; left:5px; }
.woo-event-schedu .ev-schedu p:first-child:before{ top:50%;}
.woo-event-schedu .ev-schedu p:last-child:before{ top:-50%;}
.woo-event-schedu .ev-schedu p:after{ content:""; width:10px; height:10px; background:#666; border-radius:50%; position:absolute; top:50%; margin-top:-5px; left:1px}
.woo-event-info .media-heading{ margin-bottom:0;} .wooevent-search,
.we-venues-sc, .we-tooltip,
.we-countdonw{font-family: 'Source Sans Pro', sans-serif;}
.we-countdonw .cd-item{ float:left; padding:0; margin-right:15px; text-align:center;}
.we-countdonw .cd-item span{ display:block}
.we-countdonw .cd-number{ margin-right:5px;}
.we-countdonw.list-countdown .we-evcount{ float:left; margin-bottom:15px; padding-bottom:15px; display:block; width:100%; border-bottom:1px dashed rgba(0, 0, 0, 0.15)}
.we-countdonw.list-countdown .exwt-col12:last-child .we-evcount{ margin-bottom:0; padding-bottom:0; border:0;}
.we-countdonw.list-countdown span{ font-size:12px;}
.we-countdonw.list-countdown .cd-number{ padding:8px; background:#00BCD4; font-size:18px; line-height:1em; font-weight:bold; color:#FFFFFF; box-shadow: 1px 1px 1px rgba(0,0,0,.2); margin:10px 0; display:inline-block;}
.we-countdonw.list-countdown .cd-title a{
float: left;
width: 100%;
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
color:#1a1a1a;
box-shadow:none; 
text-decoration:none;
}
.we-status .we-countdonw .cd-item span{ display:inline-block}
.we-status p{ float:left; display:block; width:100%; margin:0; margin-top:15px;}
.woo-event-schedu .we-sche-detail{margin-bottom:20px; float:left; width:100%}
.woo-event-schedu .we-sche-detail:last-child{ margin-bottom:0;}
.we-icl-import{ margin-bottom:22px;}
.we-icl-import .exwt-btn{
margin-bottom:10px;
margin-right:10px;
}
span.we-sub-lb,
.woo-event-info span.sub-lb{ color:#666666; line-height:1; font-size:12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;} .exwt-btn.we-button a{ box-shadow:none; color:#FFFFFF;}
.exwt-btn.we-button,
.ex-loadmore .loadmore-grid,
.we-icl-import .exwt-btn{
border: medium none;
padding: 10px 15px;
background: #00BCD4;
font-weight: 800;
color: #ffffff;
letter-spacing: 1.5px;
text-transform: uppercase;
font-size: 14px;
border-radius: 2px;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
float:left;
transition:all .3s;
}
.exwt-btn.we-button:hover,
.wpcf7 .we-submit input[type="submit"]:hover,
.we-icl-import .exwt-btn:hover{ text-decoration:none; background:#000}
.exwt-btn.we-button a:hover,
.we-icl-import .exwt-btn:hover a{text-decoration:none; color:#00BCD4;} .woo-event-toolbar .we-search-form .we-search-dropdown button,
.we-calendar{ position:relative; transition:all .3s; font-size:13px;}
.we-calendar *:focus{ outline:none}
.we-calendar a span,
.we-calendar a .fc-title,
.we-icl-import a{ color:#FFFFFF}
.we-calendar .fc-row:first-child table{ margin:0}
.we-calendar .fc-row:first-child table th{ padding-top:10px; padding-bottom:10px; background:#f5f5f5}
.we-calendar .fc-toolbar{ margin-bottom:20px;}
.we-calendar .fc-toolbar button{ height:30px; padding:8px; line-height:1;}
.we-calendar .fc button .fc-icon{ vertical-align:top; top:0}
.we-calendar button{ transition:all .3s}
.we-calendar button:focus{ box-shadow:none; text-decoration:none}
.we-calendar .fc button .fc-icon{ font-size: 13px; line-height: 13px;}
.we-calendar .fc-view.fc-agendaWeek-view .fc-widget-header,
.we-calendar .fc-view.fc-agendaDay-view .fc-widget-header{background:#f5f5f5}
.calendar-info{ border-radius:1px;}
.calendar-info i{ margin-right:10px;}
.we-calendar #calendar a.fc-event{
border-radius: 0px;
padding: 2px 4px;
border: 1px solid #00BCD4;
background-color: #00BCD4;
display:block;
}
.we-calendar .fc-day-grid-event .fc-time{ display:none;} .qtip{ max-width:420px;}
.qtip p{ margin:12px 0; line-height:1.3;}
.qtip p i{ margin-right:7px;}
.we-tooltip .we-tooltip-content p:last-child{ margin-bottom:0}
.we-tooltip .we-tooltip-content p.tt-price ins,
.we-tooltip .we-tooltip-content p.tt-price :not(i){ color:#00BCD4; background:transparent;}
.qtip h4{ text-transform:uppercase; font-size:17px; color:#00BCD4;}
.qtip.ex-qtip{
font-size:12px;
margin-top:-30px;
background-color: #fff;
color:#666666;
border:1px solid rgba(0, 0, 0, 0);
padding:0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);	
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.qtip.ex-qtip .qtip-content:before{
content: "\f0dd";
font-family: "FontAwesome";
position: absolute;
left: 40px;
bottom:-4px;
font-size:27px;
color:#fff;
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}
.qtip.ex-qtip .qtip-tip{ border:1px solid rgba(0, 0, 0, 0.15)}
.qtip.ex-qtip .qtip-content{ padding:0; overflow:visible;}
.we-tooltip{ display:table}
.we-tooltip h3{ margin:0; margin-bottom:10px}
.we-tooltip .tt-image{ padding:20px; display:table-cell; vertical-align:middle; height: 160px;}
.we-tooltip .we-tooltip-content{ padding:20px; display:table-cell; vertical-align:top;} .woo-event-toolbar{
border: 1px solid #ddd;
padding:15px 20px 25px 20px;
margin:0;
background:#f5f5f5;
}
.woo-event-toolbar .woo-event-toolbar{ border:0;}
.woo-event-toolbar .we-search-form .form-control,
.woo-event-toolbar .we-search-form .exwt-btn-default{ border:0; height:37px; background-color:#FFFFFF; border-radius:0; }
.woo-event-toolbar .lb-sp{
margin-bottom:10px;
float:left;
width:100%;
}
.we-search-form .we-dropdown-select>li>a{ color:inherit;}
.we-search-form button .button-label{ color:#1a1a1a; font-family: inherit;} .shop-we-stdate{
background-color: #00BCD4;
top: 25px;
color: #fff;
left: 25px;
min-height: 60px;
min-width: 55px;
position: absolute;
text-align: center;
font-size:20px;
font-weight: 700;
border-radius: 0px;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.shop-we-stdate span{
display: block;
line-height: 30px;
}
.shop-we-stdate span.month{
font-size: 16px;
background-color: rgba(0, 0, 0, 0.1);
}
.shop-we-more-meta span {color:#666; font-size:12px; font-weight:bold; font-family: "Ubuntu";}
.shop-we-more-meta{ padding:10px 0; display:inline-block; width:100%}
.shop-we-more-meta > span { margin-right:8px;}
.shop-we-more-meta span i{ margin-right:5px} .we-search-form input.form-control:-ms-input-placeholder { font-weight:100;
font-family: 'Source Sans Pro', sans-serif;
}
.we-search-form input.form-control:-moz-placeholder { font-weight:100;
font-family: 'Source Sans Pro', sans-serif;
}
.woo-event-toolbar,
.woo-event-toolbar .we-search-form{font-family: 'Source Sans Pro', sans-serif;}
.we-content-speaker h3,
figure.ex-modern-blog h3{ font-size:17px; text-transform:uppercase; font-weight:700; line-height:1.2;font-family: 'Source Sans Pro', sans-serif;}
.we-table-lisst .we-table,
.woo-event-toolbar button:focus{ outline:none;}
.woo-event-toolbar .we-search-form button,
.woo-event-toolbar .we-search-form .form-control,
.woo-event-toolbar .we-showdrd{ display:inline-block; padding: 6px 12px; height:37px; font-size:13px;}
.woo-event-toolbar .we-showdrd:after{ display:none}
.woo-event-toolbar .we-search-form .we-search-dropdown button{width:auto;}
.we-social-share{ float:left; width:100%; padding-bottom:15px;}
.we-social-share ul{ float:left; width:100%; margin:0}
.we-social-share ul li{ width:40px; height:40px; text-align:center; background: #FAFAFA; border:1px solid #ddd; line-height:40px; font-size:13px;}
.we-social-share ul li a{ color:#1a1a1a}
.woo-event-schedu h3{ margin-bottom:15px;}
.woo-event-schedu p i{ margin-right:9px;} .wpcf7 .we-submit input[type="submit"],
.we-infotable .bt-buy.exwt-btn{
width: 100%;
border: 0;
padding: 10px 15px;
background: #00BCD4;
font-weight: 800;
color: #ffffff;
letter-spacing: 1.5px;
text-transform: uppercase;
font-size: 14px;
border-radius: 1px;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
float: left;
transition: all .3s;
height: 40px;
}
.wpcf7 .we-submit input[type="submit"]{ width:auto;}
div.wpcf7 img.ajax-loader{margin-top: 13px; margin-left: 20px;}
div.wpcf7-response-output{ padding:10px 15px; margin-top:40px; margin-left:0;}
.we-infotable .bt-buy.exwt-btn a{ color:#fff; box-shadow:none;}
.we-infotable {
width: 400px;
display: table;
padding: 15px 0 15px 15px;
}
.wemap-details {
display: table-cell;
vertical-align:top;
}
.wemap-details h4.wemap-title{ margin-bottom:10px;}
.we-infotable .wemap-details h4.wemap-title a{font-size:17px; color:#00BCD4; text-transform:uppercase; box-shadow:none;}
.wemap-img {
display: table-cell;
padding-left:10px;
}
.wemap-img img{max-width: 100%; width:100%}
div.gm-style-iw +div{ width:15px !important; height:15px !important; border:1px solid rgba(0,0,0,.2); padding:2px;}
.wemap-details p{ margin:0; margin-bottom:5px;}
#we-map-multi .gm-style div div:last-child div:last-child div div:first-child div:nth-child(3) > div:first-child{ width:16px !important; height:11px !important;}
#we-map-multi .gm-style div div:last-child div:last-child div div:first-child div:nth-child(3) > div:last-child{
left: 10px !important;
width: 15px !important;
height: 11px !important;
}
#we-map-multi .gm-style div div:last-child div:last-child div div:first-child div:nth-child(3) > div:first-child div{transform: skewX(44.6deg) !important; }
#we-map-multi .gm-style div div:last-child div:last-child div div:first-child div:nth-child(3) > div:last-child div{ transform: skewX(-44.6deg) !important;}
#we-map-multi .gm-style div div:last-child div:last-child div div:first-child > div:nth-child(1){ border-color:transparent !important}
#we-map-multi ins{ background:transparent;} .we-table-lisst .we-table { border:1px solid #00BCD4; font-size:13px; border-radius:0;}
.we-table-lisst .we-table td {
border:0;
padding: 15px 20px;
text-align: left;
}
.we-table-lisst .we-table th {
border:0;
background-color: #00BCD4;
font-weight: bold;
color: #fff;
white-space: nowrap;
padding: 15px 20px;
text-transform:uppercase;
letter-spacing: 1.5px;
line-height:1.6;
}
.we-table-lisst .we-table td,
.we-table-lisst .we-table th{ border-right:1px solid #fff}
.we-table-lisst .we-table td:last-child,
.we-table-lisst .we-table th:last-child{ border-right:0}
.we-table-lisst .we-table tbody tr:nth-child(2n-1) {
background-color: #f5f5f5;
transition: all .125s ease-in-out;
}
.we-table-lisst .we-table tbody tr:hover { background-color: #f5f5f5;}
.we-navigation .we-alignleft,
.we-navigation .we-alignright{float:left;}
.we-table-lisst .we-table td.tb-price,
.we-table-lisst .we-table td span.amount{
color: #00BCD4;
font-weight: bold;}
.we-table-lisst .we-table td.tb-viewdetails{ width:200px; text-align:center;}
.we-table-lisst .we-table td.tb-viewdetails .exwt-btn.we-button{ float:none;} .we-pagenavi .wp-pagenavi { font-size:0; line-height:0; text-align:center; padding-top:40px; padding-bottom:10px;}
.we-pagenavi .wp-pagenavi > * { font-size:14px; line-height:1.7;}
.we-pagenavi .wp-pagenavi a, 
.we-pagenavi .wp-pagenavi span {display:inline-block; background:none; background-color:#FFFFFF; padding:6px 15px 0 15px;color:rgba(153,153,153,1.0);margin:0px 10px 10px 0;min-width:40px;min-height:40px;text-align:center; text-decoration:none; vertical-align:top; font-size:16px; font-weight:bold; border-radius:0px; transition:all .2s; border:1px solid #ddd; float:none; width:auto;}
.we-pagenavi .wp-pagenavi a:focus, 
.we-pagenavi .wp-pagenavi a:active, 
.we-pagenavi .wp-pagenavi a:visited {color:rgba(153,153,153,1.0);}
.we-pagenavi .wp-pagenavi a:hover {color:rgba(119,119,119,1.0);background-color:rgba(238,238,238,1.0);}
.we-pagenavi .wp-pagenavi a.nextpostslink, 
.we-pagenavi .wp-pagenavi a.previouspostslink { color:rgba(153,153,153,1.0);}
.we-pagenavi .wp-pagenavi a.nextpostslink {padding-left:16px;}
.we-pagenavi .wp-pagenavi a.previouspostslink { padding-left:14px;}
.we-pagenavi .wp-pagenavi span.current {color:rgba(119,119,119,1.0);background-color:#FFFFFF;}
.we-pagenavi .wp-pagenavi span.extend { color:rgba(153,153,153,1.0); background:none; background-color:transparent; padding:6px 0px 0 0px; margin-right:10px; margin-left:0; border:none; }
.we-table-lisst.table-style-1 .we-table { border:0}
.we-table-lisst.table-style-1 .we-table tr > td {border-bottom: 1px dashed rgba(0, 0, 0, 0.15); border-top:0}
.we-table-lisst.table-style-2 .we-table td,
.we-table-lisst.table-style-1 .we-table td{ border-top:1px solid #fff; vertical-align:middle;}
.we-table-lisst.table-style-2 .we-table tr:first-child td{ border-top:0;}
.we-table-lisst.table-style-2 .we-table .we-first-row{ width:100px;; text-align:center; padding:15px 5px;background-color: #00BCD4;}
.we-table-lisst.table-style-2 .we-table .we-first-row span{ display:block; color:#FFFFFF;}
.we-table-lisst.table-style-2 .we-table .we-first-row .tb2-month{letter-spacing: 1.5px; font-weight:bold; text-transform:uppercase;}
.we-table-lisst.table-style-2 .we-table .we-first-row .tb2-day{ font-size:40px; line-height:1; font-weight:bold;}
.we-table-lisst.table-style-2 .we-table .we-first-row .tb2-day.tb-small{ font-size:28px;}
.we-table-lisst .we-table td h3{letter-spacing: 1.5px; font-weight:bold; text-transform:uppercase; font-size:13px;}
.we-table-lisst .we-table td h3 a{ box-shadow:none; color:#1a1a1a;}
.we-table-lisst .we-table td .tb-meta span.amount,
.we-table .tb-meta span{color:#666;}
.we-table .tb-meta i{ margin-right:5px;}
.we-table .tb-meta{ margin-right:10px; color:#666;} .we-grid-shortcode .item-post-n { padding: 10px; float: left; display: inline-block; box-sizing:border-box;}
.we-grid-shortcode .grid-row, .we-grid-shortcode{ float:left; display:inline-block; width:100%;}
.we-grid-shortcode figure.ex-modern-blog {
position: relative;
float: left;
overflow: hidden;
min-width: 100px;
width: 100%;
color: #000000;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
margin: 0;
}
.we-grid-shortcode figure.ex-modern-blog * {
box-sizing: border-box;
transition: all 0.3s ease;
}
.we-grid-shortcode figure.ex-modern-blog .image { min-height: 40px; position:relative;}
.we-grid-shortcode figure.ex-modern-blog img { max-width: 100%; vertical-align: top; position: relative;}
.we-grid-shortcode figure.ex-modern-blog figcaption {
margin: -40px 15px 0;
padding: 15px ;
position: relative;
background-color: #ffffff;
}
.we-grid-shortcode figure.ex-modern-blog .date {
background-color: #00BCD4;
top: 15px;
color: #fff;
left: 15px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
.we-grid-shortcode figure.ex-modern-blog .date span { display: block; line-height: 24px;}
.we-grid-shortcode figure.ex-modern-blog .date .month { font-size: 14px; background-color: rgba(0, 0, 0, 0.1);}
.we-grid-shortcode figure.ex-modern-blog h3, .we-grid-shortcode figure.ex-modern-blog p { margin: 0; padding: 0;}
.we-grid-shortcode:not(.gr-classic) figure.ex-modern-blog h3 {
min-height: 50px;
margin-bottom: 10px;
margin-left: 60px;
margin-top:-3px;
display: inline-block; width:auto;
}
.we-grid-shortcode figure.ex-modern-blog h3 a{ box-shadow:none;}
.we-grid-shortcode figure.ex-modern-blog .grid-excerpt {
margin-bottom: 20px;
font-size:13px;
border-top:1px dashed rgba(0, 0, 0, 0.15);
margin-top:15px;
padding-top:15px;
}
.we-grid-shortcode figure.ex-modern-blog .ex-social-share {
padding: 0 20px;
background-color: #00BCD4;
}
.we-grid-shortcode figure.ex-modern-blog .ex-social-share ul{ margin:0; height:40px; line-height:38px;}
.we-grid-shortcode figure.ex-modern-blog .ex-social-share ul li{
list-style: none;
display: inline-block;
font-size: 20px;
padding: 0 10px;
float:none;
display:none;
margin-right:0;
margin-bottom:0;
}
.we-grid-shortcode figure.ex-modern-blog .ex-social-share ul li a{ box-shadow:none; font-size:14px; font-weight:normal; color: rgba(255, 255, 255, 0.7); transition:all .2s}
.we-grid-shortcode figure.ex-modern-blog .ex-social-share ul li a:hover{ color: rgba(255, 255, 255, 1)}
.we-grid-shortcode figure.ex-modern-blog .ex-social-share ul li.facebook,
.we-grid-shortcode figure.ex-modern-blog .ex-social-share ul li.twitter,
.we-grid-shortcode figure.ex-modern-blog .ex-social-share ul li.linkedin,
.we-grid-shortcode figure.ex-modern-blog .ex-social-share ul li.google-plus{ display:inline-block;}
.we-grid-shortcode:not(.gr-classic) figure.ex-modern-blog:hover img{ -webkit-transform: scale(1.15); transform: scale(1.15);}
.we-grid-shortcode figure.ex-modern-blog h3 a{ color:#000000}
.we-grid-shortcode figure.ex-modern-blog .we-more-meta {border-top:1px dashed rgba(0, 0, 0, 0.15);
margin-top:15px;
padding-top:15px;}
.we-grid-shortcode figure.ex-modern-blog .we-more-meta > span{ margin-right:8px;}
.we-grid-shortcode figure.ex-modern-blog .we-more-meta span{ color: #666;
font-size: 12px;
font-weight: bold;
font-family: "Ubuntu";
text-transform:;
}
.we-grid-shortcode figure.ex-modern-blog .we-more-meta span i { margin-right:5px;}
.we-grid-shortcode.we-grid-column-1  figure.ex-modern-blog figcaption{ padding:0; padding-left:30px}
.we-grid-shortcode.we-grid-column-1 .item-post-n .image{ float:left; width:30%;}
.we-grid-shortcode.we-grid-column-1 .item-post-n .grid-content{ float:left; width:70%;}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog h3{ display:block; width:100%; min-height:auto; margin:0; margin-top:-3px;}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog figcaption{ margin:0;}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog{ border:0; box-shadow:none; background:transparent}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog .date{ left:-65px;}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog .we-more-meta{ border-top:0; padding-top:0;}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog .ex-social-share{ background:transparent; text-align:left;}
.we-grid-shortcode:not(.we-grid-column-1) .item-post-n .grid-content,
.we-carousel.we-grid-shortcode .item-post-n .grid-content{ background:#FFFFFF;}
.we-grid-shortcode.we-grid-column-1 .item-post-n .grid-content figcaption{ background:transparent;}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog .ex-social-share ul li a{ background:#00BCD4; color:#FFFFFF;
height: 40px;
width: 40px;
line-height: 40px;
float: left;
text-align: center;
}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog .ex-social-share ul li a i{ line-height:inherit;}
.we-grid-shortcode.we-grid-column-1 .item-post-n{width: 100%;}
@media screen and (min-width: 991px) {
.we-grid-shortcode .item-post-n{width: 33.3333333%;}
.we-grid-shortcode.we-grid-column-2 .item-post-n{width: 50%;}
.we-grid-shortcode.we-grid-column-4 .item-post-n{width: 25%;}
.we-grid-shortcode.we-grid-column-5 .item-post-n{width: 20%;}
.we-grid-shortcode.we-grid-column-6 .item-post-n{width: 16.666666666%;}
}
@media screen and (max-width: 990px) {
.we-grid-shortcode:not(.we-grid-column-1) .item-post-n{width: 50%;}
} .we-hidden-screen{ display:none}
.speaker-info .exwt-col6 .media{ margin-bottom:20px;}
.woo-event-info .exwt-row.speaker-info{ margin-bottom:0}
@media screen and (max-width: 620px) {
.we-hidden-screen{ display:table;}
.we-mb-hide{ display:none;}
.we-table thead tr th:first-child{ width:40%;}
}
@media screen and (max-width: 480px) {
.we-grid-shortcode:not(.we-grid-column-1) .item-post-n{width:100%;}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog figcaption {padding: 0 30px;}
.we-grid-shortcode.we-grid-column-1:not(.gr-classic) figure.ex-modern-blog .date {left: 30px;top: -100px;}
.we-grid-shortcode.we-grid-column-1 .item-post-n .image,
.we-grid-shortcode.we-grid-column-1 .item-post-n .grid-content{ width:100%;}
.we-grid-shortcode.we-grid-column-1 .item-post-n .image{ margin-bottom:30px;}
.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog{ box-shadow:0 0 5px rgba(0, 0, 0, 0.15); padding-bottom:15px;}
body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product{ width:100%; margin-right:0}
} .ex-loadmore{ display:block; float:left; width:100%; text-align:center; margin:30px 0;}
.we-grid-shortcode .ex-loadmore{padding-top:30px; border-top:1px solid rgba(0, 0, 0, 0.15)}
.ex-loadmore .loadmore-grid{ padding:10px 18px; font-size:13px; text-transform:uppercase; transition:all .3s; line-height:1.7em; padding-top:11px; display:inline-block; text-decoration:none; float:none;}
.ex-loadmore .loadmore-grid:focus{ outline:none; box-shadow:none;}
.ex-loadmore .loadmore-grid:hover{ background:#000000;color:#fff; text-decoration:none} .ex-loadmore .loadmore-grid.disable-click{pointer-events: none;}
.ex-loadmore .loadmore-grid span:not(.load-text){
width: 4px;
height: 4px;
border-radius:50%;
background-color: #FFFFFF;
display: inline-block;
vertical-align: middle;
}
.ex-loadmore .loadmore-grid.loading span:not(.load-text){display: inline-block;}
.ex-loadmore .loadmore-grid span:not(.load-text):nth-child(2){margin-left:10px;}
.ex-loadmore .loadmore-grid.loading span:not(.load-text):nth-child(2) {animation: loading_ef 0.5s ease-in-out 0.2s infinite alternate; -webkit-animation: loading_ef 0.5s ease-in-out 0.2s infinite alternate;}
.ex-loadmore .loadmore-grid.loading span:not(.load-text):nth-child(3) {animation: loading_ef 0.5s ease-in-out 0.35s infinite alternate; -webkit-animation: loading_ef 0.5s ease-in-out 0.35s infinite alternate;}
.ex-loadmore .loadmore-grid.loading span:not(.load-text):nth-child(4) {animation: loading_ef 0.5s ease-in-out 0.5s infinite alternate; -webkit-animation: loading_ef 0.5s ease-in-out 0.5s infinite alternate;}
@keyframes loading_ef {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes loading_ef {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.grid-container .grid-row.de-active{ opacity:0; transition: all .2s}
.grid-container .grid-row.de-active.active{ opacity:1}
.we-table-lisst .tb-load-item.de-active{ opacity:0; transition: all .2s}
.we-table-lisst  .tb-load-item.de-active.active{ opacity:1} .alert-warning.event-info{ border-radius:1px; margin-bottom:30px;}
.alert-warning.event-info i{ margin-right:10px;} .we-carousel.we-grid-shortcode{ margin-bottom:20px}
.we-carousel.we-grid-shortcode.we-grid-column-1 .item-post-n .ex-modern-blog{box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);}
.we-carousel.we-grid-shortcode.we-grid-column-1 .item-post-n .grid-content,
.we-carousel.we-grid-shortcode.we-grid-column-1 .item-post-n .image{ width:100%;}
.we-carousel.we-grid-shortcode.we-grid-column-1 .item-post-n .image{ min-height:100px; margin-bottom:0px;}
.we-carousel.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog .date{left: 0; top:-100px}
.we-carousel.we-grid-shortcode figure.ex-modern-blog .ex-social-share,
.we-carousel.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog figcaption{ padding:0}
.we-carousel.we-grid-shortcode.we-grid-column-1 .item-post-n .grid-content{ padding:30px;}
.we-carousel.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog h3{
overflow:hidden;
display:inline-block;
text-overflow: ellipsis;
white-space: nowrap;
}
.we-carousel .is-carousel .exl-buttons {
position: absolute;
top: 35%;
left: -10px;
right: -10px;
height: 0;
}
.we-carousel .is-carousel.exl-theme .exl-controls .exl-prev, .we-carousel .is-carousel.exl-theme .exl-controls .exl-next {
float: left;
background: rgba(0,0,0,.3);
width: 50px;
height: 50px;
padding: 0 4px 0 0;
margin: 0;
line-height: 49px;
border-radius: 0px;
font-size: 32px;
opacity: 0;
transform: translateX(-30px);
-webkit-transform: translateX(-30px);
transition: all .3s ease;
}
.we-carousel .is-carousel.exl-theme .exl-controls .exl-next {
float: right;
padding: 0 0 0 4px;
transform: translateX(30px);
-webkit-transform: translateX(30px);
}
.we-carousel .is-carousel.exl-theme:hover .exl-controls .exl-next, .we-carousel .is-carousel.exl-theme:hover .exl-controls .exl-prev {
transform: translateX(0);
-webkit-transform: translateX(0);
opacity: 1;
}
.we-carousel .is-carousel.exl-theme .exl-controls .exl-prev:hover, .we-carousel .is-carousel.exl-theme .exl-controls .exl-next:hover {
background: rgba(0,0,0,.75);
} .we-latest-events-widget .item,
.widget.we-latest-events-widget .item{
margin-left: -7.5px;
margin-right: -7.5px;
margin-bottom:20px
}
.we-latest-events-widget .item:last-child,
.widget.we-latest-events-widget .item:last-child{ margin-bottom:0}
.we-latest-events-widget .item > *,
.widget.we-latest-events-widget .item > *{
padding-left: 7.5px;
padding-right: 7.5px;
}
.we-latest-events-widget .thumb.item-thumbnail,
.widget.we-latest-events-widget .thumb.item-thumbnail{width:90px; float:left; position:relative}
.we-latest-events-widget .thumb + .event-details,
.widget.we-latest-events-widget .thumb + .event-details{
width: -webkit-calc(100% - 90px);
width: -ms-calc(100% - 90px);
width: -moz-calc(100% - 90px);
width: -o-calc(100% - 90px);
float:left;
}
.we-latest-events-widget .event-details *,
.widget.we-latest-events-widget .event-details *{ font-size:13px;
transition: all 0.3s ease;
}
.we-latest-events-widget .event-details h3,
.widget.we-latest-events-widget .event-details h3{ line-height:1; margin-top:0; margin-bottom:7px; text-transform:uppercase;}
.we-latest-events-widget .event-details i,
.widget.we-latest-events-widget .event-details i{ margin-right:7px;}
.we-latest-events-widget .event-details span,
.widget.we-latest-events-widget .event-details span{
color: #666;
font-size: 13px;
}
.we-latest-events-widget .thumb .item-thumbnail,
.widget.we-latest-events-widget .thumb .item-thumbnail{ position:relative; overflow:hidden;}
.we-latest-events-widget .thumb.item-thumbnail .item-evprice,
.widget.we-latest-events-widget .thumb.item-thumbnail .item-evprice{ position: absolute; bottom:0; width:100%; text-align:center; background:#00BCD4; padding:5px; color:#FFFFFF; font-weight:bold; line-height:1}
.we-latest-events-widget .thumb .item-thumbnail:hover .bg-overlay,
.widget.we-latest-events-widget .thumb .item-thumbnail:hover .bg-overlay{ background-color:rgba(0,0,0,0);}
.bg-overlay{
position:absolute;
transition:all .3s;
top:0;
bottom:0;
left:0;
right:0;
background-color:rgba(0,0,0,.3)
} .shop-we-stdate span.month{font-size: 15px;line-height: 28px;}
.shop-we-stdate span.day{font-size: 26px;line-height: 35px;font-weight: bold;}
.woo-event-toolbar .exwt-col8{ transition:all .2s}
.remove-view-tb .woo-event-toolbar .exwt-col8{ width:100%}
.remove-view-tb .woo-event-toolbar .exwt-col4{ display:none} .we-dropdown-select {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 2px;
box-shadow: none;
}
.we-dropdown-select > li > a {
display: block;
padding: 7px 15px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
box-shadow:none;
}
.we-dropdown-select > li > a:hover,
.we-dropdown-select > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.open> .we-dropdown-select {display: block;}
.we-showdrd{ text-transform:none;}
.wooevent-search .form-control,
.woo-event-toolbar .we-search-form input.form-control{ border-radius:0; margin:0; width:100%;}
.we-social-share ul { list-style:none;}
.woocommerce table.my_account_orders .order-actions .button.invoice {
white-space: normal;
text-align: center;
} .qtip h4{ line-height: 1.2; margin:0;} .we-custom-meta-info span.we-sub-lb{ display:block;}
.we-custom-meta-info{ margin-top:25px; margin-bottom:12px; padding-bottom:10px; border-bottom: 1px dashed rgba(0, 0, 0, 0.15);}
.we-custom-meta-info .we-sub-ct{ display:block; margin-top:10px; margin-bottom:10px;}
.speaker-event-list .we-mb-hide{ display:none;}
.we-content-speaker.spk-list .we-info-sp .speaker-details span{ display:block;}
.we-calendar a .fc-title {
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
line-height: 1;
margin-top: 3px;
}
.woocommerce div.product form.cart div.quantity.buttons_added input[type=number]{-moz-appearance:textfield;}
.wpcf7 .we-submit .wpcf7-form-control-wrap .wpcf7-recaptcha{ margin-bottom:25px;}
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-subtotal{text-align:center; white-space:nowrap} .event-sponsors{ margin-left:-10px; margin-right:-10px;}
.event-sponsors .item-sponsor{  padding-left:10px; padding-right:10px; padding-bottom:1px;}
.event-sponsors .is-carousel .exl-controls{ margin:0;}
.event-sponsors .is-carousel .exl-controls .exl-buttons > div{ position:absolute; top:50%; padding:0; margin:0; height:17px; width:17px; height: 20px; width: 20px; line-height: 19px; margin-top:-10px; text-align: center; opacity:1;}
.event-sponsors .is-carousel .exl-controls .exl-buttons{ width:100%; opacity:0; transition: all .3s;}
.event-sponsors:hover .is-carousel .exl-controls .exl-buttons{opacity:1}
.event-sponsors .is-carousel .exl-controls .exl-prev{ left:15px;}
.event-sponsors .is-carousel .exl-controls .exl-next{ right:15px; left:auto;}
.fc-day-grid-container.fc-scroller{ height:100% !important; overflow:visible !important;} .we-latest-events-widget .item .we-big-date,
.widget.we-latest-events-widget .item .we-big-date{ width:65px; display:inline-block;}
.we-latest-events-widget .item .we-big-date > div{border:0; background: #00BCD4; border-radius:1px; padding:0 8px; box-shadow: 2px 2px 2px rgba(0,0,0,.2);}
.we-latest-events-widget .we-big-date + .event-details{
width: -webkit-calc(100% - 65px);
width: -ms-calc(100% - 65px);
width: -moz-calc(100% - 65px);
width: -o-calc(100% - 65px);
display:inline-block;
vertical-align:top;	
}
.we-latest-events-widget .item .we-big-date span{ display:block; width:100%; text-align:center; font-size:15px; text-transform: uppercase; font-weight:bold; color:#FFFFFF; line-height:1.7; white-space:nowrap;}
.we-latest-events-widget .item .we-big-date span:first-child{ border-bottom:2px solid #fff;}
.we-latest-events-widget .modern .event-details h3 a{ font-size:15px;}
.we-latest-events-widget .event-details h3{ line-height:1;}
.we-latest-events-widget .modern .item:after{ content:""; position:relative; float:left;
width: -webkit-calc(100% - 20px);
width: -ms-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: -o-calc(100% - 20px);
height: 1px; background:rgba(0, 0, 0, 0.1);
margin: 20px 10px 20px 10px;
}
.we-latest-events-widget .modern .item:last-child:after{ display:none;}
.we-countdonw.list-countdown.style-modern .we-evcount{ background-position:center center; background-repeat:no-repeat; background-size:cover; padding:0; border-bottom:0; text-align:center;}
.we-countdonw.list-countdown.style-modern .cd-title a{ font-size:20px; line-height:1.2; padding-top:5px; padding-bottom:13px; text-transform:capitalize;}
.we-countdonw.list-countdown.style-modern .we-evcount *,
.we-countdonw.list-countdown.style-modern .cd-title a{ color:#fff}
.we-countdonw.list-countdown.style-modern .cd-number{ background: rgba(255,255,255,.25) !important;}
.we-countdonw.list-countdown.style-modern .bg-gra{ padding:15px 20px; display:inline-block; width:100%; float:left;
background: -webkit-gradient(linear, bottom bottom, top top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(60%,rgba(0,0,0,0))), rgba(0,0,0,0.3);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%), rgba(0,0,0,0.3);
background: -ms-linear-gradient(0deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%), rgba(0,0,0,0.3);
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%), rgba(0,0,0,0.3);
}
.we-countdonw.list-countdown.style-modern .we-evcount .cd-item{ margin-right:10px;}
.we-countdonw.list-countdown.style-modern .we-evcount .cd-item .cd-number{ padding:6px; margin:0; display:inline-block}
.we-countdonw.list-countdown.style-modern .we-evcount .cd-item:last-child,
.we-countdonw.list-countdown.style-modern .we-evcount .cd-item .cd-number:last-child{ margin:0;}
.we-countdonw.list-countdown.style-modern .we-coundown-item{ display:inline-block;}
.we-countdonw.list-countdown.style-modern .cd-title{ display:inline-block; width:100%;}
.we-countdonw.list-countdown.style-modern .cd-title:after{ display:inline-block; margin-bottom:15px; content:""; width:50px; height:2px; background:#FFFFFF;} .we-grid-shortcode.submit-list figure.ex-modern-blog img{ width:100%; height:auto}
.we-grid-shortcode.submit-list figure.ex-modern-blog h3 a > span{ color:red;}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed{ border-width:0;}
.we-submit p+.wpcf7-form-control-wrap.event-cat{ margin-top:-15px;}
.wpcf7-form-control-wrap.event-cat{
padding: 10px 15px;
border: 1px solid #d0d0d0;
margin-bottom: 25px;
background: rgba(208, 208, 208, 0.15);
}
.wpcf7 .we-submit input[name="we-event-color"]{ width:120px; text-align:center;} .we-latest-events-widget .we-big-date + .event-details,
.widget.we-latest-events-widget .we-big-date + .event-details{ width: calc(100% - 65px);}
.we-latest-events-widget .modern .item{margin-bottom: 0; display: inline-block;}
.we-latest-events-widget .thumb + .event-details{width: calc(100% - 90px);} form .gr-product .form-row.we-ct-class{ width:50%; clear:none; display:inline-block; box-sizing:border-box;}
.user_checkout_field{ margin-top: 20px;}
.we-table-lisst.table-style-2.table-style-3 .we-table .we-first-row,
.we-table-lisst.table-style-2.table-style-3 .we-table td.tb-viewdetails .exwt-btn.we-button{background: #888888; border-radius:0;}
.we-table-lisst.table-style-2.table-style-3 .we-table{ border-color:#eee;}
.we-table-lisst.table-style-2.table-style-3 .we-table td.tb-viewdetails .exwt-btn.we-button,
.we-table-lisst.table-style-2.table-style-3 .we-table .we-first-row{border-left:10px solid #00BCD4;}
.we-table-lisst.table-style-2 .we-table .tb-meta-cat{border-left:3px solid #00BCD4; padding-left:5px;}
.we-table-lisst.table-style-2 .we-table .tb-meta-cat a{ color:#666; text-decoration:none; box-shadow:none;} .we-filter-expand {
height: 0;
overflow: hidden;
float: left;
width: 100%;
opacity: 0;
display: block;
padding: 0;
margin: 0;
transition: all ease-out .3s;
}
.we-filter-expand.active { height: auto; opacity: 1;}
.we-search-form{ font-size:13px;}
.we-search-shortcode .we-filter-expand.exwt-row{ margin-left: -15px; margin-right: -15px; float:none; width:auto;}
.we-search-shortcode .we-filter-expand > div > span { display:block; margin-top:20px; margin-bottom:7px;}
.we-search-shortcode .we-filter-expand > div > select{ padding:6px 12px; width:100%; border:1px solid rgba(0, 0, 0, 0.15); height:37px; font-family: inherit; font-size: inherit; outline:none;}
.widget .we-search-shortcode .we-filter-expand.exwt-row div.exwt-col-sm4{ width:100%;}
.widget .we-search-shortcode .search-lb{ display:none;}
.widget .we-search-shortcode{ padding:0; box-shadow:none; margin:0; background-color:transparent;}
.wpcf7-form-control-wrap.we-enddate + .we-endtime,
.wpcf7-form-control-wrap.we-startdate + .we-starttime{ margin-left:5px;}
.wpcf7-form-control-wrap.we-endtime input + span,
.wpcf7-form-control-wrap.we-starttime input + span,
.wpcf7-form-control-wrap.we-enddate  input + span,
.wpcf7-form-control-wrap.we-startdate  input + span{ margin:0 10px; display: inline-block;}
.we-calendar button .fa{color: #333333;}
.image .info-cat{ display:none}
.we-search-shortcode .we-viewas.vs_search{ position:relative;}
.we-search-shortcode .we-viewas.vs_search button.we-showdrd{
text-align: left;
border-radius: 2px;
width: 100%;
border: 1px solid #ddd;
font-size: 13px;
background: #FFFFFF;
}
.we-search-shortcode .we-viewas.vs_search .we-dropdown-select{ width:100%;}
.we-search-shortcode .we-viewas.vs_search .lb-sp { margin-bottom: 10px; float: left; width: 100%; font-size:13px;}
.we-search-shortcode .we-viewas.vs_search .icon-arr { line-height: 20px; float: right;}
.woocommerce-checkout form .gr-product .form-row.we-ct-class{ width:33.3333%; clear:none; display:inline-block; padding:7px;}
.woocommerce-checkout form .gr-product .w-product {margin: 0 -10px;}
.we-tooltip .tt-image img {max-width: 140px;}
div.qtip-pos-br.qtip.ex-qtip .qtip-content:before{right: 40px; left:auto}
table.we-table {width: 100%;}
.wpcf7 .we-submit input[type="text"],
.wpcf7 .we-submit textarea,
.wpcf7 .we-submit input[type="date"], .wpcf7 .we-submit input[type="number"],
.wpcf7 .we-submit select,
.wpcf7 .we-submit input[type="email"]{border:1px solid #d0d0d0; height: 40px; padding: 5px 15px; background:rgba(208, 208, 208, 0.15); color:#1A1A1A; margin-top:10px; font-size:13px; box-shadow:none; border-radius:1px; width:100%; font-family:inherit;} .woocommerce .we-navigation:before{ content:""; display: block; clear: both; visibility: hidden; height: 0;}
.woocommerce .we-navigation{ width:100%; height:40px; margin-bottom:40px;}
.woocommerce .we-navigation .next-event{ float:right}
.woocommerce .we-navigation .next-event i{ margin-left:10px;}
.woocommerce .we-navigation .previous-event i{ margin-right:10px;}
.woocommerce .we-navigation div a{padding: 10px 15px;float:left;background: #00BCD4;font-weight: bold;color: #fff;text-transform:uppercase;font-size:13px;transition:all .2s;box-shadow: 2px 2px 2px rgba(0,0,0,.2);border-radius: 2px;border:0;}
.woocommerce .we-navigation div a:hover { background:#000000;}
 .we-search-container, .we-grid-shortcode ,
.we-calendar{font-family: 'Source Sans Pro', sans-serif; font-size:13px;} .woo-event-toolbar .we-search-form input.form-control{ font-weight:normal;}
.we-search-container.loading > *:not(.we-loading),
.we-calendar.loading > *:not(.we-loading){ opacity:.5;}
.we-loading{ position: absolute; top:50%; left:50%; margin-top:-20px; margin-left:-20px; opacity:0; transition:all .3s}
.we-search-container.loading .we-loading,
.we-calendar.loading .we-loading{ opacity:1; z-index:9999}
.we-search-container.loading .we-loading .wpex-spinner,
.we-calendar.loading .we-loading .wpex-spinner{ opacity:1; visibility:visible}
.wpex-spinner {
margin:0;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
}
.wpex-spinner > div {
background-color: #00BCD4;
height: 100%;
width: 6px;
display: inline-block;	
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.wpex-spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.wpex-spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.wpex-spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.wpex-spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% { 
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}  20% { 
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.we-search-container.loading{ pointer-events: none;} .woo-event-info .exwt-row a{ word-break: break-word;} .we-content-speaker{ margin:0 auto; max-width:750px; padding:30px; font-family: 'Source Sans Pro', sans-serif;font-size:13px;}
.we-content-speaker .speaker-avatar{ text-align:center; background: #FAFAFA; border:1px solid #ddd; float:left;}
.we-content-speaker .speaker-avatar .img-spk{ max-width:100%; max-height:100%; overflow:hidden; margin:0 auto; margin-bottom:15px; }
.we-content-speaker .speaker-details p{ margin:0}
.we-content-speaker .speaker-avatar h3{ padding:10px;}
.we-content-speaker .speaker-avatar span{ font-size:12px; text-transform:uppercase;padding:0 0 10px 0; float:left; width:100%;}
.wooevent-social-share.speaker-social{ float:left; margin-top:20px;}
.wooevent-social-share.speaker-social li:last-child{ margin-right:0}
.we-content-speaker.spk-list .speaker-avatar{ background:transparent; box-shadow:none;}
.we-content-speaker.spk-list .speaker-avatar .img-spk{ margin:0;}
.we-content-speaker.spk-list .we-info-sp{ margin-bottom:30px; background: #FAFAFA;
padding: 20px 25px; border:1px solid #ddd}
.we-content-speaker.spk-list .we-info-sp .we-social-share{ margin-bottom:0;}
.we-content-speaker.spk-list .we-info-sp .speaker-details{ padding:0 0 0 0;}
.we-content-speaker.spk-list .we-info-sp .speaker-details span{ margin-top:10px; margin-bottom:15px; padding-bottom:15px; border-bottom: 1px dashed rgba(0, 0, 0, 0.15)}
.we-content-speaker.spk-single .speaker-details .speaker-title{margin-bottom:15px; padding-bottom:15px; border-bottom: 1px dashed rgba(0, 0, 0, 0.15)} .wooevent-search .we-product-search-form input,
.wooevent-search .we-product-search-form button,
.wooevent-search .exwt-btn.we-product-search-dropdown-button{ display:inline-block; font-size:13px; height:37px; border:0; background:#fff; padding:6px 12px;}
.wooevent-search .exwt-btn.we-product-search-dropdown-button:after{ display:none; } @media screen and (max-width: 930px){
.we-table-lisst.table-style-2  td.tb-viewdetails > span {
position: absolute;
bottom: 20px;
right: auto;
left: -210px;
}
.we-table-lisst.table-style-2 .we-table tr td:nth-child(2) {padding-bottom: 90px !important;}
.we-table-lisst .we-table td.tb-viewdetails {
display: table-cell;
width: 0;
padding: 0;
margin: 0;
position: relative;
}
} .ui-timepicker-wrapper,
.wpcf7 .we-submit{ font-size:13px; font-family: 'Source Sans Pro', sans-serif;}
.wpcf7 .we-submit textarea{ height:500px;}
.wpcf7 .we-submit input[type="text"].submit-date{ width:120px; text-align:center;}
.wpcf7 .we-submit input[type="text"].submit-time{ width:75px; text-align:center; font-family:inherit;}
.wpcf7 .we-submit input[type="date"]{ margin-right:20px; padding:10px 15px;}
.wpcf7 .we-submit p{ margin-bottom:25px;}
.wpcf7 .we-submit span.wpcf7-not-valid-tip{ margin-top:10px;}
.wpcf7 .we-submit select,
.datepicker-dropdown table{ width:auto;}
.datepicker.dropdown-menu{ border-radius:1px;}
.datepicker.dropdown-menu tr:not(:first-child) th, .datepicker.dropdown-menu tr:not(:first-child) td{ border-top:1px solid #eee; border-radius:0;} .we-timeline-shortcode ul li{ list-style:none; width:100%; position:relative; font-family: 'Source Sans Pro', sans-serif; font-size:13px; margin-bottom:-30px; padding-bottom:60px;}
.we-timeline-shortcode ul li:after{
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 3px;
background: #00BCD4;
left: 50%;
z-index: 1;
margin-left:-1.5px;
}
.we-timeline-shortcode ul li:first-child:after{ top:30px;}
.we-timeline-shortcode ul li:last-child:after{ display:none;}
.we-timeline-shortcode ul li .timeline-content{ margin:0; position:relative; background-color: #00BCD4; border-radius:3px;}
.we-timeline-shortcode ul li .timeline-content .tl-tdate{
padding: 15px 30px;
background: #00BCD4;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #FFFFFF;
}
.we-timeline-shortcode ul li .timeline-content .tl-tdate .tlday{font-size: 70px; float: left; line-height:0.9;
margin-top: -5px;
margin-right: 15px;
}
.we-timeline-shortcode ul li .timeline-content .tl-tdate div span{ line-height: 1.3; font-size: 24px;}
.we-timeline-shortcode ul li .timeline-content .tl-tdate div span:first-child {
display: block;
font-size: 16px;
margin-bottom: 3px;
padding-top: 3px;
}
.we-timeline-shortcode ul li .timeline-content:before{
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #00BCD4;
border-width: 12px;
top: 24px;
}
.we-timeline-shortcode ul li .timeline-content h3{ margin-bottom:10px; font-weight:700;}
.we-timeline-shortcode ul li .timeline-content a{color:#101010; text-decoration: none; box-shadow:none; font-size:17px;}
.we-timeline-shortcode ul li .tl-point{
position:absolute;
width: 14px;
height: 14px;
box-shadow: 0 0 0 2px #fff;
background-color: #00BCD4;
line-height: .3;
top: 30px;
z-index:9;
border-radius: 50%;
}
.we-timeline-shortcode .we-more-meta{ background-size: cover; color:#101010;
background-repeat: no-repeat;
background-position: center center;
}
.we-timeline-shortcode .we-more-meta .bg-inner{ padding:20px 30px;
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 55%), rgba(255,255,255,.8);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(55%,rgba(255,255,255,0))), rgba(255,255,255,.8);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 55%), rgba(255,255,255,.8);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 55%), rgba(255,255,255,.8);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 55%), rgba(255,255,255,.8);
}
.we-timeline-shortcode .we-more-meta .bg-inner > span{ margin-right:5px;}
.we-timeline-shortcode .we-more-meta .bg-inner span{ color: #323232; font-size: 12px;}
.we-timeline-shortcode .we-more-meta .bg-inner span i{ margin-right:5px;}
.we-timeline-shortcode .we-more-meta .bg-inner .timeline-excerpt{ margin-top:10px;}
.we-timeline-shortcode .tl-readmore-center{ text-align: right; padding-top:15px; padding-bottom:15px; margin:0;}
.we-timeline-shortcode .tl-readmore-center a{ text-decoration:none; box-shadow:none; color:#101010;}
@media (min-width: 768px){
.we-timeline-shortcode ul li .tl-point{ left:50%; margin-left: -8px;}
.we-timeline-shortcode ul li .timeline-content{ margin-left:55%;}
.we-timeline-shortcode ul li:nth-child(odd) .tl-readmore-center,
.we-timeline-shortcode ul li:nth-child(odd) .timeline-content{ margin-left:0; margin-right:55%;}
.we-timeline-shortcode ul li:nth-child(odd) .timeline-content:before {
left: 100%;
right: 0;
border-right-color: transparent;
border-left-color: #00BCD4;
}
}
@media (max-width: 767px){
.we-timeline-shortcode ul li{ padding-left:100px;}
.we-timeline-shortcode ul li:after{ left:50px;}
.we-timeline-shortcode ul li .tl-point{ left:42px;}
} .we-calendar.loading{ pointer-events: none;}
.widget-style .fc-basic-view .fc-body .fc-row,
.widget-style .fc-row{ min-height:40px;}
.widget-style .fc-row table{ margin-bottom: 0; height:100%; border-color: #fff; border-width: 2px;}
.widget-style .fc-row .fc-content-skeleton{ height:100%;}
.widget-style .fc-basic-view .fc-day{ position:relative;}
.widget-style.fc-ltr .fc-month-view .fc-day-top,
.widget-style .fc-month-view .fc-day{ text-align:center; vertical-align:middle;background: #f5f5f5;
border-color: #fff;
border-width:2px;
}
.we-calendar .widget-style td.fc-day-top .fc-day-number{ float:none; display: block;}
.we-calendar .widget-style .fc-row:first-child table th{background: #00bcd4; color: #fff; text-transform:uppercase; font-size:17px;}
.widget-style.fc-ltr .fc-month-view .fc-day-top.fc-today{ background:#fcf8e3;}
.we-calendar .widget-style.fc-unthemed .fc-month-view .fc-divider, 
.we-calendar .widget-style.fc-unthemed .fc-month-view .fc-popover, 
.we-calendar .widget-style.fc-unthemed .fc-month-view tbody, 
.we-calendar .widget-style.fc-unthemed .fc-month-view td, 
.we-calendar .widget-style.fc-unthemed .fc-month-view th, 
.we-calendar .widget-style.fc-unthemed .fc-month-view thead,
.we-calendar .widget-style .fc-month-view .fc-row:first-child table th{border-color: #fff; border-width: 2px;}
.widget-style .fc-day-top.hasevent,
.widget-style .fc-day.hasevent{ cursor:pointer;}
.widget .widget-style .fc-row{ min-height:40px;}
.widget .widget-style .hasevent  .fc-day-number:after{ height:6px; width:6px;}
.widget-style .fc-basic-view.fc-month-view .fc-body .fc-row table tbody + tbody,
.widget-style .fc-month-view .fc-event-container{ display:none;}
.wt-eventday:not(:empty){ margin-bottom:15px; padding:15px; border: 1px solid #ddd; background:#fff; }
.wt-eventday{ transition: height ease-in-out .3s;}
.wt-eventday.de-active{ height:0; overflow:hidden; padding:0}
.wt-eventday .day-event-details{ display: inline-block; width:100%;font-family: 'Source Sans Pro', sans-serif; margin-bottom:20px; padding-bottom: 20px; border-bottom: 2px solid #f5f5f5; box-sizing:border-box;}
.wt-eventday .day-event-details:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:0;}
.wt-eventday .day-event-details > div{ display: inline-block;}
.wt-eventday .day-event-details > div.day-ev-image{ width:85px; display:inline-block; float:left; position:relative;}
.wt-eventday .day-event-details > div.day-ev-image + div{ padding-left:20px; width: calc(100% - 85px);}
.wt-eventday .day-event-details h3 a{ color:#101010; box-shadow:none; text-decoration:none; text-transform:uppercase;font-family: 'Source Sans Pro', sans-serif; font-size:17px;}
.wt-eventday .day-event-details h3,
.wt-eventday .we-more-meta{ margin:0; padding:0; margin-bottom:10px;}
.wt-eventday .we-more-meta span{ margin-right: 10px; color:#666; }
.wt-eventday .we-more-meta span i{ margin-right:5px;}
.wt-eventday .day-event-details .ev-excerpt{
overflow: hidden;
margin-bottom:0;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
width:100%; margin-bottom:-3px;
}
.wt-eventday .day-event-details > div.day-ev-image .item-evprice {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
background: #00BCD4;
padding: 5px;
color: #FFFFFF;
font-weight: bold;
line-height: 1.3;
left:0;
}
.widget .wt-eventday .day-event-details > div.day-ev-image .item-evprice{ line-height:1;}
.wt-eventday .day-event-details > div.day-ev-image:hover .bg-overlay{background-color: rgba(0,0,0,0);}
.we-calendar .widget-style .fc-view > table{ margin-bottom:20px;}
.wt-eventday .day-event-details .day-ev-des{ width:100%;}
.widget .wt-eventday .day-event-details > div.day-ev-image{ width:80px; display:inline-block; float:left;}
.widget .wt-eventday .day-event-details > div.day-ev-image + div{ padding-left:15px; width: calc(100% - 80px);}
.widget .wt-eventday .we-more-meta span:not(.st-date),
.widget .wt-eventday .we-more-meta span.st-date span,
.widget .wt-eventday .day-event-details .ev-excerpt{ display:none;}
.widget .wt-eventday .day-event-details h3{ margin-bottom:5px;}
.widget .wt-eventday .we-more-meta{ margin-bottom:0px;}
.widget .wt-eventday .day-event-details h3 a{ font-size:13px;}
.we-calendar .fc-toolbar .fc-left h2{ line-height:1.6; margin:0;}
.widget .we-calendar .widget-style .fc-row:first-child table th{font-size: 0;}
.widget .we-calendar .widget-style .fc-row:first-child table th:first-letter{font-size: 13px;} .we-carousel.we-spekers-sc .ex-modern-blog{ text-align:center;}
.we-carousel.we-spekers-sc .ex-modern-blog .s-ctmeta{ display:block; line-height:1.7; margin-bottom:7px;}
.we-carousel.we-spekers-sc .ex-modern-blog .s-ctmeta .s-title{ font-weight:bold; margin-right:4px;}
.we-carousel.we-spekers-sc .ex-modern-blog .we-meta-info{ margin-bottom:0; padding:0;}
.we-carousel.we-car-modern.we-grid-shortcode.we-grid-column-1 .ex-modern-blog .grid-content figcaption,
.we-carousel.we-spekers-sc.we-grid-shortcode.we-grid-column-1 .ex-modern-blog .grid-content figcaption{
margin-top: -70px;
background: #fff;
padding-top:15px;
margin-bottom:-10px;
}
.we-carousel.we-car-modern .ex-modern-blog .grid-content figcaption .we-ca-title:after,
.we-carousel.we-spekers-sc .s-ttname:after{
display: block;
margin: 15px auto;
content: "";
width: 80px;
height: 2px;
background: rgba(0, 0, 0, 0.10);
}
.we-carousel.we-car-modern .ex-modern-blog .grid-content figcaption .we-ca-title,
.we-carousel.we-car-modern .ex-modern-blog .grid-content figcaption{ text-align:center; padding:0 15px;} .ct-grid{ margin-left:-10px; margin-right:-10px;}
.we-grid-shortcode.gr-classic figure.ex-modern-blog h3,
.we-grid-shortcode.gr-classic figure.ex-modern-blog figcaption .shop-we-more-meta{ padding:0; padding-bottom:15px;}
.we-grid-shortcode.gr-classic figure.ex-modern-blog h3 + a{ margin:5px 0; box-shadow:none;}
.we-grid-shortcode.gr-classic:not(.we-grid-column-1) figure.ex-modern-blog figcaption{ margin:0; padding:25px;}
.we-grid-shortcode.gr-classic figure.ex-modern-blog .grid-excerpt{ margin-top:0;}
.we-grid-shortcode.gr-classic figure.ex-modern-blog .image { min-height: 100px; }  .we-calendar .weical-bt { display:block; text-align:right; margin-bottom:25px;}
.we-calendar .weical-bt .exwt-btn-primary{ float:none;}
.we-table-lisst .we-table td h3{ margin-bottom:15px;} .we-subtitle,
.we-timeline-shortcode .we-more-meta .bg-inner .we-subtitle > span,
.we-subtitle > span{ font-size: 12px; color: #b6b6b6; line-height: 15px; display: block; font-weight: normal; text-transform: capitalize;}
.we-table-lisst .we-table td h3 + .we-subtitle{ margin-top: -10px; margin-bottom: 15px;}
.we-table-lisst .we-table td .we-subtitle + .tb-spk{ margin-top: -10px; }
h4.wemap-title .we-subtitle,
.we-tooltip-content .we-subtitle,
.we-grid-shortcode figure.ex-modern-blog h3 .we-subtitle {margin-top: 5px;}
.we-countdonw.list-countdown.style-modern .cd-title a + .we-subtitle{ margin-bottom: 7px;} .we-calendar .fc-toolbar { padding: 15px 20px; background: #f5f5f5; border: 1px solid #ddd;}
.we-calendar #calendar .fc-toolbar h2 { padding: 0; margin: 0; line-height: 1.7; font-size: 17px; text-transform: uppercase;}
.we-calendar .fc-toolbar button {background: #fff; box-shadow: none; border: 1px solid #ddd; margin-right: 2px;font-weight: 400; text-transform: capitalize;}
.we-calendar .fc-toolbar button:last-child{ margin-right:0;}
.we-calendar .fc-toolbar .fc-center{ padding: 0 20px;}
.we-calendar .fc-toolbar button.fc-state-active,
.we-calendar .fc-toolbar button:hover {background: #00BCD4; color:#FFFFFF;}
.we-calendar .fc-view-container{ margin-bottom:25px;}
.we-calendar-filter > div {display: inline-block; padding-right:5px;}
.we-calendar-filter{ display: inline-block; margin: 0 0 15px; vertical-align: top; max-width:100%;}
.we-calendar-filter select {height: 30px;padding: 3px 7px; color: #101010; max-width: 130px; border: 1px solid #ddd; font-size: inherit; font-family: inherit; margin:0; margin-bottom:5px;}
#calendar .we-calendar-filter > div > select{ padding: 3px 7px; }
.weical-bt .exwt-btn.we-button { text-transform: capitalize; line-height: 1.2; letter-spacing: inherit; padding-top: 11px; font-weight:400;}
.we-calendar .fc-state-default.fc-corner-right {border-top-right-radius: 3px; border-bottom-right-radius: 3px;}
.we-calendar .fc-state-default.fc-corner-left { border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.we-calendar .fc-list-view .fc-list-item-title a {color: #101010; box-shadow:none;}
.we-calendar .fc-list-view .fc-list-item > td{ border-bottom:1px solid #DDDDDD; padding:8px 15px;}
.we-calendar.modern-style .fc-view > table {border: 1px solid #ddd; border-collapse: separate;}
.we-calendar .fc .fc-list-table{ border:0;}
@media(max-width:767px){
.we-calendar-filter > div {max-width: 100%; width:50%; float:left;}
.we-calendar-filter select{ width:100%; max-width:100%;}
.we-calendar-filter > div:nth-child(2n){ padding-right:0;}
.we-calendar .fc-toolbar .fc-left,
.we-calendar .fc-toolbar .fc-right{ float:none;}
}
@media (min-width: 767px){
.we-calendar a .fc-title{ white-space:normal;}
}
.wooevent-social-share li.whatsapp{ display:none;}
@media (pointer:coarse) { 
.wooevent-social-share li.whatsapp{ display:block;}
} .we-search-form .exwt-input-group{border: 1px solid #ddd;}
.wooevent-search .exwt-btn.we-product-search-dropdown-button,
.woo-event-toolbar .we-search-form .we-search-dropdown button.we-search-dropdown-button{ border-right:1px solid #DDDDDD; border-radius: 0;}
.woo-event-toolbar + .we-view-as-s{ margin-top:25px;}
.woo-event-toolbar .we-search-form .we-filter-expand.active{ overflow:visible;}
.woo-event-toolbar .we-search-form .we-filter-expand .exwt-input-group-btn{ text-align:right; padding: 20px 15px 0 15px;}
.woo-event-toolbar .we-search-form .we-filter-expand .we-search-submit{
background: #00BCD4;
border-radius: 1px;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
color:#FFFFFF;
} .we-venues-sc{ margin:0 -5px;}
.we-venues-sc .item-venue{ position:relative; transition: all 0.3s ease; padding: 5px; display:inline-block; vertical-align: top;}
.we-venues-sc.we-column-2 .item-venue{ width:50%;}
.we-venues-sc.we-column-3 .item-venue{ width:33.3333%;}
.we-venues-sc.we-column-4 .item-venue{ width:25%; }
.we-venues-sc.we-column-5 .item-venue{ width:20%; }
.we-venues-sc .item-venue *{transition: all 0.3s ease;}
.we-venues-sc .vn-info{
position: absolute;
text-align: center;
width: 100%;
top: 50%; height:95px; margin-top:-43px;
}
.we-venues-sc .vn-info span{padding:10px 25px; display:block; color:#FFFFFF;
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%; vertical-align: top; line-height: 1; font-size:13px;
}
.we-venues-sc .vn-info span a{color: inherit; box-shadow:none; text-decoration:none;}
.we-venues-sc .vn-info span.vn-title{font-size: 20px; position:relative; padding-bottom: 12px; text-transform: capitalize;}
.we-venues-sc .vn-info span.vn-title:after{ position:absolute; top:auto; bottom:0; left:50%; margin-left:-25px; content:""; width:50px; height:2px; background:#FFFFFF;}
.webg-grad{
top: 0; left: 0; bottom: 0; right: 0;
position: absolute;
background: -webkit-gradient(linear, bottom bottom, top top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(60%,rgba(0,0,0,0))), rgba(0,0,0,0.3);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%), rgba(0,0,0,0.3);
background: -ms-linear-gradient(0deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%), rgba(0,0,0,0.3);
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%), rgba(0,0,0,0.3);
}
.we-venues-sc .we-contai{ margin:0; overflow: hidden; position:relative;}
.we-venues-sc .item-venue:hover img {-webkit-transform: scale(1.15);transform: scale(1.15);}
.we-venues-sc.venue-style-2 .vn-info{ top:auto; bottom:15px; height:auto; text-align:left;}
.we-venues-sc.venue-style-2 .vn-info span.vn-title:after{ display:none}
.we-venues-sc.venue-style-2 .vn-info span{ padding:5px 25px;}
.we-venues-sc.venue-style-3 .vn-info span a:before ,
.we-venues-sc.venue-style-2 .vn-info span a:before {content: "\f041 ";font-family: "FontAwesome"; margin-right: 7px; margin-top:0;}
.we-venues-sc.venue-style-3 .vn-info {height: auto;bottom: 0;top: auto;text-align: left; background: rgba(0,0,0,.3);}
.we-venues-sc.venue-style-3 .vn-info span.vn-title{ padding-right:0;}
.we-venues-sc.venue-style-3 .vn-info span.vn-title:after{ display:none}
.we-venues-sc.venue-style-3 .vn-info span {display: inline-block;width: auto;text-align: left;}
.we-venues-sc.venue-style-3 .vn-info .vn-events{text-align: right; float: right; padding:15px 25px;}
.we-venues-sc.venue-style-3 .vn-info .vn-events:after{ content: "\f105";font-family: "FontAwesome"; margin-left:7px;}
.we-venues-sc.venue-style-2 .vn-info span.vn-title,
.we-venues-sc.venue-style-3 .vn-info span.vn-title{ color:#00bcd4}
.woocommerce-we-onsale{
border-radius: 0;
background: rgba(255, 0, 0, 1);
position: absolute;
top: 25px;
left: -10px;
border-radius: 0;
line-height: 1;
min-height: auto;
min-width: auto;
padding: 7px 13px;
font-size: 13px;
color: #FFFFFF;
z-index: 9;
box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.woocommerce-we-onsale:before {
content: '';
position: absolute;
border-style: solid;
border-color: transparent;
bottom: -10px;
border-width: 0 10px 10px 0;
border-right-color: #9c0000;
left: 0;
} .we-carousel.we-grid-shortcode figure.ex-modern-blog .we-more-meta{ margin-top:0;}
span#we-schedule {
font-size: inherit;
line-height: 26px;
cursor: pointer;
border-radius: 2px;
color: #555;
border: 1px solid #ccc;
background: #f7f7f7;
vertical-align: top;
font-weight: inherit;
text-transform: capitalize;
margin-top:7px;
font-family:inherit;
display: inline-block;
padding: 6px 15px;
line-height: 1;
}
.we-carousel.we-car-modern.we-grid-column-1 figure.ex-modern-blog .gr-withbg .date{ left:auto; right:0; }
.gr-withbg .shop-we-stdate{ right:25px; left:auto;}
.table-lv-sort .r-search {
padding: 10px 15px;
float: right; margin: 15px 0;
background: #fafafa;
border: 1px solid #eee;
}
.table-lv-sort th.we-sort {
cursor: pointer;
text-align:left;
}
.table-lv-sort th.we-sort  > i{ float:right;}
.table-lv-sort th.we-sort.s-ascending  > i.fa-sort:before{ content:"\f0de";}
.table-lv-sort th.we-sort.s-descending  > i.fa-sort:before{ content:"\f0dd";}
.table-lv-sort .r-search > * {
display: inline-block;
width: auto;
font-family: inherit;
font-size: 13px;
}
.table-lv-sort .r-search label{ margin-right:15px;}
.table-lv-sort .r-search input{height: 37px; line-height: 1; border: 1px solid #ddd; background: #fff; height: 37px; padding: 6px 12px; border-radius: 0;} .we-ajax-dfrs.loading {opacity: .7;}
.we-ajax-pagination{ margin-top:30px;}
.we-ajax-pagination ul{text-align: center;}
.we-ajax-pagination ul li{ list-style:none; width:auto; display: inline-block;}
.we-ajax-pagination ul li a,
.we-ajax-pagination ul li span{
display: inline-block;
background-color: #FFFFFF;
padding: 5px 11px;
color: #aaa;
margin: 0 8px 8px 0;
min-width: 33px;
min-height: 33px;
text-align: center;
text-decoration: none;
font-size: 13px;
box-shadow: none;
transition: all .2s;
border: 1px solid #e3e3e3;
line-height: 21px;
}
.we-ajax-pagination ul li a:hover{ background-color: #444; border-color: #444;color: #fff;}
.we-ajax-pagination ul li .page-numbers.current{ color: #fff; background-color: #00BCD4;border-color:#00BCD4;} .widget-style td.fc-head-container.fc-widget-header,
.widget-style td.fc-widget-content {padding: 0;}
.widget-style .fc-basic-view span.fc-day-number {padding:0}
.widget .we-calendar-filter > div{width: 100%;}
.widget .we-calendar-filter > div > *{width: 100%;max-width: 100%;}
.we-grid-shortcode figure.ex-modern-blog .image a {
display: inline-block;
width: 100%;
vertical-align: top;
overflow: hidden;
}
.widget  .we-calendar .fc-toolbar > * {float: none; margin: 0 auto;}
.qtip h4 a{ color: inherit;color: inherit;
font-size: inherit;
font-weight: inherit;
text-shadow: none;
text-decoration: none;
}
.we-spekers-sc.we-grid-shortcode  figure.ex-modern-blog{ text-align:center}
.we-spekers-sc.we-grid-shortcode  figure.ex-modern-blog h3 {
display: inline-block; width: 100%; min-height: auto; margin: 0; margin-top: -3px;
}
.we-spekers-sc .s-ttname:after {
display: block; margin: 15px auto; content: ""; width: 80px; height: 2px; background: rgba(0, 0, 0, 0.10);
}
.single-product form.cart div#product_total_price {
border-top: 1px solid #eee;
padding: 15px 0 17px 0;
margin: 5px 0 0 0;
line-height: 1;
}
.single-product form.cart.variations_form div#product_total_price{ margin-top: 12px; }
.we-table-lisst .we-table td .tb-spk{ padding:0; margin: 10px 0 }
.wpcf7 .we-submit textarea[name=we-event-shortdes] {
height: 100px;
}
.ex-qtip .qtip-icon span.ui-icon.ui-icon-close {width: 20px; height: 20px;line-height: 18px; border: 1px solid #eee; border-radius: 0;}
.ex-qtip a.qtip-close.qtip-icon { text-decoration: none; display: none;}
.we-event-label{
font-size: 13px;
margin-bottom: 15px;
color: #fff;
padding: 7px 15px;
line-height: 1;
display: inline-block;
border-radius: 2px;
}
.we-event-label + h3{ margin-top: 0; }
.we-event-label + *{ display: block; }
.we-calendar a .fc-title i { float: right; padding: 0 4px;}
.qtip h4 a i {padding: 0 4px;}
.we-date-passed .exwe-single-event form.cart,
.we-date-passed.woocommerce div.product form.cart, .we-date-passed.woocommerce div.product p.cart{ display:none !important}
.modern-style .hasevent span.event-el {width: 12px;height: 12px;display: inline-block;margin-right: 2px; background:#00BCD4;}
.modern-style .fc-bg .hasevent span.event-el { display: none; }
.woocommerce table.shop_table td .meta-eddate,
.woocommerce table.shop_table td .meta-stdate {display: block; margin: 0; padding: 0}
.modern-style .fc-row .fc-content-skeleton table > tbody { display: none; }
.woo-event-schedu .we-sche-detail.ev-schedu.ev-schedu-1 p:before { display: none; }
.wpcf7 .we-submit input[name="we-event-price"], 
.wpcf7 .we-submit input[name="we-event-stock"], 
.wpcf7 .we-submit input[name="we-event-color"] {
width: 120px !important;
text-align: left;
}
.exwt-col4.wpcf7-list-item { margin: 0; }
.calendar-info { margin-bottom: 30px; }
.we-latest-events-widget *{ box-sizing: border-box; }
.we-latest-events-widget .modern .item{ width: 100% }
div[class^="we"] table ins,div[class^="we"] ins{ background: transparent; color: inherit; margin: 0; padding: 0 }
.we-latest-events-widget .thumb.item-thumbnail .item-evprice{ word-break: break-word }
.ex-social-share .fa.fa-facebook:before { content: "\f09a";}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
padding: 1em;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
box-sizing: border-box;
padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
height: auto;
}
input[type='search'] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 14px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
q:before,
q:after {
content: '"' !important;
display: inline-block;
position: relative;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: 'Courier 10 Pitch', Courier, monospace;
font-size: 15px;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
blockquote,
q {
quotes: '' '';
}
hr {
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
select {
border: 1px solid #ccc;
}
footer input[type='text']:focus,
footer input[type='email']:focus,
footer input[type='url']:focus,
footer input[type='password']:focus,
footer input[type='search']:focus,
footer input[type='number']:focus,
footer input[type='tel']:focus,
footer input[type='range']:focus,
footer input[type='date']:focus footer input[type='month']:focus,
footer input[type='week']:focus,
footer input[type='time']:focus,
footer input[type='datetime']:focus,
footer input[type='datetime-local']:focus,
footer input[type='color']:focus,
footer textarea:focus {
color: #fff;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
color: #111;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
padding: 3px;
}
textarea {
padding-left: 3px;
width: 100%;
}  a,
a:visited {
color: #745cf9;
font-weight: 600;
cursor: pointer;
}
a:active {
color: #09005e;
}
a:hover,
a:focus {
color: #5234f9;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a,
a:visited,
a:active,
a:hover {
text-decoration: none;
} .main-navigation {
clear: both;
display: block;
width: 100%;
padding: 10px 0;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul ul li {
width: 100%;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 992px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.site-title {
font-size: 24px;
line-height: 52px;
color: #666;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
font-weight: 300;
}
.site-title:hover,
.site-title:focus {
color: #333;
}
#site-navigation .module.left {
padding-left: 15px;
}
#site-navigation .container > .flex-row {
display: flex;
align-items: center;
justify-content: space-between;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex='-1']:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}
.contact-section .wpcf7-form label {
width: 100%;
}
.contact-section.cover .container {
padding: 96px 15px;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 24px;
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #8c979e;
overflow-x: hidden;
font-weight: 400;
}
ul {
list-style: disc;
}
.main-container {
clear: both;
}
hr {
border: none;
border-top: 1px solid #ccc;
margin: 0 0 24px 0;
width: 100%;
}
.bg-dark hr {
border-color: #555;
}
.content hr {
width: 128px;
max-width: 60%;
height: 2px;
background: #ddd;
margin: 50px auto;
border: 0;
}
.list-inline {
margin-left: 0;
}
.list-inline > li {
padding: 0 8px;
}
.list-inline > li:last-child {
padding-right: 0;
}
.list-inline > li:first-child {
padding-left: 0;
}
.overflow-hidden {
overflow: hidden;
}
.right {
right: 0;
}
.relative {
position: relative;
z-index: 2;
}
.container {
position: relative;
} .align-children {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
flex-direction: row;
-webkit-flex-direction: row;
}
@media all and (max-width: 991px) {
.align-children {
display: block !important;
}
}
.align-transform {
position: relative;
transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
top: 50%;
z-index: 2;
} h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table,
blockquote,
input {
margin-bottom: 24px;
margin-top: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
color: #0e1015;
}
h1 {
font-size: 60px;
line-height: 64px;
}
h2 {
font-size: 45px;
line-height: 48px;
}
h3 {
font-size: 30px;
line-height: 33px;
}
h4 {
font-size: 25px;
line-height: 30px;
}
h5 {
font-size: 22px;
line-height: 28px;
}
h6 {
font-size: 18px;
line-height: 25px;
}
@media all and (max-width: 767px) {
h1 {
font-size: 32px;
line-height: 40px;
font-weight: 300;
}
h2 {
font-size: 32px;
line-height: 40px;
}
h3 {
font-size: 24px;
line-height: 32px;
}
h4 {
font-size: 18px;
line-height: 26px;
}
h5 {
font-size: 16px;
line-height: 24px;
}
h6 {
font-size: 12px;
line-height: 24px;
}
}
.uppercase {
font-weight: 400;
text-transform: uppercase;
}
h5.uppercase {
letter-spacing: 2px;
margin-right: -2px;
}
p,
span {
font-weight: 400;
}
p.lead {
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
@media all and (max-width: 767px) {
p.lead {
font-size: 13px;
line-height: 24px;
}
p {
font-size: 12px;
}
}
.image-bg a {
color: #fff;
}
.image-bg a:hover,
.image-bg a:focus {
color: #fff;
opacity: 0.9;
}
blockquote {
overflow: hidden;
font-size: 18px;
line-height: 24px;
padding: 32px 0;
color: #001c28;
font-weight: 400;
border-left: 0 none;
margin: 0;
}
blockquote p {
font-size: 18px;
line-height: 24px;
color: #001c28;
}
blockquote p:first-child:before,
blockquote p:last-child:after {
content: '\0022';
}
@media all and (max-width: 767px) {
br {
display: none;
}
blockquote {
font-size: 16px;
line-height: 32px;
}
}
th,
td {
line-height: 24px !important;
} .bg-primary {
background: #745cf9 !important;
}
.bg-secondary {
background: #f5f5f5;
}
.bg-dark {
background: #0e1015;
} section,
footer {
padding: 96px 0;
position: relative;
overflow: hidden;
}
.page-template-page-templatestemplate-home-php .content-area {
padding: 0;
}
footer {
padding: 72px 0;
}
.fullscreen {
height: 102.6vh;
}
.bg-dark h3,
.bg-dark h5,
footer.bg-dark h5,
.bg-primary h5,
.bg-dark h6,
footer.bg-dark h6 {
color: #fff;
}
.bg-dark p,
footer.bg-dark p,
.bg-primary p,
.bg-dark span,
footer.bg-dark span,
.bg-dark li,
footer.bg-dark li {
color: #fefefe;
}
@media all and (max-width: 767px) {
section {
padding: 80px 0;
}
}
.image-bg h3,
.image-bg h1 {
color: #fff;
}
.image-bg p,
.image-bg li {
color: #fff;
}
.image-bg div[class*='col-'] {
position: relative;
z-index: 3;
}
.background-image-holder {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #0e1015;
background-size: cover !important;
background-position: 50% 50% !important;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0;
}
.background-image-holder img {
display: none;
}
.background-image-holder.fadeIn {
opacity: 1;
} .btn,
.button {
font-family: inherit;
border: 2px solid #745cf9;
padding: 0 26px;
min-width: 150px;
line-height: 36px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0;
color: #745cf9;
text-align: center;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
margin-right: 8px;
margin-bottom: 24px;
white-space: normal;
}
.btn:last-child,
.btn:last-of-type {
margin-right: 0;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus {
background: #745cf9;
color: #fff;
}
.btn-lg {
line-height: 24px;
min-width: 200px;
padding-bottom: 13px;
padding-top: 13px;
}
.btn-sm {
min-height: 30px;
font-size: 11px;
line-height: 27px;
min-width: 0;
}
.btn-filled,
a .btn-filled,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background: #745cf9;
color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
padding: 1em;
}
.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
color: #fff;
border-color: #fff;
}
.image-bg .btn.btn-filled {
background: #745cf9;
color: #fff;
border-color: #745cf9;
}
.btn-white:hover,
.image-bg .btn:hover,
.image-bg .btn:visited:hover,
.btn-white:focus,
.image-bg .btn:focus,
.image-bg .btn:visited:focus {
background: #fff;
border-color: #fff;
color: #222;
}
.image-bg .btn.btn-filled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.image-bg .btn.btn-filled:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
background: #5d47d7;
border-color: #5d47d7;
color: #fff;
}
.btn:visited {
color: #745cf9;
}
.btn-white:visited,
.btn:visited:hover {
color: #fff;
}
.btn-white:visited:hover {
color: #222;
}
.btn-filled:visited {
color: #fff;
}
.cfa-text {
margin-bottom: 0;
line-height: 45px;
}
.cfa-button {
width: 100%;
}
.btn-filled:hover,
.btn:visited:hover,
.btn-filled:focus,
.btn:visited:focus {
background: #5d47d7;
border-color: #5d47d7;
}
input[type='submit']:hover,
input[type='submit']:focus {
background-color: #5d47d7;
color: #fff;
}
.widget input[type='submit'] {
border: none;
margin-top: 5px;
} .nav-container {
-webkit-backface-visibility: hidden;
max-width: 100%;
}
nav {
-webkit-backface-visibility: hidden;
max-width: 100%;
}
nav ul {
margin-bottom: 0;
}
.module {
display: inline-block;
padding: 0 32px;
}
.module-group {
display: inline-block;
}
.module.left {
float: left;
}
.module.right,
.module-group.right {
float: right;
}
nav .btn,
.nav-bar .btn {
margin: 0;
height: auto;
}
.nav-bar {
line-height: 53px;
}
nav {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 1);
}
.nav-bar .module:not(.site-title-container),
.nav-bar .module-group {
height: 55px;
}
.nav-bar a:not(.custom-logo-link) {
display: inline-block;
height: 55px;
}
.menu > li.dropdown {
padding-right: 18px;
}
.dropdown:after {
position: absolute;
top: 0;
right: 0;
font-size: 11px;
content: '\f107';
font-family: 'fontawesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
}
.shapely-dropdown {
display: none;
}
.main-navigation .menu {
width: 100%;
height: 55px;
}
.main-navigation .menu li a {
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: -1px;
color: #4c4c4c;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
max-width: 100%;
white-space: normal;
}
.main-navigation .menu li a:hover,
.main-navigation .menu li a:focus,
.main-navigation .menu li:hover > a,
.main-navigation .menu li:focus > a,
.main-navigation .menu > li:hover:after,
.main-navigation .menu > li:focus:after {
color: #5234f9;
}
.main-navigation .menu > li {
margin-right: 32px;
float: left;
position: relative;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
color: #4c4c4c;
}
.main-navigation .menu > li:last-child {
margin-right: 0;
}
.main-navigation .menu > li ul {
left: 0;
width: 200px;
padding: 0;
background: #0e1015;
position: absolute;
z-index: 99;
top: 100%;
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transform: translate3d(0, 10px, 0);
-webkit-transform: translate3d(0, 10px, 0);
-moz-transform: translate3d(0, 10px, 0);
visibility: hidden;
margin-top: -1px;
}
.main-navigation .menu > li > ul > li {
position: relative;
line-height: 24px;
width: 100%;
vertical-align: top;
}
.main-navigation .menu > li > ul .dropdown:after {
color: #0e1015;
top: 1px;
right: 24px;
content: '\f105';
}
.main-navigation .menu > li > ul li a {
color: #fff;
height: auto;
padding: 6px 24px;
}
.main-navigation .menu > li > ul > li ul {
left: 100%;
top: 0;
}
.main-navigation .menu > li:hover > ul,
.main-navigation .menu > li:focus-within > ul {
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
}
.main-navigation .menu > li > ul li:hover > ul,
.main-navigation .menu > li > ul li:focus-within > ul {
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
}
@media all and (max-width: 1024px) {
.dropdown:after {
display: none;
}
.shapely-dropdown {
font-size: 11px;
padding: 0 10px;
display: inline-block;
}
.main-navigation .menu > li > ul li:hover > a,
.main-navigation .menu > li > ul li:focus > a {
background-color: transparent !important;
}
.main-navigation .menu li:hover > a,
.main-navigation .menu li:focus > a {
color: #4c4c4c;
}
body .main-navigation .menu > li > ul li:hover > a,
body .main-navigation .menu > li > ul li:focus > a {
color: #8c979e;
}
}
@media all and (min-width: 991px) and (max-width: 1024px) {
.dropdown-menu .shapely-dropdown {
position: absolute;
top: 0;
right: 0;
}
.dropdown-menu .shapely-dropdown > .fa-angle-down:before {
content: '\f105';
}
}
@media all and (max-width: 991px) {
.shapely-dropdown {
float: right;
border: 1px solid;
}
.menu li a {
padding: 10px 0;
}
#site-navigation.main-navigation .menu > li > ul li a {
width: auto;
word-wrap: break-word;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 249px;
}
}
.nav-container {
min-height: 56px;
}
nav.outOfSight {
transform: translate3d(0, -100px, 0);
-webkit-transform: translate3d(0, -100px, 0);
-moz-transform: translate3d(0, -100px, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
nav.scrolled {
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
nav.fixed.scrolled {
visibility: visible;
opacity: 1;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
nav.fixed {
top: 0;
z-index: 999;
left: 0;
right: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
nav.fixed {
position: fixed;
visibility: hidden;
opacity: 0;
}
nav.fixed.scrolled {
visibility: visible;
opacity: 1;
}
.dropdown-menu {
border-radius: 0;
}
.nav-open {
max-height: 10000px !important;
height: auto !important;
}
.nav-open .navbar-collapse,
.nav-open #menu {
display: block;
}
.module.widget-handle {
padding: 0 5px;
cursor: pointer;
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin: 0;
}
@media all and (max-width: 1100px) {
.module.widget-handle {
padding: 0 16px;
}
}
@media all and (max-width: 991px) {
.menu li:focus-within ul.dropdown-menu,
ul.dropdown-menu.active {
display: block !important;
}
}
.module.widget-handle i {
font-size: 14px;
line-height: 53px;
opacity: 1;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
color: #3a52bf;
}
.module.widget-handle:hover i,
.module.widget-handle:focus i {
opacity: 1;
}
.widget-handle .function {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
cursor: default;
width: 200px;
background: #0e1015;
position: absolute;
z-index: 99;
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transform: translate3d(0, -200%, 0);
-webkit-transform: translate3d(0, -200%, 0);
-moz-transform: translate3d(0, -200%, 0);
margin-top: -2px;
right: 0;
}
.module.widget-handle:hover .function,
.module.widget-handle:focus .function,
.module.widget-handle .function.active {
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
}
.module.widget-handle .title {
font-family: inherit;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
display: none;
opacity: 0.5;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.module.widget-handle .title:hover,
.module.widget-handle .title:focus {
opacity: 1;
} .search-form,
.woocommerce-product-search {
padding: 8px;
display: inline-block;
width: 100%;
line-height: 50px;
}
.widget-handle .search-form input[type='text'] {
font-size: 16px;
float: left;
width: 70%;
}
.search-form input[type='text'] {
font-size: 14px;
margin: 0;
}
.widget-handle .function {
background: #fff;
width: 300px;
}
.search-widget-handle .search {
background: transparent;
border: none;
}
.btn.searchsubmit,
.search-widget-handle button.searchsubmit,
.woocommerce-product-search > input[type='submit'] {
min-width: 17%;
padding: 0;
width: 27%;
height: 50px;
line-height: 48px;
margin: -2px 0 0 8px;
}
.search-widget-handle button.searchsubmit .screen-reader-text {
position: relative !important;
width: auto;
height: auto;
clip: initial;
clip-path: none;
-webkit-clip-path: none;
}
.btn.searchsubmit:hover,
.btn.searchsubmit:focus {
background-color: #5d47d7;
color: #fff;
} .search #primary,
.no-results {
padding-top: 0;
}
.no-results {
border-bottom: 0;
}
.no-results form.search-form {
padding: 0;
width: 100%;
}
.not-found form #s {
max-width: 292px;
width: 71%;
}
.no-results form .searchsubmit {
margin: 0;
}
.not-found form .searchsubmit i {
display: none;
}
.not-found form .searchsubmit span.screen-reader-text {
clip: auto;
position: relative !important;
height: auto;
width: auto;
}
.main-navigation .menu > li ul {
background: #fff;
}
.main-navigation .menu > li ul {
background: #fff;
}
.main-navigation .menu > li > ul li a {
color: #8c979e;
width: 100%;
font-size: 14px;
text-transform: none;
font-weight: 400;
}
.main-navigation .menu > li > ul li a:hover,
.main-navigation .menu > li > ul li:hover > a,
.main-navigation .menu > li > ul li a:focus,
.main-navigation .menu > li > ul li:focus > a {
background: #f8f8f8;
color: #5234f9;
}
.main-navigation .menu > li > ul li:hover > a,
.main-navigation .menu > li > ul li:focus > a {
opacity: 1;
}
.main-navigation .dropdown-menu > .active > a,
.main-navigation .dropdown-menu > .active > a:focus { background-color: #fff;
}
.main-navigation .menu > li > ul .dropdown:hover:after,
.main-navigation .menu > li > ul .dropdown:focus:after {
color: #5234f9;
} .widget_nav_menu .sub-menu,
.widget.widget_pages ul.children {
border-top: 1px solid #ebebeb;
padding-top: 20px;
margin-top: 20px;
}
@media all and (max-width: 1120px) {
.main-navigation .menu > li {
margin-right: 24px;
}
} @media all and (min-width: 992px) {
.mobile-menu .module.widget-handle {
border-left: none;
line-height: 40px;
min-height: 40px;
}
.mobile-menu .nav-bar .module-group {
width: 100%;
}
.mobile-menu .visible-xs,
.mobile-menu .visible-sm,
.mobile-menu .nav-open .navbar-collapse.collapse {
display: block !important;
}
.mobile-menu .navbar-collapse.collapse,
.mobile-menu .nav-bar .module-group .module.hidden-xs,
.mobile-menu .nav-bar .module-group .module.hidden-sm {
display: none !important;
}
.mobile-menu #site-navigation .container > .flex-row {
flex-wrap: wrap;
}
.mobile-menu .nav-bar,
.nav-bar .module-group,
.mobile-menu .nav-bar .module,
.mobile-menu .nav-bar .module:not(.site-title-container) {
height: auto;
}
.mobile-menu .nav-bar .module {
padding: 0 16px;
}
.mobile-menu .navbar-collapse {
margin-top: 20px;
width: 100%;
}
.mobile-menu .main-navigation .menu li {
line-height: 24px;
display: block;
width: 100%;
max-width: 100%;
}
.mobile-menu .main-navigation .menu a {
height: auto;
line-height: 24px;
padding: 4px 0;
}
.mobile-menu .shapely-dropdown {
float: right;
border: 1px solid;
font-size: 11px;
padding: 0 10px;
display: inline-block;
cursor: pointer;
}
.mobile-menu .main-navigation .menu > li > ul {
position: relative;
opacity: 1;
visibility: visible;
display: none;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
width: 100%;
left: 0;
border: 0 !important;
box-shadow: none;
}
.mobile-menu .dropdown:after {
display: none;
}
.mobile-menu ul.dropdown-menu.active {
display: block !important;
}
.mobile-menu .module-group .module.left {
float: none;
display: block;
}
.mobile-menu .main-navigation .menu > li ul {
position: relative;
width: 100%;
opacity: 1;
visibility: visible;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
left: 0;
border: 0 !important;
box-shadow: none;
}
.mobile-menu .main-navigation .menu > li > ul > li ul {
left: 0 !important;
display: none;
padding: 0;
}
.mobile-menu #site-navigation.main-navigation .menu > li > ul li a {
width: auto;
display: inline-block;
padding: 10px 16px;
}
.mobile-menu .main-navigation .menu > li > ul li a {
padding: 10px 16px;
}
.mobile-menu .main-navigation .dropdown .dropdown li {
padding-left: 18px;
}
.mobile-menu .main-navigation .menu > li > ul li a:hover,
.mobile-menu .main-navigation .menu > li > ul li:hover > a,
.mobile-menu .main-navigation .menu > li > ul li a:focus,
.mobile-menu .main-navigation .menu > li > ul li:focus > a {
background-color: #fff;
}
.mobile-menu .search-widget-handle .search {
padding: 0 15px;
}
.mobile-menu .widget-handle .function {
width: 100%;
max-width: 300px;
position: relative;
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
margin-top: 0;
display: none;
box-shadow: none !important;
}
.mobile-menu .module.widget-handle .title {
display: inline-block;
position: relative;
bottom: 3px;
margin-left: 8px;
}
.mobile-menu .toggle-search .function {
display: block;
}
}
@media all and (max-width: 991px) {
.site-title-container {
width: 84%;
}
.nav-bar,
.nav-bar .module-group,
.nav-bar .module,
.nav-bar .module:not(.site-title-container) {
height: auto;
}
.nav-bar .module {
padding: 0 16px;
}
.nav-bar .module-group {
width: 100%;
}
.nav-bar .module-group .module {
display: block;
float: none;
width: 100%;
}
.main-navigation .menu {
height: auto;
}
.main-navigation .menu a {
height: auto;
line-height: 24px;
padding: 4px 0;
}
.main-navigation .menu li {
line-height: 24px;
display: block;
width: 100%;
max-width: 100%;
}
.main-navigation .menu > li ul {
position: relative;
width: 100%;
opacity: 1;
visibility: visible;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
left: 0;
border: 0 !important;
box-shadow: none;
}
.main-navigation .menu > li > ul {
position: relative;
opacity: 1;
visibility: visible;
display: none;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
}
.main-navigation .menu > li > ul .dropdown:after {
content: '\f107';
}
.main-navigation .menu > li > ul > li ul {
left: 0 !important;
display: none;
padding: 0;
}
.main-navigation .menu > li > ul li a {
padding: 10px 16px;
}
.main-navigation .dropdown .dropdown li {
padding-left: 18px;
}
.main-navigation .dropdown {
padding-right: 0;
}
.module.widget-handle {
border-left: none;
line-height: 40px;
min-height: 40px;
}
.module.widget-handle i {
line-height: 40px;
}
.module.widget-handle .title {
display: inline-block;
position: relative;
bottom: 3px;
margin-left: 8px;
}
.widget-handle .function {
width: 100%;
max-width: 300px;
position: relative;
opacity: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
margin-top: 0;
display: none;
box-shadow: none !important;
}
.toggle-search .function {
display: block;
}
.search-widget-handle .search {
padding: 0 15px;
}
.mobile-toggle {
border: none;
background: transparent;
}
.mobile-toggle i {
line-height: 53px !important;
}
#site-navigation .container > .flex-row {
flex-wrap: wrap;
}
.navbar-collapse {
margin-top: 20px;
}
} input,
textarea {
font-family: inherit;
}
input[type='text'],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type='text'],
input[type='search'],
input[type='email'],
input[type='tel'] {
background: #f5f5f5;
border: 1px solid #eee;
width: 100%;
height: 50px;
padding-left: 20px;
font-weight: 500;
margin-bottom: 24px;
border-radius: 0;
}
input[type='text']:focus,
input[type='search']:focus {
outline: 1px solid #ccc;
}
textarea {
width: 100%;
background: #f5f5f5;
border-radius: 0;
padding: 16px 20px;
}
textarea:focus {
outline: 1px solid #ccc;
}
:-moz-placeholder {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
color: #777;
font-size: 11px;
}
::-moz-placeholder {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
color: #777;
font-size: 11px;
}
:-ms-input-placeholder {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
color: #777;
font-size: 11px;
}
input.transparent::-moz-input-placeholder,
button.transparent::-moz-input-placeholder {
color: #fff;
}
input.transparent:-moz-input-placeholder,
button.transparent:-moz-input-placeholder {
color: #fff;
}
input.transparent:-ms-input-placeholder,
button.transparent:-ms-input-placeholder {
color: #fff;
}
input[type='submit'],
button[type='submit'] {
background: #745cf9;
border-radius: 0 !important;
border: 2px solid #745cf9;
color: #fff;
font-size: 11px;
font-weight: bold;
height: 50px;
letter-spacing: 1px;
line-height: 48px;
max-width: 250px;
padding: 0;
text-transform: uppercase;
width: 100%;
}
.search-widget-handle button[type='submit'] i {
display: none;
}
.bg-primary input[type='submit'] {
background: #fff;
color: #745cf9;
} .breadcrumb {
margin-bottom: 24px;
}
.breadcrumb a {
font-weight: 300;
} .pagination {
margin: 0;
border: none;
background: transparent;
}
.pagination .nav-links *:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination .nav-links *:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pagination a,
.pagination span,
.woocommerce-pagination ul.page-numbers .page-numbers {
width: 32px;
height: 32px;
padding: 0;
text-align: center;
padding-top: 6px;
margin: 0 4px;
color: #0e1015;
font-weight: 400;
font-family: inherit;
display: inline-block;
border: 1px solid #ddd;
line-height: 20px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
border: 0 none;
}
.pagination span:not(.dots),
.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #745cf9;
color: #fff;
border-color: #745cf9;
}
.pagination a:hover,
.pagination a:focus,
.pagination .active a,
.pagination .active:hover a,
.pagination .active:focus a {
background: #745cf9;
color: #fff;
border-color: #745cf9;
} .feature {
margin-bottom: 24px;
}
.feature p:last-child {
margin-bottom: 0;
}
.feature-1 i {
display: inline-block;
margin-bottom: 16px;
color: #745cf9;
}
.page-title {
padding: 0;
} .main-container .nolist > ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget {
margin-bottom: 0;
}
#secondary .widget {
margin-bottom: 48px;
}
.category-list {
line-height: 32px;
}
.widget hr {
margin-bottom: 12px;
}
.recent-posts {
line-height: 24px;
}
.recent-posts li {
margin-bottom: 8px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.recent-posts .date {
display: block;
letter-spacing: 0;
opacity: 0.8;
}
.recent-posts li:hover .date,
.recent-posts li:focus .date {
opacity: 1;
}
.category-list span {
float: right;
}
.jetpack_subscription_widget form {
background: #745cf9;
color: #fff;
padding: 24px;
}
.jetpack_subscription_widget form #subscribe-text {
color: #fff;
}
.jetpack_subscription_widget #subscribe-text h5 {
color: #fff;
margin-bottom: 16px;
text-transform: uppercase;
}
.jetpack_subscription_widget #subscribe-text p {
color: #fefefe;
}
.jetpack_subscription_widget #subscribe-email,
.jetpack_subscription_widget #subscribe-submit {
margin: 0;
}
.jetpack_subscription_widget #subscribe-email input {
margin: 0;
padding: 3px 3px 3px 20px;
width: 100%;
}
.jetpack_subscription_widget #subscribe-submit input {
background: #fff;
color: #745cf9;
padding: 0;
}
.jetpack_subscription_widget .error {
background-color: #ffbaba;
color: #d8000c;
padding: 5px 15px;
}
.jetpack_subscription_widget .success p {
background-color: #dff2bf;
color: #4f8a10;
padding: 5px 15px;
} img {
max-width: 100%;
}
.image-tile {
overflow: hidden;
position: relative;
margin-bottom: 24px;
}
.image-tile img {
width: 100%;
display: inline-block;
}
.inner-title:before {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0e1015', GradientType=0);
pointer-events: none;
}
.inner-title:hover:before,
.inner-title:focus:before {
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.inner-title .title {
position: absolute;
width: 100%;
z-index: 5;
}
.inner-title .title h5 {
color: #fff;
}
.inner-title .title span {
color: #fff;
}
.inner-title .title h5 {
font-weight: 600;
}
.inner-title {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
}
.inner-title:hover,
.inner-title:focus {
opacity: 0.95;
}
.inner-title.hover-reveal:before {
opacity: 0;
}
.inner-title.hover-reveal .title {
opacity: 0;
transform: translate3d(0, 50px, 0);
-webkit-transform: translate3d(0, 50px, 0);
-moz-transform: translate3d(0, 50px, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.inner-title.hover-reveal:hover .title,
.inner-title.hover-reveal:focus-within .title {
opacity: 1;
transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
top: 50%;
}
.inner-title.hover-reveal:hover:before,
.inner-title.hover-reveal:focus-within:before {
opacity: 1;
}
@media all and (max-width: 768px) {
.inner-title:before {
transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.inner-title.hover-reveal .title {
opacity: 1;
transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-webkit-transform: translate3d(0, -50%, 0);
top: 50%;
}
.inner-title.hover-reveal:before {
opacity: 1;
}
.inner-title {
opacity: 0.95;
}
} .logo-carousel li {
text-align: center;
}
.logo-carousel li {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0.5;
}
.logo-carousel li:hover,
.logo-carousel li:focus-within {
opacity: 1;
}
.logo-carousel img {
max-height: 60px;
}
@media all and (max-width: 767px) {
.logo-carousel .slides li {
width: 100%;
}
} .lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
position: relative;
overflow: hidden;
}
.lightbox-grid li {
width: 25%;
float: left;
border: 8px solid rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
}
.lightbox-grid li:hover,
.lightbox-grid li:focus-within {
opacity: 0.9;
}
.third-thumbs li {
width: 25%;
height: 13.08vw;
border: none;
}
@media all and (max-width: 991px) {
.lightbox-grid li {
width: 33.33333%;
}
}
@media all and (max-width: 767px) {
.lightbox-grid li {
width: 50%;
}
.third-thumbs li {
height: 50vw;
}
} .cover {
margin: 0;
padding: 0;
}
.cover p {
color: #fff;
}
.cover:first-child .fullscreen {
max-height: 100%;
}
@media all and (max-width: 767px) {
.cover.fullscreen {
height: auto;
padding: 0;
}
} .woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n) {
margin-right: 0;
} .post-title a,
.post-title {
font-size: 40px;
font-weight: 300;
}
.post-title a:hover,
.post-title a:focus {
color: #292929;
}
video:-webkit-full-screen,
audio:-webkit-full-screen {
-webkit-transform: translateY(0%);
}
iframe {
border: none;
}
.post-meta {
overflow: hidden;
display: inline-block;
margin-bottom: 12px;
}
.post-meta > li {
float: left;
margin-right: 24px;
}
.post-meta i {
font-size: 16px;
margin-right: 8px;
position: relative;
top: 2px;
}
.comments-list,
.comments-list ul {
width: 100%;
overflow: hidden;
}
.comments.nolist > ul > li {
padding-left: 0;
}
.comments-list li.comment {
overflow: hidden;
margin-bottom: 40px;
width: 100%;
}
.comments-list p:last-of-type {
margin: 0;
}
.comments-list .avatar,
.comments-list .comment {
display: inline-block;
float: left;
}
.comments-list .avatar {
width: 10%;
}
.comments-list .avatar img {
width: 75px;
}
.comments-list .comment {
width: 90%;
padding-left: 5%;
}
.comments-list .comment .btn {
position: relative;
margin: 0;
}
.comments-list ul {
padding-left: 10%;
padding-top: 40px;
}
.comments-list ul li:last-of-type {
margin-bottom: 0;
}
.comments input[type='submit'] {
max-width: 25%;
float: right;
}
.masonry {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0;
transform: translate3d(0, 100px, 0);
-webkit-transform: translate3d(0, 100px, 0);
-moz-transform: translate3d(0, 100px, 0);
}
.masonry.fadeIn {
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.masonry-item {
max-width: 100%;
}
.container .masonry-item {
margin-bottom: 0px;
}
.masonry-item blockquote:hover,
.masonry-item blockquote:focus,
.masonry-item blockquote:focus-within {
background: #745cf9;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
color: #fff;
}
.masonryFlyIn .masonry-item {
opacity: 0;
transform: translate3d(0, 50px, 0);
-webkit-transform: translate3d(0, 50px, 0);
-moz-transform: translate3d(0, 50px, 0);
}
.masonryFlyIn .masonry-item.fadeIn {
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.masonry-loader {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
position: absolute;
width: 100%;
z-index: 10;
top: 80px;
}
.masonry-loader.fixed-center {
top: 50%;
left: 50%;
transform: translate3d(-50%, 0, 0);
-webkit-transform: translate3d(-50%, 0, 0);
-moz-transform: translate3d(-50%, 0, 0);
margin-top: -25px;
}
.masonry-loader.fadeOut {
opacity: 0;
max-height: 0;
padding: 0;
overflow: hidden;
}
.spinner {
width: 50px;
height: 50px;
background-color: #745cf9;
margin: 0 auto;
display: inline-block;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% {
-webkit-transform: perspective(120px);
}
50% {
-webkit-transform: perspective(120px) rotateY(180deg);
}
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
}
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
@media all and (max-width: 767px) {
.comments input[type='submit'] {
max-width: 100%;
float: none;
}
}
.flex-direction-nav a.flex-next {
right: 16px;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
content: '\f105';
font-family: 'fontawesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 24px;
color: #fff;
}
.flex-direction-nav a.flex-prev {
left: 16px;
}
.flex-direction-nav a.flex-prev:before {
content: '\f104';
}
.flex-direction-nav a {
opacity: 1;
text-shadow: none;
color: rgba(0, 0, 0, 0);
width: 24px;
height: 24px;
margin: -12px 0 0;
}
.flex-control-nav li a {
background: none;
border: 2px solid #0e1015;
width: 10px;
height: 10px;
}
@media all and (max-width: 768px) {
.flex-direction-nav {
display: none;
}
}
.text-slider .flex-direction-nav li a:before {
color: #222;
}
.image-bg .text-slider .flex-direction-nav li a:before {
color: #fff;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 0.5;
}
.image-bg .text-slider .flex-direction-nav li a:hover:before,
.image-bg .text-slider .flex-direction-nav li a:focus:before {
opacity: 1;
}
.image-bg .text-slider .flex-direction-nav li a:focus:before {
color: #745cf9;
}
.text-slider .flex-direction-nav a.flex-prev {
left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
right: -60px;
}
.content p.intro {
padding-bottom: 20px;
border-bottom: 3px double #ddd;
margin-bottom: 20px;
font-size: 1.2em;
line-height: 155%;
font-weight: 700;
color: #745cf9;
}
.content blockquote {
padding: 30px 30px 30px 90px;
background: #fafafa;
border: 1px solid #eee;
position: relative;
font-style: italic;
}
.content q {
background: #fafafa;
font-style: italic;
}
.content blockquote cite {
display: block;
margin-top: 1.1em;
font-size: 0.75em;
line-height: 120%;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
}
.content blockquote cite:before {
content: '— ';
}
.content ul,
.content ol {
margin-left: 1.5em;
}
.content ul {
list-style: disc;
}
.content ul ul {
list-style: circle;
}
.content ol {
list-style: decimal;
}
.content ol ol {
list-style: lower-alpha;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
margin-bottom: 0;
}
.content li {
margin-bottom: 0.5em;
line-height: 170%;
}
.content ol > li:last-child,
.content ul > li:last-child {
margin-bottom: 0;
}
.content ol > li:first-child,
.content ul > li:first-child {
margin-top: 0.5em;
} .content table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 0.9em;
width: 100%;
margin-bottom: 1.1em;
}
.content th,
.content td {
padding: 2%;
margin: 0;
overflow: visible;
line-height: 120%;
border-bottom: 1px solid #ddd;
}
.content th {
padding-top: 0;
}
.content th {
font-weight: bold;
color: #111;
}
.content table tbody > tr:nth-child(odd) > td {
background: #f9f9f9;
}
.content ul.post-meta {
margin-left: 0;
}
.content ul.post-meta li {
list-style: none;
margin-top: 0 !important;
}
.comment-date {
display: inline-block;
font-size: 10px;
padding: 5px 0;
}
.comments .fn {
display: block;
}
.comment-reply {
height: 20px;
line-height: 16px;
padding: 0 12px;
font-size: 10px;
min-width: auto !important;
}
.page-title-section {
height: 225px;
padding: 70px 0;
}
.page-title {
margin-bottom: 0 !important;
}
@media all and (max-width: 767px) {
.page-title-section,
#breadcrumbs {
text-align: center;
}
}
.author-bio {
display: block;
overflow: hidden;
padding: 32px;
background: #f5f5f5;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 40px;
}
.author-social {
font-size: 16px !important;
} .image-small {
max-height: 80px;
}
.fade-half {
opacity: 0.5;
}
.cast-shadow {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
}
.cast-shadow.img-responsive {
margin: 10px auto;
} .project {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
padding: 0;
}
.project .image-tile {
margin: 0;
}
.project:not(.masonry-item) .image-tile {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.project:not(.masonry-item) .image-tile a {
display: block;
width: 100%;
height: 100%;
}
.project:not(.masonry-item) {
padding-bottom: 25%;
position: relative;
margin-bottom: 0;
} footer.bg-dark a {
color: #fff;
}
.social-list {
margin: 0;
}
.bg-dark .social-list a {
color: #fff;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bg-dark .social-list a:hover,
.bg-dark .social-list a:focus {
color: #5234f9;
}
.back-to-top {
position: absolute;
right: 0;
bottom: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
height: 36px;
width: 36px;
padding: 5px 11px;
}
.back-to-top .fa {
font-size: 18px;
color: #fff;
}
.back-to-top:hover,
.back-to-top:focus {
opacity: 1;
}
.bg-dark .back-to-top {
border-color: #fff;
}
.bg-dark .back-to-top:active,
.bg-dark .back-to-top:focus {
color: #fff;
}
.bg-dark .back-to-top:hover,
.bg-dark .back-to-top:focus {
background: none;
}
.footer input[type='submit'] {
border: 0;
margin-top: 3px;
}
.copyright-text {
color: #fefefe;
}
.footer .footer-credits {
color: #fff;
}
.footer .footer-credits a {
color: #fefefe;
opacity: 0.8;
}
.footer .footer-credits a:hover,
.footer .footer-credits a:focus {
color: #5234f9;
} .mt20 {
margin-top: 20px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb16 {
margin-bottom: 16px;
}
.mb24 {
margin-bottom: 24px;
}
.mb32 {
margin-bottom: 32px;
}
.mb40 {
margin-bottom: 40px;
}
.mb64 {
margin-bottom: 64px;
}
.p24 {
padding: 24px;
}
.p0 {
padding: 0;
}
.pt48 {
padding-top: 48px;
}
.pb0 {
padding-bottom: 0 !important;
}
.pt0 {
padding-top: 0;
}
@media all and (max-width: 767px) {
.mb-xs-24 {
margin-bottom: 24px;
}
.mb-xs-40 {
margin-bottom: 40px;
}
} .border-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-1 i {
font-size: 64px;
}
.parallax-section {
padding-top: 0;
padding-bottom: 0;
border: 0;
}
.parallax-window {
background: transparent;
}
.small-screen .top-parallax-section {
overflow: hidden;
padding: 96px 0;
}
.social-list {
font-size: 18px;
}
.testimonial-img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
height: 100px;
width: 100px;
margin-bottom: 16px;
}
.image-bg a {
color: #745cf9;
}
.widget-area section {
border-bottom: 0;
padding: 0;
} .has-sidebar-left #secondary {
padding-right: 40px;
}
.no-sidebar {
float: none;
margin: 0 auto;
}
.full-width {
width: 100%;
}
.tags-links {
display: block;
}
#social {
background: transparent;
float: right;
}
.shapely-social-links #social {
display: inline-block;
float: none;
margin-top: 20px;
border: 0 none;
}
.shapely-social-links #social ul {
padding-left: 0;
}
.shapely-social-links #social ul.list-inline > li:last-child {
padding-right: 10px;
}
#secondary .shapely-social-links h3.cfa-text {
font-size: 22px;
line-height: 24px;
color: #001c28;
}
.contact-section #social {
float: none;
border-bottom: 0 none;
}
#social li {
display: inline-block;
}
#social li,
#social ul {
border: 0 !important;
list-style: none;
padding-left: 10px;
text-align: center;
}
.contact-section #social ul {
text-align: left;
}
.contact-section .social-icons li a {
color: #745cf9;
}
.contact-section .social-icons li a:hover,
.contact-section .social-icons li a:focus {
color: #5d47d7;
}
#social .social_icon span {
display: none;
}
#social li a[href*='twitter.com'] .fa:before,
.fa-twitter:before {
content: '\f099';
}
#social li a[href*='facebook.com'] .fa:before,
.fa-facebook-f:before,
.fa-facebook:before {
content: '\f09a';
}
#social li a[href*='github.com'] .fa:before,
.fa-github:before {
content: '\f09b';
}
#social li a[href*='/feed'] .fa:before,
.fa-rss:before {
content: '\f09e';
}
#social li a[href*='pinterest.com'] .fa:before,
.fa-pinterest:before {
content: '\f0d2';
}
#social li a[href*='plus.google.com'] .fa:before,
.fa-google-plus:before {
content: '\f0d5';
}
#social li a[href*='linkedin.com'] .fa:before,
.fa-linkedin:before {
content: '\f0e1';
}
#social li a[href*='youtube.com'] .fa:before,
.fa-youtube:before {
content: '\f167';
}
#social li a[href*='instagram.com'] .fa:before,
.fa-instagram:before {
content: '\f16d';
}
#social li a[href*='flickr.com'] .fa:before,
.fa-flickr:before {
content: '\f16e';
}
#social li a[href*='tumblr.com'] .fa:before,
.fa-tumblr:before {
content: '\f173';
}
#social li a[href*='dribbble.com'] .fa:before,
.fa-dribbble:before {
content: '\f17d';
}
#social li a[href*='skype.com'] .fa:before,
.fa-skype:before {
content: '\f17e';
}
#social li a[href*='foursquare.com'] .fa:before,
.fa-foursquare:before {
content: '\f180';
}
#social li a[href*='vimeo.com'] .fa:before,
.fa-vimeo-square:before {
content: '\f194';
}
#social li a[href*='spotify.com'] .fa:before,
.fa-spotify:before {
content: '\f1bc';
}
#social li a[href*='soundcloud.com'] .fa:before,
.fa-soundcloud:before {
content: '\f1be';
}
.header-image-bg {
background-size: cover;
position: relative;
}
.header-image-bg .page-title {
position: relative;
z-index: 2;
}
.customize-partial-edit-shortcut button,
.widget .customize-partial-edit-shortcut button {
left: 0 !important;
}
#site-navigation .customize-partial-edit-shortcut button,
#site-navigation .widget .customize-partial-edit-shortcut button,
#colophon .customize-partial-edit-shortcut button,
#colophon .widget .customize-partial-edit-shortcut button,
#secondary .customize-partial-edit-shortcut button,
#secondary .widget .customize-partial-edit-shortcut button {
left: -30px !important;
}
.video-widget {
position: relative;
overflow: hidden;
height: calc(100vh - 56px);
}
.video-widget .video-controls {
position: absolute;
bottom: 20px;
left: 20px;
z-index: 6;
}
.video-widget .video-controls button {
background: #745cf9;
color: #fff;
border: none;
padding: 5px 10px;
text-align: center;
}
.video-widget.youtube {
position: relative;
background: transparent;
}
.vimeo-holder iframe {
width: 100%;
}
.video-widget.vimeo:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 5;
}
.ytplayer-container {
position: absolute;
top: 0;
z-index: -1;
}
.shapely_home_parallax {
width: 100%;
display: block;
}
.shapely_home_parallax > section:not(.image-bg) .btn-white {
border-color: #745cf9;
color: #745cf9;
}
.shapely_home_parallax > section:not(.image-bg) .btn-white:hover,
.shapely_home_parallax > section:not(.image-bg) .btn-white:focus {
color: #fff;
background-color: #5234f9;
border-color: #5234f9;
}
.shapely_home_parallax > section:not(.image-bg) .btn-white:active {
border-color: #5234f9;
background-color: #5234f9;
color: #fff;
}
.bg-secondary .text-right {
z-index: 2;
} .widget .widget-title {
font-size: 22px;
line-height: 24px;
color: #001c28;
margin-bottom: 25px;
}
.widget.widget_archive > div ul,
.widget.widget_archive ul,
.widget.widget_categories > div ul,
.widget.widget_categories ul,
.widget.widget_meta > div ul,
.widget.widget_meta ul,
.widget.widget_pages > div ul,
.widget.widget_pages ul,
.widget.widget_nav_menu > div ul,
.widget.widget_nav_menu ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.widget.widget_archive > div ul li,
.widget.widget_archive ul li,
.widget.widget_categories > div ul li,
.widget.widget_categories ul li,
.widget.widget_meta > div ul li,
.widget.widget_meta ul li,
.widget.widget_pages > div ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu > div ul li,
.widget.widget_nav_menu ul li {
border-bottom: 1px solid #ebebeb;
padding-bottom: 20px;
margin-bottom: 20px;
}
.widget.widget_archive > div ul li:last-of-type,
.widget.widget_archive ul li:last-of-type,
.widget.widget_categories > div ul li:last-of-type,
.widget.widget_categories ul li:last-of-type,
.widget.widget_meta > div ul li:last-of-type,
.widget.widget_meta ul li:last-of-type,
.widget.widget_pages > div ul li:last-of-type,
.widget.widget_pages ul li:last-of-type,
.widget.widget_nav_menu > div ul li:last-of-type,
.widget.widget_nav_menu ul li:last-of-type {
border: none;
padding-bottom: 0;
margin-bottom: 0;
}
.woocommerce .widget_layered_nav ul li span,
.widget.widget_archive > div ul li span,
.widget.widget_archive ul li span,
.widget.widget_categories > div ul li span,
.widget.widget_categories ul li span,
.widget.widget_meta > div ul li span,
.widget.widget_meta ul li span,
.widget.widget_pages > div ul li span,
.widget.widget_pages ul li span,
.widget.widget_nav_menu > div ul li span,
.widget.widget_nav_menu ul li span {
font-size: 12px;
color: #8c979e;
float: right;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce.widget ul.cart_list li a,
.woocommerce.widget ul.product_list_widget li a,
.widget_products .product_list_widget a,
.widget_product_categories ul.product-categories li a,
.widget_product_tag_cloud .tagcloud a,
.widget.widget_archive > div ul li a,
.widget.widget_archive ul li a,
.widget.widget_categories > div ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta > div ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages > div ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu > div ul li a,
.widget.widget_nav_menu ul li a {
font-size: 14px;
color: #8c979e;
font-weight: 400;
}
.woocommerce .widget_layered_nav ul li a:hover,
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce.widget ul.cart_list li a:hover,
.woocommerce.widget ul.product_list_widget li a:hover,
.widget_products .product_list_widget a:hover,
.widget_product_categories ul.product-categories li a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_archive > div ul li a:focus,
.widget.widget_archive > div ul li a:hover,
.widget.widget_archive ul li a:focus,
.widget.widget_archive ul li a:hover,
.widget.widget_categories > div ul li a:focus,
.widget.widget_categories > div ul li a:hover,
.widget.widget_categories ul li a:focus,
.widget.widget_categories ul li a:hover,
.widget.widget_meta > div ul li a:focus,
.widget.widget_meta > div ul li a:hover,
.widget.widget_meta ul li a:focus,
.widget.widget_meta ul li a:hover,
.widget.widget_pages > div ul li a:focus,
.widget.widget_pages > div ul li a:hover,
.widget.widget_pages ul li a:focus,
.widget.widget_pages ul li a:hover,
.widget.widget_nav_menu > div ul li a:focus,
.widget.widget_nav_menu > div ul li a:hover,
.widget.widget_nav_menu ul li a:focus,
.widget.widget_nav_menu ul li a:hover {
color: #5234f9;
}
.woocommerce.widget ul.cart_list li a.remove {
font-size: 1.5em;
}
.widget.widget_recent_comments ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.widget.widget_recent_comments ul li {
color: #8c979e;
}
.widget.widget_recent_comments ul li a {
font-weight: 400;
}
.widget.widget_recent_comments ul li .comment-author-link {
color: #8c979e;
}
.widget.widget_recent_comments ul li .comment-author-link a {
color: #8c979e;
}
.widget.widget_recent_comments ul li .comment-author-link a:focus,
.widget.widget_recent_comments ul li .comment-author-link a:hover {
color: #5234f9;
}
.widget.widget_nav_menu .menu > li {
float: none;
}
.widget.widget_nav_menu .menu > li a {
text-transform: initial;
font-size: 14px;
color: #8c979e;
font-weight: 400;
opacity: 1;
}
.widget.widget_nav_menu .menu > li a:focus,
.widget.widget_nav_menu .menu > li a:hover {
color: #5234f9;
}
.widget.widget_tag_cloud a {
text-transform: initial;
font-size: 14px;
color: #8c979e;
font-weight: 400;
}
.widget.widget_tag_cloud a:focus,
.widget.widget_tag_cloud a:hover {
color: #5234f9;
}
.widget.widget_recent_entries ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.widget.widget_recent_entries ul li {
border-bottom: 1px solid #ebebeb;
padding-bottom: 20px;
margin-bottom: 20px;
}
.widget.widget_recent_entries ul li:last-of-type {
border: none;
padding-bottom: 0;
}
.widget.widget_recent_entries ul li .post-date {
font-size: 12px;
color: #001c28;
padding-left: 10px;
border-left: 1px solid #ebebeb;
}
.widget.widget_recent_entries ul li a {
text-transform: initial;
font-size: 14px;
color: #8c979e;
font-weight: 400;
display: inline-block;
width: 100%;
}
.widget.widget_recent_entries ul li a:focus,
.widget.widget_recent_entries ul li a:hover {
color: #5234f9;
}
.widget.widget_rss .rss-widget-icon {
display: none;
}
.widget.widget_rss .widget-title a {
font-size: 22px;
line-height: 24px;
color: #001c28;
margin-bottom: 25px;
font-weight: 400;
}
.widget.widget_rss ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.widget.widget_rss ul li {
margin-bottom: 40px;
}
.widget.widget_rss ul li .rsswidget {
font-size: 22px;
line-height: 24px;
font-weight: 400;
color: #001c28;
display: block;
}
.widget.widget_rss ul li .rsswidget:hover,
.widget.widget_rss ul li .rsswidget:focus {
color: #745cf9;
}
.widget.widget_rss ul li .rss-date {
font-size: 12px;
display: inline-block;
width: 100%;
margin-bottom: 30px;
}
.widget.widget_rss ul li .rssSummary {
color: #8c979e;
font-size: 14px;
}
.widget.widget_rss ul li cite {
color: #001c28;
font-style: normal;
}
.widget.widget_search .search-form,
.widget_product_search .woocommerce-product-search {
padding: 0;
position: relative;
}
.widget.widget_search .search-form > input,
.widget_product_search .woocommerce-product-search > input {
background: transparent;
border: 1px solid #ebebeb;
text-transform: initial;
font-weight: 400;
box-sizing: border-box;
}
.widget.widget_search .search-form > input#s:hover,
.widget.widget_search .search-form > input#s:focus,
.widget_product_search .woocommerce-product-search > input.search-field:hover,
.widget_product_search .woocommerce-product-search > input.search-field:focus,
textarea:hover,
textarea:focus,
input[type='text']:hover,
input[type='search']:hover,
input[type='email']:hover,
input[type='tel']:hover,
input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='tel']:focus {
border-color: #745cf9;
box-shadow: none;
outline: none;
}
.widget.widget_search input[type='text']:focus + button[type='submit'].searchsubmit,
.widget.widget_search input[type='text']:hover + button[type='submit'].searchsubmit,
.widget.widget_product_search input[type='text']:focus + button[type='submit'].searchsubmit,
.widget.widget_product_search input[type='text']:hover + button[type='submit'].searchsubmit {
color: #745cf9;
border-color: #745cf9 !important;
}
.widget.widget_search .search-form > button[type='submit'].searchsubmit,
.widget_product_search .woocommerce-product-search > button[type='submit'].searchsubmit {
position: absolute;
border: none;
top: 7px;
right: 0;
margin: 0;
bottom: 7px;
height: 35px;
width: 40px;
border-left: 1px solid #ebebeb !important;
border-right: 0 none !important;
border-top: 0 none !important;
border-bottom: 0 none !important;
color: transparent;
background-color: transparent !important;
z-index: 2;
font-size: 14px;
line-height: 1.5;
}
.widget.widget_search .search-form > button[type='submit'].searchsubmit,
.widget.widget_product_search button[type='submit'].searchsubmit {
color: #ebebeb;
}
.footer-widget-area .widget.widget_search .search-form > button[type='submit'].searchsubmit,
.footer-widget-area .widget.widget_product_search button[type='submit'].searchsubmit {
color: #fff;
}
.widget_product_search .woocommerce-product-search > button[type='submit']:hover,
.widget_product_search .woocommerce-product-search > button[type='submit']:focus {
color: transparent !important;
background-color: transparent !important;
}
.widget.widget_search .search-form > .searchsubmit:hover,
.widget.widget_search .search-form > .searchsubmit:focus,
.widget.widget_search .search-form > .searchsubmit:active {
color: transparent;
}
.widget.widget_search .search-form :-moz-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.widget.widget_search .search-form ::-moz-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.widget.widget_search .search-form :-ms-input-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.widget_product_categories ul.product-categories {
list-style: none;
padding: 0;
margin: 0;
}
.widget_product_categories ul.product-categories ul {
list-style: none;
padding-top: 20px;
}
.widget_product_categories ul.product-categories li:not(.cat-parent) {
padding-bottom: 20px;
}
.widget.widget_calendar {
position: relative;
}
.widget.widget_calendar .widget-title,
.widget.widget_calendar h3 {
display: none;
}
.widget.widget_calendar table {
border: 0;
border-collapse: separate;
border-spacing: 4px;
}
.widget.widget_calendar #wp-calendar {
font-size: 12px;
}
.widget.widget_calendar #wp-calendar > caption {
color: #001c28;
font-family: inherit;
text-align: center;
font-size: 18px;
font-weight: 400;
padding-bottom: 20px;
padding-top: 16px;
min-height: 55px;
position: relative;
margin-bottom: 20px;
border-bottom: 1px solid #ebebeb;
}
.widget.widget_calendar #wp-calendar > caption:after {
width: 75px;
display: block;
content: '';
height: 1px;
background: #745cf9;
position: absolute;
bottom: -1px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.widget.widget_calendar #wp-calendar thead {
color: #745cf9;
}
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev) {
width: 44px;
height: 44px;
border: 1px solid #ebebeb;
}
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today {
border-color: #745cf9;
}
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today:hover,
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today:focus {
background: #745cf9;
color: #fff;
}
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today:hover a,
.widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today:focus a {
color: #fff;
}
.widget.widget_calendar #wp-calendar td,
.widget.widget_calendar #wp-calendar th {
padding: 6px 7px;
color: #001c28;
text-align: center;
}
.widget.widget_calendar #wp-calendar td a,
.widget.widget_calendar #wp-calendar th a {
color: #745cf9;
text-decoration: none;
}
.widget.widget_calendar #wp-calendar td a:hover,
.widget.widget_calendar #wp-calendar td a:focus,
.widget.widget_calendar #wp-calendar th a:hover,
.widget.widget_calendar #wp-calendar th a:focus {
text-decoration: none;
}
.widget.widget_calendar #wp-calendar #prev {
position: absolute;
top: -2px;
left: 10%;
width: 35px;
height: 55px;
background-color: transparent;
color: #fff;
}
.widget.widget_calendar #wp-calendar #prev:before {
content: '\f104';
display: block;
font-size: 16px;
line-height: 46px;
text-align: center;
position: relative;
font-family: 'FontAwesome';
color: #001c28;
}
.widget.widget_calendar #wp-calendar #prev > a {
top: 18px;
position: absolute;
color: transparent !important;
left: 0;
}
.widget.widget_calendar #next {
position: absolute;
top: -2px;
right: 10%;
width: 35px;
height: 55px;
background-color: transparent;
color: #fff;
}
.widget.widget_calendar #next:before {
content: '\f105';
display: block;
font-size: 16px;
line-height: 46px;
text-align: center;
position: relative;
font-family: 'FontAwesome';
color: #001c28;
}
.widget.widget_calendar #next > a {
top: 18px;
position: absolute;
color: transparent !important;
right: 0;
}
.shapely-social {
margin-right: -20px;
}
.shapely-social-link {
display: block;
float: left;
margin: 0 20px 20px 0;
}
.shapely-social .shapely-social-icon {
font-family: 'fontawesome';
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 18px;
position: relative;
text-align: center;
-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
aside .shapely-social .shapely-social-icon {
color: #001c28;
}
.shapely-social .shapely-social-icon:hover,
.shapely-social .shapely-social-icon:focus {
color: #5234f9;
}
.shapely-social-link--behance .shapely-social-icon:before {
content: '\f1b4';
}
.shapely-social-link--codepen .shapely-social-icon:before {
content: '\f1cb';
}
.shapely-social-link--dropbox .shapely-social-icon:before {
content: '\f16b';
}
.shapely-social-link--delicious .shapely-social-icon:before {
content: '\f1a5';
}
.shapely-social-link--deviantart .shapely-social-icon:before {
content: '\f1bd';
}
.shapely-social-link--digg .shapely-social-icon:before {
content: '\f1a6';
}
.shapely-social-link--dribbble .shapely-social-icon:before {
content: '\f17d';
}
.shapely-social-link--facebook .shapely-social-icon:before {
content: '\f09a';
}
.shapely-social-link--flickr .shapely-social-icon:before {
content: '\f16e';
}
.shapely-social-link--github .shapely-social-icon:before {
content: '\f09b';
}
.shapely-social-link--instagram .shapely-social-icon:before {
content: '\f16d';
}
.shapely-social-link--linkedin .shapely-social-icon:before {
content: '\f0e1';
}
.shapely-social-link--medium .shapely-social-icon:before {
content: '\f23a';
}
.shapely-social-link--pinterest .shapely-social-icon:before {
content: '\f0d2';
}
.shapely-social-link--reddit .shapely-social-icon:before {
content: '\f281';
}
.shapely-social-link--skype .shapely-social-icon:before {
content: '\f17e';
}
.shapely-social-link--slack .shapely-social-icon:before {
content: '\f198';
}
.shapely-social-link--soundcloud .shapely-social-icon:before {
content: '\f1be';
}
.shapely-social-link--tumblr .shapely-social-icon:before {
content: '\f173';
}
.shapely-social-link--tripadvisor .shapely-social-icon:before {
content: '\f262';
}
.shapely-social-link--twitch .shapely-social-icon:before {
content: '\f1e8';
}
.shapely-social-link--twitter .shapely-social-icon:before {
content: '\f099';
}
.shapely-social-link--vimeo .shapely-social-icon:before {
content: '\f27d';
}
.shapely-social-link--youtube .shapely-social-icon:before {
content: '\f16a';
}
#colophon .widget {
margin-bottom: 24px;
}
#colophon .site-info {
margin-top: 15px;
}
#colophon .widget {
display: inline-block;
width: 100%;
}
#colophon .widget ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
}
#colophon .widget ul li {
margin-right: 0;
}
#colophon .widget .widget-title {
color: #fff;
border-bottom: none;
}
#colophon .widget.widget_calendar #wp-calendar > caption {
color: #fff;
}
#colophon .widget.widget_calendar #wp-calendar td:not(.pad):not(#next):not(#prev)#today,
#colophon .widget.widget_calendar #wp-calendar thead {
color: #fff;
}
#colophon .widget.widget_calendar #wp-calendar th,
#colophon .widget.widget_calendar #wp-calendar td {
color: #fff;
}
#colophon .widget.widget_calendar #wp-calendar #prev:before,
#colophon .widget.widget_calendar #wp-calendar #next:before {
color: #fff;
}
#colophon .widget.widget_rss ul li .rsswidget {
color: #fff;
}
#colophon .widget.widget_rss ul li .rsswidget:hover,
#colophon .widget.widget_rss ul li .rsswidget:focus {
color: #5234f9;
}
#colophon .widget.widget_rss .widget-title a {
color: #fff;
}
#colophon .widget.widget_rss .widget-title a:hover,
#colophon .widget.widget_rss .widget-title a:focus {
color: #5234f9;
} .post-content {
margin-bottom: 20px;
}
.post-content .entry-header {
position: relative;
}
.post-content .entry-header img {
width: 100%;
}
.post-content .post-meta {
list-style-type: none;
margin-left: 0;
}
.post-content .post-meta li {
position: relative;
}
.post-content .post-meta li a {
color: #745cf9;
font-weight: 400;
}
.post-content .post-meta li a:hover,
.post-content .post-meta li a:focus {
color: #5234f9;
}
.post-content .post-meta li:before {
content: '';
height: 10px;
width: 2px;
background: #001c28;
display: block;
position: absolute;
bottom: 6px;
left: -13px;
}
.post-content .post-meta li:first-of-type:before {
content: none;
}
.post-content .entry-content .post-title {
font-size: 30px;
line-height: 35px;
margin-top: 25px;
margin-bottom: 10px;
}
.post-content .entry-content .post-title a {
font-weight: 300;
color: #001c28;
}
.post-content.post-grid-small .shapely-category {
width: 70%;
}
.post-content .shapely-category {
position: absolute;
background: #fff;
height: 62px;
width: 45%;
bottom: 0;
left: 0;
}
.post-content .shapely-category a {
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
color: #bebebe;
display: inline-block;
width: 100%;
text-align: center;
margin-top: 16px;
padding-bottom: 13px;
position: relative;
}
.post-content .shapely-category a:hover,
.post-content .shapely-category a:focus {
color: #5234f9;
}
.post-content .shapely-category a:after {
content: '';
display: block;
width: 45px;
height: 1px;
background: #ebebeb;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
}
.post-content .more-link {
display: block;
width: 140px;
margin-top: 20px;
text-align: center;
background: #745cf9;
color: #fff;
padding: 10px 20px;
}
.post-content .more-link:hover,
.post-content .more-link:focus {
background: #5234f9;
}
.shapely-next-prev {
padding-bottom: 35px;
}
.shapely-tags {
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #ebebeb;
}
.shapely-tags > span {
font-size: 15px;
color: #767676;
margin-right: 10px;
}
.shapely-tags > a {
font-size: 15px;
font-weight: 400;
color: #767676;
}
.shapely-tags > a:hover,
.shapely-tags > a:focus {
color: #5234f9;
}
.shapely-related-posts {
padding-top: 35px;
border-top: 1px solid #ebebeb;
position: relative;
}
.shapely-related-posts .shapely-related-post-title a {
color: #001c28;
font-size: 18px;
font-weight: normal;
display: inline-block;
margin-top: 20px;
position: relative;
padding-left: 9px;
}
.shapely-related-posts .shapely-related-post-title a:before {
content: '';
height: 13px;
width: 1px;
background: #e1e1e1;
position: absolute;
left: 0;
top: 6px;
}
.shapely-related-posts .shapely-related-post-title a:hover,
.shapely-related-posts .shapely-related-post-title a:focus {
color: #5234f9;
}
.shapely-related-posts .shapely-carousel-navigation {
margin-bottom: 0;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows {
list-style-type: none;
margin: 0;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li {
display: inline-block;
position: absolute;
right: -17px;
top: 50%;
width: 35px;
height: 35px;
background: rgba(0, 0, 0, 0.6);
border-radius: 50%;
z-index: 100;
text-align: center;
line-height: 35px;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li a {
color: #fff;
display: block;
line-height: 35px;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li:hover,
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li:focus {
background: black;
}
.shapely-related-posts .shapely-carousel-navigation .shapely-carousel-arrows li:first-of-type {
left: -17px;
right: initial;
} .comment-form :-moz-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.comment-form ::-moz-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.comment-form :-ms-input-placeholder {
text-transform: initial;
font-weight: 400;
letter-spacing: initial;
color: #8c979e;
font-size: 14px;
font-family: inherit;
}
.comment-form textarea:focus,
.comment-form textarea:active {
outline: none;
border-bottom: 1px solid #745cf9;
}
.comment-form input[type='text']:focus,
.comment-form input[type='text']:active,
.comment-form input[type='url']:focus,
.comment-form input[type='url']:active,
.comment-form input[type='email']:focus,
.comment-form input[type='email']:active {
outline: none;
border-bottom: 1px solid #745cf9;
}
.comment-form .form-submit {
display: inline-block;
width: 100%;
margin-top: 15px;
}
.author-bio {
background: transparent;
}
.author-bio .avatar img {
border-radius: 50%;
}
@media all and (min-width: 991px) {
.author-bio .col-sm-10 {
border-left: 1px solid #ebebeb;
}
.author-bio-left-side .author-bio .col-sm-10 {
border-left: 0 none;
}
}
.author-bio .fn {
font-weight: 400;
font-size: 18px;
}
.author-bio p {
margin-top: 10px;
color: #8c979e;
font-size: 14px;
}
.author-bio .author-email {
color: #8c979e;
font-weight: 400;
}
.author-bio .author-email:hover,
.author-bio .author-email:focus {
color: #5234f9;
}
@media all and (min-width: 550px) {
.author-bio .author-social {
position: absolute;
right: 20px;
top: 0;
}
}
.author-bio .author-social li {
padding: 0 5px;
}
.author-bio .author-social li a {
color: #001c28;
font-size: 12px;
}
.author-bio-left-side .col-sm-2,
.author-bio-left-side .col-sm-10 {
width: 100%;
}
.author-bio-left-side .author-bio {
text-align: center;
padding: 15px 20px;
}
.author-bio-left-side .author-bio .fn {
margin-top: 10px;
display: inline-block;
width: 100%;
}
.author-bio-left-side .author-bio .author-email {
display: none;
}
.author-bio-left-side .author-bio .author-social {
position: relative;
display: inline-block;
text-align: center;
top: initial;
left: initial;
right: initial;
bottom: initial;
}
.author-bio-left-side .author-bio .author-social li a {
color: #001c28;
}
.single-post .entry-content .dropcaps-content > p:first-child:first-letter,
.single-jetpack-portfolio .entry-content .dropcaps-content > p:first-child:first-letter {
float: left;
font-size: 57px;
margin: 10px;
margin-right: 20px;
color: #001c28;
}
.shapely-related-posts .owl-carousel .owl-item .related-item-thumbnail img {
display: none;
}
.shapely-related-posts .related-item-thumbnail {
display: block;
padding-bottom: 85%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.pt0 {
padding-top: 30px;
} .woocommerce-product-gallery figure {
padding: 0;
}
.woocommerce .cart .coupon input.button {
width: auto;
}
.woocommerce-page #content table.cart td.actions .coupon .input-text {
width: auto;
}
.create-account label.woocommerce-form__label {
width: 100% !important;
display: block !important;
}
.woocommerce form .form-row.create-account .input-checkbox {
position: relative;
} .wpcf7-form div.wpcf7-validation-errors {
background: #f7e700;
color: #000;
}
.wpcf7-form div.wpcf7-mail-sent-ng {
background: #f00;
color: #fff;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
background: #398f14;
color: #fff;
}
.wpcf7-form div.wpcf7-spam-blocked {
background: #ffa500;
color: #000;
}
span.wpcf7-not-valid-tip {
margin-top: -24px;
}
.page-template-template-widget section.content-area {
padding-top: 0;
}
.widget .text-center .img-responsive {
margin-left: auto;
margin-right: auto;
}
section .widget-post-thumbnail {
display: block;
margin-bottom: 24px;
}
section .widget-post-title {
margin: 0;
}
section .widget-post-excerpt {
margin-top: 24px;
padding: 0 15px;
}