/*
Theme Name: Anima
Theme URI: http://themerail.com/wp/theme/anima/
Author: CodePassenger
Author URI: http://themeforest.ne/user/codepassenger
Description:  Anima - Responsive Pet Rescue and Shelter WordPress Theme
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anima
Tags: sticky-post, post-formats, featured-images

*/

/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------

1 - Alignment

2 - Caption and Blockquote

3 - 404 Page

4 - Table

5 - Page Comment Navigation

6 - Default Widget Styles

7 - Post Content

8 - Comment Content

9 - Page Content

10 - Gutenberg Block

*/

code, pre, kbd, tt {
	word-wrap: break-word;
	white-space: pre-wrap;
}
.blog-title .title-text,
.section-header .title-text,
.bredcrumbs li,
.anima-blog-post p,
.comment-info p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}
html, html a {
	text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-h-adjust: 100%;
}

/*-----------------------
	1 - Alignment
------------------------*/

.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.aligncenter {
    display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}
@media screen and (max-width: 767px) {
	.rev-btn {
		padding: 7px 12px !important;
		font-size: 13px !important;
	}
}


/*-----------------------------
	2 - Caption and Blockquote
-------------------------------*/

.wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    background-color: #ddd;
    text-align: center;
}
.wp-caption img {
    max-width: 98%;
    height: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.gallery-caption{
	
}
.screen-reader-text{
	
}
.sticky{
	background-color: #f6e25d33;
	padding: 25px 30px;
	margin-bottom: 40px;
}
.sticky .full-width-hr {
	margin: 0;
	border: 0;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.wp-caption-text{
	font-size: 14px;
	font-size: 1.4rem;
}

/*-----------------------------
	3 - 404 Page
------------------------------*/

.error_404 {
	text-align:center;
	
}
.error_404 .error_code {
	color: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 80px;
	line-height: 100%;
	padding: 15px 0;
}
.error_404 .error_text {
	font-size: 24px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
}
.error_404 a{
	margin-top: 20px;
	color: #fb0d29;
}
.error_404 a:hover{
	color: #0ec7ef;
}
.comment-metadata, .comment-content {
	min-height: 26px;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}
.remove-column-gap .vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.no-content-form .title-text {
	text-align: center;
	margin-bottom: 50px;
}
.no-content-form input {
	border-radius: 0;
	height: 50px;
	border: 1px solid #4ca6c7;
}

/*---------------------------
	4 - Table
----------------------------*/

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	table-layout: fixed;
}
table td ,table th{
	padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table a {
	color: #1e414e;
}
code {
	color: #fff !important;
	background-color: #4ca6c7 !important;
}
kbd {
	color: #333 !important;
	background-color: #f6e25d !important;
}
.media-body a,
.page-content a {
	color: #1e414e;
}
article a:hover {
	color: #333;
}
.media-body a:hover,
.page-content a:hover {
	color: #333;
}
.media-body .btn {
	color: #1e414e;
}

/*------------------------------
	5 - Page Comment Navigation
-------------------------------*/

.about-page-content > ul {
	margin: 30px 0 50px 40px !important;
}
.about-page-content ul li {
	font-size: 13px;
	line-height: 28px;
	color: #757575;
	font-weight: 300;
	letter-spacing: 0.65px;
}
.textwidget img{
	height:100%;
	width:100%;
}
.textwidget select{
	width:100%;
}
.navbar-brand img{
	margin:0px;
}
.comment-info img{
	max-width:100%;
}
.comment-list .children{
	margin-left:20px !important;
	padding-left:20px !important;
}
select{
    max-width:100%;
}
.single-page-post .page-links {
	margin-bottom: 30px;
}
.single-page-post .single-blog-post {
	box-shadow:none;
}
#instafeed {
	display: table;
	width: 100%;
}
#instafeed .item {
	display: table-cell;
}
#instafeed .item img {
	max-width: 100%;
	height: 200px;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}
.border-right-0 .post-area-boxed {
	border-right: none !important;
}
.pagination {
  margin: 0;
}

.page-numbers {
  height: 35px;
  width: 35px;
  font-size: 14px;
  line-height: 35px;
  color: #1b1b1b;
  margin-right: 5px;
  border: 1px solid #ff9d00;
  display: block;
  float: left;
}

.pagination-area .page-numbers:hover {
  background: #ff9d00;
  color: #fff;
  border: 1px solid transparent;
}

.page-numbers.current {
  background: #ff9d00;
  color: #fff;
  border: 1px solid transparent;
}
.comments-form [class^="icon-"],
.comments-form [class*="icon-"],
.pagination-area [class^="icon-"],
.pagination-area [class*="icon-"] {
	font-family: 'anima-icon';
}
.single-event .recent-events .pet-thumb img {
	max-height: 400px;
	object-fit: cover;
}

/*------------------------------
	6 - Default Widget Styles
-------------------------------*/
.sidebar a {
	color: #1e414e;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
	display: none;
}
.sidebar-widget > ul {
	list-style: none;
	padding-left: 0;
}
.sidebar-widget ul ul {
	list-style: disc;
	padding-left: 20px;
}
.rssSummary {
	line-height: 24px;
}
.wp-caption-text {
	margin: 0;
	padding: 12px 0;
}
.widget_text .wp-caption p:empty {
   display: none;
}
.widget_text .textwidget p strong {
	display: inline-block;
	margin-bottom: 10px;
}
.widget_text .textwidget p {
	margin-bottom: 0;
}
.widget_text .textwidget p img {
	display: inline-block;
	margin-bottom: 25px;
}

.sidebar-widget select,
.footer-widget select{
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 40px;
	width: 100%;
	transition: all 0.3s ease;
	padding: 0 15px;
}

.sidebar-widget select:focus,
.footer-widget select:focus{
	border-color: #ff9d00;
	outline: none;
}

.footer-widget select{
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar_wrap td,
.calendar_wrap th{
	text-align: center;
}
.calendar_wrap th{
	background-color: #f1f1f1;
}
.footer-widget .calendar_wrap table{
	border-color: rgba(255,255,255,0.1);
}
.footer-widget .calendar_wrap td,
.footer-widget .calendar_wrap th{
	border-color: rgba(255,255,255,0.1);
}
.footer-widget .calendar_wrap th{
	background-color: rgba(0,0,0,0.1);
}
.calendar_wrap td#today{
	font-weight: 700;
	background-color: #f1f1f1;
}
.footer-widget .calendar_wrap td#today{
	background-color: rgba(255,255,255,0.1);
}
.calendar_wrap table caption{
	text-align: center;
	font-weight: 700;
}
.footer-widget .calendar_wrap table caption{
	color: #ffffff;
}
.footer-body .footer-widget td a,
.calendar_wrap td a,
.calendar_wrap th a{
	color: #ff9d00;
	font-weight: 700;
}
.recentcomments + .recentcomments{
	margin-top: 15px;
}

.footer-body .footer-widget,
.footer-body .footer-widget a {
	color: #fff;
}
.footer-body .footer-widget > ul {
	list-style: none;
	padding-left: 0;
}
.footer-body .footer-widget ul ul {
	list-style: disc;
	padding-left: 20px;
}
.footer-body .footer-widget.widget_nav_menu ul.menu a {
	color: #fff;
}
.footer-body .footer-widget.widget_tag_cloud .tagcloud a {
	border-color: rgba(255, 255, 255, 0.2);
}
.footer-body .footer-widget.widget_text .wp-caption-text {
	color: #2e303c;
}
.footer-widget.widget_archive select,
.footer-widget.widget_categories select,
.footer-widget.widget_text select {
	background: #2e303c;
	padding: 10px 15px 10px 10px;
}
.footer-body .footer-widget.widget_nav_menu #menu-footer-menu li {
	display: inline-block;
	width: 49%;
}

/*------------------------------
	7 - Post Content
-------------------------------*/

.anima-blog-post h1,
.anima-blog-post h2,
.anima-blog-post h3,
.anima-blog-post h4,
.anima-blog-post h5,
.anima-blog-post h6,
.anima-blog-post > ul,
.anima-blog-post > ol {
		margin-bottom: 15px;
}
.anima-blog-post > ul,
.anima-blog-post > ol {
	padding-left: 20px;
}
.anima-blog-post ul,
.anima-blog-post ul li {
	list-style: disc;
}
.anima-blog-post ol,
.anima-blog-post ol li {
	list-style: decimal;
}
.anima-blog-post > ul ul,
.anima-blog-post > ol ol,
.anima-blog-post > ol ul,
.anima-blog-post > ul ol {
	padding-left: 20px;
}
.anima-blog-post ul li,
.anima-blog-post ol li {
	margin: 10px 0;
	line-height: 22px;
}
dd {
    margin: 10px 0;
}
.single-post-pagination {
	margin-top: 50px;
}
.single-post-pagination .nav-links a {
	font-weight: 600;
	color: #1e414e;
}
.single-post-pagination .nav-links .nav-previous {
	float: left;
}
.single-post-pagination .nav-links .nav-next {
	float: right;
}
.post-password-form input[type='password'] {
	border: 1px solid #f6e25d;
	padding: 0 15px;
	line-height: 36px;
	transition: all 0.3s ease;
}
.post-password-form input[type='password']:focus {
	outline: 0;
	border-color: #ff9d00;
}
.post-password-form input[type='submit'] {
	border: 1px solid #f6e25d;
	background: #f6e25d;
	color: #000;
	padding: 0;
	min-width: 150px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.3s ease;
}
.post-password-form input[type='submit']:hover{
	cursor: pointer;
	color: #ffffff;
	background-color: #ff9d00;
	border-color: #ff9d00;
}

.page-links {
	clear: both;
	margin: 30px 0 0;
	line-height: 30px;
	font-weight: 700;
}

.page-links a,
.page-links > span {
	border: 1px solid #f6e25d;
	border-radius: 2px;
	display: inline-block;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
	vertical-align: bottom;
	line-height: inherit;
	font-weight: 700;
}

.page-links a {
	background-color: #f6e25d;
	border-color: #f6e25d;
	color: #000000;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #ff9d00;
	border-color: transparent;
	color: #ffffff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

/*------------------------------
	8 - Comment Content
-------------------------------*/

.comment-list .media-body h1,
.comment-list .media-body h2,
.comment-list .media-body h3,
.comment-list .media-body h4,
.comment-list .media-body h5,
.comment-list .media-body h6,
.comment-list .media-body > ul,
.comment-list .media-body > ol {
		margin-bottom: 15px;
}
.comment-list .media-heading a {
	font-family: Oswald, sans-serif;
}
.comment-list .media-body > ul,
.comment-list .media-body > ol {
	padding-left: 20px;
	margin-left: 0;
}
.comment-list .media-body ul,
.comment-list .media-body ul li {
	list-style: disc;
}
.comment-list .media-body ol,
.comment-list .media-body ol li {
	list-style: decimal;
}
.comment-list .media-body > ul ul,
.comment-list .media-body > ol ol,
.comment-list .media-body > ol ul,
.comment-list .media-body > ul ol {
	padding-left: 20px;
}
.comment-list .media-body ul li,
.comment-list .media-body ol li {
	margin: 10px 0;
	line-height: 22px;
}
.comment-list .media-body iframe,
.comment-list .media-body embed,
.comment-list .media-body img {
	max-width: 100%;
}

/*------------------------------
	9 - Page Content
-------------------------------*/

.page-content > ul,
.page-content > ol {
	padding-left: 20px;
	margin-left: 0;
	margin-bottom: 20px;
}
.page-content ul,
.page-content ul li {
	list-style: disc;
}
.page-content ol,
.page-content ol li {
	list-style: decimal;
}
.page-content > ul ul,
.page-content > ol ol,
.page-content > ol ul,
.page-content > ul ol {
	padding-left: 20px;
}
.page-content ul li,
.page-content ol li {
	margin: 10px 0;
	line-height: 22px;
}
.comment-list > ul,
.comment-list ul.children {
	list-style: none;
}
.comment-list > ul > li,
.comment-list ul.children > li {
	list-style: none;
}
.comment-reply-title small {
	display: block;
	margin-top: 15px;
}
.multipage-client .each-item{
	display: block;
	text-align: center;
}
.anima-blog-post,
.page-content {
	display: inline-block;
	width: 100%;
}

/*------------------------------
	10 - Gutenberg Block
-------------------------------*/
.wp-block-quote:not(.is-large):not(.is-style-large){
	border-radius: 3px;
	background: #f2f2f2;
	padding: 30px 40px;
	border-left: 10px solid #f6e25d;
}
.single-post .post-content ul.wp-block-gallery,
.single-post .post-content ol.wp-block-gallery,
.page-template-default ol.wp-block-gallery,
.page-template-default ul.wp-block-gallery,
.single-post .post-content ul.wp-block-gallery,
.wp-block-gallery{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item{
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 0 30px;
	display: block;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure{
	position: relative;
	display: block;
	height: auto;
}
.wp-block-gallery .blocks-gallery-image figure img:not(:only-child),
.wp-block-gallery .blocks-gallery-item figure img:not(:only-child){
	background-color: #ddd;
	padding: 4px;
	border-radius: 3px 3px 0 0;
}
.wp-block-gallery .blocks-gallery-image figure figcaption,
.wp-block-gallery .blocks-gallery-item figure figcaption{
	position: relative;
	display: block;
	background-color: #dddddd;
	margin: 0;
	background-image: none;
	border-radius: 0 0 3px 3px;
	color: #636363;
	font-size: 14px;
	padding: 6px 10px 10px;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item{
	width: calc((100% - 15px)/ 2);
}
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item{
	width: calc((100% - 15px * 2)/ 3);
	margin-right: 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item{
	width: calc((100% - 15px * 3)/ 4);
	margin-right: 0;
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item{
	width: calc((100% - 15px * 4)/ 5);
	margin-right: 0;
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item{
	width: calc((100% - 15px * 5)/ 6);
	margin-right: 0;
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item{
	width: calc((100% - 15px * 6)/ 7);
	margin-right: 0;
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item{
	width: calc((100% - 16px * 7)/ 8);
	margin-right: 0;
}
.wp-block-pullquote{
	border-top: 4px solid #00c0ff;
	border-bottom: 4px solid #00c0ff;
	padding: 30px 0;
	margin-bottom: 20px;
}
.wp-block-pullquote blockquote p,
.wp-block-pullquote blockquote{
	border: none;
	padding: 0;
	margin: 0;
	font-size: 17.5px;
}
.wp-block-pullquote blockquote cite{
	font-size: 16px;
	font-weight: 600;
	color: #888888;
	margin-top: 15px;
	display: block;
}
.wp-block-table{
	width: 100%;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 20px 0;
	border: 1px solid #ddd !important;
	border-left: 0 !important;
	table-layout: fixed;
}
.wp-block-table th,
.wp-block-table td{
	padding: 8px;
	border: none;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
	min-height: 35px;
	line-height: 18px;
}