/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
* {
  box-sizing: border-box;
}
.pagination a {
    border: 1px solid #83b735;
    padding: 8px;
    color:#83b735;
}
.pagination span.page-numbers.current {
    background: #83b735;
    padding: 10px;
    color: #fff;
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 1360px;
        padding:0;
		margin:auto
    }
    .site-content .ast-container {
        display: block;
    }
}
/*Program Css*/
.product_detail i.fa.fa-star {
    color: #ffab00;
}

.inner_program {width: 23.9%;display: inline-block;box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 0%);border-radius: 10px ! IMPORTANT;margin: 5px 5px 15px;padding-bottom: 10px;}

.inner_program h5 {
    color: #111827;
    font-size: 18px;
    font-weight: 700 !IMPORTANT;
    font-family: 'Inter';
    padding: 10px 10px 0;
    text-align: left;
}

.inner_program p {
    color: #353535;
    font-size: 15px;
    font-weight: 400 !IMPORTANT;
    font-family: 'Inter';
    padding: 5px 10px;
    text-align: left;
    margin: 0;
}

.star img {
    width: 70px;
    margin: -4px 0 0 0;
}

.star {
    color: #353535;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0 10px 0;10px 10px
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}

.inner_program h4 {
    color: #353535;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    float: right;
    margin: -29px 10px 0 0;
}
.inner_program img {
    border-radius: 10px;
    width: 100%;
    height: 210px;
}
.rating.product_detail {
    padding: 10px 10px 0;
}

/*Program Css*/

.pagination {
   
    display: block;
	margin:20px auto;
}





/* Container for flexboxes */
.podcast {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.podcast_inner {
    display: inline-block;
    width: 24.15%;
    margin: 5px 5px 5px 4px;
    height: auto;
    border: 1px solid #00000026;
    border-radius: 10px;
    padding: 12px 12px 0;
}
.podcast_inner iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.podcast_inner img {
        width: 100%;
    height: 190px;
    border-radius: 10px;
    object-fit: fill;
}
.podcast_inner h3 {
   font-family: 'Inter', Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #393939;
    text-align: left;
    padding: 15px 0;
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .podcast_inner {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .podcast {
    flex-direction: column;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
  background-size: 6% ! IMPORTANT;
}
/*For IE*/
.btn_dropdown select {
        width: 200px;
    border: 1px solid #11181C1A;
    font-size: 15px;
    margin: 15px;
    border-radius: 7px;
    color: #11181C;
}
.btn_dropdown select option {
    background-color: #fff;
    color: #11181CD9;
}
.btn_dropdown select:focus {
    outline: 1px solid #13B218;
    outline-offset: -2px;
}
.btn_dropdown select option:focus{
    background-color: #13B218;
    color: #fff;
}
.btn_dropdown select:checked {
    background-color: #13B218;
}
.btn_dropdown select option:hover {
    background-color: #13B218;
}
#spinner {
  text-align: center;
  margin: 20px 0;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.btn_dropdown {
    width: 100%;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
}
.column1 {
  float: left;
  width: 80%;
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column select {
    float: right;
}