/**
 * HEADING 
 */
.head_category {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.head_category .title {
  margin: 0;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color: #c4161c;
  display: block;
}

.head_single {
  font-family: "Open Sans", sans-serif;
}
.head_single .title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  display: block;
  position: relative;
}

.head_blog {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.head_blog .title {
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #c4161c;
  display: block;
}

.head_box {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.head_box .title {
  margin: 0;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  color: #c4161c;
  display: block;
}

/**
 * META
 */
.meta {
  font-style: italic;
  font-size: 14px;
  color: #2c55a5;
  margin-bottom: 10px;
}
.meta span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.meta span i {
  margin-right: 7px;
}
.meta span + span {
  margin-left: 10px;
  padding-left: 10px;
}
.meta span + span::before {
  content: "";
  height: 16px;
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}

/**
 * ENTRY CONTENT
 */
.entry-content {
  font: 14px "Open Sans", arial, sans-serif;
  line-height: 1.67;
  text-align: justify;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h1 {
  font-weight: 700;
  font-size: 1.9em;
}
.entry-content h2 {
  font-weight: 700;
  font-size: 1.65em;
}
.entry-content h3 {
  font-weight: 700;
  font-size: 1.45em;
}
.entry-content h4 {
  font-weight: 700;
  font-size: 1.2em;
}
.entry-content h5 {
  font-weight: 700;
  font-size: 1.05em;
}
.entry-content h6 {
  font-weight: 700;
  font-size: 1em;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content object {
  max-width: 100%;
}
.entry-content ul, .entry-content ol {
  padding-left: 15px;
}
.entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.entry-content .alignleft img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.entry-content .alignright img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption-text {
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 13px;
  font-style: italic;
  padding: 6px;
  font-size: 13px;
}

/**
 * PAGE NAV
 */
.page-nav .navigation {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-nav .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-nav .navigation ul li {
  display: inline;
}
.page-nav .navigation ul li a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}
.page-nav .navigation ul li a:hover {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .active a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .disabled {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}

/**
 * TAGS
 */
.tags {
  margin-bottom: 20px;
}

/**
 * RELATED
 */
.related-list .related_box .post_item {
  position: relative;
}
.related-list .related_box .post_item > .post_inner {
  margin: 15px 0;
}

/**
 * CALCULATE
 */
.table_model table {
  width: 100%;
}
.table_model table tbody tr td {
  font-size: 14px;
  padding-bottom: 20px;
}
.table_model table tbody tr td:first-child {
  width: 120px;
}
.table_model table tbody tr td select {
  width: 100%;
  height: 2.45em;
  min-height: auto;
  border: 1px solid #ddd;
  background-color: white;
  cursor: pointer;
  padding: 0 15px;
}
.table_model .button-wrap {
  text-align: right;
}
.table_model .button-wrap button {
  background: #c4161c;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  padding: 6px 15px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  display: inline-block;
}

.table_calc table {
  width: 100%;
}
.table_calc table tbody tr td {
  padding-bottom: 10px;
  font-size: 15px;
}
.table_calc table tbody tr td:last-child {
  text-align: right;
}
.table_calc table tfoot tr {
  border-top: 2px solid #000;
}
.table_calc table tfoot tr td {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.table_calc table tfoot tr td:last-child {
  text-align: right;
}
.table_calc table tfoot tr td > span {
  font-size: 20px;
  font-weight: 700;
  color: red;
  white-space: nowrap;
}

/**
 * AMORT
 */
/**
 * TABLE PRIZE
 */
.table-price .item-price {
  padding-bottom: 10px;
  border-bottom: 2px solid #555;
  margin-bottom: 20px;
}
.table-price .item-price .name-title {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
}
.table-price .item-price img {
  width: 100%;
  height: auto;
}
.table-price .item-price table {
  width: 100%;
  margin-bottom: 20px;
}
.table-price .item-price table thead tr {
  background: #eaeaea;
}
.table-price .item-price table thead tr td {
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
}
.table-price .item-price table thead tr td + td {
  border-left: 1px solid #ddd;
}
.table-price .item-price table tbody tr td {
  border: 1px solid #eaeaea;
  padding: 5px 7px;
  text-align: center;
}
.table-price .item-price table tbody tr td b {
  color: red;
}/*# sourceMappingURL=blog.css.map */