/* Import SASS Files */
/* =====RESET===== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* =====HTML5 display-role reset for older browsers===== */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* =====CLEARS===== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Fonts Go Here */
/* Colors Go Here */
/* Text Styles Here */
body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300; }

h1.site-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: white;
  line-height: 30px;
  text-transform: uppercase; }
  h1.site-title a {
    color: white !important;
    font-weight: 900 !important; }

h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: black;
  line-height: 50px;
  margin-bottom: 25px; }

h1, .category-container h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 66px;
  font-weight: 900;
  margin-bottom: 10px; }

h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Montserrat", Arial, sans-serif; }

h3, h4, h5, h6 {
  color: #000000;
  font-size: 12px;
  letter-spacing: .5px;
  margin-top: 10px;
  text-align: center;
  max-width: 200px;
  text-transform: uppercase; }

a {
  color: blue;
  text-decoration: none; }
  a:hover {
    color: black;
    transition: all .3s; }

p {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 28px; }

section p {
  max-width: 700px; }

.blog-content p {
  margin-bottom: 25px; }

p.caption {
  font-weight: 300;
  letter-spacing: .5px;
  font-size: 10px;
  margin-bottom: 12px; }
  @media handheld, only screen and (max-width: 480px) {
    p.caption {
      display: none; } }

.ice_category a {
  transition: .4s all; }
.ice_category a:hover {
  border-bottom: none !important;
  opacity: .5;
  text-decoration: none;
  transition: .4s all; }

.textwidget {
  color: #000000;
  font-size: 14px; }

.breadcrumbs {
  margin: 25px; }

figcaption {
  font-size: .8em;
  font-style: italic; }

img {
  height: auto;
  max-width: 200px;
  width: 100%; }

img.alignright {
  float: right;
  height: auto;
  margin: 0 0 1em 1em;
  max-width: 600px; }

img.alignleft {
  float: left;
  height: auto;
  margin: 0 1em 1em 0;
  max-width: 600px; }

img.aligncenter {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }

@media screen and (max-width: 768px) {
  img {
    max-width: 100%; }

  img.alignright, img.alignleft, img.aligncenter {
    height: auto;
    width: 100%; }

  .category-container h1 {
    text-align: center; }

  h1, .category-container h1 {
    font-size: 36px; }

  h2 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 32px; }

  h3 {
    max-width: inherit;
    margin-bottom: 50px; } }
.alignright {
  float: right; }

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

.alignleft {
  float: left; }

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

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

.header-container {
  background: none repeat scroll 0 0 #FFFFFF;
  background-color: black;
  color: white;
  padding: 25px;
  position: fixed;
  width: 100%;
  z-index: 900;
  top: 0;
  left: 0; }
  .header-container header {
    border-top: 10px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px 0 10px; }
    .header-container header h1 {
      display: inline-block;
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 2.0em;
      margin: 0 0 0 25px;
      text-transform: uppercase; }
      .header-container header h1 a {
        color: white;
        font-family: "Montserrat", Arial, sans-serif; }
        .header-container header h1 a:hover {
          color: #196f8a;
          transition: all 0.2s linear 0s;
          border-bottom: none;
          padding-bottom: 0; }
  .header-container li.menu-item {
    display: inline-block; }
  .header-container nav {
    display: inline-block; }
    .header-container nav ul.nav li {
      display: inline-block;
      font-size: .8em;
      padding-right: 10px; }
      .header-container nav ul.nav li a {
        color: white;
        display: inline-block;
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; }
        .header-container nav ul.nav li a:hover {
          color: #2191b6;
          transition: all 0.2s linear 0s;
          border-bottom: none;
          padding-bottom: 0; }
    @media handheld, only screen and (max-width: 480px) {
      .header-container nav ul.nav li a {
        padding: 0; }
        .header-container nav ul.nav li a:last-child {
          padding-bottom: 10px; }
        .header-container nav ul.nav li a:hover {
          background: #ccc; } }

body {
  padding: 25px; }

body.blog .left-side, body.single .left-side {
  background-color: rgba(255, 255, 255, 0.75); }

.container.description {
  margin-top: 130px; }

.main-content {
  margin-top: 130px !important; }

.blog-content {
  width: 100%;
  max-width: 650px;
  margin: 0 auto; }

.navigation {
  margin: 0 25px 25px; }

.ajax-loader {
  max-width: 25px; }

.list-album {
  min-height: 270px; }
  @media screen and (max-width: 955px) {
    .list-album {
      min-height: 265px; } }
  .list-album p {
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center; }

.featured-image {
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }
  .featured-image img {
    max-width: 650px; }

.textwidget h3 {
  text-align: left;
  margin-top: 75px;
  margin-bottom: 10px;
  font-size: 24px; }

#secondary {
  color: #ffffff;
  padding-left: 25px; }

.widget ul {
  font-size: 12px; }
  .widget ul li {
    padding-bottom: 12px; }

.categories li {
  padding-bottom: 6px; }

.all-categories li {
  font-size: 14px;
  padding-bottom: 6px; }

@media handheld, only screen and (max-width: 800px) {
  #secondary {
    color: #ffffff;
    float: none;
    margin: 0 25px 0;
    width: 85%; } }
/* Query for 750px (or whatever) */
@media handheld, only screen and (max-width: 750px) {
  article .alignleft {
    max-width: 350px; } }
/* Query for 480px or smaller */
@media handheld, only screen and (max-width: 480px) {
  article .alignleft {
    max-width: 275px; } }
