/*

Theme Name: GeneratePress Child

Theme URI: 

Description: 

Author: TMS Team

Author URI: 

Template: generatepress

Version: 1.0

Text Domain: generatepress-child

License: 

License 

*/

h1{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 1.5em !important;
}
h1:after{
	content: ' ';
	display: block;
	width: 70px;
	height: 2px;
	background-color: #34399d;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -35px;
}
.site-header {
	border-bottom: 1px solid #e7ebe3;
}
.nav-float-right .inside-header .main-navigation {
    margin-top: 10px;
}
.main-navigation .main-nav ul li a{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.main-navigation .main-nav ul ul li a {
    font-size: 13px;
}
.page-template-myhome #page{
	max-width: 100%;
}
.page-template-myhome .main-banner{
	background: url('/wp-content/uploads/2019/12/banner_img.jpg') no-repeat 0 0 transparent;
	background-size: cover;
	padding: 10em 0;
	position: relative;
	color: #fff;
}
.page-template-myhome .main-banner:after{
	display: block;
	content: ' ';
	background: rgba(52, 57, 157, 0.8);
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	right:0;
}
.page-template-myhome .main-banner .container{
    z-index: 999;
    position: inherit;
}
.page-template-myhome .main-banner h1{
	font-size: 70px;
	text-transform: none;
	margin-bottom: 0!important;
	text-align: left;
}
.page-template-myhome .main-banner h1:after{
	display: none;
}
.page-template-myhome .main-banner h2{
	font-size: 36px;
	font-weight: 400;
	text-transform: none;
	font-style: italic;
}
.page-template-myhome .main-banner h3{
	margin-bottom: 0;
}
.page-template-myhome .main-banner .button{
	background-color: #f9ab3c;
	width: 80%;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	padding: 1em 1.5em;
	margin-top: 1em;
	transition: all 0.5s;
}
.page-template-myhome .main-banner .button:hover{
	background-color: #fff;
	color: #34399d;
}
.page-template-myhome .main-banner .button:after{
	content: "\f107";
	font-family: GeneratePress;
	display: inline-block;
	float: none;
	font-size: 20px;
	line-height: 1.2em;
	color:#fff;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 0.5em;
}
.page-template-myhome .main-banner .button:hover:after{
	color: #34399d;
	border: 2px solid #34399d;
}
.page-template-myhome section{
	padding: 4em 0;
}
.page-template-myhome h4.pageTlt{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 2em;
}
.page-template-myhome h4.pageTlt:after{
	content: ' ';
	display: block;
	width: 70px;
	height: 2px;
	background-color: #34399d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
}
.main-what-we-do, .main-testimonials{
	background-color: #e7ebe3;
}
.main-consultation{
	background: #f9ab3c;
	color: #fff;
	padding: 2em 0!important;
}
.main-consultation h5{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0;
}
.main-consultation .button{
	background-color: #fff !important;
	width: 50%;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	padding: 1em 1.5em;
	margin-top: 1.8em;
	color: #34399d !important;
	transition: all 0.5s;
	float: right;
}
.main-consultation .button:hover{
	background-color: #34399d!important;
	color: #fff!important;
}
.main-consultation .button:after{
	content: "\f107";
	font-family: GeneratePress;
	display: inline-block;
	float: right;
	font-size: 20px;
	line-height: 1.2em;
	color: #34399d;
	border: 2px solid #34399d;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.main-consultation .button:hover:after{
	color: #fff;
	border: 2px solid #fff;
}
.main-team{
	text-align: center;
}
.main-team h4.pageTlt{
	margin-bottom: 3em;
}
.main-team .grid-33, .main-testimonials .grid-33{
	padding: 0 0.9375rem;
}
.main-team ul{
	text-align: left;
	margin: 1.5em 0 0 3em;
	min-height: 235px;
}
.main-team ul li{
	margin-bottom: 1em;
}
.main-team .main-team-member{
	padding: 2em;
	border: 1px solid #e7ebe3;
}
.main-team .main-team-member h5{
	font-size: 16px;
	font-weight: 700;
	margin: 1em 0;
}
.main-team .main-team-member span{
	color: #34399d;
	font-style: italic;
}
.main-team .main-team-member img{
    margin-top: -60px;
    border-left: 40px solid #fff;
	border-right: 40px solid #fff;
}
.testItem{
	padding: 0 0.9375rem;
}
.testItem span{
	display: block;
	font-style: italic;
	font-weight: 700;
	border-top: 4px solid #fff;
	margin-top: 1em;
	padding-top: 1em;
}
.main-what-we-do .grid-33{
	padding: 0 1.875rem;
	text-align: center;
}
.main-what-we-do h5{
	font-size: 18px;
	font-weight: 700;
	margin: 1em 0;
	text-transform: uppercase;
	text-align: center;
	min-height: 60px;
}
.main-what-we-do ul{
	text-align: left;
	margin: 1.5em 0 0 1em;
	min-height: 360px;
}
.main-what-we-do ul li{
	margin-bottom: 0.5em;
}
.main-what-we-do ul li ul{
	margin: 1em 0 0 1em;
	min-height: 0;
}
.main-what-we-do .button{
	margin-top: 1em;
}
.main-what-we-do i{
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 2em;
	color: #34399d;
	margin: 0 auto 1em auto;
}

.ld-course-list-items .ld_course_grid .btn-primary {
    color: #ffffff;
    background-color: #34399d;
	border-color: transparent;
}
.ld-course-list-items .ld_course_grid .btn {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.ld-course-list-items .ld_course_grid .thumbnail .caption {
    padding: 20px;
}
.ld-course-list-items .ld_course_grid .entry-content {
    min-height: 50px;
}

body{
	background:#efefef;
}
body.home{
	background:#fff;
}

#wp-calendar thead{
	background:#000;
	color:#fff;
}

#wp-calendar tbody td{
	font-size:12px;
	text-align:center;
}
.widget.widget_calendar{
	padding:20px;
}
#wp-calendar > caption{
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
/*            */
.summaryentry {
	border: 1px black solid;
	margin-bottom: 10px;
	padding: 5px;
}
.summaryTlt {
	background: lightblue;
	margin: -5px -5px 10px -5px;
}
.summaryTltText {
	font-size: 30px;
	font-weight: bold;
	background: lightblue;
	padding: 5px;
}
.button.large{
    display: block;
    text-align: center;
    font-size: 1.3em;
    box-shadow: 4px 4px 0px 0px #ce8318;
	border-radius:5px;
	border:1px solid #ffc169;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
    padding:30px 50px;
    margin-top: 3em;
    text-decoration:none;
    transition: all 0.5s;
}
.button.large:hover{
    box-shadow: 4px 4px 0px 0px #ccc;
    border:1px solid #eee;
}
#page{
	padding: 1.5em 0;
}
.tribe-list-widget h4{
	font-size: 1.3em;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
	padding: 0;
}
@font-face {
	font-family: 'IconsSF';
	src: url('/wp-content/themes/generatepress-child/fonts/s11-fp.ttf?v=7') format('truetype'),
		url('/wp-content/themes/generatepress-child/fonts/s11-fp.woff?v=7') format('woff'),
		url('/wp-content/themes/generatepress-child/fonts/s11-fp.svg?v=7#s11-fp') format('svg');
	font-weight: normal;
	font-style: normal;
}
.frm-star-group input + label:before, .frm-star-group .star-rating:before{
	font-family: 'IconsSF';
}

/* Add Ons

*/

.techtitle {
	font-size: 24px;
	font-weight: bold;
}
.weekhw {
	border: 1px solid black;
}
.weekhwnone {
	border: 1px solid black;
	background-color: yellow;
}
.resubmit {
	background-color: lightgrey;
}
.resubmittitle {
	color: blue;
}
.yogaflow {
	float: left;
	margin: 20px;
}

a.learndash-resume-button input[type="submit"] {color:#FFF;
width: 100%;
//	display: none;
background: green;
}
a.learndash-resume-button {
//  border: 1px solid black;
	height: 100% !important;
}
.ld_course_grid .entry-content  {
//	padding: 0px;
// background: grey;
//	min-height: 0px !important;
//	height: 100%;
//	border: 1px solid black;
//	display: none;
}
.mycode3 {
	border: 1px solid black !important;
	font-size: 14px;
	height: 300px;
	overflow: auto;
}
.internships {
}
.h5pbox {
	width:300px;
	height: 230px;
	border: 1px solid black;
	margin-left: 20px;
	margin-bottom: 40px;
	float: left;
	background: black;;
		overflow: hidden;
}
.h5plabel {
	text-align: center;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background: black;
	float: top;
}
.h5plabel a {
	color: black;
}

.h5pimg img {
//	border: 10px solid black;
//	background: green;
	//position: relative;
	//bottom: 0;
	//left: 0;

}

.h5pimg {
//	border: 10px solid green;
	background: red;
//	min-height: 90%;
		max-height: 100%;

}
.h2h5p {
	clear: both;
	font-weight: bold;
}
.tmscom {
	flex: 25%;
	border: 1px solid grey;
	max-width: 40%;
  box-shadow: 5px 10px;
	float: left;
	margin: 10px;
	padding: 10px;
}

