/*
CTC Separate Stylesheet
Updated: 2025-04-02 16:14:34
*/

.h-button-1, .h-button-2 {
    background-color: transparent;
}
.h-button-1:hover, .h-button-2:hover {
    background-color: #333 !important;
}
.h-button-1:hover a, .h-button-2:hover a {
    background-color: transparent;
}

body #content #primary {
margin: 0 auto;
max-width: 1200px;
width: 95%;
}

#primary-menu li a {
  padding: 0 10px;
}

#main {
margin: 0 auto;
max-width: 1200px;
width: 95%;
}

.site-info {
    font-size: 12px !important;
}
.sold {
    color: red;
}
.post .entry-content {
    background-color: #fff;
    color: #333;
    padding: 30px;
}
.dark-mode-button {
    display: none;
}
a:active {
    color: #fffafa;
}
a:hover {
    color: #1dc6c6;
}
.strong-view.wpmtst-default .wpmtst-testimonial-image img {
    border: 1px solid #222 !important;
    background-image: none !important;
    background-color: #222 !important;
    background-repeat: repeat !important;
    background-position: 0 0 !important;
    background-attachment: scroll !important;
    padding: 0 !important;
}

  @media screen and (max-width: 900px) {
.main-navigation ul {
  position: relative;
  width: 100%;
  margin-top: 280px;
  padding: 0;
}
}

