/*
Theme Name: survivalcenter
Author: MOC
Version: 1.0
Text Domain: survivalcenter

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.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

.post-thumb {
    float: left;
    width: 260px;
    margin-right: 24px;
}
.content > .centered {
    padding: 35px 0px 65px 53px;
}
.content > .block-separator-line {
    display: block;
    margin-top: 7px;
}
#searchsubmit {
    margin-top: 15px;
}
.site-content {
    width: 800px;
    padding-right: 15px;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -1px;
}
.widget-area {
    overflow: hidden;
    padding: 20px 0 0 10px;
}
.post-list > li {
    padding: 0 0 33px;
    margin: 0 0 38px;
}
.post-list a {
    text-decoration: none;
}
.entry-content {

}
.entry-content ul li {
    list-style: disc outside none;
    font-size: 18px;
    line-height: 36px;
}
.entry-content ol li {
    list-style: decimal outside none;
}
.entry-content ul,
.entry-content ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
.entry-content b,
.entry-content strong,
.entry-content b *,
.entry-content strong * {
    font-weight: bold;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
    line-height: 1.8;
    margin: 0 0 8px;
    
}

.entry-content p {
   font-size:18px; 
    
}


/* Images */
.entry-content .alignleft {
    float: left;
}
.entry-content .alignright {
    float: right;
}
.entry-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
.entry-content img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.entry-content .wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
.entry-content img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.comments-area code {
    white-space: normal;
}
.comments-area {
    clear: both;
    font-size: 15px;
    margin-top: 40px;
    overflow: hidden;
}
textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #E2E2E2;
    padding: 10px;
    resize: none;
    width: 100%;
    margin: 10px 0;
}
.comment-respond {
    margin-top: 20px;
}
.comment-content.comment > p:first-child {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #E2E2E2;
    padding: 10px;
    margin: 10px 0;
}
.comment-author .avatar, .comment-author cite {
    margin-right: 5px;
}
#content img, #content p img {
    height: auto;
    max-width: 100%;
}
.comment-form label {
    width: 100px;
}
.comment-form > p {
    margin-top: 10px;
}

.commentlist .children {
    padding-left: 20px;
}

.commentlist li {
    margin-top: 10px;
}

.header .top-search input[type="text"] {
    height: 46px;
}

.header .top-nav > li {
    position: relative;
}

.single-post .post-pagination {
    margin-top: 38px;
}

.post-nav-separator {
    padding: 0 15px;
}

.video-container {     position: relative;     padding-bottom: 56.25%;     padding-top: 30px; height: 0; overflow: hidden; }   .video-container iframe, .video-container object, .video-container embed {     position: absolute;     top: 0;     left: 0;     width: 100%;     height: 100%; }
.header .contact-info-box span{
  color: #1b5e91;
}
.header .contact-info-box .phone-numb {
  color: #1b5e91 !important;
}
.header .contact-info-box .stars{
  background: url('https://cdn.shopify.com/s/files/1/0397/9069/t/2/assets/slice.png?17479400876020397934') no-repeat scroll 0 -38px transparent;
}
.free-shipping{
  background-color: #e8e8e8;
}
.free-shipping > figure{
	display: flex;
  display: -webkit-flex;
  padding-left: 5px;
}
.free-shipping > figure > figcaption{
  color: #1b5e91;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.free-shipping  > figure > figcaption > p{
  text-decoration: underline;
  font-size: 0.8em;
  padding: 0px 0px 5px 0px;
  line-height: 0.8em;
  font-weight: 800;
}
.header .contact-info-box span.h-phone {
    color: gray;
    display: block;
    font: 300 12px/15px Lato;
    letter-spacing: 4px;
    padding-right: 7px;
}
.header .top-nav > li > a{
  padding: 9px 22px;
}
.free-shipping > figure{padding-left: 0px;}
.free-shipping > figure > figcaption{ padding-top: 10px;}
.first-sale-block{width:auto;}
.sale .btn.btn-yellow:before {
  content: "";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 32px;
  height: 26px;
  margin-right: 0px;  
  background: url("https://cdn.shopify.com/s/files/1/0397/9069/t/2/assets/blog-icon-white25.png?223329377973584055") no-repeat scroll 0 0px transparent;
}
.sale .btn.btn-yellow {
  background: #1b5e91;
  background-image: -webkit-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -moz-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -ms-linear-gradient(top, #1b5e91, #2980b9);
  background-image: -o-linear-gradient(top, #1b5e91, #2980b9);
  background-image: linear-gradient(to bottom, #1b5e91, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font:900 14px/48px Lato;
  padding: 0;
  text-decoration: none;
  height: 48px;
  width: 120px;
  border: 0px;
}
.sale .btn.btn-yellow:hover {
  background: #588AB0;
  background-image: -webkit-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -moz-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -ms-linear-gradient(top, #588AB0, #1b5e91);
  background-image: -o-linear-gradient(top, #588AB0, #1b5e91);
  background-image: linear-gradient(to bottom, #588AB0, #1b5e91);
  text-decoration: none;
}
.mailmunch-popover-content{
  max-width: 700px !important;
}

.header h1 img{margin-bottom: 5px;margin-left: 0;}
.header h1 { width: 200px;}
.header h1 { width: 210px;}
.header .top-search input[type="text"] { width: 350px;}