/* Table Css

1.1 General Settings
1.2 Typo
1.3 Sidebar
1.4 404 Page
1.5 List Comment
1.6 Comment Form
1.7 Blog
1.8 Breadcrumbs
1.9 Responsive  

2.0 Menu Settings

3.0 Other settings

*/
/* 1.1 General Settings ***************************************************/
body.admin-bar {
  top: 32px;
}

/* Font in different browser */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body, button, input, select, textarea {
  color: #343434;
  line-height: 23px;
}

p {
  line-height: 23px;
  margin-bottom: 2rem;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

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

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery-caption {
  width: 100%;
}

.sticky {
  background: #f3f3f3;
  padding: 22px 30px 30px 30px;
  border-top: 5px solid #5687bf;
}

.single .sticky {
  padding: 30px;
}

.sticky .post-excerpt {
  text-align: justify;
}

.bypostauthor {
  position: relative;
}

.widget label.screen-reader-text {
  display: none;
}

.slash {
  padding: 0px 3px;
  color: #999;
}

/** Fix for img ajax contact form 7  */
img.ajax-loader {
  width: 16px !important;
  height: 16px !important;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-left: auto !important;
}

.pp_social .facebook {
  width: 70px;
}

/* Scroll To TOp */
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #343434;
  color: #fff;
  text-align: center;
}

#scrollUp i {
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
}

/* boxed and wide layout */
.ovatheme_container_wide {
  background: #fff;
}

.ovatheme_container_boxed {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

/* iframe */
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  width: 100%;
  height: 450px;
  border: none;
}

iframe {
  width: 100%;
  border: none;
}

.iframe_eventbrite iframe {
  height: 350px;
}

@media (max-width: 767px) {
  .js-video embed, .js-video iframe, .js-video object, .js-video video {
    height: 350px;
  }
}
pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 1.75em 0 1.75em 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#main-content {
  width: 100%;
}

input {
  border: 1px solid #343434;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

input[type=submit] {
  height: 40px;
  line-height: 36px;
  background-color: #343434;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #343434;
  border-radius: 0;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

/* Fix table ***************************************************/
table, tr, td, th {
  border: 1px solid #ededed;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

th {
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}

th a {
  color: #555;
}

td {
  padding: 5px 10px;
}

table tr td a {
  color: #333;
}

ol, ul {
  padding: 0 0 0 15px;
}

ul {
  list-style-type: square;
}

ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}

ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 20px;
  margin-top: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

cite, em, var, address, dfn {
  font-style: italic;
}

/* 1.2 Typo ***************************************************/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
}

h1 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.2727272727;
  margin-top: 0.696969697em;
  margin-bottom: 0.8484848485em;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 1.4347826087em;
  margin-bottom: 1.2173913043em;
}

h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 1.9473684211em;
  margin-bottom: 1.473684211em;
}

h5 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 1.9473684211em;
  margin-bottom: 1.473684211em;
}

h6 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 1.9473684211em;
  margin-bottom: 1.473684211em;
}

h1.page-title {
  margin-top: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* Layout ***************************************************/
.wrap_site {
  display: flex;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0px 10px;
  flex-wrap: wrap;
}

/* Fix Layout to 1170px */
.container,
body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1190px !important;
}

/* 1.3 Sidebar ***************************************************/
.sidebar .widget {
  display: block;
  margin-bottom: 65px;
  float: left;
  width: 100%;
  /* Rss */
  /* Sidebar Calendar */
  /* Sidebar Tag clound */
  /* Sidebar Search */
  /* Sidebar dropdown */
  /* Sidebar img */
  /*img{ width: auto; }*/
  /* sidebar ul, ol, li */
  /* widget categorires */
}
.sidebar .widget a {
  color: #5c5c5c;
}
.sidebar .widget a:hover {
  color: #343434;
}
.sidebar .widget h4.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #343434;
  border-bottom: 1px solid #343434;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
}
.sidebar .widget .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_rss {
  margin-bottom: 35px;
}
.sidebar .widget.widget_rss ul li {
  margin-bottom: 30px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e7e7e7;
}
.sidebar .widget.widget_rss ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar .widget.widget_rss ul li a.rsswidget {
  font-weight: 600;
  display: block;
  line-height: 1.5em;
  margin-bottom: 12px;
  color: #343434;
  font-size: 15px;
}
.sidebar .widget.widget_rss ul li .rss-date {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
  opacity: 0.7;
}
.sidebar .widget.widget_rss ul li .rssSummary {
  margin-bottom: 12px;
}
.sidebar .widget.widget_calendar {
  width: 100%;
}
.sidebar .widget.widget_calendar table {
  margin-bottom: 0;
}
.sidebar .widget.widget_calendar table thead {
  border: 1px solid #343434;
}
.sidebar .widget.widget_calendar table thead tr th {
  background-color: #343434;
  color: #fff;
}
.sidebar .widget.widget_calendar tr th {
  background: #ccc;
  color: #444;
}
.sidebar .widget.widget_calendar caption {
  background: #343434;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: none;
}
.sidebar .widget.widget_calendar tr th,
.sidebar .widget.widget_calendar tr td {
  border: none;
  text-align: center;
}
.sidebar .widget.widget_calendar tr td {
  border: 1px solid #e4e4e4;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  position: relative;
  width: 100%;
  float: left;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  border: solid 1px #555555;
  font-size: 14px !important;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: #555;
}
.sidebar .widget.widget_search form.search-form {
  position: relative;
  align-items: center;
  display: flex;
}
.sidebar .widget.widget_search input.search-submit {
  border: none;
  height: 40px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.sidebar .widget.widget_search label {
  margin-bottom: 0px;
}
.sidebar .widget.widget_search label input.search-field {
  max-width: 180px;
  margin-right: 5px;
}
.sidebar .widget.widget_search label input.search-field::-moz-placeholder {
  color: #8a929a;
}
.sidebar .widget.widget_search label input.search-field::-webkit-input-placeholder {
  color: #333;
  opacity: 0.9;
}
.sidebar .widget.widget_search label input.search-field:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.sidebar .widget.widget_search label input.search-field::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.sidebar .widget.widget_search label input.search-field:-ms-input-placeholder {
  color: #333;
}
.sidebar .widget ul.search {
  list-style-type: none;
  padding-left: 0;
}
.sidebar .widget select {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.sidebar .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0px;
}
.sidebar .widget.widget_categories ul {
  margin-bottom: 0;
}
.sidebar .widget.widget_archive a, .sidebar .widget.widget_categories a, .sidebar .widget.widget_links a, .sidebar .widget.widget_meta a, .sidebar .widget.widget_nav_menu a, .sidebar .widget.widget_pages a, .sidebar .widget.widget_recent_comments a, .sidebar .widget.widget_recent_entries a {
  border: 0;
}
.sidebar .widget.widget_archive ul, .sidebar .widget.widget_categories ul, .sidebar .widget.widget_links ul, .sidebar .widget.widget_meta ul, .sidebar .widget.widget_nav_menu ul, .sidebar .widget.widget_pages ul, .sidebar .widget.widget_recent_comments ul, .sidebar .widget.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}
.sidebar .widget.widget_archive li, .sidebar .widget.widget_categories li, .sidebar .widget.widget_links li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_recent_comments li, .sidebar .widget.widget_recent_entries li {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.7667em 0;
}
.sidebar .widget.widget_archive li:first-child, .sidebar .widget.widget_categories li:first-child, .sidebar .widget.widget_links li:first-child, .sidebar .widget.widget_meta li:first-child, .sidebar .widget.widget_nav_menu li:first-child, .sidebar .widget.widget_pages li:first-child, .sidebar .widget.widget_recent_comments li:first-child, .sidebar .widget.widget_recent_entries li:first-child {
  border-top: 0;
  padding-top: 0;
}
.sidebar .widget.widget_archive li:last-child, .sidebar .widget.widget_categories li:last-child, .sidebar .widget.widget_links li:last-child, .sidebar .widget.widget_meta li:last-child, .sidebar .widget.widget_nav_menu li:last-child, .sidebar .widget.widget_pages li:last-child, .sidebar .widget.widget_recent_comments li:last-child, .sidebar .widget.widget_recent_entries li:last-child {
  padding-bottom: 0;
}
.sidebar .widget.widget_categories .children, .sidebar .widget.widget_nav_menu .sub-menu, .sidebar .widget.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;
}

/* 1.4 404 Page ***************************************************/
.charihope_404_page .ova_error_icon i {
  font-size: 50px;
}
.charihope_404_page .ova_caption_title {
  font-size: 20px;
  margin: 20px 0px;
  text-transform: uppercase;
}
.charihope_404_page .ova_go_home {
  margin: 0;
  padding: 0;
}
.charihope_404_page .ova_go_home a {
  margin: 0;
  padding: 0;
  background-color: #343434;
  padding: 10px;
  color: #fff;
}
.charihope_404_page .ova_go_home a:hover {
  background-color: #343434;
}

/* Search Page ***************************************************/
article.result_search .post-body {
  margin-bottom: 30px;
}

/* protect template page ***************************************************/
/* 1.5 List Comment ***************************************************/
h4.title-comment,
h4.number-comments {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #343434;
}

ul.commentlists {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4px;
  display: block;
  float: left;
  width: 100%;
}
ul.commentlists li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.commentlists li.comment {
  display: block;
  float: left;
  width: 100%;
}
ul.commentlists li.comment .comment_item {
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
ul.commentlists li.comment .comment_item .comment-author {
  float: left;
  margin-right: 20px;
}
ul.commentlists li.comment .comment_item .comment-author img {
  width: 70px;
}
ul.commentlists li.comment .comment_item .comment-details {
  padding-top: 0;
  font-size: 14px;
}
ul.commentlists li.comment .comment_item .comment-details .author-name {
  display: inline-flex;
  margin-bottom: 5px;
}
ul.commentlists li.comment .comment_item .comment-details .author-name .name,
ul.commentlists li.comment .comment_item .comment-details .author-name a.url {
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1em;
  padding-right: 5px;
}
ul.commentlists li.comment .comment_item .comment-details .author-name a:hover {
  color: #898989;
}
ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply {
  display: flex;
  padding-left: 10px;
}
ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply i {
  padding-left: 5px;
  color: #555;
  font-size: 10px !important;
}
ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply a {
  font-size: 11px !important;
  color: #555;
  text-transform: capitalize !important;
}
ul.commentlists li.comment .comment_item .comment-details .comment-body {
  padding-left: 90px;
}
ul.commentlists li.comment .comment_item .comment-details .comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}
ul.commentlists li.comment .comment_item .comment-details .comment-reply img {
  float: left;
}
ul.commentlists li.comment .comment_item .comment-details .comment-reply-link {
  color: #555;
  font-size: 12px;
  float: left;
  padding-left: 2px;
}
ul.commentlists li.comment .comment_item .comment-details .comment-content p {
  margin-bottom: 0;
}
ul.commentlists li.pingback {
  position: relative;
}
ul.commentlists li.pingback .comment-body {
  display: none;
}
ul.commentlists li.pingback .author-name {
  display: inline-flex;
}
ul.commentlists li.pingback .author-name a {
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
ul.commentlists li.pingback .author-name .date {
  display: none;
}
ul.commentlists li.pingback .author-name .ova_reply a {
  text-transform: capitalize;
}
ul.commentlists ul.children {
  list-style: none;
  margin-left: 75px;
}

.comment-navigation {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.comment-navigation .nav_comment_text {
  width: 100%;
  float: left;
  padding: 10px 0px 11px 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}
.comment-navigation .previous {
  float: left;
  display: inline-block;
}
.comment-navigation .next {
  display: inline-block;
  float: right;
}
.comment-navigation a {
  color: #333;
  font-weight: 500;
}
.comment-navigation a:hover {
  color: #000;
}

/* 1.6 Comment Form ***************************************************/
.wrap_comment_form {
  float: left;
  width: 100%;
  display: block;
}
.wrap_comment_form .comment-reply-title {
  margin-top: 0;
}
.wrap_comment_form h4.title-comment,
.wrap_comment_form h4.number-comments {
  margin-bottom: 22px;
  border-top: 1px solid #dfdfdf;
  padding-top: 41px;
  margin-top: 0px;
}
.wrap_comment_form .comment-form input,
.wrap_comment_form .comment-form textarea {
  border-radius: 4px;
  color: #343434;
  border-color: #343434;
  margin-bottom: 17px;
  height: 40px;
}
.wrap_comment_form .comment-form input:focus,
.wrap_comment_form .comment-form textarea:focus {
  outline: none;
  box-shadow: none;
}
.wrap_comment_form .comment-form textarea {
  height: 150px;
}
.wrap_comment_form .comment-form p.form-submit {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 50px;
}
.wrap_comment_form .comment-form p.form-submit input.submit {
  font-size: 14px;
  border-radius: 4px;
  background-color: #343434;
  border: 1px solid #343434;
  color: #fff;
  box-shadow: none;
  font-weight: 500;
  text-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 25px;
  height: 45px;
}

/* Respond Comment ***************************************************/
.comment-respond input, .comment-respond textarea {
  margin-bottom: 15px;
}
.comment-respond input:focus, .comment-respond textarea:focus {
  outline: none;
  box-shadow: none;
}
.comment-respond #submit {
  padding: 12px 25px;
  border: 1px solid #343434;
  border-radius: 4px;
  cursor: pointer;
  background-color: #343434;
  color: #fff;
}

/* pagination ***************************************************/
.pagination-wrapper {
  text-align: center;
  margin: 50px 0px;
}
.pagination-wrapper .pagination li a {
  border-radius: 4px;
  margin-right: 10px;
  color: #333333;
  padding: 5px 20px;
  text-align: center;
  font-weight: 700;
  border: 1px solid rgba(52, 52, 52, 0.3);
}
.pagination-wrapper .pagination li a:focus, .pagination-wrapper .pagination li a:hover {
  border: 1px solid #343434;
  background-color: #343434;
  color: #fff;
}
.pagination-wrapper .pagination li.active a {
  border: 1px solid #343434;
  background-color: #343434;
  color: #fff;
}

/* 1.7 Blog ***************************************************/
article.post-wrap {
  margin-bottom: 70px;
}
article.post-wrap h2.post-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
article.post-wrap h2.post-title a,
article.post-wrap h2.entry-title a {
  color: #343434;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
article.post-wrap.sticky h2.post-title {
  margin-top: 0;
}
article.post-wrap .post-media {
  margin-bottom: 20px;
}
article.post-wrap .post-meta .post-meta-content {
  margin: 15px 0px;
  display: block;
  color: #222;
  font-size: 13px;
}
article.post-wrap .post-meta .post-meta-content a {
  color: #222;
  font-size: 13px;
}
article.post-wrap .post-meta .post-meta-content a:hover {
  color: inherit;
}
article.post-wrap .post-meta .post-meta-content .right {
  font-weight: 500;
}
article.post-wrap .post-tag {
  margin: 60px 0px 30px 0px;
}
article.post-wrap .post-tag .ovatags,
article.post-wrap .post-tag .ovacats,
article.post-wrap .post-tag .share_social .ova_label {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  clear: both;
  display: block;
  margin-bottom: 15px;
}
article.post-wrap .post-tag a {
  background-color: #555;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
article.post-wrap .post-tag a:hover {
  background-color: #000;
}
article.post-wrap .post-tag .post-tags {
  display: block;
  margin-bottom: 15px;
}
article.post-wrap .post-tag .post-tags a {
  display: inline-block;
}
article.post-wrap .post-tag .post-categories {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px a;
  margin-bottom-display: inline-block;
}
article.post-wrap .post-tag .share_social ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
article.post-wrap .post-tag .share_social ul li {
  display: inline-block;
  margin-bottom: 15px;
}
article.post-wrap .post-readmore a {
  text-transform: uppercase;
  color: #888;
  padding: 0;
  font-size: 12px;
  text-transform: none;
  font-weight: 500;
  line-height: 26px;
  border-radius: 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}
article.post-wrap .post-readmore a a:hover {
  color: #000;
  border-bottom-color: #000;
}

/* Detail */
.single article.post-wrap h1.post-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0px;
  margin-top: 0;
}

/* fix background pattern */
.patter_bg {
  position: absolute !important;
  width: 100%;
  height: 100%;
}

/* Search */
.result_search h2.post-title a {
  color: #333;
}

/* password page */
.post-password-form p label {
  margin-bottom: 0;
}

/* Page ***************************************************/
.page h2.post-title {
  margin-top: 0;
}

/* 1.8 Breadcrumbs ***************************************************/
.page-links {
  clear: both;
  margin: 20px 0px 30px 0px;
  float: left;
}
.page-links a, .page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-links a:hover, .page-links a:focus {
  background-color: #e9a31b;
  border-color: transparent;
  color: #fff;
}
.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}
.page-links .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Breadcrumbs ***************************************************/
.ovatheme_breadcrumbs {
  background-color: #ededed;
  margin-bottom: 60px;
}
.ovatheme_breadcrumbs ul.breadcrumb {
  margin-bottom: 0;
  padding: 23px 0px;
}
.ovatheme_breadcrumbs ul.breadcrumb li,
.ovatheme_breadcrumbs ul.breadcrumb a,
.ovatheme_breadcrumbs ul.breadcrumb li a {
  color: #343434;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.ovatheme_breadcrumbs .separator {
  padding-left: 2px;
  padding-right: 2px;
}
.ovatheme_breadcrumbs .separator:before {
  font-family: "ElegantIcons";
  content: "5";
  font-size: 17px;
}

/* 1.9 Responsive    ****************************************************/
@media (max-width: 1199.98px) {
  ul.commentlists ul.children {
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .ovatheme_header_default button.navbar-toggler {
    background: #343434;
    color: #fff;
  }

  ul.commentlists header.comment-author {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  ul.commentlists li.comment .comment_item .comment-details .comment-body {
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  /* comment */
  .comment-details {
    width: 100%;
    float: left;
  }
  .comment-details .author-name {
    margin-top: 10px;
  }
  .comment-details .comment-content {
    margin-left: 0;
    padding-bottom: 15px;
  }

  h4.title-comment,
h4.number-comments {
    float: left;
    width: 100%;
  }

  ul.commentlists li.comment article.comment_item {
    float: left;
    margin-bottom: 15px;
  }
  ul.commentlists ul.children {
    margin-left: 10px;
  }
}
/* Fix PrettyPhoto in mobile */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pp_pic_holder {
    left: 50% !important;
    width: 98% !important;
    margin-left: -49% !important;
  }

  div.pp_default .pp_content_container .pp_right {
    padding-right: 21px !important;
  }

  .pp_content, #pp_full_res img {
    width: 100% !important;
    height: 100% !important;
  }

  div.pp_default .pp_content_container .pp_details {
    margin-top: 20px !important;
  }

  #pp_full_res iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .pp_pic_holder {
    left: 50% !important;
    width: 98% !important;
    margin-left: -49% !important;
  }

  div.pp_default .pp_content_container .pp_right {
    padding-right: 21px !important;
  }

  .pp_content, #pp_full_res img {
    width: 100% !important;
    height: 100% !important;
  }

  div.pp_default .pp_content_container .pp_details {
    margin-top: 20px !important;
  }

  #pp_full_res iframe {
    width: 100%;
  }
}
/* 2.0 Menu Settings  */
/* Min Width Sub-Menu */
.dropdown-menu {
  min-width: 10rem;
}

/* Menu Shrink */
body .ovamenu_shrink {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
body .ovamenu_shrink.active_fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 1px 6px 0px #c5c5c5;
  /* If mobile doesnt use Fixed => use bellow code */
  /*@media(max-width: 991.98px){
  	position: relative;
  }*/
}
body .ovamenu_shrink.active_fixed.bg_dark {
  background-color: #343434 !important;
  box-shadow: 0px 1px 6px 0px #696969;
}
body .ovamenu_shrink.active_fixed.bg_white {
  background-color: #fff !important;
}
body.admin-bar .ovamenu_shrink.active_fixed {
  top: 32px;
}
@media (max-width: 782.98px) {
  body.admin-bar .ovamenu_shrink.active_fixed {
    top: 46px;
  }
}
@media (max-width: 599.98px) {
  body.admin-bar .ovamenu_shrink.active_fixed {
    top: 0px;
  }
}
body.admin-bar .ovamenu_shrink.active_fixed.bg_dark {
  background-color: #343434 !important;
  box-shadow: 0px 1px 6px 0px #696969;
}
body.admin-bar .ovamenu_shrink.active_fixed.bg_white {
  background-color: #fff !important;
}

.ovatheme_header_default nav.navbar,
.ovatheme_header_default nav.navbar {
  width: 100%;
  /* Logo */
  /* Menu Item */
  /* Sub-menu */
  /* last-child level 0 */
  /* Menu Level 3 */
  /* Show Sub-Menu when hover */
}
.ovatheme_header_default nav.navbar .navbar-brand,
.ovatheme_header_default nav.navbar .navbar-brand {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.ovatheme_header_default nav.navbar li a,
.ovatheme_header_default nav.navbar li a {
  text-transform: uppercase;
  color: #343434;
  font-weight: 500;
  padding: 30px 15px;
  font-size: 14px;
  display: inline-block;
}
.ovatheme_header_default nav.navbar li.dropdown > a,
.ovatheme_header_default nav.navbar li.dropdown > a {
  width: 100%;
}
.ovatheme_header_default nav.navbar li.dropdown > a:after,
.ovatheme_header_default nav.navbar li.dropdown > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
  margin-top: 10px;
}
.ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle,
.ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle {
  display: none;
}
.ovatheme_header_default nav.navbar li.dropdown i.arrow_carrot-down,
.ovatheme_header_default nav.navbar li.dropdown i.arrow_carrot-down {
  display: none;
}
.ovatheme_header_default nav.navbar ul.dropdown-menu li > a,
.ovatheme_header_default nav.navbar ul.dropdown-menu li > a {
  padding: 7px 15px;
  display: inline-block;
  white-space: nowrap;
}
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a,
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a {
  background-color: transparent;
}
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a:focus, .ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a:hover,
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a:focus,
.ovatheme_header_default nav.navbar ul.dropdown-menu > .active > a:hover {
  background-color: transparent;
}
.ovatheme_header_default nav.navbar ul.nav > li:last-child > a,
.ovatheme_header_default nav.navbar ul.nav > li:last-child > a {
  padding-right: 0;
}
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu,
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu {
  right: 100%;
  left: auto;
  top: 0;
}
@media (min-width: 992px) {
  .ovatheme_header_default nav.navbar ul.nav li.dropdown:hover > ul,
.ovatheme_header_default nav.navbar ul.nav li.dropdown:hover > ul {
    display: block;
    top: 100%;
    margin: 0;
  }
  .ovatheme_header_default nav.navbar ul.nav ul li.dropdown:hover > ul,
.ovatheme_header_default nav.navbar ul.nav ul li.dropdown:hover > ul {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .ovatheme_header_default nav.navbar button.navbar-toggler:focus,
.ovatheme_header_default nav.navbar button.navbar-toggler:focus {
    outline: none;
  }
  .ovatheme_header_default nav.navbar ul.nav li > a,
.ovatheme_header_default nav.navbar ul.nav li > a {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-left: 0;
  }
  .ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu,
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
  }
  .ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu li.dropdown .dropdown-toggle,
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu li.dropdown .dropdown-toggle {
    display: none;
  }
  .ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu,
.ovatheme_header_default nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu {
    display: block;
    border: none;
  }
  .ovatheme_header_default nav.navbar li a,
.ovatheme_header_default nav.navbar li a {
    padding: 7px 0px;
    display: inline-block;
  }
  .ovatheme_header_default nav.navbar li.dropdown > a:after,
.ovatheme_header_default nav.navbar li.dropdown > a:after {
    display: none;
  }
  .ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle,
.ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle {
    display: inline-block;
    padding-left: 0px;
    position: absolute;
    right: 10px;
    top: 8px;
    background: transparent;
    border: none;
  }
  .ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle:focus,
.ovatheme_header_default nav.navbar li.dropdown .dropdown-toggle:focus {
    outline: none;
  }
  .ovatheme_header_default nav.navbar li.active_sub > ul.dropdown-menu,
.ovatheme_header_default nav.navbar li.active_sub > ul.dropdown-menu {
    display: block;
  }
  .ovatheme_header_default nav.navbar .navbar-brand,
.ovatheme_header_default nav.navbar .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* 3.0 Other settings */
.btn-charihope-default {
  padding: 12px 33px;
  background-color: #fa7f4b;
  border-radius: 3px;
  transition: 0.5s;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-charihope-default:hover {
  background-color: #333333;
  color: #fff;
}

article.post-wrap {
  margin-bottom: 80px;
}
article.post-wrap .btn-charihope-default:hover {
  background-color: #333333;
}
article.post-wrap .post-media {
  margin-bottom: 20px;
  overflow: hidden;
}
article.post-wrap .post-media img {
  transition: 0.4s;
}
article.post-wrap .post-media img:hover {
  opacity: 0.9;
}
article.post-wrap .post-meta .post-meta-content {
  margin: 0px;
  margin-bottom: 13px;
}
article.post-wrap .post-meta .post-meta-content .post-date {
  margin-right: 9px;
}
article.post-wrap .post-meta .post-meta-content span, article.post-wrap .post-meta .post-meta-content a, article.post-wrap .post-meta .post-meta-content i {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
article.post-wrap .post-meta .post-meta-content a {
  transition: 0.5s;
}
article.post-wrap .post-meta .post-meta-content a:hover {
  color: #fa7f4b;
}
article.post-wrap .post-meta .post-meta-content i {
  margin-right: 8px;
  color: #fa7f4b;
}
article.post-wrap .post-meta .post-meta-content i:before {
  margin: 0px;
  font-size: 14px;
  line-height: 33px;
}
article.post-wrap .post-meta .post-meta-content .categories i {
  display: none;
}
article.post-wrap .post-title h2.post-title {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 23px;
}
article.post-wrap .post-title h2.post-title a {
  font-size: 35px;
  line-height: 1.2;
  color: #333333;
  font-weight: 600;
  text-transform: unset;
  transition: 0.4s;
}
article.post-wrap .post-title h2.post-title a:hover {
  color: #fa7f4b;
}
article.post-wrap .post-body .post-excerpt {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 27px;
}
article.post-wrap .post-body .post-excerpt p {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px 30px;
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.grid + .pagination-wrapper .blog_pagination ul.pagination {
  justify-content: center;
}
.grid article.post-wrap .post-title h2.post-title {
  margin-bottom: 10px;
  font-size: 25px;
}
.grid article.post-wrap .post-title h2.post-title a {
  font-size: 25px;
}
.grid article.post-wrap .post-meta .post-meta-content {
  margin-bottom: 10px;
}
.grid article.post-wrap .post-body .post-excerpt {
  margin-bottom: 27px;
}

.single-post article.post-wrap {
  margin-bottom: 55px;
}
.single-post article.post-wrap .post-media {
  margin-bottom: 52px;
  position: relative;
}
.single-post article.post-wrap .post-media .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 110px;
  background-color: #fa7f4b;
  color: #fff;
  display: inline-flex;
  align-content: center;
  padding: 0 0px;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0 0 3px 0;
}
.single-post article.post-wrap .post-media .date .unit {
  width: 100%;
  line-height: 1.2;
}
.single-post article.post-wrap .post-media .date .unit.day {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2px;
}
.single-post article.post-wrap .post-media .date .unit.month {
  font-size: 15px;
}
.single-post article.post-wrap .post-meta .post-meta-content {
  margin-bottom: 11px;
}
.single-post article.post-wrap .post-meta .post-meta-content .general-meta:not(:last-child) {
  margin-right: 14px;
}
.single-post article.post-wrap .post-meta .post-meta-content .general-meta i, .single-post article.post-wrap .post-meta .post-meta-content .general-meta a {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.single-post article.post-wrap .post-meta .post-meta-content .general-meta a:hover {
  color: #fa7f4b;
}
.single-post article.post-wrap .post-title h1.post-title {
  font-size: 35px;
  line-height: 1.2em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 9px;
}
.single-post article.post-wrap .post-body .post-excerpt {
  margin-bottom: 20px;
}
.single-post article.post-wrap .post-tag-charihope {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .single-post article.post-wrap .post-tag-charihope {
    flex-direction: column;
  }
  .single-post article.post-wrap .post-tag-charihope .post-tags-charihope {
    margin-bottom: 7px;
  }
}
.single-post article.post-wrap .post-tag-charihope .post-tags-charihope {
  width: 100%;
}
@media (max-width: 767px) {
  .single-post article.post-wrap .post-tag-charihope .post-tags-charihope {
    width: 100%;
  }
}
.single-post article.post-wrap .post-tag-charihope .post-tags-charihope .ovatags {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin-right: 1px;
  font-weight: 700;
}
.single-post article.post-wrap .post-tag-charihope .post-tags-charihope > a {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  transition: 0.4s;
  display: inline-block;
  margin-bottom: 7px;
}
.single-post article.post-wrap .post-tag-charihope .post-tags-charihope > a:hover {
  color: #fa7f4b;
}
.single-post article.post-wrap .post-tag-charihope .share_social-charihope {
  text-align: right;
  flex-basis: 18%;
}
@media (max-width: 767px) {
  .single-post article.post-wrap .post-tag-charihope .share_social-charihope {
    text-align: left;
    width: 100%;
  }
}
.single-post article.post-wrap .post-tag-charihope .share_social-charihope ul.share-social-icons {
  padding: 0;
  list-style-type: none;
}
.single-post article.post-wrap .post-tag-charihope .share_social-charihope ul.share-social-icons li {
  display: inline-block;
}
.single-post article.post-wrap .post-tag-charihope .share_social-charihope ul.share-social-icons li a span {
  display: none;
}
.single-post article.post-wrap .post-tag-charihope .share_social-charihope ul.share-social-icons li a i {
  font-size: 16px;
  color: #666666;
  transition: 0.5s;
}
.single-post article.post-wrap .post-tag-charihope .share_social-charihope ul.share-social-icons li a:hover i {
  color: #fa7f4b;
}
.single-post article.post-wrap .post-tag-charihope .share_social-charihope ul.share-social-icons li:not(:last-child) {
  margin-right: 12px;
}
.single-post article.post-wrap .post_recommend h3.heading-post-title {
  margin: 0px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  color: #333333;
  margin-bottom: 38px;
}
.single-post article.post-wrap .post_recommend .ova_blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.single-post article.post-wrap .post_recommend .ova_blog .related-post .ova-media {
  margin-bottom: 23px;
}
.single-post article.post-wrap .post_recommend .ova_blog .related-post .ova-media a {
  overflow: hidden;
  display: block;
}
.single-post article.post-wrap .post_recommend .ova_blog .related-post .ova-media a img {
  border-radius: 3px;
  transition: 0.4s;
}
.single-post article.post-wrap .post_recommend .ova_blog .related-post .ova-media a img:hover {
  opacity: 0.9;
}
.single-post article.post-wrap .post_recommend .ova_blog .related-post .content .post-title {
  margin: 0px;
  margin-bottom: 11px;
}
.single-post article.post-wrap .post_recommend .ova_blog .related-post .content .post-title a {
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
  transition: 0.5s;
  word-break: break-word;
}
.single-post article.post-wrap .post_recommend .ova_blog .related-post .content .post-title a:hover {
  color: #fa7f4b;
}
.single-post article.post-wrap .post_recommend .ova_blog .related-post .content .post_date {
  font-size: 15px;
  line-height: 22px;
  color: #999999;
}

.sidebar .widget {
  margin-bottom: 47px;
}
.sidebar .widget ul li a:hover {
  color: #fa7f4b;
}
.sidebar .widget h4.widget-title {
  font-size: 25px;
  line-height: 1.2em;
  color: #333333;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 25px;
  border-color: #e5e5e5;
  padding-bottom: 19px;
}
.sidebar .widget.widget_custom_html h4.widget-title {
  margin-bottom: 10px;
}
.sidebar .widget.widget_custom_html .ova_search {
  padding-top: 13px;
  padding-bottom: 7px;
}
.sidebar .widget.widget_custom_html .ova_search form {
  position: relative;
}
.sidebar .widget.widget_custom_html .ova_search form input {
  border: 1px solid #e5e5e5;
  width: 100%;
  font-size: 15px;
  line-height: 39px;
  color: #999999;
  background-color: #f2f2f2;
  padding: 8px 15px 6px 25px;
  height: unset;
}
.sidebar .widget.widget_custom_html .ova_search form button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .widget.widget_custom_html .ova_search form button:focus {
  outline: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li a img {
  margin-bottom: 0px;
  margin-right: 18px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li a .rpwwt-post-title {
  font-size: 18px;
  line-height: 25px;
  color: #666;
  font-weight: 600;
  transition: 0.4s;
  margin-top: 16px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li a .rpwwt-post-title:hover {
  color: #fa7f4b;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  font-size: 15px;
  line-height: 25px;
  color: #fa7f4b;
  margin-top: 2px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  font-size: 13px;
  line-height: 1.2;
  color: #666666;
  border: 1px solid #e5e5e5;
  transition: 0.4s;
  padding: 8px 12px 5px 12px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #fa7f4b;
  border: 1px solid #fa7f4b;
  color: #fff;
}

.pagination-wrapper {
  margin: 0px 0px 60px 0px;
  padding-top: 10px;
}
.pagination-wrapper .blog_pagination .pagination li a {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  transition: 0.5s;
}
.pagination-wrapper .blog_pagination .pagination li a:hover {
  color: #fff;
  background-color: #fa7f4b;
}
.pagination-wrapper .blog_pagination .pagination li .pagi_dots {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  transition: 0.5s;
  margin-right: 10px;
}
.pagination-wrapper .blog_pagination .pagination li.active a {
  color: #fff;
  background-color: #fa7f4b;
}

/*comment*/
.content_comments .logged-in-as {
  display: none;
}
.content_comments .comment-reply-title {
  margin: 0;
}
.content_comments .comments .number-comments {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 58px;
  margin-bottom: 5px;
}
.content_comments .comments ul.commentlists > li.comment:first-child > .comment_item {
  border-top: none;
}
.content_comments .comments ul.commentlists li.comment {
  margin: 0px;
}
.content_comments .comments ul.commentlists li.comment .comment_item {
  border-top: 1px solid #e5e5e5;
  padding-top: 32px;
  margin-bottom: 29px;
  width: 100%;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-author {
  margin-right: 20px;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-author img {
  width: 80px;
  border-radius: 50%;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name {
  display: block;
  margin-bottom: 17px;
  position: relative;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name .name {
  display: inline-block;
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  padding-right: 0px;
  text-transform: unset;
  line-height: 25px;
  margin-right: 15px;
  margin-top: 8px;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name .date {
  display: inline-block;
  font-size: 15px;
  color: #999999;
  line-height: 25px;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .comment-body {
  padding-left: 100px;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .comment-body p {
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .ova_reply {
  display: inline-flex;
  align-items: center;
  padding: 0px;
  position: absolute;
  top: 7px;
  right: 0px;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .ova_reply a.comment-reply-link, .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .ova_reply a.comment-edit-link {
  color: #fa7f4b;
  font-size: 15px !important;
  line-height: 25px;
  padding: 0px;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .ova_reply a.comment-reply-link:hover, .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .ova_reply a.comment-edit-link:hover {
  color: #333333;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .ova_reply a.comment-edit-link {
  margin-left: 10px;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .ova_reply i {
  display: none;
  color: #fa7f4b;
  font-size: 16px;
  padding: 0px;
  line-height: 1;
}
.content_comments .comments ul.commentlists li.comment .comment_item .comment-details .ova_reply i:before {
  line-height: 1;
  margin: 0px;
  margin-right: 8px;
}
.content_comments .comments .comment-respond .comment-reply-title {
  position: relative;
}
@media (max-width: 425px) {
  .content_comments .comments .comment-respond .comment-reply-title .title-comment {
    margin-bottom: 10px;
  }
  .content_comments .comments .comment-respond .comment-reply-title small {
    position: unset;
  }
}
.content_comments .comments .comment-respond .comment-reply-title .title-comment {
  border: none;
  font-weight: 700;
  color: #333333;
  font-size: 30px;
  padding-bottom: 5px;
  text-transform: capitalize;
  padding-top: 16px;
  line-height: 1.2;
  display: block;
  margin-bottom: 33px;
}
@media (max-width: 425px) {
  .content_comments .comments .comment-respond .comment-reply-title .title-comment {
    margin-bottom: 2px;
  }
}
.content_comments .comments .comment-respond .comment-reply-title small {
  position: absolute;
  top: 25px;
  right: 0;
}
@media (max-width: 425px) {
  .content_comments .comments .comment-respond .comment-reply-title small {
    position: unset;
  }
}
.content_comments .comments .comment-respond .comment-reply-title small a {
  font-size: 14px;
  line-height: 1.2;
  color: #f00;
}
.content_comments .comments .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.content_comments .comments .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.content_comments .comments .comment-respond .comment-form .wp-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content_comments .comments .comment-respond .comment-form .wp-input input[type=text] {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .content_comments .comments .comment-respond .comment-form .wp-input {
    display: block;
  }
  .content_comments .comments .comment-respond .comment-form .wp-input input[type=text] {
    width: 100%;
  }
}
.content_comments .comments .comment-respond .comment-form input[type=text], .content_comments .comments .comment-respond .comment-form textarea {
  width: 100%;
  outline: 0;
  margin-bottom: 26px;
  padding: 8px 25px 6px 0px;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  line-height: 33px;
  resize: none;
  height: unset;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
}
.content_comments .comments .comment-respond .comment-form input[type=text]::placeholder, .content_comments .comments .comment-respond .comment-form textarea::placeholder {
  color: #666666;
  font-size: 15px;
  line-height: 33px;
}
.content_comments .comments .comment-respond .comment-form textarea {
  padding: 8px 25px 15px 0px;
  height: 195px;
  order: 3;
  margin-bottom: 36px;
}
.content_comments .comments .comment-respond .comment-form .form-submit {
  padding-top: 19px;
  margin-bottom: 74px;
  order: 4;
}
.content_comments .comments .comment-respond .comment-form .form-submit input#submit {
  display: inline-block;
  width: unset;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 33px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 65px;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #fa7f4b;
  overflow: hidden;
  position: relative;
  height: unset;
  transition: 0.5s;
}
.content_comments .comments .comment-respond .comment-form .form-submit input#submit:hover {
  background-color: #333333;
}

@media (max-width: 1024px) {
  .single-post article.post-wrap .post_recommend .ova_blog {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  ul.commentlists header.comment-author {
    width: unset;
  }
}
@media (max-width: 767px) {
  .content_comments .comments ul.commentlists li.comment .comment_item .comment-details {
    width: unset;
    float: unset;
  }
  .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name {
    margin-bottom: 10px;
  }
  .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name .name, .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name .date {
    display: block;
  }
  .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply {
    position: unset;
    padding: 0px;
  }
  .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply i.flaticon-reply {
    display: none !important;
  }
  .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply .comment-reply-link {
    margin-right: 10px;
  }
  .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .author-name .ova_reply .comment-edit-link {
    margin-left: 0px;
  }
  .content_comments .comments ul.commentlists li.comment .comment_item .comment-details .comment-body {
    padding: 0px;
  }

  article.post-wrap .post-media {
    margin-bottom: 25px;
  }
  article.post-wrap .post-meta .post-meta-content {
    margin-bottom: 18px;
  }
  article.post-wrap .post-meta .post-meta-content .post-date {
    display: block;
    margin-right: 0px;
  }
  article.post-wrap .post-meta .post-meta-content .categories, article.post-wrap .post-meta .post-meta-content .comment, article.post-wrap .post-meta .post-meta-content .post-author {
    display: block;
  }

  .single-post article.post-wrap .post_recommend .ova_blog {
    grid-template-columns: 1fr;
  }
}
/********* TESTTHEME **********/
.blogname {
  color: #fa7f4b;
}

.page-links {
  float: unset;
}

article.post-wrap.sticky {
  border-top: 5px solid #fa7f4b;
}
article.post-wrap .post-title h2.post-title a {
  word-break: break-all;
}
article.post-wrap .post-title .post-title {
  word-break: break-all;
}
article.post-wrap .post-meta .post-meta-content a {
  word-break: break-all;
}
article.post-wrap .post-body .post-excerpt p:last-child:after {
  content: "";
  display: block;
  clear: both;
}

ul.commentlists li.pingback, ul.commentlists li.trackback {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  ul.commentlists li.pingback .comment-details, ul.commentlists li.trackback .comment-details {
    float: unset;
  }
}
ul.commentlists li.pingback .author-name i, ul.commentlists li.trackback .author-name i {
  display: none;
}
ul.commentlists li.pingback .author-name a, ul.commentlists li.trackback .author-name a {
  color: #333333;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}
ul.commentlists li.pingback .author-name a:hover, ul.commentlists li.trackback .author-name a:hover {
  color: #333333;
}
ul.commentlists li.pingback .author-name a.comment-edit-link, ul.commentlists li.trackback .author-name a.comment-edit-link {
  color: #fa7f4b;
  margin-left: 10px;
  font-weight: 500;
}
ul.commentlists li.pingback:last-child {
  border-bottom: none;
}
ul.commentlists li.pingback + .comment .comment_item {
  border-top: none !important;
  padding-top: 10px !important;
}

.alignleft {
  margin-bottom: 30px;
}

h1.page-title {
  font-size: 35px;
  line-height: 1.2em;
  color: #333333;
  font-weight: 600;
}

input[type=submit] {
  line-height: 35px;
  cursor: pointer;
}

.sidebar .widget.widget_rss ul li a.rsswidget:hover {
  color: #fa7f4b;
}

/*****END TESTTHEME********/
/***** Single Give ********/
.ova_single_give_form .give_forms {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .ova_single_give_form .give_forms {
    flex-direction: column-reverse;
  }
}
.ova_single_give_form .give_forms .sidebar {
  width: 33.3333%;
  padding-left: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
  bottom: 550px;
  height: 580px;
}
@media (max-width: 991.98px) {
  .ova_single_give_form .give_forms .sidebar {
    width: 100%;
    position: relative;
    padding-left: 0;
    height: auto;
    top: 0;
    bottom: 0;
    margin-top: 60px;
  }
}
.ova_single_give_form .give_forms .sidebar .give-sidebar {
  width: 100% !important;
}
.ova_single_give_form .give_forms .sidebar .give-sidebar .widget-title {
  margin-top: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.ova_single_give_form .give_forms .sidebar .widget_recent_entries ul {
  padding: 0;
}
.ova_single_give_form .give_forms .sidebar .widget_recent_entries ul li {
  list-style-type: none;
}
.ova_single_give_form .give_forms .summary {
  width: 66.6667%;
  padding-right: 15px;
  /* Form Info */
}
@media (max-width: 991.98px) {
  .ova_single_give_form .give_forms .summary {
    width: 100%;
    padding-right: 0;
  }
}
.ova_single_give_form .give_forms .summary .ova_media {
  position: relative;
  z-index: 5;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.ova_single_give_form .give_forms .summary .ova_media:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}
.ova_single_give_form .give_forms .summary .ova_media .date_social {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ova_single_give_form .give_forms .summary .ova_media .date_social {
    padding: 0 10px;
    display: flex;
    justify-content: center;
  }
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .due_date {
  z-index: 9;
  color: #fff;
  border: 0;
  background: transparent;
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .due_date .countdown-row {
  display: flex;
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .due_date .countdown-row .countdown-section {
  width: 100%;
  margin-right: 10px;
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .due_date .countdown-row .countdown-section:last-child {
  margin: 0;
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .share-social-icons {
  display: flex;
  padding: 0;
}
@media (max-width: 991.98px) {
  .ova_single_give_form .give_forms .summary .ova_media .date_social .share-social-icons {
    display: none;
  }
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .share-social-icons li {
  list-style-type: none;
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .share-social-icons li a {
  margin-left: 15px;
  color: #fff;
  transition: 0.2s all ease;
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .share-social-icons li a:hover {
  color: #fa7f4b;
  transition: 0.2s all ease;
}
.ova_single_give_form .give_forms .summary .ova_media .date_social .share-social-icons li a i {
  font-size: 14px;
}
.ova_single_give_form .give_forms .summary .ova_media img {
  width: 100%;
}
.ova_single_give_form .give_forms .summary .donation {
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
  /* Progress Donation */
  /* Form Donation */
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation {
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .ova_single_give_form .give_forms .summary .donation .ova_info_donation {
    padding: 20px 10px;
  }
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .share_social_mobile .share-social-icons {
  display: flex;
  padding: 0;
  display: none;
}
@media (max-width: 991.98px) {
  .ova_single_give_form .give_forms .summary .donation .ova_info_donation .share_social_mobile .share-social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .share_social_mobile .share-social-icons li {
  list-style-type: none;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .share_social_mobile .share-social-icons li a {
  margin-left: 20px;
  color: #666;
  transition: 0.2s all ease;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .share_social_mobile .share-social-icons li a:hover {
  color: #fa7f4b;
  transition: 0.2s all ease;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .share_social_mobile .share-social-icons li a i {
  font-size: 14px;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .donor_percentage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .donor_percentage .count_donor {
  margin: 0;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .donor_percentage .count_donor i {
  display: inline-block;
  color: #fa7f4b;
  margin-right: 8px;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .donor_percentage .percentage {
  margin: 0;
  font-weight: 600;
  text-align: right;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .progress {
  height: 10px;
  border-radius: 10px;
  background-color: #d3d3d3;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .progress span {
  background-color: #fa7f4b;
  background-image: linear-gradient(to left, #fac54b, #faa24b, transparent);
  position: relative;
  border-radius: 10px;
  transition: 0.3s width ease;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .raised {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .raised .income span:last-child {
  color: #696969;
  font-weight: 600;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .raised .goal {
  text-align: right;
}
.ova_single_give_form .give_forms .summary .donation .ova_info_donation .raised .goal span:last-child {
  color: #fa7f4b;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap {
  padding: 20px 30px;
}
@media (max-width: 991.98px) {
  .ova_single_give_form .give_forms .summary .donation .give-form-wrap {
    padding: 20px 10px;
  }
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap #give_error_test_mode {
  display: none;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-currency-symbol {
  background-color: #fa7f4b;
  border: 0;
  color: #fff;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-donation-levels-wrap button {
  border-color: #ededed;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-donation-levels-wrap button.give-default-level {
  color: #fff;
  background-color: #fa7f4b;
  border-color: #fa7f4b;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-donation-levels-wrap button:focus {
  outline: none;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-btn {
  transition: 0.3s all ease;
  padding: 7px 12px;
  border-color: #ededed;
  padding: 8px 15px;
  border-radius: 5px;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-btn:hover {
  transition: 0.3s all ease;
  color: #fff;
  background-color: #fa7f4b;
  border-color: #fa7f4b;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-btn-modal {
  background-color: #fa7f4b;
  border-color: #fa7f4b;
  color: #fff;
  transition: 0.3s all ease;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-btn-modal:hover {
  background-color: #343434;
  border-color: #343434;
  transition: 0.3s all ease;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-submit {
  height: auto;
  padding: 5px 12px;
  transition: 0.3s all ease;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-submit:hover {
  transition: 0.3s all ease;
  color: #fff;
  background-color: #fa7f4b;
  border-color: #fa7f4b;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap #give-gateway-radio-list {
  display: flex;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap #give-gateway-radio-list li {
  display: flex;
  align-items: center;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap #give-gateway-radio-list li:first-child {
  margin-right: 20px;
}
.ova_single_give_form .give_forms .summary .give_form_info {
  border: 0;
  margin-top: 60px;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li {
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  margin-right: 40px;
  padding-bottom: 10px;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li a {
  color: #555;
  position: relative;
  font-weight: 600;
  padding: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li a:after {
  transition: 0.2s all linear;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f58948;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li a .count_donor {
  margin-left: 3px;
  color: #fa7f4b;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li a .count_comment {
  margin-left: 3px;
  color: #fa7f4b;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li.ui-state-active a {
  color: #f36b16;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li.ui-state-active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f58948;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li.ui-state-hover a {
  color: #f36b16;
  transition: 0.2s all linear;
}
.ova_single_give_form .give_forms .summary .give_form_info ul.form_tab li.ui-state-hover a:after {
  transition: 0.2s all linear;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f58948;
}
.ova_single_give_form .give_forms .summary .give_form_info .ui-tabs-panel {
  padding: 0;
}
.ova_single_give_form .give_forms .summary .give_form_info #description p {
  margin: 0;
}
.ova_single_give_form .give_forms .summary .give_form_info #donor .give-grid {
  margin: 0;
}
.ova_single_give_form .give_forms .summary .give_form_info #donor .give-grid .give-donor__total {
  color: #fa7f4b;
}
.ova_single_give_form .give_forms .summary .give_form_info #gallery {
  margin: 0 -10px;
}
.ova_single_give_form .give_forms .summary .give_form_info #gallery ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.ova_single_give_form .give_forms .summary .give_form_info #gallery ul li {
  list-style-type: none;
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .ova_single_give_form .give_forms .summary .give_form_info #gallery ul li {
    width: 50%;
  }
}
.ova_single_give_form .give_forms .summary .give_form_info #gallery ul li img {
  transition: 0.3s all ease;
}
.ova_single_give_form .give_forms .summary .give_form_info #gallery ul li img:hover {
  opacity: 0.8;
  transition: 0.3s all ease;
}
.ova_single_give_form .give_forms .summary .give_form_info #video iframe {
  height: 450px;
}
.ova_single_give_form .give_forms .summary .give_form_info #contact p {
  margin-bottom: 10px;
}
.ova_single_give_form .give_forms .summary .give_form_info #contact label {
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 576px) {
  .ova_single_give_form .give_forms .summary .give_form_info #contact label {
    width: 100%;
  }
}
.ova_single_give_form .give_forms .summary .give_form_info #contact label input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .ova_single_give_form .give_forms .summary .give_form_info #contact label input {
    width: 100%;
  }
}
.ova_single_give_form .give_forms .summary .give_form_info #contact label textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .ova_single_give_form .give_forms .summary .give_form_info #contact label textarea {
    width: 100%;
  }
}
.ova_single_give_form .give_forms .summary .give_form_info #contact input[type=submit] {
  transition: 0.3s all ease;
  border-radius: 5px;
  background-color: #fa7f4b;
  color: #fff;
  border-color: #fa7f4b;
  width: auto;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
}
.ova_single_give_form .give_forms .summary .give_form_info #contact input[type=submit]:hover {
  background-color: #343434;
  border-color: #343434;
  transition: 0.3s all ease;
}
.ova_single_give_form .give_forms .summary .give_form_info #comment .number-comments {
  display: none;
}
.ova_single_give_form .give_forms .summary .give_form_info #comment ul.commentlists {
  margin-top: -32px;
}
.ova_single_give_form .give_forms .summary .give_form_info #comment .form-submit {
  margin: 0;
}
.ova_single_give_form .give_forms .summary .give_form_info #comment .content_comments .comments .comment-respond .comment-reply-title .title-comment {
  font-size: 20px;
}
.ova_single_give_form .give_forms .summary .give_form_info #comment .content_comments .comments .comment-respond .comment-form .form-submit input#submit {
  border-radius: 5px;
  text-transform: capitalize;
}
.ova_single_give_form .give_forms .summary .give_form_info #comment .author-name .name {
  font-size: 16px;
}
.ova_single_give_form .give_forms .summary .give_form_info .give-donor__load_more {
  border: 1px solid #a1a1a1;
  padding: 5px 12px;
  transition: 0.3s all ease;
}
.ova_single_give_form .give_forms .summary .give_form_info .give-donor__load_more:hover {
  background-color: #fa7f4b;
  border: 1px solid #fa7f4b;
  color: #fff;
  transition: 0.3s all ease;
}

/***** End Give ********/
/***** Archive Give ********/
.archive_give_donation {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .archive_give_donation {
    padding-bottom: 60px;
  }
}
.archive_give_donation .summary {
  width: 66.6667%;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .archive_give_donation .summary {
    width: 100%;
    padding-right: 0;
  }
}
.archive_give_donation .summary .wrap_summary {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 991.98px) {
  .archive_give_donation .summary .wrap_summary {
    margin: 0;
  }
}
.archive_give_donation .summary .wrap_summary .give_detail {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover {
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .detail_body {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.15);
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .thumbnail:after {
  opacity: 1;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .thumbnail img {
  transition: 0.3s all ease;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .thumbnail img {
    transform: scale(1);
  }
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .media .gallery {
  transform: translateX(0px);
  opacity: 1 !important;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .media .video {
  transform: translateX(0px);
  opacity: 1 !important;
  transition: 0.3s all ease 0.1s;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_1:after, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_1 .percentage, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_2:after, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_2 .percentage {
  opacity: 0;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_1:after, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_1 .percentage, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_2:after, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_2 .percentage {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .archive_give_donation .summary .wrap_summary .give_detail {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .archive_give_donation .summary .wrap_summary .give_detail {
    width: 100%;
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future {
  position: relative;
  z-index: 5;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .thumbnail {
  overflow: hidden;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .thumbnail:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .thumbnail:after {
    opacity: 1;
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .thumbnail img {
  width: 100%;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery, .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  opacity: 0 !important;
  transform: translateX(50px);
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery, .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video {
    opacity: 1 !important;
    transform: translateX(0);
    font-size: 16px;
  }
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery i, .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video i {
    background-color: #fa7f4b;
    padding: 10px;
    border-radius: 100%;
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery {
  transition: 0.3s all ease 0.1s;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery:hover {
  color: #fa7f4b;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery {
    opacity: 1;
    transform: translateX(0);
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video {
  margin-left: 15px;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video:hover {
  color: #fa7f4b;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress {
  margin-top: -5px;
  height: 10px;
  border-radius: 0;
  background-color: #e1e1e1;
  position: relative;
  z-index: 10;
  overflow: visible;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_1 {
  background-color: #fa7f4b;
  background-image: linear-gradient(to left, #fac54b, #faa24b, transparent);
  position: relative;
  border-radius: 0;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -10px;
  right: -10px;
  background-color: transparent;
  border-top: 10px solid #fa7f4b;
  border-right: 10px solid transparent;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_1 .percentage {
  position: absolute;
  top: -10px;
  right: -10px;
  transform: translate(50%, -100%);
  z-index: 777;
  padding: 0 5px;
  background-color: #fa7f4b;
  color: #fff;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_2 {
  background-color: #fa7f4b;
  background-image: linear-gradient(to left, #fac54b, #faa24b, transparent);
  position: relative;
  border-radius: 0;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -10px;
  right: 0;
  background-color: transparent;
  border-top: 10px solid #fa7f4b;
  border-left: 10px solid transparent;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_2 .percentage {
  position: absolute;
  top: -10px;
  right: 15px;
  transform: translate(50%, -100%);
  z-index: 777;
  padding: 0 5px;
  background-color: #fa7f4b;
  color: #fff;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
  padding: 15px 25px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .title {
  margin: 22px 0 30px 0;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .title a {
  color: #666666;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .title a:hover {
  color: #fa7f4b;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .desc {
  margin-bottom: 30px;
  opacity: 0.8;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .donate_remaining {
  display: flex;
  justify-content: baseline;
  margin-bottom: 30px;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .donate_remaining .donate {
  color: #fff;
  margin-right: 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s all ease;
  padding: 10px 20px;
  border: 1px solid #fa7f4b;
  background-color: #fa7f4b;
  border-radius: 5px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .donate_remaining .donate:hover {
  transition: 0.3s all ease;
  background-color: #343434;
  border-color: #343434;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised > div {
  flex: 1 1 auto;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised > div span {
  display: block;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .income {
  border-right: 1px solid #eee;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .income span:last-child {
  color: #fa7f4b;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .goal {
  border-right: 1px solid #eee;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .goal span:last-child {
  color: #fa7f4b;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .donor span:last-child {
  color: #fa7f4b;
}
.archive_give_donation .summary .pagination_archive_give {
  margin: 0px 0px 90px 0px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination {
    justify-content: center;
  }
}
.archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination li a {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  transition: 0.5s;
}
.archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination li a:hover {
  color: #fff;
  background-color: #fa7f4b;
}
.archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination li .pagi_dots {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  transition: 0.5s;
  margin-right: 10px;
}
.archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination li.active a {
  color: #fff;
  background-color: #fa7f4b;
}
.archive_give_donation .sidebar {
  width: 33.3333%;
  padding-left: 15px;
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
  bottom: 550px;
  height: 580px;
}
@media (max-width: 991.98px) {
  .archive_give_donation .sidebar {
    width: 100%;
    padding-left: 0;
    position: relative;
    height: auto;
    top: 0;
    bottom: 0;
  }
}
.archive_give_donation .sidebar .give-sidebar {
  width: 100% !important;
}
.archive_give_donation .sidebar .give-sidebar .widget-title {
  margin-top: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.archive_give_donation.type_2 {
  padding-bottom: 0;
}
.archive_give_donation.type_2 .summary {
  width: 100%;
}
.archive_give_donation.type_2 .summary .wrap_summary .give_detail {
  width: 33.3333%;
}
@media (max-width: 991.98px) {
  .archive_give_donation.type_2 .summary .wrap_summary .give_detail {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .archive_give_donation.type_2 .summary .wrap_summary .give_detail {
    width: 100%;
  }
}
.archive_give_donation.type_2 .sidebar {
  display: none;
}

/***** End Archive Give ********/
/***** Fix Form Donation Give ********/
.give-form .give-submit {
  height: auto;
  padding: 5px 20px;
  transition: 0.3s all ease;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.give-form .give-submit:hover {
  transition: 0.3s all ease;
  color: #fff;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.give-form #give-gateway-radio-list {
  display: flex;
}
.give-form #give-gateway-radio-list li {
  display: flex !important;
  align-items: center;
}
.give-form #give-gateway-radio-list li:first-child {
  margin-right: 20px;
}

/***** End Fix Form Donation Give ********/
/***** Fix PrettyPhoto Give ********/
.pp_pic_holder .ppt {
  display: none !important;
}

/***** End Fix PrettyPhoto Give ********/
/* 404 page */
.charihope_404_page {
  padding-bottom: 120px;
}
.charihope_404_page .pnf-content {
  text-align: center;
}
.charihope_404_page .pnf-content h2 {
  font-size: 150px;
  color: #fa7f4b;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
.charihope_404_page .pnf-content p {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  margin-top: 3px;
}
.charihope_404_page .pnf-content .search-form {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  align-items: center;
}
.charihope_404_page .pnf-content .search-form input {
  height: 50px;
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
}
.charihope_404_page .pnf-content .search-form input.search-field {
  border-right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 15px;
  color: #fa7f4b;
  min-width: 245px;
}
.charihope_404_page .pnf-content .search-form input:-moz-placeholder {
  color: #999999;
}
.charihope_404_page .pnf-content .search-form input::-moz-placeholder {
  color: #999999;
}
.charihope_404_page .pnf-content .search-form input::-webkit-input-placeholder {
  color: #999999;
}
.charihope_404_page .pnf-content .search-form input:-ms-input-placeholder {
  color: #999999;
}
.charihope_404_page .pnf-content .search-form button:focus {
  outline: none;
}
.charihope_404_page .pnf-content .search-form button.search-submit {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-left: 0;
  padding-left: 14px;
  padding-right: 14px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 50px;
}
.charihope_404_page .pnf-content .search-form button.search-submit:hover {
  color: #fa7f4b;
}
.charihope_404_page .pnf-content .go_back {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 35px;
  padding: 16px 39px 15px 39px;
}

.grid .blog_pagination .pagination {
  justify-content: center;
}

.give-btn {
  border-radius: 5px;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
  height: 52px;
  line-height: 52px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
  height: 52px;
  line-height: 42px;
  padding: 5px 12px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-btn-modal {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-btn-modal:hover {
  background-color: #343434 !important;
  border-color: #343434 !important;
  outline: none;
}
.ova_single_give_form .give_forms .summary .donation .give-form-wrap .give-btn-modal:focus {
  outline: none;
}

.p_t_30 {
  padding-top: 15px;
}

.give_form_info #description h2 {
  font-size: 18px;
}

.give_form_info #contact input, .give_form_info #contact textarea {
  width: 100%;
  border: 1px solid;
}
.give_form_info #contact input:focus, .give_form_info #contact textarea:focus {
  outline: none;
}

.single-give_forms .ova_single_give_form .give_forms:after,
.single-give_forms .ova_single_give_form .give_forms:before {
  display: none;
}

footer.footer {
  margin-top: 90px;
  margin-bottom: 30px;
}

form[id*=give-form] .give-select-level + .select2 {
  margin-top: 10px;
  margin-bottom: 30px;
}
form[id*=give-form] #give-donation-level-radio-list {
  display: inline-flex;
}
form[id*=give-form] #give-donation-level-radio-list > li {
  margin-right: 10px;
}
form[id*=give-form] #give-donation-level-radio-list > li input[type=radio] {
  height: auto;
}
form[id*=give-form] input:-moz-placeholder {
  font-size: 14px;
}
form[id*=give-form] input::-moz-placeholder {
  font-size: 14px;
}
form[id*=give-form] input::-webkit-input-placeholder {
  font-size: 14px;
}
form[id*=give-form] input:-ms-input-placeholder {
  font-size: 14px;
}

.give-btn.give-btn-reveal {
  color: #fff;
  border: none;
  height: 52px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.give-btn.give-btn-reveal:hover {
  background-color: #343434 !important;
  border-color: #343434 !important;
  color: #fff;
}

#give-recurring-form .form-row label, form.give-form .form-row label, form[id*=give-form] .form-row label {
  font-weight: 500;
  color: #343434;
}

/* Import Woocommerce Style */
.woocommerce {
  /* Woo sidebar */
  /* Button */
  /* Title Page */
  /* List Product */
  /* Single Product */
  /* Checkout Page */
  /* Ship */
  /* Login Tab */
  /*Login Form*/
}
.woocommerce.woo_layout_1c #woo_main {
  max-width: 100%;
}
.woocommerce.woo_layout_1c #woo_main #primary {
  flex: 0 0 100%;
}
.woocommerce.woo_layout_2l #woo_main {
  float: right;
}
.woocommerce.woo_layout_2l #woo_sidebar {
  float: left;
}
.woocommerce.woo_layout_2r #woo_main {
  float: left;
}
.woocommerce.woo_layout_2r #woo_sidebar {
  float: right;
}
.woocommerce .addresses .woocommerce-Address {
  max-width: 100%;
}
.woocommerce .woo-sidebar {
  /* widget search*/
  /* widget tag*/
  /* widget price filter*/
}
.woocommerce .woo-sidebar .widget_product_search .woocommerce-product-search {
  display: flex;
}
.woocommerce .woo-sidebar .widget_product_search .woocommerce-product-search .search-field {
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  padding: 20px 8px 20px 30px;
  border: 1px solid #f0e8e8;
  width: 100%;
  height: auto;
}
.woocommerce .woo-sidebar .widget_product_search .woocommerce-product-search button {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  padding: 12px 18px;
  border: 1px solid #f0e8e8;
  background-color: #d9a868;
}
.woocommerce .woo-sidebar .widget_product_search .woocommerce-product-search button:hover {
  background-color: #333;
  border-color: #333;
}
.woocommerce .woo-sidebar .widget_product_tag_cloud .tagcloud a {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f5f5f5;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  background-color: #d9a868;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  background: #d9a868;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  background: #d9a868;
  height: 40px;
  line-height: 1;
  padding: 12px 18px;
  border-radius: 0;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  background: #333;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
  text-transform: uppercase;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
  display: none;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 12px 25px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .button:hover {
  color: #fff;
  background-color: #d9a868;
}
.woocommerce h1.page-title {
  margin-top: 0;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  width: 100%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  height: 250px;
  object-fit: cover;
}
.woocommerce ul.products li.product .onsale {
  background-color: #d9a868;
  border-radius: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 20px;
  color: #343434;
}
.woocommerce ul.products li.product .price {
  font-size: 14px;
  color: #343434;
  font-weight: 500;
  /* old price */
  /* new price */
}
.woocommerce ul.products li.product .price del {
  padding-right: 5px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce.single-product .product {
  /* Thubnail */
  /* Title */
  /* Rating */
  /* Price */
  /* Short desc */
  /* Add To Cart Form */
  /* tab */
  /* Review Tab */
  /* related */
}
.woocommerce.single-product .product .woo-thumbnails {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  display: block;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-next {
  right: -30px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 30px;
  height: 30px;
  background: #fff;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-next:focus {
  outline: none;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-next:hover {
  color: #e9a31b;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-next span {
  text-indent: -10000px;
  position: relative;
  display: block;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-next span:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  content: "5";
  font-family: "ElegantIcons";
  text-indent: 0;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-prev {
  left: -30px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 30px;
  height: 30px;
  background: #fff;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-prev:focus {
  outline: none;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-prev:hover {
  color: #e9a31b;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-prev span {
  text-indent: -10000px;
  position: relative;
  display: block;
}
.woocommerce.single-product .product .woo-thumbnails button.owl-prev span:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  content: "4";
  font-family: "ElegantIcons";
  text-indent: 0;
}
@media (max-width: 767.98px) {
  .woocommerce.single-product .product .woo-thumbnails button.owl-prev {
    left: 0px;
  }
  .woocommerce.single-product .product .woo-thumbnails button.owl-prev span {
    background-color: #fff !important;
    padding: 1px 0px 0px 5px;
  }
  .woocommerce.single-product .product .woo-thumbnails button.owl-next {
    right: 0px;
  }
  .woocommerce.single-product .product .woo-thumbnails button.owl-next span {
    background-color: #fff !important;
    padding: 1px 0px 0px 5px;
  }
}
.woocommerce.single-product .product .onsale {
  background-color: #d9a868;
  border-radius: 0;
  left: 0;
  top: 0;
}
.woocommerce.single-product .product .product_title {
  margin-bottom: 10px;
}
.woocommerce.single-product .product .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce.single-product .product .price {
  color: #343434;
  font-size: 18px;
}
.woocommerce.single-product .product .price del {
  padding-right: 5px;
}
.woocommerce.single-product .product .price ins {
  text-decoration: none;
}
.woocommerce.single-product .product .woocommerce-product-details__short-description p {
  margin-bottom: 23px;
}
.woocommerce.single-product .product .cart {
  margin-bottom: 25px;
}
.woocommerce.single-product .product .cart .quantity .qty {
  height: 40px;
  width: auto;
}
.woocommerce.single-product .product .cart .single_add_to_cart_button {
  height: 40px;
  background-color: #d9a868;
}
.woocommerce.single-product .product .cart .single_add_to_cart_button:hover {
  background-color: #333;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
  padding: 10px 0px;
  margin-bottom: 50px;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  text-align: center;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before {
  border: none;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  border-color: transparent;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
  opacity: 0.4;
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active a {
  opacity: 1;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  color: #393939;
}
.woocommerce.single-product .product .woocommerce-Reviews {
  display: flex;
}
@media (max-width: 767.98px) {
  .woocommerce.single-product .product .woocommerce-Reviews {
    display: inline-block;
  }
  .woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper,
.woocommerce.single-product .product .woocommerce-Reviews #comments {
    width: 100%;
  }
}
.woocommerce.single-product .product .woocommerce-Reviews #comments {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .woocommerce.single-product .product .woocommerce-Reviews #comments {
    width: 100%;
    padding-left: 0;
  }
}
.woocommerce.single-product .product .woocommerce-Reviews #comments h2.woocommerce-Reviews-title {
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  font-weight: 500;
  margin-bottom: 1em;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating {
  margin-bottom: 25px;
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-rating p.stars a {
  color: #d9a868;
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-comment label,
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-email label,
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-author label {
  display: block;
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea,
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-email textarea,
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-author textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea:focus,
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-email textarea:focus,
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-author textarea:focus {
  outline: none;
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-comment input,
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-email input,
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .comment-form-author input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.woocommerce.single-product .product .woocommerce-Reviews #review_form_wrapper .form-submit input#submit {
  margin-top: 10px;
}
.woocommerce.single-product .product .related.products {
  margin-top: 60px;
}
.woocommerce #customer_details .col-1 {
  flex: none;
  max-width: 100%;
  padding-left: 0;
}
.woocommerce #customer_details .col-2 {
  flex: none;
  max-width: 100%;
  padding-right: 0;
}
.woocommerce #customer_details p.form-row label {
  display: block;
  width: 100%;
}
.woocommerce #customer_details p.form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce #customer_details p.form-row .woocommerce-input-wrapper input {
  padding: 5px;
}
.woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
  padding: 5px;
}
.woocommerce ul.ova-login-register-woo {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce ul.ova-login-register-woo li {
  padding: 0 13px;
}
.woocommerce ul.ova-login-register-woo li.active a {
  position: relative;
}
.woocommerce ul.ova-login-register-woo li.active a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #f00;
}
.woocommerce ul.ova-login-register-woo li a {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2 {
  max-width: 100%;
  float: unset;
  margin: 0 auto;
}
.woocommerce #customer_login.col2-set .col-1 > h2, .woocommerce #customer_login.col2-set .col-2 > h2 {
  display: none;
}
.woocommerce .woocommerce-form {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.woocommerce .woocommerce-form .woocommerce-form-row {
  padding: 0;
  margin: 0 0 15px 0;
}
.woocommerce .woocommerce-form .woocommerce-form-row label {
  font-size: 17px;
  line-height: 24px;
  color: #333;
  display: block;
  width: 100%;
  margin: 0 0 6px 0;
  font-weight: 600;
}
.woocommerce .woocommerce-form .woocommerce-form-row input {
  border-radius: 4px;
  padding: 12px 25px;
  color: var(--text);
}
.woocommerce .woocommerce-form .woocommerce-form-row .show-password-input {
  right: 10px;
}
.woocommerce .woocommerce-form .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce .woocommerce-form .form-row .woocommerce-form-login__rememberme {
  order: 1;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-form .form-row button {
  order: 2;
}
.woocommerce .woocommerce-form button[type=submit] {
  margin: 0;
  border-radius: 4px;
  padding: 12px 15px;
  background-color: #d9a868;
  color: #fff;
}
.woocommerce .woocommerce-form button[type=submit]:hover {
  background-color: #333;
  color: #fff;
}
.woocommerce .woocommerce-form .woocommerce-LostPassword {
  margin-top: 7px;
}
.woocommerce .woocommerce-form .woocommerce-LostPassword a {
  color: #333;
  text-decoration: underline;
}
.woocommerce .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #d9a868;
}
.woocommerce .woocommerce-form.woocommerce-form-register {
  display: none;
  border: none;
  max-width: 400px;
  padding: 0;
  margin: -5px auto 80px auto;
}
.woocommerce .woocommerce-form.woocommerce-form-register .woocommerce-form-row, .woocommerce .woocommerce-form.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}
.woocommerce .woocommerce-form.woocommerce-form-register p {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-form.woocommerce-form-register .woocommerce-form-register__submit {
  border-radius: 4px;
  padding: 12px 15px;
  background-color: #d9a868;
  color: #fff;
}
.woocommerce .woocommerce-form.woocommerce-form-register .woocommerce-form-register__submit:hover {
  background-color: #333;
  color: #fff;
}
.woocommerce table.shop_attributes tr {
  border-color: #ededed;
}
.woocommerce table.shop_attributes th {
  border-color: #ededed;
  text-transform: capitalize;
}

/* Cart */
.woocommerce-cart {
  /* Block Cart */
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items {
  border: 1px solid rgba(18, 18, 18, 0.11);
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items th {
  padding: 0.25rem 16px 0.25rem 16px !important;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-size: 0.85em;
}
.woocommerce-cart .wc-block-components-product-metadata {
  font-size: 0.9em;
}
.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button {
  color: #343434;
  border: 1px solid #dedede;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button:hover {
  color: #FFFFFF;
  background-color: #fa7f4b;
  border-color: #fa7f4b;
}

/* Checkout */
.woocommerce-checkout {
  /* Block */
  /* Input */
}
.woocommerce-checkout .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form {
  gap: 8px 16px;
}
.woocommerce-checkout input {
  height: auto;
}
.woocommerce-checkout .woocommerce-checkout-review-order #place_order {
  border: 1px solid #343434;
}
.woocommerce-checkout .woocommerce-checkout-review-order #place_order:hover {
  border-color: #d9a868;
}
.woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  color: #343434;
  border: 1px solid #dedede;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {
  color: #FFFFFF;
  background-color: #fa7f4b;
  border-color: #fa7f4b;
}