/*!
Theme Name: Opinews
Theme URI: http://underscores.me/
Author: Opinews
Author URI: https://www.opinews.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: opinews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Opinews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*06/06/2023*/
#breadcrumbs {
	padding: 10px 0;
	background-color: var(--brand-clr1);
    color: #fff;
}
#breadcrumbs p {
	font-family: inherit;
	padding-bottom: 0;
}
#breadcrumbs p span + span {
	margin-left: 5px;
}
#breadcrumbs p span a {
	font-weight: 600;
}
#breadcrumbs p span a:hover {
	color: var(--body-clr);
}
#breadcrumbs.bg-secondary p span a:hover {
	color: var(--brand-clr1);
}
.callto-action .form-control:first-child {
	border-radius: 35px 0 0 35px;
}
.callto-action .input-group span:first-child {
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.callto-action .input-group .btn {
	border-radius: 0 35px 35px 0 !important;
	max-height: 56.6px;
}
.callto-action .input-group .btn:focus {
	box-shadow: none;
}
.wpcf7-response-output {
	padding: .5em 1em !important;
}
.wpcf7-not-valid-tip {
	padding-top: 10px;
}
.wpcf7-spinner {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 100%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0;
}

.the-partners.the-partners-slide .swiper.support-slider {
  max-width: none !important;
  margin: 0;
}
.support-slider2 {
  overflow: hidden;
}
.they-support .swiper-button-next, .they-support .swiper-button-prev {
	border-color: var(--body-clr);
}
.they-support .swiper-button-next::after, .they-support .swiper-button-prev::after {
	color: var(--body-clr);
	transition: var(--transition);
}
.they-support .swiper-button-next:hover, .they-support .swiper-button-prev:hover {
	background-color: var(--body-clr);
}
.they-support .swiper-button-next:hover::after, .they-support .swiper-button-prev:hover::after {
  color: var(--white-clr);
}
.board-directors .swiper {
    position: relative;
}
.board-directors .swiper-button-next,.board-directors .swiper-button-prev {
    top: 20%;
}
article section.first-finance {
    padding-top: 0;
} 
article .single-detail .img-wrap {
    padding-bottom: 0px;
} 
article .first-finance .wp-block-heading {
    /*font-size: 60px;*/
    padding-bottom: 40px;
    padding-top: 40px;
}
article  .first-finance figure.wp-block-gallery.has-nested-images{
    padding-top:30px;
    margin-left:-10px;
    margin-right:-10px;
}
article .first-finance figure.wp-block-gallery.has-nested-images figure {
    padding: 0 10px;
}
article .first-finance a {
    color: var(--brand-clr1);
    position:relative;
}

article .first-finance a:hover:before {
    left: 0;
    width: 100%;
}
article .first-finance a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--brand-clr1);
    transition: width .3s;
    z-index: 0;
}
article .responsive-space > .wp-block-media-text{
    margin-bottom:40px;
}
article .wp-block-media-text .wp-block-media-text__content{
    padding-right:0;
}
@media screen and (max-width: 1699px){
article .first-finance .wp-block-heading {
    /*font-size: 50px;*/
}
}
@media screen and (max-width: 1399px){
article .first-finance .wp-block-heading {
    /*font-size: 46px;*/
}
}
@media screen and (max-width: 1299px){
article .first-finance .wp-block-heading {
    /*font-size: 38px;*/
        padding-bottom: 35px;
}
}
@media screen and (max-width: 767px){
article .first-finance .wp-block-heading {
    /*font-size: 30px;*/
    padding-bottom: 22px;
}
}
@media screen and (max-width: 600px){
article .wp-block-media-text .wp-block-media-text__content{
    padding-left:0;
    margin-top:20px;
}
article .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}
article .first-finance figure.wp-block-gallery.has-nested-images {
    padding-top: 0px;
}
}
/*Responsive CSS*/
@media screen and (min-width: 1400px) {
	#breadcrumbs .container {
		max-width: 1350px;
	}
}
@media screen and (min-width: 991px) {
	.modal-dialog {
		max-width: 850px !important;
	}
	.modal iframe {
	  height: 465px !important;
	}
}
 @media screen and (max-width: 1199px) {
	.callto-action .input-group .btn {
		padding: 13px 24px;
	}
}

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

}

@media screen and (max-width: 767px) {
.callto-action .input-group span:first-child {
	  flex: 1 1 auto;
	  width: 100%;
	  min-width: 0;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* Copyright CSS */
.copyright .container {
    padding: 20px 0 20px;
    border-top: 1px solid #ccc;
}
.copyright p {
	font-size: 14px;
	line-height: 20px;
	color: var(--body-clr);
	text-align: center;
	font-family: 'Inter Tight',sans-serif;
}

.single-international #breadcrumbs{
	display:none;
}

.hero-slider .swiper-pagination {
    display: none;
}