/*
Theme Name: Startit
Theme URI: http://startit.select-themes.com/
Description: A Fresh Startup Business Theme
Author: Select Themes
Author URI:  http://themeforest.net/user/select-themes
Version: 2.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

  .qodef-vertical-align-containers .qodef-position-center:before,
  .qodef-vertical-align-containers .qodef-position-left:before,
  .qodef-vertical-align-containers .qodef-position-right:before {
      margin-right: 0;
  }

.item_inner {
display: flex !important;
align-items: baseline;
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    header .qodef-main-menu>ul>li>a span.item_inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.qodef-main-menu img {
    display: inline !important;
}

.footer-links:hover{
color:#2aa7df!important;
}

footer a:hover{
color:#2aa7df !important
}

#nav-menu-item-9585 a span{
    color:rgba(199,19,69,0.9) !important;
}

#nav-menu-item-9585 a:hover span{
    color:white !important;
}

#nav-menu-item-9585 a:hover{
    background-color:rgba(199,19,69,0.9) !important;
	transition:0.5s;
}