/*
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/************** Page Numbers Styling ******************/
.page-navi.meta {
    color: #333 !important;
    font-size: 20px;
    font-weight: normal;
    border: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    padding-left: 0;
    border-radius:3px;
}

.page-numbers {
    border-right: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    font-weight: 400;
    margin-left:-6px;
    color: #333333;
    font-size: inherit;
    line-height: 1.3em;
}

.page-numbers.current {
   padding: 10px 20px;
   background: #FD841D;
   color: #fff;
   font-weight: 600;
}

.page-navi .prev {
   float: left;
   margin-right: 0;
   margin-top: -10px;
   border-right: solid 1px #eee;
   font-size: 18px;
   letter-spacing: 0;
   font-weight: normal;
   /*font-family: 'Roboto Condensed', sans-serif !important;*/
}

.page-navi .next {
   float: right;
   margin-top: -10px;
   border-left: solid 1px #ddd;
   border-right: none;
   border-top: none;
   border-bottom: none;
   /*font-family: 'Roboto Condensed', sans-serif !important;*/
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 0;
}



/*MENU 1*/

/*—————–Menu Icons—————- */

/*.menu-homepage a {
font-family: 'ETmodules';
font-size: 25px!important;
color: #00009a!important;
padding: 0 20px;
}

.menu-accomplishments a {
font-family: 'ETmodules';
font-size: 25px!important;
color: #00009a!important;
padding: 0 20px;
}

.menu-services a {
font-family: 'ETmodules';
font-size: 25px!important;
color: #00009a!important;
padding: 0 20px;
}

.menu-careers a {
font-family: 'ETmodules';
font-size: 25px!important;
color: #00009a!important;
padding: 0 20px;
}


.menu-contact-us a {
font-family: 'ETmodules';
font-size: 25px!important;
color: #00009a!important;
padding: 0 20px;
}

.menu-homepage a:hover,
.menu-accomplishments a:hover,
.menu-services a:hover,
.menu-careers a:hover,
.menu-contact-us a:hover {
	text-shadow: 0 0 2px #ffffff, 0 0 10px #ffffff, 0 0 20px #f3c300, 0 0 30px #f3c300, 0 0 40px #f3c300, 0 0 50px #f3c300;
	color: red!important;
	animation: pulsing 1.5s infinite linear;

}

@keyframes pulsing {
  0% {
    transform:scale(1);
    color: blue!important;
  }
  50% {
    transform:scale(1.1);
    color: red!important;
  }
  100% {
    transform:scale(1);
    color: blue!important;
  }
  
}


@media only screen and (max-width: 980px) {
  .menu-homepage:before,
  .menu-accomplishments:before,
  .menu-services:before,
  .menu-careers:before,
  .menu-contact-us:before {
    margin-top: 8px;
  }

  .menu-homepage,
  .menu-accomplishments,
  .menu-services,
  .menu-careers,
  .menu-contact-us {
    width: 100%;
  }
}
*/

/*MENU 1*/


/*BACKUP*/



/************** End Page Numbers ******************/