div#comments {
    display: none !important;
}
.display-posts-listing .latest.listing-item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.display-posts-listing .latest.listing-item .image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
}

.rtl .news-content .display-posts-listing .vc_col-md-4 {
    float: right !important;
}

.display-posts-listing .latest.listing-item .post-details {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
    padding: 5px 20px;
}

.display-posts-listing .latest.listing-item .post-title a {
    font-family: "Dubai Medium";
    font-size: 18px;
    line-height: 24px;
    color: #222;
    text-decoration: none;
}

.display-posts-listing .latest.listing-item .date {
font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #333;
}

.display-posts-listing .latest.listing-item .post-title {  
    min-height:60px;
}

.display-posts-listing.featured-wrapper .featured.listing-item .image-box {
    min-height:400px;
    outline: 250px solid #00000075;
    outline-offset: -250px;
}

.display-posts-listing.featured-wrapper {
    display: flex;
    justify-content: space-between;
}

.display-posts-listing.featured-wrapper .featured.posts-container.listing-item {
    width: 32.5%;   
}

.display-posts-listing.featured-wrapper .featured.posts-container.listing-item .overlay-content {
    position: absolute;
    bottom:0;
    width: 100%;
    padding: 0 10%;
}

.display-posts-listing.featured-wrapper .featured.posts-container.listing-item .overlay-content .post-category {
    width: 80px;
    text-align: center;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto 15px;
    padding: 0 15px;
}

.display-posts-listing.featured-wrapper .featured.posts-container.listing-item .overlay-content .post-date {
    background-color: transparent;
    position: relative;
    padding: 15px;
    bottom: auto;
    left: auto;
}

.display-posts-listing.featured-wrapper .featured.posts-container.listing-item .overlay-content .post-date .date {
    font-family: "Dubai Regular";
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
	background:rgba(0,0,0,0.01);
}

.display-posts-listing.featured-wrapper .featured.posts-container.listing-item .post-title a { 
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
	background:rgba(0,0,0,0.01);
}

.post-content-display .display-posts-listing, .page-template-news .display-posts-listing {
    padding-right: 0; 
}

.post-content-display .news-sidebar, .page-template-news .news-sidebar { 
    width:33.3%;    
    display:inline-block;
    padding-right: 5%;
}

.post-content-display .news-content, .page-template-news .news-content { 
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.post-content-display .news-wrapper, .page-template-news .news-wrapper {
    display: flex;
    justify-content: space-between;
}

.post-content-display .news-sidebar .display-posts-listing .latest.listing-item, .page-template-news .news-sidebar .display-posts-listing .latest.listing-item {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    padding-left:20px;
}

.post-content-display .news-sidebar h3, .page-template-news .news-sidebar h3 {  
    font-family: "Dubai-Bold";
    font-size: 24px;
    line-height:28px;
    color: #B81F40;
    text-transform: uppercase;
    margin-top:30px;
}

.post-content-display .posts-socials, .news-sidebar .posts-socials {
    margin-bottom: 40px;
}

.post-content-display .social-row i, .posts-socials .social-row i {
    font-size: 24px;
    height: 65px;
    width: 65px;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    margin-right: 20px;
    background-color: #F1F1F1;
    border-radius: 50px;
    color:#000;
    transition: all 0.5s ease;
}

.post-content-display .social-row a:hover i, .posts-socials .social-row a:hover i {
    color: #FFCE7A;
}

.post-content-display .featured-videos hr, .news-sidebar .featured-videos hr { 
    margin: 60px 0;
}

/* .page-template-news .news-content .posts-container.listing-item:first-child .image-box {
    min-height: 500px;
} */

/* .page-template-news .news-content .posts-container.listing-item:nth-child(2) {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.page-template-news .news-content .posts-container.listing-item:nth-child(3) {
    width: 49%;
    display: inline-block;
    vertical-align: top;
} */

/* .page-template-news .news-content .posts-container.listing-item:nth-child(2) .image-box, .page-template-news .news-content .posts-container.listing-item:nth-child(3) .image-box {
    min-height: 260px;
} */

/* .page-template-news .news-content .posts-container.listing-item:not(:first-child) .post-date {
    left:0;
} */

/* .page-template-news .news-content .posts-container.listing-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .image-box {
    min-height: 350px;
}

.page-template-news .display-posts-listing .content-box {
    padding: 30px 0;
    width: 100%;
}

.page-template-news .news-content .posts-container.listing-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .image-box {
    width: 50%;
    float: left;
}

.page-template-news .news-content .posts-container.listing-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .content-box {
    width: 47%;
    float: right;
}

.page-template-news .news-content .posts-container.listing-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
} */

.page-template-news .news-subscribe img { 
    box-shadow: #00000060 0px 0px 20px; 
}

.page-template-news .news-subscribe .vc_col-sm-6 {
    border: 6px solid #B81F40;
    box-sizing: border-box;
}

.page-template-news .news-subscribe .vc_col-sm-6:first-child {
    border-right: 3px solid #B81F40;
}

.page-template-news .news-subscribe .vc_col-sm-6:first-child > .vc_column-inner {
    background-image: url(/wp-content/uploads/2020/03/Line-1.png);
}

.page-template-news .news-subscribe .vc_col-sm-6:last-child {
    border-left: 3px solid #B81F40;
    padding: 1% 2%;
}

.page-template-news .news-subscribe h3 {
    color: #F8B26A;
    font-family: "Dubai Regular";
    font-size:20px;
    line-height:21px;
    text-align:center;
}

.page-template-news .news-subscribe h2 {
    font-family: "Dubai-Bold";
    font-size: 39px;
    line-height: 45px;
    text-align:center;
    color:#242627;
}

.page-template-news .news-subscribe .wpcf7-form-control, .page-template-news .news-subscribe .wpcf7-form-control::placeholder {
    background-color: #F5F1EE;
    border: none;
    text-align: center;
    font-family: "Dubai Light";
    font-size: 22px;
    line-height: 33px;
}

.page-template-news .news-subscribe button.wpcf7-submit {
    transition: all 0.2s linear;
    background-color: #FFCE7A;
    border-radius: 0;
    font-size: 21px;
    font-family: "Dubai-Bold";
    line-height: 30px;
    color: #222222;
    border: 1px solid #ffce7A;
    padding-left: 30px;
    padding-right: 30px;
    margin: 20px auto 0;
    display: block;
    overflow: hidden;
}

.page-template-news .news-subscribe button.wpcf7-submit svg {
    fill: transparent;
    stroke: #222;
    margin-left: 10px;
    transition: all 0.2s linear;
}

.page-template-news .news-subscribe button.wpcf7-submit:hover {
    padding-right: 20px;
    color: #fff;
    background-color: #222;
}

.page-template-news .news-subscribe button.wpcf7-submit:hover svg {
    stroke: #fff;
    margin-left: 20px;
}

.page-template-news .news-subscribe p, .page-template-news .news-subscribe .wpb_text_column { 
    margin-bottom: 0;
}

.page-template-news .news-subscribe div.wpcf7 .ajax-loader {
    display:none;    
}

.page-template-news .news-subscribe.vc_row { margin: 40px 0 80px 0; }

.page-template-news a.page-numbers, .page-template-news .page-numbers:not(.dots) { 
    background-color: #F5F1EE;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 47.5px;
    text-align: center;
    border-radius: 50px;
    color: #222222;
    font-family: "Dubai-Bold";
    font-size: 16px;
    text-decoration: none;
    margin-left:35px;
    transition: all 0.5s linear;
}

.page-template-news a.page-numbers:before,  .page-template-news .page-numbers:not(.dots):before {
    position: absolute;
    display: block;
    content: '';
    border: 1px solid #E7E7E7;
    border-radius: 55px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity:0;
    transition: all 0.5s linear;
}

.page-template-news a.page-numbers:before {
    height: 45px;
    width: 45px;
    margin-left: 0px;
    margin-top: 0px;
}

.page-template-news .page-numbers.current:before, .page-template-news a.page-numbers:hover:before {
    opacity:1;
    margin-left: -10px;
    margin-top: -10px;
    height: 65px;
    width: 65px;
}

.page-template-news a.page-numbers:hover, .page-template-news .current.page-numbers {
    background-color: #800823;
    color: #fff;
}

.page-template-news .prev.page-numbers, .page-template-news .next.page-numbers {  
    display: none;   
}

.page-template-news .page-numbers.dots {
    margin-left: 35px;
}

.page-template-news .display-posts-pagination {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 0px;
    float: right;
	clear: both;
}

.post-content-display .tag-links a, .page-template-news .tag-links a {
    overflow: hidden;
    padding: 5px 10px;
    text-decoration: none;
    color: #222;
    display: flex;
    justify-content: space-between;
}

.post-content-display .tag-links a:hover, .post-content-display .tag-links a.active, .page-template-news .tag-links a:hover, .page-template-news .tag-links a.active {
    background-color: #F5F1EE;
    cursor: pointer;
}

.post-content-display .tag-links a .count, .page-template-news .tag-links a .count {
    color: #333;
}

#gallerytabs .ui-tabs-panel {
    padding: 0;
}

.flex-gallery-wrapper {     
    display: flex;
    flex-wrap: wrap;
    width: 100%; 
    justify-content: space-between;
}
.flex-gallery-wrapper a {
    max-height: 200px;
    width: 33%;
    margin: 0 0px 6px 0;
    overflow: hidden;
}

#gallerytabs .video-gallery .video-container { 
    width: 49%;
}

#gallerytabs .video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gallerytabs .tab-content.videos {
    display: none;
}

#gallerytabs .gallery img {
    border: 0;
}

.page-template-news #publication .listing-item {
    background: #F5F1EE;
}

.page-template-news #publication .listing-item .title {
    font-family: "Dubai-Bold";
    font-size: 24px;
    line-height: 28px;
    color: #222;
    text-decoration: none;
    padding: 30px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.page-template-news #publication .listing-item .title:after {
    content: url(/wp-content/uploads/2020/02/news-archive-arrow.svg);
    right: 30px;
    position: absolute;
    transition: all 0.3s linear;
}

.page-template-news #publication .listing-item .title:hover:after {
    right: 20px;
}

.display-posts-listing#three-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left:4%;
    padding-right:4%;
}

.display-posts-listing#three-post .posts-container.listing-item {
    width: 25%;
}

.display-posts-listing#three-post .posts-container.listing-item .image-box {
    min-height: 260px;
}

.display-posts-listing#three-post .posts-container.listing-item .image-box .post-date {
    left: 0;
    background-color: #d0396e;
}

.display-posts-listing#three-post .posts-container.listing-item .image-box .post-category {
    display:none;
}

.news-list .wpb_wrapper h2 { 
    border-bottom: 1px;
    border-style: solid;
    border-right: 0;
    border-left: 0;
    border-top: 60px;
    border-image: linear-gradient(to right, #fff 33%, #d0396e 33%) 1;
}

.news-list .display-posts-listing {
    padding-top: 5%;
    border-bottom: 0px;
    border-right: 1px solid;
    border-left: 0;
    border-top: 60px;
    border-image: linear-gradient(to top, #fff 60%, #d0396e 60%) 1;
}

.display-posts-listing#three-post .content-box { 
    width: 100%;
}

.post-content-display .news-content h2 {
      font-family: "Dubai-Bold";  
      font-size:28px;
      line-height:38px;
      color:#222222;
      margin-top:35px;
}

.post-content-display .news-content img.wp-post-image {
    width: auto;
    margin-bottom: 35px;
    max-width: 100%;
    margin: 0 auto 30px;
    display: block;
}

.post-content-display .news-content p {
    font-size: 20px;
    line-height: 32px;
    color: #222;
}

.post-content-display .related {
    margin-left: 0;
    margin-right:0;
    padding: 5px 5%;
    background-color: #F5F1EE;
    margin-bottom:100px;
}

.post-content-display .related h3, .post-content-display #comments h3, .post-content-display h3#reply-title {  
    font-family: "Dubai-Bold";
    font-size: 24px;
    line-height:28px;
    color: #B81F40;
    text-transform: uppercase;
    margin-top:30px;
    margin-bottom: 40px;
}

.post-content-display .related .image-box {
    min-height:260px;
}

.post-content-display .related .display-posts-listing {
    display:flex;
    justify-content: space-between;
}

.post-content-display .related .display-posts-listing .listing-item {
    width:31.5%;
}

.post-content-display .related .display-posts-listing .post-date {
    left:0;
}

.post-content-display .related .display-posts-listing .content-box {
    width: 100%;
    display:block;
}

.post-content-display .highlight {
    background-color: #F5F1EE;
    border-left: 5px solid #B81F40;
    padding: 20px;
    font-family: "Dubai Regular";
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

.post-content-display .news-quote {
    display:flex;
    flex-wrap: wrap;
    border: 1px solid #FFEBCA;
    padding: 20px 0;
    margin-bottom: 30px;
}

.post-content-display .quote-image {
    width:9%;
    text-align:center;
    vertical-align:top;
    border-right: 1px solid #FFEBCA;
}

.post-content-display .quote-content {
    width:91%;
    vertical-align: top;
    padding: 0 2%
}

.post-content-display .quote-content .quote-top {
    font-size: 24px;
    line-height: 34px;
    color: #222222;
    padding-bottom: 2%;
}

.post-content-display .quote-content .quote-bottom {
    font-size: 14px;
    line-height: 22px;
    color: #B9BABD;
}

.post-content-display .post-date-bottom {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F1EE;
}

.post-content-display #comments .comment-author-name { 
    font-family: "Dubai Medium";
    font-size: 18px;
    line-height: 24px;
}

.post-content-display #comments .says {
    display:none;
}

.post-content-display #comments article {
    position:relative;
    border-bottom: 1px solid #F5F1EE;
}

.post-content-display #comments article article {
    border-bottom:0;
}

.post-content-display #comments article .comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Dubai Medium";
    font-size: 14px;
    color: #F8B26A;
}

.post-content-display .comment-meta time a {
    font-family: "Dubai Regular";
    font-size: 14px;
    line-height:16px;
    color: #B2B2B2;
    text-decoration: none;
} 

.post-content-display .comment-content p {
    font-family: "Dubai Regular";
    font-size: 15px;
    line-height: 24px;
    color: #646566;
}

.post-content-display .comment-list li li {
    padding: 40px 0 0 50px;
    border-bottom: 1px solid #F5F1EE;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 100%;
}

.post-content-display #respond input#submit {
    background-color: #B81F40;
    border-radius: 0;
    font-family: "Dubai-Bold";
    text-transform: uppercase;
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    padding: 0 30px;
    border: 1px solid #b81F40;
    transition: all 0.5s linear;
}

.post-content-display #respond input#submit:hover {
    background-color: #fff;
    color: #b81F40;
}

.post-content-display #respond p {
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .display-posts-listing .latest.listing-item {
        width:100%;
        margin-bottom: 20px;
    }
    .page-template-news .display-posts-pagination {text-align: left;}
    .rtl .page-template-news .display-posts-pagination {text-align: right;}
    .homenewTabs li:before{
        height: 36px;
    }
}


/* Custom css */
.smallQuickLink.icons-home-top img{
	width: 70px;
	height: 80px;
	top: 10px;
	position: relative;
}


.post-content-display .post-date-bottom{
    display:none;
}
.doc-filename{
    display:none;
}
form#search-form{ margin-top: 20px; }
.reducedpadding{
 padding: 2px !important;
}
.vc_row-nomargin{
 margin-left: 0;
 margin-right: 0;
 display: flex;
 align-items:center;
 justify-content: center;
}
.search-submit {
	border: 1px solid #830823!important;
    background-color: #830823;
}
.vc_row-nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media only screen and (max-width: 600px) {
	.search-submit {
		width: 100% !important;
	}
}