::selection {
    background: #000;
    color: #FFFFFF;
}
::-moz-selection {
    background: #000;
    color: #FFFFFF;
}

aside.widget {
    margin: 30px 0;
    border: 1px solid #ededed;
    padding: 30px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
aside.widget h5 {
    margin-bottom: 20px;
}
article.not-found,
article.no-results {
    padding: 30px 30px;
}
article.post,
.post-about-author,
.comments-area,
.author-info{
    margin: 30px 0;
    border: 1px solid #ededed;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}
.post-about-author,
.author-info{
    padding: 30px 30px;
}
.author_name {
    text-align: center;
}
.author_details_thumb {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: auto;
}
.author_details_thumb img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.author_details_description {
    width: 80%;
    display: block;
    text-align: center;
    margin: 20px auto;
}
.author_links {
    text-align: center;
}
.author_links a,
.comment-body .reply a,
.comments-link a,
.comment-form .submit{
    border: 1px solid #ededed;
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    text-align: center;
    margin: auto;
}
.author_links a:hover,
.comment-body .reply a:hover,
.comments-link a:hover,
.comment-form .submit:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.05);
    border-color: #ccc;
}
.comments-title {
    padding: 30px 30px;
    margin: 0;
}
.comment-respond {
    border: 1px solid #ededed;
    padding: 30px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.comment-list {
    padding: 30px 30px 0 30px;
    background: #f5f5f5;
    box-shadow: 0 5px 20px -10px rgba(0,0,0,.1) inset;
    margin: 0;
    display: inline-block;
}
.comment-list li {
    list-style: none;
}
.comment-form label,
.comment-form textarea,
.comment-form .form-submit {
    display: block;
    width: 100%;
}
.comment-form input {
    width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 32.9%;
    display: inline-block;
}
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .form-submit {
    padding: 0 5px;
}
.comment-form textarea,
.comment-form input {
    border: 1px solid #ededed;
    padding: 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.comment-form textarea:hover,
.comment-form input:hover {
    border-color: #ccc;
}
.searchTerm:focus,
.comment-form textarea:focus,
.comment-form input:focus{
    background: #ededed;
}
.comment-form .submit {
    background: #ededed;
    color: #000;
    border: 1px solid #ededed;
}
article.comment-body {
    background: #fff;
    border: 1px solid #ededed;
    padding: 30px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 0 30px 0;
}
.comment-body .comment-meta {
    position: relative;
}
.comment-body .avatar-wrap {
    float: left;
    margin: 0 20px 0 0;
}
.avatar-wrap img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.comment-body .comment-info,
.comment-body .comment-metadata {
    display: block;
}
.comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
}
.comment-body .reply a {
    padding: 2px 15px;
}

table th,
table td {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px;
}
aside.widget {
    padding: 30px 30px;
}
aside.widget.widget_search {
    padding: 0;
    border: 0 solid;
    background: transparent;
}
aside.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.author-name {
    display: block;
}
.post-control {
    padding: 30px 30px;
}
.post-block-thumbnail {
    background: #f5f5f5;
}
.post-block-description {
    padding: 0 30px 30px 30px;
}
.tagcloud .tag-link-count {
    font-size: 70%;
    position: relative;
    vertical-align: top;
}
.post-tags {
    padding: 0 30px 30px 30px;
}
.post-tags a {
    padding: 3px 10px 3px 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #999;
    position: relative;
    border: 1px solid #ededed;
    display: inline-block;
    margin: 3px 3px;
}
.post-tags a::before {
    content: "\e93f";
    font-family: ggticon;
    position: absolute;
    left: 6px;
    font-size: 11px;
    top: 2px;
}
.page-links span {
    padding: 1px 7px;
    font-size: 13px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.page-links a span {
    border: 1px solid #ededed;
    padding: 1px 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}
.post-excerpt input {
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 5px 10px;
}
.post-author-avatar img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.post-box-bottom {
    position: relative;
}
.post-box-bottom > div {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
    vertical-align: middle;
}
.post-box-bottom > div::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    top: 50%;
    right: 5px;
    opacity: 0.3;
}
.post-box-bottom > div:last-child:before {
    display: none;
}
.post-box-bottom .post-date {
    display: block;
}
.post-date .date-block:first-child {
    padding: 0 4px 0 0;
}
.post-like,
.post-share {
    padding: 0;
    border: 1px solid #ededed;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    float: right;
    font-size: 12px;
    vertical-align: top;
}
.like-button {
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1em;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.like-icon,
.like-count {
    display: inline-block;
    vertical-align: middle;
}
.like-icon {
    width: 16px;
    display: block;
    margin: auto;
    padding: 8px 0 2px 0;
}
.like-count {
    color: #999999;
}
.post-share-buttons {
    display: none;
    background: #fff;
    box-shadow: 0 2px 25px 15px rgba(0,0,0,.1);
    position: relative;
    width: 109px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 49px;
}
.post-share-buttons a span {
    font-size: 12px;
    padding: 0 10px;
    color: #222;
}
.posts-socials-icon.twitter {  color: #55acee;  }
.posts-socials-icon.facebook {  color: #3b5999;  }
.posts-socials-icon.google-plus {  color: #dd4b39;  }
.posts-socials-icon.linkedin {  color: #0077B5;  }
.posts-socials-icon.pinterest {  color: #bd081c;  }

.post-share-buttons i {
    font-size: 14px;
}
.post-share-buttons.show {
    display: block;
}
.post-share:hover .post-share-buttons {
    display: block;
}
.post-share-buttons a {
    display: block;
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #ededed;
}
.post-share-btn {
    color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    vertical-align: bottom;
    cursor: pointer;
}
.post-share-btn::before {
    content: "\e93a";
    font-family: ggticon;
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
}
.post-share-btn span {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    z-index: 0;
}
.post-share {
    margin-right: 10px;
}
.post-share::before,
.post-like::before {
    content: "";
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.post-share:hover::before,
.post-like:hover::before {
    opacity: 1;
}
.loader-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 50px;
    background: #FFFFFF;
    color: #000000;
    margin: auto;
    font-size: 10px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.comments-link a {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    padding: 0 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.post-categories {
    padding: 0;
    margin: 0;
}
.post-categories a {
    display: block;
}
.post-categories .post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-categories li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.post-categories li::after {
    content: "\e931";
    position: absolute;
    right: -15px;
    top: -3px;
    font-size: 11px;
    opacity: 0.3;
    font-family: ggticon;
}
.post-categories li:last-child::after {
    display: none;
}
.post-authore-avatar img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}
.post-navigation {
    border-top: 1px solid;
    margin: 0;
}
.post-previous a {
    float: left;
    position: relative;
}
.post-next a {
    float: right;
    position: relative;
}
.post-navigation .nav-btn {
    padding: 10px 30px;
    display: block;
    position: relative;
}

.post-navigation .nav-btn::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    top: -1px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.post-navigation .post-previous .nav-btn::before {
    right: 0;
}
.post-navigation .post-next .nav-btn::before {
    left: 0;
}
.post-navigation .post-previous:hover .nav-btn:before,
.post-navigation .post-next:hover .nav-btn:before {
    width: 100%;
}
.post-navigation .post-previous a:after {
    content: "\e906";
    font-family: ggticon;
    position: absolute;
    top: 10px;
    font-size: 15px;
    opacity: 1;
    left: 0;
}
.post-navigation .post-next a::after {
    content: "\e907";
    font-family: ggticon;
    position: absolute;
    top: 10px;
    font-size: 15px;
    right: 0;
}
.parasponsive_breadcrumbs {
    border: 1px solid #ededed;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 30px;
}
.breadcumbs-sep {
    padding: 0 5px;
    opacity: .2;
}
.social-icons li {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer-wrap .social-icons a {
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.footer-wrap .social-label {
    color: #ffffff;
    position: absolute;
    left: -10px;
    right: -10px;
    margin: auto;
    top: -40px;
    text-align: center;
    font-size: 11px;
    visibility: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    cursor: default;
}
.footer-wrap .social-icons li:hover .social-label {
    visibility: visible;
    top: -30px;
}
.footer-wrap aside.widget_nav_menu .menu-item a {
    border: 0;
    padding: 5px 30px;
}
.scrolltop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.scroll {
    position: absolute;
    right: 20px;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #FFFFFF;
    padding: 30px 20px 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover {
    background: rgba(0,0,0,0.7);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.social-icons {
    margin: 0;
}
.site-info-copyright {
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-align: right;
    width: 90%;
    padding: 20px 20px;
}
.site-info-social {
    padding: 20px 0;
}
.scroll.icon::before {
    content: "\e908";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    font-family: ggticon;
    bottom: 0;
    line-height: 50px;
    font-size: 15px;
}
.site-info-logo {
    width: 10%;
    display: inline-block;
    float: right;
    vertical-align: middle;
    text-align: right;
    padding: 20px 0;
}
.site-info-logo img {
    max-width: 100%;
    width: 60%;
}
aside.widget .post-date,
aside.widget .recentcomments{
    display: block;
    margin-bottom: 15px;
}
article.format-aside p {
    padding: 20px 0 20px 70px;
    position: relative;
}
article.format-aside p::before {
    content: "\e91a";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: ggticon;
    background: #ededed;
    font-size: 20px;
    position: absolute;
    left: 0;
    opacity: .4;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.format-icon.standard:after {
    content: "\e91a";
    font-family: ggticon;
}
.format-icon.chat:after {
    content: "\e915";
    font-family: ggticon;
}
.format-icon.aside:after {
    content: "\e91d";
    font-family: ggticon;
}
.format-icon.audio:after {
    content: "\e92e";
    font-family: ggticon;
}
.format-icon.video:after {
    content: "\e935";
    font-family: ggticon;
}
.format-icon.image:after {
    content: "\e925";
    font-family: ggticon;
}
.format-icon.link:after {
    content: "\e918";
    font-family: ggticon;
}
.format-icon.quote:after {
    content: "\e943";
    font-family: ggticon;
}
.format-icon.status:after {
    content: "\e909";
    font-family: ggticon;
}
.format-icon.gallery:after {
    content: "\e920";
    font-family: ggticon;
}



/*---------- POST FORMAT ICONS end ----------*/

/*---------- WIDGETS STYLE Start ----------*/
.search {
    width: 100%;
    position: relative;
}
.search::before {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 38px;
    line-height: 40px;
    font-family: 'ggticon';
    content: '\e939';
    background: transparent;
    text-align: center;
    color: #000;
    border-top-right-radius: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    border-bottom-right-radius: 0;
    font-size: 18px;
    /* bottom: 1px; */
}
.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.searchTerm:hover {
    border-color: #ccc;
}
.searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text {
    font-size: 0;
    float: left;
}
.widget_categories select,
.widget_archive select {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
}
.calendar_wrap table {
    width: 100%;
}
.calendar_wrap table th,
.calendar_wrap table td {
    font-size: 12px;
    border: 1px solid #ededed;
    text-align: center;
    padding: 5px !important;
}
.calendar_wrap td#today {
    box-shadow: 0 2px 25px 15px rgba(0,0,0,.1);
    z-index: 1;
    position: relative;
    font-weight: bold;
}
.calendar_wrap caption {
    text-align: center;
    font-size: 12px;
    caption-side: top;
}
.calendar_wrap tfoot td {
    border: 0px solid !important;
}
.calendar_wrap table th:first-child {
    border-left: 0;
}
.calendar_wrap table th:last-child {
    border-right: 0;
}
.calendar_wrap table td:last-child {
    border-right: 0;
}
.calendar_wrap td#prev, .calendar_wrap td#next, .calendar_wrap td.pad {
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}
aside.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
aside.widget ul.children {
    border: 0 solid;
    padding: 0 15px;
    position: relative;
}
aside.widget ul.children::before {
    content: "";
    width: 12px;
    height: 1px;
    background: #ededed;
    position: absolute;
    left: 0;
    top: 12px;
}
aside.widget ul.children::after {
    width: 1px;
    background: #ededed;
    height: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    content: "";
}
aside.widget-title .rsswidget {
    color: inherit;
}
aside.widget_rss li {
    margin: 0 0 20px 0;
}
.widget_rss cite {
    opacity: .5;
    padding: 10px 0 0 25px;
    display: block;
    position: relative;
}
.widget_rss cite::before {
    content: "\e943";
    position: absolute;
    left: 0;
    font-family: ggticon;
    font-style: normal;
}
.widget_rss .rss-date {
    display: block;
    opacity: .5;
}
aside.widget_calendar {
    padding: 0;
}
aside.widget_calendar h5 {
    padding: 30px 30px 0 30px;
}
.rssSummary {
    padding-top: 10px;
}
.widget select {
    max-width: 100%;
}
aside.widget_nav_menu .menu-item a{
    padding: 10px 20px 10px 30px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    display: block;
}
aside.widget_nav_menu .menu-item a:before {
    content: "\e907";
    position: absolute;
    left: 10px;
    font-family: ggticon;
    opacity: .3;
}
aside.widget_nav_menu .menu-item.current_page_item a{
    font-weight: bold;
    /*box-shadow: 0 5px 20px 10px rgba(0,0,0,0.1);*/
    /*border-radius: 4px;*/
    /*border-bottom: 3px solid rgba(0,0,0,0.13) !important;*/
}
/*---------- WIDGETS STYLE end ----------*/