/**
 * Theme Name: Rockinchef Theme
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The 20202 Rockinchef starter.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: rockinchef
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/* Fonts */
@font-face {
  font-family: 'Kanit-ExtraLight';
  src: url("assets/fonts/Kanit-ExtraLight.woff2") format("woff2"), url("assets/fonts/Kanit-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'kanitregular';
  src: url("assets/fonts/kanit-regular-webfont.woff2") format("woff2"), url("assets/fonts/kanit-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kanit-Medium';
  src: url("assets/fonts/Kanit-Medium.woff2") format("woff2"), url("assets/fonts/Kanit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kanit-Bold';
  src: url("assets/fonts/Kanit-Bold.woff2") format("woff2"), url("assets/fonts/Kanit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kanit-Light';
  src: url("assets/fonts/Kanit-Light.woff2") format("woff2"), url("assets/fonts/Kanit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kanit-SemiBold';
  src: url("assets/fonts/Kanit-SemiBold.woff2") format("woff2"), url("assets/fonts/Kanit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'NoticiaText-Regular';
  src: url("assets/fonts/NoticiaText-Regular.woff2") format("woff2"), url("assets/fonts/NoticiaText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'noticia_textbold_italic';
  src: url("assets/fonts/noticiatext-bolditalic-webfont.woff2") format("woff2"), url("assets/fonts/noticiatext-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* End Fonts */
/* Variables */
/* End Variables */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "NoticiaText-Regular", Arial, sans-serif; }

a {
  color: #ea292c; }

.row-0 {
  margin: 0; }
  .row-0 .col-1,
  .row-0 .col-2,
  .row-0 .col-sm-1,
  .row-0 .col-sm-11,
  .row-0 .col-11,
  .row-0 .col-10,
  .row-0 .col-md-6,
  .row-0 .col-sm-2,
  .row-0 .col-3,
  .row-0 .col-sm-10, 
  .row-0 .col-9  {
    padding-left: 0;
    padding-right: 0; }
.img-resp {
	width: 100%;
	height: auto;
}
header {
  border-top: 10px solid #ffcb27;
  padding-bottom: 30px; }
  header img {
    max-width: 173px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  header .navbar-brand {
    font-family: "noticia_textbold_italic", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    color: #959595;
    margin: 0; }
  header .nav-right {
    margin-left: auto; }
  header .nav-left {
    margin-right: auto; }
  header .nav {
    margin-top: -90px; }
    header .nav .menu-item {
      font-family: "Kanit-SemiBold", Arial, sans-serif;
      font-size: 16px;
      line-height: 30px;
      text-transform: uppercase;
      padding: 0 8px; }
      header .nav .menu-item .nav-link {
        color: #2b2b2b;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      header .nav .menu-item:hover .nav-link, header .nav .menu-item:focus .nav-link, header .nav .menu-item:active .nav-link {
        color: #ea292c; }
      header .nav .menu-item.current-menu-item .nav-link {
        border-bottom: 3px #ea292c solid; }
  header .socials {
    margin: -90px 0 0 30px; }
    header .socials li {
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase;
      padding: 0; }
      header .socials li a {
        display: inline-block;
        color: #2b2b2b;
        padding: 8px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      header .socials li:hover a, header .socials li:focus a, header .socials li:active a {
        color: #ea292c; }
  header form {
    position: relative;
    margin-top: 20px; }
    header form input {
      font-family: "Kanit-Light", Arial, sans-serif;
      font-size: 14px;
      line-height: 30px;
      width: 100%;
      border: none;
      padding-left: 45px;
      border-bottom: 1px #e4e4e4 solid; }
    header form input[type="submit"] {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 28px;
      width: 28px;
      border: none;
      cursor: hand;
      cursor: pointer;
      background-color: transparent;
      color: #000;
      z-index: 100;
      padding: 0;
      background: url("assets/img/serach-icon.png") no-repeat center center; }
    header form ::-webkit-input-placeholder {
      opacity: 1;
      color: #ababab; }
    header form :-moz-placeholder {
      /* Firefox 18- */
      opacity: 1;
      color: #ababab; }
    header form ::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 1;
      color: #ababab; }
    header form :-ms-input-placeholder {
      opacity: 1;
      color: #ababab; }

.about-us {
  position: relative;
  padding: 90px 0; }
  .about-us img {
    max-width: 295px; }
  .about-us .top-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    background-color: #f5ecea; }
  .about-us .inner-wrapper {
    padding-left: 110px;
    padding-right: 160px; }
  .about-us .top {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 90px; }
    .about-us .top h3 {
      font-family: "Kanit-ExtraLight", Arial, sans-serif;
      font-size: 48px;
      line-height: 60px;
      text-align: center;
      color: #000;
      margin: 0 auto 15px;
      max-width: 360px;
      padding-top: 160px;
      background: url("assets/img/cutlery.png") no-repeat top center; }
    .about-us .top p {
      font-family: "NoticiaText-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #2b2b2b;
      margin: 0; }
  .about-us .bottom {
    padding: 65px 45px 0 65px; }
    .about-us .bottom h4 {
      font-family: "Kanit-Bold", Arial, sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #2b2b2b;
      margin: 0 0 25px; }
    .about-us .bottom p {
      font-family: "NoticiaText-Regular", Arial, sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #2b2b2b;
      margin: 0 0 25px; }

footer {
  border-top: 10px #ea292c solid;
  background-color: #2b2b2b;
  overflow: hidden; }
  footer .top {
    padding: 40px 0; }
    footer .top a {
      display: block; }
      footer .top a .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 185px;
        height: auto; }
  footer .unclickable > a {
    pointer-events: none; }
  footer .main-footer-menu {
    border-top: 1px #515151 solid;
    border-bottom: 1px #515151 solid;
    text-align: center;
    padding: 25px 0;
    margin: 0 0 25px; }
    footer .main-footer-menu li {
      display: inline-block;
      font-size: 13px;
      line-height: 17px;
      text-transform: uppercase;
      padding: 0 15px;
      background: url("assets/img/main-footer-separator.png") no-repeat left center; }
      footer .main-footer-menu li:first-child {
        background: none;
        padding: 0; }
      footer .main-footer-menu li a {
        color: #fff; }
  footer .phone {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block; }
  footer .small-footer-menu {
    text-align: center; }
    footer .small-footer-menu li {
      display: inline-block;
      font-size: 13px;
      line-height: 17px;
      text-transform: uppercase;
      padding: 0 15px;
      background: url("assets/img/main-footer-separator.png") no-repeat left center; }
      footer .small-footer-menu li:first-child {
        background: none;
        padding: 0; }
      footer .small-footer-menu li a {
        color: #b7b7b7; }
  footer .socials {
    text-align: center;
    margin: 10px 0 55px; }
    footer .socials li {
      padding: 0 10px; }
      footer .socials li a {
        display: block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #ea292c;
        text-align: center;
        color: #fff; }
        footer .socials li a i {
          font-size: 19px;
          line-height: 32px; }

.main-listing .main-wrapper {
  padding-right: 115px; }
.main-listing .img-wrapper {
  position: relative;
  margin-bottom: 50px; }
  .main-listing .img-wrapper .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .main-listing .img-wrapper .info {
    position: absolute;
    left: 120px;
    bottom: 50px;
    z-index: 100; }
    .main-listing .img-wrapper .info time {
      font-family: "Kanit-SemiBold", Arial, sans-serif;
      font-size: 12px;
      line-height: 30px;
      color: #fff;
      letter-spacing: 1px;
      margin: 0 0 5px; }
    .main-listing .img-wrapper .info h3 {
      font-family: "Kanit-SemiBold", Arial, sans-serif;
      font-size: 48px;
      line-height: 48px;
      color: #fff;
      margin: 0; }
      .main-listing .img-wrapper .info h3 a {
        color: #fff; }

.main-wrapper .lp-box:nth-last-child(1) {
  border-bottom: none; }

.archive .lp-box:nth-last-child(2) {
  border-bottom: none; }

.lp-wrapper {
  margin-bottom: 40px; }
  .lp-wrapper .lp-box:last-child {
    border-bottom: none; }

.lp-box {
  margin-left: 120px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px #000 solid; }
  .lp-box address {
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #757575;
    margin: 0; }
  .lp-box h3 {
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #ea292c;
    margin: 0 0 5px; }
    .lp-box h3 a {
      color: #ea292c; }
  .lp-box p {
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    margin: 0 0 5px; }
  .lp-box ul {
    margin: 0; }
    .lp-box ul li {
      font-family: "Kanit-Medium", Arial, sans-serif;
      font-size: 13px;
      line-height: 30px;
      color: #757575; }
      .lp-box ul li a {
        font-family: "Kanit-Light", Arial, sans-serif;
        color: #ea292c; }

.btn-show-all-posts {
  border: 1px #2b2b2b solid;
  border-radius: 0;
  padding: 10px 25px;
  font-family: "Kanit-Light", Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-show-all-posts:hover, .btn-show-all-posts:focus, .btn-show-all-posts:active {
    border: 1px #ea292c solid;
    color: #ea292c; }

.pagination {
  display: block; }
  .pagination .page-numbers {
    display: inline-block;
    border: 1px #2b2b2b solid;
    border-radius: 0;
    padding: 10px 25px;
    font-family: "Kanit-Light", Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    margin: 0 5px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers:active {
      border: 1px #ea292c solid;
      color: #ea292c; }

.section-title {
  font-family: "Kanit-SemiBold", Arial, sans-serif;
  font-size: 36px;
  line-height: 47px;
  color: #1a1a1a;
  padding-bottom: 15px;
  margin: 0 0 40px 120px;
  border-bottom: 1px #000 solid; }

aside {
  padding-top: 62px; }
  aside .small-title {
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #2b2b2b;
    border-top: 1px #1a1a1a solid;
    padding-top: 15px;
    margin: 0 0 20px; }
  aside .latest-posts-list {
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 35px; }
    aside .latest-posts-list li a {
      color: #2b2b2b;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    aside .latest-posts-list li:hover a, aside .latest-posts-list li:focus a, aside .latest-posts-list li:active a {
      color: #ea292c;
      text-decoration: none; }
  aside #cat {
    width: 300px;
    border-radius: 5px;
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    border: 1px #2b2b2b solid;
    padding: 2px;
    margin-bottom: 30px; }
  aside .tag-cloud {
    margin-bottom: 27px; }
    aside .tag-cloud .tag-cloud-link {
      font-family: "NoticiaText-Regular", Arial, sans-serif;
      font-size: 14px !important;
      line-height: 24px;
      color: #2b2b2b;
      border: 1px #2b2b2b solid;
      border-radius: 3px;
      display: inline-block;
      padding: 0 10px;
      margin-bottom: 5px; }
  aside p {
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    margin: 0 0 24px; }
  aside form input[type="text"] {
    display: block;
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #898989;
    background-color: transparent;
    border: 1px #898989 solid;
    padding: 10px 7px;
    margin: 0 0 20px;
    width: 300px; }
  aside form input[type="submit"] {
    display: block;
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border: 1px #ea292c solid;
    background-color: #ea292c;
    padding: 10px 44px;
    margin: 0 0 30px;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    aside form input[type="submit"]:hover, aside form input[type="submit"]:focus, aside form input[type="submit"]:active {
      color: #ea292c;
      background-color: #fff; }
  aside .archive-list {
    list-style: none;
    padding: 0; }
    aside .archive-list li {
      font-family: "NoticiaText-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 30px;
      color: #2b2b2b; }
      aside .archive-list li a {
        color: #2b2b2b;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      aside .archive-list li:hover a, aside .archive-list li:focus a, aside .archive-list li:active a {
        color: #ea292c; }

/*Single Post*/
.sp-intro-block {
  margin-bottom: 40px; }
  .sp-intro-block .btn-back-to-blog {
    display: block;
    font-family: "Kanit-Bold", Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    text-transform: uppercase;
    color: #ea292c;
    margin: 25px 0 65px;
    padding-left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .sp-intro-block .btn-back-to-blog i {
      padding-right: 10px; }
    .sp-intro-block .btn-back-to-blog:hover, .sp-intro-block .btn-back-to-blog:focus, .sp-intro-block .btn-back-to-blog:active {
      color: #2b2b2b; }
  .sp-intro-block time {
    display: block;
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #757575;
    margin: 0 0 5px; }
  .sp-intro-block h3 {
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 48px;
    line-height: 50px;
    text-align: left;
    color: #2b2b2b;
    margin: 0 0 15px; }
  .sp-intro-block p {
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #2b2b2b;
    margin: 0 0 70px; }
  .sp-intro-block ul {
    list-style: none;
    padding: 0; }
    .sp-intro-block ul li {
      font-family: "NoticiaText-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      text-align: left;
      color: #2b2b2b;
      padding: 0 12px; }
      .sp-intro-block ul li:first-child {
        padding-left: 0; }
      .sp-intro-block ul li i {
        font-size: 24px;
        padding-right: 10px; }

.content {
  padding: 40px 0; }
  .content p {
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #2b2b2b;
    margin: 0 0 25px; }
    .content p strong {
      font-family: "Kanit-SemiBold", Arial, sans-serif;
      font-weight: 400; }
  .content ul {
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #2b2b2b;
    margin: 0 0 25px;
    padding-left: 0;
    list-style: none; }
    .content ul li {
      background: url("assets/img/bullet.png") no-repeat left 11px;
      padding-left: 10px; }

.single-gallery {
  padding-top: 15px;
  padding-bottom: 40px; }

.content-details {
  padding-top: 30px;
  padding-bottom: 30px; }
  .content-details h4 {
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #2b2b2b;
    margin: 0 0 35px; }
    .content-details h4 span {
      display: inline-block;
      border: 1px #909090 solid;
      padding: 6px 35px; }
  .content-details h5 {
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #2b2b2b;
    margin: 0 0 30px; }
  .content-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px; }
    .content-details ul li {
      font-family: "NoticiaText-Regular", Arial, sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #2b2b2b; }
  .content-details p {
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 26px;
    color: #2b2b2b; }

.video-embed {
  padding-bottom: 80px; }
  .video-embed h3 {
    font-family: "Kanit-SemiBold", Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #2b2b2b;
    margin: 0 0 30px; }

.print-share {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #000 solid; }
  .print-share .btn {
    font-family: "NoticiaText-Regular", Arial, sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #000; }
    .print-share .btn i {
      font-size: 13px;
      line-height: 30px;
      color: #000;
      padding-right: 10px; }

.post-in {
  padding-top: 30px;
  padding-bottom: 30px; }
  .post-in ul {
    list-style: none;
    padding: 0; }
    .post-in ul li {
      font-family: "Kanit-Light", Arial, sans-serif;
      font-size: 13px;
      line-height: 24px;
      color: #1a1a1a;
      margin-bottom: 3px; }
      .post-in ul li a {
        color: #ea292c;
        text-decoration: none; }
      .post-in ul li span {
        font-family: "Kanit-Medium", Arial, sans-serif;
        color: #757575; }

.prev-next .wrapper {
  padding: 25px 0;
  border-top: 1px #ccc solid; }
.prev-next .col-md-6:last-child {
  text-align: right; }
.prev-next a {
  display: block;
  font-family: "kanitregular", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
  text-decoration: none; }
  .prev-next a span {
    display: block;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b9b9b9; }

.related-posts {
  padding-top: 20px;
  padding-bottom: 100px; }
  .related-posts .slick-slide {
    padding: 0 15px; }
    .related-posts .slick-slide a {
      display: block; }
    .related-posts .slick-slide img {
      display: block;
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
    .related-posts .slick-slide h3 {
      font-family: "kanitregular", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #2c2c2c;
      margin: 0; }
      .related-posts .slick-slide h3 a {
        color: #2c2c2c; }

/*End Single Post*/
.page-title {
  font-family: "Kanit-SemiBold", Arial, sans-serif;
  font-size: 48px;
  line-height: 50px;
  text-align: left;
  color: #2b2b2b;
  margin: 0 0 30px; }

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border-radius: 5px;
  font-family: "NoticiaText-Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  border: 1px #2b2b2b solid;
  padding: 7px 4px;
  margin-bottom: 30px; }
  .wpcf7 input.wpcf7-not-valid,
  .wpcf7 textarea.wpcf7-not-valid {
    margin-bottom: 5px; }
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-bottom: 25px; }
.wpcf7 input[type="submit"] {
  width: auto;
  border: 1px #ea292c solid;
  background-color: #ea292c;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:active {
    background-color: #fff;
    color: #ea292c; }

.navbar-collapse.collapse.mobile-menu {
  display: none !important; }

@media (min-width: 1600px) {
  .container {
    max-width: 1630px; } }
@media (min-width: 1200px) {
  /*.prev-next,
  .post-in,
  .print-share,
  .video-embed,
  .content-details,
  .related-posts,
  .content, 
  .single-gallery*/
  .sp-intro-block {
    margin-left: -120px; }

  .container-wrapper {
    padding-left: 120px;
    padding-right: 120px; } }
@media (max-width: 1600px) {
  header .nav .menu-item {
    font-size: 14px; } }
@media (max-width: 1200px) {
  .navbar-collapse.collapse.mobile-menu.show {
    display: block !important; }

  .navbar-collapse.collapse.desktop-menu {
    display: none !important; }

  header {
    position: relative; }
    header .nav {
      margin-top: 0; }
    header .mobile-menu {
      position: absolute;
      left: 0;
      right: 0;
      top: 295px;
      z-index: 9999;
      background-color: #fff; }

  .about-us {
    padding: 45px 0; }
    .about-us img {
      margin-bottom: 20px; }
    .about-us .top {
      padding: 20px; }
    .about-us .bottom {
      padding: 20px 0; }

  .sp-intro-block {
    margin-bottom: 20px; }
    .sp-intro-block .btn-back-to-blog {
      margin: 20px 0; }
    .sp-intro-block h3 {
      font-size: 27px;
      line-height: 35px; }
    .sp-intro-block p {
      margin-bottom: 20px; }

  .related-posts,
  .prev-next .wrapper,
  .post-in,
  .video-embed,
  .print-share,
  .content-details,
  .single-gallery,
  .content {
    padding: 20px 0; }

  footer {
    text-align: center; }
    footer .top {
      padding: 20px 0; }
      footer .top a .logo {
        max-width: 150px; }
    footer .small-footer-menu,
    footer .phone,
    footer .logo {
      margin-bottom: 15px; }
    footer .socials {
      margin: 0 0 20px; } }
@media (max-width: 767px) {
  header img {
    max-width: 100px; }
  header .mobile-menu {
    top: 220px; }

  .about-us {
    padding: 20px 0; }
    .about-us .inner-wrapper {
      padding: 0; }
    .about-us .top {
      padding: 20px 0; }
      .about-us .top h3 {
        max-width: none;
        font-size: 30px;
        line-height: 39px; }

  .main-listing .main-wrapper {
    padding: 0; }
  .main-listing .img-wrapper .info {
    left: 15px;
    bottom: 15px; }
    .main-listing .img-wrapper .info address {
      margin: 0; }
    .main-listing .img-wrapper .info h3 {
      font-size: 30px;
      line-height: 39px; }

  .section-title {
    font-size: 27px;
    line-height: 35px;
    margin: 0 0 20px; }

  .lp-wrapper {
    margin-bottom: 0; }

  .lp-box {
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #000 solid; }
    .lp-box img {
      margin-bottom: 5px; }

  aside {
    padding-top: 30px; }
    aside #cat {
      width: 100%; }
    aside form input[type="text"] {
      width: 100%; }

  footer .top a .logo {
    max-width: 120px; }
  footer .main-footer-menu li {
    padding: 0 3px; }
  footer .small-footer-menu {
    padding: 0; }
    footer .small-footer-menu li {
      padding: 0 3px; } }
@media (max-width: 480px) {
  header .navbar-brand span {
    display: none; }
  header .mobile-menu {
    top: 205px; } }

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