/* Reduce font size of the site title zd-4608262-vk*/
p.site-title{
    font-size: 1rem !important;
}

/*Remove table border4627844-zen sy*/
.wp-block-table td {
    border: none;
}


/* 4627844-zen | Removing title from the footer | Sabbir A */
#colophon {
display: none;
}

/* Custom classes for mobile vs desktop |  4610637-zd mh */
@media only screen and (min-width: 1025px) {
  .only-mobile{
    display:none;
  }
}
@media only screen and (max-width: 1024px) {
  .only-desktop{
    display:none;
  }
} 

/* Hide the white line below the header on mobile -4627844-ZD - SM*/
@media only screen and (max-width: 1024px) {
#main {
padding-top: 0;
}
}

/* Reduce the font size of the menu toogle button on mobile -4627844-ZD - SM*/
@media only screen and (max-width: 559px) {
.mobile-nav-side .site-header #site-navigation.main-navigation #toggle-menu {
font-size: 0.6rem;
}
}

/* Adjust the appearance of the header on tablets -4633599-zen - SM*/
@media only screen and (min-width: 559px) and (max-width: 1199px) {
    .site-title a:link, .site-title a:visited {
        font-size: 16px;
    }
    body:not(.fse-enabled) .main-navigation a {
        font-size: 12px;
    } 
}

/* Mobile Menu Styling ZD-4644210 */
#toggle-menu, #toggle-menu:hover, #toggle-menu:visited {
  background: none;
  color: #fff;
}


/* Change the background color for the menu button on mobile (when clicked) -4644210-zen - SM*/
.main-navigation #toggle:focus + #toggle-menu:active, .main-navigation #toggle:focus + #toggle-menu:focus, .main-navigation #toggle:focus + #toggle-menu:hover, #toggle-menu:active, #toggle-menu:focus, #toggle-menu:hover {
    background: none;
}


/* Set background color to white | 4644210-zen */
body {
background-color: white;
}

/* Full width content | 4644210-zen */

#page {
    max-width: unset;
}

/* Increase caption font size and table text on page id 3977 (desktop only) // 4644210-zen (JJ) */
@media (min-width: 1200px) {
  .page-id-3977 .wp-block-image figcaption, .page-id-3977 .wp-block-table {
    font-size: 18px !important;
  }
}



/* Keep logo and nav-menu in one line | 4756589-zen (MRFX/SY) */

@media screen and (min-width: 560px) {
.site-header-wrap .main-navigation > div > ul {
  justify-content: center;
}
.site-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo {
  width: 80%;
}
#site-navigation {
    text-align: right;
    width: 200%;
}
}

a::hover{
color: #000;
} 

/* change hover color for sf supply chain china heading on sf supply chain china page | 4756589-ZN NJ */

.page-id-4396 h2#sf-supply-chain-china a mark:hover {
    color: #12709f !important;
}


/* change hover color for portuguese cork association heading on portuguese cork association  page | 4756589-ZN NJ */

.page-id-4528 h2#portuguese-cork-association  a mark:hover {
    color: #12709f !important;
}


/* change hover color for arm hammer heading on arm hammer animal and food production page | 4756589-ZN NJ */

.page-id-4233 h4#arm-hammer-animal-and-food-production a mark:hover {
    color: #12709f !important;
}


/* change hover color for aveva heading on aveva page | 4756589-ZN NJ */

.page-id-4419 h2#aveva a mark:hover {
    color: #12709f !important;
}


/* change hover color for british american tobacco heading on  british american tobacco page | 4756589-ZN NJ */

.page-id-4407 h2#british-american-tobacco a mark:hover {
    color: #12709f !important;
}


/* change hover color for dhl sinotrans heading on dhl sinotrans page | 4756589-ZN NJ */

.page-id-4537 h2#dhl-sinotrans a mark:hover {
    color: #12709f !important;
}


/* change hover color for dmcc heading on dmcc page | 4756589-ZN NJ */

.page-id-4491 h2#dmcc a mark:hover {
    color: #12709f !important;
}


/* change hover color for epam heading on epam page | 4756589-ZN NJ */

.page-id-4297 h2#epam a mark:hover {
    color: #12709f !important;
}


/* change hover color for sherwin williams heading on sherwin williams page | 4756589-ZN NJ */

.page-id-4557 h2#sherwin-williams a mark:hover {
    color: #12709f !important;
}


/* change hover color for swift heading on swift page | 4756589-ZN NJ */

.page-id-4430 h2#swift a mark:hover {
    color: #12709f !important;
}


/* change hover color for synopsys heading on synopsys page | 4756589-ZN NJ */

.page-id-4517 h2#synopsys a mark:hover {
    color: #12709f !important;
}


/* change hover color for universal robots heading on universal robots page | 4756589-ZN NJ */

.page-id-4438 h2#universal-robots a mark:hover {
    color: #12709f !important;
}


/* change hover color for viniportugal heading on viniportugal page | 4756589-ZN NJ */

.page-id-4504 h2#viniportugal a mark:hover {
    color: #12709f !important;
}

/* hide underline from current menu item in nav 4756589-zd rs */
@media screen and (min-width: 560px) {
    .site-header-wrap .main-navigation > div > ul > li.current-menu-item > a {
        box-shadow: none
    }
}



/* Remove page titles | 4756589-zen (JM) */
h1.entry-title {
    display:none;
}


