/*
Theme Name: BTC Power Theme
Theme URI: http://www.ggcomm.com/
Author: Goldstein Group Communications
Author URI: http://www.ggcomm.com/
Description: BTC Power 2022 Website Design by the Goldstein Web Team
Version: 1.0
*/

/* this came with the theme */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* Basic Settings */
.text-blue {color:#002855;}
.text-yellow, .text-yellow a {color:#f6a81c;}
.text-green {color:#6dbf4c;}
.text-gray, .text-yellow a:hover {color:#f2f3f3;}
.text-darkgray {color:#939292;}
.bg-blue {background-color:#002855;}
.bg-yellow {background-color:#f6a81c;}
.bg-green {background-color:#6dbf4c;}
.bg-gray {background-color:#f2f3f3;}
.bg-midgray {background-color:#e3e3e3;}
.bg-darkgray {background-color:#939292;}

body, html, p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
}
body{
  overflow-x: hidden;
}
p {
    margin-bottom:20px;
}
b, strong {
  font-weight: 700;
}
h1 {
  font-family: 'avenir-bold', 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  text-decoration: none;
  color: #002855;
  margin: 0px 0px 30px 0px;
}
h2 {
  font-family: 'avenir-bold', 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-decoration: none;
  color: #002855;
  margin: 0px 0px 30px 0px;
}
h3 {
  font-family: 'avenir-bold', 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-decoration: none;
  color: #002855;
  margin: 0px 0px 30px 0px;
}
h4 {
  font-family: 'avenir-bold', 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  text-decoration: none;
  color: #002855;
  margin: 0px 0px 30px 0px;
}
h5 {
  font-size: 20px;
  font-family: 'avenir-bold', 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  color: #002855;
  margin: 0px 0px 30px 0px;
}
a {
  color:#6dbf4c;
  text-decoration: none;
}
li {
    margin: 0 0 20px 20px;
}

/* Misc Settings */
.clearfix{ clear: both;}
.aligncenter{ display: block;margin: auto;}
.alignleft{ display: block;float: left;}
.alignright{ display: block;float: right;}
.text-center{text-align:center;}
.hahs-left {
  width: 48%;
  float: left;
}
.hahs-right {
  width: 48%;
  float: right;
  text-align: right;
}
#StickyHeader{
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .hahs-left, .hahs-right {
    width: 100%;
    float: left;
    text-align: left;
  }
}
.arrow-btn{
  display: inline-block;
  margin-top: 20px;
  padding: 5px 30px;
  border-radius: 5px;
  font-weight: 700;
  color: white;
  background-color: #6dbf4c;
  border: 3px solid #6dbf4c;
}
.arrow-btn:hover{
  background-color: transparent;
  color: #6dbf4c;
}
.wp-caption-text {
    font-style: italic;
    border: 1px solid #cacaca;
    padding: 5px 15px;
    margin-bottom: 30px;
    text-align:center;
}

.post-categories li {margin:0 5px;}
/* Buttons */
.btn{
  border-radius: 7px;
  font-size: 25px;
  font-weight: 700;
  padding: 15px 25px;
  text-align: center;
}
.btn-blue{
  border: 3px solid #002855;
  background: #002855;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-blue:hover{
  border: 3px solid #002855;
  background: #fff;
  color: #002855 !important;
  text-decoration: none !important;
}
.btn-yellow{
  border: 3px solid #f6a81c;
  background: #f6a81c;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-yellow:hover{
  border: 3px solid #f6a81c;
  background: #fff;
  color: #f6a81c !important;
  text-decoration: none !important;
}
.btn-green{
  border: 3px solid #6dbf4c;
  background: #6dbf4c;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-green:hover{
  border: 3px solid #6dbf4c;
  background: #fff;
  color: #6dbf4c !important;
  text-decoration: none !important;
}
.btn-white{
  border: 3px solid #939292;
  background: #fff;
  color: #939292 !important;
  text-decoration: none !important;
}
.btn-white:hover{
  border: 3px solid #939292;
  background: #fff;
  color: #939292 !important;
  text-decoration: none !important;
}
.btn-sm {
  padding: 5px 15px;
  border: 1px solid;
  font-size: inherit;
  border: 1px solid;
}
.btn-sm:hover {
  border: 1px solid;
}

/* Header */
#header {box-shadow: 1px 1px 9px 0px #0028554a;}
nav {
  color:#000;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
nav li {
  float: left;
  margin:0 10px;
}
nav li a {
  display: block;
  color: #000;
  text-align: left;
  padding: 14px 0;
  margin:0 16px;
  text-decoration: none;
}
nav li a:hover,
nav li a:active, 
nav li:hover a, 
nav li:active a {
  color: #000;
  border-bottom:2px solid #6dbf4c;
  padding-bottom: 12px;
}
nav .current_page_item a{
    border-bottom:2px solid #6dbf4c !important;
  padding-bottom: 12px;
}
/* submenu */
nav .menu-item-has-children ul {
  display: none;
  position: absolute;
  background: #f2f3f3;
  padding-bottom: 10px;
}
nav .menu-item-has-children:hover ul {
  display: inherit;
  z-index: 999;
}
nav .menu-item-has-children ul li {
  float:inherit;
}
nav .menu-item-has-children ul li a {
  text-align:left;
  border-bottom: 2px solid #f2f3f3;
}
nav .menu-item-has-children ul li a:hover, 
nav .menu-item-has-children ul li a:active, 
nav .menu-item-has-children ul li:hover a, 
nav .menu-item-has-children ul li:active a {
  border-bottom:2px solid #6dbf4c !important;
}
nav .current_page_item .sub-menu a {
    border-bottom:2px solid #f2f3f3 !important;
    
}
@media only screen and (max-width: 991px) {
  nav ul {padding-bottom: 20px;}
  nav li a {margin: 0 30px;}
  nav .menu-item-has-children:focus ul {
    display: inherit;
  }
  nav .menu-item-has-children:after {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 6 Pro";
    position: relative;
    float: right;
    top: -35px;
  }
  nav .menu-item-has-children:focus:after {
    display: none;
  }
  nav .menu-item-has-children ul {position: inherit;}
  nav .menu-item-has-children ul li a {background-color: #e3e3e3;padding:15px;}
}
.custom-logo-link img {
  max-width: 200px;
  height: auto;
}
.cta-btn{
  border-radius: 7px;
  font-weight: 700;
  padding: 0px 15px;
  text-align: center;
  border: 2px solid #6dbf4c;
  background: #6dbf4c;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  margin:0;
}
.cta-btn a{
  color: #fff !important;
  padding: 11px 16px;
}
.cta-btn:hover{
  border: 2px solid #6dbf4c;
  background: #fff;
  color: #6dbf4c !important;
  text-decoration: none !important;
}
.cta-btn:hover a{
  color: #6dbf4c !important;
  border-bottom: none !important;
}
.ShowDesktopNav {
  display: inherit;
}
.ShowMobileNav {
  display: none;
}
/* sticky */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0px #0028554a;
  z-index: 9;
}
.sticky img {
  max-width: 150px;
}
.sticky li a {
  font-size: 14px;
  padding: 7px 0px !important;
}
.sticky .cta-btn a {
  font-size: 14px;
  padding: 5px 0px;
}
@media only screen and (max-width: 991px) {
  nav li {
    float: inherit;
  }
  .ShowDesktopNav {
  display: none;
  }
  .ShowMobileNav {
    display: inherit;
  }
  .keeptoggleinplace {
    width: 50%;
  }
  .keeptoggleonright {
    justify-content: end !important;
  }
}
/* Search Icon */
.fa-search:before {
  color:#fff;
}
.search-wrap button {
  width: fit-content;
  border: none;
  display: inline-block;
  background-color: #00000000;
}
.search-wrap button i {
display: none;
}
.search-wrap form {
  display: initial;
  border: none;
  font-family: "avenir-bold", "Montserrat", sans-serif !important;
}
.search-wrap form input[type="search"] {
  visibility: hidden;
  width: 0;
  transition: width 2s;
  border: none;
}
.search-wrap button:focus form input[type="search"], 
.search-wrap button:active form input[type="search"], 
.search-wrap button form:focus input[type="search"], 
.search-wrap button form:active input[type="search"], 
.search-wrap button form input[type="search"]:focus, 
.search-wrap button form input[type="search"]:active {
  width: 200px;
  visibility: inherit;
}
.search-wrap  input[type="submit"] {
  display: none !important;
}
 
/* Blog Listing */
.blog-tile-container {

}
.blog-tile-alpha {
  background-image: linear-gradient(#efefef 50%, #ffffff);
  border-radius: 10px 10px 0 0;
  height: 100%;
}

.blog-tile-alpha h5 {
  color: #002855;
  font-size: 20px;
  font-family: 'avenir-bold', 'Montserrat', sans-serif;
  font-weight: 500;
}
.blog-tile-image {
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 7px solid #f6a81c;
  height: 250px;
  border-radius: 10px 10px 0 0;
}
.blog-tile-alpha a {
  text-decoration: none !important;
  color:#000 !important;
}
.blog-tile-readmore {
  font-family: 'avenir-bold', 'Montserrat', sans-serif;
  color: #002855 !important;
  padding-bottom: 15px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 5px solid #6dbf4c;
  display: inline-block;
}
.blog-tile-readmore a {
  color: #002855 !important;
}
/*.blog-tile-alpha img{ 
 width: 100%;
 height: 200px; 
}*/
.blog-tile-title {
  font-weight: bold;
}
.blog-tile-excerpt a {
  color: #000 !important;
}
.blog-sidebar h4 {
  margin-bottom: 10px;
}
.blog-sidebar {
  padding-left: 50px;
}
.blog-sidebar-spacer {
  margin-bottom: 30px;
}
.blog-sidebar ul li {
  padding: 5px 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 5px;
}
.blog-sidebar ul li:last-child {
  border-bottom: none;
}
.blog-sidebar label {
  width: 100%;
  font-size: 12px;
  color: #939292;
}
.blog-sidebar .es-field-wrap label {
  color: #fff;
  margin-top: -16px;
}
.blog-sidebar input {
  width: 100%;
  border: 1px solid #939292;
  padding: 5px;
  border-radius: 5px;
  color: #939292;
}
.blog-sidebar input[type="checkbox"] {
  width: auto;
  margin: 10px 0;
}
.blog-sidebar input[type="submit"] {
  background-color: #6dbf4c;
  color: #fff;
  border: none;
  font-weight: 600;
  margin: 10px 0;
  padding: 10px;
}
.blog-sub-listpage {
  display: flex;
}
.blog-sub-listpage .es-field-wrap {
  display: inline-block;
  margin:-10px 10px 0px;
  width:40%;
} 
.blog-sub-listpage h4 {
  display: inline-block;
}
.blog-sub-listpage input {
  border: 1px solid #939292;
  padding: 5px;
  border-radius: 5px;
  color: #939292;
  vertical-align: middle;
}
.blog-sub-listpage input[type=submit] {
  border: none;
  background-color: #002855;
  color: #fff;
  font-weight: bold;
  padding: 5px 25px;
  height: 45px;
  margin-left: 20px;
}
.blog-sub-listpage input[type=text], .blog-sub-listpage input[type=email] {
  width: 100%;
}
.blog-sub-listpage h4 {
  margin: 0;
}
.blog-sub-listpage form {
  display: flex;
}
.blog-sub-listpage label {
  display: initial;
  font-size: 10px;
  font-style: italic;
  width: 30%;
  line-height: 12px;
  text-indent: -15px;
  padding-left: 15px;
}
.blog-sub-listpage .es-field-wrap label {
  visibility: hidden;
  font-size: 14px;
  line-height: 16px;
}
.blog-sub-listpage .es-field-wrap label input {
  visibility: initial;
}
.blog-topics-row {
  display: flex;
}
.blog-topics-row ul li {
  display: inline-block;
  margin: 0 10px;
}
.blog-topics-dropdown ul li {
  display: block;
  padding:10px;
}
.blog-alltopics-dropdown {
  border:1px solid #939292;
  font-size: inherit;
  font-weight: inherit;
  color: #939292;
}
.blog-meta-style {
  font-size: 12px;
  font-style: italic;
}
.posted-in .post-categories {
display: contents;
}
.posted-in .post-categories li {
  display: inline-block;
}
.blog-nohover1:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.blog-nohover2:hover {
  background-color: inherit !important;
  color: inherit !important;
}
@media only screen and (max-width: 1200px) {
  .blog-sub-listpage {display: block !important;}
  }
@media only screen and (max-width: 768px) {
  .blog-sub-listpage form {display: grid;}
  .blog-sub-listpage .es-field-wrap label input {width: 100%;}
  .hidetopiclistonmobile {display: none;}
  .blog-sub-listpage .es-field-wrap {width: 100%;}
  .blog-sub-listpage label {width: 100%;margin-top: 10px;}
  .blog-sub-listpage input[type=submit] {margin-left: 0;}
  .blog-sidebar {padding-left:calc(var(--bs-gutter-x) * .5);padding-top: 45px;border-top: 1px solid;margin-top: 25px;}
}
.animate_this{
  opacity: 0;
}
.share-icon {
  font-size: 18px;
  margin: 3px;
 }
/* blog subscribe bar */
.blog-sub-listpage form {
    align-items:center;
}
.blog-sub-listpage .hs-email {
width:50%;
}
.blog-sub-listpage label {
	display:none;
}
.blog-sub-listpage .hs-email span {
font-size:14px !important
}
.blog-sub-listpage .legal-consent-container {
width:50%;
}
.blog-sub-listpage .legal-consent-container li {
list-style:none;
margin: 0 0 0 20px;
}
.blog-sub-listpage .legal-consent-container li label {
display:flex;
width:100%;
}
.blog-sub-listpage p {
font-size: 12px !important;
text-indent: initial;
line-height: 15px;
display:block !important;	
}
.legal-consent-container .field.hs-form-field {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
.blog-sub-listpage .hs-email {width:100%;}
.blog-sub-listpage .legal-consent-container {width:100%;margin-bottom:20px;}
}
.blog-sub-listpage .hs-error-msg, .blog-sub-listpage .legal-consent-container .hs-error-msgs label {
    display: contents;
    font-size: 12px;
    color: #002855;
    font-weight: 700;
}
.blog-sub-listpage .hs-error-msgs li {
    list-style:none;
}
.blog-sub-listpage .hs-form-required {
    display:none;
}


/* Footer */
footer a {
  color: #fff !important;
  text-decoration: none !important;
}
footer h5 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px 0;
}
.FooterMagicWhiteBorders {
  border-left:2px solid #fff;
  border-right:2px solid #fff;
}
.footerpregreen {
  font-size: 20px;
}
.footericonmargin {
vertical-align:middle;
margin-right: 20px;
}
@media only screen and (max-width: 990px) {
  .footericonmargin {
      display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
.footerpregreen {
  font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
  .FooterMagicWhiteBorders {
    border-left:none;
    border-right:none;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
  }
  .footerpregreen {
  font-size: 18px;
}
  .footericonmargin {
  display: inherit;
  margin-right: 20px;
  }
}