/*
Theme Name: Greenwich Sentinel Theme (paper-theme)
Theme URI: https//intertechmedia.com
Author: The WPB team
Description: Custom Theme Built for WDEF
Version: 1.0
License: GNU General Public License v2 or later
License URI: https//www.gnu.org/licenses/gpl-2.0.html
Text Domain: /languages/

*/

/**********************************************************************************************

WPB01.  Sitewide core styles-------------------------general styles first, html, body, headers, etc
WPB02.  Brand Colors---------------------------------Links, hover, background
WPB03.  Masthead-------------------------------------logo, Enp Widget, social,
WPB04.  Site Header----------------------------------Masthead, logo, listen live, social, search
WPB05.  Navigation----------------------soc-------------Main Navigation
WPB06.  Slider---------------------------------------Royal slider custom styles
WPB07.  Front Page Content Styles--------------------Tabs, video, recent posts,
WPB08.  Widgets--------------------------------------Default styles for widgets, sidebar widgets, rss widgets, custom widgets
WPB09.  Content Area---------------------------------Inside content areas, page, post, articles archive Gallery etc.
WPB10.  Plugins--------------------------------------Custom Plugin styles
WPB11.  Custom Code----------------------------------Misc Custom code and styles
WPB12.  Media Queries--------------------------------Queries for Mobile / Tablet, etc

**********************************************************************************************/


/*********************************************************************************************

WPB01.  Sitewide core styles------------------general styles first, html, body, headers, etc

*********************************************************************************************/
html
{
    font-size: 87.5%;
}
body
{
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 1rem;

    color: #000;
    background: url("") center top repeat scroll #FFF;
}

a
{
    text-decoration: none;

    outline: none;
}

a:hover
{
    text-decoration: none !important;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-weight: normal;

    display: block;

    letter-spacing: -.04em;
}

h6,
.h6
{
    font-size: 14px;
}
h5,
.h5
{
    font-size: 15px;
    line-height: 1.3;

    margin-bottom: 5px;
}
h4,
.h4
{
    font-size: 18px;
    line-height: 1.3;

    margin-bottom: 5px;
}
h3,
.h3
{
    font-size: 18px;
    line-height: 1.7;
}
h2,
.h2
{
    font-size: 26px;
    line-height: 1.6;
}
h1,
.h1
{
    font-size: 30px;
    line-height: 1.3;

    margin-bottom: 15px;
}

ul,
ol
{
    padding-left: 0;
}

/* Form fields, general styles first */

button,
input,
textarea
{
    font-family: inherit;
    font-size: 12px;

    padding: 8px 12px;
}
button,
input
{
    line-height: normal;
}

input,
textarea
{
    border: 1px solid #ddd;
}
textarea
{
    font-size: 100%;

    overflow: auto;

    vertical-align: top;
}

input[type='text'],
input[type='password']
{
    line-height: 20px;
}

/* Reset non-text input types */
input[type='checkbox'],
input[type='radio'],
input[type='file'],
input[type='hidden'],
input[type='image'],
input[type='color']
{
    padding: 0;

    border: 0;
    border-radius: 0;
}

/* Buttons */
.menu-toggle,
button,
input[type='submit'],
input[type='button'],
input[type='reset']
{
    font-weight: normal;
    line-height: 1.428571429;

    padding: 9px 10px;

    color: #7c7c7c;
    border: none;
    background-repeat: repeat-x;
}
.menu-toggle,
button,
input[type='submit'],
input[type='button'],
input[type='reset']
{
    cursor: pointer;
}
button[disabled],
input[disabled]
{
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
input[type='reset']:hover,
article.post-password-required input[type=submit]:hover
{
    color: #fff;
    background-color: #131F48;;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type='submit']:active,
input[type='button']:active,
input[type='reset']:active
{
    color: #757575;
    border: none;
    background-color: #e1e1e1;
}

/* Small buttons */
.btn-small
{
    padding: 5px 4px;
}

.widefat
{
    width: 100%;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img
{
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-']
{
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.artist-image,
img.wp-post-image
{
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video
{
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered
{
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/*
This element holds injected scripts inside iframes that in
some cases may stretch layouts. So, we're just hiding it.
*/

#fb-root
{
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style]
{
    width: 100% !important;
}

/* Responsive Facebook Like Box */
.widget_facebook_likebox iframe
{
    width: 100% !important;
}

  #twitter-widget-0 {
    width:100%!important;
  }

/*  Youtube Wrapper*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Images */
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
.aligncenter
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}

.clear{
  clear:both;
}

/* =Banners
-------------------------------------------------------------- */

.slider .widget_adv_location:first-child img {
    margin-top: 0px;
}

.adv-banner img /*centers all banners in their containers*/
{
    margin: 5px auto;
}

#widget-1 .adv-banner img {
    margin-top: 0px;
    margin-bottom: 6px;
}

.above-nav-banner .adv-banner {
    margin-top: 10px;
}

.adv-container
{
    overflow: hidden;

    max-width: 100%;
}
.adv-container img
{
    display: block;

    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Banners in widgets widgets */
.banner-widget-area .widget
{
    margin-bottom: 7px;
}
.banner-widget-area .widget_text .textwidget
{
    padding: 0;

    background-color: transparent;
}


/* to-do Captions */
.wp-caption
{
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption
{
    font-size: 12px;
    font-style: italic;
    line-height: 2;
    text-align: center;
    background-color: #eee;
    color: #757575;
}
img.wp-smiley,
.rsswidget img
{
    display: none;

    margin-top: 0;
    margin-bottom: 0;
    padding: 0;

    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.entry-content dl.gallery-item
{
    margin: 0;
}

/* Remove container/row padding */

.alpha
{
    padding-left: 0;
}
.omega
{
    padding-right: 0;
}

/*margin bottom*/
.mar10b {margin-bottom:10px;}
.mar20b {margin-bottom:20px;}
.mar30b {margin-bottom:30px;}
.mar40b {margin-bottom:40px;}
.mar50b {margin-bottom:50px;}

/*margin top*/
.mar10t {margin-top:10px;}
.mar15t {margin-top:15px;}
.mar20t {margin-top:20px;}
.mar30t {margin-top:30px;}
.mar40t {margin-top:40px;}
.mar50t {margin-top:50px;}

/*padding bottom*/
.pad10b {padding-bottom:10px;}
.pad20b {padding-bottom:20px;}
.pad30b {padding-bottom:30px;}
.pad40b {padding-bottom:40px;}
.pad50b {padding-bottom:50px;}

/*padding top*/
.pad10t {padding-top:10px;}
.pad20t {padding-top:20px;}
.pad30t {padding-top:30px;}
.pad40t {padding-top:40px;}
.pad50t {padding-top:50px;}



/*********************************************************************************************

WPB02.  Brand Colors---------------------------------Links, hover, background

*********************************************************************************************/

.color-brand {  color: #FFF;}
.bg-brand   {   background-color: #868686;}
.hover-color-brand:hover    {   color: #868686;}
.hover-bg-brand:hover   {   background-color: #868686;}

/* Secondary color (gray) */
.color-secondary    {   color: #b6abab;}
.border-secondary   {   border-color: #b6abab;}
.hover-color-secondary:hover    {   color: #b6abab;}
.hover-bg-secondary:hover   {   color: #b6abab;}
.bg-nav {background:#C3C4C2}
.bg-secondary {}

/* Light color (white) */
.color-light {  color: #fff;}
/* .bg-light   {background-color: #fff;}*/
.border-light   {   border-color: #0435c3;}
.hover-color-light:hover    {   color: #ffde16;}
.hover-bg-light:hover   {   color: #000;    background-color: #ffde16;}
.hover-border-light:hover   {   border-color: #fff;}

/* Dark color (black)  */
.color-dark {   color: #143d8d;}
.bg-dark    {   background-color: #073d98;}
.border-dark    {   border-color: #990000;}
.hover-color-dark:hover {   color: #143d8d;}
.hover-bg-dark:hover    {   background-color: #143d8d;}
.hover-border-dark:hover    {border-color: #990000;}
.bg-container {background:#FFF;}
.bg-schedule-now    {background-color: #fff;}
.bg-navbar {  background: #131F48; }


/*********************************************************************************************

WPB03.  Masthead-------------------------------------logo, Enp Widget, social,

*********************************************************************************************/

/*.wrapper
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,.5);
    box-shadow: 0px 0px 5px 0px rgba(51,51,51,.5);
}

.wrapper.widget_adv_location{
    box-shadow: 0 0 0 0;
}*/

.header-wrapper {position:relative; top:20px;}


.social-link-item {
    display: block;
    float: right;
    margin-left: 10px;
}



.share-links img {
    height: 25px;
    width: auto;
}

.header-social {
    margin: 5px auto 0;
}

.header-social .social-link-item:last-child {
    margin-left: 0;
}

.twitter-feed {padding:10px 0 0 0 ;}

/*********************************************************************************************

WPB04.  Site Header----------------------------Masthead, logo, listen live, social, search

*********************************************************************************************/

.site-header
{
    clear:both;
    padding-bottom: 10px;
    background: url('https//d2isblg909whrf.cloudfront.net/themes/wpb-19/header-bg.png') repeat;
}

.site-navigation .searchform {
    float: right;
    max-width: 300px;
    margin: 10px;
}

.site-navigation .searchform input {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.site-navigation .searchform button {
    background-color: #d2d2d2;
    color: #646464;
    border: 1px solid #d2d2d2;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header-image {
    text-align: center;
    margin: 15px auto;
}

.header-image img {
    margin: 0 auto;
    height: auto;
    width: auto;

}
/* Live block (on air + listen live) */
.schedule-now {padding:0; max-width: 300px; margin:0 auto}
.schedule-now .live {padding:0}
.schedule-now .link-text {margin:0}
.on-air-now {background:#7D7D7D} 
.on-air-text {padding:0 5px; border-right:1px solid #fff}

.on-air-top {background:#D0D2DA; border-bottom:1px solid #ffffff}
.on-air-top .h3 {margin:0; font:normal 400 24px/22px 'Oswald'; text-transform: Uppercase; color:#131F48; text-align: center; padding:5px 0;}
.on-air-top .live-link {font:normal 400 24px/30px 'Oswald'; text-transform: Uppercase; color:#131F48; text-align: center; padding:0;}
.on-air-top .listen {padding:0 5px}
.on-air-top .listen:hover {color:#000} 
.on-air-top .fa-volume-up {font-size:30px; margin-right:5px; color:#131F48}


.on-air-bottom {position:relative}
.on-air-bottom .link-text {position:relative; left:55%;; font:normal 18px/22px 'Oswald'; text-transform: none; color:#fff; margin:10px 0 10px 0 }
.on-air-bottom .link-text a {color:#fff}
.on-air-bottom .link-text a:hover {color:#fff}
.on-air-bottom .host-img {position:absolute; top:15px; padding: 0 10px; margin:0}
.on-air-bottom .host-img img {max-width: 100%; margin:0 auto}
.on-air-bottom .on-air-excerpt {position:relative; left:55%; font:normal 14px/18px 'Oswald'; text-transform: none; color:#fff; margin:5px 0 10px 0}

/*********************************************************************************************

WPB05.  Navigation-----------------------------------Main Navigation

*********************************************************************************************/

#site-navigation {
border-bottom: 1px solid #333
}

.navbar-brand
{
    line-height: 32px;

    height: 60px;
}

.navbar
{
    margin-bottom: 0;

    border: none;
    border-radius: 0;
}
.navbar-default
{
    background-color: transparent;
    min-height: 0px;

}


/* title*/
.navbar-default .navbar-brand
{
    font-family: 'Open Sans';

    color: #fff;
}

/* link */
.navbar-default .navbar-nav > li > a
{
    font: normal 400 16px/1em 'Open Sans', sans-serif;

    padding: 0px 15px;
    margin: 10px auto;

    color: #FFF;

    border-right: 1px solid #DDD;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: #778899;
    background:transparent;

}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    color: #778899;
    background:transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
    color: #778899;
    background:transparent;

}

.navbar-default .navbar-nav > .active
{
    color: #778899;
    background:transparent;
}

/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret
{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret
{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret
{
    border-top-color: #fff;
    border-bottom-color: #fff;
}

/* Dropdown Menu */

.dropdown-menu
{
    padding: 0;

    color: #000;
    border: 0;
    background: #131F48;
}
.dropdown-menu > li > a
{
    font: normal 13px/20px 'Open Sans';

    color: #fff;
    border-bottom: 1px dotted #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    text-decoration: none;

    color: #fff;
    background: #3C5364;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #221E1F;
}

/* mobile version */

.navbar-default .navbar-text
{
    font: normal 20px 'Open Sans';

    padding-left: 10px;

    color: #fff;
}

.navbar-default .navbar-toggle
{
    margin: 14px;

    border-color: #fff;
    background-color: #778899;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: #131F48;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #fff;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#fff;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {color:#fff;}

.site-nav {
    background-color: #131F48;
}

/* jNewsTicker
---------------------------------------------------------*/

.newsticker_wrapper {
    background: #131F48;
    padding: 0px!important;
    height: 40px;
    border: 0px;
}

.newsticker_title {
    background: url('https//static.itmwpb.com/themes/paper/newsticker.png2') center top no-repeat scroll #131F48;
}

.newsticker_title h4 {
    padding: 12px 25px;
    margin: 0px;
    border: 0px;
    color: #FFF;
    font: 400 normal 16px/1em "Open Sans", sans-serif;
    text-transform: none;
}

.newsticker_scroller {
    padding-top: 8px;
}

.newsticker_scroller li {
    color: #778899;
}

.newsticker_scroller li a {
    color: #FFF;
}


/* Mega Menu Dropdown*/
.menu-item .widget .posts-list {
    background-color: #131F48!important;
}
.menu-item .widget .author-img {
    display: none;
}


/*********************************************************************************************

WPB06.  Slider---------------------------------------Royal slider custom styles

*********************************************************************************************/


/*********************************************************************************************

WPB07.  Front Page Content Styles--------------------Tabs, video, recent posts, custom styles

*********************************************************************************************/

/* Custom Menu */

#menu-be-a-sentinel {
    padding: 10px 25px;
}

#menu-be-a-sentinel li{
    margin-bottom: 5px;
}

#menu-be-a-sentinel li a{
    color: #000;
}

#menu-be-a-sentinel li a:hover {
    color: #789;
}

.u-nav-group {margin:15px 0 0;}

.main-container {}


/* =Tabby Responsive Tabs
---------------------------------------------------------------*/

.responsive-tabs .responsive-tabs__heading {
  display: none;
}

.responsive-tabs .responsive-tabs__list__item {
  display: inline;
  cursor:pointer;
}

.responsive-tabs-wrapper {
  clear: both;
  margin-bottom: 20px;
  zoom: 1;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
}
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
  outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
  outline: none;
}

.responsive-tabs .responsive-tabs__list {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 12px 0;
  padding-bottom:0;
}

.responsive-tabs .responsive-tabs__list__item {
  border: 0px solid transparent;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 10px 32px;
  color:#666;
  font-family: 'Roboto';
  font-weight: bold;
  text-transform:uppercase;

}

.responsive-tabs .responsive-tabs__list__item:hover {
  color: #fe0134;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
  background-image: -moz-linear-gradient(top, #FD0 0%, #CFB300 100%);
  background-image: -o-linear-gradient(top, #FD0 0%, #CFB300 100%);
  background-image: -webkit-linear-gradient(top, #FD0 0%, #CFB300 100%);
  background-image: linear-gradient(to bottom, #FD0 0%, #CFB300 100%);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #000;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover
{
    margin-right: 7px;

    color: #fff;
    border-top: 0 solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #0435c3;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.responsive-tabs .responsive-tabs__panel {
  background: #fe0134;
  border: 1px solid #fe0134;
  margin-bottom: 0px;
  padding: 10px 10px;
}

/* --- ACCORDION  --- */

@media (max-width: 767px) {

  .responsive-tabs .responsive-tabs__list {
    display: none;
  }

  .responsive-tabs .responsive-tabs__heading {
    display: block; cursor: pointer;
  }

  .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
    display: none;
  }
}

@media (max-width: 767px) {

  .responsive-tabs-wrapper {
    border-top: 1px solid #ddd;
  }

  .responsive-tabs .responsive-tabs__heading {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    color: #909090;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 10px 20px;
    margin: 0;
    position: relative;
  }

  .responsive-tabs .responsive-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #444;
    content:"";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0;
  }

  .responsive-tabs .responsive-tabs__heading:hover {
    color: #606060;
  }

  .responsive-tabs .responsive-tabs__heading--active,
  .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #e3e3e3;
    color: #606060;
  }

  .responsive-tabs .responsive-tabs__heading--active:after {
    border-bottom: 6px solid #404040;
    border-top: 0;
    top: 18px;
  }

  .responsive-tabs .responsive-tabs__panel {
    border-top: none;
    margin: 0;
  }
}

#widget-social .responsive-tabs__list__item {
  padding: 10px 6px;
}

.facebook
{
    background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.widget_recent_posts .sharedaddy {
display: none;
}

.wpb-slider-horizontal-nav-main, .wpb-slider-horizontal-nav-main .caroufredsel_wrapper {
    background-color: #fff;
}

.flip-ad { height: 260px; perspective: 100000px!important;}

.featured_article_widget article:nth-child(2n + 1){
    clear: both
}

.featured_article_widget article:nth-child(n + 3) .wp-post-image {
    width: 175px;
    height: auto;
}

.featured_article_widget article:nth-child(n + 9) .wp-post-image,
.featured_article_widget article:nth-child(n + 9) .article-meta,
.featured_article_widget article:nth-child(n + 9) .entry-summary{
    display: none;
}

.featured_article_widget article:nth-child(n + 9) .article-title {
    margin-bottom: 10px;
}

.featured_article_widget .recent-posts-list {
    margin-left: -15px;
    margin-right: -15px;
}

/* = Recent Post Styles
---------------------------------------------------------------*/
/* Content widget area*/

.content-widget-title
{
    font:normal 400 18px/1em Georgia, Times, Times New Roman, serif;

    position: relative;

    clear: both;

    padding: 10px;
    margin-top: 0px;

    color: #FFF;
    background-color: #131F48;

}

.content-widget-title a
{
    color: #FFF;
}

.content-widget-title a:hover
{
    color: #789;
}


/************************************************************************************************

WPB08.  Widgets------Default styles for custom widgets, widgets, sidebar widgets, rss widgets etc.

*************************************************************************************************/

/* Custom Widget Styles */

#widget-blog-2 {
    border: 0 none;
}

#widget-blog-2 .posts-list {
    padding: 10px 0;
}

#widget-blog-2 .content-widget-title {
    display: none;
}

#widget-blog-2 .wp-post-image {
    margin: 0 15px 5px 0;
}

#widget-blog-2 .wp-post-image,
#widget-blog-2 .article-meta,
#widget-blog-2 .entry-summary {
    display: none;
}

#widget-blog-2 article:first-child .wp-post-image,
#widget-blog-2 article:first-child .article-meta,
#widget-blog-2 article:first-child .entry-summary {
    display: block;
}

.headline {
    height: 120px;
    overflow: hidden;
}

.headline .sidebar-widget-title {
    font: 300 normal 24px/1em "Open Sans", sans-serif;
    background: transparent;
    text-align: left;
    color: #000;
    padding: 0px;
}

.no-title .sidebar-widget-title,
.no-title .content-widget-title{
    display: none;
}

.newPeople a {
    color: #131F48;
    margin-right: 15px;
}

.newPeople a:hover {
    color: #778899;
}

.people a {
    color: #778899;
    margin-right: 10px;
}

.people-cloud {
    padding: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

.people-cloud label {
    font-weight: normal;
}

.top-100 .textwidget {
    padding: 10px;
}


#widget-sidebar-2 {
    clear: both;
}


#widget-blog-1.widget-3 .textwidget {
    background-color: #FFF;
    padding: 0 10px;
}

.inside-scoop {
    background-color: #E7E8EC;
    display: block;
    float: left;
}

.inside-scoop .widget_recent_posts {
    box-shadow: none;
}

.author-block {
    float: left;
    width:100%;
}

.author-block article {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px!important;
}

.author-block .title {
    margin: 0px;
    font: normal 400 13px/1.2em Georgia, Times, Times New Roman, serif;
}

.author-block .title i {
    font-size: 12px;
}

.author-block img {
    max-width: 64px;
    height: auto;
}


/* Fluid Width Video, css-tricks */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        margin-bottom: 10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100%;
}



/* End custom widgets styles-------------------------------------------- */


/* =Sidebar widgets
-------------------------------------------------------------- */
.sidebar-widget
{
    background: #d6dee8;
}
.sidebar
{
    margin-top: 0px;
    clear: both;
}

.sidebar-widget-title
{
    font:normal 400 18px/1em Georgia, Times, Times New Roman, serif;

    position: relative;

    clear: both;

    padding: 10px;
    margin-top: 0px;

    color: #FFF;
    background-color: #131F48;
}
.sidebar-widget-title a
{
    color: #FFF;
}

.sidebar-widget-title a:hover
{
    color: #789;
}

.sidebar .widget_adv_location {
    margin:0;
    clear: both;
}

#widget-1a .sidebar-widget-title {
    font-size: 16px;
    padding: 5px 10px;
}

/* Default styles for list widget */

.widget-margin-top
{
    margin-top: 50px;
}
.widget-area .widget
{
    margin-bottom: 10px;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}

.widget-area .widget > ul
{
    padding: 10px 20px;
}

.widget .recent-posts-list article:last-child {
    margin: 0px
}
.widget-area .widget > ul a
{
    display: block;
}

.widget-content ul
{
    list-style-type: none;
}


/* Search Widget */


.widget_search > div
{
    margin: 0 0 16px 0;
    padding: 0;
}
.widget_search form
{
    position: relative;
}
.widget_search input[type='text']
{
    font-size: 15px;

    width: 100%;
    margin: 0;
    padding-left: 10px;

    border: 1px solid #ccc;
    background: none repeat scroll 0 0 #fff;

    border-radius: 0
}
.widget_search label
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;
    overflow: hidden;

    width: 1px;
    height: 27px;
    margin-top: 0;
    padding-left: 35px;

    border-right: 1px solid #ddd;
}
.widget_search .icon-search
{
    font-size: 23px;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;
}

.widget_search .btn {padding: 16px 18px; background:#272727!important; border-radius: 0}

.widget_search input[type='submit']
{
    display: none;
}

/* Recent posts widget */
ins
{
    margin-top: 20px;
}

.widget_recent_posts .compact
{
    overflow: hidden;

    margin-bottom: 0;
    padding-bottom: 0;
}


/* There is only one image inside */
.widget_recent_posts .compact .wp-post-image
{
    float: left;
    margin: 0 15px 0 0;

}
.widget_recent_posts .continue-reading
{
    display: none;
}
.widget_recent_posts .entry-summary p
{
    margin: 0;
}

.posts-list{

}
.posts-list h5 a
{
    color: #000;
}
.posts-list h5 a:hover
{
    color: #778899;
}


/* Recent posts widget in content widget area */
.content-widget-area .widget_recent_posts .first .title
{
    margin-top: 10px;
}

.content-widget-area .widget_recent_posts .compact
{
    margin: 10px 0 0;
    padding: 5px 10px;
}
.content-widget-area .widget_recent_posts .compact .wp-post-image
{
    width: 330px;
    margin: 5px 15px 10px 1px;
}


/* Recent posts is a slider */
.widget_recent_posts.recent_posts_slider .widget-title
{
    position: relative;

    padding-right: 80px;
}
.widget_recent_posts.recent_posts_slider .prev-next-nav
{
    position: absolute;
    top: 50%;
    right: 5px;

    margin-top: -17px;
}
.widget_recent_posts .caroufredsel_wrapper article
{
    float: left;
}


/* Show divider after each 2 widgets */

.content-widget-area .content-widget-divider
{
    display: none;
    clear: both;
}
.content-widget-area .content-widget-divider:nth-child(4n+0)
{
    display: block;
}


.content-widget-title .title-link,
.sidebar-widget-title .title-link
{
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;
}

.content-widget-title a:hover .title-link,
.sidebar-widget-title a:hover .title-link {
    color: #789
}

/* RSS Widget styles*/
.rssSummary
{
    font-size: 14px;
    line-height: 22px;
}

.widget_rss ul
{
    margin: 0;
    padding: 0 10px;

    list-style-type: none;

    height:300px;

    overflow-y: scroll;
    overflow-x: hidden;

    margin-bottom: 10px;

    background-color: #E7E8EC;
}

.widget_rss ul li
{
    margin: 10px 0;
}

.widget_rss ul li a
{
    font:normal 400 12px/20px Georgia, Times, Times New Roman, serif;

    margin: 10px 10px 10px 0;
    padding: 0;

    color: #000;
}
.widget_rss ul li a:hover
{
    color: #003D79;
}

/* Slider Styles */

.wpb-slider-block a.slider-nav span {
    border-radius: 50%;
}




/************************************************************************************************

WPB09.  Content Area-----------------------Inside content areas, page, post, articles archive etc.

*************************************************************************************************/

.main-content
{
    margin-top: 10px;
}

.site-content
{
    padding: 15px;
    background-color: #FFF;
}

.section-title
{
    font-size: 18px;
    line-height: 20px;

    margin-bottom: 0;
    padding: 0;

    text-transform: uppercase;

    color: #231815;
}

.entry-title
{
    font:normal 600 27px/1em Georgia, Times, Times New Roman, serif;

    word-wrap: break-word;
    color: #272727;

    border-bottom: 1px solid #ccc;
}

.single .entry-title {
    margin: 0px;
}

.post-date {
    font: 400 normal 12px/1em "Open Sans", sans-serif;
    color: #666;
}

.the-author {
    color: #778899;
}

.author-img {
    clear: both;
    margin: 0 5px 10px 0;
}


/* List inside content area */
.content-widget-area li,
.content-widget-area .article-compact
{
    display: block;

    padding: 5px 15px;

    border-top: 1px solid #f0f2f4;
}
.content-widget-area li:first-child,
.content-widget-area .article-compact:first-child
{
    border: none;
}


/* = Article archive styles
-------------------------------------------------------------- */

.primary .entry-header img {
    margin: 0 auto 15px;
    display: block;
}

.author-img img {
    display: block;
    margin: 0 auto;
}

.has-post-thumbnail .single-content .wp-post-image {
    display: none;
}

.social-meta > div{
    margin-top: 15px;
}

primary
{
    background-color: #FFF;
}

article.archive
{
    padding: 10px 0;

    border-bottom: 1px dotted #ccc;
    float: left;
    width: 100%;
}

article.archive h4
{
    margin: 0;
    padding: 4px 0;
}

.archive-title
{
    line-height: 45px;

    border-bottom: 2px solid #272727;
}


/* Article meta has a bit lighter content */
.article-meta
{
    margin-bottom: 2px;
    padding-bottom: 0;
    font-size: 10px;
    opacity: .7;
    color: #666;
}

.single article.type-post .article-meta
{
    padding: 10px 0;
    font-size: 12px;
}

.article-meta a
{
    color: #868686;
}

/* Compact article */
.article-compact .article-meta
{
    font-size: 11px;

    margin-bottom: 6px;
}

.article-title
{
    font: normal 400 16px/1.5em Georgia, Times, Times New Roman, serif;

    margin-top: 0px;
    margin-bottom: 0;
}

article .entry-summary
{
    margin-bottom: 20px;
}
.icon-calendar-inv
{
    margin-right: 2px;
}
.date-posted
{
    color: #7b7b7b;
}

article .wp-post-image
{

}

/* Archive article has thumbnail on the left */
article.archive.with-thumbnail
{
    overflow: hidden;
}
article.archive.with-thumbnail .attachment-thumbnail
{
    float: left;

    margin: 0 20px 10px 0;
}

/* Show article has thumbnail on the left */
.show_thumbnail
{
    float: left;
    margin: 0 0px 10px 0;
}

.show-header .entry-title {border-style:none; float:left; margin-top:96px}

.show-meta {font-size:12px; float:left}

.show-container p {clear: both}


/* Page Archive Style */

.page-template-archives-php .content ul {
    float: left;
    width: 100%;
    clear: both;
}

.page-template-archives-php .content li {
    width: 33%;
    float: left;
    list-style-type: none;
}

.page-template-archives-php .content li a {
    font-size: 16px;
}

.page-template-archives-php .content h2 {
    clear: both;
}


/* =Main content and comment content
------------------------------------------------------------- */

.primary .entry-content {
    background-color: #FFF;
    padding: 15px 0;
    float: left;
    width: 100%;
}

.entry-content,
.entry-summary,
.mu_register
{
    line-height: 1.5;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p
{
    margin: 0 0 14px;
    line-height: 1.5em;
    font-size: 0.9em;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul
{
    margin: 0 40px 24px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul
{
    margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul
{
    list-style: disc outside;
}
.entry-content ol,
.comment-content ol
{
    list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li
{
    margin: 0 0 0 0;
}
.entry-content blockquote,
.comment-content blockquote
{
    font-style: italic;
    border-left: 5px solid #778899;
    margin-bottom: 24px;
    padding: 24px;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child
{
    margin-bottom: 0;
}
.entry-content code,
.comment-content code
{
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 2;
}
.entry-content pre,
.comment-content pre
{
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 1.714285714;

    overflow: auto;

    margin: 24px 0;
    padding: 24px;

    color: #666;
    border: 1px solid #ededed;
}
.entry-content pre code,
.comment-content pre code
{
    display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym
{
    cursor: help;

    border-bottom: 1px dotted #666;
}
.entry-content address,
.comment-content address
{
    line-height: 1.714285714;

    display: block;

    margin: 0 0 24px;
}
img.alignleft,
.media.alignleft
{
    margin: 12px 24px 12px 0;
}
img.alignright,
.media.alignright
{
    margin: 12px 0 12px 24px;
}
img.aligncenter,
.media.aligncenter
{
    margin-top: 0px;
    margin-bottom: 5px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video
{
    margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl
{
    margin: 0 24px;
}
.entry-content dt,
.comment-content dt
{
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd
{
    line-height: 1.714285714;

    margin-bottom: 24px;
}
.entry-content table,
.comment-content table
{
    font-size: 12px;
    line-height: 2;

    width: 100%;
    margin: 0 0 24px;

    color: #757575;
    border-bottom: 1px solid #ededed;
}
.entry-content table caption,
.comment-content table caption
{
    font-size: 16px;

    margin: 24px 0;
}
.entry-content td,
.comment-content td
{
    padding: 6px 10px 6px 0;

    border-top: 1px solid #ededed;
}
.page-links
{
    line-height: 1.714285714;

    clear: both;
}

.comment-reply-title
{
    color: #272727;
}

.continue-reading
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;

    max-width: 130px;
    padding: 6px 12px;

    cursor: pointer;
    -moz-user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #fff !important;
    border: 0 solid rgba(0, 0, 0, 0);
    background-color: #778899;

    font-family: "Open Sans", sans-serif;
}
.continue-reading:hover
{
    color: #FFF;
    background-color: #131F48
}

.archive .read-more {
    text-align: right;
}

.read-more .textwidget {
    padding: 010px;
    background-color: #E7E8EC;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}

code
{
    white-space: normal;

    background: none;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header
{
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;

    border-bottom: 1px solid #ededed;
}
.archive-meta
{
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;

    margin-top: 22px;
    margin-top: 1.571428571rem;

    color: #757575;
}

.archive .wp-post-image {
    float: left;
    margin: 10px 15px 5px 0;
}

/* =Comments
-------------------------------------------------------------- */

.comments-area {
    clear: both;
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
    background-color: #FFF;
    padding: 0 15px;
}

.comments-area article
{
    margin: 24px 0;
}
.comments-area article header
{
    overflow: hidden;

    margin: 0 0 15px;
}
.comments-area article header img
{
    float: left;
}
.comments-area article header cite,
.comments-area article header time,
.comments-area .children
{
    display: block;

    margin-left: 55px;
}



/* Comment form */
.required
{
    color: red;
}
#respond p
{
    margin: 15px 0;
}

/* =Pagination
-------------------------------------------------------------- */

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #131F48;
}

.pagination a:hover{
color:#fff;
background: #778899;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #778899;
color:#fff;
}

/* =Icons
----------------------------------------------- */

.sprite
{
    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
    text-indent: -999px;
}

/* =Photo Gallery Styles
-------------------------------------------------------------- */

.front-row
{
    margin-top: 28px !important;
}
.thumbnail-slider .slider-nav:after
{
    display: inline-block;

    width: 100%;

    content: '';
}

/* Front page slider */
.thumbnail-slider
{
    position: relative;
}
.thumbnail-slider .slide-item
{
    position: relative;
    z-index: 10;

    float: left;
}
.thumbnail-slider .slide-item img {
    max-height: 420px;
    width: auto;
}
.thumbnail-slider img
{
    display: block;
    margin: 0 auto;
}
.thumbnail-slider .slide-caption
{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 5px;

    background-color: rgba(0, 0, 0, .5);
}

.thumbnail-slider .slide-caption h3 {
    font-size: 15px;
    margin: 15px 0;
}
.thumbnail-slider .slider-nav
{
    overflow: hidden;

    text-align: justify;
}
.thumbnail-slider .nav-item
{
    display: inline;

    margin-top: 7px;

    cursor: pointer;

    opacity: .3;
}

.thumbnail-slider .nav-item.selected
{
    opacity: 1;
}

/* Prev Next Navigation */
.thumbnail-slider .slides-wrapper
{
    position: relative;
}
.thumbnail-slider-nav
{
    position: absolute;
    z-index: 100;
    top: 50%;

    width: 100%;
    margin-top: -20px;
}
.thumbnail-slider-nav .prev,
.thumbnail-slider-nav .next
{
    margin: 0;

    opacity: .7;
}
.thumbnail-slider-nav .prev
{
    float: left;
}
.thumbnail-slider-nav .next
{
    float: right;
}

/* Different styles for slides */
.thumbnail-slider.total-items-1 .nav-item
{
    max-width: 100%;
}

.thumbnail-slider.total-items-2 .nav-item
{
    max-width: 49%;
    margin-left: 0;
}
.thumbnail-slider.total-items-3 .nav-item
{
    max-width: 32%;
}
.thumbnail-slider.total-items-4 .nav-item
{
    max-width: 23%;
}
.thumbnail-slider.total-items-5 .nav-item
{
    max-width: 19%;
}
.thumbnail-slider.total-items-6 .nav-item
{
    max-width: 15.85%;
}
.thumbnail-slider.total-items-7 .nav-item
{
    max-width: 13.5%;
}
.thumbnail-slider.total-items-8 .nav-item
{
    max-width: 11%;
}
.thumbnail-slider.total-items-9 .nav-item
{
    max-width: 10%;
}

.thumbnail-recent-posts
{
    margin: 20px 0 0;
}

/*********************************************************************************************

WPB10.  Plugins-----------------Custom Plugin styles

*********************************************************************************************/

/* Contact Form 7 */
.wpcf7-form {
    padding: 15px;
    background: #eee;
    max-width: 400px;
}

/* Sendpress Custom Style*/

.widget-sidebar.sendpress {
    margin-bottom: 10px;
}

.sendpress .sidebar-widget-title {
    margin-bottom: 0px;
}

.sendpress-signup #form-wrap
{
    padding: 0 10px 10px;
}

.sendpress-signup-form input[type="text"] {
    background-color: #FFF;
    border: 1px solid #cccccc;
}

.sendpress-signup p
{
    padding: 5px 0 0 0!important;
    font-family:'Open Sans';
    color: #000;
    margin: 0px;
}

.Sendpress button, input, textarea {color:#000}

#sendpress_signup .menu-toggle,
#sendpress_signup button,
#sendpress_signup input[type='submit'],
#sendpress_signup input[type='button'],
#sendpress_signup input[type='reset']
{
    font-size: 15px;

    margin: 0px;
    padding: 6px 10px;

    text-transform: uppercase;

    color: #fff;
    border: 0px solid #0C3B8E;
    background-color: #778899;

    width: 100%;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#sendpress_signup input[type='submit']:hover {
    background-color: #131F48;
}

#sendpress_signup .menu-toggle:hover,
#sendpress_signup button:hover {
    background-color: #000;
}

.wpb-slider-block a.slider-nav span {
    display: block!important;
}

/* Responsive Poll*/

.weblator-poll-container .panel
{
    border: 0;
    background-color: #E7E8EC;
}

.weblator-poll-container .panel-default > .panel-heading
{
    border-width: 0;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
}

.weblator-poll-container .panel-title
{
    font: 600 normal 18px/1em 'Open Sans', sans-serif;
}

.panel-body
{
    color: #000;
    border: 0;
}

.weblator-poll-vote
{
    background: #fff;
}
.weblator-poll-container .panel-footer
{
    padding: 10px 15px;

    border-top: 0 solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
}

.weblator-poll-container label
{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    color: #000;
}

.weblator-poll-container .btn
{
    font-family: 'Open Sans';
    font-size: 15px;

    color: #fff;
    border-style: none;
    background-color: #778899;

    border-radius: 0px;
}


.weblator-poll-container .btn-default:hover
{
    color: #FFF;
    border: 0 none;
    background-color: #000;
}

.bs-chart-container
{
    padding: 10px;
}


img#wpstats
{
    display: block;

    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}

/* Weather Plugin */

.wunderground .content-widget-title {
    padding: 5px 5px 0;
    margin-top: 10px;
    font: 600 16px/1em "Open Sans",sans-serif;
}

.wu-forecast-wrapper div {
    background-color: #131F48;
    padding: 5px;
    height: 70px;
    overflow: auto;
}

.wu-icon img {
    height: 70px;
    width: auto;
}

.wu-current-conditions .wu-day-title {
    font-size: 64px;
    color: #FFF;
}

.wu-copyright {
    display: none;
}

.wu-wrapper * {
    overflow: hidden!important;
}

.awesome-weather-wrap {
    margin-bottom: 10px;
}

.featherlight .featherlight-content {
    padding: 0!important;
    border: 0 none!important;
}


.light-cta1 {
    border: 10px solid #131F49;
    padding: 10px;
    width: 750px;
    height: 400px;
}

.light-cta1 h2 {
    text-align: center;
    color: #131F49;
    font-size: 2.1em;
    margin: 0 0 15px;
}

.light-cta1 img {
    margin: 0 auto;
    max-height: 300px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
}

.cta-message {
    text-align: center;
    font-size: 1.7em;
    color: #131F49;
    margin-top: 50px;
}

.cta-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #131F49;
    color: rgb(255, 255, 255);
    font-size: 1.3em;
    margin-top: 15px;
}

.cta-button:hover {
    background-color: #364B95;
}


/* =Branding
-------------------------------------------------------------- */

/* Global elements */

html
{
    color: #7b7b7b;
}

a
{
    color: #778899;
}
a:hover
{
    text-decoration: none;

    color: #221E1F;
}

/* Inverse links */
a.inverse
{
    color: #131F48;
}

a.inverse:hover,
.main-navigation a:hover,
.main-navigation li.current-menu-ancestor a,
.main-navigation li.current-menu-item a
{
    color: #778899;
}

/* All headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 300;

    color: #272727;
}

/* Buttons */

.menu-toggle,
button,
input[type='submit'],
input[type='button'],
input[type='reset']
{
    background-color: #778899;
    color: #FFF;
}

.btn-primary {
  color: #fff;
  background-color: #131F48;
  border-color: #131F48;
}

.btn-primary:hover {
    background-color: #778899;
    border-color: #778899;
    margin-left: 0px;
}

/* Blockquote */
.blockquote
{
    border-left: 5px solid #ffde16;
}

/* Tabs */
.tab-title.selected
{
    color: #000;
    background-color: #f0f2f4;
}

/* All first level div and uls in sidebar have secondary bg */
.widget-area .widget > div,
.widget-area .widget > ul
{
    padding: 0;
}




/*********************************************************************************************

11.Site Footer----------------------------Secondary nav, copyright, Tile-banners

*********************************************************************************************/

.footer-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .footer-row:nth-child(2n) {
    background-color: rgba(19, 31, 72, 0.1)
}

footer .footer-row:nth-child(2n + 1) {
    background-color: rgba(19, 31, 72, 0.2)
}

footer .header-image {
    margin:0;
}

footer .menu li {
    list-style-type: none;
}

.footer-3 ul {
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.footer-3 ul li {
    display:inline;
}

.footer-3 ul li a{
    display:inline-block;
    padding:10px;
    color: #131F48
}

.footer {
    padding-top: 10px;
}

.secondary-nav ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;

}

.secondary-nav ul li
{
    font: normal 300 14px/36px "Open Sans";
    color: #fff;

    display:inline-block;
    float: left;
    clear: both;
}

.secondary-nav ul li a
{
    display: block;

    text-decoration: none;

    color: #fff;
    padding: 0px;
}
.secondary-nav ul li a:hover
{
    color: #778899;
    background: transparent;
}


.footer-widget-title {
    color: #131F48;
    font-size: 16px;
}

#site-map a {
    color: #FFF;
}

#site-map a:hover {
    color: #789;
}

.widget-footer { border-right:1px dotted #131F48}


.footer-column {padding: 20px 0px}
.footer-column .adv-banner {margin:5px 0 5px 0}

.site-footer {
    background:#000;
    padding: 8px 0;
}

.footer-column ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-column ul li {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}
.footer-column ul li a {
    color: #2c2c2c;
    display: block;
    font-family: 'Open Sans';
    padding-left: 15px;
    padding-right: 15px;
    text-transform: none;
}
.footer-column ul li a:hover {
    color: #003D79;
    text-decoration:underline!important;

}
.footer-column .current-menu-item a {}

footer .header-image {
    margin-top: 0px;
}

footer .widget_recent_posts .widgettitle {
    color: #FFF;
    text-align: center;
    font: 400 16px/1em "Open Sans",sans-serif;
    margin: 5px auto 0;
    padding: 5px
}

footer .posts-list h5 a {
    color: #FFF;
    font: 400 14px/1em "Open Sans",sans-serif;
}

footer .posts-container article .article-meta {
    display: none;
}

footer .widget_recent_posts {
    box-shadow: none;
}

footer .widget_recent_posts article {
    border: 0 none;
}

/* Footer Custom Backgrounds */

footer .widget_recent_posts:first-child .widgettitle {
    background-color: #7450c1;
}
footer .widget_recent_posts:nth-child(2) .widgettitle {
    background-color: #dd4b39;
}
footer .widget_recent_posts:nth-child(3) .widgettitle {
    background-color: #e39e19;
}
footer .widget_recent_posts:nth-child(4) { clear: both;}
footer .widget_recent_posts:nth-child(4) .widgettitle {
    background-color: #39b54a;
}
footer .widget_recent_posts:nth-child(5) .widgettitle {
    background-color: #3b5998;
}
footer .widget_recent_posts:nth-child(6) .widgettitle {
    background-color: #212445;
}

footer .author-img {
    display: none;
}

.author-block .author-img {
    float: left;
}

/*-Site Footer Copyright--------------------*/
.copyright
{
    font: normal normal 14px "Open Sans";
    color: #484747;
    text-align: center;
    padding-top: 5px;
}


/*********************************************************************************************

WPB11.  Custom Code----------------------------------Misc Custom code and styles

*********************************************************************************************/
.primary .entry-header h2 { margin: 0; position:relative; bottom:15px}

.categories {
    displaY: inline;
}

/* =Site--------Search------*/

#nav-search .fa-search
{
    color:#FFF;
    font-size: 18px;
    padding:8px 0;
    float: right;
}

#nav-search .fa-search:hover
{
    color: #778899
}

#mobile-search .glyphicon {
    color:#E3136B;
    font-size: 24px;
    padding:3px 0;
    text-align:center;
}

.modal-header {
    border-bottom:0!important;
}


.modal-footer {
    border-top:0!important;
}

#myModal { /*positions the modal pop up window */
right:0%;
outline: none;
}

#myModal .modal-dialog {
    top: 30%;
}

#myModal .btn {
    background-color: #778899;
    border-color: #ccc;
    color: #fff;
}
/*End tunegenie styles*/

.form-allowed-tags {display:none} /*removes comment tag*/

.transparent {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.instagram-wrapper /*tabby responsive instagram background wrapper*/
{
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
@media screen and (min-width: 991px) {
    .custom-row .col-md-8 {
        width: 71%;
    }

    .custom-row .col-md-4 {
        width: 29%;
    }
}


.searchform {
    margin-top: 15px;
}


/* Mega Main Custom STyles */

#menu-item-1934 .widgettitle {
    font-size: 18px;
    color: #ccc;
}

#menu-item-1934 .article-title a:hover {
    color: #789
}

#menu-item-1934 .entry-summary {
    display: none;
}

/* Share Links */
.share-links .share-text{
    width: 20%;
    float: left;

}

.share-links .share-link-items {
float: left;
width: 100px;
}
/* Ad Flip */

.ad-flip {
    position:relative;
    width:300px;
    height:250px;
    overflow:hidden;
    float:left;
    margin-right:20px
}
.ad-flip figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.ad-flip figure img {
    display:block;
    position:relative;
    z-index:10;
}
.ad-flip figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.ad-flip figure h2 {
    font-family:'Lato';
    color:#fff;
    font-size:20px;
    text-align:center
}
.ad-flip figure p {
    display:block;
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.ad-flip figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:29px 44px;
    background-color:rgba(26,76,110,0.5);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.ad-flip figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.ad-flip figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.ad-flip figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

/*********************************************************************************************

WPB12.  Media Queries--------------------------------Queries for Mobile / Tablet, etc

*********************************************************************************************/

/* ORIENTATION PORTRAIT*/


@media only screen and (max-width: 1080px) and (orientation : portrait){
    /* PORTRAIT:
  Windows Surface Pro*/

    /*Enter your styles below this line*/


}

@media only screen and (max-width: 991px) and (orientation : portrait){


}


@media only screen and (max-width: 800px) and (orientation : portrait){
    /* PORTRAIT:
  Acer Iconia Tab A100
  Acer Iconia Tab A200
  Acer Iconia Tab A502
  Arnova 8C G3
  ASUS Padfone
  ASUS Transformer Pad TF300T
  ASUS Transformer TF101
  Motorola Xoom
  Motorola Xoom 2
  Samsung Galaxy Note 10.1
  Samsung Galaxy Tab 8.9
  Samsung Galaxy Tab 10.1
  Samsung Galaxy Tab 10.1*/

    /*Enter your styles below this line*/

}

@media only screen and (max-width: 768px) and (orientation : portrait){
    /* PORTRAIT:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  LG Optimus Pad
  Microsoft Surface (RT)
  Panasonic Toughpad A1
  Kindle Paperwhite*/

    /*Enter your styles below this line*/

    .searchform {
        margin-top: 10px
    }

    .social-links {
        margin-top: 5px;
    }

    .entry-content p,
    .entry-summary p,
    .comment-content p,
    .mu_register p {
        font-size: 0.9em;
    }

    .header-social .social-link-item {
        display: none;
    }

}

@media only screen and (max-width: 640px) and (orientation : portrait){
    /* PORTRAIT:
  Acer Iconia Tab A500
  Arnova 7FG3
  Nexus 7*/

    /*Enter your styles below this line*/


}


@media only screen and (max-width: 600px) and (orientation : portrait){
    /* PORTRAIT:
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Kindle 3
  Kobo eReader Touch
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7*/

    /*Enter your styles below this line*/


}


@media only screen and (max-width: 540px) and (orientation : portrait){
    /* PORTRAIT:
  HTC Evo 3D
  Kindle Fire HD 7
  Kindle Fire HD 8.9
  Ainol Novo 7 Elf 2*/

    /*Enter your styles below this line*/

}

@media only screen and (max-width: 480px) and (orientation : portrait){
    /* PORTRAIT:
  Arnova 7 G2
  BlackBerry Bold 9780
  HTC Desire Z
  Nokia N900
  Samsung Galaxy Grand
  iPhone 6 portrait · width: 375px
  */

    /*Enter your styles below this line*/

}

@media only screen and (max-width: 414px) and (orientation : portrait){
    /* PORTRAIT:
  Apple Iphone 6 Plus  */

    .light-cta1 {
        width: 400px;
        height: 550px;
    }

    .light-cta1 h2 {
        margin-bottom: 15px;
        font-size: 1.8em;
    }

    .cta-message {
        margin-top: 10px;
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 400px) and (orientation : portrait){
    /* PORTRAIT:
  Samsung Galaxy Note
  Nexus 4
  HTC One S
  HTC One XL
  HTC Sensation XL
  HTC Velocity 4G
  Motorola Droid3
  Motorola Droid Razr
  Motorola Razr HD 4G
  Motorola Razr M 4G
  Nokia 500
  Samsung Galaxy Note 2
  Samsung Galaxy S3
  BlackBerry Bold 9900
  BlackBerry 9520
  BlackBerry Z10*/

    /*Enter your styles below this line*/


}

@media only screen and (max-width: 375px) and (orientation : portrait){
    /* PORTRAIT:
  Apple Iphone 6*/

    /*Enter your styles below this line*/

    .light-cta1 {
        width: 350px;
        height: 500px;
    }

    .cta-message {
        font-size: 1.3em;
    }

}


@media only screen and (max-width: 360px) and (orientation : portrait){
    /* PORTRAIT:
  Apple iPhone 3G
  Apple iPhone 3GS
  Apple iPhone 4
  Apple iPhone 4S
  Apple iPhone 5
  Apple iPod Touch
  BlackBerry Bold 9360
  BlackBerry Bold 9790
  BlackBerry Curve 9320
  BlackBerry Curve 9380
  BlackBerry Torch 9800
  BlackBerry Torch 9810
  HP Veer
  HTC 7 Mozart
  HTC 7 Trophy
  HTC Desire
  HTC Desire C
  HTC Desire HD
  HTC Legend
  HTC One V
  HTC Titan 4G
  HTC Wildfire S
  HTC Windows Phone 8X
  Huawei U8650
  LG Optimus 2X
  LG Optimus L3
  Motorola Defy
  Motorola Milestone
  Nexus S
  Nokia Lumia 610
  Nokia Lumia 710
  Nokia Lumia 800
  Nokia Lumia 820
  Nokia Lumia 900
  Nokia Lumia 920
  Samsung Galaxy Ace
  Samsung Galaxy Ace 2
  Samsung Galaxy S2
  Sony Xperia E Dual
  BlackBerry Curve 9300*/

    /*Enter your styles below this line*/

    .searchform {
        margin: 0 0 10px 0;
    }

    .wpbsl-slide .entry-title {
        font: 600 16px/24px "Open Sans",sans-serif!important;
    }

    .wpbsl-slide .entry-excerpt{
        display: none!important;;
    }

    .content-widget-title,
    .sidebar-widget-title {
        margin-top: 10px
    }

    .author-block .sidebar-widget-title {
        margin-top: 0px;
    }


    .widget_recent_posts .compact .wp-post-image {
        float: none;
        margin: 0 auto 10px;
        display: block;
        width: 100%;
        height: auto;
    }

    .article-title {
        font-size: 16px;
    }


    .entry-content p,
    .entry-summary p,
    .comment-content p,
    .mu_register p {
        font-size: 0.9em;
    }

    .peopletag_widget_class {
        height: 250px;
        overflow: auto;
    }

    .social-links {
        text-align: center;
        margin-top: 10px;
    }

    .header-social .social-links {
        margin-bottom: 10px;
    }

    .social-link-item {
        display: inline;
        float: none;
        margin-left: 10px;
    }

    .header-social .social-link-item:last-child {
        margin-left: 10px;
    }

    .featured_article_widget article:nth-child(n+3) .wp-post-image {
        width: initial;
    }

    .featured_article_widget article:nth-child(n+9) .wp-post-image,
    .featured_article_widget article:nth-child(n+9) .article-meta,
    .featured_article_widget article:nth-child(n+9) .entry-summary {
        display: block;
    }

    .author-block .compact .wp-post-image {
        max-width: 64px;
        float: left;
        margin-right: 10px;

    }

}

@media only screen and (max-width: 320px) and (orientation : portrait){

    .entry-content p,
    .entry-summary p,
    .comment-content p,
    .mu_register p {
        font-size: 1em;
    }

    .peopletag_widget_class {
        height: 200px;
    }

    .light-cta1 {
        width: 300px;
        height: 425px;
    }

    .light-cta1 h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }

    .cta-message {
        font-size: 1.1em;
    }

}

@media only screen and (max-width: 240px) and (orientation : portrait){
    /* PORTRAIT:
  LG Viewty KU990
  Nokia 700
  Nokia 2700
  Nokia N95
  Samsung Galaxy S3 Mini
  Nokia 300*/

    /*Enter your styles below this line*/
}


/* ----------------------------ORIENTATION LANDSCAPE-----------------------------*/

@media only screen and (max-width: 1920px) and (orientation : landscape){
    /* LANDSCAPE:
  Windows Surface Pro*/

    /*Enter your styles below this line*/
}

@media only screen and (max-width: 1366px) and (orientation : landscape){
    /* LANDSCAPE:
  Microsoft Surface (RT)*/

    /*Enter your styles below this line*/
}

@media only screen and (max-width: 1280px) and (orientation : landscape){
    /* LANDSCAPE:
  Acer Iconia Tab A100
  Acer Iconia Tab A200
  Acer Iconia Tab A502
  ASUS Transformer Pad TF300T
  ASUS Transformer TF101
  Motorola Xoom
  Motorola Xoom 2
  Samsung Galaxy Note 10.1
  Samsung Galaxy Tab 8.9
  Samsung Galaxy Tab 10.1
  Samsung Galaxy Tab 10.1
  LG Optimus Pad
  Acer Iconia Tab A500*/

    /*Enter your styles below this line*/


}

@media only screen and (max-width: 1200px) and (orientation : landscape){

}

@media only screen and (max-width: 1130px) and (orientation : landscape){
    /* LANDSCAPE:
  ASUS Padfone
  Arnova 8C G3
  Arnova 7FG3*/

    /*Enter your styles below this line*/
}


@media only screen and (max-width: 1024px) and (orientation : landscape){
    /* LANDSCAPE:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  Panasonic Toughpad A1
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7
  Ainol Novo 7 Elf 2*/

    /*Enter your styles below this line*/

    .entry-content p,
    .entry-summary p,
    .comment-content p,
    .mu_register p {
        font-size: 0.9em;
    }

    .article-title {
        line-height: 1.25em;
        font-size: 16px;
    }

    .header-social .social-link-item {
        display: none;
    }

}



@media only screen and (max-width: 991px) and (orientation : landscape){


}


@media only screen and (max-width: 980px) and (orientation : landscape){
    /* LANDSCAPE:
  Nexus 7
  HTC Evo 3D*/

    /*Enter your styles below this line*/
}



@media only screen and (max-width: 802px) and (orientation : landscape){
    /* LANDSCAPE:
  Kindle Fire HD 7
  Kindle Fire HD 8.9
  Arnova 7 G2
  HTC Desire Z
  Nokia N900
  Samsung Galaxy Grand
  Apple iphone 6 plus
  */

    /*Enter your styles below this line*/

}

@media only screen and (max-width: 736px) and (orientation : landscape){
    /* PORTRAIT:
  Apple Iphone 6 Plus  */
}

@media only screen and (max-width: 667px) and (orientation : landscape){
    /* PORTRAIT:
  Apple Iphone 6*/

    /*Enter your styles below this line*/

}


@media only screen and (max-width: 640px) and (orientation : landscape){
    /* LANDSCAPE:
  Samsung Galaxy Note
  HTC One S
  HTC One XL
  HTC Sensation XL
  HTC Velocity 4G
  Motorola Droid Razr
  Nokia 500
  Samsung Galaxy Note 2
  Samsung Galaxy S3*/

    /*Enter your styles below this line*/

    .searchform {
        margin: 0 0 10px 0;
    }

    .article-title {
        font-size: 16px;
    }

    .entry-content p,
    .entry-summary p,
    .comment-content p,
    .mu_register p {
        font-size: 0.9em;
    }

    .content-widget-title,
    .sidebar-widget-title {
        margin-top: 10px
    }

    .author-block .sidebar-widget-title {
        margin-top: 0px;
    }

    .peopletag_widget_class {
        height: 200px;
        overflow: auto;
    }

    .social-links {
        text-align: center;
        margin-top: 10px;
    }

    .header-social .social-links {
        margin-bottom: 10px;
    }

    .social-link-item {
        display: inline;
        float: none;
        margin-left: 10px;
    }

    .header-social .social-link-item:last-child {
        margin-left: 10px;
    }

    .featured_article_widget article img {
        max-width: 220px;
    }

    .featured_article_widget article:nth-child(n+3) .wp-post-image {
        width: initial;
    }

    .featured_article_widget article:nth-child(n+9) .wp-post-image,
    .featured_article_widget article:nth-child(n+9) .article-meta,
    .featured_article_widget article:nth-child(n+9) .entry-summary {
        display: block;
    }

    .author-block .compact .wp-post-image {
        max-width: 128px;
        float: left;
        margin-right: 10px;

    }
}


@media only screen and (max-width: 600px) and (orientation : landscape){
    /* LANDSCAPE:
  Motorola Droid3
  Nexus 4
  Motorola Razr HD 4G
  Motorola Razr M 4G
  Motorola Defy
  Motorola Milestone
  Apple iPhone 5
  HP Veer*/
    /*Enter your styles below this line*/

}


@media only screen and (max-width: 540px) and (orientation : landscape){
    /* LANDSCAPE:
  HTC Desire
  HTC Desire HD
  HTC One V
  LG Optimus 2X
  Nexus S
  Samsung Galaxy Ace 2
  Samsung Galaxy S2
  BlackBerry Z10*/

    /*Enter your styles below this line*/
}


@media only screen and (max-width: 480px) and (orientation : landscape){
    /* LANDSCAPE:
  Apple iPhone 3G
  Apple iPhone 3GS
  Apple iPhone 4
  Apple iPhone 4S
  Apple iPod Touch
  BlackBerry Torch 9800
  BlackBerry Torch 9810
  HTC 7 Mozart
  HTC 7 Trophy
  HTC Desire C
  HTC Legend
  HTC Titan 4G
  HTC Wildfire S
  HTC Windows Phone 8X
  Huawei U8650
  Nokia Lumia 610
  Nokia Lumia 710
  Nokia Lumia 800
  Nokia Lumia 820
  Nokia Lumia 900
  Nokia Lumia 920
  Samsung Galaxy Ace
  Sony Xperia E Dual*/

    /*Enter your styles below this line*/


    .wpbsl-slide .entry-title {
        font: 600 20px/24px "Open Sans",sans-serif!important;
    }

    .wpbsl-slide .entry-excerpt {
        display: none;
    }

     .featured_article_widget article img {
        max-width: 150px;
    }

    .author-block .compact .wp-post-image {
        max-width: 64px;
    }
}

@media only screen and (max-width: 320px) and (orientation : landscape){
    /* LANDSCAPE:
  Samsung Galaxy S3 Mini*/

    /*Enter your styles below this line*/
}

.aboutauthor { overflow: hidden; background: #f4f4f4; border: 1px solid #999; padding: 5px; margin-bottom: 10px; clear: both; }
.aboutauthor img { background: 0px; border: 0px; padding: 0px; }
#aboutauthorimg { float: left; padding: 5px 0 5px 10px; }
.aboutauthor .span-desc { overflow: hidden; margin: 0px; width: 500px; float: left; padding: 5px; }
.aboutauthor .span-2 {display: block; float: left; margin: 0px 10px 0 0; padding: 10px 0 0 10px; }
