/*
Theme Name: wpeducon
Theme URI: http://themeum.com/wordpress/educon
Author: Themeum
Author URI: http://themeum.com/
Description: Premium WordPress University Theme.
Version: 1.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

=======================================*/
.fa-sign-in:before {
    content: "\f090"!important;
}

/*=========================================
*==========     Io Test       ============
*=======================================*/

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

.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 {
    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;
  -o-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;
    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;
  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;
}

body.woocommerce-page{
	background-color:#fff;
}

.woocommerce-page .button{
	background-color: #003d7e !important;
    border-color: #003d7e !important;
    color: #fff !important;
	font-weight: normal !important;
}

.woocommerce-page .button:hover {
	background-color: #f04e23 !important;
    border-color: #f04e23 !important;
    color: #fff !important;
	font-weight: normal !important;
}

.woocommerce-cart #coupon_code {
	min-height:auto !important;
	width: 150px !important;
}

.woocommerce .quantity .qty {
	padding:0px !important;
	min-height:36px !important;
}

.woocommerce-checkout #coupon_code {
	padding: 8px 15px !important;
	min-height:auto !important;
}

.woocommerce-checkout .checkout_coupon .form-row-last {
	float:left !important;
}

.topbar .btn-warning {
	background-color: #f04e23;
	border:1px solid #f04e23 ;
	
}

.topbar .btn-custom {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
}

.topbar .btn-warning:hover { color:#fff; background:none; border:1px solid #fff ;}

.single-product .page-subleading {display:none;}
.woocommerce div.product form.cart .variations label {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}
.blog .subtitle-cover {
    margin-bottom: 50px;
}
.blog .cat-item a {
	color:#000;
}
.woocommerce #sidebar {
	display:none;
}
.shop_banner {
	 margin: 0 auto 50px auto;
}
.widget_rss {
	background-color: #fff;
   
    border-radius: 10px;
    color: #000;
	
}
.widget_rss .widget-title {
	margin-bottom:0px !important;
	padding: 15px 15px 10px 15px;
	 border-bottom:1px solid #eee;
}
.widget_rss .widget-title a{
    color: #003d7e;
}

.widget_rss ul {
	height: 200px;
    overflow-y: scroll;
    padding: 0px 15px;
    margin-top: 0;
}

ul.products.list li.product h3, ul.products.list li.product div[itemprop="description"], ul.products.list li.product .price, ul.products.list li.product .gridlist-buttonwrap {
	float:left !important;
}


.ihc_level_template_6 .ihc-level-item-title {
 color: #003d7e;
}
body {
	    line-height: 22px !important;
}
#formsubmit input[type="text"],input[type="password"],input[type="tel"],input[type="date"],textarea,input[type="email"] {
	width:100%;
	margin-bottom:20px;
}
#formupdate input[type="text"],input[type="password"],input[type="tel"],input[type="date"],textarea,input[type="email"] {
	width:100%;
	margin-bottom:20px;
}

#formsubmit input[type="radio"] {
	margin-bottom:20px;
	margin-left: 10px;
}
#formupdate input[type="radio"] {
	margin-bottom:20px;
	margin-left: 10px;
}
.formsubmitbtn {
	margin-bottom:20px;
	
}

.fomsubmit_radio{
	margin-left:20px;
}
.radio_label {
	width:75%;
}
.fomsubmit_radio label {
	margin-left:5px;
}

.iziToast {
	background: #f04e23 !important;
}
.alg-wc-wl-empty-wishlist{
	margin-bottom:25px;
}
.woocommerce .woocommerce-breadcrumb a,.woocommerce .woocommerce-breadcrumb{
	color: #003d7e !important;
}


#formsubmit{position:relative;}
#formsubmit input[type="text"], 
#formsubmit input[type="password"], 
#formsubmit input[type="tel"], 
#formsubmit input[type="date"], 
#formsubmit textarea, 
#formsubmit input[type="email"],
#formsubmit select{margin-bottom:0; width: 100%;}
#formsubmit label{margin-top:30px; font-size: 14px; font-weight: bold;}
#formsubmit label .asertik{color:#ff0000;}
#formsubmit label.error,
#formsubmit #email_exist{color: #ff0000; font-size: 14px; font-style: italic; width: 100%;float:left;margin-top: 0;font-weight: normal;}

#formupdate{position:relative;}
#formupdate input[type="text"], 
#formupdate input[type="password"], 
#formupdate input[type="tel"], 
#formupdate input[type="date"], 
#formupdate textarea, 
#formupdate input[type="email"],
#formupdate select{margin-bottom:0; width: 100%;}
#formupdate label{margin-top:30px;font-size: 14px; font-weight: bold;}
#formupdate label .asertik{color:#ff0000;}
#formupdate label.error,
#formupdate #email_exist{color: #ff0000; font-size: 14px; font-style: italic; width: 100%;float:left;margin-top: 0; font-weight: normal;}



#formupdate .load_img,
#formsubmit .load_img{ 
	display: none;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    width: 200px;
    height: auto;
}

@media(min-width:768px) and (max-width:991px) {
.topbar .col-sm-5.text-right { padding-left:0;}
.topbar .topbar-login12,
.topbar .col-sm-5.text-right > a { display:inline-block;}
.topbar .btn { padding:10px 15px;}
}

.return-to-shop{
	margin-bottom:25px !important;
}
.product-action .button,.wc-backward{
	background-color:#003d7e !important;
}
.wc-backward{
	color:#fff !important;
}
.product-action .button,.woocommerce-message{
	border-color:#003d7e !important;
}
.woocommerce-message::before{
	color:#f04e23 !important;
}
.product-action .button:hover{
	background-color:#f04e23 !important;
}
 /* .tinvwl_add_to_wishlist_button{
	display:none;
	position: absolute !important;
    z-index: 11111;
    top: 0;
    left: 0;
    height: inherit !important;
    width: inherit !important;
    text-align: left;
    margin: 0 !important;
}
li.product:hover .tinvwl_add_to_wishlist_button,
.tinv-wraper:hover .tinvwl_add_to_wishlist_button {
	display:block !important;
}

.tinv-wraper .tinvwl_add_to_wishlist_button { height: 10px !important;
    width: 10px !important;}
.tinv-wraper:hover .tinvwl_add_to_wishlist_button {     position: relative !important;
    } */
	
header .main-menu-wrap {
	padding:15px 0px;
}	
@media only screen and (max-width: 768px) {
.woocommerce .quantity .qty {
    float: right;
    margin-bottom: 15px;
}
.product-subtotal {
	clear :both;
}
}
@media only screen and (max-width: 480px) {
.subtitle-cover {
    padding: 20px 0 20px !important;
}
.subtitle-cover h2 {
    font-size: 35px !important;
}
}

.container .wpb_wrapper a{font-weight:bold; color:#232323; text-decoration:underline;}
.container .wpb_wrapper a:hover{color:#ed1c24;}
#email_exist,.additional_roles_others1{display:none;}

.reg_additional_question {display: block; font-size:14px;}
.reg_additional_question_multi{display: block; font-size:14px;}
#formupdate .reg_additional_question_multi input[type="radio"]{line-height:normal; margin-bottom:5px;}