/*----------Overlapping Logo that Shrinks on Scroll----------*/
 
#et-info {
    float: left;
}
 
.et_fixed_nav #top-header {
    position: fixed;
    z-index: 9998!important;
}
 
#logo {
    max-height: 100px;
    margin-top: 10px;
}
 
.et-fixed-header #logo {
    max-height: 60px!important;
    margin-top: 4px;

} 
 
@media only screen and (max-width: 980px) {
     
#logo {
    max-height: 70px;
    margin-top: 0px;
}
     
#et-info {
    float: none;
}
 
}



.et_pb_fullwidth_header .header-content {
	background-color: rgba(30, 31, 61, 0.6);
	border: 4px double #272727;
  border-radius: 5px;
}

.et_pb_portfolio_item {
  padding: 10px ;
}

/*--------[Sun, Apr 21, 2019 | 2-59 PM ]----------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
						
            .get-started {margin-bottom: 10px ;}
						.get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#fa7f28; /* #ed7818 */
                font-weight: 700; 
                /*text-transform: uppercase; */
                text-align: center; 
                padding: 12px 13px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            
li.get-started:hover {
  background-color: #fa7f28 ;
  color: black !important ;
  border: 1px solid black;
}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}

/*------------------------------------------------*/
/*------------------------------------------------*/