@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
img {
  max-width: 100%; }

main {
  overflow-x: hidden; }

#page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 100vh; }

/*for all pages*/
/*page heading*/
.page_heading .fl-col-content h1 {
  color: #000;
  font-size: 60px;
  font-family: "Source Sans Pro", sans-serif; }
.page_heading .fl-col-content h3 {
  font-family: Crimson Text;
  font-weight: 400;
  font-size: 38px;
  font-style: italic; }
.page_heading .fl-col-content h2 {
  color: #000;
  font-size: 60px;
  font-weight: 400;
  line-height: 35px;
  font-family: Crimson Text; }

/*page text content*/
.page_text_content h6 {
  font-family: Crimson Text;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 22px; }
.page_text_content h3 {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 20px;
  color: #000; }
.page_text_content p {
  font-size: 18px;
  font-family: Crimson Text;
  line-height: 22px; }

@media (max-width: 991px) {
  .page-reverse-row .fl-col-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; } }
.page-reverse-row .fl-col-group .post_content_block {
  -ms-flex-order: 2;
      order: 2; }
.page-reverse-row .fl-col-group .post_slider_rightBlock {
  -ms-flex-order: 1;
      order: 1; }

@media (max-width: 991px) {
  .page-row .post_content_block .fl-col-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.post_content_block h2 {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 29px;
  color: #000; }
.post_content_block ul li {
  font-family: "Open Sans";
  font-weight: 400;
  color: #000;
  font-size: 16px; }
.post_content_block h6 {
  font-family: Crimson Text;
  font-weight: 400;
  font-size: 18px;
  color: #000; }

/* rows for design and cabinetry pages*/
@media (max-width: 991px) {
  .page-reverse-row .fl-col-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; } }
.page-reverse-row .fl-col-group .post_content_block {
  -ms-flex-order: 2;
      order: 2; }
.page-reverse-row .fl-col-group .post_slider_rightBlock {
  -ms-flex-order: 1;
      order: 1; }

@media (max-width: 991px) {
  .page-row .fl-col-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; } }
@media (max-width: 991px) {
  .page-row .post_content_block .fl-col-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

/*grayscale_img*/
.grayscale_img img:hover {
  filter: grayscale(100%);
  cursor: pointer;
  transition: 1s; }

/*page sliders*/
.post_slider_leftBlock {
  position: relative; }
  .post_slider_leftBlock:after {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    bottom: -100px;
    background: #777;
    z-index: -99999999;
    opacity: 0.1; }
    @media (max-width: 991px) {
      .post_slider_leftBlock:after {
        display: none; } }

.post_slider_rightBlock {
  position: relative; }
  .post_slider_rightBlock:after {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    right: -95px;
    bottom: -80px;
    background: #777;
    z-index: -99999999;
    opacity: 0.1; }
    @media (max-width: 991px) {
      .post_slider_rightBlock:after {
        display: none; } }

/*page button*/
#btn_cloumn .fl-button:hover {
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  border: 1px solid #777; }
#btn_cloumn .fl-button-text {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 22px; }

header {
  max-width: 100%;
  background: linear-gradient(180deg, black -150%, black 48%, transparent);
  padding-bottom: 45px;
  padding-top: 10px;
  /*    padding: 0 15px 45px  15px;*/
  position: absolute;
  width: 100%;
  z-index: 9999; }

#text-2 .widget-title {
  font-family: Open Sans;
  font-weight: 700;
  color: #fff;
  font-size: 15px; }

.header_area:before {
  content: "";
  width: 81%;
  position: absolute;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #C8C8C8;
  left: -63%;
  top: 60px; }
  @media (max-width: 1200px) {
    .header_area:before {
      display: none; } }
.header_area:after {
  content: "";
  width: 62%;
  position: absolute;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #C8C8C8;
  right: -63%;
  top: 64px; }
  @media (max-width: 1200px) {
    .header_area:after {
      display: none; } }

.header_area {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  column-gap: 40px;
  white-space: nowrap; }
  .header_area .social_icon {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    padding: 0 15px; }
    .header_area .social_icon .icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      column-gap: 15px;
      font-size: 12px;
      font-family: Open Sans;
      -ms-flex-wrap: 700;
          flex-wrap: 700; }
      .header_area .social_icon .icon:hover {
        cursor: pointer; }
  .header_area .site_logo {
    width: 20%;
    z-index: 999999999;
    position: relative;
    left: 40px; }
    @media (max-width: 1200px) {
      .header_area .site_logo {
        position: initial; } }
    .header_area .site_logo img {
      width: auto;
      max-width: 127px;
      height: auto; }

.header_menu {
  width: 80%; }

.menu-header-menu .current_page_item a {
  font-size: 20px;
  font-weight: 700; }

.site_navigation {
  max-width: 100%; }

.menu-header-menu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1200px) {
    .menu-header-menu {
      display: none; } }
  .menu-header-menu li {
    list-style: none; }
  .menu-header-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-weight: 300; }
    .menu-header-menu a:hover {
      /*transform: translateY(-5px);*/
      -ms-transform: scale(1.1);
          transform: scale(1.1);
      transition: 0.5s; }
  .menu-header-menu li {
    position: relative; }
    .menu-header-menu li:hover ul {
      display: block;
      position: absolute; }
    .menu-header-menu li ul {
      display: none; }

.hidden_menu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

#menu_button {
  display: none;
  font-size: 45px;
  color: #fff; }
  @media (max-width: 1200px) {
    #menu_button {
      display: block; } }
  #menu_button:hover {
    cursor: pointer; }

.mobile_menu {
  display: none;
  position: absolute;
  background: #000;
  right: 0;
  left: 0;
  top: 0;
  padding: 0px 20px 20px 20px;
  z-index: 999999999; }
  .mobile_menu li {
    list-style: none;
    margin-top: 20px; }
  .mobile_menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    font-size: 20px; }

.menu-hidden-menu {
  clear: both; }

.mobile_menu i {
  font-size: 45px;
  color: #fff;
  float: right;
  margin-top: 10px; }
  .mobile_menu i:hover {
    cursor: pointer; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    body {
      position: inherit; } }

img {
  max-width: 100%; }

main {
  overflow-x: hidden; }

#home_container p {
  font-size: 18px;
  font-family: Crimson Text;
  line-height: 22px; }

.error-404 {
  width: 100%;
  background: #7E7E7E; }

.page_not_found {
  max-width: 100%;
  min-height: 85vh;
  height: auto;
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .page_not_found h2 {
    color: #fff;
    font-family: Source Sans Pro;
    font-size: 50px; }

footer {
  max-width: 100%;
  background: #000;
  padding: 40px 15px; }
  footer .shooga_info {
    font-size: 12px;
    margin-top: 25px;
    color: #fff;
    text-align: center; }
    footer .shooga_info a {
      color: #fff; }

#footer_menu {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto; }

.footer_menu ul {
  max-width: 80%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 768px) {
    .footer_menu ul {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .footer_menu ul li {
    list-style: none; }
    @media (max-width: 768px) {
      .footer_menu ul li {
        margin-top: 15px; } }
  .footer_menu ul a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    font-size: 16px; }

.serv_reverse_row {
  position: relative;
  background: #F9F9F9; }
  .serv_reverse_row:after {
    content: "";
    width: 50%;
    height: 60px;
    position: absolute;
    left: 0;
    top: -30px;
    border-right: 3px solid #D40000; }
    @media (max-width: 991px) {
      .serv_reverse_row:after {
        display: none; } }
  .serv_reverse_row:before {
    content: "";
    width: 50%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -30px;
    border-right: 3px solid #D40000; }
    @media (max-width: 991px) {
      .serv_reverse_row:before {
        display: none; } }

@media (max-width: 991px) {
  .serv_reverse_row .fl-col-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media (max-width: 991px) {
  .serv_row .post_content_block .fl-col-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.fl-mosaicflow-content-custom .fl-mosaicflow-item {
  margin: 0; }
  .fl-mosaicflow-content-custom .fl-mosaicflow-item:hover {
    filter: grayscale(100%);
    transition: all 0.5s ease; }
  @media (min-width: 992px) {
    .fl-mosaicflow-content-custom .fl-mosaicflow-item img {
      height: 400px;
      object-fit: cover;
      width: 560px; } }

.tst_post_logo img {
  opacity: 0.3; }

.tst_row {
  position: relative; }
  @media (max-width: 991px) {
    .tst_row .fl-col-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; } }
  .tst_row .middle_border {
    width: 45%;
    position: absolute;
    right: 0;
    left: 0;
    top: -50px; }
    @media (max-width: 991px) {
      .tst_row .middle_border {
        display: none; } }
  .tst_row .tst_post_content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: Italic; }
  .tst_row .tst_post_content strong {
    float: right;
    margin-top: 5px;
    font-family: Open Sans;
    font-weight: 600;
    color: #666;
    font-size: 14px; }

form #frm_field_6_container label,
form #frm_field_7_container label,
form #frm_field_8_container label,
form #frm_field_9_container label,
form #frm_field_11_container label,
form #frm_field_12_container label,
form #frm_field_13_container label,
form #frm_field_14_container label {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 18px;
  visibility: visible; }
form #frm_field_6_container input,
form #frm_field_7_container input,
form #frm_field_8_container input,
form #frm_field_9_container input,
form #frm_field_11_container input,
form #frm_field_12_container input,
form #frm_field_13_container input,
form #frm_field_14_container input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #000; }
  form #frm_field_6_container input:focus,
  form #frm_field_7_container input:focus,
  form #frm_field_8_container input:focus,
  form #frm_field_9_container input:focus,
  form #frm_field_11_container input:focus,
  form #frm_field_12_container input:focus,
  form #frm_field_13_container input:focus,
  form #frm_field_14_container input:focus {
    border: 1px solid #000;
    border-bottom: 2px solid #000; }
form #frm_field_10_container label,
form #frm_field_15_container label {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 18px; }
form #frm_field_10_container textarea,
form #frm_field_15_container textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #000; }
  form #frm_field_10_container textarea:focus,
  form #frm_field_15_container textarea:focus {
    border: 1px solid #000;
    border-bottom: 2px solid #000; }
form .frm_submit {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media (max-width: 991px) {
    form .frm_submit {
      -ms-flex-pack: center;
          justify-content: center; } }
  form .frm_submit button {
    background: #000;
    background: linear-gradient(60deg, black 1%, #c8c8c8 100%) !important; }
    @media (max-width: 991px) {
      form .frm_submit button {
        width: 90% !important;
        margin-top: 30px !important; } }
    form .frm_submit button:hover {
      cursor: pointer;
      -ms-transform: scale(1.1);
          transform: scale(1.1);
      transition: 0.5s; }
