/*
Theme Name: Victory
Description: Child of FrontRunner theme by Parallelus
Author: Your Name
Template: parallelus-frontrunner
Version: 1.0
Tags: responsive-layout,custom-menu,featured-images,theme-options,threaded-comments,translation-ready
*/

/*********dates styling on news and press releases page*************/
.header-meta {
   font-size: 15px;
   color: #000000;
   font-weight: bold;
}

/**********62 county page********/
hr.countySpace {
    margin-top: 17px;
    margin-bottom: 17px;
}

/*******menu*********/

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-643 {
   background-color: #ba1c24; 
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-643 a:hover {
   background-color: #d00510;
}


/*******home page*******/
.header-bg-wrapper .logo-container .logo .logo-wrapper .brand-title {
   color: #4f91ce;
   text-transform: uppercase;
   font-weight: bold;
   /*letter-spacing: 3px;*/
   /*font-size: 25px;*/
   letter-spacing: 2px;
   font-size: 18px;
   font-style: italic;
}

.header-bg-wrapper .logo-container .logo a:hover{
   text-decoration: none;
}

.navbar-default .navbar-brand {
   color: #4f91ce;
   /*font-size: 18px;*/
   font-size: 13px;
   text-transform: uppercase;
   padding: 15px 0px 15px 5px;
   font-style: italic;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
   color: #4f91ce;
}


/******footer******/

.homeTwitter {
    text-align: center;
}

.paid-for{
    max-width: 300px;
}

.icon-blocks .fa, .icon-blocks li{
   width: 25%;
}

.icon-blocks .fa, .icon-blocks .icon {
  width: 100%;
}

.socialText{
   font-size: 20px;
   margin-left: .5em;
}

@media screen and (max-width: 600px) {
    .socialText {
      display: none;
}
}