/*
Theme Name: Indian-minimalist
Theme URI: https://github.com/DushyanthJyothi/indian-minimalist
Author: Dushyanth Jyothi
Author URI: http://dushi.co.uk/
Description: A mobile first clean simple minimalistic responsive one-column theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Indian-minimalist
Domain Path: /languages/
Tags: black, white, gray, blue, one-column, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, translation-ready

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.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/


 Table of Contents:

 1.0 - Reset
 2.0 - Typography
    2.1 - Headings
    2.2 - Text elements
 3.0 - Elements
 4.0 - Links
 5.0 - Forms
 6.0 - Selection
 7.0 - Alignments
 8.0 - Clearings
 9.0 - Accessibility
 10.0 - Widgets
 11.0 - Layout
 12.0 - Header
    12.1 - Titles 
 13.0 - Content
    13.1 - Entry Headers
    13.2 - Entry Thumbnails
    13.3 - Entry Content
        13.3.1 - Pagination
        13.3.2 - Galleries
    13.4 - Entry Footer
    13.5 - Navigation
    13.6 - Commnets
 14.0 - Site Footer
 15.0 - Media Queries
 16.0 - Print
 17.0 - Jetpack
 
Colors:
------
LightGray    #D3D3D3
DarkGray     #A9A9A9

Gray         #808080
MidGray      #878787
DimGray      #696969

DimmerGray   #343434
DimmestGray  #151515

*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing:         border-box;
}
body {
    background: #FFFFFF;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

html { 
    font-size: 62.5%; /* convenience of sizing rems in a way that is similar to using px. */
    line-height: 1.5; 
} 

body {
    /*font-family: 'Helvetica Neue', Arial, sans-serif;*/
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; 
    color: #343434;
    background-color: #FFFFFF;
    -ms-word-wrap: break-word;/*Important to keep everything with in the container*/
    word-wrap: break-word;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.site {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem;
}

/*--------------------------------------------------------------
2.1 - Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-weight: 300;
    line-height: 1.5;
}

h1 {
    font-size: 35px; 
    font-size: 3.5rem;         
}

h2 {
    font-size: 32px; 
    font-size: 3.2rem; 
 }

h3 {
    font-size: 29px; 
    font-size: 2.9rem;
}
h4 {
    font-size: 26px; 
    font-size: 2.6rem;
}

h5 {
    font-size: 23px; 
    font-size: 2.3rem;
}

h6 {
    font-size: 20px; 
    font-size: 2.0rem;  
}


/*--------------------------------------------------------------
2.2 - Text elements
--------------------------------------------------------------*/
p {
    font-size: 16px; 
    font-size: 1.6rem;  
    margin-bottom: 2rem;
    line-height: 2; 
}

b, strong {
    font-weight: 700;
}

dfn, em, i {
    font-style: italic;
}

cite {
    font-style: normal;
}

blockquote {
    padding: 0.5rem 0 0.5rem 2.5rem;
    margin: 0 0 1.5rem 0;
    border-left: 1rem solid #808080;
    page-break-inside: avoid;
    box-shadow: none;
}

blockquote p:last-child, 
blockquote ul:last-child, 
blockquote ol:last-child {
    margin-bottom: 0;
}

address {
    display: block;
    padding: 1.5rem;
    margin: 0 0 1.5rem 0;   
    word-break: break-all;
    word-wrap: break-word;  
    background-color: #F5F5F5;
    border: 0.1rem solid #C5C5C5;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;    
    box-shadow: none;
}

pre, code, kbd, tt, var {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
    display: block;
    padding: 1.5rem;
    margin: 0 0 1.5rem 0;   
    word-break: break-all;
    word-wrap: break-word;  
    background-color: #F5F5F5;
    border: 0.1rem solid #C5C5C5;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;    
    box-shadow: none;
}

code {
    padding: 0.2rem 0.4rem;
    margin-bottom: 1.5rem;   
    font-size: 90%;
    color: #C7254E;
    background-color: #F9F2F4;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    box-shadow: none;
}

kbd {
    padding: 0.2rem 0.4rem;
    margin-bottom: 1.5rem;   
    font-size: 90%;
    color: #FFFFFF;
    background-color: #343434;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    box-shadow: none;
}

abbr, acronym {
    cursor: help;
    border-bottom: 0.1rem dotted #343434;
}

mark, ins {
    color: #000000;
    padding: 0.2rem;
    background-color: #FF0;
}

sup,
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;   
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

q {
    font-style: italic;
}

/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 2.0rem auto;
    border: 0; 
    border-top: 0.1rem solid #C5C5C5;
}

ul, ol {
    padding: 0;
    margin: 0 0 1.5rem 2.5rem;
}
ul ul, ol ul, ul ol, ol ol {
     padding: 0;
     margin-bottom: 1.5rem;
}

li {
    padding: 0;
    margin: 1.5rem 0;
    line-height: 2;
}

ul {
    list-style: disc;
}
ul ul {
    list-style: square;
}
ul ul ul {
    list-style: circle;
}

ol {
    list-style: decimal;        
}
ol ol {
    list-style: lower-alpha;
}
ol ol ol {
    list-style: lower-roman; 
}

dl {
    padding: 0;
    margin: 0 0 1.5rem 0;
    line-height: 2;
}
dt, dd {
    padding: 0;
    margin: 0 0 1.5rem 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 1.5rem;
}

img, 
a img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
    padding: 0.2rem;
    margin: 0;    
    margin-bottom: 1.5rem;
    background-color: #FFFFFF;
    border: 0.1rem solid #C5C5C5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
img:hover,
img:focus,
img:active,
a img:hover,
a img:focus,
a img:active {
    border-color: #808080;
}

figure {
    margin: 0;
}

figcaption {
}

table {
    border-spacing: 0;
    border-collapse: collapse!important;
    background-color: transparent!important;
    border: 0.1rem solid #C5C5C5;
    width: 100%;
    margin-bottom: 1rem;
}
thead {
    display: table-header-group;
}
table>thead>tr>th, 
table>tbody>tr>th, 
table>tfoot>tr>th, 
table>thead>tr>td, 
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 0.8rem 0.4rem;
    vertical-align: top;
    border: 0.1rem solid #C5C5C5;
}
table>thead>tr>th {
    font-weight:900;
    vertical-align: bottom;
}
table>tbody>tr:nth-child(odd)>td,
table>tbody>tr:nth-child(odd)>th {
    background-color: #F5F5F5;
}

/*--------------------------------------------------------------
4.0 - Links
--------------------------------------------------------------*/
a {
    color: #808080;
    text-decoration: none;
}
a:visited {
    color: #808080;
}
a:hover, 
a:focus,
a:active {
    color: #343434;
}

/*--------------------------------------------------------------
5.0 - Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
    font-family: inherit;
    line-height: inherit; 
}
button,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; 
    color: #343434;
    background-color: #FFFFFF;   
    clear: both;
    float: none;
    margin: 0 auto;
    max-width: 100%;
}
/* buttons */
button, 
input[type=button], 
input[type=reset], 
input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;    
    text-align: center;
    margin: 0 auto;
    padding: 1rem 1.6rem;
    background-image: none;
    border: 0.1rem solid #C5C5C5;
    outline: 0;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
}
button:hover, 
button:focus, 
button:active,
input[type=button]:hover, 
input[type=button]:focus, 
input[type=button]:active, 
input[type=reset]:hover, 
input[type=reset]:focus, 
input[type=reset]:active, 
input[type=submit]:hover, 
input[type=submit]:focus, 
input[type=submit]:active {
    color: #343434;
    background-color: #F5F5F5;
    border-color: #C5C5C5;
    outline: 0;
}

/* input types */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;      
    margin: 0 auto;
    padding: 1rem 1.6rem;
    background-image: none;
    color: #343434;
    background-color: #F5F5F5;
    border: 0;
    outline: 0;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
}

input[type=text]:hover, 
input[type=text]:focus, 
input[type=text]:active, 
input[type=email]:hover, 
input[type=email]:focus, 
input[type=email]:active, 
input[type=url]:hover, 
input[type=url]:focus, 
input[type=url]:active,
input[type=password]:hover, 
input[type=password]:focus, 
input[type=password]:active,
input[type=search]:hover, 
input[type=search]:focus, 
input[type=search]:active {
    border: 0;
    outline: 0;   
    color: #343434;
    background-color: #F5F5F5;
}
input[type="search"] {
    text-align: center;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    height: auto;
    padding: 0.5rem 1.6rem;
    margin: 0 auto;
    color: #343434;
    background-color: #F5F5F5;
    border: 0;
    outline: 0;
    line-height: 2;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;    
}
textarea:hover, 
textarea:focus, 
textarea:active {
    border: 0;
    outline: 0;   
    color: #343434;
    background-color: #F5F5F5;    
}

input:-webkit-autofill {
    color: #343434;
    background-color: #F5F5F5; 
}
input:-moz-autofill,
textarea:-moz-autofill {
    color: #343434;
    background-color: #F5F5F5; 
}
input:-o-autofill,
textarea:-o-autofill {
    color: #343434;
    background-color: #F5F5F5; 
}
input:-khtml-autofill,
textarea:-khtml-autofill {
    color: #343434;
    background-color: #F5F5F5; 
}
/*--------------------------------------------------------------
6.0 - Selection
--------------------------------------------------------------*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
    color: #FFFFFF;
    background-color: #343434;
    text-shadow: none;
}

::-moz-selection {
    color: #FFFFFF;
    background-color: #343434;
    text-shadow: none;
}

/*--------------------------------------------------------------
7.0 - Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 - Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-header-image-wrapper:before,
.site-header-image-wrapper:after,
.site-header-branding-wrapper:before,
.site-header-branding-wrapper:after,
.site-header-main-toggle:before,
.site-header-main-toggle:after,
.toggles:before,
.toggles:after,
.panels:before,
.panels:after,
.search-wrapper:before,
.search-wrapper:after,
.widget-areas:before,
.widget-areas:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.site-content:before,
.site-content:after,
.content-area:before,
.content-area:after,
.site-main:before,
.site-main:after,
.hentry:before,
.hentry:after,
.entry-header:before,
.entry-header:after,
.entry-meta-post:before,
.entry-meta-post:after,
.entry-title:before,
.entry-title:after,
.entry-meta-author:before,
.entry-meta-author:after,
.entry-meta-links:before,
.entry-meta-links:after,
.entry-content:before,
.entry-content:after,
.entry-thumbnail:before,
.entry-thumbnail:after,
.gallery:before,
.gallery:after,
.page-content:before,
.page-content:after,
.page-header:before,
.page-header:after,
.comments-area:before,
.comments-area:after,
.comments-title:before,
.comments-title:after,
.comment-list:before,
.comment-list:after,
.comment:before,
.comment:after,
.comment-body:before,
.comment-body:after,
.comment-meta-author:before,
.comment-meta-author:after,
.comment-content:before,
.comment-content:after,
.comment-metadata:before,
.comment-metadata:after,
.comment-respond:before,
.comment-respond:after,
.entry-footer:before,
.entry-footer:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.site-header:after,
.site-header-image-wrapper:after,
.site-header-branding-wrapper:after,
.site-header-main-toggle:after,
.toggles:after,
.panels:after,
.search-wrapper:after,
.widget-areas:after,
.widget-area:after,
.widget:after,
.site-content:after,
.content-area:after,
.site-main:after,
.hentry:after,
.entry-header:after,
.entry-meta-post:after,
.entry-title:after,
.entry-meta-author:after,
.entry-meta-links:after,
.entry-content:after,
.entry-thumbnail:after,
.gallery:after,
.page-content:after,
.page-header:after,
.comments-area:after,
.comments-title:after,
.comment-list:after,
.comment:after,
.comment-body:after,
.comment-meta-author:after,
.comment-content:after,
.comment-metadata:after,
.comment-respond:after,
.entry-footer:after,
.site-footer:after {
     clear: both;
}
 

/*--------------------------------------------------------------
9.0 - Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
    box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px;
    clip: auto !important;
    display: inline-block;
    font-weight: 600;
    z-index: 100000;
    position: absolute !important;
    top: 2.4rem;
    left: 2.4rem;
}
.screen-reader-text {
    position: absolute;
    left: -10000rem;
}

/*--------------------------------------------------------------
10.0 - Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
11.0 - Layout
--------------------------------------------------------------*/
.site-header {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%;
}

/* Main container */
.site-content {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

/* Primary */
.content-area {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.site-main {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 0;
    width: 100%;
}

.site-footer {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 0;
    width: 100%;
}


/*--------------------------------------------------------------
12.0 - Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.1 - Titles
--------------------------------------------------------------*/
.site-header-image-wrapper {
    clear: both;
    float: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 1rem;
    display: block;  
    width: 100%;   
    max-width: 10.0rem!important;
    max-height: 10.0rem;  
}
.site-header-image-wrapper img {
    clear: both;
    float: none;
    margin: 0 auto;
    display: block;     
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.site-header-branding-wrapper {
    clear: both;
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 100%; 
    display: none;
}
.site-title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 1rem;
    padding: 0;
    margin: 0 auto;
    text-transform: capitalize;
    text-align: center;
    display: none;
}
.site-title a {
    text-decoration: none;
    color: #696969;
}
.site-description {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.5rem;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: none;
    color: #878787!important;
}

.site-header-nav-wrapper {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.main-navigation {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}
 .main-navigation ul a {
    display: inline-block;
    text-decoration: none;
    margin-right: 1rem;
    line-height: 2;
}
.main-navigation ul a {
    color: #343434;
}
.main-navigation ul a:visited {
    color: #343434;
}
.main-navigation ul a:hover, 
.main-navigation ul a:focus,
.main-navigation ul a:active {
    color: #808080;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
13.0 - Content
--------------------------------------------------------------*/
.hentry {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    margin: 0 auto;
}

.home.blog .hentry:first-child {
    margin-top: 2rem;
}

section.error-404,
section.not-found,
section.no-results {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    margin: 0 auto;
} 

/*--------------------------------------------------------------
13.1 - Content Headers
--------------------------------------------------------------*/
/* Entry header */
.entry-header {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.entry-title {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;    
    display: block;
}
.home.blog .hentry {
   margin-bottom: 2rem;
}

/* Page header */
.page-header {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.page-title {
    clear: both;
    float: none;
    padding: 0;
    width: 100%;    
    display: block;
}

/* Archive header */
.archive-header {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 4.5rem;
    text-align: center;
}
.archive-title {
    clear: both;
    float: none;
    padding: 0;
    margin-bottom: 0rem;
    width: 100%;    
    display: block;
}
.taxonomy-description p{
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}

/* Entry Format Types - for different post formats & pages */
.entry-format-type:before,
.entry-format-link:before {
    padding: 0;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 30px;
    font-size: 3rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
}
.entry-format-type,
.entry-format-link {
    clear: both;
    float: none;
    max-width: 8rem;   
    padding: 0;
    display: block;
    margin: 0 auto;    
}
.entry-format-type:before {
    content: "\f100";
}

.entry-format-link:before {
    content: "\f100";
}

.format-standard .entry-format-type:before{ 
    content: "\f100";
}
.sticky .entry-format-type:before {
   content: "\f308";
}
.format-aside .entry-format-type:before {
    content: "";
}
.format-aside .entry-format-link:before {
    content: "\f101";
}
.format-image .entry-format-type:before{
    content: "";
}
.format-image .entry-format-link:before {
    content: "\f102";
}
.format-gallery .entry-format-type:before{
    content: "";
}
.format-gallery .entry-format-link:before {
    content: "\f103";
}
.format-video .entry-format-type:before{
    content: "";
}
.format-video .entry-format-link:before {
    content: "\f517";
}
.format-audio .entry-format-type:before{
    content: "";
}
.format-audio .entry-format-link:before {
    content: "\f109";
}
.format-link .entry-format-type:before{
    content: "";
}
.format-link .entry-format-link:before {
    content: "\f107";
}
.format-quote .entry-format-type:before{
    content: "";
}
.format-quote .entry-format-link:before {
    content: "\f106";
}
.format-status .entry-format-type:before{
    content: "";
}
.format-status .entry-format-link:before {
    content: "\f105";
}
.format-chat .entry-format-type:before{
    content: "";
}
.format-chat .entry-format-link:before {
    content: "\f108";
}
.page .entry-format-type:before,
.type-page .entry-format-type:before { 
    content: "\f425";
}

/* Entry Meta Data */
.entry-meta-post,
.entry-meta-author {
    font-size: 14px;
    font-size: 1.4rem; 
}
.entry-meta-post {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    display: block;
    margin: 0 auto;   
}
.posted-on:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 0.9rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 26rem;
    height: 0.1rem;  
    background: -moz-linear-gradient(left, rgba(51,51,51,0.01) 0%, rgba(51,51,51,0.2) 10%, rgba(51,51,51,0.50) 50%, rgba(51,51,51,0.2) 90%, rgba(51,51,51,0.01) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,0.01)), color-stop(10%,rgba(51,51,51,0.2)), color-stop(50%,rgba(51,51,51,0.50)), color-stop(90%,rgba(51,51,51,0.2)), color-stop(100%,rgba(51,51,51,0.01))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(left, rgba(51,51,51,0.01) 0%,rgba(51,51,51,0.2) 10%,rgba(51,51,51,0.50) 50%,rgba(51,51,51,0.2) 90%,rgba(51,51,51,0.01) 100%);
    background: -o-linear-gradient(left, rgba(51,51,51,0.01) 0%,rgba(51,51,51,0.2) 10%,rgba(51,51,51,0.50) 50%,rgba(51,51,51,0.2) 90%,rgba(51,51,51,0.01) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(51,51,51,0.01) 0%,rgba(51,51,51,0.2) 10%,rgba(51,51,51,0.50) 50%,rgba(51,51,51,0.2) 90%,rgba(51,51,51,0.01) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(51,51,51,0.01) 0%,rgba(51,51,51,0.2) 10%,rgba(51,51,51,0.50) 50%,rgba(51,51,51,0.2) 90%,rgba(51,51,51,0.01) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */    
}
.posted-on {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    display: block;
    margin: 0 auto;    
    position: relative;
    z-index: 1;
}
.entry-date,
.published {
    background: #FFFFFF;
    padding: 0 0.5rem;
    text-transform: capitalize;
    letter-spacing: normal;    
}

.byline:before {
    padding: 0;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    top: -0.1rem;
    margin-right: 0.2rem;
}
.byline {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    display: block;
    margin: 0 auto; 
}
.byline:before {
    content: "\f304";
}
.vcard {
    text-transform: capitalize;
}

/* Archives */
/* Tags, Categories, Authors */
.archive .archive-title:before {
    padding: 0;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 40px;
    font-size: 4rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    top: -0.16rem; 
    margin-right: 0.5rem;
    content: '\f505';  
}
.archive.date .archive-title,
.archive.category .archive-title,
.archive.tag .archive-title,
.archive.author .archive-title,
.archive.tag-sticky-2 .archive-title,
.archive.term-post-format-sticky-2 .archive-title,
.archive.tag-aside .archive-title,
.archive.term-post-format-aside .archive-title,
.archive.tag-image .archive-title,
.archive.term-post-format-image .archive-title,
.archive.tag-gallery .archive-title,
.archive.term-post-format-gallery .archive-title,
.archive.tag-video .archive-title,
.archive.term-post-format-video .archive-title,
.archive.tag-status .archive-title,
.archive.term-post-format-status .archive-title,
.archive.tag-quote .archive-title,
.archive.term-post-format-quote .archive-title,
.archive.tag-link .archive-title,
.archive.term-post-format-link .archive-title,
.archive.tag-audio .archive-title,
.archive.term-post-format-audio .archive-title {
   text-transform: capitalize;
}
.archive.date .archive-title:before {
    content: "\f307";
}
.archive.category .archive-title:before {
    content: "\f301";
}
.archive.tag .archive-title:before {
    content: "\f302";
}
.archive.author .archive-title:before {
    content: "\f304";
}
.archive.tag-sticky-2 .archive-title:before,
.archive.term-post-format-sticky-2 .archive-title:before {
    content: "\f308";
}
.archive.tag-aside .archive-title:before,
.archive.term-post-format-aside .archive-title:before {
    content: "\f101";
}
.archive.tag-image .archive-title:before,
.archive.term-post-format-image .archive-title:before {
    content: "\f102";
}
.archive.tag-gallery .archive-title:before,
.archive.term-post-format-gallery .archive-title:before {
    content: "\f103";
}
.archive.tag-video .archive-title:before,
.archive.term-post-format-video .archive-title:before {
    content: "\f517";
}
.archive.tag-status .archive-title:before,
.archive.term-post-format-status .archive-title:before {
    content: "\f105";
}
.archive.tag-quote .archive-title:before,
.archive.term-post-format-quote .archive-title:before {
    content: "\f106";
}
.archive.tag-link .archive-title:before,
.archive.term-post-format-link .archive-title:before {
    content: "\f107";
}
.archive.tag-audio .archive-title:before,
.archive.term-post-format-audio .archive-title:before {
    content: "\f109";
}
.archive.tag-chats .archive-title:before,
.archive.term-post-format-chat .archive-title:before {
    content: "\f108";
}

.archive-meta-author{
    background-color: #F5F5F5;
    border: 0.1rem solid #C5C5C5;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;    
    padding: 2rem;
    line-height: 2;
}
.archive-meta-author-img img{
    margin-bottom: 1rem;
}
.archive-meta-author-name{
    text-transform: capitalize;
}
.archive-meta-author-url {
    font-size: 14px;
    font-size: 1.4rem;
}  
.archive-meta-author-bio {
    font-size: 14px;
    font-size: 1.4rem;
}

/* Single image attachment entry meta */
.attachment-jpeg .entry-format-type:before { 
    content: "\f473";
}
.attachment-jpeg .entry-title {
    text-transform: capitalize;
}

.entry-meta-links {
    font-size: 14px;
    font-size: 1.4rem; 
    color: #808080;
    margin-bottom: 2rem;
}
.image-full-size-link:before,
.parent-post-link:before {
    padding: 0;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    top: -0.1rem;
    margin-right: 0.5rem;
}
.image-full-size-link,
.parent-post-link {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    display: block;
    margin: 0 auto;
    line-height: 2;
}
.image-full-size-link:before {
    content: "\f474";
}
.parent-post-link:before {
    content: "\f103";
}

/*--------------------------------------------------------------
13.2 - Entry Thumbnails
--------------------------------------------------------------*/
.entry-thumbnail {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    height: auto;
}
.entry-thumbnail img {
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
13.3 - Entry Content
--------------------------------------------------------------*/
.entry-content,
.entry-summary,
.page-content {
    margin: 0 auto;
    margin-bottom: 2rem;
}

.sep {
    margin: 0 0.5rem;
}

.entry-content .tagcloud{
    text-align: center;
}

/* Captions, Image captions */
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    margin: 0;
    padding: 0;
    line-height: 2;
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.entry-content img.wp-smiley,
.page-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
    display: block;
}


/* attachments */
.attachment  .entry-title,
.type-attachment .entry-title {
    text-transform: capitalize;
}
.entry-attachment {
    text-align: center;
}

.format-status .entry-content>p {
    background-color: #F5F5F5;
    border: 0.1rem solid #C5C5C5;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;      
    box-shadow: none;  
    margin: 0;
    padding: 1.5rem;
}

.format-chat .entry-content p {
    padding: 1rem;
}
.format-chat .entry-content p:nth-child(even) { 
    background-color: #E5E5E5;
    box-shadow: none;     
}
.format-chat .entry-content p:nth-child(odd) { 
    background-color: #F5F5F5;
    box-shadow: none;     
}


/*content-none or no search results page*/
.no-results .page-content,
.not-found .page-content {
    text-align: center;
}

/*--------------------------------------------------------------
13.3.1 - Pagination
--------------------------------------------------------------*/
.page-links {
    clear: both;
    position: relative;
    display: block;
    vertical-align: middle;
    margin-left: 0.1rem;
    margin-bottom: 1.5rem;
    float: left;    
}
.page-links span.active-link,
.page-links a span.active-link {
    display: inline-block;
    padding: 0.6rem 1.2rem;  
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 0.1rem solid #C5C5C5;
    position: relative;
    float: left;
    cursor: pointer;
}
.page-links a+a span.active-link,
.page-links span.active-link {
    margin-left: -1px;
}
.page-links>a:first-child span.active-link,
.page-links>span.active-link:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -moz-border-top-left-radius: 0.5rem;
    -moz-border-bottom-left-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
}
.page-links>a:last-child span.active-link,
.page-links>span.active-link:last-child  {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    -moz-border-top-right-radius: 0.5rem;
    -moz-border-bottom-right-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
}
.page-links>a:first-child span.active-link {
    margin-left: 0;
}
.page-links span.active-link:hover,
.page-links a:hover span.active-link,
.page-links span.active-link:focus,
.page-links a:focus span.active-link {
    background-color: #F5F5F5;
}
.page-links span.active-link,
.page-links span.active-link:hover, 
.page-links span.active-link:focus {
    background-color: #F5F5F5;
}


/*--------------------------------------------------------------
13.3.2 - Galleries
--------------------------------------------------------------*/
.gallery {
    clear: both;
    float: none;
    width: 100%;  
    max-width: 690px;  
    padding: 0;
    display: block;
    margin: 0 auto;    
    margin-bottom: 1.5rem;
}
.gallery-item {
    float: left;
    margin: 0 0.4rem 0.4rem 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.gallery-item img {
    margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 0.4rem);
    max-width:         calc(50% - 0.4rem);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 0.4rem);
    max-width:         calc(33.3% - 0.4rem);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 0.4rem);
    max-width:         calc(25% - 0.4rem);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 0.4rem);
    max-width:         calc(20% - 0.4rem);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 0.4rem);
    max-width:         calc(16.7% - 0.4rem);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 0.4rem);
    max-width:         calc(14.28% - 0.4rem);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 0.4rem);
    max-width:         calc(12.5% - 0.4rem);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 0.4rem);
    max-width:         calc(11.1% - 0.4rem);
}
.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-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    opacity: 0;
    background: rgba( 255,255,255,0.8 );
    color: #343434;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}



/*--------------------------------------------------------------
13.4 - Entry Footer
--------------------------------------------------------------*/
.entry-footer {
    color: #808080;
    background: #FFFFFF;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;  
    margin-bottom: 2rem;
}
.cat-links:before,
.tags-links:before,
.comments-link:before,
.edit-link:before {
    padding: 0;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    top: -0.1rem;
    margin-right: 0.2rem;
}
.cat-links,
.tags-links,
.comments-link,
.edit-link {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    display: block;
    margin: 0 auto;   
    line-height: 2;    
}

.cat-links a,
.tags-links a,
.edit-link a {
    text-transform: capitalize;
}
.cat-links:before {
    content: "\f301";
}
.tags-links:before {
    content: "\f302";
}
.comments-link:before {
    content: "\f300";
}
.edit-link:before {
    content: "\f411";
}

/*--------------------------------------------------------------
13.5 - Navigation
--------------------------------------------------------------*/
/* Paging-Navigation */
/* Post-Navigation */
/*.image-navigation */

.navigation {
    clear: both;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
}
.paging-navigation a:before,
.post-navigation a:before,
.image-navigation a:before {
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 40px;
    font-size: 4rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
}
.paging-navigation a,
.post-navigation a,
.image-navigation a {
    color: white;
}
.paging-navigation a:before,
.post-navigation a:before,
.image-navigation a:before {
    font-size: 3.5rem;
    font-size: 3.5rem;
    border-radius: 50%;    
    -moz-border-radius: 50%;    
    -webkit-border-radius: 50%;    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #808080;
    color: #FFFFFF;
    display: block;
    opacity: 0.5;
    position: fixed;
    top: 50%;
    line-height: 1.7;
    text-decoration: none;
    width: 6rem;
    height: 6rem;
    z-index: 999; 
}
.paging-navigation a:hover:before,
.post-navigation a:hover:before,
.image-navigation a:hover:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.paging-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.image-navigation .nav-previous a:before {    
    left: 0;
    margin-left: -3.3rem;
    text-align: right;
    content: "\f430";
}
.paging-navigation .nav-next a:before,
.post-navigation .nav-next a:before,
.image-navigation .nav-next a:before {
    right: 0;
    margin-right: -3.3rem;
    text-align: left;
    content: "\f429";
}
.paging-navigation .nav-previous a,
.post-navigation .nav-previous a,
.image-navigation .nav-previous a {
    float: left;
}
.paging-navigation .nav-next a,
.post-navigation .nav-next a,
.image-navigation .nav-next a {
    float: right;
}
.paging-navigation .nav-previous a,
.post-navigation .nav-previous a,
.image-navigation .nav-previous a {
    color: #FFFFFF;
}
.paging-navigation .nav-next a,
.post-navigation .nav-next a,
.image-navigation .nav-next a {
    color: #FFFFFF;
}
.paging-navigation:after,
.post-navigation:after,
.image-navigation:after {
    clear: both;
}

/*--------------------------------------------------------------
13.6 - Commnets
--------------------------------------------------------------*/
/* =Comments */
.comments-area { 
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.comments-title { 
    padding: 1rem;
    text-align: center;
    background-color: #F5F5F5;
    border: 0.1rem solid #C5C5C5;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;    
}
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list .children {
    list-style: none;
}
.pingback,
.trackback {
    margin: 1rem 0;
}
.pingback a,
.trackback a {
    text-decoration: none;
}
.comment-list li.pingback .comment-body,
.comment-list li.trackback .comment-body {
    margin: 0;
    padding: 0;
    position: relative;
}

.comment-list li.comment {
    margin-top: 6rem;
}
.comment-list li.comment .comment-body {
    border-top: 0.1rem solid #C5C5C5;
    margin: 0;
    padding: 0;
    position: relative;
}
.comment-meta-author {
    display: block;
}
.comment-author {
    font-size: 14px;
    font-size: 1.4rem;     
    margin: 3rem 0 0;
    text-align: center;
}
.comment-author a {
    text-decoration: none;
    text-transform: capitalize;
}
.comment-author .avatar-wrapper {
    width: 5rem;
    height: 5rem;
    top: -2.8rem;
    margin-left: -2.8rem;
    position: absolute;
    display: block;
    left: 50%;
    z-index: 3;
    background-color: #FFFFFF;
}
.comment-author .avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.comment-author cite {
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.comment-author .says {
    display:none;
}

.comment-content {
    margin: 1rem auto;
}
.comment-content a {
    margin:0;
    padding:0;
    word-wrap: break-word;
}
.comment-metadata {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
.reply:before,
.post-date:before {
    padding: 0;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    top: -0.1rem;
    margin-right: 0.2rem;
}
.reply,
.post-date {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0 auto;    
}
.reply:before {
    content: "\f412";
}
.post-date:before {
    content: "\f307";
}

.no-comments {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

/* Comments form */
div#respond {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    display: block;
    margin: 0 auto;     
    position: relative;
}
.comment-respond {
    position: relative;
}
.comment-respond:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
}
.bypostauthor > .comment-body {
    border-top-color: #F45145;
}
.bypostauthor > .comment-body:after {
    border-top: 3px solid #F23628;
}
.bypostauthor > .comment-body .comment-author:first-of-type .avatar-wrapper {
    border-color: #F45145;
}
.comment-reply-title {
    padding: 0;
}

#cancel-comment-reply-link:before {
    padding: 0;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 33px;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    top: -0.1rem;
    margin-right: 0.2rem;
}
#cancel-comment-reply-link {
    padding: 0;
    margin: 0 auto; 
    display: inline-block;
}
#cancel-comment-reply-link:before {
    content: "\f405";
}
.comment-reply-title small{
    font-size: 100%;
}
.comment-notes {
    margin-bottom: 1.5rem;
}
.comment-form label {
    display: inline-block;
}
.comment-form .required {
    display: none;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    position: relative;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    padding: 0;
    margin: 0 auto;
    position: absolute;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #808080;
    border-radius: 0.5rem 0 0 0.5rem; 
    -moz-border-radius: 0.5rem 0 0 0.5rem;
    -webkit-border-radius: 0.5rem 0 0 0.5rem;    
}
.comment-form-author label {
    padding: 0.55rem 4.4rem 0.55rem 1rem;
}
.comment-form-email label {
    padding: 0.55rem 4.8rem 0.55rem 1rem;
}
.comment-form-url label {
    padding: 0.55rem 2.7rem 0.55rem 1rem;
}
.comment-form-comment label {
    padding: 0.55rem 1.3rem 0.55rem 1rem;
    border-radius: 0.5rem 0 0 0rem; 
    -moz-border-radius: 0.5rem 0 0 0rem;
    -webkit-border-radius: 0.5rem 0 0 0rem;   
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
    padding-left: 11.5rem;
    width: 100%;  
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
    clear: both;
    width: 100%;
    padding-left: 11.5rem;
}
.form-allowed-tags, 
.form-allowed-tags code {
    font-size: 14px;
    font-size: 1.4rem;
}
.comment-respond button, 
.comment-respond input[type=button], 
.comment-respond input[type=reset], 
.comment-respond input[type=submit] {
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
14.0 - Site Footer
--------------------------------------------------------------*/
/* search-wrapper */
.site-footer-search-wrapper {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.search-wrapper {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.search-wrapper input[type="search"],
.search-wrapper input[type="submit"] { 
    display: inline-block;
    margin: 0 auto;  
}
.search-wrapper input[type="search"] { 
    font-size: 12px;
    font-size: 1.2rem;
    width: 25rem;
    color: #A9A9A9;
}
.search-wrapper input[type="submit"]{ 
    display: none;
}

/* social-links  */
.site-footer-social-links-wrapper {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.social-links {
    clear: both;
    float: none;
    width: 100%;    
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.social-links ul a:before {
    -webkit-font-smoothing: antialiased;
    font-family: "Genericons";
    font-size: 20px; 
    font-size: 2.0rem;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}
.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.social-links ul a {
    display: inline-block;
    text-decoration: none;
}
.social-links ul a:before {
    background-image: none;
    color: #A9A9A9;
    background-color: #FFFFFF;
    border: 0.1rem solid #A9A9A9;
    cursor: pointer;
    display: block;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    border-radius: 50%;      
    -moz-border-radius: 50%;      
    -webkit-border-radius: 50%;
    content: "\f442";      
}
.social-links ul a.active:before {
    color: #343434;
    background-color: #FFFFFF;
    border-color: #343434;
}
.social-links ul a.foucs:before {
    outline: 0;
}
.social-links ul a:hover:before {
    color: #343434;
    background-color: #FFFFFF;
    border-color: #343434;
}
.social-links ul a:hover {
    text-decoration: none;
}
.social-links ul a[href*="wordpress.org"]:before,
.social-links ul a[href*="wordpress.com"]:before {
    content: "\f205";
}
.social-links ul a[href*="facebook.com"]:before {
    content: "\f204";
}
.social-links ul a[href*="twitter.com"]:before {
    content: "\f202";
}
.social-links ul a[href*="dribbble.com"]:before {
    content: "\f201";
}
.social-links ul a[href*="plus.google.com"]:before {
    content: "\f206";
}
.social-links ul a[href*="pinterest.com"]:before {
    content: "\f209";
}
.social-links ul a[href*="github.com"]:before {
    content: "\f200";
}
.social-links ul a[href*="tumblr.com"]:before {
    content: "\f214";
}
.social-links ul a[href*="youtube.com"]:before {
    content: "\f213";
}
.social-links ul a[href*="flickr.com"]:before {
    content: "\f211";
}
.social-links ul a[href*="vimeo.com"]:before {
    content: "\f212";
}
.social-links ul a[href*="instagram.com"]:before {
    content: "\f215";
}
.social-links ul a[href*="codepen.io"]:before {
    content: "\f216";
}
.social-links ul a[href*="linkedin.com"]:before {
    content: "\f207";
}
.social-links ul a[href*="/feed"]:before {
    content: "\f413";
}
.social-links ul a:before {
    content: "\f442";    
}
.site-info {
    clear: both;
    float: none;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2; 
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.site-info,
.site-info a {
    color: #A9A9A9;
}
.site-info a:visited {
    color: #A9A9A9;
}
.site-info a:hover, 
.site-info a:focus,
.site-info a:active {
    color: #343434;
}
/*--------------------------------------------------------------
15.0 - Media Queries
--------------------------------------------------------------*/
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}
@-webkit-viewport { 
    width: device-width; 
}
@-moz-viewport { 
    width: device-width; 
}
@-o-viewport { 
    width: device-width; 
}
@viewport { 
    width: device-width; 
}

@media (min-width: 320px){
}

@media (min-width: 480px){
    .site-header-branding-wrapper {
        display: block;
        margin-bottom: 2.5rem;
    } 
    .site-title {
        display: block;
    }      
}

@media (min-width: 600px){
    .site-title {
        margin-bottom: 1rem;
    }
    .site-description {
        display: block;
    }  
     #cancel-comment-reply-link {
        float: right;
        display: inline-block;
    }    
} 

@media (min-width: 768px) {
    .site {
         width: 690px;
    }    
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/*--------------------------------------------------------------
16.0 - Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
17.0 - Jetpack
Load Jetpack related css using "custom css" option 
in the Jetpack plugin
--------------------------------------------------------------*/


