/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
    ## Core Widgets
    ## Ensign Posts Widget
    ## Ensign Banners Widget
    ## Ensign Recent Posts Widget
# Content
    ## Posts and pages
      ## Author Box
	## Asides
	## Comments
# Infinite scroll
# Modules
    ## Recent Posts
    ## Related Posts
    ## News Ticker
    ## Breadcrumbs
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #6f6f6f;
  font-family: "Lato", sans-serif;
  line-height: 1.5; }

p {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #6f6f6f;
  line-height: 1.8em;
  margin-bottom: 1.5em; }

a {
  font-weight: 500;
  text-decoration: none;
  color: #6f6f6f; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #333; }

.page-title {
  margin-top: 35px; }

.section-title, .page-title, .ensign-content .widget-title, .ensign-after-content-sidebar .widget-title, #comments > h3:first-of-type, .ensign-related-posts .ensign-related-posts-title > h3 {
  font-weight: 600;
  font-family: "Poppins", "serif";
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px; }
  .section-title > span, .page-title > span, .ensign-content .widget-title > span, .ensign-after-content-sidebar .widget-title > span, #comments > h3:first-of-type > span, .ensign-related-posts .ensign-related-posts-title > h3 > span {
    background-color: #FFF;
    z-index: 1;
    position: relative;
    padding-right: 10px; }
  .section-title:after, .page-title:after, .ensign-content .widget-title:after, .ensign-after-content-sidebar .widget-title:after, #comments > h3:first-of-type:after, .ensign-related-posts .ensign-related-posts-title > h3:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    display: block;
    top: 50%;
    right: 0; }

.page-header {
  padding: 0;
  margin: 0;
  border: none; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" "";
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  border: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 40px 0;
    width: 100%;
    position: relative;
    display: block; }
  blockquote:after, q:after {
    margin: 40px 0 30px 0; }
  blockquote > p, q > p {
    color: #db3800;
    font-size: 22px;
    font-weight: 600;
    font-style: italic; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 15px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

table:not(#wp-calendar) {
  border: 1px solid #e1e1e1;
  max-width: 100%;
  margin-bottom: 20px;
  width: 100%; }
  table:not(#wp-calendar) > thead > tr > th,
  table:not(#wp-calendar) > thead > tr > td,
  table:not(#wp-calendar) > tbody > tr > th,
  table:not(#wp-calendar) > tbody > tr > td,
  table:not(#wp-calendar) > tfoot > tr > th,
  table:not(#wp-calendar) > tfoot > tr > td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #e1e1e1; }
  table:not(#wp-calendar) > thead > tr > th,
  table:not(#wp-calendar) > thead > tr > td {
    border-bottom-width: 2px; }
  table:not(#wp-calendar) > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e1e1e1; }
  table:not(#wp-calendar) > caption + thead > tr:first-child > th,
  table:not(#wp-calendar) > caption + thead > tr:first-child > td,
  table:not(#wp-calendar) > colgroup + thead > tr:first-child > th,
  table:not(#wp-calendar) > colgroup + thead > tr:first-child > td,
  table:not(#wp-calendar) > thead:first-child > tr:first-child > th,
  table:not(#wp-calendar) > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table:not(#wp-calendar) > tbody + tbody {
    border-top: 2px solid #e1e1e1; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

button.search-submit {
  font-size: 0;
  background-color: #000;
  color: #FFF;
  width: 44px;
  height: 44px;
  border: none;
  margin-left: 7px; }
  button.search-submit:hover {
    border-color: transparent;
    background-color: #db3800; }
  button.search-submit:after {
    content: '\f002';
    font-family: 'FontAwesome';
    line-height: 45px;
    font-size: 15px; }

.form-submit .submit {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 25px;
  background-color: #fb4946;
  color: #FFF;
  border: none;
  border-radius: 2px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 15px; }
  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="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #e1e1e1; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 10px; }

textarea {
  padding-left: 3px;
  width: 100%; }

#searchform > label {
  margin-bottom: 0;
  top: 5px;
  position: relative; }
  #searchform > label > input[type="search"] {
    width: 250px;
    bottom: 5px;
    position: relative;
    font-weight: 400; }
    @media (max-width: 1199px) {
      #searchform > label > input[type="search"] {
        width: 238px; } }

#searchform_topbar label {
  margin-bottom: 0; }
#searchform_topbar #search-field-top-bar {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  border-radius: 0;
  color: #FFF;
  width: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
  font-weight: 400; }
  #searchform_topbar #search-field-top-bar.opened {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    padding-left: 10px; }
#searchform_topbar .search-top-bar-submit {
  background: transparent;
  color: #FFF;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  bottom: 12px;
  position: relative; }

#cat {
  padding: 10px;
  border-radius: 3px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #6f6f6f; }
  a:visited {
    color: #6f6f6f; }
  a:hover, a:focus, a:active {
    color: #db3800; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/**
/ Underscores default styling
*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: #FFF; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/*
* Small menu.
*/
.menu-toggle {
  display: block;
  width: 35px;
  height: 35px;
  color: "Lato", sans-serif;
  border-color: "Lato", sans-serif;
  background: transparent;
  margin: 0 auto;
  margin-bottom: 10px; }

#site-navigation.toggled ul {
  display: block;
  /* List items will be 100% wide, spanning across the whole width of device */ }
  #site-navigation.toggled ul > li {
    /* Remove hover effects for small screens */ }
    #site-navigation.toggled ul > li > a {
      /* Remove after element for small screens */ }
      #site-navigation.toggled ul > li > a:after {
        display: none; }
    #site-navigation.toggled ul > li.menu-item-has-children > ul li a {
      padding: 0 0 10px 0; }
    #site-navigation.toggled ul > li.menu-item-has-children > ul li:hover > a {
      color: #6f6f6f; }
    #site-navigation.toggled ul > li.menu-item-has-children > ul li.menu-item-has-children:after {
      display: none; }
  #site-navigation.toggled ul li {
    display: block;
    width: 100%;
    padding-right: 0;
    /* Remove big-screen styling for submenus, we display them little bit to the right */ }
    #site-navigation.toggled ul li.menu-item-has-children:after {
      display: none; }
    #site-navigation.toggled ul li.menu-item-has-children > ul li:after {
      display: none; }
    #site-navigation.toggled ul li.menu-item-has-children > ul li:hover {
      background-color: initial; }
    #site-navigation.toggled ul li ul {
      box-shadow: none;
      left: initial;
      top: initial;
      position: relative;
      padding-left: 20px; }
      #site-navigation.toggled ul li ul ul {
        left: initial;
        top: initial;
        position: relative;
        padding-left: 20px; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Ensign Menu Customization starts here */
#site-navigation {
  border-bottom: 1px solid #e1e1e1; }
  #site-navigation a {
    font-size: 16px;
    font-family: "Poppins";
    line-height: 26px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
    display: inline-block; }
  #site-navigation .menu > li {
    display: inline-block;
    padding-right: 40px;
    position: relative; }
    #site-navigation .menu > li.active > a:after, #site-navigation .menu > li:hover > a:after {
      background-color: #db3800; }
    #site-navigation .menu > li > a {
      position: relative; }
      #site-navigation .menu > li > a:after {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: transparent;
        content: '';
        display: block; }
    #site-navigation .menu > li:last-of-type {
      padding-right: 0; }
    #site-navigation .menu > li.menu-item-has-children:after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 16px;
      display: inline-block;
      padding-left: 5px; }
    #site-navigation .menu > li.menu-item-has-children > ul li:hover {
      color: #FFF;
      background-color: #db3800; }
      #site-navigation .menu > li.menu-item-has-children > ul li:hover > a, #site-navigation .menu > li.menu-item-has-children > ul li:hover:after {
        color: #FFF; }
    #site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children {
      position: relative; }
      #site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children:after {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 16px;
        display: inline-block;
        position: absolute;
        right: 5px;
        bottom: 12px;
        color: #333; }
      #site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children:hover:after {
        color: #FFF; }
    #site-navigation .menu > li.menu-item-has-children > ul li a {
      padding: 10px 20px;
      font-size: 15px; }

/*--------------------------------------------------------------
## Top Header Menu
--------------------------------------------------------------*/
/* Top header */
.top-header {
  background: #202020;
  color: #fff; }
  .top-header ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0; }
    .top-header ul li {
      display: inline-block; }
      .top-header ul li a {
        font-family: "Poppins";
        font-size: 14px;
        line-height: 26px;
        padding: 10px 30px 10px 0;
        display: block;
        color: #ffffff; }
      .top-header ul li:last-of-type a {
        padding-right: 0; }
  @media (max-width: 767px) {
    .top-header ul {
      text-align: center; }
    .top-header #top-header-navigation, .top-header .top-header-icons {
      float: none !important; } }

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
/* Accessibility purpose */
.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em; }

/* The social links are actually a menu */
#menu-social ul {
  list-style: none;
  margin: 0;
  text-align: center; }
  #menu-social ul li {
    display: inline-block;
    position: relative; }
    #menu-social ul li a {
      padding: 10px 5px;
      color: #FFF;
      /* Add hover effects for the links, the brand colors */
      /* Add the social links depending on the link href */ }
      #menu-social ul li a:before {
        content: '\f408';
        display: inline-block;
        padding: 0 5px;
        font-family: 'FontAwesome';
        font-size: 16px;
        vertical-align: top;
        -webkit-font-smoothing: antialiased; }
      #menu-social ul li a:hover[href*="wordpress.org"]::before, #menu-social ul li a:hover[href*="wordpress.com"]::before {
        color: #21759b; }
      #menu-social ul li a:hover[href*="facebook.com"]::before {
        color: #3b5998; }
      #menu-social ul li a:hover[href*="twitter.com"]::before {
        color: #33ccff; }
      #menu-social ul li a:hover[href*="dribbble.com"]::before {
        color: #ea4c89; }
      #menu-social ul li a:hover[href*="plus.google.com"]::before {
        color: #dd4b39; }
      #menu-social ul li a:hover[href*="pinterest.com"]::before {
        color: #c8232c; }
      #menu-social ul li a:hover[href*="github.com"]::before {
        color: #171515; }
      #menu-social ul li a:hover[href*="tumblr.com"]::before {
        color: #34526f; }
      #menu-social ul li a:hover[href*="youtube.com"]::before {
        color: #c4302b; }
      #menu-social ul li a:hover[href*="flickr.com"]::before {
        color: #ff0084; }
      #menu-social ul li a:hover[href*="vimeo.com"]::before {
        color: #1AB7EA; }
      #menu-social ul li a:hover[href*="instagram.com"]::before {
        color: #3f729b; }
      #menu-social ul li a:hover[href*="codepen.io"]::before {
        color: #000; }
      #menu-social ul li a:hover[href*="linkedin.com"]::before {
        color: #0e76a8; }
      #menu-social ul li a[href*="wordpress.org"]::before, #menu-social ul li a[href*="wordpress.com"]::before {
        content: '\f19a'; }
      #menu-social ul li a[href*="facebook.com"]::before {
        content: '\f09a'; }
      #menu-social ul li a[href*="twitter.com"]::before {
        content: '\f099'; }
      #menu-social ul li a[href*="dribbble.com"]::before {
        content: '\f17d'; }
      #menu-social ul li a[href*="plus.google.com"]::before {
        content: '\f0d5'; }
      #menu-social ul li a[href*="pinterest.com"]::before {
        content: '\f231'; }
      #menu-social ul li a[href*="github.com"]::before {
        content: '\f09b'; }
      #menu-social ul li a[href*="tumblr.com"]::before {
        content: '\f173'; }
      #menu-social ul li a[href*="youtube.com"]::before {
        content: '\f167'; }
      #menu-social ul li a[href*="flickr.com"]::before {
        content: '\f16e'; }
      #menu-social ul li a[href*="vimeo.com"]::before {
        content: '\f27d'; }
      #menu-social ul li a[href*="instagram.com"]::before {
        content: '\f16d'; }
      #menu-social ul li a[href*="codepen.io"]::before {
        content: '\f1cb'; }
      #menu-social ul li a[href*="linkedin.com"]::before {
        content: '\f0e1'; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-list .reply:before,
.comment-content:after,
.comment-list .reply:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.comment-list .reply:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.ensign-blog-sidebar {
  /**
  * Search Widget is a little different, does not have border
  */
  /**
  * Select all widgets except for the search box
  */ }
  .ensign-blog-sidebar .widget_search {
    margin-bottom: 30px; }
    .ensign-blog-sidebar .widget_search .widget-title {
      display: none; }
  .ensign-blog-sidebar .widget_ensign_banner, .ensign-blog-sidebar .widget_text {
    margin-bottom: 30px; }
  .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text) {
    /**
    * add the border + paddings
    */
    margin: 0 0 30px;
    /**
    * Style the header by adding background
    */
    /**
    * Reset the margins for UL / OL
    */
    /* Make sure select elements fit in widgets. */
    /**
    * Style the tag cloud
    */
    /**
    * Style the categories and archive widgets
    */
    /**
    * Calendar restyling. The title will always be hidden.
    */ }
    .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text) > ul, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text) > ol {
      margin: 0;
      padding: 0 35px 30px 35px;
      list-style-type: none; }
    .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text) select {
      max-width: 100%; }
      .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text) select option {
        max-width: 233px; }
    .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_nav_menu > div > ul {
      margin: 0;
      padding: 0 35px 30px 35px; }
      .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_nav_menu > div > ul li > ul {
        margin-left: 0; }
    .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_tag_cloud .tagcloud {
      padding: 0 30px 30px 30px; }
      .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_tag_cloud .tagcloud a {
        border: 1px solid #e1e1e1;
        padding: 10px 15px;
        display: inline-block;
        text-transform: uppercase;
        margin: 0 10px 10px 0;
        font-size: 10px;
        font-weight: 600; }
    .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive {
      /**
      * Dropdown categories/archives
      */ }
      .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories > select, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive > select {
        width: 90%;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px; }
      .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories > ul, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive > ul {
        list-style-type: none;
        margin: 0;
        padding: 0 35px 0 35px;
        font-size: 15px;
        color: #6f6f6f; }
        .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories > ul > li, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive > ul > li {
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px dashed #e1e1e1; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories > ul > li:last-of-type, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive > ul > li:last-of-type {
            border-bottom: none; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories > ul > li a, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive > ul > li a {
            color: #6f6f6f;
            font-family: "Lato", sans-serif; }
            .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories > ul > li a:hover, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories > ul > li a:focus, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive > ul > li a:hover, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive > ul > li a:focus {
              text-decoration: none;
              color: #db3800; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories > ul > li .ensign-cat-count, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive > ul > li .ensign-cat-count {
            float: right;
            color: #ccc; }
      .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories .children, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive .children {
        list-style-type: none;
        margin-left: 0;
        padding-left: 25px; }
        .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_categories .children > li, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_archive .children > li {
          margin-top: 10px;
          padding-top: 10px;
          border-top: 1px dashed #e1e1e1; }
    .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar {
      border: 1px solid #e1e1e1;
      padding: 0 30px;
      position: relative; }
      .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar .widget-title {
        display: none; }
      .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar {
        font-size: 12px;
        color: #575757; }
        .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar > caption {
          background-color: #db3800;
          color: #FFF;
          text-transform: uppercase;
          font-famiy: "Poppins", "serif";
          text-align: center;
          font-size: 15px;
          font-weight: 600;
          padding-bottom: 16px;
          padding-top: 16px;
          min-height: 55px;
          position: relative;
          margin-bottom: 20px; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar > caption:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 10px 0 10px;
            border-color: #db3800 transparent transparent;
            position: absolute;
            bottom: -9px;
            left: 50%;
            content: '';
            -webkit-transform: translate(-50%, 0);
            -khtml-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
        .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar thead {
          color: #db3800; }
        .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar td, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar th {
          padding: 6px 7px; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar td a, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar th a {
            color: #db3800;
            text-decoration: none; }
            .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar td a:hover, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar td a:focus, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar th a:hover, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar th a:focus {
              text-decoration: none; }
        .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar #prev {
          position: absolute;
          top: 0;
          left: 0;
          width: 35px;
          height: 55px;
          background-color: #db3800;
          color: #FFF; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar #prev:before {
            content: '\f104';
            display: block;
            font-size: 24px;
            line-height: 44px;
            text-align: center;
            position: relative;
            color: #FFF;
            font-family: 'FontAwesome'; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar #prev > a {
            top: 20px;
            position: absolute;
            color: transparent; }
        .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar #next {
          position: absolute;
          top: 0;
          right: 0;
          width: 35px;
          height: 55px;
          background-color: #db3800;
          color: #FFF; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar #next:before {
            content: '\f105';
            display: block;
            font-size: 24px;
            line-height: 44px;
            text-align: center;
            position: relative;
            color: #FFF;
            font-family: 'FontAwesome'; }
          .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text).widget_calendar #wp-calendar #next > a {
            top: 20px;
            position: absolute;
            color: transparent; }

.ensign-before-footer-sidebar-b .ensign-blog-post-layout-a {
  float: right; }

.ensign-before-footer-sidebar-a .widget_ensign_posts .ensign-blog-post-layout-a,
.ensign-before-footer-sidebar-b .widget_ensign_posts .ensign-blog-post-layout-a {
  height: initial; }
.ensign-before-footer-sidebar-a .ensign-layout-b-row > .col-sm-6, .ensign-before-footer-sidebar-a .ensign-layout-a-row > .col-sm-6,
.ensign-before-footer-sidebar-b .ensign-layout-b-row > .col-sm-6,
.ensign-before-footer-sidebar-b .ensign-layout-a-row > .col-sm-6 {
  width: 100%; }

.ensign-before-footer-sidebar-a .ensign-blog-post-layout-b > .row .col-sm-5 {
  width: 33%; }

.widget-bordered, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text), .ensign-blog-sidebar .widget_ensign_recent, .ensign-sidebar .widget_ensign_recent {
  border: 1px solid #e1e1e1;
  position: relative; }

.widget-title-background, .ensign-blog-sidebar .widget:not(.widget_search):not(.widget_ensign_banner):not(.widget_text) > h3, .ensign-blog-sidebar .widget_ensign_recent > h3, .ensign-sidebar .widget_ensign_recent > h3 {
  background-color: #db3800;
  color: #FFF;
  padding: 18px 0;
  display: block;
  text-transform: uppercase;
  font-famiy: "Poppins", "serif";
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  width: 99.6%;
  position: relative;
  left: 1px; }

.site-footer .ensign-contact-p {
  margin-bottom: 0; }
  .site-footer .ensign-contact-p strong {
    color: #333; }
.site-footer .ensign-contact-logo {
  margin-top: 20px; }
.site-footer .widget {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px; }
  .site-footer .widget h3 {
    font-family: "Poppins", "serif";
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .site-footer .widget.widget_ensign_recent .ensign-recent-post-widget {
    height: 65px;
    margin-left: 0;
    margin-right: 0; }
    .site-footer .widget.widget_ensign_recent .ensign-recent-post-widget .ensign-title h3 {
      margin-bottom: 15px; }
    .site-footer .widget.widget_ensign_recent .ensign-recent-post-widget .ensign-post-content {
      width: 225px; }
      @media (max-width: 1199px) {
        .site-footer .widget.widget_ensign_recent .ensign-recent-post-widget .ensign-post-content {
          width: 187px; } }
  .site-footer .widget.widget_categories {
    position: relative; }
    .site-footer .widget.widget_categories > ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      font-size: 15px;
      color: #6f6f6f; }
      .site-footer .widget.widget_categories > ul > li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e1e1e1; }
        .site-footer .widget.widget_categories > ul > li:last-of-type {
          border-bottom: none; }
        .site-footer .widget.widget_categories > ul > li a {
          color: #6f6f6f;
          font-family: "Lato", sans-serif; }
          .site-footer .widget.widget_categories > ul > li a:hover, .site-footer .widget.widget_categories > ul > li a:focus {
            text-decoration: none;
            color: #db3800; }
        .site-footer .widget.widget_categories > ul > li .ensign-cat-count {
          float: right;
          color: #ccc; }
    .site-footer .widget.widget_categories .children {
      list-style-type: none;
      margin-left: 0;
      padding-left: 25px; }
      .site-footer .widget.widget_categories .children > li {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #e1e1e1; }

.widget_ensign_posts.ensign-layout-a {
  margin-bottom: 30px; }
.widget_ensign_posts .ensign-layout-b-row:last-of-type > .col-md-6 > .ensign-blog-post-layout-b {
  border: none;
  margin-bottom: 0; }
.widget_ensign_posts .ensign-layout-b-row:last-of-type > .col-md-12:last-of-type > .ensign-blog-post-layout-b {
  border: none;
  margin-bottom: 0; }
@media (max-width: 767px) {
  .widget_ensign_posts .ensign-blog-post-layout-a {
    margin-bottom: 15px; } }
@media (min-width: 768px) {
  .widget_ensign_posts .ensign-blog-post-layout-a {
    display: inline-block; } }
.widget_ensign_posts .ensign-blog-post-layout-a .ensign-image img {
  width: 100%; }
.widget_ensign_posts .ensign-blog-post-layout-a .ensign-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", "serif";
  margin-top: 23px;
  margin-bottom: 0; }
  .widget_ensign_posts .ensign-blog-post-layout-a .ensign-title h3 > a {
    font-weight: 600;
    color: inherit; }
    .widget_ensign_posts .ensign-blog-post-layout-a .ensign-title h3 > a:hover, .widget_ensign_posts .ensign-blog-post-layout-a .ensign-title h3 > a:focus {
      text-decoration: none;
      color: inherit; }
.widget_ensign_posts .ensign-blog-post-layout-a .ensign-content, .widget_ensign_posts .ensign-blog-post-layout-a .ensign-after-content-sidebar {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #666666; }
.widget_ensign_posts .ensign-blog-post-layout-b {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1; }
  @media (min-width: 768px) {
    .widget_ensign_posts .ensign-blog-post-layout-b > .row > .col-xs-12:last-of-type {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .widget_ensign_posts .ensign-blog-post-layout-b .ensign-image {
      margin-bottom: 10px; } }
  .widget_ensign_posts .ensign-blog-post-layout-b .ensign-image {
    display: inline-block;
    float: left; }
    .widget_ensign_posts .ensign-blog-post-layout-b .ensign-image img {
      width: 100%; }
  .widget_ensign_posts .ensign-blog-post-layout-b .ensign-title h3 {
    font-size: 15px;
    font-family: "Poppins", "serif";
    margin-top: 0; }
    .widget_ensign_posts .ensign-blog-post-layout-b .ensign-title h3 > a {
      color: inherit; }
      .widget_ensign_posts .ensign-blog-post-layout-b .ensign-title h3 > a:hover, .widget_ensign_posts .ensign-blog-post-layout-b .ensign-title h3 > a:focus {
        text-decoration: none;
        color: inherit; }
  .widget_ensign_posts .ensign-blog-post-layout-b .ensign-post-meta {
    float: left;
    display: inline-block; }
    .widget_ensign_posts .ensign-blog-post-layout-b .ensign-post-meta > ul {
      margin-top: 10px; }
@media (max-width: 359px) {
  .widget_ensign_posts .ensign-layout-c-row .col-xs-6 {
    width: 100%; } }
@media (max-width: 767px) {
  .widget_ensign_posts .ensign-blog-post-layout-c {
    margin-bottom: 10px; } }
.widget_ensign_posts .ensign-blog-post-layout-c .ensign-image {
  width: 100%;
  display: block;
  margin-bottom: 20px; }
  .widget_ensign_posts .ensign-blog-post-layout-c .ensign-image > img {
    width: 100%; }
.widget_ensign_posts .ensign-blog-post-layout-c .ensign-title h3 {
  font-size: 15px;
  font-family: "Poppins", "serif";
  margin-top: 0; }
  .widget_ensign_posts .ensign-blog-post-layout-c .ensign-title h3 > a {
    color: inherit; }
    .widget_ensign_posts .ensign-blog-post-layout-c .ensign-title h3 > a:hover, .widget_ensign_posts .ensign-blog-post-layout-c .ensign-title h3 > a:focus {
      text-decoration: none;
      color: inherit; }
.widget_ensign_posts .ensign-blog-post-layout-c .ensign-post-meta > ul .post-category {
  display: none; }
.widget_ensign_posts .ensign-blog-post-layout-c .ensign-post-meta > ul .separator-left {
  display: none; }

.ensign-post-meta > ul {
  list-style-type: none;
  margin: 10px 0 20px;
  padding: 0; }
  .ensign-post-meta > ul > li {
    display: inline-block;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #777777;
    position: relative; }
    .ensign-post-meta > ul > li:after {
      content: '|';
      display: inline-block;
      margin-left: 8px;
      margin-right: 8px; }
    .ensign-post-meta > ul > li:last-of-type:after {
      display: none; }
    .ensign-post-meta > ul > li.post-category a, .ensign-post-meta > ul > li.post-category icon {
      color: #db3800; }

.ensign-layout-a-row,
.ensign-layout-c-row {
  margin-bottom: 30px; }

.ensign-image-banner {
  text-align: center; }
  .ensign-image-banner a {
    display: inline-block;
    margin: 0 0 30px; }
    .ensign-image-banner a > img {
      width: 100%; }
  .ensign-image-banner > img {
    display: inline-block;
    margin: 0 0 30px; }

@media (max-width: 767px) {
  .ensign-content .ensign-image-banner {
    display: none; }

  .before-content-area .ensign-image-banner {
    display: none; }

  .header-banner {
    display: none; } }
.ensign-recent-post-widget {
  display: inline-block;
  margin: 0 30px 25px 30px; }
  .ensign-recent-post-widget:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 994px) {
    .ensign-recent-post-widget .ensign-title h3 {
      margin-bottom: 5px; } }
  @media (min-width: 995px) {
    .ensign-recent-post-widget {
      height: 100px; } }
  @media (min-width: 1199px) {
    .ensign-recent-post-widget {
      height: 95px; } }
  .ensign-recent-post-widget .ensign-image {
    float: left;
    display: inline-block;
    margin-right: 10px; }
    .ensign-recent-post-widget .ensign-image img {
      max-width: 93px;
      width: 100%; }
  .ensign-recent-post-widget .ensign-post-content {
    display: inline-block;
    float: left;
    width: 138px; }
    @media (max-width: 1199px) {
      .ensign-recent-post-widget .ensign-post-content {
        width: 126px; } }
  .ensign-recent-post-widget .ensign-title h3 {
    font-size: 15px;
    font-weight: 300;
    font-family: "Poppins", "serif";
    margin-top: 0;
    text-transform: initial;
    color: #777; }
    .ensign-recent-post-widget .ensign-title h3 > a {
      font-weight: 300;
      color: inherit; }
      .ensign-recent-post-widget .ensign-title h3 > a:hover, .ensign-recent-post-widget .ensign-title h3 > a:focus {
        text-decoration: none;
        color: inherit; }
  .ensign-recent-post-widget .ensign-post-meta {
    float: left;
    display: inline-block; }
    .ensign-recent-post-widget .ensign-post-meta > ul {
      margin: 0; }
    .ensign-recent-post-widget .ensign-post-meta .post-comments {
      display: none; }
    .ensign-recent-post-widget .ensign-post-meta .post-category a {
      color: #db3800; }
    .ensign-recent-post-widget .ensign-post-meta .post-category:after {
      content: '|';
      display: inline-block;
      margin-left: 6px;
      margin-right: 6px;
      color: #777777; }

.ensign-blog-sidebar, .ensign-sidebar {
  margin-top: 10px; }
  .ensign-blog-sidebar .widget_ensign_recent .ensign-recent-post-widget, .ensign-sidebar .widget_ensign_recent .ensign-recent-post-widget {
    border-bottom: 1px dashed #e1e1e1; }
    .ensign-blog-sidebar .widget_ensign_recent .ensign-recent-post-widget:last-of-type, .ensign-sidebar .widget_ensign_recent .ensign-recent-post-widget:last-of-type {
      border: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 10px 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.single-post .entry-header {
  margin-top: 30px; }
  .single-post .entry-header img {
    width: 100%; }
.single-post .entry-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  font-family: 'Poppins';
  color: #333333; }

.archive .entry-title {
  margin-top: 20px;
  margin-bottom: 15px; }

.ensign-archive-first-posts {
  margin-bottom: 20px; }

.single-post .ensign-breadcrumbs {
  margin-top: 20px; }
.single-post .ensign-post-meta {
  margin-bottom: 10px; }

/* Author box styling */
.author-description {
  padding: 30px;
  border: 1px solid #e1e1e1;
  position: relative;
  margin: 0; }
  .author-description h4 {
    margin-top: 0; }
    .author-description h4 > a {
      color: #333;
      font-size: 20px; }
  .author-description .post-author-website {
    font-size: 15px;
    text-decoration: underline;
    color: #db3800;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 15px;
    display: inline-block; }
  .author-description .social-links {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block; }
    .author-description .social-links li {
      display: inline-block;
      padding-right: 25px; }
      .author-description .social-links li > a {
        font-size: 20px;
        color: #6f6f6f; }
        .author-description .social-links li > a:hover {
          color: #db3800; }

.ensign-image {
  overflow: hidden;
  display: block; }
  .ensign-image > img,
  .ensign-image > a > img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%; }
  .ensign-image:hover > img,
  .ensign-image:hover > a > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.ensign-archive-first-posts {
  margin-top: 15px; }
  .ensign-archive-first-posts .entry-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #333; }

.ensign-archive-page .post, .ensign-archive-page .page {
  margin-bottom: 25px; }
  .ensign-archive-page .post .entry-title a, .ensign-archive-page .page .entry-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #333; }
.ensign-archive-page .ensign-image-banner img {
  display: block;
  width: 100%; }

.ensign-pager {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin: 20px auto;
  padding: 0; }
  .ensign-pager li {
    display: inline-block;
    font-family: 'Hind';
    font-weight: 700;
    color: #000;
    padding: 5px 10px;
    text-align: center;
    border-radius: 2px; }
    .ensign-pager li > a {
      font-family: 'Hind';
      font-weight: 700;
      color: #000; }
    .ensign-pager li.active {
      background-color: #000;
      color: #FFF; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* The blog sidebar should be pushed to align with the content */
#secondary {
  margin-top: 80px; }

.archive #secondary {
  margin-top: 20px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a, .comment-list .reply a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

#comments ul, #comments ol {
  list-style-type: none; }
#comments .comment-awaiting-moderation {
  padding-left: 97px; }
#comments .children {
  margin-top: 15px; }
  #comments .children > .comment {
    border-bottom: none;
    padding-top: 20px;
    border-top: 1px dashed #e1e1e1; }

.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .comment-list .comment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e1e1e1; }
    .comment-list .comment:first-of-type {
      padding-top: 0; }
  .comment-list .says {
    display: none; }
  .comment-list .fn {
    font-size: 20px; }
  .comment-list .comment-author > img {
    margin-right: 30px; }
  .comment-list .comment-metadata {
    padding-left: 97px;
    position: relative;
    bottom: 18px; }
    .comment-list .comment-metadata > a {
      color: #db3800;
      font-family: "Lato", sans-serif;
      font-size: 15px; }
  .comment-list .comment-content, .comment-list .reply {
    padding-left: 97px; }
  .comment-list .reply > a {
    color: #db3800;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700; }

#reply-title {
  color: #db3800;
  font-family: "Poppins", "serif";
  font-size: 20px;
  text-transform: uppercase; }

.comment-notes {
  display: none; }

.comment-form [class^="comment-form-"] > label {
  display: none; }
.comment-form [class^="comment-form-"] > input {
  width: 100%; }

/**
* Override bootstrap paddings to match PSD layout
*/
@media (min-width: 1200px) {
  .col-lg-4.ensign-sidebar {
    padding-left: 70px; } }

.error404 .site-main {
  text-align: center; }
.error404 .page-content {
  margin-bottom: 40px; }

/* Header */
.site-branding {
  padding: 15px; }
  @media (min-width: 768px) {
    .site-branding {
      padding: 35px 15px; } }
  @media (max-width: 767px) {
    .site-branding .header-logo {
      text-align: center; } }

.header-banner {
  text-align: right; }

.custom-logo {
  margin-top: 25px; }

/* Footer */
#colophon {
  background-color: #f8f8f8; }

.site-info {
  background-color: #242424;
  padding: 15px 0; }
  .site-info *, .site-info a {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-family: "Lato"; }

.back-to-top-area {
  padding: 15px 0;
  border-top: 1px solid #e1e1e1; }
  .back-to-top-area a {
    font-size: 15px;
    color: #000033;
    line-height: 25px;
    font-family: "Lato"; }
  .back-to-top-area i {
    padding-left: 7px; }

.site-footer > .widgets-area {
  padding: 40px 0 0 0; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.ensign-recent-posts {
  margin-bottom: 20px; }
  .ensign-recent-posts > ul {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 20px 0; }
    .ensign-recent-posts > ul > li {
      width: 100%;
      height: 360px;
      display: inline-block;
      float: left;
      position: relative;
      background-position: 50% 50%;
      background-size: cover;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (min-width: 768px) {
        .ensign-recent-posts > ul > li {
          width: 33.3333333333%;
          height: 240px; } }
      @media (min-width: 990px) {
        .ensign-recent-posts > ul > li {
          background-size: 100%; }
          .ensign-recent-posts > ul > li:hover {
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            background-size: 115%; } }
      .ensign-recent-posts > ul > li:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: transparent;
        /* Old browsers */
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.9)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        content: ''; }
      @media (min-width: 768px) {
        .ensign-recent-posts > ul > li:nth-child(-n+2) {
          width: 50%;
          height: 360px; } }
      .ensign-recent-posts > ul > li > img {
        width: 100%; }
      .ensign-recent-posts > ul > li .ensign-post-info {
        position: absolute;
        bottom: 15%;
        left: 8%;
        max-height: 95px;
        z-index: 1; }
      .ensign-recent-posts > ul > li .ensign-category {
        background-color: #db3800;
        padding: 11px 21px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Poppins", "serif";
        color: #FFF;
        font-size: 13px;
        display: inline-block; }
        .ensign-recent-posts > ul > li .ensign-category > a {
          color: #FFF; }
          .ensign-recent-posts > ul > li .ensign-category > a:hover {
            color: #FFF; }
      .ensign-recent-posts > ul > li h3 {
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: block; }
        .ensign-recent-posts > ul > li h3 > a {
          color: #FFF; }
          .ensign-recent-posts > ul > li h3 > a:hover {
            text-decoration: none; }

.ensign-related-posts {
  margin-top: 40px;
  margin-bottom: 50px; }
  .ensign-related-posts .ensign-carousel-navigation {
    padding-right: 12px; }
  .ensign-related-posts .owl-controls {
    display: none !important; }
  .ensign-related-posts .ensign-carousel-arrows {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style-type: none; }
    .ensign-related-posts .ensign-carousel-arrows > li {
      border: 1px solid #e1e1e1;
      width: 20px;
      height: 20px;
      text-align: center;
      display: inline-block;
      margin-right: 3px; }
      .ensign-related-posts .ensign-carousel-arrows > li:last-of-type {
        margin-right: none; }
      .ensign-related-posts .ensign-carousel-arrows > li:hover {
        border-color: #db3800; }
      .ensign-related-posts .ensign-carousel-arrows > li a {
        color: "Lato", sans-serif;
        display: block;
        line-height: 18px; }
        .ensign-related-posts .ensign-carousel-arrows > li a:hover, .ensign-related-posts .ensign-carousel-arrows > li a:focus, .ensign-related-posts .ensign-carousel-arrows > li a:active {
          text-decoration: none;
          outline: none; }
  .ensign-related-posts .ensign-related-post-title > a {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", "serif";
    color: #333; }

.ensign-news-ticker {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .ensign-news-ticker {
      text-align: center;
      margin-top: 40px; } }
  .ensign-news-ticker .ensign-module-title {
    color: #FFF;
    padding: 12px 25px;
    font-weight: 600;
    background: #000; }
    @media (max-width: 767px) {
      .ensign-news-ticker .ensign-module-title {
        display: inline-block;
        margin-bottom: 20px; } }
    .ensign-news-ticker .ensign-module-title icon.fa {
      color: #db3800;
      margin-right: 10px; }
  .ensign-news-ticker ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: 22px; }
    @media (min-width: 768px) {
      .ensign-news-ticker ul {
        padding: 0 0 0 185px; } }
    .ensign-news-ticker ul li a {
      color: "Lato", sans-serif;
      font-size: 14px;
      font-family: 'Hind';
      font-weight: 400; }

.ensign-breadcrumbs {
  margin-top: 30px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400; }
  .ensign-breadcrumbs .ensign-breadcrumb-sep {
    margin: 0 10px; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley,
.comment-list .reply .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.ensign-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .ensign-video-container embed, .ensign-video-container iframe, .ensign-video-container object, .ensign-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  font-style: italic; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */
