/*
 Theme Name:   Image Direct West Toowoomba Vet Child
 Theme URI:    http://wpbp.dev.imagedirect.com/
 Description:  ID-Boilerplate Child CSS
 Author:       Image Direct Pty Ltd
 Author URI:   http://www.imagedirect.com.au
 Template:     id-boilerplate-master
 Version:      3.5.2
Tags:
Copyright:     ©2014 Image Direct Pty Ltd
Text Domain:   id-boilerplate-child
*/

/*@import url("../id-boilerplate-master/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*
* -----------------------------------------------------------------------------
*
* # Root
*
* -----------------------------------------------------------------------------
*/


html {
    font-size: 1em;
}

body {
    padding-top: 0px;
    background-color: #fcfcfc;
    color: #717171;
    font-weight: 400;
    font-family:  -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
}


@media screen and (min-width: 992px) {
    body {
        padding-top: 0px;
    }
}



/*
* -----------------------------------------------------------------------------
*
* # Image
*
* -----------------------------------------------------------------------------
*/

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}




/*
* -----------------------------------------------------------------------------
*
* # Typography
*
* -----------------------------------------------------------------------------
*/



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:  700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #717171;
}

.content-main h1,
.content-main  h2,
.content-main  h3,
.content-main  h4,
.content-main  h5,
.content-main  h6 {
    text-transform: none;
}



a {
    color: #1c74a0;
}

a:hover,
a:focus,
a:active {
    color: #a6d05a;
    text-decoration: none;
}


.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}

.content-main {
    font-size: 1em;
}


h4.widgettitle {
    font-weight: 600;
    margin-bottom: 2ex;
    border-bottom: 1px dotted rgba(255,255,255,0.15);
    border-bottom: 1px dotted rgba(0,0,0,0.15);
    padding-bottom: 1ex;
}

ul li.list-group-item {
    border: 0px solid transparent;
    background-color: transparent;
    font-weight: bold;
    margin-bottom: 0px;
}
ul.id-unordered-list>li::before {
    content: "\f1b0";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
}
/*
* -----------------------------------------------------------------------------
*
* #Masthead
*
* -----------------------------------------------------------------------------
*/
.id-masthead-wrapper {
    background-color: #004d79;
    text-align: center;
}

.id-masthead-content {
    font-size: 0;
}

.id-masthead-content > * {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    float: none;
    vertical-align: middle;
    padding: 10px;
}

.id-masthead-text {
    color: #fff;
    font-size: 12.5px;
    font-size: 0.8rem;
}

.id-masthead-contact address,
.id-masthead-contact p,
.id-masthead-text p {
    margin: 0 auto;
}


.id-masthead-contact .id-client-display-phone {
    font-size: 1.35em;
    font-weight: bold;
}


.id-masthead-contact .id-client-display-phone a {
    color: #fff;
}

.id-masthead-contact .id-client-display-phone a:hover,
.id-masthead-contact .id-client-display-phone a:focus,
.id-masthead-contact .id-client-display-phone a:active {
    color: #a6d05a;
    text-decoration: none;
}

.id-masthead-contact i.fa {
    color: #1c74a0;
}



@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {
    .id-masthead-content {
        display: inline-block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .id-masthead-content > * {
        text-align: right;
        width: auto;
    }
    .id-masthead-text {
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}


/*
.id-masthead-wrapper {
    overflow: auto;
    background-color: #004d79;
}
.id-masthead-text h4 {
    border-bottom: 0px solid transparent;
    color: #fff;
    text-transform: none;
    font-style: italic;
    margin: 0px;
    padding: 0px 15px;
    text-align: center;
}
.id-masthead-contact {
    font-size: 1.5em;
    font-weight: bold;
}
.id-masthead-content .btn {
    background-color: #1c74a0;
    border-color: #1c74a0;

    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}
.id-masthead-contact i.fa {
    color: #1c74a0;
}
.id-masthead-contact a em {
    color: #fff;
}
.id-masthead-contact a:hover em {
    color: #fff;
    color: #a6d05a;

    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;

}
.id-masthead-contact p ,
.id-masthead-contact address {
    margin: 0px;
}
.id-masthead-cta .widget {
    padding: 0px 20px;
}
.id-masthead-content {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    justify-content: flex-end;

    min-height: 60px;
    padding: 10px 0px;
}
.id-masthead-content .id-masthead-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.id-masthead-content > * {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 5px 0px;
}

@media screen and (min-width: 1200px) {

    .id-masthead-content {
        padding: 0px;
        height: 60px;
    }
    .id-masthead-content > * {
        width: auto;
        max-width: none;
        padding: 0px;
    }
    .id-masthead-content h4 {
        text-align: left;
        padding: 0px 20px;
    }
}*/



/*
* -----------------------------------------------------------------------------
*
* #Navbar-nav Affix
*
* -----------------------------------------------------------------------------
*/

nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9999;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}

nav.affix .nav {
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

nav.affix-top {
    position: static;
    top: -100px;
}

.affix + .menu-affix-sizer {
    height: 80px;
}

/*
* -----------------------------------------------------------------------------
*
* Fixed navbar hide/show on scroll
*
* -----------------------------------------------------------------------------
*/

.scroll-small .id-scroll-up.navbar-fixed-top {
    top: 0;
}

.scroll-small .navbar-fixed-top {
    top: -200px;
}

/*
* -----------------------------------------------------------------------------
*
* Navbar Logo
*
* -----------------------------------------------------------------------------
*/

.navbar-logo  {
    width: 200px;
    padding: 15px;
    display: inline-block;
}

.navbar-logo img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .navbar-logo {
        width: 357px;
        padding: 20px;
    }
    .affix .navbar-logo {
        width: 250px;
        padding: 10px;
    }
}

/*
* ------------------------------------------------------------------------------
*
* @ Affix Pseudo Logo
*
* ------------------------------------------------------------------------------
*/



/*.affix.header.offcanvas-navbar > .open.container::before {
    content: none;
}*/
.navbar-header {
    position: relative;
}

.affix-top.id-pseudo-logo {
    display:none;
}

.id-pseudo-logo  {
    content: '';
    display: block;
    width: 70px;
    position: absolute;
    top: 0;
    left: -100%;
    right: auto;
    bottom: 0;
    background-image: url(img/icons/favicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 5px rgba(0,0,0,0);
}


.affix.navbar .id-pseudo-logo {
    left: 0;
    background-color: rgba(0,0,0,0.15);
}


/*
* -----------------------------------------------------------------------------
*
* Navbar Toggle
*
* -----------------------------------------------------------------------------
*/

.id-navbar-close {
    color: #777;
}

.navbar-toggle {
    border: none;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.navbar-toggle .fa:before {
    color: #999;
}

.navbar-inverse .navbar-toggle {
    border-color: rgba(0,0,0,0.25);
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0,0,0,0.5);
}

.navbar-inverse .navbar-toggle .fa:before {
    color: #777;
}


.navbar-inverse .navbar-toggle:focus .fa:before,
.navbar-inverse .navbar-toggle:hover .fa:before {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .navbar-toggle {
        position: relative;
        float: right;
    }
}

/*
* -----------------------------------------------------------------------------
*
* # Search Box
*
* -----------------------------------------------------------------------------
*/

.navbar-search-toggle[aria-expanded="true"],
.search-toggle[aria-expanded="true"] {
    background-color: #dd3333 !important;
    color: #fff;
}

.navbar-search-toggle {
    background-color: transparent;
}

.navbar-inverse .navbar-search-toggle {
    color: #777;
}

.navbar-fixed-top .id-search-box-wrapper {
    margin-top: 65px;
}


@media screen and (min-width: 991px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 105px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 0;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar Padding
*
* -----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {

    .affix .navbar-search-toggle {
        padding: 15px 15px;
    }

    .navbar-toggle {
        padding: 35px 15px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-nav > li > a  {
        padding: 42.5px 10px;
    }

    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 42px 15px;
    }

    .affix .navbar-nav > li > a {
        padding: 25.5px 15px;
    }

    .affix .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 25px 15px;
    }

    .navbar-search-toggle {
        padding: 35px 35px;
    }
    .affix .navbar-search-toggle {
        padding: 17.5px 20px;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: menu-items
*
* -----------------------------------------------------------------------------
*/


@media screen and (min-width: 1200px) {
    .navbar-full-width > .container {
        padding: 0 0;
        width: 100%;
    }
}

.navbar-nav > li > a {
    font-weight: 600;
    font-size: 75%;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

.navbar-nav > li > a.id-navbar-phone-icon {
    font-size: 1.3em;
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-default
*
* -----------------------------------------------------------------------------
*/

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.navbar {
    border: 0px solid transparent;
}
@media screen and (min-width: 1200px) {
    a.id-navbar-phone-icon .fa {
        color: inherit;
    }

    /*@ACTIVE*/
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    /*@DEFAULT */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #a6d05a;
        color: #fff;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-inverse
*
* -----------------------------------------------------------------------------
*/

.navbar-inverse {
    background-color: #222;
    border-color: #111;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.navbar-inverse .navbar-nav>li>a {
    color: #777;
}

.navbar-inverse .navbar-nav>li>.dropdown-menu,
.navbar-inverse .dropdown-menu {
    background-color: #222;
}

@media screen and (min-width: 1200px) {
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }
}


/*
* -----------------------------------------------------------------------------
*
* # navbar offcanvas
*
* -----------------------------------------------------------------------------
*/

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #a6d05a;
}

.navbar-default .navbar-nav>li>a {
    color: #717171;
}

/*
* -----------------------------------------------------------------------------
*
* # DropDown
*
* -----------------------------------------------------------------------------
*/

@media screen and (min-width: 1200px) {

    .dropdown-menu > li > a {
        padding: 7.5px 15px;
    }
}

.dropdown-menu > li > a {
    color: #717171;
    text-transform: none;
    letter-spacing: 0.25px;
    font-weight: 600;
    font-size: 0.9em;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover {
    background-color: #a6d05a;
    color: #fff;
}

.dropdown-menu>.active>a {}

.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #dd3333;
    outline: 0;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #dd3333;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #a6d05a;
}

@media screen and (max-width: 767px) {
    /*    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
            color: #dd3333;
        }

        .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
            background-color: #dd3333;
            color: #fff;
        }
            .navbar-nav .open .dropdown-menu>.active>a,
        .navbar-nav .open .dropdown-menu>.active>a:focus,
        .navbar-nav .open .dropdown-menu>.active>a:hover {
            color: #fff;
            background-color: #222;
        }
    */
}

@media screen and (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        padding: 0px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-right {
        margin-right: auto;
    }
}




/*
* -----------------------------------------------------------------------------
*
* # Slider
*
* -----------------------------------------------------------------------------
*/

.id-feature-slider-wrapper > .container-fluid {
    padding: 0px;
}

.id-feature-slider-wrapper .id-slide-item {
    position: relative;
}

.carousel .carousel-indicators {
    top: auto;
    bottom: 10px;
}
.carousel-control {
    width: 3%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin: 0px;
}
@media screen and (min-width: 768px) {
    .id-feature-slider-wrapper .active .id-slide-item::before {
        -webkit-transition: 0.50s;
        -o-transition: 0.50s;
        -moz-transition: 0.50s;
        transition: 0.50s;
        left: 0;
        right: 40%;
        opacity: 1;
        width: 47%;
    }
    .id-feature-slider-wrapper .active .id-slide-item::after {
        -webkit-transition: 0.50s;
        -o-transition: 0.50s;
        -moz-transition: 0.50s;
        transition: 0.50s;
        left: 47%;
        margin-left: -1px;
        right: auto;
        opacity: 1;
    }
    .id-feature-slider-wrapper .id-slide-item::before {
        opacity: 0;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0px;
        background-color: #1c74a0;
    }
    .id-feature-slider-wrapper .id-slide-item::after{
        opacity: 0;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -10%;
        background-color: transparent;
        border-left: 139px solid #1c74a0;
        border-bottom: 500px solid transparent;
    }
}

.id-slideshow-caption-outer > .id-slideshow-caption-inner {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .id-slideshow-caption-outer > .id-align-caption-left {
        text-align: left;
    }
}
.id-feature-slider-wrapper .glyphicon-chevron-left {
    left: 20%;
}

.id-feature-slider-wrapper .glyphicon-chevron-right {
    right: 20%;
}


/*
* -----------------------------------------------------------------------------
*
* _Caption
*
* -----------------------------------------------------------------------------
*/

.id-slideshow-caption {
    padding: 15px;
    background-color: #1c74a0;
}


@media screen and (min-width: 768px) {
    .id-slideshow-caption {
        background-color: transparent;
    }
}

.id-slideshow-caption .search-input {
    height: 36px;
}
.id-slideshow-caption .glyphicon-search {
    border: 0px;
    top: 0;
}
.id-slideshow-caption h2 {
    color: #fff;
    text-transform: none;
}
.id-slideshow-caption .btn-primary {
    padding: 7px 40px;
    background-color: #fff;
    color: #1c74a0;
    font-weight: bold;
    text-transform: uppercase;

    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}
.id-slideshow-caption .btn-primary:hover {
    color: #fff;
}

.id-slideshow-message {
    color: #86c6df;
    font-size: 1.1em;
}


/*
* -----------------------------------------------------------------------------
*
* #Awesome Header
*
* -----------------------------------------------------------------------------
*/

.custom-header-content h3 {
    text-transform: none;
    color: #fff;
    font-size: 2.2em;
    padding-bottom: 10px;
}
.custom-header-content h4 {
    text-transform: none;
    color: #86c6df;
    font-weight: normal;
}
.id-custom-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
}
.id-custom-header {
    position: initial;
    top: auto;
    padding: 30px;
    background-color: rgba(0,0,0,0.2);
}

/*div.id-custom-header-wrapper {
    height: 300px;
    background-position: center;
}*/

@media screen and (min-width: 767px) {
    .id-custom-header {
        max-width: 43%;
        padding: 0px 30px;
        background-color: #1c74a0;
    }
    .id-custom-header-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 47%;
        background-color: #1c74a0;
    }
    .id-custom-header-wrapper::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 47%;
        background-color: transparent;
        border-left: 139px solid #1c74a0;
        border-bottom: 300px solid transparent;
    }
    .id-custom-header-wrapper {
        overflow: hidden;
    }
}
@media screen and (min-width: 1200px) {
    .id-custom-header-wrapper::before {
        right: 50%;
    }
}

@media screen and (min-width: 768px){

    .id-custom-header-background {
        width: 60%;
        float: right;
    }
}

/*
* -----------------------------------------------------------------------------
*
* #animal feature pages
*
* -----------------------------------------------------------------------------
*/

.id-header-feature-page-wrapper .feature-tile-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.id-header-feature-page-wrapper h4 {
    border-top: 1px solid #1c74a0;
    padding-top: 15px;
    margin-top: 15px;
    min-height: 4em;

    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.id-header-feature-page-wrapper h4:hover {
    border-color: #a6d05a;
}
.id-header-feature-page-wrapper {
    background-color: #fff;
}
.id-header-feature-page-wrapper img {
    max-width: 250px;
}



/*
* -----------------------------------------------------------------------------
*
* #Animal archive Page
*
* -----------------------------------------------------------------------------
*/

.id-animal-archive .module-inner {
    position: relative;
}
.id-animal-archive .panel-body {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}
.id-animal-archive i.fa {
    font-size: 4em;
    padding: 30px 0px;
}
.id-animal-archive .module-content h3 {
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
}
.id-animal-archive .panel-body {
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}
.id-animal-archive .module-inner:hover .panel-body {
    /*background-color: #a6d05a;*/
    background-color: rgba(166, 208, 90, 0.6);
}
[data-feature-image="empty"] .module-image,
[data-feature-image="empty"] .module-overlay {
    position: absolute;
}
[data-feature-image="empty"].module-thumbnail::before {
    padding-bottom: 100%;
}
.id-animal-archive .module-item {
    padding: 20px;
}

.id-animal-archive .module-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 1200px) {
    .id-animal-archive .module-content {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
}
.id-animal-archive .module-content .module-spacer {
    display: none;
}
@media screen and (min-width: 768px) {
    .id-animal-archive .module-item {
        padding: 0px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /*IE overlay fix*/
    .module-cover .module-body {
        top: 0px;
        left: 0px;
    }

    .id-header-feature-page-wrapper .col-md-3 {
        width: 24.9%;
    }
}
/*
* -----------------------------------------------------------------------------
*
* #Content
*
* -----------------------------------------------------------------------------
*/
#content {
    padding-bottom: 0px;
}
#content h4 {
    font-size: 1.4em;
}
/*
* ----------------------------------------------------------------
*
* Make and appointment form
*
* ----------------------------------------------------------------
*/


.id-cf7-app-form label {
    font-weight: normal;
}

/*
* ----------------------------------------------------------------
*
* FAQ
*
* ----------------------------------------------------------------
*/

.id-faq-section .panel-default>.panel-heading h3 a {
    background-color: #1c74a0;
}

.id-faq-section .panel-default:nth-child(odd)>.panel-heading h3 a {
    background-color: #86c6df;
}
.id-faq-section .panel-default>.panel-heading h3 a:hover,
.id-faq-section .panel-default>.panel-heading h3 a[aria-expanded="true"] {
    background-color: #a6d05a;
}


/*
* ----------------------------------------------------------------
*
* Facebook Page
*
* ----------------------------------------------------------------
*/

/*.id-news-feed-wrapper .wff-fb-item {
    width: 280px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.04);
    padding: 15px;
    border-radius: 5px;
}
.id-news-feed-wrapper .wff-view-on-facebook {
    border-top: 1px solid #717171;
    padding-top: 10px;
}
.id-news-feed-wrapper #wff-id {
    margin: 0 auto;
}
.id-news-feed-wrapper .wff-author-wrapper {
    display: none;
}

a.wff-link-tab {
    color: #1c74a0 !important;
}
a.wff-link-tab:hover,
a.wff-link-tab:focus,
a.wff-link-tab:active {
    color: #a6d05a !important;
}

.wff-view-on-facebook a.wff-link-tab::after {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
}*/

.id-news-feed-panel .ff-stream {
    background-color: transparent !important;
}
.id-news-feed-panel .ff-item-bar {
    background-color: #f1f1f1;
    border-top: 1px solid rgba(132, 118, 129, 0.25);
}
.id-news-feed-panel .ff-item-cont {
    background-color: #f1f1f1;
}
.id-news-feed-panel .ff-label-wrapper {
    display: none;
}
.id-news-feed-panel .ff-item .ff-content,
.id-news-feed-panel .ff-item h4 {
    margin: 7% !important;
}
/*
* -----------------------------------------------------------------------------
*
* # Sidebar
*
* -----------------------------------------------------------------------------
*/

.id-right-sidebar-panel .id-client-centre-class {
    overflow: auto;
    background-color: #86c6df;
    padding: 40px 15px;
    margin: 0px;
}

.id-right-sidebar-panel .id-client-centre-class {
    padding-bottom: 150px;
    margin-bottom: 30px;
    background-image: url(img/underlay/smiling-cat.png);
    background-size: 150px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}


@media screen and (min-width: 420px) and (max-width: 991px) {
    .id-right-sidebar-panel .id-client-centre-class {
        padding-bottom: 50px;
    }
}

.sidebar-primary {
    padding: 0px;
}

.id-right-sidebar-panel h4 {
    font-weight: bold;
    border-bottom: 1px solid;
    color: #004d79;
}

.id-right-sidebar-panel .id-client-opening-hours {
    border-bottom: 0px solid transparent;
    width: auto;
}

.id-right-sidebar-panel .id-client-opening-hours .id-client-day,
.id-right-sidebar-panel .id-client-opening-hours .id-client-time {
    display: block;
    width: 100%;
    text-align: left;
}

.id-right-sidebar-panel .id-client-opening-hours .id-client-time {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}

.id-right-sidebar-panel .id-client-opening-hours .id-client-day {
    text-transform: uppercase;
    font-weight: bold;
    color: #004d79;
}

.id-client-display-hours {
    float: none;
}


#id-magic-widget-7 {
    padding: 0px 15px;
}
@media screen and (min-width: 992px) {
    #id-magic-widget-7 {
        padding: 0px;
    }
    .id-right-sidebar-panel .id-client-centre-class {
        padding: 40px 30px;
        padding-bottom: 150px;
    }
}
/*
* -----------------------------------------------------------------------------
*
* # What we offer feature
*
* -----------------------------------------------------------------------------
*/

.id-feature-offer-text {
    text-align: center;
    margin-bottom: 40px;
}
.id-feature-offer-text h3 {
    text-transform: none;
    font-size: 2em;
    margin-bottom: 20px
}
.footer-before-feature-page-wrapper .id-magic-widget-class {
    margin-top: 80px;
}/*
.footer-before-feature-page-wrapper .feature-tile-item {
    margin-bottom: 80px;
}*/
.feature-tile-wrapper.svg-icon > .feature-tile-container > *,
.feature-tile-wrapper.svg-icon > .feature-tile-container {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}



.footer-before-feature-page-wrapper svg,
.footer-before-feature-page-wrapper img[src*=".svg"] {
    width: auto;
    height: 100px;
    padding-bottom: 20px;
}
.footer-before-feature-page-wrapper h4 {
    border-top: 1px solid #1c74a0;
    padding-top: 20px;

    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}
.footer-before-feature-page-wrapper h4:hover {
    border-color: #a6d05a;
}


/*
* -----------------------------------------------------------------------------
*
* # Footer before feature
*
* -----------------------------------------------------------------------------
*/

.id-footer-call-to-action-wrapper {
    background-color: #86c6df;
    margin-top: 50px;
}

.id-footer-call-to-action-content {
    position: relative;
}

.id-footer-call-to-action-title h4.widgettitle {
    color: #fff;
    text-align: center;
    text-transform: none;
    border: none;
    font-size: 2em;
    letter-spacing: 1px;
    margin: auto;
    padding: 0 15px;
}


@media screen and (min-width: 992px) {
    .id-footer-call-to-action-title h4.widgettitle {
        font-size: 3em;
    }
}

.id-footer-call-to-action-content > * {
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 1;
}

.id-footer-call-to-action-content > *:first-child {
    margin-top: 60px;
}

.id-footer-call-to-action-image {
    margin: 0 auto;
    text-align: center;
}


@media screen and (min-width: 768px) {

    .id-footer-call-to-action-image {
        position: absolute;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
    .id-footer-call-to-action-content {
        position: relative;
    }

    .id-footer-call-to-action-image img {
        width: 225px;
    }
}

@media screen and (min-width: 768px) {
    .id-footer-call-to-action-right {
        margin-bottom: 60px;
    }
}


@media screen and (min-width: 992px) {
    .id-footer-call-to-action-left,
    .id-footer-call-to-action-right {
        margin-bottom: 75px;
    }
}



/*
* -----------------------------------------------------------------------------
*
* # Footer
*
* -----------------------------------------------------------------------------
*/

#footer {
    background-color: #004d79;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
    font-size: 80%;
}
#footer h4.widgettitle {
    border-bottom: 2px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 1.4em;
}
#footer h3 {
    color: #fff;
    text-transform: none;
}
#footer a {
    color: #fff;
    font-weight: bold;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #a6d05a;
    text-decoration: none;
}

.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li {
    padding: 1ex 0;
}

.footer ul.menu li {
    border-bottom: 0px solid;
    margin-bottom: 5px;
}

.footer li ul li {
    border-bottom: none;
}


.id-copyright-wrapper {
    padding: 30px 15px;
    background-color: #1c74a0;
}
.id-copyright-wrapper p {
    margin: 0px;
}
/*
* -----------------------------------------------------------------------------
*
* # Buttons
*
* -----------------------------------------------------------------------------
*/
input[type="submit"],
input[type="button"],
.btn {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 12px;
}

input[type="submit"].btn-lg,
input[type="button"].btn-lg,
.btn-lg {
    padding: 11px 30px;
}

.btn-xl {
    padding: 30px 50px;
}

input[type="submit"],
input[type="button"],
.btn-primary {
    background-color: #1c74a0;
    border-color: #1c74a0;
    color: white;
    border-radius: 30px;
    padding: 7px 20px;

    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #a6d05a;
    border-color: #a6d05a;
}

/* Default */
.btn-primary {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}

/* Hover */
.btn-primary:hover {
    background-position: 0 -15px;
}


.id-social-media i.fa[class*="fa-"] {
    border-radius: 20px;
    background: #1c74a0;
    font-size: 1.3em;
    height: 2em;
    width: 2em;
    padding: 0.5em;
}


/*
* ----------------------------------------------------------------
* DDownload Buttons
* ----------------------------------------------------------------
*/

.ddownload-button {
    padding: 1ex 2ex;
    font-size: 1.25em;
    background-image: none;
    background-color: #999;
    color: #fff!important;
    text-shadow: none;
}

.ddownload-button:hover,
.ddownload-button:active,
.ddownload-button:focus {
    background-image: none;
}


.ddownload-button.button-blue {
    background-color: #0080A2;
    border-color: #0080A2;
}

.ddownload-button.button-blue:hover {
    background-color: transparent;
    border-color: #0080A2;
    color: #0080A2 !important;
}

.ddownload-button.button-green {
    background-color: #2ECC71;
    border-color: #2ECC71;
}

.ddownload-button.button-green:hover {
    background-color: transparent;
    border-color: #27AE60;
    color: #27AE60 !important;
}


/*
* -----------------------------------------------------------------------------
*
* Widget
*
* ----------------------------------------------------------------------------
*/

.sidebar .widget > div {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    border-radius: 4px;
}


/*
* -----------------------------------------------------------------------------
*
* @Large Google MAP
*
* ----------------------------------------------------------------------------
*/

.id-google-map-wrapper .acf-map {
    margin: auto;
}


@media screen and (min-width: 992px) {
    .id-google-map-wrapper .acf-map {
        height: 600px;
    }
}

.id-google-map-wrapper address {
    display: none;
}

/*
* ----------------------------------------------------------------
*
* ID Scroll Top
*
* ----------------------------------------------------------------
*/

.id_scroll_top.id-scroll-top-icon:hover,
.id_scroll_top.id-scroll-top-icon:focus,
.id_scroll_top.id-scroll-top-icon:active {
    background-color: #1c74a0;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}

.id_scroll_top.id-scroll-top-icon {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    line-height: 1;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.id_scroll_top:before {
    content: "";
}

.id_scroll_top.id-scroll-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.id_scroll_top.id-scroll-hidden {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}




/*
* ----------------------------------------------------------------
*
* Modules
*
* ----------------------------------------------------------------
*/

.vet-features .module-body {
    background-color: #1c74a0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    width: 100%;
}
.vet-features .module-excerpt {
    text-align: center;
    letter-spacing: -0.1px;
}
.vet-features .loop-icon {
    text-align: center;
    color: #86c6df;
    font-size: 4em;
}
@media screen and (min-width: 992px) {
    .vet-features .module-body::before {
        content: '';
        position: absolute;
        right: 99%;
        border-left: 350px solid transparent;
        border-top: 750px solid #1c74a0;
        top: 0;
    }
}

@media screen and (min-width: 767px) {
    .vet-features article {
        height: 500px;
    }
}

/*
* -----------------------------------------------------------------------------
*
* Testimonials
*
* -----------------------------------------------------------------------------
*/
.testimonial-wrapper .module-content {
    padding-bottom: 40px;
}