/*
Theme Name: getnoticedchildtheme
Theme URI: https://www.beforethecross.com
Description: Get Noticed Child Theme
Author: Mike Mobley
Template: getnoticed
*/
@import url("../getnoticed/style.css");

.size-full {
	border: 1px solid #ddd;
	padding: 1.2%;
}
.wp-caption {
	border: 1px solid #ddd;
	font-size: 0.7em;
}
.wp-caption .size-full {
	border: none;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0.5em 0 0.3em;
}

.hentry blockquote {
  color: #000000;
  font-size: 1.05em;
  font-style: italic;
}

a { font-weight: bold; }

.lbsTooltip
{
background:#F8FAFC;
border: 1px solid gray;
z-index: 99;
text-align: left;
text-indent: 0;
letter-spacing: normal;
}

.lbsTooltip div
{
text-align: left;
}

.lbsTooltipHeader
{
background:#000000; 
color: white;
font-weight:bold;
font-size:15px;
line-height: 18px;
font-family:Arial,Helvetica,serif;
margin: 0;
padding:4px;
position:relative;
border: 0;
}

.lbsTooltipBody
{
padding: 4px 8px 0 8px;
margin:0;
position:relative;
z-index: 2;
border: 0;
line-height:16px;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
display: inline;
color: black;
font-family:Arial,Helvetica,serif;
font-size: 14px;
line-height:16px;
}

.lbsTooltipFooter
{
font-size:11px;
font-family:Helvetica,Arial,serif;
bottom:4px;
margin-top: 4px;
position:absolute;
text-align:right;
border: 0;
letter-spacing: normal;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover
{
color: #275783;
text-decoration: underline;
font-weight: normal;
font-size:11px;
font-family:Helvetica,Arial,serif;
}

.lbsTooltipFooter div
{
text-align:right;
}


.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
font-size: 85%;
top: -1px;
position: relative;
}

.lbsTooltipBody .ch-ref
{
font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
margin: 0;
padding: 0;
letter-spacing: normal;
}

.lbsLibronix img
{
float: none !important;
}

#headernav .social .facebook i,
#secondary .widget_sociallist .facebook i {
  background-color: #3B5998;
}
#headernav .social .twitter i,
#secondary .widget_sociallist .twitter i {
  background-color: #00ACED;
}
#headernav .social .linkedin i,
#secondary .widget_sociallist .linkedin i {
  background-color: #0072B3;
}
#headernav .social .google i,
#secondary .widget_sociallist .google i,
#headernav .social .googleplus i,
#secondary .widget_sociallist .googleplus i {
  background-color: #D14836;
}
#headernav .social .rssfeed i,
#secondary .widget_sociallist .rssfeed i {
  background-color: #FA9934;
}
#headernav .social .pinterest i,
#secondary .widget_sociallist .pinterest i {
  background-color: #CB2027;
}
#headernav .social .instagram i,
#secondary .widget_sociallist .instagram i {
  background-color: #A3785B;
}
#headernav .social .youtube i,
#secondary .widget_sociallist .youtube i {
  background-color: #D14836;
}
#headernav .social .vimeo i,
#secondary .widget_sociallist .vimeo i {
  background-color: #00ACED;
}

.sharebar .share-facebook a i {
background-color: #3B5998;
}
.sharebar .share-tweet a i {
background-color: #00ACED;
}
#secondary .widget_sociallist .linkedin i {
background-color: #0072B3;
}
.sharebar .share-google a i,
.sharebar .share-googleplus a i {
background-color: #D14836;
}
.sharebar .share-pinterest a i {
background-color: #CB2027;
}

.authorbox .getnoticed-social .facebook i {
    background-color: #3B5998;
}
.authorbox .getnoticed-social .twitter i {
background-color: #00ACED;
}
.authorbox .getnoticed-social .google i,
.authorbox .getnoticed-social .googleplus i {
background-color: #D14836;
}



@media(max-width:800px) {
 
    .site-navigation .mobile_actions #mobile_search {
        width: 30px;
        top: 6px;
        right: -5px;
    }
 
    .site-navigation .mobile_actions #mobile_search_s {
        width: 0px;
    }
 
    .site-navigation .mobile_actions #mobile_search_s:focus {
        width: 180px;
    }
 
    .site-navigation .innerwrap {
       -webkit-transition: none;
       transition: none;
    }
 
}