/*==============================*/
/*Custom audio player styles*/
/*==============================*/

.gs-custom-odo-plyr-wrpr .gs-raw-odo {
	display: none
}

.gs-custom-odo-plyr-wrpr {
	color: #fff;
	font-size: 16px;
}

.gs-custom-odo-plyr-wrpr p {
	margin: 0
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect {
	display: flex;
	background: #222;
	padding: 30px;
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-left {
	width: 80%
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-core {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-dnld-btn-wrpr {
	margin-right: 20px;
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-dnld-btn {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	background: #e19524;
	text-decoration: none;
	letter-spacing: 2px;

	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-dnld-btn:hover {
	background: #e3b065
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-share-btn-wrpr {
	margin-right: 20px;
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-share-btn {
  display: inline-block;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
	background: #e19524;

	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-share-btn:hover {
	background: #e3b065
}

.gs-custom-odo-plyr-wrpr .gs-odo-ttl-wrpr {
	padding-top: 20px;
}

/*-----------*/

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-right {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-play-btn {
  border: none;
  cursor: pointer;
	display: inline-block;
	padding: 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	color: #fff;
	background: #e19524;

	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.gs-custom-odo-plyr-wrpr .gs-odoplyr-main-sect .gs-play-btn:hover {
	background: #e3b065
}

/*-----------*/

.gs-custom-odo-plyr-wrpr .gs-odoplyr-ftr-sect {
	display: flex;
	text-align: center;
}

.gs-custom-odo-plyr-wrpr .gs-ftr-left-btn-wrpr,
.gs-custom-odo-plyr-wrpr .gs-ftr-right-btn-wrpr {
	width: 50%;
}

.gs-custom-odo-plyr-wrpr .gs-ftr-left-btn,
.gs-custom-odo-plyr-wrpr .gs-ftr-right-btn {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	background: #333;

	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.gs-custom-odo-plyr-wrpr .gs-ftr-left-btn:hover,
.gs-custom-odo-plyr-wrpr .gs-ftr-right-btn:hover {
	background: #444;
}



/*=========================================================*/
/*Custom audio player final download section(s) styles*/
/*=========================================================*/

.gs-odo-plyr-fnl-dnld-wrpr {
  background: #222;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  text-align: center;
}

.gs-odo-plyr-fnl-dnld-wrpr .gs-odo-fnldnld-cmplt-txt-wrpr {
  text-transform: uppercase;
  letter-spacing: 2px
}

.gs-odo-plyr-fnl-dnld-wrpr p {
  margin: 0
}

.gs-odo-plyr-fnl-dnld-wrpr .gs-odo-fnldnld-shtcd-bx {
  background: #444;
  padding: 20px;
}

.gs-odo-plyr-fnl-dnld-wrpr .gs-odo-fnldnld-btn {
	display: block;
  width: 100%;
	padding: 20px 30px;
	color: #fff;
	text-transform: uppercase;
	background: #e19524;
	text-decoration: none;
	letter-spacing: 2px;

	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.gs-odo-plyr-fnl-dnld-wrpr .gs-odo-fnldnld-btn:hover {
	background: #e3b065
}

.gs-odo-plyr-fnl-dnld-wrpr .gs-hdn-odo-link {
  visibility: hidden;
  display: none;
}

/* Timer popup box styles */

.gs-odo-fnl-dnld-ppbx-wrpr {
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  background: rgba( 34, 34, 34, .97 );
  z-index: 999;
  display: none;
}

.gs-odo-fnl-dnld-ppbx-wrpr.gs-show {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gs-odo-fnl-dnld-ppbx-wrpr .gs-odo-fnl-dnld-ppbx-inr {
    background: rgba( 51,51,51,.8 );
    width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.gs-odo-fnl-dnld-ppbx-wrpr .gs-dynmc-tme-box {
  font-size: 40px
}

.gs-modify-hdr-ad {
	text-align: center;
	position: fixed !important;
	top: 50px;
	left: 0;
	width: 100%;
	height: 10vh;
	min-height: 90px !important;
}



/*=========================================================*/
/*After odo download complete section(s) styles*/
/*=========================================================*/

.gs-odo-dnld-ok-sect-wrpr {
  color: #fff;
  background: #222;
  padding: 30px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.gs-odo-dnld-ok-sect-wrpr p {
  margin: 0
}

.gs-odo-dnld-ok-sect-wrpr .gs-dnld-msgs p {
  margin-bottom: 0px
}

.gs-odo-dnld-ok-sect-wrpr .gs-dnld-msgs p:last-of-type a {
  text-decoration: none;
  font-weight: bold;
  color: #E19524;

  transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.gs-odo-dnld-ok-sect-wrpr .gs-dnld-msgs p:last-of-type a:hover {
  color: #E3B065
}

.gs-odo-dnld-ok-sect-wrpr .gs-btns {
  display: flex;
}

.gs-odo-dnld-ok-sect-wrpr .gs-btns a {
  display: block;
  width: 50%;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  background: #051b45;
  text-decoration: none;

  transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.gs-odo-dnld-ok-sect-wrpr .gs-btns a:hover {
  background: #E3B065
}

.gs-odo-dnld-ok-sect-wrpr .gs-btns .gs-left-btn {
  margin-right: 5px
}

.gs-odo-dnld-ok-sect-wrpr .gs-btns .gs-right-btn {
  margin-left: 5px
}








/**/
