/*--------------------------------------------------
    03. Typography 
---------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #434343;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  line-height: 1.6;
}
p {
  line-height: 1.8em;
}
.section-title-bg {
  background-color: #f8f8f8;
  padding: 50px 0;
}
.section-subtitle {
  color: #a9a9a9;
}
.bigger-font {
  font-size: 50px;
}
.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color li {
  color: #fff !important;
}
.black-color,
.black-color h1,
.black-color h2,
.black-color h3,
.black-color h4,
.black-color h5,
.black-color h6,
.black-color p,
.black-color li {
  color: #000 !important;
}
.theme-color,
.theme-color h1,
.theme-color h2,
.theme-color h3,
.theme-color h4,
.theme-color h5,
.theme-color h6,
.theme-color p,
.theme-color li {
  color: #c18f59 !important;
}
.divider {
  background-color: #434343;
  height: 1px;
  width: 60px;
  margin: 20px 0;
}
.divider-small {
  background-color: #434343;
  height: 1px;
  width: 30px;
  margin: 15px 0;
}
.divider-center {
  background-color: #434343;
  height: 1px;
  width: 60px;
  margin: 20px auto;
}
.divider-center-small {
  background-color: #434343;
  height: 1px;
  width: 30px;
  margin: 15px auto;
}
.divider-white {
  background-color: #fff;
}
.divider-black {
  background-color: #000;
}
.divider-theme {
  background-color: #c18f59";
}
blockquote {
  margin: 20px 0;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  font-style: italic;
  color: #000;
  border-left: 0;
}

/*--------------------------------------------------
    04. Block Spacing
---------------------------------------------------*/
.p-0 {
    padding: 0;
  }
  .no-padding {
    padding: 0!important;
  }
  .no-margin {
    margin: 0!important;
  }
  .p-top-10 {
    padding-top: 10px;
  }
  .p-top-20 {
    padding-top: 20px;
  }
  .p-top-30 {
    padding-top: 30px;
  }
  .p-top-40 {
    padding-top: 40px;
  }
  .p-top-50 {
    padding-top: 50px;
  }
  .p-top-60 {
    padding-top: 60px;
  }
  .p-top-80 {
    padding-top: 80px;
  }
  .p-top-100 {
    padding-top: 100px;
  }
  .p-top-140 {
    padding-top: 140px;
  }
  .p-bottom-10 {
    padding-bottom: 10px;
  }
  .p-bottom-20 {
    padding-bottom: 20px;
  }
  .p-bottom-30 {
    padding-bottom: 30px;
  }
  .p-bottom-40 {
    padding-bottom: 40px;
  }
  .p-bottom-50 {
    padding-bottom: 50px;
  }
  .p-bottom-60 {
    padding-bottom: 60px;
  }
  .p-bottom-80 {
    padding-bottom: 80px;
  }
  .p-bottom-100 {
    padding-bottom: 100px;
  }
  .p-bottom-140 {
    padding-bottom: 140px;
  }
  .m-top-10 {
    margin-top: 10px;
  }
  .m-top-20 {
    margin-top: 20px;
  }
  .m-top-30 {
    margin-top: 30px;
  }
  .m-top-40 {
    margin-top: 40px;
  }
  .m-top-50 {
    margin-top: 50px;
  }
  .m-top-60 {
    margin-top: 60px;
  }
  .m-top-80 {
    margin-top: 80px;
  }
  .m-top-100 {
    margin-top: 100px;
  }
  .m-top-140 {
    margin-top: 140px;
  }
  .m-bottom-10 {
    margin-bottom: 10px;
  }
  .m-bottom-20 {
    margin-bottom: 20px;
  }
  .m-bottom-30 {
    margin-bottom: 30px;
  }
  .m-bottom-40 {
    margin-bottom: 40px;
  }
  .m-bottom-50 {
    margin-bottom: 50px;
  }
  .m-bottom-60 {
    margin-bottom: 60px;
  }
  .m-bottom-80 {
    margin-bottom: 80px;
  }
  .m-bottom-100 {
    margin-bottom: 100px;
  }
  .m-bottom-140 {
    margin-bottom: 140px;
  }

  /*--------------------------------------------------
    18. Blog
---------------------------------------------------*/
.blog-index {
    padding: 60px 0;
  }
  .blog {
    background-color: #f8f8f8;
  }
  .blog-post-info {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 25px;
    color: #999999;
    font-size: 0.8em;
    font-style: italic;
  }
  .blog-post-info .time {
    float: left;
  }
  .blog-post-info .comments {
    float: right;
  }
  .blog-post-info .comments a {
    color: #999999;
  }
  .blog-post-info .comments a:hover {
    color: #c18f59";
  }
  .blog-post-info i {
    margin-right: 5px;
  }
  .blog-post-body {
    padding: 15px 25px 25px;
  }
  .blog-post-body h4 {
    text-transform: capitalize;
  }
  .blog-post-body h4 a {
    color: #5d5d5d;
  }
  .blog-post-body h4 a:hover {
    color: #c18f59";
  }
  .blog-post-body a.read-more {
    font-weight: 700;
  }
  .postSingle .postTitle {
    padding-bottom: 10px;
  }
  .postSingle .postTitle h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .postSingle .postMeta {
    color: #808080;
    font-size: 0.9em;
    font-style: italic;
    padding: 10px 20px;
    margin-bottom: 30px;
    background: #f8f8f8;
  }
  .postSingle .postMeta a {
    color: #808080;
  }
  .postSingle .postMeta a:hover {
    color: #c18f59;
  }
  .postSingle .postMeta-info {
    float: left;
  }
  .postSingle .postMeta-info span {
    margin-right: 15px;
  }
  .postSingle .postMeta-info span i {
    margin-right: 3px;
  }
  .postSingle .postMeta-date {
    float: right;
  }
  .postSingle .postMeta-date span i {
    margin-right: 3px;
  }
  .postSingle .postMedia {
    padding: 0;
  }
  .postSingle .postTags {
    margin-top: 30px;
  }
  .postSingle .postTags h4 {
    font-size: 14px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    text-transform: capitalize;
  }
  .postSingle .postTags h4 i {
    margin-right: 5px;
  }
  .postSingle .postTags ul li a {
    background: #c18f59;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .entriesContainer {
    margin-top: 40px;
  }
  .entriesContainer .comments-list {
    padding: 0;
    margin-top: 40px;
  }
  .entriesContainer .comments-list .img {
    border: 2px solid #c18f59;
    color: #c18f59;
    float: left;
    height: 35px;
    width: 35px;
    line-height: 31px;
    margin-top: 5px;
    text-align: center;
  }
  .entriesContainer .comments-list .commentContent {
    margin-bottom: 15px;
    margin-left: 50px;
  }
  .entriesContainer .comments-list .commentContent p.expert {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
  }
  .entriesContainer .comments-list .commentContent .date a {
    color: #c18f59;
    font-size: 11px;
    display: inline-block;
  }
  .comment {
    padding: 20px 20px 50px;
    position: relative;
    background: #f8f8f8;
  }
  .comment.children {
    margin-top: 30px;
  }
  .comments a {
    display: inline-block;
  }
  .comments .author a {
    color: #434343;
  }
  .comments .replys {
    margin-left: 40px;
  }
  .comments .replys.children {
    margin-left: 80px;
  }
  .comments .reply-btn {
    float: right;
  }
  .comments .reply-btn a {
    color: #434343;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
  }
  /*Respond*/
  .respond .replyForm input[type="text"],
  .respond .replyForm input[type="email"],
  .respond .replyForm textarea {
    background: #f8f8f8;
    border: 0 none;
    color: #434343;
    font-family: inherit;
    font-size: 13px;
    margin: 0 0 28px;
    outline: 0 none;
    padding: 12px 10px;
    resize: none;
    width: 100%;
    border: 1px solid #f2f2f1;
  }
  .respond .replyForm #success,
  .respond .replyForm #error {
    display: none;
  }
  /*Sidebar*/
  .widget {
    background-color: #f8f8f8;
  }
  .widget h4 {
    margin-bottom: 10px;
  }
  .widget .search-form {
    position: relative;
  }
  .widget .search-form input[type="text"] {
    border: none;
    padding: 12px 10px;
    font-size: 13px;
    width: 100%;
    background: #f8f8f8;
    border: 0 none;
    outline: 0;
    color: #434343;
    border: 1px solid #f8f8f8;
  }
  .widget .search-form .submit-search {
    border: medium none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 15px;
    font-weight: 600;
    color: #fff;
    background: #434343;
  }
  .widget .search-form .submit-search:hover {
    background: #c18f59;
  }
  .widget .cat-list li,
  .widget .cat-archives li,
  .widget .meta li {
    border-bottom: 1px solid #ebebeb;
  }
  .widget .cat-list li a,
  .widget .cat-archives li a,
  .widget .meta li a {
    color: #909090;
    font-weight: 600;
  }
  .widget .cat-list li a:hover,
  .widget .cat-archives li a:hover,
  .widget .meta li a:hover {
    color: #c18f59;
  }
  .widget .cat-list li:last-child,
  .widget .cat-archives li:last-child,
  .widget .meta li:last-child {
    border-bottom: none;
  }
  .widget .cat-list li span.countCat {
    color: #c18f59;
    font-size: 12px;
  }
  .widget .meta abbr {
    color: #c18f59;
  }
  .widget .tag-list li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
  }
  .widget .tag-list li a {
    background: #eeeeee;
    color: #909090;
    font-weight: 600;
    display: inline-block;
    padding: 5px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .widget .tag-list li a:hover {
    background: #c18f59;
    color: #fff;
  }
  .widget .cat-list li:last-child,
  .widget .cat-archives li:last-child {
    border-bottom: medium none;
  }
  .widget .meta abbr {
    border-bottom: 1px dotted #434343;
    cursor: help;
  }
  .widget.widget-bottom {
    background-color: transparent;
  }
  .widget.widget-bottom h4 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
  }
  .widget.widget-bottom .cat-list li,
  .widget.widget-bottom .cat-archives li,
  .widget.widget-bottom .meta li {
    border-bottom: 0px;
  }
  .widget-search {
    padding: 0;
  }
  .pagination {
    border-radius: 0;
    margin-top: 0;
  }
  .pagination li:last-child a,
  .pagination li:first-child a,
  .pagination li:last-child span,
  .pagination li:first-child span {
    border-radius: 0;
  }
  .pagination li a,
  .pagination li span {
    color: #c18f59;
  }
  .pagination .active span {
    background-color: #c18f59;
    border-color: #c18f59;
  }
  .pagination .active span:focus,
  .pagination .active span:hover {
    background-color: #c18f59;
    border-color: #c18f59;
  }
  -------------------------------------------------------------------*/
/*--------------------------------------------------
    01. General Styles 
---------------------------------------------------*/
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #767676;
}
a {
  color: #c18f59;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: #c18f59;
  text-decoration: none;
  outline: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
}
img {
  width: 100%;
}
::-moz-selection {
  color: #fcfcfc;
  text-shadow: none;
  background: #0f0f0f;
}
::selection {
  color: #fcfcfc;
  text-shadow: none;
  background: #0f0f0f;
}
.label-theme {
  background-color: #ed5f5e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.label-theme:hover {
  background-color: #c18f59;
}
.label-theme a {
  color: #fff;
}
section {
  width: 100%;
  display: block;
}
.light-bg {
  background-color: #f8f8f8;
}
.dark-bg {
  background-color: #434343;
}
.overlay-light,
overlay-light .YTPOverlay {
  position: relative;
}
.overlay-light:before,
overlay-light .YTPOverlay:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.overlay-dark,
.overlay-dark .YTPOverlay {
  position: relative;
}
.overlay-dark:before,
.overlay-dark .YTPOverlay:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rs-video-overlay .rs-fullvideo-cover {
  background: rgba(0, 0, 0, 0.3);
}
.image-bg {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-bg {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.fixed-height-large {
  min-height: 800px;
}
.fixed-height-medium {
  min-height: 700px;
}
.fixed-height-small {
  min-height: 600px;
}
.vertical-section {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vertical-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.scroll-down {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-down:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.scroll-down:hover:before {
  background: #c18f59;
  border: 1px solid #c18f59;
}
.scroll-down .scroll-down-icon {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  color: #fff;
  font-size: 15px;
  -webkit-animation: scroll-down-anim 1s infinite;
  animation: scroll-down-anim 1s infinite;
  z-index: 2;
}