/*!
Theme Name: Astra Child
Theme URI: https://crocoblock.com/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Child theme for Astra with all CrocoBlock features compatibility.
Template: astra
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: astra-child
*/

.press-release-image-wrapper {
    display: inline-block;
    float: right;
    margin-top: 150px;
    max-width: 400px;
}

.press-release-image-wrapper img {
    width: 100%;
    padding-left: 40px;
}

.press-release-title {
    margin-bottom: 20px;
}

.press-release-inner p.has-text-align-center {
    margin-bottom: 1.75em;
}

.press-release-meta {
    margin: 30px auto 50px;
    width: 100%;
    display: flex;
}

.press-release-meta .press-release-meta-obj {
    width: 50%;
}

.press-release-meta .press-release-meta-obj.press-release-mc {
    text-align: right;
}

.press-release-meta .pr-for-release-text,
.press-release-meta .pr-mc-title {
    font-weight: bold;
    text-transform: uppercase;
}

.press-release-title {
    text-align: center;
}

.wp-block-quote > p:last-child {
    margin-bottom: 0;
}

.about-fhcn-block {
    padding-top: 1em;
    padding-bottom: 1em;
}

.jet-breadcrumbs .jet-breadcrumbs__item {
  font-size: 18px;
}

[data-elementor-id="6426"] .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    margin-top: 3px;
}

#page [data-elementor-type="jet_header"] [data-id="9175f0e"] .elementor-container {
  justify-content: end;
}

.elementor-75 .elementor-element.elementor-element-f120547 .menu-item-link-top {
    color: #00205B;
}

.menu-hidden {
  display: none !important;
  visibility: hidden !important;
}

.cursor-pointer {
  cursor: pointer;
}

.psuedo-number {
  text-align: center;
  background: transparent !important;
  border: 0 !important;
  color: white !important;
  outline: none !important;
  user-select: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

a.cursor-pointer .psuedo-number {
  cursor: pointer !important;
}

.psuedo-orange-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  text-transform: var(--e-global-typography-accent-text-transform) !important;
  
  fill: var(--e-global-color-accent);
  color: var(--e-global-color-accent) !important;
  background-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-accent);
  padding: 14px 35px 14px 35px;
  border-radius: 30px;
}

.psuedo-orange-button:focus,
.psuedo-orange-button:hover,
.psuedo-orange-button:active {
  color: var(--e-global-color-98c2168) !important;
  border-color: var(--e-global-color-98c2168) !important;
}

/* Custom CSS for specific locations */
body.postid-618 .elementor-element[data-id="4d44c63"],
body.postid-618 .elementor-element[data-id="c659b5d"] {
  display: none !important;
}

.elementor-section.justify-center > .elementor-container {
  justify-content: center;
}

.wp-block-button.btn-lg a.wp-block-button__link {
  padding: 20px;
}

@media (max-width: 767px) {
    .press-release-image-wrapper {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    
    .press-release-image-wrapper img {
        padding-left: 0;
    }
    
    .press-release-meta {
        flex-direction: column;
    }
    
    .press-release-meta .press-release-meta-obj {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .press-release-meta .press-release-meta-obj.press-release-mc {
        text-align: center;
    }
    
    .about-fhcn-block {
        padding: 0;
        margin-bottom: 50px;
    }
}

.blog-page-layout {
  
}

.blog-page-layout .widget h2.wp-block-heading {
  font-size: 2.75rem;
}

.blog-page-layout .widget .wp-block-group {
  padding: 0;
}

.blog-page-layout aside.widget {
  margin-bottom: 1rem;
}

.info-box {
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-secondary);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 10px 0px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  border-radius: 10px 10px 10px 10px;
  height: 100%;
}

.info-box h3 {
  color: var(--e-global-color-primary) !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
}

.info-box-wrapper {
  margin: 0 auto;
  max-width: 800px;
}

.btn-orange a {
  fill: var(--e-global-color-accent);
  color: var(--e-global-color-accent) !important;
  background-color: rgba(0,0,0,0) !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: var(--e-global-color-accent) !important;
  padding: 14px 35px 14px 35px !important;
}

.btn-orange a:hover,
.btn-orange a:focus,
.btn-orange a:active {
  color: white !important;
  background-color: var(--e-global-color-accent) !important;
  border-style: solid !important;
}

.newsdesk-item-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

.newsdesk-item[data-type="press-releases"] .newsdesk-item-img.has-bg-img {
  height: 250px;
  background-position: top center;
}

.newsdesk-item-img.has-bg-img {
  border: 1px solid #999;
}

.newsdesk-item-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.newsdesk-item-img a img {
  height: 100%;
  width: 100%;
}

.newsdesk-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  column-gap: 20px;
}

.newsdesk-item-title {
  
}

.newsdesk-item .newsdesk-item-title a {
  font-size: 1.4rem;
  font-weight: bold;
  color: var( --e-global-color-primary );
  text-decoration: none;
}

.newsdesk-item-viewbtn a {
  color: var( --e-global-color-primary ) !important;
  text-decoration: none;
  font-style: italic;
}

.newsdesk-item .newsdesk-item-title a:hover,
.newsdesk-item .newsdesk-item-title a:focus,
.newsdesk-item .newsdesk-item-title a:active,
.newsdesk-item-viewbtn a:hover,
.newsdesk-item-viewbtn a:focus,
.newsdesk-item-viewbtn a:active {
  text-decoration: underline;
}

.newsdesk-content-wrapper .newsdesk-content-inner h2,
.newsdesk-title-wrapper h2.newsdesk-title {
  text-align: center;
  font-size: 2.4rem;
}

.news-desk-page-layout aside h2.wp-block-heading {
  font-size: 1.4rem;
  color: var( --e-global-color-primary );
}

.news-desk-page-layout {
  display: flex;
  column-gap: 20px;
  align-items: top;
}

.news-desk-page-layout .news-desk-left {
  width: 100%;
  max-width: 250px; 
}

.news-desk-right #primary {
  margin-top: 0 !important;
  width: 100%;
}

.newsdesk-aside ul,
.newsdesk-aside ul li {
  margin-left: 0;
  padding-left: 0px;
  list-style-type: none;
}

.newsdesk-aside ul li {
  padding-left: 10px;
}

.newsdesk-title-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 40px auto 40px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid var( --e-global-color-primary );
}

.newsdesk-pagination {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.newsdesk-pagination > span,
.newsdesk-pagination > a {
  font-size: 1.4rem !important;
}

.newsdesk-pagination > a {
  color: var( --e-global-color-primary ) !important;
}

body.single.single-post .elementor-widget-container a {
  text-decoration: underline;
  color: var( --e-global-color-accent );
}

body.single.single-post .elementor-widget-container .wp-block-separator {
  max-width: 100%;
  border-color: var( --e-global-color-primary );
  border-width: 1px;
  margin-bottom: 15px;
}