/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/********* MIXINS *********/
/***************************/
/* line 38, ../sass/screen.scss */
body {
  font-family: "ff-dagny-web-pro", sans-serif;
  color: #59635D;
}

/* line 43, ../sass/screen.scss */
body.home {
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  /* line 43, ../sass/screen.scss */
  body.home {
    background-position: 52% 26%;
    background-size: 143%;
    background-repeat: no-repeat;
  }
}
/* line 52, ../sass/screen.scss */
body.home h1 {
  text-align: right;
  margin-top: 250px;
}
@media only screen and (max-width: 767px) {
  /* line 52, ../sass/screen.scss */
  body.home h1 {
    padding: 20px;
    margin-top: 100px;
    width: 67%;
    float: right;
    font-size: 18px;
  }
}
/* line 65, ../sass/screen.scss */
body.home nav ul.navbar-nav li a {
  color: #59635D;
}

/* line 70, ../sass/screen.scss */
header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

/* line 78, ../sass/screen.scss */
nav ul.navbar-nav {
  float: none;
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  font-family: "ff-dagny-web-pro", sans-serif;
}
/* line 85, ../sass/screen.scss */
nav ul.navbar-nav li {
  float: none;
  display: inline-block;
}
/* line 89, ../sass/screen.scss */
nav ul.navbar-nav li a {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}
/* line 96, ../sass/screen.scss */
nav ul.navbar-nav li ul.sub-menu {
  display: none;
  position: absolute;
  font-weight: normal;
  font-size: .9em;
}
/* line 102, ../sass/screen.scss */
nav ul.navbar-nav li ul.sub-menu li {
  display: block;
  text-align: left;
  white-space: nowrap;
}
/* line 107, ../sass/screen.scss */
nav ul.navbar-nav li ul.sub-menu li a {
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}
/* line 117, ../sass/screen.scss */
nav ul.navbar-nav li:hover a {
  color: #D9E0DC;
  background: none;
}
/* line 122, ../sass/screen.scss */
nav ul.navbar-nav li:hover ul.sub-menu {
  display: block;
}
/* line 128, ../sass/screen.scss */
nav ul.navbar-nav li.current-menu-item a {
  color: #D9E0DC;
}
/* line 135, ../sass/screen.scss */
nav a {
  color: #465FAA;
}
/* line 137, ../sass/screen.scss */
nav a:hover {
  color: #374b86;
}

/* line 143, ../sass/screen.scss */
h1 {
  font-size: 51px;
  line-height: 1.2;
  font-family: "freight-text-pro", serif;
}
/* line 148, ../sass/screen.scss */
h1 span {
  border-bottom: 4px solid #9ED9DB;
}
@media only screen and (max-width: 767px) {
  /* line 143, ../sass/screen.scss */
  h1 {
    font-size: 31px;
  }
}

/* line 157, ../sass/screen.scss */
h1.medium {
  font-size: 31px;
  line-height: 1.35;
}

/* line 162, ../sass/screen.scss */
h2, h3, h1.product_title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  font-family: "ff-dagny-web-pro", sans-serif;
}
/* line 168, ../sass/screen.scss */
h2 a, h3 a, h1.product_title a {
  color: #59635D;
  width: 100%;
  display: block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 0;
  position: relative;
}
/* line 176, ../sass/screen.scss */
h2 a:hover, h3 a:hover, h1.product_title a:hover {
  text-decoration: none;
  left: 20px;
  color: #9ED9DB;
}
/* line 182, ../sass/screen.scss */
h2 a:after, h3 a:after, h1.product_title a:after {
  content: url(../../img/arrow.png);
  width: 32px;
  height: 18px;
  float: right;
}
@media only screen and (max-width: 767px) {
  /* line 182, ../sass/screen.scss */
  h2 a:after, h3 a:after, h1.product_title a:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 162, ../sass/screen.scss */
  h2, h3, h1.product_title {
    font-size: 24px;
  }
}

/* line 202, ../sass/screen.scss */
h2.poems {
  border-bottom: 1px solid #9ED9DB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 208, ../sass/screen.scss */
h2.blog-title {
  padding-right: 5vw;
}

/* line 213, ../sass/screen.scss */
.blog-title-link {
  display: flex;
  color: #59635D;
  align-items: center;
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 220, ../sass/screen.scss */
.blog-title-link img {
  margin-right: 2vw;
}
/* line 224, ../sass/screen.scss */
.blog-title-link:after {
  content: url(../../img/arrow.png);
  width: 32px;
  height: 18px;
  position: absolute;
  right: 20px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  /* line 224, ../sass/screen.scss */
  .blog-title-link:after {
    display: none;
  }
}
/* line 237, ../sass/screen.scss */
.blog-title-link:hover {
  color: #9ED9DB;
  text-decoration: none;
}
/* line 241, ../sass/screen.scss */
.blog-title-link:hover:after {
  right: 0;
}

/* line 248, ../sass/screen.scss */
p {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 400;
}

/* line 254, ../sass/screen.scss */
a {
  color: #465FAA;
}

/* line 258, ../sass/screen.scss */
article.post {
  border-bottom: 1px solid #9ED9DB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 264, ../sass/screen.scss */
.logo {
  display: block;
  margin-top: 60px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 264, ../sass/screen.scss */
  .logo {
    max-width: 155px;
    margin-top: 15px;
    display: inline-block;
  }
}

/* line 277, ../sass/screen.scss */
.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, input[type=submit] {
  color: #fff;
  background: #465FAA;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .14em;
  padding: 30px 45px;
  font-family: "ff-dagny-web-pro", sans-serif;
  display: inline-block;
  margin-top: 60px;
  font-weight: 400;
  border-radius: 0;
}
/* line 290, ../sass/screen.scss */
.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, input[type=submit]:hover {
  background: #374b86;
  color: #fff;
}

/* line 296, ../sass/screen.scss */
section.head {
  background: #59635D;
  color: #D9E0DC;
  padding-top: 240px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 296, ../sass/screen.scss */
  section.head {
    padding-top: 100px;
  }
}

/* line 307, ../sass/screen.scss */
section.content {
  margin-top: 90px;
}
/* line 310, ../sass/screen.scss */
section.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
/* line 316, ../sass/screen.scss */
section.content ul li {
  border-bottom: 1px solid #9ED9DB;
  margin-bottom: 30px;
}

/* line 323, ../sass/screen.scss */
.page-img {
  opacity: .3;
  position: absolute;
  top: 50%;
  right: 15%;
}
@media only screen and (max-width: 767px) {
  /* line 323, ../sass/screen.scss */
  .page-img {
    display: none;
  }
}

/* line 336, ../sass/screen.scss */
#comments ol {
  list-style: none;
}

/* line 341, ../sass/screen.scss */
.woocommerce div.product {
  margin-top: 60px;
  display: flex;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* line 349, ../sass/screen.scss */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  margin: 15px;
}

/* line 354, ../sass/screen.scss */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  margin: 15px;
}

/* line 359, ../sass/screen.scss */
.woocommerce div.product form.cart .variations td.label {
  color: #59635D;
  text-align: left;
  padding: 0;
  font-size: 1em;
}

/* line 366, ../sass/screen.scss */
.woocommerce div.product form.cart .variations select {
  min-width: 40%;
}

/* line 370, ../sass/screen.scss */
.woocommerce .quantity .qty {
  background: #F7F4F4;
  border: 1px solid #D9E0DC;
  width: 63px;
  height: 63px;
}

/* line 377, ../sass/screen.scss */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.alt.disabled.button, .woocommerce a.alt.disabled.button:hover, .woocommerce a.alt.button:disabled, .woocommerce a.alt.button:disabled:hover, .woocommerce a.alt.button:disabled[disabled], .woocommerce a.alt.button:disabled[disabled]:hover, .woocommerce button.alt.disabled.button, .woocommerce button.alt.disabled.button:hover, .woocommerce button.alt.button:disabled, .woocommerce button.alt.button:disabled:hover, .woocommerce button.alt.button:disabled[disabled], .woocommerce button.alt.button:disabled[disabled]:hover, .woocommerce #respond input.alt.disabled#submit, .woocommerce input.alt.disabled.button, .woocommerce input.alt.disabled[type=submit], .woocommerce #respond input.alt.disabled#submit:hover, .woocommerce input.alt.disabled.button:hover, .woocommerce input.alt.disabled[type=submit]:hover, .woocommerce #respond input.alt#submit:disabled, .woocommerce input.alt.button:disabled, .woocommerce input.alt[type=submit]:disabled, .woocommerce #respond input.alt#submit:disabled:hover, .woocommerce input.alt.button:disabled:hover, .woocommerce input.alt[type=submit]:disabled:hover, .woocommerce #respond input.alt#submit:disabled[disabled], .woocommerce input.alt.button:disabled[disabled], .woocommerce input.alt[type=submit]:disabled[disabled], .woocommerce #respond input.alt#submit:disabled[disabled]:hover, .woocommerce input.alt.button:disabled[disabled]:hover, .woocommerce input.alt[type=submit]:disabled[disabled]:hover {
  background: #647bbf;
}

/* line 381, ../sass/screen.scss */
.woocommerce #respond input#submit.alt:hover, .woocommerce a.alt.button:hover, .woocommerce button.alt.button:hover, .woocommerce #respond input.alt#submit:hover, .woocommerce input.alt.button:hover, .woocommerce input.alt[type=submit]:hover {
  background: #374b86;
}

/* line 385, ../sass/screen.scss */
.woocommerce #respond input#submit.alt, .woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce #respond input.alt#submit, .woocommerce input.alt.button, .woocommerce input.alt[type=submit] {
  background: #465FAA;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .14em;
  padding: 23px 34px;
  display: inline-block;
  border-radius: 0;
}

/* line 395, ../sass/screen.scss */
input, textarea {
  padding: 12px 6px 10px;
  border: 1px solid #D9E0DC;
  margin-bottom: 10px;
}

/* line 401, ../sass/screen.scss */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #D9E0DC;
  border-top: 4px solid #9ED9DB;
  border: 0;
}

/* line 407, ../sass/screen.scss */
.woocommerce-message {
  border-top-color: #9ED9DB;
  border: 0;
  line-height: 2.2;
}

/* line 413, ../sass/screen.scss */
.woocommerce-message:before {
  color: #465FAA;
}

/* line 417, ../sass/screen.scss */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce input.button, .woocommerce input[type=submit], input[type=submit] {
  margin-top: 0;
  padding: 13px 24px;
  font-size: .9em;
}

/* line 424, ../sass/screen.scss */
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.disabled.button, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.disabled.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce #respond input.disabled#submit, .woocommerce input.disabled.button, .woocommerce input.disabled[type=submit], .woocommerce #respond input#submit:disabled, .woocommerce input.button:disabled, .woocommerce input[type=submit]:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce input.button:disabled[disabled], .woocommerce input[type=submit]:disabled[disabled] {
  color: #fff;
}

/* line 428, ../sass/screen.scss */
.woocommerce td.product-name dl.variation dt {
  margin-top: 4px;
}

/* line 432, ../sass/screen.scss */
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 12px 6px 10px;
}

/* line 436, ../sass/screen.scss */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 12px 6px 10px;
}

/* line 440, ../sass/screen.scss */
.woocommerce table.shop_table, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0;
}

/* line 444, ../sass/screen.scss */
.woocommerce ul.products li.product h3 {
  color: #59635D;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

/* line 451, ../sass/screen.scss */
.woocommerce ul.products li.product .price {
  color: #59635D;
  text-align: center;
  display: block;
}

/* line 457, ../sass/screen.scss */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

/* line 461, ../sass/screen.scss */
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #59635D;
}

/* line 465, ../sass/screen.scss */
h2.woocommerce-loop-product__title {
  border: 0;
}

/* line 469, ../sass/screen.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 474, ../sass/screen.scss */
strong, b {
  font-weight: bold;
}

/* line 478, ../sass/screen.scss */
em {
  font-style: italic;
}

/* line 482, ../sass/screen.scss */
ol {
  list-style: decimal;
}

/* line 486, ../sass/screen.scss */
ul {
  list-style: disc;
}

/* line 490, ../sass/screen.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 495, ../sass/screen.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 500, ../sass/screen.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 505, ../sass/screen.scss */
.nav-mobile {
  position: fixed;
  left: 100%;
  display: none;
  background: #59635D;
  color: #fff;
  width: 100%;
  transition: left .25s;
  top: 0;
  display: block;
  text-align: left;
  z-index: 100;
  height: auto !important;
}
/* line 519, ../sass/screen.scss */
.nav-mobile.open {
  left: 0px;
}
/* line 523, ../sass/screen.scss */
.nav-mobile ul {
  display: block;
  margin: 0;
}
/* line 527, ../sass/screen.scss */
.nav-mobile ul li {
  display: block;
  float: none;
  margin: 0;
}
/* line 532, ../sass/screen.scss */
.nav-mobile ul li ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: .3s all;
}
/* line 539, ../sass/screen.scss */
.nav-mobile ul li ul li a {
  padding-left: 35px;
  display: block;
}
/* line 546, ../sass/screen.scss */
.nav-mobile ul li a {
  padding: 14px 15px;
  background: #59635D;
  border-bottom: 1px solid #D9E0DC;
  position: relative;
  color: #D9E0DC;
}
/* line 553, ../sass/screen.scss */
.nav-mobile ul li a:hover {
  background: #59635D;
}
/* line 559, ../sass/screen.scss */
.nav-mobile ul .menu-item-has-children {
  position: relative;
}
/* line 562, ../sass/screen.scss */
.nav-mobile ul .menu-item-has-children .after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  background: #353b37;
  color: #59635D;
  height: 44px;
  width: 45px;
  font-size: 3em;
  text-align: center;
  line-height: 150%;
  font-size: 30px;
}
/* line 579, ../sass/screen.scss */
.nav-mobile ul .menu-item-has-children.active ul {
  max-height: 800px;
  overflow-y: auto;
  visibility: visible;
}
/* line 588, ../sass/screen.scss */
.nav-mobile h6 {
  padding: 15px;
}

/* line 594, ../sass/screen.scss */
.navbar-toggle {
  background: #59635D;
  z-index: 700;
  position: absolute;
  right: 0;
  margin-top: 15px;
  margin-right: 4px;
  margin-top: 8px;
}
/* line 603, ../sass/screen.scss */
.navbar-toggle .fa {
  color: #fff;
}

/* line 608, ../sass/screen.scss */
.mobile-logo {
  padding: 15px;
  color: #fff;
  display: block;
}

/* Sticky footer styles
-------------------------------------------------- */
/* line 616, ../sass/screen.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 620, ../sass/screen.scss */
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}

/* line 624, ../sass/screen.scss */
footer {
  position: relative;
  bottom: 0;
  padding: 50px 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
}
