/*
 Theme Name:   Course Builder Child
 Theme URI:    http://wordpresslms.thimpress.com
 Description:  Course Builder Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     course-builder
 Version:      1.0.0
 Text Domain:  course-builder-child
*/

/*TYPOGRAPHY*/
html, body {
	font-family: 'Lato', sans-serif;
}

.video-wrapper {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-wrapper iframe, .video-wrapper object, 
.video-wrapper video , .video-wrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.page-title.layout-2 .main-top .content .text-title h1,
.page-title .main-top .content .text-title h1 {
	font-size: 48px;
}

.page-title .main-top .content .text-title h2 {
	font-size: 38px;
}

.flush-bottom {
	margin-bottom: 0;
}

body h1 {
	font-weight: 600;
}

body h2,body h3,body h4,body h5,body h6 {
	font-family: 'Lato', sans-serif;
}

body h3,body h5 {
	text-transform: uppercase;
}

body h2, body h3 {
	color: #0E5E83;
}

body .bg-blue h2,
body .bg-blue h3,
body .white-text,
body .white-text h1,
body .white-text h2,
body .white-text h3 {
	color: #FFF;
}

body h5 {
	font-weight: 500;
}

.pmpro_form input[type=radio]:checked:before {
	background: #ecd034 !important;
}

.white-text hr {
	background-color: #FFF;
	opacity: 0.7;
}

#hero {
	min-height: 100%;
}

#hero h1 {
	font-size: 60px;
}

.profile-container .profile-tabs .tab-content {
	padding-top: 0;
}

.profile-container .user-tab .author-name:after {
	display: none;
}

.profile-container .user-tab .list-contact,
.profile-container .user-tab .author-name {
	padding-bottom: 0;
	text-align: left !important;
}

#thim-header-topbar #popupLoginForm a:not(.btn):hover {
	color: #0D4560 !important;
}

.vc_gitem-post-data-source-post_excerpt p {
	font-family: 'Lato';
}

/*HEADER*/
#thim-header-topbar a:not(.btn):hover {
	color: #FFF !important;
	text-decoration: underline;
}

.vc_btn3-container a.vc_btn3,
a.button,
.wp-block-file a,
.list-articles article .entry-content .readmore a,
.thim-sc-text-box .btn.btn-default,
.thim-sc-button a.btn.btn-secondary,
.thim-sc-button a.btn.btn-default,
.thim-sc-button a.btn.btn-primary {
	font-size: 16px;
	display: inline-block;
	width: auto;
	line-height: 1em;
	padding: 8px 21px !important;
	background-color: #ecd034 !important;
	border: 2px solid #ecd034 !important;
	height: auto;
	text-transform: uppercase;
	font-weight: 500;
	color: #0d4560 !important;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.thim-sc-button.inline {
	display: inline-block;
	margin: 0 15px;
}


.vc_btn3-container a.vc_btn3.vc_btn3-style-flat {
	border-color: transparent !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.vc_btn3-container a.vc_btn3.vc_btn3-style-outline,
.thim-sc-button a.btn.btn-secondary {
	color: #FFF !important;
	background-color: transparent !important;
}

a.button:hover,
.wp-block-file a:hover,
.vc_btn3-container a.vc_btn3:hover,
.list-articles article .entry-content .readmore a:hover,
.thim-sc-text-box .btn.btn-default:hover,
.thim-sc-button .btn.btn-default:hover,
.thim-sc-button .btn.btn-secondary:hover,
.thim-sc-button .btn.btn-primary:hover {
	color: #0d4560 !important;
	background-color: #FFF !important;
	border-color: #FFF !important;
}

.profile-tabs .video-wrapper {
	margin-bottom: 30px;
	margin-top: 30px;
}

ul.image-gallery {
	margin-left: 0;
	margin-top: 20px;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

ul.image-gallery li {
	width: 25%;
	padding: 8px;
	overflow: hidden;
}

#TB_caption {
	height: auto;
}

#thim-header-topbar .thim-sc-course-search button {
	font-size: 24px;
	color: #FFF;
	background-color: transparent;
}

#thim-header-topbar .thim-sc-course-search button i {
	display: block;
	margin-top: 5px;
}

#thim-header-topbar .thim-sc-course-search {
	margin: 0 10px;
}

#thim-header-topbar .thim-sc-course-search.hover input[name="s"], 
#thim-header-topbar .thim-sc-course-search:hover input[name="s"] {
	background-color: #0e5e83;
}

.single-event-video article .content-inner .title {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: normal;
    margin-bottom: 5px;
}

.single-event-video article .content-inner .entry-meta {
    font-size: 16px;
    line-height: 22px;
    color: #878787;
    letter-spacing: .3px;
    margin-bottom: 50px;
    text-align: center;
}

.single-event-video article .content-inner .entry-top {
    position: relative;
    margin-bottom: 52px;
}

.single-event-video article .content-inner .entry-top .entry-date{
    height: auto;
    color: #FFF;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding: 20px;
    white-space: unset;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 10px;
    margin-right: 10px;
    width: 97px;
    height: 89px;
    top: -4px;
    z-index: 2;
}

.single-event-video article .content-inner .entry-top .entry-date .entry-day {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: .7px;
    line-height: .63;
}
.single-event-video article .content-inner .entry-top .entry-date .entry-month {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .9px;
    margin-top: 8px;
    text-transform: uppercase;
}

body.single-lp_course .header-content,
main#main > article,
main#main > div {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

body.single-lp_course main#main > article {
	max-width: 100%;
}

.widget_search .search-form {
	width: auto;
}

.widget_search {
	margin-bottom: 0;
}

.gform_confirmation_wrapper {
    font-weight: bold;
}

#filter_teachers label {
	display: block;
	font-weight: bold;
}

#filter_teachers select {
	width: 100%;
}

/*.single-post article .content-inner .entry-top .entry-date {
	position: relative;
	top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}*/

#pmpro_pricing_fields td p:first-child {
	font-size: 24px;
}

/*.pmpro_actionlinks {
	display: none !important;
}*/

.profile-container .profile-tabs .learn-press-tabs {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.profile-container .profile-tabs .learn-press-tabs li {
	float: none;
}

#shaon-pricing-table-plus .minimal {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
#shaon-pricing-table-plus .minimal .highlight {
	float: none;
	width: 16% !important;
}

#shaon-pricing-table-plus .minimal .highlight.p7 {
	display: none;
}

#shaon-pricing-table-plus .minimal .highlight .detail:after {
	display: none;
}

#shaon-pricing-table-plus .minimal .detail {
	padding: 25px 0;
}

#shaon-pricing-table-plus .minimal .detail h3 {
	line-height: 1.4;
	text-transform: none;
	padding-left: 12px;
	padding-right: 12px;
}

#shaon-pricing-table-plus .minimal .detail h3 span {
	display: none;
}

.mobile-menu-container .inner-off-canvas .menu-mobile-effect.navbar-toggle {
	color: #ECD034;
}

#membership_levels {
	display: flex;
	/*-webkit-justify-content: stretch;*/
	        /*justify-content: stretch;*/
    flex: 1 1 0;
}

#membership_levels > .tile {
	font-size: 0.85em;
	padding: 0;
	border: 1px solid #0d4560;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#membership_levels > .tile + .tile {
	border-left-width: 0px;
}

#membership_levels > .tile h4 {
	margin: 10px auto;
	padding: 0 10px;
	display: block;
	min-height: 80px;
}

#membership_levels > .tile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#membership_levels > .tile ul li:nth-child(odd) {
	background: #eee;
	padding: 6px 12px;
}

#membership_levels > .tile p {
	padding: 10px 0;
	margin: auto;
	margin-bottom: 0;
	-webkit-align-self: flex-end;
	        align-self: flex-end;
}

/*.wpb_text_column > * {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}*/

.thim-sc-button.text-left {
	text-align: left;
}

header#masthead.palette-custom .width-navigation .main-menu > .current-menu-item > a,
header#masthead.palette-custom .width-navigation .main-menu > li > a:hover {
	color: #ECD034 !important;
}

header#masthead #magic-line {
	background-color: #ECD034 !important;
}

/*.page-title.layout-2 {
	overflow: visible;
}*/

/*body:not(.single-lp_course) .page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper #breadcrumbs {
	top: 0;
}
*/
body:not(.single-lp_course) .page-title .breadcrumb-content {
	display: none;
	top: auto;
	bottom: 0 !important;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
	        transform: translateY(50%);
}

/*body:not(.single-lp_course) .page-title.layout-2 .breadcrumb-content .breadcrumbs-wrapper {
	width: auto !important;
	display: inline-block;
	height: auto;
	background: transparent;
}

body:not(.single-lp_course) header#masthead.template-layout-2.header-magic-line.affix-top .main-header {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
*/
#primary-menu {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
#primary-menu > li {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	max-width: 250px;
	text-align: center;
}

#masthead .widget.widget_thim-login .user-info {
	margin-left: 0;
	left: 0;
	right: auto;
	z-index: 2000;
}

.main-header img.mobile-logo,
.main-header .width-logo a.sticky-logo img {
	width: 200px;
}

.responsive header#masthead.custom-sticky.site-header,
.responsive header#masthead.affix-top.site-header {
	background-color: rgba(13, 69, 96, 0.8) !important;
}

#thim-header-topbar .container {
	padding-top: 0;
}

.mobile-menu-container ul li .icon-toggle,
.mobile-menu-container .inner-off-canvas .navbar-nav li .sub-menu a {
	color: #FFF;
}

#thim-header-topbar .menu li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

#thim-header-topbar .wpb_wrapper > * {
	display: inline-block;
	margin: 0 5px;
	text-align: left;
}

.thim-sc-login .widget_thim-login .user-name .author {
	visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(-12px);
    -moz-transform: translate(-12px);
    -ms-transform: translate(-12px);
    -o-transform: translate(-12px);
}

footer a:hover {
	color: #d3e3f7 !important; 
}
footer .fa {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}

footer#colophon.custom {
	border-top: 10px solid #ecd034;
}

footer#colophon .copyright-area.no-footer-sticky .copyright-content {
	border-top-color: #d3e3f7;
}

/*LAYOUT*/
.bg-blue {
	background-color: #0E5E83;
	color: #FFF;
}
.lp-learning .header-course .header-course-bg .overlay-top-header,
.main-top > .overlay-top-header {
	background-color: rgba(14,94,131,0.4) !important;
}

#home-main-content > .vc_row:first-child p {
	color: #FFF;
	max-width: 600px;
	margin: 20px auto;
	line-height: 1.2em;
	font-size: 1.8rem; 
}

.vc_row h1 + hr,
.vc_row h2 + hr,
.vc_row h3 + hr,
.vc_row h4 + hr,
.vc_row h5 + hr,
.vc_row h6 + hr {
	width: 50px;
	border:0;
	height: 4px;
	margin: 45px auto;
	background-color: #0d4560;
}

.vc_row.white-text h1 + hr,
.vc_row.white-text h2 + hr,
.vc_row.white-text h3 + hr,
.vc_row.white-text h4 + hr,
.vc_row.white-text h5 + hr,
.vc_row.white-text h6 + hr {
	background-color: #ECD034;
}

.vc_gitem-zone-a .vc_gitem-row-position-top {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.vc_column_container > .vc_column-inner {
	padding-top: 35px;
	padding-bottom: 35px;
}

#thim-header-topbar .vc_column_container > .vc_column-inner  {
	padding-top: 0;
	padding-bottom: 0;
}

.vc_inner.inline .wpb_wrapper {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
}

#teacher_list {
	margin-top: 50px;
}

.teacher-tile {
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px solid;
}

.teacher-tile img {
	margin-bottom: 10px;
}

.teacher-tile .fa {
	font-size: 0.8em;
}

@media only screen and (max-width: 1024px) {
	#thim-header-topbar .vc_wp_custommenu {
		display: none;
	}
}

.text-small {
	font-size: 0.85em;
	line-height: 1.6;
}

.spacer {
	margin-top: 25px;
}
.spacer-bottom {
	margin-bottom: 25px;
}

.profile-section + .profile-section {
	margin-top: 30px;
}

@media only screen and (max-width: 960px) {

	#membership_levels {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	#membership_levels > .tile {
		width: 33.3%;
	}

	#membership_levels > .tile:nth-child(4) {
		border-left-width: 1px;
	}
}

@media only screen and (min-width: 769px) {
	#thim-header-topbar .wpb_wrapper {
		text-align: right;
	}
}

@media only screen and (max-width: 767px) {
	#membership_levels > .tile {
		width: 100%;
	}

	#membership_levels > .tile + .tile {
		border-left-width: 1px;
	}

	.thim-sc-login .widget_thim-login .user-name .author {
		display: none;
	}	

	#thim-header-topbar .thim-sc-button a.btn.btn-primary {
		font-size: 12px;
		padding: 6px 10px !important;
	}
}

@media only screen and (min-width: 1400px) {
	#thim-header-topbar .container, .container.main-header{
		width: 1550px !important;
	}
}
