body {
  font-family: Calibri;
  outline: none !important;
  position: relative;
  overflow: hidden;
}
.backgroundSlider .singleSlide {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.backgroundSliderHome{
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.backgroundSlider .slide1 {
  background-image: url(./../../../../wp-content/uploads/2017/10/altar.jpg);
}


/*
 .backgroundSlider .slide2 {
 background-image: url(./../../../../wp-content/uploads/2017/10/altar.jpg);
 }
 .backgroundSlider .slide3 {
 background-image: url(./../../../../wp-content/uploads/2017/10/altar.jpg);
 } */
p {
  font-size: 15px;
}
a {
  outline: none !important;
}
.single-post .contentRow .contentColumn .post-content, .page-template-default:not(.home) .contentRow .contentColumn .post-content {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.single-post .contentRow .contentColumn .post-content a[href*='http'], .page-template-default:not(.home) .contentRow .contentColumn .post-content a[href*='http'] {
  color: #00b7b7;
  font-weight: 700;
}
.single-post .contentRow .contentColumn .post-content a[href*='freemasonry.network'], .page-template-default:not(.home) .contentRow .contentColumn .post-content a[href*='freemasonry.network'] {
  color: #007acc !important;
  font-weight: 700;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
}
.slick-slide {
  outline: none !important;
}
.home .page-title {
  display: none;
}
#mainPageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
}
#mainPageWrapper > .container {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #878787;
  border-radius: 20px;
}
body {
  background-size: cover;
  background-repeat: no-repeat;
}
.contentRow {
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #878787;
  position: relative;
  transition: all 0.5s;
  padding-top: 10px;
}
.contentRow:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
.footerRow {
  background-color: rgba(248, 248, 248, 1);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top: #878787;
  position: relative;
  transition: all 0.3s;
}
/* .footerRow:hover {
 background-color: rgba(248,248,248,0.9);
 } */
.page-title h1 {
  text-align: center;
  text-transform: uppercase;
}
hr {
  border-top: 1px solid #333;
}
.widgetColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.widgetColumn img {
  width: 100%;
  height: auto;
}
.widgetColumn .sidebarSinglePage {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.widgetColumn .pageLink {
  padding: 10px 0 0 0;
  text-align: center;
  margin-bottom: 0;
}
.widgetColumn .pageLink a {
  color: #333;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
}
.widgetColumn .pageLink a:hover {
  text-decoration: none;
  color: #0c85bf;
}
.widgetColumn iframe {
  display: block;
  margin: 20px auto 30px auto;
}
.widgetColumn .search-form {
  margin: 20px 0 15px 0;
}
.screen-reader-text {
  display: none;
}
/* HEADER */
.navbar {
  margin-bottom: 0;
}
button.navbar-toggle {
  display: none;
  margin: 40px 10px;
}
@media (max-width: 767px) {
  button.navbar-toggle {
    display: block;
  }
}
.custom-logo {
  margin: 53px 10px;
  width: 300px;
  height: auto;
}
.menu-image-title {
  font-weight: 600;
  color: #333;
}
.menu-image-title:hover {
  color: #0c85bf;
}
.menuColumn {
  padding-right: 0;
  padding-left: 0;
}
.navbar-default {
  background-color: rgba(248, 248, 248, 1.0);
  border-color: #878787;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  transition: all 0.3s;
}
/* .navbar-default:hover {
 background-color: rgba(248,248,248,0.9);
 } */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: relative;
}
header #menu-main-menu img {
  height: 120px;
  width: auto;
}
@media (max-width: 1199px) {
  header #menu-main-menu img {
    height: 100px;
  }
  .custom-logo {
    margin: 43px 10px;
  }
}
@media (max-width: 991px) {
  header #menu-main-menu img {
    height: 70px;
  }
  .custom-logo {
    width: 200px;
    margin: 40px 10px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* FOOTER */
footer #menu-footer-menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px 0;
  padding-left: 0;
}
@media (max-width: 650px) {
  footer #menu-footer-menu li {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}
footer #menu-footer-menu li a {
  color: #777;
  font-weight: 700;
  transition: all 0.3s;
}
footer #menu-footer-menu li a:hover {
  text-decoration: none;
  color: #000;
}
.footerRow .scroll-top-wrapper {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.footerRow i {
  color: #777;
  transition: all 0.3s;
}
.footerRow i:hover {
  color: #000;
}
/* BREAD CRUMBS */
.breadcrumbsRow {
  background-color: rgba(248, 248, 248, 1.0);
  border-bottom: 1px solid #878787;
  padding: 20px 0;
}
.breadcrumbsRow ul#breadcrumbs {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
.breadcrumbsRow ul#breadcrumbs li {
  padding-right: 10px;
  font-size: 16px;
}
.breadcrumbsRow ul#breadcrumbs li a {
  font-weight: 700;
}
/* SIDE BAR */
.loginRegisterButtons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
  margin-bottom: 23px;
  justify-content: center;
      width: 100%;
}
.loginRegisterButtons .button {
  width: 150px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 5px;
  background-color: #0d85be;
  transition: all 0.2s;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
}
.loginRegisterButtons .button:hover {
  background-color: #15729d;
  text-decoration: none;
}
.loginRegisterButtons .button:focus {
  text-decoration: none;
}
ul.recentPostsUl {
  list-style-type: none;
  padding-left: 0;
}
ul.recentPostsUl li {
  padding: 10px 0;
}
ul.recentPostsUl .postTitleWidget {
  text-align: center;
  padding-top: 10px;
}
ul.recentPostsUl .postTitleWidget:hover a {
  color: #0c85bf;
}
ul.recentPostsUl li a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
}
ul.recentPostsUl li a:hover {
  text-decoration: none;
  color: #333;
}
/* HOME PAGE */
.home h2 {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 22px;
  margin-left: 17px;
}
.mainSlider img {
  height: 303px !important;
  object-fit: cover;
}
.mainSlider .lae-entry-text-wrap {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
.twoSlidesSlider {
  right: 7px;
}
}
.twoSlidesSlider img {
  height: 234px !important;
  object-fit: cover;
}
.twoSlidesSlider .lae-entry-text-wrap {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
.thirdSlider {
  right: 7px;
}
}
.thirdSlider img {
  height: 120px !important;
  object-fit: cover;
}
.thirdSlider .lae-entry-text-wrap {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lastSlidersH2 h2 {
  margin-bottom: 0;
}
.singleSliders {
  right: -4px;
}
.singleSliders img {
  height: 96px !important;
  object-fit: cover;
}
.yop-poll-container {
  margin-top: 10px;
}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a {
  font-size: 15px;
}
.advertismentPlaceholder a {
  pointer-events: none;
}
.lae-container button.slick-next {
  z-index: 10;
}
.home .lae-project-image img {
  width: 100%;
  height: auto;
}
.search-form {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 29px;
}
div._2p3a {
  margin: 0 auto;
}
.home iframe:nth-child(2) {
  margin-top: 20px !important;
}
.elementor iframe:nth-child(1) {
  width: 100% !important;
}
.home iframe ._2p3a {
  margin-top: 0 auto !important;
}
.home .elementor-widget-container > span {
  margin: 10px;
}
.elementor-widget-container > iframe {
  height: 225px;
}
.pinterestBox {
  margin-top: 5px;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px;
}
.pinterestBox span {
  margin-bottom: 10px;
}
.pinterestBox p {
  margin-bottom: 0;
}
.socials {
  margin: 8px auto 0 auto !important;
  font-size: 22px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 0;
}
.socials i {
  margin: 0 15px;
  color: #333;
}
.socials i:hover {
  color: #0c85bf;
}
.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap {
  padding: 10px 15px !important;
}
.home article {
  position: relative;
}
.home article h3 {
  margin-bottom: 0 !important;
}
.home article .lae-entry-meta {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  border-radius: 5px;
}
.home article .lae-entry-meta abbr {
  color: #000;
  border-bottom: 0;
  transition: all 0.5s;
}
.scroll-top-wrapper {
  display: none;
}
/* SINGLE POST */
.postImage {
  text-align: center;
}
.postImage img {
  max-width: 500px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.singlePostOnBlogPage img {
    width: 100% !important;
    max-width: 600px;
    height: auto !important;
    padding-top: 50px;
    min-height: 250px;
    object-fit: cover;
}
/* #comments .comments-title {
 border-bottom: 1px solid #555;
 display: inline-block;
 padding-bottom: 5px;
 }
 #reply-title {
 border-bottom: 1px solid #555;
 display: inline-block;
 padding-bottom: 5px;
 } */
#comments {
  margin-top: 30px;
}
#comments .comments-title {
  border-bottom: 1px solid #555;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#comments .comment-body {
  margin-bottom: 20px;
}
#comments #reply-title {
  border-bottom: 1px solid #555;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 0px;
}
#comments .comment-form-comment label {
  display: block;
}
.nrOfCommentsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.nrOfCommentsBox i {
  font-size: 50px;
  margin-left: 20px;
  color: #0c85bf;
}
.nrOfCommentsBox .nrOfComments {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
h3.socialsH3 {
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #555;
}
.socialsPost {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.socialsPost .myFbShare {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  height: 45px;
  width: 308px;
  padding: 0 4px 0 6px;
  background-color: #4367b2;
  color: #fff;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 6px;
}
.socialsPost .myFbShare i {
  font-size: 25px;
  padding: 2px 15px 0 15px;
}
.socialsPost .myFbShare:hover {
  color: #fff;
}
.socialsPost .myTwitterShare {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  height: 45px;
  width: 308px;
  padding: 0 4px 0 6px;
  background-color: #2daae2;
  color: #fff;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 6px;
}
.socialsPost .myTwitterShare i {
  font-size: 25px;
  padding: 2px 15px 0 15px;
}
.socialsPost .clipboardButton {
  width: 151px;
  min-width: 140px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 4px 0 6px;
  background-color: #dc4437;
  color: #fff;
  border: 0px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 6px;
}
.socialsPost .clipboardButton i {
  font-size: 20px;
  padding: 2px 10px 0 10px;
}
.socialsPost .myGoogleShare {
  width: 151px;
  min-width: 140px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 4px 0 6px;
  background-color: #dc4437;
  color: #fff;
  border: 0px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 6px;
}
.socialsPost .myGoogleShare i {
  font-size: 20px;
  padding: 2px 10px 0 10px;
}
.socialsPost .mailButton {
  width: 151px;
  min-width: 140px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 4px 0 6px;
  background-color: #858585;
  color: #fff;
  border: 0px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 6px;
}
.socialsPost .mailButton i {
  font-size: 20px;
  padding: 2px 10px 0 10px;
}
.socialsPost .printButton {
  width: 151px;
  min-width: 140px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 4px 0 6px;
  background-color: #858585;
  color: #fff;
  border: 0px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 6px;
}
.socialsPost .printButton i {
  font-size: 20px;
  padding: 2px 10px 0 10px;
}
.socialsPost:last-child {
  margin-bottom: 50px;
}
.arrowsBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  /* .homeButton {
   text-align: center;
   }
   .nextArrow {
   text-align: right;
   } */
}
.arrowsBox .singleArrow {
  text-align: center;
}
.arrowsBox p {
  margin-bottom: 0;
}
.arrowsBox i {
  font-size: 30px;
}
/* BLOG PAGE */
.singlePostOnBlogPage .post-block {
  text-align: center;
  height: 500px;
}
.blog .contentColumn .navigation {
  margin-bottom: 50px;
}
.img-responsive {
  display: inherit !important;
}
/* SINGLE PAGE */
.pageContent figure {
  text-align: center;
}
.pageContent figure img {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
}
/* LOGIN / REGISTRATION PAGE */
.registerButton {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #67b1d6;
  font-family: Helvetica, sans-serif, 'Trebuchet MS';
  border-radius: 3px;
  transition: all 0.3s linear 0s;
  padding: 10px 30px 11px;
  min-height: 45px;
  font-size: 18px;
  margin: 30px 10px;
  border: 0;
}
.registerButton:hover {
  color: #fff;
}
.ihc-public-trial-version {
  display: none;
}
.ihc-login-template-10 {
  background-color: transparent;
  margin: 0;
  width: 90%;
}
.ihc-login-template-10 .fa-ihc {
  line-height: 36px;
}
p.loginP {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ihc-form-create-edit input {
  outline: none;
}
.loginPageFlexBox {
  display: flex;
}
.loginPageFlexBox .loginBox {
  width: 100%;
}
.loginPageFlexBox .registerBox {
  width: 100%;
}
.loginPageFlexBox .registerBox a {
  display: flex;
  justify-content: center;
  color: #fff;
  width: 90%;
  background-color: #67b1d6;
  font-family: Helvetica, sans-serif, 'Trebuchet MS';
  border-radius: 3px;
  transition: all 0.3s linear 0s;
  padding: 10px 30px 11px;
  min-height: 45px;
  font-size: 18px;
  margin-top: 30px;
}
.page-id-164 .ihc-level-item .ihc-level-item-price, .page-id-164 .ihc-level-item .ihc-level-item-link-wrap {
  display: none;
}
.regulationsContainer {
  width: 500px;
  height: 300px;
  overflow: auto;
  margin: 20px 0;
}
.regulationsContainer ul {
  list-style-type: decimal;
}
@media screen and (max-width: 600px) {
  .regulationsContainer {
    width: 300px;
  }
}


#custom-box figure img{
	margin: 0px !important;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#custom-box h3{
	color: #000;
    text-transform: uppercase;
    background-color: #fff;
    padding: 13px 0;
    font-size: 15px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: calibri;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.serach-custom .comments-link, .serach-custom .updated{
  display: none;
}

.absolute-date{
  padding-top: 5px;
}


article iframe{
       width: 100% !important;
}

@media (max-width: 992px) {
  .lae-container button.slick-prev {
      left: -20px !important;
      z-index: 1;
  }

  .lae-container button.slick-next {
      right: -20px !important;
      z-index: 1;
  }
}

@media(max-width: 600px){
	.breadcrumbsRow ul#breadcrumbs{
		display: block;
	}
}

.add {
  padding-bottom:30px;
}
