/*!
Theme Name: Shalom
Theme URI: https://them.es/starter
Author: Gogodigital S.r.l.s.
Author URI: https://gogodigital.it/
Description: 
Version: 3.4.1
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: shalom
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;800&family=Passion+One&display=swap');

@font-face {
	font-display: swap;
	font-family: "Arvo Regular";
	src: url('assets/fonts/Arvo-Regular.ttf') format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Montserrat Black";
	src: url('assets/fonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Montserrat Medium";
	src: url('assets/fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
	font-display: swap;
	font-family: "Montserrat Semi-Bold";
	src: url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
	font-display: swap;
	font-family: "Montserrat Bold";
	src: url('assets/fonts/Montserrat-Bold.ttf') format('truetype');
}


@font-face {
	font-display: swap;
	font-family: "Montserrat Regular";
	src: url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
}

:root {
	--bs-body-font-family: 'Montserrat', sans-serif;
}
body {
	font-family: 'Montserrat Regular', sans-serif;
	font-weight: 500;
}
p {
	font-weight: 500;
}
.entry-content p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Passion One', 'Noto';
    font-weight: normal;
	letter-spacing: 0.5px;
}
.entry-content {
	color: #000;
}
.entry-content div div div {
	margin-bottom: 10px;
}
.entry-content b, .entry-content strong {
	font-family: 'Montserrat bold'!important;
}
.entry-content .MsoNormal {
    font-family: 'Montserrat regular'!important;
    font-weight: 500;
    margin: 5px 0px;
    color: inherit!important;
    font-size: inherit!important;
}
.fs40 {
	font-size: 40px;
}
.z100, .z-100 {
	z-index: 1021;
}
.gradientblack:after {
	content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 15%, transparent 50%, transparent 100%);
    position: absolute;
    left: 0px;
    z-index: 0;
}
.single .text-excerpt {
    font-family: 'Passion One', 'Noto';
    font-weight: normal;
    font-size: 26px;
    color: rgb(108,108,108);
    line-height: 28px;
}
.bg-dark {
	background-color:#004070!important;
}
.bg-darkblue {
	background-color: #671615!important;
}

.pl-0 {
	padding-left: 0;
}
.grecaptcha-badge {
	display: none!important;
}
.gallery-columns-3  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.gallery-columns-3 .gallery-caption {
  margin: 10px auto;	
}



.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	max-width: 1280px;
}

.max-3-line {
    display: -webkit-box;
    height: 3.4em; /* Fallback for non-webkit, line-height * 2 */
    line-height: 1.2em;
    -webkit-line-clamp: 3; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-white, .text-white h3.widget-title {
	color: #fff;
}
.wmax1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.m40 {
	margin-top: 40px;
}
.small {
	font-size: 10px;
    letter-spacing: 0.2px;
}
.linkb {
	color: rgb(36,84,124);
}
.linkbb {
    background-color: rgb(0,61,108);
    font-size: 13px;
    color: #fff;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
}
.mxw600 {
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
}
.menu_overflow {
	display: none;
}
.openmenu_extra {
    padding-top: 17px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.aligncenter {
    clear: both;
    margin: 0 auto;
    display: block;
}
p#breadcrumbs {
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: auto;
    margin-right: auto;
}
.nav-author-link {
	font-weight: 600;
}
.iscriviti span {
    text-transform: uppercase;
    font-size: 40px;
    display: block;
    position: relative;
    clear: both;
    letter-spacing: 4px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: #004070;
}
.max-4-line {
    display: -webkit-box;
    line-height: 1.2em;
    -webkit-line-clamp: 4; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrap_text {
	min-height: 230px;
}
.single .post-thumbnail img {
	/* width: 100%; */
	/* max-height: 500px; */
	object-fit: cover;
	object-position: top;
	margin: 0 auto;
	display: block;
}
.nav-link:hover, .nav-link:focus {
	color: #003d6c!important;
	text-decoration: underline;
}

.navbar-top {
    background-color: #003d6c;
    height: 72px;
    overflow: visible;
    line-height: 70px;
}
.visible {
	visibility: visible;
	opacity: 1!important;
}

.top-news {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-top .me-3 {
	padding-right: 15px;
}
.navbar-top .tns-item a.btn-link {
	color: #FFF!important;
	text-decoration: none;
}

.navbar-top .tns-item a.btn-link:hover {
	color: #FFF!important;
	text-decoration: underline;
}

.navbar-top .header-date i {
	color: #246da6;
	font-size: 16px;
}

.navbar-top .header-date i.bi.bi-search {
	color: #FFF!important;
	font-size: 14px;
}

.navbar-top .header-date .date-top {
	color: #FFF!important;
	font-size: 14px;
}
.h100 {
	height: 100%;
}
.h100 img {
	object-fit: cover;
}
 .social-menu, footer .footer-social-menu {
	display: flex;
	list-style-type: none;
	padding-left: 0;
}

footer .footer-social-menu {
	padding-left: 0!important;
}
.social-menu i.social {
    color: #003d6c;
    background-color: #fff;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
    border-radius: 50%;
}
 footer .footer-social-menu i.social {
	color: #fff;
	background-color: #003d6c;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 15px;
	margin-right: 10px;
	transition: all 0.2s ease-in-out;
	display: flex;
	justify-content: center;
}
.smallest-news.onsidebar img {
		min-height: 110px;
		object-fit: cover;
}
#offcanvasTopLabel {
	font-size: 35px;
	color: #fff;
}
.offcanvas.offcanvas-top {
	padding: 100px 0px;
	color: #fff;
	height: fit-content;
	background: linear-gradient(0deg, rgba(0,61,108,1) 0%, rgba(1,91,161,1) 50%, rgba(0,61,108,1) 100%);
}
.offcanvas ul li a {
	color: #000;
	font-family: 'Montserrat semi-bold';
}
.offcanvas ul {
	list-style-type: none;
	padding: 0;
	margin: 30px 0px;
}

footer .footer-social-menu i.social {
	color: #003d6c;
	background-color: #fff;
	margin-right: 25px;
	width: 36px;
    height: 35px;
	font-size: 19px;
}

.navbar-center .social-menu i:before, footer .footer-social-menu i:before {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-weight: 400;
}

.social-menu a {
	text-decoration: none;
}

.navbar-center .btn {
	background-color: #003d6c;
	border-color: #003d6c;
	border-radius: 12px;
	padding: 6px 24px;
}

.navbar-center .btn a:hover {
	text-decoration: underline;
}

div.navbar-collapse#navbarCollapse {
	border-top: 1px solid #cecece;
}
.stretched-link::after {
	display: none!important;
}
.navbar-nav .nav-link {
	line-height: 65px;
}
.fbold {
	font-weight: 700;
}
input.transparent {
    background-color: transparent !important;
    border-width: 0 0 1px 0 !important;
    border-color: #cbcbcb;
    border-radius: 0;
    text-align: left;
    color: #ffffff!important;
}
.fit-content {
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 7px 25px;
    text-transform: uppercase;
    border-radius: 0;
}
.navbar-dark {
	background: linear-gradient(0deg, #ededed, transparent);
}
h3#reply-title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
ol.commentlist {
    list-style-type: none;
    padding-left: 10px;
    margin-top: 30px;
}
.bg-grey {
    background: #cfeaff!important;
    border-bottom-color: #fff!important;
}
.emailed-form  {
    padding-bottom: 20px;
    padding-top: 25px;
}
.bg-azzurr {
	background: rgb(152, 182, 205);
}
.pr-2 {
	padding-right: 2rem;
}
.navbar-collapse a {
	color: #000;
	font-weight: bold!important;
}
ul#menu-main-menu {
	text-align: center;
    justify-content: space-evenly;
    width: 100%;
	flex-wrap: wrap;
}
article {
    z-index: 1;
    position: relative;
}
.max120 {
	max-height: 120px;
	width: 100%;
	object-fit: cover;
}
.fs-12 {
	font-size: 12px;
}
.sub-header {
	margin-bottom: 15px;
	margin-top: -20px;
    width: 100%;
	padding: 0;
	background: #fff;
}
.bi-text-left.flip {
    height: 25px;
    display: block;
    overflow: hidden;
}
.sub-header-banner {
	margin-bottom: 15px;
	padding: 0;
}
#sb_instagram #sbi_load {
	margin-top: 30px;;
}
.big-news {
	border-bottom: 1px solid #cecece;
	margin-bottom: 35px;
	z-index: 1;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.navbar-sticky-on .openmenu_extra {
    padding-top: 10px;
}

.big-news .bigger-news {
	min-height: 540px;
	margin-bottom: 18px;
}

.big-news .bigger-news .w-100 {
	padding: 0 35px 35px 35px;
}

.big-news .smaller-news .smaller-news-item  {
	min-height: 175px;
	margin-bottom: 18px;
}

.big-news .smaller-news .w-100  {
	padding: 0 15px;
}
.bbc-white {
	border-bottom-color: #fff!important;
}
.big-news .smaller-news .text-white {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
}
.big-news .smaller-news .text-white.max-3-line {
	height: 3em;
}
.big-news .smaller-news .nav-author-link  {
	margin-bottom: 8px;
}
section.banner-sub-big-news {
	padding-bottom: 0;
	padding-top: 0;
}
.category-background {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
	text-align: center;
	width: 190px;
}

section.small-news {
	border-bottom: 1px solid #cecece;
	padding-top: 0;
	margin-bottom: 35px;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 1.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    padding-bottom: 5px;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.8em;
}
  blockquote p {
	display: inline;
  }
section.small-news h4 {
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
.nav-author-link .btn-link:hover {
	background: none;
}
section.small-news .news-category {
	margin-bottom: 25px;
}
section.small-news .news-except {
    line-height: 20px;
    min-height: 105px;
    margin-top: 12px;
    font-weight: 500;
}

section.small-news .news-image {
	margin-top: 25px;
}

section.small-news .nav-author-link , section.small-news .nav-author-link a, .text-black {
	color: #000!important;
}
ul.type-none {
	list-style-type: none;
}

section.smallest-news {
	padding-top: 25px;
}

section.smallest-news h5 {
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 15px;
}
#carouselmiddle  .tns-nav [data-nav]:after {
	background-color: #fff;
}
#carouselmiddle .tns-nav {
    position: relative;
    top: -40px;
    z-index: 1000;
    color: #fff;
    left: 24%;
}
#carouselmiddle .tiny-slider-inner, 
#carouselmiddle .tns-inner, #carouselmiddle .tns-outer, 
#carouselmiddle .tns-ovh {
	height: 100%;
}
#carouselmiddle .h100 img {
    object-fit: cover;
    object-position: right;
}
section.smallest-news h5.max-4-line {
	height: 4.8em;
}

section.slider-news h6 {
	font-size: 18px;
}

section.slider-news .latest-news {
	padding-left: 25px;
	padding-right: 25px;
}

section.slider-news .latest-news-item {
	border-bottom: 1px solid #FFF;
	padding-bottom: 25px;
	padding-top: 25px;
}

footer .pb-4 {
	padding-bottom: 0!important;
}

.footer-1, .footer-2, .footer-3, .footer-4 {
	color: #FFF;
}

.footer-1 a, .footer-2 a, .footer-3 a, .footer-4 a {
	color: #FFF!important;
}
.offcanvas-header .btn-close {
	margin-top: 20px;
}
.posted_date {
	margin-bottom: 5px;
}
.footer-1 div {
	font-size: 14px;
	margin-bottom: 25px;
}
#sidebar .widget_media_image img {
	margin: 0 auto;
	display: block;
	text-align: center;
}
#sidebar .widget_media_image a {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
}

.footer-1 div.copyright {
	color: #67b8f5;
	font-size: 11px;
}

.footer-2 ul li , .footer-3 ul li {
	list-style: none;
	margin-bottom: 6px;
}

.footer-2 a, .footer-3 a {
    color: #67b8f5!important;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
}
.footer-3 #menu-footer-menu-4 a {
	color: #fff !important;
}
.bg_azzur {
	background-color: #1182ea;
	color: #fff;
	margin-top: -50px;
}
.offcanvas-top .wpcf7-not-valid-tip {
    color: #faf288;
}
.archive .category-background {
	width: 165px;
}
.archive .row.single img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.theme-btn, .theme-btn:hover {
	background-color: #333333;
}
.bi-text-left {
    height: 25px;
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 10px;
    border: 0;
	color:  #fff;
}
.footer-4 h5 {
	color: #67b8f5;
	font-size: 14px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: 'Montserrat Bold';
}
.mn10 {
	margin-top: -10px;
}
.footer-4 .widget {
	margin-bottom: 35px;
}
.middlebanner .widget_text {
    margin-left: 50px;
    margin-right: 50px;
}
.middlebanner .widget:first-child {
	min-width: 50%;
}
.wp-pagenavi  {
	margin-top: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 3px 10px;
    margin: 20px 6px;
}
.middlebanner h3.widget-title {
    font-size: 40px;
    line-height: 40px;
    padding-top: 20px;
}
#subheaderc {
	display: none;
}
.navbar-top .arrow-xs .tns-controls [data-controls] {
    width: 45px;
    height: 100%;
    line-height: 25px;
    font-size: 15px;
    margin: 0;
    border-radius: 0;
	color: #0355a1;
    text-align: center;
    border: 0;
}
.navbar-top .arrow-xs .tns-controls [data-controls="prev"] 
{
    border: 1px solid;
    margin-right: 10px;
}
.navbar-top .arrow-xs .tns-controls [data-controls="next"] 
{
	border-right: 1px solid;
}
.fullwidth {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
	font-family: 'Montserrat bold';
	text-transform: uppercase;
  }
  .navbar-top .btn-light {
	color: #003d6c;
  }
  .footer-3 ul#menu-footer-menu-3 a {
	color: #fff!important;
  }
  .entry-content figure {
	  max-width: 100%;
  }
.entry-content figure.aligncenter {
	margin: 20px auto;
	display: block;
	position: relative;
}
.entry-content {
	font-size: 17px;
}
.modal_youtube {
	cursor: pointer;
}
#videoModal {
	background: hsl(0deg 0% 0% / 50%);
}
#videoModal .modal-fullscreen {
	width: 90vw;
	max-width: none;
	height: 100%;
	margin: 0 auto;
	background: transparent;
}
#videoModal
.modal-fullscreen .modal-header {
	max-width: 81vw;
}

@media  (min-width: 1500px) {
	.fullwidth div.instagram {
		margin-bottom: 40px;
	}
	#sb_instagram {
		height: fit-content!important;
		margin-bottom: 40px;
	}
}
@media (min-width: 992px)
{
	.w50 {
		max-width: 50%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0px;
		padding-right: 45px;
	}
}

@media (max-width: 992px)
{
	.news-image a { width: 100%;     display: block;
		position: relative; }
	.news-image a img {
		width: 100%;
	}
	#videoModal div {
		width: 100%!important;
		max-width: 100%!important;
	}
	.btn-link:hover {
		background: none!important;
	}
	.card-fold:after { display: none; }
	#shalom_channel .col-lg-7 i.fs-1 {
		font-size: 50px!important;
	}
	#wrapper {overflow: hidden; }
	footer .footer-social-menu i.social {
		margin-right: 15px;
	}
	#tns1-mw .carousel-caption {
		position: absolute;
		right: 0;
		left: 0;
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}
	.header-logo {
		width: 80%;
	}
	.big-news {
		padding-top: 0rem;
	}

	.navbar-toggler {
		margin-top: -60px;
		right: 10px;
		display: block;
		position: absolute;
	}
	.navbar-sticky-on .navbar-toggler {
		margin-top: 0px;
		right: inherit;
		position: relative;
	}
	iframe {
		max-width: 100%!important;
	}
	.fs40 {
		font-size: 30px;
	}
	.single .author-meta {
		margin-bottom: 25px;
		display: inline-block;
	}
	.single .smallest._cndv.linkb {
		text-align: left;
		font-size: 9px;
		font-weight: bold;
	}
	p#breadcrumbs {
		width: auto;
		margin-top: 10px;
	}
	.offcanvas.offcanvas-start {
		z-index: 10001;
	}
	section.smallest-news h5.max-4-line {
		height: auto;
		min-height: auto;
	}
	.bannertop {
		padding: 40px;
	}
	header {
		z-index: 1022;
	}
	.navbar-top .header-date .date-top {
		color: #003d6c!important;
	}
	.big-news .bigger-news .w-100 {
		padding: 0 35px 35px 0px;
	}
	.col-md-3.smaller-news {
		padding: 0;
	}
	section.small-news .news-except {
		min-height: auto;
	}
	.max-4-line, .wrap_text {
		height: auto;
		min-height: auto;
	}
	.astm-search-menu-wrapper {
		margin-top: 28px;
		margin-right: 10px;
	}
	.is-menu-wrapper .is-menu form {
		right: 30px;
		top: 175%;
	}
	.is-menu.is-dropdown .search-close {
		top: calc(100% + 25px);
		right: 0px;
	}
	.header-social {
		margin-top: 25px;
	}
	.middlebanner .widget_text {
		margin-left: 0px;
		padding: 30px;
	}
	.m-sx-30 {
		padding: 0;
		margin: 30px 0;
	}
	section.slider-news h6 {
		font-size: 18px;
		padding-top: 10px;
		padding-left: 20px;
		height: auto;
	}
}
@media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
	.plyr__control {
		display:none!important;
	}
}
 
.postid-79190 .entry-content {line-height:35px;}


@media (max-width: 767px)
	{
	.big-news .bigger-news {
		min-height: 45vh;
	}
}

@media (min-width: 767px)
	{
		section.small-news h4 {
			height: 55px;
		}
		section.small-news .news-image img {
			height: 200px;
			object-fit: cover;
		}
}

