
/*------------------------------------------------------------------
[1. Default Settings]
------------------------------------------------------------------*/
.tb {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.tb-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
  background-image: url(../img/house_loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.left {
    float:left;
}

.right {
    float:right;
}

.right-padding {
    padding-right: 10px;
}

.left-padding {
    padding-left: 10px;
}


.fs-s {
    font-size: 12px;
  line-height: 18px;
}
.fs-m {
    font-size: 14px;
  line-height: 22px;
}
.fs-ml {
    font-size: 16px;
  line-height: 25px;
}
.fs-l {
    font-size: 18px;
  line-height: 28px;
}

.f-arial {
    font-family: Arial;
}

.style-bold {
    font-weight:bold;
}


h1,h3,h4,h5,h6 {
    font-weight:700;
}

h1 {
  font-size: 52px;
  line-height: 62px;
}
h2 {
  font-size: 26px;
  line-height: 50px;
  color:#c49a6c;
}

h3 {
  font-size: 22px;
  line-height: 36px;
  color:#292929;
}
h4 {
  font-size: 20px;
  line-height: 32px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}

article p {
    font-size:15px;
}

.color-black {
    color:#222222 !important;
}

.color-grey {
    color:#969696;
}

.color-success {
    color:#090;
}

.color-error {
    color:#f33f58;
}

.color-fb {
    color:#3B5998;
}

.color-twitter {
    color:#00aced;
}
.color-google {
    color:#dd4b39;
}



.hv-color-black:hover {
    color:#292929;
}

figcaption {
    font-size:12px;
    color:#292929;
    font-weight:bold;
}

.space {
  padding-left: 40px !important;
}
.space-left {
  padding-right: 40px !important;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
}
:-ms-input-placeholder {
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  border: 0;
}
textarea,
input,
button {
  font-family: inherit;
}
strong {
  font-weight: bold;
}
.light {
  font-weight: 300;
}
.gap-1 {
  padding: 130px 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #c49a6c;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
}
.section {
  background-size: cover;
}
.parallax {
  background-attachment: fixed;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.push-left {
  float: left;
}
.push-right {
  float: right;
}
body {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000000;
  background-color: #eee;
  font-family: 'Playfair Display', serif;
}

.post > header > h1 {
    margin-top:40px;
}

.post > footer > div,
#page-container {
  background-color: #fff;
}
p {
  margin-bottom: 15px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
blockquote {
  color: #969696;
  font-style: italic;
  border-left: 4px solid #c49a6c;
  padding-left: 30px;
  margin: 25px 0;
}
img {
  max-width: 100%;
  height: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*------------------------------------------------------------------
[2. Home
------------------------------------------------------------------*/
#home {
  width: 100%;
  z-index: 900;
  background-color: #fff;
}
#home-sticky-wrapper,
#menu-container-sticky-wrapper {
  height: 130px !important;
}
.header-style-3 #menu-container-sticky-wrapper {
  height: 60px !important;
}
#home * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-featured {
  position: relative;
  min-height: 50px;
}
#section-featured #prev-owl,
#section-featured #next-owl {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 43%;
  z-index: 3;
  text-align: center;
  font-size: 12px;
  color: #292929;
  line-height: 45px;
  cursor: pointer;
}
#section-featured #prev-owl {
  left: 15px;
}
#section-featured #next-owl {
  right: 15px;
}
#featured div img {
  width: 100%;
}
#featured div span {
  font-size: 14px;
  color: #292929;
  background-color: #fff;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#featured .owl-item:hover span {
  bottom: 0;
}
/*------------------------------------------------------------------
[3. Menus]
------------------------------------------------------------------*/
#logo-container {
  float: left;
  height: 130px;
  position: relative;
}
#logo-container img {
  margin: auto;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}
#logo-2 {
  padding: 40px 0 0;
  text-align: center;
}
#logo-2 img {
  margin: auto;
  width: 250px;
}
#logo-3 {
  padding: 40px 0 55px;
  text-align: center;
}
#logo-3 img {
  margin: auto;
}
#menu-container {
  font-family: 'Alike', sans-serif;
  color: #292929;
  font-size: 14px;
  letter-spacing: 2px;
}
.header-style-3 #menu-container {
  padding-bottom: 0 !important;
}
/* Menu Desktop */
@media screen and (min-width: 992px) {
  .is-sticky #home,
  .header-style-2 .is-sticky #menu-container,
  .header-style-3 #menu-container {
    box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    -moz-box-shadow: 0px 0px 2px #ccc;
  }
  .is-sticky #logo-container {
    height: 60px;
  }
  .is-sticky #menu-container nav > ul > li > a {
    height: 60px;
    line-height: 68px;
  }

  .is-sticky #menu-container {
      background-color:#fafafa !important;
  }

  .is-sticky #menu-container .sub-menu,
  .is-sticky #menu-container .ubermenu-submenu {
    top: 60px;
  }
  .is-sticky #menu-container nav > ul > li {
    margin-top: 0 !important;
  }
  .header-style-2 #menu-container,
  .header-style-3 #menu-container {
    float: none !important;
    text-align: center;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    top: 0;
    left: 0;
  }
  .header-style-2 #menu-container nav > ul > li,
  .header-style-3 #menu-container nav > ul > li {
    display: inline-block;
    float: none !important;
  }
  .header-style-3 #menu-container {
    box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    -moz-box-shadow: 0px 0px 2px #ccc;
  }
  .header-style-3 nav > ul > li > a {
    height: 60px !important;
    line-height: 60px !important;
  }
  .header-style-3 .ubermenu-submenu {
    top: 60px !important;
  }
  .header-style-3 .sub-menu {
    top: 60px !important;
  }
  #menu-container {
    display: block !important;
    float: right;
  }
  #menu-container nav > ul > li {
    float: left;
    position: relative;
  }
  #menu-container nav > ul > li:hover > a {
    color: #c49a6c;
  }
  #menu-container nav > ul > li:last-child a {
    padding-right: 0 !important;
  }
  #menu-container nav > ul > li > a {
    display: block;
    padding: 0 11px;
    height: 130px;
    line-height: 140px;
  }
  #menu-container nav > ul > li > a:after {
    content: "/";
    margin-left: 18px;
    color: #292929 !important;
  }
  #menu-container nav > ul > li:last-child > a:after {
    content: "";
    margin-left: 0;
  }
  #menu-container .sub-menu {
    position: absolute;
    width: 230px;
    top: 100px;
    left: -5px;
    padding: 0;
    z-index: 10;
    line-height: 24px;
    display: none;
    background-color: #fafafa;
    text-align: left;
  }
  #menu-container .sub-menu li {
    padding: 10px 18px;
    position: relative;
    line-height:25px;
  }

  #menu-container .sub-menu li:hover {
    background-color:#c49a6c;
  }

  #menu-container .sub-menu li:hover > a {
      color:#fff;
  }




  #menu-container nav > ul > li > .ubermenu-submenu {
    position: absolute;
    width: 97%;
    left: 0;
    top: 130px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 0px 2px #ccc;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    display: none;
    margin: 0 15px;
    min-height: 220px;
    text-align: left;
  }
  #menu-container nav > ul > li > .ubermenu-submenu > li {
    position: relative;
  }
  #menu-container .ubermenu-tabs-group {
    width: 17%;
    padding: 10px 0;
    border-right: 1px solid #e4e4e4;
  }
  #menu-container .ubermenu-tabs-group > li > a {
    display: block;
    padding: 5px 30px 5px 20px;
    position: relative;
  }
  #menu-container .ubermenu-tabs-group > li > a:after {
    font-family: FontAwesome;
    content: "\f105";
    color: #838383;
    font-size: 17px;
    display: inline-block;
    position: absolute;
    right: 20px;
  }
  #menu-container .ubermenu-tabs-group > li ul {
    display: none;
  }
  #menu-container .ubermenu-tabs-group .ubermenu-active ul {
    display: block;
  }
  #menu-container .ubermenu-tab-content-panel {
    width: 83%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #menu-container .ubermenu-tab-content-panel li {
    float: left;
    padding: 30px 45px;
  }
  #menu-container .ubermenu-tab-content-panel li:first-child {
    padding-right: 0;
  }
  #menu-container .ubermenu-tab-content-panel li:last-child {
    padding-left: 0;
  }
  #menu-container .sub-menu .sub-menu {
    left: 230px;
    top: 0;
  }
  #menu-container .ubermenu-submenu,
  #menu-container .sub-menu {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  #menu-container .current-menu-item > a,
  #menu-container .ubermenu-active > a {
    color: #c49a6c;
  }
}
/* Menu Mobile */
#mobile-button {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  z-index: 3;
  padding: 40px 0;
  cursor: pointer;
}
#mobile-button hr {
  width: 15px;
  height: 2px;
  background-color: #292929;
  border: none;
  margin: 0px auto 2px;
}
@media (max-width: 991px) {
  .sticky {
    position: static !important;
  }
  .ubermenu-tab-content-panel {
    padding: 20px 0 5px;
  }
  #menu-container .menu-open > .sub-menu,
  #menu-container .menu-open .ubermenu-submenu,
  .menu-open > .ubermenu-tab-content-panel {
    display: block !important;
  }
  #logo-container {
    position: relative;
    width: 100%;
  }
  #logo-container .tb-cell {
    text-align: left;
  }
  #logo-2,
  #logo-3 {
    padding: 20px 0 30px;
  }
  .header-style-3 #mobile-button,
  .header-style-2 #mobile-button {
    position: static !important;
    margin: auto;
  }
  #mobile-button {
    display: block;
  }
  #logo-2 {
    padding-bottom: 30px;
  }
  #menu-container {
    clear: both;
    display: none;
    padding-bottom: 30px;
  }
  #menu-container .sub-menu,
  #menu-container .ubermenu-submenu {
    display: none !important;
  }
  #menu-container nav > ul a {
    position: relative;
  }
  #menu-container .arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #menu-container .menu-open > .arrow:after {
    content: "\f106" !important;
  }
  #menu-container nav > ul > li > a,
  #menu-container .ubermenu-tabs-group > li > a {
    padding: 10px 0;
    border-bottom: 1px solid #E4E4E4;
    display: block;
  }
  #menu-container .ubermenu-tabs-group > li > a {
    border-bottom: 0;
  }
  #menu-container .ubermenu-tab-content-panel {
    display: none;
  }
  #menu-container nav > ul .sub-menu a {
    padding: 15px 0 0;
    display: block;
  }
  #menu-container nav > ul > li:last-child > a {
    border-bottom: 0;
  }
}
/*------------------------------------------------------------------
[4. Sections]
------------------------------------------------------------------*/
#page {
  padding: 50px 0 20px;
}
#header-section {
  margin-bottom: 25px;
}
#header-section h3 {
  margin-bottom: 0;
}
#header-section div {
  width: 90px;
  margin: 5px 0;
  height: 5px;
  background: #e4e4e4;
}
#header-section span {
  font-size: 13px;
  margin-top: -7px;
  display: block;
}
.post {
  margin-bottom: 60px;
}
.post > header {
  margin-bottom: 20px;
}
.post > header h3 {
  margin: 40px 0 10px !important;
}
.post > header span {
  font-style: italic;
  font-size: 13px;
}
.post > footer {
  position: relative;
  margin-top: 30px;
}
.post > footer div {
  color: #c49a6c;
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding-right: 30px;
  z-index: 3;
  display: inline-block;
}
.post > footer div a:hover {
  color: #292929;
}
.post > footer hr {
  position: absolute;
  top: 9px;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  border: none;
}
#page-content > header {
  margin-bottom: 20px;
}

header > h1 {
    font-size: 28px;
    line-height:30px;
    color:#292929;
}

.editor-styles ul {
  margin: 30px 0 50px 15px;
  list-style-type: disc;
}
.editor-styles ul li {
  padding-left: 20px;
}
.editor-styles a {
  color: #c49a6c;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
#masonry-1 .post {
  width: 48%;
  float: left;
  padding-left:15px;
  padding-right:15px;
}

.row-compensate {
    margin-left:-30px;
    margin-right:-30px;
}

#masonry-2 .post {
  width: 31%;
  margin: 0 1% 50px 1%;
  float: left;
}
#post-author {
  position: relative;
  padding-left: 140px;
  min-height: 80px;
  margin: 80px 0 70px;
}
#post-author img {
  position: absolute;
  left: 0;
  top: 0;
}
#post-nav {
  text-align: right;
  font-style: italic;
  font-size: 14px;
}
#post-nav-2 {
  padding-top: 25px;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 50px;
}
#post-nav-2 a {
  font-style: italic;
  font-size: 14px;
}
#post-nav-2 .push-right {
  text-align: right;
}
#comments h4 {
  margin-bottom: 45px;
}
#comments #list-comments {
  margin-bottom: 100px;
}
#comments #list-comments li {
  position: relative;
  margin-bottom: 30px;
}
#comments #list-comments li .comment-body {
  background-color: #f1f0f0;
  margin-left: 100px;
  min-height: 90px;
  padding: 25px 30px;
}
#comments #list-comments li .comment-body .fn {
  color: #292929;
  font-weight: 600;
}
#comments #list-comments li .comment-body img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#comments #list-comments li .vcard {
  margin-bottom: 15px;
}
#comments #list-comments li .comment-body:before {
  content: "\f0d9";
  color: #f1f0f0;
  font-family: FontAwesome;
  position: absolute;
  top: 25px;
  left: 94px;
  z-index: 3;
  font-size: 20px;
}
#comments #list-comments li .commentmetadata {
  font-style: italic;
  font-size: 13px;
}
#comments #list-comments li .children li {
  margin-top: 10px;
}
#comments #commentform input,
#comments #commentform textarea,
#comments #commentform button {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #787878;
  background-color: #fff;
}
#comments #commentform input {
  max-width: 280px;
  width: 100%;
}
#comments #commentform textarea {
  width: 100%;
  max-width: 100%;
  height: 175px;
}
#comments #commentform button {
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#comments #commentform button:hover {
  color: #c49a6c;
}



.widget {
  margin-bottom: 50px;
  font-size: 14px;
}

.widget h6 {
    margin-top:5px;
}

.widget ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  border-left: 3px solid #fff;
}
.widget ul li:last-child {
  border-bottom: none;
}

.widget ul li ul li {
  padding: 5px 0;
  padding-left:15px;
  border-bottom:none;
  border-left: 3px solid #fff;
}

.widget ul li ul li ul li {
  padding: 5px 0;
  padding-left:15px;
  border-bottom:none;
  border-left: 3px solid #fff;
}

.current > a {
    font-weight:bold;
}

.main-level-1.active > a {
    font-weight:bold;
}

.current > a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-size:14px;
    padding-right:5px;
    color:#c49a6c;
    content: "\f1bb";
}

.categories li.active > a {
    font-weight:bold;
}

.categories li.active > a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-size:14px;
    padding-right:5px;
    color:#c49a6c;
    content: "\f1bb";
}

.newsletter-form {
  padding: 10px 0px;
  position: relative;
}

#nf-newsletter-response {
  display:none;
}

.widget .search-form {
  padding: 10px 20px;
  border: 1px solid #E4E4E4;
  position: relative;
}
.widget .search-form input {
  border: none;
  color: #787878;
  width: 88%;
  position: relative;
  top: 1px;
  font-size: 13px;
  float: left;
  letter-spacing: 1px;
}
.widget .search-form button {
  float: right;
  width: 12%;
  border: none;
  background: none;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #787878;
  cursor: pointer;
}

#resultsDiv h2 {
    margin-bottom:20px;
    line-height:40px;
}

.webResult h3 {
    font-size:20px;
    line-height:32px;
}

.webResult p {
    font-size:15px;
    margin-bottom:15px;
}

.tagcloud a {
  font-size: 13px;
  border: 1px solid #e4e4e4;
  padding: 3px 7px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 4px 4px 4px -3px;
  display: inline-block;
}
/*------------------------------------------------------------------
[5. Shortcodes]
------------------------------------------------------------------*/
.map-canvas img,
#map-canvas img {
  max-width: none !important;
}
.house-slideshow {
  position: relative;
}
.house-slideshow .rslides_nav {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 40%;
  z-index: 3;
  text-align: center;
  font-size: 12px;
  color: #292929;
  line-height: 45px;
  cursor: pointer;
}
.house-slideshow .prev {
  left: 15px;
}
.house-slideshow .next {
  right: 15px;
}
.blockquote-1 {
  padding: 40px 30px;
  background-color: #E4E4E4;
}
.blockquote-1 blockquote {
  border: none !important;
  padding: 0 !important;
  font-size: 16px;
  margin: 0;
}
.blockquote-1 span {
  color: #292929;
  font-size: 16px !important;
  display: block;
  margin-top: 10px;
  font-style: normal !important;
  font-weight: 700;
}
.link-1 {
  background-color: #E4E4E4;
  padding: 40px 30px;
}
.link-1 a {
  font-size: 30px;
  font-weight: 700;
  color: #292929;
}
.social-1 {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #828282;
  background-color: #e4e4e4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 0px 2px 4px;
}
.social-1:hover {
  color: #c49a6c !important;
}
#contactform {
  margin: 0 -15px;
}
#contactform .loading,
#contactform #success-message,
#contactform #error-message {
  display: none;
}
.error {
  border-color: #c49a6c !important;
}

.form-1 input[type=radio] {
    width:20px;
}


.form-1 input,
.form-1 textarea,
.form-1 button {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #787878;
  background-color: #fff;
}
.form-1 textarea {
  max-width: 100%;
  height: 160px;
}
.form-1 button {
  padding: 10px 15px;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-1 button:hover {
  color: #c49a6c;
}
#map-canvas {
  width: 100%;
  height: 350px;
}
/*------------------------------------------------------------------
[6. Portfolio]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
[7. Footer]
------------------------------------------------------------------*/
#foot-right {
  text-align: right;
  padding-top: 45px;
}
#foot-left p {
  margin-top: 10px;
}

#foot-left img {
    width:165px;
}

#footer-main {
  padding: 25px 0 25px;
  background-color: #fff;
}
/*------------------------------------------------------------------
[8. Other]
------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 991px) {
  #home-sticky-wrapper,
  #menu-container-sticky-wrapper,
  .header-style-3 #menu-container-sticky-wrapper {
    height: auto !important;
  }
  .ubermenu-submenu,
  .sub-menu {
    display: block !important;
  }
  .space {
    padding-left: 15px !important;
  }
  .space-left {
    padding-right: 15px !important;
  }
  #post-nav {
    margin-bottom: 20px;
  }
  .boxed #page-container {
    width: 92% !important;
  }

    .row-compensate {
        margin-left:0px;
        margin-right:0px;
    }
    .mobile-padding {
        margin-left:15px;
        margin-right:15px;
    }

    .startpage-fix-right-padding {
        margin-right:0px;
    }  

}
@media only screen and (max-width: 767px) {

    .row-compensate {
        margin-left:0px;
        margin-right:0px;
    }

    .mobile-padding {
        margin-left:15px;
        margin-right:15px;
    }

    .startpage-fix-right-padding {
        margin-right:0px;
    }


  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
  }
  #masonry-1 .post {
    width: 100%;
    margin: 0 0 50px 0;
    float: none;
  }
  #masonry-2 .post {
    width: 100%;
    margin: 0 0 50px 0;
    float: none;
  }
}
@media only screen and (max-width: 540px) {
  #post-author {
    padding-left: 0 !important;
  }
  #post-author img {
    position: static;
    margin: 0 auto 20px;
    display: block;
  }
  #comments #list-comments li .comment-body {
    margin: 0 0 20px 0;
  }
  #comments #list-comments li .comment-body:before {
    content: "" !important;
  }
  #comments #list-comments li .comment-body img {
    position: static !important;
  }
}
@media (max-width: 1024px) {
  .boxed body {
    background-attachment: scroll !important;
  }
}
.boxed .header-style-2 #menu-container,
.boxed .header-style-3 #menu-container {
  left: auto !important;
}
.boxed #page-container {
  max-width: 1060px;
  margin: 50px auto;
}
.boxed .sticky {
  max-width: 1060px;
}
.boxed #footer-main {
  margin-bottom: 50px;
}

/* Image Effect */
.mediagrid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}


.mediagrid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	height: auto;
	background: #f2f2f2;
	text-align: center;
	cursor: pointer;
}

.mediagrid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.mediagrid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mediagrid figure figcaption::before,
.mediagrid figure figcaption::after {
	pointer-events: none;
}

.mediagrid figure figcaption,
.mediagrid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mediagrid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.mediagrid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.mediagrid figure h2 span {
	font-weight: 800;
}

.mediagrid figure h2,
.mediagrid figure p {
	margin: 0;
}

.mediagrid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

#sitemap, #sitemap ul {
    list-style: none;
    list-style-type:none;
    margin:1px;

    font-size:12px;
}


#sitemap li > a {
    color:#292929;
}

#sitemap li > a:hover {
    color:#c49a6c;
}

.play-button {
    height: 60px;
    width: 97px;
    background-color: rgba(196, 154, 108, 0.9);
    position: absolute;
    z-index: 10;

}

.play-button-start {
    margin-top:-36%;
    margin-left: 31%;
}

.play-button-blog {
    margin-top:-33%;
    margin-left: 35%;
}

.play-button:hover {
    background-color: rgba(196, 154, 108, 1);
}

.play-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 40px;
    margin: 0 auto;
    border-style: solid;
    border-width: 13px 0 13px 21px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.startpage-fix-right-padding {
    margin-right:25px;
}