/* Do not edit main.css edit styles.css or main.scss insted */
/* RD Navbar */
.rd-mobilemenu {
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: left;
  transition: 0.3s all ease;
  z-index: 9999;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  transform: translateY(0);
}

.rd-mobilemenu_ul {
  position: absolute;
  padding: 4rem 0 5rem;
  margin: 0;
  width: 240px;
  height: auto;
  bottom: 0;
  left: 0;
  top: 0;
  color: #ffffff;
  background: #666666;
  font-size: 1rem;
  line-height: 1.2rem;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-240px);
  transition: 0.3s ease;
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  font-family: "Arial", sans-serif;
}

.rd-mobilemenu_ul a:hover {
  background: #ffffff;
  color: #333333;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #666666;
  color: #ffffff;
}

.rd-mobilemenu_ul a.active {
  background: #333333;
  color: #ffffff;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 2.5rem;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 3rem;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #666666;
  color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: "Arial", sans-serif;
  z-index: 9999;
}

.rd-mobilepanel_title {
  color: #ffffff;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  font-size: 1.5rem;
  line-height: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1rem;
  overflow: hidden;
}

.rd-mobilepanel_toggle {
  position: fixed;
  height: 48px;
  width: 48px;
  left: 8px;
  top: 4px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  backface-visibility: hidden;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all 0.3s ease;
  top: 8px;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  backface-visibility: hidden;
  border-radius: 2px;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  backface-visibility: hidden;
  border-radius: 2px;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before {
  top: 0;
  width: 15px;
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (min-width: 480px) {
  .rd-navbar-brand__name {
    font-size: 90px;
  }
  .rd-navbar-brand__name span {
    font-size: 160px;
    margin-top: -31px;
  }
}

@media (min-width: 768px) {
  .rd-navbar-brand__name {
    font-size: 160px;
  }
  .rd-navbar-brand__name span {
    margin-top: -41px;
    font-size: 250px;
    margin-left: 16px;
  }
  .rd-navbar-brand__slogan {
    font-size: 18px;
    margin-top: 79px;
  }
}

@media (min-width: 992px) {
  .rd-navbar-brand__name {
    letter-spacing: 16.7px;
  }
  .rd-navbar-brand__slogan {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/* Social menu */
#social-menu li {
  display: inline-block;
}

#social-menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
}

#social-menu li a:hover {
  text-decoration: none;
}

#social-menu li a:hover::before {
  color: #000;
}

#social-menu li a:focus {
  outline: none;
}

#social-menu li a[href*="codepen.io"]::before {
  content: '\f1cb';
}

#social-menu li a[href*="digg.com"]::before {
  content: '\f1a6';
}

#social-menu li a[href*="dribbble.com"]::before {
  content: '\f17d';
}

#social-menu li a[href*="dropbox.com"]::before {
  content: '\f16b';
}

#social-menu li a[href*="facebook.com"]::before {
  content: '\f09a';
}

#social-menu li a[href*="flickr.com"]::before {
  content: '\f16e';
}

#social-menu li a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

#social-menu li a[href*="github.com"]::before {
  content: '\f09b';
}

#social-menu li a[href*="instagram.com"]::before {
  content: '\f16d';
}

#social-menu li a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

#social-menu li a[href*="pinterest.com"]::before {
  content: '\f0d2';
}

#social-menu li a[href*="getpocket.com"]::before {
  content: '\f265';
}

#social-menu li a[href*="reddit.com"]::before {
  content: '\f1a1';
}

#social-menu li a[href*="skype.com"]::before, #social-menu li a[href*="skype:"]::before {
  content: '\f17e';
}

#social-menu li a[href*="stumbleupon.com"]::before {
  content: '\f1a4';
}

#social-menu li a[href*="tumblr.com"]::before {
  content: '\f173';
}

#social-menu li a[href*="twitter.com"]::before {
  content: '\f099';
}

#social-menu li a[href*="vimeo.com"]::before {
  content: '\f27d';
}

#social-menu li a[href*="wordpress.org"]::before, #social-menu li a[href*="wordpress.com"]::before {
  content: '\f19a';
}

#social-menu li a[href*="youtube.com"]::before {
  content: '\f167';
}

#social-menu li a[href*="amazon.com"]::before {
  content: '\f270';
}

#social-menu li a[href*="tripadvisor"]::before {
  content: '\f262';
}

#social-menu li a[href*="ycombinator.com"]::before {
  content: '\f23b';
}

#social-menu li a[href*="xing.com"]::before {
  content: '\f168';
}

#social-menu li a[href*="yahoo."]::before {
  content: '\f19e';
}

#social-menu li a[href*="vine.co"]::before {
  content: '\f1ca';
}

#social-menu li a[href*="weibo.com"]::before {
  content: '\f18a';
}

#social-menu li a[href*="trello.com"]::before {
  content: '\f181';
}

#social-menu li a[href*="steampowered.com"]::before {
  content: '\f1b6';
}

#social-menu li a[href*="soundcloud.com"]::before {
  content: '\f1be';
}

#social-menu li a[href*="spotify.com"]::before {
  content: '\f1bc';
}

#social-menu li a[href*="stackexchange.com"]::before {
  content: '\f18d';
}

#social-menu li a[href*="stackoverflow.com"]::before {
  content: '\f16c';
}

#social-menu li a[href*="slideshare.net"]::before {
  content: '\f1e7';
}

#social-menu li a[href*="slack.com"]::before {
  content: '\f198';
}

#social-menu li a[href*="skyatlas.com"]::before {
  content: '\f216';
}

#social-menu li a[href*="last.fm"]::before {
  content: '\f202';
}

#social-menu li a[href*="jsfiddle.net"]::before {
  content: '\f1cc';
}

#social-menu li a[href*="behance.net"]::before {
  content: '\f1b4';
}

#social-menu li a[href*="bitbucket.org"]::before {
  content: '\f171';
}

#social-menu li a[href*="codepen.io"]::before {
  content: '\f1cb';
}

#social-menu li a[href*="codiepie.com"]::before {
  content: '\f284';
}

#social-menu li a[href*="connectdevelop.com"]::before {
  content: '\f20e';
}

#social-menu li a[href*="dashcube.com"]::before {
  content: '\f210';
}

#social-menu li a[href*="contao.org"]::before {
  content: '\f26d';
}

#social-menu li a[href*="delicious.com"]::before {
  content: '\f1a5';
}

#social-menu li a[href*="deviantart.com"]::before {
  content: '\f1bd';
}

#social-menu li a[href*="vk.com"]::before {
  content: '\f189';
}

#social-menu li a[href*="rss"]::before {
  content: '\f09e';
}

#social-menu li a::before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  border-radius: 50%;
  color: #c7c7c7;
  transition: .3s;
}

.social-list--text #social-menu li a::before {
  display: none;
}

.blog #content .container,
.search-results #content .container {
  padding-top: 86px;
}

.blog h2.page-title,
.search-results h2.page-title {
  margin-bottom: 28px;
  font-size: 30px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 500;
}

.blog h4.entry-title,
.search-results h4.entry-title {
  margin-bottom: 10px;
}

.blog .post,
.blog .team,
.search-results .post,
.search-results .team {
  margin-bottom: 60px;
}

.blog .post .btn_wrapper,
.blog .team .btn_wrapper,
.search-results .post .btn_wrapper,
.search-results .team .btn_wrapper {
  text-align: left;
}

.blog .post .post_img,
.blog .team .post_img,
.search-results .post .post_img,
.search-results .team .post_img {
  margin-left: 60px;
}

.blog .post .post_img a,
.blog .team .post_img a,
.search-results .post .post_img a,
.search-results .team .post_img a {
  width: 100%;
}

.blog .post .post_img a img,
.blog .team .post_img a img,
.search-results .post .post_img a img,
.search-results .team .post_img a img {
  width: 100%;
}

.pagenavi.nav-links {
  margin: 0 0 35px 0;
}

.pagenavi.nav-links .btn {
  display: inline-block;
  font: 17px/17px Arial;
  color: #9b9b9b;
  background: #e9e9e9;
  text-transform: uppercase;
  padding: 9px 20px;
  text-align: center;
  margin: 0 13px 10px 0;
  border-radius: 2px;
  transition: .3s;
}

.pagenavi.nav-links .btn.current, .pagenavi.nav-links .btn:hover {
  color: #fff;
  background: #000000;
}

.single-post .camera_pag,
.archive .camera_pag {
  bottom: 20px;
}

.single-post #content .container,
.archive #content .container {
  padding-top: 86px;
}

@media (max-width: 991px) {
  .single-post #content .container,
  .archive #content .container {
    padding-top: 20px;
  }
}

.single-post h2.entry-title,
.archive h2.entry-title {
  margin-bottom: 28px;
  font-size: 37px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
}

.single-post .related-posts-wrap h2.entry-title,
.archive .related-posts-wrap h2.entry-title {
  text-transform: none;
  margin-top: 25px;
}

.single-post .contact_form .comment-reply-title,
.archive .contact_form .comment-reply-title {
  font-size: 37px;
}

.single-post .post,
.archive .post {
  margin-bottom: 30px;
}

.single-post .post .btn_wrapper,
.archive .post .btn_wrapper {
  text-align: left;
}

.single-post .post .gallery,
.archive .post .gallery {
  margin-bottom: 20px;
}

.single-post .post .post_img,
.archive .post .post_img {
  margin-bottom: 30px;
}

.single-post .post .post_img a,
.archive .post .post_img a {
  width: 100%;
}

.single-post .post .post_img a img,
.archive .post .post_img a img {
  width: 100%;
}

.single-post .related-posts,
.archive .related-posts {
  padding: 0;
  margin: 0 0 25px 0;
}

.single-post form#commentform,
.archive form#commentform {
  margin-top: 0;
}

.single-post .post-content p,
.archive .post-content p {
  font-size: 22px;
  line-height: 1.4;
}

.single-post .single-post-meta,
.archive .single-post-meta {
  font-size: 22px;
}

.archive .post time {
  margin-right: 0;
}

.archive .post .post_img {
  margin-left: 60px;
}

#sidebar .widget form.search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#sidebar .widget form.search input.searching {
  width: calc(100% - 40px);
  margin: 0;
  padding: 5px 10px 5px 15px;
  line-height: 1;
  background: #e9e9e9;
  border-right: 2px solid #fff;
  border-radius: 2px;
  font-size: 16px;
}

#sidebar .widget form.search a.btn {
  width: 40px;
  height: 35px;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: relative;
  background: #e9e9e9;
  color: #9b9b9b;
  border-radius: 2px;
  transition: .3s all;
  cursor: pointer;
}

#sidebar .widget form.search a.btn::after {
  content: "\f002";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 35px;
  left: 0;
  top: 0;
  font: 22px "FontAwesome";
  color: #2ea5d6;
  transition: .3s;
  line-height: inherit;
}

#sidebar .widget form.search a.btn:hover {
  background: #2ea5d6;
}

#sidebar .widget form.search a.btn:hover::after {
  color: #fff;
}

#sidebar .widget h3 {
  font-size: 20px;
  margin-bottom: 7px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 700;
}

#sidebar .widget ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
}

#sidebar .widget ul li::before {
  content: '\f105';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font: 12px "FontAwesome";
  color: #2ea5d6;
  transition: .3s;
  line-height: 30px;
}

#sidebar .widget ul li:hover::before {
  left: 5px;
}

#sidebar .widget ul li:hover a {
  text-decoration: none;
}

.contact_form .comment-reply-title {
  margin-bottom: 15px;
}

.contact_form .comment-notes {
  margin-bottom: 5px;
}

.contact_form .comment-notes .required {
  color: red;
}

.contact_form .form-group {
  padding-top: 5px;
}

.contact_form .form-group .required {
  color: red;
}

.contact_form .form-group input {
  display: block;
  width: 100%;
  max-width: 800px;
  width: 100%;
  height: 39px;
  background: #fff;
  color: #383838;
  font: 12px/12px 'Arial';
  border: 1px solid #e9ebe5;
  padding: 12px 30px 11px 15px;
}

.contact_form .form-group textarea {
  display: block;
  width: 100%;
  max-width: 800px;
  width: 100%;
  height: 300px;
  background: #fff;
  color: #383838;
  font: 12px/12px 'Arial';
  border: 1px solid #e9ebe5;
  padding: 12px 30px 11px 15px;
}

.contact_form .section_sub_btn input[type='submit'].btn.btn-default {
  display: inline-block;
  font: 15px/15px Arial;
  color: #9b9b9b;
  text-transform: uppercase !important;
  padding: 9px 20px;
  text-align: center;
  background: #e9e9e9;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.contact_form .section_sub_btn input[type='submit'].btn.btn-default:hover {
  text-transform: uppercase !important;
  background: #2ea5d6;
  color: #fff;
}

.comments-title {
  margin-bottom: 28px;
  font-size: 30px;
  color: #373737;
  text-transform: uppercase;
  font-weight: 500;
}

ol.comment-list li .comment-body {
  padding: 6px;
}

ol.comment-list li.comment footer.comment-meta {
  padding: 0;
  margin-bottom: 5px;
}

ol.comment-list li.comment footer.comment-meta img.avatar {
  width: auto;
}

#error404 form input {
  margin: 0;
  border: none;
}

form.search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

form.search input.searching {
  width: calc(100% - 40px);
  margin: 0;
  padding: 5px 10px 5px 15px;
  line-height: 1;
}

form.search a.btn {
  width: 40px;
  height: 35px;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: relative;
  background: #e9e9e9;
  color: #9b9b9b;
  border-radius: 2px;
  transition: .3s all;
}

form.search a.btn::after {
  content: "\f002";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 35px;
  left: 0;
  top: 0;
  font: 22px "FontAwesome";
  color: #2ea5d6;
  transition: .3s;
  line-height: inherit;
}

form.search a.btn:hover {
  background: #2ea5d6;
}

form.search a.btn:hover::after {
  color: #fff;
}

.admin-bar #stuck_container.isStuck {
  margin-top: 32px !important;
  padding: 20px 0;
}

.home .rd-navbar-wrap {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.rd-navbar-wrap {
  background: #000;
}

.logged-in .rd-navbar-static.rd-navbar--is-stuck, .logged-in .rd-navbar-static.rd-navbar--is-clone {
  top: 32px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > a,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > a,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
  vertical-align: baseline !important;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-inner {
  max-width: 1800px;
}

.home .rd-navbar-static.rd-navbar_transparent .rd-navbar-inner {
  max-width: 1400px;
}

html.rd-navbar-fixed-linked #main.page {
  padding-top: 0;
}

.social-menu {
  margin-top: 40px;
  margin-bottom: 120px;
}

.row div.pr0 {
  padding-right: 0;
}

.row div.pl20 {
  padding-left: 20px;
}

.row div.pr25 {
  padding-right: 25px;
}

.row div.pl0 {
  padding-left: 0;
}

.mt20 {
  margin-top: 20px;
}

.pt50 {
  padding-top: 50px;
}

.img_custom {
  width: 100%;
}

.since_section_cust {
  padding: 6% !important;
}

.menu-custom-price {
  font-style: italic;
}

.mb40 {
  margin-bottom: 40px;
}

.template-posts_menu .cherry-posts-item {
  margin-bottom: 40px;
}

.interior_section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.interior_section .interior_inner {
  width: 31.6666%;
  margin-right: 2.5%;
}

.interior_section .interior_inner:nth-child(3) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .interior_section .interior_inner {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .interior_section .interior_inner:nth-child(2) {
    margin-right: 0;
  }
  .interior_section .interior_inner:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .interior_section .interior_inner {
    width: 94%;
    max-width: 605px;
    margin: 0 auto 25px auto !important;
  }
}

.template-posts_projects .cherry-posts-item {
  margin-top: 50px;
}

.template-posts_projects .cherry-posts-item .thumb-modern-cust {
  position: relative;
}

.template-posts_projects .cherry-posts-item .thumb-modern-cust figure a {
  width: 100%;
}

.template-posts_projects .cherry-posts-item .thumb-modern-cust figure a img {
  width: 100%;
  max-width: 500px;
}

.template-posts_projects .cherry-posts-item .thumb-modern-cust:hover .thumb-modern__overlay {
  opacity: 1;
}

.template-posts_projects .cherry-posts-item .thumb-modern-cust:hover .thumb-modern__overlay::before {
  transform: scale(1);
}

.section-lg.bg-white .template-posts_projects {
  margin-left: -25px;
  margin-right: -25px;
}

#breadcrumbs {
  line-height: 1;
}

#breadcrumbs li {
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
}

#breadcrumbs li.separator {
  padding: 0 20px;
}

.row.section-xl.section-after-breadcrumbs {
  padding-top: 70px;
}

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

.mt50 {
  margin-top: 50px;
}

.page-title, .post-holder, .entry-title {
  margin: 0;
}

.row.section-md.bg-white.pb0 {
  padding-bottom: 0;
}

form.wpcf7-form {
  margin-top: 50px;
}

form.wpcf7-form .form-wrap .input-wrap {
  margin-bottom: 20px;
}

form.wpcf7-form .form-wrap .input-wrap input {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 5px 19px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-style: italic;
  font-family: "Garamond", serif;
  color: #888888;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}

form.wpcf7-form .form-wrap .input-wrap input:focus {
  outline: 0;
  background: #fff;
  border-color: #ececee;
}

form.wpcf7-form .form-wrap .textarea-wrap textarea {
  height: 216px;
  min-height: 45px;
  max-height: 367px;
  resize: vertical;
  display: block;
  width: 100%;
  padding: 5px 19px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-style: italic;
  color: #888888;
  font-family: "Garamond", serif;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}

form.wpcf7-form .form-wrap .textarea-wrap textarea:focus {
  outline: 0;
  background: #fff;
  border-color: #ececee;
}

form.wpcf7-form .form-button {
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
}

form.wpcf7-form .form-button input.wpcf7-submit {
  border: 1px solid #000;
  min-width: auto;
  margin: auto;
}

form.wpcf7-form .form-button input.wpcf7-submit:hover {
  background: #000;
}

form.wpcf7-form .form-button .ajax-loader {
  position: absolute;
  top: 10px;
  right: 10px;
}

form.wpcf7-form div.wpcf7-response-output {
  margin: 15px 0 0 0;
  font-style: italic;
  font-family: "Garamond", serif;
  font-size: 20px;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 15px;
  font-style: italic;
  margin: 0px 15px 0 0;
}

::placeholder {
  opacity: 1;
  color: #888888;
}

.mprm-item-image a {
  width: 100%;
}

.mprm-item-image a img {
  width: 100%;
}

form#commentform {
  margin-top: 50px;
}

form#commentform .form-group {
  margin-bottom: 20px;
}

form#commentform .form-group input {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 5px 19px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-style: italic;
  font-family: "Garamond", serif;
  color: #888888;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}

form#commentform .form-group input:focus {
  outline: 0;
  background: #fff;
  border-color: #ececee;
}

form#commentform .comment-form-comment textarea {
  height: 216px;
  min-height: 45px;
  max-height: 367px;
  resize: vertical;
  display: block;
  width: 100%;
  padding: 5px 19px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-style: italic;
  color: #888888;
  font-family: "Garamond", serif;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}

form#commentform .comment-form-comment textarea:focus {
  outline: 0;
  background: #fff;
  border-color: #ececee;
}

form#commentform .section_sub_btn {
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  border: none;
}

form#commentform .section_sub_btn input#submit {
  border: 1px solid #000;
  text-transform: uppercase;
}

form#commentform .section_sub_btn input#submit:hover {
  background: #000;
  text-transform: uppercase;
}

.archive #content .pagenation_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.archive #content .pagenation_wrapper .pagenavi.nav-links {
  margin: 0;
}

.custom-archive-single h3.comment-reply-title {
  font-size: 37px;
}

.custom-archive-single .social-menu {
  margin-bottom: 0;
}

.custom-archive-single h2.mprm-item-title {
  margin-bottom: 40px;
  font-size: 37px;
}

.pt80 {
  padding-top: 80px;
}

.booked-calendar-shortcode-wrap .booked-calendarSwitcher {
  display: none;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar {
  border-collapse: separate;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th .page-left {
  top: 35px;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th .page-left i.fa {
  display: none;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th .page-left::before {
  content: '\e943';
  font: 400 24px/38px "Linearicons";
  color: #000;
  transition: .3s;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th .page-left:hover::before {
  color: #888;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th .page-right {
  top: 35px;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th .page-right i.fa {
  display: none;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th .page-right::before {
  content: '\e944';
  font: 400 24px/38px "Linearicons";
  color: #000;
  transition: .3s;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th .page-right:hover::before {
  color: #888;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th span.monthName {
  color: #000;
  font-size: 37px;
  line-height: 1.59459;
  font-family: "Garamond", serif;
  text-transform: capitalize;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th span.monthName .backToMonth {
  color: #000;
  font-family: "Garamond", serif;
  font-size: 15px;
  padding-top: 10px;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr.days {
  border: 1px solid #000 !important;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr.days th {
  border: 1px solid #000 !important;
  border-top: 3px solid #000 !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #888 !important;
  font-size: 18px;
  font-family: "Garamond", serif;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr.days th:last-child {
  border-right: 1px solid #000 !important;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week {
  border: 1px solid #000 !important;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td {
  border: 1px solid #000 !important;
  border-right: none !important;
  border-bottom: none !important;
  height: 81px !important;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td span.date {
  line-height: 81px !important;
  background: #fff;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td span.date span.number {
  font-size: 37px;
  line-height: 81px;
  color: #000;
  font-family: "Garamond", serif;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td:last-child {
  border-right: 1px solid #000 !important;
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td.blur span.date span.number {
  color: rgba(136, 136, 136, 0.5);
}

.booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week:last-child td {
  border-bottom: 1px solid #000 !important;
}

@media (max-width: 1199px) {
  .dn1199 {
    display: none;
  }
}

@media (max-width: 991px) {
  .row div.img_custom_wrap {
    padding-top: 50px;
    padding-left: 25px;
  }
  .row div.img_custom_wrap figure img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-mp_menu_item .breadcrumbs-custom {
    z-index: 9;
    position: relative;
    top: 55px;
  }
  .row.section-xl.section-after-breadcrumbs {
    padding-top: 0;
    text-align: center;
  }
  .row.section-xl.section-after-breadcrumbs .text-right {
    text-align: center;
  }
  .mt25-991 {
    margin-top: 25px;
  }
  .mt25-991 .divider-minimal {
    margin-left: auto;
  }
  .mt25-991 .group-lg.text-sm-left {
    text-align: center;
  }
  .tac991 {
    text-align: center;
  }
  .tac991 .divider-minimal {
    margin-left: auto;
  }
  .tac991 .pr0.mt25-991 {
    padding-right: 15px;
  }
  .social-menu {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .template-posts_testimonials .cherry-posts-item {
    margin-top: 35px;
  }
  .template-posts_testimonials .cherry-posts-item .quote-default {
    text-align: center;
  }
  .template-posts_projects {
    padding-right: 25px;
    padding-left: 25px;
  }
  .template-posts_projects .cherry-posts-item {
    text-align: center;
  }
  .template-posts_projects .cherry-posts-item .thumb-modern-cust {
    display: inline-block;
  }
  .social-menu {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .post-type-archive-mp_menu_item .breadcrumbs-custom {
    top: 0;
  }
  .content_sidebar #primary,
  .sidebar_content #primary,
  .content_sidebar #sidebar,
  .sidebar_content #sidebar {
    margin: auto;
  }
  .content_sidebar #primary,
  .sidebar_content #primary {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 479px) {
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar thead tr th span.monthName .backToMonth {
    display: block;
  }
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td span.date {
    line-height: 70px !important;
  }
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td span.date span.number {
    line-height: 70px;
  }
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td {
    height: 70px !important;
  }
}

@media (max-width: 360px) {
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td span.date {
    line-height: 60px !important;
  }
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td span.date span.number {
    line-height: 60px;
  }
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td {
    height: 60px !important;
  }
}

@media (max-width: 320px) {
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td span.date {
    line-height: 50px !important;
  }
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td span.date span.number {
    line-height: 50px;
  }
  .booked-calendar-shortcode-wrap .booked-calendar-wrap table.booked-calendar tbody tr.week td {
    height: 50px !important;
  }
}

/*# sourceMappingURL=main.css.map */