/* DOCUMENT INFORMATION
	- Document: Portfolio Base
	- Version:  1.0
	- Author:   Jake Round
*/

/* COLORS

	- Light Blue  #2D70FF
	- Dark BLue   #4F5978
    - Grey        #4F5978
    
*/

/* Todo 
 
    - Implement Jquery-pjax
    - https://daneden.github.io/animate.css/

    - 991px 768px;

    - Index image hover specific colour for each portfolio item
    - Filter bar click then click away state
    - Apparently 5x nopadding? something to look into and simplerfly 
    - Index Image Zoom Broken due to AOS animation library

*/

@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

/* GLOBAL SETTINGS
   ============================= */

button:focus {
    outline:0 !important;
}

body {
    font-family: Avenir Next;
    background-color: rgba(255,255,255,0.7);
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.6;
    color: #4F5978;
    opacity: 1;
    transition: 1s opacity;
}

@media only screen and (max-width: 768px) {

    .navbar-brand {
        
        margin-top: 15px;
        background-size: 40px 32px !important;
    }


}

.nopadding {
    padding-left: 0;
}

ul {
    list-style-type: none;
    -webkit-padding-start: 0;
     margin-bottom: 0px !important;
}

a {
    color: #4F5978;
}

.btn:hover {
   color: #4F5978;
}

.safari-support {
    background-color: transparent;
}

a:hover, a:focus, a:active {
    color: #4F5978; 
    text-decoration: none;
}

.bold {
     font-weight: 600;
     letter-spacing: 0.4px;
}

.btn-primary.focus, .btn-primary:focus {
    color: #4F5978;
    background-color: #fff; /* new color goes her */
    border-color: #122b40;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
    background-color: #fff;
 }



/*svg {width: 30px; height: 30px; padding: 1px;}
svg path:hover {fill: #2D70FF !important; cursor: pointer}*/


ul li {
    cursor:  default;
    margin-bottom: 10px;
}

p {
    line-height: 34px;
    letter-spacing: 0.2px;
    margin: 0 0 30px;
}

/* Selected text in browser
   ============================= */
    
::selection {
  background: #2D70FF; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #2D70FF; /* Gecko Browsers */
  color: #fff;
}


/* Safari Browser Support
   ============================= */

   
    

/* Typography
   ============================= */


h1 {
        
        font-size: 7.7rem;
        line-height: 1.2;
        color: #4F5978;
        letter-spacing: 1.2px;
        font-weight: 600;
}

 h2 {
        
        font-size: 5rem;
        line-height: 1.2;
        color: #4F5978;
        font-weight: 600;
        letter-spacing: 0.8px;
        margin: 0 0 40px 0px;
 }
 


 h3 {
        font-weight: 600;
        font-size: 3rem;
        line-height: 1.2;
        letter-spacing: 0.5px;
        color: #4F5978;
        margin-bottom: 20px;
 }

h4{
        
        font-size: 2rem;
        line-height: 1.2;
        color: #4F5978;
        letter-spacing: 1.62px;
        margin: 30px 0 0px 0;
}

h5 {
        
        font-size: 1.6rem;
        color: #4F5978;
        margin-top: 10px;
        margin-bottom: -5px;
 }

h6 {
        font-size: 1.3rem;
        color: #4F5978;
        letter-spacing: 0.35px;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 15px;
 }

        @media only screen and (max-width: 991px) {
            h1 {
                font-size: 7rem;
            }
            h2 {
                font-size: 4.5rem;
            }
        } 

        @media only screen and (max-width: 768px) {
            h1 {
                font-size: 4.5rem;
            }
            h2 {
                 font-size: 2.5rem;
            }
            h3 {
                font-size: 2rem;
                margin:  20px 0 20px 0;
            }
            h4 {
                font-size: 1.5rem;
                margin: 30px 0 0 0;
            }
            h5 {
                font-size: 1.5rem;
            }
            h6 {
                font-size: 1.3rem;
            }
        } 

/* Navigation
   ============================= */
   
.navbar {
    border-radius: 0px !important;
}

.navbar-default {
    background-color: white;
    border-color: transparent;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);*/
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}




.navbar-default .navbar-nav li a {
    color: rgba(20,35,60,.7);
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    color: #4F5978;
}


.navbar-default li a {
    padding: 30px 25px 20px 0px;
}


.navbar-brand {
   background: url(https://superpigstudio.com/storage/app/media/superpigstudio_logo.png) no-repeat;
    width: 80px;
    background-size: 50px 50px;
    display: block;
    margin-left: 0px !important;
        margin-top: 23px;
}

@media only screen and (max-width: 768px) {

    .navbar-brand {
        margin-top: 15px;
        background-size: 40px 40px !important;
    }

}

/* Aniamted */

#navigation {
	list-style: none;
	position: relative;
    float: right;
}

#navigation li {
	display: inline-block;
	cursor: default;
    padding-left: 30px;
}

#navigation li a {
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12pt;
}

@media only screen and (max-width: 991px) {

    #navigation li a {
        display: block;
        padding-bottom: 15px;
        text-decoration: none;
        font-size: 2vw;
    }

}


#magic-line {
	position: absolute;
	bottom: 8px;
	margin-left: -15px;
	max-width: 75px !important;
    min-width: 75px !important;
    width: 75px !important;
	height: 8px;
	background: linear-gradient(to right,#f3503a 20%,#c74837 40%);
    z-index: 1;
    border-radius: 50px;
}

.modal-backdrop { 
    background-color: white !important;
}


/* Projects
   ============================= */

.sub-head-line {
    background: linear-gradient(to right,#f3503a 20%,#c74837 40%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    border-radius: 50px;

    height: 8px;
    margin-top: -20px;
    margin-left: -15px;
    min-width: 75px;
    max-width: 75px;
    margin-bottom: 50px;
}

.blue {
    background: linear-gradient(to right,#f3503a 20%,#c74837 40%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 12s linear infinite;
    font-weight: bold;

}

.headline {
    font-weight: bold;
    color: #f3503a;
}


.dark-blue {
    color: #4F5978;
}


/* Mobile Projects */


/* Portfolio
   ============================= */



.header {
    margin-bottom: 30px;
    /*margin-top: 100px;*/
}

/*.thumb-box img {
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.14);
}*/

.thumb-box {
    display: inline-block !important;
    position: relative !important;
    margin-bottom: 25px;  /* Figure out why 24px and not 25px*/
}

.overlay {
	position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
	 width: 100%;
	height: 100%; 
	text-align: center;
    opacity: 0;
    
    background: linear-gradient(to right,#f3503a 20%,#c74837 40%);
    background-size: 200% auto;
    background-clip: text;


	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	 transition: opacity 0.6s;
     vertical-align:middle;
    line-height:380px;
    border-radius: 10px;
}

.overlay:hover {
        opacity: 1;      
	}

.overlay h2 {
	 color: white;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height:100%;            
}

.overlay p {
	 color: white;
	position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height:100%;            
}

@media only screen and (max-width: 768px) {

    .overlay {
        line-height: 17;            
    }

}

.thumb-radius {
    border-radius: 10px;
}


/* Work Together
   ============================= */

   .work-together {
       margin-top: 20px;
       margin-bottom: 40px;
   }

   /* tofix
   
   @media only screen and (min-width: 971) 

   .footer-clearance {
       padding-top: 991px;
   }*/

/* Social */

 .social-icon {
    margin-bottom: 20px;
}

.social-icon .social-svg {
    padding: 0px 15px 15px 15px;
    width: 65px;
}
.social-icon .social-svg img {
    padding: 15px
}
.social-icon .social-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

.social-icon .social-name span a {
    font-family: mark-book;
    font-size: 14px;
    color: #4F5978;
    letter-spacing: -0.53px;
}

.footer-clearance {
    letter-spacing: 0.5px;
}

/* Studio
   ============================= */

   .layoutgrid {
       margin-top: 50px;
       margin-bottom: 50px;
   }

   .row-xs-flex-center {
    display:flex;
    align-items:center;
}
@media ( min-width:768px ) {
    .row-sm-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 992px ) {
    .row-md-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 1200px ) {
    .row-lg-flex-center {
        display:flex;
        align-items:center;
    }
}

  
  
.studio-title {
    float: right !important;
    margin: 0;
}

.grey {
    color:  #4F5978
}

.space {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {

    .studio-title {
        float: left !important;
        padding-bottom: 20px;
    }

}

.content-spacer {
    margin-top: 200px;
}

/* Email
   ============================= */

.email {
    margin: 0 !important;
    color: #4F5978;
}

.email a {
    letter-spacing: 0.5px;
}

/* 404
   ============================= */

.no-padding {
    padding-left:  0 !important;
    margin-bottom: 80px;
}

/* Work
   ============================= */

@media only screen and (min-width: 991px) {

    .bluebar-work {
        border: 0.5px solid #4f587812;
        margin-top: -58px;
        padding-top: 50px;
        padding-bottom: 20px;
        padding-left: 30px;
        background-color: #fff;
        z-index: 999;
        box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.05), 0 10px 20px rgba(0,0,0,.05);
        border-radius: 10px;
    }

    .bluebar-work:first-child:before {
        content:'';
        position:absolute;
        width:100%;
        height:30px;
        background:linear-gradient(to left, #c4268c, #9a0b72);
        top:-30px;
        left:0;
    }



}



@media only screen and (max-width: 991px) {

    .test {
        padding: 40px;
        border-radius:10px;
    }

    .bluebar-work {
        border: 0.5px solid #4f587812;
        background-color: #fff;
        z-index: 999;
        box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.05), 0 10px 20px rgba(0,0,0,.05);
        padding-top: 65px;
    }

}

.list-spacing {
    margin-bottom: 25px;
}

.btn-link {
    margin-top: 10px;
    width: auto !important;
    letter-spacing: 1.5px;
    background-color: transparent;
    padding: 15px 60px !important;
    background-color: #f3503a;
    color: #fff;
    border-radius: 8px;
}

.btn.active {
  background-color: #c74837;
  color: #f5f5f5;
  border: none;
}

    

.btn-link:hover, .btn-link:active:focus, .btn-link:focus, .btn-link:active  {
    text-decoration: none;
    color: #f5f5f5;
    background: linear-gradient(to right,#2D70FF 0%,#2442FF 100%);
    outline: none;
}

.btn-link-simple {
    padding: 0;
    width: auto !important;
    letter-spacing: 0.4px;
    font-size: 3rem;
    background-color: transparent;
    border: 0px;
    color: #0153eb;
}

.btn-link-simple:hover, .btn-link-simple:active:focus, .btn-link-simple:focus, .btn-link-simple:active  {
    text-decoration: none;
    color: #4F5978;
    letter-spacing: 0.4px;
    padding: 0;
    width: auto !important;
    font-size: 3rem;
    background-color: transparent;
    outline: none;
}

.btn:active, .btn:focus, .btn:focus-within buttin.active {
    color: #f5f5f5;
    border: 0px;
}

.large-image {
    width: 100%;
    height: auto;
}

.line {

    background: linear-gradient(to right,#2D70FF 20%,#2442FF 40%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    border-radius: 50px;
    float: right;
    height: 8px;
    margin-top: 15px;
    margin-right: 10px;
    min-width: 75px;
    max-width: 75px;
    margin-bottom: 50px;
}






.quote-text {
    margin-top: 80px;
    margin-bottom: 60px;
}

.brief-overview {
    margin-bottom: 30px;
}

/* menu */



.navbar-header {
  float: none;
  margin-left: 0 !important;
  margin-right: 0!important;
}



.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 5vh;
}


.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
    /*background-color: #2D70FF;*/
  display: flex;
  height: 100%;
  align-items: center;
  

  
}
.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
  
}


.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}


.modal-fullscreen-menu .list-group a {
  font-size: 200%;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  transition: all 0.25s ease;
  color: #f3503a;
  padding: 5vh 0;
  height: 5vh;
  font-size: 5vh;
  line-height: 0;
}

.modal-fullscreen-menu .list-group a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  
}
.modal-fullscreen-menu .list-group a:hover {
  color: #fff;
  background-color: #f3503a;
}
.modal-fullscreen-menu .list-group a:hover:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media only screen and (max-width:768px) {

    .modal-backdrop.in {
        opacity: 1;
        background-color: #fff;
    }

}




/* Menu 2 */

.modal-dialog {
    background-color: #fff;
}

.menu-holder {
    width: 50px;
}

.menu {
    float: right;
    outline: none !important;
    z-index: 99999;
    width: 40px;
    position: relative;
    -webkit-transition: -webkit-transform ease .2s;
    transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
    transition: transform ease .2s, -webkit-transform ease .2s;
}
.menu:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 6px;
    width: 4px;
    height: 40px;
    margin-left: -3px;
    background: #c74837;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-transition-delay: .175s;
    transition-delay: .175s;
}
.menu span {
    background: #f3503a;
    display: block;
    height: 4px;
    width: 100%;
    margin: 10px 0;
    -webkit-transition: width ease .2s;
    transition: width ease .2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.menu span:last-child {
  width: 70%;
}
.menu.active {
  -webkit-transition-delay: .225s;
          transition-delay: .225s;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.menu.active:before {
  -webkit-transition-delay: .025s;
          transition-delay: .025s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menu.active span:nth-child(1), .menu.active span:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

ul.list li {
    display: inline-block;
    padding: 0 15px;
}



svg path:hover {
   fill: #4F5978 !important;
}

.list {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}



/* Filter Bar
   ============================= */


.filter-bar {
    font-size: 12pt;
    margin-top: 65px;
}

.list-inline li {
    padding-right: 20px;
}

.list-inline li:hover {
    font-weight: bold;
}

.filterDiv {
    display: none; 
}

.show {
    display: block;
}

.btn {
  outline: none;
  cursor: pointer;
}

/* Blog
   ============================= */


.blog {
    margin-top: 80px;
}

   .gallery-padding {
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .blog-gallery {
        min-height: 300px !important;
    }

    .gallery-padding {
        padding-right: 0;
    }
}



.blog-gallery {
    max-height: 450px;
    border-radius: 10px;
    background-color: black !important;
}

.btn-blog {
    border-radius: 20px;
}

.blog-gallery:hover {
    box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.05), 0 10px 20px rgba(0,0,0,.05);
}

.image-1 {
    background-color: #cfd6d9;
}

.caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding-left: 20px;
    color: #fff;
}

.post h3 {
    color: #fff;
    margin-bottom: 0 !important;
    letter-spacing: 0.40px;
    margin: 0;
    text-shadow: 2px 2px 10px #000000b0;
}

.caption p {
    font-size: 0.9em;
}

.caption a {
    color: #fff;
}

.post {
    padding: 20px 0 0 20px;
}

.post .category {
    text-transform: uppercase;
    line-height: 10px;
    padding-top: 10px;
    text-align: initial;
}

.post p {
    color: #fff;
}

.caption button {
    border: none !important;
    float:left;
}

/* Enlarge */

/**THE SAME CSS IS USED IN ALL 3 DEMOS**/    
/**gallery margins**/  
ul.gallery{    
    margin-left: 3vw;     
    margin-right:3vw;  
    }    
    
    .zoom {      
    -webkit-transition: all 0.35s ease-in-out;    
    -moz-transition: all 0.35s ease-in-out;    
    transition: all 0.35s ease-in-out;     
    cursor: -webkit-zoom-in;      
    cursor: -moz-zoom-in;      
    cursor: pointer;  
    }     
    
    .zoom:hover,  
    .zoom:active,   
    .zoom:focus {
    /**adjust scale to desired size, 
    add browser prefixes**/
    -ms-transform: scale(1.02);    
    -moz-transform: scale(1.02);  
    -webkit-transform: scale(1.02);  
    -o-transform: scale(1.02);  
    transform: scale(1.02);    
    position:relative;      
    z-index:100;  
    }
    
    /**To keep upscaled images visible on mobile, 
    increase left & right margins a bit**/  
    @media only screen and (max-width: 768px) {   
    ul.gallery {      
    margin-left: 15vw;       
    margin-right: 15vw;
    }
    
    /**TIP: Easy escape for touch screens,
    give gallery's parent container a cursor: pointer.**/
    .DivName {cursor: pointer}
    }

/* Blog Content */

.profile-img {
    border-radius: 50%;
    width: 80px;
    padding: 20px 0px;
}




@media only screen and (min-width: 992px) { 

    .article-image {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

}

@media only screen and (max-width: 768px) { 

    .article-image {
        border-radius: 5px;
    }

}


.nopadding-blog {
    padding: 0 !important;
}
/* Hax Css
   ============================= */

.temp-fix {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* Article CSS */

.profile-img-blog {
    border-radius: 50%;
}


/* article */


.article h3 {
    color: #4F5978;
    margin-bottom: 0 !important;
    letter-spacing: 0.40px;
    margin: -5px 0px;
    font-size: 24px;
}

.caption p {
    font-size: 0.9em;
}

.caption a {
    color: #4F5978;
}

.article {
    padding: 0px 0 20px 0px;
}

.article .category-article {
    text-transform: uppercase;
    line-height: 10px;
    padding-top: 10px;
    font-size: 11pt;
}

.article p {
    color: #4F5978;
}

/* Suggested */

.grey-suggested {
    background-color: #f5f5f5;
    padding-top: 30px;
    margin: 30px 0px;
}

.blog-gallery-suggested {
    min-height: 200px;;
    border-radius: 5px;
}

.blog-gallery-suggested:hover {
    box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.05), 0 10px 20px rgba(0,0,0,.05);
}

.cap h5{
    text-transform: uppercase;
    line-height: 3;
}



.sidebar-left {
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 107.5px;
    z-index:999;
    margin-left: -10px;

}

.sidebar-right {
    margin-bottom: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 120px;
}

.sidebar-hax {
    padding-right: 20px;
}

.sidebar-right h3 {
    font-size: 2rem;
    padding-top: 15px;
}

.sidebar-right h6 {
    margin-top: -15px;
}

@media only screen and (max-width: 991px) { 
    .sidebar-right {
        background-color: #f5f5f5;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        min-height: 120px;
    }

    .sidebar-left {
        background-color: #f5f5f5;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        min-height: 120px;
    
    }
}

@media only screen and (max-width: 768px) { 
    .sidebar-right {
        background-color: #5b617c12;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        max-height: 107.5px;
    }

    .sidebar-left {
        background-color: #f5f5f5;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        max-height: 107.5px;
    
    }
}

.full-paragraph-mobile {
    padding-left: 0 !important;
}


@media only screen and (max-width: 768px) {

    .full-paragraph-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

/* TODO may remove - css for 3 row images on project page  

.space-right {
    margin-right:10px;
}
@media only screen and (min-width: 1200px) {
    .space-left {
        margin-left:10px;
    }
}

.proccess-overview {
    margin-bottom: 30px;
}

.three-image-slider {
    margin: 10px 0px 10px 0px;
}

.full-container-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 80px;
    margin-top: 30px;
}

.paragraphy-left {
    padding-left: 0px !important;
}

@media only screen and (max-width: 768px) {
    .image-full {
        margin-top: 20px;
        margin-left: -30px;
        margin-right: -30px;
    }

}

.padding-test {
    margin-top:30px;
}

/* TOOD - End Css may delete */

.image-full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
    margin-top: -100px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
}

/* Large Image Hero */

#hero {
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

#hero-shearsuccess {
    background: url('/octobercms/storage/app/media/Projects/ShearSuccess/shop.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

#hero-livescore {
    background: url('/storage/app/media/paperflyer.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

#paper-flyer {
    background: url('https://superpigstudio.com/storage/app/media/paperflyer.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

#street-racing {
    background: url('/storage/app/media/streetracing_cover.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

#four-streets {
    background: url('/storage/app/media/fourstreets_cover.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}


#hero-teller {
    background: url('/storage/app/media/teller/teller_hero.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

#hero-livescore-news {
    background: url('/storage/app/media/livescore-news/pa-stock.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

#hero-coin-jar {
    background: url('/storage/app/media/coin-jar/Hero.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

#hero-adidas {
    background: url('/storage/app/media/adidas-social/hero.jpg') no-repeat center;
    background-size: cover;
    background-color: #ced6d9;
    margin-top: -100px;
    min-height: 400px;
}

.no-padding{
    padding-left:0;
    padding-right:0;
  }

.container-fluid {
    padding-left:0;
    padding-right:0;
}

.image-bg {
    background-color: #cfd6d9;
}

.main-hero {
    margin-top: -30px;
}

/* Project Base - iPhone X  */

.shift-iphone {
    margin-top: 85px;
}

.iphone-subtitle {
    margin-top: -25px;
}

.iphone-subtype {
    margin-top: -20px;
}


/* Project Base - Gallery */

.project-gallery {
    min-height: 250px;
    border-radius: 4px;
}

.project-gallery:hover {
    box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.05), 0 10px 20px rgba(0,0,0,.05);
}

/* Sonix */

.border {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
    border-radius:10px;
}



/* October CMS */

.project_thumb {
    border-radius: 15px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 2px 6px rgba(0,0,0,.05), 0 10px 20px rgba(0,0,0,.05);
}

.paddingtest {
    padding: 8rem;
}

.vertical-align {
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}


.link_about {
    color:#525978;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


@font-face {
  font-family: 'Avenir Regular';
  src: url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-regular.eot'); /* IE9 Compat Modes */
  src: url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-regular..woff') format('woff'), /* Pretty Modern Browsers */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Avenir Medium';
  src: url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-medium.eot'); /* IE9 Compat Modes */
  src: url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-medium.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Avenir Demi';
  src: url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-demi.eot'); /* IE9 Compat Modes */
  src: url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-demi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-demi.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-demi..woff') format('woff'), /* Pretty Modern Browsers */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-demi.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Avenir Bold';
  src: url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-bold.eot'); /* IE9 Compat Modes */
  src: url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-bold..woff') format('woff'), /* Pretty Modern Browsers */
       url('http://superpigstudio.com/themes/portfolio/assets/fonts/avenir-next-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
}




.iphone_project {
    border-radius: 25px;
box-shadow: 0 0 24px 5px rgba(0,0,0,0.05);
}

.macos_project {
    border-radius: 15px;
box-shadow: 0 0 24px 5px rgba(0,0,0,0.05);
}


@media only screen and (max-width: 991px) {
    .iphone_project {
    border-radius: 20px;
    }
    
    .macos_project {
    border-radius: 8px;
box-shadow: 0 0 24px 5px rgba(0,0,0,0.05);
}
}


.social_landing {
    display: flex;
}

.social_landing li {
    margin-right: 5%;
}


.figure-caption {
    padding-top: 20px;
}


.form-control {
        background-color: #f9f9fb;
    border: 1px solid #e2e4eb;
    box-shadow: 0 0 24px 5px rgba(0,0,0,0.05)
    color: #4F5978;
    
}

.image-css {
    mask-image: linear-gradient(to bottom, rgb(0 0 0 / 70%) 0%,rgb(255 255 255) 57%);
   -webkit-mask-image: linear-gradient(to bottom, rgb(0 0 0 / 70%) 0%,rgb(255 255 255) 57%);
}
