/*

Theme Name: vpntips x theme
Theme URI: http://vpntips.com/
Author: vpntips
Author URI: http://vpntips.com/
Description: VPN Tips Blog
Version: 1.0.0
Template: x

*/

/* blockquote */

.post blockquote{
    display:block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;

    /*Borders - (Optional)*/
    border-left: 15px solid #c76c0c;
    border-right: 2px solid #c76c0c;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

.post blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: "Lucida Grande", "Helvetica Nueue", Arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top:5px;
}

.post blockquote::after{
    /*Reset to make sure*/
    content: "";
}

.post blockquote a{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.post blockquote a:hover{
    color: #666;
}

.post blockquote em{
    font-style: italic;
}


/* format post with .unix class */

.unix pre {
    font-size: 0.75em;
}

.unix pre code.desc {
    /*opacity: 0.8;*/
    /*margin:0;*/
    word-wrap: normal;
}

.unix pre code{
    font-size: 1em;
}

/* style the title of the sharing buttons */
div.sharedaddy .sd-social h3.sd-title {
   font-size: 1em;
    color: crimson;

}

/* style the subscription box */

.x-subscribe-form-1 h1 {
    color: #272727;
}

.x-subscribe-form-1 label {
    color: #272727;
}

.x-subscribe-form-1 .submit {
    color: #272727;
    border-color: #272727;
}

.x-subscribe-form-1 .submit:hover {
    color: #272727;
    border-color: #2ecc71;
}
/*To remove the overlay when hovering the featured image */
a.entry-thumb:hover img {
    opacity: 0.95;
}

/* style section block title to blue */
body.single-post.unix .x-highlight {
    background-color: #358ccb;
    padding: 0.1em 0.3em;
}
/* remove border style */
body.single-post.unix  code {
    border-width: 0;
}

/* style non-code snippets using prism style */

.textonly {
    color: black;
    font-size: 0.75em;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    display: block;
    /*margin:0 0 1.313em;*/
    line-height: 1.7;
    word-break: normal;
    /*
    word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;
    border:1px solid #dfdfdf;border:1px solid rgba(0,0,0,0.075);
    padding:0.786em 1.071em;
    */
}

/* style start discussion text by discourse plugin */

#reply-title {
color: darkblue;
font-size: normal;
}

#reply-title a {
    text-decoration: underline;
}
/* hide leave a reply form */
#respond {
    display: normal;
}
    
