/*
Theme Name: CAD WP Base Theme
Theme URI: http://github.com/cad-uix/cad-wp-theme.git
Author: Marcel Badua
Author URI: http://marcelbadua.com/
Description: Oracle Wordpress Theme Framework utilizes the use of bower and gulp. to be used for bootstrap and it's powerful LESS files
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#tab-main a .round-bg{
  max-width: 310px;
  margin: 0 auto;
}

body{
  text-align:justify;
}

.jobbtn{
	font-size: 23px;
  font-weight: 700 !important;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 35px !important;
  padding: 5px 30px;
  text-transform: uppercase !important;
  border: 2px solid #f60 !important;
  border-radius: 0 !important;
}

.jobbtn: hover {
  border-color: #34495e !important;
}

.jobbtn1 {
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  padding: 5px 20px !important;
  text-transform: uppercase !important;
  border: 2px solid #f60 !important;
  border-radius: 0 !important;
  margin-top: 8px;
  text-align: center;
}

.jobbtn1: hover {
  border-color: #34495e !important;
}

.no-margin-bottom { margin-bottom: 0 !important; }

.job-table th {
  padding-right: 20px !important;
}

#banner #main-banner .carousel-indicators li.active{
  display:none;
}

/*07-14-2018*/
ul.list-inline.address a:hover {
    text-decoration: none;
    color: #f60;
}

ul.list-inline.address a{
  color: #34495e;
}

.img-center {
    transition: all .3s ease-out;
}
  .img-center:hover {
      transform: scale(.95);
  }

header .nav li a:hover, 
header .nav li a:focus,
header .nav li.active a:hover, 
header .nav li.active a:focus {
    color: #f60;
    background-color: transparent;
}

section#contact a:hover,
footer#footer .hidden-xs a:hover{
    text-decoration: none;
}

header .nav li.active a{
    color: #f60;
    background-color: transparent;
}

header .nav {
    margin-top:0 !important;
}

#footer ul#menu-main-menu-1 li.current-menu-item > a{
  color: #f60;
}

footer#footer .hidden-xs a:hover, 
footer#footer .hidden-xs a:focus{
  text-decoration: none;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*padding-top: 20px;*/
  z-index: 99;
  background: #fff;
}

.sticky ul#menu-main-menu {
    display: flex;
    justify-content: center;
}

.sticky .nav li a{
    padding: 25px 30px !important
}

/* May 24, 2022 */
input#input_1_7_3 {
  margin: 0 !important;
}