/*-------------------------------------------------------------------------*/
/*  10. Comment Styles

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

#respond {
    background-color: transparent!important;
    box-shadow: none!important;
    padding: 0px!important;
}
#respond > p,
#respond p.comment-notes,
p.logged-in-as {
    margin-bottom: 10px;
}
p.logged-in-as {
    padding-bottom: 0px;
}
body .comment-list {
    margin-bottom: 40px!important;
    margin-left: 0px;
}
.comment-list li {
    list-style: none!important;
}
.comment-list li.comment > article,
.comment-list li.pingback > article {
    background-color: #FCFCFC;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.comment-list .children {
    margin-left: 0px!important;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: left 20px;
    background-image: url(img/icons/comment-children-line.jpg);
}
.comment-list li.comment > article img.avatar,
.comment-list li.pingback > article img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
    width: 60px;
    height: 60px;
}
.comment-list .reply {
    position: absolute;
    top: 29px;
    right: 29px;
}
.comment-list .reply a {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    padding: 3px 7px;
    font-size: 11px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #C4C4C4;
}
.comment-list .comment-author {
    color: #333;
    font-family: 'Open Sans';
    font-weight: 600;
}
.comment-list .comment-meta {
    font-size: 11px;
    line-height: 15px;
}
.comment-list .comment-meta a {
    color: #888;
}
.comment-list .comment-meta a:hover {
    color: #27CFC3;
}
.comment-list .reply a:hover {
    background-color: #616161;
}
.comment-list li.comment > article p,
.comment-list li.pingback > article p {
    padding-bottom: 0px;
    margin-top: 10px;
}
#respond h3 .cancel-comment-reply,
#respond #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #dddddd;
}
#respond h3,
h3#comments {
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: none;
    letter-spacing: -0.5px;
}
.comment-author a {
    color: inherit;
}
#respond input[type=date],
textarea,
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=date],
input[type=text] {
    padding: 10px!important;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #FCFCFC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
input[type=submit] {
    background-color: #262727;
    border: 0px;
    padding: 7px 35px 7px 35px;
    color: #FFFFFF;
}
#respond input[type=submit],
button[type=submit],
input[type="button"] {
    background-color: #333333;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}
.slick-prev {
    left: 0px !important;
    z-index: 99999;
}
.slick-next {
    right: 0px !important;
    z-index: 99999;
}
/* =WordPress Core

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

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.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;
    /* Above WP toolbar. */
}
.gallery-caption {} .bypostauthor {} .wp-pagenavi {
    clear: both;
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 8px 13px;
    margin: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    font-size: 13px;
}
.wp-pagenavi a:hover {
    background: #2c2c2c;
    color: #FFF;
}
.wp-pagenavi span.current {
    color: #FFF;
    font-weight: bold;
    background: #3083C9;
}
table {
    background: #fff;
    margin: 0 0 18px;
    border: 1px solid #ddd;
}
table thead,
table tfoot {
    background: #f5f5f5;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
table thead tr th,
table tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}
table thead tr th:first-child,
table tfoot tr td:first-child {
    border-left: none;
}
table thead tr th:last-child,
table tfoot tr td:last-child {
    border-right: none;
}
table tbody tr.even,
table tbody tr.alt {
    background: #f4f4f4;
}
table tbody tr:nth-child(even) {
    background: #f4f4f4;
}
table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
}
table {
    width: 100%;
}
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.99px;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    color: #565656;
    direction: ltr;
    padding-left: 10px;
}
ul,
ol,
dl {
    line-height: 1.8;
    list-style-position: inside;
}
ul li ul,
ul li ol {
    margin-left: 20px;
    margin-bottom: 0;
}
ol {
    margin-left: 20px;
}
ol li ul,
ol li ol {
    margin-left: 20px;
    margin-bottom: 0;
}
img,
object,
embed {
    max-width: 100%;
}
..sticky {
    top: 0;
    position: fixed;
}
.post-tags {
    float: left;
    overflow: visible;
    padding-bottom: 0;
}
.post-tags ul {
    overflow: visible;
    margin-bottom: 0;
    list-style: none;
}
.post-tags ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 1px transparent;
    box-shadow: 0 2px 3px 1px transparent;
    -webkit-transform: perspective(0);
    -moz-transform: perspective(0);
    -o-transform: perspective(0);
    transform: perspective(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-tags ul li a {
    display: block;
    line-height: inherit;
}
.post-tags-item a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    color: #28262b;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.tag-single {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    color: #28262b;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-color: #CCC !important;
}
.widget_archive ul,
.widget-area ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}
.widget-area a {
    color: #747474;
}
.widget-area a:hover {
    color: #3083c9;
}
select {
    width: 100%;
}
/**

 * 11.0 Widgets

 */

.widget {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100%;
    word-wrap: break-word;
}
.widget pre {
    line-height: 1.2;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.widget button,
.widget input {
    line-height: normal;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 16px 1.5833em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding: 0.375em;
}
.widget-title {
    color: #333;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget >:last-child {
    margin-bottom: 0;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em;
}
.widget_recent_entries .post-date {
    display: block;
}
.widget_rss ul {
    list-style: none;
    margin: 0;
}
.widget_rss li {
    margin-bottom: 1.6em;
}
.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}
.widget_rss .rsswidget img {
    margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}
.textwidget >:last-child {
    margin-bottom: 0;
}
.textwidget a {
    border-bottom: 1px solid #333;
}
.textwidget a:hover,
.textwidget a:focus {
    border-bottom: 0;
}
.page-numbers {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 8px 13px;
    margin: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    font-size: 13px;
}
.current {
    color: #FFF;
    font-weight: bold;
    background: #3083C9;
}
.pagination-center {
    text-align: center;
}
.c-header-info {
    list-style: none;
}
.c-header-info ul {
    list-style: none;
}
.c-prepfooter li {
    list-style: none;
}
.cat-min-height {
    min-height: 360px;
}
/*-- WooCommerce */

.woo-mt {
    margin-top: 40px;
}
.border-none {
    border: none !important;
}
.search-wi {
    width: 172px;
}
.photography h2 {
    font-size: 18px !important;
}
.cmarbot-61 {
    margin-bottom: -61px;
}
.hood_mt35 {
    margin-top: 35px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .c-layout-header .navbar .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .c-layout-header .navbar .navbar-collapse .c-header-navigation,
    .c-layout-header .navbar .navbar-collapse .c-header-navigation > li {
        float: none !important;
    }
    .hood-woo-mini-cart {
        float: none !important;
        padding: 0 0 10px !important;
        margin: 0 !important;
    }
}