/*
Theme Name: Pet Care Clinic
Theme URI: https://www.unboxthemes.com/wp-themes/free-pet-wordpress-theme/
Author: UnboxThemes
Author URI: https://www.unboxthemes.com/
Description: Pet Care Clinic is a charming, elegant, versatile, technologically advanced and visually pleasing pet WordPress theme to be used by animal selling shops, pet stores, pet grooming parlours, dog cleaning centre, animal food supplier, dog and pet service provider, dog washing centre, pet health consultant, animal care centre and other such businesses. You can also use it as an animal and pet blog to give tips on pet care. This animal WordPress theme is filled with eye-catching colours and beautiful fonts to make it more appealing. It is a fully responsive theme that can be accessed on any device and screen resolution. It is multi-browser compatible, multilingual and supports RTL writing. The layout of this theme can be changed from full screen to full-width and boxed version. This pet WordPress theme is compatible with all the third party plugins and integrated with WooCommerce so you can set up your online store in just a few clicks. It is embedded with social media icons to easily promote your services and the SEO of this theme will reserve a higher rank for your website in search engine results. Its developers have designed several purpose oriented sections to serve diverse needs of this field. Get this user-friendly and professional looking theme for your pet business now. demo link: https://www.unboxthemes.com/themes/pet-care-clinic/
Version: 2.3
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-menu, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain: pet-care-clinic

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body {
    color: #919191;
    word-wrap: break-word;
    line-height: 1.7;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
html,
body {
    width: 100%;
}
a {
    color: #15aa1a;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover,
a:focus {
    color: #141313;
    text-decoration: none;
}
a:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #141313;
}
img {
    height: auto;
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}
.sticky {
    background: #efefef;
    padding: 0 10px;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* ------------------------ Content ----------------------- */

.single .byline,
.group-blog .byline {
    display: inline;
    margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
#content {
    margin-bottom: 40px;
}

/* --------------------- Post styling --------------------- */
.entry-meta a {
    font-size: 13px;
}
#main .page-header {
    margin-top: 0;
}
.entry-meta a {
    color: #919191;
}
.entry-meta .fa {
    font-size: 14px;
    margin: 0 8px;
    color: #15aa1a;
}
.entry-meta span {
    margin-right: 10px;
}
.entry-title {
    font-size: 26px;
    color: #141313;
}
.entry-title a {
    color: #141313;
}
.entry-title a:hover {
    color: #666;
}
.btn.btn-default.read-more {    
    color: #fff;
    background-color: #15aa1a;
    margin-top: 10px;
}
.btn.btn-default.read-more:hover {
    background-color: #1376c3;
}
.search .btn.btn-default.read-more {
    float: none;
}

/* singe post - */
.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #15aa1a;
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 2px;
}
.page-links a span {
    background-color: inherit;
    border: 1px solid #E8E8E8;
    color: #15aa1a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.page-links a