/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/**
 * Main SCSS file for Protec theme
 */
/**
 * Theme Variables
 */
/**
 * CSS Reset and Base Styles
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #0073aa;
  text-decoration: none;
  transition: all 0.3s ease;
}

.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: #f7f7f7;
  clip: auto !important;
  clip-path: none;
  color: #333;
  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;
}

/**
 * Typography
 */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #23282d;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

blockquote {
  margin: 0 0 1rem;
  padding: 1rem 1.5rem;
  border-left: 4px solid #0073aa;
  background-color: #f7f7f7;
  font-style: italic;
}

code, pre {
  font-family: "Courier New", Courier, monospace;
  background-color: #f7f7f7;
}

code {
  padding: 2px 6px;
  font-size: 0.9em;
}

pre {
  padding: 1rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}
pre code {
  padding: 0;
  background-color: transparent;
}

/**
 * Header Styles
 */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
}
.site-header .site-branding {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .site-header .site-branding {
    text-align: left;
    margin-bottom: 0;
  }
}
.site-header .site-title {
  margin: 0;
  font-size: 1.5rem;
}
.site-header .site-title a {
  color: #23282d;
  text-decoration: none;
}
.site-header .site-title a:hover {
  color: #0073aa;
}
.site-header .site-description {
  margin: 0;
  font-size: 0.875rem;
  color: #666;
}

/**
 * Footer Styles
 */
.site-footer {
  background-color: #23282d;
  color: #fff;
  padding: 2rem 0;
  margin-top: 3rem;
}
.site-footer .site-info {
  text-align: center;
  font-size: 0.875rem;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .site-info a:hover {
  color: #0073aa;
}
.site-footer .site-info .sep {
  margin: 0 0.5rem;
}

/**
 * Sidebar Styles
 */
.widget-area {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .widget-area {
    margin-top: 0;
  }
}
.widget-area .widget {
  margin-bottom: 2rem;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0073aa;
}
.widget-area ul {
  list-style: none;
  padding-left: 0;
}
.widget-area ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
.widget-area ul li:last-child {
  border-bottom: none;
}

/**
 * Grid and Layout
 */
.site {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .site-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  body:not(.no-sidebar) .site-main {
    grid-template-columns: 2fr 1fr;
  }
}

#primary {
  min-width: 0;
}

@media (min-width: 1024px) {
  #secondary {
    grid-column: 2;
  }
}

/**
 * Navigation Styles
 */
.main-navigation {
  position: relative;
}
.main-navigation .menu-toggle {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .main-navigation ul {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
}
.main-navigation.toggled ul {
  display: block;
  margin-top: 1rem;
}
.main-navigation li {
  position: relative;
}
@media (max-width: 1023px) {
  .main-navigation li {
    border-bottom: 1px solid #ddd;
  }
}
.main-navigation a {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #0073aa;
  background-color: #f7f7f7;
}
@media (min-width: 1024px) {
  .main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
}

/**
 * Button Styles
 */
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button:active,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  transform: translateY(1px);
}
.button:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/**
 * Form Styles
 */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
select,
textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  transition: all 0.3s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.search-form {
  display: flex;
  gap: 0.5rem;
}
.search-form .search-field {
  flex: 1;
}
.search-form .search-submit {
  flex-shrink: 0;
}

/**
 * Post Styles
 */
.entry-header {
  margin-bottom: 1.5rem;
}

.entry-title {
  margin-bottom: 0.5rem;
}
.entry-title a {
  color: #23282d;
  text-decoration: none;
}
.entry-title a:hover {
  color: #0073aa;
}

.entry-meta {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
}
.entry-meta a {
  color: #666;
}
.entry-meta a:hover {
  color: #0073aa;
}
.entry-meta .posted-on,
.entry-meta .byline {
  margin-right: 1rem;
}

.post-thumbnail {
  margin-bottom: 1.5rem;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-content {
  margin-bottom: 1.5rem;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-footer {
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  font-size: 0.875rem;
  color: #666;
}
.entry-footer span {
  margin-right: 1rem;
}
.entry-footer span:last-child {
  margin-right: 0;
}
.entry-footer a {
  color: #666;
}
.entry-footer a:hover {
  color: #0073aa;
}

article {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
article:last-child {
  border-bottom: none;
}

.posts-navigation,
.post-navigation {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.page-links {
  margin-top: 1.5rem;
  font-weight: 600;
}
.page-links a,
.page-links span {
  margin-right: 0.5rem;
}

/**
 * Widget Styles
 */
.widget {
  background-color: #f7f7f7;
  padding: 1.5rem;
  border-radius: 4px;
}
.widget select {
  width: 100%;
}
.widget ul {
  list-style: none;
  padding-left: 0;
}
.widget li {
  padding: 0.5rem 0;
}
.widget li ul {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
.widget a {
  color: #333;
}
.widget a:hover {
  color: #0073aa;
}

.widget_search .search-form {
  display: flex;
  gap: 0.5rem;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
  padding: 0.5rem;
}
.widget_calendar caption {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.widget_tag_cloud .tagcloud a {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 4px;
  font-size: 0.875rem !important;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #0073aa;
  color: #fff;
}

/**
 * Helper/Utility Classes
 */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map*/