@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700');

/** font-family: 'Lato', sans-serif; **/

@font-face {
    font-family: 'Harabara';
    src: url('../fonts/myfonts/harabara.eot?#iefix') format('embedded-opentype'), url('../fonts/myfonts/harabara.woff') format('woff'), url('../fonts/myfonts/harabara.ttf') format('truetype'), url('../fonts/myfonts/harabara.svg#Harabara') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AccidentalPresidency';
    src: url('../fonts/myfonts/accidental-presidency.eot?#iefix') format('embedded-opentype'), url('../fonts/myfonts/accidental-presidency.woff') format('woff'), url('../fonts/myfonts/accidental-presidency.ttf') format('truetype'), url('../fonts/myfonts/accidental-presidency.svg#AccidentalPresidency') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    min-width: 3px;
    width: 0.15%;
    max-width: 3px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
    background: #d2d2d2;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
    background: rgb(252, 4, 3);
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    font-weight: normal;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

input,
textarea,
select {
    font-weight: normal;
}

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

::selection {
    background: #d85043;
    color: #fff;
}

input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.clearfix {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:1500px) {
    .container {
        width: 1470px;
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 10px 0;
    background: transparent;
}

.top-btn-group {
    width: 100%;
    text-align: right;
    margin: 0 0 39px;
    padding: 0;
}

.top-btn-group li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.top-btn-group li a {
    display: block;
    border: solid 1px #fff;
    border-radius: 4px;
    min-width: 97px;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    line-height: 2.25;
    text-transform: uppercase;
    text-shadow: 4px 4px 16px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0);
}

.top-btn-group li a i {
    margin-right: 3px;
}

.top-btn-group li a:hover {
    color: #fff;
    background: #fc0403;
    text-shadow: 4px 4px 16px rgba(255, 255, 255, 1);
    border-color: #fc0403;
}

.navbar,
.navbar-default {
    background: transparent;
    border: none;
    min-height: 1px;
    margin: 0;
    border-radius: 0px;
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav>li {
    margin-left: 30px;
}

.navbar-nav>li>a {
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fc0403;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fc0403;
    background-color: transparent;
}
.bg-primary.text-white.alert.alert-success p {
    margin-bottom: 0;
}

/***** BANNER *****/

html,
body {
    height: 100%;
}

.banner {
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul#menu-secondary-menu li.active a {
    color: #fc0403;
}

.banner .container {
    position: relative;
    height: 100%;
}

.banner .banner-text {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
}

.banner-text h1 {
    font-family: 'AccidentalPresidency';
    font-weight: normal;
    font-size: 90px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}

.banner-text h1 strong {
    color: #fc0403;
    font-size: 90px;
    font-weight: normal;
}

.banner-text p {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    line-height: 1.8;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 650px;
    letter-spacing: 0.02em;
}

.banner-text p:last-of-type {
    margin-bottom: 0;
}

.banner-text p + .btn-red {
    margin-top: 40px;
}

.btn-red {
    display: inline-block;
    min-width: 203px;
    padding: 2px 5px 0;
    border-radius: 6px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 3.65;
    background: #fc0403;
    text-shadow: 4px 4px 16px rgba(255, 255, 255, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0);
}

.btn-red:hover {
    color: #fff;
    background: #fc0403;
    text-shadow: 4px 4px 16px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.49);
}

.btn-red:focus {
    color: #fff;
    text-shadow: 4px 4px 16px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.49);
}

.btn-pd span {
    z-index: 20;
}

.btn-pd {
    overflow: hidden;
    position: relative;
}

.btn-pd:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.5;
    position: absolute;
    top: -61px;
    width: 60px;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: 1;
}

.btn-pd:hover:after {
    left: 130%;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


/***** BANNER End *****/

.section h2 {
    font-family: 'Harabara';
    font-size: 50px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    top: -8px;
}

.section h2:after {
    content: "";
    display: block;
    width: 56px;
    height: 5px;
    background: #fc0403;
    margin: 15px 0 25px;
}

.section p {
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.red-link {
    font-size: 16px;
    font-weight: 400;
    color: #fc0403 !important;
    border-top: solid 1px transparent;
    border-bottom: solid 1px #fc0403;
}

.red-link:hover {
    border-top-color: #fc0403;
    border-bottom-color: transparent;
    color: #fc0403;
}

.my-first-letter {
    display: none;
    /** Remove this to activate **/
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 140px;
    color: #fc0403;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 55;
}

.about-us-home {
    padding: 70px 0;
    position: relative;
}

.left-side-img {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
}

.about-us-home .left-side-img {
    top: 70px;
    bottom: 70px;
}

.about-us-home .about-us-text {
    float: right;
    width: 50%;
    padding-left: 10%;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-us-home p {
    column-count: 2;
}

.syndication-section {
    padding: 70px 0;
    position: relative;
}

.syndication-section h4 {
    font-size: 25px;
    color: #1a1a1a;
    font-family: 'Harabara';
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.syndication-section .col-md-5 {
    padding-right: 8%;
}

.syndication-section figure {
    position: relative;
    float: right;
    margin-top: 70px;
}

.syndication-section figure:before {
    content: "";
    position: absolute;
    height: 100%;
    width: -webkit-calc(100% + 99px);
    width: calc(100% + 99px);
    z-index: 1;
    background: #f9f9f9;
    top: -64px;
    right: 40px;
}

.our-dog-text .read-more {
    color: red;
}

.syndication-section figure img {
    position: relative;
    z-index: 10;
    opacity: 0.2;
    top: 50px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.syndication-section figure.in-view img {
    opacity: 1;
    top: 0;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.my-first-letter {
    opacity: 0.5;
    left: -20%;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    text-shadow: 0 0 10px #fc0403;
    color: transparent;
}

.my-first-letter.in-view {
    left: 15px;
    opacity: 1;
    color: #fc0403;
    text-shadow: none;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.featured-section {
    padding: 70px 0;
    position: relative;
}

.featured-section .heading {
    position: relative;
    text-align: center;
}

.featured-section .heading:before {
    content: "";
    position: absolute;
    height: 312px;
    width: 100%;
    border: solid 3px #e0e0e0;
    left: 0;
    right: 0;
    z-index: 1;
    top: 25px;
}

.featured-section .heading h2 {
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

.featured-section .heading h2:after {
    margin: 15px auto 25px;
}

.featured-section .row {
    padding: 0 38px;
}

.featured-section .featured-post {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-post figure {
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.featured-post .featured-text h5 {
    font-family: 'Harabara';
    font-size: 16px;
    color: #060807;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.featured-post .featured-text h5 a {
    display: block;
    background: #fff;
    color: #060807;
    padding: 20px 15px;
}

.featured-post:hover figure {
    background-size: 120% 120%;
}

.featured-post:hover .featured-text h5 a,
.featured-post .featured-text h5 a:hover {
    background: #fc0403;
    color: #fff;
}

.featured-post .featured-text h5 a:hover {
    text-shadow: 4px 4px 16px rgba(255, 255, 255, 1);
}


/*
.featured-section .row:hover .featured-post{
    -webkit-filter:blur(3px);
       filter:blur(3px);
}

.featured-section .row .featured-post:hover{
     -webkit-filter:blur(0px);
       filter:blur(0px);
}
*/

.greyhound-section {
    position: relative;
    padding-bottom: 10px
}

.greyhound-section h2 {
    text-align: center;
}

.greyhound-section h2:after {
    margin: 15px auto 60px;
}

.greyhound-section .greyhound-inner {
    position: relative;
}

.greyhound-section .greyhound-big-img {
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    margin: auto;
    border: solid 3px #e0e0e0;
    width: 30.5%;
    padding: 66px 15px 0;
}

.greyhound-section .greyhound-big-img .my-first-letter {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 30px;
    line-height: 1;
    left: 35%;
    font-size: 120px;
}

.greyhound-section .greyhound-big-img img {
    position: relative;
    bottom: -3px;
}

.greyhound-news-list {
    float: left;
    width: 100%;
    clear: both;
}

.greyhound-news-list .greyhound-new-item {
    float: left;
    width: 30%;
    position: relative;
    padding-left: 105px;
    margin-bottom: 80px;
}

.greyhound-news-list .greyhound-new-item:nth-child(2n) {
    float: right;
}

.greyhound-news-list .greyhound-new-item:nth-child(2n+1) {
    clear: both;
}

.greyhound-news-list .greyhound-new-item .news-date {
    position: absolute;
    top: 4px;
    left: 0;
    border: solid 3px #e0e0e0;
}

.greyhound-new-item .news-date figure {
    padding: 20px 10px;
    background: #fff;
}

.greyhound-new-item .news-date div.date {
    display: block;
    background: #fc0403;
    text-align: center;
    font-family: 'Harabara';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    margin: 0;
    letter-spacing: 0.08em;
}

.greyhound-new-item .news-date .date strong {
    display: block;
    font-size: 40px;
    line-height: 1;
}

.greyhound-news-list .greyhound-new-item h4 {
    font-family: 'Harabara';
    font-size: 25px;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
}

.greyhound-news-list .greyhound-new-item p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.sportsbook-section {
    background: #f7f7f7;
    padding: 70px 0;
}

.sportsbook-section h2 {
    text-align: center;
}

.sportsbook-section h2:after {
    margin: 15px auto 60px;
}

.sportsbook-section .sportsbook-slider {
    padding: 0 90px;
}

.sportsbook-section .sportsbook-slider .item {
    border: solid 2px #e5e5e5;
}

.sportsbook-section .sportsbook-slider .owl-prev,
.sportsbook-section .sportsbook-slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sportsbook-section .sportsbook-slider .owl-prev {
    left: 0;
}

.sportsbook-section .sportsbook-slider .owl-next {
    right: 0;
}

.sportsbook-section .sportsbook-slider .owl-prev:before {
    content: "\f104";
    font: normal normal normal 60px/1 FontAwesome;
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sportsbook-section .sportsbook-slider .owl-next:before {
    content: "\f105";
    font: normal normal normal 60px/1 FontAwesome;
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sportsbook-section .sportsbook-slider .owl-prev:hover:before,
.sportsbook-section .sportsbook-slider .owl-next:hover:before {
    color: #fc0403;
}

footer {
    background: #303030;
}

.footer-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.footer-section {
    display: table-cell;
    vertical-align: top;
    padding: 70px 40px;
    border-right: solid 1px #3e3e3e;
    width: 25%;
}

.footer-section:last-child {
    border-right: none;
    padding-right: 0;
}

.footer-section.about-section-footer {
    padding-left: 0;
    width: 27.5%;
}

.footer-section p {
    font-size: 18px;
    color: #a6a6a6;
    line-height: 1.7;
    margin-bottom: 15px;
}

.footer-section p:last-of-type {
    margin-bottom: 0;
}

.footer-section h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #d1d1d1;
    letter-spacing: 0.02em;
    margin-bottom: 25px;
}

.about-section-footer img {
    margin-bottom: 30px;
}

.get-in-section-footer ul,
.nav-section-footer ul {
    margin: 0;
    padding: 0;
}

.get-in-section-footer ul li,
.nav-section-footer ul li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1.8;
}

.nav-section-footer ul {
    column-count: 2;
}

.get-in-section-footer ul li a,
.nav-section-footer ul li a {
    color: #d1d1d1;
}

.get-in-section-footer ul li a:hover,
.nav-section-footer ul li a:hover {
    color: #fff;
}

.get-in-section-footer ul li:last-child {
    margin-bottom: 0;
}

.get-in-section-footer ul li:before {
    content: "";
    font: normal normal normal 18px/1 FontAwesome;
    color: #999999;
    position: absolute;
    top: 0px;
    left: 0;
}

.get-in-section-footer ul li:first-child:before {
    content: "\f041";
    top: 8px;
}

.get-in-section-footer ul li:nth-child(2):before {
    content: "\f0e0";
    font-size: 13px;
    top: 8px;
}

.nav-section-footer ul li {
    padding-left: 0;
    font-size: 14px;
}

.news-section-footer .form-cover {
    margin-bottom: 40px;
}

.news-section-footer form .form-group {
    position: relative;
}

.news-section-footer form .form-control {
    box-shadow: none;
    height: 37px;
    border: 4px;
    padding: 6px 15px;
    padding-right: 90px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    background: #e3e3e3;
}

.news-section-footer form .form-control:focus {
    background: #fff;
}

.news-section-footer form .form-control::-webkit-input-placeholder {
    color: #797979;
}

.news-section-footer form .form-control::-moz-placeholder {
    color: #797979;
}

.news-section-footer form .form-control:-ms-input-placeholder {
    color: #797979;
}

.news-section-footer form .newsletter-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ef0000;
    padding: 0 15px;
    text-align: center;
    min-width: 75px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 37px;
}

.error {
    color: red;
}

.news-section-footer form .newsletter-btn:hover {
    background: #c80000;
    color: #fff;
}

.social-link {
    margin: 0;
    padding: 0;
}

.social-link li {
    display: inline-block;
    margin-right: 15px;
}

.social-link li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.social-link li a:hover,
.social-link li a:focus {
    color: #ef0000;
}

.copyright {
    background: #2c2c2c;
    padding: 20px 0;
}

.copyright p {
    font-size: 16px;
    color: #898989;
}

.copyright p span a {
    color: #2ba2cc;
}

.copyright p span a:hover {
    color: #fff;
}


/************************/


/***** INNER PAGE Start *******/


/************************/

.inner-banner {
    height: 465px;
    background-position: 0 0;
}

.inner-page {
    padding: 70px 0;
}

.intro-text {
    padding: 0 15%;
    margin-bottom: 60px;
}

.intro-text h2 {
    text-align: center;
}

.intro-text h2:after {
    margin-left: auto;
    margin-right: auto;
}

.intro-text h5 {
    font-family: 'Harabara';
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
}

.inner-page .section p:last-of-type {
    margin-bottom: 0;
}

.inner-page p a {
    color: #1a1a1a;
}

.inner-page p a:hover,
.inner-page p a:focus {
    color: #fc0403;
}

.bread-crumbs {
    background: #eaeaea;
    padding: 10px 0;
    margin-bottom: 40px;
}

.bread-crumbs ul {
    margin: 0;
    padding: 0;
}

.bread-crumbs ul li {
    display: inline-block;
    margin-right: 5px;
    padding-right: 15px;
    position: relative;
    font-size: 16px;
}

.bread-crumbs ul li:last-child {
    color: #fc0403;
}

.bread-crumbs ul li a {
    color: #000000;
}

.bread-crumbs ul li a:hover,
.bread-crumbs ul li:last-child a,
.bread-crumbs ul li:last-child:hover {
    color: #fc0403;
}

.bread-crumbs ul li:before {
    content: ">";
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    margin-top: -1px;
}

.bread-crumbs ul li:last-child:before {
    display: none;
}

.bread-crumbs ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}


/************************/


/***** INNER PAGE *******/


/************************/


/** Sportsbooks **/

.sportsbooks-list {
    border: solid 2px #e5e5e5;
    padding: 50px 40px;
    display: block;
}

.sportsbooks-list article {
    display: block;
    position: relative;
}

.sportsbooks-list article + article {
    margin-top: 50px;
}

.sportsbooks-list article figure,
.sportsbooks-list article figcaption {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.sportsbooks-list article figure {
    width: 22%;
}

.sportsbooks-list article figure img {
    border: solid 1px #e5e5e5;
}

.sportsbooks-list article figcaption {
    width: 78%;
    padding-left: 30px;
}

.sportsbooks-list article figcaption p {
    line-height: 1.7;
}


/** Contact Page **/

.contact-form {
    box-shadow: 0 3px 59px rgba(0, 0, 0, 0.12);
    display: block;
    width: 100%;
    max-width: 827px;
    margin: 0 auto 50px;
    padding: 50px;
}

.contact-form .form-group {
    display: block;
    margin-bottom: 20px;
}

.contact-form .form-group .form-control,
.personal-info .form-control,
#myProfileForm .form-control {
    display: block;
    width: 100%;
    background: #fff;
    padding: 6px 20px;
    height: 52px;
    box-shadow: none;
    border-radius: 0px;
    border: solid 2px #e7e7e7;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form .form-group .form-control:focus,
.personal-info .form-control:focus,
#myProfileForm .form-control:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}

.contact-form .form-group textarea.form-control {
    height: 140px;
    resize: none;
    background: #fff url('../images/email-icon.png') no-repeat;
    background-position: 20px 11px;
    padding-left: 52px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.personal-info .form-control::-webkit-input-placeholder {
    color: #727272;
}

.contact-form .form-group .form-control::-moz-placeholder,
.personal-info .form-control::-moz-placeholder {
    color: #727272;
}

.contact-form .form-group .form-control:-ms-input-placeholder,
.personal-info .form-control:-ms-input-placeholder {
    color: #727272;
}

.contact-form .form-group input[type=text].form-control {
    background: #fff url('../images/user-icon.png') no-repeat;
    background-position: 20px 50%;
    padding-left: 52px;
}

.contact-form .form-group input[type=email].form-control {
    background: #fff url('../images/email-icon.png') no-repeat;
    background-position: 20px 50%;
    padding-left: 52px;
}

.form-submit-btn {
    border: solid 1px transparent;
    background: #fc0403;
    color: #fff;
    text-align: center;
    font-family: 'Harabara';
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    min-width: 275px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 15px;
    padding: 3px 15px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-submit-btn:hover,
.form-submit-btn:focus {
    background: #c80000;
    color: #fff;
}

.address-area {
    display: block;
    width: 100%;
    max-width: 827px;
    margin: 0px auto;
}

.address-area .address-area-row {
    margin: 0 -30px;
}

.address-area ul {
    margin: 0px;
    padding: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 30px;
}

.address-area ul li {
    display: table-cell;
    vertical-align: top;
    border: solid 1px #e8e1e1;
    width: 50%;
    height: 220px;
    text-align: center;
    padding: 35px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #000000;
}

.address-area ul li a {
    color: #000000;
}

.address-area ul li a:hover,
.address-area ul li a:focus {
    color: #fc0403;
}

.address-area ul li figure {
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.address-area ul li figure svg {
    display: block;
    margin: 0 auto;
    fill: #fc0403;
}

#envelope {
    width: 40px;
    height: 40px;
}

#map-pin {
    width: 46px;
    height: 48px;
}


/** Forum Page **/

.forum-table-outer + .forum-table-outer {
    margin-top: 80px;
}

.forum-table-outer h3 {
    font-size: 31px;
    color: #000000;
    font-family: 'Harabara';
    letter-spacing: 0.04em;
}

.forum-table-outer h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #dfdfdf;
    margin: 15px 0;
}

.forum-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.forum-table .forum-table-row {
    display: table-row;
    width: 100%;
}

.forum-table .forum-table-row .forum-table-data {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding: 18px 0 15px;
    padding-left: 50px;
    border-bottom: solid 1px #dfdfdf;
}

.forum-table .forum-table-row .forum-table-data:first-child {
    width: 65%;
    padding-left: 0;
    padding-right: 10px;
}

.forum-table .forum-table-row .forum-table-data:last-child {
    text-align: right;
}


/*
.forum-table .forum-table-row:last-child .forum-table-data{
    border-bottom:none;
}
*/

.forum-thread .forum-table .forum-table-row:last-child .forum-table-data {
    border-bottom: none;
}

.forum-table .forum-table-row .forum-table-data figure,
.forum-table .forum-table-row .forum-table-data figcaption,
.forum-detail-list article figure,
.forum-detail-list article .forum-detail-text-info {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.forum-table .forum-table-row .forum-table-data figure,
.forum-detail-list article figure {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.forum-table .forum-table-row .forum-table-data figcaption,
.forum-detail-list article .forum-detail-text-info {
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
    padding-left: 25px;
}

.forum-table .forum-table-row .forum-table-data figcaption h5,
.forum-detail-list article .forum-detail-text-info h5 {
    font-family: 'Harabara';
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
}

.forum-table .forum-table-row .forum-table-data figcaption p,
.forum-detail-list article .forum-detail-text-info p {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.7;
    margin-bottom: 15px;
}

.forum-table .forum-table-row .forum-table-data figcaption p:last-of-type,
.forum-detail-list article .forum-detail-text-info p:last-of-type {
    margin-bottom: 0;
}

.forum-table .forum-table-row .forum-table-data .no-post-subjects {
    margin: 0;
    padding: 0 0 0 30%;
}

.forum-table .forum-table-row .forum-table-data .no-post-subjects li {
    display: inline-block;
    width: 100%;
    color: #787878;
    font-size: 18px;
    margin-bottom: 5px;
}

.forum-table .forum-table-row .forum-table-data .no-post-subjects li:last-child {
    margin-bottom: 0;
}

.forum-table .forum-table-row .forum-table-data .no-post-subjects li a {
    color: #000;
}

.forum-table .forum-table-row .forum-table-data .no-post-subjects li a:hover,
.forum-table .forum-table-row .forum-table-data .no-post-subjects li a:focus {
    color: #fc0403;
}

.forum-table .forum-table-row .forum-table-data .btn-red {
    font-size: 17px;
    min-width: 123px;
    text-transform: capitalize;
    line-height: 2.7;
}

.forum-detail-list article {
    border-bottom: solid 1px #dfdfdf;
    padding: 30px 0;
}

.forum-detail-list article:first-child {
    padding-top: 0;
}

.forum-detail-list article:last-of-type {
    margin-bottom: 40px;
}

.forum-detail-list article .forum-detail-text-info .forum-detail-text {
    position: relative;
    padding-right: 15%;
}

.forum-detail-list article .forum-detail-text-info .forum-detail-text .time {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #575757;
    font-weight: 300;
}

.tellus-what-you-think-form h4 {
    font-family: 'Harabara';
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
}

.tellus-what-you-think-form p {
    font-size: 22px;
    color: #000;
}

.tellus-what-you-think-form p a {
    color: #fc0403;
    border-bottom: none;
}

.tellus-what-you-think-form .form-control {
    display: block;
    width: 100%;
    background: #fff;
    padding: 12px 20px;
    height: 250px;
    resize: none;
    box-shadow: none;
    border-radius: 0px;
    border: solid 1px #e7e7e7;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tellus-what-you-think-form .form-submit-btn {
    min-width: 415px;
}

.tellus-what-you-think-form .form-control:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}

.profile-pic {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/** Member page **/

.membership-page {
    padding-bottom: 0;
}

.membership-page .membership-page-gray,
.membership-page .membership-page-white,
.membership-packages {
    background: #fff;
    padding: 70px 0;
}

.membership-page .membership-page-gray,
.membership-packages {
    background: #f7f7f7;
}

.membership-page h4 {
    font-size: 30px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family: 'Harabara';
    letter-spacing: 0.04em;
}

.membership-page ul {
    margin: 0;
    padding: 0;
}

.membership-page ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.6;
}

.membership-page ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #fc0403;
    border-radius: 100%;
}

.membership-page ul li:last-child {
    margin-bottom: 0;
}

.membership-packages h3 {
    text-align: center;
    font-size: 45px;
    color: #1a1a1a;
    font-family: 'Harabara';
    margin-bottom: 40px;
    letter-spacing: 0.04em;
}

.membership-package-table-outer {
    margin: 0 -30px;
}

.membership-package-table {
    display: table;
    width: 100%;
    border-spacing: 30px;
    table-layout: fixed;
}

.membership-package-table .membership-package-table-row {
    display: table-row;
}

.membership-package-table .membership-package-data {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    height: 535px;
    background: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 100px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.membership-package-table .membership-package-data {
    border: solid 2px #d4d4d4;
    border-top: none;
}

.membership-package-table .membership-package-data:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}

.membership-package-table .membership-package-data .package-type {
    padding: 15px 20px;
    text-align: center;
    background: #eee;
    margin: 0 -2px;
    border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}

.membership-package-table .membership-package-data .package-type p {
    font-family: 'Harabara';
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.membership-package-table .membership-package-data .package-price {
    padding: 20px 20px;
    text-align: center;
    background: #ccc;
    position: relative;
    margin: 0 -2px;
    padding-bottom: 50px;
}

.membership-package-table .membership-package-data .package-price:after {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 24px solid #fff;
}

.membership-package-table .membership-package-data .package-price p {
    margin: 0;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}

.membership-package-table .membership-package-data .package-price p big {
    display: block;
    font-size: 49px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
}

.membership-package-table .membership-package-data .package-details ul {
    margin: 0;
    padding: 0;
}

.membership-package-table .membership-package-data .package-details ul li {
    display: inline-block;
    padding: 15px;
    margin: 0;
    text-align: center;
    border-bottom: solid 1px #d4d4d4;
}

.membership-package-table .membership-package-data .package-details ul li:before {
    display: none;
}

.membership-package-table .membership-package-data .buy-btn {
    display: inline-block;
    min-width: 210px;
    padding: 0 15px;
    border-radius: 4px;
    background: #999;
    text-align: center;
    font-family: 'Harabara';
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 2.15;
    border: none;
}

.membership-package-table .membership-package-data .package-buy,
.membership-package-table .membership-package-data .newBtn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px;
}

.membership-package-table .membership-package-data .newBtn.buy-btn {
    display: block;
    min-width: 1px;
    max-width: 90%; 
    width: 210px;
    margin: 0 auto;
}

.membership-package-table .membership-package-data [disabled].newBtn.buy-btn{
    cursor: not-allowed;
}


.membership-package-table .membership-package-data.free-package .package-type {
    background: #99c0dc;
    border-bottom-color: #a3d1f1;
}

.membership-package-table .membership-package-data.free-package .package-price {
    background: #8db3ce;
}

.membership-package-table .membership-package-data.free-package .buy-btn {
    background: #8db3ce;
}

.membership-package-table .membership-package-data.bronze-package .package-type {
    background: #d7a776;
    border-bottom-color: #f5b676;
}

.membership-package-table .membership-package-data.bronze-package .package-price {
    background: #d79b5f;
}

.membership-package-table .membership-package-data.bronze-package .buy-btn {
    background: #c99969;
}

.membership-package-table .membership-package-data.silver-package .package-type {
    background: #b0b0b0;
    border-bottom-color: #d1d1d1;
}

.membership-package-table .membership-package-data.silver-package .package-price {
    background: #a3a3a3;
}

.membership-package-table .membership-package-data.silver-package .buy-btn {
    background: #b4b4b4;
}

.membership-package-table .membership-package-data.gold-package .package-type {
    background: #ddc070;
    border-bottom-color: #f2d587;
}

.membership-package-table .membership-package-data.gold-package .package-price {
    background: #eac86b;
}

.membership-package-table .membership-package-data.gold-package .buy-btn {
    background: #ddc070;
}


/** Podcast Page **/

.podcast-post-outer {
    margin: -30px;
}

.podcast-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 30px;
}

.podcast-list .podcast-list-row {
    display: table-row;
    width: 100%;
}

.podcast-list .podcast-list-item {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 54px 35px;
    background: #f8f8f8;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 68px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.podcast-list .podcast-list-row:last-child .podcast-list-item {
    margin-bottom: 0;
}

.podcast-list-item h3 {
    font-family: 'Harabara';
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 5px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.podcast-list-item cite {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 15px;
    color: #1a1a1a;
}

.podcast-list-item cite + * {
    margin-top: 30px;
}

.podcast-list-item p {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.8;
    margin-bottom: 15px;
}

.podcast-list-item p:last-of-type {
    margin-bottom: 30px;
}

.podcast-list-item a.red-link {
    position: absolute;
    left: 34px;
    bottom: 50px;
}

.podcast-list .podcast-list-item:hover {
    background: #fff;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.15);
}


/** Result Page **/

.result-page p,
.happy {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.8;
    margin-bottom: 30px;
}

.result-page p:last-of-type {
    margin-bottom: 0;
}

.result-page p + * {
    margin-top: 30px;
}

.result-page p a.red-link {
    color: #db2e1c;
}

.result-page h3 {
    font-family: 'Harabara';
    font-size: 35px;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}

.result-page .custom-box-outer {
    margin: 0 -30px;
}

.custom-box-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 30px;
    margin-bottom: 60px;
}

.custom-box-list .custom-box-row {
    display: table-row;
}

.custom-box-list .custom-box-item {
    display: table-cell;
    vertical-align: top;
    border: solid 2px #e8e8e8;
    padding: 45px 40px;
    position: relative;
}

.custom-box-list .custom-box-item h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1a1a1a;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
}

.custom-box-list .custom-box-item h5:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -12px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #db2e1c;
}

.happy img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 12px;
}

.result-table-cover h4 {
    font-size: 35px;
    color: #1a1a1a;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'Harabara';
    text-align: center;
    letter-spacing: 0.04em;
}

.result-table-cover .nav-tabs {
    border-bottom: 0;
    text-align: center;
    margin-bottom: 40px;
}

.result-table-cover .nav-tabs>li {
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.result-table-cover .nav-tabs>li>a {
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #1a1a1a;
    text-transform: uppercase;
}

.result-table-cover .nav-tabs>li>a:hover {
    border-color: transparent;
}

.result-table-cover .nav>li>a:focus,
.result-table-cover .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #db2e1c;
}

.result-table-cover .nav-tabs>li.active>a,
.result-table-cover .nav-tabs>li.active>a:focus,
.result-table-cover .nav-tabs>li.active>a:hover {
    color: #db2e1c;
    cursor: default;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.custom-table {
    border: solid 1px #e3e3e3;
    text-align: center;
    table-layout: auto;
    width: 100%;
}

.custom-table .custom-table-data {
    vertical-align: middle;
    padding: 15px 10px;
    border-right: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    min-width: 100px;
    white-space: normal;
    word-break: break-all;
}

.custom-table .custom-table-data:last-of-type {
    border-right: none;
}

.custom-table .custom-table-row:last-of-type .custom-table-data {
    border-bottom: none;
}

.custom-table .custom-table-data p {
    margin: 0;
    font-size: 16px;
    color: #000000;
}

.custom-table .red-row .custom-table-data {
    background: #db2e1c;
    color: #fff;
}

.custom-table .red-row .custom-table-data p {
    color: #fff;
    font-weight: 700;
}


/** Live Chat **/

.live-chat-cover {
    display: block;
    padding: 53px 48px;
    border: solid 1px #cfcfcf;
    height: 500px;
    overflow-y: scroll;
}

.live-chat-cover h4 {
    font-family: 'Harabara';
    font-size: 30px;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.live-chat-cover article {
    display: block;
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    min-height: 67px;
    padding-left: 63px;
    padding-right: 15%;
    white-space: normal;
    word-break: break-all;
}

.live-chat-cover article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.live-chat-cover article .profile-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
    background: #62c5a8;
    border-radius: 100% !important;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 47px;
    cursor: pointer;
}

.live-chat-cover article .profile-circle.olive-green {
    background: #c0d649;
}

.live-chat-cover article .date {
    position: absolute;
    top: 0;
    right: 0;
}

.live-chat-cover article h5 {
    font-size: 22px;
    color: #1a1a1a;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.live-chat-cover article p {
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}

.live-chat-cover article p:last-of-type {
    margin-bottom: 0;
}

.live-chat-cover article .date p {
    margin: 0;
    font-size: 15px;
    color: #1a1a1a;
}

.chat-form {
    margin-top: 50px;
}

.chat-form .form-group {
    display: block;
    margin-bottom: 20px;
}

.chat-form .form-control {
    display: block;
    width: 100%;
    background: #fff;
    padding: 6px 20px;
    height: 52px;
    box-shadow: none;
    border-radius: 0px;
    border: solid 2px #e7e7e7;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.chat-form .form-control:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}

.chat-form textarea.form-control {
    height: 127px;
    resize: none;
    padding: 18px 20px;
}

.chat-form .form-group .form-control::-webkit-input-placeholder {
    color: #727272;
}

.chat-form .form-group .form-control::-moz-placeholder {
    color: #727272;
}

.chat-form .form-group .form-control:-ms-input-placeholder {
    color: #727272;
}

.chat-form .form-submit-btn {
    float: right;
    margin-top: 20px;
    min-width: 150px;
}

.extra-chat-items {
    float: left;
}

.extra-chat-items ul {
    margin: 0;
    padding: 0;
}

.extra-chat-items ul li {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}

.extra-chat-items ul li a {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.extra-chat-items ul li svg {
    width: 27px;
    height: 27px;
}

.extra-chat-items ul li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.group-chat-cover {
    display: block;
    padding: 53px 48px;
    background: #fafafa;
    margin-top: 50px;
}

.group-chat-cover h4 {
    font-family: 'Harabara';
    font-size: 30px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.group-chat-cover article {
    display: block;
    position: relative;
    padding: 30px 10% 30px 60px;
    min-height: 47px;
    border-bottom: solid 1px #e9e9e9;
}

.group-chat-cover article:last-child {
    border-bottom: none;
    padding-bottom: 13px;
}

.group-chat-cover article .group-icon {
    position: absolute;
    top: 17px;
    left: 0;
    width: 47px;
    height: 47px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #969696;
    border-radius: 100%;
}

.group-chat-cover article .chat-btn {
    position: absolute;
    top: 21px;
    right: 0;
    border: solid 2px #c4c4c4;
    text-align: center;
    padding: 0 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #1a1a1a;
    min-width: 100px;
    line-height: 1.85;
    border-radius: 4px;
}

.group-chat-cover article .chat-btn:hover {
    background: #fc0403;
    color: #fff;
    border-color: #fc0403;
}

.group-chat-cover article p {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #1a1a1a;
    line-height: 1;
    margin: 0;
}


/*Single Chat User*/

.clearFix {
    clear: both;
}

.panel.panel-chat {
    position: fixed;
    bottom: -20px;
    right: 0;
    max-width: 350px;
    box-shadow: none;
    -webkit-box-shadow: none;
    min-height: 411px;
}

.panel.panel-chat * {
    background: none;
    border: none;
}

.panel.panel-chat .panel-heading {
    background: #fc0403;
    border: 1px solid #fc0403;
    color: #FFF;
}

.panel.panel-chat .panel-heading a:nth-of-type(1) {
    text-decoration: none;
    width: 290px;
    color: #FFF;
    font-weight: bold;
    float: left;
}

.panel.panel-chat .panel-heading a:nth-of-type(2) {
    text-decoration: none;
    max-width: 11px;
    width: 11px;
    color: #FFF;
    float: right;
}

.panel.panel-chat .panel-body {
    display: block;
    padding: 0;
    margin: 0;
    max-height: 250px;
    height: 250px;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    background: #EDEFF4;
    overflow: auto;
}

.panel.panel-chat .panel-body::-webkit-scrollbar {
    display: none;
}

.panel.panel-chat .panel-body .messageMe {
    border-bottom: 1px dotted #b2b2b2;
}

.panel.panel-chat .panel-body .messageMe img {
    max-width: 50px;
    max-height: 50px;
}

.panel.panel-chat .panel-body .messageMe span {
    display: block;
    float: left;
    padding: 5px;
    background: #FFF;
    min-height: 50px;
    max-width: 280px;
    height: 50px;
    width: 280px;
    word-break: break-all;
}

.panel.panel-chat .panel-body .messageHer {
    border-bottom: 1px dotted #b2b2b2;
}

.panel.panel-chat .panel-body .messageHer img {
    float: right;
    max-width: 50px;
    max-height: 50px;
}

.panel.panel-chat .panel-body .messageHer span {
    display: block;
    float: right;
    padding: 5px;
    background: #FFF;
    min-height: 50px;
    max-width: 280px;
    height: 50px;
    width: 280px;
    word-break: break-all;
}

.panel.panel-chat .panel-footer {
    padding: 0;
    margin: 0;
    border: 1px solid #b2b2b2;
    max-height: 75px;
    height: 75px;
}

.panel.panel-chat .panel-footer textarea {
    margin-bottom: -5px;
    resize: none;
    width: 100% !important;
    height: 74px;
    padding-right: 30px;
}

input#chat_send_with_single_user {
    background: #fc0403;
    color: #fff;
    position: relative;
    float: right;
    top: 0;
    width: 100%;
    height: 36px;
    font-size: 17px;
    margin-top: 2px;
}

.panel-footer .emojiPickerIcon.black {
    position: relative;
    top: -70px;
    width: 32px !important;
    height: 22px !important;
    left: 301px;
}

.emojiPickerIconWrap {
    width: 100%;
    height: 78px;
}


/*Single Chat User*/


/** Our Dog Page **/

.inner-page.our-dog-page {
    padding-bottom: 10px;
}

.inner-page.our-dog-page .container .row .col-md-4:nth-child(3n+1) {
    clear: both;
}

.our-dog-post {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.our-dog-post figure {
    width: 100%;
    height: 375px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our-dog-post a:hover figure {
    opacity: 0.8;
}

.our-dog-post .our-dog-text {
    display: block;
    padding: 36px 20px 15px;
    text-align: center;
}

.our-dog-post .our-dog-text h3 {
    font-family: 'Harabara';
    font-size: 25px;
    color: #060807;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.08em;
}

.our-dog-post .our-dog-text h3 a {
    color: #060807;
}

.our-dog-post .our-dog-text h3 a:hover,
.our-dog-post .our-dog-text h3 a:focus {
    color: #fc0403;
}

.our-dog-post .our-dog-text p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.7;
}

.syndication-page {
    padding-bottom: 0;
}

.syndication-page .intro-text {
    padding: 0 5%;
}

.syndication-gray {
    background: #f6f6f6;
    padding: 70px 0 10px;
}

.section .syndication-gray h2 {
    text-align: center;
    margin-bottom: 50px;
}

.section .syndication-gray h2:after {
    display: none;
}

.become-owner {
    padding: 70px 0;
}

.become-owner .intro-text h2 {
    margin-bottom: 30px;
}

.become-owner .intro-text h2:after {
    display: none;
}

.become-owner .contact-form {
    padding: 0;
    margin: 0 auto;
    box-shadow: none;
    max-width: 500px;
}

.become-owner .contact-form .form-submit-btn {
    width: 100%;
}


/** Modal **/

body.modal-open header {
    padding-right: 17px;
}

.custom-modal .modal-dialog {
    width: 95%;
    max-width: 750px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.custom-modal .modal-body {
    padding: 60px 90px;
}

.custom-modal h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
}

.custom-modal .form-group {
    display: block;
    margin-bottom: 12px;
}

.custom-modal .form-group.col-6 {
    width: 49%;
    display: inline-block;
    margin-right: 1.5%;
}

.custom-modal .form-group.col-6 + .form-group.col-6 {
    margin-right: 0;
}

.custom-modal .form-group .form-control {
    display: block;
    width: 100%;
    background: #fff;
    padding: 6px 20px;
    height: 52px;
    box-shadow: none;
    border: solid 1px #e7e7e7;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.custom-modal .form-group .form-control:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}

.custom-modal .form-group .form-control::-webkit-input-placeholder {
    color: #727272;
}

.custom-modal .form-group .form-control::-moz-placeholder {
    color: #727272;
}

.custom-modal .form-group .form-control:-ms-input-placeholder {
    color: #727272;
}

.custom-modal .close {
    font-size: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 28px;
}

.custom-modal p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 0;
}

.custom-modal p a {
    color: #1a1a1a;
}

.custom-modal p a:hover,
.custom-modal p a:focus {
    color: #fc0403;
}

.custom-modal .form-submit-btn + * {
    margin-top: 20px;
}

.thankyou-cover {
    position: relative;
}

.thankyou-cover .tick {
    display: block;
    margin: 0 auto 70px;
    width: 160px;
    height: 160px;
    color: #16bb16;
    text-align: center;
    font-size: 65px;
    line-height: 160px;
    border: solid 2px #16bb16;
    border-radius: 100%;
}

.thankyou-cover .thnkyou-message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
}

.thankyou-cover .thnkyou-message p {
    margin: 0;
    font-size: 18px;
}


/** About Page **/

.about-page h2:after {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.about-text-cover .img-left {
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
}


/** Featured page **/

.featured-page h2:after {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.featured-text-cover article {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #d6d6d6;
}

.featured-text-cover article:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-text-cover article .img-left {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.featured-text-cover article h5 {
    font-family: 'Harabara';
    font-size: 24px;
    color: #1a1a1a;
    letter-spacing: 0.08em;
    position: relative;
    top: -3px;
    margin-bottom: 20px;
}

.featured-text-cover article date {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.featured-text-cover article:nth-of-type(even) .img-left {
    float: right;
    margin-right: 0;
    margin-left: 40px;
}


/** Fixes **/


/*
.emojiPickerIconWrap .black {
    display: none;
}
*/

.fc-event-container .fc-event {
    font-size: 14px;
    line-height: 1.4;
    background-color: #fc0403;
    border: 1px solid #fc0403;
    font-weight: 400;
    width: 50%;
    margin: 0 auto 20px !important;
    text-align: center;
    padding: 4px !important;
}

.fc-event-container .fc-event:hover,
.fc-event-container .fc-event:focus {
    background: #b90403;
    color: #fff;
}

.contact-form .text-left p {
    position: relative;
}

.contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 15px;
    background-color: #fff;
    border-radius: 100%;
}

.form-group span.wpcf7-not-valid-tip,
div.wpcf7-spam-blocked {
    display: none !important;
}

.contact-form .form-group .form-control.wpcf7-not-valid {
    border-color: #f00;
}

#myProfileForm h6 {
    font-family: 'Harabara';
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 0.08em;
    margin: 20px 0;
}

div.wpcf7-response-output {
    padding: 15px;
    margin: 0 0 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

div.wpcf7-validation-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


/* ============================================================  CUSTOM PAGINATION============================================================ */

.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 2px 10px;
}

.custom-pagination a {
    background-color: #ebebeb;
    color: #ff3c50;
}

.custom-pagination a:hover {
    background-color: #ff3c50;
    color: #fff;
}

.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}

.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
}

.custom-pagination span.current {
    background-color: #fc0403;
    color: #fff;
}

nav.custom-pagination {
    float: left;
    width: 100%;
    text-align: center;
}

.profile-circle {
    text-transform: uppercase;
}


/** Calender Page **/

.calendar-select-box {
    display: block;
    width: 40%;
    margin: 0 auto 40px;
}

.calendar-select-box ul {
    margin: 0;
    padding: 0;
}

.calendar-select-box ul li {
    display: inline-block;
    width: 48%;
    margin-right: 2.5%;
}

.calendar-select-box ul li:last-child {
    margin-right: 0;
}

.calendar-select-box .form-group {
    display: block;
    margin: 0;
}

.calendar-select-box .form-group .form-control {
    display: block;
    width: 100%;
    background: #fff;
    padding: 6px 20px;
    height: 52px;
    box-shadow: none;
    border-radius: 0px;
    border: solid 2px #e7e7e7;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.calendar-select-box .form-group .form-control:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}

.calendar-outer,
#calendar {
    padding: 35px;
    border: solid 2px #e7e7e7;
    display: block;
}

.calendar-outer .calendar-inner-area {
    border: solid 1px #f8f8f8;
    padding-top: 50px;
}

.fc-toolbar .fc-left {
    width: 100%;
}

.calendar-outer h3,
#calendar h2 {
    font-family: 'Harabara';
    font-size: 40px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    float: none;
}

#calendar h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

#calendar h2:after {
    display: none;
}

.calender-table {
    position: relative;
}

.calender-table table {
    width: 100%;
    table-layout: fixed;
}

.calender-table table tr:first-child th {
    border-top: solid 1px #f8f8f8;
}

.calender-table table tr td,
.calender-table table tr th {
    vertical-align: top;
    border-bottom: solid 1px #f8f8f8;
    border-right: solid 1px #f8f8f8;
}

.calender-table table tr td:last-child,
.calender-table table tr th:last-child {
    border-right: none;
}

.calender-table table tr:last-child td {
    border-bottom: none;
}

.calender-table table tr th {
    text-align: center;
    padding: 10px;
}

.calender-table table tr td {
    height: 200px;
    position: relative;
    padding: 30px 15px;
}

.calender-table .event-date {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.8;
}

.calender-table p {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.8;
    margin-bottom: 15px;
}

.calender-table th p {
    font-weight: 700;
    margin-bottom: 0;
}

.calender-table table tr td:nth-last-child(-n+2),
.calender-table table tr th:nth-last-child(-n+2) p,
.calender-table table tr td:nth-last-child(-n+2) .event-date {
    color: red;
}


/* .inner-page.calendar-page.section #calendar .fc-right {
    display: none;
} */

.bbp-reply-author img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bbp-author-role {
    display: none;
}

.bbp-reply-ip {
    display: none;
}

.bbp-topic-tags {
    display: none;
}

p.bbp-topic-description {
    display: none;
}

.bbp-template-notice.info {
    display: none;
}

form#bbp-search-form {
    display: none;
}


/*
.bbp-submit-wrapper .form-submit-btn {
    min-width: 415px;
}
*/

h1.entry-title {
    display: none;
}


/*Thank You Page and Cancel Order Page*/

.intro-text.payment-message {
    padding-top: 60px;
}

.payment_msg_text {
    font-size: 30px;
}

.bread-crumbs p {
    margin-bottom: 0;
}


/*** Forum Design ***/

.bbp-header {
    font-family: 'Harabara';
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.09em;
}

.bbp-body {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.7;
    margin-bottom: 15px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    margin: 0;
    border: none;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    padding: 0;
    font-weight: inherit;
}

#bbpress-forums li.bbp-header {
    background: #fc0403;
    color: #fff !important;
    padding: 10px 20px;
}

#bbpress-forums li.bbp-header li {
    color: #fff !important;
    font-size: 18px;
}

#bbpress-forums li,
#bbpress-forums li a {
    color: #1a1a1a;
    font-size: 16px;
}

#bbpress-forums li.bbp-header a {
    color: #fff;
    line-height: 1;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
    line-height: 1;
}

#bbpress-forums li a:hover,
#bbpress-forums li a:focus {
    color: #fc0403;
}

#bbpress-forums li.bbp-header a:hover,
#bbpress-forums li.bbp-header a:focus {
    color: #960100;
}

#bbpress-forums div.bbp-reply-header {
    background: #303030;
    font-size: 14px;
    line-height: 1;
    margin: 15px 0;
    vertical-align: middle;
    padding: 6px 20px;
    color: #fff;
}

span.bbp-reply-post-date {
    float: right;
    margin-left: 15px;
}

#bbpress-forums div.bbp-reply-header a {
    color: #fff;
}

#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    text-transform: capitalize;
}

#bbpress-forums p.bbp-topic-meta,
#bbpress-forums li.bbp-footer,
#bbpress-forums div.bbp-reply-author br,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums .bbp-forum-info .bbp-forum-content {
    display: none !important;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    border: none;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 8px 20px;
    background: #eaeaea !important;
    display: block;
}

#bbpress-forums li.bbp-body ul.forum:last-child,
#bbpress-forums li.bbp-body ul.topic:last-child {
    border-bottom: none;
}

.bbp-pagination {
    margin: 15px 0;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
    background-color: #fbfbfb;
}

#bbpress-forums fieldset.bbp-form input#bbp_topic_tags,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input[type=text] {
    display: block;
    width: 100%;
    background: #fff;
    padding: 6px 20px;
    height: 52px;
    box-shadow: none;
    border-radius: 0px;
    border: solid 2px #e7e7e7;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#bbpress-forums fieldset.bbp-form input[type=checkbox] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
}

#bbpress-forums fieldset.bbp-form textarea {
    height: 150px;
    resize: none;
}

#bbpress-forums fieldset.bbp-form select {
    background: #fff url(../images/red-select-arrow.png) no-repeat;
    background-position: 98% 50%;
    padding-right: 45px;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    top: 0;
}

.forum-page .container .container,
.forum-page .container .container .container {
    width: 100%;
    padding: 0;
}

span.fc-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#bbpress-forums .bbp-forums-list {
    margin: 5px 0 5px 0px;
    padding-left: 10px;
    border-left: 3px solid #adadad;
}

#bbpress-forums .bread-crumbs {
    padding: 10px 15px;
}

.our_dogs_content .flex-direction-nav a {
    height: 50px;
}

.forum-page .bbp-forum-form.container {
    box-shadow: 0 3px 59px rgba(0, 0, 0, 0.12);
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 80px auto 0px;
    padding: 50px;
}

.forum-page .bbp-forum-form.container p input,
.forum-page .bbp-forum-form.container p select {
    display: block;
    width: 100%;
    background: #fff;
    padding: 6px 20px;
    height: 52px;
    box-shadow: none;
    border-radius: 0px;
    border: solid 2px #e7e7e7;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.forum-page .bbp-forum-form.container p select {
    background: #fff url(../images/red-select-arrow.png) no-repeat;
    background-position: 98% 50%;
    padding-right: 45px;
}

.bbp-the-content-wrapper {
    margin-bottom: 20px;
}


/*Post View*/

.postView-section {
    padding: 70px 0;
    position: relative;
}

.postContent {
    height: 490px;
}

span.edit-link {
    display: none;
}

.row.our_dogs_content {
    margin-bottom: 42px;
}

.our_dogs_videos.row {
    margin-bottom: 25px;
}

img#ytlink {
    height: 313px;
    width: 350px;
    cursor: pointer;
}

.description_subheading {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 8px;
    -webkit-text-decoration-color: #fc0403;
    text-decoration-color: #fc0403;
}

.video_description_od {
    padding-top: 12px;
}

.our-dog-text a {
    color: black;
}

.podcast-page.section {
    padding: 70px 0 0;
}

.our_dogs_desc,
.our_dogs_videos {
    margin-top: 45px;
}

.our_dogs_desc h4,
.bbp-form legend {
    font-family: 'Harabara';
    font-size: 22px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    top: -8px;
}

.bbp-form legend {
    border-bottom: none;
    font-size: 26px;
}

.our_dogs_desc h4:after,
.bbp-form legend:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #fc0403;
    margin: 10px 0 25px;
}

#chat_with_user {
    position: relative;
    z-index: 999;
}

#chat_with_user .panel-footer .emojiPickerIcon.black {
    width: 22px !important;
    height: 22px !important;
    background-size: 100% 100%;
}

.customize-support header {
    top: 32px;
}

.subscription-toggle {
    border: solid 1px #fc0403;
    background: #fff;
    color: #fc0403;
    text-align: center;
    font-family: 'Harabara';
    font-size: 18px;
    min-width: 185px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 15px;
    padding: 3px 15px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: 15px;
}

.subscription-toggle:hover,
.subscription-toggle:focus {
    background: #fc0403;
    color: #fff;
}

#bbpress-forums fieldset.bbp-form {
    border: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 80px;
}

.entry-content .inner-page.forum-page.section {
    padding: 0;
}

.entry-content .bbp-user-edit-link {
    display: none;
}

.bbp-reply-header .bbp-header {
    font-size: 16px;
    color: #8c8c8c;
}

.entry-content #bbpress-forums #bbp-user-subscriptions .bbp-user-section {
    overflow: auto;
    margin-bottom: 40px;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 40px;
}

#carousel .slides>li {
    cursor: pointer;
    opacity: 0.7;
}

#carousel .slides>li.flex-active-slide {
    opacity: 1;
}

.messageMe figure {
    width: 50px;
    display: inline;
    float: left;
    height: 50px;
}

.panel.panel-chat .panel-body .messageMe img {
    max-width: 100%;
    max-height: 50px;
    width: 100%;
}

.page-not-found {
    text-align: center;
}

.page-not-found svg {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
    fill: #4b5161;
}

.custom-modal iframe {
    width: 100%;
    height: 100%;
    padding: 10px;
}

label.error {
    display: none !important;
}

.news-section-footer form .form-control.error + #awf_field-92343363-error {
    display: block!important;
}
.news-section-footer form .form-control.error + #awf_field-93808044-error {
    display: block!important;
}

.custom-modal .form-group .form-control.error {
    border-color: #f00;
}

.bbp-pagination-links a,
.bbp-pagination-links span.current {
    display: block;
    float: left;
    padding: 0px 8px;
    margin-left: 5px;
    border: 1px solid #303030;
    text-decoration: none;
    color: #303030;
    line-height: 1.9;
}

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
    background: #fc0403;
    opacity: 0.8;
    border: 1px solid #fc0403;
    color: #fff;
}

.bbp-row-actions #subscription-toggle span.is-subscribed a {
    color: #faa;
    border: 1px solid #faa;
    background-color: #fee;
    width: 23px;
    min-width: 1px;
    font-size: 19px;
    line-height: 0.9;
    padding-top: 3px;
    margin: 0;
    margin-right: 5px;
}

#loader_signin,
#loader {
    position: relative;
    top: -79px;
    width: 23px;
    background: #fff;
    border-radius: 100%;
    padding: 0;
    right: 10px;
}

#loader{
        top: -56px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (max-width:1499px) {
    
    #loader {
    top: -48px;
}
    
    
    .navbar-brand>img {
        width: 160px;
    }
    .navbar-nav>li {
        margin-left: 14px;
    }
    .top-btn-group {
        margin-bottom: 29px;
    }
    .top-btn-group li a {
        font-size: 13px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        letter-spacing: 0;
    }
    .banner-text h1,
    .banner-text h1 big,
    .banner-text h1 strong {
        font-size: 75px;
    }
    .banner-text p {
        font-size: 20px;
    }
    .btn-red {
        line-height: 2.8;
    }
    .my-first-letter {
        font-size: 100px;
    }
    .section p,
    .greyhound-news-list .greyhound-new-item p {
        font-size: 16px;
    }
    .section h2 {
        font-size: 40px;
    }
    .syndication-section figure:before {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }
    .syndication-section .my-first-letter.in-view {
        left: -50px;
    }
    .greyhound-news-list .greyhound-new-item p {
        margin-bottom: 10px;
    }
    .greyhound-news-list .greyhound-new-item h4 {
        font-size: 22px;
        margin-bottom: 9px;
    }
    .greyhound-section .greyhound-big-img .my-first-letter {
        font-size: 100px;
        top: 10px;
    }
    .about-us-home .about-us-text {
        padding-left: 5%;
    }
    .featured-post figure {
        height: 250px;
    }
    .featured-section .heading:before {
        height: 250px;
    }
    .inner-banner {
        height: 350px;
    }
    .form-submit-btn {
        font-size: 23px;
        min-width: 185px;
    }
    .address-area ul li {
        font-size: 18px;
    }
    .inner-page.contact-page {
        padding-bottom: 50px;
    }
    .forum-table .forum-table-row .forum-table-data figcaption p,
    .forum-detail-list article .forum-detail-text-info p,
    .forum-table .forum-table-row .forum-table-data .no-post-subjects li,
    .live-chat-cover article p,
    .membership-page ul li {
        font-size: 16px;
    }
    .intro-text {
        padding: 0 8%;
    }
    .membership-package-table .membership-package-data .package-type p {
        font-size: 28px;
    }
    .membership-packages {
        padding-bottom: 50px;
    }
    .membership-package-table .membership-package-data .buy-btn {
        font-size: 22px;
    }
    .footer-section {
        padding: 50px 20px;
        width: 28%;
    }
    .footer-section p {
        font-size: 16px;
    }
    .nav-section-footer ul li {
        padding-left: 0;
        font-size: 13px;
    }
    .custom-modal .modal-body {
        padding: 40px 70px;
    }
    .custom-modal h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .custom-modal .form-group .form-control,
    .personal-info .form-control,
    #myProfileForm .form-control {
        padding: 6px 15px;
        height: 42px;
        font-size: 15px;
    }
    .custom-box-list .custom-box-item {
        padding: 30px 40px;
    }
    .result-table-cover .nav>li>a {
        padding: 10px 8px;
    }
    .result-table-cover .nav-tabs>li>a {
        font-size: 13px;
    }
    .custom-table .custom-table-data p {
        font-size: 13px;
    }
    .custom-table .custom-table-data {
        padding: 15px 5px;
    }
    .tab-content>.tab-pane {
        width: 100%;
        overflow-x: scroll;
    }
}

@media screen and (max-width:1199px) {
    #loader_signin,
    #loader {
        top: -77px;
        width: 25px;
        right: 7px;
    }
    
    #loader{
        top: -49px;
}
    .navbar-brand>img,
    .about-section-footer img {
        width: 120px;
    }
    .navbar-nav>li {
        margin-left: 10px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        letter-spacing: 0;
        text-transform: capitalize;
    }
    .top-btn-group {
        margin-bottom: 15px;
    }
    .top-btn-group li a {
        font-size: 12px;
    }
    .banner {
        height: 560px;
    }
    .banner.inner-banner {
        height: 350px;
    }
    .banner-text h1,
    .banner-text h1 strong {
        font-size: 60px;
    }
    .banner-text p {
        font-size: 18px;
    }
    .banner-text p + .btn-red {
        margin-top: 20px;
    }
    .about-us-home {
        padding: 50px 0;
    }
    .about-us-home .left-side-img {
        top: 50px;
        bottom: 50px;
    }
    .about-us-home .about-us-text,
    .syndication-section,
    .featured-section,
    .sportsbook-section,
    .membership-page .membership-page-gray,
    .membership-page .membership-page-white,
    .membership-packages,
    .become-owner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section p,
    .greyhound-news-list .greyhound-new-item p,
    .our-dog-post .our-dog-text p {
        font-size: 14px;
    }
    .section h2 {
        font-size: 36px;
    }
    .section h2:after {
        height: 3px;
        margin: 10px auto 20px;
    }
    .greyhound-section h2:after {
        margin: 10px auto 20px;
    }
    .about-us-home h2:after,
    .syndication-section h2:after {
        margin: 10px 0 20px;
    }
    .syndication-section h4 {
        font-size: 19px;
    }
    .syndication-section figure:before {
        top: -44px;
        right: 30px;
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px);
    }
    .featured-post figure {
        height: 190px;
    }
    .featured-section .heading:before {
        top: 9px;
        height: 200px;
    }
    .featured-post .featured-text h5 a {
        padding: 20px 5px;
    }
    .greyhound-news-list .greyhound-new-item h4 {
        font-size: 18px;
    }
    .greyhound-new-item .news-date figure {
        padding: 10px 5px;
    }
    .greyhound-new-item .news-date figure img {
        width: 70%;
        display: block;
        margin: auto;
    }
    .greyhound-news-list .greyhound-new-item {
        padding-left: 90px;
        margin-bottom: 70px;
    }
    .greyhound-new-item .news-date div.date {
        font-size: 14px;
    }
    .greyhound-new-item .news-date .date strong {
        font-size: 30px;
    }
    .sportsbook-section h2:after {
        margin: 15px auto 40px;
    }
    .about-section-footer img {
        margin-bottom: 0px;
    }
    .get-in-section-footer ul li,
    .nav-section-footer ul li,
    .footer-section p {
        font-size: 14px;
    }
    .get-in-section-footer ul li:first-child:before {
        top: 4px;
    }
    .get-in-section-footer ul li:nth-child(2):before {
        top: 7px;
    }
    .footer-section {
        padding: 50px 15px;
        width: 20%;
    }
    .footer-section.about-section-footer {
        width: 20%;
    }
    .footer-section.nav-section-footer {
        width: 27%;
    }
    .footer-section.news-section-footer {
        width: 23%;
    }
    .footer-section h4 {
        font-size: 16px;
        line-height: 1.5;
    }
    .news-section-footer form .form-control {
        padding: 6px 10px;
        padding-right: 80px;
    }
    .news-section-footer form .newsletter-btn {
        min-width: 72px;
        padding: 0 10px;
    }
    /** Inner Pages **/
    .membership-page h4,
    .result-table-cover h4 {
        font-size: 24px;
    }
    .intro-text h5 {
        font-size: 20px;
    }
    .membership-packages h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .membership-package-table-outer {
        margin: 0 -12px;
    }
    .membership-package-table {
        border-spacing: 12px;
    }
    .membership-package-table .membership-package-data {
        height: 490px;
    }
    .membership-package-table .membership-package-data .package-type {
        padding: 5px 20px;
    }
    .membership-package-table .membership-package-data .package-type p {
        font-size: 26px;
    }
    .membership-package-table .membership-package-data .package-price {
        padding: 10px 20px;
        padding-bottom: 35px;
    }
    .membership-package-table .membership-package-data .package-price p {
        font-size: 18px;
    }
    .membership-package-table .membership-package-data .package-price p big {
        font-size: 40px;
    }
    .membership-package-table .membership-package-data .package-details ul li {
        padding: 8px 15px;
    }
    .our-dog-post figure {
        height: 300px;
    }
    .our-dog-post .our-dog-text h3,
    .result-page h3,
    .podcast-list-item h3 {
        font-size: 20px;
    }
    .our-dog-post .our-dog-text {
        padding: 20px 10px 10px;
    }
    .syndication-gray {
        padding: 50px 0 0;
    }
    .inner-page {
        padding: 50px 0;
    }
    .intro-text {
        margin-bottom: 50px;
    }
    .syndication-page,
    .membership-page {
        padding-bottom: 0;
    }
    .podcast-list-item cite + * {
        margin-top: 20px;
    }
    .sportsbooks-list {
        padding: 20px 30px;
    }
    .sportsbooks-list article + article {
        margin-top: 25px;
    }
    .entry-content .inner-page.forum-page.section h2:after {
        margin: 10px 0 20px;
    }
    body.modal-open header {
        padding-right: 0px;
    }
    .custom-modal .modal-body {
        padding: 20px;
    }
    .custom-modal .close {
        font-size: 30px;
        top: -3px;
        right: 4px;
        line-height: 1;
    }
    .form-submit-btn {
        font-size: 20px;
        min-width: 145px;
    }
}

@media screen and (max-width:991px) {
    .navbar-toggle {
        display: block;
        clear: left;
        position: absolute;
        right: 0;
        top: 25px;
        margin: 0;
        padding: 0;
        border: none;
    }
    .navbar-header {
        width: 100%;
        position: relative;
    }
    .navbar-collapse.navbar-right {
        display: block !important;
        height: auto !important;
        position: fixed;
        width: 240px;
        top: 80px;
        left: -240px;
        background: #494f5f;
        bottom: 0;
        z-index: 999;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar-collapse.navbar-right.in {
        display: block !important;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .top-btn-group {
        width: 50%;
        text-align: right;
        margin: 0;
        padding: 0;
        float: right;
        clear: left;
        margin-right: 41px;
        margin-top: 19px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar {
        height: 3px;
        top: 0;
        position: relative;
    }
    .navbar-toggle .icon-bar:first-child {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggle .icon-bar:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggle .icon-bar:last-child {
        top: -6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar-toggle.collapsed .icon-bar {
        position: relative;
        top: 0;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-toggle.collapsed .icon-bar:first-child {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggle.collapsed .icon-bar:last-child {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-nav>li {
        margin-left: 0;
        width: 100%;
        border-bottom: solid 1px #5b6275;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 15px 30px;
    }
    .about-us-home p {
        column-count: auto;
    }
    .about-us-home .about-us-text {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .featured-section .row {
        padding: 0 20px;
    }
    .featured-post figure {
        height: 140px;
    }
    .featured-section .heading:before {
        top: 9px;
        height: 170px;
    }
    .greyhound-section .greyhound-big-img {
        left: -3px;
        width: 20%;
        padding: 26px 15px 0;
    }
    .greyhound-news-list .greyhound-new-item {
        padding-left: 84px;
        margin-bottom: 20px;
    }
    .greyhound-news-list .greyhound-new-item {
        width: 36%;
    }
    .footer-inner {
        display: block;
        padding-top: 40px;
    }
    .footer-section {
        display: inline-block;
        padding: 0px 15px;
        width: 33.33% !important;
        margin-right: -4px;
        vertical-align: top;
        border-right: none;
        margin-bottom: 30px;
    }
    .footer-section.about-section-footer {
        width: 100% !important;
    }
    .footer-section.get-in-section-footer {
        padding-left: 0;
        width: 25% !important;
    }
    .footer-section.nav-section-footer {
        width: 42% !important;
    }
    /** Inner Pages **/
    .intro-text {
        padding: 0;
    }
    .membership-package-table .membership-package-data .package-type p {
        font-size: 20px;
    }
    .membership-package-table .membership-package-data .package-price p big {
        font-size: 30px;
    }
    .membership-package-table .membership-package-data .package-price {
        padding: 10px 20px;
        padding-bottom: 29px;
    }
    .membership-package-table .membership-package-data {
        height: 450px;
    }
    .membership-package-table .membership-package-data .buy-btn {
        font-size: 18px;
    }
    .membership-package-table .membership-package-data .newBtn {
        bottom: 10px;
    }
    .our-dog-post .our-dog-text h3,
    .result-page h3 {
        font-size: 18px;
    }
    .our-dog-post figure {
        height: 210px;
    }
    .podcast-list .podcast-list-item {
        padding: 30px 25px 45px;
    }
    .podcast-post-outer {
        margin: -20px;
    }
    .podcast-list {
        border-spacing: 20px;
    }
    .contact-form {
        margin: 0 auto 30px;
        padding: 30px;
    }
    .customize-support header {
        top: 47px;
    }
    .forum-page .bbp-forum-form.container {
        width: 93.7%;
        padding: 40px;
    }
    .forum-page .bbp-forum-form.container p input,
    .forum-page .bbp-forum-form.container p select,
    #bbpress-forums fieldset.bbp-form input#bbp_topic_tags,
    #bbpress-forums fieldset.bbp-form textarea,
    #bbpress-forums fieldset.bbp-form select,
    #bbpress-forums fieldset.bbp-form input[type=text] {
        padding: 6px 10px;
        height: 42px;
        font-size: 14px;
    }
    .forum-page .bbp-forum-form.container p select,
    #bbpress-forums fieldset.bbp-form select {
        padding-right: 45px;
    }
    #bbpress-forums fieldset.bbp-form textarea {
        height: 120px;
    }
    #bbpress-forums li,
    #bbpress-forums li a {
        font-size: 14px;
    }
    .calendar-outer,
    #calendar {
        padding: 25px 15px 15px;
    }
    .fc-event-container .fc-event,
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        font-size: 12px;
    }
    .postView-section.section h2:after {
        margin: 10px 0 20px;
    }
    .flexslider {
        margin: 0 0 10px !important;
    }
    img#ytlink {
        height: 185px;
        width: 100%;
        cursor: pointer;
    }
    .our_dogs_desc h4:after,
    .bbp-form legend:after {
        margin-bottom: 10px;
    }
    .our_dogs_desc .col-md-3 {
        margin-bottom: 20px;
    }
    .podcast-list-item a.red-link {
        position: absolute;
        left: 24px;
        bottom: 18px;
    }
    #bbpress-forums li.bbp-header li {
        font-size: 14px;
        text-transform: capitalize;
    }
}

@media screen and (max-width:767px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .top-btn-group {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        float: none;
        clear: left;
        margin-right: 0;
        margin-top: 0;
        position: absolute;
        bottom: 11px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .navbar-brand>img,
    .about-section-footer img {
        width: 90px;
    }
    .navbar-toggle {
        top: 15px;
    }
    .navbar-nav {
        margin: 0px;
    }
    .navbar-collapse.navbar-right {
        top: 0;
    }
    .customize-support .navbar-collapse.navbar-right {
        top: 45px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }
    .banner {
        height: 480px;
    }
    .banner.inner-banner {
        height: 240px;
    }
    .banner .banner-text {
        top: 61%;
    }
    .banner-text p + .btn-red {
        margin-top: 10px;
    }
    .section h2 {
        font-size: 30px;
    }
    .banner-text h1,
    .banner-text h1 strong {
        font-size: 35px;
    }
    .btn-red {
        min-width: 170px;
        font-size: 16px;
    }
    .left-side-img {
        width: 100%;
        position: static;
        height: 320px;
    }
    .about-us-home .about-us-text {
        width: 100%;
        padding-left: 0;
    }
    .about-us-home {
        padding: 50px 0 0;
    }
    .syndication-section figure {
        margin-top: 50px;
    }
    .syndication-section figure:before {
        top: -10px;
        right: 34px;
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px);
    }
    .featured-section .heading:before {
        top: 9px;
        height: 460px;
    }
    .greyhound-section .greyhound-big-img {
        left: -3px;
        width: 100%;
        padding: 26px 15px 0;
        max-width: 345px;
        margin: auto;
        position: static;
        margin-bottom: 30px;
    }
    .greyhound-news-list .greyhound-new-item {
        width: 100%;
        margin-bottom: 30px;
        min-height: 122px;
    }
    .footer-section.get-in-section-footer,
    .footer-section.nav-section-footer,
    .footer-section {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .copyright p {
        font-size: 14px;
        text-align: center;
    }
    .copyright p .pull-left,
    .copyright p .pull-right {
        width: 100%;
    }
    .news-section-footer .form-cover {
        margin-bottom: 40px;
        width: 100%;
        max-width: 345px;
    }
    .featured-post figure {
        height: 210px;
    }
    .featured-section .featured-post {
        margin-bottom: 20px;
    }
    .membership-package-table-outer {
        margin: 0;
    }
    .membership-package-table,
    .membership-package-table .membership-package-table-row {
        display: block;
    }
    .membership-package-table .membership-package-data {
        height: auto;
        display: block;
        width: 100%;
        min-height: 360px;
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 450px;
    }
    .membership-package-table .membership-package-data:last-child {
        margin-bottom: 0;
    }
    .live-chat-cover {
        padding: 10px;
        overflow-x: hidden;
    }
    .live-chat-cover article p {
        font-size: 14px;
    }
    .live-chat-cover article .date p {
        font-size: 12px;
    }
    #calendar h2 {
        font-size: 24px;
    }
    img#ytlink {
        height: 265px;
        width: 100%;
        cursor: pointer;
        max-width: 450px;
        margin: 0 auto;
        display: block;
    }
    .video_description_od,
    .row.our_dogs_content .col-md-5 {
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
    }
    .row.our_dogs_content .col-md-5 {
        margin: 0 auto;
        display: block;
        float: none;
    }
    .postContent {
        height: auto;
    }
    .intro-text {
        margin-bottom: 20px;
    }
    .podcast-post-outer {
        margin: 0px;
    }
    .podcast-list {
        display: block;
        border-spacing: 0;
        width: 100%;
    }
    .podcast-list .podcast-list-row {
        display: block;
        width: 100%;
    }
    .podcast-list .podcast-list-item {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .podcast-page.section {
        padding: 70px 0 40px;
    }
    .sportsbooks-list {
        padding: 25px 10px;
    }
    .featured-text-cover article .img-left,
    .featured-text-cover article:nth-of-type(even) .img-left {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
    #bbpress-forums li.bbp-header {
        padding: 10px;
    }
    #bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: -11px;
        left: 0;
        width: 60px;
        height: 60px;
    }
    #bbpress-forums .bbp-body div.bbp-reply-author {
        margin: 0;
        min-height: 70px;
    }
    #bbpress-forums div.bbp-reply-header {
        font-size: 13px;
    }
    #bbpress-forums #bbp-single-user-details {
        width: 100%;
        float: none;
        overflow: hidden;
        text-align: center;
        max-width: 420px;
        margin: 0 auto 50px;
    }
    #bbpress-forums #bbp-user-body {
        margin-left: 0;
        display: block;
        width: 100%;
    }
    #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
        margin: 0 auto;
        width: 150px;
    }
    .sportsbooks-list article figure,
    .sportsbooks-list article figcaption {
        display: block;
    }
    .sportsbooks-list article figure {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .sportsbooks-list article figcaption {
        width: 100%;
        padding-left: 0;
    }
    .sportsbooks-list article + article {
        margin-top: 25px;
        border-top: solid 2px #e5e5e5;
        padding-top: 25px;
    }
    .sportsbooks-list article {
        text-align: center;
    }
    .contact-form {
        padding: 15px;
    }
    .wpcf7-form-control-wrap {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    .address-area .address-area-row {
        margin: 0;
    }
    .address-area ul {
        display: block;
        border-spacing: 0;
    }
    .address-area ul li {
        display: block;
        padding: 15px;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .custom-modal .form-group.col-6 {
        width: 100%;
        margin-right: 0;
    }
    .custom-modal .modal-dialog {
        position: relative;
        top: 0;
        -webkit-transform: translate(0, 0%) !important;
        transform: translate(0, 0%) !important;
        margin: 30px auto;
    }
    
    .featured-section.section .row .col-md-3:nth-child(2n+1){
        clear: both;
    }
    
    
}

@media screen and (max-width:420px) {
    .top-btn-group {
        bottom: -50px;
    }
    .left-side-img {
        height: 200px;
    }
    .featured-section .heading:before {
        top: 9px;
        height: 360px;
    }
    .featured-post figure {
        height: 138px;
    }
}

@media screen and (max-width:360px) {
    .featured-section.section .col-xs-6 {
        width: 100%;
    }
    .featured-section.section .container {
        position: relative;
    }
    .featured-post figure {
        height: 210px;
    }
    .featured-section .heading:before {
        top: 9px;
        height: auto;
        bottom: 180px;
        right: 15px;
        left: 15px;
        width: auto;
    }
    .featured-section .heading {
        position: static;
    }
}

.bbp-topic-revision-log-item img {
    display: none;
}

.greyhound-news-list .greyhound-new-item h4 a {
    color: #1a1a1a;
}


/*Betting Sheet Table*/

.membership-pricing-table {
    width: 100%;
    padding-bottom: 15px;
}

.membership-pricing-table table .icon-no,
.membership-pricing-table table .icon-yes {
    font-size: 22px
}

.membership-pricing-table table .icon-no {
    color: #a93717
}

.membership-pricing-table table .icon-yes {
    color: #209e61
}

.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 15px 0px 15px 0px;
}

.membership-pricing-table table .plan-header-free {
    background-color: #eee;
    color: #555
}

.membership-pricing-table table .plan-header-blue {
    color: #fff;
    background-color: #61a1d1;
    border-color: #3989c6
}

.membership-pricing-table table .plan-header-standard {
    color: #fff;
    background-color: #ff9317;
    border-color: #e37900
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.membership-pricing-table table,
.membership-pricing-table table td {
    border: 1px solid #ebebeb
}


/* .membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: right;
    width: 15%;
	font-weight: bold;
} */

.membership-pricing-table table tr td:nth-child(5) {
    background-color: #FFF
}

.membership-pricing-table table tr:first-child td,
.membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}

.membership-pricing-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2
}

.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 35px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
    font-size: 45%
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
    font-size: 30%
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.membership-pricing-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #dc3b5d;
    color: #FFF;
    position: absolute;
    padding: 3px 6px;
    font-size: 11px!important;
    font-weight: 500;
    left: -6px;
    top: -22px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #c2284c inset;
    text-shadow: 0 -1px #c2284c
}

.membership-pricing-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table td {
    padding: 25px 20px;
}

.membership-pricing-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none
}
form#myProfileForm input[type="checkbox"] {
    -webkit-appearance: checkbox;
	margin-top: 12px;
}