/*
* Theme Name: Custom Theme
* Author: Fahed Usman Rana
* Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* =WordPress Core END
-------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
h2 small {
	font-size: 14px;
}
.content {
	margin: 50px;
}
.ld-profile-summary {
    display: flex;
    align-items: center;
}
.ld-profile-summary .ld-profile-card {
    display: inline-block !important;
    max-width: 175px;
    width: 175px !important;
    text-align: center;
}
.ld-profile-stats {
    display: inline-block !important;
    text-align: left;
    padding-left: 25px;
}
.ld-profile-stats .ld-profile-stat {
    display: inline-block !important;
}
.lms_registration_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9999;
    margin: 0 !important;
    height: 100%;
}
.lms_registration_wrapper #gform_wrapper_1 {
    width: 450px;
    margin: 0 auto;
    padding: 50px 0;
}
.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
    font-size: 1em;
	  font-weight: bold;
}
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span {
	color: #3e4349;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
	align-items: center;
}
.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
	    margin: 0 auto;
}
.ld-course-list-items .ld_course_grid .thumbnail.course img {
	max-height: 200px;
    object-fit: contain;
    min-height: 200px;
    padding: 10px;
}
.ld-course-list-items .ld_course_grid .entry-title {
    text-align: center;
    min-height: 60px;
}
.courses_mainpage_logo {
	display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.courses_mainpage_logo img {
	max-width: 300px;
}
.logo {
    margin: 15px 0;
}
.logo img {
    width: 200px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.course_progress_bar {
	display: flex;
	align-items: center;
}
.course_progress_bar strong {
	width: 150px;
}
.learndash-wrapper .ld-course-status {
	margin: 10px 0 0 0;
}

.content .woocommerce {
    margin: 50px 0;
    overflow: hidden;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    border: 1px solid #dedee5;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #dedee5;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    display: block;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f5f5f7;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}
.woocommerce-page form .form-row .woocommerce-input-wrapper {
    width: 100% !important;
}
.woocommerce form .form-row label {
    display: block;
    width: 100% !important;
    margin: 1px 0;
}
.woocommerce form .form-row {
    display: inline-block;
    width: 45%;
    margin: 10px 5px;
}
.woocommerce form h3 {
    margin: 10px;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
    padding: 13px 15px;
    border: 1px solid #d9d9e0;
    border-radius: 0;
    height: auto;
    margin: 0;
	box-sizing: border-box;
    cursor: pointer;
    display: block;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left !important;
}

.course_search_form {
    margin: 30px auto;
    max-width: 550px;
}
.course_search_form .form-control {
    display: inline-block;
    width: 68%;
}
.course_search_form .btn {
    display: inline-block;
    width: 30%;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
	-webkit-appearance: none;
    background: #fff;
    border: 1px solid #dedee5;
    padding: 13px 15px;
    outline: none;
    line-height: 1;
}
#ld_course_categorydropdown {
    margin: 25px 0;
}
#ld_course_categorydropdown_select {
    padding: 8px 15px;
    border: 1px solid #d9d9e0;
    border-radius: 0;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
#error_ajax p {
    display: inline-block;
    padding: 12px 10px 10px 10px;
    margin: 0;
    background: #f3cd13;
    color: #e20404;
    font-weight: bold;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.navbar-nav .nav-link {
    font-size: 16px;
	color: #f3f3f3 !important;
    font-weight: bold;
}


.ld-course-list-items .ld_course_grid .entry-title {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}