/*
    Theme Name: Generic 15
    Theme URI: http://generic-15.ourwpstudio.com/
    Description: Represent your professional services with confidence and clarity by harnessing the streamlined professionalism of the Agency theme.
    Author: Professional Web Services
    Author URI: http://www.godaddy.com/
    Version: 1.0
 
    Template: genesis
    Template Version: 2.1
*/


/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Gallery
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Latest Tweets
        - Gravity Forms
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
        - Responsive Menu
    - Content Area
        - Home Page
        - Portfolio
        - Entries
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Media Queries
        - max-width: 1180px
        - max-width: 1040px
        - max-width: 800px
        - max-width: 782px
        - max-width: 680px
        - max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
    normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #f5f5f5;
    color: #666;
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #DB0F8C;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #333;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 24px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 32px;
    color: #0E2345;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 30px;
    color: #000;
}

h3 {
    font-size: 22px;
    color: #fff;
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

h4 {
    font-size: 25px;
    color: #0E2345;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-caption {
    margin: 0 0 10px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin-bottom: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #3e4e6a;
    border: 2px solid #0E2345;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    color: #fff;
    background: #0E2345;
    border: 2px solid #0E2345;
    box-shadow: none;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.button,
.entry-content .button {
    display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    color: #0E2345;
    background: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.whats-on .button{
    width: 200px;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container,
.site-container {
    padding-top: 55px;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
    clear: both;
    padding: 0;
    background: #fff;
    border-bottom: 30px solid #DB0F8C;
}

.agency-pro-home .site-inner {
    padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 884px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 316px;
    background: #213960;
}

.sidebar-primary h4{ color:#FFF !important;}
.sidebar-primary a{ color:#FFF !important;}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

.widget_recent_entries .widget-title, .widget_archive .widget-title {
    display: block;
}

.widget_recent_entries, .widget_archive {
    padding: 20px;
}


/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form {
    overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone img,
.alignnone img {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    color: #fff;
    font-family: 'Spinnaker', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #fff;
}

.archive-description,
.author-box {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
}

.archive-description {
    padding: 40px 40px 24px;
}

.author-box {
    padding: 40px;
}

.author-box-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
    color: #333;
    font-size: 36px;
    line-height: 1;
}

.entry-title a {
    color: #333;
}

.widget-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.archive-title {
    font-size: 20px;
    margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.featured-content .entry-title {
    font-size: 22px;
    line-height: 1.1;
}

a.more-link {
    font-family: 'Spinnaker', sans-serif;
    text-transform: uppercase;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #999;
}

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    background-color: #222;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #d7c603;
    color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #0E2345;
    left: 0;
    min-height: 146px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.admin-bar .site-header {
    top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 200px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
}

.site-title a {
    color: #fff;
}

.site-title a:hover {
    color: #DB0F8C;
}

.site-description {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
    text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    /*text-indent: -9999px;*/
}

.header-image .site-title a{font-size:0px;}

.header-full-width.header-image .site-title a {
    background-position: center !important;
    margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
    padding: 0;
}

.header-image .site-title a {
    float: left;
    min-height: 120px;
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 950px;
    padding-top: 0;
}

.site-header .widget-area li {
    margin: 0;
    padding: 0;   
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 55px 10px 66px;
    position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
    background-color: #DB0F8C;
    color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #999;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 180px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    color: #000;
    background-color: #fff;
    border: none;
    font-size: 12px;
    padding: 16px;
    position: relative;
    width: 180px;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #DB0F8C;
    color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -50px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
    display: inline-block;
    padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.genesis-nav-menu .search input {
    font-size: 12px;
    padding: 12px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
    float: right;
    width: auto;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #383838;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
    background: none;
    border: none;
    padding: 5px 20px;
}

.nav-secondary .genesis-nav-menu a:hover {
    color: #333;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
}

.responsive-menu-icon::before {
    color: #666;
    content: "\f333";
    display: block;
    font: normal 20px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top .wrap {
    color: #fff;
    position: relative;
    padding: 0;
    text-align: center;
    height: 550px;
}

.home-top .widget-title {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}

.home-top .button {
    background-color: #fff;
    border-radius: 50px;
    color: #333;
    text-transform: uppercase;
}

.home-top .widget .button:hover {
    background-color: #333;
    color: #fff;
}
.home-top .nivo-controlNav {
    display: none;
}
.home-top .theme-default .nivoSlider {
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}
.home-top h1 {
    background:rgb(220,148,27);
    background: transparent\9;
    background:rgba(220,148,27,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fDC941B,endColorstr=#7fDC941B);
    zoom: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 11px #666666;
    padding: 30px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 0px;
    z-index: 998;
}
.home-middle {
    padding: 10% 0 5%;
}

.home-middle .featuredpost img.entry-image {
    left: 0;
    position: absolute;
}

.home-middle .featuredpost img:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
      filter: alpha(opacity=10);
      -moz-opacity: 0.1;
      -khtml-opacity: 0.1;
      opacity: 0.1;
}

.home-middle .featured-content.featuredpost {
    background: #333;
}

.home-middle .featuredpost .entry {
    background-color: #333;
    color: #fff;
}

.home-middle .featuredpost .entry {
    min-height: 380px;
}

.home-middle .featuredpost .entry-title a {
    color: #fff;
}

.home-bottom {
    padding: 5% 0 10%;
}

.home-bottom .featuredpost .entry {
    min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
    clear: left;
}

.home-bottom .featuredpost .entry:hover {
    background-color: #333;
    color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
    color: #fff;
}

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 40px 40px 0px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    color: #999;
    font-size: 14px;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    margin: 0 -40px;
    padding: 32px 40px 8px;
}

.entry-comments-link::before {
    content: "\2B";
    font-weight: 700;
    margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
    display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px;
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
    clear: both;
    font-family: 'Spinnaker', sans-serif;
    font-size: 14px;
    margin: 40px 0;
    text-transform: uppercase;
}

.archive-pagination a {
    color: #fff;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #d7c603;
    color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 40px;
    padding: 0 40px;
}

.comment-list li li {
    margin-right: -32px;
}

li.comment {
    border-left: 2px solid #f5f5f5;
}

.comment-header {
    color: #333;
    font-family: 'Spinnaker', sans-serif;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
    color: #999;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.comment-reply-link {
    font-family: 'Spinnaker', sans-serif;
    text-transform: uppercase;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #fff;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .enews-widget {
    background-color: #0E2345;
}

.sidebar .enews-widget .widget-title {
    color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    color: #797675;
    clear: both;
    padding: 20px 0px;
}

.footer-widgets-1 {
    width: 50%;
}

.footer-widgets-2 {
    width: 50%;
    text-align: right;
}

.footer-widgets-1 {
    
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets a:hover {
    color: #333;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #f5f5f5;
    color: #999;
    font-family: 'Spinnaker', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
}

.site-footer a {
    color: #999;
}

.site-footer a:hover {
    color: #333;
}

.site-footer p {
    margin-bottom: 0;
}

/*
PWS Custom
---------------------------------------------------------------------------------------------------- */

.before-content {
    background: #DB0F8C;
    color: #fff;
    height: 35px;
}
.phoneNumber {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    padding-left: 40px;
}
.phoneNumber:before {
    content: '';
    position: absolute;
    background: url(images/icon-phone2.png);
    width: 20px;
    height: 20px;
    top: 7px;
    left: 10px;
}
.imgShadow {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.6);
    box-shadow: 0 2px 7px rgba(0,0,0,0.6);
}
.callout {
    background: #0E2345;
    padding: 15px;
    color: #fff;
}

.callout h4{color: #fff !important;}

.callout ul {
    list-style-image: url(images/li.png);
}
.serviceList {
    float: left;
    width: 33%;
}
.widget-title {
    display: none;
}
.sidebarCallout {
    padding: 5px 10px;
    background: #0E2345;
}
.sidebarCallout2 {
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 2;
    width: 316px;
    height: 72px;
    top: 0;
    background: #0E2345;
    margin-bottom: 30px;
}
.sidebarCallout2 div {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.sidebarCallout2:before {
    position: absolute;
    content: '';
    top: 72px;
    left: 0px;
    border-left: 158px solid rgba(0, 0, 0, 0);
    border-right: 158px solid rgba(0, 0, 0, 0);
    border-top: 60px solid #0E2345;
    height: 40px;
    width: 0;
    z-index: 1;
}

.sidebar h3 {
    margin: 0 0 5px;
}

.sidebar .ninja-forms-form-wrap {
    padding: 0px 15px;
    color: #fff;
}
.ninja-forms-required-items {
    display: none;
}
.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    width: 100% !important;
}
.panel-grid { 
    margin-bottom: 22px !important;
}
.modal-header {
    border-bottom: 0px !ipmortant;
}
.modal-footer {
    border-top: 0px !ipmortant;
}
.archive-description, .author-box {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.archive-description h1 {
    margin-bottom: 0px;
}
.nf-form-title h3 {
        border: 0;
}
.nf-field-label label {
    font-weight: 300 !important;
}
.sidebar-contact {
    background: #213960;
}
.sidebar-contact .ninja-forms-form-wrap {
    padding: 0px 15px;
    color: #fff;
}
.sidebarCallout-contact {
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 40px;
}
.sidebarCallout-contact div {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.sidebarCallout-contact:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    border-left: 272.5px solid rgba(0, 0, 0, 0);
    border-right: 272.5px solid rgba(0, 0, 0, 0);
    border-top: 60px solid #0E2345;
    height: 40px;
    width: 0;
    z-index: 1;
}

.donate .button, .donate .entry-content .button {
    width: 200px;
}

.crellyslider > .cs-navigation > .cs-slide-link {
    background-color: #DB0F8C!important;
}


/* Shrinking Header
--------------------------------------------- */
.site-header .wrap,
.bumper {
    min-height: 146px;
}

.site-header,
.site-header .wrap,
.site-description {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink {
    min-height: 75px;
}

.shrink .wrap {
    min-height: 60px;
    padding: 0;
}

.shrink .site-title {
    font-size: 20px;
    padding-top: 3px;
}

.header-image .shrink .site-description {
    font-size: 13px;
}

.header-image .shrink .site-title {
    padding: 0;
}

.header-image .shrink .site-title > a {
    min-height: 67px;
}

.shrink .site-title a {
    background-size: 55% !important;
}

.site-header.shrink .widget-area {
    padding-top: 0;
}

.site-header.shrink .genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 30px 10px;
    position: relative;
}



/*
Past Shows Page
---------------------------------------------------------------------------------------------------- */

.pastShows .entry {
    background-color: #f5f5f5;
    margin-bottom: 0px;
}

.pastShow .panel-grid-cell {
    padding: 0px!important;
    width: 48%!important;
}

.pastShow .panel-grid-cell .so-panel {
    background: #fff;
    padding: 15px;
    color: #000;
    min-height: 510px;
    box-shadow: 2px 2px 2px #EEE;
}

.pastShow .panel-grid-cell:first-child {
    margin-right: 22px;
}
#panel-274-1-1-0 {
    min-height: 577px;
}

.pastShows .entry-content p {
    margin-bottom: 5px;
}

.pastShows h2 {
    color: #DB0F8C;
    font-size: 19px;
    margin: 0px;
    line-height: 1;
}

.pastShows .entry-content .button {
    width: 120px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}


/**
* Header - Shrink on Scroll
**/
 
div.wrap.shrink {
  height:50px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/*
News Page
---------------------------------------------------------------------------------------------------- */
.news .entry {
    background-color: #f5f5f5;
    margin-bottom: 0px;
}

.newsItem .panel-grid-cell {
    padding: 0px!important;
    width: 48%!important;
}

.newsItem .panel-grid-cell .so-panel {
    background: #fff;
    padding: 15px;
    color: #000;
    min-height: 510px;
    box-shadow: 2px 2px 2px #EEE;
}

.newsItem .panel-grid-cell:first-child {
    margin-right: 22px;
}

.news .entry-content p {
    margin-bottom: 5px;
}

.newsItem h2 {
    color: #DB0F8C;
    font-size: 19px;
    margin: 0px;
    line-height: 1;
}

.news .entry-content .button {
    width: 120px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

#panel-268-1-1-0 {
    min-height: 577px;
}

#panel-268-1-1-0 .button {
    width: 157px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content {
        width: 620px;
    }
    .site-container {
        padding-top: 55px;
    }
    .site-header {
        min-height: 132px;
    }
    .site-header a {
        min-height: 100px;
    }
    .site-header .widget-area {
        width: 750px;
    }
    .site-header .wrap {
        min-height: 0;
    }

    .site-header .genesis-nav-menu a {
        color: #fff;
        display: block;
        padding: 55px 5px;
        position: relative;
        font-size: 15px;
    }
    .site-header .genesis-nav-menu {
        float: right;
        width: 100%;
    }
    .header-image .site-title a {
        float: left;
        min-height: 80px;
        width: 100%;
        background-size: 65% !important;
    }

    .header-image .site-description {
        font-size: 16px;
    }

    /* Shrink
    --------------------------------------------- */

    .site-header.shrink {
        min-height: 75px;
    }

    .shrink .wrap {
        min-height: 60px;
        padding: 0;
    }

    .shrink .site-title {
        font-size: 20px;
        padding-top: 3px;
    }

    .header-image .shrink .site-description {
        font-size: 13px;
    }

    .header-image .shrink .site-title {
        padding: 0;
    }

    .header-image .shrink .site-title > a {
        min-height: 67px;
    }

    .shrink .site-title a {
        background-size: 55% !important;
    }

    .site-header.shrink .widget-area {
        padding-top: 0;
    }

    .site-header.shrink .genesis-nav-menu a {
        color: #fff;
        display: block;
        padding: 39px 5px;
        position: relative;
        font-size: 15px;
    }



    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px;
    }
    
    .agency-pro-home .home-middle .featuredpost .entry {
        min-height: 320px;
    }
    
    .agency-pro-home .home-bottom .featuredpost .entry {
        min-height: 360px;
    }
    .newsItem .panel-grid-cell .so-panel{
        min-height: 505px;
    }
    #panel-274-1-1-0 {
    min-height: 561px;
    }
    #panel-268-1-1-0 {
    min-height: 561px;
    }

}

@media only screen and (max-width: 1020px) {

    .site-inner,
    .wrap {
        max-width: 760px;
    }

    .site-header .genesis-nav-menu a {
        padding: 40px 5px;
    }
    /* Shrink
    --------------------------------------------- */
    .site-header.shrink a {
        min-height: 60px;
    }
    .site-header.shrink {
        min-height: 75px;
    }

    .shrink .wrap {
        min-height: 60px;
        padding: 0;
    }

    .shrink .site-title {
        font-size: 20px;
        padding-top: 3px;
    }

    .header-image .shrink .site-description {
        font-size: 13px;
    }

    .header-image .shrink .site-title {
        padding: 0;
    }

    .header-image .shrink .site-title > a {
        min-height: 67px;
    }

    .shrink .site-title a {
        background-size: 55% !important;
    }

    .site-header.shrink .widget-area {
        padding-top: 0;
    }

    .site-header.shrink .genesis-nav-menu a {
        color: #fff;
        display: block;
        padding: 39px 5px;
        position: relative;
        font-size: 15px;
    }


    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    
    .site-container {
        padding-top: 55px;
    }

    .header-image .site-title a {
        background-position: center !important;
        margin: 0 0 6px;
        float: none;
        min-height: 80px;
        width: 100%;
        background-size: 13% !important;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .site-header.shrink .genesis-nav-menu a {
        color: #fff;
        display: block;
        padding: 20px 5px;
        position: relative;
        font-size: 15px;
    }

    .site-header .search-form {
        margin: 16px auto ;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

    .sidebarCallout2::before {
        display: none;
    }
    .sidebarCallout2 {
        width: 100%;
    }
    .sidebarCallout2 div {
        position: relative;
        top: 15px;
    }

    .sidebarCallout-contact div {
        position: relative;
        top: 15px;
    }

    .sidebarCallout-contact:before {
        display: none;
    }

    .site-footer {
        padding: 24px 0;
    }

    .footer-widgets {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 0 15px;
        text-align: center;
    }
    
    .home-bottom .featured-content .post:nth-of-type(3n+1),
    .home-middle .featured-content .post:nth-of-type(3n+1) {
      clear: none;
    }
    
    .home-bottom .featured-content .post:nth-of-type(2n+1),
    .home-middle .featured-content .post:nth-of-type(2n+1) {
      clear: left;
    }
    
    .agency-pro-home .content .featuredpost .entry {
        min-height: 380px;
        width: 50%;
    }
    
    .genesis-nav-menu a {
        padding: 10px 12px 12px;
    }
    
    .genesis-nav-menu .sub-menu .sub-menu {
        margin-top: -42px;
    }
    
    .genesis-nav-menu .sub-menu a {
        padding: 12px;
    }
    #panel-274-1-1-0 {
    min-height: 557px;
    }
    .pastShow .panel-grid-cell .so-panel{
        min-height: 445px;
    }
    .newsItem .panel-grid-cell .so-panel {
        min-height: 445px;
    }

	.home-top .wrap {
   	 	height: 350px;
	}
    
}

@media only screen and (max-width: 800px) {
    .agency-pro-home .wrap {
        max-width: 100%;
    }


    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    
    .agency-pro-home .home-middle .featuredpost .entry {
        min-height: 320px;
    }
    
    .entry-title {
        font-size: 30px;
    }
}

@media only screen and (max-width:782px) {

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }
    
}

@media only screen and (max-width: 768px) {

    .site-container {
        padding-top: 0px;
    }
    
    .header-full-width .site-container {
        padding: 0;
    }

    .site-header {
        position: static;
    }

    .wrap {
        width: 90%;
    }
    
    .agency-pro-home .content .wrap {
        max-width: 380px;
    }

    .agency-pro-home .content .featuredpost .entry {
        min-height: 380px;
        width: 100%;
    }
    
    .agency-pro-home .content .featured-content .entry-header {
        clear: both;
    }
    
    .home-top .widget-title {
        font-size: 48px;
    }
    
    .nav-secondary .genesis-nav-menu a {
        font-size: 12px;
    }
    
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .genesis-nav-menu.responsive-menu {
        display: none;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }
    
    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        border: none;
        display: block;
        line-height: 1;
        padding: 18px 20px;
        text-transform: none;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;    
    }
    
    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }
    
    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f347";
        color: #666;
        float: right;
        font: normal 20px/1 'dashicons';
        height: 20px;
        padding: 15px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }
    
    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu {

        border: none;
        left: auto;
        opacity: 1;
        padding-left: 25px;
        position: relative;
        -moz-transition:    opacity .4s ease-in-out;
        -ms-transition:     opacity .4s ease-in-out;
        -o-transition:      opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition:         opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        margin: 0;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        padding: 12px 20px;
        position: relative;
        text-transform: none;
        width: 100%;
    }
    
    .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu a,
    .genesis-nav-menu.responsive-menu .sub-menu a:hover,
    .genesis-nav-menu.responsive-menu a:hover,
    .genesis-nav-menu.responsive-menu li:hover {
        background: none;
        color: #666;
    }
    .pastShow .panel-grid-cell {
        width: 100%!important;
    }

    #panel-274-1-1-0, .pastShow .panel-grid-cell .so-panel {
        min-height: auto;
    }
    .pastShows .entry-content .button {
        width: 128px;
    }
    .newsItem .panel-grid-cell {
        padding: 0px!important;
        width: 100%!important;
    }
    #panel-268-1-1-0 {
        min-height: auto;
    }
    .newsItem .panel-grid-cell .so-panel {
    min-height: auto;
    }

    .news .entry-content .button {
        width: 128px;
    }
.site-header .wrap, .bumper {
    min-height: 0px;
}
}

@media only screen and (max-width: 480px) {
    
    .home-middle .featuredpost img.entry-image {
        position: relative;
    }
    
    .home-middle .featuredpost .entry img:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
          filter: alpha(opacity=90);
          -moz-opacity: 0.9;
          -khtml-opacity: 0.9;
          opacity: 0.9;
    }
    
    .header-image .site-title a {
        background-size: contain !important;
    }
    .pastShows .entry-content .button,  .news .entry-content .button {
        width: 159px;
    }

.home-top .wrap {
   	 	height: 225px;
	}


 
}


@media only screen and (max-width: 375px) {

    img.alignleft {
        width: 100%;
    }

    p.entry-permalink a {
        font-size: 13px;
    }
    .pastShows .entry-content .button,  .news .entry-content .button {
        width: 139px;
    }

}

@media only screen and (max-width: 320px) {
    .pastShows .entry-content .button,  .news .entry-content .button {
        width: 112px;
        font-size: 13px;
    }
}

.page-id-268 main.content article{display:none;}
.page-id-268 main.content article:first-child{display:block !important;}
.page-id-270 main.content article{display:none;}
.page-id-270 main.content article:first-child{display:block !important;}
.page-id-350 main.content article{display:none;}
.page-id-350 main.content article:first-child{display:block !important;}
.page-id-272 main.content article{display:none;}
.page-id-272 main.content article:first-child{display:block !important;}
.post-329{display:none;}

div #pgc-6-0-0, #pgc-6-0-1, #pgc-6-0-2 {width: 100% !important;}
