/*
Theme Name: Aura - custom design
Version: 1.0
Description: A child theme of twentyseventeen
Author: FlyBird's Box
Author URL:  http://www.flybirdsbox.com
Template: twentyseventeen
*/

@import url("../twentyseventeen/style.css");

@import url('https://fonts.googleapis.com/css?family=Karla:400,400i|Source+Sans+Pro:200,200i,400|Tenor+Sans&display=swap');


body {
  width:100%;
  margin:0;
  padding:0;
  color:#333;
  font-size:15px;
  font-weight:200;
  line-height:1.6;
  font-family: 'Source Sans Pro', sans-serif;
}

h2 {
  font-weight:100;
  color:#666;
  font-size:28px;
  font-family: 'Tenor Sans', sans-serif;
  text-transform: uppercase;
  padding: 20px 0px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

h2::before {
  content:"";
  background:#E2E2E2;
  width:30px;
  height:30px;
  margin-bottom:-5px;
  margin-right:14px;
  display:inline-block;
}

h3 {
  font-weight:300;
  font-size:20px;
  width:85%;
  color:#999;
  padding-top:0;
}

h6 {
    color: #444;
    font-family: "Tenor Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

img {
  max-width:100%;
  height:auto;
  border:none;
}

a {
  color:#000;
  text-decoration: none;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;

}

a:hover {
  color:#999;
}

a img {text-decoration: none; border:none;}

:focus {
  outline:none!important;
}


/* --- header 
----------------------------------------------- */

.site-branding {
    position: fixed!important;
  top: 10%;
  z-index: 0;
  text-align: center;
}

.site-header {background:none;}

#wp-custom-header {z-index: -2;}

.custom-header-media:before {z-index: -1;}

.has-header-image .custom-header-media img {z-index: -3;}

@media screen and (min-width: 48em) {

  .twentyseventeen-front-page.has-header-image .custom-header-media:before, 
  .twentyseventeen-front-page.has-header-video .custom-header-media:before, 
  .home.blog.has-header-image .custom-header-media:before,
  .home.blog.has-header-video .custom-header-media:before {
    height: 100%;
  }

  .custom-logo-link {
      padding-right: 0;
  }

}

/* --- social media icons */

.social-menu {text-align: center;}
.social-menu li {display: inline-block; margin:30px 2px 0;}
.social-menu li a {
    padding: 3px;
    border-radius: 0;
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;

    color: #e0e0e0;
    background: #222;
    border: 1px solid #666;
}

.social-menu  li a:hover {opacity:.6}

.navigation-top .social-menu  {
  position: absolute;
  top: -20px;
  right: 5px;
  opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.navigation-top .social-menu li a {
    width: 24px;
    height: 24px;
    padding:0;
}

.site-navigation-fixed .social-menu  {opacity: 1}


/* --- menu
----------------------------------------------- */

#top-menu {
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Karla",sans-serif;
  font-weight: 400!important;
  font-size: 14px;
  color:#555;
  width:100%;
  margin:auto;
  margin-left: 10px;
  text-align: center;
}

.site-navigation-fixed {
	background-color: #fff;
}

.menu-scroll-down {display:none!important;}

@media screen and (min-width: 48em) {

	.navigation-top .wrap {
    padding-left:0.5em;
    padding-right: 0.5em;
    border-bottom: 1px solid #fff;
  	  -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}


	.site-navigation-fixed .wrap {
    padding-top:0;
	  padding-bottom: 0;
    border-bottom: 1px solid #444;
      -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}

	.main-navigation #top-menu a {
  	padding: 1em .4em;
    letter-spacing: 1px;
  		-webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}

}

@media screen and (min-width: 850px) {

	.main-navigation #top-menu a {
  	padding: 1em .8em;
    letter-spacing: 1px;
  	  -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}
}


@media screen and (min-width: 1050px) {

	.main-navigation #top-menu a {
  	padding: 1em 1em;
  	letter-spacing: 2px;
  	  -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}

}

/* --- menu items - logo */

@media screen and (max-width: 48em) {

  .navigation-top #top-menu li:first-child {
    padding-bottom: 12px;
    padding-top: 0;
  }

}

@media screen and (min-width: 48em) {

  .navigation-top #top-menu li:first-child  {
    width:0px;
    opacity:0;
    padding-top: 10px;
    padding-bottom:0;
      -webkit-transition: opacity .2s ease-in-out;
      -moz-transition: opacity .2s ease-in-out;
      -ms-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out;
  }

}

.site-navigation-fixed #top-menu li:first-child {
  width:100%;
  opacity:1;
}


.navigation-top #top-menu li:first-child  a {
  color:rgba(0,0,0,0);
  display:block;
  background: url(/web2013/wp-content/uploads/2018/03/cropped-AURA-logo-small.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;   
}

/* --- menu items highlights */

#top-menu li:first-child  a:hover {opacity:.7;}

a.mPS2id-highlight::after,  
#top-menu li a:hover::after { 
  content:'';
  display:block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left:0;
  background: #000;
}

#top-menu li:first-child a:hover::after,
#top-menu li:first-child a::after {display:none;}





/* --- content 
----------------------------------------------- */

@media screen and (min-width: 30em) {
  .page-one-column .panel-content .wrap {
      max-width: 1000px;
  }
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: none;
}

.entry-header {display:none;}


@media screen and (min-width: 48em) {
  .panel-content article { margin-top: 50px}
}

blockquote {
  width: 100%;
  border:3px solid #E2E2E2;
  padding:45px 10%;
  margin:40px auto;
  font-weight:300;
  font-size:17px;
  font-style:italic;
  color:#666;

  -webkit-box-shadow: inset 0px 0px 0px 2px #fff,inset 0px 0px 0px 3px #ddd;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff,inset 0px 0px 0px 3px #ddd;
  box-shadow: inset 0px 0px 0px 2px #fff,inset 0px 0px 0px 3px #ddd;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside:avoid;
  -o-column-break-inside:avoid;
  -ms-column-break-inside:avoid;
  column-break-inside:avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-family: "Tenor Sans", sans-serif;
}

.intro {
  font-weight:100;
  font-size:17px;
  font-family: "Tenor Sans", sans-serif;
  color:#666;
  padding-top:10px;
  background-color:#fff!important;
}

.bg {
  font-size:15px;
  font-weight:300;
  text-align:center;
  font-style: italic;
  padding:35px 10%;
  margin:10px auto;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside:avoid;
  -o-column-break-inside:avoid;
  -ms-column-break-inside:avoid;
  column-break-inside:avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  background:rgba(226,226,226,0.5);
  color:#666;
  -webkit-box-shadow: inset 0px 0px 0px 4px #E2E2E2, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: inset 0px 0px 0px 4px #E2E2E2, inset 0px 0px 0px 5px #fff;
  box-shadow: inset 0px 0px 0px 1px #E2E2E2, inset 0px 0px 0px 4px #fff;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

.bg:hover {
  background:rgba(226,226,226,0.4);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}


.block {
  padding:0 5% 2%; font-style: normal;
}

hr {
  display:block;
  height:3px;
  -webkit-margin-before: 20px;
  -webkit-margin-after: 30px;
  border-style: none;
  border-top:1px solid #E2E2E2;
  border-bottom:1px solid #E2E2E2;
  background: none
}

#list {margin-bottom: 1.5em}

#list .bullet:before {
    content: '▪';
    color: #e2e2e2;
    padding-right: .5em;
}

#list p {margin: 0 0 5px;}


p, .unbreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside:avoid;
  -o-column-break-inside:avoid;
  -ms-column-break-inside:avoid;
  column-break-inside:avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}


.columns {
  margin:5% auto;
  padding:0 3%;
  -webkit-column-width: 250px;
  -moz-column-width: 250px;
  -o-column-width: 250px;
  -ms-column-width: 250px;
   column-width: 250px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  -o-column-gap: 40px;
  -ms-column-gap: 40px;
   column-gap: 40px;
}

.columns2 {
  margin:5% auto;
  padding:0 3%;
  -webkit-column-width: 375px;
  -moz-column-width: 375px;
  -o-column-width: 375px;
  -ms-column-width: 375px;
   column-width: 375px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  -o-column-gap: 40px;
  -ms-column-gap: 40px;
   column-gap: 40px;
}

.columns3 {
  margin:5% auto;
  padding:0 3%;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  -o-column-width: 200px;
  -ms-column-width: 200px;
   column-width: 200px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -o-column-gap: 20px;
  -ms-column-gap: 20px;
   column-gap: 20px;
}

.number {
  width:100%;
}
.number::before {
  content:"";
  background:#fff;
  border:3px solid #E2E2E2;
  width:30px;
  height:30px;
  margin-bottom:-15px;
  margin-right:14px;
  display:inline-block;
  text-align:center;
  color:#E2E2E2;
  font-weight:900;
}
.n1::before {content:"1";}
.n2::before {content:"2";}
.n3::before {content:"3";}
.n4::before {content:"4";}
.n5::before {content:"5";}
.n6::before {content:"6";}
.n7::before {content:"7";}
.n8::before {content:"8";}
 

.box, .box-2, .box-3 {
  width:98%;
  float:left;
  padding:1% 3%;
  margin:1%;
  display:inline-block;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

#selection .box {
  margin-bottom:15px
}


#process-box {

}
#about h3 {
	font-family: "Tenor Sans", sans-serif;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.box-2::before{
  content:"";
  background:url(img/break.png) no-repeat;
  opacity:0.5;
  background-size: contain;
  background-position: center;
  width:100%;
  height:30px;
  border-radius:2px;
  margin:0 auto 60px;
  display:block;
}

.box-2:nth-child(1)::before {
  display:none;
}

#contact .box-2::before {
  display:none;
}

.box-3 h3 {
  margin:0px auto;
  width:70%;
  font-style: normal;
}

.box-3 hr {
  width:70%;
  border-color:#fff;
  height:5px;
}

.vertical {
  padding-top:20px;
  display:table-cell; 
  vertical-align: middle;
}

.logos {
  padding-top:3%;
}

#selection a {
    display: block;
    width: 100%;
    text-align: center;
}

#selection a img {
    display: block;
    width: 70%;
    max-width: 200px;
    margin: 0 auto;
    padding: 3% 5%;
    text-align: center;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    transition: all .1s linear;
    -webkit-transition: a ll .1s linear;
}

#selection a img:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    transition: all .2s linear;
    -webkit-transition: a ll .2s linear;
}


#selection blockquote a {
  width: 100%;
  margin-bottom: 15px;
}

/*
@media screen and (min-width: 400px) {
  #selection blockquote a {
    width: 50%;
    display: inline-block;
    float: left;

  }
}

@media screen and (min-width: 48em) {
  #selection blockquote a {
    width: 33.3333%;

  }
}

#selection blockquote::after,
#selection blockquote p::after {
  content:'';
  display:block;
  clear:both;
}
*/

#contact a img {
    opacity: .7;
    transition: all .1s linear;
    -webkit-transition: a ll .1s linear;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#contact a img:hover {
    opacity: 1;
    transition: all .2s linear;
    -webkit-transition: a ll .2s linear;
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

#contact h3 {margin-top:.75em;}
#contact p {margin-bottom:0;}


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

  .social-FB .social-menu::before {
    display:block; 
    width:100%; 
    margin-top:1em;
    padding-right:0;
  }

  .social-FB .social-menu li {margin-top:0.5em;}

}

#contact .box-2 .bg {
  font-size:17px; 
  line-height:1.9;
  text-align:left;
  font-style: normal;
  font-family: 'Karla', sans-serif; 
  font-weight:400; 
  color:#777;
}

#contact .box-2 .bg div {
  width:220px;
  max-width: 100%;
  margin:auto;
}

@media screen and (max-width: 390px) {
  #contact .box-2 .bg {font-size: 15px}
}


@media screen and (min-width: 750px) {
  .box-2, .box-3 {width:48%;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;}
  .box-2:nth-child(2)::before {display:none;}
  .box-2:nth-child(2n+1) {clear:both}
  .box-3:nth-child(2n+1) {clear:both}
  .box-3 {min-height:400px;display:table;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;}
  .logos {padding-top:3%px}
}
@media screen and (min-width: 950px) {
  .box-3 {width:31.3333%;min-height:540px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;}
  .small-box-3 {min-height:370px;}
  .box-3:nth-child(2n+1) {clear:none}
  .box-3:nth-child(3n){clear:both}
  .logos {padding-top:70px}
}
@media screen and (min-width: 1050px) {
  .box-3 {min-height:510px;}
  .small-box-3 {min-height:340px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
	}
}


/* --- footer
----------------------------------------------- */


footer {
  background:#efefef;
  position: relative;
}

.site-footer {
  margin-top:0;
}

.site-info {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}

.site-info span {
  padding-left:10px;
  display: inline-block;
}

@media screen and (min-width: 48em) {
  .social-navigation + .site-info {margin-left: 0;}
}

.backtotop-btn {
    position: fixed;
    right:20px;
    bottom:10px;
    z-index: 1;
    font-size: 40px;
    color:#ddd;
    text-shadow: 1px 1px 1px #ccc;
      -webkit-transition: all .1s ease-in-out;
      -moz-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
      -o-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
}

.backtotop-btn:hover {
  color:#ccc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}