/*
 Theme Name:   Newton - BeTheme Child Theme
 Description:  BeTheme Child Theme
 Author:       PixelDevs
 Author URI:   https://pixeldevs.io
 Template:     betheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  newton
*/

.max-width-centered {
	max-width: 1102px !important;
	margin: 0 auto;
}

.float-none {
	float: none !important;
}

/* FROM BETHEME */
.radioco-playButton-playing:before{
	font-family: 'FontAwesome', sans-serif;
	content: "\f144" !important;
}

.radioco-playButton-paused:before{
	font-family: 'FontAwesome', sans-serif;
	content:"\f28b" !important;
}

.radioco-playButton{
	position: relative;
	text-align: left;
	z-index: 2;
	font-size:20px;
	top: -10px;
}

.radioco-playButton:active{
	color:#39596b;
	background: black;
}

.radioco-nowPlaying {
	margin-left: 36px !important;
	font-size: 10px !important;
    display: block;
    position: relative;
    width: 340px;
    color: #000;
    z-index: 1;
    float: right;
    top: -10px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.radioco-playButton-playing{
	font-family: "controls";
	position: absolute;
	font-size:150%;
}

.radioco-playButton-paused{
	font-family: "controls";
	position: absolute;
	font-size:150%;
}

.radioco-volume:before{
	font-family: 'FontAwesome', sans-serif;
	display: block;
	content: '\f028';
	color: #555;
	width: 15px;
	height: 15px;
	font-size: 14px;
	margin-right: 13px;
	margin-left: 5px;
}

input[type=range].radioco-volume {
  height: 12px;
  -webkit-appearance: none;
	position: absolute;
	bottom: 8px;
  width: 100%;
	max-width: 150px;
	background: transparent;
}
input[type=range].radioco-volume:focus {
  outline: none;
}
input[type=range].radioco-volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #05141F;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range].radioco-volume::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid black;
  height: 12px;
  width: 12px;
  border-radius: 25px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range].radioco-volume:focus::-webkit-slider-runnable-track {
  background: #05141F;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #05141F;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range].radioco-volume::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #0B2F47;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #2D3A47;
  cursor: pointer;
}
input[type=range].radioco-volume::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].radioco-volume::-ms-fill-lower {
  background: #05141F;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range].radioco-volume::-ms-fill-upper {
  background: #05141F;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range].radioco-volume::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #0B2F47;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #2D3A47;
  cursor: pointer;
}
input[type=range].radioco-volume:focus::-ms-fill-lower {
  background: #05141F;
}
input[type=range].radioco-volume:focus::-ms-fill-upper {
  background: #05141F;
}

.pd-event img {
	width: auto;
	height: 240px !important;
}




/* EXPLORE TERMS */
ul.pd-chosen-terms, .pd-show-terms {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-show-terms {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.pd-chosen-terms li.pd-show-term {
    background: #1F063F;
    color: white;
    border-radius: 5px;
    margin: 0 15px;
    position: relative;
    padding: 10px 20px;
    text-transform: capitalize;
    cursor: pointer;
}

.pd-close {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #E0E0E0;
    color: black;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 3px;
    margin: 0;
    line-height: 13px;
    font-size: 15px;
    border-radius: 10px;
    text-transform: none;
    opacity: 0.75;
}

.pd-chosen-terms .pd-show-term:hover > .pd-close {
    opacity: 1;
}

.pd-chosen-terms-submit {
		font-size: 20px;
    background: #ed91af;
    border-radius: 5px !important;
    margin: 30px auto;
    display: block;
}

li.pd-show-term {
    list-style: none;
    color: #ed91af;
    display: inline-block;
    padding: 15px;
	  padding-top: 0;
    text-transform: capitalize;
    cursor: pointer;
}

.inner-center > .section_wrapper {
    max-width: 1102px !important;
    margin: 0 auto;
   	width: 1102px !important;
}

.pd-archive-grid {
	display: grid;
	grid-gap: 20px;
/* 	grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
}

.archive-image {
	max-height: 240px; 
	overflow: hidden;
}

.archive-image img {
	height: 240px !important; 
}

@media (max-width: 768px){
	.mhb-row-wrapper {
		margin-left: -33px !important;
	}
	
	div.section.section-post-header {
		padding: 0 !important;
	}
	
	.column_attr h1 {
		text-align: center !important;
	}
	
	.archive-image {
		max-height: 100%; 
		overflow: visible;
	}
	
	.archive-image img {
		height: auto !important; 
		width: 100% !important;
	}
}