/*!
Theme Name: Young Rider
Theme URI: https://youngrider.com
Author: Young Rider
Author URI: https://youngrider.com
Description: Custom theme for Young Rider.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: young-rider
Tags: Young Rider
*/

/* Fonts */

@font-face {
    font-family: 'gothambook';
    font-display: swap;
    src: url('fonts/gothambook-webfont.woff2') format('woff2'),
         url('fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambold';
    font-display: swap;
    src: url('fonts/gothambold-webfont.woff2') format('woff2'),
         url('fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamblack';
    font-display: swap;
    src: url('fonts/gothamblack-webfont.woff2') format('woff2'),
         url('fonts/gothamblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kg_all_ofmeregular';
    font-display: swap;
    src: url('fonts/kgallofme-webfont.woff2') format('woff2'),
         url('fonts/kgallofme-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kg_turning_tablesregular';
    font-display: swap;
    src: url('fonts/kgturningtables-webfont.woff2') format('woff2'),
         url('fonts/kgturningtables-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'gothambook';
}

b, strong {
     font-family: 'gothambold';
}

h1 {
    font-family: 'gothambold';
    font-size:2rem;
}

h2 {
    font-family: 'gothambold';
    font-size: 1.25rem;
}

h3 {
    font-family: 'gothambold';
    font-size:1rem;
}

a:link,
a:visited {
    color:#155E7D;
    /*text-decoration: underline;*/
    text-decoration: none;
    
}
a.page-numbers,span.page-numbers.current   {
    padding: 0 5px;
}
 
a:active,
a:hover {
    color:#155E7D;
    /*text-decoration: none;*/
    text-decoration: underline;
}

h2 a:link,
h2 a:visited {
    color:#292520;
    text-decoration: none;
}
 
h2 a:active,
h2 a:hover {
    color:#155E7D;
    text-decoration: none;
}

#page {
    max-width: 1920px;
    margin:0 auto;
    padding-left:0;
    padding-right:0;
}

.content-wrapper {
    background-color:#FFF;
    background-image: url(images/tear-darkteal-white.jpg);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: top left;
    padding:50px 0 70px 0;
    margin-top: -1px;
}

/* Misc */

hr {
    clear:both !important;
    background-color: #ced4da;
}

input, textarea, button, a {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}

.clear-both {
    clear:both !important;  
}

#header-widget,
#mobile-header-widget {
    overflow: hidden;
}

.comment-respond {
    margin-top: 2rem;
}

#cancel-comment-reply-link {
    font-size: 1rem;
    margin-left: 1rem;
}

.modal-header {
    border:none !important;
}

.modal-content {
    margin-top: 100px;
}

#scroll-top {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 74px;
    bottom: 14px;
    z-index: 6;
    box-shadow: grey 0px 0px 5px;
    cursor: pointer;
}

.grecaptcha-badge {
    z-index: 5;
}

.not-found-search {
    max-width: 320px;
    margin-left:auto;
    margin-right:auto;
}

.contact-modal-icon {
    font-size: 2em;
    color: #155E7D;
}

/* Cards */

.card-body {
    flex-grow: 1;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.card-footer .col {
    align-self: flex-end;
}

/* Alignments */

.alignleft {
    margin-top: 6px;
    margin-right: 24px;
    margin-bottom: 6px !important;
    margin-left: 0;
}

.alignright {
    margin-top: 6px;
    margin-right: 0;
    margin-bottom: 6px !important;
    margin-left: 24px;
}

.aligncenter {
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1em;
}

.alignleft,
.wp-block-image .alignleft {
    float: none;
    margin:1em auto;
}

.alignright,
.wp-block-image .alignright {
    float: none;
    margin:1em auto;
}

.wp-caption.aligncenter,
.wp-caption.alignnone {
    margin:1rem auto 1rem auto !important;
}

/* Articles */

.single-post .entry-header {
    border-bottom: 10px solid #A4C633;
    padding-bottom: 2rem;
}

.single-post .entry-content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.single-post .entry-footer {
    border-top: 10px solid #A4C633;
}

.single-post h3 {
    font-family: 'gothambold';
    font-size:1rem;
}

header.entry-header {
    margin: 1rem 0 2rem 0;
}

hr.wp-block-separator {
    border-top: none;
    border-bottom: none;
}

img { max-width: 100%; height: inherit !important; }
.wp-caption { max-width: 100%; }

.wp-caption-text,
figcaption {
    padding-top:0.5rem;
    font-size:0.9rem;
    font-style: italic;
}

.article-sidebar-light {
    background-color: #FFF;
    border:1px solid #292520;
    padding:2rem;
    margin:1rem;
}

.article-sidebar-dark {
    background-color: #deded7;
    border:1px solid #292520;
    padding:2rem;
    margin:1rem;
}

.article-sidebar {
    border:1px solid #292520;
    padding:2rem;
    margin:1rem;
}

.entry-meta a {
    text-decoration: none;
    font-weight: 700;
    color: #292520;
}

.nav-previous {
    padding:1rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
    margin-bottom: 1rem;
}

.nav-next {
    padding:1rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
    margin-bottom: 1rem;
}

.nav-previous a,
.nav-next a {
    color:#292520;
    text-decoration: none;
}

.nav-subtitle {
    font-family: 'gothambold';
}

.tags-header {
    font-family: 'gothambold';
    font-size: 1.25rem;
}

.cat-links,
.tags-links,
.edit-link {
    display: block;
}

.edit-link {
    margin: 2rem 0;
}

.cat-links a, .edit-link a {
    font-family: 'gothambold';
    font-size: 0.85rem;
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #FFF !important;
    background-color: #212529 !important;
    text-decoration: none !important;
    border-radius: 0.25rem;
    margin: 0.5rem 0.25rem 0 0;
}

.tags-links a {
    font-family: 'gothambold';
    font-size: 0.85rem;
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #FFF !important;
    background-color: #F15822 !important;
    text-decoration: none !important;
    border-radius: 0.25rem;
    margin: 0.5rem 0.5rem 0 0;
}

/* Forms */

#advertise-with-us .entry-title,
#contact-us .entry-title,
#verify-access .entry-title,
#resend-access .entry-title {
    text-align: center;
}

#advertise-with-us .entry-content,
#verify-access .entry-content,
#resend-access .entry-content {
    max-width:800px;
    margin:0 auto;
}

#advertise-with-us form,
#verify-access form,
#resend-access form {
    max-width:632px;
    margin:0 auto;
}

.price-table-header {
    font-family: 'gothambold';
    font-size: 1.25rem;
    padding: 0.5rem;
    text-align: center;
    color: #FFF;
    background-color: #212529;
    margin-bottom:1rem;
}

/* Messaging */

span.required {
    color:#dc3232;
    font-weight: bold;
}

.alert {
    margin: 1rem auto;
    padding:0.25rem 0.5rem;
}

.alert a {
    color:#ffffff;
    text-decoration: underline;
}

.alert-danger {
    background-color: #dc3232;
    color: #ffffff;
    border-color: transparent;
}

.alert-success {
    background-color: #0b862a;
    color: #ffffff;
    border-color: transparent;
}

.subscriber-notice {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1rem;
}

#classifieds-filter-response,
#directories-filter-response {
    display: inline-block;
    background-color: #dc3232;
    color: #ffffff;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
    margin-top:1rem;
}

.wpcf7-form-control-wrap.business-phone-number-display,
.wpcf7-form-control-wrap.business-email-display,
.wpcf7-form-control-wrap.business-address-display {
    display: block;
    margin-top: -1.5em;
}

.wpcf7-invalid-option {
    color:#dc3232;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #dc3232;
    color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #0b862a;
    color: #ffffff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1rem auto;
    padding: 0.25em 0.5em;
    border: transparent;
    border-radius: 0.25rem;
    display: inline-block;
}

#search-response {
    position: absolute;
    margin-top: 42px;
    display: inline-block;
    background-color: #dc3232;
    color: #ffffff;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
}

#mobile-search-response {
    display: inline-block;
    background-color: #dc3232;
    color: #ffffff;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
    margin-bottom:1rem;
}

.email-sub-success {
    display: inline-block;
    background-color: #0b862a;
    color: #ffffff;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
}

.email-sub-error {
    display: inline-block;
    background-color: #dc3232;
    color: #ffffff;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
}

.email-sub-success a,
.email-sub-error a {
    color:#ffffff !important;
    text-decoration: underline;
}

.error {
    color: #dc3232;
}

/* Pagination */

.yr-pagination ul {
	margin: 0 !important;
}

.yr-pagination a {
    text-decoration: none !important;
}

.yr-pagination .page-item.active .page-link {
    text-decoration: none !important;
    background-color: #155E7D !important;
    border-color: #155E7D !important;
}

/* Author Page */

#author-archive .social-links {
    font-size:1.5rem;
}

#author-archive .social-links span {
    display: inline-block;
    margin-right:2rem;
}

#author-archive .social-links a {
    color:#292520;
}

#author-archive .counts span {
    font-family: 'gothambold';
    font-size: 0.85rem;
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #FFF !important;
    background-color: #212529 !important;
    text-decoration: none !important;
    border-radius: 0.25rem;
    margin: 0.5rem 0.25rem 0 0;
}

/* Sidebar Featured */

#sidebar-featured h5 {
    font-family: 'gothambold';
    font-size: 18px;
    color:#292520;
}

#sidebar-featured .card-text {
    font-family: 'gothambook';
    font-size: 18px;
    color:#292520;
}

#sidebar-featured .category,
#sidebar-featured .author {
    font-family: 'gothambold';
    font-size: 14px;
    color:#292520;
}

#sidebar-featured .date {
    font-family: 'gothambook';
    font-size: 14px;
    color:#292520;
}

#sidebar-featured .right {
    text-align: right;
}

#sidebar-featured h5 a:link,
#sidebar-featured .card .card-text a:link,
#sidebar-featured .card .author a:link,
#sidebar-featured h5 a:visited,
#sidebar-featured .card .card-text a:visited,
#sidebar-featured .card .author a:visited {
    color: #292520 !important;
    text-decoration: none !important;
}

#sidebar-featured h5 a:active,
#sidebar-featured .card .card-text a:active,
#sidebar-featured .card .author a:active,
#sidebar-featured h5 a:hover,
#sidebar-featured .card .card-text a:hover,
#sidebar-featured .card .author a:hover {
    color: #D8148D !important;
    text-decoration: none !important;
}

#sidebar-featured .category a:link,
#sidebar-featured .category a:visited {
    color: #666666 !important;
    text-decoration: none !important;
}

#sidebar-featured .category a:active,
#sidebar-featured .category a:hover {
    color: #D8148D !important;
    text-decoration: none !important;
}

/* Comments */
#comments a:link,
#comments a:visited {
    color:#666666;
    text-decoration: none;
}

#comments a:active,
#comments a:hover {
    color:#155E7D;
    text-decoration: none;
}

#comments .comment-list li {
    margin-bottom:2rem;
    list-style-type: none;
}

.comment-form-cookies-consent label { display: inline !important;}

/* Advertisements */

.desktop-ad-block {
    display:none;
}

.tablet-ad-block {
    display:none;
}

.mobile-ad-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
}

.desktop-ad-block:empty,
.tablet-ad-block:empty,
.mobile-ad-block:empty {
    margin:0;
}

.ad-block-300x250 {
    width: 300px;
    height: 350px;
    background-color:#EEE;
    margin:0 auto 1rem auto;
}

.ad-block-300x600 {
    width: 300px;
    height: 600px;
    background-color:#EEE;
    margin:0 auto 1rem auto;
}

/* Buttons */

.btn {
    font-family: 'gothambold';
}

.btn-primary {
    color: #FFF !important;
    background-color: #155E7D !important;
    border-color: #155E7D !important;
}

.btn-secondary {
    color: #FFF !important;
    background-color: #292520 !important;
    border-color: #292520 !important;
}

.btn-lightblue {
    color: #292520 !important;
    background-color: #BADAF3 !important;
    border-color: #BADAF3 !important;
}

.btn-pink {
    color: #FFF !important;
    background-color: #D8148D !important;
    border-color: #D8148D !important;
}

.btn-orange {
    color: #FFF !important;
    background-color: #F15822 !important;
    border-color: #F15822 !important;
}

.btn-limegreen {
    color: #FFF !important;
    background-color: #A4C633 !important;
    border-color: #A4C633 !important;
}

.btn-topic-purple {
    color: #57328D !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.btn-topic-blue {
    color: #006AAB !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.btn-topic-teal {
    color: #00A888 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.btn-topic-brown {
    color: #61340C !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

a.btn {
    text-decoration: none !important;
}

/* Breadcrumbs */

#breadcrumbs {
    color: #666;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
    color:#666 !important;
    text-decoration: underline !important;
}

#breadcrumbs a:active,
#breadcrumbs a:hover {
    color:#292520 !important;
    text-decoration: underline !important;
}

/* Top Bar Menu */

#top-bar-menu {
    display: none;
    background-color: #292520;
    padding-top:5px;
    padding-bottom:5px;
}

#top-bar-menu .nav-link {
    font-family: 'gothambold';
    font-size: 12px;
}

#top-bar-menu .nav-link:link,
#top-bar-menu .nav-link:visited {
    color:#FFF !important;
    text-decoration: none !important;
}

#top-bar-menu .nav-link:hover,
#top-bar-menu .nav-link:active {
    color:#A4C633 !important;
    text-decoration: none !important;
}

#top-bar-menu .btn {
    color:#FFF !important;
   /* background: none !important;*/
    border: none !important;
}

a.dropdown-item {
    color: #292520 !important;
    text-decoration: none !important;
}

#top-bar-menu input[type=search] {
    max-width:165px;
}

/* Mobile Menu */

#mobile-menu .toggle-button {
    text-align: right;
    width: 100%;
}

#mobile-menu .navbar-toggler {
    font-size:2rem;
    color: #292520 !important;
}

#mobile-menu .nav-link {
    font-family: 'gothambold';
    font-size: 1.5rem;
}

#mobile-menu .nav-link:link,
#mobile-menu .nav-link:visited {
    color:#292520 !important;
    text-decoration: none !important;
}

#mobile-menu .nav-link:hover,
#mobile-menu .nav-link:active {
    color:#A4C633 !important;
    text-decoration: none !important;
}

#mobile-menu .btn {
    color:#292520 !important;
    background: none !important;
    border: none !important;
}

#mobile-menu-content {
    margin-bottom:50px;
}

a.dropdown-item {
    color: #292520 !important;
    text-decoration: none !important;
}

/* Main Menu */

#main-menu {
    display: none;
}

#main-menu ul {
    margin:0;
    padding:0;
    font-family:'kg_all_ofmeregular';
    font-size:18px;
    display:flex;
    justify-content:space-between;
}

#main-menu ul li {
    margin:0;
    padding:0;
    list-style-type: none;
}

#main-header { position: relative; }
#main-menu ul li .menu-panel { display: none; }
#main-menu ul li a:link,
#main-menu ul li a:visited { 
    color: #212529;
    text-decoration:none;
}
#main-menu ul li a:active,
#main-menu ul li a:hover { 
    color: #A4C633;
    text-decoration:none;
}
#main-menu ul li:hover .menu-panel { display: block; color: #FFF; }
#main-menu ul li .menu-panel {
    position: absolute;
    width: 100%;
    min-height: 240px;
    left: 0;
    top: 162px;
    padding:1rem 0 1rem 0;
    background-color: #155E7D;
    font-family: 'gothambook';
    color: #FFF;
    border: none;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    z-index:1000;
    border-top: 10px solid #A4C633;
}
#main-menu ul li .menu-panel h4 {
    font-family: 'gothambold';
    font-size: 18px;
    color: #BADAF3;
    margin-bottom:2rem;
}

#main-menu ul li .menu-panel  .sub-categories .col-md-6 {
    text-align: left;
    font-family: 'gothambold';
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 1rem;
}

#main-menu ul li .menu-panel  .sub-categories a:link,
#main-menu ul li .menu-panel  .sub-categories a:visited {
    color:#FFF !important;
    text-decoration: none !important;
}

#main-menu ul li .menu-panel  .sub-categories a:active,
#main-menu ul li .menu-panel  .sub-categories a:hover {
    color:#A4C633 !important;
    text-decoration: none !important;
}

#main-menu ul li .menu-panel h5 {
    font-family: 'gothambold';
    font-size: 18px;
    color:#FFF;
}

#main-menu ul li .menu-panel .category {
    font-family: 'gothambold';
    font-size: 14px;
    color:#FFF;
}

#main-menu ul li .menu-panel h5 a:link,
#main-menu ul li .menu-panel h5 a:visited {
    color: #FFF !important;
    text-decoration: none !important;
}

#main-menu ul li .menu-panel h5 a:active,
#main-menu ul li .menu-panel h5 a:hover {
    color: #A4C633 !important;
    text-decoration: none !important;
}

#main-menu ul li .menu-panel .category a:link,
#main-menu ul li .menu-panel .category a:visited {
    color: #A4C633 !important;
    text-decoration: none !important;
}

#main-menu ul li .menu-panel .category a:active,
#main-menu ul li .menu-panel .category a:hover {
    color: #FFF !important;
    text-decoration: none !important;
}


/* Header */

#main-header {
    border-bottom: 30px solid #155E7D;
}

#main-header .logo-link {
    display: block;
    margin: -40px auto 2rem auto;
    max-width: 220px;
}

#main-header .social-icons,
#main-header .buttons {
    text-align: center;
}

#main-header .buttons .btn {
    margin:0 5px;
}

#main-header .social-icons i {
    font-size: 2rem;
    padding: 0 0.75rem;
}

#main-header .social-icons a:link,
#main-header .social-icons a:visited {
    color: #292520
}

#main-header .social-icons a:active,
#main-header .social-icons a:hover {
    color:#A4C633;
}

/* Footer */

#main-footer {
    text-align: center;
    border-top: 30px solid #D8148D;
    color:#FFF;
    background-color:#292520;
    padding-bottom:20px;
}

#main-footer .container {
    padding: 70px .75rem 60px .75rem !important;
}

#main-footer .logo {
    max-width: 260px;
    margin: 0 auto;
}

#main-footer .copy {
    font-size: .9rem;
}

#main-footer ul, #main-footer li {
    padding-left: 0;
    list-style: none;
}

#main-footer a:link,
#main-footer a:visited {
    color:#FFF;
    text-decoration: none;
}

#main-footer a:active,
#main-footer a:hover {
    color:#A4C633;
    text-decoration: none;
}

#main-footer .social-icons i {
    font-size: 2rem;
    padding: 1rem 0.75rem;
}

#main-footer .social-icons a:link,
#main-footer .social-icons a:visited {
    color:#A4C633;
}

#main-footer .social-icons a:active,
#main-footer .social-icons a:hover {
    color:#FFF;
}

/* Subscriptions */

#subscribe h1 {
	text-align:center;
}
#subscribe h5 {
    font-family: 'gothambold';
    font-size: 18px;
    color:#292520;
	text-align:center;
}
#subscribe .card-text {
    font-size: 16px;
    color:#292520;
	text-align:center;
}
#subscribe ins {
    font-family: 'gothambold';
    font-size: 24px;
    color:#27AAE1;
	text-decoration:none;
}

#subscribe #features .description-header {
    font-family: 'gothambold';
    color:#006AAB;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 0 auto;
}

#subscribe #features .description {
    font-family: 'gothambold';
    color:#292520;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 0 auto;
}

#subscribe #features .description .bullet {
    color:#F15822;
}

/* Directories */

#directories .tier-2 {
    background-color:#ADD8E6;
}

#directories h5 {
    font-family: 'gothambold';
    font-size: 18px;
    color:#292520;
}

#directories h6 {
    font-size: 16px;
    font-family: 'gothambold';
    color:#292520;
}

#directories .card-text {
    font-size: 16px;
    color:#292520;
}

#directories-landing .row {
    margin-top:2rem;
}

#directories-landing .icon {
    display: block;
    width: 90px;
    margin: 20px auto 0 auto;
}

#directories-landing .icon.camps {
    width:116px;
}

#directories-landing .icon.scholarships {
    width:105px;
}

#directories-landing h5 {
    font-family: 'gothambold';
    font-size:18px;
    color:#292520;
    text-align: center;
    margin-top:2rem;
}

#directories-landing p {
    font-family: 'gothambook';
    font-size:16px;
    color:#292520;
    text-align: center;
}

#directories-landing a:link,
#directories-landing a:visited {
    color:#292520;
    text-decoration: none;
}

#directories-landing a:active,
#directories-landing a:hover {
    color:#D8148D;
    text-decoration: none;
}

/* Classifieds */

#classifieds .card {
    height:420px;
    overflow-y: scroll;
}

#classifieds .card-img-top {
    width: 100%;
    height: 11rem !important;
    object-fit: cover;
}

#classifieds .tier-2 {
    background-color:#ADD8E6;
}

#classifieds h5 {
    font-family: 'gothambold';
    font-size: 18px;
    color:#292520;
}

#classifieds h6 {
    font-size: 16px;
    font-family: 'gothambold';
    color:#292520;
}

#classifieds .card-text {
    font-size: 16px;
    color:#292520;
}

/* Hero Images */

#home #hero-images {
    background-color:#292520;
}

#home #hero-images .carousel-control-next, #home #hero-images .carousel-control-prev {
    opacity: 1;
}

#home #hero-images .fa-angle-left, #home #hero-images .fa-angle-right {
    font-size: 3rem;
}

/* Mission Statement */

#home #mission-statement {
    background-color:#155E7D;
    background-image: url(/wp-content/themes/young-rider/images/tear-darkteal-white.webp);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding:50px 0 70px 0;
    margin-bottom: -1px;
}

#home #mission-statement h2 {
    color:#FFF;
    font-family: 'kg_turning_tablesregular';
    font-size: 32px;
    text-align: center;
}

#home #mission-statement p {
    color:#BADAF3;
    font-family: 'gothambold';
    font-size: 18px;
    text-align: center;
    max-width: 920px;
    margin:1rem auto 1rem auto;
}

/* Instagram Feed */

#home #instagram-feed h2 {
    font-family: 'gothambold';
    font-size: 1.75rem;
    color:#006AAB;
    text-align: center;
    margin-bottom:30px;
    margin-top: 30px;
}

#home #instagram-feed h2 a {
    color:#006AAB;
    text-decoration: none;
}

/* Latest Articles */

#home #latest-articles {
    background-color:#FFF;
    background-image: url(/wp-content/themes/young-rider/images/tear-white-purple.webp);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding:30px 0 80px 0;
    margin-top: -1px;
}

#home #latest-articles h2 {
    font-family: 'kg_all_ofmeregular';
    font-size: 24px;
    color:#006AAB;
    text-align: center;
    margin-bottom:30px;
    margin-top: 30px;
}

#home #latest-articles h5 {
    font-family: 'gothambold';
    font-size: 18px;
    color:#292520;
}

#home #latest-articles .card-text {
    font-family: 'gothambook';
    font-size: 18px;
    color:#292520;
}

#home #latest-articles .category,
#home #latest-articles .author {
    font-family: 'gothambold';
    font-size: 14px;
    color:#292520;
}

#home #latest-articles .date {
    font-family: 'gothambook';
    font-size: 14px;
    color:#292520;
}

#home #latest-articles .right {
    text-align: right;
}

#home #latest-articles h5 a:link,
#home #latest-articles .card .card-text a:link,
#home #latest-articles .card .author a:link,
#home #latest-articles h5 a:visited,
#home #latest-articles .card .card-text a:visited,
#home #latest-articles .card .author a:visited {
    color: #292520 !important;
    text-decoration: none !important;
}

#home #latest-articles h5 a:active,
#home #latest-articles .card .card-text a:active,
#home #latest-articles .card .author a:active,
#home #latest-articles h5 a:hover,
#home #latest-articles .card .card-text a:hover,
#home #latest-articles .card .author a:hover {
    color: #D8148D !important;
    text-decoration: none !important;
}

#home #latest-articles .category a:link,
#home #latest-articles .category a:visited {
    color: #666666 !important;
    text-decoration: none !important;
}

#home #latest-articles .category a:active,
#home #latest-articles .category a:hover {
    color: #D8148D !important;
    text-decoration: none !important;
}

/* Subscribe Section */

#home #subscribe-section {
    position:relative;
    background-color:#57328D;
    padding:70px 0 70px 0;
}

#home #subscribe-section .colorful-horse {
    display: none;
}

#home #subscribe-section h2 {
    font-family: 'kg_all_ofmeregular';
    font-size: 24px;
    color:#FFF;
    text-align: center;
}

#home #subscribe-section p {
    color:#FFC20E;
    font-family: 'gothambold';
    font-size: 18px;
    text-align: center;
    max-width: 648px;
    margin:1rem auto 1rem auto;
}

/* Topic Sections */

#home .topic-section {
    max-width: 1920px;
    margin:0 auto;
}

#home .topic-section .card a {
    color: #292520 !important;
    text-decoration: none !important;
}

#home .topic-section h2 {
    font-family: 'kg_all_ofmeregular';
    font-size: 24px;
    color:#FFF;
    text-align: center;
    margin-top:1rem;
}

#home .topic-section .icon {
    display: block;
    width: 90px;
    margin: 0 auto 0 auto;
}

#home .topic-section .description {
    color:#FFF;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 0 auto;
}

#home .topic-section .card-title {
    font-family: 'gothambold';
    font-size: 18px;
    color:#292520;
}

#home .topic-section .card-text {
    font-size: 16px;
    color:#292520;
}

#home #learn-about-horses {
    background-color:#876CB0;
    background-image: url(/wp-content/themes/young-rider/images/icons-bg.svg);
    background-size: 640px;
    background-repeat: repeat;
    background-position: top right;
    min-height:720px;
    padding:30px 0 60px 0;
    margin-top:-1px;
}

#home #learn-about-horses .card {
    background-color: #C1ABE2;
}

#home #horse-breeds {
    background-color:#3E9EC7;
    background-image: url(/wp-content/themes/young-rider/images/tear-blue-teal.png), url(/wp-content/themes/young-rider/images/icons-bg.svg);
    background-size: 1920px, 640px;
    background-repeat: no-repeat, repeat;
    background-position: bottom right, top right;
    min-height:720px;
    padding:60px 0 80px 0;
}

#home #horse-breeds .card {
    background-color: #89D8F9;
}

#home #improving-skills {
    background-color:#78CDD1;
    background-image: url(/wp-content/themes/young-rider/images/tear-teal-brown.png), url(/wp-content/themes/young-rider/images/icons-bg.svg);
    background-size: 1920px, 640px;
    background-repeat: no-repeat, repeat;
    background-position: bottom right, top right;
    min-height:720px;
    padding:30px 0 80px 0;
    margin-top: -1px;
}

#home #improving-skills .card {
    background-color: #BDF9FC;
}

#home #horse-lifestyle {
    background-color:#864F1F;
    background-image: url(/wp-content/themes/young-rider/images/tear-brown-white.png), url(/wp-content/themes/young-rider/images/icons-bg.svg);
    background-size: 1920px, 640px;
    background-repeat: no-repeat, repeat;
    background-position: bottom right, top right;
    min-height:720px;
    padding:30px 0 80px 0;
    margin-top: -1px;
}

#home #horse-lifestyle .card {
    background-color: #DFA36E;
}

/* Magazine Covers */

#home #back-issues-section {
    background-color:#FFF;
    background-image: url(/wp-content/themes/young-rider/images/tear-white-skyblue.png);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding:30px 0 80px 0;
    margin-top: -1px;
}

#home #back-issues-section h2 {
    font-family: 'kg_all_ofmeregular';
    font-size: 24px;
    color:#57328D;
    text-align: center;
}

#home #back-issues-section h3 {
    font-family: 'gothambold';
    font-size: 18px;
    color:#292520;
    text-align: center;
}

#home #magazine-covers {
    position:relative;
    width:100%;
    height:600px;
    overflow: hidden;
}

#home #magazine-covers .issue {
    position:absolute;
    top: 50%;
    left: 50%;
    background-color: #EEE;
    border: 1px solid rgba(0,0,0,.125);
}

#home #magazine-covers .issue-1 {
    width:320px;
    height:426px;
    z-index: 1;
    margin: -212px 0 0 -600px;
}

#home #magazine-covers .issue-2 {
    width:366px;
    height:487px;
    z-index: 2;
    margin: -244px 0 0 -420px;
}

#home #magazine-covers .issue-3 {
    width:412px;
    height:549px;
    z-index: 3;
    margin: -275px 0 0 -206px;
}

#home #magazine-covers .issue-4 {
    width:366px;
    height:487px;
    z-index: 2;
    margin: -244px 0 0 53px;
}

#home #magazine-covers .issue-5 {
    width:320px;
    height:426px;
    z-index: 1;
    margin: -212px 0 0 280px;
}

#home #magazine-covers .controls .prev {
    left: 0;
}

#home #magazine-covers .controls .next {
    right: 0;
}

#home #magazine-covers .controls .fa-angle-left {
    background-color: #FFF;
    padding: 6px 20px 6px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    margin-left:-1px;
}

#home #magazine-covers .controls .fa-angle-right {
    background-color: #FFF;
    padding: 6px 0 6px 20px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
    margin-right:-1px;
}

#home #magazine-covers .controls .next, #home #magazine-covers .controls .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    padding: 0;
    font-size:3rem;
    color: #292520;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

/* Fun & Games */

#home #fun-games {
    position:relative;
    width:100%;
    height:670px;
    background-image: url(/wp-content/themes/young-rider/images/farm.svg);
    background-repeat: no-repeat;
    background-size:1920px 770px;
    background-position: center center;
    overflow: hidden;
    margin-top: -1px;
}

#home #fun-games h2 {
    color:#FFF;
    font-family: 'kg_turning_tablesregular';
    font-size: 24px;
    text-align: center;
    margin-top:10px;
}

#home #fun-games p {
    font-family: 'gothambold';
    color:#FFF;
    text-align: center;
}

#home #fun-games .signpost {
    position:absolute;
    z-index: 1;
    width:432px;
    bottom:-30px;
    left:50%;
    margin-left:-216px;
}

#home #fun-games .border {
    position:absolute;
    z-index:2;
    width:1920px;
    height:46px;
    bottom:-1px;
    left:0;
    background-image: url(/wp-content/themes/young-rider/images/tear-green-darkteal.png);
    background-size: 1920px;
    background-repeat: no-repeat;
    border:none !important;
}

/* Mini Digital Section */

#home #mini-digital {
    background-color:#155E7D;
    color:#FFF;
    border-bottom: 30px solid #A4C633;
    padding:30px 0 80px 0;
    margin-top: -1px;
}

#home #mini-digital h2 {
    font-family: 'kg_all_ofmeregular';
    font-size: 24px;
    color:#FFF;
    text-align: center;
}

#home #mini-digital .mini-digital-form {
    max-width: 460px;
    margin:0 auto 0 auto;
}

#home #mini-digital .description-header {
    font-family: 'gothambold';
    color:#BADAF3;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 0 auto;
}

#home #mini-digital .description {
    font-family: 'gothambold';
    color:#FFF;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 0 auto;
}

#home #mini-digital .description .bullet {
    color:#F15822;
}

/* Directories */

#home #directories {
    background-image: url(/wp-content/themes/young-rider/images/directories-gradient.svg);
    background-repeat: repeat-x;
    min-height: 720px;
}

#home #directories .container {
    background-image: url(/wp-content/themes/young-rider/images/directories-silhouette.svg);
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top:70px;
    padding-bottom:320px;
    min-height: 720px;
}

#home #directories h2 {
    font-family: 'kg_all_ofmeregular';
    font-size: 24px;
    color:#D8148D;
    text-align: center;
    margin-bottom:50px;
}

#home #directories .row {
    margin-top:2rem;
}

#home #directories .icon {
    display: block;
    width: 90px;
    margin: 20px auto 0 auto;
}

#home #directories .icon.camps {
    width:116px;
}

#home #directories .icon.scholarships {
    width:105px;
}

#home #directories h5 {
    font-family: 'gothambold';
    font-size:18px;
    color:#292520;
    text-align: center;
    margin-top:2rem;
}

#home #directories p {
    font-family: 'gothambook';
    font-size:16px;
    color:#292520;
    text-align: center;
}

#home #directories a:link,
#home #directories a:visited {
    color:#292520;
    text-decoration: none;
}

#home #directories a:active,
#home #directories a:hover {
    color:#D8148D;
    text-decoration: none;
}

/* Mini Digital Library */

#mini-digital-library h1 {
    font-family: 'kg_all_ofmeregular';
    font-size: 24px;
    color:#006AAB;
    text-align: center;
    margin-bottom:30px;
}

#mini-digital-library .card {
    text-align:center;
}

#mini-digital-library .card .issue-title {
    font-family: 'gothambold';
    min-height: 5rem;
}

#mini-digital-library .card .issue-num {
    font-family: 'gothambold';
}

#mini-digital-sub-email-response {
    text-align: center;
}

#footer-sub-email-response a,
#mini-digital-sub-email-response a {
    color:#FFF !important;
    text-decoration: underline !important;
}

#modal-sub-email-response a {
    color:#FFF !important;
    text-decoration: underline !important;
}

/* Shopping */

#shopping h1 {
    font-family: 'kg_all_ofmeregular';
    font-size: 24px;
    color:#006AAB;
    text-align: center;
    margin-bottom:30px;
}

#shopping .product a,
.related.products .product a {
    text-decoration:none;
}
#shopping .product h2,
.related.products .product h2 {
    font-family: 'gothambold';
    font-size: 18px !important;
    color:#292520 !important;
    text-align:center;
    /*min-height: 5rem;*/
    margin:1rem 0 1rem 0;
}

#shopping .product h2{
   min-height: 5rem;
}
#shopping .price,
.related.products .price {
    display: block;
    text-align: center;
    font-family: 'gothambold';
    color: #27AAE1 !important;
    margin-bottom: 10px;
}

.single-product .summary .price {
    font-family: 'gothambold';
    font-size: 2rem !important;
    color: #27AAE1 !important;
}

#shopping .attachment-woocommerce_thumbnail,
.related.products .attachment-woocommerce_thumbnail {
    height: auto;
    max-height: 213px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.woocommerce-page div.product div.images {
    width: 100%;
}

.woocommerce div.product div.summary {
    width: 100%;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}

.related.products {
    clear:both;
}

/* Tack Shop */

#tack-shop h1 {
    color:#006AAB;
    font-family: 'kg_all_ofmeregular';
    font-size: 2rem;
    text-align: center;
}

#tack-shop .card-body {
    position:relative;
}

#tack-shop .card-body a {
    text-decoration: none;
}

#tack-shop .zoom {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #FFF;
    background: rgba(0,0,0,.7);
    padding: 0.25rem 0.5rem;
}

#tack-shop .zoom a {
    color:#FFF;
    text-decoration: none;
}

/* Category Pages */

#categories h5 {
    font-family: 'gothambold';
    font-size: 18px;
    color:#292520;
}

#categories .card-text {
    font-family: 'gothambook';
    font-size: 18px;
    color:#292520;
}

#categories .category,
#categories .author {
    font-family: 'gothambold';
    font-size: 14px;
    color:#292520;
}

#categories .date {
    font-family: 'gothambook';
    font-size: 14px;
    color:#292520;
}

#categories .right {
    text-align: right;
}

#categories h5 a:link,
#categories .card .card-text a:link,
#categories .card .author a:link,
#categories h5 a:visited,
#categories .card .card-text a:visited,
#categories .card .author a:visited {
    color: #292520 !important;
    text-decoration: none !important;
}

#categories h5 a:active,
#categories .card .card-text a:active,
#categories .card .author a:active,
#categories h5 a:hover,
#categories .card .card-text a:hover,
#categories .card .author a:hover {
    color: #D8148D !important;
    text-decoration: none !important;
}

#categories .category a:link,
#categories .category a:visited {
    color: #666666 !important;
    text-decoration: none !important;
}

#categories .category a:active,
#categories .category a:hover {
    color: #D8148D !important;
    text-decoration: none !important;
}

.subcategories h3 {
    font-family: 'gothambold';
    font-size:2rem;
    text-align:center;
    margin-bottom: 30px;
}

.subcategories h3 a:link,
.subcategories h3 a:visited {
    color: #212529 !important;
    text-decoration: none !important;
}

.subcategories h3 a:active,
.subcategories h3 a:hover {
    color: #155E7D !important;
    text-decoration: none !important;
}

.subcategories .subcategory {
    border-top: 10px solid #A4C633;
    padding-top: 30px;
}

.thirdcategories h4 {
    font-family: 'gothambold';
    font-size:1rem;
    text-align:center;
    margin-bottom: 30px;
}

.thirdcategories .col-md-4 {
    font-family: 'gothambold';
    font-size:1.5rem;
    text-align:center;
}

.thirdcategories .col-md-4 a:link,
.thirdcategories .col-md-4 a:visited {
    color: #212529 !important;
    text-decoration: none !important;
}

.thirdcategories .col-md-4 a:active,
.thirdcategories .col-md-4 a:hover {
    color: #155E7D !important;
    text-decoration: none !important;
}

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

    .desktop-ad-block {
        display: none;
    }

    .tablet-ad-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem auto;
    }

    .mobile-ad-block {
        display: none;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: right;
    }

    .alignleft,
    .wp-block-image .alignleft {
        float: left;
        margin: 0.5em 1em 0.5em 0;
    }
    
    .alignright,
    .wp-block-image .alignright {
        float: right;
        margin: 0.5em 0 0.5em 1em;
    }

    #home #hero-images .carousel-item {
        min-height: auto;
    }

    #home #hero-images .carousel-caption {
        position: absolute;
        top: 50%;
        left: 70%;
        right: initial;
        bottom: initial;
        transform: translate(-30%,-50%);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        padding-left:0;
        padding-right:0;
    } 

    #home #hero-images .carousel-item h3 {
        font-size: 36px;
    }
    
    #home #hero-images .carousel-item h4 {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    #home #fun-games .signpost {
        left:45%;
        bottom:0;
        margin-left:auto;
    }

    #home #fun-games h2 {
        text-align: left;
    }
    
    #home #fun-games p {
        text-align: left;
    }

    #home #directories .container {
        padding-top:70px;
        padding-bottom:70px;
    }

    #home #mission-statement h2,
    #home #fun-games h2 {
        font-size: 48px;
    }

    #home #instagram-feed h2,
    #home #latest-articles h2,
    #home #subscribe-section h2,
    #home .topic-section h2,
    #home #back-issues-section h2,
    #home #mini-digital h2,
    #home #directories h2 {
        font-size: 36px;
    }

    #home #instagram-feed h2 {
        font-size:2.5rem;
    }
    
    #home #back-issues-section h3 {
        font-size: 24px;
    }

    #home #directories .container {
        background-size: 648px;
        padding-bottom: auto;
    }

    #mini-digital-library h1 {
        font-size: 36px;
    }

    #shopping h1 {
        font-size: 36px;
    }

    .nav-previous {
        float:left;
        width:48%;
        margin-right:4%;
        min-height: 140px;
    }
    
    .nav-next {
        float:left;
        width:48%;
        min-height: 140px;
    }

    .woocommerce-page div.product div.images {
        width: 35%;
    }
    
    .woocommerce div.product div.summary {
        width: 62%;
    }
}

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

    .desktop-ad-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem auto;
    }

    .tablet-ad-block {
        display: none;
    }

    .mobile-ad-block {
        display: none;
    }

    h1 {
        font-family: 'gothambold';
        font-size:3rem;
    }
    
    h2 {
        font-family: 'gothambold';
        font-size:2rem;
    }

    h3 {
        font-family: 'gothambold';
        font-size:1.5rem;
    }

    .single-post h3 {
        font-family: 'gothambold';
        font-size:1.75rem;
    }

    #top-bar-menu {
        display: block;
    }

    #mobile-menu {
        display: none;
    }

    #main-header .logo-link {
        display: inline;
        margin: auto;
        max-width: 100%;
    }

    #main-menu {
        display: block;
    }

	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

    #home #latest-articles .card-img-top,
    #home .topic-section .card-img-top {
        width: 100%;
        height: 15vw !important;
        object-fit: cover;
    }

    #home #latest-articles h2 {
        margin-top: 0;
    }

    #tack-shop h1 {
        font-size: 3rem;
    }

    #categories .card-img-top {
        width: 100%;
        height: 15vw !important;
        object-fit: cover;
    }

    #main-footer {
        text-align: left;
        padding-bottom:0;
    }
    
    #main-footer .logo {
        margin:inherit;
    }

    #scroll-top {
        width: 70px;
        height: 70px;
        right: 0;
        bottom: 80px;
    }
}

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

    #main-menu ul {
        font-size:20px;
    }

    #main-menu ul li .menu-panel {
        top: 170px;
    }

    #home #hero-images .fa-angle-left, #hero-images .fa-angle-right {
        font-size: 3rem;
    }

    #home #hero-images .carousel-item h3 {
        font-size: 60px;
    }
    
    #home #hero-images .carousel-item h4 {
        font-size: 32px;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    #home #subscribe-section .colorful-horse {
        display:block;
        position:absolute;
        z-index: 1;
        left:0;
        top:7px;
        width:390x;
        height:354px;
    }

    #top-bar-menu input[type=search] {
        max-width:none;
        width:300px;
    }
}

@media only screen and (min-width: 1640px) {
    #home #subscribe-section .colorful-horse {
        top:-40px;
        width:498x;
        height:452px;
    }
}

/**********custom css*****************/
/*  ----------------------------------------------------------------------------
    rows
*/

.eh_paypal_express_link {
    display: none !important;
}
.eh_paypal_express_description {
    display: none !important;
}

.td-pb-row {
  *zoom: 1;
  margin-right: -24px;
  margin-left: -24px;
  position: relative;
}
.td-pb-row:before,
.td-pb-row:after {
  display: table;
  content: '';
}
.td-pb-row:after {
  clear: both;
}
.td-boxed-layout .vc_row {
  width: auto;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}
/*  ----------------------------------------------------------------------------
    all spans
*/
.td-pb-row [class*="td-pb-span"] {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  position: relative;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 0;
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.vc_row-no-padding.td-pb-row [class*="td-pb-span"] {
  padding-left: 0;
  padding-right: 0;
}
/*  ----------------------------------------------------------------------------
    smart sidebar - fix
*/
.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
/*  ----------------------------------------------------------------------------
    main grid
*/
.td-pb-span1 {
  width: 8.33333333%;
}
.td-pb-span2 {
  width: 16.66666667%;
}
.td-pb-span3 {
  width: 25%;
}
.td-pb-span4 {
  width: 33.33333333%;
}
.td-pb-span5 {
  width: 41.66666667%;
}
.td-pb-span6 {
  width: 50%;
}
.td-pb-span7 {
  width: 58.33333333%;
}
.td-pb-span8 {
  width: 66.66666667%;
}
.td-pb-span9 {
  width: 75%;
}
.td-pb-span10 {
  width: 83.33333333%;
}
.td-pb-span11 {
  width: 91.66666667%;
}
.td-pb-span12 {
  width: 100%;
}
/*----------------------------------------------------------------------------*/

/*  ----------------------------------------------------------------------------
    container
*/
.td-container,
.tdc-row {
  width: 1068px;
  margin-right: auto;
  margin-left: auto;
}
.td-container:before,
.tdc-row:before,
.td-container:after,
.tdc-row:after {
  display: table;
  content: '';
  line-height: 0;
}
.td-container:after,
.tdc-row:after {
  clear: both;
}
.tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style {
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.td-pb-row > .td-element-style {
  /* responsive portrait phone */
}
#back-issue-slider1 .col{
    position: relative;
    float: left;
    width: 23%!important;
    margin: 0 2% 2% 0!important;
    text-align: center;
}
.td-container-wrap {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.td-main-content-wrap {
  position: relative;
  min-height: 100vh;
  /* responsive portrait phone */
}

table th {
    border: 1px solid #ededed;
}
a.continueShopping:hover {
    text-decoration: underline;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix::before{
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
 
.itemCheckout .submittedValue .btn-submit {
    background: #A4C633 !important;
}
a.continueShopping {
    color: white;
}

.card-text {
    text-align: center;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    color: #fff !important;
}

.loader { display: none;    position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.5);z-index:999;}
.loadIcon{position:absolute;left:50%;top:50%;margin-top:-20px;margin-left:-20px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite}


.woocommerce .cus-checkout-payment .card_cvv .cvc-number {
    top: 26px;
    line-height: 30px;
    position: absolute;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    font-size: 16px;
}

.woocommerce-checkout p {
   
    font-size: 16px;
}
td.woocommerce-order-overview__order.order{
    /* font-size: 16px !important;*/
}

.show-password-input{
    display: none;
}

h3.friendHead-info {
    padding-bottom: 10px;
}

 
.cus-btn-box {
    margin-top: 32px;
    position: relative;
}
.cus-btn-box:after {
    content: '';
    position: absolute;
     width: 200px;
    top: -15px;
    left: 0;
    height: 1px;
    background-color: #e6e6e6;
}

.mt-6 {
    margin-top: 4.4rem!important;
}

/*#main-menu ul li:nth-child(8):after{
content: url('https://egmediamailimg.s3.ap-south-1.amazonaws.com/web-storage/YR-Merchandise/badge.gif');
position: relative;
color: #fff;
font-size: 10px;
text-transform: uppercase;
line-height: 1em;
padding: 2px 5px;
border-radius: 4px;
bottom: 32px;
right: 113px;
margin: auto;
text-align: center;
}*/

.custom_esme{
    padding: 0px;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    outline: 0px;
}
.esme_link{
    text-indent: -999px;
    padding: 0px;
    overflow: hidden;
    background: #fff url(https://egmediamailimg.s3.ap-south-1.amazonaws.com/web-storage/YR-Merchandise/button.png) center 0 no-repeat;
    width: 124px;
    height: 48px;
    margin: -6px;
    outline: 0px !important;
}
.esme_main_link{background-color: #d8148d;color: #fff!important;padding:5px;}