/* Please Comment out Each Styling for each Section */

/* Home CTA styling 12821 */

.contain {
  object-fit: contain !important;
}

.home-cta {
  border-top: 1px solid #cccccc;
}

.cta-bg {
  height: 319px;
  border-radius: 8px;
  background-size: cover !important;
}

.cta-content {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}

.cta-content p {
  line-height: 29px;
}

.cta-date-loc {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-button {
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 8px;
  text-decoration: none;
  width: 140px;
  display: block;
}
.cta-bg .Green {
  background-color: #259947;
}
.cta-bg .Orange {
  background-color: #eb9e26;
}
/* Home Latest News Styling 12821 */

.latest-news a {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  color: #000000;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 4px 0px;
}

.latest-news-date {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #353639;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 4px 0px;
}

/* Sponsored content styling 12921 */

.sponsored-content-link {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  display: inline-block;
  line-height: 20px;
}
@media only screen and (min-width: 1200px) {
  .sponsored-content-link {
    font-size: 16px;
  }
}

.sponsored-content-meta {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #353639;
}

.sponsored-content-blurb {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #353639;
}

.sponsored-content {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #eb9e26;
}

.sponsored-content-thumb {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* Hero section styling 121121 */

.featured-title {
  font-family: Fira Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 20px;
}
.featured-content-meta {
  font-family: Fira Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 20px;
}

.featured-post-thumb {
  width: 490px;
  height: 289px;
  object-fit: cover;
}

.most-popular-thumb {
  width: 100px;
  height: 56px;
  object-fit: cover;
}

/* Category badge 121121 */

.featured-category-badge-wrapper {
  /* Auto Layout */

  position: relative;
  z-index: 999;

  /* MJ Orange */
}

.featured-category-badge {
  padding: 5px 10px;
  width: fit-content;
  margin: 20px 0px;
  color: #fff;
  position: absolute;
  bottom: -20px;
  z-index: 999;
  left: 20px;
  background: #eb9e26;
}

.featured-category-badge a {
  font-family: Fira Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  color: #fff;
  letter-spacing: 1px;
  text-align: left;
}

/* Home recent posts section 1 styling */

/* Sponsored content styling 12921 */

.recent-post-one-link {
  font-family: Fira Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.recent-post-one-meta {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #353639;
}

.sc-text {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 1px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #eb9e26;
}

.recent-post-one-thumb {
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin-bottom: 5px;
}



.recent-post-one-featured-title {
  font-family: Fira Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 0px;
}
.recent-post-one-featured-content-meta {
  font-family: Fira Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}

.recent-post-one-featured-thumb {
  width: 490px;
  height: 289px;
  object-fit: cover;
}

/* Ad styling */

.position-2 .advertisement-label,
.position-3 .advertisement-label {
  text-align: center;
}

/* HR styling */

.home-hr {
  width: 90%;
  margin: 30px auto 40px auto;
  background: #cccccc;
}

/* Hero section responsive styling */

@media all and (max-width: 768px) {
  .sponsored-content-thumb {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .featured-post-thumb {
    width: 100%;
    height: 289px;
    object-fit: cover;
  }
}

/* Home page sidebar */

#sidebar .posted-on {
  display: none;
}

/* Image styling */

.related-posts-thumbnail img {
  width: 158px;
  height: 89px;
  object-fit: cover;
}

.following-post .size-colormag-featured-post-small {
  width: 99px;
  height: 56px;
  object-fit: cover;
}

/* Related articles styling */

.article-related-stories-header {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #eb9e26;
  margin-bottom: 25px;
}

.related-category {
  font-family: Fira Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

.related-title {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 130%;
  color: #000000;
}

a .related-title:hover,
a .related-category:hover {
  color: #0386d0;
}

.related-category-link {
  font-family: Fira Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}

.related-post-image {
  width: 158px;
  height: 89px;
  object-fit: cover;
}

.related-posts div {
  padding-right: 0px;
  padding-left: 0px;
}

.related-post {
  margin-right: 1.25%;
  float: left;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 0px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 1px 0px 0 rgb(0 0 0 / 20%);
  padding: 0 10px 18px 10px;
}

.related-posts {
  padding: 15px;
}

.recent-posts-container .col-xs-6 {
  margin: 20px 0px;
}

/* WIDGET SIDEBAR SOCIAL FOLLOWERS CSS */
.socialbtns a {
  margin-bottom: 1px;
}

.socialbtns a.facebook {
  padding-bottom: 2px;
  float: left;
  width: 100%;
  /* text-align: center; */
  /* padding: 22px 0; */
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  background-color: #3b5998;
}

.socialbtns a.twitter {
  padding-bottom: 2px;
  float: left;
  width: 100%;
  /* text-align: center; */
  /* padding: 22px 0; */
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  background-color: #1da1f2;
}
.socialbtns a.instagram {
  padding-bottom: 2px;
  float: left;
  width: 100%;
  /* text-align: center; */
  /* padding: 22px 0; */
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.socialbtns a.linkedin {
  padding-bottom: 2px;
  float: left;
  width: 100%;
  /* text-align: center; */
  /* padding: 22px 0; */
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  background-color: #0077b5;
}
.socialbtns a.youtube {
  padding-bottom: 2px;
  float: left;
  width: 100%;
  /* text-align: center; */
  /* padding: 22px 0; */
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  background-color: red;
}

.socialbtns .fa {
  color: #fff;
  width: 52px;
  height: 52px;
}

.socialbtns a.facebook .fa.sidebar {
  color: #fff;
  width: 32px;
  height: 32px;
}

.socialbtns a.twitter .fa.sidebar {
  color: #fff;
  width: 32px;
  height: 32px;
}

.socialbtns a.instagram .fa.sidebar {
  color: #fff;
  width: 32px;
  height: 32px;
  background: none;
}
.socialbtns a.youtube .fa.sidebar {
  color: #fff;
  width: 32px;
  height: 32px;
}
.socialbtns a.linkedin .fa.sidebar {
  color: #fff;
  width: 32px;
  height: 32px;
}

.socialbtns .fa.fa-facebook {
  color: #fff;
  background-color: #3b5998;
  align-items: center;
  width: 52px;
  height: 52px;
  padding-top: 15px;
  font-size: 30px;
}

.socialbtns .fa.fa-twitter {
  color: #fff;
  background-color: #1da1f2;
  align-items: center;
  width: 52px;
  height: 52px;
  padding-top: 15px;
  font-size: 30px;
}

.socialbtns .fa.fa-linkedin {
  color: #fff;
  background-color: #0077b5;
  align-items: center;
  width: 52px;
  height: 52px;
  padding-top: 15px;
  font-size: 30px;
}

.socialbtns .fa.fa-youtube {
  color: #fff;
  background-color: red;
  width: 52px;
  height: 52px;
  align-items: center;
  padding-top: 15px;
  font-size: 30px;
}

.socialbtns .fa.fa-instagram {
  color: #fff;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  align-items: center;
  width: 52px;
  height: 52px;
  padding-top: 15px;
  font-size: 30px;
}

.socialbtns .fa.fa-envelope {
  color: #fff;
  background-color: dimgray;
  width: 52px;
  height: 52px;
  align-items: center;
  padding-top: 15px;
  font-size: 30px;
}

.socialbtns .fa.sticky {
  font-size: 20px;
}

.socialbtns .count {
  color: #fff;
  float: right;
  text-align: right;
  clear: both;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
}

.socialbtns .followers {
  text-align: right;
  margin-top: 0px;
  font-size: 11px;
  margin-bottom: 7px;
  display: block;
}
.socialbtns .label {
  padding-top: 20px;
}

.socialmediapost {
  list-style: none outside none;
  display: inline-block;
  padding: 0;
  margin: 15px auto;
}

.socialmediapost li {
  list-style: none outside none;
  display: inline-block;
  margin: 0;
  text-align: center;
}

/* Ad sizing billboard ad */

.billboard-ad {
  min-height: 20px;
}
@media all and (min-width: 768px) {
  .billboard-ad {
    min-height: 90px;  
  }
}
@media all and (max-width: 768px) {
  
}
/* Download button styling */

.button,
.submit-button {
  background-color: #34495e;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

/* Account nvaigations tyling */

.account-navigation-wrapper .main-navigation ul li a {
  font-size: 12px;
}

.account-navigation-wrapper {
  position: relative;
  top: 15px;
}

.account-navigation-wrapper .account-navigation ul {
  display: inline-block;
}

/*Business Books Template*/

.page-template-page-business-books h1,
.page-template-page-business-books h2,
.page-template-page-business-books h3,
.page-template-page-business-books h4,
.page-template-page-business-books h5 {
  margin-bottom: 25px;
}
.page-template-page-business-books h1 {
  font-size: 30px;
}
.has-shadow {
  box-shadow: 0 0 10px #999;
}
.asSeenInImgs img {
  margin-right: 10px;
}

/* cta ad styling */

.con_cta_wrapper {
  outline: 1px solid #000;
  border: 3px solid gray;
  padding: 10px;
  margin-bottom: 25px;
}

.con_cta_wrapper .con_cta_link_wrapper a {
  margin: 10px auto;
  border: 4px solid #eb9e26;
  display: block;
  text-align: center;
}

.con_cta_wrapper p {
  margin-bottom: 10px;
}

.con_cta_wrapper li {
  margin: 0 !important;
  padding: 0 0 0 15px !important;
}

.con_cta_wrapper ul {
  margin: 0 !important;
  
}

/* banner ad styling */

.banner-ad {
  height: fit-content;
}

.banner-ad-2 {
  height: fit-content;
}

@media all and (max-width: 768px) {
  .banner-ad {
    height: fit-content;
  }

  .banner-ad-2 {
    height: fit-content;
  }
}

/* read more link */

.read-more-link {
  font-weight: bold;
  color: #eb9d26;
  font-size: 14px;
  font-family: 'Fira Sans';
  text-transform: uppercase;
}


/* homepage tweaks */

.padding-fix {
  padding-right: 10px;
  padding-left: 10px;
}

/* widget styling */

.widgettitle {
  background-color: #fff !important;
  color: #EB9E26 !important;
  padding: 6px 0;
  font-size: 15px;
}

/* Newsletter landing page stryling */

.newsletter-landing-title {
  font-family: "Fira Sans";
font-style: normal;
font-weight: bold;
font-size: 45px;
line-height: 56px;

}

.newsletter-landing-orange {
  color: #EB9E26;
}

.newsletter-landing-blurb {
  font-family: "Fira Sans";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 35px;
letter-spacing: 0em;
text-align: left;
}

.newsletter-landing-blurb h3 {
 
  margin-top: 0px !important;
  }
  

.newsletter-landing-more {
  width: auto;
  font-family: "Fira Sans","Fira Sans Bold";
  font-size: 18px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #fff;
  border-width: 1px;
  border-color: #0386d0;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  
  vertical-align: middle;
} 

.newsletter-landing-preview-link {
  font-family: "Fira Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
text-align: center;
}

.newsletter-landing-social {
  position: relative;
    display: block !important;
    text-align: center;
    padding: 0px !important;
}

.newsletter-landing-social li {
  list-style: none;
  margin: 0px 15px;
  width: auto;
    display: inline;
}

.newsletter-landing-preview {
  margin-bottom: 0px;
}

.newsletter-landing-social .icon {
  color: #0386D0;
}

.newsletter-landing-social .icon:hover {
  color: #14a0ef !important;
}

.newsletter-landing-social-text {
  font-family: "Fira Sans";
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 35px;
letter-spacing: 0em;
text-align: left;

}

.newsletter-landing-wrapper p {
  line-height: 1.2;
}

.newsletter-confirmation-title {
  font-family: 'fira sans';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 56px;
}


.newsletter-confirmation-body {
  font-family: 'fira sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 30px;

}

.newsletter-confirmation-section {
  font-family: 'fira sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  
}

.newsletter-confirmation-icon i {
  color: #0386D0 !important;
}


.newsletter-confirmation-blue-button a {
  width: 285px;
    font-family: fira sans;
    font-size: 18px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #0386d0;
    border-width: 1px;
    border-color: #0386d0;
    border-style: solid;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eee;
    -webkit-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

.newsletter-confirmation-blue-button a:hover {
  background: #efefef;
  border-color: #cccccc;
  color: #000000;

}

.newsletter-confirmation-white-button a {
width: 285px;
    font-family: fira sans;
    font-size: 18px;
    height: auto;
    display: inline-block;
    line-height: normal;
    text-align: center;
    background: #fff;
    border-width: 1px;
    border-color: #0386d0;
    border-style: solid;
    color: #000;
    cursor: pointer;
    font-weight: 400;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eee;
    -webkit-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
    vertical-align: middle;}

    .newsletter-confirmation-white-button a:hover {
    color: #0386d0;
    }

    .newsletter-landing-title strong {
      color: #eb9e26;
    }

    html {
      background: white;
    }

 .newsletter-landing-blurb .frm_button_submit {
   width: 183px !important;
 }

 /* Woocommerce stlying */

 .woocommerce-info {
    border-top-color: #EB9E26;
}

.woocommerce-info::before {
  color: #EB9E26;
}

/* sales team styling */

.sales-team {
  font-family: 'Fira Sans';
font-style: normal;
font-size: 16px;
line-height: 130%;
/* or 21px */


color: #000000;
}


.sales-title {
  font-style: italic;
}

.sales-headshot {
  width: 100px;
  height: 100px;
}

.page-template-page-sales-team a {
  color: #eb9e26;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
} 



header .inline-list  li  {
  padding-left: 0px !important;
  padding-right: 0px !important;
  float: left !important;
  padding: 8px;
  
  
}

header .inline-list  li a  {
  font-size: 12px !important;
  font-weight: normal !important;
line-height: 11px !important;
letter-spacing: .03em !important;
text-transform: uppercase !important;
color: #000;
margin-right: 5px !important;
border: none !important;

}



.inline-list .sub-menu {
  
  word-wrap: break-word;
  margin: 0px;
  left: -99999px;
  z-index: 999999;
  
  width: 115px;
 
  top: 35px !important;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #eaeaea;
  text-align: left;
  background-color: #FFF;
  
}

.inline-list .sub-menu li {

  display: contents !important;

}




.inline-list .sub-menu li a {


  padding: 10px !important;
  text-transform: capitalize !important;
}

.inline-list .sub-menu {
  border-top: none;
  
  padding: 0px;
  
}


.latest-news-button {
  
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  padding: 3px 3px;
  text-decoration: none;
  width: 150px;
  display: block;
  margin: 25px auto 0px 10px;
  background-color: #0386D0;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
}

.latest-news-button:hover {
  
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  padding: 3px 3px;
  text-decoration: none;
  width: 150px;
  display: block;
  margin: 25px auto 0px 10px;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
  background-color: #0c8eda;
 
}



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

  .recent-post-one-thumb {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .recent-post-one-featured-title {
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    padding-bottom: 0px;
  }


}

/* all news page */

#content .post {
  -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-bottom: 2px solid #EEE;
}

.page-template-page-latest .post .entry-title {
  
  padding: 0px !important;
  line-height: 0.3;
}


.page-template-page-latest .post .below-entry-meta {
  padding-top: 0px !important;
}

.page-template-page-latest .post .article-content {
  padding: 0px !important;
}

.blog .article-content {
  padding: 0px !important;
}

#primary-magazine .article-content .entry-title a {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 130%;
  color: #000000;
}

#primary-magazine .post .article-content  {
  padding: 0px !important;
}

#primary-magazine .entry-title  {
  margin-top: 0px !important;
}

#primary-magazine .post  {
  margin-bottom: 0px !important;
}

/* Archive magazine styling */

.archive-magazine-thumb {
  width: 300px;
  height: 390px;
  object-fit: cover;
}

/* CTA stlying */

.cta-gif {
  width: 100%;
}

.cta-mobile-gif {
  display: none;
}

@media all and (max-width: 500px ) {

.cta-mobile-gif {
  width: 100%;
  display: block;
}

.cta-gif {
  display: none;
}
}

/* Article Promo Styling */

.promo-content {
  font-size: 15px;
  font-family: 'Fira Sans';
}

/* Press Room Styling */

.contacts-container {
  list-style-type: none !important;
  padding: 0px !important;
}


.contacts-container .contact .contact-info {
  font-sizE: 14px;
  line-height: 1.1em;
}


.press-release-container {
  list-style-type: none !important;
  padding: 0px !important;
}

.photo-caption {
  font-size: 13px;
  text-align: center;
}

.featured-content-link {
  color: #000;
}
/* WooComerce New Styles */
.woocommerce-account .page-title {
  font-size: 30px;
    color: #eb9e26;
}
.woocommerce-account #inner-content {
  display: block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background-color: #eb9e26;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: #eb9e26;
  color: #000;
}

.woocommerce table.my_account_orders .button { 
  margin: 2px 0;
}