/* Write your custom css code here */
.viavi-top-nav{
  background: red;
}

/* KMW ==== mods to center top menu and change text color - not reqd homepage tempalate   
ul.menu-topmenu {
  margin: 0;
  padding: 0;
  list-style: none; 
  text-align: center;}

ul.menu-topmenu li {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  float: none; }

ul.menu-topmenu li a {
  padding: 10px;
  color: #FFF;
  display: block; }

ul.menu-topmenu li a:hover {
  color: #fff;
  text-decoration: none; }

ul.menu-topmenu li a span {
  display: block; }        ==== */


/* KMW ==== This css from template.css line 675 allows captcha button on forms being clickable 
div.demo-contact-form .form-actions {
  position: static; 
}   ==== */

/* KMW ====mod of template.css line 698 to fix contact form button 
   div.demo-contact-form button.jsn-form-submit:before, .yoyo-services .pb-content > p.Description > span > a:before {
    border: 0px solid #ca0554; 
   }    ==== */

/* KMW ==== mod of bootstrap.css2858 to align form labels left instead of right 
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px; } }   ==== */

 /* KMW ==== fix style click captcha issue ==== */
.jsn-uniform .jsn-form-content > div.control-group{
float: none;
}

/* KMW ==== fix style captcha button ==== */
div.demo-contact-form .jsn-uniform .form-actions .btn-toolbar .btn{
background-image: none;
text-shadow: none;
border-radius: 0;
border: none;
position: relative;
cursor: pointer;
font-size: 16px;
padding: 12px 23px 12px 15px;
display: inline-block;
color: #fff;
transition: all 0.3s ease-in-out;
box-shadow: 0 3px #e5e5e5;
-moz-box-shadow: 0 3px #e5e5e5;
-webkit-box-shadow: 0 3px #e5e5e5;
}
div.demo-contact-form .jsn-uniform .form-actions .btn-toolbar .btn:before{
content: "";
height: 100%;
width: 0;
position: absolute;
border: 12px solid #fd900f;
right: -15px;
top: 0;
transform: skew(-20deg);
-webkit-transform: skew(-20deg);
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
box-shadow: 4px 3px #e5e5e5;
transition: all 0.3s ease-in-out;
z-index: 1;
}

/* KMW ==== CSS for temporary fix to Our Team annimations not avail in PB3 yet ==== */

/* Our Team Area */
@keyframes animatedBackground {
from { background-position: 0 0; }
to { background-position: 100% 0; }
}
@-webkit-keyframes animatedBackground {
from { background-position: 0 0; }
to { background-position: 100% 0; }
}
@-ms-keyframes animatedBackground {
from { background-position: 0 0; }
to { background-position: 100% 0; }
}
@-moz-keyframes animatedBackground {
from { background-position: 0 0; }
to { background-position: 100% 0; }
}
.jsn-homepage #jsn-content-bottom-over {
margin-top: -20px;
background: url(../images/backgrounds/bg-contact.jpg) left top repeat-x;
animation: animatedBackground 60s linear infinite;
-ms-animation: animatedBackground 60s linear infinite;
-moz-animation: animatedBackground 60s linear infinite;
-webkit-animation: animatedBackground 60s linear infinite;
}
#our-team-member .member-item .member-desc {
background-color: rgba(255,255,255,0.8);
position: absolute;
bottom: 0;
}
#our-team-member .member-item img.member-avatar {
display: inherit;
margin-bottom: 90px;
-webkit-filter: saturate(0%);
transition: filter 0.3s ease-in-out;
-moz-transition: filter 0.3s ease-in-out;
-webkit-transition: -webkit-filter 0.3s ease-in-out;
}
#our-team-member .member-item:hover img.member-avatar {
-webkit-filter: saturate(100%);
}
#our-team-member .member-item {
position: relative;
background-color: #bbb;
border-bottom: 5px solid #f36c21;
}
body.jsn-color-pink #our-team-member .member-item {
border-color: #ca0554;
}
body.jsn-color-red #our-team-member .member-item {
border-color: #ef4631;
}
body.jsn-color-green #our-team-member .member-item {
border-color: #598300;
}
body.jsn-color-brown #our-team-member .member-item {
border-color: #8a501d;
}
body.jsn-color-orange #our-team-member .member-item {
border-color: #f18322;
}
body.jsn-color-cyan #our-team-member .member-item {
border-color: #2f9fb3;
}
#our-team-member .member-desc {
height: 90px;
color: #222;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#our-team-member .member-name {
height: 90px;
display: inline-block;
padding: 0 20px 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

/* KMW ==== added team member name color ==== */
#our-team-member .member-name h4 {
color: #222;
text-transform: uppercase;
} 

#our-team-member .memer-info {
display: inline-block;
padding: 0 20px;
border: none;
height: 0;
overflow: hidden;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#our-team-member .member-item:hover .member-desc {
height: 180px;
}
#our-team-member .member-item:hover .memer-info {
padding: 10px 20px;
height: 90px;
background-color: #000;
color: #fff;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#our-team-member img.member-avatar {
width: 100%;
height: auto;
}
#our-team-member .member-name span {
text-transform: uppercase;
}

#our-team-member .member-item .member-desc {
background: rgba(255,255,255,0.8);
}

/* KMW ==== Our Team TYPOGRAPHY - CONTENT COLUMMNS ==== */
div.grid-layout2 div.grid-col {
float: left;
width: 49.95%;
}
div.grid-layout3 div.grid-col {
float: left;
width: 33.3%;
}
div.grid-layout4 div.grid-col {
float: left;
width: 24.96%;
}
div.grid-layout5 div.grid-col {
float: left;
width: 19.98%;
}
div.grid-layout6 div.grid-col {
float: left;
width: 16.65%;
}
div.grid-layout div.grid-col div.grid-col_inner {
margin: 25px 17px;
}
div.grid-layout div.grid-lastcol div.grid-col_inner {
margin-right: 0;
margin-left: 33px;
}
div.grid-layout div.grid-col:first-child div.grid-col_inner {
margin-left:0 ;
margin-right: 33px;
}

@media only screen and (max-width: 480px), (max-device-width: 480px) {
div[class*="grid-layout"] div.grid-col {
width: 100%;
}
div.grid-layout div.grid-col div.grid-col_inner {
margin-right: 0 !important;
margin-left: 0 !important;
}
}
}

/* KMW ==== fix homepage menu placeholder background ==== */
.sunfw-sticky-placeholder {
background: rgba(0,78,145,0.8) !important;  
}
