@font-face {
  font-family: 'RemoPlusPro-SemiBold';
  src: url('fonts/RemoPlusPro-SemiBold.eot?#iefix') format('embedded-opentype'),  url('fonts/RemoPlusPro-SemiBold.woff') format('woff'), url('fonts/RemoPlusPro-SemiBold.ttf')  format('truetype'), url('fonts/RemoPlusPro-SemiBold.svg#RemoPlusPro-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RemoPlusPro-SemiBoldItalic';
  src: url('fonts/RemoPlusPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/RemoPlusPro-SemiBoldItalic.woff') format('woff'), url('fonts/RemoPlusPro-SemiBoldItalic.ttf')  format('truetype'), url('fonts/RemoPlusPro-SemiBoldItalic.svg#RemoPlusPro-SemiBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RemoPlusPro-ExtraBoldItalic';
  src: url('fonts/RemoPlusPro-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),  url('fonts/RemoPlusPro-ExtraBoldItalic.woff') format('woff'), url('fonts/RemoPlusPro-ExtraBoldItalic.ttf')  format('truetype'), url('fonts/RemoPlusPro-ExtraBoldItalic.svg#RemoPlusPro-ExtraBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RemoPlusPro-ExtraBold';
  src: url('fonts/RemoPlusPro-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('fonts/RemoPlusPro-ExtraBold.woff') format('woff'), url('fonts/RemoPlusPro-ExtraBold.ttf')  format('truetype'), url('fonts/RemoPlusPro-ExtraBold.svg#RemoPlusPro-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}



@charset "UTF-8";
/*
Theme Name: Temple Beth El
Theme URI: https://www.tberochester.org
Description: 
Version: 1.0
Author: Addicott Web
Author URI: https://www.synagogue-websites.com
*/

body { font-family: "Open Sans", sans-serif; background-color:#fff; }

/* Text styles */
p { margin:20px 0 0 0; font-size:18px; line-height:28px; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }
strong { font-weight:700; }
em { font-style:italic; }
small { display:block; font-size:12px; line-height:20px; font-weight:400; color:#000; }
blockquote { border:none; padding:0; margin:0 0 0 30px; }
blockquote p { font-size:18px; line-height:28px; font-weight:300; }

/* Link styles */
a { color:#00263e; text-decoration:underline; }
a:hover { color:#00263e; text-decoration:none; }

.elementor-widget-text-editor a { text-decoration: underline !important; }
.elementor-widget-text-editor a:hover { text-decoration: none !important; }

/* Heading styles */
h1 { margin:0; font-family: "RemoPlusPro-SemiBold"; font-size:48px; line-height:58px; color:#3cb1c8; font-weight:normal; }
h2, h3, h4, h5, h6 { font-family: "RemoPlusPro-SemiBold"; margin:30px 0 0 0; font-weight:normal; }

h2 { font-size:36px; line-height:46px; }
h3 { font-size:30px; line-height:40px; }
h4 { font-size:24px; line-height:34px; }
h5 { }
h6 { }

/* List styles */
ul { list-style:disc; margin:20px 0 0 30px; padding:0; }
ol { list-style:decimal; margin:20px 0 0 30px; padding:0; }
ul li,
ol li { margin-bottom:10px; padding-left:10px; font-size:18px; line-height:28px; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-variation-settings: "wdth" 100; }

ul ul { list-style:circle; margin:10px 0 10px 30px; }
ol ol { list-style:lower-alpha; margin:10px 0 10px 30px; }

/* Image styles */
.alignnone { display:inline-block; margin:20px 0 0 0; }
.aligncenter { display:block; margin:20px auto 0 auto; }
.alignright { float:right; margin:5px 0 20px 25px; clear:both; display:inline; }
.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }

.wp-caption { }
.wp-caption-text { }

/* Table styles */
table { border-collapse:collapse; margin-top:30px; width:100%; }
table td { background-color:#f4f4f4; border:1px solid #ccc; font-size:18px; line-height:28px; font-weight:300; padding:15px; color:#000; vertical-align:top; }
table th { background-color:#00263e; border:1px solid #ccc; font-size:18px; line-height:28px; font-weight:700; padding:15px; color:#fff; vertical-align:top; text-align:left; }

iframe, object, embed { max-width: 100%; }

/* Pagenavi */
.wp-pagenavi { margin:40px 0 0 0; }
.wp-pagenavi a,
.wp-pagenavi span { margin:2px; font-size:16px; line-height:26px; background-color:#012545; color:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:15px 30px; text-decoration:none; }
.wp-pagenavi a:hover { background-color:#359bed; color:#fff; transition: background-color 0.5s ease; }
.wp-pagenavi span.current { background-color:#359bed; color:#fff; }

/* Global classes */
.right { text-align:right; }
.center { text-align:center; }
.widget { margin:0 0 30px 0; padding-top:0; padding-bottom:0; }
.widget h3.widget-title { }

/*-------------------------------------------------------------------------------------------------------------------
--------------------------------------------- CUSTOM LAYOUT ELEMENTS ------------------------------------------------
-------------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; }
.container { padding-left:40px; padding-right:40px; }
.row { padding-top:40px; padding-bottom:40px; }

.no-padding-top { padding-top:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }
.no-padding-both { padding-top:0 !important; padding-bottom:0 !important; }

.padding-top { padding-top: 40px !important; }

/* Header */
.header-alert { background-color: #3cb1c8; }
.header-alert .row { padding-top: 20px; padding-bottom: 20px; }
.header-alert p { margin-top: 0; color: #fff; }
.header-alert a,
.header-alert a:hover { color: #fff; }

.header-logo { padding-left: 0; padding-right: 0; }

/* Search form */
#myModal { margin-top:40px !important; }
#myModal .modal-content { padding-bottom: 20px; }
#myModal.modal form { margin-bottom:30px; }
#myModal.modal form input { width:85%; padding:10px; border:1px solid #ccc; margin:0 10px 0 0; font-size: 18px !important; line-height: 28px !important; font-weight: 300 !important; }
#myModal.modal form button { width:10%; background:#00263e; color:#fff; padding:10px; border:none; font-size: 18px !important; line-height: 28px !important; font-weight:700; text-transform:uppercase; }

/* Homepage */
.event p { margin-top: 30px; }
.event h4 { margin-top: 10px; }
.event h4 a { text-decoration: none; }
.event h4 a:hover { text-decoration: underline; }

.owl-carousel .nav-btn { height: 47px; position: absolute; width: 26px; cursor: pointer; top: 45% !important; }
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled { pointer-events: none; opacity: 0.2; }
.owl-carousel .prev-slide { background: url('images/nav-icon.png') no-repeat scroll 0 0; left: -33px; }
.owl-carousel .next-slide { background: url('images/nav-icon.png') no-repeat scroll -24px 0px; right: -33px; }
.owl-carousel .prev-slide:hover { background-position: 0px -53px; }
.owl-carousel .next-slide:hover { background-position: -24px -53px; }

/* Side buttons */
.side-buttons { position:fixed; top:15%; right:0; z-index:99999; background-color: #3cb1c8; padding: 0 20px 20px 20px; }
.side-buttons ul { list-style: none; margin: 0; }
.side-buttons ul li { margin: 20px 0 0 0; padding: 0; font-family: "RemoPlusPro-ExtraBold"; text-transform: uppercase; font-size: 14px; line-height: 24px; }
.side-buttons ul li a { text-decoration: none; color: #fff; }
.side-buttons ul li a:hover { text-decoration: underline; color: #fff; }
.side-buttons ul li img { display: block; margin-bottom: 10px; }

/* Layout areas */
.content { background: url('images/content-bg.png') top repeat-x; padding-top: 20px; }

.content-subpages { background-color:#00263e; padding:30px; }
.content-subpages h4 { margin-top:0; color:#fff; text-transform: uppercase; }
.content-subpages ul { list-style:none; margin:15px 0 0 0; }
.content-subpages ul li { margin:15px 0 0 0; padding:0; font-weight:300; }
.content-subpages ul.children { margin: 20px 0; padding-left: 25px; border-left: 2px solid #4d6778; }
.content-subpages ul.children li { margin: 10px 0 0 0; font-size: 14px; line-height: 20px; }
.content-subpages a { color:#fff; text-decoration: none; }
.content-subpages a:hover { color:#fff; text-decoration: underline; }

/* Regular page banner images */
.page-banner { background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.page-banner .row { padding-top: 240px; padding-bottom: 240px; margin-left: 0; margin-right: 0; }

/* "Professional Staff" page */
.staff-block a.image-link { background-color: #3cb1c8; display: block; }
.staff-block a.image-link img { opacity: 0.5; }
.staff-block a.image-link:hover img { opacity: 1.0; transition: all 0.25s ease; }

/* Search results */
.search-results ul { list-style:none; margin:40px 0 0 0; }
.search-results ul li { margin-bottom:40px; padding:0 0 40px 0; border-bottom:1px solid #ccc; font-weight: 600; font-size: 24px; line-height: 34px; }
.search-results ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.search-results ul li span { display:block; }
.search-results ul li span.url { color:#006621; font-size:16px; line-height:26px; margin-top:20px; font-weight: 600; }

/* Footer */
.footer { background-color: #f2f2f2; }
.footer .row { padding-top: 20px; padding-bottom: 60px; }
.footer a,
.footer a:hover { color: #000; }
.footer ul { list-style: none; margin: 40px 0 0 0; }
.footer ul li { display: inline-block; margin: 0 20px 0 0; padding: 0 20px 0 0; font-weight: 700; text-transform: uppercase; border-right: 1px solid #000; }
.footer ul li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.footer ul li a { text-decoration: none; }
.footer ul li a:hover { text-decoration: underline; }
.footer ul.social li { margin: 0 15px; padding: 0; border: none; }
.footer p { margin-top: 10px; line-height: 38px; }
.footer span { margin: 0 20px; }
.footer small { display: block; margin: 30px 0 0 0; font-size: 14px; line-height: 24px; font-weight: 300; }

/* Copyright */
.footer-logos .row { padding-top: 30px; padding-bottom: 30px; }
.footer-logos ul { list-style: none; margin: 0; }
.footer-logos ul li { display: inline; margin: 0 15px; padding: 0; }

/*-------------------------------------------------------------------------------------------------------------------
--------------------------------------------- GENERAL RESPONSIVE ELEMENTS -------------------------------------------
-------------------------------------------------------------------------------------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1380px) {
body { padding:0; }
.container-fluid { padding:0; }
#stickyribbon { z-index:99999; left:0; top: 0; right:0; width: 100%; background-color:#fff; -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.35) !important; -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.35) !important; box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.35) !important; }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1379px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !important; }
#stickyribbon { z-index:99999; left:0; top: 0; right:0; width: 100%; background-color:#fff; -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.35) !important; -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.35) !important; box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.35) !important; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !important; }
.content-subpages { margin-top:40px; }
#stickyribbon { position: relative !important; }
.owl-carousel .prev-slide { left: -5px; }
.owl-carousel .next-slide{ right: -5px; }
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
body { padding:0; }
.container-fluid { padding:0; }
.content-subpages { margin-top:40px; }
img.alignright,
img.alignleft
.alignright,
.alignleft { float:none !important; margin:0 !important; display: block !important; }
img.aligncenter {margin:20px 0 0 0 !important; }
.event-page h1 { margin-top: 40px; }
#stickyribbon { position: relative !important; }
table tr { border: 1px solid #ccc; display: block; }
table td,
table th { border:none; display: block; padding-top: 5px; padding-bottom: 0; }
table th:first-child,
table td:first-child { padding-top: 15px; }
table th:last-child,
table td:last-child { padding-bottom: 15px; }
.owl-carousel .prev-slide { left: -5px; }
.owl-carousel .next-slide{ right: -5px; }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
body { padding:0; }
.container-fluid { padding:0; }
.content-subpages { margin-top:40px; }
img.alignright,
img.alignleft
.alignright,
.alignleft { float:none !important; margin:0 !important; display: block !important; }
img.aligncenter {margin:20px 0 0 0 !important; }
.event-page h1 { margin-top: 40px; }
#stickyribbon { position: relative !important; }
table tr { border: 1px solid #ccc; display: block; }
table td,
table th { border:none; display: block; padding-top: 5px; padding-bottom: 0; }
table th:first-child,
table td:first-child { padding-top: 15px; }
table th:last-child,
table td:last-child { padding-bottom: 15px; }
.owl-carousel .prev-slide { left: -5px; }
.owl-carousel .next-slide{ right: -5px; }
}