/*
Theme Name: Cyber Church Theme
Theme URI: https://github.com/tidythemes/blankslate
Author: Creatio International
Author URI: http://creatiointl.org/
Description: 
Version: 2020.7.1
License: 
License URI: 
Tags: 
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

figure > a,
header, footer, nav, section, article, hgroup, figure {
  display: block;
}

select, input[type="submit"] {
  -webkit-appearance: none;
}

@font-face {
  font-family: 'Cera Compact Pro';
  font-display: swap;
  src: local('ceracompactpro-boldbold'),
       url('fonts/cera_compact_pro_bold-webfont.woff2') format('woff2'),
        url('fonts/cera_compact_pro_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Compact Pro';
  font-display: swap;
  src: local('ceracompactpro-lightlight'),
       url('fonts/cera_compact_pro_light-webfont.woff2') format('woff2'),
       url('fonts/cera_compact_pro_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Compact Pro';
  font-display: swap;
  src: local('ceracompactpro-mediummedium'),
       url('fonts/cera_compact_pro_medium-webfont.woff2') format('woff2'),
       url('fonts/cera_compact_pro_medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Compact Pro';
  font-display: swap;
  src: local('ceracompactpro-regularregular'),
       url('fonts/cera_compact_pro_regular-webfont.woff2') format('woff2'),
       url('fonts/cera_compact_pro_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

body {
  position: relative;
  font-family: 'Cera Compact Pro', sans-serif;
  background-color:white;
  color: black;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

button {
  background-color: transparent;
  font: inherit;
  color: inherit;
  border:0;
  border-radius:0;
}
video,
img,
iframe {
  max-width: 100%;
  vertical-align: middle;
}
#wrapper{
  margin-left:auto;
  margin-right:auto;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width:inherit;
}
.container-fluid {max-width:1280px}
.flex-none {flex:none}
.text-center{text-align:center}
@media (min-width:768px) {
  .text-md-right {
    text-align:right;
  }
}
#branding {padding-right:30px;}
#branding a{display:inline-block}
.main-menu {
  font-weight:bold;
  color:#515151;
}
.social-menu ul {
  display:flex;
  justify-content:center;
}
.social-menu a {
  font-size:0;
  width:35px;
  height:35px;
  border-radius:50%;
  overflow:hidden;
  position:relative;
  display:block;
}
.social-menu a::before {
  content:"";
  display:block;
  width:15px;
  height:15px;
  mask-position:center;
  mask-size:contain;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
  -webkit-mask-repeat:no-repeat;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.icon-facebook a::before {
  mask-image:url(images/facebook.svg);
  -webkit-mask-image:url(images/facebook.svg);
}
.icon-instagram a::before {
  mask-image:url(images/instagram.svg);
  -webkit-mask-image:url(images/instagram.svg);
}
.icon-twitter a::before {
  mask-image:url(images/twitter.svg);
  -webkit-mask-image:url(images/twitter.svg);
}
.icon-youtube a::before {
  mask-image:url(images/youtube.svg);
  -webkit-mask-image:url(images/youtube.svg);
}
#header .social-menu a:hover::before {
  background-color:white;
}
#header {
  background-color:white;
  padding-top:10px;
  padding-bottom:10px;
  transition:0.3s;
  z-index:10;
  position:fixed;
  left:0;
  right:0;
  top:0;
}
#header a:hover {
  text-decoration:none;
}
.scrollHeader #header {
  padding-top:10px;
  padding-bottom:10px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
}
button.menu {
  position:absolute;
  top:50%;
  right:15px;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  cursor:pointer;
}
button.menu span {
  margin-top:5px;
  margin-bottom:5px;
}
button.menu::before,
button.menu span,
button.menu::after {
  content:"";
  display: block;
  width: 24px;
  height: 2px;
  background-color:#515151;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  button.menu {display:none}
  #header {
    padding-top:40px;
    padding-bottom:30px;
  }
  .main-menu {
    font-size:13px;
    line-height:15px;
  }
  #menu li {
    flex-grow:1;
    text-align:center;
  }
}
@media (max-width:991px) {
  
  #menu {
    position:fixed;
    top:0;
    height:100vh;
    left:0;
    width:100%;
    opacity:0;
    visibility: hidden;
    background-color:rgb(255,255,255,.95);
    overflow-y:scroll;
    padding:0 15px 30px;
  }
  .main-menu {
    font-size:16px;
    line-height:30px;
  }
  .main-menu a {
    display:inline-block;
    padding:10px 15px;
  }
  .show-menu #menu {
    transition:0.3s;
    opacity:1;
    visibility: visible;
  }
  .show-menu button.menu span {
    height:0;
  }
  .show-menu button.menu::before {
    transform: translateY(3px) rotate(45deg);
  }
  .show-menu button.menu::after {
    transform: translateY(-4px) rotate(-45deg);
  }
  .show-menu #header {
    position:fixed;
    left:0;
    right:0;
  }
  .show-menu {
    overflow-y:hidden;
  }
  .admin-bar #menu {
    top:32px;
    height:calc(100vh - 32px);
  }
}
.admin-bar #header {
  top:32px;
}
@media (max-width: 782px) {
  .admin-bar #header {
    top:46px;
  }
  .admin-bar #menu {
    top:46px;
    height:calc(100vh - 46px);
  }
}
@media (max-width:600px) {
  #wpadminbar {
    position:fixed;
  }
}
#footer {
  font-size:15px;
  line-height:20px;
  padding-top:60px;
  padding-bottom:50px;
  position:relative;
}
#footer::before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(255,255,255,.2);
}
#footer > div {
  position:relative;
}
#footer .social-menu a:hover::before {
  opacity:0.8;
}
#copyright {
  margin-bottom:10px;
}
.button {
  border-width:1px;
  border-style:solid;
  display:inline-block;
  position:relative;
}
a.button:hover {
  text-decoration:none;
}
.carousel-1 a.button:hover,
a.button.c:hover {
  border-color:transparent;
}

.carousel-1 .button {
  font-size:15px;
  line-height:20px;
  padding:10px 30px;
  margin-top:20px;
}
.carousel-2 .button {
  font-size:15px;
  line-height:20px;
  padding:10px 38px;
}
.block.style3 .button,
.block.style2 .button,
.church .button,
.carousel-3 .slider .button {
  font-size:15px;
  line-height:20px;
  padding:12px 22px;
}
.block.style1 .button {
  font-size:12px;
  line-height:12px;
  padding:10px 20px;
  margin-top:10px;
  border-color:transparent;
}
.block.style1 .button:hover {
  border-color:inherit;
}
.carousel-3 header .button {
  font-size:12px;
  line-height:12px;
  padding:10px 28px;
}
.block.style4 {
  color:white;
  text-align:center;
}
.block.style4 .content {
  padding-top:30px;
  padding-bottom:30px;
}
.block.style4 .button {
  font-size:15px;
  line-height:20px;
  padding:12px 30px;
}
.block.style4 .button:hover {
  background-color:transparent;
  border-color:inherit;
}

.block-title {
  font-weight:600;
  font-size:40px;
  line-height:48px;
  text-transform:uppercase;
}
.b.b-10 .content,
.content {
  color:#515151;
}
.icon {
  text-align:center;
}
.icon img {
  margin-bottom:30px;
}
.icon .icon-svg {
  display:inline-block;
  margin-bottom:30px;
}
.icon .title {
  font-weight:600;
  font-size:25px;
  line-height:30px;
  text-transform:uppercase;
  margin-bottom:10px;
}
.icon .content {
  font-size:20px;
  line-height:24px;
  text-align:left;
}
.slider {
  height:0;
  overflow:hidden;
}
.slider.slick-initialized {
  height:auto;
  overflow:visible;
}

.carousel-1 .image {
  position:relative;
  height:576px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:0.5;
}
.carousel-1 .image img {
  display:none;
}
.carousel-1 .carousel-item {
  background-color:black;
  position:relative;
  overflow:hidden;
}
.carousel-1 .carousel-caption {
  text-align:left;
  position:absolute;
  top:50%;
  left:0;
  right:0;
  transform:translateY(-50%);
}
.carousel-1 .carousel-caption .content {
  font-size:20px;
  line-height:31px;
  color:inherit;
}
.carousel-2 .button {
  margin-top:12px;
}
.carousel-2 .slider {
  max-width:657px;
  margin-left:auto;
  margin-right:auto;
}
.carousel-2 .carousel-item {
  position:relative;
  text-align:center;
}
.carousel-2 .image img {
  width:100%;
  opacity:0.6;
  transition:0.3s;
}
.carousel-2 .title {
  font-weight:bold;
  font-size:17px;
  padding:20px 10px;
  position:relative;
}
.carousel-2 .title::before {
  content:"";
  display:block;
  background-color:rgba(255,255,255,.8);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.carousel-2 .title span {
  position:relative;
}
.carousel-2 a:hover {
  color:inherit;
}
.carousel-2 .carousel-item:hover .image img,
.carousel-2 .slick-center .image img {
  opacity:1;
}
.carousel-2 .slick-center .title {
  font-size:20px;
}
.carousel-2 .slick-center .title::before {
  content:none;
}
.carousel-2 .link {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.carousel-2 .image {
  padding-top:102.75%;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
@media (min-width: 576px) {
  .carousel-2 .carousel-item {
    width:173px;
    width:307px;
    padding-top:60px;
  }
  .carousel-2 .slick-center {
    padding-top:0;
  }
  .carousel-2 .image {
    padding-top:0;
    height:197px;
    opacity:0.6;
  }
  .carousel-2 .slick-center .image {
    height:315px;
    opacity:1;
  }
}
.carousel-3 {
  position:relative;
  padding-top:40px;
  padding-bottom:80px;
}
.carousel-3 > .b {
  position:absolute;
  top:65px;
  bottom:0;
  right:0;
  width:77%;
  opacity:.1;
}
.carousel-3 header {
  margin-bottom:53px;
}
.carousel-3 .block-title {
  margin-right:30px;
}
.church {
  background-color:white;
}
.church .content,
.carousel-3 .content {
  font-weight:600;
  font-size:14px;
  line-height:16.8px;
  padding:15px;
}
.church .content a,
.carousel-3 .content a {
  font-weight:400;
}
.church .image,
.carousel-3 .image {
  background-position:center top;
  background-size:cover;
  background-repeat:no-repeat;
  background-color:#f7f7f7;
  width:100%;
  height:240px;
}
.church .button,
.carousel-3 .slider .button {
  margin-top:12px;
}
.church-state {
  font-weight:bold;
  font-size:23px;
  line-height:23px;
  text-transform:uppercase;
  margin-bottom:10px;
}
.church-name {
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:5px;
}
.slick-dots {
  text-align:center;
}
.slick-dots li {
  display:inline-block;
  font-size:0;
}
.slick-dots {
  position:absolute;
  bottom:30px;
  left:0;
  right:0;
}
.slick-dots li button {
  width:14px;
  height:14px;
  border-radius:50%;
  margin:0 5px;
  border:0;
  opacity:1;
  cursor:pointer;
}
.slick-arrow {
  width:38px;
  height:38px;
  cursor:pointer;
  background:center / 21px no-repeat;
  position:absolute;
  z-index:1;
  top:50%;
  transform:translateY(-50%);
  font-size:0;
}
.slick-prev {
  left:-15px;
  background-image:url(images/arrow-left.svg);
}
.slick-next {
  right:-15px;
  background-image:url(images/arrow-right.svg);
}

.block {
  padding-top:80px;
  padding-bottom:80px;
}
.block .image {
  position:relative;
}
.block.style3 .block-title,
.block.style2 .block-title {
  margin-bottom:12px;
}
.block.style3 .content,
.block.style2 .content {
  font-size:18px;
  line-height:22px;
}
.block.style3 .button,
.block.style2 .button {
  margin-top:20px;
}

.events {
  padding-top:50px;
  padding-bottom:45px;
}
.events .block-title {
  text-align:center;
  margin-bottom:38px;
}
.events li > div {
  border-top-width:1px;
  border-top-style:solid;
  padding-top:27px;
  padding-bottom:33px;
}
.events li:first-child > div {
    border-top-width:0;
}
.events .title {
  font-weight:bold;
  font-size:20px;
  line-height:24px;
  margin-bottom:5px;
}
.events .content {
  font-size:16px;
  line-height:19.2px;
  max-height:38px;
  overflow:hidden;
}
.events time {
  font-weight:bold;
  font-size:49px;
  line-height:49px;
  text-transform:uppercase;
}
.form .content {
  font-size:18px;
  line-height:21.6px;
  margin-bottom:30px;
}
.form.style1 {
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  padding-top:80px;
  padding-bottom:80px;
}
.form.style1 .content {
  font-size:16px;
  line-height:19.2px;
}
.form.style1 .content:not(.elementor-widget) {
  margin-top:10px;
  margin-bottom:20px;
}
form input {
  height:39px;
  font-size:15px;
  font-family:'Cera Compact Pro', sans-serif;
}
form input[type="checkbox"] {
  width:14px;
  height:14px;
  border-width:1px;
  border-style:solid;
  background-color:transparent;
  -webkit-appearance:none;
  appearance: none;
  position:relative;
  cursor:pointer;
}
.wpcf7-checkbox .wpcf7-list-item.first {
  margin-left:0;
}
.wpcf7-checkbox .wpcf7-list-item {
  color:#515151;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]{
  border-color:#b1b6ba;
}
.wpcf7-list-item-label {
  font-size:14px;
  display:inline-block;
  vertical-align:top;
  margin-left:6px;
}
form input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 14px;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
form .d-flex {
  margin-left:-10px;
  margin-right:-10px;
}
form .d-flex > div {
  padding-left:10px;
  padding-right:10px;
}

/*form input:not(.wpcf7-submit)*/

.entry-content .search-form {
  display:flex;
}
.entry-content .search-form label {
  display:block;
  width:100%;
}
.entry-content .search-form .search-field,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form .wpcf7-form-control-wrap > input {
  width:100%;
  text-indent:20px;
  border:1px solid #b1b6ba;
}
form textarea {
  width:100%;
  padding:15px 20px;
  border:1px solid #b1b6ba;
  font-size:15px;
  font-family:'Cera Compact Pro', sans-serif;
}
form input[type="submit"] {
  cursor:pointer;
  border-width:1px;
  border-style:solid;
  border-color:transparent;
  font-size:15px;
  line-height:20px;
  padding-left:30px;
  padding-right:30px;
}
form input[type="submit"]:hover {
  background-color:transparent;
  border-color:inherit;
}
form label {
  color:#515151;
  font-weight:600;
  font-size:14px;
  line-height:20px;
  display:inline-block;
  padding-bottom:3px;
}
.form-item {
  position:relative;
  margin-bottom:15px;
}
.form.style1 form input:not(.wpcf7-submit) {
  border-width:0;
}
.form.style1 form input[type="submit"] {
  height:39px;
  padding:0 50px;
}
.form.style2 {
  padding-top:40px;
  padding-bottom:35px;
}
.form.style2 .content {
  padding-top:20px;
}
.form.style2 form input[type="submit"],
.form.style2 .button {
  height:auto;
  padding-top:12px;
  padding-bottom:12px;
}
.form.style2 .button {
  margin-right:10px;
  padding-left:30px;
  padding-right:30px;
}
.elementor-shortcode form input[type="submit"],
.elementor-shortcode .button {
  font-size:15px;
  line-height:20px;
  height:auto;
  padding:12px 30px;
}
.elementor-shortcode .text-md-right input[type="submit"],
.elementor-shortcode .text-md-right .button {
  margin-left:10px;
}
.form.style3 {
  padding-top:40px;
}
.form.style3 .col-12,
.form.style3 .col-l {
  color:white;
  font-size:14px;
  line-height:16px;
}
.form.style3 textarea,
.form.style3 .wpcf7-form-control-wrap > input {
  border:0;
}
.form.style3 form input[type="checkbox"] {
  margin-right:12px;
}
.form.style3 .wpcf7-list-item {
  display:flex;
  width:100%;
  padding-top:5px;
  padding-bottom:5px;
  margin-left:0;
}
.form.style3 .b-1,
.form.style3 .b-2,
.form.style3 .b-3 {
  position:absolute;
  top:0;
  height:100%;
  left:0;
  right:0;
}
.form.style3 .b-1 {
  opacity:0.6;
}
.form.style3 .b-3 {
  left:-15px;
  right:-15px;
}
.form.style3 .b-2::before {
  content:"";
  display:block;
  background-color:rgba(255,255,255,.75);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.form.style3 .col-l,
.form.style3 .col-r {
  position:relative;
}
.form.style3 form input[type="submit"] {
  padding:4px 40px;
}
.form.style3 .title {
  display:none;
  font-weight:600;
  font-size:15px;
  line-height:20px;
  text-transform:uppercase;
  padding:15px 30px;
  margin-left:-15px;
  margin-right:-15px;
}
.form.style3 .col-l,
.form.style3 .col-r .inner {
  padding-top:15px;
  padding-bottom:15px;
}
.form.style3 .slick-arrow {
  border-radius:50%;
  width:41px;
  height:41px;
  cursor:initial;
}
@media (min-width: 576px) {
  .events li:nth-child(2) > div {
    border-top-width:0;
  }
  .carousel-3 .image {
    width:50%;
    height:auto;
    max-width:255px;
  }
}
.b-10 > div,
.b-10{
  position:relative;
}
.b-10::before {
  content:"";
  display:block;
  background-color:rgba(255,255,255,.9);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media (min-width: 768px) {
  .f .elementor-image {
    display:inline-block;
  }
  .f img {
    position:relative;
  }
  .f-r2 .elementor-widget-container > div::before,
  .f-l2 .elementor-widget-container > div::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.6);
  }
  .f-l .elementor-widget-container > div {
    margin-right:40px;
    margin-top:30px;
  }
  .f-l iframe,
  .f-l img {
    top:-30px;
    left:40px;
    right:inherit;
    bottom:inherit;
  }
  .f-l2 .elementor-widget-container > div{
    margin-right:40px;
    margin-top:30px;
  }
  .f-l2 iframe,
  .f-l2 img {
    top:-30px;
    right:-40px;
    left:inherit;
    bottom:inherit;
  }

  .f-r .elementor-widget-container > div{
    margin-left:40px;
    margin-bottom:30px;
  }
  .f-r iframe,
  .f-r img {
    top:30px;
    right:40px;
    left:inherit;
    bottom:inherit;
  }
  .f-r2 .elementor-widget-container > div {
    margin-left:40px;
    margin-bottom:30px;
  }
  .f-r2 iframe,
  .f-r2 img {
    top:30px;
    left:-40px;
    right:inherit;
    bottom:inherit;
  }

  .form .image::before,
  .block .image::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
  .block .image video,
  .form .image img,
  .block .image img {
    position:relative;
  }
  .block .image::before {
    background-color:rgba(255,255,255,.6);
  }
  .block.style2 .image video,
  .block.style2 .image img {
    top:-40px;
    left:-40px;
  }
  .block.style3 .image video,
  .block.style3 .image img {
    top:-40px;
    right:-40px;
  }
  .form .image {
    margin-top:30px;
    margin-right:40px;
    display:inline-block;
  }
  .form .image img {
    top:-30px;
    right:-40px;
  }
  .block.style3 .col-md-4,
  .block.style2 .col-md-4 {
    margin-bottom:40px;
  }
  .block.style3,
  .block.style2 {
    padding-top:120px;
  }
  .block.style3 .content {
    padding-top:20px;
    padding-bottom:20px;
  }
  .carousel-2 .order-md-2 {
    text-align:right;
  }
  .carousel-2 .block-title {
    font-size:35px;
    line-height:42px;
  }
  .church .content,
  .carousel-3 .content {
    padding-left:30px;
    padding-right:30px;
  }
  .form.style2 {
    padding-top:100px;
  }
  .form.style2 .ajax-loader {
    order:-1;
  }
  .form.style3 {
    padding-top:100px;
    padding-bottom:40px;
    padding-right:30px;
  }
  .form.style3 .b-1 {
    margin-top:-30px;
    margin-right:-30px;
    margin-left:55px;
  }
  .form.style3 .b-3 {
    left:0;
  }
  .form.style3 .title {
    display:block;
  }
  .form.style3 .col-l {
    padding:25px 30px;
  }
  .form.style3 .col-r .inner {
    padding:30px 40px;
  }
  .form.style3 .slick-arrow {
    transform:translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  .form .image,
  .block .image img {
    display:none;
  }
  .carousel-2 .order-md-2 {
    margin-bottom:30px;
  }
}
.social-feed header {
  padding-top:40px;
  padding-bottom:40px;
}
.social-feed .b {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.social-feed header .fb-like {
  margin-left:40px;
}
.social-feed {
  padding-bottom:60px;
}
.social-feed .b {
  opacity:0.3;
  top:60px;
}
/* facebook feed */
@media (min-width: 576px) {
    .efbl_feeds_holder {
      display:flex;
      flex-wrap:wrap;
      margin-left:-10px;
      margin-right:-10px;
    }
    .efbl_feeds_holder > div {
      flex:calc(50% - 20px);
      max-width:calc(50% - 20px);
      margin-left:10px;
      margin-right:10px;
    }
}
@media (min-width: 992px) {
    .efbl_feeds_holder > div {
      flex:calc(25% - 20px);
      max-width:calc(25% - 20px);
      margin-bottom:0;
    }
}
.efbl-post-footer > .efbl-d-flex {
  display:block!important;
  padding-left:15px;
  padding-right:15px;
}
.efbl-fullwidth-skin {
  background:transparent!important;
  border-width:0!important;
  padding:0!important;
}
.efbl_feed_wraper.efbl_skin_467 .efbl-story-wrapper {
  background-color:transparent!important;
}
.efbl-thumbnail-wrapper {
  background-color:white;
}
.efbl-thumbnail-wrapper > .efbl-row > .efbl-feed-content {
  padding-left:30px!important;
  padding-right:30px!important;
}
.efbl-post-footer .efbl-view-share {
  margin:0!important;
  padding:10px 0;
}
.efbl-profile-title h2 {
  line-height:1.2!important;
}
/* instagram feed */
@media (min-width: 992px) {
  .social-feed.instagram .esf-insta-row.e-outer {
      display:block!important;
  }
  .social-feed.instagram .esf-insta-row.e-outer > div {
      float:left;
      width:20%!important;
  }
  .social-feed.instagram .esf-insta-row.e-outer::after {
      content:"";
      display:table;
      clear:both;
  }
}
@media (max-width: 767px) {
  .social-feed.instagram .esf-insta-row.e-outer {
      display:block!important;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .social-feed.instagram .esf-insta-row.e-outer > div {
      float:left;
      width:50%!important;
  }
  .social-feed.instagram .esf-insta-row.e-outer::after {
      content:"";
      display:table;
      clear:both;
  }
}
.featured .col-l {
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.featured .col-r {
  padding:35px;
}
.featured .description {
  font-size:16px;
  line-height:19.2px;
  padding-top:10px;
  padding-bottom:22px;
}
.featured .content > p {
  font-size:16px;
  line-height:19px;
  max-height:76px;
  overflow:hidden;
}
.featured .button {
  font-size:15px;
  line-height:20px;
  padding:12px 30px;
  margin-top:34px;
}
.tags a {
  display:inline-block;
  font-weight:bold;
  font-size:12px;
  line-height:14px;
  padding:7px 12px;
  margin:1px;
}
.tags a.b:hover,
.tags a.b {
  color:white;
}
.tags a:hover {
  text-decoration:none;
}
.featured .tags {
  text-transform:uppercase;
  position:absolute;
  bottom:46px;
  right:0;
}
#ajax-load-more .row > li {
  margin-top:15px;
  margin-bottom:15px;
}
.info {
  background-color:white;
  padding:30px;
  position:relative;
  height:100%;
}
.info .block-title {
  font-size:26px;
  line-height:31px;
}
.info .content > p {
  /*font-size:13px;
  line-height:15px;*/
  max-height:62px;
  overflow:hidden;
}
.info .description {
  font-size:13px;
  line-height:15.6px;
  padding-top:10px;
  padding-bottom:22px;
}
.info .description strong {
  text-transform:uppercase;
}
.info .button {
  font-size:11px;
  line-height:12px;
  padding:9px 25px;
}
.info footer {
  margin-top:34px;
  margin-right:-30px;
}
.info .tags a {
}

.alm-btn-wrap {
  text-align:center;
}
.alm-load-more-btn{
}
.alm-load-more-btn.more{
  color:white;
  display:inline-block;
  font-weight:bold;
  font-size:15px;
  line-height:15px;
  padding:20px 34px;
  cursor:pointer;
}
.alm-load-more-btn.done{
  display:none;
}
/*.entry-content {
  margin-left:auto;
  margin-right:auto;
  max-width:1080px;
  padding-left:15px;
  padding-right:15px;
}*/

.header,
.hentry > header {
  text-align:center;
  color:white;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
  min-height:334px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.header::before,
.hentry > header::before {
  content:"";
  display:block;
  background-color:rgba(0,0,0,.5);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.header h2,
.hentry > header h1,
.hentry > header div {
  position:relative;
}
.header h2,
.entry-title {
  font-weight:600;
  font-size:40px;
  line-height:48px;
  text-transform:uppercase;
}
.entry-content {
  color:#515151;
  font-size:20px;
  line-height:24px;
  padding-top:75px;
  padding-bottom:51px;
}
.entry-meta,
.entry-content img,
.entry-content ul,
.entry-content ol,
.entry-content p {
  margin-bottom:24px;
}
.entry-content .elementor-widget-image .elementor-image img {
  margin-bottom:0;
}
.entry-content > ul,
.entry-content > ol {
  margin-left:24px;
}
.comment-form > p,
.entry-title,
.entry-content > ul li,
.entry-content > ol li {
  margin-bottom:12px;
}
.entry-content > ul li {
  list-style:disc;
}
.entry-content > ol li {
  list-style:decimal;
}
.cat-links {
  font-weight:bold;
  font-size:12px;
  line-height:14px;
  text-transform:uppercase;
}
.cat-links a {
  display:inline-block;
  padding:7px 12px;
  border-width:1px;
  border-style:solid;
  color:#515151;
}
.cat-links a:hover {
  background-color:#515151;
  color:white;
  text-decoration:none;
  border-color:transparent;
}
.entry-footer,
#comments,
blockquote,
pre {
  margin-top:50px;
  margin-bottom:50px
}
blockquote {
  border-left:5px solid #ccc;
  padding-left:30px;;
}
pre {
  overflow-x:scroll;
  background-color:#eee;
  padding:15px;
  border-radius:5px;
}
.post-edit-link {
  float:right;
}
.nav-links {
  display:flex;
  justify-content:space-between;
}
.archive section.b-10 {
  padding-top:75px;
  padding-bottom:75px;
}
@media (min-width: 768px) {
  .featured .col-l {
    margin-bottom:40px;
    margin-right: -70px;
    flex: 0 0 calc(50% + 70px);
    max-width: inherit;
  }
  .featured .col-r {
    margin-top:40px;
    max-width:calc(540px - 15px);
  }
  .info {
    display:flex;
    flex-direction:column;
  }
  .info .content {
    flex:1;
  }
}