/*
Theme Name: wpeducon
Theme URI: http://themeum.com/wordpress/educon
Author: Themeum
Author URI: http://themeum.com/
Description: Premium WordPress University Theme.
Version: 1.7
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: 12px;
  font-weight: 300;
  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;
}
.wp_teamshowcase_slider.design-3 .team-slider{
	border: 5px solid transparent;
}
.wp_teamshowcase_slider.design-3 .member-main-info{
	border: 1px solid #e8e8e8;
}
.wp_teamshowcase_slider.design-3 .member-name{
	font-size: 13px;
}
.wp_teamshowcase_slider.design-3 .team-slider:hover > .member-main-info {
    background: #ed1c24;
    color: #fff;
}
.wp_teamshowcase_slider .slick-dots li button{
	border: 1px solid #ed1c24;
}
.wp_teamshowcase_slider .slick-dots li.slick-active button{
	background-color: #ed1c24;
}
.wp_teamshowcase_slider.design-3 .teamshowcase-image-bg {
	height:190px;
}
.wp_teamshowcase_slider .slick-dots {
	display:none !important;
}
.page.wpb-js-composer #main {
    background: url(http://159.89.169.65/wp-content/uploads/2019/03/bg.png);
    background-repeat: no-repeat;
    background-position: 103% 8%;
}
.dataTables_length {
	margin-bottom:5px !important;
}
.dataTables_filter input[type="search"],
.dataTables_length select{
	min-height: 37px;
	display:inline-block;
	padding: 7px 15px;
	color:#666;
}
dataTables_filter {
	margin-bottom:5px;
}
.btn.btn-primary {
	background-image: url(http://159.89.169.65/wp-content/uploads/2019/03/group-1100.png);
    background-repeat: no-repeat;
    background-position: right;
}
.dataTables_wrapper + a {
	display:none;
}
.themify_announcement.absolute {
    position: absolute;
    z-index: 9999999;
}
.announcement_content {
font-size:16px;
}
.themify_announcement .close {
line-height: 2em;
font-size: 16px;
}
.adons-themeum-feature-course .owl-controls {
	top: -8%;
}
.contact-form-wrapper input[type="submit"] {
	color: #fff !important;
}
.wpcf7-select {
	min-height: 50px;
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 50px;
    margin-top: 50px;
    width: 100%;
}
.category-blog .blog-details-img img {
	width: 100% !important;
}
#blog-slider .post-image-bg {
	margin-bottom:0;
}
#blog-slider .post-content-position {
	background: #fff;
	padding:20px 30px;
}
#blog-slider .wp-sub-content {
	margin-bottom: 20px;
}
#blog-slider .readmorebtn {
	border-radius: 2px;
	padding: 10px 20px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
	text-transform: uppercase;
	background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff !important;
	background-image: url(http://159.89.169.65/wp-content/uploads/2019/03/group-1100.png);
    background-repeat: no-repeat;
    background-position: right;
}
#blog-slider .post-categories {
	display: none;
}