/*
Theme Name: Aquent Studios RA Portfolio Site
Author: Aquent Studios RA
Version: 1.0


*/



/****** Aquentra.com ******/
/****** 011018 - Team Project ******/



/**
nav{  background-color: transparent!important;}

.nav-bar{
  background-color: transparent!important;}
**/




#main_mobile {
  display: none;
}


.homerow{
  position: absolute;
  left: 51%;
  top: 60%;

  /*
  Nope =(
  margin-left: -25%;
  margin-top: -25%;
  */

  /*
  Yep!
  */
  transform: translate(-50%, -70%);

  /*
  Not even necessary really.
  e.g. Height could be left out!
  */
  z-index: 100!important;

}






body {
    color: #000;
    font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.nav-bar {
    height: 75px;
    max-height: 75px;
    line-height: 74px;
    border-bottom: 1px solid #ccc;
}

.vh70 {
    height: 70vh!important;
}

.vh75 {
    height: 75vh!important;
}

.vh80 {
    height: 80vh!important;
}




a.active{color:#f38b00!important; font-weight:600; opacity: 1!important;
}

a.blacktxt{color:#000!important;
}

a.blacktxtlink{color:#000!important; text-decoration: underline!important;
}


ul>li.menu.active {
    border-bottom: 5px 1px solid #ef8924!important;

}

section.top75{padding-top:75px;}

.menu > li.active {
  border-bottom:  2px solid #ef8924!important;

}


section.up {
    padding: 48px 0 0;
    position: relative;
    overflow: hidden;
    margin-top: -190px;
    z-index: 50;
}

section.upsome {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: -120px;
    z-index: 50;
}


.orange{color:#ef8924;}



/* Process */
.icon-tabs .active .tab-title i {
    color: #ef8924;
}

.icon-tabs .active .tab-title {
      color: #ef8924;
    opacity: 1;
}

  /*
.icon-tabs .tabs li {
    width: 17%;
    margin-bottom: 24px;
}
*/

.icon {
    font-size: 55px;

}

  /*
.tabbed-content .content .active {

    padding-left: 120px!important;
}
*/

p.processtab{font-size: 18px;
line-height: 39px;}




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito Sans', sans-serif; font-weight:600;
}

h1.work{font-size:2.5em; line-height:1.3em;}

h2.work{font-size:1.6em; line-height:1.3em;}

h3.work{font-family: 'Crete Round', sans-serif;  color: #ef8924!important; font-weight:normal; margin-bottom: 5px;}


h2.workhead{font-weight:200;;}

h4 {line-height:1.4;}

.arrowtype{font-size:40px!important; vertical-align: middle;}


.arrowtypedescrip{font-size:20px; vertical-align: middle;}

.rightalign{text-align:right;}

.leftalign{text-align:left;}


.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight:400;
}

p.credits{font-size: 13px;
line-height: 18px;
margin:0 0 5px;}


.smalltxt{font-size:20px;}



.grayhover:hover {

  color: #ccc!important;
}

.required{color:#bb2332;}


.v-align-transform {
    position: relative;
    transform: translate3d(0, -25%, 0);
    -webkit-transform: translate3d(0, -25%, 0);
    top: 25%;
    z-index: 2;
}


/*

.inner-title:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(239, 147, 40, 1) 0%, rgba(239, 147, 40, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 147, 40, 1)), color-stop(100%, rgba(239, 147, 40, 1)));
  background: -webkit-linear-gradient(top, rgba(239, 147, 40, 1) 0%, rgba(239, 147, 40, 1) 100%);
  background: -o-linear-gradient(top, rgba(239, 147, 40, 1) 0%, rgba(239, 147, 40, 1) 100%);
  background: -ms-linear-gradient(top, rgba(239, 147, 40, 1) 0%, rgba(239, 147, 40, 1) 100%);
  background: linear-gradient(to bottom, rgba(239, 147, 40, 1) 0%, rgba(239, 147, 40, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef8924', endColorstr='#ef8924', GradientType=0);
  pointer-events: none;
}
*/


.inner-title:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292929', GradientType=0);
  pointer-events: none;
}


p.process {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color:#000;
}

.blacktxt{color:#000!important;}

/* Standards */

p.standards {
  padding-left:22px!important;
    font-size: 17px;

    line-height: 28px;

}

#standardsbullets {font-size: 17px;
  padding-left:22px!important;
line-height: 28px; }

#standardsbullets li {padding-bottom:10px;  list-style-type: disc;}

.orangeback {background-color:#ef8924; padding: 0 20px 20px 50px;}


.wedo ul {
  text-align:left!important;
  font-size: 18px!important;
    line-height: 24px!important;

}

.wedo ul li {
list-style-image: url('img/bullet_square_wh.png')!important;
padding:0 0 10px 0!important;
}


.youdo ul {
  text-align:left;
  font-size: 18px;
    line-height: 24px;
}

.biggerbold {text-align:left; font-size: 40px; font-weight:700;}
.bigbold {text-align:left; font-size: 40px; font-weight:300; padding: 0 0 10px; }
.whitetype{color:#fff;}

.youdo ul li {
list-style-image: url('img/bullet_square.png');
padding:0 0 10px 0;
}


/* menu */

.menu > li ul {
    width: 320px;

}



/* About */

h1.about{font-size:36px; line-height:40px;}

.size28{font-size:28px!important;}

p.text{font-size:18px; line-height:28px;}

.padright{padding:0 40px 10px 0;}

.backblack{background-color: #000;}

.lightorange {color:#f89926;}
.cyan {color:#55c0de;}
.purple {color:#81408e;}
.lemon {color:#e0ac1e;}
.brightorange {color:#f2652a;}
.redorange {color:#f14124;}

.staff{padding:0 10px 0 10px; font-weight:500}



input{

    padding: 10px!important;
}


/*Process*/
.process > li {
    height: 50vh!important;
}



/* Contact  */
input[type="submit"], button[type="submit"] {
    height: 50px;
    line-height: 48px;
    border: 2px solid #ef8924;
    background: #ef8924;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
    padding:0!important;
    margin-top:15px;
}


.rightline{border-right: 1px solid #ccc; margin-right:50px;}

/* ProjRequest */
.proj_request {
    height: 40vh !important;
  }


/* Portfolio */

.accordion-2 .title {
  font-size: 20px;
  line-height:24px;
    border-bottom: 0px;
    opacity: 1;
}

.accordion-2 .title:before {
    content: "\e61a"; color:#ef8924;

}

.accordion-2 .active .title:before {
    content: '\e622'; color:#ef8924;
}

.accordion-2 .title {
  padding:0 0 10px 0;

}

.accordion li.active .content {
    max-height: 3500px;
}

/* Project Button */
.btn:visited {
    color: #ef8924!important;
}


.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #ef8924;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #ef8924;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}

.btn:hover {
  background: #ef8924!important;
  color: #fff!important;
}




.play-button.inline {
    -webkit-box-shadow: 5px 5px 41px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 5px 5px 41px 0px rgba(0,0,0,0.31);
    box-shadow: 5px 5px 41px 0px rgba(0,0,0,0.31);
}

/* Contact */

.page-title-3, .page-title-4 {
    height: 440px;
}

.mt45line {
  margin-top: 45px;
}


/* Portfolio */

.filters li.active {
    border-color: #666;
    opacity: 1;
}


.filters li {
    float: none!important;
    margin-right: 32px;
    cursor: pointer;
    font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0px solid #666;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0;
    color: #666;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 4px;
    margin-bottom: 15px;
    height: 30px;
    font-size: 11px;
    line-height: 27px;
    min-width: 0;
    border-color: rgba(255, 255, 255, 0);
    opacity: 1;
    border-radius:0px;
}

.filters {
  overflow: visible;

}


.hometype{font-size: 50px;
  color:#000!important;}

  .quotes {display: none;}

.bg-dark {
    background: #000;
}



h5.footer{padding-top:10px; margin-bottom:10px;}

.copyright{font-size:.9em;}

.a_orange{color:#ef8924!important}

.process_icons{ max-width:35%;
width:35%; /* IE */}



section.process {
    padding: 0 0 60px 0;
    position: relative;
    overflow: hidden;
}

section.work{
      padding: 96px 0 35px 0;
}

section.work2{
      padding: 60px 0 0 0;
}

section.workportfolio{
      padding: 20px 0 0 0;
}


section.homegrid {
    padding: 0 0 48px 0;
    position: relative;
    overflow: hidden;
}

section.homegrid2 {
    padding:  0!important;
    position: relative;
    overflow: hidden;
}

section{
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}


.txtwhite{color:#fff;}


.dkgray{color:#58595b;}





/* Arrow bounce */


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.below {
  height: 90vh;

}
i {
  display: block;
  color: #ef8924;
}
.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */

  z-index:9999;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;

}


.one-edge-shadow {
  box-shadow: 0 8px 6px -6px black;
}



/* Footer */
.bg-dark {
    background: #000;
}

.nopad{ padding-left:5px!important;}

.borderlineorange{border-top:1px solid #ef8924; margin-right:20px;}

.borderlineorange li {color:#999!important; font-weight:600}


h5.footer{padding-top:10px; margin-bottom:10px; font-weight:700}

.tighter{line-height:1.5em!important;}

/* Footer */


li.gray{color:#666; font-weight:700;}


@media all and (max-width: 767px) {
.module.left, .module-group.left {
    float: left;
    width: 70%;
}

.cover.fullscreen .slides > li {
    height: 50vh!important;
}

section {
    padding: 30px 0;
}

.nopad{ padding-left:15px!important;
}

.text-right {
    text-align: left;
}


.cover.fullscreen.image-slider {
    padding: 0;
    height: 320px;}


    section.work {
    padding: 45px 0 35px 0;
}

h1.work {
    font-size: 2.9em;
    line-height: 1em;
}

.mt32mob {
  margin-top: 32px;
}




}


@media all and (max-width: 1262px) {

.logo {
    max-height: 40%;
}
}




/*
Portfolio stylesheet
*/





.gallary ul li {
    display: inline-block;

}



.gallary ol li a {
    color: #666;
    border-width: 1px;
    border-radius: 0px;
    border-color: #ef8924;
    border-style: solid;
    font-weight: 500;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;

}

.gallary ol li a.active {
    font-weight: 500;
    border-radius: 0px;
    background-color: #ef8924;
    color: #fff!important;
    font-size: 12px;
padding: 5px;
    text-decoration: none;
}
.gallary ol li a:hover,
.gallary ol li a:focus{
    font-weight: 500;
    border-radius: 0px;
    background-color: #ef8924;
    color: white;
    font-size: 12px;
  padding: 5px;
    text-decoration: none;
}


@media (max-width: 767px) {

    .isotope-item {
        text-align: center;
    }
}
.img-centered {
    margin: 0 auto
}


.tabbed-content .content .active {

    padding-left: 0px;
}

/*

@media (min-width:768px) {
    section {
        padding: 150px 0
    }
}
*/


#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: #ef8924;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 0.7;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -30px;
}

    .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
    margin: 0
}


#portfolio * {
    z-index: 2
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}




::-moz-selection {
    text-shadow: none;
    background: #fed136
}

::selection {
    text-shadow: none;
    background: #00cff8;
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}



.cat_bold {font-weight: bold!important; color:#fff!important;font-size:2em; border-bottom: 1px;}



@media (max-width: 769px) {
	#main {
		display: none;
	}
	#main_mobile {
		display: block;
	}

  .homerow{
    position: absolute;
    left: 51%;


    /*
    Nope =(
    margin-left: -25%;
    margin-top: -25%;
    */

    /*
    Yep!
    */
    transform: translate(-50%, -70%);

    /*
    Not even necessary really.
    e.g. Height could be left out!
    */
    z-index: 100!important;

  }
}


@media (max-width: 450px) {
  #main {
		display: none;
	}
	#main_mobile {
		display: block;
	}

  .hometype {
    font-size: 25px!important;
    color: #000!important;
}


  .homerow{
    position: absolute;
    left: 51%;
    top: 72%;

    /*
    Nope =(
    margin-left: -25%;
    margin-top: -25%;
    */

    /*
    Yep!
    */
    transform: translate(-50%, -70%);

    /*
    Not even necessary really.
    e.g. Height could be left out!
    */
    z-index: 100!important;

  }


  .mt45line {
    display:none;
  }

  .vh80 {
    height: 50vh!important;
}


}
