/*
 Theme Name:   at-child
 Theme URI:    https://andrewtritt.com/
 Description:  at-child
 Author:       Andrew Tritt
 Author URI:   https://andrewtritt.com
 Template:     wordpress-bootstrap-master
 Version:      1.0.0
*/


/* Theme customization starts here
-------------------------------------------------------------- */



@font-face {
    font-family: 'Morro-Outline';
    src: url('/wp-content/themes/at-child/fonts/Morro-Outline.woff2') format('woff2'),
         url('/wp-content/themes/at-child/fonts/Morro-Outline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Morro-Shadow';
    src: url('/wp-content/themes/at-child/fonts/Morro-Shadow.woff2') format('woff2'),
         url('/wp-content/themes/at-child/fonts/Morro-Shadow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Morro-Regular';
    src: url('/wp-content/themes/at-child/fonts/Morro-Regular.woff2') format('woff2'),
         url('/wp-content/themes/at-child/fonts/Morro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    background: #ffffff;
}

.js body{display:none;}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Poppins', sans-serif;
   color:#0f0f0f;
   font-style: normal;
   margin-top: 0;
   margin-bottom: 20px;
}

h1 {
	font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    line-height: 1.4;
    font-weight: 800;
    font-size: 52px;
    margin-bottom: 40px;
}

h2 {
	font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    line-height: 1.4;
    font-weight: 800;
    font-size: 48px;
}

h3 {
	font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    line-height: 1.4;
    font-weight: 800;
    font-size: 36px;
}

h4 {
	font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    line-height: 1.4;
    font-weight: 800;
    font-size: 24px;
}

h5 {
	font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    line-height: 1.4;
    font-weight: 800;
    font-size: 22px;
}

h6 {
	font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    line-height: 1.4;
    font-weight: 800;
    font-size: 18px;
}

p, .lead {
    font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

ul {
	font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
	margin-bottom: 20px;
    padding-left: 20px;
}

ol {
    font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

blockquote {
    font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: italic;
}

hr { border: 0; height: 0; border-top: 1px solid #bdbdbd; border-bottom: 1px solid #f5f5f5; margin: 0;}

a {
    font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    text-decoration: none;
}

a:hover {
    font-family: 'Poppins', sans-serif;
    color:#ff6700;
    font-style: normal;
    text-decoration: underline;
}

a:active, a:focus {
    font-family: 'Poppins', sans-serif;
    color:#0f0f0f;
    font-style: normal;
    outline: none;
    text-decoration: none;
}

b {font-weight: 600;}

div {
	box-sizing: border-box;
}

.clear {
	clear: both;
}

#content {
	margin: 0;
	padding: 0;
}

.container {
  width: calc(100% - 300px);
  height: auto;
  margin: 0;
  padding: 0;
  margin-left: 300px; /* Same width as the sidebar + left position in px */
  overflow-y: hidden;
}

.inner-980 {
    width: 100%;
    height: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
}


/* Header
-------------------------------------------------------------- */

.header-wrap {
    width: 300px;
    height: 100vh;
    padding: 40px;
    background: #F5F5F5;
    position: fixed;
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
}

.nav-relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo-fill {
    width: 90px;
    height: 90px;
    fill: #0f0f0f;
}

.logo-fill:hover {
    fill: #bdbdbd;
}

.main-nav-wrap {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    width: 100%;
    height: auto;
    /* Make smaller width & right */
    max-width: 96px;
    right: 0;
}

.nav-link {
    font-size: 16px;
    line-height: 16px;
    color: #0f0f0f;
    display: block;
    margin-bottom: 24px;
    font-weight: 500;
}

.nav-link:last-child {
    margin-bottom: 0;
}

.nav-link:hover {
    color: #bdbdbd;
    text-decoration: none;
}

.nav-icon {
    fill:#0f0f0f;
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

.nav-link:hover > .nav-icon {
    fill:#bdbdbd;
}


.social-wrap {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.social-icon-a {
    fill: #0f0f0f;
    display: inline;
    width: 40px;
    height: 40px;
}

.social-icon-a:hover {
   fill: #bdbdbd;
   text-decoration: none;
}

.social-icon {
    fill: #0f0f0f;
    width: 40px;
    height: 40px;
    margin-left: -4px;
}

.social-icon-marg {
 margin-right: 10px;
 margin-left: 0;
}

.social-icon:hover {
   fill: #bdbdbd;
}

.dot-icon {
    fill: #0f0f0f;
    width: 40px;
    height: 40px;
    margin-left: -4px;
}

/*
.name-at {
    font-family: 'Morro-Regular';
    color: #0f0f0f;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: -44px;
    transform: translateY(-50%);
    transform: rotate(-90deg);
}

.name-at:before {
    content: "";
    width: 2px;
    height: 40px;
    background: #0f0f0f;
    position: absolute;
    top: -8px;
    left: -31px;
    transform: rotate(-90deg);
}

.name-at:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #0f0f0f;
    position: absolute;
    top: -8px;
    left: 121px;
    transform: rotate(-90deg);
}
*/


/* UX Header 
-------------------------------------------------------------- */

#ux-bg {
    background: #0f0f0f;
}

#ux-logo {
    fill: #f5f5f5;
}

#ux-logo:hover {
    fill: #ff033e;
}

#ux-nav-wrap .nav-link {
    color: #f5f5f5;
}

#ux-nav-wrap .nav-icon {
    fill: #f5f5f5;
}

#ux-social-wrap .social-icon {
    fill: #f5f5f5;
}

#ux-social-wrap .social-icon:hover {
    fill: #ff033e;
}

#ux-social-wrap .dot-icon {
    fill: #f5f5f5;
}

/* Active Color */
#ux-nav-wrap > #nav-ux {
    color: #ff033e;
}

#ux-nav-wrap > #nav-ux > .nav-icon {
    fill: #ff033e;
}



/* Web Header 
-------------------------------------------------------------- */

#web-bg {
    background: #0b0b45;
}

#web-logo {
    fill: #f5f5f5;
}

#web-logo:hover {
    fill: #d4af37;
}

#web-nav-wrap .nav-link {
    color: #f5f5f5;
}

#web-nav-wrap .nav-icon {
    fill: #f5f5f5;
}

#web-social-wrap .social-icon {
    fill: #f5f5f5;
}

#web-social-wrap .social-icon:hover {
    fill: #d4af37;
}

#web-social-wrap .dot-icon {
    fill: #f5f5f5;
}

/* Active Color */
#web-nav-wrap > #nav-web {
    color: #d4af37;
}

#web-nav-wrap > #nav-web > .nav-icon {
    fill: #d4af37;
}



/* Graphics Header 
-------------------------------------------------------------- */

#graphics-bg {
    background: #002300;
}

#graphics-logo {
    fill: #f5f5f5;
}

#graphics-logo:hover {
    fill: #ffc1ce;
}

#graphics-nav-wrap .nav-link {
    color: #f5f5f5;
}

#graphics-nav-wrap .nav-icon {
    fill: #f5f5f5;
}

#graphics-social-wrap .social-icon {
    fill: #f5f5f5;
}

#graphics-social-wrap .social-icon:hover {
    fill: #ffc1ce;
}

#graphics-social-wrap .dot-icon {
    fill: #f5f5f5;
}

/* Active Color */
#graphics-nav-wrap > #nav-graphics {
    color: #ffc1ce;
}

#graphics-nav-wrap > #nav-graphics > .nav-icon {
    fill: #ffc1ce;
}



/* Me Header 
-------------------------------------------------------------- */

#me-logo:hover {
    fill: #ff6700;
}

#me-social-wrap .social-icon:hover {
    fill: #ff6700;
}

/* Active Color */
#me-nav-wrap > #nav-me {
    color: #ff6700;
}

#me-nav-wrap > #nav-me > .nav-icon {
    fill: #ff6700;
}


/* Contact Header 
-------------------------------------------------------------- */

#contact-logo:hover {
    fill: #41a950;
}

#contact-social-wrap .social-icon:hover {
    fill: #41a950;
}

/* Active Color */
#contact-nav-wrap > #nav-contact {
    color: #41a950;
}

#contact-nav-wrap > #nav-contact > .nav-icon {
    fill: #41a950;
}



/* Nav Hover */
#nav-home:hover {color: #bdbdbd;}
#nav-ux:hover {color: #ff033e;}
#nav-web:hover {color: #d4af37;}
#nav-graphics:hover {color: #ffc1ce;}
#nav-me:hover {color: #ff6700;}
#nav-contact:hover {color: #41a950;}

#nav-home:hover > .nav-icon {fill: #bdbdbd;}
#nav-ux:hover > .nav-icon {fill: #ff033e;}
#nav-web:hover > .nav-icon {fill: #d4af37;}
#nav-graphics:hover > .nav-icon {fill: #ffc1ce;}
#nav-me:hover > .nav-icon {fill: #ff6700;}
#nav-contact:hover > .nav-icon {fill: #41a950;}



/* Page / Mobile Layout 
-------------------------------------------------------------- */

.logo-a-mobile {
    display: none;
}
.logo-fill-mobile {

}

/*
Rotate center fill in SVG

#logo-animated-triangle  {
  transform-box: fill-box;
  transform-origin: top center;
  animation-duration: 10s;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  fill: #f5f5f5;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
*/

/* */

.header-bg-wrap {
    width: 100%;
    height: 170px;
    position: relative;
    background: #ffffff;
    z-index: 2;
}

.header-bg-wrap:before {
    content: "";
    width: calc(100% - 80px);
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    bottom: 0;
    left: 40px;
}

.header-title1 {
    font-size:  83px;
    line-height:  83px;
    font-family: 'Morro-Regular';
    position: absolute;
    top: 35px;
    right: 170px;
    margin-bottom: 0;
}

#ux-header-title {
    color: #ff033e;
}
#web-header-title {
    color: #d4af37;
}
#graphics-header-title {
    color: #ffc1ce;
}
#me-header-title {
    color: #ff6700;
}
#contact-header-title {
    color: #41a950;
}
#home-header-title {
    color: #bdbdbd;
}

#home-header-bg {
    display: none;
}




.mobile-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 40px;
    right: 40px;
    display: block;
}


.mobile-a-icon {
    position: fixed;
    width: 90px;
    height: 90px;
    top: 40px;
    right: 40px;
    display: block;
}


.ux-fill {
  fill: #ff033e;
}
.web-fill {
  fill: #d4af37;
}
.graphics-fill {
  fill: #ffc1ce;
}
.me-fill {
  fill: #ff6700;
}
.contact-fill {
  fill: #41a950;
}
.home-fill {
  fill: #bdbdbd;
}


.ux-icon-fill-1 {
    fill: #0f0f0f;
}
.ux-icon-fill-2 {
    fill: #ff033e;
}

.ux-icon-fill:hover .ux-icon-fill-1 {
    fill: #ff033e;
}
.ux-icon-fill:hover .ux-icon-fill-2 {
    fill: #0f0f0f;
}


.web-icon-fill-1 {
    fill: #0b0b45;
}
.web-icon-fill-2 {
    fill: #d4af37;
}

.web-icon-fill:hover .web-icon-fill-1 {
    fill: #d4af37
}
.web-icon-fill:hover .web-icon-fill-2 {
    fill: #0b0b45;
}


.graphics-icon-fill-1 {
    fill: #002300;
}
.graphics-icon-fill-2 {
    fill: #ffc1ce;
}

.graphics-icon-fill:hover .graphics-icon-fill-1 {
    fill: #ffc1ce;
}
.graphics-icon-fill:hover .graphics-icon-fill-2 {
    fill: #002300;
}



.me-icon-fill-1 {
    fill: #f5f5f5;
}
.me-icon-fill-2 {
    fill: #ff6700;
}

.me-icon-fill:hover .me-icon-fill-1 {
    fill: #ff6700;
}
.me-icon-fill:hover .me-icon-fill-2 {
    fill: #f5f5f5;
}


.contact-icon-fill-1 {
    fill: #f5f5f5;
}
.contact-icon-fill-2 {
    fill: #41a950;
}

.contact-icon-fill:hover .contact-icon-fill-1 {
    fill: #41a950;
}
.contact-icon-fill:hover .contact-icon-fill-2 {
    fill: #f5f5f5;
}



.home-icon-fill-1 {
    fill: #f5f5f5;
}
.home-icon-fill-2 {
    fill: #bdbdbd;
}

.home-icon-fill:hover .home-icon-fill-1 {
    fill: #bdbdbd;
}
.home-icon-fill:hover .home-icon-fill-2 {
    fill: #f5f5f5;
}


/* UX/UI - Web - Graphics Sub Page 
-------------------------------------------------------------- */

.sub-a:hover > #ux-header-title {
    color: #0f0f0f;
}
.sub-a:hover > .mobile-icon > .ux-fill {
    fill: #0f0f0f;
}

.sub-a:hover > #web-header-title {
    color: #0b0b45;
}
.sub-a:hover > .mobile-icon > .web-fill {
    fill: #0b0b45;
}

.sub-a:hover > #graphics-header-title {
    color: #002300;
}
.sub-a:hover > .mobile-icon > .graphics-fill {
    fill: #002300;
}

/* */

.full-wrap {

}

#home-container1 {
    width: calc(100% - 300px);
    /*height: calc(100% - 172px);*/
    height: 100%;
    position: fixed;
    background: url("/wp-content/uploads/gey-dot-bg-01.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 128px;
}
/*
#my-svg {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
*/

#my-svg {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
/*
.main-sqaure {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 900px;
    max-height: 900px;
    background: teal;
}
*/

.main-sqaure {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    /*background: teal;*/
    z-index: 5;
}

.main-sqaure-2 {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    position: absolute;
    bottom: 40px;
    left: 40px;
    /*background: teal;*/
    z-index: 4;
}

.main-title {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    position: absolute;
    top: 40px;
    left: 40px;
    /*background: teal;*/
    z-index: 3;
}

#thinking-svg {
    /*width: 96.5%;*/
    width: 75.25%;
    height: auto;
    fill: #0f0f0f;
}

.icon-d {

}

#rect-drag {
    position: absolute;
    bottom: 80%;
    right: 40%;
    width: 20%;
    height: 20%;
    fill: #0f0f0f;
}


#rect-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 20%;
    fill: #d4af37;
}

#rect-2 {
    position: absolute;
    bottom: 20%;
    right: 0;
    width: 20%;
    height: 20%;
    fill: #ff033e;
}

#rect-3 {
    position: absolute;
    bottom: 40%;
    right: 0;
    width: 20%;
    height: 20%;
    fill: #ffc1ce;
}

#rect-4 {
    position: absolute;
    bottom: 60%;
    right: 0;
    width: 20%;
    height: 20%;
    fill: #41a950;
}

#rect-5 {
    position: absolute;
    bottom: 80%;
    right: 0;
    width: 20%;
    height: 20%;
    fill: #0b0b45;
}


#rect-6 {
    position: absolute;
    bottom: 10%;
    right: 20%;
    width: 20%;
    height: 20%;
    fill: #002300;
}

#rect-7 {
    position: absolute;
    bottom: 30%;
    right: 20%;
    width: 20%;
    height: 20%;
    fill: #ff6700;
}

#rect-8 {
    position: absolute;
    bottom: 50%;
    right: 20%;
    width: 20%;
    height: 20%;
    fill: #d4af37;
}

#rect-9 {
    position: absolute;
    bottom: 70%;
    right: 20%;
    width: 20%;
    height: 20%;
    fill: #002300;
}

#rect-10 {
    position: absolute;
    bottom: 20%;
    right: 40%;
    width: 20%;
    height: 20%;
    fill: #0b0b45;
}

#rect-11 {
    position: absolute;
    bottom: 40%;
    right: 40%;
    width: 20%;
    height: 20%;
    fill: #41a950;
}

#rect-12 {
    position: absolute;
    bottom: 60%;
    right: 40%;
    width: 20%;
    height: 20%;
    fill: #ffc1ce;
}

#rect-13 {
    position: absolute;
    bottom: 30%;
    right: 60%;
    width: 20%;
    height: 20%;
    fill: #ffc1ce;
}

#rect-14 {
    position: absolute;
    bottom: 50%;
    right: 60%;
    width: 20%;
    height: 20%;
    fill: #ff6700;
}


#rect-15 {
    position: absolute;
    bottom: 40%;
    right: 80%;
    width: 20%;
    height: 20%;
    fill: #ff033e;
}

/**/

#rect-16 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 20%;
}

#rect-17 {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 20%;
    height: 20%;
}

#rect-18 {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 20%;
    height: 20%;
}

#rect-19 {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 20%;
    height: 20%;
}

#rect-20 {
    position: absolute;
    bottom: 20%;
    left: 20%;
    width: 20%;
    height: 20%;
}

#rect-21 {
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 20%;
    height: 20%;
}



.pointer:hover  {
    cursor:  pointer !important;
}






/* Youtube / Video
-------------------------------------------------------------- */

/*
override other styles to make responsive
video {
  width: 100%    !important;
  height: auto   !important;
  display: block;
}
*/

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* video full screen */

.video-container1 {
   max-width:100vw;
   max-height:100vh;
}

.video-container1 > video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  object-fit: cover;
}


/* Video 100% */

.video-100 {
    width: 100%;
    height: auto;
}


.video-100 video {
  width: 100%    !important;
  height: auto   !important;
  display: block;
}


/* Footer
-------------------------------------------------------------- */

.foot-hr {
    margin: 40px 40px 0 40px;
}

.foot-copy-wrap {
    padding: 40px;
    text-align: right;
    width: 100%;
    height: auto;
    color: #0f0f0f;
    position: relative;
}

.foot-copy-wrap:before {
    content: "";
    width: calc(100% - 80px);
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    top: 0;
    left: 40px;
}

.scroll-wrap {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.scroll-icon {
    fill: #0f0f0f;
    width: 40px;
    height: 40px;
}

.scroll-icon:hover {
    fill: #bdbdbd;
}

.foot-copy {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding-right: 10px;
    padding-top: 12px;
    float: right;
}


/* Conatct
-------------------------------------------------------------- */

.form-wrap {
    width: 100%;
    height: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 40px;
}

.contact-h1 {
    width: 100%;
    max-width: ;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 40px;
}

.fifty-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.fifty-1 {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 20px;
}

.fifty-2 {
    width: 50%;
    height: auto;
    float: left;
    padding-left: 20px;
}

.form-line {
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-wrap label {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 6px;
}

.form-wrap input[type=text],
.form-wrap input[type=tel],
.form-wrap input[type=email],
.form-wrap textarea {
  width: 100%;
  height: auto;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  border-radius: 0 !important;
  -webkit-appearance: none;
}

.form-wrap input[type=submit] {
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #41a950;
    color: #41a950;
    padding: 12px 20px;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.form-wrap input[type=submit]:hover {
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #41a950;
    color: #ffffff;
    padding: 12px 20px;
    background: #41a950;
    border-radius: 0 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 14px;
}

.wpcf7-response-output {
    font-size: 16px;
    margin: 20px 0 0 0 !important;
    padding: 12px !important;
}

.req-ask {
    color: red;
}


/* Me 
-------------------------------------------------------------- */

.me-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: table;
}

.me-left {
    width: 50%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
}

.me-right {
    width: 50%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}

.me-left img {
    width: 100%;
    height: auto;
    display: block;
}

.orange-text {
    color: #ff6700 !important;
}

.p-big {
    font-size: 32px;
}

.no-marg {
    margin-bottom: 0;
    width: 100%;
    max-width: 260px;
}

.p-copy-large-space {
    font-size: 22px;
    margin-bottom: 40px;
}

.scoll-div {
    width: 100%;
    height: auto;
    overflow: auto;
}

.thirds-wrap {
    width: 100%;
    height: auto;
    display: table;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 40px;
    padding: 40px 0;
}

.thirds-1,
.thirds-2,
.thirds-3 {
    width: 33.3%;
    height: auto;
    display: table-cell;
    vertical-align: top;
    padding: 20px;
}

.thirds-2 {
    position: relative;
}

.thirds-2:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #bdbdbd;
    position: absolute;
    left: 0;
    top: 0;
}

.thirds-2:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #bdbdbd;
    position: absolute;
    right: 0;
    top: 0;
}

.programs-wrap {
    width: 142px;
    height: auto;
    margin: 0 auto;
}

.code-wrap {
    width: 124px;
    height: auto;
    margin: 0 auto;
}

.skills-wrap {
    width: 223px;
    height: auto;
    margin: 0 auto;
}



.list-programs {
    position: relative;
    margin-left: 28px;
    line-height:  18px;
}

.list-programs:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/resume-programs-icon-01.svg") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: -28px;
    top: 0;
}

.list-programs:last-child {
    margin-bottom: 0;
}

.list-skills {
    position: relative;
    margin-left: 28px;
    line-height:  18px;
}

.list-skills:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/resume-skills-icon-01.svg") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: -28px;
    top: 0;
}

.list-skills:last-child {
    margin-bottom: 0;
}

.list-code {
    position: relative;
    margin-left: 28px;
    line-height:  18px;
}

.list-code:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/resume-code-icon-01.svg") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: -28px;
    top: 0;
}

.list-code:last-child {
    margin-bottom: 0;
}

.fix-line-1 {
    margin-top: 8px;
    display: block;
}


.center {
    text-align: center;
}


.ghost-btn {
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #0f0f0f;
    color: #0f0f0f;
    padding: 12px 20px;
    background: transparent;
    border-radius: 0 !important;
    display: inline-block;
    text-decoration: none;
}

.ghost-btn:hover {
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #bdbdbd;
    color: #ffffff;
    padding: 12px 20px;
    background: #bdbdbd;
    border-radius: 0 !important;
    text-decoration: none;
}

.orange-btn {
    color: #ff6700 !important;
    border-color: #ff6700 !important;
    margin-top: 80px;
}

.orange-btn:hover {
    color: #ffffff !important;
    background: #ff6700 !important;
}





/* Web 
-------------------------------------------------------------- */

.roww {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.roww:last-child {
    margin-bottom: 0;
}


.work-left-half {
    width: 50%;
    height: auto;
    padding-right: 20px;
    float: left;
}

.work-right-half {
    width: 50%;
    height: auto;
    padding-left: 20px;
    float: left;
}



/* overlay */

.overlay-container {
  position: relative;
  border: 1px solid #d9d9d9;
  z-index: 1;
}

.overlay-container img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0f0f0f;
  z-index: 3;
}

.overlay-container:hover .overlay {
  opacity: 0.95;
  cursor: pointer;
}

.texty {
  color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.texty-line {
  width: 60px;
  height: 2px;
  display: block;
  margin: 10px auto;
  background: #f5f5f5;
}

.texty-big {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif; 
  font-weight: 500;
  line-height: 1.4;
}

.texty-small {
  display: block;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  text-transform: none !important;
  line-height: 1.4;
  font-weight: 400;
}

.proj-text {
  color: #0d2b61;
  font-size: 18px;
  position: absolute;
  top:60px;
  left:60px;
  z-index: 999;
  padding-right: 60px;
}

/* */

#overlay-web-color {
    background: #0b0b45;
}

#texty-line-web {
    background: #d4af37;
}

.overlay-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  fill: #0b0b45;
}

.overlay-container:hover .overlay-2 {
  opacity: 0.95;
  cursor: pointer;
}


#number-web-inner {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 4;
}

.number-web-inner-fill-1 {
    fill: #d4af37;
}

.number-web-inner-fill-2 {
    fill: #0b0b45;
}

.web-text-cap {
    width: 100%;
    max-width: 590px;
}


/* Graphics 
-------------------------------------------------------------- */

#overlay-graphics-color {
    background: #002300;
}

#texty-line-graphics {
  background: #ffc1ce;
}


#number-graphics-inner {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 4;
}

.number-graphics-inner-fill-1 {
    fill: #ffc1ce;
}

.number-graphics-inner-fill-2 {
    fill: #002300;
}


/* UX/UI 
-------------------------------------------------------------- */


#overlay-ux-color {
    background: #0f0f0f;
}

#texty-line-ux {
  background: #ff033e;
}


#number-ux-inner {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 4;
}

.number-ux-inner-fill-1 {
    fill: #ff033e;
}

.number-ux-inner-fill-2 {
    fill: #0f0f0f;
}



/* UX Case Study 
-------------------------------------------------------------- */

.red-title {
    color: #ff033e;
}

.sub-fifty-wrap {
    width: 100%;
    height: auto;
    display:flex;
    flex-direction:row; 
}

.sub-fifty-1 {
    width: 50%;
    height: auto;
    padding: 20px;
    border: 1px solid #bdbdbd;
    flex:1 1 auto;
    margin: 0 20px 0 0;
}

.sub-fifty-2 {
    width: 50%;
    height: auto;
    padding: 20px;
    border: 1px solid #bdbdbd;
    flex:1 1 auto;
    margin: 0 0 0 20px;
}

.sub-fifty-1 img,
.sub-fifty-2 img {
    width: 100%;
    height: auto;
    display: block;
}

.sub-thirds-wrap {
    width: 100%;
    height: auto;
    display:flex;
    flex-direction:row; 
}

.sub-third-1 {
    width: 33.3%;
    height: auto;
    padding: 20px;
    border: 1px solid #bdbdbd;
    flex:1 1 auto;
    margin: 0 10px 0 0;
}

.sub-third-2 {
    width: 33.3%;
    height: auto;
    padding: 20px;
    border: 1px solid #bdbdbd;
    flex:1 1 auto;
    margin: 0 10px 0 10px;
}

.sub-third-3 {
    width: 33.3%;
    height: auto;
    padding: 20px;
    border: 1px solid #bdbdbd;
    flex:1 1 auto;
    margin: 0 0 0 10px;
}

.sub-line {
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  margin-top: 80px;
  margin-bottom: 60px;
}

.img-sub {
    display: block;
    width: 100%;
    max-width: 600px;
    border: 1px solid #bdbdbd;
}

.img-sub-no-border {
    display: block;
    width: 100%;
    height: auto;
}

.margin-bot-40 {
    margin-bottom: 40px;
}

.ux-btn {
    color: #ff033e !important;
    border-color: #ff033e !important;
    margin-top: 0;
}

.ux-btn:hover {
    color: #ffffff !important;
    background: #ff033e !important;
}

.fix-last-btn {
    margin-bottom: 0;
}

.sub-ul {
    margin-bottom: 0;
}

.sub-ul li {
    margin-bottom: 8px;
}

.fifty-table-wrap {
    width: 100%;
    height: auto;
    display: table;
}

.fifty-table-1 {
    width: 50%;
    height: auto;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.fifty-table-2 {
    width: 50%;
    height: auto;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.circle {
    border: 1px solid #0f0f0f;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px;
}


/* Slider */

.slider-wrap {
    margin-bottom: 65.5px;
}

.flexslider {
    border: 1px solid #bdbdbd !important;
    border-radius: 0 !important;
}



@media screen and (max-width: 1023px) {

.work-left-half {
    width: 100%;
    height: auto;
    padding-right: 0;
    float: none;
    margin-bottom: 40px;
}

.work-right-half {
    width: 100%;
    height: auto;
    padding-left: 0;
    float: none;
}

#fix-btm-marg-work {
	margin-bottom:0 !important;
}

}    



@media screen and (max-width: 945px) {

.header-title1 {
  font-size: 49px;
  line-height: 49px;
  top: 56px;
  right: 136px;
}

.me-wrap {
    display: block;
}

.mobile-icon {
  width: 56px;
  height: 96px;
  top: 57px;
}

.me-left {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
}

.me-right {
    display: block;
    width: 100%;
    padding-left: 0;
}

.sub-fifty-wrap { 
    display: block;
}

.sub-fifty-1 {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}

.sub-fifty-2 {
  width: 100%;
  display: block;
  margin: 0;
}

.sub-thirds-wrap {
    display: block;
}

.sub-third-1 {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}

.sub-third-2 {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}

.sub-third-3 {
  width: 100%;
  display: block;
  margin: 0;
}

.fifty-table-1 {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 30px;
}

.fifty-table-2 {
    width: 100%;
    display: block;
    padding-left: 0;
}

}



@media screen and (max-width: 768px) {

.inner-980 {
    padding: 40px;
}    

h1 {
    font-size: 36px;
    margin-bottom: 20px;
 }   

.logo-a {
    display: none;
}

.logo-a-mobile {
    position: fixed;
    width: 60px;
    height: 60px;
    margin: 0% auto; 
    left: 0;
    right: 0;
    display: block;
    padding-top: 20px;
    z-index: 3;
}


.logo-fill-mobile {
    width: 60px;
    height: 60px;
    fill: #0f0f0f;
}

.logo-fill-mobile:hover {
  fill: #bdbdbd;
}

#ux-logo-mobile {
  fill: #f5f5f5;
}
#web-logo-mobile {
  fill: #f5f5f5;
}
#graphics-logo-mobile {
  fill: #f5f5f5;
}
#me-logo-mobile{
  fill: #0f0f0f;
}
#contact-logo-mobile {
  fill: #0f0f0f;
}

#ux-logo-mobile:hover {
  fill: #ff033e;
}
#web-logo-mobile:hover {
  fill: #d4af37;
}
#graphics-logo-mobile:hover {
  fill: #ffc1ce;
}
#me-logo-mobile:hover {
  fill: #ff6700;
}
#contact-logo-mobile:hover {
  fill: #41a950;
}




/* Mobile Menu 
-------------------------------------------------------------- */

.container {
  width: 100%;
  height: auto;
  margin: 0;
  margin-left: 0px;
  padding: 0;
  overflow-y: hidden;
}

.social-wrap {
    top: 60px;
    bottom: none;
}


.menu-tab {
  width: 102px;
  height: 100px;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  background: #f5f5f5;
}

 .menu-tab div {
    width: 22px;
    height: 4px;
    background-color: #0f0f0f;
    display: block;
    margin: 5px 40px;
    /*transition: all 0.6s ease-in-out;*/
}

 .menu-tab div:nth-child(1) {
      margin-top: 39px;
}


.menu-tab.active {
  /*left: 300px;*/
  left: calc(100% - 102px);
  /*transition: all 600ms ease-in-out;*/
  background-color: #f5f5f5;
}

.menu-tab.active  > #one {
    transform: translateY(9px) rotate(-135deg);
    /*transition: all 0.6s ease-in-out;*/
    background-color: #0f0f0f;
}

.menu-tab.active  > #two {
    opacity: 0;
    /*transition: 0.4s ease;*/
  }

.menu-tab.active  > #three {
    transform: translateY(-9px) rotate(-45deg);
    /*transition: all 0.6s ease-in-out;*/
    background-color: #0f0f0f;
  }


.menu-hide {
  /*width: 300px;
  left: -300px;*/
  width: calc(100% - 102px);
  left: calc(-100% + 102px);
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
  transition: all 0.6s ease-in-out;
} 

.menu-hide.show {
  left: 0px;
  transition: all 0.6s ease-in-out;
}

/* */
#burger-ux {
    background: #0f0f0f;
}
#burger-ux > #one,
#burger-ux > #two,
#burger-ux > #three {
    background: #ff033e;
}
#burger-ux.active > #one,
#burger-ux.active > #two,
#burger-ux.active > #three {
    background: #ff033e;
}


#burger-web {
    background: #0b0b45;
}
#burger-web > #one,
#burger-web > #two,
#burger-web > #three {
    background: #d4af37;
}
#burger-web.active > #one,
#burger-web.active > #two,
#burger-web.active > #three {
    background: #d4af37;
}

#burger-graphics {
    background: #002300;
}
#burger-graphics > #one,
#burger-graphics > #two,
#burger-graphics > #three {
    background: #ffc1ce;
}
#burger-graphics.active > #one,
#burger-graphics.active > #two,
#burger-graphics.active > #three {
    background: #ffc1ce;
}



#burger-me > #one,
#burger-me > #two,
#burger-me > #three {
    background: #ff6700;
}
#burger-me.active > #one,
#burger-me.active > #two,
#burger-me.active > #three {
    background: #ff6700;
}

#burger-contact > #one,
#burger-contact > #two,
#burger-contact > #three {
    background: #41a950;
}
#burger-contact.active > #one,
#burger-contact.active > #two,
#burger-contact.active > #three {
    background: #41a950;
}


#burger-home > #one,
#burger-home > #two,
#burger-home > #three {
    background: #bdbdbd;
}
#burger-home.active > #one,
#burger-home.active > #two,
#burger-home.active > #three {
    background: #bdbdbd;
}


/* */

.header-bg-wrap {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
}

.header-bg-wrap:before {
    display: none;
}

#ux-header-bg {
    background: #0f0f0f;
}
#web-header-bg {
    background: #0b0b45;
}
#graphics-header-bg {
    background: #002300;
}
#me-header-bg {
    background: #F5F5F5;
}
#contact-header-bg {
    background: #F5F5F5;
}
#home-header-bg {
    background: #F5F5F5;
    display: block;
}

.header-title1 {
    display: none;
}

.mobile-icon {
    position: fixed;
    width: 22px;
    height: 22px;
    top: 39px;
    right: 40px;
    display: block;
}

.mobile-a-icon {
    position: fixed;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    display: block;
}

/* Sub Page */

.sub-a:hover > .mobile-icon > .ux-fill {
    fill: #ff033e;
}

.sub-a:hover > .mobile-icon > .web-fill {
    fill: #d4af37;
}

.sub-a:hover > .mobile-icon > .graphics-fill {
    fill: #ffc1ce;
}


/**/

.foot-copy-wrap {
    padding: 30px 40px;
}


/**/

.full-wrap {
    width: 100%;
    height: auto;
    margin-top: 100px;
}

/**/

.fifty-1 {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
}

.fifty-2 {
    width: 100%;
    float: none;
    padding-left: 0;
}

.p-big {
    font-size: 24px;
}

.no-marg {
    max-width: 390px;
}

.p-copy-large-space {
    font-size: 18px;
}

.thirds-wrap {
    margin-top: 0;
    padding: 20px 0;
}

.orange-btn {
  margin-top: 40px;
}

/**/

.form-wrap {
  padding: 40px 40px;
}

.form-line {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* */

#home-container1 {
    width: 100%;
    height: calc(100% - 100px);
    position: fixed;
    background-size: 64px;
}

.main-title {
    width: 60%;
    padding-bottom: 60%;
}

.main-sqaure {
    width: 60%;
    padding-bottom: 60%;
}

.main-sqaure-2 {
    width: 60%;
    padding-bottom: 60%;
}


/**/

.work-left-half {
    width: 50%;
    height: auto;
    padding-right: 20px;
    float: left;
    margin-bottom: 0;
}

.work-right-half {
    width: 50%;
    height: auto;
    padding-left: 20px;
    float: left;
}

.web-text-cap {
    max-width: 490px;
}


/**/
.me-h1-fix {
    margin-bottom: 40px;
}

/**/
.sub-line {
  margin-top: 60px;
  margin-bottom: 50px;
}


}

@media screen and (max-width: 700px) {

.work-left-half {
    width: 100%;
    height: auto;
    padding-right: 0;
    float: none;
    margin-bottom: 40px;
}

.work-right-half {
    width: 100%;
    height: auto;
    padding-left: 0;
    float: none;
}


}



@media screen and (max-width: 480px) {

.no-marg {
    max-width: 196px;
}

.texty-big {
    font-size: 20px;
}

.texty-small {
    font-size: 16px;
}


}





@media screen and (max-width: 360px) {

 .social-wrap {
    height: 32px;
 }   

 .social-icon {
  width: 32px;
  height: 32px;
}

.dot-icon {
  width: 32px;
  height: 32px;
}

.texty-big {
    font-size: 18px;
}

.texty-small {
    font-size: 14px;
}

.texty-line {
  width: 40px;
}

#number-web-inner {
  width: 40px;
  height: 40px;
}


}


