button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.default-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 36px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
    border-radius: 12px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    height: 47px;
    font-size: 18px;
    color: #222;
    padding: 0 5px;
    border-radius: inherit;
    border: 1px solid #222;
}

select {
    border: 1px solid #ccc;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6)
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}


/*
*==================================================
*     Blog Default Css
*==================================================
*/

article.sticky {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 30px;
    background-color: #FDFBF2;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

article.sticky::after {
    color: #F3D13D;
    content: "\f08d";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

article.post,
.widget,
.navigation.post-navigation {
    margin-bottom: 50px;
}

article.post .entry-header,
article.post .entry-content,
.entry-header .featured-img,
.comments-area h2.comments-title {
    margin-bottom: 20px;
}

.entry-content {
    margin-top: 0;
}

article.post a,
.widget h2 {
    color: #2c2c2c;
}

.entry-header h2,
.widget h2,
.comments-area h2.comments-title {
    font-size: 24px;
}

.entry-footer,
.entry-meta,
.cat-links {
    font-size: 90%;
}

.entry-footer span a,
.entry-meta span a,
.cat-links a {
    font-weight: 600;
}

.entry-meta>span,
.entry-footer>span {
    padding-right: 15px;
}

.entry-footer {
    margin-bottom: 8px;
}

article .entry-content .arpa-btn {
    margin-top: 15px;
}

.hentry {
    margin: 0;
}


/*   Widget css
===============================*/

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2em;
}

.widget ul li {
    padding: 8px 0;
}

.widget ul li a {
    color: #2c2c2c;
    font-size: 14px;
}

.widget ul li ul {
    padding-left: 15px;
}

.widget ul li ul li ul {
    padding-left: 8px;
}


/* Widget  Calender css
===============================*/

.widget table,
.entry-content table,
.comments-area table {
    width: 100%;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: center;
}

.widget table th,
.widget table td,
.entry-content table th,
.entry-content table td,
.comments-area table th,
.comments-area table td {
    border-left: 1px solid #ddd;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.widget table th,
.entry-content table th,
.comments-area table th {
    text-align: center;
    color: #F3D13D;
    background-color: #2c2c2c;
    padding: 12px;
}


/* Widget  Rss css
=============================*/

.widget.widget_rss ul li {
    margin-bottom: 30px;
}

.widget.widget_rss ul li .rssSummary {
    font-size: 95%;
    margin: 5px 0;
}

.widget.widget_rss ul li cite {
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}

.widget.widget_rss ul li a.rsswidget {
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.widget.widget_rss ul li span.rss-date {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 90%;
}


/*    Tagcloud Css
===============================*/


/*
.tagcloud a {
    color: #2c2c2c;
    padding: 10px 20px;
    margin: 0 6px 8px 0;
    border: 1px solid #222;
}

*/

.search-results article.page {
    display: none;
}

.no-results.not-found .page-content p {
    margin-bottom: 40px;
}


/*    Post Next Prev Css
================================*/

.nav-links {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.nav-links a {
    color: #2c2c2c;
    font-size: 90%;
    font-weight: 700;
}

.nav-links div {
    width: 50%;
    float: left;
}

.nav-links div.nav-next {
    text-align: right;
    float: right;
}


/*    Table Css
=============================*/

.entry-content table,
.entry-content dl,
.entry-content ul,
.entry-content ol,
.comments-area table,
.comments-area dl {
    margin-bottom: 25px;
}

.comments-area h2.comments-title {
    padding-bottom: 20px;
}

.entry-content table th a,
.comments-area table th a {
    color: #fff;
}

.entry-content table td,
.comments-area table td {
    text-align: left;
}

.entry-content dl dt,
.comments-area dl dt {
    margin-bottom: 6px;
}

.entry-content dl dd,
.comments-area dl dd {
    margin-bottom: 20px;
}

.entry-content ul,
.entry-content ol,
.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 20px;
    line-height: 2em;
}

article.post .entry-content ul,
article.post .entry-content ol {
    padding-left: 40px;
}


/*    Paginated Css
=============================*/

.entry-content .page-links {
    margin-top: 30px;
}

.entry-content .page-links a {
    background-color: #222;
    color: #F3D13D;
    padding: 8px 18px;
}


/*    Comments Css
=============================*/

.comments-area,
.comment-respond {
    margin-top: 0;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #2c2c2c;
}

.comment-meta a.comment-edit-link {
    font-weight: 600;
}

.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}

.comment-metadata {
    margin-left: 50px;
    font-size: 90%;
    margin-bottom: 10px;
}

.comment-meta .comment-awaiting-moderation {
    margin-left: 50px;
}

.comment-author.vcard img {
    position: absolute;
    top: 6px;
    left: 0;
}

.comments-area .comment-reply-link {
    background-color: #4e9df1;
    color: #fff;
    margin-top: 20px;
}

.comment-list li.comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.comment-list li.comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px solid;
}

.comment-list li.comment .children {
    margin: 0;
    padding-left: 50px;
    list-style: none;
    margin-top: 30px;
}

.comment-list li.comment .children li .children {
    padding-left: 30px;
}

.comment-notes {
    font-size: 90%;
    margin-bottom: 30px;
}

textarea {
    height: auto;
}

.comments-area .comment-form p {
    margin-bottom: 20px;
}

.comments-area .comment-form label {
    display: block;
}

.comments-area .comment-form input,
.comments-area .comment-form textarea {
    width: 100%;
}

.comments-area .comment-form input[type="submit"] {
    width: auto;
}

.comments-area table tr td a {
    color: #2c2c2c;
}

blockquote {
    padding: 28px 20px 28px 55px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 10px solid #4e9df0;
    background-color: #EEEEEE;
    line-height: 26px;
    color: #2c2c2c;
}