/*------------------ Contact Page -----------------*/
.c_icon {
  display: table;
  margin: 0 auto;
  padding: 25px 8px;
  border: 1px solid #4bcdfc;
  border-radius: 50%;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form {
    box-shadow: 0 0 15px 6px #ccc;
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  width: 100%;
  background-color: var(--heading-text-color);
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  background-color:#fff;
  border: 1px solid #ccc;
}
.inner-cont:hover i {
    color: #fff;
}
.inner-cont:hover .c_icon {
    background: #f02930;
}
.inner-cont:hover .c_icon i {
    color: var(--heading-text-color) !important;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  width: 100% !important;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 23px 0;
  height: auto;
  float: left;
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
  color: #13182c;
  font-style: italic;
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
  color: #13182c;
  font-style: italic;
}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  width: 100%;
}
.inner-cont {
  padding: 10px 5px;
  background: var(--heading-text-color);
}
.contac_form h3 {
  text-align: center;
  color: #c1e503;
}
.contact-email i, .contact-address i, .contact-phone i {
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  font-size: 38px;
  color: #c1e503;
  margin: 0 auto;
  text-align: center;
  width: 87px;
  display: inline-table;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 20px 0;
}
.contact-box a{
  color:#1d2027;
}
.c_content span {
  font-size: 18px;
  color:#13182c;
}
.c_content p{
  font-size: 16px;
  color:#13182c;
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 5%;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
.contact-box .contac_form textarea
{
  max-height: 100px;
}
.contact-box .contac_form textarea::placeholder
{
  color: #13182c;
  font-style: italic;
}
.contact-box .contac_form input[type="submit"]
{
  background-color: #c1e503;
  color:#13182c;;
  margin-top: 20px;
}
.contact-box .contac_form input[type="submit"]:hover {
    color: #fff;
}
.contact-box p {
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}
/* ----------------------- POST---------------------- */
.post-section {
  padding: 20px 0;
}
.post-template-default h1 {
  font-size: 30px;
}
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background: #4bcdfc;
  color: var(--heading-text-color) !important;
  border: 1px solid #4bcdfc;
}
.navigation span.page-numbers.current{
  background: var(--heading-text-color);
  border: 1px solid #4bcdfc;
  color: #000000 !important;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:15px 0 30px;
}
.bradcrumbs a{
  background: var(--primary-text-color);
  color: #000000;
  padding:10px 15px;
  margin-right:5px;
  font-weight: 500;
}
.bradcrumbs span{
  background:#fff;
  color: #000;
  padding:5px 15px;
  font-weight: 500;
}
/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: var(--heading-text-color);
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: var(--heading-text-color);
  color: #333333;
}
/* --------- Blog Page ------- */
#full-width-blog .postbox {
  width: 100%;
  border: none;
  max-width: 50%;
}
#full-width-blog .postbox h3{
  font-weight:normal;
}
.postbox h3 {
  padding: 10px 0;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
   margin-left: 8px !important;
   font-size: 18px;
   border-bottom: 1px solid var(--heading-text-color);
   padding-bottom: 2px;
}

.widget_recent_entries li {
  margin: 20px 10px;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px;
  font-weight:bold;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.blog-button a:hover {
    color: #54d4fd;
}
.metabox {
  color: #000;
  padding: 5px 0;
  clear: both;
  margin: 20px 0;
  border-top: 1px solid #13182c;
  border-bottom: 1px solid #13182c;
}
.metabox span.seperator:first-child {
  display: none;
}
.metabox span{
  margin-right: 10px;
}
.metabox span i{
  margin-right: 10px;
}
.metabox .entry-date{
  margin: 0 15px 0 0;
  color:#13182c;
}
.metabox .entry-author{
  margin: 0 15px 0 0;
  color:#13182c;
}
.metabox .entry-author a,
.metabox .entry-comments{
  color: #13182c;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.post-featured img {
  width: 100%;
}
.feature-box{
  margin-bottom: 10px;
}
.feature-box img{
  width: auto;
}
.single-post-block .single-content p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #000000;
  font-family: 'Epilogue';
  margin-bottom: 30px;
}
.authordetails {
  padding-top: 25px;
}
.authordetails .author_links {
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails .author_links
{
  /* font-family: "Montserrat"; */
}
.authordetails .b-content
{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  /* font-family: "Montserrat"; */
  font-style: italic;
}
.authordetails img
{
  border-radius: 50%;
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.authordetails ul li {
    display: inline;
}
.authordetails ul li a {
    background-color: #c1e503;
    padding: 9px 15px 9px 15px;
    color: white;
    border-radius: 50%;
    width: 40px;
    margin-right: 10px;
}
.inner-sbox h3 a
{
  color: #000000 !important;
}
.inner-sbox p
{
  font-size: 16px;
  line-height: 30px;
  font-family: 'Raleway';
  font-weight: 500;
  color: #000000;
  padding-bottom: 15px;
  margin: 0;
}
.inner-sbox .post-readmore{
position: relative;
border: none;
padding: 10px 20px;
font-size: 14px;
letter-spacing: 3px;
font-family: 'Epilogue';
font-weight: 500;
color: #000000 !important;
display: inline-block;
background-color: var(--primary-text-color);
border-radius: 5px;
}

a.post-readmore:before{
  display: none !important;
}
.wc-banner{
  position:relative;
  margin-bottom: 50px
}
.wc-banner img{
  width: 100%
}
.archive  h1{
  font-family: 'Epilogue';
  color: #ffffff !important;
  font-weight: normal;
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0;
  margin: 0;
}
.search .entry-title{
  /* font-family: "Montserrat"; */
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
  padding-top: 25px;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/*---- Related post css -----*/
.related-posts .postbox{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 10px;
}
.related-posts{
  padding: 2% 0;
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 28px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
}
/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(150, 150, 0, 0.58);
    font-size: 54px;
    color: #fff;
    font-family: 'Epilogue';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.above_title {
  position: relative;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.post_ctg{
  margin-bottom: 10px;
  height: 25px;
}
/*--- Share icon css ----*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  background-color: var(--heading-text-color);
  color: #000000;
  border: 1px solid var(--primary-text-color);
  border-radius: 20% 0%;
  width: 36px;
  margin: 5px 4px;
  text-align: center;
}
.share_icon i:hover {
    color: #000000;
    background-color: var(--primary-text-color);
}
#blog .hvr-icon-wobble-horizontal {
  display: inline-block;
  /* vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; */
}
#blog .hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#blog .hvr-icon-wobble-horizontal:hover .hvr-icon,
#blog .hvr-icon-wobble-horizontal:focus .hvr-icon,
#blog .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#blog-right-sidebar #slider,#blog-left-sidebar #slider,#full-width-blog #slider{
  margin-bottom: 3%;
}
/* about page template */


/* post comment button */
input#submit:hover{
  transition: 0.2s;
  border-left: none !important;
  border-right: none !important;
}
/* next button */
.nav-next .meta-nav, .nav-previous .meta-nav{
  transition: all 0.5s;
}
.nav-next .meta-nav, .nav-previous .meta-nav{
  position: relative;
  transition: 0.5s;
}
.nav-next .meta-nav:hover{
  padding: 8px 30px 8px 10px;
}
.nav-next .meta-nav:after{
  content: '»';
  position: absolute;
  opacity: 0;
  top: 5px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-next .meta-nav:hover:after {
  opacity: 1;
  right: 10px;
}
/* previous button */
.nav-previous .meta-nav:hover{
  padding: 8px 10px 8px 30px;
}
 .nav-previous .meta-nav:after {
  content: '«';
  position: absolute;
  opacity: 0;
  top: 5px;
  left: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-previous .meta-nav:hover:after {
  opacity: 1;
  left: 10px;
}
.wpcf7 form .wpcf7-response-output{
  margin-left: 0;
  text-align: center;
}


                                               /* Custom Css */
                                                  /* Header */
.error404 .header-p2,.page-template-404 .header-p2,.page-template-about .header-p2,.page-template-blog-fullwidth-extend .header-p2,.blog .header-p2,.page-template-default .header-p2,.page-template-blog-with-left-sidebar .header-p2,.page-template-blog-with-right-sidebar .header-p2,.single-post .header-p2,.archive .header-p2,.single .header-p2,.page-template-classes .header-p2,.page-template-training .header-p2{
  background-color: var(--background2-color);
}

.page-template-about .title-box{
  margin-bottom: 0px;
}

.page-template-about .about-text-btn{
  display: none;
}
.page-template-classes .title-box,.page-template-training .title-box{
  margin-bottom: 0px;
}
.bradcrumbs.container {
    display: none;
}
.woocommerce #review_form #respond textarea{
  border: 1px solid #000000;
}

                        /* Blog */
span.entry-date,span.entry-author a,span.entry-comments{
  font-size: 14px;
    line-height: 21px;
    font-family: 'Epilogue';
    font-style: normal;
    color: #000000 !important;
    padding-left: 5px;
    font-weight: 400;
}
.main_title h1 {
    font-size: 28px;
    font-family: 'Epilogue';
    color: #000000;
    padding-top: 20px;
}
.post_ctg span {
    font-size: 16px;
    font-family: 'Epilogue';
    color: #000000;
    font-weight: 400;
}
p.socila_share b {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
h2#reply-title {
    color: #000000 !important;
    font-family: 'Epilogue';
}
cite.fn a ,.says{
    color: #000000 !important;
}
.comment-meta a {
    font-size: 16px;
    font-family: 'Epilogue';
    font-weight: 500;
    color: #000000;
}
a.comment-reply-link i {
    color: #000000;
}

                                                  /* Shop */
h1.product_title.entry-title {
    font-size: 36px;
    font-family: 'Epilogue';
    color: #000000;
    font-weight: 600;
}
nav.woocommerce-breadcrumb {
    margin: 25px 0!important;
    background-color: var(--primary-text-color);
    padding: 15px 10px !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-family: 'Epilogue';
}
nav.woocommerce-breadcrumb a{
  color: #000000 !important;
}
.woocommerce .star-rating span::before{
  color: var(--primary-text-color);
}
a.woocommerce-review-link {
    color: #000000;
    font-size: 16px;
    font-family: 'Epilogue';
}
p.price {
    font-family: 'Raleway';
    font-size: 20px !important;
    color: #000000 !important;
    margin-bottom: 25px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: var(--background2-color);
    color: var(--heading-text-color);
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.wp-block-group__inner-container h2 {
    color: #000000;
    font-family: 'Epilogue';
    font-size: 26px
}
h2.woocommerce-Reviews-title {
    font-size: 32px;26px
    font-family: 'Epilogue';
    font-weight: 600;
    color: #000000;
}

                                                          /* Cart */
td.product-name a {
    font-size: 18px;
    color: #000000;
}
span.woocommerce-Price-amount.amount {
    color: #000000;
}
.cart_totals h2 {
    font-size: 32px;
    color: #000000;
}
.woocommerce-billing-fields h3 , .woocommerce-additional-fields h3,h3#order_review_heading{
    font-size: 28px;
    color: #000000;
}
a.event-link {
    color: #000000;
    font-size: 20px;
}
a.timeslot-link {
    font-size: 22px;
    color: #000000;
}
h3.timeslots-title {
    color: #000000;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 55%;
}
                                                     /* Checkout */
.select2-container--open .select2-dropdown {
   left: 0;
   top: -28px;
}
.select2-container--default .select2-results>.select2-results__options{
  color: #000000;
  background-color: var(--primary-text-color);
  width: 100%
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  margin: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
  background-color: var(--background2-color);
}

                                               /* Responsive inner pgaes */
@media screen and (max-width:1500px) {
  .woocommerce .quantity .qty{
    border: 1px solid #000000 !important;
  }
}
@media screen and (max-width:1040px){
  .side-navigation ul ul a{
    color: var(--heading-text-color) !important;
  }
  .inner-sbox h3 a {
     font-size: 16px;
     line-height: 20px;
   }
 .metabox {
    margin: 0px 0 10px;
  }
  span.entry-date, span.entry-author a, span.entry-comments {
    font-size: 12px;
    padding-left: 0px;
  }
  .metabox .entry-date,.metabox .entry-author {
    margin: 0 10px 0 0;
    color: #13182c;
   }
   .inner-sbox p {
    font-size: 12px;
    line-height: 25px;
  }
  .inner-sbox .post-readmore {
    position: relative;
    border: none;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px;
  }
                                   /* shopp */
   .woocommerce #review_form #respond textarea{
     border:1px solid #000000;
   }
   div#sidebar {
     padding-left: 10px;
  }
  .wc-banner {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:801px){
  /* .content_page .row {
    display: grid;
    grid-template-columns: 1fr;
  } */
  .postbox.smallpostimage {
    width: 100%;
  }

  /* Shop */
  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    /* row-gap: 10px; */
 }
 h2.woocommerce-Reviews-title {
    font-size: 28px;
  }
 h1.product_title.entry-title {
    font-size: 30px;
  }
  .woocommerce-billing-fields h3, .woocommerce-additional-fields h3, h3#order_review_heading{
    font-size: 20px
  }
  .archive  h1{
    font-family: 'Epilogue';
    color: #ffffff !important;
    font-weight: 900;
    font-size: 40px;
  }
  .wc-banner {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:481px){
  .main_title h1 {
    font-size: 20px;
    text-align: center !important;
  }
  .bradcrumbs{
    text-align: center;
  }
  .metabox span i {
    margin-right: 5px;
  }
  .post_ctg {
    margin-bottom: 10px;
    height: 25px;
    display: flex;
    justify-content: center;
  }
  div#respond {
    text-align: center;
  }
  .page-template-blog-with-left-sidebar .middle-align .row {
    flex-direction: column-reverse;
  }

      /* Shop */
  h1.product_title.entry-title {
    font-size: 28px;
  }
  .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0.618em;
  }
  .woocommerce button.button.alt{
    font-size: 12px;
  }
  h2.woocommerce-Reviews-title {
    font-size: 19px;
  }
  .woocommerce button.button{
    font-size: 14px;
  }

  .page-content h1 {
    font-size: 32px;
  }
  p.text-404 {
    font-size: 14px;
  }
  .archive  h1{
    font-family: 'Epilogue';
    color: #ffffff !important;
    font-weight: 900;
    font-size: 28px;
  }
  .wc-banner {
    margin-bottom: 20px;
  }
}


                                                            /* 404 not found */
.page-content {
    text-align: center;
}
.page-content h1 {
    font-size: 38px;
    font-family: 'Epilogue';
    font-weight: 600;
    color: #000000;
}
p.text-404 {
    font-size: 16px;
    font-family: 'Raleway';
    color: #000000;
    font-weight: 500;
}
.read-moresec div a {
    background-color: var(--primary-text-color);
    width: 250px;
    height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Epilogue';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: auto;
}


                                              /* Multiple Product Page */
p.woocommerce-result-count {
    font-size: 16px;
    font-family: 'raleway';
    font-weight: 500;
    color: #000000;
}
div#sidebar {
    padding-left: 20px;
}
h2.woocommerce-loop-product__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #000000;
    font-family: 'Epilogue';
}
span.woocommerce-Price-amount bdi {
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 500;
}
.woocommerce-loop-product__link .price{
  margin-bottom: 10px !important;
}
a.added_to_cart.wc-forward {
    display: block;
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-family: 'Epilogue';
    font-weight: 500;
    color: #000000;
    background-color: var(--primary-text-color);
    padding-top: 12px;
    border-radius: 5px;
    margin: auto;
}


input[type=radio]:focus{
  border-color: #24bdaf !important;
  box-shadow: 0 0 0 1px #24bdaf !important;
  outline: 2px solid transparent;
}
