* {
    padding:0px;
    margin:0px;
}
a:focus {
    outline: none !important;
}
html {
  scroll-behavior: smooth;
}
.container  {
    max-width: 1400px !important;
}
body {
    overflow-x: hidden;
}

ul {
    margin:0 !important;
    padding:0;
}
body {
    margin-bottom: 0px !important;
}
h1, h2, h3, h4, h5,
p, ul, li, a, span {
  font-family: "Inter Tight", serif !important;
}
main#primary header.entry-header {
    display: none;
}
.breadcrumbs.breadcrumb {
    display: none;
}
.entry-content {
    margin-top: 0px;
}
.page {
    margin-bottom: 0px !important;
}
.widget {
    margin-bottom:0px !important;
}
a {
    text-decoration: none !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 2;
  }
/* ***** ScrollBar CSS Start ******* */

body {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  /* Define custom scrollbar styles */
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #003C72;
  }

.right-arrow {
    display: none !important;
}
/* ***** ScrollBar CSS End ******* */
button#bottom_to_top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 999;
  background: #12b5e8;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #00c2ff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear .25s;
  cursor: pointer;
  padding: 0 !important;
}
/* ***** Header CSS Start ******* */
.subheader h1 {
    font-size: 78px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: normal;
    color: transparent;
    padding: 0px 50px;
    background: url(https://www.bocaice.com/wp-content/uploads/2024/12/subheader-bg.jpg), 
	linear-gradient(90deg, rgba(40, 109, 150, 1) 20%, rgba(18, 181, 232, 1) 100%);
    background-clip: text;
    background-size: cover;
    background-position: center left;
}
.subheader {
    text-align: center;
    background: url(https://www.bocaice.com/wp-content/uploads/2024/12/subheader-bg.jpg), 
	linear-gradient(90deg, rgba(40, 109, 150, 1) 20%, rgba(18, 181, 232, 1) 100%);
    padding: 60px 55px;
    position: relative;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
header#masthead {
  position: sticky;
  top: 0;
  z-index: 4;
}
.main-header {
  padding: 15px 0px;
  background: #000;
}
.main-navigation ul {
  display: flex;
  justify-content: end;
}
ul#primary-menu li {
  padding-right: 20px;
}
.right-nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .container .row {
  justify-content: center;
  align-items: end;
}

ul#primary-menu {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
ul#primary-menu li a, 
.footer-nav ul.menu li a,
.footer-contacts ul li a {
  color: #fff;
  transition: all ease 500ms;
  display: inline-block;
}
a.extra-number::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #12b5e8;
  transition: width 0.3s;
  margin-top: 10px;
}
a.extra-number:hover::after {
	width: 100%	
}
a.extra-number {
  font-size: 24px;
  color: #000;
  transition: all ease 500ms;
  padding-left: 62px;
  display: inline-block;
}
a.extra-number:hover {
  color: #000;
}
ul#primary-menu li a::after,
.footer-nav ul.menu li a::after,
.footer-contacts ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
  margin-top: 5px;
}
ul#primary-menu li.current-menu-item a {
  border-bottom: 2px solid #fff;
  color: #12b5e8;
}
ul#primary-menu li a:hover::after,
.footer-nav ul.menu li a:hover::after,
.footer-contacts ul li a:hover::after {
  width: 100%
}
ul#primary-menu li.current-menu-item a::after {
    background: transparent;
}
ul#primary-menu li a:hover,
.footer-nav ul.menu li a:hover,
.footer-contacts ul li a:hover {
  color: #12B5E8;
  display: inline-block;
}
ul#primary-menu li.current-menu-item ul.sub-menu a {
    border-bottom: 2px dashed;
}
ul#primary-menu ul.sub-menu li.current-menu-item a {
	background:#085972;
	color:#fff !important;
}
ul#primary-menu li.current-menu-item ul.sub-menu li:last-child a {
    border-bottom: 2px dashed transparent;
}

ul#primary-menu li.current-menu-item ul.sub-menu a::after {
    background: #fff;
}
.appointment-btn {
  width: 100%;
  max-width: fit-content;
  text-align: center;
}
.appointment-btn a {
    background: #12B5E8;
    padding: 5px 15px;
    display: flex;
    color: #fff;
    font-size: 15px;
    transition: all ease 500ms;
    padding-right: 5px;
    border-radius: 60px;
    align-items: center;
    font-family: lato !important;
    font-weight: 500;
}
.appointment-btn a i {
    background: #fff;
    color: #000;
    border-radius: 100%;
    font-size: 15px;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    rotate: 320deg;
    transition: all ease 500ms;
}
.purchase-btn {
  padding: 8px 22px !important;
  transition: all ease 500ms !important;
  padding-right: 10px !important;
  border-radius: 60px !important;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
}
.purchase-btn i {
  background: #fff;
  color: #000;
  border-radius: 100%;
  font-size: 24px !important;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 10px !important;
  rotate: 320deg;
  transition: all ease 500ms !important;
}
.purchase-btn:hover i {
rotate: 360deg;
color: #fff;
background: #12b5e8;
box-shadow: 0px 0px 13px #08a4e8;
transition: all ease 500ms;
}
.appointment-btn a:hover {
  background: #82dffd;
  color: #000;
  transition: all ease 500ms;
}

.appointment-btn a:hover i {
  rotate: 360deg;
  color: #fff;
  background: #12b5e8;
  box-shadow: 0px 0px 13px #08a4e8;
  transition: all ease 500ms;
}
.slick-prev:before {
  content: "\f104" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}

.slick-next:before {
  content: "\f105" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}
ul.sub-menu {
    display: block;
    background: #fff;
    border: none;
    padding-top: 0px !important;
    top: 20px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
ul.sub-menu li {
    padding-right: 0px !important;
    background: #12b5e8;
}
ul.sub-menu li:last-child a {
    border: none;
}
ul.sub-menu li a:hover {
    background: #085972;
    color: #fff !important;
}
ul.sub-menu ul {
    left: 200px !important;
    position: absolute;
    display: none;
    top: 0px !important;
}
ul.sub-menu li:after {
    display: none;
}
ul.sub-menu li a {
    padding: 12px 15px !important;
    border-bottom: 2px dashed #fff;
    line-height: normal;
}
ul.sub-menu li a::after {
    bottom: 0px !important;
    position: absolute;
    left: 0px;
}



/* ***** Header CSS End ******* */


/* ***** Footer CSS Start ******* */

footer#colophon {
  padding-top: 75px;
  background: #323232;
}
.footer-logo img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 15px;
}
.get_in_touch {
    width: 70%;
}
.about_company p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-social-icons h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer-social-icons ul {
  display: flex;
  list-style: none;
}

.footer-social-icons ul li a {
  font-size: 20px;
  padding: 8px;
  display: block;
  color: #fff;
  border-radius: 60px;
  transition: all ease 500ms;
}
.footer-social-icons ul li:first-child a {
  padding-left: 0px;
}
.footer-social-icons ul li a:hover {
  transition: all ease 500ms;
  color: #12b5e8;
}
.footer-nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.footer-navigation h2, 
.get_in_touch h2 {
  font-size: 23px;
  font-weight: 600;
  color: #12b5e8;
  margin-bottom: 25px;
}
.footer-nav ul.menu {
  list-style: none;
  line-height: normal;
}
.footer-nav ul.menu li {
  margin-top: 0px;
  margin-bottom: 7px;
}
.footer-nav ul.menu li a {
  font-size: 16px;
  color: #ffffff;
}
.get_in_touch .contact-info {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all ease 500ms;
}
.get_in_touch img {
  padding-right: 15px;
  transition: all ease 500ms;
}
.get_in_touch .contact-info span {
  width: 100%;
  float: left;
  display: block;
  color: #12b5e8;
  padding: 7px 0px;
  font-weight: 600;
  transition: all ease 500ms;
}
.get_in_touch .contact-info a, .foot-address div {
  color: #ffffff;
  transition: all ease 500ms;
  padding-left: 15px;
  line-height: normal;
}
.get_in_touch .contact-info:hover a {
  color: #12b5e8;
}
.get_in_touch .contact-info:hover a span {
  color: #ffffff;
}
footer#colophon .row {
  padding-bottom: 60px;
}
.bottom-footer {
  background: #12B5E8;
  text-align: center;
  color: #fff;
  padding: 16px 10px;
  font-size: 16px;
}
.get_in_touch .contact-info i {
  background: #12B5E8;
  padding: 15px;
  color: #fff;
  border-radius: 60px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav#footer-navigation1, nav#footer-navigation2 {
  width: 100%;
}
/* ***** Footer CSS End ******* */
.about-content-row {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.sub-heading {
  text-transform: uppercase;
  font-family: 'Lato' !important;
  font-weight: 800 !important;
}
.big-heading {
  color: #000000;
  font-size: 42px;
  font-weight: 500 !important;
  margin-top: 10px !important;
}
.theme-content {
  font-size: 20px;
  line-height: normal;
}
.cube-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    z-index: 1;
}
.cube-img img {
  width: 90px;
}

.theme-content ul li::marker {
  content: "\f058";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #12B5E8;
}

.theme-content ul {
  margin-left: 20px !important;
}

.theme-content ul li {
  font-size: 22px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.theme-btn a {
  background: #12B5E8 !important;
  border-color: #12B5E8 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 12px 25px !important;
  padding-right: 50px !important;
}
.theme-btn a:hover {
  background: #000 !important;
  border-color: #000 !important;
}
.theme-btn a i {
  background: #fff;
  color: #000;
  border-radius: 100%;
  padding: 5px;
  width: 35px;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 0px;
  rotate: 320deg;
  transition: all ease 500ms;
  position: absolute !important;
  right: -6px !important;
  top: 18px !important;
}
.theme-btn a:hover i {
  rotate: 360deg;
  color: #fff;
  background: #12b5e8;
  box-shadow: 0px 0px 13px #08a4e8;
  transition: all ease 500ms;
  right: 6px !important;
  top: 22px !important;
}
div#gform_fields_1 {
  row-gap: 20px;
}

form#gform_1 label {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.gfield_required_asterisk {
  font-size: 18px;
}

form#gform_1 input, form#gform_1 textarea {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #818181;
  border-radius: 0px;
  font-family: 'Inter Tight';
  font-size: 16px;
}

p.gform_required_legend {
  display: none;
}
input#gform_submit_button_1 {
  padding: 13px 25px;
  transition: all ease 500ms !important;
  background: #12B5E8 !important;
  border-color: #12B5E8 !important;
  padding-right: 47px;
  border-radius: 60px !important;
  background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/Group-1171275619.png) !important;
  background-position: 98% !important;
  background-repeat: no-repeat !important;
  transition: all ease 500ms !important;
}
input#gform_submit_button_1:hover {
  background: #237faa !important;
  border-color: #237faa !important;
  background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/Group-1171275619.png) !important;
  background-repeat: no-repeat !important;
  background-position: 98% !important;
  background-blend-mode: color-dodge;
}

.footer-contacts ul {
  list-style: none;
}
.footer-contacts li i {
  background: #12B5E8;
  padding: 15px;
  color: #fff;
  border-radius: 60px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-right: 10px;
}
.footer-contacts ul li a {
  display: inline-block !important;
  color:#000;
  text-decoration:none !important;
}
.footer-contacts ul li {
  display: flex;
  align-items: center;
}
li.address-list {
  display: none !important;
}
.footer-contacts ul {
  display: flex;
  margin-top: 50px !important;
  align-items: center;
}
.info-box .brown {
  width: 100%;
  float: left;
  display: block;
  color: #12b5e8;
  padding: 7px 0px;
  font-weight: 600;
  transition: all ease 500ms;
  font-size: 20px;
}
a.with-icon {
  transition: all ease 500ms;
  line-height: normal;
  color: #000;
  font-size: 23px;
}
.footer-contacts ul li a::after {
  background:#12b5e8;
  height:3px !important;
}
.footer-contacts ul li a:hover {
  color:#000 !important;
}

/********************** New Site Styling****************************/

.video-row {
/* background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/bg-overlay-img.png); */
    background-repeat: repeat;
    background-blend-mode: difference;
}

.theme-img img {
    border-radius: 20px;
    box-shadow: 0px 0px 20px #c9c9c9;
    border: 3px solid #12b5e8;
}
.about-row {
  position: relative;
}
.theme-img1 {
  position: absolute;
  bottom: 0px;
  right: -50px;
  top: 510px;
}
.theme-img1 img {
  width: 370px;
  border-radius: 20px;
}
.cube-img img {
  width: 90px;
}
.programs-row {
  background: rgb(2, 70, 111);
  background: linear-gradient(0deg, rgba(2, 70, 111, 1) 0%, rgba(2, 70, 111, 1) 35%, rgba(40, 109, 150, 1) 100%);
}
.programs-row h2.big-heading {
  font-size: 70px;
  font-weight: 500 !important;
}
.programs-row h3.sub-heading {
  text-transform: uppercase;
  font-weight: 200 !important;
  font-size: 32px;
  letter-spacing: 4px;
}
a.program-url {
  margin-bottom: 20px;
  display: block;
}
.programs_main .col-md-4 {
  margin-bottom: 50px;
  text-align: center;
}
.program_thumbnail img {
  margin-bottom: 20px !important;
  display: block;
  border-radius: 15px;
}
.program_title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
  margin-top: 25px;
  line-height: normal;
}
.program_except {
  text-align: center;
  font-size: 20px;
  line-height: normal;
  color: #fff;
}
a.program-url-btn {
    display: ruby-text;
    background: #12B5E8;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    transition: all ease 500ms;
    border-radius: 60px;
    font-family: lato !important;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    padding-right: 0px !important;
}
a.program-url-btn i {
  margin-left: 10px;
  background: #fff;
  color: #000;
  border-radius: 100%;
  font-size: 20px;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  rotate: 320deg;
  transition: all ease 500ms;
}
a.program-url-btn:hover {
  background: #82dffd;
  color: #000;
  transition: all ease 500ms;
}
a.program-url-btn:hover i {
  rotate: 360deg;
  color: #fff;
  background: #12b5e8;
  box-shadow: 0px 0px 13px #08a4e8;
  transition: all ease 500ms;
}
.cube-img2 {
  margin-bottom: 0px;
}
.news-row .sub-heading {
  text-transform: uppercase;
  font-weight: 200 !important;
  letter-spacing: 4px;
}
.blog-thumbnail iframe {
    border-radius: 20px;
    margin-bottom: 15px !important;
    height: 330px;
}
.blog-thumbnail img {
  border-radius: 20px;
  margin-bottom: 30px !important;
}

.blog-content .date {
  color: #286D96;
  display: inline-block;
  margin-bottom: 15px;
  background: #B5E3FF;
  padding: 6px 12px;
  border-radius: 20px;
  font-family: 'Inter Tight' !important;
  font-size: 13px;
  font-weight: 600;
}
.blog_title {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 600;
}
a.program-url-btn.program-url-btn2 {
  margin: 0px;
}
button.slick-arrow {
  background: #000 !important;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all ease 500ms;
  z-index: 1;
  top: 44%;
}
.slick-prev {
  left: -15px !important;
}
.slick-next {
  right: -15px !important;
}
button.slick-arrow::before {
  font-size: 38px;
  opacity: 1;
}

button.slick-arrow:hover {
  transition: all ease 500ms;
  background: #12b5e8 !important;
}
.about-row .coming-event-heading {
  background: #12B5E8;
  display: table;
  margin: 0 auto;
  padding: 10px 20px !important;
  color: #fff !important;
  font-size: 30px;
  width: 100%;
  max-width: 437px;
}
video.custom-videos {
    border-radius: 25px;
    background: #000;
}
.about-row {
  background: #ececec;
/*   background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/bg-overlay-img.png); */
  background-repeat: repeat;
  background-size: contain;
  background-blend-mode: overlay;
  padding-top: 60px;
  padding-bottom: 50px;
}

.main-events .slick-slide img {
/* 	width: 100%; */
	max-height: 565px;
	height: auto;
	margin: auto;
}

.main-events .slick-center img {
/*   width: 100%; */
	margin: auto;
  max-height: 565px;
	height: auto;
  opacity: 1 !important;
}
.blog-main .slick-center {
  width: 100%;
  opacity: 1 !important;
  pointer-events: all !important; 
}
 .main-events .slick-slide img, 
 .blog-main .slick-slide {
  transition: all 0.3s ease;
  opacity: 0.5;
  pointer-events: none; 
}
.coach-inner-row {
  width: 100%;
  margin: 0 auto !important;
  max-width: 630px;
  padding: 0px 40px;
  margin-right: 5% !important;
}
.coach-row {
  background: rgb(40, 109, 150);
  background: linear-gradient(90deg, rgba(40, 109, 150, 1) 20%, rgba(18, 181, 232, 1) 100%);
  padding-right: 10px !important;
  overflow: visible !important;
}
.coach-col {
  position: absolute !important;
  right: 0 !important;
  width: 100% !important;
  bottom: 0 !important;
  max-width: 1040px;
}
.coach-content h2 {
  font-size: 53px;
  color: #fff;
  padding-top: 40px;
}

.coach-content p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.theme-btn-dark a {
  background: #000 !important;
  border-color: #000 !important;
}
.theme-btn-dark a:hover {
  background: #12B5E8 !important;
  border-color: #12B5E8 !important;
}
.theme-btn-dark a i {
  background: #12B5E8;
  color: #fff;
  transition: all ease 500ms;
}
.theme-btn-dark a:hover i {
  background: #000000;
  color: #fff;
  transition: all ease 500ms;
}
.coach-content {
  margin-bottom: 20px !important;
}
.boca-ice-row {
  background: #2d2d2d;
  padding-top: 4%;
  padding-bottom: 50%;
}
.boca-ice-content h2 {
  font-size: 87px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.boca-ice-content p {
  font-size: 29px;
  color: #fff;
  margin-top: 16px;
}
.contact-row {
  padding-left: 0px !important;
}
.contact-img-col .vc_column-inner {
  padding: 0px !important;
  background: linear-gradient(180deg, rgba(40, 109, 150, 1) 0%, rgba(18, 181, 232, 1) 100%);
  position: relative;
}

.contact-img-col .vc_column-inner .contact-img {
  margin-bottom: 0px !important;
}
.coolest-content {
  margin-bottom: 0px !important;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 30px;
  font-size: 29px;
  line-height: normal;
  border-top-left-radius: 80px;
  text-align: right;
}
.coolest-content span {
  font-weight: 700;
}
.contact-form-col .vc_column-inner {
  padding-left: 40px !important;
  padding-top: 50px !important;
}
.contact-heading-box h2 {
  color: #000;
  font-weight: 600;
  font-size: 46px;
}
.contact-heading-box p {
    color: #12B5E8;
    margin-bottom: 5px;
    font-family: 'Lato' !important;
    font-size: 20px;
    font-weight: 600;
}

.blog-thumbnail iframe {
  border-radius: 20px;
  margin-bottom: 15px !important;
}
.blog-main .slick-prev, .blog-main .slick-next {
  top:36% !important;
}
.program-col .vc_column-inner {
  padding: 0px !important;
  border-radius: 20px !important;
}
.program-col {
  padding: 10px !important;
}
.program-col .vc_column-inner .program-content {
  background: #ccc !important;
}
.inner-gradient {
  background: linear-gradient(180deg, rgb(0 0 0 / 5%) 20%, rgba(0, 0, 0, 1) 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-size: 200% 200%;
  transition: 1s;
}
.programs-content:hover .inner-gradient {
  background-position: 25% 25%;
}
.inner-boxs {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}
.programs-content {
  margin-bottom: 0px !important;
  padding: 25px;
  display: flex;
  align-items: end;
  border-radius: 20px;
  position: relative;
}
.programs-content h2 {
  padding-top: 150px;
  color: #fff;
  font-weight: 400;
  font-size: 38px;
  margin-bottom: 15px;
  transition: 1s;
  -webkit-text-stroke: 1px #fff;
}
.programs-content:hover h2 {
  color: transparent;
  -webkit-text-stroke: 1px #12b5e8;
}
.programs-content p {
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
}
.right-arrow {
  background: #12B5E8;
  padding: 15px;
  font-size: 30px;
  border-radius: 10px;
  color: #fff;
  width: 70px;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 70px;
  display: flex;
  align-items: center;
}

.right-arrow i {transform: rotate(320deg);}
.programs-content a {
  background: #12B5E8;
  padding: 4px 18px;
  color: #fff;
  font-size: 18px;
  transition: all ease 500ms;
  padding-right: 4px;
  border-radius: 60px;
  font-family: lato !important;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.programs-content:hover a {
  background: #404040;
  color: #fff;
  transition: all ease 500ms;
}
.programs-content:hover a i {
  rotate: 360deg;
  color: #fff;
  background: #12b5e8;
  box-shadow: 0px 0px 20px 20px #08a4e87d;
  transition: all ease 500ms;
}
.programs-content a i {
  background: #fff;
  color: #000;
  border-radius: 100%;
  font-size: 18px;
  padding: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  rotate: 320deg;
  transition: all ease 500ms;
}
#rmp-container-210 {
  max-width: auto !important;
  min-width: auto !important;
}
.col-coach2 .vc_column-inner {
    padding-top: 10px !important;
    padding-bottom: 60px !important;
}
ul#primary-menu li.current-menu-item ul li a {
    color: #fff;
}





.serv-box-content ul {
/*     display: flex; */
    justify-content: space-between;
    align-items: center;
/*     padding-bottom: 12px; */
    text-align: left;
    position: relative;
	list-style: none;
		
}

.serv-box-content ul li:last-child {
/*     background-color:#0D3363; */
    padding-left: 15px;
    z-index: 1;
	color: #fff;
	
}
li.mid-line hr {
    margin: 0px !important;
    border-color: #12b5e8;
    border-width: 2px;
	max-width: 150px;
	width: 100%;
	margin: auto !important;
}

.serv-box-content ul li:first-child {
/*     padding-right: 15px; */
/*     background-color: #0D3363; */
    z-index: 1;
	color: #fff;
}

li.mid-line {
    width: 100%;
    padding: 0 20px;
/*     position: absolute; */
    z-index: 0
}

.package-options {
    text-align: left;
    color: #cc9d8b;
    font-weight: 500;
    transition: all ease 300ms;
}
.serv-box-content ul li {
    font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
}
.serv-box-content h2 {
    margin-top: 15px;
    color: #06b1e6;
    font-weight: 600;
    margin-bottom: 15px;
}

.serv-box-content {
    background: #0D3363;
    padding: 10px 25px;
    border-radius: 20px;
    background-image: url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png);
    background-blend-mode: multiply;
    background-position: center;
    border: 5px solid #12b5e8;
}
.cube-overlay-row {
    background-image: url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png),
	 url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png);
    background-position: 150% 300px, -50% -450px;
    background-blend-mode: overlay;
    background-color: #ffffffc2;
    background-repeat: no-repeat;
}

.special-left-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 630px;
    padding: 0px 30px;
    margin-right: 9% !important;
}

.special-right-row {
    width: 100%;
    max-width: 700px;
    margin: 0 auto !important;
    margin-left: 2% !important;
    padding: 0px 60px;
}
.special-col .big-heading {
    font-weight: 600 !important;
}
.special-col .theme-content {
    color: #fff !important;
    line-height: 25px;
}
.figure-skating-row {
    padding: 80px 0px;
}
.figure-box-col .vc_column-inner {
    background: #12b5e8;
    padding: 15px !important;
    border-radius: 20px;
    border: 2px solid #000000;
    transition: all ease 500ms !important;
    background-image: url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: soft-light;
}
.imp-info-row {
    background-blend-mode: multiply;
}
.figure-box-col {
    padding: 0px 10px;
}
.figure-box-col img {
    border-radius: 10px;
    box-shadow: 0px 0px 20px #0692be;
}
.figure-box-col h2 {
    color: #fff;
    font-weight: 600;
}
.figure-box-col .wpb_single_image {
    margin-bottom: 15px;
}
.figure-box-col .wpb_single_image p {
    line-height: normal;
    font-size: 20px !important;
}
.figure-box-col .wpb_content_element p {
    color: #fff;
    line-height: normal;
    font-size: 18px;
}
.figure-box-col {
    padding: 0px 10px !important;
}
.figure-box-col .vc_column-inner:hover {
    background: #0e7a9c;
	transition:all ease 500ms !important;
}
.figure-box-col .vc_column-inner:hover .theme-btn a {
    background: #12b5e8;
}
.figure-box-col .vc_column-inner:hover .theme-btn-dark a {
    background: #12B5E8 !important;
    border-color: #12B5E8 !important;
	transition:all ease 500ms !important;
}
.figure-box-col .vc_column-inner:hover .theme-btn-dark a i {
	rotate: 360deg;
    right: 6px !important;
    top: 22px !important;
	background:#000;
	transition:all ease 500ms !important;
}
.skate-price-col .vc_column-inner {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #ccc;
    border: 2px solid #0b5493;
    background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/subheader-bg.jpg);
    background-blend-mode: lighten;
    background-color: #0069a8;
	background-size:cover;
}
.skate-price-col .vc_toggle_color_default {
    text-align: center;
}

.skate-price-col .vc_toggle_color_default h4 {
	color: #fff;
	text-decoration: underline;
	
}

.skate-price-col .vc_toggle_color_default h4:hover {
    text-decoration: none !important;
}

.skate-price-col .vc_toggle_content {
    padding: 12px !important;!i;!;
    line-height: normal;
    font-size: 16px;
}
.skate-price-col {
    padding: 0px 10px !important;
}
.skate-price-col .vc_column-inner h2.big-heading {
    font-weight: 700 !important;!i;!;
    color: #074885;
}
.price-box h3 {
    font-weight: 700;
    background: #12b5e8;
    display: table;
    margin: 20px auto;
    padding: 7px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}
.price-box {
    font-size: 18px;
    line-height: 25px;
}
.price-box h4 {
    font-size: 30px;
    color: #12b5e8;
    font-weight: 700;
}
.price-box h2 {
    font-weight: 900;
    color: #fff;
    background: #0b5493;
    display: table;
    margin: 15px auto;
    padding: 7px 20px;
    border-radius: 10px;
}
i.vc_toggle_icon {
    left: 20% !important;
    padding: 12px;
    background: #12b5e8 !important;
    border-color: #12b5e8 !important;
    border-radius: 60px;
}
.skate-price-col .vc_toggle_icon::before, 
.skate-price-col .vc_toggle_icon::after {
    color: #fff !important;
    background: #fff !important;
}
.skate-rental {
    margin-top: 30px;
    font-size: 26px;
    line-height: 35px;
}
.serv-box-content p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: normal;
}
.session-date h2 {
    text-align: center;
    font-size: 42px;
}
.important-list-col .big-heading {
    font-weight: 700 !important;!i;!;
}

.important-list ul li::marker {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    !i;!;
    color: #44b9ff !important;
    font-size: 22px;
    line-height: normal;
}
.important-list ul li {padding-left: 15px;margin-bottom: 18px;font-size: 20px;line-height: 30px;color: #fff;}

.important-list ul {
    margin-left: 20px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.important-list p {
    font-size: 20px;
    color: #fff;
    line-height: normal;
}
.important-list p a {
    color: #fff;
    font-weight: bolder;
    text-decoration: underline !important;
}
.important-list p a:hover {
    text-decoration: none !important;
}
iframe {
    width: 100%;
    border-radius: 20px;
}
.become-col .vc_column-inner {
    background: linear-gradient(178deg, rgba(40, 109, 150, 1) 20%, rgba(18, 181, 232, 1) 100%);
    padding: 50px !important;
}
.become-col .vc_column-inner h2 {
    font-weight: 700 !important;
    text-transform: uppercase;
}

.become-boca {
    color: #fff;
    line-height: 30px;
    font-size: 23px;
}
.become-boca h4 {
    color: #043763;
}
.become-col .vc_column-inner {
  linear-gradient(90deg, rgba(40, 109, 150, 1) 20%, rgba(18, 181, 232, 1) 100%);
  background: linear-gradient(178deg, rgba(40, 109, 150, 1) 20%, rgba(18, 181, 232, 1) 100%);
  padding: 50px !important;
  border-radius: 25px;
}
.become-col .vc_column-inner h2 {
    font-weight: 700 !important;
    text-transform: uppercase;
}

.become-boca {
    color: #fff;
    line-height: 30px;
    font-size: 23px;
    margin-bottom: 0px;
}
.become-boca h4 {
    color: #043763;
}

.become-boca p:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    gap: 8px;
}

.become-boca a {
    background: #000000;
    padding: 13px 20px;
    color: #fff;
    border-radius: 60px;
    font-size: 18px;
    line-height: normal;
    transition: all ease 500ms;
    border: 2px solid transparent;
	color:#fff !important;
}
.become-boca a:hover {
    transition: all ease 500ms;
    background: #12b5e8;
    border: 2px solid #ffffff !important;!i;!;
}
.special-events-row {
    background: url(https://www.bocaice.com/wp-content/uploads/2024/12/subheader-bg.jpg),
	 linear-gradient(90deg, rgba(40, 109, 150, 1) 20%, rgba(18, 181, 232, 1) 100%);
    background-blend-mode: soft-light;
    background-color: #064d63;
	background-attachment: fixed;
    background-size: cover;
}
.skate-pricing-row {
    background: #ececec;
/*     background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/bg-overlay-img.png); */
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
}
body.page-id-325 .special-col .theme-content {
    color: #fff !important;
    line-height: 30px;
    font-size: 24px !important;
}
.schedual-image img {
    padding: 10px;
    margin: 50px 0px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #9ce5fc 51%, #12b5e8 73%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 0px 20px 0px #33333330;
    border-radius: 20px;
}
.freestyle-pricing-row .serv-box-content ul:last-child {
    padding-bottom: 0px;
}
.freestyle-pricing-row .serv-box-content {
    padding: 33px !important;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.freestyle-pricing-row .serv-box-content ul li {
    font-size: 25px !important;
    margin-bottom: 20px;
}
.freestyle-pricing-row .serv-box-content ul:last-child li {
margin-bottom: 0px;
}
.freestyle-req-row {
    padding-right: 0px !important;
    background-blend-mode: lighten;
}
.requirement-col .theme-content {
    padding-right: 120px;
}
.requirement-col .theme-content {
    padding-right: 120px;
    color: #fff;
}
.requirement-col .theme-content h3 {
	color: #0d3363;
	font-weight: 600;
	margin-top: 35px;
}
.requirement-col .theme-content ul li {
    font-size: 18px;
}
.requirement-col h2 {
    font-weight: 700 !important;
}
.theme-content ul li::marker {
    color: #0e3363;
    font-size: 20px;
}
.skate-price-col .vc_toggle_content p,
.skate-price-col .vc_toggle_content ul  {
    color: #000;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
	list-style: none;
}
a.team_link {
    position: relative;
    transition: 1s;
	display:block;
}
.team-name {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 20px 20px;
    width: 100%;
}
.team-box {
    margin-top: 30px;
}
.team-name p {
    font-size: 46px !important;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 100;
    color: #fff;
	transition: all ease 500ms;
}
.team-box:hover .inner-gradient {background-position: 50% 10%;}

a.team_link:hover .team-name p {
    color: #12b5e8;
    transition: all ease 500ms;
}
.thumbnail-team-image img {
    border-radius: 20px;
	width:100%;
}
.team-mem-row .price-box a {
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #0b5493;
    margin-bottom: 10px !important;
    padding: 8px 15px;
    border-radius: 10px;
    color: #fff;
    transition: all ease 500ms;
}
.team-mem-col2 {
    padding-left: 8% !important;
}
.team-mem-col2 .vc_column-inner {
    width: 100%;
    max-width: 650px;
    margin-top: 30px;
}
.figure-skating-row2 .figure-box-col img {
    height: 690px;
    width: 100%;
	border:2px solid #fff;
	box-shadow:none;
}
.coporate-row p {
    font-size: 26px;
    line-height: 40px;
}
.coporate-row .big-heading {
    font-weight: 800 !important;
    letter-spacing: 2px;
}
.freestyle-req-dark-row .theme-content h3 {
	color:#23b2e4 !important;
}

.freestyle-req-dark-row .theme-content ul li::marker {
	color: #12B5E8 !important;
}
div#gform_fields_2 {
    gap: 20px;
}
div#popmake-1079, div#popmake-1123,
div#popmake-2176 {
    border-color: #23B2E4;
    padding: 25px !important;
    background: #ececec;
/*     background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/bg-overlay-img.png); */
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
}

div#popmake-1079 input, div#popmake-1079 select, div#popmake-1079 textarea,
div#popmake-1123 input, div#popmake-1123 select, div#popmake-1123 textarea,
div#popmake-2176 input, div#popmake-2176 select, div#popmake-2176 textarea {
    box-shadow: none !important;
    padding: 8px 20px;
    border: none;
    border-radius: 10px;
    height: auto;
    font-size: 18px;
}
div#popmake-1079 textarea {
    height: 100px !important;
}
input#gform_submit_button_2,
input#gform_submit_button_3,
input#gform_submit_button_4 {
    background: #0085b3;
    line-height: normal;
    padding: 15px 35px !important;
    font-size: 20px !important;
}
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover,
input#gform_submit_button_4:hover {
    background: #000 !important;
}
div#gform_fields_4 {
    gap: 12px;
}
fieldset#field_2_10 div#gfield_description_2_10 {
    font-size: 16px;
}
input#input_2_8, input#input_2_9,
input#input_3_8, input#input_3_9 {
    width: 100%;
}
div#popmake-1079 button.pum-close.popmake-close,
div#popmake-1123 button.pum-close.popmake-close {
    border: none;
}
.public-row p {
    color: #fff;
}
.public-row .figure-box-col .vc_column-inner {
    border: 2px solid #ffffff;
}
.public-party-details .vc_toggle_title h4 {
    color: #fff !important;
    font-weight: 600;
}

.public-party-details i.vc_toggle_icon {
    background-color: transparent !important;
}
.public-party-details ul {
    margin-left: 23px !important;
    color: #ffffff;
    line-height: normal;
}
.public-party-details ul li::marker {
    font-size: 18px;
}
.public-party-details i.vc_toggle_icon {
    left: auto !important;
}
.public-party-details .vc_toggle_title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    align-items: center;
}
.public-row img {
    box-shadow: none;
    border: 2px solid #fff;
}
.button-rows {
    display: table !important;
    margin: 0 auto !important;
}
.button-rows .theme-btn {
    margin-right: 25px;
}
.button-rows .theme-btn:last-child {
    margin-right: 0px;
}
input#input_3_16_1 {
    padding: 0px !important;
}
.account-info-row h3 {
    background: #04a2cf;
    display: table;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
}
.account-info-row h3 a {
    color: #0d3363;
    font-weight: 700;
    padding-left: 5px;
    transition: all ease 500ms;
}
.account-info-row h3 a:hover {
    transition: all ease 500ms;
    color: #fff;
    text-decoration: underline !important;
}
.account-info-row .theme-content p {
    padding-top: 20px;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}
.account-info-row .theme-content {
    margin-bottom: 20px !important;
}
.account-info-row .theme-content p a {
    color: #04a2cf;
    font-weight: 700;
    transition: all ease 500ms;
}
.account-info-row .theme-content p a:hover {
    text-decoration: underline !important;
    transition: all ease 500ms;
    color: #fff;
}
.account-info-row2 {
    background: #ececec;
/*     background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/bg-overlay-img.png); */
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
    padding-top: 60px;
}
.account-info-row2 .theme-content p {
    color: #000;
	 padding-top: 0px;
}
.faqs-row .vc_toggle_content {
    font-size: 20px;
    line-height: normal;
    color: #fff;
}
.faqs-row .vc_toggle_content {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background: #0a274c;
    padding: 20px;
    border-radius: 10px;
}
.freestyle-req-row2 .requirement-col .theme-content h3 {
    margin-top: 0px;
    color: #fff;
    margin-bottom: 15px;
}
a.top-link-sec {
    display: table !important;
    margin: 0 auto;
    background: #fff;
    padding: 10px 30px;
    border-radius: 40px !important;
    transition: all ease 500ms;
}
.account-info-row .theme-content p:first-child {
    padding-top: 10px;
    margin-bottom: 0px;
}
a.top-link-sec:hover {
    text-decoration: none !important;!i;!;
    transition: all ease 500ms;
    background: #09213e;
}
.faqs-row .theme-content {
    color: #fff;
}
.alpine-row2 .vc_toggle_title h4 {
    font-size: 35px;
}
.alpine-row2 .vc_toggle_title {
    justify-content: center;
}
.video-img img {
    border-radius: 20px;
    height: 505px !important;
    object-fit: cover;
}
.video-img2 img {
    width: 100%;
}
.theme-btn22 a {
    font-size: 31px !important;
    padding: 18px 35px !important;
}
.banner-img-row1 {
    overflow: visible !important;
    margin-top: -75px;
}
.banner-img-new {
    margin-bottom: 0px !important;
}
.sponsors-imgs .vc_gitem-zone {
    border-radius: 20px;
    border: 2px solid #006dd2;
}
.private-coaching-row {
    background-image: url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png),
 url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png), 
url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png),
url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png);
    background-position: 150% 300px, -50% -450px, -50% 1351px, 150% 2240px;
    background-blend-mode: overlay;
    background-color: #ffffffc2;
    background-repeat: no-repeat;
}
.team-mem-row {
    background-image: url(https://www.bocaice.com/wp-content/uploads/2025/01/cube-overlay.png);
    background-position: 150% -100px;
    background-blend-mode: overlay;
    background-color: #ffffffc2;
    background-repeat: no-repeat;
}
.play-hockey-row {
    background-color: #e6e6e682;

}
.col-forming {
    background-color: #f5f5f59e !important;
    border-radius: 20px;
    background-position: 160% 350px, -80% -330px;
    background-size: 65%;
}
.public-row {
    background-blend-mode: soft-light !important;
}
.faqs-row {
    background-blend-mode: multiply !important;
}
.freestyle-req-dark-row {
    background-blend-mode: soft-light !important;
}
.freestyle-req-row {
    padding-right: 0px !important;
    background-blend-mode: lighten;
    background-position: 140% 180px, -50% -450px;
}
.account-info-row {
    background-blend-mode: soft-light;
    background-position: 143% 130px, -55% -520px !important;
}

body.single-post .embed-container {
    margin-bottom: 20px;
}
body.single-post .embed-container iframe {
    height: 500px;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    border-radius: 20px;
}
/*---------- blog Page start ----------*/
.isotope-item {
    margin-top: 60px;
}
.post-title-bg h2 {
    color: #000 !important;
    font-size: 36px;
    font-weight: 600 !important;
    margin: 30px 0px;
    display: inline-block;
}
#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

span.blog-title {
    font-size: 24px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
	line-height:1.3;
}

span.blog-title a {
    color: #cc9d8b !important;
    transition: linear all .25s;
    font-family: 'Poppins';
}

span.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
	margin-bottom:10px;
}

.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}
.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 360px;
    object-fit: cover;
	width:100%;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #cc9d8b;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}
body.single-post .blogDate {
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 1;
    width: 55px;
    background: #12b5e8;
    color: #fff;
    padding: 7px 0px;
    text-align: center;
    border-radius: 10px;
}
.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #d6d6d6;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.blogImage .blogDate hr {
    border-top: 1px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

a.more2, .blog_ul li a {
    color: #164688 !important;
	transition: all 0.3s;
	font-weight: bold;
}
a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}

ul.blog_ul {
    margin: 20px 0 !important;
}

ul.blog_ul li span {
    margin-right: 5px;
	width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}

span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

span.social_icons.icon_linkedin {
    background: #007bb5;
}

section#search-3 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}

section#search-3 form label {
    width: 75%;
}

input.search-field {
    width: 100%;
}

input.search-submit {
    background: #164688;
    color: #fff;
	transition: all linear .25s !important;
}

input.search-submit:hover {
    opacity: .7 !important;
}

section#recent-posts-2 h2, section#text-5 h2, section#instagram-feed-widget-2 h2,
section#search-2 h2, section#custom_html-2 h2, section#custom_html-3 h2,
section#custom_html-4 h2, section#fbtw_facebook-2 h2,
section#wpzoom_instagram_widget-2 h2, section#text-4 h2 {
    background: #12b5e8;
    color: #fff;
    border-left: 20px solid #112337;
    line-height: 1.5;
    text-indent: 10px !important;
    font-size: 24px !important;
    margin-top: 30px;
}
#cboxLoadedContent {
	overflow:scroll !important;
}
section#search-2 h2 {
	margin-top:0px;
}
section#recent-posts-2 ul {
    margin-top: 10px !important;
}

section#recent-posts-2 ul li {
    display: block;
}

section#recent-posts-2 ul li a {
    color: #000 !important;
    display: flex;
    padding: 10px 0;
    transition: all linear .25s;
/*     text-indent: 5px; */
    border-bottom: 2px dotted #000 !important;
    align-items: center;
}
section#recent-posts-2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
	float:left;
}

section#recent-posts-2 ul li:first-child a {
    border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
    border-bottom: 0px dotted #000 !important;
}

section#recent-posts-2 ul li a:hover {
    color: #cc9d8b !important;
/*     background: #cc9d8b; */
    text-decoration: none;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}

.heateor_sss_sharing_ul a {
    transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
    opacity: .7 !important;
}
.more-description, .single footer.entry-footer {
    display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #cc9d8b;
    font-weight: 600;
}

.blog_page_read_more a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px;
	color:#cc9d8b;
	text-decoration: none;
}
.more-description {
    display: flex;
    margin-top: 5px;
}
.autor-name {
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 5px;
    color: #9d7f65;
    font-style: italic;
}
body.blog .embed-container {
    height: 260px;
    object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
    display: none;
}
span.blog-title a:hover {
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
	border-radius:20px
}
.blogDate i {
    font-style: normal;
}

.blogDate hr {
    border-color: #fff;
    margin: 10px 0px;
}
body.single-post .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none !important;
}
#search-2 span.screen-reader-text {
    display: none;
}
section#search-2 {
    background: #f1f1f1;
    /* border: 1px solid #dddddd; */
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 30px;
    margin-top:50px;
}
body.single-post section#search-2 {
    margin-top:0px !important;
}
section#search-2 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
section#search-2 input.search-submit {
    background: #12b5e8;
    color: #fff;
    transition: all linear .25s !important;
    padding: 8px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    width: 30%;
}
section#search-2 label {
    margin-bottom: 0px;
    float: left;
    width: 70%;
}
section#search-2 input.search-submit:hover {
    opacity: .7 !important;
}
section#search-2 h2 {
    display: none;
}
section#search-2 label {
    margin-bottom: 0px;
}
body.postid-188 p {
    margin: 0 !important;
}
.servcie-consult-btn a {
    color: #df6441 !important;
    border: 2px solid #df6441 !important;
    font-size: 18px !important;
}

.servcie-consult-btn a:hover {
    color: #fff !important;
}
article.post header {
    display: none;
}
body.single-post article.post .post-thumbnai {
	display:block;
}
a.post-img-link {
    display: none;
}
.post-img {
    margin-bottom: 25px;
}
.header-btn-banner {
    text-align: left;
}

.header-btn-banner ul {
    display: flex;
}

.header-btn-banner ul li {
    margin-right: 15px;
}

.header-btn-banner ul li a {
    background: #cc9d8b;
    padding: 8px 20px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: all ease 500ms;
    font-size: 20px !important;
}
.header-btn-banner i {
    margin-right: 5px;
}
.header-btn-banner ul li:first-child a {
    background: #6a9bc3;
}
.header-btn-banner i.fa.fa-arrow-right {
    margin-right: 0;
    margin-left: 5px;
}
.header-btn-banner ul li a:hover {
    transition: all ease 500ms;
    background: #6a9bc3;
}
.header-btn-banner ul li:first-child a:hover {
    background: #577e9f;
}
.home-page-btn a {
    background: #2d3a88;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: all ease 500ms;
}

.home-page-btn a:hover {
    background: #cc9d8b;
}
section.no-results.not-found h1 {
    font-size: 50px;
}
section.no-results.not-found h1 {
    font-size: 50px;
}

section.no-results.not-found p {
    font-size: 22px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000;
    background: none;
    text-align: center;
}
section.no-results.not-found h1 {
    font-size: 50px;
}

section.no-results.not-found form.search-form label {
    width: 80%;
}

section.no-results.not-found form.search-form {
    width: 50%;
    margin: 10px auto;
}

section.no-results.not-found form.search-form label input {
    padding: 10px;
    border-radius: 30px;
}

section.no-results.not-found form.search-form input.search-submit {
    padding: 15px 20px;
    border-radius: 30px;
}

section.no-results.not-found {
    text-align: center;
}
.widget_recent_entries ul {
    margin: 0px !important;
    padding: 0px !important;
}
.post-expt {
    line-height: 1.5;
    margin-bottom: 15px;
}
.home_blog_content {
    padding-bottom: 6%;
    border-bottom: 2px solid #000000;
    margin-bottom: 10%;
}

.home_blog_content:hover {
    border-color: #12b5e8;
}

.home_blog_content a {
    color: #000;
    font-size: 28px;
    font-weight: 600;
}
.home_blog_content a:hover {
    color: #0a4c89;
    text-decoration: none;
}

.blogListFooter span.listAuthor {
    font-size: 16px;
    color: #286d96;
    display: inline-block;
    background: #B5E3FF;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Inter Tight' !important;
    font-weight: 600;
    margin: 10px 0px;
}

.zoom {
    padding: 7px;
    margin-bottom: 20px;
    border: solid 8px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #c6edf9 51%, #12b5e8 73%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 0px 20px 0px #33333330;
    border-radius: 10px;
}

.zoom .embed-container {
    padding-bottom: 61%
}

.blog-img {
    background: #f6f6f6;
    position: relative;
    overflow: hidden
}

.blog-img:hover img {
    transform: scale(1.1);
    transition: all .3s ease
}
.date-blog {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 40px;
    background:#43b3f7;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
    font-size: 12px;
	border-bottom-right-radius: 15px;
}

span.month {
    margin-left: -3px
}

hr.blog-hr {
    margin: 7px 0!important
}

span.max-date {
    font-size: 20px;
    margin-left: -4px
}

span.year {
    margin-left: -6px
}

.more_link {
    display: inline-block;
}
.more_link a i {
	background: #fff;
    color: #000;
    border-radius: 100%;
    font-size: 20px;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    rotate: 320deg;
    transition: all ease 500ms;
}
.more_link a {
	background: #12B5E8;
    padding: 5px 20px;
    display: flex;
    color: #fff;
    font-size: 18px;
    transition: all ease 500ms;
    padding-right: 5px;
    border-radius: 60px;
    align-items: center;
    font-family: lato !important;
    font-weight: 500;	
}

.more_link a:hover i {
    rotate: 360deg;
    color: #fff;
    background: #000000;
    box-shadow: 0px 0px 13px #08a4e8;
    transition: all ease 500ms;
}
hr.blog-hr {
    margin: 7px 0 !important;
    border-color: #fff;
}
.more_link a:hover {
    color: #fff;
    background: #008bb7;
}
/*
*
Blog Style End
*
*/


/*

Pagination CSS

*/
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
.pagination li {
    display: inline;
}
.pagination li a, .pagination li a:hover, .pagination li.active a, .pagination li.disabled {
    background-color:#12b5e8;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
	display:block;
}
.pagination li a:hover, .pagination li.active a {
    background-color: #0c6885;
}
.pagination ul {display: flex;margin: 15px auto;font-family: 'Barlow';}

.pagination ul li {
    margin: 3px;
}
.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}
.navigation.pagination ul li a {
    font-size: 20px;
    font-family: 'Poppins';
    padding: 15px;
    border-radius: 30px;
}
.single-post main#primary a {
    color: #12b5e8;
}

.single-post main#primary a:hover {
    text-decoration: underline !important;
}

header.zoom-instagram-widget__header {
    display: none !important;
}
section#recent-posts-2 ul li a:hover {
    background: #12b5e8;
    color: #fff !important;
}
body.single-post main#primary h2 {
    margin-bottom: 20px;
}
section.no-results.not-found {
    margin-bottom: 80px;
}
a.search-readmore {
    font-weight: 600;
    font-size: 18px;
    color: #cc9d8b;
}

a.search-readmore:hover {
    text-decoration: underline !important;
    color: #000;
}
.entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #12b5e8;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0px 1px 7px 0px #dfdfdf73;
    width: 100%;
}
body.search-results .entry-summary h2 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
}
body.search-results .entry-summary p {
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}
body.search-results a.search-readmore:hover {
    background: #048ab5;
    transition: all ease 500ms;
    color: #fff;
    text-decoration: none !important;!I;!;
}
body.search-results .site-main {
    margin-bottom: 50px;
    display: flex;
    margin-top: 50px;
}
body.search-results .site-main h1 {
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 52px;
}
section.error-404.not-found {
    text-align: center;
}
section.error-404.not-found h1 {
    font-size: 50px;
    font-weight: 800;
    color: #12b5e8;
}
section.error-404.not-found p {
    font-size: 18px;
}

section.error-404.not-found {
    margin-bottom: 70px;
    margin-top: 70px;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}

.search-bar input.search-field {
    padding-left: 20px;
}

.search-bar {
    margin: 50px 0px;
}

.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}

.search-bar input.search-field {
    padding-left: 20px;
}

.search-bar {
    margin: 50px 0px;
}
input.search-submit {
    background: #12b5e8;
    border-color: #12b5e8;
    cursor: pointer;
}
.search-page-btn a {
    background: #1bb8e9;
    display: inline-block;
    padding: 25px 45px;
    color: #fff !important;
    transition: all ease 300ms;
    font-size: 22px;
    letter-spacing: -1px;
    border-radius: 30px;
}
.search-page-btn a:hover {
    background: #0f6a87;
}

body.single-post main#primary h2 {
    margin-bottom: 20px;
}

.blog-img iframe {
    border-radius: 0px;
    height: 400px;
}
.main_blog {
    padding-top: 70px;
}
.sidebar-col {
    margin-bottom: 50px;
}
body.single-post .entry-content h2 {
    font-size: 34px;
    font-weight: 600;
    color: #13b5e8;
}
body.single-post .entry-content h3, body.single-post .entry-content h5, body.single-post .entry-content h6 {
    color: #000000;
    font-weight: 600;
}
body.single-post .entry-content {
	font-size:18px;
	line-height:25px;
}
body.single-post .entry-content h4 {
    color: #13b5e8;
	font-weight: 600;
}
body.single-post .entry-content ul li::marker {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #13b5e8;
}
body.single-post .entry-content ul {
    padding-left: 20px;
    padding-bottom: 15px;
}
body.single-post .entry-content ul li {
    margin-bottom: 7px;
    padding-left: 10px;
}
a.blog_link {
    color: #000;
    transition: all ease 500ms;
}

a.blog_link:hover {
    transition: all ease 500ms;
    color: #12b5e8;
}
.requirement-col-right .vc_column-inner {
    padding-left: 80px !important;
}
.safty-list-box a {color: #12b5e8;font-weight: 600;text-decoration: underline !important;}

.safty-list-box a:hover {
    text-decoration: none !important;
}
.about-row-home {
    padding-bottom: 170px;
}
.cars-col .vc_column-inner {
/* From https: //css.glass */
background: rgba(0, 0, 0, 0.31);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.3px);
-webkit-backdrop-filter: blur(5.3px);
padding: 40px !important;
}
.boca-ice-row {
    background-attachment: fixed;
}
.cars-col .vc_column-inner .boca-ice-content {
    text-align: center;
}
.full-hockey-content h2 {
    color: #fff !important;
}
.full-hockey-content a {
    color: #12b5e8;
    font-weight: 800;
    text-decoration: underline !important;
}
.full-hockey-content a:hover {
    text-decoration: none !important;
    color: #fff;!I;!;
}
video.videos-custom2 {
	background:#000;
}
.video-col {
    background: #000;
}
.big-btn a {
    font-size: 22px !important;
    padding-right: 55px !important;
}
.big-btn a i {
    font-size: 20px !important;
    top: 21px !important;
    height: 38px !important;
    width: 38px !important;
}
.big-btn a:hover i {
    top: 25px !important;
}
.special-left-row .theme-btn a:hover {
    background: #0B6B89 !important;
}
.follow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow img {
    padding-right: 10px;
}

.follow h2 {
    font-size: 52px;
    color: #000000;
    font-weight: 500;
}

.follow-box {
    text-align: center;
    margin-bottom: 60px;
}

.follow-box h3 {
    color: #000;
    font-weight: 300;
    font-size: 52px;
}
.direct-btns {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    margin-top: 15px;
}
ul#primary-menu li:last-child {
    padding-right: 0px;
}
.direct-btns .appointment-btn {
    padding-right: 12px;
}
.direct-btns .appointment-btn:last-child {
    padding-right: 0px;
}
.gallery-tabs li.vc_tta-tab a {
    background-color: #12b5e8 !important;
    border: none !important;
    padding: 20px 40px !important;
    font-size: 20px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    color: #fff !important;
}

.gallery-tabs li.vc_active a {
    background-color: #075a74 !important;
}
.gallery-tabs .vc_tta-panel-body {
	padding-top:0px !important;
    background: #fff !important;
    border-color: #fff !important;
}
.gallery-tabs ul li {
    margin-bottom: 0px !important;
}
div#pum_popup_title_2176 {
    display: none;
}
div#popmake-2176 p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}
div#popmake-2176 h2.gform_title {
    color: #23b2e4;
    font-size: 36px;
    font-weight: 600;
}
div#field_4_8, div#field_4_9 {
    font-size: 24px;
    font-weight: 800;
}
div#popmake-2176 textarea {
    height: 120px;
}
fieldset#field_4_7 {
    margin-bottom: 15px;
}
span.footer-copyright a {
    text-decoration: underline !important;
    color: #fff;
}

span.footer-copyright a:hover {
    text-decoration: none !important;
    color: #323232;
}
.inquiry-row .gform_heading h2 {
    text-align: center;
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}
form#gform_5 input#gform_submit_button_5 {
    padding: 11px 25px !important;
  	background: #12B5E8 !important;
    border-color: #12B5E8 !important;
    padding-right: 47px !important; 
    border-radius: 60px !important;
    background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/Group-1171275619.png) !important;
    background-position: 98% !important;
    background-repeat: no-repeat !important;
    transition: all ease 500ms !important;
}
form#gform_5 input, form#gform_5 textarea {
    border: none !important;
    padding: 15px 20px !important;
    line-height: normal;
    height: auto;
    border-radius: 10px;
    font-size: 18px;
}
div#gform_fields_5 {
    gap: 15px;
}
form#gform_5 input#gform_submit_button_5:hover {
  	background: #237faa !important;
    border-color: #237faa !important;
    background-image: url(https://www.bocaice.com/wp-content/uploads/2024/12/Group-1171275619.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% !important;
    background-blend-mode: color-dodge;
	transition: all ease 500ms !important;
}
select#input_1_7 {
    height: auto;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 10px 15px;
    font-family: 'Inter Tight';
    font-size: 16px;
}
.coaching-note {
    color: #fff;
}

.list-item-content__description a {
  color: #12b5e8;
  transition: all ease 500ms;
}
.list-item-content__description a:hover {
  color: #000;
  transition: all ease 500ms;
  text-decoration: underline !important;
}
.expires {
    margin-bottom: 0px;
    margin-top: 25px;
}
.expires h3 {
    color: #04285c !important;
    font-weight: 700;
    font-size: 24px;
}
.boca-ice-row {
	padding: 120px 20px !important; 
}
.main-col-box {
    display: flex;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.main-col-box .col-box {
    width: 50%;
    padding: 20px;
/*     border: 1px solid #12b5e8; */
/*     margin: 10px; */
/*     border-radius: 15px; */
	text-align: center;
}
p.reg-p {
    font-weight: 600;
    color: #12b5e8;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
    margin-bottom: 25px;
    text-align: center;
    display: block !important;
	padding-top:0px;
	padding-bottom: 0;
}
.bond-text h2 {
    font-family: "Hanken Grotesk", sans-serif !important;
    color: #094571;
    font-size: 32px;
}

.bond-text p {
    color: #094571;
    font-size: 18px;
    line-height: 1.5;
}

.bond-row {
    padding: 15px 25px;
}

.bond-row a {
    font-size: 16px !important;
}

.bond-text {
    margin-bottom: 15px !important;
}
/***************************************************************** Responsive Area  **************************************************************/
@media all and (max-width:1750px){
.coach-col {
  width: 60% !important;
  max-width: fit-content !important;
}
.top-spacing {
    height: 80px !important;
}
}
@media all and (max-width:1320px){
ul#primary-menu li {
    padding-right: 15px;
    font-size: 15px;
}
.top-spacing {
        height: 0px !important;
}
.main-col-box {
    display: table !important;
    margin: 0 auto;
    width: 80%;
}
.main-col-box .col-box {
    width: 100%;
}
}
@media all and (max-width:1200px){
  .about-row .coming-event-heading {
    width: auto;
}
.bear-img {
  text-align: center !important;
  padding: 20px;
}
.freestyle-req-row {
    background-blend-mode: color-burn !important;
}
}
@media all and (max-width:1170px){
  ul#primary-menu li {
    padding-right: 10px;
}
ul#primary-menu li a {
  font-size: 15px;
}
.coach-content br {
    display: none;
}
.coach-img {
    width: 90%;
    float: right;
}
.appointment-btn a {
  padding: 3px 16px;
  font-size: 15px;
  padding-right: 3px;
}
.appointment-btn a i {
  font-size: 15px;
  padding: 5px;
  width: 25px;
  height: 25px;
}
.boca-ice-content h2 {
   font-size: 74px;
}
.coach-content h2 {
    font-size: 46px;
}
.coach-content h2 br {
	display:none !important;
}	
.coach-content p br {
    display: none !important;
}
.bond-row {
    background-position: left !important;
}
}

@media all and (max-width:1024px) {
  .appointment-btn a i {
    font-size: 15px;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.topbtn1, .topbtn2 {
    display: none;
}
.col-coach2, .col-coach {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.coach-img {
    width: 100%;
	float: none;
}	
.coach-col {
    width: 100% !important;
}
.about-row-home {
    padding-bottom: 20px;
}
.requirement-col-right .vc_column-inner {
    padding-left: 20px !important;
}
.requirement-col .theme-content {
    padding-right: 50px !important;
}
#rmp-container-210 {
  max-width: auto !important;
  min-width: auto !important;
}
.boca-ice-content h2 {
  font-size: 57px;
}
.footer-contacts ul {
  display:block !important;
}
.footer-contacts ul li {
    margin-bottom: 15px;
}
.coach-col-content .wpb_column {
  flex: 100% !important;
  width: 100% !important;
}
.programs-content p {
  line-height: 30px;
  font-size: 18px;
}
.coach-col {
  position: static !important;
}
.coach-content br {
  display: none;
}
.programs-content h2 {
  font-size: 32px;
}
.main-events .slick-center img {
  width: 100%;
  height: auto;
  opacity: 1 !important;
}
.about-row .coming-event-heading {
  width: auto;
  margin-bottom: 15px !important;
  font-size: 24px;
}
.right-nav-btn {
  justify-content: end;
}
.nav-col {
  padding-right: 11% !important; 
}
.main-navigation {
  display: none;
}
.logo-col {
  flex: 30% !important;
  max-width: 30% !important;
  width: 30% !important;
}
.nav-col {
  flex: 70% !important;
  max-width: 70% !important;
  width: 70% !important;
}
.phone-option {
  position: relative;
  width: 100%;
}
.theme-content p br {
  display: none;
}
.big-heading br {
  display: none;
}
.serv-box-row .wpb_column {
  flex: 100%;
}
.left-footer-sec {
  width: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
}
.about_company p br {
  display: none;
}
.left-footer-sec:first-child {
  margin-bottom: 40px;
}
.right-footer-sec {
  flex: 100% !important;
  max-width: 100% !important;

}
.footer-social-icons {
  margin-bottom: 20px;
}
.serv-icon-heading h3 {
  font-size: 20px;
}
.serv-icon-heading span {
  font-size: 20px;
}
}
 @media all and (max-width:767px){
	 .empty-row22 {
    display: none;
}
.boca-ice-row {
	padding: 0px 20px !important; 
}
.slider-images img {
    height: 200px !important;
}

.become-boca p:last-child {
    display: block;
}
.become-boca a {
   font-size: 16px;
   display: block;
   margin-top: 10px;
}
.become-boca p:last-child br {
    display: none;
}
.become-boca {
    margin-bottom: 0px !important;
}

  .footer-contacts ul {
    display: flex !important;
    justify-content: space-between;
}
.contact-info i {
  margin: 0px auto;
  display: block;
}
nav#footer-navigation1, nav#footer-navigation2 {
  width: 100%;
}
section#text-2 p {
  text-align: center;
  line-height: normal;
}
  .coach-content h2 {
    font-size: 33px;
    color: #fff;
    padding-top: 40px;
}
.boca-ice-content h2 {
  font-size: 35px;
}
.boca-ice-content br {
  display: none;
}
.boca-ice-content p {
  font-size: 20px;
  line-height: normal !important;
}
.boca-ice-content {
  margin-bottom: 15px !important;
}
.main-events .slick-slide img, .blog-main .slick-slide {
    opacity: 1;
    pointer-events: all !important;
    width:100%;
}
  .partners-col .numbers {
    display: none;
}
.footer-nav ul.menu {
  margin-top: 20px !important;
}
.footer-nav ul.menu li {
  margin-top: 5px;
}
  .foot-phone {
    margin-top: 0px !important;
}
  .get_in_touch .contact-info {
    display: block;
    width: 100%;
    max-width: 100%;
}
.get_in_touch img {
  padding-right: 0px;
  padding-top: 30px;
}
.get_in_touch .contact-info a, .foot-address div {
  width: 100%;
  float: left;
  margin-top: 0px;
  padding-left: 0px;
  margin-bottom: 25px;
}
.get_in_touch {
  width: 100%;
  text-align: center;
}
  .footer-social-icons ul li:last-child {
    padding-right: 0px;
}
.footer-social-icons ul {
  justify-content: center;
}
  .footer-logo img {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
.about_company p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-social-icons h2 {
  text-align: center;
}
  .footer-navigation {
    margin-bottom: 40px;
    text-align: center;
}
  .footer-nav {
    display: block !important;
}
.logo-col {
  flex: 30% !important;
  max-width: 30% !important;
}
.nav-col {
  flex: 50% !important;
  width: 50% !important;
}
.right-nav-btn {
  justify-content: end;
  align-items: center;
  padding-right: 0px;
}
.appointment-btn a {
  padding: 5px;
  font-size: 18px;
  padding-left: 18px;
}
.nav-col {
  padding-right: 15% !important;
}
.purchase-btn {
  padding: 5px 22px !important;
  padding-right: 6px !important;
  font-size: 16px !important;
  padding-left: 15px !important;
}
.purchase-btn i {
  font-size: 18px !important;
  padding: 5px;
  width: 30px;
  height: 30px;
  margin-left: 10px !important;
}
.contact-form-col .vc_column-inner {
  padding: 40px 20px !important;
}
.contact-heading-box h2 {
  font-size: 32px !important;
}
.coolest-content p br {
  display: none;
}
button.slick-arrow {
  padding: 20px;
}
.slick-prev {
  left: 10px !important;
}
.slick-next {
  right: 10px !important;
}
.subheader {
    padding: 50px 20px;
}
.subheader h1 {
   font-size: 40px;
   padding: 0px 0px;
}
.theme-img {
    text-align: center !important;
}
.special-right-row {
    padding: 0px 15px;
	max-width: 100% !important
}
.figure-box-col .vc_column-inner {
	margin-bottom:20px;		 
}
.skate-price-col .vc_column-inner {
    margin-bottom: 20px;
}
.skate-price-col .vc_toggle_color_default h4 {
    font-size: 20px;
}
.serv-box-content ul li {
  font-size: 16px;
  line-height: normal;
}
.session-date h2 {
    text-align: center;
    font-size: 32px;
}
.serv-box-content {
    padding: 10px 15px;
}
.important-list-col .big-heading {
    font-size: 40px !important;
}

.requirement-col .theme-content {
    padding-right: 0px !important;
    color: #fff;
}
}

 @media all and (max-width:600px){
 .big-heading {
  font-size: 36px !important;
}
.figure-box-col h2 {
    font-size: 26px !important;
}
.bond-text br {
    display: none;
}
.nav-col {
  padding-right: 18% !important;
}
.logo-col {
  flex: 40% !important;
  max-width: 40% !important;
}
.footer-contacts ul {
  justify-content: space-between;
  display: table !important;
  margin: 50px auto !important;
}
.programs-content p br {
  display: none;
}
.programs-content a i {
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 6px;
}
.programs-content a {
   font-size: 15px;
   padding: 5px 20px;
   padding-right: 5px;
}
.banner-img-row1 {
    overflow: visible !important;
    margin-top: -25px;
}

}

 @media all and (max-width:500px) {
.follow-box h3 {
    color: #000;
    font-weight: 300;
    font-size: 32px;
}
.serv-box-content ul {
  padding-bottom: 0px;
}
.main-col-box .col-box {
  width: 100%;
  margin: 0px;
  margin-bottom:15px;
}
span.finished {
    display: table;
    margin: 15px auto;
}
.serv-box-content p {
    display: block !important;
    text-align: center !important;
}
a.regisration-btn2 {
    display: table;
    margin: 10px auto !important;
}
a.finished2 {
    display: table;
    margin: 15px auto;
}
.follow {
    display: block;
}
.serv-box-content ul li:first-child, .serv-box-content ul li:last-child {
    background: transparent;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
}
li.mid-line hr {
    width: 30%;
    margin: 0 auto !important;
}
.serv-box-content h2 {
    text-align: center;
}
.serv-box-content ul {
    width: 100%;
    display: block;
}
.freestyle-pricing-row .serv-box-content ul li {
    font-size: 18px !important;
    margin-bottom: 0px !important;
}
.appointment-btn a {
  padding: 4px;
  font-size: 14px;
  padding-left: 18px;
}
.appointment-btn a i {
  font-size: 14px;
  padding: 5px;
  width: 27px;
  height: 27px;
}
#rmp_menu_trigger-210 {
  width: 45px;
  height: 45px;
}
.figure-skating-row2 .figure-box-col img {
    height: auto !important;
}
p.slider-para {
        font-size: 14px !important;
        line-height: normal !important;
}
sr7-media iframe {
        border-radius: 0px !important;
        width: 100% !important;
        height: 100% !important;
        transform: none !important;
        background: #000 !important;
}
.purchase-btn {
        padding: 3px 15px !important;
        padding-right: 3px !important;
        font-size: 14px !important;
        padding-left: 15px !important;
}
.welcome-txt {
    font-size: 16px !important;
}
.wp-video {
    max-width: 100% !important;
	width: 100% !important;
    height: auto;
	 }
}

