/*
Theme Name:   Zox News Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Zox News Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zox-news
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  zox-news-child
*/

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

	*INDEX

	* 00 - Header
	* 01 - Navigation
	* 02 - Body
	* 03 - Home news sectopm
	* 04 - Footer
	* 05 - Sidebar
	* 06 - Forms
	* 07 - archives
	* 08 - @media

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

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

* 00 - Header

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

@font-face {
    font-family: 'proximanova-regular';
    src: url('proximanova-regular-webfont.woff2') format('woff2'),
         url('proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mvp-nav-top-left-in {
    margin-left: 0px;
    display: inline-block;
    width: 46%;
}

.mvp-nav-top-mid {
	text-align: inherit;
}

#mvp-nav-top-wrap, .mvp-nav-top-cont {
    width: 100%;
}

.mvp-nav-top-right-out {
	display: inline-block;
}

.mvp-nav-top-left, .mvp-nav-top-right {
	width: auto;
    position: relative;
    display: inline-block;
}

.mvp-nav-top-right-in {
	width: 100%;
	display: inline-block;
}

.downloadSectionHeader {
	display: inline-block;
	width: 30%;
	/*margin-left: 30px;*/
}

.mvp-nav-top-left-out {
    float: right;
    margin-left: -200px;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

a.mvp-nav-logo-reg img {
    width: 100%;
}

.NewsletterOuterHeader {
    width: 20%;
}

.NewsletterInnerHeader {
    background: #000;
    border: 2px solid #fff;
    border-radius: 8px;
    height: auto;
    display: grid;
    margin: 0 0 0 auto;
    /*padding: 0 15px;*/
    width: fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: -ms-fit-content;
}

.mvp-nav-search-but.fa.fa-search.fa-2.mvp-search-click {
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
}

#mvp-newsletter-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #0072BB;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#mvp-newsletter-wrap {
	-webkit-transition: -webkit-transform 0.25s ease; */
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    /* transition: transform 0.25s ease; */
}

.mvp-newsletter-toggle {
    opacity: 1 !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

.mvp-newsletter-but-wrap {
	position: absolute;
		top: 60px;
		right: 80px;
	width: 60px;
	height: 60px;
	z-index: 99999;
}

#mvp-newsletter-wrap .mvp-newsletter-but-wrap span {
	background: #fff;
	top: 27px;
}

.mvp-fly-but-wrap.mvp-fly-open span:nth-child(2), .mvp-newsletter-but-wrap span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
}

.mvp-fly-but-wrap.mvp-fly-open span:nth-child(3), .mvp-newsletter-but-wrap span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
}

.mvp-newsletter-but-wrap span:nth-child(1), .mvp-newsletter-but-wrap span:nth-child(2) {
    width: 60px;
}

.mvp-fly-but-wrap span, .mvp-newsletter-but-wrap span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 3px;
}

#mvp-newsletter-box {
    margin: -30px 0 0 -25%;
    position: absolute;
    top: 40%;
    display: block;
    left: 0;
    right: 0;
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 99999;
}

.mvp-newsletter-but-wrap.mvp-newsletter-click:hover {
    cursor: pointer;
}

a.mvp-nav-newsletter-but.fa.fa-newsletter.fa-2.mvp-newsletter-click {
	padding: 13px 10px;
    text-align: center;
}

.newsletterInnerTitle {
    margin-bottom: 25px;
}

.newsletterInnerTitle h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}

.newsletterInnerTitle strong {
    font-weight: 500;
}

.newsletterInnerContent {
	margin-bottom: 25px;
}

.newsletterInnerContent p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

input#nlName {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 25px;
    max-width: 577px;
}

input#nlEmail {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 25px;
    max-width: 577px;
}

input#fieldEmail {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 25px;
    max-width: 577px;
}

#newsletterSubmit {	display: block;
	width: 100%;
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 100;}


#newsletterSubmit {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 100;
}

span.subscribeText {
    font-size: 22px;
    font-family: 'proximanova-regular';
    color: #fff;
    text-transform: uppercase;
}

span.newsletterText {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: proximanova-regular;
}

a.mvp-nav-newsletter-but.fa.fa-newsletter.fa-2.mvp-newsletter-click:hover {
	cursor: pointer;
}

.mvp-nav-small .downloadSectionHeader, .mvp-nav-small .NewsletterOuterHeader {
	display: none;
}

.page-id-5 header#mvp-main-head-wrap {
	margin-bottom: 30px;
}

header#mvp-main-head-wrap {
	margin-bottom: 20px;
}

strong.breadcrumb_last {
    color: #0072BB;
    font-weight: 400;
}

.mvp-main-box span span a {
    color: #000;
}

.breadcrumbs {
    margin: 10px 0 30px;
}

.mvp-nav-soc-wrap {
	display: none;
}

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

* 01 - Navigation

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

/*-- menu items  --*/
	#mvp-site-main #mvp-main-nav-bot #menu-jewish-menu-1 .menu-item a {
	    color: #fff;
	    font-size: 23px;
	    text-transform: initial;
	    padding: 18px 22px 18px 0;
        border-bottom: 5px solid transparent;
        font-weight: 400;
	}

	.mvp-nav-menu ul li:hover a {
		border-bottom: 5px solid #fff;
	}
/*-- end menu items  --*/

.mvp-nav-menu ul li:hover a {
    border-bottom: 5px solid #fff;
}

span.mvp-nav-search-but.fa.fa-search.fa-2.mvp-search-click {
    margin-top: 9px;
}

.fa-search:before {
    content: "\f002";
    color: #fff;
}

.catLinkOuter {
    max-width: 420px;
    margin: 0 auto;
}

#mvp-site-main #mvp-main-nav-bot #menu-jewish-menu-1 .mvp-mega-dropdown .catLinkOuter a.catLink {
    width: 100%;
    border: 0;
    border: 1px solid #0072BB;
    padding: 5px 0;
    text-transform: uppercase;
    transition: all 0.5s ease;
    	color: #000;
}

#mvp-site-main #mvp-main-nav-bot #menu-jewish-menu-1 .mvp-mega-dropdown .catLinkOuter a.catLink:hover {
	background: #0072BB;
	color: #fff;
}

.mvp-mega-dropdown .mvp-mega-dropdown {
    padding-bottom: 30px;
}

.mvp-fly-top:hover, .mvp-vid-box-wrap, ul.mvp-soc-mob-list li.mvp-soc-mob-com {
    background: #fff;
}

.mvp-nav-bot-left-out {
	float: left;
}

.mvp-nav-menu ul {
	width: auto;
}

#mvp-search-wrap {
	background: #0072BB;
}
#mvp-main-nav-bot-cont {
    background: #0072BB;
}

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

* 02 - Body

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

body {
	counter-reset: orderList;
}

.mvp-auto-post-grid {
    grid-template-columns: minmax(0, auto) 340px;
}

.mvp-post-soc-in {
	margin-left: 0;
}
.fullLayoutImg {
    background: rgba(0,0,0,0.4);
}
#mvp-content-body-top .eael-data-table thead tr th {
    background: #0072BB;
    font-family: "proximanova-regular", "san-serif";
    font-size: 18px;
    line-height: 25px;
    padding: 20px 1.5%;
}

#mvp-content-body-top .eael-data-table tbody tr:nth-child(odd) {
	background: #CCE3F1;
}

#mvp-content-body-top .eael-data-table tbody tr:nth-child(even) {
	background: #fff;
}

#mvp-content-body-top .eael-data-table tbody tr td {
	background: transparent;
	font-family: "proximanova-regular", "san-serif";
	color: #797977;
	padding: 20px 1.5%;
	font-size: 16px;
}

#mvp-content-main ul li {
 	list-style: none;
 	display: block;
 	position: relative;
}

#mvp-content-main ul li:before {
 	content: "";
    display: block;
    position: absolute;
    border-left: 7px solid #0072BB;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    left: -45px;
    top: 9px;
}

.elementor-inner * {
	color: #000;
}

.eael-data-table thead * {
    color: #fff;
}

.eael-data-table tbody * {
    color: #797977;
}

div#mvp-article-cont h1.mvp-post-title.left.entry-title {
	font-size: 2.5rem;
}

.mvp-author-info-text {
	margin: 0;
}

.mvp-author-info-date p, .mvp-author-info-date span, .mvp-author-info-name p, .mvp-author-info-name span {
	color: #000;
}

.mvp-post-excerpt {
	font-size: 16px;
}

.elementor-text-editor {
    font-size: 14px;
}

.mvp-newsletter-wrap-overlay {
	background: #0072BB;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	mix-blend-mode: color;
}

#mvp-newsletter-wrap {
	background: url('/wp-content/uploads/2020/08/subscribe-overlay.png');
	background-size: cover;
	background-position: top center; 
}

.most-viewed-sidebar ul {
	counter-reset: section;
}

ol {
	counter-reset: alphaNum;
}

ol li {
    list-style: none;
    position: relative;
    /*counter-reset: orderList;*/
}

ol li:before {
	content: counter(orderList) '. ';
	position: absolute;
	counter-increment: orderList;
	left: -45px;
	font-weight: bolder;
}

#mvp-content-main ol li ol {
	margin: 0;
}

#mvp-content-main ol li ol li:first-child {
	padding-top: 0;
}

#mvp-content-main ol li ol li {
    /*list-style: none;
    position: relative;*/
    counter-increment: alphaNum;
}

ol li ol li:before {
	content: counter(alphaNum, lower-alpha) '. ';
	position: absolute;	
	left: -45px;
	font-weight: bolder;
}

h2.elementor-heading-title.elementor-size-default {
    color: #0072BB;
    text-transform: uppercase;
}

h3 {
    font-family: 'proximanova-regular', sans-serif;
}

span.mvp-post-cat {
	transform: skewX(0deg);
}

#mvp-post-head {
    margin-bottom: 51px;
}

#mvp-post-head h3 {
	margin: 0;
    margin-top: 25px;
}

.contactNewsletter #newsletterInnerBlock .newsletterInnerTitle h2 {
    color: #fff;
    font-weight: 300;
}

.contactNewsletter #newsletterInnerBlock .newsletterInnerTitle h2 strong {
	color: #fff;
}

.contactNewsletter div#newsletterInnerBlock {
    z-index: 10;
    position: relative;
}

.contactNewsletter {
    background: #d45b26;
    padding: 10px 30px 30px 30px;
}

.contactNewsletter #newsletterForm input::placeholder {
	color: #000;
}

.contactNewsletter .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2020/08/subscribe-overlay.png);
    z-index: 0;
    mix-blend-mode: overlay;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook, span.a2a_svg.a2a_s__default.a2a_s_twitter, span.a2a_svg.a2a_s__default.a2a_s_email, span.a2a_svg.a2a_s__default.a2a_s_printfriendly, span.a2a_svg.a2a_s__default.a2a_s_whatsapp {
    border-radius: 100%;
    padding: 3px;
    background: #0072BB !important;
    transition: all 0.5s ease;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook:hover, span.a2a_svg.a2a_s__default.a2a_s_twitter:hover, span.a2a_svg.a2a_s__default.a2a_s_email:hover, span.a2a_svg.a2a_s__default.a2a_s_printfriendly:hover, span.a2a_svg.a2a_s__default.a2a_s_whatsapp:hover {
    background: #EC1D23 !important;
    transition: all 0.5s ease;
}

.a2a_default_style a:hover .a2a_svg, .a2a_floating_style a:hover .a2a_svg, .a2a_overlay_style a:hover .a2a_svg svg {
	opacity: 1 !important;
}

.mvp-author-info-text {
	width: 50%;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
	float: right;
}

.mvp-post-tags span a:before {
    color: #ec1d23;
}

#mvp-post-main .mvp-cont-read-wrap span.mvp-comment-but-text {
    /* background: #000; */
    color: #ec1d23;
    border-color: #ec1d23;
}

#mvp-post-main .mvp-cont-read-wrap span.mvp-comment-but-text:hover {
    /* background: #000; */
    color: #fff;
    border-color: #fff;
}

#mvp-post-main .mvp-post-main-in .elementor-image-box-img {
	width: 70%;
}

#mvp-post-main .mvp-post-main-in h3.elementor-image-box-title {
	color: #0072BB;
	text-transform: uppercase;
	margin: 0;
}

#mvp-post-main .mvp-post-main-in p.elementor-image-box-description {
	margin: 0;
}

#mvp-content-main p a {
	color: #0072BB;
	box-shadow: 0 0 0 transparent;
	font-size: 14px;
	text-decoration: underline;
}

#mvp-content-main p a:hover {
	color: #ec1d23;
	background: transparent;
}

.mvp-author-info-wrap {
    margin-bottom: 20px;
}

/*.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a {
    color: #0072BB;
}*/

#mvp-site-main .elementor-widget-tabs .elementor-tab-desktop-title a {
    color: #0072BB;
}

#mvp-site-main .elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: #ec1d23;
}

.elementor-tab-title {
    background: #fff;
}

.elementor-tab-title .elementor-accordion-title {
	color: #fff !important;
}

.fa-minus:before {
    color: #fff;
    font-family: FontAwesome;
}

.fa-plus:before {
 	color: #fff;
    font-family: FontAwesome;   
}

#mvp-feat6-text {
	/*position: relative;*/
}

section#header-publication.mobileDownload {
	display: none;
}

span.mvp-feat-caption {
	text-align: center;
}

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

* 03 - Home news sectopm

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

/**-- Full image pattern --**/

	.fullContent {
		width: 50%; 
		padding: 7vh 25px;
	}

	.fullOverlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		transition: all 0.5s ease;
	}

	.fullContent {
	    position: relative;
	}

	.fullContent h2 {
		font-size: 30px;
		color: #fff;
		line-height: 37px;
		font-weight: bold;
	}

	.fullContent h3 {
		font-size: 16px;
		color: #fff;
		line-height: 23px;
		margin: 15px 0;
		text-transform: uppercase;
		transition: all 0.5s ease;
	}

	.fullContent p {
		font-size: 14px;
		color: #fff;
		line-height: 21px;
		transition: all 0.5s ease;
	}

/**-- End Full image pattern --**/
	
/**-- Left image pattern --**/

	.LayoutLeftImg {
		display: flex;
		width: 100%;
	}

	.leftImg {
		width: 50%; 
		display: flex;
	}

	.rightContent {
		width: 50%; 
		padding: 7vh 25px;
	}
	
	.rightContent h2 {
		font-size: 30px;
		color: #000;
		line-height: 37px;
		font-weight: bold;
	}

	.rightContent h3 {
		font-size: 16px;
		color: #000;
		line-height: 23px;
		margin: 15px 0;
		text-transform: uppercase;
	}

	.rightContent p {
		font-size: 14px;
		color: #000;
		line-height: 21px;
	}

/**-- End Left image pattern --**/

/**-- Right image pattern --**/

	.LayoutRightImg {
		display:flex; 
		width: 100%;
	}

	.leftContent {
		width: 50%; 
		padding: 7vh 25px;
	}

	.rightImg {
		width: 50%; 
		display: flex;
	}
	
	.leftContent h2 {
		font-size: 30px;
		color: #fff;
		line-height: 37px;
		font-weight: bold;
	}

	.leftContent h3 {
		font-size: 16px;
		color: #fff;
		line-height: 23px;
		margin: 15px 0;
		text-transform: uppercase;
		transition: all 0.5s ease;
	}

	.leftContent p {
		font-size: 14px;
		color: #fff;
		line-height: 21px;
		transition: all 0.5s ease;
	}

/**-- End Right image pattern --**/

/**-- Load more --**/

ul.homepage.mvp-blog-story-list.left.relative.infinite-content li:nth-child(-n+3) {
	display: none;
}

/**-- End load more --**/

.latesthomearticles {
    max-width: 21%;
    padding: 0;
    margin: 20px 10px;
    display: inline-flex;
    position: relative;
}

.latesthomearticles a {
	color: #000;
	font-size: 18px;
	font-family: proximanova-regular;
	font-weight: bold;
	line-height: 25px;
}

.homeCenterCatImgs {
    max-height: 172px;
    height: 250px;
    width: 500px;
    background-position: center !important;
    max-width: 172px;
}

#mvp-post-head_cat {
	position: absolute;
	top: 0;
	width: 100%;
}

h3.mvp-post-cat.left.relative {
    position: absolute;
    right: 0;
    float: none;
    pointer-events: none;
}

span.mvp-post-cat.left {
    background: #BE0028;
}

.latesthomearticles #mvp-post-head_cat span.mvp-post-cat {
	background: #EC1D23;
    font-size: 14px;
    width: 100%;
    max-width: 50%;
    text-align: center;
    float: right;
    font-weight: 400;
    text-transform: capitalize;
}

.latesthomearticles a:hover {
    color: #ec1d23;
}

h1.mvp-post-title.left.entry-title {
    text-align: left;
}

a.articleLinks .fullContent h2, a.articleLinks .leftContent h2, a.articleLinks .rightContent h2 {
	transition: all 0.5s ease;
}

a.articleLinks:hover .rightContent h2 {
    color: #EC1D23;
}

a.articleLinks:hover .fullContent h2, a.articleLinks:hover .leftContent h2, a.articleLinks:hover .fullContent h3, a.articleLinks:hover .leftContent h3, a.articleLinks:hover .fullContent p, a.articleLinks:hover .leftContent p {
	color: #e0e0e0;
}

a.articleLinks:hover .fullOverlay {
	    background: rgba(0,0,0,0.7);
}

.mvp-inf-more-but {
	display: none;
}

span.mvp-feat1-pop-head {
	transform: skewX(0deg);
}

span.mvp-feat1-pop-head {
	background: #EC1D23;
	padding: 8px 45px;
}

.mobileLatest {
	display: none;
}

.bottomArticleContent {
    width: 100%;
    max-width: 21%;
    display: inline-block;
    height: 100%;
    margin: 20px 10px;
    border: 0;
    min-height: 290px;
}

.bottomContent {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    transition: all 0.5s ease;
}

.bottomArticleLinks:hover .bottomContent {
	color: #ec1d23;
}

.NewsletterOuterHeader.mobileNewsletter {
	display: none;
}
h4.mvp-widget-home-title {
	margin-bottom: 10px;
}

 .textwidget div {
    display: inline!important;
}
.archives {
    display: block;
    text-align: center;
}
a.archiveBtn {
    display: block;
    padding: 15px;
}
#side-publication .archives a {

    padding: 15px;

}

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

* 04 - Footer

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

.page-id-5 #mvp-foot-wrap {
	display: none;
}

#mvp-foot-wrap {
    background: #0072BB;
    width: 100%;
}

#mvp-foot-bot {
	background: #0072BB;
}

#mvp-foot-copy p {
	color: #fff;
}

#mvp-foot-copy a {
	color: #fff;
	text-decoration: underline;
}

#mvp-foot-wrap #menu-footer-menu li a, #mvp-foot-wrap #menu-second-footer-menu li a {
	color: #fff;
	transition: all 0.5s ease;
}

#mvp-foot-wrap #menu-footer-menu li a:hover, #mvp-foot-wrap #menu-second-footer-menu li a:hover {
	opacity: 0.8;
}

ul.mvp-foot-soc-list li a {
	background-color: #fff;
    color: #0072BB !important;
    padding-top: 20px;
    width: 60px;
    height: 40px;
}

ul.mvp-foot-soc-list .fa-instagram:hover {
    background-size: cover;
    color: #fff !important;
}

ul.mvp-foot-soc-list .fa-twitter:hover {
    background: #00aced;
    color: #fff !important;
}

ul.mvp-foot-soc-list .fa-facebook:hover {
    background: #3b5997;
    color: #fff !important;
}

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

* 05 - Sidebar

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

span.mvp-widget-home-title {
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px 13px;
    position: relative;
    text-transform: uppercase;
    transform: skewX(0);
    z-index: 1;
    width: 100%;
    text-align: left;
    background: #0072BB;
}

ul.mvp-feat1-list-buts li.active span.mvp-feat1-list-but {
	background: #0072BB;
	transform: skewX(0);
}

.most-viewed-sidebar ul li {
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	margin-left: 30px; 
}

.most-viewed-sidebar ul li:first-child {
	padding-top: 0; 
}

.most-viewed-sidebar ul li:before {
	counter-increment: section;
	content: counter(section);
	font-size: 28px;
	color: #afafaf;
	position: absolute;
	left: -40px;
	text-align: right;
	width: 25px;
	line-height: 0;
    top: 50%;
}

h4.mvp-widget-home-title {
	margin-bottom: 10px;
}

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

* 06 - Forms

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

#mvp-post-main .caldera_forms_form input, #mvp-post-main .caldera_forms_form textarea {
    border: 1px solid #0072BB;
    color: #000;
    font-family: proximanova-regular;
}

#mvp-post-main .caldera_forms_form input::placeholder, #mvp-post-main .caldera_forms_form textarea::placeholder {
	color: #000;
	font-family: proximanova-regular;
}

#mvp-post-main .caldera_forms_form .btn.btn-default {
    background: #0072BB;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
	font-weight: bold;
	font-family: proximanova-regular;
}

.intl-tel-input {
	width: 100%;
}

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

* 07 - archives

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

a.downloadItem {
    width: 100%;
    display: inline-block;
}

.archiveDownloadBlock {
    display: grid;
    margin-bottom: 30px;
}

.archiveDownloadImg {
    display: grid;
    margin: 0 auto 15px;
}

.archiveDownloadLink {
    text-align: center;
}

.archiveDownloadLink h4 {
	transition: all 0.5s ease;
}

.downloadItem:hover .archiveDownloadLink h4 {
	color: #ec1d23;
}

section#side-publication {
    background: #EC1D23;
    display: inline-block;
    height: auto;
    padding: 5px 13px;
    width: auto;
}
}
.textwidget div {
    display: inline!important;
}
/**=================================================================================================

* 08 - @media

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

@media screen and (max-width: 1200px) {
	#mvp-site-main #mvp-main-nav-bot #menu-jewish-menu-1 .menu-item a {
	    font-size: 2.8vh;
	}
}

@media screen and (max-width: 1024px) {
	#mvp-site-main #mvp-main-nav-bot #menu-jewish-menu-1 .menu-item a {
	    font-size: 1.2vh;
	}

	span.newsletterText {
		font-size: 14px;
	}

	.headerLinkContent p {
	    font-size: 14px;
	}
}

@media screen and (max-width: 768px) {

	section#header-publication.mobileDownload {
	    width: 100%;
	    position: fixed;
	    z-index: 99;
	    bottom: 41px;
	    border-radius: 0;
	    display: initial;
	    border: 0;
	}

	.headerLinkContent.mobileDownload p, .headerLinkContent.mobileDownload span.headerLE {
	    font-size: 14px;
	}

	.headerImage.mobileDownload img {
	    max-width: 20px;
	}

	a.headerDownloadLink.mobileDownload {
	    align-items: center;
	    display: flex;
	}

	.NewsletterOuterHeader.mobileNewsletter {
		display: flex;
		width: 100%;
	    position: fixed;
	    z-index: 99;
	    bottom: 0;
	    border-radius: 0;
	    display: initial;
	    border: 0;
	}

	.NewsletterInnerHeader.mobileNewsletter {
	    width: 100%;
	    border: 0;
	    border-radius: 0;
	    padding: 0;
	}

	.mobileNewsletter span.subscribeText.mobileNewsletter, .mobileNewsletter .newsletterText {
	    font-size: 14px;
	}

	.mvp-newsletter-but-wrap {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    width: 30px;
	    height: 30px;
	    z-index: 99999;
	}

	.newsletterInnerTitle h2 {
		font-size: 26px;
	}

	.mvp-fly-but-wrap span {
		background: #fff;
	}

	.downloadSectionHeader, .NewsletterOuterHeader {
		display: none;
	}
	
	.mobileLowerModule .downloadSectionHeader, .mobileLowerModule .NewsletterOuterHeader {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	.mvp-fly-but-wrap.mvp-fly-but-click.left.relative {
	    margin: 0 0 0 auto;
	}

	#mvp-fly-wrap {
		width: 100%;
		transform: translate3d(100%,0,0);
	}

	nav.mvp-fly-nav-menu ul li a {
	    color: #000;
	    text-align: center;
	    width: 100%;
	    color: #fff;
	}

	#mvp-main-nav-small .mvp-fly-but-wrap span, #mvp-main-nav-small .mvp-search-but-wrap span, .mvp-nav-top-left .mvp-fly-but-wrap span, #mvp-fly-wrap .mvp-fly-but-wrap span {
		background: #fff;
	}

	div#mvp-newsletter-box {
	    margin: -45% 0 0 10%;
	    width: 75%;
	}

	.mvp-newsletter-but-wrap span:nth-child(1), .mvp-newsletter-but-wrap span:nth-child(2) {
	    width: 30px;
	}

	img.menu-image.menu-image-title-hide {
	    filter: grayscale(1) brightness(5);
	    max-width: 16px;
        margin-top: 6px;
	}

	nav.mvp-fly-nav-menu {
		position: relative !important;
		height: 65%;
		max-height: 55%;
		float: none;
	}

	.navSearch {
	    width: 100%;
	    max-width: 270px;
	    margin: 0 auto;
	    height: 31px;
	    overflow: initial;
	}

	.navSearch #searchform input {
	    font-size: 16px;
	    height: 16px;
	}

	.mobileLowerModule {
	    max-width: 250px;
	    margin: 0 auto;
	}

	section#header-publication {
		margin: 0 auto;
	}

	.NewsletterInnerHeader {
		margin: 0 auto;	
	}

	nav.mvp-fly-nav-menu ul li a {
		font-size: 12px;
	    padding: 10px 0;
	}

	.fullContent {
		width: auto; 
		padding: 5vh 25px;
	}

	.LayoutLeftImg {
	    display: block;
	    width: 100%;
	}

	.leftImg {
	    width: 100%;
	    display: block;
	    height: 250px;
	}

	.rightContent {
		width: auto;
		padding: 5vh 25px;
	}

	.LayoutRightImg {
		display:block; 
		width: 100%;
		/*padding: 25px;*/
	}

	.leftContent {
	    width: auto;
		padding: 5vh 25px;
	}

	.rightImg {
		width: 100%;
	    display: flex;
	    height: 250px;
	    margin-top: 25px;
	}

	.fullContent h2 {
	    font-size: 3vh;
	    line-height: 4vh;
	}

	.fullContent h3 {
	    font-size: 2vh;
	    line-height: 3vh;
	    margin: 10px 0;
	    transition: all 0.5s ease;
	}

	.fullContent p {
	    font-size: 1.5vh;
	    color: #fff;
	    line-height: 2.5vh;
	    transition: all 0.5s ease;
	}

	.rightContent h2 {
		font-size: 3vh;
	    line-height: 4vh;
	}

	.rightContent h3 {
		font-size: 2vh;
	    line-height: 3vh;
	    margin: 10px 0;
	}

	.rightContent p {
		font-size: 1.5vh;
	    line-height: 2.5vh;
	}

	.leftContent h2 {
		font-size: 3vh;
	    line-height: 4vh;
	}

	.leftContent h3 {
		font-size: 2vh;
	    line-height: 3vh;
	    margin: 10px 0;
	    transition: all 0.5s ease;
	}

	.leftContent p {
		font-size: 1.5vh;
	    color: #fff;
	    line-height: 2.5vh;
	    transition: all 0.5s ease;
	}

	.latesthomearticles {
	    max-width: 43%;
	    padding: 0;
	    margin: 20px 10px;
	    display: inline-flex;
	}

	.bottomArticleContent {
		max-width: 43%;
	}

	span.mvp-widget-home-title {
		width: 100%;
	}

	h4.mvp-widget-home-title:before {
		display: none;
	}

	nav.mvp-fly-nav-menu ul li, nav.mvp-fly-nav-menu ul li ul.sub-menu {
		border: 0;
	}

	.mvp-main-box #mvp-feat6-wrap {
		width: auto;
	}

	.mobileLatest {
		display: initial;
	}

}

@media screen and (max-width: 478px) {
	.mvp-main-box #mvp-feat6-wrap {
		width: auto;
	}

	.bottomArticleContent {
		max-width: 43%;
		min-height: 350px;
	}	

	.mvp-nav-top-left-in .mvp-nav-top-mid img {
	    height: auto !important;
	    width: 90%;
	    margin-left: 0;
	}

	.mvp-nav-top-left-out.relative .mvp-nav-top-left-in {
	    margin-left: 0px;
	    display: inline-block;
	    width: 100%;
	    margin-left: 0;
	}

	#mvp-main-nav-wrap #mvp-main-nav-top {
	    padding: 10px 0 !important;
	     height: 55px !important; 
	    z-index: 9999;
	}

	.mvp-nav-top-left-in .mvp-nav-top-wrap, .mvp-nav-top-left-in .mvp-nav-top-mid {
    	height: 55px !important;
	}

	.fullContent p, .rightContent p, .leftContent p {
	    font-size: 2.2vh;
	}
}

.mvp-drop-nav-title h4 {
    color: #fff;
}

.most-viewed-sidebar ul {
    counter-reset: section;
    margin-top: 27px;
}

img.menu-image.menu-image-title-hide {
    filter: brightness(0) invert(1);
}

#mvp-main-nav-bot {

    border-top: 1px solid white;
}

.mvp-nav-menu {
    margin-top: -5px;
}

.fullOverlay {

   background: transparent; 

}

.mvp-blog-story-wrap {
    border-bottom: 2px solid #0072BB;
    padding-bottom: 20px;
}

.bottomContent h3 {
    max-height: 102px;
    overflow: hidden;
}

.fullOverlay {

    height: 95%;

}


.mvp-author-info-thumb.left.relative {
    display: none;
}

#mvp-post-add-box h3.mvp-post-cat.left.relative {
    display: none;
}

@media screen and (max-width: 768px){
.fullContent {
    FONT-WEIGHT: 200;
    width: auto;
    padding: 5vh 25px;
    background: rgb(128,128,128);
    opacity: 0.9;
  
	}}

.headerImage {
	display:block;

}
@media screen and (min-width: 768px){
.headerImage {
    display: inline-block;
	}}

.fontForce{
/*font-family: 'PT Serif' !important;*/
}
.ui-widget-header {

    background: #0072BB;
}
.ui-widget.ui-widget-content {
    border: none;
}
section#tabbed-widgets-2 {
    margin-top: -8px;
}
.textwidget p, .textwidget div {
    float: none;

}
.elementor-tabs .downloadItem {
    width: 25% !important; 
}

.page-id-19314 a.downloadItem {
    width: 25% !important; 
}.downloadSectionHeader a.downloadItem {
    width: 100% !important;
}