/** Theme Name: JCM **/

@font-face {
	font-family: "Globa-Book";
	src: url("Fonts/Globa-Book.otf");
}

@font-face {
	font-family: "Halcyon-Bold";
	src: url("Fonts/Trenda-Black.otf");
	/*src: url("Fonts/Halcyon-Bold.otf");*/
}

@font-face {
	font-family: "Halcyon-Medium";
	src: url("Fonts/Trenda-Regular.otf");
	/*src: url("Fonts/Halcyon-Medium.otf");*/
}

@font-face {
	font-family: "Halcyon-Regular";
	src: url("Fonts/Trenda-Regular.otf");
	/*src: url("Fonts/Halcyon-Regular.otf");*/
}

@font-face {
	font-family: "LoveLuck";
	src: url("Fonts/LoveLuck.otf");
}


/*COMMON*/

body {
	font-family: "Globa-Book";
}

header {
	font-family: "Halcyon-Bold";
}

footer {
	font-family: "Halcyon-Medium";
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

.unset-row{
	margin-right: unset;
	margin-left: unset;
}


#sidebar-seachbar #seach-input{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 6px 10px !important;
	background: #7372b6;
	color: white;
}

#sidebar-seachbar button[type="submit"]{
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    font-size: 12px;
    border: 0;
    box-shadow: none !important;
    padding: 7px 10px;
	background: #7372b6;
	color: white;
}


select.btn-mini {
	height: auto;
	line-height: 14px;
	width: auto;
	font-size: 18px;
	font-family: "Halcyon-Bold";
	text-transform: uppercase;
	padding: 5px 15px !important;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 20px;
}

.disabled-btn{
	background: gray !important;
	color: black !important;
}

.see-more {
	color: gray;
	display: none;
}

.see-less {
	color: gray;
	display: none;
}

.social-media-connect a {
	width: 40px;
	margin: 25px 5px;
	background-color:rgb(102, 153, 204);
	color: #fff;
	padding: 12px 5px;
	height: 40px;
	border-radius: 100px;
	font-size: 17px;
	text-align: center;
}

.social-media-connect a:hover {
	text-decoration: none;
}


/*Floating Input Label:Start*/

.wpcf7-form .wpcf7-form-control-wrap label {
	z-index: 1;
	white-space: nowrap;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	min-width: 120px;
	color: #8D7E7E !important;
	font-weight: normal;
	margin-bottom: auto;
	vertical-align: bottom;
}


/*Floating Input Label:END*/

.rotate-icon{
	-webkit-transition: 5s ease-out;
    -moz-transition:  6s ease-out;
    transition:  6s ease-out;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
	
/*custom icons*/

.custom-icon {
	height: 40px;
	width: 35px;
	-webkit-background-size: contain !important;
	background-size: contain !important;
	display: inline-block;
	margin-bottom: -13px;
}

.ci-jocker {
	background: url("img/icons/Clown-icon.png") no-repeat center;
}

.ci-party-popper {
	background: url("img/icons/Party-icon.png") no-repeat center;
}

.ci-balloons {
	background: url("img/icons/Balloons-icon.png") no-repeat center;
}

.arrow-down-circle {
	background: url("img/icons/down-arrow.png") no-repeat center;
	height: 40px;
	width: 40px;
	-webkit-background-size: contain;
	background-size: contain;
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.icon-phone {
	background: url("img/icons/Phone (black).png") no-repeat center;
	height: 28px;
	width: 28px;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	margin-bottom: -7px;
}

.icon-email {
	background: url("img/icons/Envelope.png") no-repeat center;
	height: 28px;
	width: 28px;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	margin-bottom: -7px;
}

.icon-doller-sign {
	background: url("img/icons/circle-doller-sign.png") no-repeat center;
	height: 22px;
	width: 22px;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	filter: invert(100%);
	-webkit-filter: invert(100%);
	margin-bottom: -5px;
	margin-right: 5px;
	margin-top: 6px;
}

.general-content-section {
	padding: 20px 0;
}

.general-content-section .inner-section {
	padding: 35px 25px;
}

.general-content-section h2 {
	font-size: 30px;
	font-family: "Halcyon-Bold";
}

.general-content-section .container {
	padding-left: 100px;
	padding-right: 100px;
}

.button,
input[type="submit"] {
	border-radius: 25px;
	border: 0;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background: #5295C6;
	padding: 8px 40px;
	font-family: "Halcyon-Bold";
	font-size: 18px;
}

.button:hover {
	background: #5295C6;
}

input[type="submit"] {
    color: white;
    background: #EBD100;

}
input[type="submit"]:hover {
    background: #6B639A;
}
.button-purple {
	background: #6B639A !important;
}

.button-purple:hover {
	background: rgb235, 209, 0  !important;
}

.no-horizontal-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-padding {
	padding: 0 !important;
}
.grecaptcha-badge {
    display: none !important;
}

.general-content-section input[type="text"],
.general-content-section input[type="email"],
.general-content-section input[type="number"],
select,
textarea {
	border: 0 !important;
	padding: 3px 15px 2px 15px !important;
	width: 100%;
	height: auto !important;
	box-shadow: 0 0 0;
	border-radius: 25px !important;
	font-family: "Halcyon-Regular";
}

select{
	padding: 10px 20px 7px 18px !important;
}

textarea{
	padding: 15px 20px 10px 20px !important;
}

.general-content-section form p {
	padding-left: 10px !important;
	color: #8D7E7E;
	font-size: 16px;
}

.page-header {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	margin: 0;
	text-align: center;
	border-bottom: 0;
}

.page-header-fixed {
	position: fixed;
	top: 70px;
	background: #E2E3E5;
	z-index: 9;
	width: 100%;
	padding: 25px 0 20px;
	border-bottom: 1px solid #dedede;
	display: none;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}

.page-header .container {
	height: 495px;
	position: relative;
}

.page-template-custom .page-header .container {
	background-size: 581px !important;
	background-position: center 38% !important;
	background-repeat: no-repeat !important;
	background: url(img/inner_slider_bg.png);
}

.page-template-custom .page-header.no-background-header .container {
	background: none;
}

.page-header h1 {
	background: white;
	border-radius: 50px;
	color: #5D6AB0;
	line-height: 49px;
	padding: 20px 30px;
	font-size: 65px;
	display: inline-block;
	text-transform: capitalize;
	margin: 16.5% 0 0;
}

.page-header-fixed h1 {
	padding: 0;
	font-size: 25px;
	margin: 0;
	line-height: 0;
	text-align: center;
	text-transform: uppercase;
	color: #5D6AB0;
	font-family: "Halcyon-Bold";
}

.page-header .header-arrow {
	position: absolute;
	bottom: 0;
}

.no-background-header .container {
	height: auto;
}

.no-background-header h1 {
	margin: 0;
}

.no-background-header .header-arrow {
	display: none;
}

.back-image-box-with-effect {
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-webkit-background-size: 100% auto !important;
	background-size: 100% auto !important;
	background-position: top center !important;
	width: 100%;
}

.single-box-detail:hover .back-image-box-with-effect {
	-webkit-background-size: 110% auto !important;
	background-size: 110% auto !important;
}

.slick-prev::before,
.slick-next::before {
	content: '';
}

.slick-prev,
.slick-next {
	height: auto;
	padding: 0 !important;
	background: #F4C825;
	width: auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

.slick-prev:focus,
.slick-next:focus,
.arrow-control:hover {
	background: #F4C825 !important;
}

.slick-prev {
	left: -42px;
}

.slick-next {
	right: -42px;
}

.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before {
	content: '';
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.loader-container {
	padding: 30px;
}

.contact-html {
	padding-left: 0;
}

.contact-html li {
	list-style: none;
	padding: 5px 0;
}

.contact-html li i {
	font-size: 23px;
	margin-right: 10px;
}

.contact-html li a,
.contact-html li a:hover {
	color: #333;
	text-decoration: none;
}

.page-template-photos-video .exploring-jewish-life-block .exploring-jewish-life-block-top .exploring-jewish-life-block-heading .exploring-jewish-life-title {
	padding: 23% 33px;
}

.ui-datepicker-title select{
	color: black;
	padding: 3px 5px !important;
	margin-top: 0;
}


.ui-datepicker-title{
	padding: 10px;
}

.ui-datepicker-header{
	background: #5D6AB0 !important;
}

/*Placeholder label*/
.inputwrapper {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  position: relative;
  height: 45px;
  margin-bottom: 10px;
}
.inputwrapper input {
  font-family: inherit;
  line-height: 30px;
  font-size: 13px;
  border: none;
  border-radius: 6px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
}
.inputwrapper input::-webkit-input-placeholder {
  color: #999;
}
.inputwrapper input:focus {
  outline: none;
  background: #fff;
}
.inputwrapper span {
	position: absolute;
	top: 0px;
	font-size: 10px;
	color: gray;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	background: white;
	border-radius: 50px;
	padding: 1px 7px;
	z-index: -1;
}
.inputwrapper span.visible {
	top: 2px;
	opacity: 1;
    z-index: 1;
	left: 15px;
}

.js-warning-msg {
    margin-top: 0;
    color: red !important;
    font-size: 12px !important;
    text-align: center;
    bottom: 9px;
    position: absolute;
    z-index: 1;
    display: none;
}


/*HEADER*/

.page-template-custom header .navbar-brand img {
	width: 65px;
	margin-top: -5px;
}

header .navbar-default {
	background-color: transparent;
	border-color: transparent;
	z-index: 9;
	margin-top: 15px;
}

header .navbar-default a {
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	font-size: 800;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

header .navbar-default a:hover {
	text-decoration: none;
}

header .navbar-default .active a {
	background-color: transparent !important;
	border-color: transparent;
}

.page-template-custom header .navbar-default .active>a {
	background-color: rgb(226, 227, 229) !important;
}

.page-template-custom header .navbar-default #menu-main-menu>.active>a,
.page-template-custom header .navbar-default #menu-main-menu>.current-menu-parent>a {
	background-color: #fff !important;
	color: rgb(93, 106, 176) !important;
}

header .navbar-form img {
	width: 15px;
}

header .navbar-form button,
header .navbar-form button:hover {
	background-color: #76BADE;
	border-color: #76BADE;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border: 0;
	padding: 7px 2px 7px 15px;
}

.home header .navbar-form button i {
	color: white;
}

.page-template-custom header .navbar-form button,
.page-template-custom header .navbar-form button:hover {
	background-color: #E2E3E5;
}

header .navbar-form input {
	background-color: #76BADE;
	border-color: #76BADE;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border: 0;
	color: white;
}

header .navbar-form input:focus {
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}

.page-template-custom header .navbar-form input {
	background-color: #E2E3E5;
	border-color: #000;
	color: #000;
}

header .navbar-form button img {
	filter: invert(100%);
}

.page-template-custom header .navbar-form button img {
	filter: none;
}

header .navbar-brand {
	padding: 0;
}

.home header .navbar-brand img {
	margin-top: -16px;
}

.home header .navbar-fixed-top .navbar-brand img {
	margin-top: 0px;
}

header .navbar-brand img {
	width: 150px;
}

header .navbar-right,
header .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

header .navbar-form {
	text-align: right;
	padding-right: 0;
}

header .navbar-fixed-top {
	padding: 10px 0 !important;
	background: white !important;
	box-shadow: 0 0 3px #8f8f8f;
	-webkit-box-shadow: 0 0 3px #8f8f8f;
	-moz-box-shadow: 0 0 3px #8f8f8f;
}

header .navbar-fixed-top.navbar-default a {
	color: #5295C6 !important;
}

header .navbar-fixed-top {
	margin: 0;
	transition: background 0.8s;
	-webkit-transition: background 0.8s;
	-moz-transition: background 0.8s;
}

.page-template-custom header .navbar-fixed-top {
	transition: background 0s;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
}

header .navbar-fixed-top .navbar-brand img {
	width: auto;
	height: 53px
}

#menu-main-menu {
	margin-right: 15px;
}

header li:hover>.dropdown-menu,
header li.dropdown:hover>.dropdown-menu {
	display: block;
}

header li .dropdown-menu a {
	color: #5295C6 !important;
}

header .navbar-default li:hover a,
header li .dropdown-menu>li>a {
	color: #5E5CA3 !important;
}

header .dropdown-submenu>a::after {
	border-left-color: #5E5CA3 !important;
}

header li .dropdown-menu>li:hover a {
	color: #F4C825 !important;
}

header .dropdown-menu li:hover a::after {
	border-left-color: #F4C825 !important;
}

.menu-main-menu-mobile-container {
	display: none;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 450px;
}
/*Nested Menu*/

header .dropdown-submenu {
	position: relative;
}

header .dropdown-menu {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .175);
	box-shadow: 0 0px 3px rgba(0, 0, 0, .175);
}

header .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

header .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

header .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px;
	border-left-color: #ccc;
	margin-top: -2px;
	margin-right: -16px;
}

header .dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

header .navbar-right .dropdown-menu {
	right: auto;
}

header .top-nav-give-button{
	margin-top: 2px;
}

.page-template-custom header .navbar-default .top-nav-give-button:hover,
header .top-nav-give-button:hover{
	color: white !important;
}

.dropdown-menu {
	padding: 0;
}

header .dropdown-submenu>.dropdown-menu {
	top: 4px !important;
}

.alert{ 
	padding: 5px 0;
}

.yellow-button {
	background:rgb(235, 209, 0);
	color: black;
	border-radius: 50px;
	padding: 10px 45px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin: 15px 0 5px 0;
	display: inline-block;
	font-family: "Halcyon-Bold";
	border: 0;
}

.yellow-button-small {
	padding: 5px 20px;
	font-weight: 100;
	font-size: 14px !important;
}

.yellow-button:hover {
	text-decoration: none;
	background: rgb(107, 99, 154);
	color: white;
}

.color-blue-violet {
	color: rgb(93, 106, 176);
}

.color-black {
	color: #333 !important;
}

.icon-white {
	filter: brightness(0) invert(1);
}

.home .single-features-block:hover h2 {
	color: rgb(237, 214, 11);
}

.home .single-features-block img {
	float: right;
	margin-right: 21px;
}

.home .single-features-block:hover img.ficon-hover {
	display: block;
}

.home .single-features-block img.ficon-hover,
.home .single-features-block:hover img.ficon-nohover {
	display: none;
}

.background-blue-violet {
	background:rgb(93, 106, 176);
	color: rgb(231, 231, 231);
}

.background-white {
	background: #fff;
}

.background-gray {
	background: rgb(231, 231, 231);
}

.background-blue-violet h2 {
	color: white;
	font-size: 30px !important;
}

.background-blue-violet p {
	margin-bottom: 0;
}

.dropdown-menu li a {
	padding: 18px;
	line-height: 5px;
	border-bottom: 0px solid rgb(228, 228, 228);
	font-size: 14px;
}

.dropdown-menu li a:hover {
	text-decoration: none;
}

.single-event-inner-block p {
	font-size: 20px;
}

.single-event-inner-block .date {
	font-size: 40px;
	color: #6B639A;
	margin-top: 22px;
	line-height: 35px;
}

.single-event-inner-block .date span {
	font-size: 25px;
	display: block;
}

.page-template-default .general-content-section .default-content img {
	width: 100%;
	height: auto;
}


/*Template Custom*/

.page-template-custom .general-content-section .inner-section .sub-inner-section,
.page-template-custom .general-content-section .inner-section .sub-inner-section-top-heading,
.page-template-page-new-membership #gform_wrapper_3 {
	padding: 82px 119px;
	padding-left: 18px;
}

.page-template-page-new-membership #form-confirmation-data p{
	padding-left:0 !important;
}

.page-template-custom .general-content-section h2 {
	font-size: 40px;
}

.page-template-custom .jumbotron h1,
.page-template-custom .general-content-section h1 {
	font-family: "Halcyon-Bold";
}

.page-template-custom .general-content-section h1 {
	font-size: 45px;
	margin-top: 0;
}

.page-template-custom .general-content-section h1,
.page-template-custom .general-content-section h2,
.page-template-custom .general-content-section h3 {
	font-weight: 800;
	font-family: "Halcyon-Bold";
}

.page-template-custom .general-content-section li {
	font-size: 16px;
	margin-bottom:6px;
}

.page-template-custom .general-content-section .sub-section {
	padding: 15px 25px;
}

.page-template-custom .single-directory {
	min-height: 175px;
}

.page-template-custom i.fa {
	margin-right: 5px;
}

.page-template-custom header .navbar-default a {
	/*Nested Menu*/
	color: #000 !important;
}


/*Homepage*/

.home header .navbar-default .fixed-nav-logo {
	display: none;
}

.home header .navbar-fixed-top {
	background: rgb(46, 173, 228) !important;
}

.home header .navbar-fixed-top.navbar-default #menu-main-menu>li>a {
	color: rgb(255, 255, 225) !important;
}

.home header .navbar-fixed-top .normal-logo {
	display: none;
}

.home header .navbar-fixed-top .fixed-nav-logo {
	display: block;
}

.home .home-header-slider {
	/*background: url(img/home-slider-main-image.png) no-repeat;*/
	background: url(img/slider_bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	top: 0;
	padding-top: 220px;
	margin-top: -90px;
	background-position: bottom;
}

/****/
.home .girl-image-design img.slider-image {
    position: absolute;
    right: 5%;
    height: 415px;
    bottom: -1px;
}

.home .silde-graphic-background-image {
    background-image: url(img/slider_graphics-new.png);
    width: 626px;
    height: 466px;
    position: absolute;
    right: 0;
    bottom:0px;
    background-size: 100% 100%;
}

/****/
.home .home-header-slider .yellow-button{
	font-size: 22px;
	padding: 10px 40px;
}

.home .home-header-slider .yellow-button.giv-button{
	background: #6B639A !important;
	color: white;
}
.home .home-header-slider .yellow-button.giv-button:hover{
	background: rgb(235, 209, 0) !important;
	color: black;
}

.home .home-header-slider .social-media-connect a {
	background-color: #fff;
	margin: 20px 12px;
	color:rgb(46, 173, 228);
	padding: 16px;
	border-radius: 100px;
	font-size: 27px;
	width: 60px;
	text-align: center;
	height: 60px;
}

.home .home-header-slider .social-media-connect a:hover {
	background-color:rgb(107, 99, 154);
	text-decoration: none;
	color: #fff;
}

.home .home-header-slider p {
	color: white;
	font-size: 25.5px;
	margin-bottom: 0;
	font-family: "Globa-Book";
	text-shadow: 0px 0px 5px #38383873;;
}

.home .home-header-slider .slider-heading-one {
	color: white;
	font-size: 115px;
	font-family: "LoveLuck";
	line-height: 50px;
	margin-top: 11px;
}

.home .home-header-slider .header_top_alert_message{
	padding-bottom: 30px;
	font-size: 20px;
}
.home .home-header-slider .header_bottom_alert_message{
	font-size: 20px;
	margin-top: 0;
	
}

.home .home-header-slider .slider-heading-two {
	color: white;
	font-size: 54px;
	line-height: 49px;
	font-family: "Halcyon-Bold";
	margin-top: 30px;
	margin-bottom: 0;
	text-shadow: 0px 0px 5px #38383873;;
}

.home .home-header-slider .first-section {
	padding-left: 80px;
}

.home .home-header-slider .slider-image {
	height: 600px;
	margin-top: -100px;
}

.home .we-are-open-section .button {
	margin: 15px 0;
}
.home .we-are-open-section .btn:hover {
    background: rgb(235, 209, 0) !important;
    color: black;
}
.home .we-are-open-section h2 {
	margin: 15px 0;
    margin-bottom: 15px;
	color: rgb(107, 99, 154);
	font-family: "Halcyon-Bold";
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: initial;
}

.home .features-section {
	background: rgb(107, 99, 154);
	width: 100%;
	color: white;
}

.home .features-section .container {
	padding: 60px 130px;
}

.home .features-section h2 {
	margin-top: 5px;
	font-size: 35px;
	line-height: 15px;
	margin-top: 15px;
	color: white;
}

.home .features-section .single-features-block p{
	color: white;
}

.general-content-section p {
	font-size: 18px;
}

.home .events-section {
	background: rgb(235, 229, 225);
	color: rgb(82, 75, 69);
	padding: 40px 0;
	height: 650px;
	position: relative;
}

.home .events-section .container {
	padding-left: 76px;
	padding-right: 76px;
}

.home .events-section .container .col-lg-4 {
	padding: 0;
	padding-left: 15px;
}

.home .events-section .event-title {
	color: #524B45;
	font-size: 20px;
	text-transform: uppercase;
}
.home .events-section .event-para-content p {
    color: #524B45;
}

.home .events-section .single-event-inner-block:hover .date,
.home .events-section .single-event-inner-block:hover .event-title, 
.home .events-section .single-event-inner-block:hover .event-para-content p{	
	color: rgb(237, 214, 11);	
}

.home .events-section .section-title {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}

.home .events-section .events-section-boy {
	background-image: url(img/boy.png);
	background-size: cover;
	display: block;
	height: 529px;
	width: 241px;
	position: absolute;
	left: 0;
	top: 120px;
}

.home .events-section .events-section-graphic {
	background-image: url(img/graphics_03.png);
	background-size: 100% auto;
	display: block;
	height: 307px;
	width: 195px;
	position: absolute;
	right: 0;
	top: 298px;
}

.home .exibits-section {
	background: url(img/exhibits_bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 280px;
	position: relative;
}

.home .exibits-section .container {
	position: relative;
}

.home .exibits-section .container .container-inner {
	position: absolute;
	background: white;
	border-radius: 10px;
	display: block;
	padding: 15px;
	top: -253px;
	margin: 0 2%;
	float: none;
	width: auto;
}

.home .exibits-section .section-title {
	padding-left: 45px;
	padding-bottom: 15px;
	font-size: 50px;
	color: #524B45;
}

.home .exibits-section .exibits-block {
	position: relative;
}

.home .exibits-section .exibits-block .exibits-title {
	padding: 39% 33px;
	font-size: 25px;
}

.home .exibits-section .exibits-block .exibits-title span {
	font-size: 15px;
	font-size: normal;
	display: block;
	margin-top: 10px;
}

.home .exibits-section .exibits-block:hover .exibits-block-detail {
	height: 132px;
	transition: 0.5s height;
	-webkit-transition: 0.5s height;
}

.home .exibits-section .exibits-block:hover .exibits-block-detail .exibits-title {
	padding: 7% 15px;
	transition: 0.5s padding;
	-webkit-transition: 0.5s padding;
}

.home .exibits-section .exibits-block img {
	width: 100%;
	height: 325px;
	object-fit: cover;
}

.home .exibits-section .exibits-block .exibits-block-detail {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: white;
}

.home .exibits-section .exibits-block-one {
	background: rgba(242, 195, 52, 0.9019607843137255);
}

.home .exibits-section .exibits-block-two {
	background: rgba(107, 99, 154, 0.8);
}

.home .exibits-section .exibits-block-three {
	background: rgba(145, 184, 75, 0.8);
}

.general-content-section .container{
	
	padding-left:0px;
	
}

/*Group Tours*/

.page-template-page-group-tours .contact-us .contact-info a {
	color: rgb(82, 75, 69);
	font-size: 28px;
	padding: 5px 25px 0 0;
	display: inline-block;
	font-family: "Halcyon-Regular";
}

.page-template-page-group-tours .book-tour-top-bar-buttons a {
	width: 100%;
	margin: 15px 0 5px 0;
	padding: 5px 20px;
	font-weight: 100;
}

.page-template-page-group-tours .contact-no-container {
	text-align: left;
}

.page-template-page-group-tours .contact-no-container a {
	font-size: 18px !important;
	color: black !important;
	font-weight: 400;
	padding: 0 !important;
}

.page-template-page-group-tours .contact-us .contact-info a:hover {
	text-decoration: none;
}

.page-template-page-group-tours a.event-content-btn-learn-more{
    
	font-size: 14px;
    border-radius: 25px;
    padding: 2px 10px 0px 10px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: #fff;
    margin-top: 22px;
	letter-spacing: 1px;
}

.page-template-page-group-tours a.event-content-btn-learn-more:hover {
    text-decoration: none;
}

.single-event-detail {
	font-family: "Halcyon-Medium";
	min-height: 430px;
	margin-bottom: 30px;
}

.page-template-page-group-tours .inner-section .content-events .row:nth-of-type(1) .single-event-detail{
	min-height: 470px;
}

.single-event-detail .event-content .event-para-content .exhibits-extra-rate {
	margin: 15px 0;
}

.single-event-detail .event-content .event-para-content p {
	font-family: "Globa-Book";
	margin-bottom: 13px;
	font-size: 17px;
	margin-bottom: 0;
}

.single-event-detail .event-content .event-para-content {
	height: 53px;
	overflow-y: hidden;
	-webkit-overflow-y: hidden;
}

.single-event-detail .event-content .event-para-content .extra-dates {
	padding-left: 0;
	margin-top: 15px;
}

.single-event-detail .event-content .event-para-content .extra-dates li {
	list-style: none;
	border: 1px solid #E45368;
	padding: 7px 15px 1px;
	font-weight: 800;
	text-transform: uppercase;
}

.single-event-detail .event-content .event-para-content .extra-dates li:nth-child(even) {
	background: #E45368;
	color: white;
}

.page-template-with-sidebar .inner-section {
	padding: 0;
}

.page-template-with-sidebar .common-top-white-stripe h2 {
	color: rgb(93, 106, 176);
}

.page-template-with-sidebar .opening-hours .upcoming-events {
	margin-top: 75px;
}

.page-template-with-sidebar .opening-hours .opening-hours-inner-container ul{
	padding-left: 0;
}

.page-template-with-sidebar .opening-hours .opening-hours-inner-container ul li{
	list-style: none;
}

.sidebar-events .single-event-inner-block a:hover h2,
.sidebar-events .single-event-inner-block a:hover p {
    color: #EBD100 !important;
}

/*PUBLIC-SCHOOL-INVITIATIVE:START*/

.page-template-public-school-initiative .right-public-school-img-div,
.page-template-public-school-initiative .left-public-school-img-div {
    position: relative;
}

.page-template-public-school-initiative .left-public-school-img-div .text-w-40 p {
   
	padding-left: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 25px;
	
}

.page-template-public-school-initiative .text-w-40 {
    width:100%;
    text-align: left;
}

.page-template-public-school-initiative .text-w-40 p {
	padding-left: 10px;
    padding-top: 34px;
    padding-bottom: 31px;
    font-size: 16px;
    letter-spacing: 0.5px;
	line-height: 25px;
	position:relative;
	font-family: "Halcyon-Bold";
	z-index: 1;
}
.page-template-public-school-initiative .right-img-public-school ,
.page-template-public-school-initiative .left-public-school-img-div .left-img-public-school{
	
    width: auto;
    margin-top: -20px;
    margin-bottom: -21px;
    height: 238px;
    object-fit: cover;
	
}

.page-template-public-school-initiative .requirements-for-grant {
   
    padding-top: 0px !important;
    margin-top: -77px !important;
}

.page-template-public-school-initiative .program-specifics .row,
.page-template-public-school-initiative .requirements-for-grant .row {
    margin-left: 10px;
}
.drop-img-pera{
	position:relative;
}
.drop-img-pera:before {
    content: "";
    background-image: url(img/drop.png);
    background-size: 65px;
    width: 80px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    left: 1px;
	top: 0%;
    
}
.drop-img-pera:after {
    content: "";
    background-image: url(img/drop.png);
    background-size: 65px;
    width: 80px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: 6%;
    right: 0;
}
.page-template-public-school-initiative .public-page-last-empty-section {
    clear: both;
}

.page-template-public-school-initiative .left-public-school-img-div p span {
	
	text-align: right !important;
    margin-top: 27px;
    clear: both;
	margin-bottom: 30px;
	position: relative;
    z-index: 1;
	margin-left:30px;
}
.page-template-templatespage-public-school-initiative-php .content-events h2,
.page-template-templatespage-public-school-initiative-php .program-specifics h2, 
.page-template-templatespage-public-school-initiative-php .requirements-for-grant h2 {
    font-size: 27px;
}
.page-template-templatespage-public-school-initiative-php .content-events {
   /* padding-left: 115px !important;*/
}
.page-template-public-school-initiative .right-public-school-img-div span {
	padding-left: 65px;
	position: relative;
    z-index: 1;
}
.page-template-public-school-initiative .right-public-school-img-div .drop-img.drop-img-top {
    max-height: 55px;
    position: absolute;
    left:0px;
    top: 7px;
    z-index: 0;
}
.page-template-public-school-initiative .right-public-school-img-div .drop-img.drop-img-bottom.img-responsive {
    max-height: 60px;
    position: absolute;
    bottom: 25px;
    z-index: 0;
	right:13%;
}
.page-template-public-school-initiative .left-public-school-img-div .drop-img.drop-img-top {
    max-height: 60px;
    position: absolute;
    top: 31px;
    z-index: 0;
    right: 443px;
}
.page-template-public-school-initiative .left-public-school-img-div .drop-img-bottom {
    position: absolute;
    width: 66px;
    top: 135px;
    right: 117px;
}
.page-template-templatespage-public-school-initiative-php .requirements-for-grant,
.page-template-templatespage-public-school-initiative-php .membership-benifits-section.program-specifics {
    padding-left: 118px !important;
}
.page-template-templatespage-public-school-initiative-php .content-events .cultural-connections-p {
    padding-left: 45px;
}
/*PUBLIC-SCHOOL-INVITIATIVE:END*/

/*Group Tours Get in touch!*/

#group-getintouch-checkbox {
	width: 100%;
	display: block;
	position: relative;
}

#group-getintouch-checkbox .wpcf7-list-item {
	width: 31.3%;
}

#group-getintouch-checkbox .wpcf7-list-item input[type="checkbox"] {
	display: contents;
}

#group-getintouch-checkbox .wpcf7-list-item label {
	background: white;
	padding: 10px 15px;
	border-radius: 21px;
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	font-family: "Halcyon-Regular";
}

#group-getintouch-checkbox .wpcf7-list-item label:hover,
#group-getintouch-checkbox .wpcf7-list-item label.checked {
	background: rgb(244, 200, 37);
	color: white;
	cursor: pointer;
}


/*Single Upcoming event:start*/

.page-template-with-sidebar .sidebar-events .single-event-inner-block {
	width: 100%;
	margin-bottom: 15px;
}

.page-template-with-sidebar .opening-hours .single-event-inner-block .date span {
	font-size: 16px;
}

.page-template-with-sidebar .opening-hours .single-event-inner-block .date {
	background: rgb(115, 114, 182) ;
	padding: 13px 18px 4px;
	font-family: "Halcyon-Bold";
	text-align: center;
	font-size: 27px !important;
	color: #FFF;
	line-height: 24px;
	border-radius: 50px;
	margin-top: 15px;
	position: relative;
	display: inline-block;
}

.page-template-with-sidebar .opening-hours .single-event-inner-block .event-title {
	font-weight: 100;
	font-size: 17px !important;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
}

.page-template-with-sidebar .opening-hours .single-event-inner-block .event-title.upcoming-proram-title {
	margin-top: 17px;
}

.page-template-with-sidebar .opening-hours .single-event-inner-block p {
	font-size: 15px;
}
.page-template-with-sidebar .opening-hours .single-event-inner-block .event-para-content p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

/*Single Upcoming event:End*/

.page-template-with-sidebar .opening-hours .block-title {
	font-weight: 100;
}

.page-template-with-sidebar .opening-hours .social-media-connect a:hover {
	filter: contrast(202%);
	-webkit-filter: contrast(202%);
}

.page-template-page-group-tours .general-content-section .content-events .program-category-title {
	padding-top: 35px;
	display: inline-block;
	width: 100%;
	padding-bottom: 35px;
}

.single-event-detail .event-image {
	height: 182px;
	padding: 10px 15px;
	color: white;
	position: relative;
}

.single-event-detail .event-image a {
	color: white;
}

.single-event-detail .event-image h3 {
	font-size: 30px;
}

.single-event-detail .event-image .content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 20px;
}

.single-event-detail .event-content .grades {
	font-size: 16px;
	border-radius: 25px;
	padding: 5px 18px;
	text-transform: uppercase;
}

.single-event-detail .event-content {
	padding: 25px 20px;
	background: #fff;
}

.single-event-detail .event-content .event-duration {
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px 12px 6px;
	background: white;
	margin: 20px 0 0 0;
	line-height: 0;
	font-size:16px;
}

.single-event-detail .event-content .event-duration i {
	font-size: 20px;
	margin: -5px 5px 2px 0;
}

.single-event-detail .event-content .event-duration img {
	margin-right: 5px;
	margin-top: -5px;
}

.single-event-detail .event-content .event-ticket-price {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0px 10px 2px 10px;
	display: block;
	color: white;
}

.single-event-detail .event-content .event-ticket-price i {
	margin: 6px 5px 0 0;
	font-size: 20px;
}

.opening-hours .sub-inner-section span.today_event_hours {
    font-size: 16px;
    line-height: 35px;
}
/********###############START ##################********/

.sub-inner-section .row:nth-of-type(3n+1) .single-event-detail .event-image {
	box-shadow: inset 0 0 0 2000px #82C341B3;
	-webkit-box-shadow: inset 0 0 0 2000px #82C341B3;
}

.sub-inner-section .row:nth-of-type(3n+2) .single-event-detail .event-image {
	box-shadow: inset 0 0 0 2000px #E45368B3;
	-webkit-box-shadow: inset 0 0 0 2000px #E45368B3;
}

.sub-inner-section .row:nth-of-type(3n+3) .single-event-detail .event-image {
	box-shadow: inset 0 0 0 2000px #5D6AB0B3;
	-webkit-box-shadow: inset 0 0 0 2000px #5D6AB0B3;
}

.sub-inner-section .row:nth-of-type(3n+1) .single-event-detail .event-content .event-duration {
	border: 1px solid #82C341;
}

.sub-inner-section .row:nth-of-type(3n+2) .single-event-detail .event-content .event-duration {
	border: 1px solid #E45368;
}

.sub-inner-section .row:nth-of-type(3n+3) .single-event-detail .event-content .event-duration {
	border: 1px solid #5D6AB0;
}

.sub-inner-section .row:nth-of-type(3n+1) .single-event-detail .event-content .event-duration i {
	color: #82C341;
}

.sub-inner-section .row:nth-of-type(3n+2) .single-event-detail .event-content .event-duration i {
	color: #E45368;
}

.sub-inner-section .row:nth-of-type(3n+3) .single-event-detail .event-content .event-duration i {
	color: #5D6AB0;
}

.sub-inner-section .row:nth-of-type(3n+1) .single-event-detail .event-content .grades,
.sub-inner-section .row:nth-of-type(3n+1) .single-event-detail .event-content .event-content-btn-learn-more{
	background-color: #82C341;
}

.sub-inner-section .row:nth-of-type(3n+2) .single-event-detail .event-content .grades,
.sub-inner-section .row:nth-of-type(3n+2) .single-event-detail .event-content .event-content-btn-learn-more{
	background-color: #E45368;
}

.sub-inner-section .row:nth-of-type(3n+3) .single-event-detail .event-content .grades,
.sub-inner-section .row:nth-of-type(3n+3) .single-event-detail .event-content .event-content-btn-learn-more{
	background-color: #5D6AB0;
}

.sub-inner-section .row:nth-of-type(3n+1) .single-event-detail .event-content .event-ticket-price {
	background-color: #82C341;
}

.sub-inner-section .row:nth-of-type(3n+2) .single-event-detail .event-content .event-ticket-price {
	background-color: #E45368;
}

.sub-inner-section .row:nth-of-type(3n+3) .single-event-detail .event-content .event-ticket-price {
	background-color: #5D6AB0;
}


/***END******/

.single-event-detail .event-content .event-ticket-price .doller-sign {
	margin-bottom: -5px;
	margin-right: 5px;
}

.page-template-with-sidebar {
	background: #5D6AB0;
	/*display: inline-block;*/
}


/*MEMBERSHIP PAGE*/


.page-template-page-membership .program-category-title {
	margin-bottom: 30px;
}

.page-template-page-membership .general-content-section .try-before {
	font-family: "Halcyon-Bold";
	font-weight: 400;
	font-size: 22px;
}

.single-package-detail .package-image {
	height: 170px;
}
.page-template-page-benefit-events .single-package-detail .package-image {

	height: 161px;
	background-repeat: no-repeat !important;
	
}

.single-package-detail .package-image .price-tag {
	background: white;
	display: inline-block;
	padding: 31px 15px;
	font-weight: 800;
	font-size: 35px;
	font-family: "Halcyon-Bold";
	float: right;
	color: #F4C825;
}

.single-package-detail {
	margin-bottom: 30px;
}

.single-package-detail .package-content .content {
	background-color: #F4C825;
	display: block;
	padding: 2px 35px;
	color: white;
}

.single-package-detail .package-content .content h3 {
	margin-top: 10px;
}

.single-package-detail .package-content .content-bottom {
	padding: 20px 9%;
	text-align: center;
}

.single-package-detail .package-content .content-bottom .purcahse-btn-container {
	text-align: left;
}

.single-package-detail .package-content .content-bottom p {
	text-align: left;
}

.single-package-detail .package-content img {
	width: auto;
	padding: 0 20px 15px 0;
	max-height: 65px;
	display: inline-block;
}

.single-package-detail .package-content {
	background-color: #fff;
}

.single-package-detail .package-content .content-bottom p i {
	font-size: 11px;
	vertical-align: middle;
}

.page-template-page-membership .general-content-section h2 {
	font-weight: 400;
}

.page-template-page-membership .general-content-section h2.try-before {
	font-size: 18px;
	margin: 45px 0 15px 0;
}

.membership-benifits-section h2,
.page-template-page-membership .membership-guideline-section h2 {
	font-size: 22px;
	margin: 45px 0 15px 0;
}

.membership-benifits-section h4 i {
	font-size: 25px;
	margin-left: -39px;
	margin-right: 6px;
	width: 40px;
}

.membership-benifits-section h4 {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 30px;
	padding-left: 42px;
}

.page-template-page-membership .membership-guideline-section p {
	margin-bottom: 15px;
	padding-left: 15px;
}

.page-template-inner-common-with-sidebar .page-inner-content img {
	width: 100%;
	height: auto;
}

.page-template-inner-common-with-sidebar .page-inner-content h1 {
	font-size: 40px;
}

.page-template-inner-common-with-sidebar .page-inner-content h2 {
	font-size: 20px;
	color: #5E5CA3;
	text-transform: uppercase;
}

.page-template-inner-common-with-sidebar .page-inner-content h3 {
	font-size: 18px;
	font-weight: 800;
}

.page-template-page-planning-your-visit .page-inner-content iframe {
	width: 100%;
	margin: 30px 0 0;
}

.page-template-page-planning-your-visit .page-inner-content .palanning-your-visit-page-btn {
	text-align: center;
}

.page-template-page-planning-your-visit .page-inner-content .button {
	margin: 40px 0 0;
}


/********New--Membership-page-Start**********************/


/*bg-color*/

.background-green {
	background-color: #8BC651;
}

.background-red {
	background-color: #E45368;
}

.background-yellow {
	background-color: #F4C825;
}

.background-blue {
	background: rgb(30, 157, 216);
}

.background-purple {
	background-color: #5E5CA3;
}


/*color*/

.color-green {
	color: #8BC651 !important;
}

.color-red {
	color: #E45368 !important;
}

.color-yellow {
	color: #F4C825 !important;
}

.color-purple {
	color: #5E5CA3 !important;
}

.color-blue {
	color: rgb(30, 157, 216) !important;
}


/*costom-css*/

.mb-1 {
	margin-bottom: 1px;
}

.mr-0 {
	margin: 0px;
}

.rectangle-2-common {
	text-align: center;
	line-height: 15px;
	padding: 3px;
}

.color-white {
	color: #fff !important;
}


/*coustom-css*/


.common-cheack-box i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.page-template-page-new-membership .form-last-cheack-box {
    padding-left: 52px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-template-page-new-membership .form-last-cheack-box label {
    font-size: 16px;
    font-weight: 500;
}

.new-membership .section-simple-rounded {
	display: inline-block;
	min-width: 109px;
	text-align: center;
	border-radius: 185px;
	padding: 25px 20px 20px 20px;
	border-color: #fff;
	width: 109px;
	height: 109px;
}

.new-membership .section-simple-rounded h3 {
	font-size: 14px;
	font-weight: 100 !important;
	margin-top: -11px;
}

.new-membership .section-simple-rectangle .col-xs-8 p,
.new-membership .section-simple-rectangle .col-xs-12 p {
	font-size: 13px;
	color: #fff;
	font-weight: 100;
	margin: 5px 0;
}

.new-membership .section-simple-rectangle .col-xs-4 h2 {
	font-size: 17px;
	font-weight: 100;
	margin: 3px;
	margin-bottom: 3px;
	padding-top: 0.5px;
}

.new-membership .innner-section-simple {
	margin-top: 55px;
}

.new-membership .section-simple-rectangle-1 .col-xs-8 {
	padding: 17.2px 16px;
}

.new-membership .section-simple-rectangle .row {
	margin: 0;
}

.new-membership .section-simple-rectangle-1 .col-xs-8 {
	padding: 17.2px 16px;
}

.new-membership .section-simple-rectangle-1 .col-xs-4 {
	padding: 19px 19px;
}

.new-membership .section-simple-rectangle-3 .col-xs-12 {
	padding: 8.2px;
}

.new-membership .section-simple-rounded.background-white {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.new-membership .sub-inner-section-sign-in a {
	font-size: 14px;
	font-weight: inherit;
	margin-left: 30px;
}

.new-membership .sub-inner-section-sign-in {
	padding: 40px 0px;
}

.new-membership .membership-benifits-section .row {
	margin: 0px;
}

.new-membership .membership-guideline-section .row {
	margin: 3px;
}


/*membership-form*/

.new-membership .membership-steps-base .membership-contact-form input {
	margin-bottom: 25px;
	border-radius: 100px !important;
}

.new-membership .membership-contact-form {
	padding: 15px 55px;
	position:relative;
}

.new-membership .membership-contact-form-heading h3,
.new-membership .membership-contact-form-heading-bottom h3 {
	font-weight: 100 !important;
}

.new-membership .membership-contact-form-heading p,
.new-membership .membership-contact-form-heading-bottom p {
	margin-bottom: 35px;
	color:#fff;
}

.new-membership .membership-contact-form-heading-bottom {
	margin-top: 20px;
}

.new-membership .membership-steps-add-ons .membership-add-ons-innner .plus-add-on-collapse-inner .row .col-lg-8 {
    padding-right: 15px;
    padding-left: 15px;
}

.new-membership .membership-steps-add-ons .plus-add-on-collapse-inner .row {
    margin-bottom: 10px !important;
}


.new-membership .membership-steps-add-ons .plus-add-on-collapse {
    background-color: rgb(30, 157, 216);
}

.new-membership .membership-steps-add-ons .membership-add-ons-collapse {
    margin-bottom: 90px;
}

.new-membership .toybrary-hover-box,
.new-membership .additional-hover-box {
    background: #e7e7e7;
    max-width: 300px;
    width: 300px;
	padding: 8px 10px;
    position: absolute;
    z-index: 1;
    left: 104px;
    top: 42px;
	display: none;
	box-shadow: 0px 0px 9px #a1a1a1;
}

.new-membership .toybrary-hover-box p,
.new-membership .additional-hover-box p {
    color: #000 !important;
    text-align: left;
    font-size: 12px;
}

.new-membership .toybrary-hover-box h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center !important;
}
.p-0{
	
	padding:0px;
}
.new-membership .toybrary-on-hover {
    background: #fff;
    color: rgb(30, 157, 216);
    padding: 1px 6px;
    border-radius: 21px;
    font-size: 16px;
	margin-left: 8px;
}

.new-membership .additional-on-hover {
    background: #fff;
    color: rgb(30, 157, 216);
    padding: 1px 6px;
    border-radius: 21px;
    font-size: 16px;
	margin-left: 8px;
}

.page-template-page-new-membership #container-start-now {
    display: block !important;
}
.page-template-page-new-membership #membership-sign-up-form .reapeter-add-button #start-now {
    display: none;
}

.page-template-page-new-membership #membership-sign-up-form.become-a-member  {

    padding-bottom: 6px;

}
/*membersip-form-end*/


/*=================ADD-ONS====================*/

.new-membership .membership-steps-add-ons .membership-add-ons-innner-col {
	text-align: center;
}

.new-membership .membership-steps-add-ons .membership-add-ons-innner-col i {
	font-size: 25px;
	font-weight: 900;
}

.new-membership .membership-steps-add-ons .membership-add-ons-innner-col h3 {
	font-size: 14px;
	font-weight: 100;
	font-family: inherit;
	text-align: left;
	padding:5px;
}


.new-membership .membership-steps-add-ons .membership-add-ons-innner .row {
	margin-bottom: 15px !important;
}

.new-membership .membership-steps-enjoy .membership-add-ons-innner p {
	font-size: 14px;
	padding: 14px 80px;
}

.new-membership .sub-inner-section-pera p {
	padding: 5px 25px;
	font-size: 14px;
	margin-bottom: 50px;
}

/*==ADD-ONS-END=*/

.page-template-page-benefit-events .benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content .signup-link:hover,
.page-template-page-give .donation-form-section .gform_footer #gform_submit_button_1:hover {
    background: #6B639A !important;
	color:#fff !important;
}

/*new-membership-page-end*/


/*planning-your-visit-start*/

.general-content-section .page-inner-content ul {
	margin-left: 24px;
}


/*planning-your-visit-end*/


/*Page: exploring-jewish-life*/

.exploring-jewish-life-block {
	margin-bottom: 50px;
}

.exploring-jewish-life-block .exploring-jewish-life-block-top .exploring-jewish-life-block-overlay-gallery {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.9;
	-webkit-opacity: 0.9;
}

.exploring-jewish-life-block .exploring-jewish-life-block-top {
	position: relative;
}

.multi-slide-carousel:hover .exploring-jewish-life-block-overlay-gallery {
	/*opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;*/
	height: 0;
	padding-top: 0;
	transition: 0.5s height;
	-webkit-transition: 0.5s height;
	margin-top: auto;
	bottom: 0;

}

.exploring-jewish-life-block .exploring-jewish-life-block-top img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.exploring-jewish-life-block .exploring-jewish-life-block-top .exploring-jewish-life-block-heading {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 500px;
	color: white;
	background: #6B639ACC;
	display: table;
}

.exploring-jewish-life-block .exploring-jewish-life-block-top .exploring-jewish-life-block-heading .exploring-jewish-life-title {
	padding: 0 33px;
	font-size: 40px;
	text-transform: inherit;
	color: white;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.exploring-jewish-life-block .exploring-jewish-life-block-detail p {
	padding-left: 0 !important;
	margin-bottom: 0;
}
.exploring-jewish-life-block-detail-container .exploring-jewish-life-block-detail {
    line-height: 26px;
}
.page-template-page-exploring-jewish-life .exploring-jewish-life-section .exploring-jewish-life-block .exploring-jewish-life-block-detail-container {
	padding-bottom: 25px;
	background: white;
	text-align: left;
	padding: 25px;
}

.exploring-jewish-life-block .exploring-jewish-life-block-detail {
	max-height: 107px;
	overflow: hidden;
	margin-bottom: 10px;
}

.exploring-jewish-life-block:hover .exploring-jewish-life-block-top .exploring-jewish-life-block-heading {
	height: 85px;
	transition: 0.5s height;
	-webkit-transition: 0.5s height;
}

.exploring-jewish-life-block:hover .exploring-jewish-life-block-top .exploring-jewish-life-block-heading .exploring-jewish-life-title {
	padding: 0 33px;
	transition: 0.5s padding;
	-webkit-transition: 0.5s padding;
}

.page-template-inner-common-with-sidebar .sub-inner-section-exploring-jewish-life {
	display: inline-block;
}


/*Upcoming Program Page */

.page-upcoming-programs-calendar .content-events h2 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-upcoming-programs-calendar .content-events .single-box {
	margin-top: 20px;
	background: white;
	padding: 15px 30px;
}

.page-upcoming-programs-calendar .content-events .event-hours {
	text-transform: none;
}

.page-upcoming-programs-calendar .content-events .hr {
	border: 2px solid #E7E7E7;
	margin: 30px 0;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider {
	background: #fff;
	padding: 0;
	text-align: center;
	width: 92%;
	left: 4%;
	min-height: 130px;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a {
	color: black;
	text-transform: uppercase;
	font-size: 40px;
	display: inline-block;
	text-align: center;
	font-weight: 100;
	font-family: "Halcyon-Regular";
	line-height: 28px;
	transition: 0.8s background;
	-webkit-transition: 0.8s background;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a div {
	border: 1px solid #F4C825;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 15px;
	margin: 10px 10px 0 10px;
	transition: padding 0.4s;
	-webkit-transition: padding 0.4s;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a:hover,
.page-upcoming-programs-calendar .content-events .week-dates-slider a:focus {
	text-decoration: none;
	border: 0;
	outline: none;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a span {
	color: black;
	font-size: 15px;
	display: block;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a.arrow-control {
	color: white;
	font-size: 40px;
	display: flex !important;
	padding: 0px 13px !important;
	background: #5D6AB0;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a.program-date.date-disabled div{
	border: 1px solid gray
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a.program-date.date-disabled{
	color: #8D7E7E;
	cursor: not-allowed;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a.program-date.date-disabled div span{
	color: gray;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a.arrow-control.slick-disabled {
	background: gray;
	color: white;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a.active-date:not(.date-disabled) div,
.page-upcoming-programs-calendar .content-events .week-dates-slider a:not(.date-disabled):hover div {
	background: #F4C825;
	color: white;
	padding: 10px 0px;
	margin-top: 5px;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a.date-disabled,
.page-upcoming-programs-calendar .content-events .week-dates-slider a.date-disabled span {
	color: #8D7E7E;
}

.page-upcoming-programs-calendar .content-events .week-dates-slider a.active-date span,
.page-upcoming-programs-calendar .content-events .week-dates-slider a:not(.date-disabled):hover span {
	color: #fff;
}

.page-upcoming-programs-calendar .content-events .current-month {
	font-family: "Halcyon-Bold";
	text-transform: uppercase;
}

.page-upcoming-programs-calendar .content-events .current-month select {
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.page-upcoming-programs-calendar .content-events .current-month select option {
	color: #5D6AB0;
}


/*Gallery Photos Video */

.page-template-photos-video .sub-inner-section .exploring-jewish-life-title {
	text-transform: uppercase !important;
}

.page-template-photos-video .sub-inner-section .exploring-jewish-life-title span {
	text-align: center;
	display: block;
	width: 100%;
}

.page-template-photos-video .sub-inner-section .exploring-jewish-life-title .date-label {
	font-size: 22px;
	font-weight: 400;
}

.page-template-photos-video .sub-inner-section .exploring-jewish-life-title .view-more-arrow {
	font-size: 20px;
}

.page-template-photos-video .sub-inner-section .exploring-jewish-life-title .view-more-arrow i {
	margin: 0;
}

.page-template-photos-video .exploring-jewish-life-block:hover .exploring-jewish-life-block-top .exploring-jewish-life-block-heading {
	height: auto;
	padding-top: 15px;
}

.page-template-photos-video .multi-slide-carousel .exploring-jewish-life-block-top .exploring-jewish-life-block-heading {
	height: 145px;
}

.page-template-photos-video .multi-slide-carousel .carousel-control .glyphicon-chevron-left,
.page-template-photos-video .multi-slide-carousel .carousel-control .glyphicon-chevron-right {
	top: 67%;
	transition: top 0.4s linear;
	-webkit-transition: top 0.4s linear;
}

.page-template-photos-video .multi-slide-carousel .carousel-control {
	bottom: -200px;
	background-image: none;
}

.page-template-photos-video .multi-slide-carousel .carousel-indicators {
	bottom: 15px;
}

.page-template-photos-video .multi-slide-carousel .exploring-jewish-life-block-heading {
	padding: 10px 0 40px;
}

.page-template-photos-video .multi-slide-carousel .exploring-jewish-life-block-heading .exploring-jewish-life-title {
	font-size: 40px;
	color: white;
	text-align: center;
}

.page-template-photos-video .multi-slide-carousel .exploring-jewish-life-block-heading .exploring-jewish-life-title .date-label {
	font-size: 22px;
	font-weight: 400;
}

.page-template-photos-video .exploring-jewish-life-block:hover .exploring-jewish-life-block-top .exploring-jewish-life-block-heading .view-more-arrow {
	opacity: 0;
	transition: opacity 0.4s linear;
	-webkit-transition: opacity 0.4s linear;
}

.page-template-photos-video .sub-inner-section-exploring-jewish-life {
	display: block;
}

.page-template-photos-video .sub-inner-section-exploring-jewish-life .pagination a {
	border-radius: 133px;
	-webkit-border-radius: 133px;
	padding: 5px 12px;
	font-size: 15px;
	margin: 0 10px;
	color: #5D6AB0;
	border: 1px solid white;
	background: transparent;
}

.page-template-photos-video .sub-inner-section-exploring-jewish-life .pagination li.active a {
	background: white;
	border: 1px solid white;
}

.page-template-photos-video .exploring-jewish-life-block .exploring-jewish-life-block-top img {
	height: 500px;
}

.planing-your-visit-template .regular-hours-row {
	margin: 35px 0 15px 0;
}


/*Contact*/

.page-template-page-contact .general-content-section input[type="text"],
.page-template-page-contact .general-content-section input[type="email"],
.page-template-page-contact .general-content-section input[type="number"],
.page-template-page-contact select,
.page-template-page-contact textarea {
	border: 1px solid #ccc !important;
	height: auto;
}

textarea {
	max-width: 100%;
}


/*Get in touch*/

.get-in-touch-btns {
	margin-bottom: 35px;
	margin-top: 85px;
}

.get-in-touch-btns p {
	padding-left: 0px !important;
}

.get-in-touch-btns #group-getintouch-checkbox {
	margin-left: -1em;
}


/*directory*/

.page-template-page-directory .dpr-row {
	padding-left: 15px;
	padding-right: 15px;
}

.page-template-page-directory .dpr-row .program-category-title {
	margin-bottom: 40px;
	margin-top: 55px;
}

.page-template-page-directory .single-event-detail {
	min-height: auto;
}

.page-template-page-directory .single-event-detail .event-image {
	height: 140px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.page-template-page-directory .single-event-detail .event-content {
	min-height: 115px;
}

.page-template-page-directory .single-event-detail .event-content p.email-para a,
.page-template-page-directory .single-event-detail .event-content p.email-para a:hover{
	color: white;
} 

.page-template-page-directory .single-event-detail .event-content p.phone-para a,
.page-template-page-directory .single-event-detail .event-content p.phone-para a:hover{
	color: inherit;
} 

.page-template-page-directory .single-event-detail .event-content .event-ticket-price {
	line-height: 0;
	padding: 7px 10px 10px 10px;
}

.page-template-page-directory .single-event-detail .event-image,
.page-template-page-directory .single-event-detail .event-content .event-ticket-price {
	background: rgb(30, 157, 216);
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
}

.page-template-page-directory .single-event-detail .event-content .event-duration {
	border: 1px solid rgb(30, 157, 216);
	margin-top: 0;
	color: rgb(30, 157, 216);
}

.page-template-page-directory .single-event-detail .event-content .event-duration img,
.page-template-page-directory .single-event-detail .event-content .event-ticket-price img {
	width: 20px;
	margin-right: 5px;
}

.page-template-page-directory .dpr-row .department:nth-child(4) .single-event-detail .event-image,
.page-template-page-directory .dpr-row .department:nth-child(4) .single-event-detail .event-content .event-ticket-price {
	background: #8BC651;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
}

.page-template-page-directory .dpr-row .department:nth-child(4) .single-event-detail .event-content .event-duration {
	border: 1px solid #8BC651;
	margin-top: 0;
	color: #8BC651;
}

.page-template-page-directory .dpr-row .department:nth-child(6) .single-event-detail .event-image,
.page-template-page-directory .dpr-row .department:nth-child(6) .single-event-detail .event-content .event-ticket-price {
	background: #E45368;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
}

.page-template-page-directory .dpr-row .department:nth-child(6) .single-event-detail .event-content .event-duration {
	border: 1px solid #E45368;
	margin-top: 0;
	color: #E45368;
}

.page-template-page-directory .dpr-row .department:nth-child(8) .single-event-detail .event-image,
.page-template-page-directory .dpr-row .department:nth-child(8) .single-event-detail .event-content .event-ticket-price {
	background: #F4C825;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
}

.page-template-page-directory .dpr-row .department:nth-child(8) .single-event-detail .event-content .event-duration {
	border: 1px solid #F4C825;
	margin-top: 0;
	color: #F4C825;
}


/*Birthday Parties*/

.page-template-page-birthday-parties .membership-benifits-section h3 {
	margin-top: 50px;
}

.page-template-page-birthday-parties .membership-benifits-section .membership_benefits_row {
	padding-left: 15px;
}

.page-template-page-birthday-parties .contact-us-to-book a,
.page-template-page-birthday-parties .contact-us-to-book a:hover,
.benefit-event-page .contact-us-to-book a,
.benefit-event-page .contact-us-to-book a:hover {
	font-size: 25px;
	text-decoration: none;
}

.page-template-page-birthday-parties .single-package-detail .package-image {
	position: relative;
	display: table;
}

.page-template-page-birthday-parties .single-package-detail .package-image .price-tag {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #0097d8cc;
}

.page-template-page-birthday-parties .single-package-detail .package-image h3 {
	display: table-cell;
	vertical-align: bottom;
	color: white;
	padding: 20px 25px;
	background: #0097d8cc;
}

.page-template-page-birthday-parties .single-package-detail .package-content {
	padding: 20px 25px;
}

.page-template-page-birthday-parties .single-package-detail .package-content .label {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #0097d8cc;
	color: white;
	font-size: 18px;
	margin: 10px 0;
	display: inline-block;
	padding: 7px 15px;
	font-family: "Halcyon-Bold";
}

.page-template-page-birthday-parties .single-package-detail .package-image {
	height: 300px;
}

.page-template-page-birthday-parties .program-category-title {
	margin-bottom: 50px;
}


/*** START: COMMON MULTI COLOR THEME ***/


/*Blue*/

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+1) .mct-transparent-background-color {
	background: rgba(0, 151, 216, 0.8);
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+1) .mct-solid-background-color {
	background: rgb(30, 157, 216) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+1) .mct-solid-color {
	color: rgb(30, 157, 216) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+1) .mct-solid-color-border {
	border-color: rgb(30, 157, 216) !important;
}


/*Green*/

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+2) .mct-transparent-background-color {
	background: rgba(130, 195, 65, 0.7019607843137254);
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+2) .mct-solid-background-color {
	background: rgb(139, 198, 81) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+2) .mct-solid-color {
	color: rgb(139, 198, 81) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+2) .mct-solid-color-border {
	border-color:rgb(139, 198, 81) !important;
}


/*RED*/

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+3) .mct-transparent-background-color {
	background: rgba(228, 83, 104, 0.8);
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+3) .mct-solid-background-color {
	background: rgb(228, 83, 104) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+3) .mct-solid-color {
	color: rgb(228, 83, 104) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+3) .mct-solid-color-border {
	border-color: rgb(228, 83, 104) !important;
}


/*Yellow*/

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+4) .mct-transparent-background-color {
	background:rgba(244, 191, 0, 0.8);
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+4) .mct-solid-background-color {
	background: rgb(244, 200, 37) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+4) .mct-solid-color {
	color: rgb(244, 200, 37) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+4) .mct-solid-color-border {
	border-color: rgb(244, 200, 37) !important;
}


/*Purple*/

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+5) .mct-transparent-background-color {
	background: rgba(94, 92, 163, 0.8);
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+5) .mct-solid-background-color {
	background: rgb(94, 92, 163) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+5) .mct-solid-color {
	color: rgb(94, 92, 163) !important;
}

.multi-color-theme-container .single-multi-color-block:nth-of-type(5n+5) .mct-solid-color-border {
	border-color: rgb(94, 92, 163) !important;
}


/*** END: COMMON MULTI COLOR THEME ***/

/*ABOUT:PAGE:START*/

.page-template-page-about-us .inner-section h4.color-blue-violet,
.page-template-page-board-of-directors .inner-section h4.color-blue-violet,
.page-template-page-dedication .inner-section h4.color-blue-violet{

    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 10px 0;
	
}
/*ABOUT:PAGE:END*/


/*Board-of-Directors:START*/
.page-template-page-board-of-directors .cultural-connections-p ul li {
	
    font-size: 15px;
    letter-spacing: 1px;
    list-style: none;
	line-height: 25px;
	
}
.page-template-page-board-of-directors .cultural-connections-p ul{
	
	margin-top:25px;
	margin-bottom:25px;
	
}

/*Board-of-Directors:END*/

/*DEDICATION*/
.page-template-page-dedication .right-img-public-school {
    width: auto;
}
.page-template-page-dedication .text-w-40 {
    width: 100%;
}
/*DEDICATION:END*/


.page-template-page-directory .contact-page-submit-btn-container {
    margin-top: 95px;
}

.page-template-page-directory .contact-page-ur-message-container .inputwrapper span.visible,
#wpcf7-f562-p554-o1 .contact-page-notes-container .inputwrapper span.visible {
    top: -7px;
}

.page-template-page-upcoming-programs-calendar .single-box-program-title {
    color: #333;
    font-size: 25px !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
}

.benefit-event-page .multi-color-theme-container .single-multi-color-block .mct-transparent-background-color{
	height: 100%;
	position: relative;
	color: white;
}

.benefit-event-page .multi-color-theme-container .single-multi-color-block .back-image-box-with-effect h3,
.benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content{
	padding: 15px;
}

.benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content p{
	padding: 0;
	text-align: left;
}

.benefit-event-page .multi-color-theme-container .single-multi-color-block .back-image-box-with-effect h3{
	position: absolute;
	bottom: 0;
}

.benefit-event-page .multi-color-theme-container .single-multi-color-block .back-image-box-with-effect h3 span{
	display: block;
}

.benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content a.signup-link {
	color: white;
	padding: 2px 10px;
	letter-spacing: 1px;
	margin: auto;
	margin-bottom: 15px;
	border-radius: 14px;
	font-family: "Halcyon-Bold";
}

.benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content .package-content-inner{
	min-height: 448px;
	padding-bottom: 15px;
}
.page-template-page-sponsorship-opportunities .single-package-detail .package-image {
    height: 68px;
}
.page-template-page-sponsorship-opportunities .benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content .package-content-inner {
    min-height: 288px;
    padding-bottom: 15px;
}

/*Page-Templet-Give-Start*/
.page-template-page-give .general-content-section .donation-form-section p {
    padding-left: 0px !important;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form {
	margin-bottom:20px;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form a{
	width: 205px;
    line-height: 30px;
    border-radius: 20px;
    min-width: 174px;
    background: #fff;
    padding: 5px 1px 7px 1px;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form.other-amount .donation-form-btn {
    width: 193px;
    line-height: 30px;
    border-radius: 20px;
    min-width: 153px;
    background: #fff;
    padding: 0px 1px 0px 0;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form a:hover {
    text-decoration: none;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form-btn p {
    font-size: 11px;
	letter-spacing: 0.8px;
	color: #000;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form-btn .form-btn-left{
	padding: 0;
    width: 97px;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 9px !important;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form-btn .form-btn-right.btn-bg-yellow {
    padding: 0px;
    width: 90px;
    display: inline-block;
    text-align: right;
    margin-bottom: 0px;
    padding-right: 16px;
    background: #f3c922;
    border-top-right-radius: 14px;
	border-bottom-right-radius: 15px;
	padding-top: 1.1px;
}

.page-template-page-give .general-content-section .donation-form-section .donation-form a:focus {
	/*background-color: #5d6ab0; */
	outline: none;
	text-decoration:none;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form a.donation-form-btn.active,
.page-template-page-give .general-content-section .donation-form-section .donation-form a.donation-form-btn.active .btn-bg-yellow {
    background-color: rgb(93, 106, 176);
}
.page-template-page-give .general-content-section .donation-form-section .donation-form a:focus .form-btn-right.btn-bg-yellow,
.page-template-page-give .general-content-section .donation-form-section .donation-form a:focus input.enter-other-amount-input,
.page-template-page-give .general-content-section .donation-form-section .donation-form a.donation-form-btn.active .other-amount-input input {
   /* background-color: #5d6ab0; */
}
.page-template-page-give .general-content-section .donation-form-section .other-amount .other-amount-input input[type="text"]{
    background: transparent;
	box-shadow: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
.page-template-page-give .general-content-section .donation-form-section .donation-form a.donation-form-btn.active p {
    color: #fff;
}
.page-template-page-give .general-content-section .donation-form-section .other-amount p {
    display: inline-flex !important;
	margin-top: 0 !important;
	padding-left: 6px !important;
}
.page-template-page-give .general-content-section .donation-form-section .other-amount p .inputwrapper {
    margin-top: -15px;
    padding: 1px;
	margin-bottom: -1px;
}
.page-template-page-give .general-content-section .donation-form-section .other-amount p .inputwrapper input{
	background: #f3c922;
	border-radius: 0px !important;
	min-width: 65px;
	padding: 0px !important;
	font-size: 12px !important;
	padding-left: 5px !important;
	border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
}
.page-template-page-give .general-content-section .donation-form-section .other-amount .other-amount-input span {
    display: none !important;
    background-color: rgb(243, 201, 34) !important;
}

.page-template-page-give .general-content-section .donation-form-section .donation-to-be-col-inner .btn-bg-yellow {
    background: rgb(243, 201, 34);
}

.page-template-page-give  li#field_1_24.dedication-select-box {
    width: 50%;
    width: 48%;
    display: inline-block;
}
.page-template-page-give li#field_1_25 {
    width: 48%;
    display: inline-block;
}
.page-template-page-give li#field_1_25 div#input_1_25 #input_1_25_3_container {
    margin-top: -7px;
}
.page-template-page-give li#field_1_24.dedication-select-box select#input_1_24 {
    width: 98%;
}
.page-template-page-give li#field_1_24.dedication-select-box select#input_1_24:focus {
    outline: none;
}
.page-template-page-give li#field_1_27 {
    line-height: 0;
    margin-top: -34px;
    padding-left: 13px;
}
.page-template-page-give li#field_1_27 li {
    font-weight: 100 !important;
    letter-spacing: 1px;
}
.page-template-page-give li#field_1_29 div#input_1_29 #input_1_29_3_container .inputwrapper #input_1_29_3 {
    margin-bottom: -4px;
}
.page-template-page-give span#input_1_29_3_container span.visible {
    width: 6%;
    top: 1px;
}
.page-template-page-give span#input_1_10_3_container, 
.page-template-page-give span#input_1_10_4_container, 
.page-template-page-give span#input_1_10_5_container {
    width: 31.7%;
    display: inline-block;
    margin-right: 18px;
}
.page-template-page-give span#input_1_10_5_container {

	margin-right:0px;
	padding-right:0px !important;
}
.page-template-page-give li#field_1_11, li#field_1_36 {
    width: 50%;
    display: inline-block;
    padding-top: 20px;
	min-height: 119px;
}
.page-template-page-give li#field_1_11 {
    float: left;
}
.page-template-page-give li#field_1_11 .validation_message {
    padding-top: 3px;
}
.page-template-page-give li#field_1_11 .ginput_container_phone .inputwrapper {
    margin-bottom: 7px;
}
.page-template-page-give li#field_1_11 .ginput_container_phone input#input_1_11 {
    width: 100%;
}
.page-template-page-give li#field_1_36 .ginput_container_email input#input_1_36 {
    width: 100%;
}
.page-template-page-give li#field_1_11 .ginput_container_phone,
.page-template-page-give li#field_1_36 .ginput_container_email {
    margin-top: -17px !important;
}
.page-template-page-give span#input_1_12_2_cardinfo_right {
    width: 48%;
}
.page-template-page-give span#input_1_12_2_cardinfo_left {
    width: 69%;
}
.page-template-page-give input#input_1_12_3 {
    max-width: 100% !important;
}
.page-template-page-give span#input_1_12_2_cardinfo_right {
    width: 30%;
}
.page-template-page-give span#input_1_12_2_cardinfo_right .inputwrapper {
    margin-bottom: 2px;
    margin-top: 8px;
}
.page-template-page-give span#input_1_12_1_container .inputwrapper {
    margin-bottom: 3px;
}
.page-template-page-give span#input_1_12_2_container {
    margin-bottom: 4px;
}
/*li#field_1_21, li#field_1_3, li#field_1_5, li#field_1_6, li#field_1_7, li#field_1_8,
li#field_1_13, li#field_1_14, li#field_1_15, li#field_1_16, li#field_1_19,
li#field_1_20, li#field_1_23, li#field_1_26, li#field_1_35,
span#input_1_12_5_container {
    display: none;
}*/
/*.page-template-page-give form#gform_1 .gform_heading h3.gform_title,
label.gfield_label {
    color: #5D6AB0;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 1px !important;
    text-transform: uppercase;
} */
.page-template-page-give .inputwrapper span.visible {
    top: -7px;
    opacity: 1;
    z-index: 1;
    left: 9px;
    outline: none;
    max-width: 98%;
}
.page-template-page-give form#gform_1 .gform_footer.top_label input#gform_submit_button_1 {
    background: #f3c922;
    color: #000;
    /* text-align: center; */
}
.page-template-page-give form#gform_1 .gform_footer.top_label {
    text-align: center;
}
.page-template-page-give span#input_1_12_2_cardinfo_right span.ginput_card_security_code_icon {
    display: none;
}
li#field_1_18 h4,
 li#field_1_24 label.gfield_label, 
 li#field_1_29 label.gfield_label{
	color: #5D6AB0;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 1px !important;
    text-transform: uppercase;
	margin-top: 40px;
    margin-bottom: 11px;
}
.page-template-page-give form#gform_1 .gform_heading h3.gform_title {
    display: none;
}
.page-template-page-give form#gform_1 div#input_1_29 {
    margin-top: -11px;
}

/*Page-Templet-Give-End*/
/*Page-page-id-51-Start*/
.page-id-51 .sub-inner-section.background-gray.page-inner-content {
    padding: 94px 120px !important;
}
/*Page-page-id-51-End*/
/*Corporate Sponsorship-Start*/
.page-template-page-corporate-sponsorship .corporate-sponsorship-package-heading {
    padding: 22px;
    font-size: 29px;
    color: #fff;
    letter-spacing: 0px;
    font-family: "Halcyon-Bold";
}
.page-template-page-corporate-sponsorship .corporate-sponsorship-package-price {
	padding: 29px 0px;
    font-size: 20px;
    font-family: "Halcyon-Bold";
}
.page-template-page-corporate-sponsorship .corporate-sponsorship-package-content {
    padding: 25px 0;
}
.page-template-page-corporate-sponsorship .corporate-sponsorship-main-container li,
.page-template-page-sponsorship-opportunities-psl .common-section-padding .cultural-connections-p ul li{
	list-style: none;
	margin-left: 13px;
}
.page-template-page-corporate-sponsorship .corporate-sponsorship-main-container li:before,
.page-template-page-sponsorship-opportunities-psl .common-section-padding .cultural-connections-p ul li:before{
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    content: "\f101";
    color: #5d6ab0;
    margin-right: 10px;
    margin-left: -22px;
}
.page-template-page-corporate-sponsorship .corporate-sponsorship-package-repeater .corporate-sponsorship-package-content p strong {
    font-family: "Halcyon-Bold";
}
/*Corporate Sponsorship-end*/
/*Sponsorship PSI Start*/
.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div img.left-img-public-school {
    max-height: 290px;
    width: 359px;
    height: 290px;
    object-fit: cover;
}
.page-template-page-sponsorship-opportunities-psl .psi-first-section p {
    padding-left: 50px;
}
.page-template-page-sponsorship-opportunities-psl .common-section-padding h3 {
    padding: 0 25px;
}
.page-template-page-sponsorship-opportunities-psl .common-section-padding .cultural-connections-p {
    padding-left: 60px;
}
.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-1 .drop-img-bottom {
    top: 181px;
    z-index: -1;
}

.phone-text,
.email-text {
    font-size: 20px;
	letter-spacing: 1px;
	line-height: 3;
}
/*Sponsorship PSI -end*/
/*Page Supporters End*/
.page-template-page-supporters .supporters-main-conainer .supporters-main-conainer-first-section p {
    margin-left: 50px;
}
.page-template-page-supporters .supporters-main-conainer .detail-white-box {
	padding: 20px 40px;
	margin-bottom:50px;
}
.page-template-page-supporters .supporters-main-conainer .individuals-corporation h4 {
    letter-spacing: 1px;
    font-weight: 800;
}
.page-template-page-supporters .supporters-main-conainer .individuals-corporation {
    padding: 10px 20px;
}
/*Page Supporters*/
.page-template-page-common-inner .common-top-white-stripe .rates-policies-main-heading {
    font-size: 29px;
}

/**/
.page-template-custom .general-content-section .inner-section .sub-inner-section.auto-width-container {
    width: 100%;
}
.page-template-page-upcoming-programs-calendar div#program-details {
    margin: 0;
}
/**/
/*footer*/

footer {
	padding: 70px 0;
	background: #fff;
	color: #524B45;
	text-transform: uppercase;
	border-top: 1px solid #e9e9e9;
	/*display: inline-block;*/
	width: 100%;
	clear:both;
}

footer h2 {
	font-size: 18px;
	/*font-weight: 700;*/
	color:rgb(93, 106, 176);
	margin-top: 20px;
	margin-bottom: 15px;
	letter-spacing: .8px;
	font-family: "Halcyon-Bold";

}

footer li {
	list-style: none;
}

footer li a {
	font-size: 14px;
	color: #524B45;
}

footer .menu-footer-menu-container li{
	margin-bottom: 5px;
}

footer .subscibe-form-box li {
    font-size: 15px;
}

footer li a:hover {
	color: #5295C6;
}

footer ul {
	padding-left: 0;
}

footer .contact-info a {
	color: #5295C6;
}

footer .contact-info a:hover {
	text-decoration: none;
}

footer .footer-logo-section img {
	width: 100px;
	margin-top:0px;
}

footer .footer-logo-section {
	text-align: center;
}

footer .footer-logo-section input[type="email"] {
	border-top-left-radius: 100px !important;
	border-bottom-left-radius: 100px !important;
	border: 0;
	background: #CAE5EC;
	color: #5295C6;
}

footer #email-subscription-form{
	max-width: 300px;
	margin:auto;
}

footer #email-subscription-form button{
	background-color: rgb(102, 153, 204);
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top-right-radius: 100px !important;
	border-bottom-right-radius: 100px !important;
}

footer .footer-logo-section span.wpcf7-not-valid-tip {
	display: none;
}

footer .footer-logo-section div.wpcf7-response-output {
	margin: 0;
	padding: 44px 0 0;
	border: 0 !important;
}

footer .footer-logo-section .button,
footer .footer-subscibe-box span {
	border: 0;
	background: #5295C6;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	color: white;
	text-transform: uppercase;
	padding: 4px 15px 4px 15px;
	margin-left: -6px;
	font-size: 16px;
	font-weight: 700;
}

footer .footer-subscibe-box input {
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
	border: 0;
	background: #CAE5EC !important;
	color: #5295C6;
	padding-left: 20px;
}

footer .navbar-form {
	padding: 0;
	width: 240px;
	margin-left: 0px;
}
footer .social-media-connect a {
	
	background-color:#6B639A;
	
}
footer .social-media-connect a:hover {
   
    background: rgb(235, 209, 0) !important;
    color: #000;

}

footer .location a i,
footer .contact a i  {
    display: none;
}
footer .contact a,
footer .location a {
    display: block;
    font-size: 14px;
    color: #524B45;
    line-height: 23px;
    letter-spacing: .5px;
}




.page-template-page-broadcasting .page-header {
/*     height: 250px; */
	height:600px;
}
/* .page-template-page-broadcasting .page-header h1{
    margin: 20px 0 0;
} */
/* .page-template-page-broadcasting.page-template-custom .page-header .container {
	display: none
} */
/* .page-template-page-broadcasting .page-header {
    text-align: left;
} */
.page-template-page-broadcasting .single-package-detail .package-image .price-tag {
    padding: 10px;
    font-size: 16px;
}
.page-template-page-broadcasting .single-package-detail .package-image {
    height: 250px;
    position: relative;
    background-position: 100% !important;
    background-repeat: no-repeat !important;
}
.page-template-page-broadcasting h3.mct-transparent-background-color {
    display: table-cell;
    vertical-align: bottom;
    color: white;
    padding: 20px 25px;
}
.page-template-page-broadcasting .single-package-detail .package-content {
    padding: 10px 10px 0;
    min-height: 70px;
    background: #e7ddbf;
    color: #494949;
}
.page-template-page-broadcasting .single-package-detail .package-content .label {
    font-size: 11px;
    display: inline-block;
    padding: 6px 10px;
    font-family: "Halcyon-Bold";
    letter-spacing: 1px;
}
.page-template-page-broadcasting .general-content-section p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
.page-template-page-broadcasting .program-category-title {
    margin-bottom: 50px;
}
.page-template-page-broadcasting .single-multi-color-block:nth-of-type(5n+1) .mct-solid-color {
    color: rgb(255 255 255) !important;
    background: rgb(30, 157, 216) !important;
}
.page-template-page-broadcasting .single-multi-color-block:nth-of-type(5n+2) .mct-solid-color {
    color: rgb(255 255 255) !important;
    background: rgb(139, 198, 81) !important;
}
.page-template-page-broadcasting .single-multi-color-block:nth-of-type(5n+3) .mct-solid-color {
    color: rgb(255 255 255) !important;
    background: rgb(228, 83, 104) !important;
}
.page-template-page-broadcasting .single-multi-color-block:nth-of-type(5n+4) .mct-solid-color {
    color: rgb(255 255 255) !important;
    background: rgb(244, 200, 37) !important
}
.page-template-page-broadcasting .single-multi-color-block:nth-of-type(5n+5) .mct-solid-color {
    color: rgb(255 255 255) !important;
    background: rgb(94, 92, 163) !important
}
/*.page-template-page-broadcasting input {*/
/*    background: #f3f3f3;*/
/*    height: 55px !important;*/
/*}*/
.page-template-page-broadcasting input:focus {
    border-radius: 50px !important;
    outline: none;
    border: 2px solid #ebd100 !important;
}
.page-template-page-broadcasting .page-custom-content p{
    font-size: 15px !important;
    padding-top: 30px;
    line-height: 23px;
}
    
    


.page-template-page-auction-form .gform_body input{
    background: #f3f3f3;
}
.page-template-page-auction-form .gform_body select {
    background: #f3f3f3;
    height: 34px !important;
    padding-top: 7px !important;
    color: #9c9c9c;
    font-family: sans-serif;
    padding-left: 8px !important;
}
.page-template-page-auction-form .inputwrapper span,
.page-template-page-auction-form .gform_title{
    display: none;
}
.page-template-page-auction-form input:focus,
.page-template-page-auction-form select:focus{
    outline: none;
}

    
    
    

@media only screen and (min-width: 768px) {
	
	.page-template-page-new-membership .btn-membership-signup-one{
		margin-top: 50px;
	}
	.page-template-with-sidebar .inner-section:first-child .sub-inner-section,
	.page-template-with-sidebar .inner-section:first-child .sub-inner-section-top-heading {
		padding-left: 9%;
		text-align: left;
	}
	.page-template-custom .general-content-section .inner-section .sub-inner-section,
	.page-template-page-new-membership #gform_wrapper_3{
		padding-left: 95px;
	}
	.page-template-with-sidebar .inner-section:nth-child(2) .sub-inner-section {
		padding-right: 14% !important;
		padding-left: 53px !important;
	}
	.page-template-page-membership .membership_benefits_row {
		width: 430px;
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		float: left;
	}
	.page-template-inner-common-with-sidebar .page-inner-content p,
	.page-template-inner-common-with-sidebar .page-inner-content h3 {
		padding-left: 50px;
	}
	.page-template-inner-common-with-sidebar .sub-inner-section-exploring-jewish-life {
		/*padding-left: 9% !important;
		padding-right: 9% !important;
		padding-top: 80px !important; */
		padding: 82px 15px;
	}
	
	.home .home-header-slider {
	
		background: url(img/slider_bg.jpg);
		background-size: cover;
		background-position: top;
		height: 100vh;
	
	}
	
	.home-header-slider .secound-section{
		display: block;
	}
	.page-template-page-upcoming-programs-calendar .content-events #program-details .single-event-hours-box {
		padding-left: 0;
		text-align:left !important;
	}
	.page-template-page-upcoming-programs-calendar .content-events #program-details .col-md-6 {
		padding-right: 0;
		text-align: right;
	}

}

@media only screen and (min-width: 1600px) {
	.single-package-detail .package-image {
		height: 260px;
	}
	.page-template-custom .general-content-section .inner-section .sub-inner-section {
		padding-left: 17.5%;
	}
	.page-template-with-sidebar .inner-section:nth-child(2) .sub-inner-section {
		padding-right: 14%;
		padding-left: 53px;
	}
}

@media only screen and (min-width: 1920px) {
	.page-template-custom .general-content-section .inner-section .sub-inner-section {
		padding-left: 26%;
	}
	.page-template-with-sidebar .inner-section:nth-child(2) .sub-inner-section {
		padding-right: 14%;
		padding-left: 53px;
	}
}
@media only screen and (min-width: 1450px) {

	.benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content .package-content-inner {
		min-height: 366px;
		padding-bottom: 15px;
	}
	.page-template-page-sponsorship-opportunities .benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content .package-content-inner {
		min-height: 246px;
		padding-bottom: 15px;
	}

}
@media only screen and (min-width:992px) {
	
	.footer-site-map {
		padding-left: 70px;
	}
	
}
@media only screen and (min-width: 1180px) {
	.auto-width {
		width: 780px;
		margin: auto;
	}
	
	.home .home-header-slider.background-desktop {
		background-size: cover;
		background-position: center;
		height: 100vh;
		background-image: url(img/Home-Slidertiny.png);
		background-repeat: no-repeat;
		padding-top: 16%;
	}
	.home .home-header-slider.background-desktop.header_alert {
		padding-top: 10%;
		height: 105vh;
	}
	.home .home-header-slider .first-section {
		padding-left: 0;
	}
	.home .girl-image-design img.slider-image ,
	.home .silde-graphic-background-image{
		display: none;
	}
	.page-template-custom .general-content-section .inner-section .sub-inner-section, .page-template-page-new-membership #gform_wrapper_3 {
		padding-left: 0;
		margin: auto;
	}
	.page-template-with-sidebar .inner-section:first-child .sub-inner-section, .page-template-with-sidebar .inner-section:first-child .sub-inner-section-top-heading {
		padding-left: 0;
		text-align: left;
	}
	.page-template-custom .general-content-section .inner-section .sub-inner-section, .page-template-custom .general-content-section .inner-section .sub-inner-section-top-heading, .page-template-page-new-membership #gform_wrapper_3 {
		padding: 82px 15px;
	}
	
	
}
@media only screen and (max-width: 1180px) {
	
	.page-template-custom .general-content-section .inner-section .sub-inner-section {
		padding: 30px 15px !important;
	}
	
}
@media only screen and (max-width: 768px) {
	/*COMMON*/
	/*CUSTOM-CSS*/
	.inputwrapper span.visible {
		top: 0px;
	}
	.padding-xs-0 {
		padding: 0px;
	}
	/*CUSTOM-CSS-END*/
	.menu-main-menu-container {
		/*display: none;*/
	}
	.menu-main-menu-mobile-container {
		display: block;
	}
	.home header .navbar-brand img {
		margin-top: 0px;
	}
	.home header .navbar-fixed-top .navbar-brand img {
		margin-top: -2px;
	}
	.page-template-custom .page-header .container {
		background-size: contain !important;
	}
	#menu-main-menu {
		margin-right: 0;
	}
	header .navbar-default {
		background-color: transparent;
		z-index: 9;
		margin-top: 0;
		margin-bottom: 0;
		border-top: 0;
	}
	header .navbar-brand img {
		width: 50px !important;
		margin-left: 10px;
	}
	.home header .navbar-brand img {
		width: 75px !important;
		margin-left: 10px;
	}
	.home #bs-example-navbar-collapse-1 {

		margin-top: 18px;

	}
	.page-template-custom header .navbar-brand img {
		margin-top: 0;
	}
	.page-template-custom header .navbar-default .navbar-right .top-nav-give-button {
		padding: 4px 22px;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-left: -13px;
		letter-spacing: 1px;
	}
	.page-template-custom header .navbar-default {
		padding-bottom: 8px;
		padding-top: 7px;

	}
	header .navbar-fixed-top .navbar-brand img {
		width: 50px !important;
	}
	
	header .navbar-right,
	header .navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}
	header .opened-nav-bar {
		background: rgb(30, 157, 216);
	}
	header .navbar-default .navbar-toggle {
		border-color:rgb(255, 255, 255);
	}
	header .navbar-default .navbar-toggle .icon-bar {
		background-color: rgb(255, 255, 255);
	}
	header .navbar-default .navbar-toggle:hover .icon-bar {
		background-color: rgb(255, 255, 255);
	}
	header .navbar-default .navbar-toggle:hover,
	header .navbar-default .navbar-toggle:focus {
		background-color: rgba(255, 255, 255, 0);
	}
	header .opened-nav-bar .navbar-toggle:focus,
	.opened-nav-bar .navbar-toggle:hover {
		background-color: rgba(255, 255, 255, 0);
	}
	header .opened-nav-bar .navbar-toggle:hover .icon-bar {
		background-color: rgb(255, 255, 255);
	}
	header .navbar-default .navbar-collapse,
	header .navbar-default .navbar-form {
		border-color: transparent;
		background: rgb(30, 157, 216);
		border-bottom: 1px solid white;
	}
	header .navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		box-shadow: 0 0 0;
	}
	header .navbar-fixed-top.navbar-default a {
		color: rgb(255, 255, 255) !important;
	}
	header .navbar-fixed-top {
		background: rgb(30, 157, 216) !important;
	}
	/*DropDown Menu*/
	header .navbar-right .dropdown-menu {
		width: 100%;
		box-shadow: 0 0 0;
		border: 0;
		border-radius: 0;
		position: relative;
		margin-bottom: 15px;
	}
	header .dropdown-submenu>.dropdown-menu {
		left: 0;
		margin-left: 0px;
		width: 100% !important;
		position: relative !important;
		padding: 0 0 0 15px;
	}
	.page-template-custom header .navbar-default a {
		color: rgb(255, 255, 255) !important;
	}
	header li .dropdown-menu a {
		color: rgb(82, 149, 198) !important;
	}
	/*header .navbar-fixed-top.navbar-default .dropdown-menu a { color: #5295C6 !important;	}*/
	.page-header .container {
		height: 200px;
	}
	.arrow-down-circle {
		height: 30px;
		width: 30px;
	}
	.page-template-page-group-tours .contact-us .contact-info a {
		font-size: 21px;
	}
	.page-header h1 {
		line-height: 33px;
		padding: 5px 10px;
		font-size: 30px;
	}
	.single-event-detail {
		margin-bottom: 20px;
	}
	/*.page-template-custom header  .dropdown-menu li a{		color: #5295C6 !important;	}*/
	.page-template-custom header .navbar-default {
		background: rgb(30, 157, 216) !important;
		padding-bottom: 5px;
	}
	.general-content-section {
		padding: 20px 15px;
	}
	.general-content-section .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*HOME*/
	.home .exibits-section .container .container-inner {
		position: relative;
		top: 0;
	}
	.home .silde-graphic-background-image {
		display: none;
	}
	.home .events-section .container {
		z-index: 2;
		position: relative;
	}
	.home .events-section .section-title {
		text-align: center;
	}
	.home .exibits-section {
		height: 0;
		padding: 0;
	}
	.home .features-section .container {
		padding: 15px 15px;
	}
	.home .features-section .container>div {
		margin: 13px -16px;
	}
	.home .home-header-slider {
		background-size: cover;
		top: 0;
		padding-top: 0;
		margin-top: -60px;
		background-position: center center;
	}
	
	.home .home-header-slider .yellow-button{
		font-size: 13px;
		letter-spacing: 1px;
		display: block;
		width: max-content;
		margin: auto !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.home .home-header-slider .first-section {
		padding-left: 0;
		z-index: 1;
		padding-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.home .home-header-slider .slider-heading-one {
		font-size: 70px;
		margin-top: 120px;
		text-shadow: 1px 1px 6px grey;
		margin-bottom: 15px;
	}
	.home .single-features-block img {
		float:right;
	}
	.home .home-header-slider .slider-heading-two {
		font-size: 35px;
		margin-top: 0;
		line-height: 40px;
		letter-spacing: 0.5px;
		text-shadow: 1px 1px 6px #b5b5b538 !important;
	}
	.home .home-header-slider p {
		font-size: 17px;
		margin-bottom: 0;
		text-shadow: 1px 1px 6px grey;
		letter-spacing: 1px;
	}
	.yellow-button {
		font-size: 17px;
		margin: 10px 0 5px 0;
	}
	.home .we-are-open-section h2 {
		margin: 15px 0;
		margin-bottom: 15px;
		font-size: 32px;
		font-weight: inherit;
		margin-bottom: 18px;
		text-transform: none;
		letter-spacing: 1px;
		line-height: 48px;
	}
	.home .home-header-slider .social-media-connect a {
		width: 37px;
		height: 37px;
		margin: 10px 3px;
		font-size: 17px;
		padding: 10px;
	}
	.home .girl-image-design img.slider-image {
		position: absolute;
		right: 18%;
		height: 279px;
		bottom: -1px;
		margin-right: -22px;
	}
	.home .silde-graphic-background-image {
		width: 407px;
		height: 299px;
		right: 4%;
		bottom: 0px;
	}
	.home .home-header-slider .secound-section {
		text-align: right;
	}
	.home .events-section .event-title,
	.home .events-section {
		color: black;
	}
	.home .events-section .container {
		padding: 45px 50px 73px 50px;
		background: #fff9;
	}
	.home .events-section {
		padding: 0;
		height:auto;
	}
	.home .exibits-section .container .container-inner {
		width: 100%;
		margin: 0;
	}
	.page-template-custom .general-content-section h2 {
		font-size: 35px;
	}
	.home .events-section .container {
		padding: 45px 50px 18px 50px;
	}
	.page-template-inner-common-with-sidebar .page-inner-content h1 {
		font-size: 30px;
	}
	.page-template-inner-common-with-sidebar .page-inner-content h2 {
		font-size: 21px;
	}
	.exploring-jewish-life-block .exploring-jewish-life-block-top .exploring-jewish-life-block-heading .exploring-jewish-life-title {
		padding: 28% 33px;
		font-size: 30px;
	}
	.home .exibits-section .exibits-block .exibits-title {

		padding: 25% 33px;
	}
	.home .events-section .events-section-boy{
		
		height:459px;
		
	}
	.home .events-section .events-section-graphic {
  
		background-size: 100% auto;
		display: block;
		height: 300px;
		width: 195px;
		position: absolute;
		right: 0;
		top: 209px;
	}
	
	/*Upcoming Program*/
	/*new-membership-page*/
	
	.page-template-page-new-membership .new-membership .reapeter-section-3 .main-inner-reapeter-section {
		padding: 23px 20px !important;
	}
	
	.page-template-page-new-membership .sub-inner-section-try-before h2,
	.page-template-page-new-membership .membership-guideline-section h2, 
	.page-template-page-new-membership .membership-benifits-section h2 {
		font-size: 30px !important;
	}
	
	.new-membership .section-simple-rounded.background-white {
		margin-bottom: 25px;
	}
	.new-membership .section-simple-rectangle {
		margin-bottom: 50px;
	}
	.new-membership .innner-section-simple-col {
		padding: 0px 50px;
	}
	.new-membership .membership-benifits-section .row {
		margin: 0px;
	}
	.new-membership .membership-guideline-section .row {
		margin: 3px;
	}
	.new-membership .membership-contact-form {
		padding: 15px;
		padding-bottom: 25px;
	}
	.new-membership .membership-steps-base .membership-contact-form input {
		margin-bottom: 9px;
		border-radius: 30px !important;
	}
	
	.new-membership .membership-steps-base .membership-contact-form input:focus {
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	.new-membership .membership-steps-base {
		padding: 30px 0px !important;
	}
	.new-membership .membership-steps-add-ons .membership-add-ons-innner-col h2 {
		font-size: 19px;
		margin-left: -10px;
	}
	.new-membership .membership-steps-add-ons .col-lg-2 .membership-add-ons-innner-col {
		text-align: center;
		padding: 15px 20px;
		background: #fff;
	}
	.new-membership .membership-steps-add-ons .col-lg-8 .membership-add-ons-innner-col {
		text-align: center;
		padding: 17.4px 20px;
		background: rgb(30, 157, 216);
		color: #fff;
	}
	.new-membership .membership-steps-add-ons .membership-add-ons-innner-col i {
		font-size: 17.5px;
		font-weight: 900;
	}
	.new-membership .membership-steps-add-ons .membership-add-ons-innner .row {
		margin-bottom: 15px !important;
	}
	.membership-guideline-section .row p {
		margin-bottom: 22px;
	}
	/*new-membership-end*/
	.page-upcoming-programs-calendar .content-events h2 {
		font-size: 22px !important;
	}
	.page-upcoming-programs-calendar .sub-inner-section {
		padding-left: 35px !important;
	}
	.exploring-jewish-life-block .exploring-jewish-life-block-top img {
		height: 400px;
	}
	.exploring-jewish-life-block .exploring-jewish-life-block-top .exploring-jewish-life-block-heading {
		height: 400px;
	}
	.page-template-photos-video .exploring-jewish-life-block .exploring-jewish-life-block-top img {
		height: 400px;
		width: auto;
		object-fit: contain;
	}
	.page-template-custom .general-content-section .inner-section .sub-inner-section,
	.page-template-custom .general-content-section .inner-section .sub-inner-section-top-heading {
		padding: 30px 15px;
	}
	/**-------SIDE-BAR-VISIT********************/
	.page-template-with-sidebar .opening-hours .single-event-inner-block .date {
		background: rgb(115, 114, 182);
		padding: 13px 16px 6px;
		font-family: "Halcyon-Bold";
		text-align: center;
		font-size: 23px !important;
		color: #FFF;
		line-height: 22px;
		border-radius: 50px;
		margin-top: 20px;
		position: relative;
		display: inline-block;
	}
	.sidebar-events .single-event-inner-block .col-xs-3 {
		width: 11%;
		margin-right: 15px;
	}
	/*SIDE-BAR-VISIT**END*/
	/***PLANING-YOUR-VISIT*/
	.page-template-page-planning-your-visit .regular-hours-row .col-xs-2 .img-responsive {
		max-width: 34%;
	}
	.page-template-page-planning-your-visit .regular-hours-row .col-xs-10 {
		margin-left: -30px;
		margin-top: -4px;
	}
	.page-template-custom .general-content-section h1 {
		font-size: 30px;
		margin-top: 0;
	}
	.page-template-with-sidebar .page-inner-content ul {
		margin-left: -21px;
	}
	
	/***********PLANNING-YOUR-VISIT-END***************************/
	
	/**PUBLIC-SCHOOL-INVITIATIVE:start;res-767-max***/
	.page-template-public-school-initiative .text-w-40 {
		width: 100%;
	}
	
	.page-template-public-school-initiative .text-w-40 p,
	.page-template-public-school-initiative .left-public-school-img-div .text-w-40 p	{
		
		padding: 36px 16px 36px 16px;
	}
	
	.page-template-public-school-initiative .left-public-school-img-div .text-w-40 {
		width: 100%;
		text-align: left;
	}
	
	.page-template-public-school-initiative .left-public-school-img-div .text-w-40{
		
		margin-right:0px;
		
	}
	.page-template-public-school-initiative .left-public-school-img-div p span{
		
		margin-bottom:35px;
		margin-top:10px;
		
	}
	
	.page-template-public-school-initiative .text-w-40 p span {

		float: right;
		margin-top: 10px;
		margin-bottom: 35px;
		
	}
	
	.sub-inner-section.public-page-last-empty-section {
		
		display: none;
		
	}
	/**PUBLIC-SCHOOL-INVITIATIVE:END-RES-768-MAX***/
	
	/*Board-of-Directors:START*/
	
	.page-template-page-board-of-directors .jumbotron h1 {
		font-size: 23px;
		padding: 10px;
	}
	
	.page-template-page-board-of-directors .sub-inner-section {
		
		padding: 82px 15px;
		padding-left: 15px;
		
	}
	.page-template-page-board-of-directors .sub-inner-section {
		
		padding: 82px 15px;
		padding-left: 15px;
	}
	
	/*Board-of-Directors:END*/
	.page-template-page-sponsorship-opportunities .benefit-event-page .contact-us-to-book a{
		font-size: 18px;
		line-height: 2;
	}
	.page-template-page-sponsorship-opportunities .benefit-event-page .contact-us-to-book a i {
		height: 20px;
    	width: 21px;
	}
	/**/
	.page-template-page-corporate-sponsorship .corporate-sponsorship-package-heading {
		padding: 18px;
		font-size: 25px;
	}
	.page-template-page-corporate-sponsorship .corporate-sponsorship-package-price {
		padding: 25px 0px;
		font-size: 16px;
	}
	/**/
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div img.left-img-public-school {
		margin: auto;
	}
	.page-template-public-school-initiative .right-img-public-school ,
	.page-template-public-school-initiative .left-public-school-img-div .left-img-public-school{
		margin:auto;
		
	}
	.page-template-public-school-initiative .right-public-school-img-div .row, .page-template-public-school-initiative .left-public-school-img-div .row {
		position: relative;
		margin: 0;
	}
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div img.left-img-public-school {
		
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.page-template-public-school-initiative .right-img-public-school, .page-template-public-school-initiative .left-public-school-img-div .left-img-public-school {
		margin: auto;
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	footer {
		padding: 25px 0;
	}
	footer .footer-logo-section img {
		margin-top: 60px;
	}
	footer .footer-logo-section>img {
		margin-top: 20px;
	}

	footer .navbar-form {
		width: 250px;
		margin: auto;
	}
	footer .footer-logo-section img {
		width: 120px;
	}
	footer .social-media-connect img {
		width: 40px;
	}
	footer .footer-logo-section .button {
		padding: 4.9px 15px 4px 15px;
	}
	footer .sm-pd-0 {
		padding: 0;
	}
	
	.page-template-page-broadcasting .page-header {
		height: 330px;
	}
	.page-template-page-broadcasting .page-template-with-sidebar {
		background: #fff
	}
	.page-template-page-broadcasting .single-package-detail .package-image {
		height: 355px;
	}
}


/*=================================================================*/

@media (min-width:768px) and (max-width:1200px) {
	
	/**common-class**/
	.padding-0 {
		padding: 0px;
	}
	/**common-class-end**/
	.home .features-section .container {
		padding: 60px 0;
	}
	.home .events-section .container,
	.home .general-content-section .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.home .events-section .container .col-lg-4 {
		z-index: 1;
	}
	.home .events-section .events-section-boy {
		opacity: 0.6;
	}
	.home .home-header-slider .first-section {
		padding-left: 0px;
	}
	.home .home-header-slider .slider-heading-two {
		font-size: 30px;
		line-height: 34px;
	}
	.home .home-header-slider .slider-image {
		height: 465px;
	}
	.home .home-header-slider .slider-heading-one {
		font-size: 68px;
		line-height: 39px;
		margin-top: -40px;
	}
	.home .we-are-open-section h2,
	.home .features-section h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.home .single-event-inner-block .date {
		font-size: 30px;
		color:rgb(107, 99, 154);
		margin-top: 13px;
		line-height: 35px;
	}
	.home .we-are-open-section .button {
		padding: 8px 21px;
		font-size: 15px;
	}
	.home .home-header-slider p {
		font-size: 18.5px;
		margin-top: 4px;
	}
	.yellow-button {
		padding: 8px 21px;
		font-size: 15px;
	}
	.home .home-header-slider .social-media-connect a {
		padding: 8px;
		font-size: 23px;
		width: 40px;
		height: 40px;
	}
	footer .navbar-form {
		padding: 0;
		width: auto;
	}
	/***************HEADER-START***************************/
	header .navbar-default .container {
		width: auto;
	}
	header .navbar-default .container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.nav>li>a {
		padding: 10px 5px;
		line-height: 29px;
		font-size: 12px;
	}
	.page-template-inner-common-with-sidebar .page-inner-content p {
		padding-left:0px;
	}
	.page-template-custom header .navbar-fixed-top .navbar-brand img {
		margin-top: 0;
	}
	/*****************HEADER-END************************/
	/***********SIDE-BAR:START******************/
	.page-template-with-sidebar .opening-hours .single-event-inner-block .date span {
		font-size: 14px;
	}
	.page-template-with-sidebar .opening-hours .single-event-inner-block .date {
		padding: 8px 15px 1px;
		font-size: 20px !important;
		line-height: 24px;
		margin-top: 15px;
	}
	.page-template-with-sidebar .opening-hours .single-event-inner-block .event-title {
		font-size: 15px !important;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.page-template-with-sidebar .opening-hours .single-event-inner-block p {
		font-size: 13px;
		letter-spacing: .5px;
		margin-top: 7px;
	}
	.page-template-with-sidebar .opening-hours .upcoming-events {
		margin-top: 58px;
	}
	.page-template-with-sidebar .background-blue-violet h2 {
		color: white;
		font-size: 22px !important;
	}
	
	/***********SIDE-BAR:END******************/
	
	/*******************planing-your-visit-template***************************/
	
	
	.page-template-custom .general-content-section .inner-section .sub-inner-section {
		padding: 46px 15px;
	}
	
	.page-template-page-planning-your-visit.page-template-custom .general-content-section h1 {
		font-size: 36px;
	}
	
	.page-template-page-planning-your-visit .general-content-section p,
	.page-template-page-planning-your-visit .page-template-custom .general-content-section li {
		font-size: 14px;
		letter-spacing: 1px;
		text-align:justify;
		word-spacing:1px;
	}
	
	.page-template-page-planning-your-visit.page-template-custom .general-content-section h2 {
		font-weight: 100;
	}
	
	.page-template-page-planning-your-visit .regular-hours-row .col-xs-2 .img-responsive {
		max-width: 50%;
	}
	
	.page-template-page-planning-your-visit .regular-hours-row .col-xs-10 {
		margin-left: -15px;
		margin-top: -5px;
	}
	
	
	/*******************planing-your-visit-template-end***************************/
	.membership-benifits-section h4 {
		font-size: 16px;
		margin-bottom: 15px;
		line-height: 30px;
		padding-left: 42px;
	}
	
	.new-membership .section-simple-rounded.background-white {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.page-template-page-birthday-parties .contact-us-to-book a,
	.page-template-page-birthday-parties .contact-us-to-book a:hover{
		
		font-size:19px;
	}
	
	.page-template-inner-common-with-sidebar .page-inner-content h3{
		
		    padding-left: 0px;
	}
	
	.general-content-section .page-inner-content ul {
		margin-left: -21px;
	}
	footer .footer-logo-section img {
		width: 150px;
		margin-top: 40px;
	}
	footer a.email-input-wrap {

		white-space: nowrap;
	}
	/**PUBLIC-SCHOOL-INVITIATIVE:start;res-1200-max***/
	
	.page-template-public-school-initiative .left-public-school-img-div .left-img-public-school {
		
		position: relative;
		
	}
	
	.page-template-public-school-initiative .text-w-40 {
		width: 100%;
	}
	
	.page-template-public-school-initiative .text-w-40 p,
	.page-template-public-school-initiative .left-public-school-img-div .text-w-40 p	{
		
		padding: 36px 16px 36px 16px;
	}
	
	.page-template-public-school-initiative .left-public-school-img-div .text-w-40 {
		width: 100%;
		text-align: left;
	}
	
	.page-template-public-school-initiative .left-public-school-img-div .text-w-40{
		
		margin-right:0px;
		
	}
	
	/**PUBLIC-SCHOOL-INVITIATIVE:END-RES-1200-MAX***/
	.page-template-page-group-tours a.event-content-btn-learn-more{
		
		text-align:center;
		
	}
	.page-template-page-sponsorship-opportunities-psl .right-public-school-img-div .alternate-img-content-2 .drop-img-top,
	.page-template-page-sponsorship-opportunities-psl .right-public-school-img-div .alternate-img-content-2 .drop-img-bottom,
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-1 .drop-img-top,
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-1 .drop-img-bottom,
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-3 .drop-img-top,
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-3 .drop-img-bottom {
		
		display: none;
	}
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .left-img-public-school {
		left: 0;
	}
	
}

@media only screen and (max-width: 1130px) {
	/*upcoming Program*/
	.slick-next {
		right: -27px;
	}
	
	.slick-prev {
		left: -28px;
	}
	
	.page-upcoming-programs-calendar .content-events .week-dates-slider a.arrow-control {
		font-size: 25px;
		padding: 0px 7px !important;
	}
	
	.page-upcoming-programs-calendar .content-events .week-dates-slider a {
		line-height: 22px;
		font-size: 20px;
		padding: 0;
	}
	
	.page-upcoming-programs-calendar .content-events .week-dates-slider a span {
		font-size: 10px;
	}
	
	.page-upcoming-programs-calendar .content-events .week-dates-slider a div {
		margin-left: 1px;
		margin-right: 1px;
		padding: 5px 0;
	}
	
	.page-upcoming-programs-calendar .content-events .week-dates-slider a.active-date div,
	.page-upcoming-programs-calendar .content-events .week-dates-slider a:hover div {
		padding: 10px 0px;
	}
	
	.page-upcoming-programs-calendar .content-events .week-dates-slider {
		min-height: auto;
		left: 39px;
		width: 87.5%;
	}
	.page-template-page-sponsorship-opportunities-psl .right-public-school-img-div .alternate-img-content-2 .drop-img-top,
	.page-template-page-sponsorship-opportunities-psl .right-public-school-img-div .alternate-img-content-2 .drop-img-bottom,
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-1 .drop-img-top,
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-1 .drop-img-bottom,
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-3 .drop-img-top,
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .alternate-img-content-3 .drop-img-bottom {
		
		display: none;
	}
	.page-template-page-sponsorship-opportunities-psl .left-public-school-img-div .left-img-public-school {
		left: 0;
	}
}

@media only screen and (max-width: 537px) {
	
	.home .events-section .events-section-boy {
    
		display: none;
	}
	
	.home .events-section .events-section-graphic {
		
		display: none !important;
	}
	.page-template-page-corporate-sponsorship .corporate-sponsorship-package-heading {
		padding: 11px 0;
		font-size: 19px;
	}
	.page-template-page-corporate-sponsorship .corporate-sponsorship-package-price {
		padding: 18px 0px;
		font-size: 10px;
	}
	.page-template-page-sponsorship-opportunities-psl .psi-first-section p {
		padding-left: 19px;
	}
	.page-template-page-sponsorship-opportunities-psl .common-section-padding h3 {
		padding: 0 5px;
	}
	.page-template-page-sponsorship-opportunities-psl .common-section-padding .cultural-connections-p {
		padding-left: 21px;
	}
	.page-template-page-sponsorship-opportunities-psl .common-section-padding .cultural-connections-p ul li {
		list-style: none;
		margin-left: -13px;
	}
	.page-upcoming-programs-calendar .content-events .week-dates-slider {
		min-height: auto;
		left: 20px;
		width: 83.5%;
	}
}

@media only screen and (max-width: 992px) {
	
	.home .home-header-slider .first-section {
		z-index: 1;
	}
	.home .home-header-slider .slider-heading-one ,
	.home .home-header-slider .slider-heading-two,
	.home .home-header-slider p{
		text-shadow: 1px 1px 6px grey;
	}
	.page-template-page-give span#input_1_10_3_container, 
	.page-template-page-give span#input_1_10_4_container, 
	.page-template-page-give span#input_1_10_5_container {
		width: 100%;
		display: inline-block;
		margin-right: 0;
		padding-right: 0;
	}
	.page-template-page-give li#field_1_11, 
	.page-template-page-give li#field_1_36 {

		margin-top: 0;
		width: 100%;
		display: inline-block;
	
	}
	.page-template-page-give span#input_1_12_2_cardinfo_left {
		width: 100%;
	}
	.page-template-page-give span#input_1_12_2_cardinfo_right {
		width: 100%;
	}
	.page-template-page-give li#field_1_24.dedication-select-box {

		width: 100%;
	
	}
	.page-template-page-give li#field_1_25 {

		width: 100%;
		display: block;
		margin-top: 0;
	
	}
	#input_1_10_1_container {
		margin-bottom: -4px;
		margin-top: 22px !important;
	}
	#input_1_10_3_container {
		margin-bottom: -8px;
	}
	#input_1_10_4_container {
		margin-bottom: -9px;
	}
	#input_1_10_5_container {
		margin-bottom: -11px;
	}
	#input_1_12_1 {
		margin-bottom: 8px;
	}
	#input_1_12_2_month {
		margin-top: 3px;
		margin-bottom: 15px;
	}
	#input_1_12_3 {
		margin-top: 15px !important;
		margin-bottom: 8px;
	}
	.page-template-page-give .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, 
	.page-template-page-give .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {

		width: 100% !important;
	
	}
	.page-template-page-sponsorship-opportunities .benefit-event-page .multi-color-theme-container .single-multi-color-block .package-content .package-content-inner {
		min-height: 145px;
		padding-bottom: 15px;
	}
}
div#monthly-donation {
    display: none;
}

.page-id-61 #monthly-donation {
    display: block;
}

.page-id-2114 .background-blue-violet {
    background: #b01216;
    color: rgb(231, 231, 231);
}

.page-id-2114 .yellow-button
, .page-id-2114 #sidebar-seachbar #seach-input {
  
    background: #FAE087;
}

.page-id-2114 .page-template-custom .general-content-section h2,.page-id-2114 .page-header h1,#donate-button-container h2 {

    color: #C5402D;
}
.page-id-2114 .social-media-connect a {
    background-color: #F9BF41;
    color: #B11116;
}
.page-template-page-audio-tour .grades{ 
    display: block;
    width: fit-content;
    
}
.page-template-page-audio-tour .audio-single{ 
    min-height: 360px;
    margin-bottom: 15px;
    
}
.page-template-page-audio-tour .sub-inner-section .row:nth-of-type(3n+1) .single-event-detail .event-image{
        box-shadow: inset 0 0 0 2000px #5d6ab0b3;
    -webkit-box-shadow: inset 0 0 0 2000px #5d6ab0b3;
}
.page-template-page-audio-tour .sub-inner-section .row:nth-of-type(3n+1) .single-event-detail .event-content .grades{
        background-color: #5D6AB0;
}
.page-template-page-audio-tour .program-category-title {
    margin-bottom: 30px;
}