/*
 Theme Name:     Livecast Child Theme
 Theme URI:      https://www.codeless.co/livecast
 Description:    Livecast Child Theme
 Author:         Codeless Themes
 Author URI:     https://www.codeless.co
 Template:       livecast
 Version:        1.0.0
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

.ce-featured-podcasts-grid.ce-post-style-light .entry-play span, .ce-featured-podcasts-grid.ce-post-style-dark .entry-play span {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(to bottom,#3978b7,#3978b7) !important;
    margin-right: 10px;
}
.ce-featured-podcasts-grid.ce-post-style-light .entry-play a:hover {
    background-color: #3978b7;
    color: #fff;
}

.cl-post-header h1 {
    font-size: 50px !important;
    font-weight: 500 !important;
    line-height: 52px !important;
}

.latest_spisodes .entry-title{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
article iframe, article video {
    width: 100%;
    height: 500px;
}
p{
	 font-size:17px !important;
}
.entry-content h1{
	font-size:36px !important;
}
.entry-content h2{
	font-weight: 500 !important;
}
.single-podcast .ce-posts-grid.ce-post-style-box .ce-related-box {
    width:33%!important;
}
footer .elementor-widget-container li a {
    font-size:17px !important;
}

.gform_body input:not([type="submit"]),input:not([type="button"]) {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 7px;
    color: #6d727c;
    padding-left: 24px;
    border: 2px solid #eaf1f6;
    transition: all 0.3s;
}
.gform_body textarea {
    width: 100%;
    background: #FFFFFF;
    border-radius: 7px;
    height: 130px;
    color: #6d727c;
    padding-left: 15px;
    padding-top: 15px;
    border: 2px solid #eaf1f6;
}
.gform_body input[type="submit"], input[type="button"] {
    height: 50px;
    color: #fff;
    text-align: center;
    background: #061020;
    padding: 0 60px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all 0.3s;
}
.gform_body input[type="submit"]:hover, input[type="button"]:hover {
    background: #00a7d1;
}

/* .gform_body label{
	display:none !important;
} */

.codeless-player-content .codeless-player-title {
  font-weight: 600;
  font-size: 16px;
line-height: 22px;
}
div#gform_wrapper_4 .gform_heading {
    display: none;
}
.cms-page ul.num{
	list-style-position:inside;
	padding:0;
	list-style-type:none;
}
.cms-page a{
	font-weight:600;
}
.cms-page .nums li{
    font-size: 17px;
}
form#mc4wp-form-1 input[type="submit"] {
    position: static;
    width: auto;
    margin-top: 10px;
}

iframe.devfram {
    height: 100%;
    overflow: hidden !important;
    min-height: 260px;
}

html:not(.no-cssanimations) .ce-animation:not(.ce-animation--reveal-right):not(.ce-animation--reveal-left):not(.ce-animation--reveal-top):not(.ce-animation--reveal-bottom):not(.ce-animation-start) {
  opacity:1 !important;
}
.gform_page_footer input.gform_next_button,
.gform_page_footer input.gform_button{
	margin:0 auto !important;
}
.gform_page_footer.top_label {
    display: flex;
	gap:15px;
}
.gform_page_footer input.gform_previous_button,
.gform_page_footer input.gform_next_button{
	border-radius:25px;
}
.gform_page_footer input.gform_next_button{
	background:#061020 !important;
	color: #fff !important;
}
.gform_page_footer input.gform_previous_button:hover,
.gform_page_footer input.gform_next_button:hover {
    color: #fff !important;
	background:#00a7d1 !important;
}
table.gpnf-nested-entries {
    min-width: min(100%,100%);
}

@media(max-width:1080px){
#grab{margin-left:20px !important;margin-right:20px !important;}
}
@media(max-width:767px){
	.gform_page_footer.top_label {    
    flex-wrap: wrap;
	}
	#form-field-email{max-width:100%;}
	#grab .elementor-button.elementor-size-sm{max-width:100% !important;}
}