/** CGTruth CSS **/

/* #0F3A61 */

body {
  margin: 0;
  background-color: #f4f4f4;
  font-family: 'Segoe UI','Lucida Grande',Arial,Helvetica,Sans-Serif;
}

a {
  text-decoration: none;
  color: #205A8F;
}

a:hover {
  color: #000;
}

form { margin: 0; }
img { border: none; }

h1, h2, h3 { font-family: 'Inria Serif', serif; font-weight: 700; }



#debugInfo {
  display: none;
  position: fixed;
  z-index: 1501;
  width: 110px;
  background-color: #444;
  color: #ddd;
  font-size: 9pt;
  padding: 2px 5px;
  top: 20px;
  right:0;
  opacity: .8;
}




/** MAIN / COMMON **/
.main-cont {
  margin: 0;
}

.centered-div {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
  position: relative;
}


.fixed-page {
  padding: 0 15px 20px 15px;
}




/** COM BTNs **/
.com-btn {
  display: inline-block;
  padding: 15px;
  border-radius: 4px;
  background-color: #aaa;
  color: #fff;
  font-size: 13pt;
}
.com-btn:hover {
  background-color: #ccc;
}
.com-btn.float-right {
  position: absolute;
  right: 0;
}
.com-btn.float-left {
  position: absolute;
  left: 0;
}
.com-btn.shalow {
  padding: 7px 12px;
}
.com-btn.red {
  background-color: #DC0000;
  color: #eee;
}
.com-btn.red:hover {
  background-color: #F46666;
}
.com-btn.green {
  background-color: #204C1A;
  color: #eee;
}
.com-btn.green:hover {
  background-color: #4F8F45;
}
.com-btn.blue {
  background-color: #0F3A61;
  color: #eee;
}
.com-btn.blue:hover {
  background-color: #205A8F;
}



/** LOGO - NAV **/
.logo-nav-cont {
  height: 80px;
  border-bottom: 1px solid #205A8F;
  background-color: #CCD7E0;
  position: relative;
}
.logo-nav-cont.v2,
.logo-nav-cont.v1 {
  text-align: center;
}
.logo-cont,
.nav,
.main-menu-btn {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.main-menu-btn {
  width: 0px;
  height: 80px;
  margin: 0;
}
.main-menu-btn img {
  display: none;
  width: 24px;
  height: 24px;
}
.logo-cont {
  width: 20%;
}
.logo-cont img {
  width: 100%;
}
.logo-cont.v2,
.logo-cont.v1 {
  top: 9px;
  width: 175px;
}



/* NAV */
.nav {
  width: calc(80% - 20px);
  margin-left: 20px;
  position: relative;
}

.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li.menu-li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 20px;
  text-align: center;
}
.nav.v3 li.menu-li {
  margin: 0 15px;
}
.nav.v4 li.menu-li:not(.drop):hover .menu-a,
.nav.v3 li.menu-li:not(.drop):hover .menu-a {
  border-bottom: 2px solid #0F3A61;
}
.nav .menu-a {
  display: inline-block;
  text-align: center;
  color: #000;
  font-weight: bold;
  /*font-family: "Roboto", sans-serif;*/
  border-bottom: 2px solid transparent;
  position: relative;
  /*background-color: red;*/
}
.nav .menu-a:hover {
  color: #0F3A61;
}

.menu-drop-cont {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #f4f4f4;
  text-align: left;
  border: 1px solid #ddd;
  border-top-width: 0;
}
.nav .drop-a {
  display: block;
  padding: 15px;
  border-top: 1px solid #ddd;
}
.nav .drop-a:hover {
  background-color: #ddd;
}
.nav .donut {
  display: none;
  width: 15px;
  height: 15px;
  filter: opacity(20%);
  position: absolute;
  right: 15px;
  vertical-align: top;
  top: 19px
}


/* MOBILE NAV */
.nav.v2,
.nav.v1 {
  width: 0px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  border-radius: 1px solid #888;
  box-shadow: 2px 0 4px #000;
  z-index: 9000;
  overflow: hidden;
  margin-left: 0;
}
.nav.v2 li.menu-li,
.nav.v1 li.menu-li {
  display: block;
  width: auto;
  margin: 0;
}
.nav.v2 .menu-a,
.nav.v1 .menu-a {
  display: block;
  border-top: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  color: #999;
  border-bottom: none;
}
.nav.v2 .menu-a:hover,
.nav.v1 .menu-a:hover {
  text-decoration: none;
  border-bottom: none;
  background-color: #e2e2e2;
  color: #555;
}
.nav.v2 > ul,
.nav.v1 > ul {
  position: relative;
  top: 80px;
  border-bottom: 1px solid #ccc;
}
.main-menu-btn.v2,
.main-menu-btn.v1 {
  width: 24px;
  height: 80px;
  padding: 0 15px;
  position: absolute;
  left: 0;
}
.main-menu-btn.v2 img,
.main-menu-btn.v1 img {
  display: inline;
  position: relative;
  top: 28px;
}
.nav.v2 .menu-drop-cont,
.nav.v1 .menu-drop-cont {
  position: static;
  background-color: #fff;
  border: none;
}
.nav.v2 .drop-a,
.nav.v1 .drop-a {
  padding: 15px 15px 15px 25px;
}
.nav.v2 .drop-a:hover,
.nav.v1 .drop-a:hover {
  background-color: #eee;
}
.nav.v2 .donut,
.nav.v1 .donut {
  display: inline-block;
}
.nav.v2 .drop:hover .donut,
.nav.v1 .drop:hover .donut {
  filter: opacity(50%);
}
.nav .drop.active .donut {
  filter: opacity(100%) !important;
}

.svg.search {
  position: relative;
  width: 22px;
  top: 2px;
}
.nav.v2 #searchIcon,  /* hide search link */
.nav.v1 #searchIcon {
  display: none;
}

.nav .search-form {
  position: absolute;
  right: 0px;
  margin-right: 20px;
  border-right: 10px solid transparent;
  top: -14px;
  cursor: pointer;
}
.nav.v2 .search-form,
.nav.v1 .search-form {
  position: relative;
  margin: 0;
  border-right: none;
  top: auto;
}
.nav .search-string {
  display: none;
  height: 50px;
  width: 0px;
  padding: 2px 10px;
}
.nav.v2 .search-string,
.nav.v1 .search-string {
  display: inline-block;
  height: 50px;
  width: calc(100% - 20px);
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
}




/** SELECT ELEM LARGE **/
.large-sel {
  border: none;
  padding: 10px 42px 10px 10px;
  font-size: 12pt;
  border-radius: 3px;
  background: url("/img/up-down-arrows.svg") no-repeat right #fff;
  -webkit-appearance: none;
}




/** PAGING **/
.pager-cont {
  width: 98%;
  margin: 10px auto;
  font-size: 10pt;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.pager-cont div { display: inline-block; padding: 5px 1%; vertical-align: middle; }
.pager-cont.v2 div, .pager-cont.v1 div { display: block; font-size: 12pt; }
.pager-cont .page { width: 100px; text-align: left; }
.pager-cont .xtra { display: block; }
.pager-cont.v2 .xtra, .pager-cont.v1 .xtra { display: inline; margin-left: 20px; }
.pager-cont .links { width: 77%; white-space: normal; font-size: 12pt; }
.pager-cont.v2 .links, .pager-cont.v1 .links { width: 98%; }
.pager-cont .links a { 
  display: inline-block;
  background-color: #CBE1EF;
  border-radius: 4px;
  padding: 1px 5px;
  margin: 1px;
}
.pager-cont .links a:hover { background-color: #aaa; color: #fff; text-decoration: none; }
.pager-cont .curr { font-weight: bold; }
.pager-cont.v1 .links a { font-size: 16pt; margin: 3px; }




/** MAIN BODY **/
.main-body-cont {
  min-height: 50vh;
}



.gbc-serif-it {
  font-family: 'Inria Serif', serif;
  font-weight: 700;
}






/** HOME PAGE **/
.image-cycler-cont {
  position: relative;
  text-align: center;
}
.image-cycler-cont > img {
  display: inline-block;
  max-width: 100%;
}
.next-prev-btn {
  display: none; /* DISABLED */
  position: absolute;
  width: 38px;
  height: 38px;
  /*background-color: red;*/
  top: 50%; transform: translateY(-50%);
  z-index: 200;
  opacity: 0;
  transition: opacity 0.2s linear, filter 0.2s linear;
  filter: brightness(1);
}
.next-prev-btn:hover {
  filter: brightness(0);
}
.image-cycler-cont:hover .next-prev-btn,
.image-cycler-cont:hover .cycle-pager {
  opacity: 1;
}
.next-prev-btn.prev {
 left: 15px;
}
.next-prev-btn.next {
  right: 15px;
}
.next-prev-btn img {
  width: 38px;
  height: 38px;
}
.cycle-pager {
  position: absolute;
  display: inline-block;
  z-index: 200;
  bottom: 15px;
  left: 50%; transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.cycle-pager > img {
  width: 40px;
  height: 15px;
  filter: brightness(1);
}
img.cycle-pager-active {
  filter: sepia(100%) hue-rotate(80deg) saturate(500%) brightness(.6);
}

.front-heading {
  font-size: 14pt;
  font-weight: 400;
  font-family: 'Inria Serif';
  margin-top: 15px;
}
img.divider {
  display: block;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  filter: opacity(.4);
}
.front-cont.books {
  margin-top: 25px;
}
.front-cont > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  /*background-color: #ddd;*/
  position: relative;
}
.front-cont.books > div {
  margin: 0;
  padding: 40px 0 0 0;
  width: 50%;
}
.front-cont.books a {
  display: block;
  margin: 0 auto;
  width: 60%;
  box-shadow: 1px 1px 12px #555;
}
.front-cont.single > div {
  width: calc(100% - 20px);
}
.front-cont.double > div {
  width: calc(50% - 20px);
}

.front-cont.triple > div {
  width: calc(33.333% - 20px);
}
.front-cont.triple.v1 > div {
  display: block;
  width: auto;
  margin-top: 20px;
}
.front-cont > div img {
  display: block;
  width: 100%;
}
.front-sub-hdr {
  text-align: center;
  font-family: 'Inria Serif';
  font-weight: 700;
  font-size: 15pt;
}
.front-cont .gospel {
  font-family: 'Inria Serif';
  text-align: justify;
  font-size: 12pt;
  margin: 0 15px;
  width: calc(100% - 30px) !important;
}

.front-cont .txt-side {
  font-size: 30pt;
  font-weight: bold;
  width: calc(50% - 40px);
  vertical-align: middle;
}
.front-cont.v2 .txt-side,
.front-cont.v1 .txt-side {
  font-size: 20pt;
}
.front-cont.v1 .txt-side  {
  text-align: center;
}
.front-cont .vid-side {
  width: 50%;
  position: relative;
  padding-top: 0px;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
}
.front-cont .vid-side iframe,
.front-cont .vid-side object,
.front-cont .vid-side embed,
.front-cont .vid-side video {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 8px);
  height: 97%;
}
.front-cont.v1 > div {
  display: block;
  width: auto;
}
.front-cont.v1 .vid-side {
  width: calc(100% - 20px);
  position: relative;
  padding-top: 0px;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
}
.front-cont.v1 .vid-side iframe,
.front-cont.v1 .vid-side object,
.front-cont.v1 .vid-side embed,
.front-cont.v1 .vid-side video {
  top: 0;
  left: auto;
  width: calc(100% - 0px);
  height: 100%;
}


.front-prayer-cont {
  margin-top: 30px;
  background-color: #777;
  color: #fff;
  padding: 15px;
}
.front-prayer-cont.v1 .com-btn.float-right {
  position: relative;
}




/** Prayer Requests **/
.pry-req-frm { text-align: center; }
.pry-req-frm h1 { font-size: 2.5em; }
.pry-req-frm .req-area { background-color: #CCD7E0; border-radius: 9px; padding: 15px; }
.pry-req-frm table { border-spacing: 0; }
.pry-req-frm td { text-align: left; padding: 6px; }
.pry-req-frm td input { font-size: 11pt; }

.invalid-text-input {
  box-shadow: 0px 0px 4px 2px #f00; 
}



/** Contact Uss **/
.cont-us-frm { text-align: center; }
.cont-us-frm h1 { font-size: 2.5em; }
.cont-us-frm .req-area { background-color: #C9E4C4; border-radius: 9px; padding: 15px; }
.cont-us-frm table { border-spacing: 0; }
.cont-us-frm td { text-align: left; padding: 6px; }
.cont-us-frm td input { font-size: 11pt; }

.invalid-text-input {
  box-shadow: 0px 0px 4px 2px #f00; 
}





/* BOX LIST */
.box-list {
  position: relative;
}
.box-item {
  display: inline-block;
  width: calc(100% - 66px);
  position: relative;
  border: 0px solid #333;
  border-radius: 4px;
  padding: 10px 40px 10px 10px;
  margin: 5px 5px;
}
.box-item.class {
  background-color: #CCD7E0;
}
.box-item.post {
  background-color: #ECE0D4;
}
.box-item:hover {
  background-color: #ddd;
}
.box-item .play {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 6px;
}
.box-list.v1 .box-item {
  display: block;
  width: calc(100% - 66px);
}


/** POST LIST ITEMS **/
.post-items {
  overflow: hidden;
  padding: 0 15px;
  max-width: 900px;
  margin: 0 auto;
}
.post-items .pitem {
  padding: 10px 4px 0 4px;
  width: calc(100% - 8px);
  margin: 5px 0 0 0;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.post-items .pbody {
  margin: 0 0 0 100px;
  padding: 5px 5px 12px 5px;
  min-height: 120px;
}
.post-items.v1 .pbody { margin: 0; }
.post-items .pbody h2 { margin: 3px 0 9px 0; }
.post-items .pbody h2 a { color: #000; }
.post-items .pbody h2 a:hover { color: #0B49A8; }
.post-items .pbody .snip { font-weight: 300; }

.info-float { position: absolute; font-size: 9pt; margin: 13px 0 0 5px;}
.date-box { 
  background-color: #fcfcfc; border-radius: 6px; box-shadow: 0 0 3px -1px rgba(0,0,0,.6); 
  width: 80px; text-align: center; 
}
.date-box .db-month { background-color: #093982; color: white; font-size: 10pt; padding: 2px 0 4px 0; border-radius: 6px 6px 0 0 }
.date-box .db-day { padding: 4px 0; }
.date-box .day { font-size: 16pt; font-family: Arial; }
.date-box .dow { display: block; color: #0B49A8; }
.cat-box { 
  margin: 8px 0 0 0; text-align: center; padding: 1px 0; border-radius: 3px; 
}
.cat-box.ser-cat1 { background-color: #D7E6FD; }
.cat-box.ser-cat2 { background-color: #C7E3C6; }
.cat-box.ser-cat3 { background-color: #F9BE5D; }

.info-float.v1 { position: static; margin: 0; }
.info-float.v1 div, .info-float.v1 span { 
  width: auto; display: inline-block; font-size: 10pt; padding: 0;
}
.info-float.v1 .date-box { 
  padding-right: 6px; text-align: left; white-space: nowrap; border-radius: 3px; box-shadow: none; background-color: #e6e6e6;  
}
.info-float.v1 .db-month { border-radius: 3px 0 0 3px; padding: 3px 10px; text-align: center; }
.info-float.v1 span { padding: 3px 0 3px 8px; }
.info-float.v1 .cat-box { margin: 0 0 0 4px; padding: 3px 5px; }


.shelf-shad { opacity: .4; line-height: 0; max-width: 900px; }
.shelf-shad img {
  width: 100%; display: block;
}


/** GRID LIST **/
.grid-list {
  text-align: center;
}
.grid-list a {
  display: inline-block;
  width: 250px;
  height: 324px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px #777;
  color: #fff;
  font-size: 10pt;
}
.grid-list .baseline {
  text-align: left;
  height: 45px;
  width: calc(100% - 10px);
  background-color: rgba(0,0,0,.75);
  position: absolute;
  bottom: 0;
  padding: 5px;
}
.grid-list a:hover .baseline {
  background-color: rgba(0,0,0,.4);
}
.grid-list img.lang {
  display: block;
  position: absolute;
  width: 32px;
  right: 0;
  bottom: 0;
}





/** Page Presentation **/
.present-cont {
  padding: 15px 25px;
  font-size: 14pt;
  text-align: justify;
}
.present-cont.gray {
  background-color: #ddd;
}
.present-cont .pres-img {
  max-width: 100%;
  box-shadow: 0 0 9px #777;
}




/** Split-presentation **/
.present-split {
  display: inline-block;
  width: calc(50% - 5px);
  vertical-align: top;
}
.present-split.no-marg {
  font-size: 0;
  margin: 0 -2px;
  width: 50%;
  position: relative;
  left: 2px;
}
.present-split.v1,
.present-split.no-marg.v1 {
  width: auto;
  display: block;
}
.present-split .box {
  padding: 15px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 2px;
  margin: 20px;
  font-size: 14pt;
}
.present-split .box.shad {
  box-shadow: 0 0 11px #aaa;
  z-index: 400;
}
.present-split.no-marg .box {
  margin: 0;
}
.present-split .box.gray {
  background-color: #ccc;
}
.present-split .box-txt {
  text-align: justify;
}
.present-split .box-txt.urdu {
  text-align:right
}
.box-img {
  width: 130px;
}

.preset-triple-cont {
  box-shadow: 0 0 6px #888 inset; display: flex;
}
.preset-triple-cont.v1 {
  display: block;
}
.preset-triple {
  display: inline-block;
  width: calc(33% - 32px);
  vertical-align: top;
  padding: 0 15px 5px 15px;
  align-items: stretch;
  text-align: justify;
}
.preset-triple.gray {
  background-color: #ccc;
}
.preset-triple-cont.v1 .preset-triple {
  display: block;
  width: auto;
}


.title-view-cont {
  padding: 15px;
}
.title-info {
  
}
.title-info .ti-split {
  display: inline-block;
  width: calc(100% - 300px);
  padding: 0 10px;
  vertical-align: top;
}
.title-info .ti-split.right {
  width: 260px;
}
.title-info .links { border-top: 1px solid #ccc; margin-top: 10px; }
.title-info .links a { 
  display: block; height: 38px; padding: 6px; line-height: 28pt;
  border-width: 0px 1px 1px 1px; border-color: #ccc; border-style: solid;
  text-decoration: none; font-size: 14pt; font-weight: normal; 
}
.title-info .links a:hover { background-color: #D0DBE6; }
.title-info .title2 { color: #777; font-size: 10pt; }

.title-info.v1 .ti-split {
  display: block;
  width: calc(100% - 10px);
}



.blog-body {
  font-family: 'Inria Serif', serif;
}






/** COMMON FLOATING BOX **/
.floatbox { display: none; position: absolute; z-index: 9000; background-color: #fff; color: #000; padding: 15px; border-radius: 8px; box-shadow: 0 0 10px 1px #000; margin: 10px auto; }


.com-close { 
  right: -10px; top: -10px; width: 25px; height: 25px; position: absolute; cursor: pointer;
  background: url("/img/close-button.png") no-repeat;
}

.ellip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



/** OLB **/
.olb {
  padding: 0 15px;
}
.verse { margin: 10px 0; font-family: 'Inria Serif', serif; font-weight: 400; text-align: justify; font-size: 14pt;  }
.olb.v1 .verse { padding: 10px; }
.verse-error { margin: 10px 0; color: #CE0000; }
.olb-frm { border-spacing: 0; width: 80%; max-width: 300px; }
.olb-frm td { padding: 5px 5px 0 0;  }
.olb.v1 .olb-frm,
.olb.v1 .olb-frm input,
.olb.v1 .olb-frm select { font-size: 14pt; }
.olb-frm #tran { width: 100%; overflow: hidden; text-overflow: ellipsis; }



/** VERSE POPUP **/
#versePopupCont h1 {
  margin: 0;
  padding: 5px;
}
#vpInfoBar {
  padding: 5px 7px;
  background-color: #205A8F;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
#vpInfoBar div {
  display: inline-block;
  margin: 2px 0;
}
#versePopupCont .trans {
  float: right;
  white-space: nowrap;
}
#vpInfoBar.v1 div { display: block; }
#vpInfoBar.v1 div.trans { float: none; }
#vpVerseCont { 
  padding: 5px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-align: justify;
  font-size: 14pt; 
  max-height: 280px;
  overflow: auto;
  border-bottom: 2px solid #f2f2f2;
}






/* window mask */
#mask {
  position:absolute;
  top: 0;
  z-index:8000;
  background-color:#000;
  height: 0;
  opacity: .5;
  display:none;
}




#help {
  text-align: left;
  padding: 10px 10px 10px 40px;
  background: white url('/img/bulb.gif') no-repeat;
  background-position: -2px 10px;
  border: 1px dashed #999;
  margin: 8px 0px 0px 0px;
  color: #1F3487;
}


/**
* 
*   BOTTOM FOOTER
*
*/



/** FOOTER **/
.footer {
  min-height: calc(50vh - 81px);
  background-color: #0F3A61;
  clear: both; /* Some fixed pages have floating elements... safety  */
}


#bottomBay { position: relative; width: 100%; overflow: hidden; }

.bottom-Separator { height: 45px; background-color: #262626; border-bottom: 1px solid #000; }

#bottomCont { 
  width: 100%; 
  max-width: 1024px; 
  margin: 0px auto; 
  padding-top: 20px;
  font-size: 9pt; 
  overflow: hidden;
}
#bottomCont.v3, 
#bottomCont.v2 { max-width: 650px; }

#bottomCont a:not(.com-btn) { color: #ddd; white-space: nowrap; font-size: 11pt; }
#bottomCont a:hover { color: #fff; }
#bottomCont h5 { margin: 0 0 9px 0; color: #eee; font-size: 12pt; }

#bottomCont .sect { 
  float: left;
  width: 26%;
  min-width: 160px;
  min-height:125px;
  margin: 0 0 40px 15px;
  vertical-align: top; 
  color: #ccc;
  font-size: 11pt;
}
#bottomCont .sect.connect {
  width: 40%;
}
#bottomCont .sect.about {
  width: 20%;
}
#bottomCont .sect.legal {
  width: 32%;
}
#bottomCont .sect.about a {
  line-height: 18pt;
}
#bottomCont.v2 .sect,
#bottomCont.v3 .sect { width: 30%; }

#bottomCont.v2 .sect.connect,
#bottomCont.v3 .sect.connect {
  width: 60%;
}
#bottomCont.v3 .sect.legal {
  width: 90%;
}


#bottomCont.v1 { max-width: 381px; }
#bottomCont.v1 .sect { height: auto; float: none; width: auto; }

#bottomCont.v2 a:not(.com-btn) { font-size: 12pt; }
#bottomCont.v1 a:not(.com-btn) { font-size: 14pt; }

#bottomCont .subinput {
  width: 200px;
  /*border: 0px solid #BBA94F;*/
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}


.footer-tbl { border-spacing: 0; }
.footer-tbl .hdr { padding: 0; }
.footer-tbl td { padding: 5px 5px 8px 8px; }
.footer-tbl .icon {
  line-height: 0;
  padding: 5px 5px 8px 0;
  opacity: .6
}

.follow-ftr {
  margin-top: 20px;
  font-size: 15pt;
}
.fb-footer {
  width: 36px;
  height: 36px;
  position: relative;
  top: 9px;
  left: 10px;
}
