/*
Theme Name: synagogues360
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: synagogues360
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video 
{margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; height: 100%;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
img{border:none;}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea {-webkit-appearance: none; outline: none;}
textarea:focus, input:focus, a, div, img { outline: none; }

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block;}

*, *:before, *:after{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#242424; font-size:14px; font-family: 'Open Sans', sans-serif; font-weight:400; line-height:22px;}

h1, h2, h3, h4, h5, h6{ margin-bottom:15px; font-weight:normal;line-height: 1.4;font-family: 'Raleway', sans-serif;font-weight: 500;}
h1{ font-size:36px;}
h2{ font-size:36px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:16px;}
h6{ font-size:14px;}

p{ color:#545454; font-size:16px; font-weight:400; line-height:1.6; margin-bottom:20px;}

ul, ol{ margin:20px 20px; padding:0; }
/* ul li, ol li{ list-style:none; } */
ul > li { list-style:outside disc; }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:5px solid #1589cb;}
blockquote p{ font-size:16px; font-style: italic; font-weight:400; line-height:1.6; margin-bottom:15px; position:relative; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;}

.alignnone{float: none; margin: 15px 0;}
.aligncenter {display: block; clear:both; margin:15px auto;}
.alignleft {float: left; margin: 0 20px 15px 0; }
.alignright {float: right; margin: 0 0 15px 20px;}

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none;max-width: 100%;height: auto;}

/* 4. Link
------------------------------------------------------------------------------*/
a{color:#4777ac;}
a:hover{color:#1fa1cb;transition: color 0.3s, background 0.3s;-webkit-transition: color 0.3s, background 0.3s;-o-transition: color 0.3s, background 0.3s;}
a:active, a.current {color: #1fa1cb;}
a:focus {outline: none;}
.btn{background: #1fa1cb;border-radius: 5px;color: #fff;font-weight: 600; display: inline-block;padding: 9px 66px;vertical-align: top;text-align: center;text-transform: uppercase;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.btn:hover, .btn:focus{background: #001075;color: #fff;}
.btn-sm{padding: 9px 35px;}
.btn-gray {background-color: #f8f8f8;color: #242424;}
.btn-gray:hover, .btn-gray:focus {background-color: #1fa1cb ;color: #fff;}

/* 5. Forms 
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select {border: 0 solid #fff;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;color: #686868;font-size: 14px; line-height: 20px;height: 38px;padding: 6px 15px;outline: none;}
textarea{ border:0 solid transparent; color:#686868; font-family: 'Open Sans', sans-serif; font-size:14px; line-height: 20px; height:78px; padding:6px 15px; resize:none; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0; }
input[type="submit"], input[type="button"], input[type="reset"] {background-color: #057295;border: none;color: #fff;cursor: pointer;display: inline-block;font-size: 14px;font-weight: 600;line-height: 20px;height: 40px;border-radius: 5px;padding: 9px 35px;text-transform: uppercase;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus {border: 1px solid #057295; }
select::-ms-expand {display: none;}
select {background: #fff url(assets/images/dropdown-arrow.png) no-repeat right center;padding-right: 35px;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover{ background-color:#001075; color:#fff;}
.error{background-color: #ffecec !important;border: 1px solid #f00 !important;}
::-webkit-input-placeholder{color:#686868;}
:-moz-placeholder { /* Firefox 18- */ color:#686868; }
::-moz-placeholder {  /* Firefox 19+ */ color:#686868; }
:-ms-input-placeholder { color:#686868;}
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper{ width:100%; min-height:100%;}
.container{ max-width:1200px; width:100%;padding: 0 15px;}
.graybar{background-color: #f5f5f5}
.default-pad-section {padding-top: 30px;padding-bottom: 70px;}
.rowbar {margin-right: -15px;margin-left: -15px;}
.callout-one, .callout-two, .callout-three { float: left; min-height: 1px;padding-right: 15px;padding-left: 15px; position: relative; }
.callout-one {width: 100%;}
.callout-two {width: 50%;}
.callout-three {width: 33.33%;}
.rowbar.alignright div[class^='callout-']{float: right;}
.form-control { display: block;width: 100%;box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15); transition: all 0.2s ease; }
.border-overlay{position: relative}
.border-overlay:after {content: '';border: 8px solid rgba(255, 255, 255, 0.08);width: 100%;height: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.border-overlay img{width: 100%;height: auto;display: block;vertical-align: top}
.wp-caption {max-width: 100% !important;}

/* Pagination/  */
.navigation {display: block;width: 100%;text-align: center; float: none;}
.navigation h2 {font-size: 0;display: none;}
.pagination .page-numbers{background-color: transparent;border:1px solid #cccccc; color: #545454; font-size: 18px; line-height: 45px; display: inline-block;vertical-align: top; height: 45px;width: 45px;margin-right: -4px;text-align: center}
.pagination .page-numbers.current {background-color: #1fa1cb; border:1px solid #1fa1cb; color: #fff}
.pagination .prev.page-numbers, .pagination .next.page-numbers {font-size: 0}
.pagination .prev.page-numbers{background: url('assets/images/paged-prev.png') no-repeat center}
.pagination .next.page-numbers{background: url('assets/images/paged-next.png') no-repeat center}
.post-navigation .nav-links:before, .post-navigation .nav-links:after{content: ''; display: table}
.post-navigation .nav-links:after{clear: both}
.post-navigation .nav-links .nav-previous {display: block;float: right;}
.post-navigation .nav-links .nav-next {display: block;float: left;}
.post-navigation .nav-links a { background: #1fa1cb;border-radius: 5px;color: #fff;font-weight: 400;display: inline-block;padding: 9px 35px;vertical-align: top;text-transform: uppercase;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.post-navigation .nav-links a:hover { background: #001075;color: #fff;}

.nav-post .nav-previous-link { display: block;float: left;}
.nav-post .nav-next-link { display: block;float: right;}
.nav-post .nav-link { background: #1fa1cb;border-radius: 5px;color: #fff;font-weight: 400;display: inline-block;padding: 9px 35px;vertical-align: top;text-transform: uppercase;-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.nav-post .nav-link:hover { background: #001075;color: #fff;}

.paginationbar {margin: 30px 0 0;text-align: center;}
/* header */
header{ width:100%; height:auto;}
#wrapper > header{ background: #001075; }
.site-logo {display: inline-block;vertical-align: top;}
.site-logo img {padding: 16px 0px;}

/* nav */
.nav-mobile {display: none;}
nav.nav-header { display: inline-block;vertical-align: top;float: right;}
nav.nav-header ul {margin: 0;}
nav.nav-header ul > li {display: inline-block;vertical-align: top;position: relative;padding-bottom: 0;list-style: none;}
nav.nav-header ul > li:before, 
nav.nav-header .current-menu-item:before {content: "";height: 0;width: 1px;background: #1fa1cb;position: absolute;left: 0;right: 0;margin: 0 auto;transition: all 0.2s ease-in-out;}
nav.nav-header ul > li:hover:before, nav.nav-header ul > li.current-menu-item:before {height: 22px;}
nav.nav-header ul > li a {font-size: 14px;color: #fff;text-transform: uppercase;padding: 34px 25px;display: inline-block;vertical-align: top;}
nav.nav-header ul li a:hover,nav.nav-header ul > li.current-menu-item > a{color: #1fa1cb}
nav.nav-header ul > li:last-child a {padding-right: 0;}
/*submenu*/
nav.nav-header ul li.menu-item-has-children > ul {position: absolute;left: 0;z-index: 9999;width: 100%;background: #1fa1cb;visibility: hidden;pointer-events: none;top: 90px;transition: all 0.3s ease-in;opacity: 0;}
nav.nav-header ul li.menu-item-has-children:hover > ul {opacity: 1;top:86px;visibility: visible;pointer-events: all;transition: all 0.3s ease-out;}
nav.nav-header ul ul li{display: inline-block;width:100%;}
nav.nav-header ul ul li a {padding: 12px 25px;white-space: pre;font-size: 13px;}
nav.nav-header ul ul li:hover a{background: #001075;width: 100%;color: #fff;transition: all 0.3s ease-in}
nav.nav-header ul ul{padding-top: 5px}
svg.icon.icon-angle-down { display: none; }
/* innerbanner */
.innbanner {background-color: #1fa1cb; height: 385px; position: relative; overflow: hidden; }
.innbanner:before { content: ''; background-color:rgba(0,0,0,0.4); display: block; position: absolute; top: 0;left: 0; right: 0; width: 100%; height: 100%; z-index: 1; }
.innbanner h1 { color:#fff; font-size: 40px;line-height: 1.1;text-align: center;margin: 0; position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;}
.innbanner img {object-fit: cover;object-position: center center;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);width: 100%;}

/* footer */
footer{ width:100%; height:auto;}
.footer-contact-us {display: inline-block;width: 100%;background: url(assets/images/footer-back.png);background-repeat: no-repeat;background-size: cover;padding: 32px 0;vertical-align: top;}
.footer-contact-us .container {display: table;}
.footer-contact-us a {font-family: 'Oxygen', sans-serif;font-weight: 700;font-size: 18px;text-transform: uppercase;padding: 17px 62px;}
.footer-contact-us .contact-btn {display: table-cell;vertical-align: middle;}
.footer-contact-us .contact-btn.contact-btn-center {text-align: center;}
.footer-contact-us .btn:hover {background: #fff;color: #1fa1cb;}
.footer-contact-us .contact-content {display: table-cell;width: 78%;vertical-align: middle;}
.footer-contact-us p {color: #fff;font-size: 28px;margin-bottom: 0}
.footer-top{display: inline-block;width:100%;vertical-align: top;background:#292929; padding: 40px 0;}
.footer-logo {float: left;width: 50%;}
.footer-logo a {display: inline-block;}
.footer-menu {float: left;width: 50%;padding-left: 30px;}
.footer-menu .quick-links, .footer-menu .policy-links {display: inline-block;vertical-align: top;}
.footer-menu .quick-links {width: 68%;}
.footer-menu .policy-links {width: 31%;}
.footer-title {text-transform: uppercase;color: #fff;font-weight: 600;margin-bottom: 18px;}
.footer-menu ul {margin: 0;}
.footer-menu ul li {float: left;width: 50%;list-style: none;padding-right: 10px;padding-bottom: 8px;}
.footer-menu .policy-links ul li {width: 100%;}
.footer-menu ul li.current-menu-item a {color: #1fa1cb;}
.footer-menu ul li a {color: #cdcdcd;}
.footer-menu ul li a:hover {color: #1fa1cb;}
.footer-bottom {display: inline-block;width: 100%;vertical-align: top;text-align: center;background: #161616;}
.footer-bottom p {color: #b7b6b6;margin: 14px 0;font-size: 14px;}

/*--------- home page ------------*/
/* History */
.history-cover li {float: left;vertical-align: top;width: 20%;overflow: hidden;height: 210px;position: relative;padding-bottom: 0;list-style: none;}
.history-part {display: inline-block;width: 100%;vertical-align: top;}
.history-cover li img {object-fit: cover;height:100%;width: 100%;vertical-align: top;}
.history-title {text-align: center;padding: 30px 0}
.history-title h3 {margin-bottom: 10px;}
/*.history-cover li:before {content: "";height: 0;width: 0;position: absolute;z-index: 9;background: rgba(0, 0, 0, 0.38);transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);top: 50%;left: 50%;}
.history-cover li:hover:before {height: 90%;width: 90%;}*/
.history-cover {position: relative;display: inline-block;width: 100%;vertical-align: top;}
.history-cover ul {margin: 0;}
.two-btn-cover {position: absolute;left: 0;bottom: 2px;z-index: 999;width: 60%;display: block;padding: 0;right: 0;}
.two-btn-cover a {background: #31a8cf;padding: 8px;width: calc(50% - 1px);float: left;font-size: 18px;text-transform: uppercase;color: #fff;text-align: center;position: relative;}
.two-btn-cover a span {padding: 12px;background: #1fa1cb;display: block;transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;}
.two-btn-cover a:first-child{margin-right: 1px}
.two-btn-cover a:last-child{margin-left: 1px}
.two-btn-cover a:first-child:after {content: "";background: url(assets/images/search.png);position: absolute;left: 8px;bottom: 10px;z-index: 9;height: 44px;width: 45px;}
.two-btn-cover a:last-child:after {content: "";background: url(assets/images/take-a-tour.png);position: absolute;left: 5px;bottom: 10px;z-index: 9;height: 44px;width: 54px;}
.two-btn-cover a:hover span {background: #1691b9;}
.two-btn-cover a::after {transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;}
.slick-nav .slick-current::before {content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(31, 161, 203, 0.5);}
.slick-nav .slick-current{position: relative;}
.slick-nav .slick-slide {margin: 10px 5px;cursor: pointer;}

/*title pattern*/
.section-title {display: inline-block;width: 100%;text-align: center;padding-top: 125px;position: relative;}
.section-title:before {content: "";background: url(assets/images/title-pattern.png);height: 50px;width: 42px;position: absolute;left: 0;right: 0;margin: 0 auto;background-repeat: no-repeat;top: 56px;}
.section-title:after {content: "";height: 50px;background: #cccccc;width: 1px;position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;}
.section-title h1, .section-title h2 {font-weight: 500; margin-bottom: 22px;}
.section-subtitle {margin-bottom: 30px;text-align: center;}
.section-desc {margin: 10px 0 30px;}
.section-block-title{display: block;width: 100%;position: relative;}
.section-block-title h2 {font-size: 24px;line-height: 1.1; margin-bottom: 20px;}
.full-desc-cover {display: inline-block;width: 100%;padding: 70px 0;vertical-align: top;}
.col-full{width: 100%;padding:0 10px;float: none;}
.col-half{width: 50%;padding:0 10px;float: left;}
.col-row{margin: 0 -10px}
.full-desc-cover p{margin-bottom: 28px;}
.full-desc-cover .col-half p:last-child {margin-bottom: 0;}
.slick-main img {width: 100%;}
.slick-main.slick-slider {border: 10px solid #d2e5ec;}
.slick-main.slick-slider .slick-list, .slick-nav.slick-slider .slick-list {padding: 0;}
.slick-nav {margin: 0 -4px 0 -5px;}
.slick-slide:not(.slick-active){position: relative;}
.slick-slide:before {content: "";height: 100%;width: 100%;background: tranasparent;position: absolute;left: 0;top: 0;pointer-events: none;}
.slick-slide:not(.slick-active):before {transition: all 0.3s ease-in;background: rgba(255, 255, 255, 0.76);}

/* Browse tour */
.main-cover {display: inline-block;width: 100%;vertical-align: top;background: #f5f5f5;padding-bottom: 70px;}
.center-slick-slider {display: inline-block;width: 100%;overflow: hidden;}
.center-slick-slider .slick-arrow {border: 0;font-size: 0;cursor: pointer;display: block;width: 40px;height: 60px;margin: 0;padding: 0;outline: none;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;z-index: 99;}
.center-slick-slider .slick-prev {background: rgba(255, 255, 255, 0.75) url(assets/images/nav-prev.png) no-repeat center;left: 0;}
.center-slick-slider .slick-next {background: rgba(255, 255, 255, 0.75) url(assets/images/nav-next.png) no-repeat center;right: 0;}
.center-slick-slider .slick-arrow:before {content: '';}
.center-slick-slider .slick-arrow:hover {background-color: rgba(30, 161, 204, 0.4);}

.center-slick-slider .slick-slide img {width: 100%; height: auto;}
.slick-active .img-cover-slick::before {content: "";position: absolute;height: 0;width: 0;left: 50%;top: 50%;transform: translate(-50%,-50%);border: 0;transition: all 0.3s ease;background-position: center;background-size: 28px 28px;}
.slick-active:hover .img-cover-slick::before {border: 10px solid rgba(255, 255, 255, 0.5);background-repeat: no-repeat;background-image: url(assets/images/search-btn.png);background-color: rgba(31, 161, 203, 0.75);height: 100%;width: 100%;}
.slick-active .img-cover-slick {position: relative;}
.center-slick-slider .slick-slide {margin: 0 15px;background: #fff;box-shadow: 2px 3.464px 3.84px 0.16px rgba(0, 0, 0, 0.06);height: 100%;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
.center-slick-slider .slick-slide:hover{box-shadow: 2px 3.464px 3.84px 0.16px rgba(0, 0, 0, 0.19)}
.slick-slider .slick-list {padding: 0 calc((100% - 1200px) / 2 );}
.slider-content-cover {padding: 25px 20px 5px;}
.slider-content-cover .slider-content-inner {height: 100%;}
.slider-content-cover h4{font-family: 'Open Sans', sans-serif;font-weight: 600;text-transform: uppercase}
.slider-content-cover h5 {font-family: 'Open Sans', sans-serif;margin-bottom: 0;line-height: 1.6;}
.slider-content-cover h4 {margin-bottom: 5px;color: #545454}
.slider-content-cover h5 {color: #545454}

/* Blog */
.blog-cover .col-row {margin: 0 -15px;}
.blog-content {background-color: #fafafa;padding: 22px 15px 30px;position: relative;}
.blog-cover .col-three {float: left;width: 33.3%;padding: 0 15px;}
.blog-img {background-color: #000;display: inline-block;width: 100%;vertical-align: top;}
.blog-content span {color: #1fa1cb;font-size: 22px;font-weight: 600; margin-bottom: 15px;display: block;}
.blog-content small {font-size: 16px;margin-left: 5px;}
.blog-cover .col-three .blog-img a {width: 100%;height: 238px;display: block;}
.blog-cover .col-three img {width: 100%;height: 100%;object-fit: cover;vertical-align: top;}
.blog-content h4, .blog-content h4 a {text-transform: uppercase;font-weight: 600;font-family: 'Open Sans', sans-serif;color: #545454}
.blog-content p {color: #545454;}
.blog-content a {color: #242424;font-weight: 600;text-transform: uppercase;}
.blog-content a:hover {color: #1fa1cb;}
.blog-content .b-link {position: absolute;bottom: 15px;left: 15px;}
.blog-cover .col-three:hover img{opacity: 0.6;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.blog-inner {1.5px 2.5px 3px 0.1px rgba(0, 0, 0, 0.06)}
.blog-inner:hover {box-shadow: 1.5px 2.5px 3px 0.1px rgba(0, 0, 0, 0.18);-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.more-blog {display: inline-block;width: 100%;text-align: center;padding: 50px 0 0 0;}
.home-blog {padding-bottom: 70px;}
.blog-cover > p {text-align: center;}
/* Blog Listing */
.blog-list {margin: 0;}
.blog-list .blog-list-item { border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 30px; list-style: none; }
.blog-list .blog-list-item .inner { margin-left: 300px;}
.blog-list .blog-list-item .inner:hover .blog-thumb img { opacity: 0.6; }
.blog-single .blog-thumb { background-color: #000;float: left;width: 270px;margin-left: -300px;}
.blog-single .blog-thumb a {display: block;width: 100%;height: 174px;overflow: hidden;}
.blog-single .blog-thumb a img {display: block;width: 100%;height: 100%;object-fit: cover;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.blog-single .blog-info { float: right;width: 100%;}
.blog-single .blog-info h2 { line-height: 1.2; margin-bottom: 5px; }
.blog-single .blog-info h2 a { color: #242424; }
.blog-single .blog-info h2 a:hover {color: #1fa1cb;}
.blog-single .blog-info .blog-published { color: #a6a6a6; margin-bottom: 15px; }
.blog-single h1 { font-size: 30px; }
.blog-single h2 { font-size: 24px; }
.blog-single h3 { font-size: 20px; }
.blog-single figcaption { color: #999; font-size: 90%; font-style: italic; text-align: center; }
.blog-single img > p { margin-top: 20px; }
/* Single Blog */
.blog-single .blog-inner, .blog-single .blog-inner:hover {box-shadow: none;}
.blog-single .blog-content { background-color: transparent; padding: 0; }
.blog-single .blog-content span { font-size: 18px; }
.blog-single .blog-img { background-color: transparent; }
/* Blog validation */
label.error {color: #f00;}
/* AboutUs/copyright */
.aboutus-section .section-content .callout-full { width: 100%; }
.aboutus-section .section-content .about-content p {line-height: 1.8;}
.aboutus-section .section-content .about-image {display: block;position: relative;box-shadow: 1.5px 2.5px 3px 0.1px rgba(0, 0, 0, 0.18);}
.aboutus-section .section-content .about-image img{display: block;}
.cr-section .section-content {padding: 17px 100px 40px}
/* ContactUs */
.contactus-section .section-content {margin: 0 15px;}
.contactus-section .contentbar {background-color: #f5f5f5;position: relative;}
.contactus-section .contentbar:after {content: '';background: url(assets/images/email-icn.png) no-repeat;width: 100%;height: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.contactus-section .formbar {background-color: #1fa1cb;position: relative;}
.contactus-section .callout-two .innerbox {padding: 60px 15px;z-index: 10;position: relative;}
.contactus-section h3 {font-size: 22px;font-weight: 500; text-transform: uppercase;margin-bottom: 30px;}
.contactus-section .formbar h3 {color: #fff;}
.contactus-section .formbar .rowbar {margin-right: -5px;margin-left: -5px;}
.contactus-section .formbar .rowbar [class^='callout-'] {padding-right: 5px;padding-left: 5px;}
.contactus-section .formbar .wpcf7-form-control-wrap {margin-bottom: 10px;display: block;}
.contactus-section .formbar .wpcf7-submit {margin: 0 auto 0;display: block; padding: 9px 56px;}
.contactus-section .formbar .btn-wrap {display: inline-block;margin-top: 15px;margin-left: 50%; position: relative;transform: translateX(-50%);}
.contactus-section div.wpcf7 .ajax-loader {position: absolute;top: 50%;right: 10px;transform: translateY(-50%);}
.contactus-section div.wpcf7-response-output {margin: 1em 0.5em 1em;padding: 0.2em 1em;}
.contactus-section div.wpcf7-mail-sent-ok {background-color: #398f14;border: 1px solid #fff;color: #fff;text-align: center;}
.contactus-section div.wpcf7-validation-errors {background-color: #057295; border: 1px solid #ffffff;color: #fff;text-align: center;}
.contactus-section span.wpcf7-not-valid-tip{display: none !important;}
.contactus-section .wpcf7-not-valid{background-color: #ffecec !important;border: 1px solid #f00 !important;}
/* TakeaTour */
.tour-list{height: auto;width: 100%;margin: 0;padding: 0;position: relative;}
.tour-list .tour-list-item{border-bottom: 1px solid #f2f2f2;height: auto;width: 100%;margin: 0 0 30px;padding: 0 0 30px;list-style: none;}
.tour-list .tour-list-item:last-child{border-bottom: none;margin: 0;padding: 0;}
/*.tour-list .tour-list-item .inner {margin-left: 300px;}*/
.tour-list .tour-list-item .tour-image {background-color: #000;float: left;width: 270px;margin-left: -300px;}
.tour-list .tour-list-item .tour-info {float: right;width: 100%;}
.tour-list .tour-list-item .tour-image img{box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);height: auto; display: block; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.tour-list .tour-list-item .section-block-title h2 a {color: inherit}
.tour-list .tour-list-item .section-block-title h2 a:hover {color: #1fa1cb;}
.tour-list .tour-list-item .tour-image a:hover img { opacity: 0.6; }
/* Synagogue Search / Gallery */
.search-bar {background-color: #1fa1cb;box-shadow: 2px 2px 2px 0.1px rgba(0, 0, 0, 0.18);padding: 60px 60px;position: relative;}
.search-bar:after {content: '';border: 8px solid rgba(255, 255, 255, 0.08);width: 100%;height: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.search-bar .inner { position: relative; z-index: 1; }
.search-bar .left-bar { float: left; width: 30%; }
.search-bar .right-bar { float: right; width: 67%; }
.search-bar .right-bar .search-block { float: right; }
.search-bar .inner-block {margin-bottom: 30px;}
.search-bar .inner-block.m0 {margin-bottom: 0;}
.search-bar .right-bar .inner-block {text-align: right;}
.search-bar .right-bar .inner-block .innerblock {display: inline-block;}
.search-bar a, .search-bar label {color: #fff;font-size: 16px;display: block;margin-bottom: 10px;text-align: left;}
.search-bar a {font-size: 14px;text-decoration: underline}
.search-bar a:hover {color: rgba(255, 255, 255, 0.8)}
.search-bar select {background-color: #fff;border: none;display: inline-block;vertical-align: top;width: calc(100% - 65px);}
.search-bar .form-control {width: 130px;display: inline-block;vertical-align: top;box-shadow: none;}
.search-bar .btn-search {background-color: #057295;border: none;cursor: pointer;width: 65px;height: 38px;display: inline-block;vertical-align: top;margin-left: -4px;padding: 9px;}
.search-bar .btn-search img {width: 18px;}
#form-special-date {display: none;}
.load_state, .load_city { margin-top: 15px; }
.search-loader { background: rgba(0, 0, 0, 0.2) url(assets/images/loading.gif) no-repeat center; background-size: 30px; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; }
.search-result-msg { color: #fff; font-weight: 600; text-align: center; }

.gallery-card {background-color: #fff;border: none;width: 100%;max-width: 370px;margin: 30px auto 0;text-align: center;display: block;}
.gallery-card:hover img{opacity: 0.6;}
.gallery-card .gallery-card-media {background-color: #000;display: block;vertical-align: top;width: 100%;}
.gallery-card .gallery-card-media a{display: block;width: 100%;height: 233px;}
.gallery-card .gallery-card-media a img{width: 100%;height: 100%; object-fit: cover; vertical-align: top; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.gallery-card .gallery-card-body{background-color: transparent; border: 1px solid #d5d5d5;margin-top: -1px;padding: 20px 20px 30px;}
.gallery-card .year-info, .gallery-card .location-info{font-size: 16px; font-weight: 600; margin-bottom: 15px;}
.gallery-card ul > li {display: inline-block;position: relative;list-style: none;}
.gallery-card ul > li:not(:last-child) > span:after {content: '-';padding-left: 4px;}
/*.gallery-card ul > li:not(:last-child):after {content: '-';position: absolute;top: 0;padding: 0 5px;}*/
.gallery-card h3{font-weight: 600;margin-bottom: 20px;}
.gallery-card h3 a{color: #242424;}
.gallery-card h3 a:hover {color: #1fa1cb;}
.gallery-card p {font-size: 15px}
/* Inner page - Content/Sidebar */
.bluebar {background-color: #1fa1cb;display: block;width: 100%;padding: 12px 15px;margin-bottom: 13px;}
.bluebar h5 {color: #fff; font-weight: 500; margin: 0;}
.page-details {margin-right: 400px;}
.page-details .main-content {width: 100%;float: left;}
.page-details .main-sidebar {width: 370px;float: right; margin-right: -400px;}
.page-details .main-sidebar .inner { width: 370px; }
.main-content .border-overlay {margin-bottom: 25px;}
.main-sidebar .sidebar-block table { width: 100%; margin: 0 0 20px; }
.main-sidebar .sidebar-block table tr td { font-size: 15px; padding: 5px 15px; }
.main-sidebar .sidebar-block table tr td:first-child { width: 60%; }
.main-sidebar .sidebar-block table tr td:last-child { width: 40%; }
.main-sidebar .sidebar-block table tr td span { font-size: 16px; font-weight: 600; }
.main-sidebar .sidebar-block .add-photo-wrapper {max-height: 620px;margin-bottom: 30px;}
.main-sidebar .sidebar-block ul { margin: 0 -15px; }
.main-sidebar .sidebar-block ul > li { display: block; float: left; width: 50%; padding: 15px 15px; max-width: 200px; list-style: none; overflow: hidden; }
.main-sidebar .sidebar-block ul > li:nth-child(odd) {}
.main-sidebar .sidebar-block ul > li:nth-child(even) {}
.main-sidebar .sidebar-block .border-overlay { display: block; }
.nav-post { border-top: 1px solid #cccccc; width: 100%; padding: 30px 0 70px; }
.nav-post-top {border: none;margin-bottom: 30px;padding: 0;}
/* Fancybox */
.fancybox-infobar {bottom: 0; top: initial; left: 50%; transform: translateX(-50%);}
/* page not found-404 */
.not-found { padding: 70px; }
.not-found header { background: transparent; }
.not-found .search-form { display: inline-block; position: relative; }
.not-found .search-form input[type="search"] { border: 1px solid #001075; }
.not-found .search-form button.search-submit { font-size: 0; }
/* Widget */
.widget-area{}
.widget-area .widget{ margin-bottom: 30px; position: relative; }
.widget-area .widget .widget-title{background-color: #1fa1cb;color: #fff;font-size: 16px;padding: 12px 15px;margin-bottom: 20px;}
.widget-area .widget ul > li {margin: 0 15px 10px;border-bottom: 1px dashed rgba(204, 204, 204, 0.6);padding-bottom: 5px;list-style: none;}
.widget-area .widget ul > li > a {color: inherit;font-size: 16px;font-weight: 600;display: inline-block;vertical-align: top;}
.widget-area .widget ul > li > a:hover { color: #1fa1cb; }
.widget-area .widget ul > li > span {display: block;color: #999;font-size: 13px;}
/* Searchbox */
.search-form {position: relative;}
.search-form input[type="search"] {background-color: #f8f8f8;border: 1px solid #ccc;width: 100%;padding-right: 75px;}
.search-form > label, .search-form .search-submit svg.icon.icon-search { display: none; }
.search-form .search-submit {background: #1fa1cb url(assets/images/icn-search.png) no-repeat center;border: none;font-size: 0;width: 60px;height: 38px;padding: 0;position: absolute;top: 0;right: 0;}
/* Comment area */
.comments-area .comments-title, .comments-area svg.icon, .comments-area .says { display: none; }
.comment-respond {background-color: #f8f8f8; border: 1px solid #ccc; border-radius: 4px; margin: 30px 0; padding: 15px;}
.comment-respond .comment-form { margin: 0 -15px; }
.comment-respond .comment-form-comment { width: 100%; }
.comment-respond .comment-form-author, .comment-respond .comment-form-email { width: 50%; float: left; }
.comment-respond .comment-form-url, .comment-respond .comment-notes #email-notes { display: none; }
.comment-respond .comment-notes, .comment-respond .logged-in-as, .comment-respond .comment-form-comment, .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .form-submit { padding: 0 15px; margin-bottom: 15px; }
.comment-respond textarea, .comment-respond input[type="text"], .comment-respond input[type="email"]{width: 100%;}
.comment-respond label {display: block;margin-bottom: 5px;}
.comment-respond .comment-notes {font-size: 100%;}
.comment-list {margin: 30px 0 0;}
.comment-list ol { margin: 0 0 15px 15px; }
.comment-list li { background-color: #f8f8f8; border-left: 5px solid #ccc; padding: 15px; margin: 0 0 15px; list-style: none; }
.comment-list .comment .comment-body {margin-bottom: 10px;}
.comment-list .comment .comment-body .comment-metadata { margin: 0 0 15px; }
.comment-list .comment .comment-body .comment-content { margin-bottom: 10px; }
.comment-list .comment .comment-body .comment-author img.avatar { border-radius: 50%; width: 60px; float: left; margin: 0 15px 0 0; }
.comment-list .comment .comment-body .comment-author .fn {padding-top: 7px;display: block;}
.comment-list .comment .reply .comment-reply-link {background-color: #057295;border: none;color: #fff;cursor: pointer;display: inline-block;font-size: 12px;font-weight: 600;line-height: 14px;height: 26px;border-radius: 3px;padding: 7px 12px;text-transform: uppercase;}
.comment-list .comment .reply .comment-reply-link:hover {background-color: #001075; }
.comment-list .comment .comment-awaiting-moderation {background-color: #ccc;font-size: 13px;margin: 30px 0 5px;padding: 2px 5px;}
/* 3D image */
#pano { border: 10px solid #d2e5ec; width: 100%; height: 480px; margin-bottom: 30px; }
/* no search result found */
.noresult-found {text-align: center;margin-top: 30px;}
/* My Theme Scrollbar */
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #1fa1cb; }
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{ background-color: #ccc; } 

header .phone-nav{display: none;}
