/*
Theme Name: Sali Hughes Beauty Theme
Theme URI: 
Description: Sali Hughes Beauty Theme 
Version: 1.0
Author: 
Author URI:
License:
License URI:
Tags: two-columns, right-sidebar, featured-images, custom-menu
*/

/*  -----------------------------------------------------------------
        Fonts Included
    -----------------------------------------------------------------
    1 > font-family: 'Open Sans', sans-serif;
    2 > font-family: 'FontAwesome';
*/

/*  -----------------------------------------------------------------
        Basic Styles.
    ----------------------------------------------------------------- */

body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 8px;
    padding: 0 0 8px;
} 
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left {
    float: left;
    width: auto;
}
.right {
    float: right;
    width: auto;
}
.center {
    text-align: center;
}
img {
    border: none;
}
img.alignright {
    float: right;
    margin: 3px 0 5px 15px;
    padding: 5px;
} 
img.alignleft {
    float: left;
    margin: 3px 15px 5px 0;
    padding: 5px;
}
img.aligncenter {
    display: block;
    margin: 3px auto 15px;
    padding: 5px;
}
a img.alignright {
    float: right;
    margin: 4px 0 5px 10px;
}
a img.alignleft {
    float: left;
    margin: 4px 10px 5px 0;
}
a img.aligncenter {
    display: block;
    margin: 0 auto; 
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	height: auto;
	max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    outline: none;
}
input[type="submit"] {
    cursor: pointer;
    outline: none;
}
blockquote {
    border-left: solid 6px;
    font-size: 14px;
    font-style: italic;
    padding: 7px 0 0 30px;
    width: 400px;
}
.clear {
    clear: both;
}

/*  -----------------------------------------------------------------
        Post Formats Styles.
    ----------------------------------------------------------------- */

.sticky .post-content {
    background: #FEFFDD;
    padding: 5px 10px 10px;
}
.format-video iframe, .format-video object {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.format-video .post-bottom,
.format-quote .post-bottom {
    padding: 10px 0 0; 
}
.format-video .post-info,
.format-quote .post-info{
    display: inline-block;
    float: left;
    padding: 0;
    vertical-align: middle;
}
.format-video .read-more,
.format-quote .read-more{
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.format-quote .quote:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0;
}
.format-quote .quote:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
}
.format-quote .quote {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 0 50px;
    position: relative;
}
.format-quote .quote-author:before {
    content: '\f068';
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}
.format-quote .quote-author {
    display: inline-block;
    color: #06C;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding: 0 0 30px;
    position: relative;
    top: 30px;
}

/*  -----------------------------------------------------------------
        Comments Styles.
    ----------------------------------------------------------------- */

.comment-template {
    border-top: 3px solid #000;
    margin: 30px 0 0;
    padding: 5px 0 0;
}
.comment-template h3 {
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    line-height: 26px;
    padding: 5px 0;
}
ol.commentlist {
    margin: 20px 0;
    text-align: justify;
}
ol.commentlist li li.bypostauthor { 
    background-color: #F5FDFF;
}
ol.commentlist li {
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    list-style: none;
    margin: 0 0 20px;
    padding: 10px;
    background : #f6f6f6;
}
ol.commentlist li li {
    background: none;
    border: solid 1px #ccc;
    margin: 25px 0px 15px 25px;
    padding: 5px;
}
.comment-body {
    clear: both;
    min-height: 110px;
    position: relative;
}
.comment-author.vcard {
    left: 0;
    margin: 0;
    position: absolute;
    top: -10px;
}
.avatar {
    border: solid 1px #F3F3F3;
    height: 48px;
    padding: 2px;
    width: 48px;
}
.fn {
    display: inline-block;
    padding: 10px 0 0;
}
.fn a,
.fn {
    color: #000;
    font-style: normal;
    word-wrap: normal;
    font-size: 14px;
    font-family: 'georgiaregular';
    text-transform: capitalize;
}
.fn a:hover {
    text-decoration: underline;
}
.commentmetadata {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.commentmetadata a,
.commentmetadata a:visited {
    color: #999;
    outline: none;
    text-decoration: none;
    font-family: 'georgiaregular';
    text-transform: capitalize;
}
.comment-body p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.reply {
}
.reply a:before {
    content: "\f064";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: normal;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.reply a {
    color:#000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 0;
}
.reply a:hover {
    color: #00F;
}
.comment-template a:hover {
    color: #00F;
}
#respond {
    margin-top: 10px;
}
#commentform {
}
#commentform p {
    color: #444;
}
#commentform input[type="text"] {
    background: #FFF;
    border: 1px solid #D6D6D6;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    outline: none;
    padding: 10px;
}
#commentform textarea {
    background: #fff;
    border: 1px solid #D6D6D6;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height:100px;
    min-width: 250px;
    outline: none;
    padding: 10px;
    resize: none;
    width: 50%;
}
#commentform label {
    color: #333;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}
#commentform input[type="submit"] {
    background: #676767;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 5px 15px;
    display: inline-block;
    background: -webkit-linear-gradient( to bottom , #aaaaaa 0px, #676767 100% );
    background: -o-linear-gradient( to bottom , #aaaaaa 0px, #676767 100% );
    background: -moz-linear-gradient( to bottom , #aaaaaa 0px, #676767 100% );
    background: linear-gradient( to bottom , #aaaaaa 0px, #676767 100% );
    -webkit-border-radius:  5px;
    -moz-border-radius:     5px;
    border-radius:          5px;
}
#commentform input[type="submit"]:hover {
    background: #232323;
    background: -webkit-linear-gradient( to bottom , #666666 0px, #232323 100% );
    background: -o-linear-gradient( to bottom , #666666 0px, #232323 100% );
    background: -moz-linear-gradient( to bottom , #666666 0px, #232323 100% );
    background: linear-gradient( to bottom , #666666 0px, #232323 100% );
}
#cancel-comment-reply-link { 
    color: #DB0000;
}
#respond p.form-allowed-tags {
    display: none;
}
h2.error,
.error {
    color: #D93C3C;
    font-family:Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight:normal;
    padding: 0 0 20px;
    text-transform:capitalize;
    border: none;
}

/*  -----------------------------------------------------------------
        Gallery Styles.
    ----------------------------------------------------------------- */

.wp-caption.alignnone {
    margin: 3px auto 15px;
}
.wp-caption.alignleft {
    margin: 3px 15px 5px 0;
}
.wp-caption.alignright {
    margin: 3px 0 5px 15px;
}
.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}
.gallery-item {
    float: left;
    margin: 0 4px 15px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    margin-bottom: 25px;
    margin-right: 50px;
    text-align: center;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
    margin-right: 4%; 
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    -webkit-transition: opacity 400ms ease;
    transition:         opacity 400ms ease;
    width: 100%;
}
.wp-caption p.wp-caption-text {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* edits 12-04-15 */
/*-- single page --*/
.post-author {
    padding: 4rem 0;
    display: inline-block;
    width: 100%;
}

.post-author .img-left {
    width: 59px;
    float: left;
    padding-right: 20px;
}

.saboxplugin-wrap {
   margin-bottom: 40px;
}

