File: /var/www/html/WPKedushasShabbos/wp-content/themes/kedushas/css/inner-page.css
@import url("../fonts/font.css");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
@media (min-width: 1200px) {
.custom-container-1500 {
max-width: calc(100% - 100px); } }
@media (min-width: 1600px) {
.custom-container-1500 {
max-width: 1500px; } }
.inner-banner-sec {
height: 100vh;
padding: 150px 0;
position: relative;
z-index: 1; }
.inner-banner-sec::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #026fcf 100%);
z-index: -1; }
.inner-banner-sec .banner-media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1; }
.inner-banner-sec .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 99;
background-image: url(../img/overlay.svg);
background-size: cover;
background-position: bottom; }
.inner-banner-sec .container {
display: flex;
align-items: center;
justify-content: center;
height: 100%; }
.inner-banner-sec .container .title-block {
text-align: center;
color: #fff; }
.inner-banner-sec .container .title-block h2 {
font-size: 45px;
margin-bottom: 35px;
font-family: "Cooper Lt BT"; }
@media (max-width: 1679px) {
.inner-banner-sec .container .title-block h2 {
font-size: 40px;
margin-bottom: 30px; } }
@media (max-width: 1481px) {
.inner-banner-sec .container .title-block h2 {
font-size: 36px; } }
@media (max-width: 1199px) {
.inner-banner-sec .container .title-block h2 {
font-size: 32px; } }
@media (max-width: 991px) {
.inner-banner-sec .container .title-block h2 {
font-size: 28px; } }
@media (max-width: 579px) {
.inner-banner-sec .container .title-block h2 {
font-size: 25px; } }
.inner-banner-sec .container .title-block p {
margin: 0 auto;
max-width: 982px;
font-size: 18px;
font-family: "Circular Std Book"; }
@media (max-width: 1679px) {
.inner-banner-sec .container .title-block p {
max-width: 890px;
font-size: 16px; } }
@media (max-width: 991px) {
.inner-banner-sec .container .title-block p {
font-size: 15px; } }
.inner-tab-sec {
position: relative;
z-index: 2; }
.inner-tab-sec .inner-tab-cover {
margin-top: -100px;
background-color: #fff;
padding: 0 40px;
border-radius: 16px 16px 0 0; }
@media (max-width: 1679px) {
.inner-tab-sec .inner-tab-cover {
padding: 0 25px;
margin-top: -78px; } }
@media (max-width: 767px) {
.inner-tab-sec .inner-tab-cover {
padding: 0 15px; } }
.inner-tab-sec .video-tab-cover {
margin-bottom: 25px; }
@media (max-width: 579px) {
.inner-tab-sec .video-tab-cover {
margin-bottom: 0; } }
.inner-tab-sec .video-tab-cover .tabSlider .slick-list {
padding-left: 10px;
padding-right: 10px; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow {
width: 24px;
height: 24px;
border: 1px solid #CDE0F2;
border-radius: 24px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
top: 50%; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow:hover {
background-color: #0096FF; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow:hover:before {
filter: brightness(100); }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow:before {
z-index: 1; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow.slick-prev {
left: -35px;
background: #cae8ff;
border: 1px solid #c1d8ee; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow.slick-prev:hover {
background-color: #0096FF; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow.slick-prev:before {
content: "";
width: 13px;
height: 12px;
background-image: url(../img/chevron-left-blue.svg);
background-repeat: no-repeat;
background-size: contain; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow.slick-next {
right: -35px;
background: #cae8ff;
border: 1px solid #c1d8ee; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow.slick-next:hover {
background-color: #0096FF; }
.inner-tab-sec .video-tab-cover .tabSlider .slick-arrow.slick-next:before {
content: "";
width: 13px;
height: 12px;
background-image: url(../img/chevron-right-blue.svg);
background-repeat: no-repeat;
background-size: contain; }
.inner-tab-sec .video-tab-cover .tab-btn {
display: flex;
align-items: center;
background-color: transparent;
border-bottom: solid 3px transparent;
transition: .3s;
padding: 26px 0;
position: relative;
transition: .3s;
margin-right: 3px;
flex-grow: 1;
font-family: "Circular Std Book";
color: rgba(2, 47, 117, 0.6);
transition: .3s; }
@media (max-width: 1679px) {
.inner-tab-sec .video-tab-cover .tab-btn {
padding: 20px 0; } }
@media (max-width: 580px) {
.inner-tab-sec .video-tab-cover .tab-btn {
justify-content: center; } }
.inner-tab-sec .video-tab-cover .tab-btn:last-child {
margin-right: 0; }
.inner-tab-sec .video-tab-cover .tab-btn::before {
background-color: #0067D0;
content: '';
position: absolute;
left: 0;
display: inline-block;
width: 0;
height: 2px;
border-radius: 3px;
top: 100%;
transition: 0.5s transform ease;
transform: scale3d(0, 1, 1);
transform-origin: 100% 50%;
width: 100%; }
.inner-tab-sec .video-tab-cover .tab-btn:hover, .inner-tab-sec .video-tab-cover .tab-btn.active {
color: #022F75; }
.inner-tab-sec .video-tab-cover .tab-btn:hover::before, .inner-tab-sec .video-tab-cover .tab-btn.active::before {
transform: scale3d(1, 1, 1);
transform-origin: 0 50%; }
.inner-tab-sec .video-tab-cover .tab-btn .icon {
flex-shrink: 0;
margin-right: 15px; }
.inner-tab-sec .video-tab-cover .tab-btn .icon img {
width: 38px;
height: 38px;
border-radius: 50%;
object-fit: cover; }
@media (max-width: 1679px) {
.inner-tab-sec .video-tab-cover .tab-btn .icon img {
width: 35px;
height: 35px; } }
.inner-tab-sec .video-tab-cover .tab-btn .data-label {
font-family: "Circular Std Book";
position: relative;
font-size: 18px;
padding-right: 15px; }
@media (max-width: 1679px) {
.inner-tab-sec .video-tab-cover .tab-btn .data-label {
font-size: 16px; } }
@media (max-width: 350px) {
.inner-tab-sec .video-tab-cover .tab-btn .data-label {
font-size: 14px; } }
.inner-tab-sec .video-tab-cover .right-content-block {
width: 100%; }
.inner-tab-sec .video-tab-cover .left-btn-block {
width: 100%;
border-bottom: 1px solid #E2E2E2;
border-radius: 16px 16px 0 0; }
@media (max-width: 1400px) {
.inner-tab-sec .video-tab-cover .left-btn-block {
padding-left: 20px;
padding-right: 20px; } }
@media (max-width: 767px) {
.inner-tab-sec .video-tab-cover .left-btn-block {
padding-left: 25px;
padding-right: 25px; } }
.inner-tab-sec .video-slider-cover .video-series-slider-lg {
margin-bottom: 15px; }
.inner-tab-sec .video-slider-cover .item-lg-cover {
position: relative;
padding: 1px;
max-height: 740px;
border-radius: 10px;
overflow: hidden;
width: 100%; }
@media (max-width: 1679px) {
.inner-tab-sec .video-slider-cover .item-lg-cover {
max-height: 75vh; } }
@media (max-width: 1481px) {
.inner-tab-sec .video-slider-cover .item-lg-cover {
height: 450px; } }
@media (max-width: 1199px) {
.inner-tab-sec .video-slider-cover .item-lg-cover {
height: 400px; } }
@media (max-width: 991px) {
.inner-tab-sec .video-slider-cover .item-lg-cover {
height: 350px; } }
@media (max-width: 767px) {
.inner-tab-sec .video-slider-cover .item-lg-cover {
height: 250px; } }
.inner-tab-sec .video-slider-cover .item-lg-cover .lg-play-btn {
position: absolute;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background-color: transparent;
border: none; }
@media (max-width: 1679px) {
.inner-tab-sec .video-slider-cover .item-lg-cover .lg-play-btn img {
width: 70px; } }
@media (max-width: 1481px) {
.inner-tab-sec .video-slider-cover .item-lg-cover .lg-play-btn img {
width: 60px; } }
@media (max-width: 1199px) {
.inner-tab-sec .video-slider-cover .item-lg-cover .lg-play-btn img {
width: 50px; } }
.inner-tab-sec .video-slider-cover .item-lg-cover .media-lg {
width: 100%;
max-height: 100%;
height: 100%;
border-radius: 10px;
object-fit: cover; }
@media (max-width: 767px) {
.inner-tab-sec .video-series-slider-thumb {
padding: 0 40px; } }
.inner-tab-sec .video-series-slider-thumb .thumb-item.slick-slide.slick-current .thumb-media-item {
border: 3px solid #109DFF; }
.inner-tab-sec .video-series-slider-thumb .thumb-item {
padding: 0 5px; }
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-cover {
width: 100%;
/* max-height: 205px;
aspect-ratio: 1.645; */
}
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-cover .thumb-media-item {
border-radius: 10px;
width: 100%;
height: 100%;
object-fit: cover;
cursor: pointer; }
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-det {
color: #022F75;
padding-top: 15px; }
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-det h5 {
font-family: "Circular Std Book";
font-size: 24px;
margin-bottom: 5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
@media (max-width: 1679px) {
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-det h5 {
font-size: 21px; } }
@media (max-width: 1481px) {
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-det h5 {
font-size: 18px; } }
@media (max-width: 991px) {
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-det h5 {
font-size: 16px; } }
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-det p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
font-family: "Circular Std Book";
font-size: 14px; }
@media (max-width: 1481px) {
.inner-tab-sec .video-series-slider-thumb .thumb-item .thumb-det p {
font-size: 13px; } }
.inner-tab-sec .video-series-slider-thumb .slick-next, .inner-tab-sec .video-series-slider-thumb .slick-prev {
top: 100px;
z-index: 1;
width: 35px;
height: 64px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #E6F4FF;
border-radius: 6px;
background-position: center;
background-repeat: no-repeat; }
@media (max-width: 1481px) {
.inner-tab-sec .video-series-slider-thumb .slick-next, .inner-tab-sec .video-series-slider-thumb .slick-prev {
top: 72px; } }
@media (max-width: 1199px) {
.inner-tab-sec .video-series-slider-thumb .slick-next, .inner-tab-sec .video-series-slider-thumb .slick-prev {
top: 55px;
width: 30px;
height: 60px;
background-size: 14px; } }
@media (max-width: 991px) {
.inner-tab-sec .video-series-slider-thumb .slick-next, .inner-tab-sec .video-series-slider-thumb .slick-prev {
top: 47px; } }
@media (max-width: 479px) {
.inner-tab-sec .video-series-slider-thumb .slick-next, .inner-tab-sec .video-series-slider-thumb .slick-prev {
top: 38px; } }
.inner-tab-sec .video-series-slider-thumb .slick-next::before, .inner-tab-sec .video-series-slider-thumb .slick-prev::before {
display: none; }
.inner-tab-sec .video-series-slider-thumb .slick-next {
right: -45px;
background-image: url("../img/chevron-right-dark.svg"); }
@media (max-width: 767px) {
.inner-tab-sec .video-series-slider-thumb .slick-next {
right: 0; } }
.inner-tab-sec .video-series-slider-thumb .slick-prev {
left: -45px;
background-image: url("../img/chevron-left-dark.svg"); }
@media (max-width: 767px) {
.inner-tab-sec .video-series-slider-thumb .slick-prev {
left: 0; } }
.inner-tab-sec .tab-data-content {
padding: 50px 30px 10px;
color: #022F75; }
@media (max-width: 1679px) {
.inner-tab-sec .tab-data-content {
padding: 40px 30px 10px; } }
@media (max-width: 1481px) {
.inner-tab-sec .tab-data-content {
padding: 30px 25px 10px; } }
@media (max-width: 991px) {
.inner-tab-sec .tab-data-content {
padding: 25px 0 10px; } }
.inner-tab-sec .tab-data-content .data-title {
margin-bottom: 50px; }
@media (max-width: 1679px) {
.inner-tab-sec .tab-data-content .data-title {
margin-bottom: 40px; } }
@media (max-width: 1481px) {
.inner-tab-sec .tab-data-content .data-title {
margin-bottom: 30px; } }
.inner-tab-sec .tab-data-content .data-title h2 {
font-size: 40px;
font-family: "Cooper Lt BT";
margin-top: 5px;
font-weight: 600;
color: #022F75; }
@media (max-width: 1679px) {
.inner-tab-sec .tab-data-content .data-title h2 {
font-size: 36px; } }
@media (max-width: 1481px) {
.inner-tab-sec .tab-data-content .data-title h2 {
font-size: 32px; } }
@media (max-width: 1199px) {
.inner-tab-sec .tab-data-content .data-title h2 {
font-size: 28px; } }
@media (max-width: 991px) {
.inner-tab-sec .tab-data-content .data-title h2 {
font-size: 24px; } }
.inner-tab-sec .tab-data-content .data-title h6 {
margin-bottom: 20px;
font-size: 23px;
font-family: "Circular Std Book"; }
@media (max-width: 1679px) {
.inner-tab-sec .tab-data-content .data-title h6 {
font-size: 21px; } }
@media (max-width: 1481px) {
.inner-tab-sec .tab-data-content .data-title h6 {
font-size: 19px; } }
@media (max-width: 1199px) {
.inner-tab-sec .tab-data-content .data-title h6 {
font-size: 17px; } }
.inner-tab-sec .tab-data-content .data-title p {
font-size: 18px;
font-family: "Circular Std Book"; }
.enjoy-shabbos {
padding: 100px 0px; }
@media (max-width: 1679px) {
.enjoy-shabbos {
padding: 70px 0px; } }
@media (max-width: 1481px) {
.enjoy-shabbos {
padding: 60px 0px; } }
@media (max-width: 579px) {
.enjoy-shabbos {
padding: 40px 0px; } }
.enjoy-shabbos .inner-sec {
background-color: #0B5497;
padding: 64px 120px;
border-radius: 26px; }
@media (max-width: 1199px) {
.enjoy-shabbos .inner-sec {
padding: 35px 50px; } }
@media (max-width: 767px) {
.enjoy-shabbos .inner-sec {
padding: 20px; } }
@media (max-width: 579px) {
.enjoy-shabbos .inner-sec {
padding: 30px 20px; } }
.enjoy-shabbos .title {
color: #FFFFFF;
font-size: 45px;
font-family: "Cooper Lt BT"; }
@media (max-width: 1679px) {
.enjoy-shabbos .title {
font-size: 40px; } }
@media (max-width: 1481px) {
.enjoy-shabbos .title {
font-size: 36px; } }
@media (max-width: 1199px) {
.enjoy-shabbos .title {
font-size: 32px; } }
@media (max-width: 991px) {
.enjoy-shabbos .title {
font-size: 28px; } }
@media (max-width: 579px) {
.enjoy-shabbos .title {
font-size: 25px; } }
.enjoy-shabbos .inner-content {
letter-spacing: 0px;
color: #FFFFFF;
font-size: 18px;
line-height: 31px;
font-weight: 500;
font-family: "Circular Std Book"; }
@media (max-width: 1679px) {
.enjoy-shabbos .inner-content {
font-size: 15px;
line-height: 28px; } }
.enjoy-shabbos .two-btn {
display: flex;
padding-top: 40px; }
@media (max-width: 991px) {
.enjoy-shabbos .two-btn {
flex-wrap: wrap;
flex-direction: column;
width: 100%; } }
.enjoy-shabbos .two-btn .btn {
justify-content: center;
width: 270px;
height: 83px;
background: #fff;
border-radius: 49px;
font-family: "PF DinText Pro";
letter-spacing: 0px;
color: #0B5497;
font-weight: 500;
font-size: 22px;
display: flex;
align-items: center;
margin-right: 30px; }
@media (max-width: 1679px) {
.enjoy-shabbos .two-btn .btn {
font-size: 20px;
height: 73px; } }
@media (max-width: 1481px) {
.enjoy-shabbos .two-btn .btn {
font-size: 18px;
height: 63px; } }
@media (max-width: 1281px) {
.enjoy-shabbos .two-btn .btn {
font-size: 16px; } }
@media (max-width: 991px) {
.enjoy-shabbos .two-btn .btn {
height: 55px; } }
@media (max-width: 767px) {
.enjoy-shabbos .two-btn .btn {
height: 53px;
width: 230px;
margin-right: 9px; } }
@media (max-width: 660px) {
.enjoy-shabbos .two-btn .btn {
width: 100%;
justify-content: center; } }
@media (max-width: 579px) {
.enjoy-shabbos .two-btn .btn {
height: 60px; } }
.enjoy-shabbos .two-btn .btn.whatsap {
width: 313px; }
@media (max-width: 991px) {
.enjoy-shabbos .two-btn .btn.whatsap {
width: 100%;
margin-right: 0 !important;
margin-bottom: 15px; } }
.enjoy-shabbos .two-btn .btn .ico {
width: 34px;
height: 34px;
border-radius: 30px;
background-color: #0B5497;
margin-right: 21px;
display: flex;
align-items: center;
justify-content: center; }
.enjoy-shabbos .two-btn .btn .ico img {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(26deg) brightness(103%) contrast(102%); }
.enjoy-shabbos .email-input {
display: flex;
align-items: center;
position: relative;
border-radius: 50px;
overflow: hidden;
background: #E0E8EF9E 0% 0% no-repeat padding-box;
border-radius: 49px; }
@media (max-width: 991px) {
.enjoy-shabbos .email-input {
width: 100%; } }
@media (max-width: 660px) {
.enjoy-shabbos .email-input {
width: 100%;
flex-wrap: wrap;
border-radius: 26px; } }
.enjoy-shabbos .email-input .btn.receive-email {
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
background-color: #ffffff;
flex-shrink: 0;
color: #0b5497;
border: none;
height: 100%;
margin-right: 0;
cursor: default !important;
cursor: pointer; }
@media (max-width: 991px) {
.enjoy-shabbos .email-input .btn.receive-email {
height: 55px; } }
@media (max-width: 660px) {
.enjoy-shabbos .email-input .btn.receive-email {
width: 100%;
border-radius: 45px; } }
.enjoy-shabbos .email-input .btn.receive-email .ico {
background-color: transparent; }
.enjoy-shabbos .email-input .btn.receive-email .ico img {
filter: unset; }
.enjoy-shabbos .email-input .form-control {
border: none;
padding: 10px 20px;
font-size: 16px;
color: #0b5497;
outline: none;
background: transparent !important;
width: 420px;
border: none;
box-shadow: none;
font-family: "Circular Std Book";
font-size: 16px; }
@media (max-width: 660px) {
.enjoy-shabbos .email-input .form-control {
width: calc(100% - 60px);
margin: 18px 0; } }
.enjoy-shabbos .email-input .form-control::placeholder {
color: #FFFFFF; }
.enjoy-shabbos .email-input .send-btn {
background-color: #0096FF;
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 50px;
position: absolute;
z-index: 999;
right: 13px;
height: 54px;
width: 54px;
color: #fff; }
@media (max-width: 1679px) {
.enjoy-shabbos .email-input .send-btn {
height: 50px;
width: 50px; } }
@media (max-width: 991px) {
.enjoy-shabbos .email-input .send-btn {
height: 42px;
width: 42px; } }
@media (max-width: 660px) {
.enjoy-shabbos .email-input .send-btn {
height: 50px;
width: 50px;
position: static;
margin-right: 8px; } }
.enjoy-shabbos .email-input .send-btn img {
width: 24px; }
@media (max-width: 1679px) {
.enjoy-shabbos .email-input .send-btn img {
width: 22px; } }
@media (max-width: 991px) {
.enjoy-shabbos .email-input .send-btn img {
width: 18px; } }
.enjoy-shabbos .alert {
width: 90%;
max-width: 100%;
margin: 15px auto 0; }
/*# sourceMappingURL=inner-page.css.map */