/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: 

# Custom Style Without Sass
# Accessibility And Default Style
# Alignments
# Default style
# Clearings

----------------------------------------------------------------*/

/*--------------------------------------------------------------
* -  Custom Style Without Sass
--------------------------------------------------------------*/
/* = Menu Bar = */
.admin-bar .headerV1 {
    top: 32px;
}
.admin-bar .navbar.navbar-dark {
    margin-top: 32px;
}
/* Menu */
.default-logo-text {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    padding: 0px;
    display: inline-block;
    line-height: 45px;
}
.navbar ul.navbar-nav li a {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    padding: 0.21rem 0.95rem;
    text-decoration: none;
}
.navbar .dropdown .dropdown-menu {
    margin-top: 0;
}
.navbar ul.navbar-nav li a {
    padding-bottom: 12px;
    display: inline-block;
}
.dropdown-toggle::after {
    display: none;
}
.mobile-menu-logo a.default-logo-text {
    display: none;
}
p.comment-notes {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Accessibility And Default Style
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    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;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignnone {
    width: auto !important;
}
.aligncenter img,
.alignright img,
.alignleft img,
.alignnone img {
    margin-bottom: 0.5em;
}
img.alignnone,
figure img {
    height: auto;
    max-width: 100%;
}
.default-footer .widget.widget-newsletter {
    padding: 0 !important;
    background: transparent !important;
}
.sidebar-widget {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #eceef0;
}
aside .sidebar-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.card-body .sidebar-widget:last-child {
   border-bottom: none; 
}
.default-footer .widget.widget:not(.widget-search):not(.widget-newsletter) h6 {
    border: none !important;
}
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.wp-caption {
    font-size: inherit;
}
.variations select {
    padding: 0 1.5em 0 1em;
    cursor: pointer;
    line-height: 3.5rem;
    max-width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border: 1px solid #ccc;
    background-color: #e0e0e0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.wp-block-image figcaption, 
figure figcaption, 
.wp-caption .wp-caption-text, 
.wp-caption .wp-caption-dd, 
.wp-caption-overlay .wp-caption .wp-caption-text, 
.wp-caption-overlay .wp-caption .wp-caption-dd {
    color: #666;
    font-size: 12px;
    font-style: italic;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: 0px;
    left: 0;
    line-height: 26px;
    -webkit-transition: margin-bottom 0.3s ease;
    -ms-transition: margin-bottom 0.3s ease;
    transition: margin-bottom 0.3s ease;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 10px;
    letter-spacing: 0;
    overflow: hidden;
}
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.wp-caption {
    margin-top: 5px;
}
dl.wp-caption.aligncenter {
    display: none;
}
.wp-block-archives.wp-block-archives-dropdown select {
    /*width: 100%;*/
    height: 40px;
    padding-left: 10px;
    border-color: #d7d7d7;
}
/*--------------------------------------------------------------
# Default style
--------------------------------------------------------------*/
.media {
    display: inherit;
}
iframe {
    width: 100%;
    height: 400px;
}
/* - Calendar Style 
------------------------------------------*/
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
    padding: 0 5px;
}
caption {
    font-size: 16px;
    margin: 0 0 20px 0;
}
th {
    font-weight: bold;
    text-transform: capitalize;
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #ededed;
    padding: 4px 10px;
}
td {
    padding: 10px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
ins {
    text-decoration: none;
    margin-left: 5px;
    font-size: 1em;
    font-weight: 700;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
dt {
    margin-bottom: 5px;
}
dd {
    margin-bottom: 20px;
}
blockquote {
    text-align: center;
    padding: 40px;
    background-color: #f0f2ff;
}
blockquote p {
    margin: 0;
}
label {
    width: 100%;
    display: inline-block;
}
/* - Widget Common Style
------------------------------------------*/
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul {
    padding-left: 0;
    list-style: none;
}
.widget_recent_comments ul li.recentcomments,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_rss ul li {
    margin: 5px 0;
    position: relative;
}
.widget_categories select,
.widget_archive select {
    width: 100%;
    height: 50px;
    display: block;
    margin-top: 15px;
    padding: 7px 10px;
}
.widget_categories select option,
.widget_archive select option {
    height: 50px;
    padding: 7px 10px;
}
.widget_recent_comments ul,
.widget_recent_entries ul, 
.widget_categories ul,
.widget_nav_menu ul, 
.widget_archive ul, 
.widget_pages ul, 
.widget_meta ul {
    padding-left: 0 !important;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li, 
.widget_categories ul li,
.widget_nav_menu ul li, 
.widget_archive ul li, 
.widget_pages ul li, 
.widget_meta ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
}
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before {
    left: 0;
    top: 6px;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #8a8989;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
}
footer .widget_recent_comments ul li:before,
footer .widget_recent_entries ul li:before,
footer .widget_categories ul li:before,
footer .widget_nav_menu ul li:before,
footer .widget_archive ul li:before,
footer .widget_pages ul li:before,
footer .widget_meta ul li:before { 
    top: 8px;
}
.widget_recent_comments ul li:hover::before, 
.widget_recent_entries ul li:hover::before, 
.widget_categories ul li:hover::before,
.widget_nav_menu ul li:hover::before, 
.widget_archive ul li:hover::before, 
.widget_pages ul li:hover::before, 
.widget_meta ul li:hover::before {
    border-color: #1432d0;
    background-color: #1432d0;
}
footer .widget_recent_comments ul li:hover::before, 
footer .widget_recent_entries ul li:hover::before, 
footer .widget_categories ul li:hover::before,
footer .widget_nav_menu ul li:hover::before, 
footer .widget_archive ul li:hover::before, 
footer .widget_pages ul li:hover::before, 
footer .widget_meta ul li:hover::before {
    border-color: #02cc87;
    background-color: #02cc87;
}
.widget_recent_comments ul li span a {
    color: #242424;
}
footer .widget_recent_comments ul li span a {
    color: #fff;
}
.widget_recent_comments ul li a {
    color: #6d6d6d;
}
.comment-box-form li.trackback,
.comment-box-form li.pingback {
    padding: 0;
    margin: 0 0 20px;
}
/* - Rss Style
------------------------------------------*/
.rssSummary {
    padding: 10px 0;
}
.widget_rss ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-word;
}
.widget_rss ul li a {
    color: #ff5e14;
    display: inline-block;
    padding-bottom: 0;
}
.widget_rss ul li cite {
    display: inline-block;
    font-size: 16px;
}
span.rss-date {
    width: 100%;
    display: inline-block;
}
.widget_rss .footer-widget .title-small a.rsswidget {
    color: #333;
    text-decoration: none;
}
footer .widget_rss span,
footer .widget_rss a,
footer .widget_rss {
    color: #fff;
}
img.rss-widget-icon {
    display: none;
}
/* - Archive Style
------------------------------------------*/
.widget_archive ul li a {
    color: #333333;
    line-height: 27px;
    position: relative;
    text-decoration: none;
}
/* - Category Style
------------------------------------------*/
.widget_categories ul {
    padding: 0;
    list-style: none;
}
.widget_categories ul li {
    margin: 2px 0;
}
.widget_categories ul li span {
    float: right;
}
.widget_categories ul li a {
    color: #333333;
    line-height: 26px;
    position: relative;
    text-decoration: none;
}
/* - Widget Text Style
------------------------------------------*/
.widget_text select {
    width: 100%;
    height: 50px;
    padding: 7px 15px;
    border: 1px solid #d2d8de;
}
.widget-item.widget_archive li a {
    float: left;
}
/* - Tag Cloud Style
------------------------------------------*/
.widget.widget_tag_cloud {
    width: 100%;
    display: inline-block;
}
.widget_tag_cloud .tagcloud {
    margin-top: 20px;
}
.widget_tag_cloud a {
    color: #fff;
    float: left;
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-block;
    background-color: #b5bce7;
    font-size: 16px !important;
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer-area .widget_tag_cloud a {
    background-color: #6c7ef1;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1432d0;
}
/* - Sidebar Default Menu Style 
------------------------------------------*/
.widget_nav_menu ul.sub-menu,
.widget_nav_menu ul {
    padding: 0;
    opacity: 1;
    position: relative;
    width: auto;
    left: auto;
    background: transparent;
    visibility: visible;
    padding-left: 12px;
}
.widget_nav_menu ul li {
    list-style:none;
}
.widget.widget_nav_menu ul.sub-menu {
    border-top: 1px solid #f4f4f4;
    padding-left: 20px;
}
.widget_nav_menu .menu-item-has-children:hover >ul.sub-menu {
    left: auto;
}
/* - Sticky Post Style 
------------------------------------------*/
.blog-area .blog-container .post-listing .card .post-title {
    position: relative;
}
.sticky .post-title,
.sticky h4 {
    padding-left: 25px;
    position: relative;
}
.sticky .post-title:before,
.sticky h4:before {
    top: 0;
    left: 0;
    content: '\f08d';
    font-size: 24px;
    position: absolute;
    font-family: FontAwesome;
    -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;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.666%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.286%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.111%;
}
.gallery-icon img {
    margin: 0 auto;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.page-links {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}
.page-links a {
    color: #fff !important;
    border-color: #1D78FF;
    background-color: #1D78FF;
}
.page-links a,
.page-links > span {
    font-size: 16px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    width: 1.8461538462em;
    border: 1px solid #1D78FF;
    line-height: 1.6923076923em;
}
.widget_text img {
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
} 
.wp-caption {
    max-width: 96%;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 5px 3px;
    border: 1px solid #f0f0f0;
}
.wp-caption p {
    margin-bottom: 0;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    color: #545454;
    font-size: 14px;
    margin-top: 10px;
}
footer .wp-caption p.wp-caption-text { 
    margin-top: 0;
    padding-top: 0;
}
footer .textwidget strong {
    margin: 5px 0;
    display: inline-block;
}
.widget_text select {
    width: 100%;
    height: 60px;
    border: none;
    display: block;
    margin-top: 15px;
    padding: 7px 30px;
    border-radius: 30px;
    background-color: #f4f9fd;
    background-image: url( ../img/down-arrow.png );
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 25px;
    background-size: 12px;
}
 
.widget_text select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.widget_text select option {
    padding: 7px 10px;
}
.widget_text select option:focus,
.widget_text select:focus {
    outline: none;
}

/* - text widget 
------------------------------------------*/
.widget_text img {
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
} 
.wp-caption {
    max-width: 96%;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 5px 3px;
    border: 1px solid #f0f0f0;
}
.wp-caption p {
    margin-bottom: 0;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    color: #545454;
    font-size: 13px;
    margin-top: 10px;
}
.widget_text select {
    width: 100%;
    height: 60px;
    border: none;
    display: block;
    margin-top: 15px;
    padding: 7px 30px;
    border-radius: 30px;
    background-color: #f4f9fd;
    background-image: url( ../img/down-arrow.png );
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 25px;
    background-size: 12px;
}
 
.widget_text select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.widget_text select option {
    padding: 7px 10px;
}
.widget_text select option:focus,
.widget_text select:focus {
    outline: none;
}

/* - Others Style 
------------------------------------------*/
p.logged-in-as {
    margin-top: -15px;
    margin-bottom: 15px;
}
p.logged-in-as a {
    color: #0a0a0a;
}
.logged-in header.navbar-fixed-top {
    top: 32px;
    z-index: 99;
}

/*--------------------------------------------------------------
# Calendar Style
--------------------------------------------------------------*/
#wp-calendar {
    width: 100%;
    max-width: 37.5rem;
    background: #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
#wp-calendar caption {
    background: #1432d0;
    color: #fff;
    padding: 0.25rem;
    text-align: center;
    margin-bottom: 0;
}
#wp-calendar thead tr {
    border-right: 1px solid #ccc;
}
#wp-calendar thead th {
    color: #111;
    font-size: 90%;
    font-weight: bold;
    padding: 0.25rem;
    background: #ccc;
    text-transform: uppercase;
    text-align: center;
}
#wp-calendar tbody td {
    color: #111;
    position: relative;
    padding: 0.125rem;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}
#wp-calendar tbody td.pad {
    opacity: 0.7;
}
#wp-calendar tbody td#today {
    font-weight: bold;
}
#wp-calendar tbody td#today:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #999;
    border-left: 10px solid transparent;
}
#wp-calendar tbody td a {
    color: #fff !important;
    color: inherit;
    display: block;
    background: #1432d0;
}
#wp-calendar tbody td a:hover {
    color: #fff;
    background: #1432d0;
}
#wp-calendar tfoot tr {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ccc;
}
#wp-calendar tfoot tr td {
    border: 0;
    padding: 0;
}
#wp-calendar tfoot tr a {
    display: block;
    padding: 0.25rem 0.75rem;
}
#wp-calendar tfoot tr a:hover {
    background: #fff;
}
#wp-calendar tfoot tr #prev {
    text-align: left;
}
#wp-calendar tfoot tr #next {
    text-align: right;
}

/*--------------------------------------------------------------
# Default Sidebar Commnets Style
--------------------------------------------------------------*/
.widget_recent_comments li a {
    margin: 6px 0;
}
/*--------------------------------------------------------------
# Default Password Style
--------------------------------------------------------------*/
.post-password-form p {
    margin-top: 15px;
}
.post-password-form label {
    width: initial;
    display: inline-block;
}
.post-password-form input[type=submit],
input#pwbox-1168 {
    height: 40px;
    padding: 0 7px;
    border: 1px solid #eceef0;
    background-color: #f9f9f9;
}
.post-password-form input[type=submit] {
    color: #fff;
    height: 40px;
    background-color: #1D78FF;
}
/*--------------------------------------------------------------
# Default Comments Style
--------------------------------------------------------------*/
ul#submited-comment {
    padding-left: 0;
}
.comment-area ul {
    list-style: none;
    padding-left: 0;
}
.blog-sidebar .children, 
.blog-sidebar .parent,
footer .children,
footer .parent {
    padding-top: 0;
    padding-bottom: 0;
}
ul.children {
    margin-left: 20px;
}
.tm-comment .tm-comment-content> ul>li {
    list-style: disc !important;
}
.tm-comment .tm-comment-content> ul>li>ul>li {
    list-style: circle !important;
}
.tm-comment .tm-comment-content> ul>li>ul>li>ul>li {
    list-style-type: square !important;
}
.tm-comment .tm-comment-content> ul>li>ul>li>ul,
.tm-comment .tm-comment-content> ul>li>ul,
.tm-comment .tm-comment-content> ul {
    padding-left: 30px !important;
}
img.avatar.avatar-64 {
    width: 65px;
    float: left;
}
.comments-text {
    width: 100%;
    padding-top: 10px;
    display: inline-block;
}
.comments-text p { 
    margin-bottom: 0;
}
.blog-area .blog-container .card .content-area .comment-section .comment-area .media {
    margin-bottom: 25px;
}
/*--------------------------------------------------------------
# Default Search Style
--------------------------------------------------------------*/
.ws-input {
    position: relative;
}
.ws-input input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #eceef0;
}
.ws-input button {
    top: 0;
    right: 0;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    background-color: #1D78FF;
    border: 1px solid #eceef0;
}
/*--------------------------------------------------------------
# Default Pagination Style
--------------------------------------------------------------*/
.blog-pagination.blog-list-pagination {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}
.blog-pagination.blog-list-pagination ul { 
    padding: 0;
    list-style: none;
    text-align: center;
}
.blog-pagination.blog-list-pagination ul li {
    display: inline-block;
}
.blog-pagination.blog-list-pagination ul li a {
    color: #333;
    height: 30px;
    width: 30px;
    display: inline-block;
    border: 1px solid #333;
    line-height: 30px;
    margin: 0 3px;
    text-decoration: none;
}
.blog-pagination.blog-list-pagination ul li.active a,
.blog-pagination.blog-list-pagination ul li a:hover { 
    color: #fff;
    border-color: #1D78FF;
    background-color: #1D78FF;
}


/*--------------------------------------------------------------
# Post Navigation Style
--------------------------------------------------------------*/
nav.navigation.post-navigation {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

nav.navigation.post-navigation .nav-previous {
    float: left;
}
nav.navigation.post-navigation .nav-next {
    float: right;
}

/*--------------------------------------------------------------
# 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;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}