/*
 Theme Name:   Beyond PhD Coaching
 Theme URI:    
 Description:  A child theme of GeneratePress
 Author:       Nate Condron
 Author URI: 
 Template:     generatepress
 Version:      0.1
*/


/* Datavinci styles */
/* Used on blog posts, booking pages */

@media screen and (max-width:767px){
	.call-banner{
		background-image:unset;
	}
}

/* Datavinci styles */
/* progress bar top */
.progress-bar-wrapper{
	background-color:#355658;
	padding: 0px 0px;
	position:fixed;
	top:-70px;
	width:100%;
	z-index:9999;
	display:none;
	animation-name:progress-rev;
	animation-duration: 0.2s;
	animation-fill-mode:forwards;
	transition-timing-function: cubic-bezier(0.000, 0.975, 0.750, 1.000);
}

.progress-anim{
animation-duration: 0.2s;
	animation-fill-mode:forwards;
	animation-name:progress;	
	transition-timing-function: cubic-bezier(0.000, 0.975, 0.750, 1.000);
}

@keyframes progress{
	from{
		top:-120px;
	}
	to{
		top:0px;
	}
}
@keyframes progress-rev{
	from{
		top:0px;
	}
	to{
		top:-120px;
	}
}

.progress-bar-content{
	width:100%;
	max-width: 1200px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 9px 20px;
}
.progress-bar-content h4{
	color:white;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Roboto Serif';
	margin-bottom:0px;
}


.progress-bar-content .button {
	background:#ffb240;
	border-radius:100px;
	color:black;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
}
.progress-bar{
	background-color: rgba(255,255,255,0.2);
}
.progress-bar-inside{
		height: 4px;
    background: #FFB240;	
	  width:0;
}

/* Datavinci styles */
/* sticky elements */
.call-large-close{
	position:absolute;
	top: 10px;
	right: 10px;
	cursor:pointer;
}
.call-small{
	background-color: #007EA7;
	padding: 18px 20px;
	border-radius: 10px;
	position: fixed;
	z-index: 5;
	left: 20px;
	bottom: -120px;
	width: 250px;
	font-family: 'Roboto Serif';
	color: white;
	font-weight: 700;
	animation-name: call-small-out;
	animation-duration: 0.3s;
	animation-fill-mode:forwards;
	cursor:pointer;
}
.call-small img{
	position: absolute;
	top: -20px;
	width: 40px;
}
.call-small-in{
	animation-name:call-small;
	animation-duration:0.3s;
	animation-fill-mode:forwards;
}
@keyframes call-small-out{
	from{
		bottom:20px;
	}
	to{
		bottom:-120px;
	}
}

@keyframes call-small{
	from{
		bottom:-120px;
	}
	to{
		bottom: 20px;
	}
}

.call-large{
	position:fixed;
	bottom: -350px;
	left: 20px;
	background-color:#007EA7;
	font-weight:400;
	border-radius:10px;
	display:none;
	align-items:center;
	padding: 20px;
	column-gap: 20px;
	z-index:10;
	width:100%;
	max-width:700px;
	animation-name: call-large-out;
	animation-duration:0.3s;
	animation-fill-mode:forwards;
}
.call-large-in{
	animation-name: call-large;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

@keyframes call-large-out{
	from{
		bottom: 20px;
	}
	to{
		bottom:-350px;
	}
}

@keyframes call-large{
	from{
		bottom: -350px;
	}
	to{
		bottom: 20px;
	}
}

.call-large img{
	width:100%;
	max-width: 200px;
}
.call-large h4{
	font-family: 'Roboto Serif';
	font-weight:600;
	color:white;
	line-height:32px;
	font-size: 24px;
	margin:0px 0px 10px 0px;
}
.call-large a{
	display:inline-block;
}
.call-large ul{
	margin:0 0 20px 0;
}
.call-large h6, .call-large li{
	color:white;
	margin:0;
}

@media screen and (max-width:767px){
	.call-large, .call-small, .sassy-wrapper{
		display:none!important;
	}

	.progress-bar-content{
		padding:10px;
		column-gap: 5px;
	}
	.progress-bar-content a{
		line-height: 18px;
    text-align: center;
		padding: 12px 6px;
	}
	.progress-bar-content h4{
		font-size: 17px;
    line-height: 25px;
	}
}

/* Datavinci styles */
/* posts custom header styling */
.read-time{
		margin: 3px 0px 10px 0px;
		font-family:'Roboto Serif';
		color:#666666;
		font-size: 18px;
	}
	.custom-breadcrumbs{
		font-size: 15px;
		color:#2E3238;
		font-family: 'Roboto Serif';
		font-weight:500;
	}
	.custom-breadcrumbs a{
		color:#666666;
		font-weight:400;
	}
	.header-extra{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 15px 0px 20px 0px;
		font-family: 'Roboto Serif';
		font-size: 18px;
		font-weight:600;
		color:black;
	}
	.author-info img{
		width: 100%;
		max-width: 40px;
		border-radius: 100px;
		margin-right:5px;
	}
	.sassy-wrapper{
		display: flex;
		align-items:center;
		column-gap:17px;
		font-family: 'Roboto';
		font-weight:400;
		color:#666666;
		font-size: 18px;
	}
	.heateor_sss_sharing_ul{
		display:flex;
		column-gap: 16px;
	}
	.author.meta-in-content{
		display:none;
	}
	.wp-post-image.image-in-page{
		border-radius:10px;
	}
	
	.card.card-profile.card-plain{
		background-color: #F7F7F7;
		padding: 30px;
		border-radius: 20px;
	}
	.card-profile .card-title{
		font-size: 22px;
	}
	body .card-profile .card-avatar{
		box-shadow:unset;
	}
	.section.related-posts{
		background-color:white;
	}
	.section.related-posts .row:nth-child(2){
		background-color:white;
		border-radius: 15px;
		box-shadow: 0px 5px 64px 0px #3030301A;
	}
	.section.related-posts .card .card-image{
		margin-top:0;
		box-shadow:unset;
	}
	.section.related-posts .card.card-blog{
		box-shadow:unset;
	}


.booking-slider #wp-block-themeisle-blocks-slider-d29be548{
	margin: auto;
}

.booking-slider .wp-block-themeisle-blocks-slider .wp-block-themeisle-blocks-slider-item-wrapper figure img{
	object-fit: contain;
}

.book-call-field #field_z2q0q_label, .book-call-field-2 #field_z2q0q_label{
	display:none;
}
.book-call-field .frm_submit{
	position:absolute;
	right:0;
}
.book-call-field .frm_final_submit{
	margin:0!important;
	padding: 14px 42px!important;
	font-weight: 600!important;
}
.book-call-field #field_z2q0q, .book-call-field-2 #field_z2q0q{
    color: #FFFFFFB2;
	background-color:#FFFFFF1A!important;
    padding: 15px 20px;
		padding-right:150px;
    height: 51px;
    border-radius: 100px;
    border: none!important;
}
body .book-call-field-2 #field_z2q0q{
	padding-right:0;
}
.book-call-field #field_z2q0q::placeholder, .book-call-field-2 #field_z2q0q::placeholder {
	color: #FFFFFFB2!important;
	font-size: 16px;
}
.book-call-field .frm_style_booking-page-email.with_frm_style .form-field, .book-call-field .form-group{
	margin:0;
}
.book-call-field-2 .frm_style_booking-page-email.with_frm_style .form-field, .book-call-field-2 .form-group{
	margin:0;
}
.book-call-field-2 .frm_final_submit{
	width:100%!important;
	font-weight:600!important;
}

.mid-sentence-text{
	color: #DB8403;
}

.booking-page-calendly-atf{
box-shadow:0px 0px 32px -7px #ffb240c2;
}


@media screen and (max-width:767px){
	.gb-grid-wrapper-68bad400{
		flex-direction:column-reverse;
	}
}

.booking-stickycta-wrapper{
	position:fixed;
	bottom:0;
	width:100%;
	z-index:10;
	background: linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
		padding: 20px;
	text-align:center;
}

.booking-stickycta-wrapper a{
	background-color: #FFB240;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-weight: 600;
    color: black;
    margin: auto;
    padding: 15px 30px;
    text-align: center;
    border-radius: 100px;
}

.posts-popup-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}

.posts-popup-wrapper .posts-popup{
	width: 600px;
	background-color:#517274;
	text-align:center;
	padding: 40px;
	border-radius:20px;
	position:relative;
	color:white;
}

.posts-popup h3{
	margin:0;
	font-family: "Roboto Serif";
	line-height: 40px;
	font-weight: 600;
}

.posts-popup > p{
	margin: 10px 0px;
	font-weight: 400;
	font-size: 18px;
}

.posts-popup .posts-popup-checks img{
	width: 15px;
}

.posts-popup .posts-popup-checks div:not(:last-child){
	margin-bottom: 10px;
}

.posts-popup .posts-popup-checks{
	font-weight: 600;
	font-size: 16px;
	width: 262px;
	text-align: left;
	margin: auto;
}

.posts-popup a{
	background-color: #FFB240;
	color:black!important;
	padding: 15px 30px;
	border-radius: 100px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	text-decoration:none;
}

.posts-popup h6{
	font-size: 13px;
}

.posts-popup-close{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.boooking-page-videos .inner-blocks *{
	height:100%;
	border-radius:20px;
}

.boooking-page-videos .superblockslider__slide_inner{
	position:relative;
	padding:0;
	width: 100%;
	left: 0;
}

.boooking-page-videos .superblockslider__button__navigation svg{
	width: 30px;
}

.boooking-page-videos .superblockslider__button__next{
	right: -25px;
}

.boooking-page-videos .superblockslider__button__previous{
	left: -25px;
}

.booking-page-logos .wp-block-themeisle-blocks-slider .wp-block-themeisle-blocks-slider-item-wrapper figure img{
	width:100%;
	height:auto;
	object-fit:contain;
}

.booking-page-videos video{
	border-radius: 10px;
}


/* tooltips */

.tooltip-box {
	position: relative;
	display: inline-block;
}

.tooltip-box .tooltip-text {
  visibility: hidden;
	width:150px;
	line-height:18px;
  background-color: rgba(0,0,0,.85);
	border-radius:4px;
	font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-align: center;
  padding: 10px;
  position: absolute;
	left:-60px;
	bottom:36px;
  z-index: 1;
	font-size:14px;
}

.tooltip-box:hover .tooltip-text {
	visibility: visible;
}


