.md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}
.md-perspective body  {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.md-modal {
position: fixed;
top: 50%;
left: 50%;
width: 50%;
max-width: 630px;
min-width: 320px;
height: auto;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.skomfare2AnimationEnded{
max-height: 80%;
overflow: auto;
}
.md-show {
visibility: visible;
}
.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
} .md-content {
color: #fff;
background: #e74c3c;
position: relative;
border-radius: 3px;
margin: 0 auto;
}
.md-content > h3 {
margin: 0;
padding: 0.4em;
text-align: center;
font-size: 2.4em;
font-weight: 300;
background: rgba(0,0,0,0.1);
border-radius: 3px 3px 0 0;
}
.md-content > div {
padding: 15px 40px 30px;
margin: 0;
font-weight: 300;
font-size: 1.15em;
}
.md-content > div p {
margin: 0;
padding: 10px 0;
}
.md-content > div ul {
margin: 0;
padding: 0 0 30px 20px;
}
.md-content > div ul li {
padding: 5px 0;
}
.md-content button.md-close {
display: block !important;
margin: 0 auto !important;
font-size: 0.8em;
}  .md-effect-1 .md-content {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .md-effect-2 .md-content {
-webkit-transform: translateX(20%);
-moz-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
} .md-effect-3 .md-content {
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
} .md-effect-4 .md-content {
-webkit-transform: scale(0) rotate(720deg);
-moz-transform: scale(0) rotate(720deg);
-ms-transform: scale(0) rotate(720deg);
transform: scale(0) rotate(720deg);
opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
} .md-effect-5.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-5 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(600px) rotateX(20deg); 
-moz-transform: translateZ(600px) rotateX(20deg); 
-ms-transform: translateZ(600px) rotateX(20deg); 
transform: translateZ(600px) rotateX(20deg); 
opacity: 0;
}
.md-show.md-effect-5 .md-content {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translateZ(0px) rotateX(0deg);
-moz-transform: translateZ(0px) rotateX(0deg);
-ms-transform: translateZ(0px) rotateX(0deg);
transform: translateZ(0px) rotateX(0deg); 
opacity: 1;
} .md-effect-6.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-6 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
transform: translate(30%) translateZ(600px) rotate(10deg); 
opacity: 0;
}
.md-show.md-effect-6 .md-content {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
-moz-transform: translate(0%) translateZ(0) rotate(0deg);
-ms-transform: translate(0%) translateZ(0) rotate(0deg);
transform: translate(0%) translateZ(0) rotate(0deg);
opacity: 1;
} .md-effect-7{
top: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.md-effect-7 .md-content {
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
opacity: 0;
}
.md-show.md-effect-7 .md-content {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
border-radius: 0 0 3px 3px;
opacity: 1;
} .md-effect-8.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-8 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-70deg);
-moz-transform: rotateY(-70deg);
-ms-transform: rotateY(-70deg);
transform: rotateY(-70deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.md-show.md-effect-8 .md-content {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
} .md-effect-9.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-9 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-70deg);
-moz-transform: rotateX(-70deg);
-ms-transform: rotateX(-70deg);
transform: rotateX(-70deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.md-show.md-effect-9 .md-content {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
} .md-effect-10.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-10 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-60deg);
-moz-transform: rotateX(-60deg);
-ms-transform: rotateX(-60deg);
transform: rotateX(-60deg);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
transform-origin: 50% 0;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-10 .md-content {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
} .md-effect-11 .md-content {
-webkit-transform: scale(2);
-moz-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .md-effect-12 .md-content {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
background: #e74c3c;
} 
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
background: transparent;
}
.md-show.md-effect-12 .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .md-effect-13.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-13 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-3000px) rotateY(90deg);
-moz-transform: translateZ(-3000px) rotateY(90deg);
-ms-transform: translateZ(-3000px) rotateY(90deg);
transform: translateZ(-3000px) rotateY(90deg);
opacity: 0;
}
.md-show.md-effect-13 .md-content {
-webkit-animation: slit .7s forwards ease-out;
-moz-animation: slit .7s forwards ease-out;
animation: slit .7s forwards ease-out;
}
@-webkit-keyframes slit {
50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
@-moz-keyframes slit {
50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
@keyframes slit {
50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
} .md-effect-14.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-14 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateY(100%) rotateX(90deg);
-moz-transform: translateY(100%) rotateX(90deg);
-ms-transform: translateY(100%) rotateX(90deg);
transform: translateY(100%) rotateX(90deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
transform-origin: 0 100%;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.md-show.md-effect-14 .md-content {
-webkit-transform: translateY(0%) rotateX(0deg);
-moz-transform: translateY(0%) rotateX(0deg);
-ms-transform: translateY(0%) rotateX(0deg);
transform: translateY(0%) rotateX(0deg);
opacity: 1;
} .md-effect-15.md-modal {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
}
.md-effect-15 .md-content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
transform: translateZ(100px) translateX(-30%) rotateY(90deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
transform-origin: 0 100%;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
transform: translateZ(0px) translateX(0%) rotateY(0deg);
opacity: 1;
} .md-show.md-effect-16 ~ .md-overlay {
background: rgba(180,46,32,0.5);
}
.md-show.md-effect-16 ~ .container {
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
filter: blur(3px);
}
.md-effect-16 .md-content {
-webkit-transform: translateY(-5%);
-moz-transform: translateY(-5%);
-ms-transform: translateY(-5%);
transform: translateY(-5%);
opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
} .md-show.md-effect-17 ~ .container {
height: 100%;
overflow: hidden;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}	
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay  {
-webkit-transform: rotateX(-2deg);
-moz-transform: rotateX(-2deg);
-ms-transform: rotateX(-2deg);
transform: rotateX(-2deg);
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.md-effect-17 .md-content {
opacity: 0;
-webkit-transform: translateY(200%);
-moz-transform: translateY(200%);
-ms-transform: translateY(200%);
transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: all 0.3s 0.2s;
-moz-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
} .md-show.md-effect-18 ~ .container {
height: 100%;
overflow: hidden;
}
.md-show.md-effect-18 ~ .md-overlay {
background: rgba(143,27,15,0.8);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
-webkit-transform-style: preserve-3d;
-webkit-transform-origin: 0% 50%;
-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
-moz-transform-style: preserve-3d;
-moz-transform-origin: 0% 50%;
-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
transform-style: preserve-3d;
transform-origin: 0% 50%;
animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: translateZ(-200px); }
}
@-moz-keyframes rotateRightSideFirst {
50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
100% { -moz-transform: translateZ(-200px); }
}
@keyframes rotateRightSideFirst {
50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
100% { transform: translateZ(-200px); }
}
.md-effect-18 .md-content {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
transform: translateX(200%);
opacity: 0;
}
.md-show.md-effect-18 .md-content {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-webkit-transition: all 0.5s 0.1s;
-moz-transition: all 0.5s 0.1s;
transition: all 0.5s 0.1s;
} .md-show.md-effect-19 ~ .container {
height: 100%;
overflow: hidden;
}
.md-show.md-effect-19 ~ .md-overlay {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
-webkit-transform-style: preserve-3d;
-webkit-transform-origin: 50% 100%;
-webkit-animation: OpenTop 0.5s forwards ease-in;
-moz-transform-style: preserve-3d;
-moz-transform-origin: 50% 100%;
-moz-animation: OpenTop 0.5s forwards ease-in;
transform-style: preserve-3d;
transform-origin: 50% 100%;
animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
50% { 
-webkit-transform: rotateX(10deg); 
-webkit-animation-timing-function: ease-out; 
}
}
@-moz-keyframes OpenTop {
50% { 
-moz-transform: rotateX(10deg); 
-moz-animation-timing-function: ease-out; 
}
}
@keyframes OpenTop {
50% { 
transform: rotateX(10deg); 
animation-timing-function: ease-out; 
}
}
.md-effect-19 .md-content {
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
opacity: 0;
}
.md-show.md-effect-19 .md-content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: all 0.5s 0.1s;
-moz-transition: all 0.5s 0.1s;
transition: all 0.5s 0.1s;
}
.md-trigger{
cursor:pointer;
}body .wp-show-posts a{box-shadow:0 0 0 transparent}.wp-show-posts-entry-title a{text-decoration:none}a.wp-show-posts-read-more,a.wp-show-posts-read-more:visited{display:inline-block;padding:8px 15px;border:2px solid #222;color:#222;font-size:.8em;text-decoration:none}.wpsp-read-more{margin:0 0 1em;display:inline-block}a.wp-show-posts-read-more:focus,a.wp-show-posts-read-more:hover{border:2px solid transparent;color:#fff;background:#222;text-decoration:none}.wp-show-posts-image{margin-bottom:1em}.wp-show-posts-image.wpsp-image-left{float:left;margin-right:1.5em}.wp-show-posts-image.wpsp-image-right{float:right;margin-left:1.5em}.wp-show-posts-image.wpsp-image-center{display:block;text-align:center}.wp-show-posts-image img{margin:0!important;vertical-align:bottom;height:auto}.wp-show-posts-entry-header{margin:0 0 1em;padding:0}.wp-show-posts .wp-show-posts-entry-title{margin:0}.wp-show-posts-updated{display:none}.wp-show-posts-entry-content,.wp-show-posts-entry-summary{margin-bottom:1em}.wp-show-posts-entry-meta{font-size:.8em}.wp-show-posts-separator{opacity:.5}.wp-show-posts-meta a,.wp-show-posts-meta a:visited{color:rgba(0,0,0,.5)}.stack-wp-show-posts-byline,.stack-wp-show-posts-posted-on{display:block}.wp-show-posts-entry-meta-below-post{margin-bottom:1em}.wp-show-posts-columns:not(.wp-show-posts-masonry){display:flex;flex-wrap:wrap}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block){display:flex;flex-direction:row}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img{flex:0 0 auto;object-fit:scale-down}.wpsp-clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child){margin-bottom:2em}.wpsp-load-more{margin-top:2em}.wp-show-posts-columns .wp-show-posts-inner{flex:1}.wp-show-posts-inner:after{clear:both;display:table;content:'';width:0;height:0;overflow:hidden;visibility:hidden}.wp-show-posts-single.post{margin-bottom:0}@media (min-width:768px){.wpsp-col-1,.wpsp-col-10,.wpsp-col-11,.wpsp-col-12,.wpsp-col-2,.wpsp-col-20,.wpsp-col-3,.wpsp-col-4,.wpsp-col-5,.wpsp-col-6,.wpsp-col-7,.wpsp-col-8,.wpsp-col-9{float:left}.wpsp-col-1{width:8.333333%}.wpsp-col-2{width:16.666667%}.wpsp-col-3{width:25%}.wpsp-col-4{width:33.333%}.wpsp-col-5{width:41.666667%}.wpsp-col-6{width:50%}.wpsp-col-7{width:58.333333%}.wpsp-col-8{width:66.666667%}.wpsp-col-9{width:75%}.wpsp-col-10{width:83.333333%}.wpsp-col-11{width:91.666667%}.wpsp-col-12{width:100%}.wpsp-col-20{width:20%}}@media (max-width:767px){.wp-show-posts-columns,.wp-show-posts-inner{margin-left:0!important;margin-right:0!important}.wp-show-posts-columns .wp-show-posts-single{display:block;width:100%}.wp-show-posts-image.wpsp-image-left,.wp-show-posts-image.wpsp-image-right{float:none;margin-right:0;margin-left:0}}.wp-show-posts-inner :last-child{margin-bottom:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wpsp-clearfix:after{content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}img,legend{border:0}legend,td,th{padding:0}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,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:0 0 25px 0}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
.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%;}iframe{border:0;}.widget select { max-width: 100%; }  body,
button,
select,
textarea {
color: #181818;
font-size: 16px;
font-weight: 400;
font-family: "Lato", sans-serif;
line-height: 1.65;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
margin: 0;
padding: 0;
margin-bottom: 25px;
color: #292c33;
line-height: 1.45;
font-weight: 500;
font-family: "Montserrat";
}
h1 {font-size: 33px;}
h2 {font-size: 30px;}
h3 {font-size: 27px;}
h4 {font-size: 24px;}
h5 {font-size: 21px;}
h6 {font-size: 18px;}
p {margin: 0;margin-bottom: 25px;}
p:last-child {margin: 0;}
dfn, cite, em, i {font-style: italic;}
blockquote {
font-size: 19px;
font-style: italic;
font-family: Georgia, serif;
line-height: 1.65;
background-image: url(//destinydevotionals.org/wp-content/themes/socrates-v5/images/blockquote.png);
background-repeat: no-repeat;
background-position: 15px 0;
padding: 13px 41px;
text-align: center;
}
blockquote p:last-child {margin: 0;	}
address {margin-bottom: 25px;}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
margin-bottom: 25px;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {font-size: 125%;}
small {font-size: 75%;} body {background: #fff;	}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #e5e5e5;
border: 0;
height: 1px;
margin-bottom: 25px;
}
ul,
ol {
margin: 0;
margin-bottom: 25px;
padding: 0 0 0 20px;
}
ul {
list-style: square;
color: #444;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
}
table {
margin-bottom: 25px;
width: 100%;
line-height: 1;
}
.widget table {
table-layout: fixed;
}
table thead {
background: #4082c6;
color: #fff;
text-align: left;
}
table td,
table th {
padding: 10px;
text-align: left;
}
table tbody th {
background: #4082c6;
color: #fff;
}
table tbody th a {
color: inherit;
}
.text-align-center {
text-align: center;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
line-height: 45px;
color: #fff;
font-size: 13px;
font-family: "Montserrat";
font-weight: bold;
background: #4082c6;
padding: 0 22px;
margin: 0;
border-radius: 2px;
text-transform: none;
text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
background: rgb(255, 255, 255);
border: 1px solid #e4e5e7;
color: #4d4d4d;
font-size: 14px;
font-weight: 500;
font-family: inherit;
line-height: 1.4;
padding: 13px;
max-width: 100%;
box-sizing: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #4d4d4d;
}
textarea {
width: 100%;
} a {
text-decoration: none;
color: #4082c6;
} .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;
display: block;
font-size: inherit;
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;
} .sticky {
background-color: #f9f9f9;
padding: 20px;
border: 1px #ddd solid;
}
.bypostauthor {
}
.alignleft {
display: inline;
float: left;
margin: 0 20px 20px 0;
}
.alignright {
display: inline;
float: right;
margin: 0 0 20px 20px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} #wp-calendar caption {
margin-bottom: 10px;
}
.wp-caption {
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.15 );
}
.wp-caption .wp-caption-text {
font-style: italic;
margin: 0;
padding: 0 10%;
margin-top: 10px;
}
.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;
} .float-left {
float: left;
}
.float-right {
float: right;
}
.float-none {
float: none;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; } .wrapper,
.body-general-layout-wrapped #page-inner {
max-width: 1200px;
margin: 0 auto;
}
body.body-general-layout-wrapped #page-inner .wrapper {
padding-left: 50px;
padding-right: 50px;
}
.col {
display: block;
float: left;
margin-right: 3.42%;
}
body.rtl .col {
float: right;
margin-left: 3.42%;
margin-right: 0;
}
.col-1 { width: 5.198%; }
.col-2 { width: 13.81%; }
.col-3 { width: 22.43%; }
.col-4 { width: 31.05%; }
.col-5 { width: 39.67%; }
.col-6 { width: 48.29%; }
.col-7 { width: 56.90%; }
.col-8 { width: 65.52%; }
.col-9 { width: 74.14%; }
.col-10 { width: 82.76%; }
.col-11 { width: 91.38%; }
.col-12 { width: 100%; }
.col-last {
margin-right: 0;
}
body.rtl .col-last {
margin-left: 0;
}
.col-first {
clear: both;
}
.no-col-spacing .col { margin: 0; }
.no-col-spacing .col-1 { width: 8.33333%; }
.no-col-spacing .col-2 { width: 16.66666%; }
.no-col-spacing .col-3 { width: 25%; }
.no-col-spacing .col-4 { width: 33.33333%; }
.no-col-spacing .col-5 { width: 41.66666%; }
.no-col-spacing .col-6 { width: 50%; }
.no-col-spacing .col-7 { width: 58.33333%; }
.no-col-spacing .col-8 { width: 66.66666%; }
.no-col-spacing .col-9 { width: 75%; }
.no-col-spacing .col-10 { width: 83.33333%; }
.no-col-spacing .col-11 { width: 91.66666%; }
.no-col-spacing .col-12 { width: 100%; }
.masonry-item.col {
margin-right: 0;
}
.owl-carousel .col {
width: auto;
margin-right: 0;
}
.grid-sizer {
width: 31.05%;
}
body.page-template-template-masonry-sidebar-php .grid-sizer { 
width: 48.29%; 
}
.gutter-sizer {
width: 3.42%;
}
.masonry-item {
opacity: 0 !important;
transform: scale( 0.8 );
border: 1px solid #eee;
padding: 10px;
}
.masonry-item.init-animation {
opacity: 1 !important;
transition: transform .5s, opacity .5s;
transform: scale( 1 );
}
.masonry-item:hover {    -webkit-box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.05);
box-shadow: 0 -2px 38px 0 rgba(0,0,0,0.05)
} #page,
#page-inner {
position: relative;
}
.body-general-layout-wrapped {
background: #f1f3f6;
}
.body-general-layout-wrapped #page-inner {
background: #fff;
border: 1px solid #e4e5e7;
border-radius: 2px;
margin: 0 auto;
margin-top: 20px;
} #top-bar {
background: #22242a;
line-height: 31px;
}  #top-bar-navigation {
float: right;
z-index: 99999;
position: relative;
font-size: 0;
}
#top-bar-navigation ul,
#top-bar-navigation li {
list-style-type: none;
margin: 0;
padding: 0;
} #top-bar-navigation .menu > li {
display: inline-block;
position: relative;
z-index: 99998;
margin-right: 25px;
} #top-bar-navigation .menu a .fa {
display: inline-block;
color: #fff;
font-size: 7px;
margin-left: 9px;
vertical-align: middle;
line-height: 1;
} #top-bar-navigation .menu > li > a {
display: inline-block;
text-decoration: none;
vertical-align: middle;
color: #fff;
opacity: 0.8;
font-size: 11px;
font-weight: normal;
line-height: inherit;
text-transform: uppercase;
} #top-bar-navigation .menu > li > a:hover {
opacity: 1;
} #top-bar-navigation .menu > li.current-menu-item > a,
#top-bar-navigation .menu > li.current-menu-ancestor > a {
opacity: 1;
} #top-bar-navigation .menu ul {
background: #191a1f;
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0; text-align: left;
padding: 0;
-webkit-transition: .5s opacity;
-moz-transition: .5s opacity;
transition: .5s opacity;
} #top-bar-navigation .menu ul li {
position: relative;
display: block;
white-space: nowrap;
margin: 0;
padding: 0 20px; min-width: 150px;
} #top-bar-navigation .menu ul li a {				
display: block;
line-height: 1;
text-decoration: none;
color: #fff;
opacity: 0.5;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
line-height: 15px;
border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
padding-top: 13px;
padding-bottom: 13px;
text-transform: uppercase;
} #top-bar-navigation .menu ul li:last-child a {
border-bottom: 0 !important;
} #top-bar-navigation .menu ul li a:hover {
opacity: 1;
} #top-bar-navigation .menu ul li.current-menu-item > a {
opacity: 1;
} #top-bar-navigation .menu ul ul {
left: 100%;
margin-left: 0;
top: -11px; } #top-bar-navigation .menu li:hover > ul {
visibility: visible;
opacity: 1;
} #header {
background: #292c33;
background-position: left center;
background-size: cover;
position: relative;
}
#header-inner {
}
#header-inner .wrapper {
position: relative;
padding: 50px 0;
background-position: left center;
background-size: cover;
} #full-header-link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
} #logo {
position: relative;
line-height: 0;
float: left;
}
.body-logo-position-right #logo {
float: right;
text-align: right;
}
.body-logo-position-center #logo {
float: left;
text-align: center;
min-width: 100%;
}
#logo a,
#logo img {
display: inline-block;
}
#logo .site-title {
color: #fff;
font-family: "Montserrat";
font-weight: 700;
font-size: 34px;
line-height: 1;
letter-spacing: -1px;
margin-bottom: 10px;
white-space: nowrap;
}
#logo .site-title a {
color: inherit;
}
#logo .site-description {
color: #828992;
font-weight: 400;
font-size: 16px;
line-height: 1;		
} #header-widgets {
float: right;	
color: rgba( 255, 255, 255, 0.6 );
}
.body-logo-position-right #header-widgets {
float: left;
}
.body-logo-position-center #header-widgets {
float: none;
text-align: center;
padding-top: 40px;
clear: both;
}
#header-widgets .widget {
}
.body-logo-position-center #header-widgets .widget {
display: inline-block;
float: none;
}
#header-widgets .widget-title {
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 25px;
color: #fff;
} #navigation {
background: #22242a;
z-index: 99998;
position: relative;
border-bottom: 1px #e4e5e7 solid;
}
#navigation-inner {
position: relative;
float: left;
white-space: nowrap;
}
.navigation-below-center #navigation-inner {
float: none;
text-align: center;
}
#navigation ul,
#navigation li {
list-style-type: none;
margin: 0;
padding: 0;
} #navigation .menu > li {
display: inline-block;
position: relative;
z-index: 99998;
margin-right: 15px;
padding-right: 15px;
}
#navigation .menu > li:last-child {
margin-right: 0 !important;
padding-right: 0 !important;
} #navigation .menu a .fa {
display: inline-block;
color: #fff;
font-size: inherit;
margin-left: 8px;
vertical-align: middle;
line-height: 1;
} .fa-home-menu:before {
content: "\f015";
margin-left: -30px;
font-size:24px;
} #navigation .menu > li > a {
display: inline-block;
text-decoration: none;
vertical-align: middle;
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 45px;
padding: 0;
text-transform: uppercase;
} #navigation .menu > li > a:hover {
opacity: 1;
} #navigation .menu > li.current-menu-item > a,
#navigation .menu > li.current-menu-ancestor > a {
opacity: 1;
} #navigation .menu ul {
background: #191a1f;
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0; text-align: left;
padding: 5px 0;
-webkit-transition: .5s opacity;
-moz-transition: .5s opacity;
transition: .5s opacity;
} #navigation .menu ul li {
position: relative;
display: block;
white-space: nowrap;
margin: 0;
padding: 0 15px; min-width: 220px;
} #navigation .menu ul li > a {				
display: block;
line-height: 1;
text-decoration: none;
color: #fff;
opacity: 0.5;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
line-height: 15px;
border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
padding-top: 13px;
padding-bottom: 13px;
} #navigation .menu ul li:last-child > a {
border-bottom: 0 !important;
} #navigation .menu ul li > a:hover {
opacity: 1;
} #navigation .menu ul li.current-menu-item > a {
opacity: 1;
} #navigation .menu ul ul {
left: 100%;
margin-left: 0;
top: -5px; } #navigation .menu li:hover > ul {
visibility: visible;
opacity: 1;
} #navigation-aside {
float: right;
z-index: 99998;
position: relative;
white-space: nowrap;
}
body.body-logo-position-right #navigation-aside {
float: left;
}
body.body-logo-position-center #navigation-aside {
float: none;
text-align: center;
clear: both;
padding-top: 30px;
}
#navigation-aside-inner {
position: relative;
}
body.body-logo-position-center #navigation-aside-inner {
display: inline-block;
}
#navigation-aside ul,
#navigation-aside li {
list-style-type: none;
margin: 0;
padding: 0;
} #navigation-aside .menu > li {
display: inline-block;
position: relative;
z-index: 99998;
margin-right: 15px;
padding-right: 15px;
}
#navigation-aside .menu > li:last-child {
margin-right: 0 !important;
padding-right: 0 !important;
} #navigation-aside .menu a .fa {
display: inline-block;
color: #fff;
font-size: inherit;
margin-left: 8px;
vertical-align: middle;
line-height: 1;
} .fa-home-menu:before {
content: "\f015";
margin-left: -30px;
font-size:24px;
} #navigation-aside .menu > li > a {
display: inline-block;
text-decoration: none;
vertical-align: middle;
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 45px;
padding: 0;
text-transform: uppercase;
} #navigation-aside .menu > li > a:hover {
opacity: 1;
} #navigation-aside .menu > li.current-menu-item > a,
#navigation-aside .menu > li.current-menu-ancestor > a {
opacity: 1;
} #navigation-aside .menu ul {
background: #191a1f;
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0; text-align: left;
padding: 5px 0;
-webkit-transition: .5s opacity;
-moz-transition: .5s opacity;
transition: .5s opacity;
} #navigation-aside .menu ul li {
position: relative;
display: block;
white-space: nowrap;
margin: 0;
padding: 0 15px; min-width: 220px;
} #navigation-aside .menu ul li > a {				
display: block;
line-height: 1;
text-decoration: none;
color: #fff;
opacity: 0.5;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
line-height: 15px;
border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
padding-top: 13px;
padding-bottom: 13px;
} #navigation-aside .menu ul li:last-child > a {
border-bottom: 0 !important;
} #navigation-aside .menu ul li > a:hover {
opacity: 1;
} #navigation-aside .menu ul li.current-menu-item > a {
opacity: 1;
} #navigation-aside .menu ul ul {
right: 100%;
left: auto;
margin-left: 0;
top: -5px; } #navigation-aside .menu li:hover > ul {
visibility: visible;
opacity: 1;
} #header-search {
float: right;
position: relative;
margin-right: -51px;
}
body.body-general-layout-full #header-search {margin-right: 0px; }
#header-search .search-field {height: 45px;vertical-align: middle;background: rgba( 255, 255, 255, 0.1 );color: #333;font-size: 11px;text-transform: uppercase;width: 200px;border-bottom: 0px;border-top: 0px;border-left-color: rgba( 0, 0, 0, 0.1 );}
#header-search .search-submit {	display: none;}
#header-search .fa {position: absolute;top: 15px;right: 15px;color: #fff;opacity: 0.8;font-size: 14px;cursor: pointer;	}
#header-search .search-icon {position: absolute;top: 15px;right: 15px;color: #fff;opacity: 0.8;font-size: 14px;cursor: pointer;	}
.search-icon {position: absolute;top: 15px;right: 15px;display: block;width: 13px;height: 13px;border: 2px solid #4082c6;border-radius: 50%;}
.search-icon::after {content: '';display: block;height: 6px;width: 2px;background: #4082c6;position: absolute;top: 100%;left: 100%;	transform: rotate(-45deg);}
.search-form .search-icon {top: 16px;right: 50%;transform: translateX(50%);border-color: #fff;}
.search-form .search-icon::after {background: #fff;}
.search-submit {position: relative;}
.search-submit::after {content: "";display: inline-block;} #mobile-navigation {
display: none;
float: left;
margin-top: 8px;
}
body.body-logo-position-center #header #mobile-navigation {
float: none;
}
#mobile-navigation .fa {
display: inline-block;
font-size: 18px;
line-height: inherit;
}
.header-mobile-nav-hook {
display: inline-block;
cursor: pointer;
line-height: 34px;
color: #fff;
padding: 0;
background: #4082c6;
cursor: pointer;
width: auto;
position: relative;
margin-left:-45px;
height: 34px;
width: 40px;
cursor: pointer;
fill: #4082c6;
}
.st0{fill: #4082c6;
}
.header-mobile-nav-hook-icon {
display: inline-block;
position: absolute;
background: #fff;
height: 2px;
left: 10px;
right: 10px;
bottom: 50%;
}
.header-mobile-nav-hook::before,
.header-mobile-nav-hook::after {
content: " ";
display: inline-block;
position: absolute;
height: 2px;
left: 10px;
right: 10px;
bottom: 70%;
background: #fff;
}
.header-mobile-nav-hook::after {
top: 70%;
transform: translateY(-1px);
}
.header-mobile-nav-hook-close::before {
top: 50%;
transform: rotate(-45deg);
}
.header-mobile-nav-hook-close::after {
top: 50%;
transform: rotate(45deg);
}
#mobile-navigation-menu {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
background: #191a1f;
z-index: 99999;
padding-left: 50px;
}
#mobile-navigation-menu.active {
display: block;
}
#mobile-navigation-menu-top {
padding: 15px;
}
#mobile-navigation-menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#mobile-navigation-menu li {
margin: 0;
padding: 0;
border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
position: relative;
}
#mobile-navigation-menu li:last-child {
border-bottom: 0;
}
#mobile-navigation-menu a {
display: block;
padding: 13px 15px;
line-height: 1;
text-decoration: none;
color: #fff;
opacity: 0.5;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
}
#mobile-navigation-menu a:hover {
opacity: 1;
}
#mobile-navigation-menu li.current-menu-item > a {
opacity: 1;
} #mobile-navigation-menu li .fa {
color: #fff;
display: block;
position: absolute;
right: 0;
top: 0;
line-height: 39px;
width: 30px;
height: 39px;
text-align: center;
cursor: pointer;
} #mobile-navigation-menu li.expand > .fa:before {
content: "\f068";
} #mobile-navigation-menu li ul {
padding-left: 15px;
display: none;
} #mobile-navigation-menu li.expand > ul {
display: block;
} #main {padding: 50px 0;}
body.page-template-template-sections-php #main {padding: 0;} #content {
position: relative;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
body.page-template-template-left-sidebar #content {
margin-right: 0;
float: right;
}
body.page-template-template-member-left #content {
margin-right: 0;
float: right;
}
.blog-post,
.blog-post-single,
.page-single,
.about-author,
#respond,
.comment-inner {
} .post-s1 {
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px solid #ddd;
}
.post-s1:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.post-s1-thumb {
float: left;
margin-right: 40px;
padding:4px;
position:relative;
background-color:#ffffff;
border:1px solid #e8e8e8;
width: 250px;
}
.blog-posts-listing-layout-thumb_above .post-s1-thumb {
width: auto;
float: none;
margin-right: 0;
margin-bottom: 30px;
}
.post-s1-thumb a,
.post-s1-thumb img {
display: block;
width: 100%;
}
.post-s1-main {
overflow: hidden;
}
.blog-posts-listing-layout-thumb_above .post-s1-main {
overflow: visible;
}
.post-s1-meta {
color: rgba( 0, 0, 0, 0.5 );
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
margin-bottom: 10px;
}
.post-s1-meta a {
color: inherit;
}
.post-s1-title {
margin-bottom: 15px;
font-size: 28px;
letter-spacing: -1px;
line-height: 1.2;
}
.post-s1-title:after {
content: " ";
display: block;
height: 3px;
width: 90px;
background: #4082c6;
margin-top: 10px;
}
.format-status .post-s1-title,
.format-aside .post-s1-title {
display: none;
}
.post-s1-title a {
color: inherit;
}
.post-s1-excerpt {
margin-bottom: 15px;
}
.post-s1-excerpt blockquote {
margin: 0;
padding: 0;
}
.post-s1-excerpt .gallery-item {
margin: 0;
padding: 5px;
}
.post-s1-excerpt .gallery-item img {
display: block;
}
.post-s1-read-more {
}
.post-s1-read-more a {
display: inline-block;
padding: 12px;
background: #4082c6;
color: #fff;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
font-weight: bold;
}
.post-meta-comments:not(.no-before) {
margin-left: 7px;
}
.post-meta-cats,
.post-meta-author {
margin-left: 7px;
}
.post-meta-cats:before,
.post-meta-comments:not(.no-before):before,
.post-meta-author:before {
content: " ";
display: inline-block;
background: #aeb6b9;
width: 2px;
height: 2px;
vertical-align: middle;
margin-right: 10px;
}
.post-meta-date:first-child,
.post-meta-author:first-child,
.post-meta-cats:first-child,
.post-meta-comments:first-child {
margin-left: 0;
}
.post-meta-date:first-child:before,
.post-meta-author:first-child:before,
.post-meta-cats:first-child:before,
.post-meta-comments:first-child:before {
display: none;
} .post-s2 {
margin-bottom: 30px;
}
.post-s2-thumb {
position: relative;
margin-bottom: 25px;
}
.post-s2-thumb img,
.post-s2-thumb a {
display: block;
}
.post-s2-cats {
position: absolute;
bottom: -12px;
left: 0;
right: 0;
text-align: center;
}
.post-s2-cats a {
display: inline-block;
background: #4082c6;
color: #fff;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
padding: 7px;
border: 4px solid #fff;
border-bottom-width: 0px;
}
.post-s2-main {
text-align: left;
}
.post-s2-title {
font-size: 17px;
line-height: 1.4;
margin-top: 7px;
margin-bottom: 7px;
color: #000;
}
.post-s2-title a {
color: inherit;
}
.post-s2-excerpt {
margin-bottom: 15px;
}
.post-s2-meta {
color: rgba( 0, 0, 0, 0.5 );
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
margin-bottom: 10px;
}
.post-s2-meta a {
color: inherit;
}
.post-meta-date {
}
.post-meta-comments {
}
.post-s2-read-more {
}
.post-s2-read-more a {
display: inline-block;
padding: 12px;
background: #4082c6;
color: #fff;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
font-weight: bold;
} .post-s3 {
position: relative;
}
.post-s3-thumb {
position: relative;
}
.post-s3-thumb img,
.post-s3-thumb a {
display: block;
width: 100%;
}
.post-s3-thumb-overlay {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(49,49,49,.45);
background: -moz-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
background: -webkit-linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
background: linear-gradient(to bottom,rgba(41,44,51,0) 1%,rgba(41,44,51,0) 26%,rgba(41,44,51,0.6) 50%,rgba(41,44,51,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc686868',GradientType=0);
}
.post-s3-cats {
margin-bottom: 15px;
}
.post-s3-cats a {
display: inline-block;
background: #4082c6;
color: #fff;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
padding: 7px;
}
.post-s3-main {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 40px;
}
.post-s3-title {
font-size: 28px;
line-height: 1.4;
margin-bottom: 15px;
color: #fff;
}
.post-s3-title:after {
content: " ";
display: block;
width: 90px;
height: 3px;
background: #4082c6;
margin-top: 10px;
}
.post-s3-title a {
color: inherit;
}
.post-s3-excerpt {
margin-bottom: 15px;
color: rgba( 255, 255, 255, 0.8 );
}
.post-s3-meta {
color: rgba( 255, 255, 255, 0.5 );
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
margin-bottom: 10px;
}
.post-s3-meta a {
color: inherit;
}
.post-meta-date {
}
.post-meta-comments {
} .post-s4 {margin-bottom: 20px;}
.post-s4:last-child {margin-bottom: 0;}
.post-s4-thumb {float: left;margin-right: 15px;	}
.post-s4-thumb a,
.post-s4-thumb img {display: block;}
.post-s4-main {overflow: hidden;	}
.post-s4-title {font-size: 18px;margin-bottom: 0;}
.post-s4-title a {color: inherit;} .pagination {
margin-top: 70px;
text-align: center;
}
.pagination ul,
.pagination li {
margin: 0;
padding: 0;
list-style-type: none;
}
.pagination-type-numbered li {
display: inline-block;
margin: 0 5px;
}
.pagination-load-more a,
.pagination-type-numbered a {
display: inline-block;
background: #4082c6;
border: 0;
color: #fff;
font-size: 14px;
font-weight: 900;
line-height: 40px;
text-transform: uppercase;
padding: 0 20px;
}
.pagination-load-more.inactive a,
.pagination-type-numbered .inactive a {
background-color: #e4e4e4;
color: #979797;
}
.pagination-load-more .fa {
margin-right: 10px;
}  .blog-post-single-thumb {
margin-bottom: 30px;
position:relative;
}
.blog-post-single-thumb img {
display: block;
background-color: #ffffff;
border: 1px solid #e8e8e8;
padding: 4px;
} .blog-post-single-main,
.page-single-main {
}
.blog-post-single-title,
.page-title {
font-size: 35px;
font-weight: bold;
line-height: 1.2;
color: #222;
letter-spacing: -1px;
margin-bottom: 15px;
}
.search .page-title,
.archive .page-title {
margin-bottom: 50px;
}
.blog-post-single-title:after,
.page-title:after,
.blog-post-single-content h2:after,
.blog-post-single-content h3:after,
.blog-post-single-content h4:after,
.blog-post-single-content h5:after {
content: " ";
display: block;
height: 3px;
width: 90px;
background: rgba( 0, 0, 0, 0.1 );
margin-top: 10px;
}
.blog-post-single-meta {
position: relative;
border: 1px solid #eee;
border-width: 0 0 1px 0;
padding: 10px 0;
margin-bottom: 30px;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.page-single-title {
margin-bottom: 30px;
}
.blog-post-single-meta-bottom {
font-size: 12px;
line-height: 1;
color: #9fa6a7;
padding-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 26px;
} .blog-post-single-tags {
margin-top: 25px;
font-size: 12px;
text-transform:uppercase;
font-weight: bold;
}
.blog-post-single-tags a {font-weight:normal;
} .single-pagination {
position: relative;
margin-top: 40px;
}
.single-pagination-links > a {
display: inline-block;
padding: 10px;
background: #4082c6;
color: #fff;
line-height: 1;
font-weight: bold;
position: relative;
}
.single-pagination-link-prev {
float: left;
}
.single-pagination-link-next {
float: right;
}
.single-pagination-info {
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;
line-height: 36px;
} .blog-post-single-nav {
position: relative;
overflow: hidden;
margin-top: 80px;
padding-top:20px;
border-top: 1px solid #eee;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.blog-post-single-nav-button {
display: inline-block;
font-size: 14px;
font-weight: bold;
color: #fff;
background: #4082c6;
line-height: 40px;
padding: 0 15px;
margin-bottom: 15px;
border-radius: 2px;
}
.blog-post-single-nav-next .blog-post-single-nav-button {
float: right;
}
.blog-post-single-nav-button .fa {
margin-right: 10px;
}
.blog-post-single-nav-next .fa {
margin-right: 0;
margin-left: 10px;
}
.blog-post-single-nav .post-s2 {
margin-bottom: 0;
}
.blog-post-single-nav .post-s3-thumb {
clear: both;
}
.cat-description {margin-top: -40px; margin-bottom:40px;padding-bottom:25px;border-bottom: 1px solid #ddd;} body a.social-link-twitter .fa {background: #1da1f2;color: #fff;}
body a.social-link-facebook .fa {background: #3b5998;color: #fff;}
body a.social-link-youtube .fa {background: #cd201f;color: #fff;}
body a.social-link-vimeo .fa {background: #1ab7ea;color: #fff;}
body a.social-link-tumblr .fa {background: #35465c;color: #fff;}
body a.social-link-pinterest .fa {background: #bd081c;color: #fff;}
body a.social-link-linkedin .fa {background: #0077b5;color: #fff;}
body a.social-link-instagram .fa {background: #004879;color: #fff;}
body a.social-link-github .fa {background: #4183c4;color: #fff;}
body a.social-link-google-plus .fa {background: #dc4e41;color: #fff;}
body a.social-link-dribbble .fa {background: #ea4c89;color: #fff;}
body a.social-link-dropbox .fa {background: #007ee5;color: #fff;}
body a.social-link-flickr .fa {background: #0063dc;color: #fff;}
body a.social-link-foursquare .fa {background: #f94877;color: #fff;}
body a.social-link-behance .fa {background: #1769ff;color: #fff;}
body a.social-link-vine .fa {background: #00b488;color: #fff;}
body a.social-link-rss .fa {background: #f26522;color: #fff;}
body a.social-link-email .fa {background: #ef7583;color: #fff;} .comments-area {
margin-top: 50px;
}
.comments-section-heading {	
margin-bottom: 20px; 
}
.comments-section-heading-title {
font-size: 25px; 
float: left;
margin: 0;
}
.comments-section-heading-title:after {
content: " ";
display: block;
height: 3px;
width: 90px;
background: rgba( 0, 0, 0, 0.1 );
margin-top: 10px;
}
.comments-area ul,
.comments-area ol,
.comments-area li {
margin: 0; 
padding: 0;
list-style-type: none;
}
.comment {
}
.comments-area li.comments-pingback,
.comments-area li.comments-trackback {
margin-bottom: 10px;
font-size: 13px;
background: #fff;
padding: 10px;
}
.comment-inner {
background: #fff;
padding: 35px;
border: 1px solid #eee;
margin-bottom: 25px;
}
.comment-author-avatar {
float: left;
margin-right: 15px;
width: 40px;
}
.comment-author-avatar img {
border-radius: 50%;
display: block;
}
.comment-info {
margin-bottom: 20px;
}
.comment-meta {
float: left;
margin-top: 5px !important
}
.comment-meta-author {
display: block;
color: #4082c6;
font-size: 14px;
font-weight: bold;
line-height: 1;
margin-bottom: 4px !important;
}
.comment-meta-date {
display: block;
font-size: 12px;
line-height: 1;
}
.comment-reply {
float: right;
}
.comment-edit-link {
margin-right: 15px;
}
.comment-reply a {
line-height: 40px;
display: inline-block;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
}
.comment-main {}
.comment .children {
margin-left: 80px;
}
.comments-no-comments {
margin-bottom: 20px;
}
.comment-respond {
background: #fff;
padding: 35px;
border: 1px solid #eee;
}
.comment-list .comment-respond {
margin-bottom: 25px;
}
.comment-reply-title {
margin: 0;
padding: 0;
color: #232323;
font-size: 20px;
line-height: 1;
margin-bottom: 20px;
}
.comment-reply-title:after {
content: " ";
display: block;
height: 3px;
width: 90px;
background: rgba( 0, 0, 0, 0.1 );
margin-top: 10px;
}
.comment-respond .logged-in-as,
.comment-notes {
font-size: 14px;
}
.comment-form-comment {
font-size: 0;
line-height: 0;
margin: 0;
}
.comment-form-name,
.comment-form-email,
.comment-form-website {
margin-top: 20px;
font-size: 0;
line-height: 0;
}
.comment-respond input[type="text"],
.comment-respond textarea {
background: #fff;
border: 1px solid #eee;
}
.comment-respond textarea {
height: 140px;
}
.comment-respond .form-submit {
clear: both;
padding-top: 20px;
margin-bottom: 0;
} #sidebar {
position: relative;
word-break: break-word;
}
#sidebar.with-border {
padding-left: 15px;
border-left: 1px #eee solid;
}
#sidebar .widget {
margin-top: 35px;
}
#sidebar .widget:first-child {
margin-top: 0;
}
#sidebar .widget-title {
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 25px;
}
#sidebar .widget-title:after {
content: " ";
display: block;
height: 2px;
width: 90px;
background: #ddd;
margin-top: 10px;
}
.page-template-template-left-sidebar #sidebar.with-border {padding-right: 15px;border-right: 1px #eee solid;border-left:0px;padding-left:0px;}
.page-template-template-member-left #sidebar.with-border {padding-right: 15px;border-right: 1px #eee solid;border-left:0px;padding-left:0px;} body.page-template-template-plain-white-php {background: #fff;}
body.page-template-template-plain-white-php #page-inner {border: 0;max-width: 100%;margin-top: 0;padding: 0;} body.page-template-template-page-builder-php {background: #fff;background-image: none;} .widget {} .widget_search .search-form {
position: relative;
}
.widget_search input[type="search"] {
width: 100%;
background: #fff;
border: 1px solid #ddd;
}
.widget_search input[type="submit"] {
position: absolute;
right: 0;
top: 0;
border: 1px solid #4082c6;
}
.widget_search input[type="search"].search-field {
border-radius: 2px 0 0 2px;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.widget_search .search-submit {
border-radius: 0 2px 2px 0;
bottom: 0;
color: #fff;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
} .instagram-widget-images {
overflow: hidden;
}
.instagram-widget-image {
float: left;
width: 25%;
}
.instagram-widget-image img {
display: block;
} .social-widget {max-width: 230px;}
.social-widget a {
display: block;
font-size: 12px;
color: #222 !important;
font-weight: bold;
text-transform: uppercase;
line-height: 40px;
margin-top: 15px;
background: #f8f8f8;
}
.social-widget a:first-child {
margin-top: 0;
}
.social-widget .fa {
display: inline-block;
width: 40px;
line-height: 40px;
background: rgba( 0, 0, 0, 0.05 );
text-align: center;
margin-right: 15px;
} .posts-list-widget {
}
.posts-list-widget .post-s2:last-child {
margin-bottom: 0;
}
.posts-list-widget .post-s2-excerpt,
.posts-list-widget .post-s2-read-more {
display: none;
} .widget .tagcloud {
font-size: 0;
line-height: 0;
}
.widget .tagcloud a {
display: inline-block;
line-height: 32px;
padding: 0 14px;
background: #4082c6;
color: #fff !important;
font-size: 12px !important;
font-weight: bold !important;
text-transform: uppercase;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 3px;
} #top-banner {border-bottom: 0px #f4f4f4 solid; margin-bottom: 1em; margin-top:-3.2em; }
#bottom-banner {border-top: 1px #f4f4f4 solid;margin-top: 1em;}
.top-banner-widget-title {}
.bottom-banner-widget-title {} #footer {} #footer-widgets {
background: #292c33;
padding: 50px 0;
color: #fff;
}
#footer-widgets .wrapper {
}
#footer-widgets .widget {
margin-top: 35px;
}
#footer-widgets .widget.col-4:nth-child(3n) {
margin-right: 0;
}
#footer-widgets .widget.col-4:nth-child(-n+3) {
margin-top: 0;
}
#footer-widgets .widget.col-3:nth-child(4n) {
margin-right: 0;
}
#footer-widgets .widget.col-3:nth-child(-n+4) {
margin-top: 0;
}
#footer-widgets .widget-title {
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 25px;
color: #fff;
}
#footer-widgets .widget-title:after {
content: " ";
display: block;
height: 2px;
width: 90px;
background: #4082c6;
margin-top: 10px;
} #footer-bottom {padding: 30px 0;} #footer-copyright {
float: left;
text-align: center;
font-size: 12px;	
line-height: 1;			
text-transform: uppercase;
}
#footer-copyright a {
font-weight: bold;
} #footer-navigation {
float: right;
font-size: 0;
line-height: 1;
}
#footer-navigation ul,
#footer-navigation li {
list-style-type: none;
margin: 0;
padding: 0;
} #footer-navigation .menu > li {
display: inline-block;
position: relative;
z-index: 99998;
margin-left: 25px;
} #footer-navigation .menu > li > a {
display: inline-block;
text-decoration: none;
vertical-align: middle;
color: rgba( 0, 0, 0, 0.8 );
font-size: 12px;
font-weight: normal;
line-height: inherit;
text-transform: uppercase;
} #footer-navigation .menu > li > a:hover {
color: #000;
} #footer-navigation .menu > li.current-menu-item > a,
#footer-navigation .menu > li.current-menu-ancestor > a {
color: #000;
} #footer-navigation .menu ul {display: none;} .scroll-to-top {position: fixed;bottom: 20px;right: 20px;width: 30px;height: 30px;line-height: 30px;background: #292c33;color: #fff;text-align: center;z-index: 99999;cursor: pointer;} body .wpcf7 {padding: 40px;border: 1px solid #eee;}
.wpcf7 label {font-size: 12px;font-weight: bold;text-transform: uppercase;}
body input[type="text"],
body input[type="email"],
textarea {
} .woocommerce .quantity .qty {line-height: 2;}
.woocommerce div.product form.cart .variations select {height:30px;}
.woocommerce .woocommerce-ordering select {height: 30px;}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {line-height: 1.5;}
.select2-container .select2-selection--single {height:38px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height:38px;}
.woocommerce-Address {width:100%;}
.woocommerce-checkout #payment {background: #f7f6f7;border-radius: 5px;border: 3px #1e85be solid;} #bbpress-forums .bbp-forums-list li {font-size: 14px;}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {font-size: 16px;}
#bbpress-forums div.bbp-search-form {padding-bottom: 20px;}
#bbpress-forums p.bbp-topic-meta img.avatar {float: none;margin-bottom: 0;vertical-align: middle;border: 0px solid #ddd;display: inline-block;}
#bbpress-forums .subscription-toggle {float:right;}
#bbpress-forums .bbp-forums-list li {display: block !important;}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {font-size: 13px;}
#bbpress-forums .bbp-breadcrumb, .bbp-topic-tags {font-size: 18px;}
#bbpress-forums .button.submit {color:#fff;}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {font-family: inherit;font-weight: inherit;font-size: 16px;}  .soc_button.soc_yellow, .soc_button.soc_yellow:visited {background-color: #ffda67 !important;border: 1px solid #e4bb3a !important;color: #FFF !important;}
.soc_button.soc_yellow:hover {background-color: #e4bb3a  !important;}
.soc_button.soc_black, .soc_button.soc_black:visited {background: #252525 !important;border: 1px solid #000!important;color: #FFF !important;}
.soc_button.soc_black:hover {background: #0a0a0a !important;}
.soc_button.soc_blue, .soc_button.soc_blue:visited {background: #428bca !important;border: 1px solid #2e6da4 !important;color: #FFF !important;}
.soc_button.soc_blue:hover {background: #45749b !important;}
.soc_button.soc_ghost, .soc_button.soc_ghost:visited {background: #fff !important;border: 2px solid #444 !important;color: #000 !important;}
.soc_button.soc_ghost:hover {background: #f4f4f4 !important;color: #000 !important;border: 2px solid #444 !important;}
.soc_button.soc_green, .soc_button.soc_green:visited {background: #449d44 !important;border: 1px solid #398439 !important;color: #FFF !important;}
.soc_button.soc_green:hover {background: #2f8a2f !important;border: 1px solid #4cae4c !important;}
.soc_button.soc_navy, .soc_button.soc_navy:visited {background: #2d5d8a !important;color: #FFF !important;}
.soc_button.soc_navy:hover {background: #28436b !important;}
.soc_button.soc_orange, .soc_button.soc_orange:visited {background-color: #f39c3e !important;border: 1px solid #e48e13 !important;color: #FFF !important;}
.soc_button.soc_orange:hover {background-color: #ec971f !important;}
.soc_button.soc_red, .soc_button.soc_red:visited {background-color: #c9302c !important;border: 1px solid #ac2925 !important;color: #FFF !important;}
.soc_button.soc_red:hover {background-color: #9b1b1b !important;}
.soc_button.soc_normal {padding: 8px 14px;font-size: inherit!important;}
.soc_button.soc_medium {padding: 10px 18px;font-size: 1.1em !important;}
.soc_button.soc_large {padding: 12px 20px;font-size: 1.25em  !important;}
.soc_button.soc_huge {padding: 14px 24px;font-size: 1.5em !important;}
.soc_button, .soc_button:visited {background-color: #1e73be !important;color: #fff  !important;display: inline-block  !important;margin-bottom:20px  !important;border-radius: 3px  !important;border-bottom: none  !important;cursor: pointer !important;text-decoration: none  !important;line-height: normal !important;}
.soc_button:hover, .soc_button:focus {background-color: #847f67  !important;color: #fff  !important;} .soc_panel {margin: 15px 0 25px;overflow: hidden;padding: 20px;border-radius: 2px;}
.soc_panel_blue {background-color: #d8ecf7;    border: 1px solid #afcde3;}
.soc_panel_gray {background-color: #e2e2e2;border: 1px solid #bdbdbd;}
.soc_panel_green {background-color: #d9edc2;border: 1px solid #b2ce96;}
.soc_panel_red {background-color: #f9dbdb;border: 1px solid #e9b3b3;}
.soc_panel_yellow {background-color: #fef5c4;border: 1px solid #fadf98;}
.soc_panel_orange {background-color: #f39c3e;border: 1px solid #f89a35;}
.soc_panel_white {background-color: #fff;border: 2px solid #f4f4f4;} .soc_one_half {width: 48.5%;}
.soc_one_third {width: 31.66%;}
.soc_two_third {width: 65.332%;}
.soc_one_fourth {width: 22.75%;}
.soc_three_fourth {width: 74.25%;}
.soc_one_fifth {width: 17.6%;}
.soc_one_half, .soc_one_third, .soc_two_third, .soc_three_fourth, .soc_one_fourth, .soc_one_fifth, .soc_one_sixth {height: auto !important;min-height: 1px;margin-right: 3%;float: left;position: relative;}
.soc_last {margin-right: 0 !important;clear: right;}
.soc_one_third.soc_last {width: 30.668%;}
.soc_line {height: 1px;clear: both;overflow: hidden;background-color: #ebebeb;margin:22px 0 33px !important;}
.soc_clearboth {width: 100%;height: 0;line-height: 0;display: block;clear: both;overflow: hidden;font-size: 0;} .soc_custom_post_ad {margin-top: 10px;margin-bottom: 20px;}
.soc_custom_post_ad.soc_left {float: left;margin-right: 20px;text-align: left;}
.soc_custom_post_ad.soc_right {float: right;margin-left: 20px;text-align: right;}
ins.adsbygoogle {background: transparent;text-decoration: none;} .soc_button_center {text-align: center;}
.soc_button_right {float: right;} .fa-left {float: left;margin-right: 15px;}
.fa-right {float: right;margin-left: 15px;}
.fa-6x {font-size: 6em;}
.fa-7x {font-size: 7em;}
.fa-8x {font-size: 8em;}
.fa-center {display:block;text-align:center;} .soc-full-section {background-size: cover;}
.soc-full-section.soc-parallax {background-attachment: fixed;background-position: center;background-repeat: no-repeat;} .soc-testimonial {border: 1px solid rgba( 0, 0, 0, 0.1 );padding: 20px;overflow: hidden;margin-bottom: 30px;background:#fff;}
.soc-testimonial-image {display: block;float: left;margin-right: 20px;}
.soc-circle-img {border-radius:50%;}
.soc-testimonial-main {overflow: hidden;}
.soc-testimonial-content {margin-bottom: 10px;}
.soc-testimonial-name {color: inherit;font-weight: 600;}
.soc-testimonial-stars {margin-top: 0px; }
.soc-testimonial-stars span {color: #CFB53B; margin-right: 2px; font-size: 1.2em }
.soc-testimonial-tail {padding-top:4px;position:relative;margin-bottom:40px;max-width:500px}
.soc-testimonial-tail .text{margin-bottom:16px;padding:15px 17px 16px;position:relative;background-color:#fff;border:1px solid #e0e0e0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.soc-testimonial-tail .text p{padding-bottom:0;font-size:inherit;font-style:italic;font-weight:400}
.soc-testimonial-tail .text .tail{width:18px;height:11px;position:absolute;left:23px;bottom:-11px;background:url(//destinydevotionals.org/wp-content/themes/socrates-v5/images/tail.png) no-repeat}
.soc-testimonial-tail .author{padding-left:18px}
.soc-testimonial-tail .author p{padding-bottom:0;font-size:inherit;font-weight:600}
.soc-testimonial-tail .author p a{font-size:inherit;font-weight:600}
.soc-testimonial-tail .author p a:hover{text-decoration:none}
.soc-testimonial-tail .author .position{font-weight:400} .soc-hero-banner { background-size: cover; padding: 25px;}
.soc-hero-banner.soc-parallax { background-attachment: fixed; background-position: center; background-repeat: no-repeat; }
.soc-hero-banner-inside {margin: 0;padding: 0;color: #fff;}
.soc-headline { display:block; font-weight: 700;font-family: inherit;letter-spacing: -0.01em;text-shadow: 0 1px 5px rgba(0,0,0,0.75);}
.soc-headline::after { display: none !important; } .soc-tabs{margin-bottom:30px}
.soc-tabs-nav{margin-bottom:15px; line-height:40px;}
.soc-tabs-nav-item{display:inline-block;border:1px solid #ddd;line-height:1;padding:7px;margin-right:7px}
.soc-tabs-nav-item.active{background:#4082c6;border-color:#4082c6;color:#fff}
.soc-tabs-content{border:1px solid #ddd;padding:20px}
.soc-tabs-content-item{display:none;position:relative}
.soc-tabs-content-item.active{display:block}
.soc-tabs-content-item-title{display:none} .soc-toggles{margin-bottom:30px}
.soc-toggle{margin-bottom:15px}
.soc-toggle-title{border:1px solid #ddd;line-height:1;padding:7px;cursor:pointer;position:relative}
.soc-toggle.active .soc-toggle-title{background:#4082c6;border-color:#4082c6;color:#fff}
.soc-toggle-indicator{display:block;position:absolute;right:7px;line-height:32px;top:0;font-size:18px}
.soc-toggle-indicator:after{content:"+"}.soc-toggle.active .soc-toggle-indicator:after{content:"-"}
.soc-toggle-main{display:none;border:1px solid #ddd;padding:20px;border-top:0}
.soc-toggle.active .soc-toggle-main{display:block} .page-template-template-sections-php p:empty {display: none;} .soc-timer { visibility: hidden; margin-bottom: 25px; } .soc-post {margin-bottom:50px;overflow:hidden;}
.soc-post-title{font-size:20px;margin-bottom:5px;}
.soc-post-title a{color:inherit}
.soc-post-meta{	font-size: 12px;font-weight: 500;text-transform: uppercase;margin-bottom: 5px;line-height:1.3;}
.soc-post-main .post-meta-comments {display:none;}
.soc-post-main {overflow:hidden;}
.soc-post-excerpt {font-size:80%}
.soc-post-thumb{margin-bottom:20px;background-color: #ffffff;border: 1px solid #e8e8e8;padding:4px;}
.soc-post-thumb a,.soc-post-thumb img{display:block}
.soc-posts-style-1 {clear:both;}
.soc-posts-style-1 .soc-post-thumb {margin-top:5px;margin-bottom:0;margin-right:20px;float:left;max-width:240px;padding: 4px;position: relative;background-color: #ffffff;border: 1px solid #e8e8e8;}
.blog-post-single-content h3:after {height:0px;margin-top:5px;} .soc-info-box { border: 1px solid rgba( 0, 0, 0, 0.1 ); padding: 10px; margin-bottom: 15px;}
.soc-info-box-style-2 { border: none; background: rgba( 0, 0, 0, 0.05 ); }
.soc-info-box-image { margin-bottom: 15px; }
.soc-info-box-image img { display: block;}
.soc-info-box-icon { margin-bottom: 15px; text-align: center; font-size: 30px; line-height: 1; color: #4082c6; }
.soc-info-box-content { margin-bottom: 15px; text-align: center; }
.soc-info-box-button { text-align: center;}
.soc-info-box-button a { display: inline-block; line-height: 45px; text-transform: uppercase; color: #fff; background: #4082c6; text-transform: uppercase; padding: 0 22px; line-height: 35px; font-size: 80%; font-weight: bold;border-radius: 2px; } .soc-progress-bar-wrap { margin-bottom: 25px; }
.soc-progress-bar-header { margin-bottom: 5px; }
.soc-progress-bar-title { font-weight: 500; }
.soc-progress-bar { position: relative; height: 20px; background: rgba( 0, 0, 0, 0.05 ); }
.soc-progress-bar-inner { padding-right: 15px; text-align: right; color: #fff; font-size: 80%; line-height: 20px; position: absolute; top: 0; bottom: 0; left: 0; width: 0%; background: #4082c6; transition: width 1s; } .soc-counter { margin-bottom: 25px; }
.soc-counter-align-left { text-align: left; }
.soc-counter-align-right { text-align: right; }
.soc-counter-align-center { text-align: center; }
.soc-counter-icon { display: inline-block; margin-right: 20px; font-size: 40px; line-height: 1; vertical-align: middle; color: #4082c6; }
.soc-counter-main { display: inline-block; vertical-align: middle; text-align: left; }
.soc-counter-number { font-size: 40px; line-height: 1; } .soc-social { margin-bottom: 25px; }
.soc-social-align-left { text-align: left; }
.soc-social-align-right { text-align: right; }
.soc-social-align-center { text-align: center; }
.soc-social a { text-decoration: none; line-height: 40px; width: 40px; display: inline-block; background: #4082c6; color: #fff; border-radius: 50%; text-align: center; margin-right: 5px; border: none !important; }
.soc-social a:hover { background: #4082c6; color: #fff; } .soc-timeline { padding-left: 20px; margin-left: 5px; border-left: 1px solid rgba( 0, 0, 0, 0.1 ); margin-bottom: 25px; }
.soc-timeline-item:before { content: " "; position: absolute; left: -27px; top: 0; width: 15px; height: 15px; border-radius: 50%; background: #4082c6; border: 3px solid #acccee; }
.soc-timeline-item { position: relative; margin-top: 40px; }
.soc-timeline-item:first-child { margin-top: 0; }
.soc-timeline-date { display: block; line-height: 1; font-size: 80%; text-transform: uppercase; margin-bottom: 20px; }
.soc-timeline-title { margin: 0 !important; padding: 0 !important; margin-bottom: 20px !important; } .soc-accordion-menu { border: 1px solid rgba( 0, 0, 0, 0.1 ); }
.soc-accordion-menu ul { list-style-type: none; list-style-position: inside; margin: 0; padding: 0; }
.soc-accordion-menu li { position: relative; }
.soc-accordion-menu a { display: block; padding: 15px; line-height: 1; position: relative; transition: padding .5s; }
.soc-accordion-menu .soc-accordion-menu-current > a { background: #4082c6; color: #fff; }
.soc-accordion-menu ul .soc-accordion-menu-active ul a { padding-left: 30px; }
.soc-accordion-menu ul ul .soc-accordion-menu-active ul a { padding-left: 45px; }
.soc-accordion-menu ul ul ul .soc-accordion-menu-active ul a { padding-left: 60px; }
.soc-accordion-menu ul {}
.soc-accordion-menu ul.menu > li { border-bottom: 1px solid rgba( 0, 0, 0, 0.1 ); }
.soc-accordion-menu ul ul { visibility: hidden; height: 0; }
.soc-accordion-menu li.soc-accordion-menu-active > ul { visibility: visible; height: auto; }
.soc-accordion-menu ul ul li { border-top: 1px solid rgba( 0, 0, 0, 0.1 ); }
.soc-accordion-toggle { position: absolute; right: 20px; top: 50%; margin-top: -8px; line-height: 1; transition: transform .5s; }
.soc-accordion-menu-active > a .soc-accordion-toggle { transform: rotate(90deg); } .soc-login-form .input {width: 350px; max-width: 100%;font-size:inherit;}
.soc-login-form-error { margin-bottom: 20px; color: red; }
.soc-login-form label { display: block; }
.soc-login-form input[type=checkbox]  {height: 15px;width: 15px;margin-right:10px;}
.soc-login-form input[type=submit]  {font-size:inherit;} .soc-register-form input {width: 350px; max-width: 100%;font-size:inherit;}
.soc-register-form-error { margin-bottom: 20px; color: red; }
.soc-register-form label { display: block; }
.soc-register-form input[type=checkbox] {height: 15px;width: 15px;margin-right:10px;}
.soc-register-form input[type=submit]  {font-size:inherit;}
.soc_password_notice  {font-size:70%;margin-top:-20px;} .soc-align-left { text-align: left; }
.soc-align-center { text-align: center; }
.soc-align-right { text-align: right; }
.soc-align .wp-video { display: inline-block; }
.soc-align-inner { display: inline-block; }
.soc-align-display-block { display: block; } .soc-big-search { position: relative; max-width: 600px; margin: 0 auto; }
.soc-big-search input[type="text"] { font-size: 16px; width: 100%; line-height: 1; padding: 11px; }
.soc-big-search .search-submit { position: absolute; top: 0; right: 0; bottom: 0; }
.soc-big-search .search-submit .fa { color: #fff; font-size: 24px; } #top-bar-navigation .menu ul{opacity: 1;visibility: visible;left:-10999px;}
#top-bar-navigation .menu li:hover > ul.sub-menu{ left: auto;}
#top-bar-navigation .menu ul li:hover > ul.sub-menu{left: 100%;}
#top-bar-navigation .menu li.focus ul.sub-menu {left:auto;}
#top-bar-navigation .menu li.focus ul.sub-menu ul.sub-menu {left:100%;}
#top-bar-navigation .menu .active > ul{left:auto;}
#top-bar-navigation .menu .active > ul .active > ul{left:100%;}
#top-bar-navigation ul ul { display:none; }
#top-bar-navigation ul li:hover > ul, #top-bar-navigation ul li.active > ul { display:block } #navigation .menu ul{opacity: 1;visibility: visible;left:-999em;}
#navigation .menu li:hover > ul.sub-menu{ left: auto;}
#navigation .menu ul li:hover > ul.sub-menu{left: 100%;}
#navigation .menu li.focus ul.sub-menu {left:auto;}
#navigation .menu li.focus ul.sub-menu ul.sub-menu {left:100%;}
#navigation .menu .active > ul{left:auto;}
#navigation .menu .active > ul .active > ul{left:100%;}
#navigation ul ul { display:none; }
#navigation ul li:hover > ul, #navigation ul li.active > ul { display:block } #navigation-aside .menu ul{opacity: 1;visibility: visible;left:-999em;}
#navigation-aside .menu li:hover > ul.sub-menu{ left: auto;}
#navigation-aside .menu ul li:hover > ul.sub-menu{left:auto;}
#navigation-aside .menu li.focus ul.sub-menu {left:auto;}
#navigation-aside .menu li.focus ul.sub-menu ul.sub-menu {right:100%;left: auto; }
#navigation-aside .menu .active > ul{left:auto;}
#navigation-aside .menu .active > ul .active > ul{right:100%;left: auto;}
#navigation-aside ul ul { display:none; }
#navigation-aside ul li:hover > ul, #navigation-aside ul li.active > ul { display:block } .elementor-location-footer {
width: 100vw;
position: relative;
margin-left: -50.5vw;
left: 50%; 
display: inline-block;
}
#main { } @media only screen and ( min-width: 768px ) and ( max-width: 1023px )  {
.soc-posts-style-1 .soc-post-thumb {margin-bottom:20px;max-width: 20%;}
}
@media (max-width: 767px) {
.soc_one_half.soc_last, .soc_one_third.soc_last, .soc_two_third.soc_last, .soc_three_fourth.soc_last, .soc_one_fourth.soc_last, .soc_one_fifth.soc_last, .soc_one_sixth.soc_last {margin-bottom: 0;}
.soc-posts-style-1 .soc-post-thumb {margin-bottom:20px;float: none;max-width: none;display: none;}
.soc_one_half, .soc_one_third, .soc_two_third, .soc_three_fourth, .soc_one_fourth, .soc_one_fifth, .soc_one_sixth {width: auto !important; margin-right: 0;margin-bottom: 15px;float: none;}
}
@media (max-width: 467px) {
.soc-testimonial-main {overflow: visible;}
}  @media only screen and ( min-width: 1426px ) and ( max-width: 1700px )  { body .post-s3-main {padding: 20px;}
} @media only screen and ( min-width: 1281px ) and ( max-width: 1425px )  {
body .wrapper,
body.body-general-layout-wrapped #page-inner {max-width: 1240px;} body .post-s3-main {padding: 20px;}
body .post-s3-cats {display: none;}
} @media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {
body .wrapper,
body.body-general-layout-wrapped #page-inner {max-width: 940px;} body .post-s1-thumb {width: 200px;}
body .blog-posts-listing-layout-thumb_above .post-s1-thumb {width: 100%;} body .post-s3-main {padding: 15px;}
body .post-s3-cats {display: none;}
body .post-s3-title {font-size: 20px;margin-bottom: 5px;}
body .post-s3-excerpt {display: none;}
} @media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {
body .wrapper,
body.body-general-layout-wrapped #page-inner {max-width: 748px;} body #top-bar-navigation.hide-on-mobile {display: none;}
body #navigation-inner,
body #navigation-aside-inner {display: none !important;}
body #mobile-navigation {display: block;}
.header-mobile-nav-hook {margin-left: 0px;} 
#header-search {margin-right: -30px;} body .post-s1-thumb {width: 100px;}
body .blog-posts-listing-layout-thumb_above .post-s1-thumb {width: 100%;}
body .post-s1-title {font-size: 22px;} body .post-s3-main {padding: 15px;}
body .post-s3-cats {display: none;}
body .post-s3-title {font-size: 20px;margin-bottom: 0;}
body .post-s3-title:after {display: none;}
body .post-s3-excerpt {display: none;}
body .post-s3-meta {display: none;} body .post-s4-thumb {float: none;margin-right: 0;margin-bottom: 15px;} body .page-title,
body .blog-post-single-title {font-size: 30px;}
#header-widgets {float: none;}
} @media only screen and ( max-width: 767px ) { body .col {margin-right: 0;width: 100% !important;}
body .masonry-item {opacity: 1 !important;transition: transform .5s, opacity .5s;transform: translateY( 0px );} body #header-inner .wrapper {padding: 30px 0;}
body #top-bar-navigation.hide-on-mobile {display: none;}
body #navigation-inner,
body #navigation-aside-inner {display: none !important;}
body #mobile-navigation {display: block;float: left;}
body #logo {float: left;} body #main {padding: 50px 0;}
body #content {padding-right: 0 !important;}
body #sidebar {padding-left: 0 !important;border-left: 0 !important;} body .post-s1-thumb {width: auto;display: inline-block;float: none;margin-right: 0;margin-bottom: 20px;background: #f8f8f8;}
body .post-s1-thumb img {width: auto;}
body .post-s1-main {float: none;overflow: visible;}
body .post-s1-title {font-size: 22px;} body .post-s3-main {padding: 20px;}
body .post-s3-cats {display: none;}
body .post-s3-title {font-size: 16px;}
body .post-s3-excerpt {display: none;} body .page-title,
body .blog-post-single-title {font-size: 25px;} body #sidebar {margin-top: 50px;} body #footer-widgets {padding: 30px 0;}
body #footer-widgets .widget {margin-top: 35px !important;}
body #footer-widgets .widget:first-child {margin-top: 0 !important;}
body #footer-copyright,
body #footer-navigation {float: none;}
body #footer-navigation {margin-top: 20px;text-align: center;}
body #footer-navigation .menu > li {margin: 0 10px;} body .comment .children {margin-left: 0;}
body blockquote {padding: 0;margin-left: 0;margin-right: 0;}
body .post-s2-thumb img {width: 100%;}
} @media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
body .wrapper,
body.body-general-layout-wrapped #page-inner {max-width: 100%;}
body.body-general-layout-full .header-mobile-nav-hook {margin-left:0px;}
body.body-general-layout-full #page-inner  .wrapper {padding-left: 25px;padding-right: 25px;}
body.body-general-layout-wrapped #page-inner .wrapper { padding-left: 25px; padding-right: 25px;}
#header-widgets { float:none; clear:both; padding-top: 20px; }
#header-widgets.hide-on-mobile {display:none !important;}
#logo .site-description {font-size:80% !important;}
.header-mobile-nav-hook {margin-left: -25px;}
#header-search {margin-right: -30px;}
} @media only screen and ( min-width: 320px ) and ( max-width: 479px ) {
body .wrapper,
body.body-general-layout-wrapped #page-inner {max-width: 100%;}
body.body-general-layout-full .header-mobile-nav-hook {margin-left:0px;}
body.body-general-layout-full #page-inner  .wrapper  {padding-left: 25px;padding-right: 25px;}
body.body-general-layout-wrapped #page-inner .wrapper {padding-left: 25px;padding-right: 25px;}
#header-widgets { float:none; clear:both; padding-top: 20px; }
#header-widgets.hide-on-mobile {display:none !important;}
#logo .site-description  {font-size:14px !important;}
.header-mobile-nav-hook {margin-left: -15px;}
#header-search {margin-right: -25px;}
body #header-search .search-field {width: 170px;} body .post-s3-title {font-size: 16px;margin-bottom: 10px;}
body .post-s3-title:after {display: block;}
body .post-s3-meta {display: block;}
.soc-testimonial-main {overflow: visible;}
#bbpress-forums #bbp-search-form #bbp_search {display: inline-block;width: auto;padding: 14px;}
}