/*
Theme Name: Triple 1 Blessings 20190204
Theme URI: http://www.triple1blessings.org
Author: Thaddeus Ternes
Author URI: http://www.eveningindie.com
Description: Custom theme for Triple 1 Blessings
Version: 1.0-20190204
License: Private
License URI: 
Tags: t1b
Text Domain: t1b
*/

/* wordpress image layout */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

body {
  font-family: "Open Sans", sans-serif;
}

body p {
  font-size: 14px;
}
li {
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase;
  color: #8E8E93;
  font-weight: bold;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

#site-header-image {
	cursor: pointer;
}

a {
  color: #27635c
}
a:hover {
  color: #27635c
}

.post {

}

.post hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #B9DCD4;
    margin: 1em 0;
    padding: 0;
}

.entry {
	margin-top: 30px;
	margin-bottom: 100px;
}

.t1posttime {
	font-size: 14px;
}

.t1header {
  background: #27635c;
  height: 220px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/img-header-background-xlarge.png);
  position: relative;
}
.t1header-content {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/img-t1b-logo-xlarge@2x.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.t1header-logo {
	height: 150px;
}

.t1header-links {
  height: 150px;
  text-align: center;
  vertical-align: middle;
}
.t1header-links-left {
  margin-right: 20px;
  text-align: right;
}
.t1header-links-right {
  margin-left: 20px;
  text-align: left;
}
.t1header-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 95px;
}
.t1header-links ul li {
  display: inline;
  margin: 10px;
}
.t1header-links ul li a {
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -1px;
}
.t1hero {
  background-color: #b5d3b1;
  background-image: url("img/img-hero-happy-boy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 430px;
}
.t1hero-overlay {
  width: 20%;
  max-width: 330px;
  float: right;
  margin-top: 30px;
  margin-right: 60px;
}
.t1hero-overlay h1 {
  color: #eee;
  font-size: 58px;
  text-transform: uppercase;
  font-weight: 800;
}
.t1hero-baseline-container {
  height: 110px;
}
.t1hero-baseline {
  height: 130px;

  position: relative;
  z-index: 3;
  left: 0px;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/img-hero-overlay-xlarge.png);
}
.t1page {
  margin-top: 20px;
  margin-bottom: 0px;
}
.t1content {
  text-align: left;
  padding-left: 3%;
  padding-right: 3%;
/* 
  padding-left: 30px;
  padding-right: 30px;
 */
}

.t1-content-nosidebar {
  width: 70%;
  margin: auto;
  max-width: 1100px;
}

.t1sidebar {
  /* padding-bottom: 40px; */
  padding-left: 2%;
  padding-right: 2%;
}

.t1b-social-icon {
  margin-left: 0px;
  margin-right: 10px;
}

.t1b_quote_sidebar {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 4px;

  max-width: 400px;
}

.t1b_quote_header {
  top: 20px;  
  left: -10px;
  height: 40px;

  z-index:-1;
  position:relative;

  /* border-style:solid;
  border-width:medium;
  border-color:Blue; */

  background-image: url("img/img-quote-background.png");
  background-repeat: no-repeat;
  background-position: left;
}

.t1b_quote_footer {
  height: 40px;
  width: 100%;

  z-index:-1;
  top: -20px;
  position: relative;
  

  /* border-style:solid;
  border-width:medium;
  border-color:rgb(255, 0, 0); */

  background-image: url("img/img-quote-background.png");
  background-repeat: no-repeat;
  background-position: right;
}

.t1b_quote_content {
  padding-top: 20px;
  margin-bottom: 0px;
}

.t1b_quote_content p {
  margin: 0px;
  color: #8E8E93;
}

.t1b-quote-avatar {
  text-align: right;
}

.t1b-quote-author {
  vertical-align: center;
}

.t1b_quote_attribution p {
  margin-bottom: 0px;
  margin-left: 10px;
}

.t1b_quote_attribution img {
  margin-right: 15px;
}

.t1b-quote-attribution-author-name {
  font-weight: 800;
}

.t1b-quote-attribution-author-description {
  font-weight: normal;
}

/* change li color */
.t1sidebar ul {
  list-style: none; /* Remove default bullets */
}

.t1sidebar ul li::before {
  content: "\2022";
  font-size: 14px;
  color: #8E8E93;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* change li color */

.t1hero-baseline {
  position: relative;
}

.t1footer {
  padding-bottom: 50px;
  padding-top: 60px;
  
  background: #10665c;
}

.t1footer h1 {
  font-size: 20px;
  font-weight: 800;
  color: #B9DCD4;
}
.t1footer p {
  color: #B9DCD4;
  font-size: 16px;
}

.container {
  width: 100%;
}

@media (min-width: 0) {
  .t1header {
    background-size: 350% 100%;
  }
  .t1header-links {
    display: none;
  }
  .t1header-content {
    background-size: 300px 112px;
  }
  .t1hero {
    display: none;
  }
  .t1hero-baseline-container {
    height: 20px;
  }
  .t1hero-baseline {
    top: -10px;
    height: 80px;
  }
}
@media (min-width: 357px) {
  .t1header-content {
    background-size: 350px 131px;
  }
  .t1hero-baseline-container {
    height: 70px;
  }
  .t1hero-baseline {
    top: 20px;
    height: 90px;
  }
}
@media (min-width: 400px) {
  body p {
    font-size: 14px;
  }
  li {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body p {
    font-size: 16px;
  }
  li {
    font-size: 16px;
  }
  .t1header {
    background-size: 100% 100%;
  }
  .t1header-links {
    display: block;
  }
  .t1header-content {
    background-size: 240px 89px;
  }
  .t1hero {
    display: block;
  }
  .t1hero-baseline-container {
    height: 110px;
  }
  .t1hero-baseline {
    top: 30px;
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .t1header-content {
    background-size: 350px 131px;
  }
  .t1header-links-left {
    margin-right: 50px;
  }
  .t1header-links-right {
    margin-left: 50px;
  }
  .t1header-links ul li a {
    font-size: 16px;
  }
}
