/**-----------------------------------------------------------------------------------
Theme Name: WC Durrell
Theme URI: http://www.durrell.org/
Description: 
Version: 1.0
**/

/* Css Reset starts here */

@import url(//fonts.googleapis.com/css?family=Karla|Quicksand);
@font-face {
    font-family: 'veneer';
    src: url('assets/fonts/veneer.eot');
    src: local('☺'), url('assets/fonts/veneer.woff') format('woff'), url('assets/fonts/veneer.ttf') format('truetype'), url('assets/fonts/veneer.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeGothicITCW01D 731075';
    src: url('assets/fonts/avant-gothick-wo1d.eot');
    src: local('☺'), url('assets/fonts/avant-gothick-wo1d.woff') format('woff'), url('assets/fonts/avant-gothick-wo1d.ttf') format('truetype'), url('assets/fonts/avant-gothick-wo1d.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeGothicITCW01B 731069';
    src: url('assets/fonts/avant-gothick-wo1b.eot');
    src: local('☺'), url('assets/fonts/avant-gothick-wo1b.woff') format('woff'), url('assets/fonts/avant-gothick-wo1b.ttf') format('truetype'), url('assets/fonts/avant-gothick-wo1b.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeGothicITCW01X';
    src: url('assets/fonts/avant-gothick-wo1x.eot');
    src: local('☺'), url('assets/fonts/avant-gothick-wo1x.woff') format('woff'), url('assets/fonts/avant-gothick-wo1x.ttf') format('truetype'), url('assets/fonts/avant-gothick-wo1x.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AdPro LT W01';
    src: url('assets/fonts/adpro-lt.eot');
    src: local('☺'), url('assets/fonts/adpro-lt.woff') format('woff'), url('assets/fonts/adpro-lt.ttf') format('truetype'), url('assets/fonts/adpro-lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeGothicBold';
    src: url('assets/fonts/AvantGardeGothicBold.eot');
    src: local('☺'), url('assets/fonts/AvantGardeGothicBold.woff') format('woff'), url('assets/fonts/AvantGardeGothicBold.ttf') format('truetype'), url('assets/fonts/AvantGardeGothicBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    color: #5D5E5F;
    font-size: 14px;
    line-height: 1.428571429;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
a,
a:hover {
    text-decoration: none;
}
p {
    font-family: 'AvantGardeGothicITCW01B 731069';
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 36px;
}
a:active,
a:focus,
input,
input:active,
input:focus {
    outline: 0;
    outline-style: none;
    outline-width: 0;
    text-decoration: none;
}
a:active,
a:focus,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
#wpadminbar {
    display: none;
}
/* Css Reset ends here */

/* bootstrap override starts here */

.logo {
    float: left;
}
.logo-icon {
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: -3px;
    transition: 0.3s all ease-in;
    fill: rgb(255, 255, 255);
}
.nav-main p {
    line-height: 80px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    color: rgb(0, 0, 0);
}
.nav-main {
    overflow: hidden;
}
.container-fluid {
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.container {
    max-width: 970px !important;
}
a {
    color: #38b449;
}
a:hover,
a:focus {
    color: #6BE5FF;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.82;
    filter: alpha(opacity=82);
}
.modal-content {
    border: none !important;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: 100;
    font-size: 30px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-top: -24px !important;
    padding-bottom: 5px;
}
.modal-header p {
    display: none;
}
h4#myModalLabel {
    display: none;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.modal-footer {
    text-align: center;
}
.modal-footer .btn {
    border: none !important;
    text-transform: uppercase;
    height: auto;
    width: auto;
    background-color: #fff;
    color: #333;
    margin-top: inherit;
    font-size: inherit;
}
.modal-footer .btn:hover {
    color: #333!important;
    background-color: #ebebeb;
    border-color: #adadad;
    opacity: 1;
    outline: none;
}
.modal-dialog {
    color: #fff;
    height: 100%;
    margin-top: 0;
}
#black-peach-theme .navbar {
    position: relative;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff !important;
    background-color: #FF559E !important;
}
.img-responsive {
    margin: auto;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 33%;
    color: #FF559E;
    font-size: 40px;
}
.carousel-control.right {
    background-image: none !important;
    filter: none;
}
.carousel-control.left {
    background-image: none !important;
    filter: none;
}
.carousel-control {
    width: 10%;
}
.adopt-carousel p {
    text-align: center;
    color: #FF529E;
    font-family: 'AdPro LT W01';
    font-size: 17px;
    padding-top: 11px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #D3D3D3;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent !important;
}
.navbar-toggle {
    padding: 7px 10px;
    margin-right: 0px;
    border: none;
}
.navbar-toggle .icon-bar {
    height: 3px;
}
body {
    color: #5D5E5F !important;
}
.navbar-default .navbar-nav > li > a {
    border-left: #ddd 1px solid;
    font-family: 'AvantGardeGothicITCW01B 731069', CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
}
.navbar-inverse {
    background-color: #FBFBFB !important;
    border-color: #D3D3D3 !important;
    border-radius: 0px;
    border: 1px;
    border-top: 1px solid #D3D3D3 !important;
    border-bottom: 1px solid #D3D3D3 !important;
}
.navbar-inverse .navbar-nav > li > a {
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #38b449;
    font-size: 25px;
    padding: 35px 27px 55px 27px;
    height: 65px;
    border-right: 1px solid #D3D3D3;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background: rgb(120, 120, 120);
    background: rgba(255, 255, 255, 0.5);
    color: #38b449 !important;
    opacity: 1 !important;
}
.wc-durrell-d-close-modal {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    /*color: #00CAFF;*/
    color: #38b449;
    text-shadow: none;
    padding-top: 26px;
    border: 0px;
    background: none;
    padding: 0px;
    margin: auto;
}
/* General link/button styles */

.btn-sea-blue {
    color: #fff !important;
    background-color: #00ADE2;
    border-color: #009ECF;
    padding: 16px 16px;
    text-transform: uppercase;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    white-space: initial;
    overflow: hidden;
    display: inline-block;
}
.link-sea-blue {
    color: #00ADE2;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
.link-sea-blue:hover {
    text-decoration: underline;
    cursor: pointer;
}
.link-green {
    color: #38b449;
}
.link-green:hover {
    color: #00ADE2;
    cursor: pointer;
}
/* End general button styles */

/* Durrell customised stylings */

.align-left {
    text-align: left;
}
.vertical-margin-big {
    margin-top: 50px;
    margin-bottom: 50px;
}
.vertical-margin-med {
    margin-top: 25px;
    margin-bottom: 25px;
}
.vertical-padding-big {
    padding-bottom: 50px;
    padding-top: 50px;
}
.heading-medium-orange, .heading-small-orange {
    font-size: 30px;
    color: #ffbd00;
}
.heading-small-orange {
    font-size: 26px;
}
.margin-top-med {
    margin-top: 25px;
}

.centered-modal .modal-content,
.centered-modal-left-align .modal-content {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    text-align: center;
}
.centered-modal p,
.centered-modal-left-align .modal-content p {
    margin-top: 22px;
}
.centered-modal-left-align .modal-content {
    text-align: left;
}
.dark-modal {
    background: rgba(0,0,0,0.3);
}
/* DISCLAIMERS and NOTICES */

.disclaimer-turquoise .row {
    background-color: #38b449;
    color: #fff;
    padding: 20px 0;
    border-radius: 5px;
    margin: 25px 5px;
}
.disclaimer-turquoise .glyphicon {
    font-size: 50px;
    padding-top: 5px;
    padding-left: 5px;
}
.disclaimer-turquoise p:last-child {
    border-radius: 5px;
    margin: 0 5px;
}
.disclaimer-turquoise a {
    color: #fff;
    text-decoration: underline;
}
.my-account .button.cancel {
    display: none;
}
@media (max-width: 767px) {
    .disclaimer-turquoise .glyphicon {
        font-size: 20px;
    }
}
/* END DISCLAIMERS and NOTICES */

/* End Durrell customised stylings */

/* --------------------------------TABLET & DESKOP--------------*/

@media (min-width: 768px) {
    .adopt-bio-row-pad {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
/* END tablet */

/* --------------------------------MOBILE--------------*/

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {
        font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
        font-weight: normal;
        text-align: center;
        color: #FFF;
        font-size: 25px;
        padding: 10px;
        height: auto;
        margin: 0px;
        border-right: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgba(255, 255, 255, 0.6);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .navbar-right {
        margin-top: auto;
    }
    .input-section .close-search-box {
        right: 0px;
        top: 23px;
    }
    #search-box .input-section .container td input {
        text-align: left;
        font-size: 22px;
    }
    .input-section .close-search-box svg {
        width: 28px;
        height: 28px;
    }
    body #search-box .input-section {
        margin-bottom: 0;
    }
    #search-box .input-section .container {
        max-width: 970px !important;
    }
}
/*to make 930 width*/

@media (min-width: 992px) {
    .container {
        max-width: 970px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 970px !important;
    }
    body #search-box .input-section .container {
        width: 1170px;
    }
}
/*END to make 930 width*/

.page-header {
    border-bottom: none;
}
.page-header h1 {
    color: #727272;
    font-size: 65px;
    text-align: center;
    margin: 15px 0px 10px;
    font-family: 'AvantGardeGothicITCW01X';
}
/* bootstrap override ends here */

/* woocommerce override starts here */

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 2px !important;
}
/* woocommerce override starts here */

/* header css starts here */

.wc-durrell-desktop-header {} .wc-durrell-mobile-header {
    display: none;
}
.wc-durrell-desktop-header div.row {
    margin-right: 0px;
    margin-left: 0px;
}
.wc-durrell-logo {
    display: block;
}
.wc-durrell-logo img {
    width: 55px;
    float: left;
    margin-top: 6px;
}
.wc-durrell-logo span {
    float: left;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    padding-left: 10px;
    margin-top: 15px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-logo .logo-bg {
    float: left;
    width: 65px;
    padding: 12.5px 0;
    text-align: center;
}
.wc-durrell-main-nav {
    float: right;
    margin-top: 15px;
}
.wc-durrell-main-nav li {
    float: left;
}
.wc-durrell-main-nav li a {
    font-family: 'AvantGardeGothicITCW01B 731069', CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #fff;
    height: 50px;
    display: inline-block;
    line-height: 48px;
    padding: 0px 15px;
}
.wc-durrell-main-nav-menu-generic li a {
    color: rgb(0, 216, 207);
}
.wc-durrell-main-nav .nav-search-icon,
.wc-durrell-main-nav .basket-icon {
    width: 37px;
    height: 37px;
    transition: 0.3s all ease-in;
}
.wc-durrell-main-nav li a:hover {} .wc-durrell-main-nav-menu li img {
    width: 38px;
    float: left;
    margin-top: 4px;
}
.wc-durrell-nav-probe {
    float: left;
    color: #ccc;
    height: 28px;
    font-size: 17px;
    margin-top: 10px;
    line-height: 25px;
    padding-right: 15px;
    display: inline-block;
    border-right: solid 1px #fff;
}
.wc-durrell-stickit {
    top: 0;
    position: fixed;
    height: auto !important;
}
/* header css ends here */

/* shop css starts here */

h1.wc-durrell-shop-title {
    color: #38b449;
    font-size: 65px;
    text-align: center;
    margin: 15px 0px 30px;
    font-family: 'AvantGardeGothicITCW01X';
/*    margin: 45px 0px 50px;*/
    margin: 45px 0px 10px;
}
.wc-durrell-shop-category-container > div {
    margin-bottom: 15px;
}

.wc-durrell-shop-category-container:first-of-type {
    margin-top: 60px;
}

.shop-sub-nav-wrapper {
    background: #f2f2f2;
    padding: 20px 0px;
    text-align: center;
}

a.shop-sub-nav-link {
    font-size: 30px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    padding: 10px 0px;
    margin: 10px 15px;
}

a.shop-sub-nav-link.active {
    border-bottom: 3px solid;
}

.wc-durrell-shop-category-container a.wc-durrel-shop-cat-thumb {
    padding: 10px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.wc-durrell-shop-category-container a.no-padding {
    padding: 0px !important;
}
.wc-durrell-shop-category-container a.wc-durrel-shop-cat-thumb img {
    width: auto;
    height: 170px;
}
.wc-durrell-shop-category-container a.no-padding img {
    width: 100%;
    height: auto;
}
h3.wc-durrell-cat-title,
h3.wc-durrell-cat-archive-product-title {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
    /*font-family: 'AvantGardeGothicITCW01X';*/
}
h3.wc-durrell-cat-archive-product-title {
    height: 80px;
    font-size: 18px;
}
h3.wc-durrell-cat-title a:hover,
h3.wc-durrell-cat-archive-product-title a:hover {
    text-decoration: none;
}
.wc-durrell-shop-shipping-info {
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.wc-durrell-shop-shipping-info p {
    color: #00CAFF;
    font-size: 11px;
}
/* shop css ends here */

/* Adopt home styles starts here */

.wc-durrell-adopt-home-header-container {} .wc-durrell-adopt-home-header-logo img {
    margin-top: 40px;
    background-size: contain;
}
.wc-durrell-adopt-home-header-description {
    margin-top: 10%;
    padding-left: 54px;
}
.wc-durrell-adopt-home-header-description p {
    background: url(assets/images/desc_tick_mark.png);
    background-repeat: no-repeat;
    background-size: 34px;
    font-size: 20px;
    line-height: 18px;
    font-family: 'AdPro LT W01';
    padding: 9px 0px 9px 32px;
    margin: 3px 0px;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='(//www.durrell.org/library/files/TEST_tick_button.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
 src='(//www.durrell.org/library/files/TEST_tick_button.png', sizingMethod='scale')";

}
.wc-durrell-adopt-home-price-tag {
    background: url(https://www.durrell.org/library/files/Price_tag_pink_-_gift.png) no-repeat;
    height: 363px;
    width: 85px;
    margin-top: -236px;
    position: absolute;
    right: 513px;
    background-position-y: -110px;
    z-index: 1;
    top: -107px;
    background-size: 90%;
    transition: 1.8s all;
}
.wc-durrell-adopt-home-main-content {} .wc-durrell-adopt-home-sticky-menu-container {
    width: 100%;
    height: 80px;
    background: #fff;
    opacity: 0.9;
    z-index: 2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.wc-durrell-adopt-home-sticky-menu-container p {
    font-family: 'AdPro LT W01';
    font-size: 25px;
    color: #FF529E;
    padding: 10px;
    margin: 0px;
    line-height: 100%;
}
.wc-durrell-adopt-home-sticky-menu-container img {
    width: 41px;
    vertical-align: middle;
}
.carousel-container {
    position: relative;
}
.carousel-container p {
    text-align: center;
    font-family: 'AdPro LT W01';
    font-size: 14px;
    padding-top: 11px;
    margin: 0px -10px 8px -10px;
}
#wc-durrell-animals-slider p {
    font-size: 17px;
}
.wc-durrell-adopt-animals-container {} .wc-durrell-adopt-animals-container h2 {
    font-family: 'AdPro LT W01';
    text-align: left;
    font-size: 50px;
    margin: 40px auto;
    text-shadow: 1px -1px 0 #ff559e, -1px -1px 0 #ff559e, 1px 1px 0 #FF559E, -1px 1px 0 #ff559e, 4px 3px 0 #ff559e;
    color: #fff;
    color: rgba(255, 255, 255, 1);
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#0000FF, direction=45);
    text-align: center;
}
.wc-durrell-adopt-animals-container p {
    text-align: center;
    color: #FF529E;
    font-family: 'AdPro LT W01';
    font-size: 23px;
    padding-top: 11px;
}
body.page-template-page-adopt img {
    height: auto;
    max-width: 100%;
}
/* Adopt home styles ends here */

/* Single product page css starts here */

.wc-durrell-product-banner {
    height: 500px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #333;
    overflow: hidden;
}
.wc-durrell-product-banner .container {
    position: relative;
    height: 100%;
}
.wc-durrell-adopt-price-tag {
    right: 545px;
    background: url(https://www.durrell.org/library/files/Price_tag_pink_-_gift.png) no-repeat;
    height: 363px;
    width: 85px;
    position: absolute;
    background-position-y: -110px;
    z-index: 1;
    top: -78px;
    background-size: 90%;
    transition: 1.8s all ease-in-out;
}
.andean-bear-raymi .wc-durrell-adopt-price-tag {
    background: url(https://www.durrell.org/wildlife/wp-content/uploads/2016/06/Price-tag-pink-36.png) no-repeat;
    top: -225px;
}
.adopt-price-tag-link {
    position: absolute;
    height: 120px;
    width: 79px;
    top: 100px;
}
.andean-bear-raymi .adopt-price-tag-link {
    top: 243px;
}
.wc-durrell-adopt-header-logo {
    height: 100px;
    margin-top: 20px;
}
.wc-durrell-adopt-header-name {
    height: 180px;
    margin-top: 30px;
    background-size: 66% !important;
}
.wc-durrell-adopt-header-description p {
    background: url(assets/images/desc_tick_mark.png);
    background-repeat: no-repeat;
    background-size: 34px;
    font-size: 20px;
    line-height: 18px;
    font-family: 'AdPro LT W01';
    padding: 9px 0px 9px 32px;
    margin: 3px 0px;
    text-shadow: 4px 4px 20px #fff, -4px -4px 20px #fff, -4px -4px 20px #fff, -4px 4px 20px #fff, 4px 4px 20px #fff;
}
.wc-durrell-adopt-header-caption {
    position: absolute;
    right: 0;
    top: 0;
    /*
    Note: Switch on for animate in effect
    transition: 1s all ease-in;
    -ms-transform: rotate(0) scale(0);
    -moz-transform: rotate(0) scale(0);
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);*/
}
.show-header-caption {
    -ms-transform: rotate(1440deg) scale(1);
    -moz-transform: rotate(1440deg) scale(1);
    -webkit-transform: rotate(1440deg) scale(1);
    transform: rotate(1440deg) scale(1);
}
.wc-durrell-adopt-header-caption img {
    width: 100%;
    height: auto;
}
.wc-durrell-product-menu-sticky {
    width: 100%;
    opacity: 0.9;
    z-index: 1000;
    background: #fff;
    padding: 15px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.wc-durrell-product-menu-sticky a, .wc-durrell-product-menu-sticky button {
    transition: 0.1s all linear;
}
.wc-durrell-product-menu-sticky a:hover {
    background-color: rgba(255,85,158,0.5);
    border-color: rgba(255,85,158,0.5)!important;
    color: #fff;
}
.wc-durrell-product-menu-sticky .wc-durrell-adopt-now-sticky-nav-link:hover {
    background: #00CAFF!important;
    border-color:#00CAFF!important;
    transition: 0.2s all linear;
}
.wc-durrell-product-menu-sticky p {
    margin: 0;
}
.wc-durrell-product-menu-sticky a {
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    color: #FF559E;
    background-color: #fff;
    border-color: #FF559E !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wc-durrell-d-btn-nostyle {
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
}
.wc-durrell-adopt-now-sticky-nav-link {
    color: #fff !important;
    background-color: #FF559E !important;
}
.wc-durrell-adopt-included-title {
    text-align: center;
    font-family: 'AdPro LT W01';
    color: #00CAFF;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.wc-durrell-adopt-margin-incl-top,
.wc-durrell-adopt-margin-incl-bottom {
    background: url(//www.durrell.org/library/files/Dotted_blue_line.png) repeat-x;
    height: 41px;
    background-position: top;
}
.wc-durrell-adopt-margin-incl-bottom {
    margin-top: 20px;
}
.wc-durrell-adopt-included-special-row {
    min-height: 410px;
    overflow: hidden;
}
.wc-durrell-alt-gift-container {
    position: absolute;
    width: 100%;
    top: 125%;
    right: 0;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
}
.wc-durrell-adopt-included-special-1:hover > div.wc-durrell-alt-gift-container,
.wc-durrell-adopt-included-special-1:hover > div.wc-durrell-fb-grp-more {
    top: 0px;
}
.wc-durrell-alt-gift-container img {
    max-width: 100%;
}
.wc-durrell-adopt-or {
    margin: 105px auto;
    text-align: center;
    font-family: 'AdPro LT W01';
    color: #00CAFF;
    font-size: 70px;
    position: absolute;
    left: 49%;
    z-index: 1;
}
.wc-durrell-fb-group h2 {
    color: #333;
    font-size: 26px;
    margin: -159px 0 0 166px;
    text-align: left;
}
.wc-durrell-fb-group p {
    font-family: 'AdPro LT W01';
    margin-left: 166px;
    margin-top: 45px;
    font-size: 18px;
}
.wc-durrell-adopt-included-special-1 img {
    max-height: 400px;
    margin: auto;
}
.wc-durrell-fb-grp-icon {
    width: 100px;
    margin: 20px 0 0 166px !important;
}
.wc-durrell-fb-grp-arrow {
    width: 75px;
    margin-left: 73px!important;
    margin-top: 71px!important;
}
.wc-durrell-fb-grp-highlight {
    color: #FF529E;
}
.wc-durrell-fb-grp-more {
    position: absolute;
    top: 125%;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 402px;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
    overflow: hidden;
}
.wc-durrell-fb-grp-more p {
    margin: 15px 0 0 25px;
}
.wc-durrell-fb-grp-more span {
    font-size: 24px;
    color: #FF529E;
}
.wc-durrell-rollover-gift {
    float: left;
    clear: both;
}
.wc-durrell-rollover-info {
    float: right;
}
.wc-durrell-rollover-gift img {
    width: 23px;
    transform: rotate(185deg);
    display: inline-block;
    margin-top: -6px;
}
.wc-durrell-rollover-info img {
    width: 23px;
    transform: rotate(-185deg) scaleX(-1);
    display: inline-block;
    margin-top: -6px;
}
.wc-durrell-rollover-info p,
.wc-durrell-rollover-gift p {
    font-family: 'AdPro LT W01';
    text-decoration: underline;
    display: inline-block;
    font-size: 15px;
}
.wc-durrell-adopt-welcomepack-intro-line {
    padding: 28px;
    border-bottom: #00CAFF 1px solid;
}
.wc-durrell-welcome-pack-intro-line-1 {
    clear: both;
}
.wc-durrell-adopt-welcomepack-intro {
    text-align: center;
    margin: 30px auto;
    font-family: 'AdPro LT W01';
    color: #00CAFF;
    font-size: 34px;
}
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 33%;
    color: #FF559E;
    font-size: 40px;
    cursor: pointer;
}
.wc-durrell-animals-slider-wrapper .carousel-control .glyphicon-chevron-left,
.wc-durrell-animals-slider-wrapper .carousel-control .glyphicon-chevron-right {
    top: 38%;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none;
}
.wc-durrell-adopt-include-1,
.wc-durrell-adopt-include-2,
.wc-durrell-adopt-include-3,
.wc-durrell-adopt-include-4,
.wc-durrell-adopt-include-5,
.wc-durrell-adopt-include-6,
.wc-durrell-adopt-include-7,
.wc-durrell-adopt-include-8,
.wc-durrell-adopt-include-9 {
    padding-top: 180px;
}
.wc-durrell-adopt-include-1 {
    background: url(assets/images/adopt-include/animal_pictures_icon.jpg) no-repeat;
    background-position: top;
}
.wc-durrell-adopt-include-2 {
    background: url(assets/images/adopt-include/animal_magazines_icon.jpg) no-repeat;
    background-position: top;
}
.wc-durrell-adopt-include-3 {
    background: url(assets/images/adopt-include/animal_bookmark_icon.png) no-repeat;
    background-position: top;
}
.andean-bear-raymi .wc-durrell-adopt-include-3 {
    background: url(https://www.durrell.org/wildlife/wp-content/uploads/2016/06/andean-bear-raymi-keyring.png) no-repeat;
}
.wc-durrell-adopt-include-4 {
    background: url(assets/images/adopt-include/adopt-durrell-tickets-icon.png) no-repeat;
    background-position: top;
}
.wc-durrell-adopt-include-5 {
    background: url(assets/images/adopt-include/adopt-backstory-icon.png) no-repeat;
    background-position: top;
}
.wc-durrell-adopt-include-6 {
    background: url(assets/images/adopt-include/adopt-certificate-icon.png) no-repeat;
    background-position: top;
}
.wc-durrell-adopt-include-7 {
    background: url(assets/images/adopt-include/adopt-wallpaper-cpu-icon.jpg) no-repeat;
    background-position: top;
}
.wc-durrell-adopt-include-8 {
    background: url(assets/images/adopt-include/adopt-birth-certificate-icon.png) no-repeat;
    background-position: top;
}
.wc-durrell-adopt-include-9 {
    background: url(assets/images/adopt-include/adopt-silver-gold-icon.png) no-repeat;
    background-position: top;
    border: none;
    padding: 180px 0 0 0;
    margin: 0px;
}
.wc-durrell-adopt-include-10 {
    background: url(assets/images/adopt-include/saving_animals_include.png) no-repeat;
    background-position: top;
    background-size: 90%;
    height: 225px;
    margin-top: 7px;
}
.wc-durrell-adopt-included-icon-text {
    text-align: center;
    color: #FF529E;
    font-family: 'AdPro LT W01';
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.wc-durrell-adopt-include-1 p {
    color: #FF603E !important;
}
.wc-durrell-adopt-include-2 p {
    color: #FFBF00 !important;
}
.wc-durrell-adopt-include-3 p {
    color: #38b449 !important;
}
.wc-durrell-adopt-include-4 p {
    color: #FF603E !important;
}
.wc-durrell-adopt-include-5 p {
    color: #00CAFF !important;
}
.wc-durrell-adopt-include-6 p {
    color: #38b449 !important;
}
.wc-durrell-adopt-include-7 p {
    color: #FFBF00 !important;
}
.wc-durrell-adopt-include-8 p {
    color: #38b449 !important;
}
.wc-durrell-adopt-include-9 p {
    color: #00CAFF !important;
}
.wc-durrell-adopt-bio-row-pad {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wc-durrell-adopt-bio-content-col {} .wc-durrell-c-vertical-align-1 {
    margin-top: 4%;
}
.wc-durrell-c-vertical-align-2 {
    margin-top: 5%;
}
.wc-durrell-adopt-story-title {
    color: #fff;
    font-family: 'AdPro LT W01';
    margin: 0 0 20px 0;
    font-size: 50px;
    text-shadow: 1px -1px 0 #00CAFF, -1px -1px 0 #00CAFF, 1px 1px 0 #00CAFF, -1px 1px 0 #00CAFF, 4px 3px 0 #00CAFF;
}
.wc-durrell-adopt-bio-header {
    font-family: 'AdPro LT W01';
    text-align: left;
    font-size: 28px;
    display: inline;
}
.wc-durrell-adopt-bio-body {
    display: inline;
    line-height: 140%;
    font-size: 18px;
}
.wc-durrell-adopt-home-header-logo .wc-durrell-adopt-bio-image {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
}
.wc-durrell-adopt-video-link img {
    height: 40px;
    vertical-align: middle;
    padding: 0px 12px 2px 0px;
}
.wc-durrell-adopt-video-link p {
    font-family: 'AdPro LT W01';
    font-size: 21px;
    color: #00CAFF;
    text-align: left;
}
.wc-durrell-adopt-video-button {
    background: none;
    border: none;
    margin-top: 11px;
    padding: 0px;
}
.wc-durrell-adopt-today-button-inc {
    font-family: 'AdPro LT W01';
    color: #fff !important;
    background-color: #FF559E;
    border-color: #FF2281;
    display: block;
    padding: 18px;
    margin: 10px 0 57px 0;
    font-size: 49px;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wc-durrell-adopt-today-button-2:hover,
.wc-durrell-adopt-today-button-inc:hover {
    background-color: #00CAFF;
    border-color: #00CAFF;
    text-decoration: none;
}
.wc-durrell-adopt-today-button-2 {
    font-family: 'AdPro LT W01';
    color: #fff !important;
    background-color: #FF559E;
    border-color: #FF2281;
    display: block;
    padding: 18px;
    margin-top: 0px;
    font-size: 49px;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wc-durrell-adopt-today-button-2 .small {
    display: block;
    font-size: 26px;
}
.wc-durrell-adopt-today-blurb-help {
    text-align: center;
    margin-bottom: 30px;
}
.container-fluid .wc-adoption-product {
    margin-top: 0;
}
.container-fluid .wc-adoption-product h1,
.container-fluid .wc-adoption-product h2,
.container-fluid .wc-adoption-product h3 {
    font-family: 'AdPro LT W01';
}
.show-tab {
    display: inline;
}
.hide-tab {
    display: none;
}
.adopt-today-blurb {
    font-family: 'AdPro LT W01';
    color: #00CAFF;
    text-align: center;
    font-size: 23px;
    line-height: 120%;
    margin-bottom: 5px;
    margin-top: 25px;
}
#wc-durrell-video .modal-content {
    position: absolute;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.andean-bear-raymi .wc-durrell-adopt-bio-image:first-child {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
/* Single product - mobile only */

@media (max-width: 767px) {
    .wc-durrell-product-menu-sticky a {
        font-size: 14px;
        padding: 5px;
    }
    .wc-durrell-product-banner {
        height: 400px;
    }
    .wc-durrell-adopt-header-logo {
        background: url(https://www.durrell.org/wildlife/wp-content/uploads/2015/08/animal-adoptions.png) no-repeat;
        margin-left: 61px!important;
        margin-top: -44px!important;
        margin-bottom: 3px!important;
        -moz-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg);
        height: 101px;
        background-size: 84px!important;
        top: 0px;
        z-index: 200;
        background-position: top;
        width: 150px !important;
    }
    .adopt-logo-mobile {
        position: absolute;
        top: 53px;
        left: -34px;
        z-index: -1;
    }
    .adopt-intro-checklist {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .wc-durrell-adopt-header-caption {
        position: absolute;
        top: 0;
        margin-top: 24px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .wc-durrell-adopt-header-caption img {
        max-width: 260px;
    }
    .gorilla .wc-durrell-adopt-header-caption img {
        max-width: 210px;
    }
    .short-clawed-otter .wc-durrell-adopt-header-caption img {
        max-width: 170px;
    }
    .hornbill .wc-durrell-adopt-header-caption img {
        max-width: 160px;
    }
    .meerkat .wc-durrell-adopt-header-caption img {
        max-width: 230px;
    }
    .livingstones-fruit-bat .wc-durrell-adopt-header-caption img {
        max-width: 200px;
    }
    .wc-durrell-adopt-included-title.scrolled {
        margin-top: 80px;
    }
    .wc-durrell-adopt-today-button-inc {
        font-size: 32px !important;
        margin-bottom: 10px !important;
        margin-top: 25px;
        -webkit-transition: 0.05s all linear;
        transition: 0.05s all linear;
    }
    .wc-durrell-adopt-include-10 {
        background-position: 50% 22px;
    }
    .wc-durrell-adopt-story-title {
        text-align: center;
    }
    .wc-durrell-adopt-bio-body {
        font-size: 16px;
    }
    .wc-durrell-adopt-bio-header {
        font-size: 18px;
        color: #FF559E;
    }
    .wc-durrell-adopt-bio-row-pad {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .wc-durrell-adopt-today-button-2 {
        font-size: 40px;
        -webkit-transition: 0.05s all linear;
        transition: 0.05s all linear;
    }
    .adopt-intro-checklist {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 25px 20px rgba(255, 255, 255, 0.8);
        width: 100%;
    }
    .wc-durrell-adopt-header-description p {
        display: inline-block;
        text-align: left;
        width: 300px;
        font-size: 16px;
        text-shadow: none;
        margin: 7px auto;
        padding: 5px 0px 5px 38px;
        max-width: 275px;
    }
    .wc-durrell-adopt-price-tag {
        display: none;
    }
    .wc-durrell-adopt-header-description {
        text-align: center;
        white-space: pre-line;
        margin-top: -25px;
    }
    .page-template-page-adopt .section-navigation, .gorilla-indigo .section-navigation, .sumatran-orangutan .section-navigation, .andean-bear .section-navigation, .gorilla .section-navigation, .short-clawed-otter .section-navigation, .alaotran-gentle-lemur .section-navigation, .poison-frog .section-navigation, .pied-tamarin .section-navigation, .ring-tailed-lemur .section-navigation, .radiated-tortoise .section-navigation, .hornbill .section-navigation, .meerkat .section-navigation, .livingstones-fruit-bat .section-navigation, .chilean-flamingo .section-navigation {
        display: none!important;
    }
    .wc-durrell-adopt-header-caption {
        height: 201px;
        max-width: 240px;
        background-position: top;
        float: none;
        margin: -139px auto;
        background-size: 70%;
        width: 100%;
        top: 20px!important;
    }

}
/* Single product - tablet only */

@media (min-width: 768px) and (max-width: 991px) {
    .wc-durrell-adopt-price-tag {
        background: url(https://www.durrell.org/library/files/Price_tag_pink_-_gift.png) no-repeat;
        height: 363px;
        width: 85px;
        position: absolute;
        background-position-y: -110px;
        z-index: 1;
        right: 317px;
        top: 0;
    }
    .wc-durrell-adopt-home-main-content {
        margin-top: -85px;
    }
    .wc-durrell-adopt-header-name {
        height: 180px;
        margin-top: 30px;
        background-size: 70%!important;
    }
    .ring-tailed-lemur .wc-durrell-adopt-header-name {
        height: 180px;
        margin-top: 30px;
        background-size: 80%!important;
    }
    .meerkat .wc-durrell-adopt-header-name, .sumatran-orangutan .wc-durrell-adopt-header-name {
        background-size: 85%!important;
    }
    .gorilla .wc-durrell-adopt-header-name {
        background-size: 100%!important;
    }
    .short-clawed-otter .wc-durrell-adopt-header-name, .alaotran-gentle-lemur .wc-durrell-adopt-header-name {
        background-size: 90%!important;
    }
    .wc-durrell-fb-grp-more {
        width: 90%;
        min-height: 300px;
    }
    .wc-durrell-alt-gift-container {
        top: 135%;
    }
    .wc-durrell-fb-group p {
        margin-left: 40px;
        font-size: 15px;
        margin-top: 34px;
    }
    .wc-durrell-fb-grp-more p:last-child span {
        font-size: 15px;
    }
    .wc-durrell-fb-grp-arrow {
        width: 50px;
        margin-top: 62px!important;
        margin-left: 73px!important;
        position: absolute;
        transform: rotateX(0deg) rotateY(180deg);
        right: 0;
        top: 89px;
    }
    .wc-durrell-fb-grp-icon {
        margin: 0 0 0 130px!important;
    }
    .wc-durrell-fb-group .wc-durrell-adopt-included-title {
        margin-top: 20px;
        margin-left: 60px;
        font-size: 20px;
    }
    .wc-durrell-adopt-included-special-row {
        min-height: 335px;
    }
    .wc-durrell-fb-group > p {
        margin-top: 43px;
        margin-left: 58px;
        margin-right: 20px;
    }
    .wc-durrell-adopt-price-tag {
        top: -39px;
        right: 415px;
        background-size: 60px;
    }
    .adopt-price-tag-link {
        height: 94px;
        width: 63px;
        top: 60px;
    }
    .adopt-price-tag-link {
        height: 94px;
        width: 63px;
        top: 60px;
    }
    .wc-durrell-adopt-home-price-tag .adopt-price-tag-link {
        left: 3px;
        top: 90px;
    }
}

/* Tablet and desktop */

@media (min-width:768px) {
    .wc-durrell-animals-slider-wrapper {
        margin: 25px auto 50px auto;
    }
    .wc-durrell-adopt-header-description {
        padding-left: 0;
    }
    .wc-durrell-adopt-header-description p {
        text-shadow: none;
        color: #fff;
    }
    .gorilla .wc-durrell-adopt-header-description p, .short-clawed-otter .wc-durrell-adopt-header-description p, .alaotran-gentle-lemur .wc-durrell-adopt-header-description p, .ring-tailed-lemur .wc-durrell-adopt-header-description p, .meerkat .wc-durrell-adopt-header-description p, .chilean-flamingo .wc-durrell-adopt-header-description p {
        color: #5D5E5F!important;
        text-shadow: 4px 4px 20px #fff, -4px -4px 20px #fff, -4px -4px 20px #fff, -4px 4px 20px #fff, 4px 4px 20px #fff;
    }
    .poison-frog .wc-durrell-adopt-header-description p, .pied-tamarin .wc-durrell-adopt-header-description p, .hornbill .wc-durrell-adopt-header-description p, .gorilla-indigo .wc-durrell-adopt-header-description p, .andean-bear-raymi .wc-durrell-adopt-header-description p {
        text-shadow: 4px 4px 20px #000, -4px -4px 20px #000, -4px -4px 20px #000, -4px 4px 20px #000, 4px 4px 20px #000;
        color: #fff;
    }
    .adopt-intro-checklist {
        display: flex;
        margin-left: -10px;
    }
}

/* Single product page css ends here */

/* Durrell form button common styles */

.wc-durrell-form-btn:hover,
.wc-durrell-form-btn:active,
.wc-durrell-form-btn:focus,
.wc-durrell-form-btn:visited {
    color: #fff;
    outline: none;
    text-decoration: none;
}
.wc-durrell-form-btn,
.wc-durrell-product-action-bar button {
    color: #fff;
    width: 100%;
    border: none;
    height: 60px;
    display: block;
    margin: 0px 1px;
    font-size: 18px;
    line-height: 1.2;
    vertical-align: middle;
    background: rgba(29, 137, 162, .9);
    font-family: 'AvantGardeGothicBold', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-btn-border-radius {
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.wc-durrell-btn-left-radius {
    -ms-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.wc-durrell-btn-right-radius {
    -ms-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}
.wc-durrell-btn-top-radius {
    -ms-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.wc-durrell-btn-bottom-radius {
    -ms-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.wc-durrell-btn-bottom-left-radius {
    -ms-border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}
.wc-durrell-btn-bottom-right-radius {
    -ms-border-radius: 0px 0px 4px 0px;
    -moz-border-radius: 0px 0px 4px 0px;
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
}
/* Adoption form css starts here */

body.page-template-page-adoption-form .container-fluid {
    /*background: url('assets/images/Adopt-form-background.png') no-repeat;*/
    background-size: cover;
}
.adoption-form .jvFloat .placeHolder {
    color: #FF603E!important;
}
.adoption-form .jvFloat:last-child input {
    border-bottom: 1px solid #FF603E!important;
}
.wc-durrell-checkout-form-wrapper .jvFloat:last-child input {
    border-bottom: 1px solid #c3c3c3!important;
}
#wc-durrell-adoption-message {
    background: #eeeeee!important;
    border: 1px solid #FF603E;
    color: #FF603E;
}
#wc-durrell-adoption-message::placeholder {
    color: #FF603E;
}
.wc-durrell-adoption-form-container-section {
    padding: 0px 0px 30px;
    text-align: center;
    font-family: 'AvantGardeGothicITCW01B 731069', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-adopt-title-theirdetails-small {
    /*color: #fff;*/
    color: #FFBF00;
    margin-bottom: 25px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.wc-durrell-adoption-form-container-section h3 {
    font-family: 'AdPro LT W01';
    /* color: #fff;*/
    color: #FFBF00;
    text-align: center;
    font-size: 35px;
    margin: 25px 20px 20px;
}
.wc-durrell-adoption-main-menu {
    margin-top: 45px;
}
.wc-durrell-adoption-form-container-section div[class*="col-"] {
    padding: 0px 0px!Important;
}


button.wc-durrell-adopt-pkg-btn span.per-month {
    display: none;
    font-size: 13px;
    line-height: 22px;
}
button.wc-durrell-adopt-btn-donate {
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
button.wc-durrell-adopt-btn-donate:hover {
    color: #00CAFF;
    background-color: #fff;
    border-color: #00CAFF;
}
.wc-durrell-adopt-message-row {
    margin-top: 40px;
}
h3.wc-durrell-adopt-title-message {
    line-height: 1.1;
    text-align: left !important;
    margin: 0px !important;
    font-size: 22px !important;
}
.wc-durrell-adopt-message-box {
    min-height: 110px;
    font-family: 'AvantGardeGothicITCW01B 731069', CenturyGothic, AppleGothic, sans-serif;
}
#wc-durrell-postal-code-finder {
    text-align: left;
}
.wc-durrell-adopt-btn-blue,
.wc-durrell-adopt-btn-pink {
    width: auto;
    font-size: 14px;
    background: #00CAFF;
    display: inline-block !important;
}
.wc-durrell-adopt-btn-pink {
    background-color: #FF559E;
    border-color: #FF2281;
}
.wc-durrell-adopt-btn-blue:hover {
    background: #ff559e;
    border-color: #ff559e;
}
.wc-durrell-adopt-btn-pink:hover {
    color: #fff;
    background-color: #FF2281!important;
    border-color: #E92378!important;
}
.wc-durrell-bottom-row {} h1.wc-durrell-adopt-title-total {
    margin-top: 40px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: solid 1px #ddd;
}
#wc-durrell-adopt-find-address-btn {
    background: #70d000;
}
.adopt-view-upgrades:hover {
    cursor: pointer;
}
.wc-durrell-adoption-billing-addr-container {
    -webkit-box-shadow: 0px 3px 15px -3px #333;
    -ms-box-shadow: 0px 3px 15px -3px #333;
    -moz-box-shadow: 0px 3px 15px -3px #333;
    box-shadow: 0px 3px 15px -3px #333;
}
.manual-address-adopt-container {
    margin: 0!important;
}
.xmas-adopt-info-link,
.covid-adopt-info-link{
    margin-top: 10px;
    color: #FF603E;
    font-size: 20px;
    background: none;
    border: none;
}
#adoption-info ul, #adoption-packages ul, #xmas-modal ul {
    list-style-type: none;
    padding-left:0;
}
#adoption-info ul li, #adoption-packages ul li #xmas-modal ul li {
    padding: 5px 0;
}
#adoption-info span, #adoption-packages span, #xmas-modal span {
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    display: block;
    padding-top: 15px;
    color: #38b449;
}
#adoption-info li span, #adoption-packages li span {
    color: #38b449;
}
#adoption-info .modal-content, #adoption-packages .modal-content, #xmas-modal .modal-content {
    margin-top: 50px;
}
#adoption-info .modal-body, #adoption-packages .modal-body, #xmas-modal .modal-body {
    font-size: 16px;
}
#adoption-info h1, #adoption-packages h1, #xmas-modal h1 {
    margin-bottom: 30px;
    color: #38b449;
}
#adoption-info h2, #adoption-packages h2, #xmas-modal h2 {
    margin-bottom: 30px;
    margin-top: 40px;
    color: #38b449;
}
@media (max-width:767px) {
    .xmas-adopt-info-link, #xmas-modal .modal-body, #adoption-info .modal-body, #adoption-packages .modal-body, .covid-adopt-info-link, #covid-modal .modal-body {
        font-size: 14px;
    }
    #adoption-packages h1, #adoption-packages h2, #xmas-modal h1, #xmas-modal h2, #adoption-info h1, #adoption-info h2 {
        font-size: 22px;
    }
}
@media (min-width:992px) {
    
    #xmas-modal .modal-dialog, #adoption-packages .modal-dialog, #adoption-info .modal-dialog, .covid-adopt-info-link .modal-dialog {
        width: 800px;
    }
}
/* Adoption form css ends here */

/* Membership form style starts here */

@media (max-width:767px) {
    
    #wc-durrell-membership-type-single-container > button, 
    #wc-durrell-membership-type-multi-person-container > button, 
    #wc-durrell-membership-type-life-container > button {
        padding: 0;
    }
    
    #wc-durrell-membership-type-single-container > button > table, 
    #wc-durrell-membership-type-multi-person-container > button > table, 
    #wc-durrell-membership-type-life-container > button > table {
        height:100%;
    }
    
    #wc-durrell-membership-type-single-container > button > table > tbody > tr >td:first-child, 
    #wc-durrell-membership-type-multi-person-container > button > table > tbody > tr >td:first-child, 
    #wc-durrell-membership-type-life-container > button > table > tbody > tr >td:first-child {
        padding: 0 3px 0 8px;
    }
    
    #wc-durrell-membership-type-single-container > button > table > tbody > tr >td:nth-child(3), 
    #wc-durrell-membership-type-multi-person-container > button > table > tbody > tr >td:nth-child(3), 
    #wc-durrell-membership-type-life-container > button > table > tbody > tr >td:nth-child(3) {
        width: 42%;
        padding: 0 0 0 5px;        
    }
    .wc-durrell-membership-subscription-amount {
        padding-left: 9px;
    }
    
}
.mem-type-more-info {
    padding: 0;
    height: 48px;
    background: rgba(0,0,0,0.2);
    text-align: center!important;
}
.wc-durrell-membership-btn .mem-type-more-info span {
    font-size: 24px;
}

.wc-durrell-membership-form-container-section .postage-more-info {
    margin-top: -15px;
}
.wc-durrell-membership-form-container-section .dd-more-info {
    margin-top: -20px;
}

.postage-more-info, .postage-more-info:focus, .dd-more-info, .dd-more-info:focus {
    color: #ffbd00;
}

.postage-more-info:hover, .dd-more-info:hover {
    color: #ffbd00;
    text-decoration: underline;
}
@media (max-width:767px) {
    .wc-durrell-membership-form-container-section .dd-more-info {
        margin-top: 10px;
    }
}

p[data-target="#magazine-info"]:hover, span[data-target="#magazine-info"]:hover {
    cursor: pointer;
}
.ote-electronic-notice {
    margin-top: 25px;
    color: #fff;
}
.ote-electronic-notice span {
    color: #ffbd00;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: underline;
}
.adoption-form .ote-electronic-notice {
    margin-top: 25px;
    color: #FF603E;
    /* color: #38b449; */
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}

/*body.single-product.membership .container-fluid {*/

/*background: url('assets/images/frog.jpg') no-repeat;*/

/*background-size: cover;*/

/*}*/

.wc-durrell-membership-form-container-section {
    padding: 50px 0px;
    text-align: center;
}
body.single-product.membership .container-fluid {
    background: #2e393d;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3Zn
IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMT AwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVh ckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2 VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZz ZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmUzOTNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG 9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjNDg1NjU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxz dG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjNDg1NjU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KIC AgIDxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjNTk2YzY4IiBzdG9wLW9wYWNpdHk9IjEi Lz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjMzg0NjQ3IiBzdG9wLW9wYWNpdH k9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjMzEzZjQwIiBzdG9wLW9w YWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODklIiBzdG9wLWNvbG9yPSIjMzg0NjQ3IiBzdG 9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNTg1 OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PS IwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAv Pgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #2e393d), color-stop(10%, #485657), color-stop(10%, #485657), color-stop(31%, #596c68), color-stop(58%, #384647), color-stop(73%, #313f40), color-stop(89%, #384647), color-stop(100%, #4a5859));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e393d', endColorstr='#4a5859', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
}
@media screen and (min-width: 768px) {
    .wc-durrell-adoption-form-container-section div[class*="col-"],
    .wc-durrell-membership-form-container-section div[class*="col-"] {
        padding: 0px 1px;
    }
}
.wc-durrell-membership-page-title {
    color: #fff;
    font-size: 45px;
    margin-bottom: 35px;
    font-family: 'veneer';
}
.wc-durrell-membership-form-container-section a {
    display: block;
    margin-top: -30px;
    margin-bottom: 20px;
    padding: 5px;
    outline: none;
    text-decoration: none;
}
.wc-durrell-membership-form-container-section a:focus {
    text-decoration: none;
}
.wc-durrell-membership-page-secondary-title,
.wc-durrell-membership-page-subtitle,
.wc-durrell-membership-page-donation-title {
    color: #fff;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 35px;
    font-family: 'AvantGardeGothicITCW01X';
}
.wc-durrell-membership-page-secondary-title {
    display: inline-block;
    position: relative;
}
.magazine-more-info {
    font-size: 22px;
    color: rgba(255,255,255, 0.7);
    transition: 0.1s all linear;
    position: absolute;
    right: -30px;
    top: -6px;
}
.wc-durrell-membership-page-donation-title {
    font-family: 'AdPro LT W01';
}
.wc-durrell-title-small {
    font-size: 25px;
}
.wc-durrell-membership-page-subtitle {
    font-size: 16px;
    padding: 0px 10%;
    margin-top: 0px;
}
.wc-durrell-membership-btn, .wc-durrell-product-action-bar button, .wc-durrell-membership-donate-manual .input-group-addon {
    background: #00ADE2;
    background: rgba(0,173,226,.5);
}
.wc-durrell-membership-btn.selected {
    background: #ffbd00;
}
.wc-durrell-membership-btn span {
    font-size: 11px;
    display: block;
    line-height: 15px;
}
#wc-durrell-membership-type-secondary-container {
    margin: 0px -14px;
}
#wc-durrell-membership-type-secondary-container .wc-durrell-membership-btn {
    margin-top: 1px !important;
}
.wc-durrell-membership-btn table {
    width: 100%;
}
.wc-durrell-membership-btn table td {
    width: 33.333333%;
    text-align: left;
    padding: 0px 20px;
    vertical-align: middle;
}
.wc-durrell-membership-btn table td:last-child {
    text-align: right;
}
.wc-durrell-membership-subscription-amount span {
    font-size: 18px !important;
    display: inline !important;
}
.wc-durrell-membership-subscription-month-amount,
.wc-durrell-membership-subscription-month-amount span {
    font-size: 13px !important;
}
.wc-durrell-membership-subscription-month-amount span {
    display: inline !important;
}
.wc-durrell-adoption-main-menu div.row,
.wc-durrell-membership-main-menu div.row,
.wc-durrell-membership-type-menu div.row {
    margin: 15px -15px 0px;
}
#wc-durrell-membership-type-secondary-container div.row {
    margin: 0px 15px;
}

.purchaser-billing-address-container {
    display:none;
}
    
.wc-durrell-membership-additonal-form-remove {
    box-shadow: 0px -1px 12px 3px #333;
    background-color: #FF603E!important;
}
a.wc-durrell-membership-additonal-form-remove:before, a.wc-durrell-membership-additonal-form-remove:after {
    content: '';
    width: 22px;
    position: absolute;
    top: 18px;
    left: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 50px;
}
a.wc-durrell-membership-additonal-form-remove:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} 
    
a.wc-durrell-membership-additonal-form-remove:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#wc-durrell-membership-additional-member-section {
    display: none;
}

@media screen and (min-width: 768px) {
    .wc-durrell-product-lead-form div.row,
    .wc-durrell-product-additional-form div.row,
    .wc-durrell-gateway-type-container div.row,
    .wc-durrell-checkout-address-form div.row {
        margin: 0px 1px 0px -1px;
    }
}
.wc-durrell-product-lead-form div[class*="col-"],
.wc-durrell-product-additional-form div[class*="col-"],
.wc-durrell-gateway-type-container div[class*="col-"],
.wc-durrell-checkout-address-form div[class*="col-"] {
    padding: 0px;
}
#wc-durrell-dedicate-dobnation-to,
.wc-durrell-product-lead-form select,
.wc-durrell-checkout-address-form select,
.wc-durrell-product-additional-form select,
.wc-durrell-checkout-card-form input[type=text],
.wc-durrell-checkout-card-form input[type=password],
.wc-durrell-product-lead-form input[type=text],
.wc-durrell-product-additional-form input[type=text],
.wc-durrell-checkout-address-form input[type=text],
.wc-durrell-product-lead-form input[type=email],
.wc-durrell-product-additional-form input[type=email],
.wc-durrell-checkout-address-form input[type=email],
.wc-durrell-product-lead-form input[type=number],
.wc-durrell-product-additional-form input[type=number],
.wc-durrell-checkout-address-form input[type=number],
.wc-durrell-checkout-card-form input[type=tel] {
    width: 100%;
    border: none;
    padding: 15px;
    display: block;
    color: #5d5e5f;
    background: #fff;
    font-weight: bold;
    border-bottom: solid 1px #c3c3c3;
    font-family: 'AvantGardeGothicITCW01D 731069', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-product-additional-form select,
.wc-durrell-checkout-address-form select,
.wc-durrell-product-lead-form select,
#wc-durrell-dedicate-donation-to {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    padding: 15px 10px;
    display: block;
    color: #5d5e5f;
    background: #fff;
    font-weight: bold;
    border-bottom: solid 1px #c3c3c3;
    font-family: 'AvantGardeGothicITCW01D 731069', CenturyGothic, AppleGothic, sans-serif;
    outline: none;
}
.wc-durrell-membership-form-select {
    border-radius: 5px 5px 0px 0px;
}
.wc-durrell-product-additional-form input:last-child,
#wc-durrell-user-billing-country,
#wc-durrell-user-shipping-country,
#wc-durrell-checkout-address-edit-country,
#wc-durrell-checkout-eway-temp-card-security-code,
#wc-durrell-user-gift-aid-country {
    border-bottom: none;
}
#wc-durrell-user-billing-country, #wc-durrell-membership-lead-country, #wc-durrell-membership-for-country, #wc-durrell-membership-magazine-for-country, #wc-durrell-adoption-for-country {
    border-radius: 0px;
}
#wc-durrell-membership-find-addr-btn {
    background: #00caff;
}
#wc-durrell-checkout-alternate-billing-addr-btn,
#wc-durrell-checkout-shipping-enter-address-btn,
#wc-durrell-checkout-gift-aid-enter-address-btn {
    background: #4cdaff;
}
.wc-durrell-product-lead-form button {
    height: 50px;
    font-size: 15px;
}
.wc-durrell-product-additional-form-wrapper {
    position: relative;
    margin-bottom: 20px;
}
a.wc-durrell-membership-additonal-form-remove {
    top: 18px;
    right: -15px;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    display: inline-block;
    background-color: black;
    font-family: 'AvantGardeGothicBold', CenturyGothic, AppleGothic, sans-serif;
    border-radius: 100%;
    z-index: 1;
    padding: 10px;
    cursor: pointer;
}
.wc-durrell-membership-additional-action-bar button {
    height: 40px;
    font-size: 14px;
    -ms-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}
.wc-durrell-membership-additional-action-bar > div:first-child {
    padding: 0px 10px 0px 75px;
}
.wc-durrell-membership-additional-action-bar > div:last-child {
    padding: 0px 75px 0px 10px;
}
.wc-durrell-comment-box {
    width: 50%;
    resize: none;
    padding: 10px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.wc-durrell-membership-donation-form table {
    width: 100%;
}
.wc-durrell-membership-donation-form table td {
    width: 33.3333%;
    padding: 0px 1px;
}
.wc-durrell-membership-donation-form button {
    height: 46px;
    font-size: 15px;
    font-weight: normal;
}
.wc-durrell-adopt-donate-manual .input-group-addon,
.wc-durrell-membership-donate-manual .input-group-addon {
    color: #fff;
    font-size: 15px;
    border: none;
}
#wc-durrell-donation-amount {
    color: #4a4a4a;
    font-weight: bold;
    background: #ffffff;
    border-color: #ffffff;
}
.wc-durrell-adopt-page-donation-type-form,
.wc-durrell-membership-page-donation-type-form {
    display: none;
    margin: 20px 0px 35px;
    font-family: 'AvantGardeGothicITCW01X';
}
.wc-durrell-adopt-page-donation-type-form {
    margin: 0px 0px 20px;
}
.wc-durrell-adopt-page-donation-type-form label,
.wc-durrell-membership-page-donation-type-form label {
    color: #fff;
}
.wc-durrell-adopt-page-donation-type-form input[type=radio],
.wc-durrell-membership-page-donation-type-form input[type=radio] {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.wc-durrell-adopt-page-donation-type-form > div:first-child,
.wc-durrell-membership-page-donation-type-form > div:first-child {
    text-align: right;
    padding-right: 20px;
}
.wc-durrell-adopt-page-donation-type-form > div:last-child,
.wc-durrell-membership-page-donation-type-form > div:last-child {
    text-align: left;
    padding-left: 20px;
}
.wc-durrell-membership-total-bar {
    text-align: center;
    margin-top: 20px;
}
.wc-durrell-membership-total-bar table {
    width: 100%;
}
.wc-durrell-membership-total-bar table td {
    vertical-align: top;
}
.wc-durrell-membership-total-bar table td hr {
    height: 1px;
    border-top: solid 1px #d5d8d8;
}
.wc-durrell-membership-total-bar table td:last-child,
.wc-durrell-membership-total-bar table td:first-child {
    width: 25%;
    vertical-align: middle;
}
#wc-durrell-monthly-recursive-price,
.wc-durrell-membership-total-bar h1 {
    color: #ffffff;
    padding: 0px 20px;
    display: inline-block;
    font-family: 'AvantGardeGothicITCW01X';
    opacity: 0.8;
}
#wc-durrell-monthly-recursive-price {} .wc-durrell-product-action-bar {
    margin-top: 30px;
}
.wc-durrell-product-action-bar table {
    width: 100%;
}
.wc-durrell-product-action-bar table td:first-child {
    width: 50%;
    padding-right: 10px;
}
.wc-durrell-product-action-bar table td:last-child {
    width: 50%;
    padding-left: 10px;
}
.wc-durrell-product-action-bar button {
    background: #ffbd00;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.family-modal-option-btn {
    background: #ffbd00;
    padding: 20px 15px;
    color: #fff;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: 'AvantGardeGothicBold', CenturyGothic, AppleGothic, sans-serif;
    border-radius: 5px;
    margin: 25px 5px;
    width: 245px;
}
/* Membership form style ends here */

/* Donation form style starts here */

body.single-product.donation .container-fluid {
    background: #2e393d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3Zn IHhtbG5zPSJo…gaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAv Pgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #2e393d), color-stop(10%, #485657), color-stop(10%, #485657), color-stop(31%, #596c68), color-stop(58%, #384647), color-stop(73%, #313f40), color-stop(89%, #384647), color-stop(100%, #4a5859));
    background: -webkit-linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    background: -o-linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    background: -ms-linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    background: linear-gradient(45deg, #2e393d 0%, #485657 10%, #485657 10%, #596c68 31%, #384647 58%, #313f40 73%, #384647 89%, #4a5859 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e393d', endColorstr='#4a5859', GradientType=1);
}
.wc-durrell-donation-form-container-section {
    margin-bottom: 130px;
}
h1.wc-durrell-donation-page-title {
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 20px 0 50px 0;
}
h1.wc-durrell-donation-page-title span {
    opacity: 0.6;
}
button.wc-durrell-donate-btn {
    background: #38b449;
    background: rgba(0,216,207,0.5);
}
.wc-durrell-donate-btn.selected {
    background: #ffbd00;
}
.wc-durrell-donate-type-container {} p.wc-durrell-donation-sub-title {
    color: #fff;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}
p.wc-durrell-donation-sub-title a {
    color: #fff !important;
}
#wc-durrell-donate-dedicate-container {
    display: none;
    margin: 15px -30px;
}
.wc-durrell-product-donation-action-bar table {
    width: 100%;
}
.wc-durrell-product-donation-action-bar table td {
    width: 25%;
    margin-top: 15px;
}
.wc-durrell-product-donate-manual {
    margin: 15px 0px;
    font-family: 'AvantGardeGothicITCW01B 731069', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-product-donate-manual .input-group-addon,
.wc-durrell-product-donate-manual #wc-durrell-donation-amount {
    height: 65px;
    border: none;
    color: #00d4ca;
    font-size: 40px;
    background-color: #fff;
}
.wc-durrell-product-donate-manual #wc-durrell-donation-amount {
    font-weight: bold;
    text-align: center;
}
#wc-durrell-dedicate-dobnation-to {
    width: 70%;
    margin: 0 auto 15PX;
}
#wc-durrell-dedicate-text {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    display: block;
}
#wc-durrell-dedicate-donation-to {
	width:100%;
	margin: 0 auto 15px;
}
.us-taxpayer-row {
    text-align: center;
}
.us-taxpayer-link, .us-taxpayer-img {
    display: inline-block;
    color: #fff;
    margin: 0;
    vertical-align: middle;
}
.us-taxpayer-link:hover, .us-taxpayer-img:hover {
    cursor: pointer;
}
.us-taxpayer-img {
    max-width: 25px!important;
}
.donate-afd-link {
    color: #fff;
    text-decoration: underline;
}
.donate-afd-link:hover {
    text-decoration: underline;
}
/* Donation form style ends here */

/* General product style starts here */

.wc-durrell-single-product-section {
    margin: 50px 0px 0px;
}
.wc-durrell-single-product-section h1,
.wc-durrell-single-product-section h2,
.wc-durrell-single-product-section h3 {
    font-family: 'AvantGardeGothicITCW01X';
}
.woocommerce div.product .product_title {
    color: #38b449;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}
.wc-durrell-single-product-section div.product p.price,
.wc-durrell-single-product-section div.product span.price {
    color: #38b449;
    font-weight: bold;
}
.woocommerce ul.products li.product .price {
    color: #38b449;
}
.wc-durrell-single-product-section #respond input#submit.alt,
.wc-durrell-single-product-section a.button.alt,
.wc-durrell-single-product-section button.button.alt,
.wc-durrell-single-product-section input.button.alt {
    background-color: #00CAFF;
}
.wc-durrell-single-product-section #respond input#submit.alt:hover,
.wc-durrell-single-product-section a.button.alt:hover,
.wc-durrell-single-product-section button.button.alt:hover,
.wc-durrell-single-product-section input.button.alt:hover {
    color: #fff;
    background-color: #00CAFF;
}
.wc-durrell-single-product-section .quantity .qty {
    height: 31px;
}
.wc-durrell-single-product-section .woocommerce-tabs h2,
.wc-durrell-single-product-section .related.products h2 {
    font-size: 22px;
}
/* General product style ends here */

/* Cart page style starts here */

.wc-durrell-cart-svg-wrapper {
    margin-right: 15px;
    position: relative;
}
.wc-durrell-cart-svg-wrapper .basket-icon {
    width: 50px;
    height: 50px;
    fill: #00CAFF!important;
}
.wc-durrell-cart-svg-wrapper .wc-durrell-cart-count {
    top: 5px;
    right: -8px;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    background: #ff013a;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.wc-durrell-cart-table {
    width: 100%;
}
.wc-durrell-cart-table thead {
    border-top: solid 1px #727272;
    border-bottom: solid 2px #727272;
}
.wc-durrell-cart-table tbody {
    border-bottom: solid 2px #727272;
}
.wc-durrell-cart-table th {
    color: #727272;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-cart-table th.wc-durrell-cart-table-th-name {
    text-align: left !important;
}
.wc-durrell-cart-table td {
    color: #000;
    padding: 20px 10px;
    vertical-align: top;
}
td.wc-durrell-cart-table-td-thumbnail {
    width: 95px;
}
td.wc-durrell-cart-table-td-thumbnailimg {
    width: 100%;
    height: auto;
}
td.wc-durrell-cart-table-td-product-name {
    width: 40%;
}
td a.wc-durrell-cart-line-item-title {
    color: #000;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
td.wc-durrell-cart-table-td-remove,
td.wc-durrell-cart-table-td-qty,
td.wc-durrell-cart-table-td-price,
td.wc-durrell-cart-table-td-shipping,
td.wc-durrell-cart-table-td-vat,
td.wc-durrell-cart-table-td-total,
.wc-durrell-cart-table td span.amount {
    text-align: center;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-cart-table td dl.variation {
    clear: both;
    display: none;
    font-size: 13px;
    margin-bottom: 0px;
}
.wc-durrell-cart-table td dl.variation dt,
.wc-durrell-cart-table td dl.variation dd,
.wc-durrell-cart-table td dl.variation p {
    float: left;
    display: inline;
    margin-bottom: 0px;
}
.wc-durrell-cart-table td dl.variation dt {
    clear: both;
    font-weight: normal;
    margin-right: 8px;
    margin-bottom: 5px;
}
.wc-durrell-cart-table td dl.variation dd {
    color: #727272;
    margin-bottom: 5px;
}
a.wc-durrell-cart-meta-visible-btn,
a.wc-durrell-cart-meta-visible-btn:hover,
a.wc-durrell-cart-meta-visible-btn:active,
a.wc-durrell-cart-meta-visible-btn:focus,
a.wc-durrell-cart-meta-visible-btn:visited {
    clear: both;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
.woocommerce a.remove {
    margin: 0 auto;
}
.wc-durrel-cart-item-tax,
.wc-durrel-cart-item-no-tax {
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrel-cart-item-no-tax {
    color: #727272;
}
.wc-durrell-cart-continue-shop-link {
    display: block;
    margin: 20px 0px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.wc-durrell-cart-collaterals {} .wc-durrell-cart-collaterals table {
    width: 100%;
    color: #222;
    margin: 20px 0px;
}
.wc-durrell-cart-collaterals table td {
    font-size: 18px;
    padding: 3px 10px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-cart-collaterals table td span {
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-cart-collaterals table td:last-child {
    width: 100px;
}
.wc-durrell-cart-collaterals-subtotal-row td {
    color: #727272;
}
.checkout-button {
    float: right;
    text-transform: uppercase;
    padding: 15px 20px !important;
    background-color: #38b449!important;
}
.woocommerce a.remove:hover {
    background: none !important;
}
/* Cart page style ends here */

/* Cart (mobile only) */

@media (max-width: 767px) {
    .wc-durrell-cart-table-td-thumbnail {
        padding: 0px!Important;
        width: 0px!Important;
    }
    .wc-durrell-cart-table-td-price {
        display: none;
    }
    .wc-durrell-cart-table-th-price {
        display: none;
    }
    .wc-durrell-cart-table-th-remove {
        font-size: 0px;
    }
    .wc-durrell-cart-table th {
        padding: 10px 5px;
    }
    .wc-durrell-cart-table td {
        padding: 10px 5px;
    }
    .attachment-shop_thumbnail.wp-post-image {
        display: none;
    }
}
/* Checkout page style starts here */

.wc-durrell-checkout-form-wrapper {
    text-align: center;
}
.wc-durrell-checkout-form-wrapper h2 {
    color: #727272;
    font-size: 35px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'AvantGardeGothicITCW01X';
}
.wc-durrell-checkout-btn {
    background: #00caff;
}
.wc-durrell-checkout-btn img {
    width: 45px;
    height: auto;
    margin-right: 10px;
}
.wc-durrell-checkout-card-form {
    margin-bottom: 50px;
}
.wc-durrell-checkout-card-form span {
    color: #858585;
    font-size: 12px;
    line-height: 36px;
}
.wc-durrell-checkout-address-form select,
.wc-durrell-checkout-address-form input[type=text],
.wc-durrell-checkout-address-form input[type=email],
.wc-durrell-checkout-address-form input[type=number],
.wc-durrell-checkout-card-form input[type=text] {
    background: #efefef;
    border-bottom: solid 1px #c3c3c3;
}
.wc-durrell-checkout-card-form input[type=password] {
    background: #efefef;
}
.wc-durrell-checkout-billing-address-form {
    margin-top: 40px;
}
.wc-durrell-checkout-billing-address-selector div[class*="col-"] {
    padding: 0px;
}
.wc-durrell-create-user-table,
.wc-durrell-checkout-order-review-table,
.wc-durrell-chekout-collateral-table {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    background: #efefef;
}
.wc-durrell-chekout-collateral-table {
    text-align: right;
    margin-bottom: 45px;
}
.wc-durrell-chekout-collateral-table td {
    padding: 3px 20px;
    font-size: 18px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
}
.wc-durrell-chekout-collateral-table tr:first-child td {
    padding-top: 15px;
}
.wc-durrell-chekout-collateral-table tr:last-child td {
    padding-bottom: 15px;
}
.wc-durrell-chekout-collateral-table td:last-child {
    width: 225px;
}
.wc-durrell-checkout-subscription-shipping-table {
    margin-bottom: 45px;
}
.wc-durrell-checkout-order-review-table thead,
.wc-durrell-checkout-order-review-table tbody {
    border-bottom: solid 2px #c3c3c3;
}
.wc-durrell-checkout-subscription-shipping-table tbody {
    border-bottom: none;
}
.wc-durrell-checkout-order-review-table th {
    padding: 15px 20px;
    text-transform: uppercase;
}
.wc-durrell-checkout-order-review-table td {
    vertical-align: top;
    padding: 15px 20px;
}
.wc-durrell-checkout-subscription-shipping-table th:last-child {
    text-align: center;
}
.wc-durrell-checkout-subscription-shipping-table td {
    width: 33.3333%;
    padding: 3px 20px;
    vertical-align: middle;
}
.wc-durrell-checkout-subscription-shipping-table tr:first-child td {
    padding-top: 15px;
}
.wc-durrell-checkout-subscription-shipping-table tr:last-child td {
    padding-bottom: 15px;
}
.wc-durrell-checkout-subscription-shipping-table td:last-child {
    width: 200px;
}
.wc-durrell-checkout-subscription-shipping-table th:last-child {
    text-align: right;
}
.wc-durrell-checkout-subscription-shipping-table td button {
    float: right;
    height: 30px;
    width: 100px;
    font-size: 14px;
}
.wc-durrell-checkout-order-review-table td dl.variation {
    clear: both;
    display: none;
    font-size: 13px;
    margin-bottom: 0px;
}
.wc-durrell-checkout-order-review-table td dl.variation dt,
.wc-durrell-checkout-order-review-table td dl.variation dd,
.wc-durrell-checkout-order-review-table td dl.variation p {
    float: left;
    display: inline;
    margin-bottom: 0px;
}
.wc-durrell-checkout-order-review-table td dl.variation dt {
    clear: both;
    color: #222;
    margin-right: 8px;
    margin-bottom: 5px;
    font-weight: normal;
}
.wc-durrell-checkout-order-review-table td dl.variation dd {
    color: #727272;
    margin-bottom: 5px;
}
.wc-durrell-checkout-subscriptioon-address-form {
    padding: 30px;
    background: #efefef;
    margin-bottom: 60px;
}
.wc-durrell-checkout-subscriptioon-address-form p {} .wc-durrell-checkout-subscriptioon-address-form span {
    color: #000;
    font-weight: bold;
}
.wc-durrell-address-edit-btn {
    width: 120px;
    height: 40px;
    margin: 0 auto;
}
.wc-durrell-checkout-subscriptioon-address-form .wc-durrell-address-edit-btn {
    margin-bottom: -50px;
}
#wc-durrell-checkout-login-ghost,
#wc-durrell-checkout-ghost-back,
#wc-durrell-checkout-reload-ghost {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5000;
    position: absolute;
    background: rgba(0, 202, 255, .8);
}
#wc-durrell-checkout-reload-ghost {
	z-index: 6000;
}
#wc-durrell-address-edit-form-close-btn {
    width: 45px;
    height: 45px;
    float: right;
    display: block;
    margin-top: 20px;
    margin-right: 20px;
}
#wc-durrell-checkout-ghost-back button {
    height: 45px;
}
#wc-durrell-checkout-ghost-back button.wc-durrell-checkout-edit-confirm-btn {
    color: #5d5e5f;
    margin-top: 30px;
    background: #fff500;
    text-transform: uppercase;
}
#wc-durrell-checkout-reload-ghost {
    background: #fff !important;
}
#wc-durrell-checkout-reload-ghost table,
#wc-durrell-checkout-reload-ghost table td,
#wc-durrell-checkout-login-ghost table,
#wc-durrell-checkout-login-ghost table td {
    width: 100%;
    height: 100%;
}
#wc-durrell-checkout-reload-ghost table td,
#wc-durrell-checkout-login-ghost table td {
    text-align: center;
    vertical-align: middle;
}
.wc-durrell-checkout-address-edit-form {
    margin-top: 15%;
}
.wc-durrell-checkout-address-edit-form select,
.wc-durrell-checkout-address-edit-form input[type=text],
.wc-durrell-checkout-address-edit-form input[type=email],
.wc-durrell-checkout-address-edit-form input[type=number] {
    padding: 12px;
    background: #fff;
}
.wc-durrell-checkout-address-edit-form select {
    padding: 12px 10px;
}
#wc-durrell-checkout-address-edit-find-address-btn {
    color: #5d5e5f;
    background: #fff500;
}
#wc-durrell-checkout-address-edit-enter-address-btn {
    color: #5d5e5f;
    background: #fff84c;
}
.wc-durrell-payment-selection-container {
    margin-bottom: 45px;
}
.wc-durrell-payment-selection-container > div {
    padding: 0px 1px;
}
.wc-durrell-payment-selection-container button {
    height: 45px;
    background: #4cdaff;
}
.wc-durrell-payment-selection-container button.selected {
    background: #ffbd00;
}
.wc-durrell-payment-selection-container button img {} .wc-durrell-checkout-form-wrapper .form-row.form-row-wide {
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.wc-durrell-checkout-form-wrapper .validate-required input,
.wc-durrell-checkout-form-wrapper .woocommerce-invalid input,
.wc-durrell-checkout-form-wrapper .validate-required.woocommerce-invalid input {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.wc-durrell-checkout-card-form button {
    margin: 25px 0px 0px !important;
}
.wc-durrell-checkout-progress-container {
    display: none;
    margin: 20px 0px;
}
.wc-durrell-checkout-progress-container img {
    width: 125px;
    height: auto;
    display: block;
    margin: auto;
}
.wc-durrell-checkout-btn.disabled {
    opacity: .5;
}
#wc-durrell-checkout-form-submit-btn {
    text-transform: uppercase;
    margin-top: 10px;
}
#wc-durrell-checkout-error-status-container {
    margin-top: 40px;
}
.wc-durrell-checkout-gift-aid-table {
    width: 100%;
}
.wc-durrell-checkout-gift-aid-table td {
    padding: 10px 0px;
}
.wc-durrell-checkout-gift-aid-table td:first-child {
    width: 35px;
}
.wc-durrell-checkout-gift-aid-table td p {
    color: #858585;
    text-align: left;
    line-height: 16px;
    margin-bottom: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wc-durrell-checkout-gift-aid-table td p:hover {
    cursor: pointer;
}
#wc-durrell-gift-aid-addr-form {
    margin-bottom: 40px;
}
#wc-durrell-total-row {
            height: 75px;
        }
.wc-durrell-total-data {
    padding-bottom: 45px!important;
}
#wc-shipping-destination-summary {
    position: absolute;
    bottom: 45px;
    right: 35px;
}
#shipping-destination-info {
    display: none;
}
@media (max-width:767px) {
    #wc-shipping-destination-summary {
        bottom: 0;   
    }
}
@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(1);
    background-color: #f2dede !important;
 }
 50% {
    -moz-transform: scale(1.1);
    background-color: #F4B2B2 !important
 }
 100% {
    -moz-transform: scale(1);
    background-color: #f2dede !important;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(1);
    background-color: #f2dede !important;
 }
 50% {
    -webkit-transform: scale(1.1);
    background-color: #F4B2B2 !important
 }
 100% {
    -webkit-transform: scale(1);
    background-color: #f2dede !important;
 }
}

.validation-error {
    color: #a94442 !important;
    border-color: #ebccd1;
    background-color: #f2dede !important;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.wc-durrell-form-alert-section {
    left: 0px;
    top: 50px;
    width: 100%;
    display: none;
    z-index: 10000;
    position: fixed;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.wc-durrell-alert-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: -4px;
}
.wc-durrell-eway-saved-credit-cards {
    margin-bottom: 45px;
}
.wc-durrell-eway-credit-card-row {
    padding: 15px;
    text-align: left;
    line-height: 8px;
    margin-bottom: 0px;
    background: #efefef;
    border-bottom: solid 1px #c3c3c3;
}
.new-card-expand {
    color: #00caff;
    text-decoration: underline;
    margin-top: -20px;
    margin-bottom: 20px;
}
.new-card-expand:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.1s all linear;
}
.payment-info-container {
    text-align: center;
}
.payment-info-container > p:first-child {
    line-height: 5px;
    margin-top: 10px;
}
.payment-info-container span {
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    color: #333;
}
.payment-info-container img {
    max-width: 150px;
    margin-bottom: 5px;
}
.payment-info-container hr {
    width: 80%;
    margin-bottom: 15px;
}

.wc-durrell-create-user-table {
	width:100%;	
	margin-bottom: 45px;
}

.wc-durrell-create-user-table td {	
    padding: 20px 20px 25px;
}

.wc-durrell-create-user-table td label {
	display:block;
	text-align:center;
}

.wc-durrell-create-user-table td input[type="text"],
.wc-durrell-create-user-table td input[type="password"],
.wc-durrell-checkout-login-form-container input[type=text],
.wc-durrell-checkout-login-form-container input[type=email],
.wc-durrell-checkout-login-form-container input[type=password] {
	width: 100%;
	padding: 6px 10px;
    border: solid 1px #ddd;    
}

.wc-durrell-create-user-section p {
	font-size: 13px;
    line-height: 15px;
}

.wc-durrell-checkout-login-form-container {
	width: 360px;
	padding: 25px;
    margin: 0 auto;
    background: #fff;    
}

.wc-durrell-checkout-login-form-container label {
	display: block;
	text-align: left !important;    
}

.wc-durrell-checkout-login-form-container input[type=text],
.wc-durrell-checkout-login-form-container input[type=email],
.wc-durrell-checkout-login-form-container input[type=password] {
	clear:both;
	margin-bottom:15px;
}

#wc-durrell-checkout-login-ghost table {
	
}

#wc-durrell-checkout-login-ghost table td {
	
}

#wc-durrell-checkout-sign-in-btn,
#wc-durrell-checkout-send-password-btn {
	float: right;
    color: #fff;   
    width: auto;
    height: 35px;
    font-size: 14px;
    padding: 5px 15px;
    line-height: 24px;    
    background: #00caff;
}

#wc-durrell-checkout-forgot-password-btn,
#wc-durrell-checkout-back-to-login-btn {
	float:left;
	margin-top:5px;
}

.wc-durrell-checkout-login-action-bar {
	width: 100%;
	display:table;
}

#wc-durrell-checkout-login-message {
	display:none;
	color:#00caff;
	margin-top: 20px;
	font-weight:bold;
}

@media (max-width:767px) {
    .payment-info-container > p:first-child {
        line-height: 20px;
    }
    .payment-info-container span {
        display: block;
    }
    .woocommerce form .form-row label {
        font-size: 12px;
    }
}
@media (min-width:767px) and (max-width:932px) {
    .payment-info-container > p:first-child {
        line-height: initial;
    }
}
/* Checkout - mobile */

@media (max-width: 767px) {
    .wc-durrell-checkout-table-th-price {
        display: none;
    }
    .wc-durrell-checkout-table-td-price {
        display: none;
    }
    .wc-durrell-checkout-order-review-table th {
        padding: 12px 5px;
    }
    .wc-durrell-checkout-order-review-table td {
        padding: 10px 5px;
    }
    .woocommerce-checkout h1 {
        font-size: 50px;
        margin: 0px!important;
    }
    .wc-durrell-checkout-form-wrapper h2 {
        margin: 20px 0 20px 0!important;
        font-size: 20px;
    }
    .row-with-margin {
        display: table;
        width: 100%;
    }
    .wc-durrell-payment-selection-container {
        margin-bottom: 0px;
    }
    .checkout .page-header {
        margin-bottom: 0px;
    }
}

/* Checkout page style ends here */

/* footer style starts here */

.wc-durrell-footer {
    clear: both;
    color: #fff;
    margin-top: 50px;
    background: #333;
    text-align: center;
}
.page-template-template-top-level .wc-durrell-footer {
    margin-top: 0;
}
footer .wc-durrell-footer-tag-line {
    margin: 30px;
}
footer #footer-top-1 h3 {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.3em;
}
footer #footer-top-1,
footer.standard #footer-top-1 {
    margin: 30px auto;
}
footer.minimal #footer-top-1 {
    margin: 15px auto;
}
footer #footer-bottom-1,
footer #footer-widgets-column,
footer.standard #footer-bottom-1,
footer.standard #footer-widgets-column {
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
footer.minimal #footer-bottom-1,
footer.minimal #footer-widgets-column {
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
footer #footer-bottom-1 p {
    color: #ccc;
    text-align: left;
    font-size: 0.8em;
}
/*overwrite BS3 widths for 5 cols*/

@media (min-width: 992px) {
    footer.wc-durrell-footer #footer-widgets-column .col-md-2 {
        width: 20%;
    }
}
footer #footer-bottom-minimal-1,
footer.wc-durrell-footer #footer-widgets-column .col-md-2 {
    text-align: left;
}
footer #footer-bottom-minimal-1 ul,
footer.wc-durrell-footer #footer-widgets-column .col-md-2 ul {
    padding-left: 0
}
footer #footer-bottom-minimal-1 ul li {
    display: inline;
    margin-right: 20px;
    font-size: 0.8em;
}
footer #footer-bottom-minimal-1 ul li,
footer #footer-bottom-minimal-1 ul li a,
footer.wc-durrell-footer #footer-widgets-column .col-md-2 ul li,
footer.wc-durrell-footer #footer-widgets-column .col-md-2 ul li a {
    color: #ccc;
}
footer.wc-durrell-footer #footer-widgets-column #nav_menu-8 {
    margin-top: 30px;
}
footer strong.widgettitle {
    display: inline-block;
    margin-bottom: 10px;
}
/* footer style ends here */

/* Cookie message style starts here */

#cookie-law-info-again {
    opacity: 0.5;
}
@media (max-width: 767px) {
    #cookie-law-info-again {
        right: 0!important;
    }
}
/* Cookie message style ends here */

.menu-background {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.main-nav-container {
    overflow: hidden;
    transition: 0.2s all ease-in;
}
nav ul {
    margin-bottom: 0;
}
nav ul#menu-adoption-menu {
    margin-bottom: 0;
    display: inline-flex;
    padding: 0px;
}
nav ul li {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.nav-main {
    overflow: hidden;
}
.nav-main p {
    line-height: 80px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    color: rgb(0, 0, 0);
}
.logo-bg {
    background: #323232;
    text-align: center;
    width: 67px;
    height: 80px;
}
.nav-items-fluid {
    max-height: 80px;
}
.nav-items-fluid nav ul li {
    font-size: 14px;
    padding: 0 15px;
    height: 80px;
    position: relative;
    line-height: 80px;
    z-index: 1;
}
.nav-items-fluid nav ul li a {
    color: #323232;
    white-space: nowrap;
}
.section-link a:hover {
    opacity: 0.8;
}
.nav-items-fluid nav ul .icon-list-item {
    line-height: 80px;
    z-index: 2;
    padding: 0px 0px 0px 10px;
}
.nav-items-fluid nav ul li a:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}
.nav-items-fluid {
    position: relative;
    text-transform: uppercase;
    float: right;
    width: 81%;
    padding-left: 0px;
}
.logo-icon {
    margin: auto;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: -3px;
    transition: 0.3s all ease-in;
    fill: rgb(255, 255, 255);
}
.nav-search-icon {
    fill: #323232;
}
.basket-icon {
    fill: #323232;
}
.nav-search-icon,
.basket-icon {
    width: 37px;
    height: 37px;
    margin-top: 21.5px;
    transition: 0.3s all ease-in;
}
.nav-search-icon-link,
.basket-icon-link {
    z-index: 10;
}
.main-nav-bar .menu {
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    position: absolute;
    top: -425px;
    left: 0;
    width: 100%;
}
.menu-background-container {
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0px 0px 20px 0px #333;
}
.main-nav-bar .menu hr {
    /*margin-top: 7px;*/
    margin-top: -1px;
}
.menu-active {
    width: 100px;
}
.main-nav-bar .menu-active {
    z-index: 10;
    /*height: 485px;*/
    top: 0;
}
.hide-logo-bg {
    /*background-color: #fff!important;*/
    /*transition: 0.3s all ease-in;*/
}
.hide-logo-bg .logo-colour-fill {
    fill: #fff!important;
}
.logo-fill-open-nav {
    height: 74px;
    width: 50px;
    display: block;
    background: #38b449;
    position: absolute;
    left: 25px;
}
.open .nav-search-icon,
.open .basket-icon {
    fill: #38b449!important;
}
.left-nav-container {
    z-index: 200;
    width: 19%;
}
.left-nav-container:hover {
    cursor: pointer;
}
.top-level-menu-items {
    text-align: center;
}
.top-level-menu-items li {
    float: none;
    color: #38b449;
    transition: 0.3s all ease-in;
}
.top-level-menu-items li a,
.secondary-level-menu-items li a,
.mobile-section-links ul li a,
.mobile-main-menu ul li a,
.mobile-more-links ul li a {
    color: inherit;
    text-decoration: none;
    text-rendering: geometricPrecision;
}
.top-level-menu-items .unfocus-top-level-menu-item {
    color: #666;
}
.secondary-level-menu-items ul li {
    float: none;
    color: #666;
    font-family: 'AvantGardeGothicITCW01B 731069';
    font-size: 20px;
    padding: 0 15px;
}
.secondary-level-menu-items ul,
.menu-social-icons ul {
    text-align: center;
    padding-left: 0;
    position: relative;
    padding-top: 0px;
}
.menu-social-icons {
    margin-top: 10px;
}
.menu-social-icons ul li {
    float: none;
    margin: auto;
    padding: 0 2px;
}
.menu-social-icons img,
.menu-social-icons svg {
    width: 33px;
    height: 33px;
}
.close-menu-container {
    background: none;
    margin-top: 40px;
    text-align: center;
}
.close-menu-container svg:hover {
    cursor: pointer;
}
.close-menu-container svg > * {
    transition: 0.1s ease-in all;
}
.secondary-level-menu-items .section-secondary-section-link {
    color: #38b449;
    font-size: 26px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mobile-section-links,
.mobile-main-menu,
.mobile-more-links {
    text-align: center;
}
.mobile-section-links h3,
.mobile-main-menu h3,
.mobile-more-links h3 {
    padding-top: 80px;
    margin: 0;
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
}
.mobile-main-menu h3 {
    padding-top: 35px;
}
.main-nav-bar .mobile-section-links hr,
.main-nav-bar .mobile-main-menu hr,
.main-nav-bar .mobile-more-links hr {
    width: 20px;
    border-top: 3px solid #999;
    margin: 15px auto;
}
.mobile-section-links ul,
.mobile-main-menu ul {
    padding: 0;
}
.mobile-section-links ul li,
.mobile-main-menu ul li {
    float: none;
    color: #38b449;
    display: block;
    font-size: 22px;
    padding: 10px 0;
}
.mobile-section-links ul li a,
.mobile-main-menu ul li a {
    text-transform: uppercase;
}
.mobile-sublinks {
    display: none;
    position: relative;
}
.mobile-sublinks svg {
    width: 35px;
    margin-bottom: -9px;
}
.mobile-sublinks svg path {
    fill: #38b449!important;
}
.mobile-more-links ul {
    padding-left: 0;
    list-style-type: none;
}
.mobile-more-links ul li {
    color: #999;
    font-size: 22px;
    font-family: "AvantGardeGothicITCW01B 731069";
    padding: 10px 0;
}
.mobile-more-links h3 {
    padding-top: 30px;
}
.navbar {
    display: none;
}
@media (max-width: 767px) {

    .wc-durrell-shop-category-container:first-of-type {
        margin-top: 30px;
    }
    .shop-sub-nav-wrapper {
        padding: 0px 0px;
    }

    a.shop-sub-nav-link {
        padding: 5px 0px;
        margin: 13px 10px;
        font-size: 18px;
    }

    .left-nav-container {
        z-index: 200;
        width: 140px;
    }
    .nav-items-fluid {
        width: 100px;
    }
    .logo-fill-open-nav {
        display: none;
    }
    .wc-durrell-main-nav-menu .menu-item {
        display: none;
    }
    .top-level-menu-items {
        /*display: none;*/
    }
    .secondary-level-menu-items {
        /*display: none;*/
    }
    /*This is for tablet mode*/
    .hidden-tablet {
        display: none;
    }
    .main-nav-bar .menu {
        top: -1300px;
    }
    .menu-background-container {
        padding-top: 30px;
    }
    .main-nav-bar .menu.menu-active {
        top: 0;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: scroll;
        z-index: 201;
    }
    .logo-bg {
        width: 46px;
    }
    .logo-icon {
        width: 35px;
        height: 35px;
        margin: 5px 0px 0px 0px;
    }
    .nav-search-icon,
    .basket-icon {
        width: 25px;
        height: 38px;
        margin-top: 0px;
    }
    .nav-items-fluid nav {
        max-height: none;
    }
    .nav-items-fluid nav ul li {
        padding: 0 5px;
        height: 55px;
        line-height: 55px;
    }
    .nav-items-fluid nav ul .icon-list-item {
        line-height: 84px;
    }
    .nav-main p {
        line-height: 56px;
        margin: 0 0 0 7px;
    }
    .secondary-level-menu-items ul li {
        display: block;
    }
    .menu-social-icons {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .hide-main-nav-bar-mobile {
        /*margin-top: -60px;*/
    }
    .menu-social-icons ul li {
        padding: 0 2px;
    }
    .menu-social-icons img {
        width: 35px;
    }
    .close-menu-container {
        position: absolute;
        top: -5px;
        right: 0;
        margin: 0;
        padding: 0;
    }
    .lock-page-content-mobile-menu-active {
        overflow: hidden;
    }
    .menu-social-icons {
        /*margin-top: 40px;*/
    }
    .mobile-sublinks .secondary-level-menu-items {
        background: #38b449;
        padding: 18px 0 14px;
    }
    .mobile-sublinks .secondary-level-menu-items .section-secondary-section-link {
        float: none;
        color: #fff;
        display: block;
        font-size: 22px;
        padding: 6px 0;
    }
    /* Adoptions Mobile CSS */
    .wc-durrell-adopt-home-header-container {
        background: url(http://www.durrell.org/library/files/adopt_home_banner_bg_mobile.jpg) no-repeat;
        background-size: cover;
        background-position: top;
    }
    .wc-durrell-adopt-home-header-logo img {
        margin: 13px auto auto auto!important;
        width: 250px!important;
    }
    .wc-durrell-adopt-home-header-description {
        padding: 15px;
        margin-top: 5px;
    }
    .wc-durrell-adopt-home-header-description p {
        background: url(http://www.durrell.org/library/files/Adopt_an_animal_ie8_tick.png);
        background-repeat: no-repeat;
        font-size: 20px;
        line-height: 18px;
        font-family: 'AdPro LT W01';
        padding: 9px 0px 9px 32px;
        margin: 3px 0px;
        color: #fff;
    }
    .wc-durrell-adopt-home-price-tag,
    .wc-durrell-adopt-home-sticky-menu-container {
        display: none;
    }
    .wc-durrell-adopt-included-title {
        text-align: center;
        font-family: 'AdPro LT W01';
        color: #00CAFF;
        font-size: 34px;
        margin: 30px 0 17px 0;
    }
    .carousel-container .col-xs-3 {
        padding: 0;
    }
    #slider-main-image .swipe-wrap > img,
    #slider-main-image .swipe-wrap > div,
    #slider-welcome-pack .swip-wrap > div {
        float: left;
        width: 100%;
        position: relative;
        max-height: 325px;
    }
    .ring-tailed-lemur #slider-main-image .swipe-wrap > img {
        max-height: none;
    }
    .main-image-mobile-circle {
        border: 1px solid #ff559e;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        display: inline-block;
    }
    .main-image-mobile-circle.circle-selected {
        background: #ff559e;
    }
    .main-image-mobile-controls {
        text-align: center;
        margin-top: 10px;
    }
    .wc-durrell-adopt-welcomepack-intro {
        margin: 30px 0px 16px 0px;
        font-size: 22px;
    }
    .adopt-animals-mobile-slide {
        font-family: 'AdPro LT W01';
        text-align: center;
        font-size: 19px;
        display: inline;
        color: #555;
        vertical-align: bottom;
    }
    #wc-durrell-slider-welcome-pack .carousel-control {
        display: none;
    }
    .wc-durrell-adopt-include-1,
    .wc-durrell-adopt-include-2,
    .wc-durrell-adopt-include-3,
    .wc-durrell-adopt-include-4,
    .wc-durrell-adopt-include-5,
    .wc-durrell-adopt-include-6,
    .wc-durrell-adopt-include-7,
    .wc-durrell-adopt-include-8,
    .wc-durrell-adopt-include-9 {
        background-size: auto 76%!important;
        padding-top: 80px;
    }
    .wc-durrell-adopt-included-icon-text {
        font-size: 17px;
        line-height: 100%;
    }
    .c-hide-xs {
        display: none;
    }
    .wc-durrell-adopt-include-10 {
        background-size: 90%;
        height: 108px;
    }
    .wc-durrell-adopt-margin-incl-top {
        margin-top: 20px;
    }
    .logo-bg {
        max-height: 56px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        /*width: 95%;*/
    }
    .logo-bg {
        width: 62px;
        height: 75px;
    }
    .logo-icon {
        width: 50px;
        height: 50px;
    }
    .nav-search-icon,
    .basket-icon {
        width: 30px;
        height: 30px;
    }
    .nav-items-fluid nav {
        max-height: 75px;
    }
    .nav-items-fluid nav ul li {
        padding: 0 5px;
    }
    .nav-main p,
    .nav-items-fluid nav ul li {
        line-height: 75px;
        height: 75px;
    }
    .nav-items-fluid nav ul .icon-list-item {
        line-height: 95px;
        padding-right: 0;
    }
    .top-level-menu-items li {
        padding: 0 5px;
        font-size: 24px;
    }
    .secondary-level-menu-items ul li {
        padding: 0 12px;
        font-size: 16px;
    }
    .secondary-level-menu-items .section-secondary-section-link {
        font-size: 22px;
    }
    .wc-durrell-adopt-home-price-tag {
        width: 76px;
        position: relative;
        right: auto;
        top: -73px;
        background-size: 90%;
        left: 250px;
    }
}
@media (min-width: 768px) {
    .top-level-menu-items ul {
        font-size: 24px;
        padding: 22px 20px 20px 20px;
    }
    .top-level-menu-items li {
        padding: 0 5px;
    }
    .mobile-sublinks {
        display: none;
    }
    .hide-item-from-menu {
        display: none;
    }
}
@media (min-width: 992px) {
    .left-nav-container {
        max-width: 190px;
    }
    .nav-items-fluid {
        min-width: 775px;
    }
    .top-level-menu-items ul {
        font-size: 30px;
        padding: 20px 20px 20px 20px;
    }
    .top-level-menu-items li {
        padding: 0 15px;
        font-size: 28px;
    }
    .main-nav-container .container {
        max-width: 1170px!important;
    }
    #search-box .input-section .container {
        width: 970px;
        max-width: 1170px!important;
    }
    .menu-social-icons svg circle,
    .menu-social-icons svg ellipse,
    .social-gp #Layer_5 > path {
        transition: 0.1s ease-in all;
    }
    .menu-social-icons ul li:hover {
        cursor: pointer;
    }
    .social-fb:hover circle,
    .social-tw:hover ellipse,
    .social-gp:hover #Layer_5 > path,
    .social-em:hover circle {
        fill: #38b449;
    }
}
@media (min-width: 1200px) {
    .top-level-menu-items li {
        font-size: 30px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .nav-items-fluid nav ul li {
        padding: 0 10px;
    }
}
.tab-pane {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
div.wc-durrell-shop-category-container > .col-sm-4 > div.category-inner {
    border-radius: 5px;
    border: 2px solid #cccccc;
}
#search-box {
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    display: none;
    border-bottom: 1px solid #5d7370;
    box-shadow: 0px 0px 4px 0px #333;
}
#search-box .input-section {
    margin-bottom: 8px;
    margin-top: 16px;
}
.gsc-input-box,
.gsc-input-box-focus,
.gsc-input-box-hover,
#gsc-iw-id1 {
    border-color: #fff !important;
    box-shadow: none !important;
}
#gsc-i-id1 {
    background: none !important;
    font-family: 'AvantGardeGothicITCW01B 731069';
    /*font-size: 50px;*/
    font-size: 30px;
}
.gsc-input-box {
    background-color: #fff;
    border-color: #fff;
}
input.gsc-search-button {
    display: none;
}
body .gsc-selected-option-container {
    width: 90px !important;
}
.close-search-box {
    cursor: pointer;
    float: right;
    margin-right: 10px;
    position: absolute;
    top: 23px;
    right: 10px;
}
#search-box table.gsc-search-box td.gsib_b {
    display: none;
}
#search-box .input-section .container input {
    text-align: center;
}
.close-search-box svg {
    width: 37px;
    height: 37px;
}
.myaccount-image-thumbnail {
    max-width: 50px !important;
}
/* General form CSS */
.wc-durrell-adopt-btn.wc-durrell-form-btn-payment-duration {
    height: 80px;
    padding-bottom: 24px;
}
.payment-more-info {
    position: absolute;
    left: 0px;
    bottom: 15px;
    top: auto;
    font-size: 22px;
    color: rgba(255,255,255, 0.7);
    transition: 0.1s all linear;
    width: 40px;
    left: 50%;
    margin-left: -20px;
}
.payment-more-info:hover, .magazine-more-info:hover {
    color: rgba(3, 3, 3, 1);
    cursor: pointer;
}
.wc-durrell-membership-form-container-section button[context="duration"] {
    height: 100px;
    padding-bottom: 46px;
}
section.wc-durrell-membership-main-menu a {
    width: 0;
}
.membership-duration-more-info {
    position: absolute;
    bottom: 39px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'AvantGardeGothicITCW01X';
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.membership-duration-more-info:hover {
    cursor: pointer;
}
.membership-option-disabled {
    opacity: 0.3;
}
.purchaser-billing-address-container {
    display:none;
}
@media (max-width: 767px) {
    #payment-more-monthly h2,
    #payment-more-yearly h2,
    #payment-more-one-year h2 {
        font-size: 22px;
        margin-top: 0;
    }
    #payment-more-monthly p,
    #payment-more-yearly p,
    #payment-more-one-year p {
        font-size: 13px;
    }
    .wc-durrell-membership-form-container-section .postage-more-info {
        margin-top: 0;
        margin-bottom: 0;
    }
}
/* End general form CSS */

/* Adoption captions */

/* Badongo */

.gorilla .wc-durrell-adopt-header-caption {
    right: 152px;
    top: 266px;
    width: 300px;
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
/* Kea */

.sumatran-orangutan .wc-durrell-adopt-header-caption {
    right: 191px;
    top: 100px;
    width: 300px;
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
/* Bahia */

.andean-bear .wc-durrell-adopt-header-caption {
    right: 96px;
    top: 57px;
    width: 376px;
}
/* Bintang */

.short-clawed-otter .wc-durrell-adopt-header-caption {
    right: 200px;
    top: 35px;
    width: 250px;
}
/* Bandro */

.alaotran-gentle-lemur .wc-durrell-adopt-header-caption {
    top: 53px;
    right: 165px;
    width: 330px;
}
/* Bluey */

.poison-frog .wc-durrell-adopt-header-caption {
    right: 96px;
    top: 285px;
    width: 376px;
    -ms-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
/* Dobby */

.pied-tamarin .wc-durrell-adopt-header-caption {
    right: 121px;
    top: 35px;
    width: 330px;
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}
/* Stumpy */

.ring-tailed-lemur .wc-durrell-adopt-header-caption {
    right: 74px;
    top: 35px;
    width: 297px;
}
/* George */

.radiated-tortoise .wc-durrell-adopt-header-caption {
    right: 134px;
    top: 145px;
    width: 327px;
    -ms-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
}
/* Homer */

.hornbill .wc-durrell-adopt-header-caption {
    right: 160px;
    top: 360px;
    width: 277px;
}
/* Kate */

.meerkat .wc-durrell-adopt-header-caption {
    width: 300px;
    right: 250px;
    top: 28px;
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/* Barnaby */
.livingstones-fruit-bat .wc-durrell-adopt-header-caption {
    top: 333px;
    right: 200px;
    -ms-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

/* Freya */
.chilean-flamingo .wc-durrell-adopt-header-caption {
    width: 250px;
    top: 294px;
    right: 332px;
}

/* Mobile */

@media (max-width: 767px) {
    
    .wc-durrell-adopt-header-caption {
        max-width: none;
        margin: 0 auto;
        width: 100%!important;
    }
    
}

/* Tablet */

@media (min-width: 768px) and (max-width: 991px) {
    /* Badongo */
    .gorilla .wc-durrell-adopt-header-caption {
        right: 39px;
    }
    /* Kea */
    .sumatran-orangutan .wc-durrell-adopt-header-caption {
        right: 4px;
        top: 85px;
    }
    /* Bahia */
    .andean-bear .wc-durrell-adopt-header-caption {
        right: 0px;
    }
    /* Bintang */
    .short-clawed-otter .wc-durrell-adopt-header-caption {
        right: 100px;
        top: 35px;
    }
    /* Bandro */
    .alaotran-gentle-lemur .wc-durrell-adopt-header-caption {
        right: 15px;
    }
    /* Bluey */
    .poison-frog .wc-durrell-adopt-header-caption {
        right: 25px;
        top: 300px;
        width: 284px;
    }
    /* Dobby */
    .pied-tamarin .wc-durrell-adopt-header-caption {
        right: 45px;
        top: 46px;
        width: 270px;
    }
    /* Stumpy */
    .ring-tailed-lemur .wc-durrell-adopt-header-caption {
        right: -8px;
        top: 43px;
        width: 278px;
    }
    /* George */
    .radiated-tortoise .wc-durrell-adopt-header-caption {
        right: 0;
    }
    /* Homer */
    .hornbill .wc-durrell-adopt-header-caption {
        right: 60px;
        width: 246px;
    }
    /* Kate */
    .meerkat .wc-durrell-adopt-header-caption {
        width: 250px;
        right: 169px;
        top: 88px;
    }
    /* Barnaby */
    .livingstones-fruit-bat .wc-durrell-adopt-header-caption {
        top: 333px;
        right: 38px;
    }
    /* Freya */
    .chilean-flamingo .wc-durrell-adopt-header-caption {
        top: 424px;
        right: 62px;
    }
    /* Temporary - Remove sublinks from mobile menu */
    .mobile-main-menu h3 {
        padding-top: 75px;
    }
    .mobile-section-links {
        display: none!important;
    }
    @media (max-width: 767px) {
        .nav-items-fluid .menu-item {
            display: none;
        }
    }
}
    
/* Top level page CSS menu link overrides */
    
.conservation .nav-items-fluid nav ul > li, .animals .nav-items-fluid nav ul > li, .visit .nav-items-fluid nav ul > li, .get-involved .nav-items-fluid nav ul > li {
    display: none;
}










/* conservation style */

a {
    color: #38b449;
}
a:hover, a:focus {
    color: #00ADE2;
}
.page-padding-top{
    margin-top: 60px;
}

h1.conservation-h1 {
    font-size: 50px;
    line-height: 40px;
    font-family: Veneer;
    -webkit-font-smoothing: antialiased;
    color: #38b449;
    text-align: center;
    margin: 0px;
}

.conservation.short-intro {
    font-size: 20px;
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: 50px auto;
    line-height: 29px;
}

.conservation.short-intro.large {
    font-size: 22px;
    max-width: 650px;
}

.conservation-h3.veneer {
    line-height: 22px;
    font-size: 30px;
    margin: 0px 0 8px;
    font-family: Veneer;
    -webkit-font-smoothing: antialiased;
    color: #38b449;
    display: block;
}

.our-approach-infographic-wrapper {
    margin-bottom: 50px;
}

.our-approach-caption {
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.our-approach-caption-link {
    color: #38b449;
    display: block;
}

.conservation-inline-link {
    margin: 0px 0 4px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #38b449;
}

.our-approach-images img {
    margin-bottom: 15px;
}

.our-approach-images img:last-child {
    margin-bottom: 50px;
}

.conservation-further-links-wrapper {
    margin-top: 50px;
}

.conservation-further-links-title {
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #000;
    text-align: center;
}

.conservation-further-links {
    font-size: 28px;
    font-family: 'AvantGardeGothicITCW01D 731075', CenturyGothic, AppleGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #38b449;
    text-align: center;
    margin: 0px;
    display: block;
    max-width: 580px;
    margin: auto;
}

@media (max-width: 767px) {
    
}
@media (min-width: 768px) {
    .page-padding-top{
        margin-top: 60px;
    }

    h1.conservation-h1 {
        font-size: 80px;
        line-height: 60px;
    }


    .conservation.short-intro.large {
        font-size: 30px;
        line-height: 35px;
        margin: 50px auto;
    }

    .conservation-h3.veneer {
        line-height: 22px;
        font-size: 30px;
        margin: 0px 0 8px;
    }

    .our-approach-images img:last-child {
        margin-bottom: 0px;
    }

    .conservation-inline-link {
        margin: 0px 0 4px;
        font-size: 14px;
    }

    .conservation-further-links-title {
        font-size: 16px;
    }

    .conservation-further-links {
        font-size: 28px;
    }

    .conservation-further-links .inline:last-child {
        border: none
    }
    .conservation-further-links.inline {
        display: inline-block;
        padding: 0px 20px;
        border-right: 2px solid;
    }

}

/* END conservation styles */


.woocommerce-price-suffix{
    display: none!important;
}