/*
Theme Name: Jim Bakker Show
Theme URI: http://underscores.me/
Author: Jim Bakker Show
Author URI: http://jimbakkershow.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #f9f9f9;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
    background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #DCDCDC;
    color: #666666;
    font-style: italic;
    margin: 1.5em;
    padding: 1em;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}


/* =Global
----------------------------------------------- */

body,
.button,
button,
input,
select,
textarea {
    color: #404040;
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
.button,
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
.button,
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
.button:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Links */
a {
    color: #177ec0;
}
a:visited {
    color: #2f86bb;
}
a:hover,
a:focus,
a:active {
    color: #146ea8;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: '';
    display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}

h1 {
    font-size: 2.8em; /* 48 / 16 */
    line-height: 1em; /* 48 / 48 */
    margin-bottom: .5em; /* 24 / 48 */
}
h2 {
    font-size: 2.25em; /* 36 / 16 */
    line-height: 1.333333333333333em; /* 48 / 36 */
    margin-bottom: .6666666666666667em; /* 24 / 36 */
}
h3 {
    font-size: 1.5em; /* 24 / 16 */
    line-height: 1em; /* 24 / 24 */
    margin-bottom: .6666666666666667em; /* 24 / 36 */
}
h4 {
    font-size: 1.3125em; /* 21 / 16 */
    line-height: 1.142857142857143em; /* 24 / 21 */
    margin-bottom: 1.142857142857143em; /* 24 / 21 */
}
h5 {
    font-size: 1.125em; /* 18 / 16 */
    line-height: 1.333333333333333em; /* 24 / 18 */
    margin-bottom: 1.333333333333333em; /* 24 / 18 */
}
h6 {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.5em; /* 24 / 16 */
}
p {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1em; /* 24 / 16 */
}
.block-title, .widget-title{
    background-color: #177bbb;
    color: #fff;
    font-weight: 700;
    padding: .25em .25em;
    text-transform: uppercase;
    margin: .5em 0;
    display: block;
    text-decoration: none;
}
.block-title{
    background: url(images/dot.png) repeat top left #177bbb;
}
.widget-title a{
    color: #fff;
    text-decoration: none;
    text-decoration: none;
}
tr.alt{
    background-color: #eee;
}

/* =Header
----------------------------------------------- */
#masthead {
    background: url(images/header-bar-bg.jpg) repeat-x bottom left #177EC0;
    width: 100%;
    height: 130px;
    position: relative;
}
#masthead .container{
    background: transparent url(images/header-bg.png) no-repeat 95% -35px;
}
#masthead hgroup{
    height: 74px;
}
h1.site-title{
    font-size: 0;
    height: 52px;
    display: block;
    background: url("images/logo.png") no-repeat scroll center left rgba(0, 0, 0, 0);
    margin-top: 20px;
    width: 471px;
    background-size: contain;
}
h1.site-title a {
    color: #fff600;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
#masthead .toplinks{
    padding-top: 1.5em;
}
#masthead .navlinks{
    margin-top: 1em;
}
#masthead .navlinks div{
    float: right;
}
#masthead .toplinks ul, #masthead .small-nav{
    float: right;
}
#masthead .toplinks ul, #masthead .topsocial ul, #masthead .navlinks ul, #masthead .small-nav{
    list-style: none;
    margin: 0;
}
#masthead .toplinks ul li, #masthead .topsocial ul li, #masthead .navlinks ul li, #masthead .small-nav li{
    float: left;
    margin-left: 5px;
}
#masthead .toplinks ul li:before, #masthead .navlinks ul li:before{
    content: " | ";
}
#masthead .toplinks ul li:first-child:before, #masthead .navlinks ul li:first-child:before{
    content:"";
}
#masthead .toplinks a, #masthead .toplinks{
    color: #035f9a;
    text-decoration:none;
}
#masthead .navlinks a, #masthead .navlinks{
    color: #3199dd;
    text-decoration: none;
}
#masthead .toplinks a:hover, #masthead .navlinks a:hover{
    color: #fff;
}
#masthead .topsearch{
    padding-top: 10px;
}
#masthead .topsocial ul{
    float: right;
    margin-top: 6px;
}
#masthead .topsearch [type="search"]{
    width: 80%;
    margin: auto;
    height: 22px;
    margin-top: 5px;
    border-radius: 14px;
    padding-left: .5em;
    -webkit-transition: width 500ms;  /* For Safari 3.1 to 6.0 */
    transition: width 500ms;
    position: absolute;
    right: 0;
}
#masthead .topsearch [type="search"]:focus{
    width: 290%;
    position: absolute;
    right: 0;
}
#masthead .topsearch #searchsubmit{
    background: url(images/search.png) top center no-repeat transparent;
    width: 41px;
    height: 41px;
    font-size: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    right: 0;
}
#masthead .topsocial li a{
    display:block;
    width:32px;
    height:32px;
    background: url(images/social-head.png) 0 0 no-repeat transparent;
}
#masthead li.facebook a:hover {
    background-position: 0 -34px;
}
#masthead li.twitter a{
    background-position: -38px 0;
}
#masthead li.twitter a:hover{
    background-position: -38px -34px;
}
#masthead li.instagram a{
    background-position: -75px 0;
}
#masthead li.instagram a:hover{
    background-position: -75px -34px;
}
#masthead li.youtube a{
    background-position: -112px 0;
}
#masthead li.youtube a:hover{
    background-position: -112px -34px;
}
#masthead li.pintrest a{
    background-position: -150px 0;
}
#masthead li.pintrest a:hover{
    background-position: -150px -34px;
}
#masthead li.blogs a{
    background-position: -188px 0;
}
#masthead li.blogs a:hover{
    background-position: -188px -34px;
}
#masthead .small-nav{
}
#masthead .small-nav a{
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
}
#masthead .small-nav li{
    margin-left: .7em;
}
#masthead .small-nav .current-menu-item a{
    border-bottom: 3px solid #fff;
}
#masthead .small-nav a:hover{
    color: #fef628;
}
/* =Menu
----------------------------------------------- */

.navigation-main {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.45em;
    font-weight: normal;
    letter-spacing: -.05em;
    margin-top: .2em;
}
.navigation-main ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.navigation-main li {
    float: left;
    /*position: relative;*/
}
.navigation-main div > ul > li{
    height: 64px;
}
.navigation-main div > ul > li:first-child{
    margin-left: 0;
}
.navigation-main a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.navigation-main div > ul > li:hover > a{
    color: #FEF628;
}
.navigation-main > div > ul > .current-menu-item > a, .navigation-main .current-menu-parent > a{
    background-color: #024773;
}
.navigation-main .news-nav .news-logo a{
    background-color: transparent;
}
.navigation-main .sub-menu a{
    font-size: .9em;
}
.navigation-main div > ul > li > a{
    line-height: 50px;
    padding: 0 .45em;
}
.navigation-main div > ul > li:hover:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f9f9f9;
    position: absolute;
    top: 59px;
    display: block;
    content: " ";
    z-index: 9001;
    margin-left: 20px;
}
.navigation-main div > ul > li:hover:before{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eee;
    position: absolute;
    top: 60px;
    display: block;
    content: " ";
    z-index: 9001;
    margin-left: 20px;
}
.navigation-main div > ul.news-nav > li:hover:after, .navigation-main div > ul.news-nav > li:hover:before{
    border: none;
    display: none;
}
body .navigation-main div > ul > li.no-arrow:hover:before, .navigation-main div > ul > li.no-arrow:hover:after{
    border: none;
}
.navigation-main ul ul {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    background: url(images/menu-bg.jpg) no-repeat top left transparent;
    background-size: cover;
    float: left;
    position: absolute;
    top: 60px;
    left: 15px;
    z-index: 9000;
    width: 84%;
    height: 280px;
    visibility: hidden;
    opacity: 0;
    -moz-transition:visibility 0s linear 0.4s,opacity 0.2s linear;
    -webkit-transition:visibility 0s linear 0.4s,opacity 0.2s linear;
    -o-transition:visibility 0s linear 0.4s,opacity 0.2s linear;
    transition:visibility 0s linear 0.4s,opacity 0.2s linear;
}

.navigation-main ul ul ul {
    left: 100%;
    top: 0;
}
.navigation-main ul ul a, .navigation-main div .current-menu-item ul a {
    color: #fff;
}
.navigation-main ul ul li {
    /*    box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, 0.4);*/
    width: 31%;
    border-radius: 5px;
    background-color: rgba(151, 151, 151, 0.8);
    background-image: url(images/dot.png);
    background-repeat: repeat;
    margin: 2% 1%;
    padding: 5px 3px;
}
.navigation-main ul ul li:hover{
    background-color: rgba(34, 132, 196, .6);
}
.navigation-main ul ul li:hover a{
    color: #fefc50;
}
.navigation-main ul ul li a:before{
    content: "\00BB ";
    padding-left: 5px;
    font-size: .8em;
    vertical-align: top;
    position: relative;
    left: -4px;
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
    visibility: visible;
    display:block;
    opacity: 1;
    /*-moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;*/
}
.navigation-main ul li:hover > ul {
	transition:all linear 0.4s;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

.navigation-main div ul.news-nav{
    height: 50px;
}
.news-logo{
    background: url(images/news-logo.png) no-repeat top center transparent;
    width: 60px;
    font-size: 0;
    color: transparent;
    height: 50px !important;
}
.news-logo.current-menu-item{
    background: url(images/news-logo.png) no-repeat top center #024874;
}
/* Small menu */
.menu-toggle {
    display: none;
    cursor: pointer;
    color: #fff;
    padding-left: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -.05em;
}

.main-small-navigation ul {
    list-style: none;
}

/* Specific Menu backgrounds
=============================================*/
.navigation-main li.about-menu ul{
    background: url(images/About-Menu.jpg) no-repeat top left transparent;
    background-size: cover;
}
.navigation-main li.prayer-menu ul{
    background: url(images/prayer-menu.jpg) no-repeat top left transparent;
    background-size: cover;
}
.navigation-main li.morningside-menu ul{
    background: url(images/Morningside-Menu.jpg) no-repeat top left transparent;
    background-size: cover;
}
.navigation-main li.watch-menu ul{
    background: url(images/Watch-Drop-Down.jpg) no-repeat top left transparent;
    background-size: cover;
}
/* =Prayer room menu
----------------------------------------------- */
.prayer-room-menu{
    list-style: none;
    width: 100%;
    padding:0;
    margin: 1em auto;
}
.prayer-room-menu li{
    display: inline-block;
    width: 30%;
    padding: 1%;
}
.prayer-room-menu li a{
    background: url(images/prayer-room-buttons.jpg) no-repeat top left transparent;
    background-size: 600%;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60.5%;
    font-size: 0;
    color: transparent;
}
.prayer-room-menu li.devotions a:hover{
    background-position: 0 100%;
}
.prayer-room-menu li.psalm a{
    background-position: 20% 0;
}
.prayer-room-menu li.psalm a:hover{
    background-position: 20% 100%;
}
.prayer-room-menu li.daily a{
    background-position: 40% 0;
}
.prayer-room-menu li.daily a:hover{
    background-position: 40% 100%;
}
.prayer-room-menu li.request a{
    background-position: 60% 0;
}
.prayer-room-menu li.request a:hover{
    background-position: 60% 100%;
}
.prayer-room-menu li.prayer-requests a{
    background-position: 80% 0;
}
.prayer-room-menu li.prayer-requests a:hover{
    background-position: 80% 100%;
}
.prayer-room-menu li.testimonies a{
    background-position: 100% 0;
}
.prayer-room-menu li.testimonies a:hover{
    background-position: 100% 100.5%;
}

@media screen and (max-width: 768px) {
    .menu-toggle,
    .main-small-navigation ul.nav-menu.toggled-on {
        display: block;
        color: #fff;
        letter-spacing: -.05em;
        list-style: none;
        margin: 0;

    }
    .main-small-navigation ul.nav-menu.toggled-on{
                padding-top: .25em;
                background-color: #055D9C;
                padding-bottom: .8em;
    }
    .main-small-navigation h1.menu-toggle{
        font-size: 1.75em;
    }
    /*
    .menu-toggle:before{
        content: '\2261';
        font-size: 1em;
        padding-right: .2em;
        display:inline-block;
        transform:scale(1.2,1);
        -webkit-transform:scale(1.2,1);
        -moz-transform:scale(1.2,1);
        -ms-transform:scale(1.2,1);
        -o-transform:scale(1.2,1);
}
*/
.menu-toggle img{
    max-height: 32px;
    width: auto;
}
    .main-small-navigation li a{
        font-size: 1.1em;
        display: block;
        padding-left: 1.6em;
        color: #fff;
        text-decoration: none;
    }
    #masthead .main-small-navigation,  #masthead .navigation-main{
        padding: 0;
        margin-top: 8px;
    }
    .navigation-main ul {
        display: none;
    }
    .prayer-room-menu li{
        display: inline-block;
        width: 45%;
    }
}

/* =Content
----------------------------------------------- */
.Zach .entry-header, .Jim .entry-header, .Lori .entry-header, .Prophetic .entry-header {
    min-height: 80px;
}
.entry-title{
    font-size: 2.4em;
    font-weight: bold;
    color: #035f9a;
    margin-bottom: 5px;
}
header .entry-meta{
    font-style: normal;
    color: #707070;
    margin-top: 0px;
    margin-bottom: .8em;
}
.entry-title a{
    text-decoration: none;
    color: #035f9a;
}
article.Lori h1.entry-title{
	font-size:2em;
	padding-left:95px;
	padding-bottom:60px;
    background: url(images/loris-blog-icon.png) no-repeat top left transparent;
    display:inline-block;
}

article.Jim h1.entry-title{
	font-size:2em;
	padding-left:95px;
	padding-bottom:60px;
    background: url(images/jims-blog-icon.png) no-repeat top left transparent;
    display:inline-block;
}

article.Zach h1.entry-title {
	font-size:2em;
	padding-left:95px;
	padding-bottom:60px;
	background: url(images/zachs-blog-icon.png) no-repeat top left transparent;
	display:inline-block;
}

article.Prophetic h1.entry-title {
	font-size:2em;
	padding-left:95px;
	padding-bottom:60px;
	background: url(images/prophetic-blog-icon.png) no-repeat top left transparent;
	display:inline-block;
}

.posted-class {
	margin-top:0px;
	margin-left:0px;
	font-size:13px;
	color:black !important;
}

.posted-class a {
	color:inherit;
	text-decoration:none;
}

.news .entry-title {
    font-size: 1.8em;
}
.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.entry-content {
	margin-top:1em;
    border-bottom: 1px solid #eee;
}
.verse{
    color: #C82027;
}
.post_ref{
    font-style: italic;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
ul.single-sharing{
    margin: 1.5em 0 0;
    list-style: none;
}
ul.single-sharing li {
    padding: .3em 0;
    margin-bottom: .2em;
    border-bottom: 1px solid #eee;
}
ul.single-sharing li.print-button{
    background: url(images/print.png) center left no-repeat transparent;
    padding-left: 22px;
}
.tax-department .single-sharing, .page .single-sharing, .single-video .single-sharing, .archive .single-sharing, .single-blog .single-sharing{
    margin-top: .5em;
}
.tax-department .single-sharing li, .page .single-sharing li, .single-video .single-sharing li, .archive .single-sharing li, .single-blog .single-sharing li {
    float: left;
    padding: .3em .5em;
    margin-bottom: .2em;
    border: none;
}
ul.prayer-list{
    font-size: 1.3em;
    margin: 0 0 .7em 1.5em;
}
ul.prayer-list li{
    margin-bottom: .4em;
}
ul.prayer-list a{
    color: #505050;
    text-decoration: none;
}
ul.prayer-list a.more-link{
    color: #177EC0;
    font-size: .8em;
}
a.prayer.button, a.testimonies.button, a.prayer-request.button{
    font-size: 1.4em;
    text-decoration: none;
    box-shadow: none;
    border: none;
    border-radius: 1em;
    color: #035f9a;
    padding: .4em .6em;
    display: block;
    text-align:center;
    text-shadow: 0 -1px 0 rgba(50, 50, 50, 0.8);
    margin: .25em .75em 1em;
    background: url(images/dot.png) repeat top left #3199dd;
}
a.prayer-request.button{
    background: url(images/dot.png) repeat top left  #c82027;
    color: #fefc50;
}
a.prayer.button:hover, a.testimonies.button:hover, a.prayer-request.button:hover{
    background-image: none;
    color: #fff;
}
blockqoute.scripture{
    clear: both;
    color: #c82027;
    font-size: 1.3em;
    display:block;
    margin-bottom: 1.5em;
}
blockqoute.scripture footer{
    color: #aaa;
    font-size: 1em;
    text-align: right;
}
.latest-news{
    margin-left: 2em;
}
.posted-on{
    color: #777;
    font-size: .9em;
}
.top-story [class*="grid-"]{
    margin-top: -2.1666667em;
}
.top-story img{
    width: 100%;
}
.overlay-title{
    position: relative;
    bottom: -.75em;
    color: #fff;
    z-index: 10;
    left: .75em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    font-weight: 900;
    text-transform: uppercase;
}
.top-stories{
    margin-left: 0;
    margin-top: .2em;
    padding-top: .2em;
    border-top: 1px solid #ddd;
}
.top-stories li{
    margin-left: 1.5em;
}
.top-story-title{
    font-size: 1.2em;
    margin-bottom: .2em;
}
.top-story-title a{
    font-weight: bold;
    color: #505050;
    text-decoration: none;
}
.page-header .block-title{
    font-size: 1.8em;
}
img.attachment-single-news{
    width: 100%;
    margin-top:10px;
}
.breadcrumb_last {
    color: #d3860c;
}
p#breadcrumbs{
    border-bottom: 1px solid #fff;
    padding-bottom: .2em;
    position: relative;
}
p#breadcrumbs:before{
        position: absolute; display: block; content: '';
    border-bottom: 1px solid #e5e5e5;
    bottom: 0;
width: 100%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#nav-below {
    margin-top: 1em;
}
ul.gennow-social a.ext-link{
    padding: 0;
    background: none;
}
ul.gennow-social li{
    background-image: url(images/gennow-social.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 120px;
    height: 150px;
    list-style: none;
    display: inline-block;
    margin: 0 1em;
}
ul.gennow-social li a{
    display: block;
    width: 100%;
    height: 100%;
}
ul.gennow-social li.gennow-facebook{
    background-position: 0 0;
}
ul.gennow-social li.gennow-facebook:hover{
    background-position: 0 -149px;
}
ul.gennow-social li.gennow-twitter{
    background-position: -120px 0;
}
ul.gennow-social li.gennow-twitter:hover{
    background-position: -120px -151px;
}
ul.gennow-social li.gennow-youtube{
    background-position: -240px 0;
}
ul.gennow-social li.gennow-youtube:hover{
    background-position: -240px -151px;
}
/* =Videos
----------------------------------------------- */
#video{
    border-top: 10px solid #f9f9f9;
    padding-top: 10px;
    background-color: #393939;
    text-align: center;
}
#video-iframe{
    margin: 1em auto;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.6)
}
.video-title{
    font-size: 2em;
    color: #fff;
}
.video-info{
    color: #3c3c3c;
    text-align: right;
    background: url(images/video-bg.png) bottom left no-repeat #efefef;
    min-height: 110px;
}
.video-info a{
    color: #3c3c3c;
    text-decoration: none;
}
.guests{
    margin: .2em 0 .3em;
    font-size: 1.4em;
}

.show-info{
    margin: .3em 0;
}
.channel-archive-grid div .video-list-title{
    bottom: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-align: right;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    z-index: 10;

}
.video-month a{
    display: inline-block;
    margin: 0 .2em;
    text-decoration: none;
    color: #606060;
}
.video-month a:hover, .video-month a.active{
    color: #d3860c;
}
.video-month span{
    color: #606060;
    font-size: 1.4em;
}
.video-list ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.video-list .grid-25{
    min-height: 11em;
}
.video-list a, .channel-archive-grid div a{
    text-decoration: none;
    position: relative;
    margin-top: -80.1%;
    display: block;
}
.video-list .flexslider .slides a{
    margin-top: -78%;
}
.video-list a:hover img, .channel-archive-grid div a:hover img{
    opacity: .25;
}
.video-list a span{
    bottom: 10px;
    color: #FFFFFF;
    display: block;
    font-size: .95em;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-align: left;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    width: 90%;
}
.video-list a strong{
    font-size: 1.2em;
}
.video-search-expand .field{
    width: 96%;
}
.video-search-expand .submit{
    float: right;
    margin-top: 1em;
}
.video-expand{
    display: inline-block;
    width: 100%;
    text-align: right;
    cursor: pointer;
    font-size: 1.2em;
    color: #177ec0;
}
div.video-expand span{
    display: inline-block;
    font-size: 1.3em;
    line-height: 1em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
    vertical-align: middle;
}
div.video-expanded span{
    display: inline-block;
    font-size: 1.3em;
    line-height: 1em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    vertical-align: middle;
    margin-left: -2px;
}
.video-search-expand{
    margin-bottom: 1em;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/* =Footer
----------------------------------------------- */
div.expand{
    background-color: #d9d8d9;
    color: #404040;
    cursor: pointer;
    font-size: 1.3em;
    margin: 0.5em auto 0;
    text-align: center;
    width: 6.5em;
    padding: 0 .25em .25em;
    position: relative;
}
div.expand span{
    display: inline-block;
    font-size: 1.3em;
    line-height: 1em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    vertical-align: middle;
}
div.expanded span{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
    vertical-align: middle;
    position: relative;
    right: -7px;
}
div.expand:hover{
    color: #606060;
}
html.js .footer-expand {
    display: none;
}
.footer-expand{
    padding: 1em 0;
    border-top: 2px solid #e3e3e3;
}
.site-footer{
    background-color: #212121;
    color: #555454;
    position: relative;
    font-size: .75em;
    padding-bottom: 2em;
}
.site-footer .container > div{
    margin: 10px 0;
}
.site-footer a{
    color: #555454;
}
.site-footer a:hover{
    color: #c77f0d;
}
.site-footer .menu a:hover{
    color: #fff;
}
.site-footer .menu{
    list-style: none;
    margin: 0;
}
.site-footer .menu li{
    float: left;
    padding-left: 2px;
}
.site-footer .menu li:before{
    content: " | ";
}
.site-footer .menu li:first-child:before{
    content:"";
}
.footeraction-cont{
    border-bottom: 1px solid #2b2b2b;
    border-top: 3px solid #d9d8d9;
}
.footeraction{
    padding: 15px 0;
    border-bottom: 1px solid #171717;
}
.footeraction .button{
    font-size: 2.5em;
    text-decoration: none;
    background: url(images/dot.png) repeat top left #3199dd;
    box-shadow: none;
    border: none;
    border-radius: 1em;
    color: #035f9a;
    padding: .3em .5em;
    display: block;
    width: 70%;
    text-align:center;
    text-shadow: 0 1px 0 rgba(50, 50, 50, 0.8);
    margin: 5px auto;
}
.footeraction .button:hover{
    color: #fff;
    background-image: none;
}
.footer-social{
    color: #fff;
    background: url(images/footer-social-bg.png) no-repeat top left transparent;
}
.footer-social span{
    font-size: 5em;
    line-height: 1em;
}
.footer-social small{
    display: block;
    font-size: 2em;
}
.footer-social small:before{
    content: "\00BB ";
    color: #FFF600;
}
.footer-social ul{
    list-style:none;
    margin: 0;
}
.footer-social .large-social{
    margin-left: 20px;
    float: left;
}
.footer-social .medium-social{
    margin-right: 68px;
    margin-left: 65px;
    float: left;
}
.footer-social .blog-social {
    margin-left: 91px;
    float: left;
}
.footer-social .large-social li{
    width:62px;
    height:62px;
    float: left;
    margin-right: .6em;
}
.footer-social .medium-social li{
    width:46px;
    height:46px;
    float: left;
    margin-right: .8em;
}

.footer-social .large-social li a{
    display: block;
    width:62px;
    height:62px;
    background: url(images/social-footer.png) 0 0 no-repeat transparent;
}
.footer-social .medium-social li a{
    display: block;
    width:46px;
    height:46px;
    background: url(images/footer-m-social.png) 0 0 no-repeat transparent;
}
.footer-social .blog-social li a{
    display: block;
    width:56px;
    height:56px;
    background: url(images/footer-blog-social.png) 0 0 no-repeat transparent;
}
.footer-social .blog-social li a:hover{
    background-position: 0 -56px;
}
.footer-social .large-social li.facebook a{
    background-position: 0 -63px;
}
.footer-social .large-social li.facebook a:hover{
    background-position: 0 0;
}
.footer-social .large-social li.twitter a{
    background-position: -64px -63px;
}
.footer-social .large-social li.twitter a:hover{
    background-position: -64px 0;
}
.footer-social .large-social li.youtube a{
    background-position: -129px -63px;
}
.footer-social .large-social li.youtube a:hover{
    background-position: -129px 0;
}
.footer-social .medium-social li.instagram a:hover {
    background-position: 0 -46px;
}
.footer-social .medium-social li.instagram a{
    background-position: 0 0;
}
.footer-social .medium-social li.pintrest a:hover{
    background-position: -72px -46px;
}
.footer-social .medium-social li.pintrest a{
    background-position: -72px 0;
}
html .site-footer .site-info{
    background: url(images/footer-watermark.png) no-repeat top right transparent;
    padding-top: 4em;
    text-align: right;
}
.footer-nav{
    font-size: 1.2em;
    letter-spacing: -0.31em; /* webkit */
    *letter-spacing: normal; /* reset IE < 8 */
    word-spacing: -0.43em; /* IE < 8 && gecko */
}
.footer-nav, .footer-nav ul {
    list-style: none;
    margin: 0;
}
.footer-nav a{
    padding-bottom: .35em;
    text-decoration: none;
    display: block;
}
.footer-nav > li{
    border-left: 1px solid #2b2b2b;;
    border-right: 1px solid #171717;
    display: inline-block;
    font-weight: bold;
    max-width: 20%;
    padding: 0 2.5%;
    vertical-align: top;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    min-height: 16em;
}
.footer-nav > li:first-child{
    border-left: none;
}
.footer-nav > li:last-child{
    border-right: none;
}
.footer-nav ul {
    font-weight: normal;
}
/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .next {
    float: right;
    text-align: right;
    width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */
.airing-slider, .featured-news{
    margin: 1em auto;
}
.airing-slider{
    background-color: #fdfb77;
    padding-top:1em;
    padding-bottom: 1.25em;
}
.airing-slider h3{
    font-weight: 700;
    color: #177ec0;
    font-size: 1.8em;
}
.widget ul{
    list-style: none;
    margin: 0;
}
.widget ul li{
    border-bottom: 1px solid #e5e5e5;
    padding: .25em 0 .25em .5em;
    border-top: 1px solid #fff;
}
.widget ul li:first-child{
    border-top: none;
}
.widget ul li:last-child{
    border-bottom: none;
}
.widget ul a{
    text-decoration: none;
    color: #595959;
}
#secondary .widget {
    padding: 0 0 1.2em;
    border: 1px solid #e5e5e5;
    border-top:none;
    border-bottom:none;
    box-shadow: 0 1px 0 1px #fff;
}
#secondary .widget:last-child{
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 .5em .5em;
}
.widget_sp_image img{
    opacity: 1;
    -webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0);
    width: 100%;
}
.widget_sp_image img:hover{
    opacity: .85;
}
/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .submit {
    display: none;
}
.home .featured-news{
    background-color: #e2f4ff;
}
.home .featured-news .block-title{
    margin-top: 0;
}
.featured-news a{
    text-decoration: none;
}
.featured-news a:hover, .breaking_news a:hover{
    text-decoration: underline;
}
.featured-news .title-link, .breaking_news .title-link{
    display: block;
    color: #e10000;
    text-decoration: none;
    font-size: 1.1em;
}
.featured-news .posted, .breaking_news .posted{
    font-size: .8em;
    color: #606060;
}
.breaking_news .block-title{
    background-color: #E10000;
}
/* Featured news widget */
.widget.featured_news{
    min-height: 27em;
}
.home .widget.featured_news{
    padding-bottom: 1em;
    min-height: 36em;
}

.news-dept{
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 1em;
    padding-bottom: .75em;
}
.news-dept span{
    font-size: 1.5em;
}

.widget-title{
    font-size: 1.6em;
    margin-top: 0;
}
.textwidget p{
    padding: 0 .4em;
}
.home-top .widget{
    margin-bottom: 0;
    padding: 0;
}
.home .widget{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
/*
.event_banner{
    background: url(images/event-alt-right.jpg) no-repeat top left transparent;
    height: 70px;
    margin: 3px 0;
    position: relative;
    width: 200px;
}
.alt_event{
    background: url(images/event-alt-left.jpg) no-repeat top left transparent;
}
.first_event{
    background: url(images/event-first.jpg) no-repeat top left transparent;
}
.event_title{
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    height: 34px;
    line-height: 16px;
    padding: 4px 2px 0;
    text-shadow: 2px 2px 4px #000000;
    width: 145px;
}
.event_title a, .event_title a:hover, .event_title a:visited{
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 16px;
}
.event_time{
    bottom: 13px;
    color: #000000;
    display: block;
    float: left;
    font-size: .9em;
    letter-spacing: -.2px;
    position: absolute;
    width: 160px;
    padding: 0 2px;
}
.event_date{
    bottom: 0;
    color: #000000;
    display: block;
    float: left;
    font-size: .9em;
    font-weight: bold;
    position: absolute;
    width: 146px;
    padding: 0 2px;
}
.alt_event .event_time, .alt_event .event_date{
    right: 0;
    text-align: right;
}
.even_event .event_time, .even_event .event_date{
    left: 0;
}
.alt_event .event_title{
    text-align: right;
}
.even_event .event_title{
    text-align: left;
}
.event_banner img{
    float: right;
}
.alt_event img{
    float: left;
}*/
.transposh_flags{
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 0 1px #171717;
    padding: 0.7em 1em;
    border: 1px solid #2b2b2b;
}
.transposh_flags br{
    display: none;
}
.transposh_flags a span, .transposh_flags a img{
    vertical-align: middle;
}
#jbsrecentcomments{
    font-size: .8em;
}
#jbsrecentcomments li a{
    color: #177EC0;
}
#jbsrecentcomments .avatar-cont{
    float: left;
    text-align: center;
    width: 20%;
    margin-right: 4%;
}
#jbsrecentcomments .avatar{
    border-radius: 24px;
    width: 48px;
}
#jbsrecentcomments .avatar-cont span{
    color: #177EC0;
}
#jbsrecentcomments .comment-post-title a{
    color: #D3860C;
}
#jbsrecentcomments .comment-excerpt{
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 70%;
    padding-left: 5%;
    position: relative;
}
#jbsrecentcomments .comment-excerpt:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  display: block;
  position: absolute;
  left: -0.1em;
  top: -0.28em;
}
#wpstats{
    display: none;;
}
/* =Event Calendar
----------------------------------------------- */

.cal_date {
    color: #999999;
    font-size: 120%;
    font-weight: bold;
}
table.fullcalendar td {
    border: medium none !important;
    height: 20px !important;
    padding-bottom: 5px;
    width: auto !important;
}
table.fullcalendar tr {
    border-bottom: 1px solid #CCCCCC;
}
table.fullcalendar td ul{
    list-style: none;
    margin-left: 1em;
}
table.fullcalendar td ul li {
    margin-bottom: 3px;
}
table.fullcalendar td.month_name {
    font-size: 120%;
    font-weight: bold;
}
html table.em-calendar td.eventful li a, html table.em-calendar td.eventful-today li a, html table.em-calendar td.eventful-pre a, html table.em-calendar td.eventful-post a {
    color: #339933 !important;
}
html table.fullcalendar td li.event_1759 a {
    color: #FF9900 !important;
}
html table.fullcalendar td li.event_1641 a {
    color: #3366CC !important;
}
table.em-calendar td.eventful-post a {
    font-weight: bold;
    text-decoration: none !important;
}
html table.em-calendar td.eventless-today, table.em-calendar td.eventful-today{
    background-color: #dfdfdf
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}


/* =Email Signup Form
----------------------------------------------- */
#popup{
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

#popup .mc_help{
    display: none;
}
#popup .mc_merge_var{
    width: 40%;
    display: inline-block;
    margin: 0 5% .5em 0;
}
#popup .mc_var_label {
    display: inline-block;
    width: 40%;
}
#popup div.mc_interest{
    float: left;
    width: 50%;
}
#popup .mergeRow{
    float: right;
    width: 50%
}
#popup .mc_signup_submit{
    clear: both;
}
#popup .mc_interests_header{
    font-size: 1.5em;
    line-height: 1.8em;
}
#popup .mc_input{
    width: 100%;
}
/* =Responsive Grid
----------------------------------------------- */
.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.container [class*="grid-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    position: relative;
}
.container .alpha {
    margin-left: 0;
    padding-left: 0;
}
.container .omega {
    margin-right: 0;
    padding-right: 0;
}
.container .grid-10 {
    width: 10%;
}
.container .pull-10 {
    left: -10%;
}
.container .push-10 {
    left: 10%;
}
.container .grid-20 {
    width: 20%;
}
.container .pull-20 {
    left: -20%;
}
.container .push-20 {
    left: 20%;
}
.container .grid-30 {
    width: 30%;
}
.container .pull-30 {
    left: -30%;
}
.container .push-30 {
    left: 30%;
}
.container .grid-40 {
    width: 40%;
}
.container .pull-40 {
    left: -40%;
}
.container .push-40 {
    left: 40%;
}
.container .grid-50 {
    width: 50%;
}
.container .pull-50 {
    left: -50%;
}
.container .push-50 {
    left: 50%;
}
.container .grid-60 {
    width: 60%;
}
.container .pull-60 {
    left: -60%;
}
.container .push-60 {
    left: 60%;
}
.container .grid-70 {
    width: 70%;
}
.container .pull-70 {
    left: -70%;
}
.container .push-70 {
    left: 70%;
}
.container .grid-80 {
    width: 80%;
}
.container .pull-80 {
    left: -80%;
}
.container .push-80 {
    left: 80%;
}
.container .grid-90 {
    width: 90%;
}
.container .pull-90 {
    left: -90%;
}
.container .push-90 {
    left: 90%;
}
.container .grid-100 {
    width: 100%;
}
.container .pull-100 {
    left: -100%;
}
.container .push-100 {
    left: 100%;
}
.container .grid-25 {
    width: 25%;
}
.container .pull-25 {
    left: -25%;
}
.container .push-25 {
    left: 25%;
}
.container .grid-50 {
    width: 50%;
}
.container .pull-50 {
    left: -50%;
}
.container .push-50 {
    left: 50%;
}
.container .grid-75 {
    width: 75%;
}
.container .pull-75 {
    left: -75%;
}
.container .push-75 {
    left: 75%;
}
.container .grid-33 {
    width: 33.33333%;
}
.container .pull-33 {
    left: -33.33333%;
}
.container .push-33 {
    left: 33.33333%;
}
.container .grid-66 {
    width: 66.66667%;
}
.container .pull-66 {
    left: -66.66667%;
}
.container .push-66 {
    left: 66.66667%;
}
.container .centerGrid {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 200px) and (max-width: 768px) {
    body .shareaholic-floated-share-buttons-container, .lr-mobile-top-wrap, .lrshare_button{
        display: none;
    }
    img{
        width:100%;
    }
    #masthead .container{
        background: none;
    }
    #masthead .topsearch{
        padding: 0 8%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #masthead{
        height: 140px;
        background-position: left -10px;
    }
    #masthead hgroup{
        height: auto;
    }
    .airing-slider{
        display: none;
    }
    h1.site-title{
        height: 40px;
        width: 100%;
        margin-top: 10px;
    }
    #content {
        padding-top: 15px;
    }
    #masthead .topsearch [type="search"]{
        width: 100%;
        float: right;
        position: relative;
        transition: none;

    }
    #masthead .topsearch [type="search"]:focus{
        position: relative;
        width: 100%;
        left: 0;
    }
    .footer-nav > li{
        margin: .75em auto;
        max-width: 48%;
        width: 48%;
        border: none;
        padding: 0 1%;
    }
    .video-list div a span{
        left: 10px;
        text-align: left;
    }
    html.js .footer-expand{
        display: block;
        border-top: none;
    }
    div.expand{
        display: none;
    }
    .home .featured-news{
        background-color: transparent;
    }
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .container [class*="grid-"] {
        display: inline;
        float: left;
        width: 100%;
    }
    .container [class*="grid-"] [class*="grid-"] {
        padding: 0;
        margin: 0;
    }
    .container .centerGrid {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .container .alpha {
        margin-left: 0;
        padding-left: 0;
    }
    .container .omega {
        margin-right: 0;
        padding-right: 0;
    }
    .container [class*="pull-"],
    .container [class*="push-"] {
        left: 0;
    }

    .container .hide-desktop {
        display: block;
    }

    .container .hide-mobile {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
    body .shareaholic-floated-share-buttons-container{
        display: none;
    }
    .container {
        width: 98%;
    }
    body{
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.4;
    }
    h1.site-title{
        width: 300px
    }
}
@media screen and (max-width: 860px){
    #masthead .small-nav a{
        font-size: 1.1em;
    }
}
@media screen and (min-width: 1030px) {
    .container {
        width: 1030px;
    }
}
@media screen and (min-width: 1120px){
    body{
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
}
/* Centering Grid */
.centerGrid {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* Clearfix */
.clearfix:after, .clearfix:before,
.container:after,
.container:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    clear: both;
    zoom: 1;
}
* html .clearfix, * html
.container {
    height: 1px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*  Features */
/* Show Elements */
.show-desktop {
    display: block;
}

.show-mobile {
    display: block;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504; }

.mfp-preloader a {
    color: #cccccc; }

.mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
    line-height: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px; }

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
    */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }

    .mfp-img-mobile img.mfp-img {
        padding: 0; }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; } }
@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }
.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

/*------------------------------------*\
jBar
\*------------------------------------*/

.jbar {
font-family:inherit; /* inherit your fonts */
background:#3D78BB;
border-bottom:3px solid #F9F9F9;
position:fixed;
top:0;
left:0;
z-index:998; /* set high to avoid possible existing z-indexes */
width:100%;
font-size: 1.2em;
}
.jbar,
.jbar-push {
display:none;
transition:margin-top .25s linear;
-webkit-transition:margin-top .25s linear;
-moz-transition:margin-top .25s linear;
}
.jbar-wrap {
padding:0 25px;
margin:8px 0;
text-align:center;
}
.jbar p {
margin:0;
padding:0;
}
.jbar p,
.jbar-button {
color:#FFF;
display:inline-block;
*display:inline;
zoom:1;
}
a.jbar-button {
    background: url("images/dot.png") repeat scroll left top #C82027;
    border: medium none;
    border-radius: 1em 1em 1em 1em;
    box-shadow: none;
    color: #fefc50;
    margin-left: 1em;
    font-size: 1em;
    padding: 0.4em 0.6em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(50, 50, 50, 0.8);
}
.jbar-button:hover {
background-image:none;
color: #fff;
}
.jbar-up-toggle {
position:absolute;
top:0;
right:30px;
display:block;
padding:10px 10px 5px;
background:#FDFB77;
border:3px solid #F9F9F9;
border-top:none;
border-radius:0 0 4px 4px;
box-shadow:0 1px 4px rgba(0,0,0,0.3);
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
transition:margin-top .15s linear;
-webkit-transition:margin-top .15s linear;
-moz-transition:margin-top .15s linear;
}
.jbar-down-toggle {
visibility:hidden;
position:fixed;
top:0;
right:30px;
z-index:999;
display:block;
padding:10px 10px 5px;
background:#FDFB77;
border:3px solid #F9F9F9;
border-top:none;
border-radius:0 0 4px 4px;
box-shadow:0 1px 4px rgba(0,0,0,0.3);
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
transition:margin-top .15s linear;
-webkit-transition:margin-top .15s linear;
-moz-transition:margin-top .15s linear;
}
.jbar-up-arrow {
width:17px;
height:19px;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAMAAABBexbDAAAADFBMVEXu7u5JSUkAAAAAAABdVQ4zAAAABHRSTlOGfRIAX3wErQAAADtJREFUeNrNzrENACAMA8EH9t8ZKXrjFXDlXONwzEohsEMEdojAI4QSQgmhhFBCKDHxYjKLyvQfBPrbBQBhAvZmanT9AAAAAElFTkSuQmCC) no-repeat center center;
}
.jbar-down-arrow {
width:21px;
height:23px;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAXCAMAAADTAfSvAAAAnFBMVEWgoKD///8PDw8RERH///+cnJyfn58rKyv///////////8mJib///////+ampr///+FhYX///////////////+Dg4P///////+Li4sGBgb///////////8hISGOjo7///////////+WlpaRkZH///////8vLy////////////////////8XFxf///8cHBz///8MDAwAAAAAAAAAAABgXTkEAAAANHRSTlNWJmUsKVVVMBsYOS8XGlMBSQUfMzVIBANLKjI4HS5NNx4vUE8tJDE6IzQrNiwhLQIrYSkAN4qAdAAAAIRJREFUeNrdz0UWwzAQA9ApMyVlprATt9b979bWjuH5CNVu/mYkgsxbR521Cp2/0qj5G2pUzaaSKuElzglRl3mYjAlodFou9pKB/NaeviyOhhNIneV3w6dDXzfjz0fN1eVo+/LbeSexuLor+H77RVaUcBWbbC5YptAq1stVmMJXLAKD+AAYmVm/0d4W0wAAAABJRU5ErkJggg==) no-repeat center center;
}

.ngg-album-compactbox {
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	border:none !important;
}

.custom-class .ngg-album-link {
	position:relative;
	left:-10px;
}

.ngg-album-compactbox:after, .ngg-album-compactbox:before {
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	border:none !important;
}

.ngg-album-compact h4, .ngg-album-compact p {
	/*margin-left:10px !important;*/
}

.custom-class .ngg-album-link .shadow {
	position:relative;
}

.custom-class .box-shadow-hover {
	width:200px;
	height:180px;
	top:0;
	left:0;
	z-index:1000;
}

.custom-box-shadow {
	-webkit-box-shadow: inset 0px 0px 10px 15px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: inset 0px 0px 10px 15px rgba(50, 50, 50, 0.7);
	box-shadow: inset 0px 0px 10px 15px rgba(50, 50, 50, 0.7);
}

.custom-class .box-shadow-hover .Link {
	position:relative;
	z-index:-1;
}

.custom-class .Link .Thumb {
	border:none !important;
}

.site-name { display:none; }
.jbs-featured-story { width:100%;display:block;clear:both; height:50px;background:#e10000;}
.jbs-featured-story .jbs-featured-story-content { width:960px;margin:0 auto;text-align:center;}
.jbs-featured-story .jbs-featured-story-content .jbs-featured-story-heading { font-size:1.5em; color:#fff;vertical-align:middle;line-height:50px;display:inline-block;margin-right:20px;}
.jbs-featured-story .jbs-featured-story-content a { background:#fdfb77;padding:5px 10px;border-radius:10px;text-decoration:none;color:#000;vertical-align:top;line-height:50px;}

/* Gabe's CSS 5/15/2015 Chris was here */
.navigation-main ul ul li {
width: 25%;
border-radius: 25px;
border: 1px solid transparent;
background-color: rgba(25, 25, 25, 0.44);
margin: 2%;
padding: 5px 0px 5px 25px;
}

.navigation-main ul ul li:hover {
border: 1px solid transparent;
background-color: ;
}

.navigation-main ul ul li a::before {
content: none;
}

.navigation-main ul ul li a::after {
content: "»";
padding-left: 5px;
font-size: 0.9em;
}

.photo-gallery{
	display: inline-block;
	text-align: center;
	width: 150px;
}
/*- Blog IMGs -> Prophetic Updates */
#widget_sp_image-5 {
  width: 100%;
}
.social-buttons .facebook {
  background: transparent url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/12/social-facebook-35x68.png") no-repeat scroll 0px 0px;
}
.social-buttons .twitter {
  background: transparent url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/12/social-twitter-35x68.png") no-repeat scroll 0px 0px;
}
.social-buttons .youtube {
  background: transparent url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/12/social-youtube-35x68.png") no-repeat scroll 0px 0px;
}
.social-buttons .pinterest {
  background: transparent url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/12/social-pinterest-35x68.png") no-repeat scroll 0px 0px;
}
.social-buttons .instagram {
  background: transparent url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/12/social-instagram-35x68.png") no-repeat scroll 0px 0px;
}
.social-buttons .blog {
  background: transparent url("https://s3.amazonaws.com/morningsidechurchinc/wp-content/uploads/sites/11/2015/12/social-blog-35x68.png") no-repeat scroll 0px 0px;
}

.productSlider {
	overflow: hidden;
	margin-bottom: 25px;
}
.productSlides ul{
	margin: 0;
	list-style: none;
}
.productSlides ul li {
	float: left;
	padding: 0;
	position: relative;
}
.productSlides ul li .productContainer{
	padding: 0 25px; 
}
.productSlides{
	overflow-x: scroll;
}
.product-price{
	color: #8a0000;
	font-size: 20px;
	font-weight: 700;
}
.product-title{
	color: #024976;
	font-size: 18px;
	font-weight: 700;
}
.productControls a {
	opacity: .5;
	color: #4f4f4f;
	height: 91px;
	widtH: 45px;
	top: 50%;
	margin: -50px -35px 0;
	display: block;
	position: absolute;
	cursor: pointer;
	transition: all .3s ease;
}
.productControls a:hover{
	opacity: .7;
}
.productControls .prev{
	left: 0;
	visibility: hidden;
}
.productControls .next{
	right: 0;
	visibility: hidden;
}
.productControls .prev::before{
	content: '\f001';
	font-size: 72px;
	font-family: "flexslider-icon";
	display: inline-block;
}
.productControls .next::before{
	content: '\f002';
	font-size: 72px;
	font-family: "flexslider-icon";
	display: inline-block;
}

.productSlides ul li:hover .productButtons{
	visibility: visible;
}

.productSlides ul li .add-to-cart{
	position: absolute;
    top: 10%;
    left: 0;
    color: #fff;
    background-color: #17c01f;
    border: 0 solid #17c01f;
    box-shadow: 0 -4px 0 -1px #129218 inset;
    width: 80%;
    height: auto;
    margin-left: 10%;
    text-align: left;
    text-transform: capitalize;
    line-height: 38px;
    border-radius: 4px;
    font-size: 16px;
    opacity:0;
	transition:all .3s linear;
}
.productSlides ul li:hover .add-to-cart{
	opacity: 1;
}
.productSlides ul li .add-to-cart:hover{
	background-color: #129218;
}

.productSlides ul li .add-to-cart .fa {
	font-size: 18px;
	margin: 0 10px 0 15px;
}

.productSlides ul li .productDetails{
	position: absolute;
    top: 25%;
    left: 0;
    color: #fff;
    background-color: #7f7f7f;
    border: 0 solid #7f7f7f;
    box-shadow: 0 -4px 0 -1px #666 inset;
    width: 80%;
    height: auto;
    margin-left: 10%;
    text-align: left;
    text-transform: capitalize;
    line-height: 38px;
    border-radius: 4px;
    font-size: 16px;
    opacity:0;
	transition:all .3s linear;
}
.productSlides ul li:hover .productDetails{
	opacity: 1;
}
.productSlides ul li .productDetails:hover{
	background-color: #666;
}

.productSlides ul li .productDetails .fa {
	font-size: 18px;
	margin: 0 10px 0 15px;
}

.productSlides ul li .productWishlist{
	position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    background-color: #ffa800;
    border: 0 solid #ffa800;
    box-shadow: 0 -4px 0 -1px #cc8600 inset;
    width: 80%;
    height: auto;
    margin-left: 10%;
    text-align: left;
    text-transform: capitalize;
    line-height: 38px;
    border-radius: 4px;
    font-size: 16px;
    opacity:0;
	transition:all .3s linear;
}
.productSlides ul li:hover .productWishlist{
	opacity: 1;
}
.productSlides ul li .productWishlist:hover{
	background-color: #cc8600;
}

.productSlides ul li .productWishlist .fa {
	font-size: 18px;
	margin: 0 10px 0 15px;
}


/*- Latest News */
ul.breaking-news {
  color: #3199dd;
  font-size: 1.1em;
  list-style-type: none;
  margin-left: 1em;
}
ul.breaking-news a {
  color: #404040;
}
ul.breaking-news a:hover {
  color: #3199dd;
}
ul.breaking-news li:before {
  content: "→";
  padding-right: 7px;
  line-height: 1.75em;
}
h3.breaking-news-title{
	background: #E10000;
}

