/*
Theme Name: VETS
Theme URI: https://1.envato.market/1k3gD
Description: VETS - Veterinary Medical Health Clinic Theme
Author: egemenerd
Author URI: https://1.envato.market/1k3gD
Version: 3.5
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
Tags: custom-menu, custom-header, custom-background
Text Domain: vets
*/

/* ---------------------- 
Stylesheet Guide
-------------------------

FONTS
GENERAL STYLES
GRID
MAIN MENU
TEXT ROTATOR
PAGE STRUCTURE
NEWS
COMMENTS
SIDEBAR
FORMS
FOOTER
WIDGETS
SOCIAL ICONS
BACK TO TOP BUTTON
RESPONSIVE IFRAME
WORDPRESS
GUTENBERG
TRANSPARENT COLORS
MEDIA

*/

/* ================= NORMALIZE ================== */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block;}audio,canvas,video { display: inline-block; *display: inline; *zoom: 1;}audio:not([controls]) { display: none; height: 0;}[hidden] { display: none;}html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}html,button,input,select,textarea { font-family: sans-serif;}body { margin: 0;}a:focus { outline: thin dotted;}a:hover,a:active { outline: 0;}abbr[title] { border-bottom: 1px dotted;}b,strong { font-weight: bold;}blockquote { margin: 1em 40px;}dfn { font-style: italic;}mark { background: #ff0; color: #000;}p,pre { margin: 1em 0;}pre,code,kbd,samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em;}pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word;}q { quotes: none;}q:before,q:after { content: ''; content: none;}small { font-size: 75%;}sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup { top: -0.5em;}sub { bottom: -0.25em;}dl,menu,ol,ul { margin: 1em 0;}dd { margin: 0 0 0 40px;}menu,ol,ul { padding: 0 0 0 40px;}nav ul,nav ol { list-style: none; list-style-image: none;}img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic;}svg:not(:root) { overflow: hidden;}figure { margin: 0; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0;}form { margin: 0;}fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px;}button,input,select,textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}button,input { line-height: normal;}button,input[type="button"],input[type="reset"],input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;}button[disabled],input[disabled] { cursor: default;}input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none;}button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}textarea { overflow: auto; vertical-align: top;}table { border-collapse: collapse; border-spacing: 0;} * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* ================= FONTS ================== */

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.slidetext,
.button,
.testimonial-name,
.readmore-button,
.resp-tabs-list li,
.ns_nerveSlider .ns_slideContent div span,
.slidetext,
.nav a,
.blogpager a {
    font-weight: 700;
}

body,
p,
.nav-buttons span,
.testimonial-name span {
    font-weight: 400;
}

em {
    font-style: italic;
}

.page-title,
#footer,
.nav-container,
.featured-image-date,
input[type="submit"],
.blogpager a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ================= GENERAL STYLES ================== */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.7;
    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 1.2;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.clear {
    clear: both;
}

.clr {
    clear: both;
}

p {
    line-height: 1.7;
    margin-bottom: 30px;
    margin-top: 0px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

strong {
    letter-spacing: 0.01em;
}

hr {
    height: 1px;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
    outline: none;
    border: none;
}

.postcontent hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

select {
    padding: 5px;
}

.flex-img {
    margin-bottom: 30px;
}

.flex-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.grid img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%;
}

blockquote {
    margin: 30px 0px;
    padding: 40px 40px 40px 100px;
    position: relative;
}

blockquote:before {
    width: 61px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    margin: 0px;
    z-index: 1;
    content: '';
}

blockquote:after {
    content: '"';
    position: absolute;
    font-size: 100px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    top: 50%;
    left: 17px;
    margin: -20px 0px 0px 0px;
    z-index: 2;
}

blockquote p {
    display: inline;
    margin: 0px;
    line-height: 1.7;
}

blockquote cite {
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    text-align: right;
}

blockquote cite:before {
    content: "— ";
}

blockquote,
i,
em {
    font-style: italic;
}

code br {
    display: none;
}

.vets-page-content ul,
.vets-page-content ol {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-position: inside;
}

.vets-page-content ul ul,
.vets-page-content ol ol,
.vets-page-content ul ol,
.vets-page-content ol ul {
    margin: 0 0 30px 20px;
}

.vets-page-content li > ul,
.vets-page-content li > ol {
    margin-bottom: 0;
}

.vets-page-content ul li,
.vets-page-content ol li {
    margin: 5px 0px;
}

dl {
    margin-bottom: 30px;
    line-height: 1.7;
}

dd {
    margin-bottom: 30px;
}

table {
    margin: 40px 0;
    table-layout: auto;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

table:not([class]) {
    border-collapse: collapse;
}

table:not([class]),
table:not([class]) th,
table:not([class]) td {
    border: 1px solid #ddd;
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px;
}

caption,
th,
td {
    text-align: left;
}

code,
kbd,
tt,
var,
samp,
pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    font-family: Consolas, monospace;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

address {
    margin-bottom: 30px;
}

label {
    line-height: 1;
    margin-bottom: 10px !important;
    display: block;
    font-weight: 700;
}

.label {
    padding: 10px 15px 10px 15px;
    display: inline-block;
}

.ext-link,
.ext-link img {
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    border-radius: 0px !important;
    overflow: hidden;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.ext-link img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ext-link img:hover {
    transform: scale(1.4) rotate(5deg);
    -webkit-transform: scale(1.4) rotate(5deg);
    -ms-transform: scale(1.4) rotate(5deg);
}

.our-team .ext-link img:hover {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    cursor: move;
}

.readmore-button {
    padding: 10px 0px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    outline: none !important;
    margin-top:25px;
}

.readmore-button:hover {
    padding: 10px 15px;
}

.our-team > figcaption div .readmore-button {
    padding: 10px 15px;
    display: block;
}

/* ================= GRID ================== */

.grid,
.unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    display: block;
    clear: both;
}

.grid .unit {
    float: left;
    width: 100%;
    padding: 20px;
}

.grid .unit:first-child {
    padding-left: 20px;
}

.grid .unit:last-child {
    padding-right: 20px;
}

.unit .unit:first-child {
    padding-left: 0;
}

.unit .unit:last-child {
    padding-right: 0;
}

.unit .grid:first-child > .unit {
    padding-top: 0;
}

.unit .grid:last-child > .unit {
    padding-bottom: 0;
}

.no-gutters .unit,
.unit.no-gutters {
    padding: 0 !important;
}

.wrap .grid,
.grid.wrap {
    max-width: 978px;
    margin: 0 auto;
}

.grid .whole,
.grid .w-1-1 {
    width: 100%;
}

.grid .half,
.grid .w-1-2 {
    width: 50%;
}

.grid .one-third,
.grid .w-1-3 {
    width: 33.3332%;
}

.grid .two-thirds,
.grid .w-2-3 {
    width: 66.6665%;
}

.grid .one-quarter,
.grid .w-1-4 {
    width: 25%;
}

.grid .three-quarters,
.grid .w-3-4 {
    width: 75%;
}

.grid .one-fifth,
.grid .w-1-5 {
    width: 20%;
}

.grid .two-fifths,
.grid .w-2-5 {
    width: 40%;
}

.grid .three-fifths,
.grid .w-3-5 {
    width: 60%;
}

.grid .four-fifths,
.grid .w-4-5 {
    width: 80%;
}

.grid .golden-small,
.grid .w-g-s {
    width: 38.2716%;
}

.grid .golden-large,
.grid .w-g-l {
    width: 61.7283%;
}

.grid {
    *zoom: 1;
}

.grid:before,
.grid:after {
    display: table;
    content: "";
    line-height: 0;
}

.grid:after {
    clear: both;
}

/* ================= MAIN MENU  ================== */

.logo {
    float: left;
    padding-left: 40px;
}

.logo h1 {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 120px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.logo img {
    max-height: 120px;
    width: auto;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    transition: all 0.2s ease-in-out;
    vertical-align: bottom;
    margin: 0px;
    vertical-align: middle;
}

.logo a {
    outline: none !important;
    display: block;
}

.nav-container {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.nav-container-inner {
    margin: 0px auto;
    max-width: 1200px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.toggleMenu {
    position: relative;
    display: none;
    list-style: none;
    padding: 20px 40px;
    margin: 0px;
    width: 100%;
    z-index: 9;
    font-weight: 700;
    outline: none !important;
}

.toggleMenu:after {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 10px;
    height: 10px;
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}

.toggleMenu:hover {
    text-decoration: none;
}

#nav {
    float: right;
}

.nav {
    list-style: none;
    *zoom: 1;
    padding: 0px;
    padding-right: 40px;
    margin: 0;
    line-height: 110px;
    z-index: 9999;
    float: right;
}

.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
}

.nav a {
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none !important;
}

.nav ul li a {
    padding: 5px 20px 5px 20px;
}

.nav li {
    position: relative;
}

.nav > li {
    float: left;
}

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
    padding-top: 0px;
}

.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
    border-bottom: none;
}

.nav li li li a {
    z-index: 200;
}

.nav li li a:hover,
.nav li li li a:hover {
    border-bottom: none;
}

.f-nav > .nav-container-inner > .logo {
    height: 70px;
}

.f-nav > .nav-container-inner > .logo h1 {
    line-height: 70px;
}

.f-nav > .nav-container-inner > .logo img {
    max-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.f-nav {
    opacity: 0.9;
}

.f-nav .nav {
    line-height: 60px;
}

.nav .iclflag {
    margin-right: 10px !important;
}

/* ================= TEXT ROTATOR ================== */

.morphext > span {
    display: none;
}

.morphext > .animated {
    display: inline-block;
}

/* ================= PAGE STRUCTURE ================== */

#site-container {
    position: relative;
}

.page-block {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding: 20px;
}

.page-title {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 350px 0px 0px 0px;
}

.page-title.bg-hide {
    padding: 0px !important;
}

.page-title-inner {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.page-title h1 {
    display: block;
    z-index: 9;
    padding: 40px;
    margin: 0px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.map-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0px;
    z-index: 1;
}

.map-title-inner {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: -120px auto 0px auto;
    z-index: 1;
}

.map-container h1 {
    display: block;
    z-index: 9;
    padding: 40px;
    margin: 0px;
}

.single-vet-wrapper {
    max-width: 480px;
    margin: 0px auto;
}

/* ================= NEWS ================== */

.blogcontainer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px 0px 40px 0px;
    padding: 0;
    vertical-align: bottom;
}

.blogcontainer:last-child {
    margin-bottom: 0px;
}

.blogcontainer h4 {
    margin-bottom: 15px;
}

.blogcontainer p {
    margin-bottom: 35px;
}

.blogcontainer p.postdate {
    line-height: 1;
    font-style: italic;
    margin: 0px 0px 20px 0px !important;
}

.blogcontainer p.postdate a {
    color: inherit;
}

.blogcontainer .button {
    margin: 0px;
}

.postcontent {
    float: right;
    width: 61.8%;
    padding: 40px;
    position: relative;
}

.postcontent p {
    margin: 0px !important;
}

.postcontent.withoutfimage {
    width: 100% !important;
}

.blogimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 38.2%;
    height: 100%;
    vertical-align: bottom;
}

.blogimage a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('images/link.png');
    vertical-align: bottom;
}

.blogimage a:hover {
    opacity: 0.9;
}

.blogpager {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px;
}

.blogpager .button {
    margin: 0px !important;
}

.blogpager .previous {
    float: left;
    width: 50%;
    padding: 0px;
}

.blogpager .next {
    float: right;
    width: 50%;
    text-align: right;
    padding: 0px;
}

.vets-pager {
    position: relative;
    width: 100%;
    vertical-align: bottom;
    margin: 0px;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.vets-pager ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vets-pager ul li {
    padding: 0;
    margin: 2px;
    font-weight: 700;
    line-height: 44px;
    min-width: 44px;
    font-size: 18px;
    text-align: center;
}

.vets-pager ul li a {
    display: block;
}

.vets-pager ul li span.current {
    color: rgba(0, 0, 0, 0.4);
}

.featured-image-date {
    padding: 20px 40px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.featured-image-date p {
    padding-left: 35px;
    background-image: url('images/date.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0px;
}

.blogmetadata {
    padding: 40px;
    margin: 0px 0px 30px 0px;
}

.blogmetadata p {
    margin-bottom: 0px;
}

.blogmetadata a:hover {
    text-decoration: none;
}

.vets-share-buttons {
    display: block;
    padding: 40px 0px 0px 0px;
    margin: 40px 0px 0px 0px;
}

.vets-share-buttons ul {
    margin: 0px !important;
}

/* ================= COMMENTS ================== */

.vets_comments_block,
.vets_comment_form {
    position: relative;
    display: block;
    margin-top: 40px;
}

.vets_comments_block {
    padding-top: 40px;
}

.comment-respond {
    padding: 30px 30px 0px 30px;
    border: 1px solid #ddd
}

.vets_commentlist .comment-respond {
    margin: 0px 0px 20px 0px;
}

.vets_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    table-layout: fixed;
    border: 1px solid #ddd;
}

.vets_comment_inner {
    display: table-row;
}

.vets_comment_left,
.vets_comment_right {
    display: table-cell;
    vertical-align: top;
}

.vets_comment_left {
    width: 60px;
}

.vets_comment_right {
    width: 100%;
}

.vets_comment_right_inner {
    padding-left: 20px;
    position: relative;
}

.vets_comment_right_inner.vets_no_avatar {
    padding: 0px !important;
}

.vets_commentlist,
.vets_comments_block .children {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}

.vets_comments_block .children li {
    position: relative;
    padding-left: 40px;
    background-image: url(images/reply.png);
    background-repeat: no-repeat;
    background-position: left 10px;
}

.vets_fn,
.vets_comment_text {
    margin-bottom: 10px;
    display: block;
    font-style: normal;
}

.vets_fn {
    font-weight: 700;
}

.vets_cancel {
    float: right;
}

.vets_cancel a {
    vertical-align: top;
    color: #fff;
    background: #d9534f;
    padding: 5px 10px;
    font-size: 50%;
    text-transform: uppercase;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    color: #fff;
}

.vets_cancel a:hover {
    background: #c9302c;
}

#respond form {
    margin-bottom: 40px;
}

p.logged-in-as {
    margin-bottom: 20px;
    margin-top: -10px;
}

.vets-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px;
}

.vets-pager.comments-pager a {
    padding: 10px 15px;
}

.vets_comments pre {
    padding: 0px;
}

.vets_comments_rss {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.vets_comments_rss .fa {
    margin-right: 5px;
}

p.form-submit {
    margin-bottom: 0px;
}

.vets_comment_links {
    display: inline-block;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    font-size: 90%;
}

.vets_comment_links a {
    color: inherit;
}

.vets_comment_links a:hover {
    text-decoration: underline;
}

/* ================= SIDEBAR ================== */

.sidebar-box {
    position: relative;
    margin-bottom: 40px;
    clear: both;
    display: block;
}

.sidebar-box:last-child {
    margin-bottom: 0px;
}

.sidebar-list li a {
    transition: opacity 0.2s ease-in-out;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.sidebar-list li {
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.sidebar-list li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.sidebar-list li a:hover {
    text-decoration: none;
}

.sidebartabs .resp-tab-content {
    padding: 20px;
}

.sidebartabs .resp-tabs-container img {
    width: 60px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.tab-posts {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.tab-posts li {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.tab-posts li:last-child {
    margin: 0px;
}

.tab-posts li img {
    transition: opacity 0.2s ease-in-out;
}

.tab-posts li img:hover {
    opacity: 0.7;
}

.tab-post-title {
    margin-top: 5px;
    display: inline-block;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.tab-post-date {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 13px;
}

/* ================= FORMS ================== */

.form-box {
    margin-top: 40px;
}

input,
textarea {
    width: 100%;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

input,
textarea,
select {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    margin: 5px 0px;
    padding: 0px;
}

.comment-form input {
    max-width: 640px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
}

input[type="submit"] {
    margin-top: 15px;
    font-weight: 700;
}

textarea {
    height: 100px;
    margin-bottom: 25px !important;
}

.button,
.blogpager .next a,
.blogpager .previous a,
input[type="submit"] {
    width: auto;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin: 0px;
    outline: none;
    padding: 15px 20px 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border: none !important;
}

.searchbox .button {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 50px;
}

.searchbox,
.ecwid-shopping-cart-search {
    width: 100% !important;
    display: inline-block;
    position: relative;
}

.searchbox input[type="text"].searchtext {
    width: 70% !important;
    float: left;
    margin: 0px;
    height: 50px;
}

.searchbox .button {
    width: 30% !important;
    float: right;
    margin-left: -1px;
    position: absolute;
    top: 0;
    margin: 0px;
}

/* ================= CONTACT FORM 7 ================== */

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    border-width: 0px 0px 0px 3px !important;
    padding: 20px;
    margin: 30px 0px 0px 0px;
}

span.wpcf7-not-valid-tip {
    margin-top: -25px;
}

.wpcf7-form p {
    margin: 0px;
}

.wpcf7-form select {
    margin-bottom: 30px;
    padding: 15px;
}

.wpcf7-form-control {
    width: 100%;
}

/* ================= FOOTER ================== */

#footer {
    height: auto;
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

#footer-widgets {
    padding: 20px;
}

#footer-widgets p {
    margin-bottom: 24px;
}

#footer-widgets p:last-child {
    margin-bottom: 0px;
}

#footer-widgets p,
.footer-widget li a {
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}

#lang_sel ul li a {
    opacity: 1 !important;
}

/* ================= WIDGETS ================== */

.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent-posts ul,
.widget_rss ul,
#recentcomments {
    list-style: none;
    padding: 0px 0px 14px 0px;
    margin: 0px;
}

.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_rss ul li,
.widget_recent-posts ul li,
.recentcomments {
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.widget_nav_menu ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul {
    padding-left: 15px;
    padding-top:12px;
    margin-top:12px;
    border-top:1px solid #f5f1f0;
    padding-bottom: 0;
}

.widget_nav_menu ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_rss ul li:last-child,
.recentcomments:last-child,
.widget_recent-posts ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none !important;
}

.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_rss ul li a:hover,
.widget_recent-posts ul li a:hover,
.recentcomments a:hover {
    text-decoration: none;
    opacity: 1;
}

.widget_rss div,
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 0.875rem;
}

.widget_rss ul li .rssSummary {
    margin-bottom: 15px;
}

.widget_rss ul li .rss-date {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.widget_rss cite {
    font-style: italic;
}

.widget_rss a {
    font-weight: 700;
}

.widget_rss ul li cite {
    text-align: right;
    display: block;
}

.tags-container {
    position: relative;
    display: inline-block;
}

.footer-info {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 40px;
    vertical-align: bottom;
    margin: 0;
}

.credits {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-size: 13px;
}

.credits p {
    line-height: 32px;
    font-size: 13px;
    margin: 0;
}

.tagcloud a,
a[class^="tag"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 7px 5px 7px;
    transition: all 0.2s ease-in-out;
    opacity: 0.7;
}

.page-block .tagcloud a,
.page-block a[class^="tag"] {
    opacity: 1;
    border: none !important;
}

.tagcloud a:hover,
a[class^="tag"]:hover {
    text-decoration: none;
    opacity: 1;
}

.sidebar-tags .tagcloud a,
.sidebar-tags a[class^="tag"] {
    opacity: 1;
    border-left: none !important;
}

/* calendar widget */

#wp-calendar {
    width: 100%;
    margin-bottom: -20px !important;
}

#footer-widgets #wp-calendar {
    opacity: 0.7;
}

#wp-calendar caption {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
    transition: all 0.4s ease-in-out;
}

#wp-calendar tbody td a {
    text-decoration: underline;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* ================= SOCIAL ICONS ================== */

.social-icons {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    float: right;
}

.social-icons li {
    float: left;
    display: block;
    margin: 0px 0px 0px 15px;
    padding: 0;
    line-height: 32px;
}

.social-icons li img {
    width: 15px;
    height: auto;
    vertical-align: middle;
    opacity: 0.7;
}

.social-icons li img:hover {
    opacity: 1;
}

.social-icon {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-icon:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* ================= BACK TO TOP BUTTON ================== */

.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 5px;
    display: none;
    background-image: url('images/gototop.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 60px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

/* ================= RESPONSIVE IFRAME ================== */

.vets-iframe-wrapper {
    display: block;
    margin: 0 0 2rem 0;
}

.vets-iframe-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.vets-iframe-video.nomargin {
    margin: 0px;
}

.vets-iframe-video iframe,
.vets-iframe-video object,
.vets-iframe-video embed,
.vets-iframe-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

iframe,
object,
embed,
video {
    max-width: 100%;
}

/* ================= WORDPRESS ================== */

body.vets .alignleft {
    float: left;
    margin: 0 2rem 3rem 0;
}

body.vets .alignright {
    float: right;
    margin: 0 0 3rem 2rem;
}

body.vets .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

body.vets img.alignnone {
    float: none;
}

body.vets .caption-image .alignleft,
body.vets .caption-image .alignright {
    float: none !important;
}

body.vets img.size-full,
body.vets img.size-large,
body.vets img.header-image,
body.vets img.wp-post-image,
body.vets img.alignnone,
body.vets img.alignright,
body.vets img.aligncenter,
body.vets img.alignleft {
    max-width: 100%;
    height: auto;
}

body.vets .wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 2rem;
}

body.vets .wp-caption img {
    max-width: 100% !important;
    height: auto;
    margin: 0px;
    vertical-align: bottom;
}

body.vets .wp-caption-text {
    margin: 0px;
    padding: 10px;
    font-size: 1rem;
}

body.vets .gallery-caption {
    font-weight: 700;
}

.bypostauthor {
    font-weight: normal;
}

.sticky p {
    font-weight: bold;
}

.form-allowed-tags {
    font-size: 12px;
}

.post-password-form {
    margin-bottom: 40px;
}

.post-nav-links {
    font-weight: 700;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.post-nav-links .post-page-numbers {
    margin: 0 0 0 5px;
}

.post-password-form label {
    margin: 0 !important;
}

.post-password-form input[type="password"] {
    margin: 5px 0;
}

dl.gallery-item {
    margin: 0;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* ================= GUTENBERG ================== */

body.vets .alignfull,
body.vets .alignwide,
body.vets .aligncenter,
body.vets .wp-block-cover-image.alignwide {
    max-width: 100%;
    height: auto;
    clear: both;
}

body.vets .wp-block-cover-image.alignfull {
    width: auto;
}

body.vets .wp-block-media-text,
body.vets .wp-block-embed,
body.vets .wp-block-image,
body.vets .wp-block-gallery,
body.vets .wp-block-cover-image,
body.vets .wp-block-audio,
body.vets .wp-block-code,
body.vets .wp-block-button,
body.vets .wp-block-video,
body.vets .wp-block-verse,
body.vets .wp-block-preformatted,
body.vets .wp-block-latest-comments {
    margin-bottom: 3rem;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 2rem;
}

.wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom: 0;
}

.wp-block-audio audio {
    width: 100%;
}

.wp-block-columns {
    margin-bottom: 40px;
}

ul.wp-block-gallery,
ul.wp-block-gallery li {
    margin: 0;
    padding: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 15px 5px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.7;
}

.wp-block-gallery a {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
    opacity: 1;
    -webkit-transition: -webkit-filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.wp-block-gallery a:hover,
.wp-block-gallery a:focus {
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
    opacity: 0.9;
}

.wp-block-cover-image-text {
    font-weight: 700;
}

.wp-block-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.wp-block-video iframe,
.wp-block-video object,
.wp-block-video embed,
.wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

table.wp-block-table {
    border-collapse: collapse;
}

table.wp-block-table,
table.wp-block-table th,
table.wp-block-table td {
    border: 1px solid #ddd;
}

table.wp-block-table th,
table.wp-block-table td {
    padding: 10px 15px;
}

.wp-block-table.is-style-stripes {
    border-color: #ddd
}

body.vets .wp-block-archives,
body.vets .wp-block-categories-list,
body.vets .wp-block-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    vertical-align: bottom;
}

body.vets .wp-block-archives li a,
body.vets .wp-block-categories-list li a,
body.vets .wp-block-latest-posts li a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    line-height: 1.7;
}

body.vets .wp-block-archives li,
body.vets .wp-block-categories-list li,
body.vets .wp-block-latest-posts li {
    position: relative;
    padding: 0px 0 15px 0px;
    margin: 0px 15px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

body.vets .wp-block-categories-list li li {
    border: none
}

body.vets .wp-block-archives li:last-child,
body.vets .wp-block-categories-list li:last-child,
body.vets .wp-block-latest-posts li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

body.vets .wp-block-archives li ul,
body.vets .wp-block-categories-list li ul {
    padding-left: 15px;
}

body.vets .wp-block-archives ul,
body.vets .wp-block-categories-list ul {
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 2px;
    list-style: none;
}

body.vets .wp-block-categories-list li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
    font-weight: 700;
}

body.vets .wp-block-latest-comments {
    padding: 0px;
    margin: 0 0 40px 0;
}

body.vets .wp-block-latest-comments li {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

body.vets .wp-block-latest-comments__comment-excerpt p {
    margin: 15px 0 0 0;
}

body.vets .wp-block-latest-comments li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

body.vets .wp-block-latest-comments__comment,
body.vets .wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 30px 0px;
    padding: 40px 40px 40px 100px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.2rem;
    font-style: normal;
}

.wp-block-pullquote {
    padding: 0;
    border: none;
    background: none;
}

.wp-block-pullquote p {
    font-size: 1.5rem !important;
    line-height: 1.8;
}

/* ================= TRANSPARENT COLORS ================== */
#footer-widgets table:not([class]),
#footer-widgets table:not([class]) th,
#footer-widgets table:not([class]) td {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#footer-widgets .widget_nav_menu ul li,
#footer-widgets .widget_recent_entries ul li,
#footer-widgets .widget_categories ul li,
#footer-widgets .widget_recent_comments ul li,
#footer-widgets .widget_pages ul li,
#footer-widgets .widget_meta ul li,
#footer-widgets .widget_archive ul li,
#footer-widgets .widget_rss ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#footer-widgets .widget_nav_menu ul li ul,
#footer-widgets .widget_categories ul li ul,
#footer-widgets .widget_pages ul li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#footer-widgets hr {
    background-color: rgba(255, 255, 255, 0.05);
}

.tagcloud a,
a[class^="tag"] {
    border-left: 3px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}

.vet-message {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .20) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .20) 50%, rgba(255, 255, 255, .20) 75%, transparent 75%, transparent);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.slide-bg {
    background-color: rgba(255, 255, 255, 0.7);
}

#caroufredsel-main-wrapper .block {
    background-color: rgba(255, 255, 255, 0.7);
}

.toggleMenu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav li li a:hover,
.nav li li li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-top-border {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer-widgets {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-widget .flickr-box li img {
    border: 3px solid rgba(255, 255, 255, 0.1);
}

/* ================= MEDIA ================== */

@media only screen and (max-width: 1200px) {
    .back-to-top {
        position: relative !important;
        bottom: inherit;
        right: inherit;
        width: 100%;
        height: 60px;
        display: inline-block !important;
        vertical-align: bottom;
    }
    #caroufredsel-main-wrapper .slidetext {
        opacity: 0.9 !important;
        right: 0 !important;
    }
}

@media only screen and (max-width: 900px) {
    .logo {
        display: block;
        float: none;
        padding: 0px 20px;
        text-align: center
    }
    .logo img {
        padding: 20px 0px;
    }
    .grid .unit {
        width: 100% !important;
    }
    #site-container {
        border-top: none !important;
    }
    .logo h1 {
        line-height: 1.5 !important;
    }
    .nav-container {
        position: relative;
        z-index: inherit;
    }
    .nav {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent,
    .nav li li .parent {
        position: relative;
    }
    .nav > li > .parent:after {
        position: absolute;
        top: 25px;
        right: 40px;
        width: 10px;
        height: 10px;
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .nav li li .parent:after {
        position: absolute;
        top: 25px;
        right: 40px;
        width: 10px;
        height: 10px;
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        content: '';
    }
    .nav {
        float: none;
        line-height: 40px;
        padding-right: 0px;
    }
    .nav ul li:first-child {
        margin-top: 0px;
    }
    .nav ul li:last-child {
        margin-bottom: 0px;
    }
    .nav ul {
        display: block;
        width: 100% !important;
    }
    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
    }
    .nav > li > a:hover {
        background-color: inherit;
    }
    .nav a,
    .nav ul li a {
        padding: 10px 40px;
    }
    .maincontainer {
        padding-top: 60px;
    }
    .footer-widget {
        float: none;
        width: 100%;
        padding: 0px 0px 60px 0px;
    }

}

@media only screen and (max-width: 800px) {
    .wp-block-column,.wp-block-columns {
        display:block !important;
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
    }
    .wp-block-column {
        margin-bottom:40px !important;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    blockquote {
        padding-left: 40px;
    }
    blockquote:before {
        width: 10px;
    }
    blockquote:after {
        content: '';
    }
    .postcontent,
    .gallerycontent {
        float: none;
        width: 100%;
    }
    .blogimage,
    .galleryimage {
        position: relative !important;
        width: 100%;
        height: 200px;
    }
}

@media only screen and (max-width: 640px) {
    .vets_comments_block .children li {
        padding-left: 0px;
        background-image: none;
    }
}

@media only screen and (max-width: 480px) {
    .page-title {
        padding: 0px !important;
    }
    .toggleMenu,
    .map-container h1,
    .page-title h1 {
        padding: 20px;
    }
    .grid .unit {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .footer-info {
        padding: 10px 20px;
    }
    .credits,
    .social-icons {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .social-icons li {
        float: none;
        display: inline-block;
        margin: 0px 5px;
    }
    .nav a,
    .nav ul li a {
        padding: 5px 20px
    }
    .vets_comment_form,
    .vets_comments_block {
        margin: 20px 0px 0px 0px;
    }
    .vets_comment {
        padding: 20px;
    }
    .nav > li > .parent:after,
    .toggleMenu:after,
    .nav li li .parent:after {
        right: 20px;
    }
}
