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

body { font-family: "futura-pt", sans-serif; background-color:#0e0f6b; }

.purple-gradient { background: #C7CBF5; background: linear-gradient(90deg, rgba(199, 203, 245, 1) 0%, rgba(241, 242, 253, 1) 50%, rgba(199, 203, 245, 1) 100%); }
.green-gradient { background: #B5CFAD; background: linear-gradient(90deg, rgba(181, 207, 173, 1) 0%, rgba(236, 243, 234, 1) 50%, rgba(181, 207, 173, 1) 100%); }
.blue-gradient { background: #5D7FBD; background: linear-gradient(90deg, rgba(93, 127, 189, 1) 0%, rgba(163, 182, 217, 1) 50%, rgba(93, 127, 189, 1) 100%); }

/* Text styles */
p { margin:20px 0 0 0; font-size:22px; line-height:32px; font-weight: 300; font-style: normal; }
strong { font-weight:600; }
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:#3d79bf; text-decoration:underline; }
a:hover { color:#3d79bf; text-decoration:none; }

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

/* Heading styles */
h1 { margin:0; font-size:60px; line-height:70px; color:#1848a0; font-weight:500; font-style: normal; }

	/* Landscape phones and portrait tablets */
	/* Portrait phones and smaller */
	@media (min-width: 481px) and (max-width: 767px) {
	h1 { font-size: 36px; line-height: 46px; }
	}

h2, h3, h4, h5, h6 { margin:30px 0 0 0; font-weight:400; font-style: normal; }

h2 { font-size:40px; line-height:50px; }
h3 { font-size:34px; line-height:44px; }
h4 { font-size:28px; line-height:38px; }
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:22px; line-height:32px; font-weight: 300; font-style: normal; }

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: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:5px; width:100%; }
table td { border-bottom:1px solid #ccc; font-size:18px; line-height:28px; font-weight:300; padding:15px 0; color:#000; vertical-align:top; }
table th { border-bottom:2px solid #000; font-size:18px; line-height:28px; font-weight:600; padding:15px 0; color:#000; 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; }

/* 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: 22px !important; line-height: 32px !important; font-weight: 300 !important; }
#myModal.modal form button { width:10%; background:#1848a0; color:#fff; padding:10px; border:none; font-size: 22px !important; line-height: 32px !important; font-weight:600; text-transform:uppercase; }

/* Header */
.header-top ul { list-style: none; margin: 20px 0 0 0; }
.header-top ul li { display: inline-block; margin: 0 0 0 30px; padding: 0; font-size: 18px; line-height: 28px; font-weight: 400; }
.header-top ul li:first-child { margin-left: 0; }
.header-top ul li a { color: #000; text-decoration: none; }
.header-top ul li a:hover { color: #000; text-decoration: underline; }

/* Layout areas */
.content { background-color:#fff; }

/* Page title area */
.page-title { background: #C7CBF5; background: linear-gradient(90deg, rgba(199, 203, 245, 1) 0%, rgba(241, 242, 253, 1) 50%, rgba(199, 203, 245, 1) 100%); }
.page-title .row { padding-top: 80px; padding-bottom: 80px; }

/* 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: #0e0f6b; }
.footer .row { padding-top: 20px; padding-bottom: 60px; }
.footer a,
.footer a:hover { color: #fff; }

.footer-top { border-bottom: 1px solid rgba(255, 255, 255, .25); }
.footer-top h4 { margin-top: 40px; color: #bff7f0; text-transform: uppercase; font-weight: 500; }
.footer-top p { color: #fff; font-size: 20px; line-height: 30px; }
.footer-top span { margin: 0 20px; color: rgba(255, 255, 255, .25); }
.footer-top a span { margin: 0 !important; color: #fff !important; }
.footer-top ul { list-style: none; margin: 20px 0 0 0; }
.footer-top ul li { display: inline; margin: 0 15px; padding: 0; }

.copyright ul { list-style: none; margin: 40px 0 0 0; }
.copyright ul li { display: inline-block; margin: 0 25px 0 0; padding: 0 25px 0 0; border-right: 1px solid rgba(255, 255, 255, .25); font-size: 20px; line-height: 30px; font-weight: 500; text-transform: uppercase; }
.copyright ul li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.copyright ul li a { text-decoration: none; }
.copyright ul li a:hover { text-decoration: underline; }
.copyright p { font-size: 17px; line-height: 27px; font-weight: 300; color: #fff; }

/* Large desktops and laptops */
@media (min-width: 1380px) {
body { padding:0; }
.container-fluid { padding:0; }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1379px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !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; }
}

/* 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; }
}

/* 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; }
}