
/**
 * @file
 * WE layout method
 * Global styles for WE Developers Public Site
 */

/*/////////////////////////////////////////////////
// Base Styles
/////////////////////////////////////////////////*/

/* webfonts rule */
* {
  /* font-family: 'myriad-pro', Helvetica, Arial, sans-serif; */
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading .btn,
.wf-loading p,
.wf-loading .qs-number,
.wf-loading #toolbar li {
  visibility: hidden;
}

.hero p {
  font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: 200;
  font-size: 21px;
}

/* Bootstrap override */
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#toolbar .btn-success {
  background-color: transparent;
  font-size: 20px;
  border: 0px;
  padding: 0px;
  vertical-align:top;
}

.main-content {
  padding-top: 90px;
}

.btn {
  text-align: center;
  letter-spacing: 1.72px;
  border-radius: 5px;
  padding: 0 40px;
  height: 46px;
  font: 20px "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
  line-height: 42px;
}

.btn.btn-primary {
  background-color: #6DBE4C;
  border: none;
  color: #FFFFFF;
  display: block;
}

.btn.btn-default {
  background: none;
  border: 1px solid #4d86a0;
  color: #4d86a0;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: .05em;
  line-height: 42px;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #4d86a0;
  color: #fff;
  border-color: #4d86a0;
}
.btn-default.btn-reverse {
  border-color: #c7c7c7;
  color: #fff;
}
.btn-default.btn-reverse:hover,
.btn-default.btn-reverse:focus {
  background-color: #fff;
  color: #4d86a0;
}

::selection {
  background: #6DBE4C; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #6DBE4C; /* Gecko Browsers */
  color: #fff;
}


/*/////////////////////////////////////////////////
// Main Nav
/////////////////////////////////////////////////*/
/* TOOLBAR */
#toolbar {
  height: 80px;
  background-color: rgba(9, 9, 9, .80);
  width: 100%;
  box-shadow: 8px 0px 12px 0px rgba(0,0,0,0.24);
  z-index: 10;
  position: fixed;
}
#toolbar a:hover {
	text-decoration: none!important;
}

#toolbar .content {
  max-width: 1440px;
  margin: 0 auto;
}
#toolbar .content img {
  padding-top: 5px;
  padding-left: 35px;
  height: 70px;
  width: auto;
}
#toolbar .content ul {
  display: inline;
  text-align: center;
  white-space: nowrap;
  float: right;
  margin-top: 30px;
  padding-right: 35px;
  font-weight: normal;
  font-style: normal;
}
#toolbar .content ul li {
  display: inline;
  padding: 8px 16px 10px 16px;
  font: normal normal 20px "myriad-pro-condensed", MyriadPro-Cond, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}

#toolbar .content ul li a {
  color: #ffffff;
  position: relative;
}
#toolbar .content ul li a .fa {
  position: absolute;
  right: -20px;
  top: 6px;
  opacity: 0;
  transition: .2s opacity;
  font-size: 16px;
}
#toolbar .content ul li a:hover, #toolbar .content ul li a:focus {
  border-bottom: 5px solid #6BC04B;
  text-decoration: none;
}
#toolbar .content ul li a:hover .fa, #toolbar .content ul li a:focus .fa {
  opacity: 1;
}

#toolbar .content ul li a.active {
  color: #6BC04B;
}
#toolbar .content ul li:last-child {
  background: #6BC04B;
  box-shadow: inset 0px -2px 0px 0px #417a2b;
  border-radius: 3px;
  color: #ffffff;
  margin-left: 16px;
  padding-top: 10px;
  transition: all 0.5s ease;
  border-bottom: none;
}
#toolbar .content ul li:last-child:hover, #toolbar .content ul li:last-child a.active {
  background: #417a2b;
  box-shadow: inset 0px -2px 0px 0px #2d541e;
}
#toolbar .content ul li:last-child a:hover {
  border-bottom: none;
}

@media (max-width : 800px)   {
  #toolbar .content ul li {
    padding: 8px 12px 10px;
  }
  #toolbar .content ul li a {
    font-size: 18px;
  }
  #toolbar .content ul li a .fa {
    right: -14px;
    top: 6px;
    font-size: 12px;
  }
}

@media (max-width : 700px)   {
  #toolbar{
    position: relative;
  }
  #toolbar .content img {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left: 0;
  z-index: 90;
  }

  #toolbar .content ul {
  margin-top: -49px;
  padding-right: 15px;
  z-index: 100;
  position: relative;
  }
  #toolbar .content ul li:not(:last-of-type) {
  display: none;
  }
}
/*////////////////////////////////////////////////
// EXAMPLES
/////////////////////////////////////////////////*/

.we-code-links a.text-left {
  text-align:left;
}
.we-code-links a.text-right {
  text-align: right;
}

/*////////////////////////////////////////////////
// FOOTER
/////////////////////////////////////////////////*/

#pageFooter {
  background: #3a3a3a;
  padding-top: 100px;
  padding-bottom: 10px;
  font-family: "myriad-pro", MyriadPro-regular, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #ccc;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  display: block;
  clear: both;
}
#pageFooter .width-constrain {
  margin: 20px auto;
  max-width: 1440px;
  padding: 0 35px;
}

#pageFooter a {
  color: #ccc;
  line-height: 22px;
  display: block;
}
#pageFooter .footer-social-links a {
  float: left;
}
#weFooterLogo {
  display:block;
  position:relative;
  top: -8px;
}
#pageFooter h4 {
  font-size: 24px;
  margin-bottom: 24px;
}
#pageFooter h4 a {
color: #ffffff;
}
#pageFooter h5:last-of-type {
  margin-top: 16px;
}
#pageFooter h5 a {
  font-weight: bold;
}
#pageFooter .left {
  float: left;
  width: 22%;
}
#pageFooter .left img {
  width: 130px;
  height: auto;
  margin-left: -16px;
}
#pageFooter .left span {
  padding-right: 5px;
  padding-top: 12px;
}
#pageFooter .left .fa {
  color: #888888;
}
#pageFooter .left .fa-inverse{
  color: #3a3a3a;
}
#pageFooter .right {
  float: left;
  width: 78%;
}
#pageFooter .right a {
  margin-bottom: 6px;
  display:block;
}
#pageFooter .right ul {
  display: inline-block;
  vertical-align:top;
  border-style: border-box;
  width: 19%;
  padding-left: 44px;  /*THIS WAS NOT PROPER SYNTAX*/
  margin-bottom: 30px;
  margin-left: 0;
  padding-right: 15px;
  box-sizing: border-box;
}
#pageFooter #footerBottom {
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #474747;
  font: normal normal 15px "myriad-pro-condensed", MyriadPro-BoldCond, "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #6a6a6a;
  font-weight: 300;
}
#pageFooter #footerBottom span, #pageFooter #footerBottom a {
  padding: 0px 8px;
}
#pageFooter #footerBottom a {
  color: #6a6a6a;
  font-weight: 300;
  display: inline;
}


/*////////////////////////////////////////////////
// MEDIA QUERIES
/////////////////////////////////////////////////*/

@media (max-width: 1020px) {
  #pageFooter .left {
    float: none;
    padding-bottom: 40px;
    width: 100%;
  }
  #pageFooter .left:before,
  #pageFooter .left:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }
  #pageFooter .left:after {
    clear: both;
  }
  #pageFooter .right {
    float:none;
    clear: left;
    width: 100%;
  }
}

@media (max-width : 700px)   {
  #toolbar{
    position: relative;
  }
  #toolbar .content img {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-left: 0;
    z-index: 90;
  }
  #toolbar .content ul {
    margin-top: -49px;
    padding-right: 15px;
    z-index: 100;
    position: relative;
  }
  #toolbar .content ul li:not(:last-of-type) {
    display: none;
  }
  #pageFooter .right ul {
    display: block;
    width: 100%;
  }
}