*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
font-family: "Arial";
font-size: 16px;
}
img {
height: auto;
max-width: 100%;
}
p {
line-height: 1.4;
}
.clearboth {
clear: both;
}
.hdf-form h2 {
margin-top: 0
}
.divider {
margin: 1rem 0;
border-top: 1px solid #aaa
}
.event-item {
margin-bottom: 2rem;
border-bottom: 2px solid #999;
padding-bottom:1rem
}
.event-item .button {
display: inline-block
}
.alignright {
float: right;
margin: 0 0 20px 20px;
}
.alignleft {
float: left;
margin: 0 20px 20px 0;
}
.btn-ghost {
border: 1px solid #fff;
color: #fff;
padding: 10px 22px;
text-decoration: none;
}
.btn-ghost:hover {
color: #c90416;
background: #fff;
}
.button {
text-decoration: none;
color: #fff;
}
.button.red {
background: #c90416;
}
.button.red:hover {
background: #8f0814;
}
.button.blue {
background: #0093dd;
}
.button.blue:hover {
background: #171796;
}
.button.grey {
background: #2d2d2d;
}
.button.grey:hover {
background: #111;
}
.button.sml {
font-size: 14px;
padding: 10px 22px;
}
.button.med {
font-size: 16px;
padding: 10px 22px;
}
.button.lrg {
font-size: 20px;
padding: 12px 24px;
}
#hdf-pay {
font-size: 20px;
padding: 12px 24px;
background: #1c7d4d;
color:#fff;
font-weight: bold;
border: none;
}
#wrapper {
width: 100%;
}
.wrap {
width: 1100px;
margin: 0 auto;
}
#header-top {
background: #e1e0e5;
line-height: 25px;
font-size: 14px;
}
#header-top-left {
float: left;
}
#header-top-right {
float: right;
}
#header-top-right a {
text-decoration: none;
color: #2d2d2d;
}
#header-top-right a:hover {
text-decoration: underline;
}
#header-social {
float: right;
margin-left: 20px;
}
#header-social a {
display: inline-block;
background: #c90416;
color: #fff;
margin: 0;
padding: 0;
width: 25px;
height: 25px;
text-align: center;
text-decoration: none;
}
#header-social a:hover {
background: #8f0814;
text-decoration: none;
}
#header-logo {
text-align: center;
padding: 20px 0;
}
#navigation {
background: #c90416;
}
#navigation.nav-sticky {
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 99;
}
#navigation ul,
#navigation li {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
#navigation ul li {
display: inline-block;
}
#navigation li a {
display: inline-block;
color: #fff;
text-decoration: none;
padding: 14px 22px;
font-weight: 500;
}
#navigation li a:hover {
background: #8f0814;
}
#navigation ul li > ul {
display: none;
position: absolute;
background: #8f0814;
z-index: 99;
}
#navigation ul li > ul li a:hover {
background: #c90416;
}
#navigation ul li:hover > ul {
display: block;
}
#home-feature {
padding: 30px 0;
background: #b8b6b7;
}
#slider {
margin-bottom: 30px;
}
#featured1,
#featured2,
#featured3 {
background: #c90416;
min-height: 222px;
margin-right: 2%;
color: #fff;
padding: 30px 20px;
width: 32%;
float: left;
}
#featured3 {
float: right;
margin-right: 0;
}
#home-feature p {
font-size: 14px;
}
#home-feature h4 {
font-size: 1.4em;
padding: 0;
margin: 0px;
}
#home-feature a {
margin-top: 10px;
display: inline-block;
}
#home-content {
background: #e6e7e9;
padding: 30px 0;
}
#home-sidebar {
width: 300px;
float: right;
}
.sidebar_list li {
margin: 0.4rem 0
}
.sidebar_list li a {
color:#2d2d2d;
text-decoration: none
}
#latest-news {
float: left;
width: calc(100% - 330px);
}
.heading {
background: #b8b6b7;
padding: 6px 0;
}
#content {
float: left;
width: calc(100% - 340px);
}
#content p {
font-size: 16px;
line-height: 1.6;
}
#content ul li {
margin-bottom: 10px;
line-height: 1.4;
}
#chapters {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
grid-gap: 1rem;
margin: 4rem 0;
}
.chapter {
background: #eee;
padding: 20px;
text-align: center;
min-height: 80px;
color: #2d2d2d;
font-size: 18px;
text-decoration: none;
align-items: center;
justify-content: center;
display: flex;
border: 1px solid transparent;
transition: all 500ms ease-in-out
}
.chapter:hover{
border: 1px solid #aaa;
transition: border 500ms ease-in-out
}
.hd_accordion {
position: relative
}
.hd_accordion_title {
background: #b8b6b7;
padding: 0.6em;
font-size: 1.6em;
color: #fff;
text-shadow: 0 1px 0 #999;
cursor: pointer;
}
.hd_accordion_title:hover{
background: #999
}
.hd_accordion_content {
opacity: 0;
pointer-events: none;
height: 0;
transition: all 500ms ease-in-out;
}
.hd_accordion.active .hd_accordion_content {
opacity: 1;
pointer-events: initial;
height: auto;
transition: all 500ms ease-in-out;
}
.members{
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
grid-gap: 1rem;
margin: 0
}
.members h2 {
grid-column: 1 / -1;
}
.member {
background: #eee;
padding: 20px;
text-align: center;
min-height: 80px;
color: #2d2d2d;
font-size: 18px;
text-decoration: none;
display: block
}
.members a {
text-decoration: none
}
.member:hover {
opacity: 0.8;
}
.member span {
font-size: 0.7em;
display: block;
}
#title {
text-align: center;
text-shadow: 0 1px 0 #999;
color: #fff;
}
.heading h2 {
background: #c90416;
color: #fff;
display: inline;
font-size: 1.3em;
padding: 6px 22px;
}
.sidebar-widget {
background: #fff;
padding: 10px;
margin-bottom: 30px;
}
#welcome-new-member {
text-align: center;
font-size: 1.15em;
line-height: 1.3;
border: 1px solid #c90416;
padding: 20px;
}
#welcome-new-member span {
font-size: 0.8em;
}
#welcome-new-member a.btn {
border: 1px solid #c90416;
color: #c90416;
padding: 10px 22px;
text-decoration: none;
font-size: 0.71em;
margin-bottom: 20px;
display: inline-block;
}
#welcome-new-member a.btn:hover {
color: #fff;
background: #c90416;
}
.home-blog-item {
background: #fff;
padding: 20px;
margin: 20px 0;
}
.home-blog-item h5 {
margin: 0;
}
.home-blog-item .read-more a {
color: #c90416;
text-decoration: none;
text-align: right;
}
.home-blog-item .read-more {
text-align: right;
}
.home-blog-item h3 a {
color: #2d2d2d;
text-decoration: none;
}
#home-sponsors {
margin-top: 20px;
}
#home-sponsors .owl-nav {
position: absolute;
top: -56px;
right: 0;
}
#home-sponsors .owl-next,
#home-sponsors .owl-prev {
float: left;
background: #fff;
height: 36px;
line-height: 36px;
padding: 0 14px;
}
#home-sponsors .owl-next:hover,
#home-sponsors .owl-prev:hover {
background: #c90416;
color: #fff;
}
#footer-join {
background: #c90416;
padding: 10px 0;
}
#footer-join p {
text-align: center;
}
#footer-main {
background: #9b999a;
padding: 60px 0;
color: #fff;
}
#footer-main a {
color: #fff;
text-decoration: none;
line-height: 1.5;
}
#footer-bottom {
background: #c90416;
height: 45px;
line-height: 45px;
}
#footer-social {
float: left;
margin-right: 60px;
}
#footer-social a {
display: inline-block;
background: #9b999a;
color: #c90416;
margin: 0;
padding: 0;
width: 45px;
height: 45px;
text-align: center;
text-decoration: none;
line-height: 45px;
}
#footer-social a:hover {
background: #8f0814;
color: #fff;
}
.input {
padding: 12px 8px;
width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea,
.hdf_date_text {
border: 2px solid #2d2d2d;
background: transparent;
padding: 12px 12px;
display: block;
width: 100%;
margin-bottom: 12px;
color: #2d2d2d;
line-height: 1;
}
#member_search {
padding: 12px 18px;
width: 50%;
margin: 0 auto;
display: inline-block;
} .one_half {
width: 48%;
}
.one_third {
width: 30.66%;
}
.two_third {
width: 64.33%;
}
.one_fourth {
width: 22%;
}
.three_fourth {
width: 74%;
}
.one_fifth {
width: 16.8%;
}
.two_fifth {
width: 37.6%;
}
.three_fifth {
width: 58.4%;
}
.four_fifth {
width: 67.2%;
}
.one_sixth {
width: 13.33%;
}
.five_sixth {
width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
position: relative;
margin-right: 3%;
float: left;
}
.last {
margin-right: 0 !important;
clear: right;
}
.clear {
clear: both;
display: block;
font-size: 0;
height: 0;
line-height: 0;
width: 100%;
}
.hdf_submit {
font-size: 20px;
padding: 12px 24px;
background: #0093dd;
text-align: center;
}  .wpcf7 {
text-align: left;
width: 90%;
}
.wpcf7-checkbox {
margin-top: 12px !important;
display: inline-block;
}
.wpcf7-list-item {
margin: 6px 0 4px 1em !important;
} .wpcf7-text,
.wpcf7-textarea {
width: 100%;
border: 1px solid #e4e4e4;
border-radius: 4px;
}
.wpcf7-text {
height: 50px;
padding-left: 10px;
margin-bottom: 4px;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
border-color: #129fea;
} .wpcf7-form p {
font-size: 16px;
font-family: "Roboto", sans-serif;
} .wpcf7-submit {
width: 85%;
font-size: 15px !important;
background: #4a97c2 !important;
color: #fff !important;
padding: 20px;
} .wpcf7-submit:hover {
background: #3b86b0 !important;
} .wpcf7-response-output {
margin-bottom: 30px !important;
}  .wpcf7 {
padding: 20px 25px !important;
padding-bottom: 0px !important;
} .wpcf7-text:focus,
.wpcf7-textarea:focus {
border-color: #8f8f8f !important;
} .wpcf7-submit {
background: #7e7e7e !important;
color: #fff !important;
} .wpcf7-submit:hover {
background: #5f5f5f !important;
}  .wpcf7-submit {
background-color: #1d2731 !important;
border: 2px solid #5a5050 !important;
color: #5a5050 !important;
font-weight: bold !important;
} .wpcf7-submit:hover {
background-color: rgba(29, 39, 49, 0.66) !important;
border-color: #4caf50 !important;
color: #4caf50 !important;
} .wpcf7-form p {
color: #fff;
} .wpcf7-text,
.wpcf7-textarea {
color: #777;
} .wpcf7-submit {
border: 2px solid #ffffff !important;
color: #ffffff !important;
} .wpcf7-submit:hover {
border-color: transparent !important;
background-color: rgba(0, 0, 0, 0.2) !important;
color: #ffffff !important;
} .wpcf7-text:focus,
.wpcf7-textarea:focus {
border-color: #5a3d3d !important;
}
.blog_item {
margin-bottom: 2rem;
border-bottom: 1px dashed;
padding-bottom: 2rem;
}
.blog_item h3 a {
color:#0093dd;	
text-decoration: none;
}
.blog_item h3 {
font-size: 1.6rem;
}
.blog_date {
opacity: 0.6
}
#mobile_nav_toggle {
display: none;
}
.pagination {
grid-column: 1 / -1;
justify-self: end;
}
.pagination a {
text-decoration: none
}
.prev.page-numbers,
.next.page-numbers {
font-size: 1em;
line-height: 1;
border-radius: 0;
padding: 12px 22px;
background: #2d2d2d;
color: #fff;
display: inline-block;
height: auto;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
background: #0093dd;
}
.page-numbers {
padding: 8px 22px;
background: #efefef;
font-size: 1em;
margin: 0;
display: inline-block;
height: auto;
}
.page-numbers.current {
background: #ccc;
}
@media (max-width: 1000px) {
html,
body {
font-size: 18px;
}
.button {
display: inline-block;
margin: 0.4rem
}
#members {
grid-template-columns: 1fr;
}
.no_mobile {
display: none;
}
#header-logo {
padding: 6px 22px;
}
#featured1, #featured2, #featured3 {
float:none;
width: 100%;
margin-bottom: 22px
}
#latest-news,
#home-sidebar {
width: 100%;
float: none;
}
.owl-nav {
display: none;
}
#navigation,
#top_bar,
.slider_nav {
display: none;
background: #185294;
}
#nav {
display: block;
}
.nav_item {
text-align: center;
padding: 6px 0;
}
.wrap {
padding: 0 22px;
width: 100%;
}
#content {
float:none;
width: 100%;
}
#navigation ul li {display: block}
#navigation li ul li {text-align: left}
.member {
float:none;
width: 100%
}
#member_search {
width: 100%;
}
#content .lrg {
display: inline-block;
margin-bottom: 22px
}
#mobile_nav_toggle {
display: block;
padding: 12px 0;
text-align: center;
cursor: pointer;
background: #0093dd;
color: #fff;
z-index: 9;
position: relative;
}
h1 {
font-size: 1.6rem;
}
#slider{
width: 100vw;
margin-left: -22px;
}
}
.hdf_submit {
cursor: pointer;
}
#hdc_product_title {
color:#444
}
#hdc_wrapper {
padding: 4rem 0 !important;
font-size: 18px;
}
#hdc_breadcrumbs {
display: none !important
}
#hdc_product_variations .hdc_variation_item {	
background: #e1e0e5;
color:#444
}
#hdc_product_variations .hdc_variation_item.active{
background: #c90d16;
color:#fff
}
h3#product_price {
font-weight: bold;
display: none
}
.hdcommerce #hdc_wrapper .hdc_input {
display: block;
padding: 1em;
width: 100%;
line-height: 1;
font-size: 0.8em;
border-radius: 0;
border-color: currentColor;
border-style: none;
border-bottom-style: dashed;
box-shadow: none;
border-width: 1px;
background-color: #fafafa;
height: initial;
}
#hdc_added_to_cart > p {
display: inline;
padding: 0.6em 0.4em;
border: 1px solid #51ab52;
background-color: #eee;
}
#hdc_added_to_cart > p > a {
padding: 0.2em 0.4em;
border: 1px solid #333;
color: #fff;
line-height: 1;
background: #333;
text-decoration: none;
position: relative;
padding-left: calc(0.4em + 2em);
}
#hdc_added_to_cart > p > a:before{
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 902.86 902.86'%3E%3Cpath fill = '%23ffffff' d='M671.504 577.829 781.989 145.22H902.86v-68H729.174L703.128 179.2 0 178.697l74.753 399.129h596.751v.003zm14.262-330.641-67.077 262.64h-487.49L81.928 246.756l603.838.432zM578.418 825.641c59.961 0 108.743-48.783 108.743-108.744s-48.782-108.742-108.743-108.742H168.717c-59.961 0-108.744 48.781-108.744 108.742s48.782 108.744 108.744 108.744S277.46 776.858 277.46 716.897c0-14.4-2.821-28.152-7.927-40.742h208.069c-5.107 12.59-7.928 26.342-7.928 40.742.001 59.961 48.783 108.744 108.744 108.744zM209.46 716.897c0 22.467-18.277 40.744-40.743 40.744s-40.744-18.277-40.744-40.744c0-22.465 18.277-40.742 40.744-40.742 22.466 0 40.743 18.277 40.743 40.742zm409.702 0c0 22.467-18.277 40.744-40.743 40.744s-40.743-18.277-40.743-40.744c0-22.465 18.277-40.742 40.743-40.742s40.743 18.277 40.743 40.742z'/%3E%3C/svg%3E");
position: absolute;
left: 0;
top: 0;
margin-top: 2px;
margin-left: 10px;
display: block;
width: 24px;
height: 24px;
}
@media (max-width: 1000px) {
#hdc_added_to_cart > p {
display: block
}
#hdc_wrapper {		
padding: 2rem !important;
}
#hdc_product_main {
grid-template-columns: 1fr !important;
text-align: left !important; 
}
#hdc_checkout_page {
grid-template-columns: 1fr !important;
}
}
#hdc_wrapper .hdc_error {
border: 1px dashed darkred !important
}