<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

body {
  background-color: #f0f0f0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

a:hover, a:focus, a:active {
  color: #007bff;
}

.container {
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200;
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
  }
}

.masthead {
  background: url(../images/masthead-bg.jpg) no-repeat center top #444;
  background-size: auto 100%;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 80px 0;
  margin-bottom: 60px;
  text-align: center;
}

.masthead h1 span {
  background-color: rgba(0,0,0,0.1);
  display: inline-block;
  padding: 20px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .masthead {
    background: url(../images/masthead-bg.jpg) no-repeat center top #444;
    background-size: 100% auto;
  }
}

.masthead h1 {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-weight: 400;
  font-style: 24px;
}

@media screen and (min-width: 768px) {
  .masthead h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .masthead h1 {
    font-size: 48px;
  }
}

.section-head {
  font-family: 'Playfair Display', serif;
  margin-bottom: 60px;
  text-align: center;
}

.section-head h2 {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
}

.section-head h2:after {
  background-color: #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  width: 100px;
}

/* Jomsocial section */
.template-list .js-demo-block {
  background-color: #fff;
  border: 2px solid #25aae1;
  border-radius: 5px;
  color: #666;
  padding: 20px;
  overflow: hidden;
}

.template-list .js-demo-block h2 {
  font-size: 32px;
}

.template-list .js-demo-block .col-l {
  float: left;
  padding: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .template-list .js-demo-block .col-l {
    width: 50%;
  }
}

.template-list .js-demo-block .col-l img {
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  max-width: 100%;
}

.template-list .js-demo-block .col-r {
  float: right;
  padding: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .template-list .js-demo-block .col-r {
    width: 50%;
  }
}

.template-list .js-demo-block ul {
  list-style: circle;
}

.template-list .js-demo-block ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}

.template-list ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: block;
  max-width: 1200px;
}

.template-list ul li {
  display: block;
  float: left;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .template-list ul li {
    width: 50%;
  }
}

@media screen and (min-width: 920px) {
  .template-list ul li {
    width: 33.3%;
  }
}

.template-list ul li .item-thumb {
  border: 1px solid #ddd;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  display: block;
  max-height: 300px;
  overflow: hidden;
  transition: all 0.25s;
}

.template-list ul li:hover .item-thumb {
  border: 1px solid #007bff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.template-list ul li img {
  max-width: 100%;
}

.template-list ul li .item-info {
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}

.template-list ul li .item-info h3 {
  color: #333;
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.template-list ul li .item-info h3:after {
  background-color: #ccc;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 2px;
  transition: all 0.25s;
  width: 40px;
}

.template-list ul li:hover .item-info h3:after {
  background-color: #007bff;
}

.template-list ul li .item-info a {
  border-bottom: 1px dotted #ccc;
  color: #666;
  display: block;
  float: right;
  text-decoration: none;
  transition: all 0.25s;
}

.template-list ul li .item-info a:hover,
.template-list ul li .item-info a:focus,
.template-list ul li .item-info a:active {
  color: #007bff;
  border-color: #007bff;
}

.item-overlay {
  display: none;
}</pre></body></html>