@charset "UTF-8";

/*------------------------------------------------------------------
[0. Resets and base styles ]
*/

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

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

a {
  cursor: pointer;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

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

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

/*------------------------------------------------------------------
[1. Body ]
*/

html {
  height: 100%;
}

.banner-wrapper {
  width: 100%;
  padding: 28px 0;
}

.banner-title {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #6C6C6C;
}

.banner {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

body,
table,
input,
textarea,
select,
li,
button,
p,
blockquote,
ol,
dl,
form,
pre,
th,
td,
a {
  font-family: "Lora", serif;
  font-size: 14px;
  color: #222222;
}

body {
  position: relative;
  min-height: 100%;
  _height: 100%;
  min-width: 1170px;
  background: #FFFFFF;
  transition: left 0.6s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.wrapper {
  margin: 0 auto;
  width: 1170px;
  text-align: left;
  position: relative;
}

.clear {
  clear: none !important;
}

.clear:after {
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  content: ".";
}

.pull-right {
  float: right;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*------------------------------------------------------------------
[2. Typography ]
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  line-height: 40px;
  font-size: 25px;
}

h2 {
  line-height: 26px;
  margin-bottom: 38px;
  font-size: 24px;
  font-family: Times New Roman,Times,serif;
  font-style: italic;
  font-weight: 400
}

h3 {
  line-height: 24px;
  font-size: 17px;


}

h4 {
  line-height: 18px;
  font-size: 18px;
  font-family: "Playfair Display";

  font-weight: 500
}

h5,
h6 {
  line-height: 15px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------
[3. Header / #header ]
*/

#header {
  position: relative;
  width: 100%;
  height: 410px;
  background: #FFFFFF;
}

.site-header {
  position: fixed !important;
  left: 0 !important;
  top: 0;
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #f3f5f5;
  background: #fff;
  z-index: 99997;
  transition: left 0.6s ease;
}

.admin-bar .site-header {
  top: 32px !important;
}

.mobile-logo,
.mobile-menu,
.show-mobile-menu {
  display: none;
}

.header-social-links {
  float: left;
  margin-top: 27px;
}

.header-social-links a,
.header-social-links a:visited {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-left: 21px;
  color: #2a2a2a;
  font-size: 13px;
  text-align: center;
  transition: color 0.3s ease;
}

.header-social-links a:hover {
  color: #ED224F;
}

.header-social-links a:first-child {
  margin-left: 0;
}

.logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 130px;
  width: 780.5px;
  margin-left: -390.25px;
}

.logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
[4. Navigation / .main-menu ]
*/

.main-menu {
  float: left;
  margin: 25px 0 0;
  list-style: none;
}

.main-menu li {
  float: left;
  position: relative;
  margin-left: 39px;
  padding-bottom: 23px;
}

.main-menu li:first-child {
  margin-left: 0;
}

.main-menu li a,
.main-menu li a:visited {
  display: block;
  line-height: 20px;
  color: #222222;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.main-menu li.current-menu-item > a,
.main-menu li:hover > a {
  color: #ED224F;
}

.main-menu li ul {
  display: none;
  position: absolute;
  left: -13px;
  top: 43px;
  min-width: 200px;
  padding: 10px 0;
  border: 1px solid #f3f5f5;
  border-top: 0;
  background: #fff;
  z-index: 999;
}

.main-menu li:hover > ul {
  display: block;
}

.main-menu li ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

.main-menu li ul li a {
  line-height: 33px;
  padding: 0 20px;
  white-space: nowrap;
  word-wrap: normal;
}

.main-menu li ul li.menu-item-has-children > a {
  background: url("../images/arrow.svg") no-repeat 173px 10px;
}

.main-menu li ul li.menu-item-has-children:hover > a {
  background-position: 173px -30px;
}

.main-menu li ul li ul {
  display: none;
  left: 100%;
  top: -11px;
  border: 1px solid #f3f5f5;
}

.main-menu li ul li:hover ul {
  display: block;
}

/*------------------------------------------------------------------
[5. Main container / .container ]
*/

.container {
  padding-bottom: 300px;
  margin-top: -170px;
  width: 100%;
  overflow: hidden;
}

/* Home v1 main img */

.home-v1-main-post {
  display: block;
  position: relative;
  margin: 0 -15px 15px;
  border: 15px solid #fff;
  background: #fff;
  text-decoration: none;
}

.home-v1-main-post img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home-v1-post-desc {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}

.home-v1-post-desc h3 {
  line-height: 44px;
  padding: 0 150px;
  color: #222;
  font-size: 30px;
  letter-spacing: 2px;
  font-family: "LORA", serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.overlay-box:hover .home-v1-post-desc h3 {
  color: #222222;
}

.post-time {
  display: inline-block;
  line-height: 19px;
  height: 20px;
  margin-bottom: 21px;
  padding: 0 7px;
  background: #ED224F;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  vertical-align: middle;
}

.overlay-box {
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease;
}

.overlay-box:hover,
.overlay-box:hover {
  background: rgba(255, 255, 255, 0.9);
}

.homeV1PostGrid {
  margin-bottom: 57px;
}

.homeV1PostGridItem {
  display: block;
  position: relative;
  float: left;
  width: 570px;
}

.homeV1PostGridItem img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.homeV1PostGridItem .home-v1-post-desc h3 {
  line-height: 36px;
  font-size: 26px;
  padding: 0 110px;
  transition: color 0.3s ease;
}

.overlay-box:hover .home-v1-post-desc h3 {
  color: #222222;
}

.homeV1PostGridItem .overlay-box {
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.homeV1PostGridItem.homeV1PostGridItemSmall {
  float: right;
  margin-bottom: 30px;
}

.homeV1PostGridItem.homeV1PostGridItemSmall:last-child {
  margin-bottom: 0;
}

/* Home v2 slider */

.home-v2-slider {
  width: 100%;
  margin: 0 -15px 22px;
  border: 15px solid #fff;
  background: #fff;
}

.home-v2-slider-item {
  display: block;
  position: relative;
}

.home-v2-slider-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home-v2-slider-item .home-v1-post-desc {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.home-v2-slider-item.active .home-v1-post-desc {
  opacity: 1;
}

.home-v2-slider .bx-wrapper,
.twitter-widget .bx-wrapper,
.wishlist-widget .bx-wrapper {
  position: relative;
  margin-bottom: 0;
  box-shadow: none;
  border: none;
}

.home-v2-slider .bx-wrapper .bx-controls-direction a {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  background: url("../images/sprite.svg") no-repeat -20px -20px rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  transition: background 0.3s ease;
}

.home-v2-slider .bx-wrapper .bx-controls-direction a:hover {
  background-color: white;
}

.home-v2-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 19px;
  background-position: -20px -20px;
}

.home-v2-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 19px;
  background-position: -60px -20px;
}

.bx-wrapper .bx-controls-auto,
.home-v2-slider .bx-wrapper .bx-pager {
  bottom: 21px;
}

.home-v2-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  border: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.3s ease;
}

.home-v2-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
}

/*------------------------------------------------------------------
[6. Content left column / c ]
*/

.content-left {
  float: left;
  width: 828px;
}

.page-fullsize .content-left {
  float: none;
  margin: 0 auto;
}

/* Archive post */

.archive-post-item {
  position: relative;
  padding-bottom: 82px;
  margin-bottom: 140px;
  border-bottom: 1px solid #ecf2f2;
  text-align: center;
}

.archive-post-time,
.blogPostListTime,
.blog-post-time,
.single-post-time {
  display: inline-block;
  margin-bottom: 15px;
  color: #ED224F;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 300;
}

.archive-post-title {
  line-height: 32px;
  padding-right: 100px;
  margin-bottom: 12px;
  text-align: justify;
  text-justify: inter-word;
}

.archive-post-title a,
.archive-post-title a:visited {
  color: #222222;
  font-size: 30px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}

.archive-post-title a:hover {
  color: #696969;
}

.archive-post-category,
.archive-post-category:visited,
.single-post-category,
.single-post-category:visited {
  display: inline-block;
  margin-bottom: 38px;
  color: #ED224F;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}

.archive-post-category:hover,
.single-post-category:hover {
  color: #222222;
}

.arhive-post-img {
  display: block;
  margin-bottom: 32px;
}

.arhive-post-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.archive-post-item p {
  line-height: 24px;
  color: #222;
  font-size: 12px;
  font-family: "Lora", serif;
  text-align: left;
}

.archive-post-meta {
  position: absolute;
  left: 50%;
  bottom: -81px;
  margin-left: -89px;
  width: 178px;
  background: #fff;
  text-align: center;
}

.archive-post-item-comments,
.archive-post-item-comments:visited {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin-bottom: 27px;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  transition: color 0.3s ease;
}

.archive-post-item-comments:hover {
  color: #696969;
}

.archive-post-item-comments:before {
  position: absolute;
  left: -2px;
  top: 6px;
  width: 2px;
  height: 2px;
  background: #222222;
  content: "";
}

.archive-post-item-comments:after {
  position: absolute;
  right: -2px;
  top: 6px;
  width: 2px;
  height: 2px;
  background: #222222;
  content: "";
}

.archive-post-item-comments:hover:after,
.archive-post-item-comments:hover:before {
  background: #696969;
}

.archive-post-item-share-links {
  width: 100%;
  margin-bottom: 28px;
  text-align: center;
}

.archive-post-item-share-links a,
.archive-post-item-share-links a:visited {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 0 8px;
  background: #f5809a;
  color: #fff;
  font-size: 13px;
  border-radius: 100%;
  transition: background 0.3s ease;
}

.archive-post-item-share-links a:hover {
  background: #ED224F;
}

.arhive-post-read-more,
.arhive-post-read-more:visited {
  display: block;
  position: relative;
  line-height: 38px;
  border: 1px solid #ecf2f2;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  text-align: center;
  text-decoration: none;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.arhive-post-read-more:before {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 170px;
  height: 32px;
  border: 1px solid #ecf2f2;
  content: "";
  transition: border 0.3s ease;
}

.arhive-post-read-more:hover:before {
  border-color: #ecf2f2;
}

.arhive-post-read-more:hover {
  border-color: #ED224F;
  background: #ED224F;
  color: #fff;
}

.post-pagination {
  margin-bottom: 95px;
}

.post-pagination ul {
  list-style: none;
}

.post-pagination ul li {
  display: block;
}

.post-pagination ul li.new-posts {
  float: left;
}

.post-pagination ul li.older-posts {
  float: right;
}

.post-pagination ul li a,
.post-pagination ul li a:visited {
  display: block;
  line-height: 13px;
  color: #222222;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  background: url("../images/sprite.svg") no-repeat 0 0;
  transition: color 0.3s ease;
}

.post-pagination ul li a:hover {
  color: #ED224F;
}

.post-pagination ul li.new-posts a {
  padding-left: 25px;
  background-position: 0 -61px;
}

.post-pagination ul li.new-posts a:hover {
  background-position: 0 -81px;
}

.post-pagination ul li.older-posts a {
  padding-right: 25px;
  background-position: 177px -21px;
}

.post-pagination ul li.older-posts a:hover {
  background-position: 177px -41px;
}

/*------------------------------------------------------------------
[7. Sidebar Right column / .sidebar-right ]
*/

.sidebar-wrapper {
  position: relative;
  width: 100%;
  border-top: 1px solid #ecf2f2;
}

.sidebar-footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}

.sidebar-row {
  position: relative;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.sidebar-col {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 33.3333%;
  margin-bottom: 0;
  padding: 28px 15px 38px 15px;
}

.sidebar-right {
  float: right;
  width: 270px;
}

.sidebar-widget {
  margin-bottom: 46px;
}

.sidebar-widget h3 {
  position: relative;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.sidebar-widget h3:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 48px;
  height: 1px;
  background: #ecf2f2;
  content: "";
}

.sidebar-widget h3:after {
  position: absolute;
  right: 0;
  top: 8px;
  width: 48px;
  height: 1px;
  background: #ecf2f2;
  content: "";
}

.about-me-widget {
  padding-top: 30px;
  text-align: center;
}

.about-me-widget img {
  display: inline-block;
  width: 160px;
  height: auto;
  max-width: 160px;
  margin-bottom: 22px;
  border-radius: 100%;
}

.about-me-widget p {
  line-height: 20px;
  padding: 0 20px;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  margin-bottom: 15px;
}

.about-me-widget a {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #ED224F;
}

.about-me-widget a:hover {
  color: #f5809a;
}

.follow-me-social-links {
  padding-top: 22px;
  text-align: center;
}

.follow-me-social-links a,
.follow-me-social-links a:visited {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #2a2a2a;
  font-size: 13px;
  text-align: center;
  transition: color 0.3s ease;
}

.follow-me-social-links a:hover {
  color: #ED224F;
}

.follow-me-social-links span {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 0 12px;
  background: #222222;
}

.info-box img {
  display: block;
}

.popular-posts-widget {
  padding-top: 33px;
}

.popular-posts-widget-item {
  position: relative;
  padding-left: 80px;
  min-height: 60px;
  margin-bottom: 30px;
}

.popular-posts-widget-item:last-child {
  margin-bottom: 0;
}

.popular-posts-item-img {
  display: block;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.popular-posts-item-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 100%;
}

.popular-posts-widget-item time {
  display: block;
  padding-top: 3px;
  margin-bottom: 6px;
  color: #ED224F;
  font-size: 10px;
  font-family: "Lora", serif;
}

.popular-posts-widget-item h4 {
  line-height: 18px;
}

.popular-posts-widget-item h4 a,
.popular-posts-widget-item h4 a:visited {
  color: #222222;
  font-size: 13px;
  letter-spacing: 0px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}

.popular-posts-widget-item h4 a:hover {
  color: #696969;
}

.twitter-widget,
.wishlist-widget {
  padding-top: 20px;
  padding-bottom: 29px;
  text-align: center;
}

.wishlist-widget a {
  display: block;
}

.wishlist-widget img {
  display: block;
  width: 100%;
  max-width: 238px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.twitter-widget .fa {
  color: #ED224F;
  font-size: 13px;
}

.twitter-username {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 25px;
  color: #222222;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.twitter-slider-item {
  position: relative;
}

.twitter-slider-item p {
  line-height: 24px;
  margin-bottom: 15px;
  padding: 0 22px;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}

.twitter-slider-item time {
  color: #7f7f7f;
  font-size: 11px;
  font-family: "Playfair Display", serif;
}

.left-quote,
.right-quote {
  position: absolute;
  color: #ED224F;
  font-size: 26px;
  font-family: "Playfair Display", serif;
}

.left-quote {
  left: 10px;
  top: 0;
}

.right-quote {
  right: 5px;
  bottom: 12px;
}

.bx-wrapper .bx-controls-auto,
.twitter-widget .bx-wrapper .bx-pager,
.wishlist-widget .bx-wrapper .bx-pager {
  bottom: -37px;
}

.twitter-widget .bx-wrapper .bx-pager.bx-default-pager a,
.wishlist-widget .bx-wrapper .bx-pager.bx-default-pager a {
  width: 5px;
  height: 5px;
  margin: 0 5px;
  border: 1px solid #ED224F;
  background: transparent;
  transition: background 0.3s ease;
  box-sizing: border-box;
}

.twitter-widget .bx-wrapper .bx-pager.bx-default-pager a.active,
.wishlist-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ED224F;
}

.instagram-widget,
.zoom-instagram-widget__items {
  padding-top: 23px;
}

.instagram-widget-item {
  display: block;
  float: left;
  width: 83.3333px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.instagram-widget-item:nth-child(3n+1) {
  margin-left: 0;
}

.instagram-widget-item:nth-child(7),
.instagram-widget-item:nth-child(8),
.instagram-widget-item:nth-child(9) {
  margin-bottom: 0;
}

.instagram-widget-item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease;
}

.instagram-widget-item:hover img {
  opacity: 0.8;
}

.tagcloud {
  padding-top: 13px;
  margin-bottom: -9px;
}

.tagcloud a,
.tagcloud a:visited {
  display: inline-block;
  line-height: 32px;
  padding: 0 12px;
  margin-right: 6px;
  margin-bottom: 10px;
  border: 1px solid #ecf2f2;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  transition: border 0.3s ease, color 0.3s ease;
}

.tagcloud a:hover {
  border-color: #ED224F;
  color: #ED224F;
}

.subscribe-widget {
  padding-top: 14px;
}

.subscribe-widget p {
  margin-bottom: 18px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-align: center;
}

.subscribe-widget form {
  position: relative;
  width: 100%;
  height: 42px;
  border: 1px solid #222222;
}

.subscribe-widget form input[type="text"] {
  width: 200px;
  height: 42px;
  border: 0;
  box-shadow: none;
  padding: 0 0 0 20px;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Lora", serif;
  box-sizing: border-box;
}

.subscribe-widget form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #7f7f7f;
}

.subscribe-widget form input[type="text"]:-ms-input-placeholder {
  color: #7f7f7f;
}

.subscribe-widget form input[type="text"]::-webkit-input-placeholder {
  color: #7f7f7f;
}

.subscribe-widget form span {
  position: absolute;
  top: 14px;
  right: 59px;
  width: 1px;
  height: 15px;
  border-left: 1px dotted #222222;
}

.subscribe-widget .subscribe-widget-submit {
  position: absolute;
  top: 15px;
  right: 21px;
  width: 17px;
  height: 12px;
  border: 0;
  box-shadow: none;
  background: url("../images/sprite.svg") no-repeat -40px 0;
  text-indent: -99999px;
}

.subscribe-widget .subscribe-widget-submit:hover {
  background-position: -60px 0;
}

.snapchat-widget {
  margin-bottom: 20px;
}

.snapchat-widget a,
.snapchat-widget img {
  display: block;
}

.snapchat-widget a {
  margin-top: 35px;
}

.snapchat-widget img {
  margin: 0 auto;
}

/* Instagram */

.sb-instagram-header {
  padding: 19px 0;
  border-top: 1px solid #ecf2f2;
  text-align: center;
}

.sb-instagram-header h3 {
  display: inline-block;
  position: relative;
  line-height: 24px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.sbi_header_link {
  display: inline-block;
  position: relative;
  line-height: 24px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

#sb-instagram .zoom-instagram-widget__items {
  padding-top: 0;
}

#sb-instagram .zoom-instagram-widget__item {
  display: inline-block !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  width: 20% !important;
}

#sb-instagram .zoom-instagram-widget__item a {
  display: block !important;
}

#sb-instagram .zoom-instagram-widget__item:hover img {
  opacity: 0.6;
}

#sb-instagram img {
  display: block;
  box-shadow: 0 0 0 transparent;
  height: auto !important;
  max-width: 100% !important;
  width: 100% !important;
  transition: opacity 0.3s ease;
}

.sbi_item:hover img {
  opacity: 0.6;
}

.sbi_item {
  display: inline-block;
  float: left;
  width: 20%;
}

.sbi_item a {
  display: block;
}

/*------------------------------------------------------------------
[8. Search / .search-popup ]
*/

.search-icon {
  float: right;
  position: relative;
  margin: 27px 0 0 50px;
  width: 14px;
  height: 14px;
  background: url("../images/sprite.svg") no-repeat 0 0;
  cursor: pointer;
}

.search-icon:hover {
  background-position: -20px 0;
}

.search-icon:before {
  position: absolute;
  left: -26px;
  top: 0;
  width: 1px;
  height: 15px;
  border-left: 1px dotted #222222;
  content: "";
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 237, 240, 0.96);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease, z-index 0.3s ease;
}

.search-popup.show {
  opacity: 1;
  z-index: 999999;
}

.search-popup .wrapper {
  position: relative;
  height: 100%;
}

.search-popup form {
  position: absolute;
  left: 0;
  top: 50%;
  height: 140px;
  margin-top: -70px;
}

.search-popup form input[type="text"] {
  width: 100%;
  height: 140px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  color: #2a2a2a;
  font-size: 120px;
  font-family: "Lora", serif;
}

.search-popup form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #7f7f7f;
}

.search-popup form input[type="text"]:-ms-input-placeholder {
  color: #7f7f7f;
}

.search-popup form input[type="text"]::-webkit-input-placeholder {
  color: #7f7f7f;
}

.search-popup form input[type="submit"] {
  display: none;
}

.close-btn {
  position: absolute;
  top: 59px;
  right: 59px;
  width: 33px;
  height: 33px;
  background: url("../images/sprite.svg") no-repeat 0 -100px;
  cursor: pointer;
  z-index: 2;
}

/*------------------------------------------------------------------
[9. Footer / #footer ]
*/

#footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-color: #222222;
  clear: both;
}

.footer-social {
  padding: 60px 0;
  margin-bottom: 59px;
  border-bottom: 1px solid #303030;
}

.footer-social-item {
  float: left;
  width: 20%;
}

.footer-social-item a,
.footer-social-item a:visited {
  display: inline-block;
  position: relative;
  line-height: 37px;
  padding-left: 49px;
  min-height: 37px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-social-item a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  height: 37px;
  line-height: 33px;
  border: 2px solid #fff;
  font-size: 14px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}

.footer-social-item a:hover i {
  background: #fff;
  color: #222222;
}

.footer-menu {
  margin-bottom: 30px;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  margin: 0 18px;
}

.footer-menu li a,
.footer-menu li a:visited {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: #696969;
}

.copyright {
  color: #555555;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-align: center;
}

/*------------------------------------------------------------------
[10. Home masonry / .masonry-box ]
*/

.masonry-box {
  padding-bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.masonry-box.show {
  opacity: 1;
}

.blog-post-item {
  float: left;
  width: 370px;
  margin-bottom: 32px;
  text-align: center;
}

.blog-post-img {
  display: block;
  margin-bottom: 23px;
}

.blog-post-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.blog-post-item:hover .blog-post-img img {
  opacity: 0.8;
}

.blog-post-time {
  margin-bottom: 10px;
}

.blog-post-item h3,
.blogPostListItem h3 {
  line-height: 24px;
}

.blog-post-item h3 a,
.blog-post-item h3 a:visited,
.blogPostListItem h3 a,
.blogPostListItem h3 a:visited {
  color: #222222;
  font-size: 20px;
  letter-spacing: 0px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-post-item:hover h3 a,
.blogPostListItem h3 a:hover {
  color: #696969;
}

.blog-post-item p,
.blogPostListItem p {
  line-height: 24px;
  padding: 0 8px;
  color: #222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}

.page-grid .post-pagination,
.page-masonry .post-pagination,
.blog .post-pagination {
  margin-bottom: 78px;
}

/*------------------------------------------------------------------
[10.1. Home grid / .blog-post-box ]
*/

.blog-post-box {
  padding-bottom: 28px;
}

.blog-post-box .blog-post-item {
  min-height: 428px;
  max-height: 428px;
  margin-left: 30px;
  margin-bottom: 0;
}

.blog-post-box .blog-post-item:nth-child(3n+1) {
  margin-left: 0;
}

.blog-post-box .blog-post-item h3 {
  margin-bottom: 12px;
}

/*------------------------------------------------------------------
[11. Category page / .archive.category ]
*/

.archive.category #header,
.archive.tag #header {
  height: 240px;
}

.archive.category .container,
.archive.tag .container {
  margin-top: 60px;
}

.archive-page-title {
  position: relative;
  padding: 2px;
  margin-bottom: 47px;
  border: 1px solid #ecf2f3;
}

.archive-page-title span {
  display: block;
  height: 68px;
  line-height: 72px;
  border: 1px solid #ecf2f3;
  color: #222222;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-align: center;
}

/*------------------------------------------------------------------
[12. 404 page / .error404 ]
*/

.error404 #header {
  height: 240px;
}

.error404 .container {
  margin-top: 60px;
}

.page404Wrap {
  padding: 72px 0 130px;
  text-align: center;
}

.page404Wrap img {
  margin-bottom: 31px;
}

.page404Wrap p {
  line-height: 24px;
  margin-bottom: 43px;
  color: #222222;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}

.homePageLink,
.homePageLink:visited {
  display: inline-block;
  width: 158px;
  line-height: 40px;
  border: 1px solid #ED224F;
  color: #ED224F;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.homePageLink:hover {
  background: #ED224F;
  color: #fff;
}

/*------------------------------------------------------------------
[13. About page / .page-about ]
*/

.page-about .container .wrapper,
.page .container .wrapper {
  width: 840px;
}

.page-about-img,
.page-contact-img,
.page-img {
  margin: 0 -15px 33px;
  border: 15px solid #fff;
  background: #fff;
}

.page-about-desc,
.page-contact-desc,
.page-desc {
  text-align: center;
}

.page-about-desc h1,
.page-contact-desc h1,
.page-desc {
  margin-bottom: 19px;
  color: #222222;
  font-size: 26px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.icon-location {
  display: inline-block;
  width: 15px;
  height: 22px;
  margin-bottom: 13px;
  background: url("../images/sprite.svg") no-repeat -80px 0;
}

.page-about-desc .location-desc {
  margin-bottom: 31px;
  color: #ED224F;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.page-about-desc p,
.page-contact-desc p,
.page-desc p,
.contact-form p {
  line-height: 24px;
  margin-bottom: 24px;
  color: #222222;
  font-size: 16px;
  font-family: "Lora", serif;
}

.page-contact-desc p,
.contact-form p {
  padding: 0 90px;
}

.page-social {
  border-top: 1px solid #ecf2f2;
  height: 2px;
  margin-bottom: 90px;
  margin-top: 73px;
  text-align: center;
}

.page-social-wrapper {
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 22px;
  background: #fff;
}

.page-social-wrapper a,
.page-social-wrapper a:visited {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 0 8px;
  background: #f5809a;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 100%;
  transition: background 0.3s ease;
}

.page-social-wrapper a:hover {
  background: #ED224F;
}

.contact-form {
  margin-bottom: 80px;
}

.contact-form h3 {
  margin-bottom: 27px;
  color: #0b0b0b;
  font-size: 26px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.contact-form .form-row {
  margin-bottom: 6px;
}

.contact-form .form-row label {
  display: block;
  line-height: 37px;
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
}

.contact-form .form-row input[type="password"],
.contact-form .form-row input[type="text"],
.contact-form .form-row input[type="email"],
.contact-form .form-row textarea {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #dbdede;
  color: #7f7f7f;
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 600;
  box-sizing: border-box;
}

.contact-form .form-row textarea {
  height: 160px;
  padding: 8px 8px 8px 14px;
}

.submit-contact-form-btn {
  float: right;
  width: 160px;
  height: 42px;
  padding-top: 2px;
  border: 1px solid #ED224F;
  background: #fff;
  color: #ED224F;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.submit-contact-form-btn:hover {
  background: #ED224F;
  color: #fff;
}

.form-row-useremail,
.form-row-username,
.form-row-usersubject {
  float: left;
  width: 260px;
  margin-left: 30px;
}

.form-row-username {
  margin-left: 0;
}

.contact-form .form-row.form-row-usermessage {
  margin-bottom: 30px;
}

/*------------------------------------------------------------------
[14. Single post / .single-post ]
*/

.single-post #header {
  height: 240px;
}

.single-post .container {
  margin-top: 12px;
}

.single-post-meta {
  text-align: center;
}

.single-post-meta h1 {
  line-height: 37px;
  padding-right: 40px;
  margin-bottom: 14px;
  color: #222222;
  font-size: 32px;
  letter-spacing: .0px;
  font-family: “Playfair Display”, serif;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;

}

.single-post-img {
  margin-bottom: 33px;
}

.single-post-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.single-post-wrap p {
  line-height: 22px;
  margin-bottom: 34px;
  color: #222222;
  font-size: 16px;
  font-family: "Lora", serif;
  text-align: left
}

.single-post-wrap img.size-full {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.single-post-wrap img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.single-post-wrap img.alignleft {
  display: block;
  float: left;
  margin: 0 22px 30px 0;
}

.single-post-wrap img.alignright {
  display: block;
  float: right;
  margin: 0 0 30px 22px;
}

.single-post-wrap img.alignleft + img.alignright {
  margin-left: 8px;
}

.single-post-wrap iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

.single-post-wrap ol,
.single-post-wrap ul {
  list-style: none;
  margin-bottom: 34px;
  margin-top: 23px;
  margin-left: 40px;
}

.single-post-wrap ol {
  counter-reset: item;
}

.single-post-wrap ol li,
.single-post-wrap ul li {
  position: relative;
  line-height: 28px;
  margin-bottom: 20px;
  color: #222222;
  font-size: 14px;
  font-family: "Lora", serif;
}

.single-post-wrap ul li:before {
  position: absolute;
  left: -24px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #ED224F;
  content: "";
  border-radius: 100%;
}

.single-post-wrap ol li:before {
  position: absolute;
  left: -24px;
  top: -1px;
  content: counter(item) ". ";
  counter-increment: item;
  color: #ED224F;
  font-size: 16px;
  font-family: "Lora", serif;
}

.single-post-wrap ol li a,
.single-post-wrap ol li a:visited,
.single-post-wrap p a,
.single-post-wrap p a:visited,
.single-post-wrap ul li a,
.single-post-wrap ul li a:visited {
  display: inline-block;
  color: #ED224F;
  font-size: 14px;
  font-family: "Lora", serif;
  text-decoration: none;
}

.single-post-wrap blockquote {
  position: relative;
  padding: 10px 0 10px 100px;
  margin: 30px 0 28px;
}

.single-post-wrap blockquote:before {
  position: absolute;
  left: -10px;
  top: 19px;
  color: #ED224F;
  font-size: 100px;
  font-family: "Lora", serif;
  content: "“";
}

.single-post-wrap blockquote p {
  margin-bottom: 0;
  line-height: 34px;
  color: #7f7f7f;
  font-size: 26px;
  font-family: "Lora", serif;
}

.single-post-wrap blockquote p a,
.single-post-wrap blockquote p a:visited {
  color: #ED224F;
  font-size: 26px;
  font-family: "Lora", serif;
  text-decoration: none;
}

/* Tags */

.single-post-tags {
  padding-top: 18px;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  text-align: center;
}

.single-post-tags span {
  display: inline-block;
  margin-bottom: 15px;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.single-post-tags a,
.single-post-tags a:visited {
  display: inline-block;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  text-decoration: none;
  transition: color 0.3s ease;
}

.single-post-tags a:hover {
  color: #ED224F;
}

.single-post .page-social {
  margin-top: 61px;
  margin-bottom: 50px;
}

/* Post navigation */

.single-post-navigation {
  margin-bottom: 44px;
}

.single-post-navigation .fcell {
  float: left;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}

.single-post-navigation .scell {
  float: right;
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box;
}

.post-navigation-item {
  position: relative;
  min-height: 51px;
  padding-top: 9px;
}

.post-navigation-item img {
  position: absolute;
  top: 0;
  border-radius: 100%;
}

.post-navigation-item p {
  line-height: 20px;
  margin-bottom: 7px;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.post-navigation-item a,
.post-navigation-item a:visited {
  display: inline-block;
  line-height: 14px;
  color: #222222;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  background: url("../images/sprite.svg") no-repeat 0 0;
  transition: color 0.3s ease;
}

.post-navigation-item a:hover {
  color: #ED224F;
}

.post-navigation-item a.previous-post-link {
  padding-left: 25px;
  background-position: 0 -60px;
}

.post-navigation-item a.previous-post-link:hover {
  background-position: 0 -80px;
}

.post-navigation-item a.newer-post-link {
  padding-right: 25px;
  background-position: 127px -20px;
}

.post-navigation-item a.newer-post-link:hover {
  background-position: 127px -40px;
}

.single-post-navigation .fcell .post-navigation-item {
  padding-left: 80px;
}

.single-post-navigation .fcell .post-navigation-item img {
  left: 0;
}

.single-post-navigation .scell .post-navigation-item {
  padding-right: 80px;
  text-align: right;
}

.single-post-navigation .scell .post-navigation-item img {
  right: 0;
}

/* related posts */

.related-posts-box {
  margin-bottom: 45px;
}

.related-posts-box h3 {
  line-height: 24px;
  margin-bottom: 33px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.related-post-item {
  display: block;
  position: relative;
  float: left;
  width: 256px;
  margin-left: 30px;
}

.related-post-item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.related-post-item:nth-child(1) {
  margin-left: 0;
}

.related-post-item .overlay-box {
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.related-post-desc {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}

.related-post-desc .post-time {
  margin-bottom: 10px;
}

.related-post-desc h4 {
  line-height: 18px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.overlay-box:hover .related-post-desc h4 {
  color: #ED224F;
}

/* Comments */

.commentsBox {
  padding-bottom: 80px;
}

.commentsBox h2,
.commentsBox h3 {
  line-height: 20px;
  margin: 0 0 25px;
  color: #222222;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.commentsBox h3 {
  color: #0b0b0b;
  margin-bottom: 12px;
}

.commentsBox h3 a,
.commentsBox h3 a:visited {
  display: inline-block;
  line-height: 14px;
  margin: 0 3px;
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: border-color 0.3s ease;
}

.commentsBox h3 a:hover {
  border-color: transparent;
}

/* Comment list */

.commentList {
  margin-bottom: 35px;
  list-style: none;
}

.comment-body {
  position: relative;
  display: table;
  width: 100%;
  padding: 30px 0 34px;
  border-bottom: 1px solid #ecf2f2;
  box-sizing: border-box;
}

.commentList > li:first-child > .comment-body {
  padding-top: 0;
}

.commentList li.depth-2 .comment-body {
  padding-left: 60px;
}

.commentList li.depth-3 .comment-body {
  padding-left: 120px;
}

.commentList li.depth-4 .comment-body {
  padding-left: 180px;
}

.comment-meta {
  display: table-cell;
  width: 84px;
  vertical-align: top;
}

.comment-meta img {
  border-radius: 100%;
}

.reply {
  position: absolute;
  right: 0;
  top: 36px;
}

.commentList > li:first-child > .comment-body .reply {
  top: 6px;
}

.edit-link {
  position: absolute;
  right: 0;
  top: 55px;
}

.commentList > li:first-child > .comment-body .edit-link {
  top: 25px;
}

.comment-edit-link,
.comment-edit-link:visited,
.comment-reply-link,
.comment-reply-link:visited {
  color: #7f7f7f;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}

.comment-edit-link:hover,
.comment-reply-link:hover {
  color: #ED224F;
}

.logged-in-as {
  margin: -10px 0 14px;
  color: #797979;
  font-size: 14px;
  font-family: 'lora', sans-serif;
}

.logged-in-as a,
.logged-in-as a:visited {
  display: inline-block;
  line-height: 14px;
  margin: 0 3px;
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
  font-size: 14px;
  font-family: 'Playfair Display', 'lora', sans-serif;
  text-transform: none;
  text-decoration: none;
  transition: border-color 0.3s ease;
}

.logged-in-as a:hover {
  border-color: transparent;
}

.comment-wrapper {
  display: table-cell;
  padding: 6px 0 0;
}

.comment-wrapper cite {
  display: block;
  line-height: 18px;
  margin-bottom: 7px;
  color: #222222;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
}

.comment-wrapper cite a {
  color: #222222;
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-decoration: none;
}

.comment-metadata a {
  text-decoration: none;
}

.comment-metadata time {
  display: block;
  margin-bottom: 17px;
  color: #ED224F;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  text-decoration: none;
}

.comment-metadata .separator {
  display: none;
}

.comment-awaiting-moderation,
.comment-content p {
  line-height: 20px;
  color: #222222;
  font-size: 12px;
  font-family: "Playfair Display", serif;
}

.comment-content p a,
.comment-content p a:visited {
  color: #ED224F;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  text-decoration: underline;
}

.comment-content p a:hover {
  text-decoration: none;
}

.comment-awaiting-moderation {
  margin-top: -4px;
  margin-bottom: 6px;
  color: #222222;
  font-size: 14px;
}

/* Comments form */

#commentform p label {
  display: block;
  line-height: 37px;
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 600;
}

#commentform input[type="text"],
#commentform textarea {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  margin-bottom: 6px;
  border: 1px solid #dbdede;
  color: #7f7f7f;
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

#commentform input[type="text"]::-moz-placeholder,
#commentform textarea::-moz-placeholder {
  opacity: 1;
  color: #7f7f7f;
}

#commentform input[type="text"]:-ms-input-placeholder,
#commentform textarea:-ms-input-placeholder {
  color: #7f7f7f;
}

#commentform input[type="text"]::-webkit-input-placeholder,
#commentform textarea::-webkit-input-placeholder {
  color: #7f7f7f;
}

#commentform textarea {
  height: 160px;
  padding: 8px 8px 8px 18px;
  margin-bottom: 30px;
  border: 1px solid #dbdede;
  color: #797979;
  color: #7f7f7f;
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 600;
  box-sizing: border-box;
}

#commentform #submit {
  float: right;
  width: 180px;
  height: 42px;
  padding: 6px;
  border: 1px solid #ED224F;
  background: #fff;
  color: #ED224F;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

#commentform #submit:hover {
  background: #ED224F;
  color: #fff;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 260px;
  margin-left: 30px;
}

.comment-form-author {
  margin-left: 0;
}

@media only screen and (max-width: 1200px) {
  body {
    min-width: 1004px;
  }

  #header .wrapper {
    width: 984px;
  }

  .wrapper {
    width: 1004px;
  }

  .main-menu li {
    margin-left: 20px;
  }

  .content-left {
    width: 692px;
  }

  .page-fullsize .content-left {
    width: 840px;
  }

  .home-v1-main-post,
  .home-v2-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .home-v2-slider {
    width: auto;
  }

  .blog-post-box,
  .homeV1PostGrid,
  .masonry-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .homeV1PostGridItem {
    width: 472px;
  }

  .homeV1PostGridItem .home-v1-post-desc h3 {
    padding: 0 30px;
    line-height: 30px;
    font-size: 22px;
  }

  .homeV1PostGridItem.homeV1PostGridItemSmall {
    margin-bottom: 25px;
  }

  .footer-social-item {
    width: 20%;
  }

  .blog-post-box .blog-post-item {
    width: 304.666px;
  }

  .blog-post-item {
    width: 304px;
  }

  .blogPostListImg,
  .blogPostListText {
    width: 342px;
  }

  .blogPostListText {
    padding-top: 16px;
  }

  .single-post-wrap img.alignleft {
    margin-right: 20px;
  }

  .single-post-wrap img.alignleft,
  .single-post-wrap img.alignright {
    max-width: 342px;
    height: auto;
  }

  .single-post-wrap img.alignleft + img.alignright {
    margin-left: 0;
  }

  .related-post-item {
    width: 217.3333px;
    margin-left: 20px;
  }

  .related-post-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 221.3333px;
    margin-left: 20px;
  }

  .comment-form-author {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    min-width: 758px;
    left: 0;
  }

  body.animated {
    left: -258px;
  }

  body.animated #header .site-header {
    left: -258px !important;
  }

  .admin-bar .mobile-menu {
    padding-top: 32px !important;
  }

  .page-about .container .wrapper,
  .page .container .wrapper,
  .wrapper {
    width: 748px;
  }

  #header {
    height: 251px;
  }

  #header .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #header .pull-right {
    display: none;
  }

  .site-header {
    height: 60px;
  }

  .logo,
  .main-menu {
    display: none;
  }

  .mobile-logo {
    display: block;
    float: left;
    width: 174px;
    margin-top: 25px;
  }

  .mobile-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .show-mobile-menu {
    display: block;
    position: relative;
    float: right;
    width: 22px;
    height: 16px;
    margin: 22px 0 0;
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }

  .show-mobile-menu span {
    position: absolute;
    display: block;
    left: 0;
    height: 2px;
    width: 100%;
    background: #333333;
    opacity: 1;
    transition: background 0.3s ease;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .show-mobile-menu span:nth-child(1) {
    top: 0;
  }

  .show-mobile-menu span:nth-child(2),
  .show-mobile-menu span:nth-child(3) {
    top: 7px;
  }

  .show-mobile-menu span:nth-child(4) {
    top: 14px;
  }

  .show-mobile-menu.open span:nth-child(1) {
    top: 7px;
    width: 0;
    left: 50%;
  }

  .show-mobile-menu.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  .show-mobile-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .show-mobile-menu.open span:nth-child(4) {
    top: 7px;
    width: 0;
    left: 50%;
  }

  body.animated .mobile-menu {
    right: 0;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -258px;
    width: 258px;
    height: 100%;
    overflow: auto;
    background: #222222;
    z-index: 0;
    transition: right 0.6s ease;
  }

  .mobile-menu ul {
    list-style: none;
  }

  .mobile-menu ul li {
    display: block;
  }

  .mobile-menu ul li a,
  .mobile-menu ul li a:visited {
    display: block;
    line-height: 34px;
    padding: 0 20px;
    color: #7f7f7f;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Lora", serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .mobile-menu ul li a:hover,
  .mobile-menu ul li.current-menu-item > a {
    color: #ffffff;
  }

  .mobile-menu ul li ul li a {
    line-height: 34px;
    padding-left: 40px;
    text-transform: none;
  }

  .mobile-menu ul li ul li ul li a {
    padding-left: 60px;
  }

  .mobile-search form {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    margin-bottom: 14px;
    border-bottom: 1px solid #464646;
  }

  .mobile-search form input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 54px 0 20px;
    border: 0;
    background: transparent;
    color: #7f7f7f;
    font-size: 12px;
    font-family: "Lora", serif;
    font-weight: 600;
    box-sizing: border-box;
  }

  .mobile-search form input[type="submit"] {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 14px;
    height: 14px;
    border: 0;
    padding: 0;
    box-shadow: none;
    background: url("../images/sprite.svg") no-repeat -40px -100px;
  }

  .mobile-social {
    padding: 23px 0;
    margin: 12px 20px 0;
    border-top: 1px solid #464646;
  }

  .mobile-social a,
  .mobile-social a:visited {
    display: block;
    float: left;
    width: 20%;
    height: 15px;
    line-height: 15px;
    padding-left: 0;
    color: #7f7f7f;
    font-size: 13px;
    text-align: center;
    transition: color 0.3s ease;
  }

  .mobile-social a:first-child {
    padding-left: 0;
  }

  .home-v1-main-post {
    margin-bottom: 5px;
  }

  .home-v1-post-desc h3 {
    line-height: 30px;
    font-size: 22px;
  }

  .homeV1PostGridItem {
    width: 349px;
  }

  .homeV1PostGridItem .overlay-box {
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }

  .homeV1PostGridItem .home-v1-post-desc h3 {
    line-height: 22px;
    font-size: 18px;
  }

  .homeV1PostGridItem.homeV1PostGridItemSmall {
    margin-bottom: 19px;
  }

  .homeV1PostGridItem .post-time {
    margin-bottom: 10px;
  }

  .content-left {
    width: 436px;
  }

  .archive-post-title,
  .single-post-meta h1 {
    padding-right: 20px;
  }

  .archive-post-title {
    line-height: 26px;
  }

  .archive-post-title a {
    font-size: 22px;
  }

  .container {
    padding-bottom: 206px;
  }

  #footer {
    height: 206px;
  }

  .footer-social {
    padding: 30px 0;
    margin-bottom: 28px;
  }

  .footer-social .wrapper {
    text-align: center;
  }

  .footer-social-item {
    display: inline-block;
    float: none;
    width: 37px;
    margin: 0 33px;
  }

  .footer-social-item:last-child {
    width: 37px;
  }

  .footer-social-item a {
    padding-left: 37px;
    width: 0;
    height: 37px;
    overflow: hidden;
  }

  .error404 #header {
    height: 61px;
  }

  .page-about-img,
  .page-contact-img,
  .page-img {
    margin-left: 0;
    margin-right: 0;
  }

  .page-about-img img,
  .page-contact-img img,
  .page-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .archive.category #header,
  .archive.tag #header {
    height: 61px;
  }

  .archive.category .container,
  .archive.tag .container,
  .single-post .container {
    margin-top: 20px;
  }

  .page-fullsize .content-left {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-grid .home-v1-main-post,
  .blog .home-v1-main-post {
    margin-bottom: 15px;
  }

  .blog-post-box .blog-post-item,
  .blog-post-item {
    width: 344px;
  }

  .blog-post-box .blog-post-item {
    margin-left: 30px !important;
    min-height: 438px;
    max-height: 438px;
  }

  .blog-post-box .blog-post-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  .blogPostListItem {
    margin-bottom: 40px;
  }

  .blogPostListImg {
    margin-bottom: 0;
  }

  .blogPostListImg,
  .blogPostListText {
    width: 100%;
  }

  .single-post #header {
    height: 61px;
  }

  .single-post-meta h1 {
    line-height: 26px;
    font-size: 42px;
  }

  .single-post-wrap img.alignleft,
  .single-post-wrap img.alignright {
    width: 100%;
    max-width: 100%;
  }

  .single-post-wrap iframe {
    height: 300px;
  }

  .single-post-wrap blockquote {
    padding-left: 60px;
  }

  .form-row-useremail,
  .form-row-username,
  .form-row-usersubject {
    margin-left: 20px;
    width: 236px;
  }

  .form-row-username {
    margin-left: 0;
  }

  .single-post-navigation .fcell {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .single-post-navigation .scell {
    width: 100%;
    padding-left: 0;
  }

  .related-post-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px !important;
  }

  .admin-bar .mobile-menu {
    padding-top: 46px !important;
  }
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 470px;
  }

  .sidebar-col {
    width: 100%;
  }

  .sidebar-footer .sidebar-widget {
    padding: 0 15px;
  }

  .wrapper {
    width: 460px;
  }

  .home-v1-main-post {
    border: 0;
    margin-bottom: 20px;
  }

  .home-v2-slider {
    border: 0;
  }

  .home-v2-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
  }

  .home-v2-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
  }

  #header {
    height: 181px;
  }

  .container {
    margin-top: -100px;
  }
	.home-v1-post-desc h3 {
    padding: 0 40px;
    line-height: 26px;
    font-size: 16px;
	color: #222222
	  }	
		
  .blog-post-box,
  .homeV1PostGrid,
  .masonry-box {
    padding-left: 0;
    padding-right: 0;
  }

  .homeV1PostGridItem {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-left {
    width: 100%;
    float: none;
  }

  .sidebar-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-item {
    margin: 0 15px;
  }

  .sbi_item {
    width: 33.3333%;
  }

  #sb-instagram .zoom-instagram-widget__item {
    width: 33.3333% !important;
  }

  .footer-social {
    margin-bottom: 24px;
  }

  .footer-menu {
    margin-bottom: 10px;
    text-align: left;
  }

  .footer-menu li {
    margin-bottom: 10px;
  }

  .page-fullsize .content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-item {
    width: 100%;
  }

  .blog-post-box .blog-post-item {
    width: 100%;
    margin-left: 0 !important;
    min-height: 100px;
    max-height: 110000px;
    margin-bottom: 30px;
  }

  .page-about .container .wrapper,
  .page-contact .container .wrapper,
  .page .container .wrapper {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-contact-desc p,
  .contact-form p {
    padding: 0;
  }

  .form-row-useremail,
  .form-row-username,
  .form-row-usersubject {
    width: 100%;
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  body {
    min-width: 310px;
  }

  .wrapper,
  .sidebar-footer {
    width: 300px;
  }

  .home-v1-post-desc h3 {
    padding: 0;
    line-height: 20px;
    font-size: 16px;
  }

  .post-time {
    margin-bottom: 14px;
  }

  #header {
    height: 150px;
  }

  .container {
    margin-top: -70px;
  }

  .homeV1PostGridItem .home-v1-post-desc h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }

  .archive-post-title {
    line-height: 20px;
  }

  .archive-post-title a {
    font-size: 16px;
  }

  .sbi_item {
    width: 50%;
  }

  #sb-instagram .zoom-instagram-widget__item {
    width: 50% !important;
  }

  .footer-social-item {
    margin: 0 3px;
  }

  .footer-menu li {
    margin-left: 0;
    margin-right: 18px;
  }

  .home-v2-slider .bx-wrapper .bx-controls-direction a {
    display: none;
  }

  .bx-wrapper .bx-controls-auto,
  .home-v2-slider .bx-wrapper .bx-pager {
    bottom: 11px;
  }

  .single-post-meta h1 {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
  }

  .single-post-wrap iframe {
    height: 200px;
  }

  .page-about-desc h1,
  .page-contact-desc h1,
  .page-desc h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .page-social-wrapper a {
    margin: 0 2px;
  }
}