/*
Theme Name: Artburst
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}

.alignright {
float:right;
margin: 5px 0 20px 20px;
}

.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

.aligncenter {
display: block;
margin: 5px auto 5px auto;
}

a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}

a img.alignnone {
margin: 5px 20px 20px 0;
}

a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}

.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}

.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
margin: 5px 0 20px 20px;
}

.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
display:block;
}


/* main elements */

.visual-category .hover-picture{
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
-webkit-transition: all ease-out 0.3s;
-o-transition: all ease-out 0.3s;
transition: all ease-out 0.3s;
}

.visual-category a:hover .hover-picture{
opacity: 1;
}

.three-cols .post{
overflow: hidden;
}

.post h1{
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

.post .info-bar{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}

.post.post-lg .info-bar .meta{
padding: 0 !important;
}

.post .info-bar .social{
float: none;
}



.visual-category a:before{
display: none;
}

.news-tabs .fade{
opacity: 1 !important;
}

#main .visual-category:last-child{
margin: 0 0 12px;
}

.page-item .page-link{
border: 0;
color: #000 !important;
background: none !important;
border: 0 !important;
font-weight: 400;
padding: 0;
}
.form-check label:after,
.form-check label:before {
display: none;
}
.form-check label span {
display: block;
}
.form-check [type="checkbox"]:checked + span:after {
display: block;
}
.form-check label span:before{
content:'';
width:34px;
height:34px;
border:2px solid #d9d9d7;
position:absolute;
left:-49px;
top:50%;
margin-top:-17px;
-webkit-border-radius:3px;
border-radius:3px
}
.form-check label span:after{
content:'';
position:absolute;
top:50%;
left:-39px;
border:1px solid #000;
border-width:0 0 3px 3px;
width:18px;
height:8px;
display: none;
-webkit-transform:skewX(5deg) rotate(-43deg);
-ms-transform:skewX(5deg) rotate(-43deg);
transform:skewX(5deg) rotate(-43deg);
margin-top:-5px
}
.post .info-bar{
overflow: visible;
}
.post .info-bar .socials{
padding: 0 !important;
}
.main-section .side-margin-0 .post{
margin-top: 0 !important;
}
#sidebar{
padding-bottom: 30px;
}

#sidebar .searh-form{
position: static;
width: 100%;
margin: 0 0 30px;
}

#sidebar .searh-form button[type="submit"]{
right: 15px;
color: #000;

}

#sidebar ul{
list-style: none;
margin: 0;
padding: 0 0 30px;
}

#sidebar ul li{
list-style: none;
}

#loadmore{
cursor: pointer;
display: inline-block;
vertical-align:top;
}

#loadmore:hover{
text-decoration: underline;
}

.post-container{
margin: 0 0 20px;
}

.thumbnail-single-post{
height: auto !important;
}

.post .card{
padding: 0;
border: 0;
}
.post .card .card-img-top{
border: 0;
}


@media only screen and (max-width:1056px){
.info-bar .socials li{
margin-right: 4px !important;
}

.post .info-bar{
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
.post .info-bar .socials{
padding-top: 10px !important;
width: 100%;
}
}

@media only screen and (max-width:992px){
.post .info-bar .socials{
width: auto;
}
}

@media only screen and (max-width:767px){
.form-check label {
position: relative;
}

.post .info-bar .socials{
padding: 10px 0 0 !important;
}
.post .info-bar{
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}

.post .info-bar .socials{
padding: 10px 0 0 !important;
width: 100%;
}
.news-tabs{
padding: 20px 0 30px !important;
}
.news-tabs .nav{
position: absolute !important;
left: 0;
right: 0;
bottom: 0;
text-align: center;
}

.news-tabs .nav .nav-item{
margin: 0 2px 0 5px;
display: inline-block;
vertical-align:top;
overflow:hidden;
width: 16px;
height: 16px;
}

.news-tabs .nav .nav-item a{
text-indent:-9999px;
overflow:hidden;
width: 16px;
height: 16px;
float: left;
border: 1px solid transparent;
border-radius: 50%;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
background: none !important;
}

.news-tabs .nav .nav-item a:after{
content: '';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
border-radius: 50%;
width: 8px;
height: 8px;
background: #fff;
margin: 0;
opacity: 0.7;
}

.news-tabs .nav .nav-item:hover a,
.news-tabs .nav .nav-item.active a{
border-color: #fff;
}

.news-tabs .nav .nav-item:hover a:after,
.news-tabs .nav .nav-item.active a:after{
opacity: 1;
}
}

.video-tabs .nav{
padding-left: 9px;
}

.video-tabs .nav li.active{
opacity: .8;
}

#st-1 .st-btn{
display: inline-block !important;
vertical-align:top;
}

.ctct-form-embed.form_0 .ctct-form-defaults{
background: none !important;
}

#footer .ctct-inline-form{
max-width: 169px;
padding: 0 0 10px;
margin: 0 0 0 auto;
float: none;
color: #fff;
}

#footer .ctct-inline-form a{
color: #fff !important;
}

.ctct-inline-form div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header{
font-weight: 400;
display: block;
margin: 0 0 15px;
font-size: 13px;
letter-spacing: .5px;

font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

.ctct-inline-form div.ctct-form-embed div.ctct-form-defaults #success_message_1 h2.ctct-form-header{
	margin: 0;
}

.lightbox-demo .ctct-inline-form div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header{
font-size: 26px;
}

.lightbox-demo div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before{
position: relative;
left: 0;
}

.lightbox-demo  div.ctct-form-embed form.ctct-form-custom label.ctct-form-label{
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
padding: 0;
}

#footer .ctct-inline-form div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header{
color: #fff;
}

.ctct-inline-form div.ctct-form-embed div.ctct-form-defaults{
padding: 0;
}

.ctct-inline-form div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text{
display: none;
}

/*.ctct-inline-form div.ctct-form-embed div.ctct-form-defaults .ctct-form-success p.ctct-form-text{
display: block !important;
color: #fff !important
font-size: 13px;
letter-spacing: .5px;
color: #fff;
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}*/
#footer .ctct-inline-form div.ctct-form-embed form.ctct-form-custom label.ctct-form-label{
display: none;
}

.ctct-inline-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
display: block;
width: 100%;
background: #fff;
border: 1px solid #d9d9d7;
margin: 0 0 10px;
height: 24px;
padding: 3px 5px 4px;
-webkit-border-radius: 0;
border-radius: 0;
}

.lightbox-demo .ctct-inline-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
border: 2px solid #000 !important;
padding: 7px 10px;
border-style: none;
height: auto !important;
}
#footer .ctct-inline-form div.ctct-form-embed form.ctct-form-custom button.ctct-form-button{
display: none !important;
}
.ctct-form-footer{
display: none !important;
}

.ctct-inline-form div.ctct-form-embed form.ctct-form-custom div.ctct-form-field{
margin-bottom: 10px;
}

.lightbox-demo .ctct-inline-form div.ctct-form-embed form.ctct-form-custom div.ctct-form-field{
margin: 0 0 20px;
}
.ctct-inline-form div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success,
.ctct-inline-form div.ctct-form-embed form.ctct-form-custom{
min-height: 1px;
}

.lightbox-demo .ctct-form-button{
display: inline-block;
font-weight: 600;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 2px solid #000 !important;
border-radius: 0 !important;
padding: .375rem 1.8em;
font-size: 1rem;
line-height: 1.5;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
color: #000 !important;
background-color: transparent !important;
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

.lightbox-demo .ctct-form-button:hover{
background: #000 !important;
color: #fff !important;
}

body.fancybox-active {
overflow: hidden; }

body.fancybox-iosfix {
position: fixed;
left: 0;
right: 0; }


.news-tabs .nav .tab-item{
background: rgba(0,0,0,.5);
padding: 23px 40px 19px 62px;
position: relative;
}

.news-tabs .nav .tab-item a.btn{
padding: .375rem 1.8em;
}

.news-tabs .nav .tab-item a.btn:before,
.news-tabs .nav .tab-item a.btn:after{
display: none;
}

.news-tabs .nav .tab-item .nav-link{
padding: 0;
background: none;
position: absolute;
left: 0;
bottom: -2px;
}

.news-tabs .nav .tab-item .nav-link:hover{
opacity: 0.7;
}

.news-tabs .nav .nav-item.active .tab-item{
background: rgba(0,0,0,.8);
}


.fancybox-is-hidden {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden; }

.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99992;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0; }

.fancybox-outer {
overflow-y: auto;
-webkit-overflow-scrolling: touch; }

.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
opacity: 0.87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
position: absolute;
direction: ltr;
z-index: 99997;
opacity: 0;
visibility: hidden;
transition: opacity .25s, visibility 0s linear .25s;
box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
opacity: 1;
visibility: visible;
transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
top: 0;
left: 0;
font-size: 13px;
padding: 0 10px;
height: 44px;
min-width: 44px;
line-height: 44px;
color: #ccc;
text-align: center;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased;
mix-blend-mode: exclusion; }

.fancybox-toolbar {
top: 0;
right: 0;
margin: 0;
padding: 0; }

.fancybox-stage {
overflow: hidden;
direction: ltr;
z-index: 99994;
-webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
overflow: visible; }

.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch;
display: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block; }

.fancybox-slide--image {
overflow: visible; }

.fancybox-slide--image::before {
display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
background: #E5E3DF; }

.fancybox-slide--next {
z-index: 99995; }

.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0 44px;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto;
box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
display: none; }

.fancybox-slide .fancybox-image-wrap {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
cursor: -webkit-zoom-out;
cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
cursor: -webkit-zoom-in;
cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
cursor: -webkit-grab;
cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
cursor: -webkit-grabbing;
cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }

.fancybox-spaceball {
z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
padding: 0;
width: 80%;
height: 80%;
max-width: calc(100% - 100px);
max-height: calc(100% - 88px);
overflow: visible;
background: #fff; }

.fancybox-iframe {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #fff; }

.fancybox-error {
margin: 0;
padding: 40px;
width: 100%;
max-width: 380px;
background: #fff;
cursor: default; }

.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font-size: 16px;
line-height: 20px; }

/* Buttons */
.fancybox-button {
box-sizing: border-box;
display: inline-block;
vertical-align: top;
width: 44px;
height: 44px;
margin: 0;
padding: 10px;
border: 0;
border-radius: 0;
background: rgba(30, 30, 30, 0.6);
transition: color .3s ease;
cursor: pointer;
outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
color: #fff; }

.fancybox-button[disabled] {
color: #ccc;
cursor: default;
opacity: 0.6; }

.fancybox-button svg {
display: block;
position: relative;
overflow: visible;
shape-rendering: geometricPrecision; }

.fancybox-button svg path {
fill: currentColor;
stroke: currentColor;
stroke-linejoin: round;
stroke-width: 3; }

.fancybox-button--share svg path {
stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
display: none; }

.fancybox-button--pause svg path:nth-child(1) {
display: none; }

.fancybox-button--zoom svg path {
fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
display: none; }

.fancybox-show-nav .fancybox-navigation {
display: block; }

.fancybox-navigation button {
position: absolute;
top: 50%;
margin: -50px 0 0 0;
z-index: 99997;
background: transparent;
width: 60px;
height: 100px;
padding: 17px; }

.fancybox-navigation button:before {
content: "";
position: absolute;
top: 30px;
right: 10px;
width: 40px;
height: 40px;
background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
background: transparent;
z-index: 10;
cursor: pointer; }

.fancybox-close-small:after {
content: '×';
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
color: #888;
font-weight: 300;
text-align: center;
border-radius: 50%;
border-width: 0;
background-color: transparent;
transition: background-color .25s;
box-sizing: border-box;
z-index: 2; }

.fancybox-close-small:focus {
outline: none; }

.fancybox-close-small:focus:after {
outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
color: #555;
background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
top: 0;
right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
font-size: 35px;
color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
color: #fff;
background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
display: none; }

/* Caption */
.fancybox-caption-wrap {
bottom: 0;
left: 0;
right: 0;
padding: 60px 2vw 0 2vw;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
pointer-events: none; }

.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
pointer-events: all;
position: relative;
/* Fix IE11 */ }

.fancybox-caption a {
color: #fff;
text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
border: 6px solid rgba(100, 100, 100, 0.4);
border-top: 6px solid rgba(255, 255, 255, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: fancybox-rotate .8s infinite linear;
animation: fancybox-rotate .8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }

@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }


.popup-holder {
position: relative;
overflow: hidden;
height: 0;
}

.lightbox-demo {
padding: 30px;
width: 600px;
}

.lightbox-demo h2 {
margin: 0 0 10px;
}

.lightbox-demo p {
margin: 0;
}

.email-form .form-control{
border: 2px solid #000;
border-radius: 0;
}

/* Transition effects */
.fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
padding: 30px;
border-radius: 3px;
background: #f4f4f4;
max-width: 90%;
text-align: center; }

.fancybox-share h1 {
color: #222;
margin: 0 0 20px 0;
font-size: 35px;
font-weight: 700; }

.fancybox-share p {
margin: 0;
padding: 0; }

p.fancybox-share__links {
margin-right: -10px; }

.fancybox-share__button {
display: inline-block;
text-decoration: none;
margin: 0 10px 10px 0;
padding: 0 15px;
min-width: 130px;
border: 0;
border-radius: 3px;
background: #fff;
white-space: nowrap;
font-size: 14px;
font-weight: 700;
line-height: 40px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
transition: all .2s; }

.fancybox-share__button:hover {
text-decoration: none; }

.fancybox-share__button--fb {
background: #3b5998; }

.fancybox-share__button--fb:hover {
background: #344e86; }

.fancybox-share__button--pt {
background: #bd081d; }

.fancybox-share__button--pt:hover {
background: #aa0719; }

.fancybox-share__button--tw {
background: #1da1f2; }

.fancybox-share__button--tw:hover {
background: #0d95e8; }

.fancybox-share__button svg {
position: relative;
top: -1px;
width: 25px;
height: 25px;
margin-right: 7px;
vertical-align: middle; }

.fancybox-share__button svg path {
fill: #fff; }

.fancybox-share__input {
box-sizing: border-box;
width: 100%;
margin: 10px 0 0 0;
padding: 10px 15px;
background: transparent;
color: #5d5b5b;
font-size: 14px;
outline: none;
border: 0;
border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
display: none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 212px;
margin: 0;
padding: 2px 2px 4px 2px;
background: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
box-sizing: border-box;
z-index: 99995; }

.fancybox-thumbs-x {
overflow-y: hidden;
overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
display: block; }

.fancybox-show-thumbs .fancybox-inner {
right: 212px; }

.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0;
white-space: nowrap; }

.fancybox-thumbs-x > ul {
overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px; }

.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
padding: 0;
margin: 2px;
width: 100px;
height: 75px;
max-width: calc(50% - 4px);
max-height: calc(100% - 8px);
position: relative;
cursor: pointer;
outline: none;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box; }

li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }

.fancybox-thumbs > ul > li:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1; }

.p-404 .searh-form{
	position: static;
	width: 100%;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
.fancybox-thumbs {
width: 110px; }
.fancybox-show-thumbs .fancybox-inner {
right: 110px; }
.fancybox-thumbs > ul > li {
max-width: calc(100% - 10px); } }

@media only screen and (max-width:767px){
.video-tabs .nav{
padding: 0 9px !important;
}
}

@media only screen and (max-width:575px){
.author-detail .photo{
text-align: center;
}

.author-detail .descr h1{
text-align: center;
margin: 0 0 .38rem;
}
}




.title-mobile {
    margin: 10px 0px 25px;
}
.made-by{
    padding-left: 15px;
    padding-top:15px;
    letter-spacing: 0.6px;
}

@media(max-width:768px){
    #footer{
        text-align: center;
    }
    #footer .ctct-inline-form{
        margin: 0 auto;
        text-align: center;
    }
    #footer .socials{
        justify-content: center;
        margin:0 auto;
    }
    .made-by{
        margin:0 auto;
        padding:0px;
    }
}
.form-mailch .btn-arrtss {
	display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    padding: 16px;
    line-height: 1;
    background-image: none;
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none;
    transition: all 0.1s ease-in-out;
    border:  2px solid #000000;
}

.form-mailch .btn-arrtss:hover {
    background: #000 !important;
    color: #fff !important;
}

.form-mailch input.ctct-form-element {
    border: 2px solid #000!important;
    padding: 7px 10px;
    border-style: none;
    height: auto !important;
	box-sizing: border-box;
	display: block;
    width: 100%;
    background: #fff;
    margin: 0 0 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.form-mailch .form-mailch div.ctct-form-field {
    margin: 0 0 20px;
}

.form-mailch label.ctct-form-label {
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    padding: 0;
	display: block;
    margin-bottom: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
}

.form-mailch .ctct-form-required:before {
    content: "\2217";
/*     position: absolute; */
    top: -4px;
    left: -12px;
    color: #f5463b;
}

.form-mailch p.ctct-gdpr-text {
    line-height: 1.5;
    font: 11px "Helvetica Neue", Arial, sans-serif;
    color: #323232;
    margin-bottom: 24px;
}

.form-mailch .ctct-form-header {
    font-weight: 400;
    display: block;
    margin: 0 0 15px;
    font-size: 26px;
    letter-spacing: .5px;
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

.lightbox-demo {
    padding: 30px;
	width: 100%;
    max-width: 600px;
}

.post .card .card-img-top img.thumbnail-single-post{
	max-height: 400px;
	object-fit: contain;
}