/*
Theme Name: wpeducon
Theme URI: http://themeum.com/wordpress/educon
Author: Themeum
Author URI: http://themeum.com/
Description: Premium WordPress University Theme.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, two-columns
Text Domain: wpeducon
*/

/*=======================================*
*=======   TABLE OF CONTENT   ========*
*=======================================*

1. Io Test
2. Features addons
3. Login
4. Animated counter
5. Popup addons

=======================================*/
.event-register-form .text-right {  
    text-align: left;
}
.educon-blog-date {
    margin-left: 0px;
}
.educon-pastevent .single-event-content:hover .event-content-wrapper {
    height: 122px;
}
.thm-register-form textarea,
.thm-register-form input {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}
.thm-register-form textarea::-webkit-input-placeholder,
.thm-register-form input::-webkit-input-placeholder,
.thm-register-form input::-moz-placeholder,
.thm-register-form textarea::-moz-placeholder,
.thm-register-form input:-moz-placeholder,
.thm-register-form textarea:-moz-placeholder {
    color: #333;
    opacity: .3;
}

/*
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
    padding: 6px 12px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
    right: 210px;
    left: auto;
}
ul.wp-megamenu .product_list_widget li img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
    right: 220px;
    left: auto;
    top: -12px;
} 
*/
/*-----------------------------------------
*         wp mega menu override       
*------------------------------------------ */
/*
.wpmm-featurebox-btn.wpmmbtnsize_s,
.wpmm-featurebox-btn.wpmmbtnsize_m {
  padding: 0 !important;
}
.wpmm-featurebox-btn {
  margin-top: 8px;
  font-weight: 600 !important;
  font-size: 12px !important;
}

.wpmm-vertical-tabs,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active {
  background: #f9f9f9;
}
*/

/*-----------------------------------------
*                   IO Test       
*------------------------------------------ */
.entry-summary img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

img,
.action-image{
    max-width: 100%;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

img.alignnone {
  max-width: 100%;
  height: auto;
}

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

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

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

.aligncenter {
  display: block;
  margin: 10px auto 15px auto;
}

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;
  clear: both;
}

.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: 10px 5px 0;
}
.default-page article{

}
.default-page .entry-title{
  margin-bottom: 20px;
}
table {
  border-bottom: 1px solid #f1f1f1;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 20px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
th,
td,
.table>tbody>tr>td{
  border-top: 1px solid #efefef;
  padding: 12px 10px !important;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
blockquote p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}
table{
  border: 1px solid #f1f1f1;
}
blockquote{
}
.entry-content a{

}
.entry-content pre{
  font-size: 12px;
  padding: 20px;
}
.gallery-format {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
/* features addons */
.themeum-feature-wrapper {
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.themeum-feature-wrapper:hover {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
}
.feature-content-area {
  padding: 20px;
}
.feature-img-area {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.feature-img-area img {
  position: relative;
  z-index: 3;
  padding: 50px 40px;
  display: inline-block;
  margin: 0 auto; 
}
.themeum-feature-wrapper:hover .feature-img-area:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.feature-btn i {
  margin-left: 5px;
}
.feature-img-area-default {
  overflow: hidden;
}

.feature-img-area-default img {
  -webkit-transition: .4s;
  transition: .4s;
}
.feature-img-area-default:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* core VC */
.row-overflow.vc_row[data-vc-full-width] {
  overflow: visible;
}

/* popur addons */
.themeum-popup-video {
  max-width: 450px;
  margin: 0 auto;
}
.themeum-popup-video .width.left,
.themeum-popup-video .width.right,
.themeum-popup-video .width .middle {
  float: left;
  width: 33.33333%;
}
.themeum-popup-video .width {
  margin: 0;
}
.themeum-popup-video .video-width{
  display: inline-block;
  margin: 0;
}


.popup-video.middle {
  margin-top: -10px;
}

/* Animated counter */
.counter-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  padding: 44px 30px 20px; 
}
.counter-content-in {
  display: block;
  position: relative; 
}

.counter-content .counter-number-icon{
  font-size: 36px;
  left: auto;
  line-height: 1;
  position: absolute;
  top: 0;
}
.counter-content .counter-number-title {
  color: #252525;
  margin-top: 0;
  margin-bottom: 39px;
}
.counter-content .themeum-counter-number {
  font-weight: 300;
}
.counter-content .counter-symbol {
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  color: #252525;
}



/*=========================================
 *=======     Login       ============
*=======================================*/
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal {
    text-align: center;
}
.modal-content {
    border-radius: 0;
    padding: 30px 30px 0;
    font-size: 14px;
    background-color: #ffffff;
}
.modal-content .modal-header {
    border: none;
}
.modal-content .modal-header .title {
  margin-top: 0;
  font-weight: 600;
}
.modal-header .close {
  position: absolute;
  right: 2px;
  top: 4px;
  color: #777;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 24px;
}

.modal-header .close:hover{
  color: red;
}

.modal-content input[type="text"] {
  margin-bottom: 20px;
}

.modal-content input[type="password"] {
  margin-bottom: 30px;
}

.modal-content .lost-pass strong{
  margin-left: 20px;
}

.modal-content .lost-pass {
  color: #000;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.modal-content .modal-footer {
  padding: 20px 0 5px;
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}


.gallery-caption,
.bypostauthor,
.screen-reader-text{}


.single article.hentry{
  margin-bottom: 100px;
}

.conference-img .plus-icon::before {
    background: url(images/arrow.png) no-repeat scroll center center / cover;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    visibility: hidden;
    height: 110px;
    width: 110px;
}

.conference-img:hover .plus-icon:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.gallery-icon a img{
  margin: 0 auto;
}
#sidebar .widget ul.children li a {
    text-align: left;
    display: inline-block;
    width: 90%;
}


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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after{
  top: 13px;
}

/* ------------------------------------------
* ------------- Update V_1.5 ----------------
---------------------------------------------- */
input{
  color: #959595 !important;
}
.common-menu-responsive .themeum-navbar-header {
  float: left;
  z-index: 999999;
  position: relative;
}
.woocommerce-order .order_details{
  padding-left: 0;
}
.woocommerce-order-details__title, .woocommerce-customer-details .woocommerce-column__title{
  font-size: 30px;
  margin-bottom: 20px;
  color: #252525;
}
.woocommerce-customer-details address{
  background: #fff;
  padding: 20px !important;
  line-height: 20px !important;
}

.modal-content input {
    font-weight: 400;
}
.tutor-single-course-meta.tutor-lead-meta ul li a {
    color: #959595;
}



.edumax_header_profile_photo img {
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: right;
    border-radius: 50%;
}
.header_profile_menu {
    position: relative;
    margin-left: 15px;
}
.header_profile_menu ul {
    position: absolute;
    z-index: 99999;
    background: #fff;
    padding: 0;
    list-style: none;
    width: 200px;
    right: 0;
    top: 41px;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.header_profile_menu ul li {
    display: block;
}

.topbar-menu.tutor-utils {
    display: inline-block;
    margin-right: 5px;
}
.header_profile_menu {
    position: relative;
    margin-left: 10px;
    width: 38px;
    float: right;
}
.topbar-menu.tutor-utils .topnav {
    padding-top: 4px;
}
.social-share {
    padding-top: 4px;
}

.header_profile_menu:hover ul {
    opacity: 1;
    visibility: visible;
}
.header_profile_menu ul li a {
    display: block;
    width: 100%;
    padding: 8px 20px;
    color: #9696a2;
    transition: 300ms;
}
.header_profile_menu ul li a:hover {
    color: #ed1c24;
    background: rgba(0,0,0,.05);
}
/* Woocommerce account */
.woocommerce-account .type-page.status-publish.hentry {
    margin: 50px 0;
}
.woocommerce-message::before {
    color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 15px 24px 15px 52px;
}

.woocommerce #respond input#submit, .woocommerce input.button {
    margin: 0;
    background-color: #fafafa;
    color: #9696a2;
    border: 0;
    padding: 12px 42px;
    font-size: 16px;
    font-weight: bold;
}

/*.woocommerce button.button:hover*/
.woocommerce button.button{
    margin: 0;
    background-color: #ed1c24;
    color: #fff;
    border: 0;
    padding: 18px 52px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 4px;
    margin-top: 15px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce input.button:hover {
    background-color: #fafafa;
    color: #9696a2;
}
.page-template-default.woocommerce-account .entry-content form {
    margin-top: 0px;
}
.woocommerce button.button:hover {
    background-color: #d6151d;
}
.edit-account legend, .woocommerce-form-row span em {
    display: none;
}
.woocommerce-account .addresses .title h3 {
    float: left;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.page-template-default .tutor-dashboard-permalinks li a:hover, .tutor-dashboard-permalinks a::before{
  color: #fff;
}
.tutor-dashboard-header-display-name h4 {
    font-size: 24px;
    color: #000;
}
.tutor-wrap .tutor-star-rating-group span {
    color: #959595;
}
.page-template-default .tutor-container .tutor-col-9 .tutor-dashboard-info-card span {
    color: #fff !important;
}
.tutor-dashboard-header-avatar img {
    width: 100px;
    height: 100px;
}
.tutor-dashboard-header-display-name h4 {
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
    text-transform: capitalize;
    line-height: 36px;
}
.tutor-wrap.tutor-dashboard.tutor-dashboard-student {
    margin-top: 60px;
}
.tutor-mycourse-thumbnail img {
    width: 100%;
    height: auto;
}
.tutor-dashboard-content-inner h3 a {
    color: #000;
}
.tutor-mycourse-thumbnail a {
    display: block;
}
.tutor-dashboard-inline-links ul li a {
    display: block;
    padding: 5px 12px;
    color: #959595;
    margin-bottom: -1px;
    line-height: 40px;
    font-size: 16px;
}
.tutor-dashboard-permalinks a:hover::before {
    color: #fff;
}

.tutor-dashboard-review-title a {
    color: #000;
}
.tutor-dashboard-review-title {
    font-weight: 600;
}
.individual-dashboard-review-body p {
    font-size: 16px;
}
.tutor-profile-photo-upload-wrap a:hover {
  color: #fff;
}
.tutor-form-group textarea {
    color: #959595;
}
.tutor-reset-password-form-wrap {
    margin-top: 25px;
}
.tutor-dashboard-item-group > h4 {
    color: #000;
}

.tutor-dashboard-header-ratings span {
    color: #959595;
}
.tutor-date-range-filter-wrap {
    display: block;
}
.report-top-sub-menu {
    margin-bottom: 20px;
}
.date-range-input input, .date-range-input input[type=text] {
    font-weight: 400;
    font-size: 14px;
}
.ui-datepicker {
    width: 310px;
}
.ui-datepicker-calendar tbody tr td {
    padding: 5px !important;
}
.ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    padding: 0;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: transparent;
}
.date-range-input button {
    padding: 9.5px 20px;
    border-radius: 4px;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\f105";
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\f104";
}
.ui-datepicker {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    display: none;
    margin-top: 4px;
    padding: 15px 15px 0;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
    background: #fafafa;
    padding: 10px 8px;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 600;
    font-size: 14px;
    color: #555;
}
.ui-datepicker a:hover, .ui-datepicker td:hover a {
  color: #555;
}
.withdraw-page-current-balance h4, .withdraw-history-table-wrap h4 {
    color: #000;
    font-weight: 500;
}
.tutor-dashboard-permalinks li:last-child {
    border-bottom: none;
}
.tutor-dashboard-info-cards .tutor-dashboard-info-card p {
    padding: 15px 25px 25px;
}
.tutor-dashboard-permalinks li:first-child {
    border-top: none;
}
.course-category-wraper .single-course-categories {
    min-height: 212px;
}
.tutor-course-loop-title a h2 {
    font-size: 20px;
    line-height: 28px;
}
.thm-profile .thm-profile-content .thm-profile-title {
    font-size: 20px;
    line-height: 20px;
}


/* modify */
.wp-megamenu ul.wp-megamenu-sub-menu {
    background: #fff !important;
}
.wp-megamenu ul.wp-megamenu-sub-menu {
    background: #fff !important;
}
.menu-item-type-custom ul.wp-megamenu-sub-menu {
    padding: 12px 0 12px 0 !important;
}
.edumax-courses-wrap .row {
    margin-right: 0;
    margin-left: 0;
}
.contact-submit input.wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
}
.edumax_header_profile_photo img {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 36px;
    text-align: right;
    border-radius: 50%;
}
.topbar {
    padding: 8px 0;
}
.admin-bar .topbar-menu.tutor-utils .topnav {
    padding-top: 2px; 
}
.topbar-menu.tutor-utils .topnav {
    padding-top: 0px; 
}
.admin-bar .topbar-contact {
    padding-top: 3px;
}
.header_profile_menu ul {
    top: 38px;
}
.header_profile_menu ul li a:hover {
    color: #3f51b5;
}
.mod-lms-course-search .lms-course-search-icons {
    cursor: pointer;
}
.tutor-course-archive-results-wrap {
    display: none;
}
/*
* Tutor LMS.
*/
.thm-sub-header-disabled .thm-educon-header {
    margin-bottom: 0px;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.tutor-pagination .page-numbers.current, a.page-numbers:hover {
    border: none;
}

.tutor-pagination-wrap a, .tutor-pagination-wrap span {
    padding: 3px 10px;
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 14px 20px;
    font-size: 20px;
    background: #fff;
    box-shadow: 1.5px 2.598px 3px 0px rgba(0,0,0,0.1);
    border: none;
}
.tutor-pagination-wrap span.current {
    color: #fff;
    border-color: transparent;
    background: #3f51b5;
}
.post-type-archive-courses .tutor-wrap.tutor-courses-wrap.tutor-container {
    padding: 40px 0 75px;
}
.tutor-col-3 .tutor-dashboard-permalinks li:first-child {
    border-top: 1px solid #DCDFE5;
}
.tutor-dashboard-permalinks a:hover::before {
    color: #3f51b5;
}
.tutor-dashboard-permalinks li a:hover {
    color: #3f51b5;
}
.thm-sub-header-disabled .thm-educon-header {
    margin-bottom: 0px;
}
.menu-item-type-custom ul.wp-megamenu-sub-menu {
    padding: 0 !important;
}
.tutor-single-add-to-cart-box .tutor-enroll-form .tutor-course-enroll-wrap button {
    display: block;
    width: 100%;
    text-align: center;
    background: #3F51B7;
    border-color: #3F51B7;
    transition: .3s;
}
.tutor-single-add-to-cart-box .tutor-enroll-form .tutor-course-enroll-wrap button:hover, 
.tutor-price-preview-box .tutor-course-purchase-box button:hover {
    background: #3041a2;
    border-color: #3041a2;
}

/* Search */
.search-img img.img-responsive {
    width: 100%;
}
.tutor-courses p.search-error-text {
    font-size: 16px;
    color: #959595;
}
.post-type-archive-courses .search-tutor {
    padding: 80px 0 50px !important;
}
.tutor-alert-warning.tutor-instructor-alert h2 {
    margin: 10px 0;
    font-size: 24px;
}
.tutor-alert-warning.tutor-instructor-alert {
    margin: 50px 0;
}
.tutor-instructor-alert h2 {
    font-size: 28px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 18px;
}




