/**
 * @package Cross
 * @since 1.0
 */
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,700");
@import url("//fonts.googleapis.com/css?family=Abril+Fatface:400");
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }


p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;    
    margin: 0 0 10px; 
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: false;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

.meta-info p {
    margin: 0;
    padding: 1px 0;
}
body{overflow-x:initial}
.container {
    max-width: 1170px !important;
}
h4.heading a{font-family:Lato,sans-serif;font-size:25px;color:#646464;font-weight:300}
pre{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
header.header-site:after,header.header-site:before{position:absolute;height:1px;background:rgba(255,255,255,0.6);width:100%;content:"";z-index:-1;left:0}
header.header-site:after{bottom:-3px}
header.header-site:before{top:-3px}
.header-overlay-no-push .header-overlay:not(.is_stuck){background-color: rgba(127, 127, 127, 0.9); }
.nav-horizontal li a{font-weight:400}
header .nav-horizontal ul li a:after{position:absolute;content:'' !important;height:1px;width:100%;left:0;bottom:0;background-color:#f46d6d;transition:height .3s,opacity .3s,webkit-transform .3s;transition:height .3s,opacity .3s,transform .3s;-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0 !important; margin-left: 0 !important;}
header .nav-horizontal ul li.current-menu-item > a:after,header .nav-horizontal ul.menu li a:hover{width:100%;left:0;opacity:1 !important;bottom:-6px}
header .nav-horizontal ul.menu li a:hover{background-color:transparent}
header .nav-horizontal ul.menu li a:hover:after{background-color:#f46d6d;-webkit-transform:translateY(0);transform:translateY(0);opacity:1!important;}
header .nav-horizontal ul.menu li .sub-menu{list-style-type:none;position:absolute;background:#fff;top:100%;height:auto;white-space:nowrap;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out; opacity:0;padding:10px;max-height: 0}
header .nav-horizontal ul.menu li .sub-menu li{font-size:14px;color:#848484;font-weight:400;background:#fff;text-align:left;padding:2px 1px;}

.header-site .sub-menu .menu-item-has-children > a:after {
    padding: 0px 0 0;
}
header .nav-horizontal ul.menu li:hover .sub-menu {
    max-height: 500px!important;
    opacity: 1!important;
    margin-top: 20px;
}

.sub-menu{border:1px solid #ddd}
.home .content-vertical-massive{padding-top:1%;padding-bottom:1%}
.home .content-vertical-massive.blog-posts{padding-top:2%;padding-bottom:2%}
.row.container.list-grid{padding-top:20px!important}
.header-secondary{position:absolute;width:100%;left:0;top:0;z-index:100;background-color:rgba(0,0,0,0)}
.header-overlay{top:40px}
.sub-menu li a{margin:10px 12px;padding:0}
.sub-menu li a:hover{color:#8f8f8f}
.content-main{padding:4% 20px}
.nav-horizontal i{font-size:18px}
.sub-menu li{width:100%;border:none}
.nav li .sub-menu .sub-menu,.nav li:hover .sub-menu .sub-menu{left:100% !important;top:0}
.nav li:last-child .sub-menu .sub-menu {
    right: auto;
    left: auto;
}
.nav-horizontal li a {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 400;
    /*text-transform: uppercase;*/
}
li.donate {
    background: #F46D6D;
    padding: 2px 10px;
}
li.donate a{
    font-weight: 400;
    color:#fff !important;
}
.swiper-slide.has-image{
    background-size: cover;
}
.swiper-slide.image-left .image-container, .swiper-slide.image-right .image-container {
    margin-top: 30px;
}
.swiper-slide .heading {
    font-family: 'Lato',sans-serif;
    font-size: 40px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px !important;
    text-align: left;
}

.swiper-slide .section-title .excerpt {
    font-weight: 300 !important;
    padding: 0 20px;
    line-height: 30px;
    font-size: 18px;
}
.swiper-slide .section-title .excerpt p{
    font-weight: 300 !important;
    font-size: 18px;
}

.section-nav-title {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #4b4b4b;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.sidebar-date{font-size:1.2rem}
.sidebar .widget ul {
    padding: 10px 10px 10px 20px; 
}
.sidebar .widget li{
    list-style-type: disc;
    border-bottom: 0px dotted rgba(0, 0, 0, 0.12);
    color: #f46d6d;
    width:100%;
}
.sidebar .widget li > a{
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.sidebar .widget li:not(:last-child) {   
    border-bottom: none;
}
.sidebar .widget li:hover > a{
    color: #f46d6d;
    padding-left: 8px;   
}
.sidebar .widget li p{
    color:rgba(0, 0, 0, 0.55);
    font-size: 12px;
}
.custom_post_type-entries ul{
    padding-left: 10px !important;
}
.custom_post_type-entries li a{
    transition: none !important; 
    font-size:14px;
}
.custom_post_type-entries li:hover a{
    padding-left: 0px !important;
    color: rgba(0, 0, 0, 0.75) !important;
}
.custom_post_type-entries li{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    list-style-type: none !important;
    float: left;
}
.custom_post_type-entries .item-fig{
    float: left;
    width: 39%;
}
.custom_post_type-entries .item-fig img{
    width: 100%;
    height: auto;
    float: left;
    padding-right: 10px; 
}
.custom_post_type-entries .item-content{
    float:left;
    width: 59%;
}
.tweet_list.slick-slider{
    margin-bottom: 0px;
}
footer .textwidget p {
    padding: 2px 0;
}
/*---------------------- page loader -------------------*/
.page_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #425051;
  z-index: 99990; }
  .page_overlay .loader-inner {
    position: fixed;
    top: 50%;
    left: 50%; }
  
/*.section-title.large .heading {   
    color: #565656;
}*/
.page-id-2068 .section-title .heading {
    color: #f46d6d;
}
/*donate section style*/

.dgx-donate-form-section {
    border: 1px solid #F56F6F !important;
}
.dgx-donate-form-section h2 {
    margin-bottom: 0px !important;   
}
.dgx-donate-form-section p {
    margin-bottom: 5px !important;   
}
.dgx-donate-form-section  span{
    padding: 20px !important;
}
.dgx-donate-form-section input {
    margin: 5px 3px;
}
#dgx-donate-container{
    background: none;
}
.dgx-donate-form-section input[type=text]{
    display: block;
    width: 100%;
    max-width: initial;
}
.seamless-donations-forms-error-message {
    padding: 10px;
    margin: 0 40px;
}
.seamless-donations-error-message-field{
     padding: 10px;
}
.dgx-donate-form-section select {
    max-width: initial;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 10px 0;
}
.dgx-donate-form-section label {
    width: 100%;
}
.dgx-donate-form-section input[type=image]{
    border: none;
}
.title-container{background-size:cover;background-repeat:no-repeat;background-position:center;padding:185px 0 35px!important;}
#footer{background-repeat:no-repeat;background-position:bottom center}
.title-container .title h3{font-size:36px;color:#ffffff;font-weight:900;text-transform:uppercase;text-decoration:none}
.section-title{overflow:hidden}
.bread-crumbs{margin: 0 !important;}
.section-title .heading{margin-bottom: 20px;}
.section-title h3{font-family:Lato,sans-serif;font-size:26px;color:#f46d6d;font-weight:400;display:table;text-transform:uppercase;position:relative;margin:0 auto}
.section-title h3:before{right:108%;background-position:right center}
.section-title h3:after{left:108%;background-position:left center}
.blog-onepage .thumbnail-body{padding:20px 15px;}
.thumbnail-body .excerpt{font-family:'Open Sans',sans-serif;font-size:14px;/*color:#aeadad;*/font-weight:400}
.blog-holder{float:left;width:50%;height:275px}
.button{border-radius:5px}
section.blog-posts .holder .thumbnail-media,section.type-seremons .holder .thumbnail-media{background-size:cover;background-position:center center}
section.events .item-fig{width:200px;height:200px;border-radius:50%;background:url(/wp-content/themes/cross-theme/assets/images/event.jpg) no-repeat;background-size:cover;background-position:center;margin:0 auto;}
section.events .item{position:relative;top:45%;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
section.events .item-fig i{font-size:52px}
section.events .item-fig h5{font-size:15px;color:#383838;font-weight:900;text-transform:capitalize;padding:14px 0 7px}
section.events .item-fig h6{font-size:13px;color:#f46d6d;font-weight:800;text-transform:uppercase}
section.events .thumbnail-body{background:none;margin-top:10px;text-align:center;padding:20px 10px;}
section.events .thumbnail-body h4 a{ font-family: "Lato",sans-serif; font-size: 20px; font-weight: 300; color:#fff;}
section.events .thumbnail-body p{font-size:14px;color:#aeb4db;font-weight:400;padding:5px 0}
section.events .thumbnail-body a{font-size:13px;color:#aeb4db;font-weight:400;transition:all .4s ease;display:inline-block}
section.events .thumbnail-body a.button{color:#aeb4db;background-color:transparent;border:1px solid #aeb4db;text-decoration:none}
.events_post .thumbnail-body{margin-top:15px;padding:20px}
section.event{margin-top:-80px;padding:0}
section.event .left-fig{position:relative;min-height:1px;background:#f6f5f5;border-top-left-radius:5px;border-bottom-left-radius:5px;padding:50px 0}
section.event .left-fig-img{float:left;width:33.3333333333%;position:relative;min-height:1px;text-align:right;padding:0}
section.event .left-fig-img i{font-size:40px;color:#f46d6d}
section.event .left-fig-content{float:left;width:66.6666666667%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}
section.event .left-fig-content h5{font-family:Lato,sans-serif;font-size:20px;color:#646464;font-weight:900;text-transform:uppercase}
section.event .left-fig-content h6{font-family:Lato,sans-serif;font-size:14px;color:#646464;font-weight:400;text-transform:uppercase;line-height:25px}
section.event .right-fig{min-height:1px;padding-left:15px;padding-right:15px;background:url(/wp-content/themes/cross-theme/assets/images/background/background-event.jpg);border:1px solid #f6f5f5;border-top-right-radius:5px;border-bottom-right-radius:5px;height:155px;position:relative}
section.event .right-fig li{list-style-type:none;display:inline-block;padding:16px 0}
section.event .right-fig li a{font-family:Lato,sans-serif;font-size:15px;color:#ffffff;font-weight:700}
section.event .right-fig li:nth-of-type(1) h5{font-family:'Open Sans',sans-serif;font-size:14px;color:#f46d6d;font-weight:700;text-transform:uppercase;margin:10px 0}
section.event .right-fig li:nth-of-type(1) h6{font-family:'Open Sans',sans-serif;font-size:13px;color:#646464;font-weight:400;font-style:italic}
section.event .right-fig li:nth-of-type(6){float:left;width:41.6666666667%;position:relative;min-height:1px;padding-left:15px;padding-right:15px;text-align:center}
section.event .right-fig li:nth-of-type(2),section.event .right-fig li:nth-of-type(3),section.event .right-fig li:nth-of-type(4),section.event .right-fig li:nth-of-type(5){float:left;width:25%;position:relative;min-height:1px;padding-left:10px;padding-right:10px}
section.event .right-fig li:nth-of-type(2) span:nth-of-type(1),section.event .right-fig li:nth-of-type(3) span:nth-of-type(1),section.event .right-fig li:nth-of-type(4) span:nth-of-type(1),section.event .right-fig li:nth-of-type(5) span:nth-of-type(1){position:relative;float:left;width:100%;min-height:1px;font-size:20px;color:#646464;font-weight:400;padding:0}
section.event .right-fig li:nth-of-type(2) span:nth-of-type(1):after,section.event .right-fig li:nth-of-type(3) span:nth-of-type(1):after,section.event .right-fig li:nth-of-type(4) span:nth-of-type(1):after,section.event .right-fig li:nth-of-type(5) span:nth-of-type(1):after{position:absolute;width:100%;background:#b2b2b2;height:1px;content:'';bottom:0;left:0}
section.event .right-fig li:nth-of-type(2) span:nth-of-type(2),section.event .right-fig li:nth-of-type(3) span:nth-of-type(2),section.event .right-fig li:nth-of-type(4) span:nth-of-type(2),section.event .right-fig li:nth-of-type(5) span:nth-of-type(2){position:relative;float:left;width:100%;min-height:1px;font-size:16px;color:#646464;font-weight:400;text-transform:capitalize;padding:0}
.seremons .thumbnail-body{margin-top:15px;padding:20px 20px 0}
section.type-seremons .thumbnail-body ul.clearfix{padding:10px 0}
section.type-seremons .thumbnail-body ul li{float:left;list-style-type:none}
section.type-seremons .thumbnail-body ul a{display:block;width:45px;height:30px;border:1px solid #777;position:relative;border-radius:5px;transition:all .3s ease-in-out;margin:0 20px 0 0}
section.type-seremons .thumbnail-body ul li:last-child a{margin:0}
section.type-seremons .thumbnail-body ul i{position:absolute;top:50%;left:50%;font-size:15px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
section.type-seremons .thumbnail-body ul li.seremons-date{color:#f46d6d;min-height:1px;padding-right:15px;font-size:14px;font-weight:600;font-style:italic;padding-left:0}
section.type-seremons .thumbnail-body ul a:hover{border:1px solid #f46d6d;color:#f46d6d}
.recent .row{padding-top:0;padding-bottom:0}
footer .figure .figcaption{position:relative;float:left;width:66.6666666667%;min-height:1px;padding-right:10px;padding-left:0}
.fig{background-size:cover!important;background-position:50% 50%!important;background-repeat:no-repeat!important;overflow:hidden!important;transition:all .3s ease!important;-webkit-transform:all .3s ease!important}
.seramons:hover .fig{-webkit-transform:scale(1.1) rotate(1deg);transform:scale(1.1) rotate(1deg);}
.open[class*=' off-canvas-']{overflow-y:hidden!important;z-index:99!important}
section[class*=' off-canvas-']{background-color:rgba(0,0,0,0.8)!important}
.off-canvas-right.open + .wrapper-site{left:0!important}
.gal-sec{padding-top:30px!important}
section.gallery-page-wrapper .menu-wrapper{position:relative;width:100%;min-height:1px;float:none;padding:0}
section.gallery-page-wrapper .menu-wrapper li{list-style-type:none;display:inline-block}
section.gallery-page-wrapper .menu-wrapper li a{display:block;text-decoration:none;text-transform:capitalize;padding: 10px; font-size: 24px;}
section.gallery-page-wrapper .figure{float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px;position:relative;margin-bottom:30px}
section.gallery-page-wrapper .figure .item a{display:block}
section.gallery-page-wrapper .figure .slide-show{overflow:hidden}
section.gallery-page-wrapper .figure .next-slide,section.gallery-page-wrapper .figure .prev-slide{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#ffffff;padding:5px 10px}
section.gallery-page-wrapper .figure .next-slide i,section.gallery-page-wrapper .figure .prev-slide i{font-style:20px}
section.gallery-page-wrapper .figure .next-slide{right:30px}
section.gallery-page-wrapper .figure .prev-slide{right:60px}
section.gallery-page-wrapper .figure .item-img{position:relative}
section.gallery-page-wrapper .figure .item-img img{max-width:100%;width:100%}
section.gallery-page-wrapper .figure .item-content p{font-family:'Open Sans',sans-serif;font-size:14px;color:#777;font-weight:400;padding:10px 15px}
section.gallery-page-wrapper .figure .item-content h4{padding:15px 15px 2px 15px;font-size: 24px;}
section.gallery-page-wrapper .figure .figcaption a{display:block;top:50%;position:relative;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#ffffff;z-index:899}
section.gallery-page-wrapper .figure .figcaption a i{font-size:32px}
.figure.colsfour{float:left;width:25%!important}
.figure.colstwo{width:50%!important}
.figure.colssix{width:16.5%!important}
.figure.colsone{width:100%!important}
.colssix .headline-lato{font-size:12px!important;font-weight:700}
.gallery{display:block;padding:0}
.gallery .gallery-wrapper{list-style-type:none}
.gallery .gallery-wrapper li{text-align:center;position:relative;float:left;width:100%;border-right:1px solid #ffffff}
.gallery .gallery-wrapper li a{display:block;position:relative}
.gallery .gallery-wrapper .item-container{display:block;top:50%;left:50%;position:relative;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#ffffff;z-index:899}
.gallery .gallery-wrapper .item-container h4{color:#ffffff}
body:not(.home) .swiper-slide:not(.swiper-slide-visible) .section-title .heading{font-weight:900}
body:not(.home) .swiper-slide:not(.swiper-slide-visible) .copy-container{padding:140px 0 60px!important}
body:not(.home) .swiper-slide:not(.swiper-slide-visible) .excerpt{font-size:1.8rem}
.excerpt h3{font-size:30px;color:#646464;font-weight:400;text-transform:uppercase;margin-bottom:50px}
.events-masonary .item-footer .footer-button a{border:none;color:#fff}
section.event_onepage{margin-top:-100px;margin-bottom:53px;position:relative;z-index:1}
section.event_onepage .right-fig li:nth-of-type(6) a{background-color:#f46d6d;border:1px solid #f46d6d}
section.event_onepage .right-fig li:nth-of-type(6) a:hover{border:1px solid #f46d6d;background-color:#ffffff;color:#f46d6d}
.btn{text-transform:uppercase;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:15px 40px}
article .item-image{position:relative;float:left;width:33.3333333333%;min-height:1px;padding-left:15px;padding-right:15px}
article .item-container{position:relative;float:left;width:66.6666666667%;min-height:1px;padding-left:15px;padding-right:15px}
.about article .item-container {width: 100%;}
.item-container .section-title{margin-bottom:10px}
.section-title h4{margin:0!important;padding:0!important}
/*.headline-lato{font-size:22px;color:rgb(100,100,100);font-weight:300}*/
.headline-lato {font-family: 'Lato', sans-serif;font-size: 26px; color: #646464;font-weight: 300;}
.headline-lato:hover{text-decoration:none;color:rgb(142,140,140)}
.item-container .btn-grey{font-size:13px;color:rgb(119,119,119);font-weight:400}
.btn-small{border-radius:5px;padding:7px 11px}
.btn-grey{color:rgb(119,119,119);background-color:rgb(255,255,255);border:1px solid rgb(119,119,119);transition:all .3s ease-in-out}
.btn-grey:hover{color:rgb(255,255,255)!important;background-color:rgb(119,119,119)}
.wrapper-comment span{display:inline-block;color:rgb(119,119,119);font-size:13px;font-weight:400;text-transform:capitalize;padding:10px 20px 0 0}
.paragraph_opensans{font-size:14px;color:rgb(100,100,100);font-weight:400}
.social-share{border-top:1px solid rgb(246,245,245);border-bottom:1px solid rgb(246,245,245);padding:20px 0}
.social-share .share-cont{float:left;width:16.6666666667%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.social-share .social-wraps{display:inline-block;margin:2px}
.social-share .social-wraps a{color:rgb(119,119,119);transition:all .3s ease-in-out}
.social-share .social-wraps i{font-size:16px;margin:3px 15px}
.social-share .social-wraps a:nth-of-type(1):hover{color:rgb(234,76,137)}
.social-share .social-wraps a:nth-of-type(2):hover{color:rgb(48,85,160)}
.contact-form .form-group .text{height:50px!important;border-radius:0!important}
.form-control{width:100%;height:34px;background-color:rgb(255,255,255);background-image:none;border:1px solid rgb(204,204,204);border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;display:block;font-size:14px;line-height:1.428571429;color:rgb(85,85,85);padding:9px 12px !important;}
.contact-form .texta,.comment-respond .texta{height:150px;border-radius:0;transition:all .5s ease}
.contact-form .form-group1{position:relative;float:left;width:100%;min-height:1px}
.contact-form .form-group{float:left;width:33.3333333333%;position:relative;min-height:1px;padding-right:15px}
.contact-form .form-group:nth-of-type(3){padding-right:0}
.contact-form .send,.comment-respond .send{border-radius:5px;width:190px;height:60px;border:none;background:rgb(244,109,109)!important;font-family:Lato,sans-serif;font-weight:400}
.contact-form .submit,.contact-form .send,.comment-respond .send,.comment-respond .submit{outline:none;text-transform:uppercase;font-size:14px;color:rgb(255,255,255)}
section.events-masonary .item-footer{background:#fafafa;padding:15px 0}
section.events-masonary .item-footer .footer-content{position:relative;min-height:1px;padding-left:15px;padding-right:15px;text-align:left}
section.events-masonary .item-footer .footer-button{position:relative;min-height:1px;padding:0 15px}
section.events-masonary .item-footer .footer-button a{font-size:14px;font-weight:400;text-transform:uppercase;text-decoration:none;text-align:center;transition:all .3s ease-in-out;display:block;padding:10px}
section.events-masonary .item-footer .footer-content span{font-size:13px;color:#aeadad;font-weight:600;font-style:italic;width:80%;float:left}
section.events-masonary .item-footer .footer-content i{font-size:16px;color:#4b4b4b;width:15px;float:left;margin-right:8px}
.btn-lightGrey{color:#aeadad;background-color:#fff;border:1px solid #aeadad}
.btn-middle{border-radius:5px;padding:10px 20px}
section.events-masonary .item-footer .footer-button a:hover{color:#fff!important;background-color:#aeadad!important}
section.staff .thumbnail-body span{font-size:14px;color:#f46d6d;font-weight:400}
section.staff .social-icons a{width:35px;height:35px;position:relative;display:inline-block;margin-left:5px;border-radius:50%;border:2px solid #777;text-align:center;transition:all .5s ease-in-out;padding:5px}
section.staff .social-icons a.fb:hover{border:2px solid #3055a0;color:#3055a0}
section.staff .social-icons a.tw:hover{border:2px solid #41b5cb;color:#41b5cb}
section.staff .social-icons a.yt:hover{border:2px solid #cf3939;color:#cf3939}
aside .search-field {margin: 10px 0px;}
footer .recent p{font-size:14px;color:#777;font-weight:400}
footer .container > .row{margin-bottom:40px}
footer li{list-style:none;/* margin:10px 0; */}
footer li a{color:#8e8c8c;transition:all .3s ease-in-out}
footer .figure > div{position:relative;float:left;width:33.3333333333%;min-height:1px;padding-left:0;padding-right:10px}
footer .figure img{width:100%;height:auto}
footer .figure.row{width:100%;margin-bottom:8px;padding:0}
footer .figure .figcaption .headline-lato{font-size:14px;text-transform:capitalize;color:#e91212;font-weight:300}
.twitter{text-align:center;font-size:14px;color:#FFF;-webkit-transition:all 600ms ease-in-out;-moz-transition:all 600ms ease-in-out;-o-transition:all 600ms ease-in-out;transition:all 600ms ease-in-out;padding:25px 0}
#ticker{cursor:e-resize;background:url(/wp-content/themes/cross-theme/assets/preset-images/twitter_32px.png) left center no-repeat;padding-left:35px}
.owl-item{float:left;cursor:e-resize}
.aligncenter,div.aligncenter{display:block;margin:5px auto}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;text-align:center;padding:5px 3px 10px}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption img{border:0 none;height:auto;max-width:98.5%;width:auto;margin:0;padding:0}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto!important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;text-decoration:none;top:5px;width:auto;z-index:100000;padding:15px 23px 14px}
input.search-submit{font-family:Lato,sans-serif;font-size:15px;color:#ffffff;font-weight:700;text-transform:uppercase;margin:10px 0;/*border-radius:4px;*/ }
.comment-form input#submit{width:auto;height:auto;padding:10px;margin-left: 10px;}
.post-title{font-weight:700;font-size:38px;line-height:1.2;margin:0 0 5px}
header .nav-horizontal ul.menu li:hover > ul.sub-menu,section.gallery-page-wrapper .figure:hover .figcaption,section.gallery-page-wrapper .figure .item-img:hover .figcaption,.gallery .gallery-wrapper li:hover .h-effect{opacity:1}
.home .content-vertical-massive.events,.home .content-vertical-massive.portfolio{padding-top:3%;padding-bottom:1%}
.section-title .excerpt,.gallery .gallery-wrapper li img{max-width:100%}
.title-container .title,section.event .right-fig li:nth-of-type(2) span,section.event .right-fig li:nth-of-type(3) span,section.event .right-fig li:nth-of-type(4) span,section.event .right-fig li:nth-of-type(5) span{text-align:center}
.title-container .title div,body:not(.home) .swiper-slide:not(.swiper-slide-visible) .section-title{/*background:rgba(255,255,255,.4);*/display:inline-block;outline:1px solid rgba(0,0,0,.2);outline-offset:10px;padding:30px 60px}
.content-vertical-massive .section-title h3:before,.content-vertical-massive .section-title h3:after,.sermons .section-title h3:before,.sermons .section-title h3:after{position:absolute;content:'';width:600px;height:10px;background:url(/wp-content/themes/cross-theme/assets/images/heading-arrow.png) no-repeat;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.meta-info .meta-tags a,.meta-info .meta-category a,section.event .right-fig li a:hover,section.gallery-page-wrapper .menu-wrapper li a.selected{color:#f46d6d}
section.event .right-fig li:nth-of-type(1),footer .recent{float:left;width:100%;position:relative;min-height:1px;padding-left:15px;padding-right:15px}
section.gallery-page-wrapper .figure:hover .figcaption:after,section.gallery-page-wrapper .figure:hover .figcaption:before,.gallery .gallery-wrapper li:hover .h-effect:after,.gallery .gallery-wrapper li:hover .h-effect:before{transition:opacity .35s transform .35s;-webkit-transform:scale(1);transform:scale(1);opacity:1}
section.gallery-page-wrapper .figure:hover .figcaption:after,.gallery .gallery-wrapper li:hover .h-effect:after{transition-delay:.15s}
section.gallery-page-wrapper .figure .item,section.events-masonary article{border:1px solid #f6f5f5}
section.events .figure .item-fig, section.events .figure .item-content,section.event_onepage{ opacity: 0;}
section.gallery-page-wrapper .figure .figcaption,.gallery .gallery-wrapper .h-effect{position:absolute;left:2.5%;top:2.5%;background:rgba(0,0,0,0.2);width:95%;height:95%;text-align:center;padding-left:50px;padding-right:50px;opacity:0;transition:all .5s ease}
section.gallery-page-wrapper .figure .figcaption:after,section.gallery-page-wrapper .figure .figcaption:before,.gallery .gallery-wrapper .h-effect:after,.gallery .gallery-wrapper .h-effect:before{position:absolute;content:'';opacity:0}
section.gallery-page-wrapper .figure .figcaption:before,.gallery .gallery-wrapper .h-effect:before{top:30px;right:20px;bottom:30px;left:20px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
section.gallery-page-wrapper .figure .figcaption:after,.gallery .gallery-wrapper .h-effect:after{top:20px;right:30px;bottom:20px;left:30px;border-left:1px solid #fff;border-right:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}
article.sticky{border:1px dotted #E6E6E6;}
.twitter-sec.content-vertical-massive{padding-top:2%;padding-bottom:2%}
.twitter{float: left !important; width: 100%;}
figure.glry,footer ul{padding:0}
.carousel,.section-title + .container{margin-top:30px}
.excerpt h3 span,.item-container h2{font-weight:300}
.item-container .meta-item,.story img{display:inline-block}
.social-share .social-wraps a:nth-of-type(3):hover,.social-share .social-wraps a:nth-of-type(4):hover,a:nth-of-type(4):hover{color:rgb(65,181,203)}
.contact-form .form-group,.contact-form .form-group1,.comment-respond .form-group1,section.staff .social-icons{margin: 5px 0;}
.alignnone,a img.alignnone,.wp-caption.alignnone,.wp-caption.alignleft{margin:5px 20px 20px 0}
.alignright,a img.alignright{float:right;margin:5px 0 20px 20px}
.alignleft,a img.alignleft{float:left;margin:5px 20px 20px 0}

section.events article .item-fig, section.events article .thumbnail-body, section.staff article, .products article{opacity: 0;}
/*comment section start*/
.comment-respond{
    margin-top:2%;
}
.comment-notes{
    margin-bottom: 5px;
    margin-left: 10px;
}
.comment-title{
    border-bottom: 2px solid #FF9F9F;
    padding-bottom: 5px;
    margin-top: 10px;
}
a#cancel-comment-reply-link{
    color: #F46D6D;
    
    float: right;
}
.well{
        /*background-color: white;*/
        width: 100%;
        float: left;
        padding: 15px;
}
.single-member .section-title .heading {
    margin: 5px 0;
    font-size: 30px;
    color: #4b4b4b;
}
.single-member .section-title h1 ~ span {
    padding: 0 5px;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.55);
}
.single-member .social-icons {
    padding: 10px 0 0;
}
.avatar.push-bottom{
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0;
    padding:20px;

}
.copy.small{
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
}
.comment .comment {
    margin:0;
    padding-bottom: 10px;
}
.comment .comment:last-child{
    width: 90%;
    float: right;    
}
.form-group{
    width:30%;
    float:left;
    padding:10px;
}
.form-group1{
    padding: 0 10px;
    width: 100%;
    float: left;
    
}
.meta-info.comment-count{
    float: right;
}
.custom_post_type-entries .item-content p {
    padding: 2px 0px;
font-size:13px;
}
/*comment section end*/

/* Header style overlay */
.header-overlay-no-push .header-overlay:not(.is_stuck){/*background-color: rgba(243, 243, 243, 0.5) !important; zois */}
/*.title-container {   background-attachment: fixed;}*/

/* Custom css for the section*/
.content-vertical-massive{ padding-top: 2%; padding-bottom: 2%;}

/* Store image size */
.products .thumbnail-media {
    width: 100%;
    height: 180px;
}
.products .thumbnail-body .heading a{
    font-weight: 200;
    font-size: 20px;
}
.layers-woocommerce-product-slider .section-title .heading{
    margin-left: 20px;
}
.layers-woocommerce-product-slider .section-title .price{
    margin-left: 20px;
}
.layers-woocommerce-product-slider .section-title .button{
 margin-left: 20px;
}

/* layers map */
.layers-map {margin-top: 20px;}
.full_width{width: 100% !important;}

.header-cart {
    background: #F46D6D !important; 
    line-height: 30px !important;
}
.header-cart .cart-total{
    margin: 0 -5px 0 5px !important;
    background: none !important; 
    border-radius: 4px !important;
}

.products .product {
    clear: none !important;
    margin-right: 0.6% !important;
    margin-left: 0.6%;
}
.products h3 + .price {
    margin-top: 0px !important;
}
table {
    border: none;
}
table td, table th, table tr:last-child td{   
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.woocommerce-page .select2-container .select2-choice{
      border-bottom: 2px solid #EEE !important;
}
.woocommerce.widget_product_search input[type="submit"] {
    margin: 12px 0px;
    border-radius: 5px;
    padding: 8px 10px;
}
section#off-canvas-right {
    overflow-y: auto !important;
}
.thumbnail-media img {
    -moz-transition: 4s all ease-in-out;
    -webkit-transition: 4s all ease-in-out;
    -o-transition: 4s all ease-in-out;    
}
.fig {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;      
}
footer#footer{ background-attachment: fixed;}
.nav-horizontal li a:hover {
    color: #FF7373;
}


/*------------ new event02 pages --------------*/
.eventFinder {
  background: #f46d6d;
  padding: 30px 20px 20px;
  margin-bottom: 30px; }
.event-loading {
    color :#fff;
    text-align: center;
}

.eventForm .btn {
  padding: 5px 40px;
  border-radius: 0;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 700;
  transition: all 0.5s ease-in-out; }
  .eventForm .btn:hover, .eventForm .btn:focus {
    color: #f46d6d; }
.eventForm .form-group {
  width: 100%;
  float: left;
  padding-right: 15px; }
  .eventForm .form-group input {
    border-radius: 0; }
.eventForm .form-group-btn {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.eventForm .form-control, .eventForm .btn-default {
  height: 40px; }
.eventForm .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400; }
  .eventForm .form-control::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400; }



.event_tab {
  padding: 20px 0; }
  .event_tab h4 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #3e454c;
    font-weight: 700;
    text-transform: capitalize; }

.tab_eventSection {
  list-style-type: none;
  padding: 20px 0;
  text-align: center; }
  .tab_eventSection li {
    width: 150px;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid #cecece;
    display: inline-block;
    text-align: center; }
    .tab_eventSection li span {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      color: #5e5e5e;
      font-weight: 700;
      text-transform: capitalize; }
    .tab_eventSection li i {
      font-size: 16px;
      color: #5e5e5e;
      margin-right: 10px; }
    .tab_eventSection li.active {
      background: #3e454c; }
      .tab_eventSection li.active span {
        color: white; }
      .tab_eventSection li.active i {
        color: white; }
      .tab_eventSection li.active a {
        color: white;
        text-decoration: none; }
  .tab_eventSection a {
    display: block;
    padding: 15px 0; }


.event_list .wrapper-comment li a {
  padding: 0 20px 0 0; }
.event_list .wrapper-comment li span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #aeadad;
  font-weight: 400;
  font-style: italic; }

.event_day .ribbon-red-square {
  position: absolute;
  top: 0;
  left: 0;
  background: #f46d6d;
  padding: 10px 20px;
  z-index: 2;
}
  .event_day .ribbon-red-square span {
    display: block; }
    .event_day .ribbon-red-square span:first-of-type {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      color: white;
      font-weight: 900; }
    .event_day .ribbon-red-square span:last-of-type {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      color: white;
      font-weight: 400; }
.event_day .wrapper-comment li a {
  padding: 5px 10px 0 10px; }
.event_day .wrapper-comment li span {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #aeadad;
  font-weight: 400;
  font-style: italic; }
.event_day .wrapper-comment li:last-of-type a {
  background: #7b7b7b;
  color: white;
  padding: 5px 15px;
  border-radius: 4px;
  color: white; }
.event_day .wrapper-comment li:last-of-type span {
  color: white; }

section.event-new aside.event-left .item-holder .item-image {
  padding: 0px !important; }

/*------------ map address event --------------*/
.event_map .map-container {
  height: 400px;
  width: 100%; }
.event_sorting {
  padding: 30px 0; }
  .event_sorting .item-content h4 {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    color: #7b7b7b;
    font-weight: 300; }
  .event_sorting .footer-content {
    padding: 15px 0; }
    .event_sorting .footer-content .wrap {
      padding: 4px 0; }
    .event_sorting .footer-content i {
      font-size: 18px;
      width: 10%;
      float: left;
      color: #848484; }
    .event_sorting .footer-content span {
      width: 85%;
      float: left;
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      color: #aeadad;
      font-weight: 400;
      font-style: italic; }
    .content-maps p{
        padding: 0 !important;
    }
    .content-maps p > span {
        padding-left: 10px;
    }
    .content-maps .headline-fouri{
        
    }

.location {
  position: relative; }
  .location:after {
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    content: '\f041';
    color: white;
    font-size: 16px;
    left: 85%;
    top: 25%;
    color: rgba(255, 255, 255, 0.6); }

.event_month {
  padding: 0 15px; }
  .event_month .calender_markup {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 500px;
    background: #f3f3f3; }

  .event_month .calender_info {
    background: #3e454c;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px 20px;
    height: auto; }
    

.calender-header h6 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #f46d6d;
  font-weight: 600;
  position: relative;
  padding: 20px 0;
  text-transform: uppercase; }
  .calender-header h6:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: #6a7783; }

.event-name-wrap {
/*  overflow: hidden; */
    overflow: auto;
    height: 250px;
}


.event-name-wrap::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #3e454c;
}

.event-name-wrap::-webkit-scrollbar
{
	width: 6px;
	background-color: #3e454c;
}

.event-name-wrap::-webkit-scrollbar-thumb
{
	background-color: #6a7783;
}

 .events-name li.no-events{
    color:#AD7D85;
}
.events-name {
/*  overflow-y: scroll;*/
  max-height: 250px;
  list-style-type: none;
  margin-top: 30px;
  padding: 0; }
  .events-name li {
    position: relative;
    padding: 15px 0 0px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #6a7783;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding-bottom: 14px; }
    .events-name li.animated {
      border-bottom-color: #6a7783; }
      .events-name li.animated:after {
        width: 100%; }
    .events-name li:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 4px;
      width: 0;
      background: #6a7783;
      transition: width 0.3s ease-in-out; }
  .events-name a {
    color: inherit;
    text-decoration: none; }

.calender_footer {
  padding: 10px 0 20px 0; }
  .calender_footer a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #6a7783;
    margin-right: 10px;
    color: #6a7783;
    position: relative; }
    .calender_footer a i {
      font-size: 25px;
      position: absolute; }
    .calender_footer a#prev_yr i {
      left: 48%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .calender_footer a#next_yr i {
      left: 54%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.header-calender {
  padding: 50px 0; }
  .header-calender .current-year {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #6a7783;
    font-weight: 600;
    text-transform: uppercase; }

.fc-calendar-container {
  width: 100%;
  height: 100%;
  float: left; }

.fc-calendar {
  width: 100%;
  height: 100%;
  float: left; }
  .fc-calendar .fc-head {
    height: 80px;
    padding: 20px 0;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #3e454c;
    font-weight: 400; }
    .fc-calendar .fc-head div {
      text-align: center;
      float: left;
      width: calc(100% / 7);
      text-transform: uppercase; }
  .fc-calendar .fc-body {
    position: relative;
    height: calc(100% - 80px);
    width: 100%;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #3e454c;
    font-weight: 0; }
  .fc-calendar .fc-row {
    height: auto;
    padding: 20px 0; }
    .fc-calendar .fc-row div {
      float: left;
      height: 100%;
      text-align: center;
      width: calc(100% / 7); }
      .fc-calendar .fc-row div span.fc-weekday {
        display: none; }
  .fc-calendar .fc-today {
    text-align: center; }
   .fc-calendar .fc-today span {
        background: #f46d6d;
        height: 30px;
        width: 30px;
        display: inline-block;
        border-radius: 50%;
        color: white;
        padding: 4px;
        position: relative;
        left: 2px;
        top: -2px;
    }

.event_montlydetails .item-container .headline-lato {
  font-weight: 400;
  color: #676767; }

section.event-new aside.event-left .item-holder .item-container p {
  color: #807f7f; }

.event_slide .slick-prev, .slick-next {
  top: 100%;
  border: 1px solid #BFB9B9; }
  .event_slide .slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    content: '';
    color: #BFB9B9;
    font-size: 20px; }

.event_slide .slick-prev {
  left: 97%; }
  .event_slide .slick-prev:before {
    content: '\f104'; }

.event_slide .slick-next:before {
  content: '\f105'; }

.event_quatation {
  border-top: 1px solid #EAEAEA; }

.fc-calendar-events {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .fc-calendar-events:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f46d6d; }
  .fc-calendar-events .fc-calendar-event {
    display: none; }

.fc-content {
  position: relative; }


/*------------------  store ---------------------*/
section.store aside.event-left.contact-wrap {
  padding: 0 15px; 
}
.content-main .event-left{
    padding-top: 0px !important; 
}
section.store aside.event-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
}
 
  section.store aside.event-left .blog-image img {
    max-width: 100%; }
  section.store aside.event-left .figure {
    position: relative;
    float: left;
     /*  width: 50%;*/
    min-height: 1px; 
    padding-left: 5px;
    padding-right: 5px;
   }
   
  section.store > aside.event-left .item {
    border: 1px solid #f6f5f5; }
    section.store aside.event-left .item:hover .item-cart {
      opacity: 1; }
    section.store aside.content .item-cart {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      text-align: center;
      height: 100%;
      transition: all 0.5s ease;
      opacity: 0; }
      section.store aside.event-left .item-cart a {
        position: absolute;
        padding: 10px 13px;
        border: 1px solid #ffffff;
        text-transform: uppercase;
        top: 50%;
        left: 50%;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #ffffff;
        font-weight: 300;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    section.store aside.event-left .item-img {
      position: relative; }
      section.store aside.event-left .item-img img {
        width: 100%;
        height: 200px; }
    section.store aside.event-left .item-content {
      padding: 30px 15px;
      background: #f6f5f5; }
      section.store aside.event-left .item-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #777;
        font-weight: 400; 
      padding:0px;
      }
    section.store aside.event-left .item-header span {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      text-transform: capitalize;
      margin-bottom: 10px; }
     
      section.store aside.event-left .item-header span:nth-of-type(2) {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        color: #f46d6d;
        font-weight: 700;
        text-align: right; }
  section.store aside.event-left .item-holder {
    margin-bottom: 80px; }
    section.store aside.event-left .item-holder .item-image {
      position: relative;
      float: left;
      width: 33.3333333333%;
      min-height: 1px;
      }
      section.store aside.event-left .item-holder .item-image img {
        max-width: 100%; 
       }
    section.store aside.event-left .item-holder .item-container {
      position: relative;
      float: left;
      width: 66.6666666667%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      section.store aside.event-left .item-holder .item-container p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #777;
        font-weight: 400;
        padding: 20px 0; }
      section.store aside.event-left .item-holder .item-container .btn-grey {
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        color: #777;
        font-weight: 400; 
       }
    section.store aside.event-left #map-wrapper {
       height: 363px; 
     }


.content.well{
    width: 100% !important;
}

.tab-pane{
    display: none;
}
.tab-pane.active{
       display: block;
}

.item-container.no-img {
    width: 100% !important;
}

#back-to-top {
    display: block;
    bottom: 50px;
    right: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.slimScrollDiv {
    overflow-y: scroll !important;
}

/* ------ Sermon popup style fix -------- */
.pp_social .twitter {
  padding: 0;
  width: auto;
  text-align: left;
}

/* ---- header top nav color fix for light/dark bg ------- */
.header-secondary {
  background-color: rgba(255,255,255,0.2);
}

/* ---- Homepage Events list style ------- */
section.events .list-list h4 a {
  font-family: 'Lato',sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
section.events .list-list p {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  color: #aeb4db;
  font-weight: 400;
  margin: 5px 0;
}
section.events .list-list .wrapper-comment li {
  list-style-type: none;
  float: left;
}
section.events .list-list .wrapper-comment a { color: #D4D4D4; }
section.events .list-list .wrapper-comment a span { color: #9FACFF; }
section.events .list-list .wrapper-comment span { padding: 10px 30px 0 10px; }
section.events .list-list .event-item { margin-bottom: 50px; }

/* ------ Member single page -------- */
section.member .heading { margin-bottom: 0; }
section.member .social-icons { margin: 30px 0; }
section.member .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 5px;
  background-color: transparent;
  margin-right: 10px;
}
section.member .social-icons a.fb { border: 2px solid #3055a0; color: #3055a0;}
section.member .social-icons a.fb:hover { background-color: #3055a0; }
section.member .social-icons a.tw { border: 2px solid #41b5cb; color: #41b5cb;}
section.member .social-icons a.tw:hover { background-color: #41b5cb; }
section.member .social-icons a.yt { border: 2px solid #cf3939; color: #cf3939;}
section.member .social-icons a.yt:hover { background-color: #cf3939; }
section.member .social-icons a:hover { color: #fff!important; }




.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.fade.in {
    opacity: 1;
}