/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.layout-1 .rb-image-box-wrapper {
  max-width: 800px;
  margin: auto;
}

.layout-1 .rb-image-box-wrapper .rb-image-box-description {
  font-size: 18px;
  line-height: 26px;
  margin-top: 32px;
}

.layout-1 .rb-image-box-wrapper .rb-image-box-description span {
  color: #cd8f5c;
}

.layout-2 > .container > .row > .rb-column:nth-of-type(1) {
  width: 5%;
}

.layout-2 > .container > .row > .rb-column:nth-of-type(2) {
  width: 45%;
}

.layout-2 > .container > .row > .rb-column:nth-of-type(2) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
  margin-right: 40px;
}

.layout-2 > .container > .row > .rb-column:nth-of-type(3) {
  width: 45%;
}

.layout-2 > .container > .row > .rb-column:nth-of-type(3) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
  margin-left: 40px;
}

.layout-2 > .container > .row > .rb-column:nth-of-type(4) {
  width: 5%;
}

.layout-2 > .container > .row > .rb-column:nth-of-type(4) .rb-widget-heading {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

@media (max-width: 991px) {
  .layout-2 > .container > .row > .rb-column:nth-of-type(2) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-right: 15px;
  }
  .layout-2 > .container > .row > .rb-column:nth-of-type(3) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .layout-2 > .container > .row > .rb-column:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .layout-2 > .container > .row > .rb-column:nth-of-type(2) {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout-2 > .container > .row > .rb-column:nth-of-type(2) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-right: 0;
  }
  .layout-2 > .container > .row > .rb-column:nth-of-type(3) {
    width: 100%;
    margin-bottom: 20px;
  }
  .layout-2 > .container > .row > .rb-column:nth-of-type(3) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin: 0;
  }
  .layout-2 > .container > .row > .rb-column:nth-of-type(4) {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .layout-2 .rb-widget-banner .rb-dd-banner-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.layout-2 .rb-widget-heading .rb-heading-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #cd8f5c;
  text-transform: uppercase;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .layout-2 .rb-widget-heading .rb-heading-title {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-rl;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .layout-2 .rb-widget-heading .rb-heading-title {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .layout-2 .col-w {
    width: 100%;
  }
}

.layout-3 > .container > .row > .rb-column > .rb-column-wraprb-element-populated > .rb-widget-wrap {
  background: #F8F8F8;
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .layout-3 > .container > .row > .rb-column > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  .layout-3 > .container > .row > .rb-column > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    padding: 50px 0;
  }
}
