
html {
  font-size: 62.5%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold;
  
}

dfn {
  font-style: italic; }

h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #e1e1e1;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

label {
  font-style: italic; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 8px;
  text-align: left; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  
  color: #000; }

.page-title-404 {
  font-size: 150px;
  font-size: 15rem;
  line-height: 1;
  margin: 0;
  
  color: #ff0000; }

.page-header .page-title {
  margin-top: -7px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;

  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;

  font-size: 1.2rem; }
  .page-header .page-title:before {
    content: "";
    border-top: 1px solid #000;
    position: relative;
    width: 50%;
    margin-right: 20px; }
  .page-header .page-title:after {
    content: "";
    border-top: 1px solid #000;
    position: relative;
    width: 50%;
    margin-left: 20px; }

p {
  margin-bottom: 1.5em; }

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: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  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: 14px;
  font-size: 1.4rem; }

abbr, acronym {
  border-bottom: 1px dotted #f6f6f6;
  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: border-box; }

body {
  background: #e1e1e1;
  /* Fallback for when there is no custom background color defined. */ }

h1 {
  font-size: 28px;
  font-size: 2.8rem; }

h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3 {
  font-size: 22px;
  font-size: 2.2rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 17px;
  font-size: 1.7rem; }

h6 {
  font-size: 15px;
  font-size: 1.5rem; }

blockquote, q {
  quotes: "" "";
  border-left: 5px solid #ff0000;
  margin: 0;
  padding: 0 20px;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 15px; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: circle;
  padding-left: 20px; }
  .entry-content ul {
    margin-bottom: 15px; }

ol {
  list-style: decimal;
  padding-left: 20px; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

dt {
  font-weight: bold;
  color: #000; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.no-image {
  width: 100%; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

:focus {
  outline: 0 !important; }

.container {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 950px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }
  .container:before, .container:after {
    content: "";
    display: table;
    clear: both; }

.candian-wrap {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 0 15px 15px rgba(200, 200, 200, 0.14); }

body .hide {
  display: none; }

.pointer {
  cursor: pointer; }

.clearfix {
  clear: both; }

.inspect {
  background: red; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit; }
    table tbody tr {
      display: table-row; }
      table tbody tr th {
        padding-top: 11px;
        padding-bottom: 11px;
        background-color: #ff0000;
        color: #fff; }
        table tbody tr th a {
          color: #fff; }
          table tbody tr th a:hover {
            color: #fff; }
      table tbody tr td, table tbody tr th {
        display: table-cell;
        border: 1px solid #e1e1e1;
        text-align: left;
        padding: 8px; }
      table tbody tr:nth-child(even) {
        background-color: #f2f2f2; }

/* Slider */
.featured-slider .slick-slider,.post-related-content .slick-slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.featured-slider .slick-list,.post-related .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.featured-slider .slick-list:focus,.post-related  .slick-list:focus {
  outline: none; }
.featured-slider .slick-list.dragging,.post-related .slick-list.dragging{
  cursor: pointer;
  cursor: hand; }

.featured-slider .slick-slider .slick-track,
.featured-slider .slick-slider .slick-list {
,.post-related  .slick-slider .slick-track,
.post-related  .slick-slider .slick-list  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.featured-slider .slick-track,.post-related  .slick-track{
  position: relative;
  left: 0;
  top: 0;
  display: block; }
.featured-slider .slick-track:before,.featured-slider  .slick-track:after
,.post-related  .slick-track:before,.post-related   .slick-track:after

{
  content: "";
  display: table; }
.featured-slider .slick-track:after,.post-related  .slick-track:after{
  clear: both; }
.featured-slider .slick-loading .slick-track ,.post-related .slick-loading .slick-track{
  visibility: hidden; }

.featured-slider .slick-slide,.post-related  .slick-slide{
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .featured-slider .slick-slide, [dir="rtl"] .post-related  .slick-slide{
  float: right; }
.featured-slider .slick-slide.slick-loading img,.post-related  .slick-slide.slick-loading img{
  display: none; }
.featured-slider .slick-slide.dragging img,.post-related  .slick-slide.dragging img{
  pointer-events: none; }
.featured-slider .slick-initialized .slick-slide,.post-related  .slick-initialized .slick-slide{
  display: block; }
.featured-slider .slick-loading .slick-slide,.post-related  .slick-loading .slick-slide{
  visibility: hidden; }
.featured-slider .slick-vertical .slick-slide,.post-related  .slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent; }
.featured-slider .slick-slide img,.post-related  .slick-slide img{
  width: 100%; }

.featured-slider .slick-arrow.slick-hidden,.post-related  .slick-arrow.slick-hidden{
  display: none; }

.featured-slider .slick-arrow,.post-related  .slick-arrow{
  border-radius: 0;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  background: none;
  font-size: 70px;
  font-size: 7rem;
  padding: 20px;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  transition: 0.35s; }
.featured-slider .slick-arrow:hover,.post-related  .slick-arrow:hover{
  opacity: 1;
  box-shadow: none;
  text-shadow: 0 0 15px #fff;
  background: transparent; }

.featured-slider .slick-prev,.post-related .slick-prev{
  transform: translate(-100px, -50%); }

.featured-slider .slick-next,.post-related .slick-next{
  right: 0;
  transform: translate(100px, -50%); }

.featured-slider .slick-slider:hover .slick-arrow,.post-related  .slick-slider:hover .slick-arrow {
  transform: translate(0, -50%); }

.featured-slider .slick-dots,.post-related  .slick-dots{
  text-align: center;
  padding: 0;
  margin: 0; }
.featured-slider .slick-dots > li,.post-related  .slick-dots > li {
  display: inline; }

.description {
  opacity: 0;
  transition: 1s; }

.featured-slider .slick-current,.post-related  .slick-current{
  position: relative; }
.featured-slider .slick-current .description,.post-related  .slick-current .description{
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 30%;
  opacity: 1; }
@media (max-width: 767px) {
  .featured-slider .slick-active .feat-overlay,.post-related  .slick-active .feat-overlay{
    width: 250px;
  }

  .featured-slider .slick-active .feat-overlay .feat-text h3,.post-related  .slick-active .feat-overlay .feat-text h3{
    font-size: 22px;
    font-size: 2.2rem;
  }
}


#menu-social ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 15px;
  font-size: 12px; }
  #menu-social ul li {
    transition: .5s;
    display: inline;
    vertical-align: center;
    text-align: center; }
    #menu-social ul li a {
      display: inline-block;
      text-align: center;
      vertical-align: center;
      padding: 10px 10px 6px; }
      #menu-social ul li a:hover:before {
        color: #ff0000; }
      #menu-social ul li a:before {
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000; }
      #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*="plus.google.com"]:before {
        content: "\f0d5"; }
      #menu-social ul li a[href*="linkedin.com"]:before {
        content: "\f0e1"; }
      #menu-social ul li a[href*="instagram.com"]:before {
        content: "\f16d"; }
      #menu-social ul li a[href*="yelp.com"]:before {
        content: "\f1e9"; }
      #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*="pinterest.com"]:before {
        content: "\f0d2"; }
      #menu-social ul li a[href*="github.com"]:before {
        content: "\f09b"; }
      #menu-social ul li a[href*="vimeo.com"]:before {
        content: "\f27d"; }
      #menu-social ul li a[href*="dribbble.com"]:before {
        content: "\f17d"; }
      #menu-social ul li a[href*="wordpress.com"]:before {
        content: "\f19a"; }
      #menu-social ul li a[href*="tumblr.com"]:before {
        content: "\f173"; }
      #menu-social ul li a[href*="codepen.io"]:before {
        content: "\f1cb"; }
      #menu-social ul li a[href*="skype.com"]:before {
        content: "\f17e"; }
      #menu-social ul li a[href*="reddit.com"]:before {
        content: "\f1a1"; }
      #menu-social ul li a[href*="stumbleupon.com"]:before {
        content: "\f1a4"; }
      #menu-social ul li a[href*="pocket.com"]:before {
        content: "\f265"; }
      #menu-social ul li a[href*="foursquare.com"]:before {
        content: "\f180"; }
  #menu-social ul em {
    display: none; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #eee;
  background: #eee;
  color: #333;
  line-height: 1.9;
  vertical-align: top;
  padding: 5px 20px;
  text-transform: uppercase;
  
  font-size: 11px;
  font-size: 1.1rem;
  transition: .3s; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #000;
    color: #fff; }
  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: #ddd; }

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 #ddd;
  padding: 5px 10px; }
  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 #ddd; }

textarea {
  width: 100%; }

.search-form {
  margin: 0 auto;
  position: relative; }
  .search-form .search-field {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 10px 20px; }
  .search-form .search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    
    background-color: #ff0000;
    color: #fff;
    transition: opacity .3s; }
    .search-form .search-submit:hover {
      opacity: 0.8; }

.popup-describer-form {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 100;
  text-align: right; }
  .popup-describer-form .toggle-popup {
    border-radius: 2px 2px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    cursor: pointer;
    background-color: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#464646));
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    padding: 2px 10px 2px 8px;
    text-shadow: 0 -1px 0 #444444;
    display: inline-block;
    margin-top: -22px;
    text-transform: capitalize;
    color: #fff; }
    .popup-describer-form .toggle-popup i {
      margin-right: 5px; }
  .popup-describer-form .describer-footer-form {
    display: none;
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 2px 0 0 0;
    color: #fff;
    background: #464646;
    text-align: left; }
    .popup-describer-form .describer-footer-form .mc4wp-form-fields label {
      margin-bottom: 15px;
      display: inline-block; }
    .popup-describer-form .describer-footer-form .mc4wp-form-fields input[type="submit"]:hover {
      border: 1px solid #000; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 300ms;
  text-decoration: none; }

a:hover, a:focus {
  color: #ff0000; }

a {
  color: #404040; }
  a:hover, a:focus, a:active {
    color: #ff0000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0;
    text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#primary-menu {
  list-style: none;
  margin: 0 0 0 100px;
  padding-left: 0; }
  #primary-menu > li.menu-item {
    border-top: 1px solid transparent; }
  #primary-menu .indicator {
    color: #fff;
    margin-right: 3px;
    transition: all 0.3s; }
  #primary-menu .sub-menu a {
    color: #333; }
    #primary-menu .sub-menu a .indicator {
      color: #333;
      position: absolute;
      right: 10px; }
    #primary-menu .sub-menu a:hover {
      color: #ff0000; }
  #primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999; }
    #primary-menu ul ul {
      left: -999em;
      top: -1px; }
    #primary-menu ul li:hover > ul,
    #primary-menu ul li.focus > ul {
      left: 100%; }
    #primary-menu ul a {
      width: 200px; }
  #primary-menu li:hover > ul,
  #primary-menu li.focus > ul {
    left: auto; }
  #primary-menu li a {
    font-size: 11px;
    font-size: 1.1rem;
     }
  #primary-menu li {
    display: inline-block;
    position: relative;
     }
    #primary-menu li:first-child {
      border-top: none; }
  #primary-menu a {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 13px 10px;
    color: #333; }

.menu-toggle {
  display: none; }

.main-navigation ul {
  display: block; }

.comment-navigation,
.posts-navigation,
.post-navigation {
  clear: both; }
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 3.5em;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
    .comment-navigation .nav-previous i,
    .posts-navigation .nav-previous i,
    .post-navigation .nav-previous i {
      font-size: 10px;
      font-size: 1rem; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }
    .comment-navigation .nav-next i,
    .posts-navigation .nav-next i,
    .post-navigation .nav-next i {
      font-size: 10px;
      font-size: 1rem; }

#page .side-menu {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 10000;
  width: 300px;
  overflow-y: auto;
  padding: 60px 0 20px;
  background: #313131;
  right: 0;
  transition: transform linear 0.35s;
  transform: translateX(300px); }
  #page .side-menu li {
    float: none;
    display: block !important;
    border-bottom: 1px solid #4A4A4A; }
    #page .side-menu li a {
      font-size: 14px;
      font-weight: normal;
      
      text-transform: uppercase;
      color: #fff;
      position: relative;
      padding: 17px 10px 17px 30px;
      display: block;
      line-height: 1.3em; }
      #page .side-menu li a .indicator {
        position: absolute;
        top: 0;
        left: 0;
        padding: 17px; }
  #page .side-menu.menu-sticky {
    transform: translateX(0); }
  #page .side-menu .custom-logo-link {
    text-align: center;
    display: block;
    padding-top: 5px;
    background: #fff; }
  #page .side-menu #sticky-menu, #page .side-menu #primary-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    #page .side-menu #sticky-menu li:last-child, #page .side-menu #primary-menu li:last-child {
      border-bottom: none; }
    #page .side-menu #sticky-menu ul, #page .side-menu #primary-menu ul {
      box-shadow: none;
      float: none;
      position: static;
      display: none;
      width: 100%;
      padding: 0;
      margin: 0;
      background: #313131; }
      #page .side-menu #sticky-menu ul a, #page .side-menu #primary-menu ul a {
        display: inline-block;
        width: 100%; }
      #page .side-menu #sticky-menu ul.sub-menu, #page .side-menu #primary-menu ul.sub-menu {
        border-top: 1px solid #4A4A4A; }

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.post-pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  .post-pagination > div {
    width: 100%;
    padding: 15px 0; }
    .post-pagination > div a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #333; }
      .post-pagination > div a:hover {
        color: #000;
        text-decoration: none; }
        .post-pagination > div a:hover h4 {
          color: #000; }
  .post-pagination .prev-post + .next-post {
    border-left: 1px solid #e1e1e1; }
  .post-pagination .next-post {
    text-align: right; }
    .post-pagination .next-post .pagination-text h4 {
      margin-right: 52px;
      margin-left: 10px; }
    .post-pagination .next-post .arrow {
      float: right;
      margin-left: 18px; }
  .post-pagination .arrow {
    font-size: 47px;
    float: left;
    line-height: 1;
    margin-right: 18px;
    margin-top: -6px; }
  .post-pagination .pagination-title {
    margin: 0; }
  .post-pagination .pagination-text h4 {
    margin-left: 35px;
    margin-right: 10px;
    
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    font-size: 1.3rem;
    color: #333; }
  .post-pagination .pagination-text span {
    
    font-weight: 500;
    line-height: 1; }

.nav-links > div a {
  display: inline-block;
  background: #eee;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  text-transform: uppercase;
  
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem; }
  .nav-links > div a:hover {
    border-color: #000;
    text-decoration: none;
    background-color: #000;
    color: #fff; }
  .nav-links > div a:active, .nav-links > div a:focus {
    border-color: #ddd; }

.page-links {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem; }
  .page-links a {
    font-weight: 500; }

.texton-gridtexton .navigation {
  padding-top: 25px; }
  .texton-gridtexton .navigation .nav-links {
    padding: 0 10px; }

/*--------------------------------------------------------------
# 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: 8.75px;
    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::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  display: block;
  content: "";
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  border-top: 1px solid #e1e1e1;
  /* Make sure select elements fit in widgets. */ }
  .widget:first-child {
    border-top: none; }
  .widget > h4 {
    
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    
    font-weight: 500; }
  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .widget .widget-title {
    margin-bottom: 20px;
    position: relative;
    justify-content: center;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    display: flex;
    align-items: center;
    
    font-weight: 500;
    padding: 8px 0;
    text-transform: uppercase;
    color: #ff0000;
    white-space: nowrap;
    
    font-size: 10px;
    font-size: 1rem; }
    .widget .widget-title:first-child {
      margin-top: 0; }
  .widget select {
    max-width: 100%; }
  .widget_rss h4 > .rsswidget:first-child {
    margin-right: 5px; }
    .widget_rss h4 > .rsswidget:first-child img {
      position: relative;
      top: 1px; }
  .widget_widget_candian_about_us {
    text-align: center; }
    .widget_widget_candian_about_us img.about-me {
      border-radius: 100%; }
  .widget_candian_social .widget-social {
    display: flex;
    justify-content: center; }
    .widget_candian_social .widget-social a {
      padding: 5px 10px;
      margin: 0 3px; }
      .widget_candian_social .widget-social a span {
        display: none; }
  .widget_candian_latest_news .side-newsfeed .side-item {
    display: inline-block;
    width: 100%; }
    .widget_candian_latest_news .side-newsfeed .side-item .side-image {
      width: 40%;
      margin-right: 5%;
      float: left; }
      .widget_candian_latest_news .side-newsfeed .side-item .side-image img {
        width: 100%; }
    .widget_candian_latest_news .side-newsfeed .side-item .side-item-text {
      float: left;
      width: 55%; }
      .widget_candian_latest_news .side-newsfeed .side-item .side-item-text h4 {
        
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        line-height: 1.4;
        margin: 0;
        padding: 0; }
        .widget_candian_latest_news .side-newsfeed .side-item .side-item-text h4 a {
          font-weight: 500;
          color: #000; }
      .widget_candian_latest_news .side-newsfeed .side-item .side-item-text span {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        color: #888; }
  .widget_categories ul li {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 7px;
    padding-bottom: 5px;
    position: relative;
    color: #888; }
    .widget_categories ul li a {
      left: 0;
      padding-left: 18px;
      color: #404040;
      text-transform: capitalize; }
      .widget_categories ul li a:hover {
        color: #000;
        text-decoration: underline; }
    .widget_categories ul li:before {
      content: "\f105";
      position: absolute;
      font-family: FontAwesome;
      left: 0;
      top: 0;
      color: #888; }
    .widget_categories ul li:last-child {
      border-bottom: none; }
  .widget_search .search-form {
    position: relative; }
    .widget_search .search-form .search-field {
      border-radius: 0;
      width: 100%;
      padding-left: 10px; }
    .widget_search .search-form .search-submit {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      border-radius: 0;
      border: none;
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase;
      transition: .3s; }
  .widget_tag_cloud .tagcloud a {
    
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
    padding: 7px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 11px !important;
    background: none;
    border: 1px solid #E0E0E0;
    transition: all 0.3s;
    outline: none;
    font-weight: normal; }
    .widget_tag_cloud .tagcloud a:hover {
      background-color: #ff0000;
      border: 1px solid transparent;
      color: #fff;
      text-decoration: none; }
  .widget_candian_facebook {
    min-height: 255px; }
  .widget_mc4wp_form_widget .mc4wp-form-fields label {
    margin-bottom: 15px;
    display: block; }
  .widget_mc4wp_form_widget .mc4wp-form-fields input {
    display: block;
    width: 100%; }
    .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
      background-color: #ff0000;
      border: none;
      color: #fff;
      padding: 10px 20px;
      transition: .3s; }
      .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"]:hover {
        background-color: #000; }

.footer-instagram {
  position: relative;
  clear: both; }
  .footer-instagram .widget {
    margin: 0; }
  .footer-instagram .footer-instagram-title {
    background: #111;
    padding: 12px 22px;
    margin: 0;
    z-index: 999;
    
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #fff; }

.site-footer .widget_candian_social, .bottom .widget_candian_social {
  margin: 0;
  padding: 15px 0; }
  .site-footer .widget_candian_social .widget-social a, .bottom .widget_candian_social .widget-social a {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem; }
    .site-footer .widget_candian_social .widget-social a i, .bottom .widget_candian_social .widget-social a i {
      margin-right: 5px; }
    .site-footer .widget_candian_social .widget-social a span, .bottom .widget_candian_social .widget-social a span {
      display: inline;
      font-size: 16px;
      font-size: 1.6rem; }
    .site-footer .widget_candian_social .widget-social a:hover, .bottom .widget_candian_social .widget-social a:hover {
      color: #ff0000; }

.iscwp-img-wrp .iscwp-meta {
  display: inline-block;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  top: auto;
  bottom: 30px; }
  .iscwp-img-wrp .iscwp-meta .iscwp-meta-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 11px;
    font-size: 1.1rem; }
    .iscwp-img-wrp .iscwp-meta .iscwp-meta-inner-wrap .iscwp-likes-num, .iscwp-img-wrp .iscwp-meta .iscwp-meta-inner-wrap .iscwp-meta-comment {
      text-shadow: none;
      color: #000; }

.iscwp-img-wrp:hover .iscwp-meta .faa-pulse.animated {
  color: #000; }

.top-instagram .iscwp-insta-grid {
  margin-bottom: 10px; }

.top-instagram .iscwp-outer-wrap {
  margin: 0 -8px; }
  .top-instagram .iscwp-outer-wrap .iscwp-column, .top-instagram .iscwp-outer-wrap .iscwp-columns {
    padding: 0 8px; }

.iscwp-outer-wrap .iscwp-img-wrp:hover {
  background-color: #3a342a; }
  .iscwp-outer-wrap .iscwp-img-wrp:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    background: rgba(0, 0, 0, 0.1); }

.iscwp-outer-wrap .iscwp-img-wrp:before {
  content: "";
  transform: scale3d(1.2, 1.2, 1);
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  transition: opacity 0.5s, transform 0.5s;
  z-index: 1; }

.footer-instagram .iscwp-outer-wrap {
  margin: 0; }
  .footer-instagram .iscwp-outer-wrap .iscwp-col-8 {
    width: 12.5%;
    padding: 0; }
    .footer-instagram .iscwp-outer-wrap .iscwp-col-8 .iscwp-img-wrp .iscwp-meta {
      background: none;
      width: 100%;
      text-align: center;
      top: 42%;
      bottom: auto;
      transform: scale(1.5);
      opacity: 0;
      transition: opacity 0.35s, transform 0.35s; }
      .footer-instagram .iscwp-outer-wrap .iscwp-col-8 .iscwp-img-wrp .iscwp-meta .iscwp-meta-inner-wrap {
        display: inline-block; }
        .footer-instagram .iscwp-outer-wrap .iscwp-col-8 .iscwp-img-wrp .iscwp-meta .iscwp-meta-inner-wrap .iscwp-likes-num, .footer-instagram .iscwp-outer-wrap .iscwp-col-8 .iscwp-img-wrp .iscwp-meta .iscwp-meta-inner-wrap .iscwp-meta-comment {
          text-shadow: none;
          color: #fff; }
        .footer-instagram .iscwp-outer-wrap .iscwp-col-8 .iscwp-img-wrp .iscwp-meta .iscwp-meta-inner-wrap .faa-pulse.animated {
          color: #fff; }
    .footer-instagram .iscwp-outer-wrap .iscwp-col-8 .iscwp-img-wrp:hover .iscwp-meta {
      backface-visibility: hidden;
      transform: scale(1);
      opacity: 1; }

.widget-area .widget {
  border-top: none; }
  .widget-area .widget_rss h4 > .rsswidget:first-child {
    margin-right: 5px; }
    .widget-area .widget_rss h4 > .rsswidget:first-child img {
      vertical-align: middle;
      top: 0; }

.widget-area .iscwp-outer-wrap {
  margin: 0 -5px; }
  .widget-area .iscwp-outer-wrap .iscwp-cnt-wrp {
    padding: 5px; }
  .widget-area .iscwp-outer-wrap .iscwp-img-wrp .iscwp-meta {
    display: none; }
  .widget-area .iscwp-outer-wrap .iscwp-img-wrp:hover {
    background-color: #3a342a; }
    .widget-area .iscwp-outer-wrap .iscwp-img-wrp:hover:before {
      opacity: 1;
      transform: scale3d(1, 1, 1);
      background: rgba(0, 0, 0, 0.1); }
  .widget-area .iscwp-outer-wrap .iscwp-img-wrp:before {
    content: "";
    transform: scale3d(1.2, 1.2, 1);
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 0;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    transition: opacity 0.5s, transform 0.5s;
    z-index: 1; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  float: left;
  width: calc(100% - 310px); }

#primary {
  padding-right: 60px; }

.site-content {
  display: inline-block;
  width: 100%;
  padding: 0 0 60px; }

.site-content .widget-area {
  float: right;
  width: 310px; }

.no-boxed {
  background: #fff; }
  .no-boxed .candian-wrap {
    padding: 0;
    background: transparent;
    box-shadow: none; }
  .no-boxed .site-content {
    padding: 0; }
  .no-boxed .site-footer .footer {
    padding: 0; }

.sticky-sidebar {
  float: left;
  width: 310px; }
  .sticky-sidebar .widget-area {
    float: none;
    width: 100%; }

.sidebar-left .content-area {
  float: right;
  width: calc(100% - 310px); }

.sidebar-left #primary {
  padding-right: 0;
  padding-left: 60px; }

.sidebar-left .site-content .widget-area {
  float: left;
  width: 310px; }

.full-main #primary {
  float: none;
  width: 100%;
  padding-right: 0;
  margin: 0 auto; }
  .full-main #primary .entry-header {
    text-align: center; }
    .full-main #primary .entry-header .post-thumbnail img {
      width: 100%; }

.post-full-main #primary {
  float: none;
  width: 100%;
  padding-right: 0;
  margin: 0 auto; }

.texton-gridtexton #main {
  margin: 0 -8px; }

.texton-gridtexton .first-post article {
  padding: 5px 8px; }

.error404 {
  text-align: center; }
  .error404 .site-header {
    text-align: left; }
  .error404 .content-area {
    width: 100%;
    margin-bottom: 60px; }
    .error404 .content-area .site-main {
      padding: 0;
      margin: 0 auto; }

.site-header {
  position: relative;
  z-index: 10; }

.featured-slider {
  margin-bottom: 40px; }

.bottom {
  background-color: #eee; }

.featured-slider {
  margin-bottom: 50px; }

.site-footer {
  position: relative;
  z-index: 10; }
  .site-footer .footer {
    background-color: #fff;
    padding: 40px 0; }
  .site-footer .site-info-wrap {
    background: #111;
    color: #fff;
      padding: 0 15px;
  }
    .site-footer .site-info-wrap .site-info {
      display: flex;
      justify-content: space-between;
      padding: 20px 0;
      text-align: center;
      position: relative;
      text-transform: uppercase; }
      .site-footer .site-info-wrap .site-info .site-powered {
        text-align: right; }
        .site-footer .site-info-wrap .site-info .site-powered a {
          text-transform: lowercase; }
      .site-footer .site-info-wrap .site-info a {
        color: #fff; }
        .site-footer .site-info-wrap .site-info a:hover {
          opacity: .8; }
  .site-footer .back-to-top {
    position: fixed;
    right: 22px;
    bottom: 20px;
    cursor: pointer; }
    .site-footer .back-to-top span {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      border-radius: 100%;
      text-align: center; }
      .site-footer .back-to-top span i {
        font-weight: 700;
        font-size: 38px;
        font-size: 3.8rem;
        color: #000;
        text-shadow: 0 0 1px #fff; }
  .site-footer .social-side-right {
    position: fixed;
    right: 0;
    bottom: 35%; }
    .site-footer .social-side-right .widget-social {
      flex-direction: column; }
      .site-footer .social-side-right .widget-social a {
        padding: 2px 5px; }
        .site-footer .social-side-right .widget-social a span {
          display: none; }
        .site-footer .social-side-right .widget-social a i {
          font-size: 14px;
          font-size: 1.4rem;
          color: #ff0000;
          transition: color .3s; }
          .site-footer .social-side-right .widget-social a i:hover {
            color: #000; }

.user-contact {
  padding-bottom: 40px;
  display: inline-block;
  width: 100%; }
  .user-contact h4 {
    margin: 0;
    line-height: 1;
    font-size: 14px; }
    .user-contact h4 a {
      margin-left: 5px;
      font-weight: 700;
      
      font-size: 22px; }
  .user-contact .user-image {
    float: left;
    margin-right: 25px; }
  .user-contact .user-content {
    margin-left: 150px; }
    .user-contact .user-content > p {
      margin-bottom: 13px; }
    .user-contact .user-content > a {
      margin-right: 8px; }

.post-related .post-related-title {
  display: flex;
  align-items: center;
  
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
  
  font-size: 10px;
  font-size: 1.2rem;
  margin-bottom: 40px; }
  .post-related .post-related-title:before {
    content: "";
    border-top: 1px solid #000;
    position: relative;
    width: 50%;
    margin-right: 20px; }
  .post-related .post-related-title:after {
    content: "";
    border-top: 1px solid #000;
    position: relative;
    width: 50%;
    margin-left: 20px; }

.post-related .items {
  margin: 0 -8px; }
  .post-related .items .item-related {
    text-align: center;
    padding: 0 8px; }
    .post-related .items .item-related img {
      margin-bottom: 10px; }
    .post-related .items .item-related h4 {
      margin: 0;
      font-weight: 500;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4; }
    .post-related .items .item-related .date {
      font-size: 14px;
      font-size: 1.4rem; }

.archive-description {
  margin-bottom: 20px; }

.search-popup {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  cursor: url(img/cursor-x.png) 30 15, auto; }
  .search-popup .search-top-bar-popup {
    display: inline-block;
    position: relative;
    top: 30%;
    max-width: 600px;
    margin: 0 auto;
    }
  .search-popup .search-popup-bg {
    width: 100%;
    height: 100%;
    position: absolute; }
  .search-popup .search-top-bar-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    border-radius: 0;
    background: #ff0000;
    border: none;
    height: 60px;
    width: 60px;
    font-size: 20px;
    font-size: 2rem; }
  .search-popup .search-field-top-bar {
    border-radius: 0;
    border: none;
    padding: 10px 23px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-size: 2rem; }
  .search-popup .search-top-bar-submit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    border-radius: 0;
    background: #ff0000;
    border: none;
    height: 60px;
    width: 60px;
      font-style: normal !important;
    font-size: 20px;
    }

.icon-button-search {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem; }
  .icon-button-search:hover i {
    transition: .3s;
    color: #000; }

.menu-search-social {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.custom-header {
  border-top: 1px solid #e1e1e1; }

.header-1, .header-2, .header-0 {
  margin-bottom: 30px; }
  .header-1 #header-menu, .header-2 #header-menu, .header-0 #header-menu {
    background-color: #ff0000;
    box-shadow: 0 0 32px -4px rgba(0, 0, 0, 0.1); }
    .header-1 #header-menu::after, .header-2 #header-menu::after, .header-0 #header-menu::after {
      display: block;
      content: "";
      clear: both; }
    .header-1 #header-menu #site-navigation, .header-2 #header-menu #site-navigation, .header-0 #header-menu #site-navigation {
      display: inline-block; }
  .header-1 #header-logo, .header-2 #header-logo, .header-0 #header-logo {
    text-align: center;
    padding: 30px 0; }

.header-2 {
  text-align: center; }
  .header-2 #header-logo {
    background: url("img/bg-header2.jpg") center center no-repeat scroll transparent; }
  .header-2 .sub-menu {
    text-align: left; }

.header-0 {
  text-align: center;
  margin: 0 0 30px 0; }
  .header-0 #header-menu {
    background-color: rgba(255,0,0,.8);
  }
  .header-0 #header-logo {
    padding: 15px 0 30px; }
    .header-0 #header-logo .custom-logo {
      padding: 20px 0; }
  .header-0 .sub-menu {
    text-align: left;
    border-top: 1px solid #e1e1e1; }
  .header-0 .header-icons {
    display: flex;
    align-content: center; }
    .header-0 .header-icons .icon-button-search {
      font-size: 16px;
      font-size: 1.6rem;
      padding-top: 5px; }
  .header-0 .site-title {
    margin: 0; }
    .header-0 .site-title a {
      color: #000;
      font-weight: 100;
      font-size: 60px;
      font-size: 6rem;
      text-transform: uppercase; }
      .header-0 .site-title a:hover {
        color: #000; }
  .header-0 .site-description {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    
    line-height: 1.5;
    margin: 0 auto;
    max-width: 75%;
    text-align: center;
    text-transform: uppercase; }
  .home .header-0 {
    margin-bottom: 0; }
  .header-0 .menu a:hover {
    color: #000; }
    .header-0 .menu a:hover .indicator {
      color: #000; }
  .header-0 #menu-social ul li a:before {
    color: #fff;
    transition: all .3s; }
  .header-0 #menu-social ul li a:hover:before {
    color: #000; }

.header-3, .header-4 {
  margin-bottom: 15px; }
  .header-3 #header-menu, .header-4 #header-menu {
    background-color: #fff;
    box-shadow: 0 0 32px -4px rgba(0, 0, 0, 0.1); }
  .header-3 .menu-search-social, .header-4 .menu-search-social {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    transition: padding linear 0.15s; }
    .header-3 .menu-search-social .button-menu, .header-4 .menu-search-social .button-menu {
      font-size: 18px;
      font-size: 1.8rem;
      cursor: pointer;
      color: #000; }
  .header-3 .site-branding, .header-4 .site-branding {
    display: block;
    text-align: center;
    padding: 40px 0; }
  .header-3 #searchform_topbar, .header-4 #searchform_topbar {
    position: relative;
    max-width: 600px;
    width: 100%; }
    .header-3 #searchform_topbar .search-field-top-bar, .header-4 #searchform_topbar .search-field-top-bar {
      border: 1px solid #e1e1e1;
      width: 100%;
      height: 40px;
      padding: 5px 20px;
      font-size: 16px;
      font-size: 1.6rem;
      border-radius: 0; }
    .header-3 #searchform_topbar .search-top-bar-submit, .header-4 #searchform_topbar .search-top-bar-submit {
      border: none;
      background: none;
      font-size: 18px;
      font-size: 1.8rem;
      position: absolute;
      top: 0;
      right: 0;
      color: #000; }

.header-4 .site-branding {
  background: url("img/bg-header2.jpg") center center no-repeat scroll transparent; }

.close-sticky {
  cursor: url(img/cursor-x.png) 0 0, auto;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed; }

#header-menu .menu-height {
  padding: 10px 0; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 3.5em; }

.tag-sticky-2 .entry-title a, .tag-sticky-2 .entry-title span {
  position: relative; }
  .tag-sticky-2 .entry-title a:before, .tag-sticky-2 .entry-title span:before {
    content: "\f08d";
    font-family: FontAwesome;
    position: absolute;
    right: -28px;
    font-weight: normal;
    top: -2px; }

.post-categories, .entry-meta, .entry-title {
  text-align: center; }

.byline {
  display: inline; }

.updated:not(.published) {
  display: none; }

.posted-on {
  padding-left: 10px;
  position: relative; }
  .posted-on:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #888;
    border-radius: 100%; }
  .entry-date{
      font-style: normal !important;
  }
.posted-on:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -10px;
    width: 3px;
    height: 3px;
    background-color: #888;
    border-radius: 100%; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.entry-footer {
  margin: 0;
  text-align: center; }

.entry-more-link {
  text-align: center; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.home-title {
  margin: 0 0 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
  
  font-size: 10px;
  font-size: 1rem; }
  .home-title:before {
    content: "";
    border-top: 1px solid #000;
    position: relative;
    width: 50%;
    margin-right: 20px; }
  .home-title:after {
    content: "";
    border-top: 1px solid #000;
    position: relative;
    width: 50%;
    margin-left: 20px; }

.entry-header {
  position: relative; }
  .entry-header .post-thumbnail-video {
    margin-bottom: 20px; }
  .entry-header .post-thumbnail-quote {
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #333; }
    .entry-header .post-thumbnail-quote quote {
      border-left: 3px solid #ff0000;
      display: inline-block;
      padding-left: 20px; }
      .entry-header .post-thumbnail-quote quote .quote-url {
        
        font-style: italic;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 10px; }
      .entry-header .post-thumbnail-quote quote .quote-name {
        display: flex;
        white-space: nowrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 1.2rem;
         }
        .entry-header .post-thumbnail-quote quote .quote-name:before {
          content: "";
          border-top: 1px solid #000;
          position: relative;
          width: 50%;
          margin-right: 20px; }
        .entry-header .post-thumbnail-quote quote .quote-name:after {
          content: "";
          border-top: 1px solid #000;
          position: relative;
          width: 50%;
          margin-left: 20px; }
  .entry-header .post-thumbnail-link {
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 10px 60px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #333;
    
    font-style: italic;
    text-align: center; }
    .entry-header .post-thumbnail-link i {
      margin-right: 7px; }

.entry-meta {
  display: flex;
  justify-content: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-style: italic;
  letter-spacing: 1px;
  color: #939393;
  margin-bottom: 15px; }
  .entry-meta img {
    margin-right: 5px;
    border-radius: 100%; }
  .entry-meta .author a:hover, .entry-meta .posted-on a:hover {
    color: #666; }
  .entry-meta a {
    font-size: 11px;
    font-size: 1.1rem;
    color: #404040;
    text-transform: uppercase;
    font-style: normal; }
  .entry-meta .byline {
    margin-right: 5px;
    color: #939393; }

.post-thumbnail {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover; }
  .post-thumbnail:after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6667%;
    background: none !important;
    box-shadow: none !important; }

.post-categories {
    margin: 0 auto;
    padding: 0 4px;
    list-style: none;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    background-color: transparent;
    width: 130px;
}
  .post-categories li {
    display: inline;
    position: relative;
    padding-left: 10px; }
    .post-categories li a:hover {
      color: #666; }
    .post-categories li:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 3px;
      height: 3px;
      background-color: #888;
      border-radius: 100%; }
    .post-categories li:first-child:before {
      display: none; }

.entry-title {
  margin: 0 0 6px 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal; }
  .entry-title a {
    color: #000; }
    .entry-title a:hover {
      color: #666;
      text-decoration: none; }

.home .standard .entry-content.entry-more-link, .home .classic .entry-content.entry-more-link {
  padding: 0 80px; }

.full-main.home .entry-content {
  padding: 0; }

.full-main article.list .entry-thumbnail:after, .full-main article.boxed .entry-thumbnail:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6667%; }

.wrap-more-link {
  text-align: center; }

.more-link {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #ff0000;
  padding: 7px 20px;
   }
  .more-link:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none; }

.site-main .classic .format-quote .entry-header {
  position: relative; }
  .site-main .classic .format-quote .entry-header blockquote {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0;
    padding: 20px;
    font-size: 18px;
    font-size: 1.8rem; }

.site-main .classic .entry-header {
  position: relative; }

.site-main article:not(.classic).format-video .post-thumbnail, .site-main article:not(.classic).format-video .entry-thumbnail {
  position: relative; }
  .site-main article:not(.classic).format-video .post-thumbnail:before, .site-main article:not(.classic).format-video .entry-thumbnail:before {
    content: "\f03d";
    font-family: FontAwesome;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 13px 2px;
    opacity: 0.6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-size: 2.8rem; }
  .site-main article:not(.classic).format-video .post-thumbnail:hover:before, .site-main article:not(.classic).format-video .entry-thumbnail:hover:before {
    opacity: 1; }

.site-main article:not(.classic).format-quote .post-thumbnail, .site-main article:not(.classic).format-quote .entry-thumbnail {
  position: relative; }
  .site-main article:not(.classic).format-quote .post-thumbnail:before, .site-main article:not(.classic).format-quote .entry-thumbnail:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 13px 2px;
    opacity: 0.6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-size: 2.8rem; }
  .site-main article:not(.classic).format-quote .post-thumbnail:hover:before, .site-main article:not(.classic).format-quote .entry-thumbnail:hover:before {
    opacity: 1; }

.site-main article:not(.classic).format-link .post-thumbnail, .site-main article:not(.classic).format-link .entry-thumbnail {
  position: relative; }
  .site-main article:not(.classic).format-link .post-thumbnail:before, .site-main article:not(.classic).format-link .entry-thumbnail:before {
    content: "\f0c1";
    font-family: FontAwesome;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 13px 2px;
    opacity: 0.6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-size: 2.8rem; }
  .site-main article:not(.classic).format-link .post-thumbnail:hover:before, .site-main article:not(.classic).format-link .entry-thumbnail:hover:before {
    opacity: 1; }

.site-main article:not(.classic).format-gallery .post-thumbnail, .site-main article:not(.classic).format-gallery .entry-thumbnail {
  position: relative; }
  .site-main article:not(.classic).format-gallery .post-thumbnail:before, .site-main article:not(.classic).format-gallery .entry-thumbnail:before {
    content: "\f0c5";
    font-family: FontAwesome;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 13px 2px;
    opacity: 0.6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-size: 2.8rem; }
  .site-main article:not(.classic).format-gallery .post-thumbnail:hover:before, .site-main article:not(.classic).format-gallery .entry-thumbnail:hover:before {
    opacity: 1; }

.site-main article:not(.classic).format-image .post-thumbnail, .site-main article:not(.classic).format-image .entry-thumbnail {
  position: relative; }
  .site-main article:not(.classic).format-image .post-thumbnail:before, .site-main article:not(.classic).format-image .entry-thumbnail:before {
    content: "\f03e";
    font-family: FontAwesome;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 13px 2px;
    opacity: 0.6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-size: 2.8rem; }
  .site-main article:not(.classic).format-image .post-thumbnail:hover:before, .site-main article:not(.classic).format-image .entry-thumbnail:hover:before {
    opacity: 1; }

.site-main article:not(.classic).format-audio .post-thumbnail, .site-main article:not(.classic).format-audio .entry-thumbnail {
  position: relative; }
  .site-main article:not(.classic).format-audio .post-thumbnail:before, .site-main article:not(.classic).format-audio .entry-thumbnail:before {
    content: "\f025";
    font-family: FontAwesome;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 13px 2px;
    opacity: 0.6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-size: 2.8rem; }
  .site-main article:not(.classic).format-audio .post-thumbnail:hover:before, .site-main article:not(.classic).format-audio .entry-thumbnail:hover:before {
    opacity: 1; }

.post-thumbnail-gallery {
  position: relative; }
  .post-thumbnail-gallery .gallery-caption {
    bottom: -200px; }

.first-post {
  clear: both; }

article.grid {
  width: 50%;
  float: right; }
  article.grid .entry-title {
    line-height: 1.2;
    font-size: 22px;
    font-size: 1.8rem;
    margin: 10px 0; }
  article.grid .entry-content {
    padding: 0;
    margin-bottom: 42px; }
  article.grid .entry-footer {
    border-top: 1px solid #e1e1e1; }
    article.grid .entry-footer .candian-social-shared {
      background-color: #fff;
      display: inline-block;
      position: relative;
      top: -17px;
      padding: 0 18px; }
      article.grid .entry-footer .candian-social-shared a {
        padding-top: 5px;
        margin: 0 3px;
        width: 25px;
        height: 25px;
        display: inline-block; }
  article.grid:nth-of-type(odd) {
    padding: 0 0 0 10px;
    clear: both; }
  article.grid:nth-of-type(even) {
    padding: 0 10px 0 0; }

article.list {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 40px; }
  article.list .entry-thumbnail {
    width: 50%;
    background-size: cover;
    background-position: center; }
  article.list .content-right {
    text-align: left;
    width: 50%;
    padding-left: 25px; }
    article.list .content-right .entry-title {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.2;
      margin: 10px 0; }
    article.list .content-right .post-categories li:first-child {
      padding-left: 0; }
    article.list .content-right .entry-content {
      padding: 0; }
    article.list .content-right .entry-meta {
      justify-content: center;
      margin: 0; }
    article.list .content-right .entry-footer {
      border-top: 1px solid #e1e1e1;
      text-align: center; }
      article.list .content-right .entry-footer .candian-social-shared {
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: -17px;
        padding: 0 18px; }
        article.list .content-right .entry-footer .candian-social-shared a {
          padding-top: 5px;
          margin: 0 3px;
          width: 25px;
          height: 25px;
          display: inline-block; }

article.boxed {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  border: 1px solid #e1e1e1;
  margin-bottom: 40px; }
  article.boxed .entry-thumbnail {
    background-color: #000;
    width: 50%;
    background-size: cover;
    background-position: center; }
    article.boxed .entry-thumbnail .post-thumbnail {
      margin-bottom: 0; }
  article.boxed .content-right {
    width: 50%;
    padding: 25px; }
    article.boxed .content-right .entry-title {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.2;
      margin: 10px 0; }
    article.boxed .content-right .entry-content {
      padding: 0;
      text-align: center;
      margin-bottom: 35px; }
    article.boxed .content-right .post-categories li:first-child {
      padding-left: 0; }
    article.boxed .content-right .entry-meta {
      margin: 0 0 10px 0; }
    article.boxed .content-right .entry-footer .candian-social-shared {
      background-color: #fff;
      display: inline-block;
      position: relative;
      top: -17px;
      padding: 0; }
      article.boxed .content-right .entry-footer .candian-social-shared a {
        padding-top: 5px;
        margin: 0 3px;
        width: 25px;
        height: 25px;
        display: inline-block; }
  article.boxed:nth-of-type(even) {
    flex-direction: row-reverse; }

#page article.texton, #page article.gridtexton {
  position: relative;
  margin-bottom: 0; }
  #page article.texton .post-thumbnail, #page article.gridtexton .post-thumbnail {
    margin-bottom: 0; }
    #page article.texton .post-thumbnail:before, #page article.gridtexton .post-thumbnail:before {
      top: 0;
      left: auto;
      right: 0;
      transform: none;
      border: none;
      padding: 10px 20px;
      font-size: 20px;
      font-size: 2rem; }
    #page article.texton .post-thumbnail:after, #page article.gridtexton .post-thumbnail:after {
      padding-top: 50%; }
  #page article.texton .entry-content, #page article.gridtexton .entry-content {
    padding: 20px;
    position: absolute;
    left: 8px;
    bottom: 45px;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    max-width: 45%; }
    #page article.texton .entry-content .entry-title, #page article.gridtexton .entry-content .entry-title {
      line-height: 1.2;
      text-align: left;
      font-size: 20px;
      font-size: 2rem; }
      #page article.texton .entry-content .entry-title + p, #page article.gridtexton .entry-content .entry-title + p {
        margin-bottom: 0; }
    #page article.texton .entry-content .entry-meta, #page article.gridtexton .entry-content .entry-meta {
      justify-content: inherit;
      margin-bottom: 0;
      padding: 0 0 10px; }
      #page article.texton .entry-content .entry-meta .post-categories, #page article.gridtexton .entry-content .entry-meta .post-categories {
        position: relative;
        margin-left: 5px;
        margin-bottom: 0; }
        #page article.texton .entry-content .entry-meta .post-categories:before, #page article.gridtexton .entry-content .entry-meta .post-categories:before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          width: 3px;
          height: 3px;
          background-color: #888;
          border-radius: 100%; }
  #page article.texton:hover .post-thumbnail, #page article.gridtexton:hover .post-thumbnail {
    opacity: .9;
    transition: opacity .3s; }
    #page article.texton:hover .post-thumbnail:before, #page article.gridtexton:hover .post-thumbnail:before {
      text-shadow: 0 0 1px #fff;
      opacity: 1; }

#page article.gridtexton {
  width: 33.3333%;
  float: left;
  padding: 3px 8px; }
  #page article.gridtexton .entry-content {
    padding: 15px;
    max-width: 80%; }
    #page article.gridtexton .entry-content .entry-title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.4;
      margin-bottom: 0; }
    #page article.gridtexton .entry-content .entry-meta {
      padding: 0 0 6px; }
  #page article.gridtexton .post-thumbnail:after {
    padding-top: 90%; }

.single .candian-tags-shared {
  width: 100%;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 40px;
  display: flex;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  transition: all 0.3s;
  outline: none;
  font-weight: normal;
  justify-content: space-between;
  align-items: center; }
  .single .candian-tags-shared .post-tags span {
    text-transform: uppercase;
    color: #000;
    margin-right: 5px; }
  .single .candian-tags-shared .post-tags a {
    color: #333; }
    .single .candian-tags-shared .post-tags a:hover {
      color: #000;
      text-decoration: none; }
  .single .candian-tags-shared .post-shared a {
    margin-left: 10px; }

body:not(.texton-gridtexton) .texton {
  padding: 25px 0; }

body:not(.texton-gridtexton) .top-instagram {
  margin-bottom: 30px; }

.error404 .page-content {
  text-align: center; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

#commentform > p > label {
  display: block;
  font-style: italic; }

#commentform > p.comment-form-comment label {
  display: none; }

#commentform > p.comment-notes {
  display: none; }

#reply-title {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  text-transform: uppercase;
  
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px; }
  #reply-title:before {
    content: "";
    border-top: 1px solid #000;
    position: relative;
    width: 50%;
    margin-right: 20px; }
  #reply-title:after {
    content: "";
    border-top: 1px solid #000;
    position: relative;
    width: 50%;
    margin-left: 20px; }

#comments {
  display: inline-block;
  width: 100%;
  padding-top: 10px; }
  #comments ul.comment-list {
    list-style: none; }
    #comments ul.comment-list > li {
      display: inline-block;
      width: 100%; }
      #comments ul.comment-list > li.parent {
        border-bottom: none;
        padding-bottom: 0; }
        #comments ul.comment-list > li.parent > li {
          list-style: none;
          display: inline-block;
          width: 100%;
          padding-bottom: 20px; }
      #comments ul.comment-list > li:first-child {
        padding-top: 0; }
    #comments ul.comment-list .children > li {
      list-style: none;
      display: inline-block;
      width: 100%; }
      #comments ul.comment-list .children > li:first-child {
        border-top: none; }
  #comments .comments-title {
    display: flex;
    align-items: center;
    
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    white-space: nowrap;
    
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 40px; }
    #comments .comments-title:before {
      content: "";
      border-top: 1px solid #000;
      position: relative;
      width: 50%;
      margin-right: 20px; }
    #comments .comments-title:after {
      content: "";
      border-top: 1px solid #000;
      position: relative;
      width: 50%;
      margin-left: 20px; }
  #comments .comment-list {
    padding: 0;
    list-style: none; }
    #comments .comment-list > li article {
      border-top: 1px solid #e1e1e1;
      padding: 20px 0;
      position: relative;
      display: inline-block;
      width: 100%; }
      #comments .comment-list > li article .comment-content {
        margin-left: 115px; }
        #comments .comment-list > li article .comment-content > p:first-child {
          margin-top: 0; }
    #comments .comment-list > li:first-child article {
      padding-top: 0;
      border-top: none; }
    #comments .comment-list .comment-metadata a {
      
      font-style: italic;
      color: #ababab;
      font-size: 14px;
      font-size: 1.4rem; }
    #comments .comment-list .comment-metadata span a {
      color: #ff0000; }
    #comments .comment-list .comment-author .fn {
      text-transform: capitalize;
      display: inline-block;
      
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 1px;
      color: #000; }
    #comments .comment-list .comment-author img {
      float: left;
      margin-right: 15px; }
    #comments .comment-list .reply {
      position: absolute;
      right: 15px;
      top: 20px;
      font-style: italic;
      
      font-size: 14px;
      font-size: 1.4rem; }
    #comments .comment-list #reply-title {
       }

#respond .comment-reply-title {
  
  font-size: 16px;
  font-size: 1.6rem;
  color: #000; }

#respond .comment-form > p > label {
  
  color: #000; }

#respond .comment-form input {
  display: block; }

#respond .comment-form .required {
  color: #ff0000; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Popup Gallery
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid  #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid  #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%; }

/*--------------------------------------------------------------
## 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 {
  text-align: center; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.feat-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  height: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  margin: 0 auto;
  transition: 1.3s;
  transition-property: opacity, top;
  transition-delay: .8s;
  padding: 20px 15px; }
  .feat-overlay .feat-text {
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
    
    font-size: 14px;
    font-size: 1.4rem; }
    .feat-overlay .feat-text .feat-cat {
      margin: 25px 0 0;
      display: block; }
      .feat-overlay .feat-text .feat-cat a {
        color: #000;
        font-size: 11px;
        font-size: 1.1rem;
        text-transform: uppercase; }
    .feat-overlay .feat-text h3 {
      margin-top: 0;
      font-size: 26px;
      font-size: 2.6rem;
      position: relative;
      font-weight: normal; }


.featured-slider  {
  display: none; }
  .featured-slider.wrap-nivoslider{
    display: block; }
  .featured-slider .style-1 .item .image-overlay{
    padding-top: 66.666%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .featured-slider .style-2 .item{
    margin: 0 5px; }
    .featured-slider .style-2 .item .image-overlay{
      width: 942px;
      padding-top: 66.666%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .featured-slider .style-2 .item .feat-overlay{
      transition: 0s;
      transition-delay: 0s; }
  .featured-slider .style-3 .item{
    margin: 0 5px; }
    .featured-slider .style-3 .item .image-overlay {
      width: 800px;
      padding-top: 66.666%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }

.nivoSlider {
  min-width: 325px; }
  .nivoSlider .nivo-caption {
    color: #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background: transparent;
    white-space: normal;
    font-size: 16px;
    font-size: 1.6rem;
     }
    .nivoSlider .nivo-caption .feat-overlay {
      opacity: 1; }

.nivo-directionNav {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: opacity .3s; }
  .nivo-directionNav a {
    display: block;
    position: relative;
    font-size: 80px;
    font-size: 8rem;
    cursor: pointer;
    text-indent: -9999px;
    color: #fff; }
    .nivo-directionNav a.nivo-prevNav:before {
      text-indent: 9999px;
      content: "\f104";
      position: absolute;
      top: -70px;
      margin-left: 100px;
      height: 0;
      font-family: FontAwesome;
      transition: text-shadow .2s; }
    .nivo-directionNav a.nivo-nextNav:before {
      text-indent: 9999px;
      content: "\f105";
      position: absolute;
      top: -70px;
      margin-right: 100px;
      right: 0;
      height: 0;
      font-family: FontAwesome;
      transition: text-shadow .2s; }
    .nivo-directionNav a:hover.nivo-prevNav:before, .nivo-directionNav a:hover.nivo-nextNav:before {
      text-shadow: 0 0 15px #fff; }

.wrap-nivoslider {
  height: 470px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fff; }
  .wrap-nivoslider .style-nivo {
    position: absolute;
    width: 100%; }
    .wrap-nivoslider .style-nivo .nivo-controlNav {
      display: none; }
  .wrap-nivoslider:hover .nivo-directionNav {
    opacity: 1; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }


.entry-content > .gallery {
  margin: 0 -5px; }
  .entry-content > .gallery .gallery-item {
    padding: 0 5px; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0; }
  .gallery-item a {
    display: block;
    line-height: 0; }
  .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; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .wrap-nivoslider {
    height: 235px;
    margin-bottom: 5px; }
    .wrap-nivoslider .nivo-caption .feat-overlay {
      width: 270px; }
    .wrap-nivoslider .nivo-caption .feat-text h3 {
      font-size: 18px;
      font-size: 1.8rem; }
    .wrap-nivoslider .nivo-caption .feat-text p {
      display: none; }
  .top-instagram .iscwp-column, .top-instagram .iscwp-columns, .widget-area .iscwp-column, .widget-area .iscwp-columns {
    width: 50%; }
    .top-instagram .iscwp-column.iscwp-first, .top-instagram .iscwp-columns.iscwp-first, .widget-area .iscwp-column.iscwp-first, .widget-area .iscwp-columns.iscwp-first {
      clear: none; }
  .menu-toggle:hover {
    color: #000; }
  .header-1, .header-2, .header-0, .header-2 {
    margin-bottom: 0; }
    .header-1 #header-logo, .header-2 #header-logo, .header-0 #header-logo, .header-2 #header-logo {
      padding: 10px 0; }
  .header-3 .site-branding, .header-4 .site-branding, .header-4 .site-branding {
    padding: 10px 0; }
  .header-3 .button-menu, .header-4 .button-menu, .header-4 .button-menu, .header-4 .button-menu {
    margin: 0 20px; }
  #page .side-menu {
    width: 235px; }
    #page .side-menu li a {
      font-size: 10px;
      font-size: 1.5rem;
      text-align: right; }
  .page-header .page-title {
    display: none; }
  #page #site-navigation {
    display: none !important; }
    #page #site-navigation.side-menu {
      display: block !important; }
  .entry-title {
    padding: 0 15px;
    font-size: 22px;
    font-size: 2.2rem; }
  .search-popup .search-top-bar-popup {
    max-width: 60%; }
  .icon-button-search {
    padding: 5px 20px; }
  .header-3 .menu-search-social, .header-4 .menu-search-social, .header-4 .menu-search-social {
    width: 100%; }
  .header-3 #searchform_topbar, .header-4 #searchform_topbar, .header-4 #searchform_topbar {
    display: none; }
  .header-3 .icon-button-search, .header-4 .icon-button-search, .header-4 .icon-button-search {
    display: inline;
    float: none; }
  .header-3 .button-menu, .header-4 .button-menu, .header-4 .button-menu {
    display: inline;
    margin-right: 20px; }
  .header-3 .menu-search-social, .header-4 .menu-search-social, .header-4 .menu-search-social {
    display: inline-block; }
  .header-3 .menu-social, .header-4 .menu-social, .header-4 .menu-social {
    float: right; }
  .home .entry-content {
    padding: 0  }

  #primary {
    padding: 0 8px !important; }
  #secondary {
    padding: 0 15px; }
  #colophon {
    padding: 0  }
  .widget_candian_social .widget-social {
    display: block;
    text-align: center; }
    .widget_candian_social .widget-social a {
      display: inline-block;
      padding: 10px !important; }
  .footer-instagram {
    padding: 0;
  }
    .footer-instagram .footer-instagram-title {
      text-align: center; }
    .footer-instagram .jr-insta-thumb ul.thumbnails.no-border.jr_col_8 li {
      width: 50% !important;
      padding-bottom: 45% !important; }
  #primary-menu li {
    border-top: none; }
  .sidebar-left .site-main {
    padding: 0; }
  article.grid {
    width: 100%; }
  article.boxed, article.list {
    flex-direction: column; }
    article.boxed .entry-thumbnail, article.list .entry-thumbnail {
      padding-bottom: 66.66666%;
      width: 100%; }
    article.boxed .content-right, article.list .content-right {
      width: 100%; }
      article.boxed .content-right .entry-content, article.list .content-right .entry-content {
        text-align: center; }
    article.boxed:nth-of-type(even), article.list:nth-of-type(even) {
      flex-direction: column; }
  .header-2 {
    text-align: left; }
  #page article.texton .post-thumbnail:after, #page article.gridtexton .post-thumbnail:after {
    padding-top: 66.6667%; }
  #menu-social ul {
    padding: 0; }
  .header-0 .site-title a {
    line-height: 1; } }

@media (max-width: 991px) {
  .social-side-right {
    display: none; }
  #primary {
    width: 100%;
    padding-right: 0; }
  #secondary {
    width: 100%; }
  .jr-insta-thumb ul li {
    width: 25% !important; }
  .site-footer .widget_candian_social .widget-social a span {
    display: none; }
  .header-0 .menu-toggle {
    color: #fff; }
  .header-1 .menu-toggle, .header-2 .menu-toggle, .header-0 .menu-toggle, .header-2 .menu-toggle {
    display: inline-block;
    background: none;
    border: none;
    font-size: 20px;
    font-size: 2rem; }
  .header-1 .menu.nav-menu, .header-2 .menu.nav-menu, .header-0 .menu.nav-menu, .header-2 .menu.nav-menu {
    display: none; }
  .header-3 #searchform_topbar, .header-4 #searchform_topbar, .header-4 #searchform_topbar {
    max-width: 40%; }
  .gridtexton {
    width: 100% !important; }
  .entry-content.entry-more-link .entry-title + p {
    display: none; }
  #page article.texton .entry-content, #page article.gridtexton .entry-content {
    max-width: 80%; }
    #page article.texton .entry-content .entry-title, #page article.gridtexton .entry-content .entry-title {
      padding: 0; }
    #page article.texton .entry-content .entry-meta, #page article.gridtexton .entry-content .entry-meta {
      padding: 0; }
   }
.iscwp-outer-wrap {
  display: flex;
  flex-wrap: wrap;
}
.iscwp-inr-wrp,.iscwp-inr-wrp-content,.iscwp-img-wrp {
  height: 100%;
}
.iscwp-img-wrp{
  position: relative;
}
.iscwp-img{
  min-height: 100%;
}
/*# sourceMappingURL=style.css.map */