/************************************************************
THEMENAME
************************************************************/
/* This file will hold styles that are loaded using the same media query as the wide grid. */

/************************************************************
  GENERAL
************************************************************/

/* This file will hold styles that are loaded using the same media query as the wide grid. */ 

/************************************************************
 SUPERFISH MAIN MENU
************************************************************/
	
.sf-menu a {
	padding: 1.4em 0.7em;
}

/************************************************************
 SEARCH
************************************************************/

#search-block-form { background: #031b34; width: 190px; }

#search-block-form .form-item input { width: 130px; }

/************************************************************
  SOCIAL MEDIA
************************************************************/

/* Font Awesome */
.fa-2x {
    font-size: 2em;
}

/************************************************************
  BLOCK SPECIFIC
************************************************************/
 

/************************************************************
  PANELS
************************************************************/

.panel-2col-stacked .panel-col-first {
    float: left;
    width: 30%;
}

.panel-2col-stacked .panel-col-last {
    float: left;
    width: 70%;
}