/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.layout-1 > .container > .row > .rb-column:nth-of-type(1) {
  width: 6%;
}

.layout-1 > .container > .row > .rb-column:nth-of-type(1) .rb-widget-heading .rb-heading-title {
  color: #585858;
}

.layout-1 > .container > .row > .rb-column:nth-of-type(1) .rb-widget-heading .rb-heading-title .c-primary {
  color: #cd8f5c;
}

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

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

.layout-1 > .container > .row > .rb-column:nth-of-type(2) .rb-section {
  margin-top: 90px;
}

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

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

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

.layout-1 > .container > .row > .rb-column:nth-of-type(4) .rb-widget-heading {
  margin-top: 120px;
  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-1 > .container > .row > .rb-column:nth-of-type(2) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-right: 15px;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(2) .rb-section {
    margin-top: 40px;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(3) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin: 60px 0 0 15px;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(4) .rb-widget-heading {
    margin-top: 60px;
  }
}

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

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

.layout-1 .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-1 .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-1 .rb-widget-heading .rb-heading-title {
    font-size: 14px;
    line-height: 22px;
  }
}

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

.layout-2 {
  text-align: center;
}

.layout-2 .rb-text-editor {
  font-size: 16px;
  line-height: 24px;
  color: #767676;
}

.layout-2 .rb-text-editor .rb-subtitle {
  margin: 14px 0 35px;
}

.layout-2 .rb-text-editor .rb-title {
  font-size: 40px;
  line-height: 48px;
  color: #111111;
}

.layout-2 .rb-text-editor .rb-title span {
  color: #cd8f5c;
}

.layout-2 .rb-text-editor .btn {
  background: #111111;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 20px;
  min-width: 175px;
}

.layout-2 .rb-text-editor .btn:hover {
  color: #FFFFFF;
  background: #cd8f5c;
}

@media (max-width: 767px) {
  .layout-2 .rb-text-editor {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .layout-2 .rb-text-editor .rb-title {
    font-size: 36px;
    line-height: 38px;
  }
  .layout-2 .rb-text-editor .btn {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 20px;
    min-width: 150px;
  }
}

@media (max-width: 767px) {
  .layout-2 .rb-widget-text-editor {
    margin: 0 30px 40px;
  }
}

@media (max-width: 575px) {
  .layout-2 .rb-text-editor .rb-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .layout-2 .rb-text-editor .rb-title {
    font-size: 32px;
    line-height: 33px;
    margin: 15px 0 30px;
  }
  .layout-2 .rb-text-editor .btn {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    min-width: 150px;
  }
}
