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

aside.widget {
    margin: 30px 0;
    padding: 30px 30px;
    box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
aside.widget h5 {
    margin-bottom: 20px;
}
article.not-found,
article.no-results {
    padding: 30px 30px;
    box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
}
article.post,
.post-about-author,
.comments-area,
.author-info,
.comment-respond,
.page-content-wrapper{
    margin: 30px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
}
.post-about-author,
.author-info{
    padding: 30px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
}
.post-author-avatar {
    border: 1px dashed #DADADA;
    width: 74px;
    height: 75px;
    border-radius: 100px;
    text-align: center;
    line-height: 70px;
    float: right;
    position: relative;
}
.post-author-avatar span {
    display: block;
    line-height: 1.5em;
    font-size: 14px;
    text-align: center;
    position: absolute;
    background: #6916b6;
    padding: 6px 12px;
    border-radius: 50px;
    color: #fff;
    left: -30px;
    /* right: -20px; */
    width: 130px;
    /* transform: scale(.5); */
    margin: auto;
    opacity: 0;
    top: -50px;
    transition: all .3s ease-in-out;
}
.post-author-avatar span a {
    color: #fff;
}
.post-author-avatar span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #6916b6 transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 10px;
    margin: auto;
}
.post-author-avatar:hover span {
    opacity: 1;
    top: -30px;
    /* transform: scale(1); */
}
.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,
.comment-body .edit-link a{
    border: 0 solid #ededed;
    display: inline-block;
    padding: 15px 30px;
    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;
    border-radius: 50px;
}
.author_links a:hover,
.comment-body .reply a:hover,
.comments-link a:hover,
.comment-form .submit:hover{
    box-shadow:  0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    border-color: #ccc;
}
.comments-title {
    padding: 30px 30px;
    margin: 0;
}
.comment-respond {
    padding: 30px 30px;
}
.comment-list {
    padding: 0 30px 0 30px;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.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 textarea,
.comment-form input {
    border: 0 solid #ededed;
    padding: 5px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #eee;
}
.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 {
    color: #000;
    border: 0 solid #ededed;
    width: auto;
}
article.comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 15px;
    margin: 0 0 30px 0;
}
article.comment-body:hover {
    box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    transform: translateY(-10px);
}
.comment-body .comment-meta {
    position: relative;
    padding: 0 0 20px 0;
}
.comment-author {
    padding: 30px 30px 10px 30px;
}
.comment-body .comment-meta a {
    color: #000;
}
.comment-body .reply a,
.comment-body .edit-link a {
    font-size: 14px;
}
.comment-content {
    padding: 0 30px 30px 30px;
}
.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: 30px;
    right: 130px;
}
.comment-edit-link {
    position: absolute;
    right: 30px;
    top: 30px;
}

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.widget_search .widget-title {
    display: none;
}
aside.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-block-description cite {
    padding: 0 0 0 33px;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    position: relative;
}
.post-block-description cite::before {
    content: "\e943";
    font-family: ggticon;
    font-style: normal;
    position: absolute;
    left: 0;
    opacity: .4;
    font-size: 20px;
}
.author-name {
    display: block;
}
.author-name .url {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 10px 0;
}
.post-control {
    padding: 30px 30px;
}
.post-block-thumbnail {
    background: #f5f5f5;
}
.post-block-thumbnail img.wp-post-image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.post-block-author {
    width: 11%;
    text-align: right;
}
.post-block-description {
    width: 89%;
}
.post-box-top {
    /* border: 2px solid red; */
    width: 100%;
}
.post-box-top .inline-block:nth-child(1) {
    width: 11%;
    /* border: 1px solid; */
    padding: 10px 0 0px 0;
}
.post-box-top .inline-block:nth-child(2) {
    width: 59%;
    /* border: 1px solid; */
    padding: 10px 40px 0px 30px;
}
.post-box-top .inline-block:nth-child(3) {
    width: 30%;
    /* border: 1px solid black; */
    position: relative;
    padding: 10px 0 0 0;
}
.post-box-content {
    width: 100%;
}
.post-box-content .display-inline {
    padding: 30px 0;
}
.post-box-content .display-inline:last-child {
    padding: 30px 40px;
}
.tagcloud .tag-link-count {
    font-size: 70%;
    position: relative;
    vertical-align: top;
}
.post-tags {
    padding: 0 30px 30px 30px;
}
.post-tags a {
    padding: 1px 10px 1px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 20px;
    font-size: 13px;
    color: #999;
    position: relative;
    display: inline-block;
    margin: 5px 5px;
}
.post-tags a::before {
    content: "\e93f";
    font-family: ggticon;
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 2px;
}
.page-links span {
    padding: 0 20px 0 0;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.page-links a span {
    color: #999;
    border: 1px dashed #DADADA;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.post-excerpt input {
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 5px 10px;
}
.post-author-avatar img {
    width: 60px;
    height: 60px;
    -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;
    padding: 10px 20px;
}
.post-date .date-block:first-child {
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    display: block;
    text-align: right;
    color: #C9C9C9;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.post-date .date-block:last-child {
    display: block;
    text-align: right;
    padding: 0 2px;
    color: #C9C9C9;
    font-size: 23px;
    border-top: 0;
    line-height: 1em;
}
.post-like {
    position: absolute;
    display: block;
    width: 100px;
    height: 50px;
    border-radius: 50px;
    right: 60px;
}
.post-view {
     position: relative;
}
.post-view::before {
    content: "\e919";
    font-size: 20px;
    font-family: ggticon;
    position: absolute;
    left: -30px;
}
.like-button {
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -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: 20px;
    display: inline-block;
    margin: auto;
    height: 20px;
    position: absolute;
    left: 18px;
    top: 15px;
}
.like-count {
    position: absolute;
    left: 47px;
    bottom: 13px;
}
.meta-nav {
    background: rgba(0,0,0,.05);
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    color: #000;
    font-size: 17px;
}
.post-share-buttons {
    display: none;
    background: #fff;
    box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    position: relative;
    width: 150px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    top: 50px;
    left: -50px;
}
.post-share-buttons a span {
    font-size: 15px;
    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: 20px;
}
.post-share-buttons.show {
    display: block;
}
.post-share:hover .post-share-buttons {
    display: block;
}
.post-share-buttons a {
    display: block;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
}
.post-share-buttons a:first-child {
    border: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.post-share-buttons a:last-child {
    border: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.post-share-buttons a:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}
.post-share-buttons a:hover span {
    color: #fff;
}
.post-share-btn {
    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: 20px;
    position: absolute;
    top: 10px;
    left: -2px;
    right: 0;
    margin: auto;
    text-align: center;
}
.post-share-btn span {
    display: none;
}
.post-share {
    width: 50px;
    position: absolute;
    right: 0;
    height: 50px;
    border-radius: 1000px;
    z-index: 1;
}
.post-share::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 70px;
}
.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: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.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: -5px;
    font-size: 11px;
    opacity: 0.4;
    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 {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 0;
}
.post-previous a {
    float: left;
    position: relative;
}
.post-next a {
    float: right;
    position: relative;
}
.post-navigation .nav-btn {
    padding: 15px 40px;
    display: block;
    position: relative;
    border-radius: 50px;
    box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    line-height: inherit !important;
}
.post-navigation .post-previous .nav-btn:hover {
    padding: 15px 40px 15px 50px;
}
.post-navigation .post-next .nav-btn:hover {
    padding: 15px 50px 15px 40px;
}
.post-navigation .post-previous .nav-btn::before {
    content: "";
    background: #000;
    width: 0;
    height: 2px;
    position: absolute;
    left: 21px;
    top: 29px;
}
.post-navigation .post-previous .nav-btn:hover:before {
    width: 20px;
}
.post-navigation .post-previous a::after {
    content: "\e906";
    font-family: ggticon;
    position: absolute;
    top: 15px;
    font-size: 25px;
    opacity: 1;
    left: 10px;
}
.post-navigation .post-next .nav-btn::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    right: 21px;
    top: 29px;
}
.post-navigation .post-next .nav-btn:hover:before {
    width: 20px;
}
.post-navigation .post-next a::after {
    content: "\e907";
    font-family: ggticon;
    position: absolute;
    top: 15px;
    font-size: 25px;
    right: 10px;
    color: #000;
}
.parasponsive_breadcrumbs {
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 30px;
}
.parasponsive_breadcrumbs > span:first-child::before {
    content: "\e924";
    font-family: ggticon;
    width: 35px;
    display: inline-block;
    font-size: 18px;
}
.breadcumbs-sep {
    padding: 0 10px;
    font-size: 0;
}
.breadcumbs-sep::before {
    content: "\e907";
    font-size: 18px;
    font-family: ggticon;
    position: relative;
    top: 2px;
}
.footer-wrap .calendar_wrap table th,
.footer-wrap .calendar_wrap table td {
    border: 0 solid;
}
.footer-wrap aside.widget {
    box-shadow: 0 0 0 0;
}
.footer-wrap .social-icons li {
    display: inline-block;
    position: relative;
}
.footer-wrap .social-icons a {
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 15px;
    font-size: 16px;
    border: 0px solid;
    position: relative;
}
.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;
    cursor: default;
    height: 30px;
    display: block;
    border-radius: 15px;
    line-height: 30px;
}
.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 0px;
}
.footer-wrap aside.widget .sub-menu .sub-menu a {
    color: #999;
    padding: 10px 20px 10px 20px;
}
.footer-wrap aside.widget_nav_menu .sub-menu .sub-menu .menu-item a::before {
    left: -5px;
}
.footer-wrap aside.widget .sub-menu .sub-menu .sub-menu a {
    margin-left: 10px;
}
.footer-wrap aside.widget_nav_menu .menu-item.menu-item-has-children a::before,
.footer-wrap aside.widget_nav_menu .menu-item a::before {
    display: none;
}
aside.widget_nav_menu .sub-menu .sub-menu .menu-item a::before {
    display: block;
}
.scrolltop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.scroll {
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #fff;
    color: #000;
    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;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.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-left h6 {
    line-height: 1em;
    font-size: 20px;
}
.site-info-right {
    font-size: 12px;
    opacity: 0.4;
    line-height: 1em;
}
.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: 20px;
}
.site-info-logo {
    width: 10%;
    display: inline-block;
    float: right;
    vertical-align: middle;
    text-align: right;
    padding: 10px 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;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.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: 60px;
    height: 60px;
    line-height: 60px;
    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: 21px;
}
.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px 20px;
    height: 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    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;
    box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
}
.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;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: indianred;
    color: #fff !important;
    vertical-align: middle;
    left: 0;
    top: 20px;
    font-size: 17px;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding: 10px 0px 10px 50px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 50px;
    border-radius: 15px;
}
.woocommerce.widget_shopping_cart .cart_list li:last-child {
    border: 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    background: #eee;
    border: 0;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.woocommerce.widget_shopping_cart .total::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #eee transparent;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
    background: aquamarine;
    border-radius: 50px;
    padding: 15px 29px;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount.amount {
    color: #777;
    padding: 5px 10px 5px 10px;
}
.woocommerce .star-rating {
    margin: 0 0 10px 0;
}
.post-block-description .post-password-form input {
    border: 0;
    background: #eee;
    border-radius: 35px;
    padding: 10px 30px;
}
.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;
    max-width: 100%;
}
aside.widget ul.children {
    border: 0 solid;
    padding: 0 15px;
    position: relative;
}
aside.widget ul.children::before {
    content: "";
    width: 12px;
    height: 1px;
    background: rgba(255,255,255,.3);
    position: absolute;
    left: 0;
    top: 12px;
}
aside.widget ul.children::after {
    width: 1px;
    background: rgba(255,255,255,.3);
    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 .menu-my-parallax-menu-container {
    background: transparent;
}
aside.widget_calendar {
    padding: 0;
}
.rssSummary {
    padding-top: 10px;
}
.widget select {
    max-width: 100%;
}
aside.widget_nav_menu .menu-item a {
    padding: 10px 20px 10px 35px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    display: block;
}
aside.widget .sub-menu .sub-menu .menu-item-has-children a {
    border: 0;
}
aside.widget_nav_menu .menu-item a::before {
    content: "\e907";
    position: absolute;
    left: 0;
    top: 13px;
    font-family: ggticon;
    opacity: 1;
    font-size: 20px;
    color: #000;
    border: 2px solid;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
}
/*aside.widget_nav_menu .menu-item.menu-item-has-children a::before {*/
    /*content: "++";*/
/*}*/
aside.widget .sub-menu a {
    color: #000;
    padding: 10px 20px 10px 55px;
}
aside.widget .sub-menu .sub-menu a {
    color: #999;
    padding: 10px 20px 10px 75px;
}
aside.widget_nav_menu .sub-menu .menu-item a::before {
    left: 0px;
    content: "\e907";
    color: #000;
    opacity: 1;
}
aside.widget_nav_menu .menu-item.menu-item-has-children a::before {
    content: "\e938";
    /* line-height: 12px; */
}
aside.widget_nav_menu .sub-menu .sub-menu .menu-item a::before {
    left: 40px;
    content: "\e931";
    color: #afafaf;
    border: 0;
}
aside.widget_nav_menu .sub-menu .menu-item a::before {
    left: 20px;
    content: "\e907";
    color: #000;
    opacity: 1;
}
aside.widget .sub-menu .sub-menu .sub-menu a {
    padding: 5px 0 5px 35px;
    border: 0;
    margin-left: 40px;
    font-size: 14px;
}
aside.widget .sub-menu .sub-menu .sub-menu li:first-child a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
aside.widget .sub-menu .sub-menu .sub-menu li:last-child a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
aside.widget .sub-menu .sub-menu .sub-menu a::before {
    content: ".";
    top: 0;
    left: 0;
}
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 ----------*/



@media (min-width: 320px) and (max-width:991px){
    .scroll {
        position: absolute;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
        border-left: 1px solid rgba(255,255,255,.1);
        color: #fff;
        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;
        border-radius: 0;
        left: 0;
        top: 0;
    }
    .scrolltop {
        display: block !important;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 998;
        width: 33.4%;
        height: 60px;
        text-align: center;
        opacity: 1 !important;
    }
    .scroll.icon::before {
        line-height: 60px;
        top: 0;
        font-size: 25px;
    }
}