/*
Theme Name: EdWeb New
Author: Justin Goldberg, mmntm.com
Template: inovado
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    border-top: 0;
    font-weight: normal;
    color: #333333;
    font-size: 22px;
    line-height: 1;
}


/* Header */

#header #navigation ul#nav>li.current-menu-item>a,
#header #navigation ul#nav>li.current-menu-item>a:hover,
#header #navigation ul#nav>li.current-page-ancestor>a,
#header #navigation ul#nav>li.current-page-ancestor>a:hover,
#header #navigation ul#nav>li.current-menu-ancestor>a,
#header #navigation ul#nav>li.current-menu-ancestor>a:hover,
#header #navigation ul#nav>li.current-menu-parent>a,
#header #navigation ul#nav>li.current-menu-parent>a:hover,
#header #navigation ul#nav>li.current_page_ancestor>a,
#header #navigation ul#nav>li.current_page_ancestor>a:hover {
    color: #9cfa1e;
    border-bottom-color: transparent;
    font-weight: normal;
}

header#header .container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.header .alogoSec {
    width: 410px;
}

div#navigation {
    margin: 0 auto;
    display: inline-block;
}

.header .logo img {
    max-width: 210px;
    height: auto;
    margin: 8px 0;
}

#header #navigation ul#nav>li {
    height: auto!important;
}

#header #navigation ul#nav>li>a {
    color: #3c3c3c;
    font-size: 17px;
    line-height: 17px!important;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    height: 54px !important;
}

#header #navigation ul#nav>li>a:hover {
    border-bottom-color: transparent;
}

#header #navigation ul {
    margin: 39px 0 0;
    width: 100%;
    text-align: center;
    list-style: none;
}

.headerrightSec {
    margin: 10px 0 0;
    width: 400px;
    position: relative;
    display: flex;
}

.headerrightSec .search-box {
    display: inline-block;
    margin-top: 16px;
}

#header-searchform {
    margin: 0;
    /*float: left;    
    background: #808080;
    border-radius: 100%;
    width: 44px;
    height: 44px;*/
}

#header-searchform {
    margin: 0;
    position: absolute;
    top: 80px;
    width: 350px;
    display: none;
    z-index: 9;
    right: 100%;
    margin-right: -50px;
    border: 10px solid #313167;
}

#header-searchform:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #303066;
    position: absolute;
    top: -20px;
    right: 5px;
    content: "";
}

.slide-search .search-icon {
    display: inline-block;
    height: 44px;
    width: 44px;
    background-image: url(./images/search-icon.svg);
    background-color: #808080;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.slide-search.slide .search-icon {
    background-image: url(./images/cross-icon.svg);
    background-size: 16px;
}

#header-searchform input {
    height: 37px;
    width: 100%!important;
    color: #555555;
    background-color: #fff !important;
    font-size: 16px !important;
    padding: 0 20px !important;
    opacity: 1;
    background-image: none;
    cursor: auto;
}


/*
#header-searchform input:focus {
    opacity: 1;
    font-size: 12px;
    padding: 8px 0 8px 34px;
    width: 170px;
    border: none;
    color: #555555;
    background-color: #efefef;
    cursor: text;
    border-radius: 0;
    background-position: 15px center;
}
*/

.headerrightSec ul.top_link {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.headerrightSec ul.top_link li {
    display: inline-block;
}

.headerrightSec ul.top_link li a {
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-transform: unset;
    padding: 15px 30px!important;
    border-radius: 35px;
    margin-left: 15px;
}

.headerrightSec ul.top_link li a.login.green {
    color: #172702 !important;
}

.headerrightSec ul.top_link li a:hover {
    opacity: 0.6;
}

#header #navigation ul#nav li .sub-menu {
    top: 18px !important;
    width: 260px;
    right: 0;
    left: auto;
    background-color: #303066 !important;
    padding: 0 !important;
    border-top: 0;
}

#header #navigation ul#nav li .sub-menu:before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #303066;
    position: absolute;
    top: -12px;
    right: 30px;
    content: "";
}

#header #navigation ul#nav li .sub-menu li {
    border-bottom: 1px solid #5a5c95;
}

#header #navigation ul#nav li .sub-menu li:last-child {
    border-bottom: 0;
}

#header #navigation ul#nav li .sub-menu a {
    color: #fff !important;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px !important;
    padding: 13px 10px 13px 25px;
}

#header #navigation ul#nav li .sub-menu a:hover,
#header #navigation ul#nav .sub-menu li.current-menu-item a {
    background-color: #47478a;
}


/* Custom slider */


/*
.customhomesliderSec {
    float: left;
    width: 100%;
}
.customhomesliderSec ul{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.customhomesliderSec ul li{
    background-repeat: no-repeat; 
    background-position: center; 
    background-size:cover;
   float: left;
    box-sizing: border-box;
    width: 100%;
}
.customhomesliderSec .text{
    width: 100%;
    padding: 20px 5px 20px 20px;
    box-sizing: border-box;
    max-width: 560px;
}
.customhomesliderSec .text.left{
    float: left;
    text-align: left;
    padding-left: 20px;
}
.customhomesliderSec .text.right{
    float: right;
    text-align: right;
    padding-right: 20px;
}
.customhomesliderSec .text h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    color: rgb(50, 52, 102);
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.customhomesliderSec .text.bg_light h2{
    color: rgb(50, 52, 102);
}
.customhomesliderSec .text.bg_dark h2{
    color: #fff;
}
.customhomesliderSec .text p{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: rgb(248, 154, 32);
    letter-spacing: 0px;
    margin-bottom: 25px
}
.customhomesliderSec .text.bg_light p{
    color: rgb(248, 154, 32);
}
.customhomesliderSec .text.bg_dark p{
    color: #c6ff2c;
}
.customhomesliderSec .text .btn{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: #f69a33;
    text-decoration: none;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #f69a33;
    display: inline-block;
}
.customhomesliderSec .text .btn.bg_orange{
    background-color: #f69a33;
    color: #fff;
    border-color: #f69a33;
}
.customhomesliderSec .text .btn.bg_orange:hover{
    background-color: #fff;
    color: #f69a33;
}
.customhomesliderSec .text .btn.bg_green{
    background: #9ff83b;
    color: #fff;
    border-color: #9ff83b;
}
.customhomesliderSec .text .btn.bg_green:hover{
    background: #fff;
    color: #9ff83b;
}
.customhomesliderSec .owl-carousel .owl-nav button span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.customhomesliderSec .owl-carousel .owl-nav button span:hover{
    background: #2da0ce;
}
.customhomesliderSec .owl-carousel .owl-nav button.owl-prev span {
    left: -45px;
}
.customhomesliderSec .owl-carousel .owl-nav button.owl-next span{
    right: -45px;
}
*/


/* CSS 26-05 */

.container {
    max-width: 1140px;
    width: 100%;
}

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

.btn,
a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

a.button.medium {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    padding: 15px 30px !important;
    border-radius: 35px;
}

a.button.medium:hover {
    opacity: 0.6;
    background-image: none !important;
    border: 0;
}

a.button.orange {
    color: #fff;
    background-image: none !important;
    background-color: #f89a20 !important;
    border: 0;
}

a.button.blue {
    color: #fff !important;
    background-image: none !important;
    background-color: #69c !important;
    border: 0;
}

a.button.green {
    color: #172702 !important;
    background-image: none !important;
    background-color: #9cfa1e !important;
    border: 0;
    font-weight: normal !important;
}

.pdtb80 {
    padding-top: 50px;
    padding-bottom: 60px;
}

#post-26 .entry {
    margin: 0;
}

.customhomesliderSec,
.customhomesliderSec ul {
    float: none;
}

.customhomesliderSec .text {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 240px;
}

.customhomesliderSec ul {
    margin: 0;
    list-style: none;
}

.customhomesliderSec li {
    padding-top: 140px;
    padding-bottom: 150px;
    background-image: url(./images/banner-image1.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    float: none !important;
    display: flex;
    align-items: center;
}

.customhomesliderSec li.right {
    background-position: right center;
}

.customhomesliderSec li.right .text {
    padding-left: 0;
    padding-right: 450px;
    max-width: 1200px;
}

.customhomesliderSec li.center {
    padding-top: 50px;
    display: block;
    background-position: bottom center;
}

.customhomesliderSec li.center .text {
    padding: 0;
    text-align: center;
    max-width: 1000px;
}

.customhomesliderSec li.center .text h2 {
    line-height: 1.2;
    margin-bottom: 30px;
}

.customhomesliderSec li h2 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    color: #313167;
    font-weight: 700;
    margin-bottom: 10px;
}

.customhomesliderSec li h2 span {
    font-weight: 400;
}

.customhomesliderSec li p {
    font-size: 22px;
    line-height: 1.2;
    color: #333333;
    font-weight: 400;
    margin-bottom: 25px;
}

.customhomesliderSec li .btn {
    font-size: 16px;
    line-height: 1.2;
    color: #313167;
    font-weight: 700;
    border: 2px solid #313167;
    border-radius: 30px;
    padding: 10px 30px 10px 20px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.customhomesliderSec li .btn .fa {
    position: relative;
    left: 7px;
    top: 1px;
}

.customhomesliderSec li .btn:hover {
    background-color: #313167;
    color: #fff;
}

.customhomesliderSec .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}

.customhomesliderSec.mobileviewonly {
    display: none;
}

.main-title .title {
    margin-bottom: 0;
}

.main-title {
    padding-bottom: 50px;
}

.main-title a {
    color: #313167 !important;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    padding: 0 !important;
    background-color: transparent !important;
    font-family: 'Lato', Arial, sans-serif;
}

.main-title h2 {
    color: #313167;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
}

.upcoming_webinars_sec {
    background-color: #fff!important;
}

.home #content .upcoming_webinars_sec.pdtb80 {
    padding-bottom: 80px !important;
}

.upcoming_webinars_sec .webinar-outer {
    display: flex;
    flex-wrap: wrap;
}

.upcoming_webinars_sec .webinar-outer {
    margin-left: -30px;
    margin-right: -30px;
}

.upcoming_webinars_sec .webinar-outer .box {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 35px;
}

.upcoming_webinars_sec .webinar-outer .imagelist {
    line-height: 0;
    /*    overflow: hidden;*/
}

.upcoming_webinars_sec .webinar-outer .imagelist img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding: 5px;
    border: 1px solid #ccc;
    opacity: 0.9;
}

.upcoming_webinars_sec .webinar-outer .imagelist:hover img {
    /*
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
*/
    opacity: 1;
    border-color: #9cfa1e;
}

.upcoming_webinars_sec .webinar-outer .content-data {
    padding-top: 25px;
    display: flex;
}

.upcoming_webinars_sec .webinar-outer .content-data p {
    color: #f89a20;
    font-size: 13px;
    font-weight: 600;
}

.upcoming_webinars_sec .webinar-outer .content-data h4 {
    margin-bottom: 0;
}

.upcoming_webinars_sec .webinar-outer .content-data h4 a {
    color: #333333;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Lato', Arial, sans-serif;
}

.btn:visited {
    color: #172702;
}

.btn-wrap {
    text-align: center;
}

.btn-green {
    font-size: 17px;
    line-height: 1.2;
    color: #172702;
    font-weight: 400;
    border: 2px solid #9cfa1e;
    background-color: #9cfa1e;
    border-radius: 30px;
    padding: 10px 30px 10px 20px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.btn-green .fa {
    position: relative;
    left: 7px;
    top: 1px;
}

.btn-green:hover {
    background-color: transparent;
    border-color: #172702;
    color: #172702;
}

.professional_learning {
    background-color: #6699cc;
}

.professional_learning .container {
    max-width: 1140px;
}

.professional_learning .main-title {
    padding-bottom: 10px;
}

.professional_learning .main-title h2 {
    color: #fff;
}

.professional_learning ul {
    margin: 15px 0 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
}

.professional_learning li {
    flex: 0 0 50%;
    align-items: center;
    padding: 22px 22px 0 22px;
    margin-bottom: 0;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.professional_learning li figure {
    width: 48%;
    line-height: 0;
    /*border: 1px solid #7aacdd;*/
}

.professional_learning li figure img {
    width: 100%;
    padding: 5px;
    border: 1px solid #eaeaea;
    opacity: 0.9;
}

.professional_learning li figure:hover img {
    border-color: #9cfa1e;
    opacity: 1;
}

.professional_learning li .detail {
    width: 52%;
    padding: 0 0 0 20px;
}

.professional_learning li h3 a {
    font-size: 18px !important;
    line-height: 1.1;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    display: inline-block;
}

.professional_learning li p {
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0;
}

.professional_learning li .btn {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.professional_learning li .btn:hover {
    background-color: #fff;
    color: #172702;
}

.professional_learning .btn-wrap {
    padding-top: 60px;
}

.professional_learning .btn-wrap .btn-green:hover {
    border-color: #fff;
    color: #fff;
}

.how_its_works_sec {
    background-image: url(./images/banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.how_its_works_sec .main-title h2 {
    color: #fff;
}

.how_its_works_sec ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-right: -50px;
}

.how_its_works_sec ul li {
    padding: 0 50px;
    width: 33.33%;
    text-align: center;
}

.how_its_works_sec ul li figure {
    margin-bottom: 20px;
}

.how_its_works_sec ul li h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.how_its_works_sec ul li h3:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 180px;
    content: "";
    background-color: #79ff00;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.how_its_works_sec ul li h3 a {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 0;
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    border-bottom: 0;
}

.how_its_works_sec ul li figure img {
    height: 117px;
}

.how_its_works_sec ul li p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.edweb_map_Sec.pdtb80 {
    padding-bottom: 0;
}

.edweb_map_Sec h1 {
    color: #313167;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 20px;
}

.edweb_map_Sec h3 {
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 129px;
}

.our_partners_Sec {
    background-color: #6699cc;
    padding-top: 60px;
    padding-bottom: 60px;
    clear: both;
}

.our_partners_Sec .main-title h2 {
    color: #fff;
}

.our_partners_Sec .main-title {
    padding-bottom: 35px;
}

.our_partners_Sec ul.Partners_listing li {
    border: 0;
    background-color: #fff;
    border: 1px solid transparent;
}

.our_partners_Sec ul.Partners_listing li:hover {
    border: 1px solid #9cfa1e;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.our_partners_Sec ul.Partners_listing li img {
    /*
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s;
    */
}

.our_partners_Sec ul.Partners_listing li:hover img {
    /*
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
*/
}

.our_partners_Sec ul.Partners_listing .owl-nav button {
    display: inline-block;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.our_partners_Sec ul.Partners_listing .owl-nav button span {
    font-size: 50px;
    line-height: 20px !important;
    font-weight: 300;
}

.our_partners_Sec .btn-green {
    margin-top: 50px;
}

.our_partners_Sec .btn-green:hover {
    border-color: #fff;
    color: #fff;
}

.testimonial_sec {
    text-align: center;
    background-color: #fff;
    float: left;
    width: 100%;
}

.testimonial_sec .container {
    max-width: 1060px;
}

.testimonial_sec ul {
    margin: 0;
    list-style: none;
}

.testimonial_sec li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial_sec li p {
    color: #404372;
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
}

.testimonial_sec li h4 {
    color: #252661;
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
}

.testimonial_sec li h4 span {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.testimonial_sec .owl-dots {
    margin-top: 10px;
}

.testimonial_sec li .quote-icon {
    height: 30px;
    margin-bottom: 20px;
}

.owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background-color: #cfd0dc !important;
    border-radius: 50%;
    margin: 0 4px;
}

.owl-dots .owl-dot.active {
    background-color: #404372 !important;
}


/* Footer */

#footer {
    background-color: #404372;
}

#footer .inner-wrap {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

#footer .columns {
    float: none;
    width: 25%;
    padding: 0 20px;
}

#footer .columns p {
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
    line-height: 1.4;
}

#footer .columns .signupfreebtn {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    padding: 8px 20px;
    background-color: #f89a20;
    border: 1px solid #f89a20;
    font-weight: 500;
}

#footer .columns .signupfreebtn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

#footer .columns h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #fff !important;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #355a96;
}

#footer .columns .menu li:not(:last-child) {
    margin-bottom: 10px;
}

#footer .columns .menu a {
    font-size: 14px;
    color: #fff !important;
    font-weight: 400;
    line-height: 1.2;
}

#footer .columns .menu a:hover {
    color: #f89a20 !important;
}

#footer .columns img.flogo {
    width: 192px;
}

#footer .social-icons li {
    margin: 0 10px;
}

#footer .social-icons a {
    background-position: center;
    background-size: 20px;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

#footer .social-icons a:hover {
    background-position: center center !important;
    background-color: #2b2d4c;
    border-color: #2b2d4c;
}

#footer .social-icons .social-twitter a {
    background-image: url(./images/twitter-icon.svg);
}

#footer .social-icons .social-facebook a {
    background-image: url(./images/facebook-icon.svg);
}

#footer .social-icons .social-linkedin a {
    background-image: url(./images/linkedin-icon.svg);
}

#copyright {
    background-color: #2b2d4c !important;
}

#copyright .copyright-text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
}


/* CSS 26-05 End */

@media only screen and (max-width: 959px) {
    .customhomesliderSec .text h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .customhomesliderSec .text p {
        font-size: 20px;
        line-height: 26px;
    }
    .customhomesliderSec .text {
        max-width: 453px;
    }
    #header #navigation ul#nav>li>a {
        margin: 0 0 0 5px;
        padding: 0 3px;
    }
}

@media only screen and (max-width: 767px) {
    .customhomesliderSec .text h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .customhomesliderSec .text p {
        font-size: 16px;
        line-height: 24px;
    }
    .customhomesliderSec .text {
        text-align: center!important;
    }
}


/*================================================
       New People Page
    ================================================*/

.our-team ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.our-team li {
    width: 25%;
    list-style: none;
    padding: 0 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.our-team li h4 {
    margin-bottom: 5px;
}

.our-team li h4 a {
    font-size: 20px;
    color: #106da8;
}

.our-team li p {
    font-size: 16px;
}

.our-team li figcaption {
    margin-top: 5px;
}

.our-team li figure {
    margin: 0;
}

.our-team li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s;
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #ccc;
}

.our-team a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 0.3s ease 0s;
    border-color: #9cfa1e;
}

.our-team #moreoptions {
    display: block;
    margin: 0 auto;
    color: #8c8c8c;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 150px;
    border: 2px solid #8c8c8c;
    text-align: center;
    padding: 12px 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.our-team #moreoptions:hover {
    background-color: #8c8c8c;
    color: #fff;
    transition: all 0.3s ease 0s;
}


/*================================================
       New People Page
    ================================================*/

@media only screen and (max-width: 1023px) {
    .our-team li h4 a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team li {
        width: 50%;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 459px) {
    .our-team li {
        width: 100%;
    }
}


/*================================================
       People Single Page
    ================================================*/

.peopleImg .people_single_gray_bg figure img {
    max-width: 150px;
    height: 150px;
    border-radius: 100%;
}

.peopleImg .people_single_gray_bg .post-title h1 {
    font-size: 20px;
    color: #106da8;
    margin: 0;
}

.peopleImg .people_single_gray_bg .post-title p.job_titleSec {
    font-size: 16px;
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid#d7d7d7;
}

.peopleImg .people_single_gray_bg .post-title {
    margin: 0 30px;
}

.peopleImg .people_single_gray_bg .contactEmailSec p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

.peopleImg .people_single_gray_bg {
    padding: 20px;
    background: #f1f1f1;
    min-height: 150px;
    margin-bottom: 20px;
}

.peopleImg .people_single_gray_bg figure {
    max-width: 150px;
    float: left;
}

.peopleImg .people_single_gray_bg .post-title {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .peopleImg .people_single_gray_bg {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .peopleImg .people_single_gray_bg {
        text-align: center;
    }
    .peopleImg .people_single_gray_bg figure {
        margin: 0 auto 10px;
        text-align: center;
        float: none;
    }
}


/*================================================
       Testimonial Page
    ================================================*/

.testimonials-widget-testimonial.list {
    border-bottom: 1px solid #f89a20;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.testimonials-widget-testimonial.list blockquote {
    color: #313167;
    font-style: italic;
    font-size: 14px;
    border-left: 0;
    padding: 0;
}

.testimonials-widget-testimonial.list blockquote p {
    border-left: 0;
    padding: 0;
    margin-bottom: 15px !important;
}

.testimonials-widget-testimonial cite,
.testimonials-widget-testimonial div.credit {
    display: block;
    margin-top: 5px;
    text-align: right;
    color: #69c;
    font-style: normal;
    font-size: 14px;
}

.tabs .tab {
    margin-bottom: 0;
}


/* Partner and sponsor List page */

.partnerSponsorsList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.partnerSponsorsList li {
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.partnerSponsorsList li a {
    display: block;
    border: 1px solid #ccc;
    padding: 0 3px;
    box-sizing: border-box;
}

.partnerSponsorsList li a:hover {
    border-color: #9cfa1e;
}

.partnerSponsorsList li img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

@media only screen and (max-width: 767px) {
    .partnerSponsorsList li {
        width: 50%;
    }
}


/* sponsorship */

section.sponsorship_banner {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #313167;
    background-image: url(images/EdWeb_SponsorshipPage_Header.png);
}

section.sponsorship_banner .text {
    text-align: center;
    margin-bottom: 60px;
}

section.sponsorship_banner h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 100;
    line-height: 1.4;
}

section.sponsorship_banner a.btnlearnmore {
    color: #313167;
    background: #9cfa1e;
    padding: 8px 75px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 5px 4px 8px 0px rgba(0, 0, 0, 0.3);
    margin-top: 450px;
}

section.the_most_engaging_webinarSec {
    float: left;
    width: 100%;
    padding: 50px 0;
}

section.the_most_engaging_webinarSec .container {
    max-width: 1000px;
    width: 100%;
}

section.the_most_engaging_webinarSec .title {
    background: none;
    text-align: center;
}

section.the_most_engaging_webinarSec .title h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #313167;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
}

section.the_most_engaging_webinarSec .title h2::after {
    position: absolute;
    bottom: 6px;
    width: 215px;
    height: 5px;
    content: "";
    background: #9cfa1e;
    left: 50%;
    margin-left: -107px;
}

section.the_most_engaging_webinarSec .title p {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
}

section.the_most_engaging_webinarSec ul.webinarlistSec {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    float: left;
    width: 100%;
}

section.the_most_engaging_webinarSec ul.webinarlistSec>li {
    float: left;
    width: 33.333%;
    padding: 0 20px;
    box-sizing: border-box;
}

section.the_most_engaging_webinarSec ul.webinarlistSec li .box {
    float: left;
    width: 100%;
    text-align: center;
}

section.the_most_engaging_webinarSec ul.webinarlistSec li .box img {
    max-width: 170px;
    display: inline-block;
}

section.the_most_engaging_webinarSec ul.webinarlistSec li:first-child .box img {
    max-width: 189px;
}

section.the_most_engaging_webinarSec ul.webinarlistSec li:last-child .box img {
    max-width: 170px;
}

section.the_most_engaging_webinarSec ul.webinarlistSec li .box ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

section.the_most_engaging_webinarSec ul.webinarlistSec li .box ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 1.5;
}

section.the_most_engaging_webinarSec ul.webinarlistSec li .box h3 {
    font-weight: 600;
    color: #313167;
    line-height: 1.3;
    margin: 8px 0;
    font-size: 20px;
}

section.the_most_engaging_webinarSec ul.webinarlistSec li .box p,
section.the_most_engaging_webinarSec ul.webinarlistSec li .box li {
    color: #666666;
}

section.learn_howSec {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

section.learn_howSec .formSec {
    background: #313167;
    max-width: 870px;
    margin: 0 auto;
    padding: 20px 30px;
    box-sizing: border-box;
    box-shadow: 6px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

section.learn_howSec .formSec .gform_wrapper h3 {
    color: #9cfa1e;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
}

section.learn_howSec .formSec .gform_wrapper p {
    color: #fff;
    text-align: center;
    font-weight: 100;
}

section.learn_howSec .formSec .gform_wrapper li#field_100_1,
section.learn_howSec .formSec .gform_wrapper li#field_100_2,
section.learn_howSec .formSec .gform_wrapper li#field_100_3,
section.learn_howSec .formSec .gform_wrapper li#field_100_4 {
    width: 50%;
    padding: 0 8px;
    clear: unset;
    float: left;
    margin: 0;
    background: none;
    border: 0;
}

section.learn_howSec .formSec .gform_wrapper li input {
    width: 100%!important;
    height: 50px;
    padding: 0 15px!important;
    margin: 0 0 8px;
}

section.learn_howSec .formSec .gform_wrapper .gform_footer {
    text-align: center;
}

section.learn_howSec .formSec .gform_wrapper .gform_footer input[type="submit"] {
    color: #313167;
    background: #9cfa1e;
    padding: 15px 60px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #9cfa1e;
    -webkit-appearance: none;
    -moz-appearance: none;
}

section.learn_howSec .formSec .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: transparent;
    color: #9cfa1e;
}

section.learn_howSec .formSec .gform_wrapper div.validation_error {
    color: #f00;
    border-color: #f00;
}

section.learn_howSec .formSec .gform_wrapper .validation_message {
    display: none;
}

section.learn_howSec .formSec .gform_wrapper li.gfield_error input {
    border-color: #f00!important;
}

.page-template-template-sponsorship-new section.learn_howSec .formSec .gform_wrapper div.validation_error {
    color: #fff;
    border-color: #fff;
}

.page-template-template-sponsorship-new .gform_validation_errors>h2 {
    color: #fff;
}

.category .meta-category {
    display: none;
}


/*
section.our_partners_Sec.sponsorspage h2{
	font-size: 20px;
    line-height: 1.2;
    color: #313167;
    font-weight: bold;
    position: relative;
	padding-bottom: 25px;
    margin-bottom: 30px;
}
section.our_partners_Sec.sponsorspage h2::after{
	position: absolute;
    bottom: 6px;
    width: 215px;
    height: 5px;
    content: "";
    background: #9cfa1e;
    left: 50%;
    margin-left: -107px;
}
*/

section.our_partners_Sec.sponsorspage p a {
    margin: 50px 0 0;
    display: inline-block;
    font-weight: 600;
}

section.sponsorship_banner a.btnlearnmore {
    background: none;
    box-shadow: none;
}


/*.our_partners_Sec {
	float: left;
	width: 100%;
	padding: 40px 0;
	text-align: center;
}


.our_partners_Sec h2 {
	font-size: 30px;
	padding: 0 0 15px;
}
*/

ul.Partners_listing {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
}

ul.Partners_listing li {
    border: 1px solid #ccc;
}

ul.Partners_listing li img {
    max-height: 120px;
    width: auto !important;
    margin: 0 auto;
    margin-bottom: 0px;
    float: none;
}

.Partners_listing .owl-prev {
    width: 34px;
    height: 64px;
    margin-top: -32px;
    display: block;
    position: absolute;
    left: -80px;
    top: 50%;
    font-size: 0;
    background: url(images/sol-prev.png) center center no-repeat;
}

.post-type-archive-tribe_events .btm-breadcrumbs.blog-detail-breadcrumbs {
    display: none;
}

.Partners_listing .owl-next {
    width: 34px;
    height: 64px;
    margin-top: -32px;
    display: block;
    position: absolute;
    right: -80px;
    top: 50%;
    font-size: 0;
    background: url(images/sol-next.png) center center no-repeat;
}

@media only screen and (max-width: 2100px) {
    section.sponsorship_banner a.btnlearnmore {
        margin-top: 340px;
    }
}

@media only screen and (max-width: 1600px) {
    section.sponsorship_banner a.btnlearnmore {
        margin-top: 212px;
    }
}


/* FAQ */

.toggle .toggle-title {
    border: none;
    display: block;
    position: relative;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: none;
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    color: #313167;
    font-size: 17px;
    line-height: 21px;
    padding: 0;
}

.toggle .toggle-title span {
    width: 36px;
}

.toggle .toggle-inner {
    background: #ffffff;
    margin: 0;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: none;
    border: none;
    border-top: 0;
    padding: 20px 20px 0px 0;
    display: none;
}

.toggle {
    margin-right: 10px;
    padding-right: 10px;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
    margin-bottom: 12px;
}


/* Inner Pages */

p {
    font-size: 17px;
    line-height: 1.6;
}

li {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
}

li:last-child {
    margin-bottom: 0;
}

.container .sixteen.columns {
    width: 100%;
}

#title,
#alt-title {
    /*  background-image: url(./images/banner1.jpg) !important; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px;
    height: auto; */
}

#title .columns,
.single #title .ten.columns {
    /* width: auto;
    display: inline-block;
    background-color: transparent;
    padding: 20px;*/
}

#title .columns h1,
#alt-title h1 {
    font-size: 22px;
    line-height: 1.1;
    color: #313167;
    font-weight: bold;
    border-bottom: 2px solid #9cfa1e;
    padding-bottom: 3px;
}

#title .columns h2,
#alt-title h2 {
    font-size: 18px;
    line-height: 1.5;
    color: #69c;
    font-weight: normal;
    margin-top: 12px;
}

.btm-breadcrumbs,
#alt-breadcrumbs {
    /*   padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;*/
}

.btm-breadcrumbs #breadcrumbs {
    /*width: 100%;*/
}

.btm-breadcrumbs #breadcrumbs #crumbs,
.btm-breadcrumbs #breadcrumbs #crumbs a,
#alt-breadcrumbs #crumbs,
#alt-breadcrumbs #crumbs a {
    font-size: 13px;
    line-height: 1;
    /*  color: #9a9a9a; */
}

#title h1,
#title #breadcrumbs,
#title #breadcrumbs a {
    /*color: #fff;*/
}

#title .container {
    /* display: flex;
    justify-content: space-between;*/
}

#title .container .ten.columns {
    /* width: auto;*/
}

#title #breadcrumbs {
    /* width: 50%; */
    float: right;
}

#alt-breadcrumbs .container {
    /* padding-left: 0;*/
}

#alt-title .grid {
    /*display: none;*/
}

#alt-title .container {
    /*  width: 100%;
    max-width: 100%;
    padding: 0;*/
}

#alt-title h1 {
    /* position: static;
    margin-bottom: 0;*/
    font-size: 45px;
    line-height: 1.1;
    /*color: #fff;*/
    font-family: 'Lato', Arial, sans-serif;
}

.our-team ul {
    margin: 0 -20px;
}

.container .eleven.columns {
    width: 75%;
    padding-right: 40px;
}

.page-id-36864 .container .eleven.columns,
.page-id-36806 .container .eleven.columns {
    width: 100%;
}

.container .four.columns {
    width: 25%;
}

.container .column,
.container .columns {
    margin-left: 0;
    margin-right: 0;
}

.post-content {
    width: 100%;
}

.peopleImg .people_single_gray_bg {
    display: flex;
    align-items: center;
    min-height: auto;
}

.page-id-14606 .partnerSponsorsList li a {
    text-align: center;
}

.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link,
.no-post-image,
.blog-medium .no-post-image {
    width: 200px;
}

.blog-medium .post-content {
    width: calc(100% - 230px);
}

.blog-medium .post-title h2 {
    line-height: 1.2;
}

.single-tribe_events #tribe-events-content {
    font-size: 15px;
}


/* Blog Detail Page */


/*
.single #title{
    padding: 50px 0;
}
.single #title .container{
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.single #title h1{
    color: #fff;
    font-size: 45px;
    line-height: 1.1;
    font-family: 'lato';
}
.single #title h2{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.single #title .ten.columns{
    width: auto;
    background-color: #6699cc;
    padding: 10px;
}
*/

.blog-detail-breadcrumbs {
    /* padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;*/
}

.blog-detail-breadcrumbs #crumbs {
    color: #9a9a9a;
    font-size: 15px;
    font-weight: normal;
}

.blog-detail-breadcrumbs #crumbs a {
    color: #9a9a9a;
}

.blogDetail_sec #content .post-image,
.blogDetail_sec #content .post-icon.standard {
    display: none;
}

.blogDetail_sec #content .post-title h1 {
    color: #313167;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.5;
}

.blogDetail_sec #content .post-meta .meta-category {
    display: none;
}

.page-template-template-ce-certificate .container .twelve.columns,
.page-template-template-contact-us .container .twelve.columns,
.page-template-template-help-page .container .twelve.columns {
    width: 100%;
}

.green.medium {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    text-transform: unset;
    padding: 15px 30px !important;
    border-radius: 35px;
    margin-left: 15px;
    background: #9cfa1e !important;
    color: #172702 !important;
    border: 0 !important;
}

.joinforfreebtn {
    background: #9cfa1e;
    color: #313167 !important;
    padding: 10px 60px;
    display: inline-block;
    font-family: 'Lato', Calibri, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.joinforfreebtn:hover,
.green.medium:hover {
    opacity: 0.7;
}

.rhvajSec {
    text-align: center;
    padding: 30px 0 40px;
}

.rhvajSec h3 {
    font-size: 17px;
    line-height: 1.2;
    color: #313167;
    font-weight: bold;
}

ul.tutoriallist {
    padding: 15px 0 0;
}

ul.tutoriallist li {
    font-size: 16px;
    line-height: 32px;
    color: #313167;
    font-weight: bold;
    list-style: disc;
    text-transform: uppercase;
    margin-bottom: 0;
}

ul.tutoriallist li a {
    color: #313167;
}

.newtextsec .rhvajSec h3 {
    font-size: 17px;
}

.newtextsec h3 {
    font-size: 20px;
    line-height: 36px;
    color: #313167;
    font-weight: bold;
}

.bdtitle {
    font-size: 20px;
    line-height: 36px;
    color: #313167;
    font-weight: 600;
    position: relative;
    padding-bottom: 26px;
}

.certificates_list_Sec .title h2::after,
.bdtitle::after {
    position: absolute;
    bottom: 6px;
    width: 215px;
    height: 5px;
    content: "";
    background: #9cfa1e;
    left: 50%;
    margin-left: -107px;
}

.our_testimonial_Sec {
    background: #e8e8e8;
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 10px 30px;
    box-sizing: border-box;
}

.our_testimonial_Sec img {
    max-width: 50px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.our_testimonial_Sec h3 {
    font-size: 24px;
    line-height: 36px;
    color: #313167;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.our_testimonial_Sec h5 {
    font-size: 16px;
    line-height: 1.2;
    color: #313167;
}

.our_partners_Sec.sponsorspage {
    background-color: #fff;
}

section.our_partners_Sec.sponsorspage h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #313167;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}

section.our_partners_Sec.sponsorspage .main-title {
    padding-bottom: 0;
}

section.our_partners_Sec.sponsorspage ul.Partners_listing li {
    border: 1px solid #ccc;
}

section.our_partners_Sec.sponsorspage p a.btn.joinforfreebtn {
    margin: 20px 0 0;
}

.box-pic {
    height: 190px;
}

.page-template-template-about-edweb .box-pic img {
    max-width: 150px !important;
}

.rhvajSec .one_third img {
    height: 120px;
    width: auto;
}

.tribe-events-style-theme #title,
.tribe-events-style-theme .btm-breadcrumbs {
    /*display: none !important;*/
}

.btm-breadcrumbs {
    /*display: none!important;*/
}

body.post-type-archive-tribe_events div#page-wrap {
    padding-top: 0;
}

.tribe-events-event-image img {
    float: right;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover {
    background-color: #fff !important;
    border: 1px solid #69c !important;
    color: #69c !important;
}

.upw-posts .entry-meta {
    font-size: 14px;
}

.search.search-results .container .twelve.columns {
    width: 75%;
    padding-right: 40px;
}

div#title.tribetitleSec h2 {
    font-size: 30px;
    font-family: 'Lato', Arial, sans-serif;
}

div#title.tribetitleSec a {
    /* color: #fff;*/
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

div#tribe-events-content p.tribe-events-back {
    display: none;
}

.single-tribe_events a.button.orange.medium {
    margin-bottom: 15px;
}

.single-tribe_events a.button.blue.medium {
    margin-top: 15px;
}

.page-template-template-help-page #page-wrap div#content {
    padding: 0;
    width: 100%;
}

#title .ten.columns {
    color: #fff;
    font-size: 30px;
}


/* learning community */

.columns.learning-community {
    width: 100%;
}

.filterSec {
    background: #E2EFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 25px;
}

#learning-community-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: #E2EFFF;
    padding: 10px;
    margin-bottom: 25px;
}

.search-form.titlesearch {
    width: 50%;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.filterSec strong {
    font-size: 13px;
}

.filterSec #learning-community-filter select {
    width: calc(100% - 65px);
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(./images/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 14px;
    height: 34px;
}

#learning-community-filter select {
    width: 90%;
}

#learning-community-filter select {
    width: 44%;
}

#learning-community-filter p,
#learning-community-filter select {
    margin-bottom: 0;
}

.filterSec #learning-community-filter {
    width: 48%;
    padding: 0;
    margin: 0 15px 0 0;
}

.search-form.titlesearch .search {
    width: 100%;
    margin: 0 5px 0 15px;
    background: #fff url(https://home.edweb.net/wp-content/themes/inovado/framework/images/search.png) no-repeat 97% center;
    border-radius: 5px;
}

.learning-community-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.learning-community-container .item-single-container {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    width: 33.33333%;
}

.learning-community-container .item-single {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 25px;
    position: relative;
}

.learning-community-container .item-single figure {
    position: relative;
}

.learning-community-container .item-single a {
    position: relative !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.learning-community-container .item-single img {
    width: 100%;
}

.learning-community-container .item-single .content {
    padding: 10px 20px 20px;
}

.learning-community-container .item-single .content h3,
.learning-community-container .item-single .content p {
    margin-bottom: 0;
}

.learning-community-container .item-single .content h3 {
    color: #313167;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.learning-community-container .item-single .content p {
    font-size: 16px;
}

.entry .gmail_default {
    font-size: 15px;
}

iframe.edFocusbook {
    width: 100%;
}


/* fancybox */

.get_recording_button_popupContent {
    display: none;
    max-width: 520px;
    width: 520px;
}

.get_recording_button_popupContent input[type="text"],
.get_recording_button_popupContent input[type="password"],
.get_recording_button_popupContent input[type="email"],
textarea,
select {
    margin-bottom: 10px;
}

.get_recording_button_popupContent {}

.get_recording_button_popupContent .name_first,
.get_recording_button_popupContent .name_last {
    float: left;
    width: 50%;
    padding-right: 16px;
}

.get_recording_button_popupContent form label {
    float: none;
    width: auto;
}

.get_recording_button_popupContent .gfield,
.get_recording_button_popupContent .ginput_container {
    float: left;
    width: 100%;
}

span.ginput_right.address_state {
    display: inline-block !important;
    width: 30% !important;
    float: left;
}

span.ginput_left.address_zip {
    display: inline-block !important;
    width: 30% !important;
    margin-left: 20px !important;
    float: left;
}

span.ginput_right.address_country {
    width: 30% !important;
    display: inline-block;
    float: left;
    margin: 0px 15px 0 0 !important;
}

.gform_legacy_markup_wrapper.gf_browser_gecko select {
    height: 30px;
}

.get_recording_button_popupContent input[type="submit"] {
    background: #f89a20 !important;
    border: 0;
    color: #fff;
    font-size: 20px !important;
    line-height: 26px;
    padding: 8px 24px 9px;
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: normal !important;
}


/* fancybox end */

.single-people .post-meta,
.single-people .sharebox,
.single-people #crumbs {
    display: none;
}

.tribe-events-title-bar .tribe-events-page-title {
    clear: none;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: .5em;
    position: relative;
    text-align: center;
    z-index: 0;
}

.tribe-events-title-bar .tribe-events-page-title {
    font-size: 30px;
    font-weight: 700;
}

.tribe-events-before-html h2 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 50px;
}

.home #content .upcoming_webinars_sec .btn-wrap {
    margin-top: 40px;
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding: 5px;
    border: 1px solid #ccc;
    opacity: 0.9;
    min-height: 215px;
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper:hover img {
    opacity: 1;
    border-color: #9cfa1e;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 12px;
    padding-right: 12px;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
    margin-bottom: 35px;
    width: 25%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-b2 {
    font-size: 13px;
    line-height: 1.62;
    color: #f89a20;
    font-weight: 600!important;
    margin: 0 0 5px;
    font-family: 'Lato', sans-serif!important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6,
h3.tribe-events-pro-photo__event-title.tribe-common-h6 {
    color: #333333!important;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal!important;
}

.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
    text-align: center;
    margin: 10px 0 0;
}

.tribe-events-c-top-bar__datepicker time.tribe-events-c-top-bar__datepicker-time {
    font-size: 18px;
}

.single-tribe_events .tribe-events-event-image {
    text-align: center;
}

.single-tribe_events .tribe-events-event-image img {
    float: right;
    display: inline-block;
}

.tribe-events-content ol,
.tribe-events-content p,
.tribe-events-content ul {
    font-size: 16px;
    line-height: 1.5;
}

.tribe-events-event-meta a,
.tribe-events-event-meta a:visited {
    color: #6699cc;
}

.tribe-events-event-meta dd,
.tribe-events-event-meta dt {
    font-size: 15px;
    line-height: 1.5;
}

abbr {
    border: 0;
    text-decoration: none;
}

.tribe-events-related-events-title {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    color: #6699cc;
    line-height: 1.6;
}

.tribe-events-single ul.tribe-related-events {
    display: unset;
}

.tribe-events-single ul.tribe-related-events li {
    display: unset;
    flex: unset;
    flex-direction: unset;
    margin-bottom: 28px;
    padding: 0;
    width: 29.3333%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
    color: #6699cc;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a:hover {
    color: #9cfa1e;
}

div#alt-breadcrumbs {
    display: none;
}

#alt-title h1,
#alt-title .blog-h1 {
    background: transparent;
}

#alt-title h1 {
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    width: 100%;
}

.tribe-events-meta-group.tribe-events-meta-group-details {
    width: 100%;
}

#sidebar {
    background: #f4f4f4;
    padding: 30px 20px;
}

.single #sidebar h2 {
    color: #313167;
    font-size: 23px;
    line-height: 17px;
    font-family: 'Lato', Arial, sans-serif;
    text-align: center;
}

.tribe-events-widget-events-list__events .tribe-common-g-row.tribe-events-widget-events-list__event-row {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 17px;
    margin-bottom: 20px;
}

.tribe-events-widget-events-list__events .tribe-common-g-row.tribe-events-widget-events-list__event-row:last-child {
    border: 0;
    padding-bottom: 12px;
}

.tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link {
    color: #6699cc!important;
    border: 2px solid #6699cc;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 5px;
    background: transparent;
    font-size: 17px;
    line-height: 1;
}

.tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link:hover {
    color: #fff!important;
    background: #6699cc;
}

.search-result {
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
}

.tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link {
    font-family: 'Lato', sans-serif;
}

span.meta-date {
    background: transparent;
    color: #141827;
    font-size: 15px;
    padding-left: 0;
    line-height: 1.4;
}

span.meta-date i.icon-calendar {
    display: none;
}

span.meta-date time.updated {
    color: #69c;
    font-weight: 700!important;
    font-family: 'Lato', sans-serif!important;
}

.single-tribe_events div#tribe-events-content div.hentry {
    display: block;
}

.post-image img {
    border: 1px solid #ccc;
    padding: 5px;
}

.blog .post-image a:hover img {
    border-color: #9cfa1e;
}

.blog .post-image a .overlay {
    display: none!important;
}

.blog .post {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.entry h3.aedwrtitle {
    font-size: 22px;
    color: #568fc7;
}

.page-id-37002 hr {
    margin: 35px 0 40px;
}

.tribe-events-event-meta dl {
    display: flex;
}

.tribe-events-event-meta dl span.box {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
}

.tribe-events-event-meta dl span.box:nth-child(3) {
    padding-right: 30px;
}

.tribe-events-event-meta dl span.box:nth-child(4) {
    padding-right: 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
    bottom: 0;
    left: 50%;
    position: static;
    right: 0;
    top: 50%;
    transform: unset;
    padding: 5px;
    border: 1px solid #ccc;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
    padding-top: 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a:hover img {
    border-color: #9cfa1e;
}

nav.tribe-events-nav-pagination ul.tribe-events-sub-nav {
    display: inline-block;
}

nav.tribe-events-nav-pagination ul.tribe-events-sub-nav li.tribe-events-nav-previous {
    width: 45%;
    float: left;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

nav.tribe-events-nav-pagination ul.tribe-events-sub-nav li.tribe-events-nav-next {
    width: 45%;
    float: right;
    text-align: right;
    padding-right: 20px;
    position: relative;
}

nav.tribe-events-nav-pagination ul.tribe-events-sub-nav li a {
    font-size: 15px;
    line-height: 22px;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
    background-size: 9px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

nav.tribe-events-nav-pagination ul.tribe-events-sub-nav li.tribe-events-nav-previous a::before {
    left: 0;
}

.humber_menu_icon {
    display: none;
    width: 55px;
    height: 90px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#header div#navigation .menu-main-menu-container ul#nav li .downarrow_icon {
    display: none;
    position: absolute;
    top: 6px;
    right: 15px;
    width: 42px;
    height: 42px;
    z-index: 9999;
    cursor: pointer;
    background: url(images/menuarrowicon.png) center center no-repeat;
    background-size: 11px;
}


/* Media */

@media only screen and (max-width: 1919px) {
    .header .alogoSec {
        width: 290px;
    }
    #header #navigation ul#nav>li>a {
        font-size: 15px;
    }
    .headerrightSec ul.top_link li a {
        font-size: 15px;
        margin-left: 10px;
        padding: 12px 20px !important;
    }
    .headerrightSec {
        width: 327px;
        margin: 10px 0 0;
    }
    .customhomesliderSec li {
        padding-top: 120px;
        padding-bottom: 100px;
        /*        background-position: -130px 0;*/
    }
    /*
    .customhomesliderSec li h2{
        font-size: 48px;
    }
    .customhomesliderSec li p{
        font-size: 36px;
    }    
*/
    .customhomesliderSec li h2 {
        font-size: 36px;
    }
    .customhomesliderSec li p {
        font-size: 20px;
    }
    .customhomesliderSec .text {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 0 0 285px;
    }
    .customhomesliderSec li.right .text {
        padding-right: 550px;
    }
    .customhomesliderSec li.center .text {
        max-width: 950px;
    }
    /*
    #title .columns h1, #alt-title h1{
        font-size: 35px; 
    }
    #title .columns h2, #alt-title h2{
        font-size: 16px;
    }
*/
}

@media only screen and (max-width: 1439px) {
    .header .alogoSec {
        width: 230px;
    }
    .headerrightSec ul.top_link li a {
        font-size: 13px;
        margin-left: 5px;
        padding: 10px 15px !important;
    }
    .headerrightSec {
        width: 266px;
    }
    #header-searchform input {
        height: 38px;
        width: 38px;
    }
    .headerrightSec .search-box {
        margin-top: 19px;
    }
    .slide-search .search-icon {
        height: 36px;
        width: 36px;
    }
    #header #navigation ul#nav li .sub-menu a {
        font-size: 13px !important;
    }
    #header #navigation ul#nav>li:first-child a {
        margin-left: 0;
    }
    /*
    .customhomesliderSec li {
        padding-top: 80px;
        padding-bottom: 80px;        
    }
    .customhomesliderSec .text{
        padding: 0 0 0 220px;
    }
    .customhomesliderSec li h2{
        font-size: 46px;
    }
    .customhomesliderSec li p{
        font-size: 30px; 
    }
*/
    .customhomesliderSec li .btn {
        font-size: 16px;
    }
    .our_partners_Sec ul.Partners_listing .owl-nav button {
        height: 50px;
        width: 50px;
    }
    .Partners_listing .owl-next {
        right: -55px;
    }
    .Partners_listing .owl-prev {
        left: -55px;
    }
}

@media only screen and (max-width: 1279px) {
    #header .select-menu {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(./images/select-down-arrow.svg);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 14px;
    }
    .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #header #navigation .select-menu,
    #header-v2 #navigation .select-menu,
    #header-v3 #navigation .select-menu,
    #header-v4 #navigation .select-menu,
    #header-v5 #navigation .select-menu,
    #header-v6 #navigation .select-menu {
        display: none !important;
        margin: 32px 0 0;
    }
    #header #navigation ul:not(.sub-menu),
    #header-v2 #navigation ul:not(.sub-menu),
    #header-v3 #navigation ul:not(.sub-menu),
    #header-v4 #navigation ul:not(.sub-menu),
    #header-v5 #navigation ul:not(.sub-menu),
    #header-v6 #navigation ul:not(.sub-menu) {
        display: block!important;
    }
    #header-searchform {
        margin-right: -45px;
    }
    .customhomesliderSec li {
        background-position: -165px 0;
    }
    .customhomesliderSec .text {
        padding: 0 30px 0 300px;
    }
    .customhomesliderSec li h2 {
        font-size: 40px;
    }
    .customhomesliderSec li p {
        font-size: 26px;
    }
    .customhomesliderSec li.right .text {
        padding-left: 30px;
        padding-right: 440px;
    }
    .btn {
        font-size: 16px;
    }
    /*
    .main-title a, .main-title h2, .edweb_map_Sec h1{
        font-size: 40px;
    }
*/
    .upcoming_webinars_sec .webinar-outer {
        margin-left: -15px;
        margin-right: -15px;
    }
    .upcoming_webinars_sec .webinar-outer .box {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .home #content .upcoming_webinars_sec.pdtb80 {
        padding-bottom: 60px !important;
    }
    .pdtb80 {
        padding-top: 50px;
        padding-bottom: 55px;
    }
    .professional_learning li h3 a {
        font-size: 20px;
    }
    /*
    .professional_learning li p{
        font-size: 16px;
    }
*/
    .professional_learning li .btn {
        font-size: 14px;
    }
    .how_its_works_sec ul li {
        padding: 0 30px;
    }
    .how_its_works_sec ul {
        margin-left: 0px;
        margin-right: 0px;
    }
    /*
    .how_its_works_sec ul li h3 a{
        font-size: 24px;
    }
*/
    .edweb_map_Sec h3 {
        padding: 0 70px;
    }
    ul.Partners_listing {
        padding: 0 80px;
    }
    .Partners_listing .owl-prev {
        left: 0;
    }
    .Partners_listing .owl-next {
        right: 0;
    }
    /*
    #footer .columns h3{
        font-size: 22px;
    }
    #footer .columns .menu a, #footer .columns p, #footer .columns .signupfreebtn{
        font-size: 15px;
    }
*/
    #footer .columns p {
        font-size: 14px;
    }
    #footer .columns {
        padding: 0 10px;
    }
    #footer .inner-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
    /* advisory board */
    .our-team li {
        padding: 0 15px;
    }
    .our-team ul {
        margin: 0;
    }
    #page-wrap.container .column,
    #page-wrap.container .columns {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    #title,
    #alt-title {
        padding: 40px 30px;
    }
    #title .columns h1,
    #alt-title h1 {
        /* font-size: 28px;*/
    }
    #title .columns h2,
    #alt-title h2 {
        /* font-size: 15px;*/
    }
    section.sponsorship_banner .text {
        margin-bottom: 0;
    }
    #alt-breadcrumbs .container {
        padding-left: 15px;
    }
    .blogDetail_sec #content .post-title h1 {
        font-size: 24px;
    }
    .single #sidebar h2 {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1023px) {
	.headerrightSec ul.top_link li a{
		margin-left: 2px;
	}
    .headerrightSec {
        width: 252px;
    }
    .headerrightSec ul.top_link li a {
        font-size: 12px;
    }
    .menuSec .select-menu {
        width: 200px;
    }
    #header-searchform {
        width: 250px;
    }
    #title .columns,
    .single #title .ten.columns {
        padding: 15px;
    }
    .customhomesliderSec li {
        background-position: -130px 0;
    }
    .customhomesliderSec .text h2 {
        font-size: 28px;
        line-height: 1.1;
    }
    .customhomesliderSec .text p {
        font-size: 20px;
        line-height: 26px;
    }
    .customhomesliderSec li {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .customhomesliderSec .text h2 {
        font-size: 28px;
        line-height: 1.1;
    }
    .customhomesliderSec .text p {
        font-size: 20px;
        line-height: 1.2;
    }
    .customhomesliderSec li .btn {
        font-size: 15px;
    }
    .customhomesliderSec .owl-dots {
        bottom: 20px;
    }
    .customhomesliderSec .text {
        padding: 0 30px 0 300px;
    }
    .customhomesliderSec li.center .text {
        padding: 0 30px;
    }
    .main-title {
        padding-bottom: 35px;
    }
    /*
    .main-title a, .main-title h2, .edweb_map_Sec h1 {
        font-size: 34px;
    }
*/
    .upcoming_webinars_sec .webinar-outer .content-data h4 a {
        font-size: 18px;
    }
    .how_its_works_sec ul li {
        padding: 0 15px;
    }
    .how_its_works_sec ul li h3 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    /*
    .how_its_works_sec ul li h3 a {
        font-size: 22px;
    }

    .how_its_works_sec ul li p{
        font-size: 16px;
    }*/
    #footer .columns h3 {
        font-size: 20px;
    }
    #footer .columns {
        padding: 0 10px;
    }
    #footer .columns .signupfreebtn {
        font-size: 13px;
        padding: 10px 15px;
    }
    #footer .social-icons li {
        margin: 0 5px;
    }
    /* Inner Pages */
    #post-36471 iframe {
        width: 100%;
    }
    section.sponsorship_banner a.btnlearnmore {
        margin-top: 120px;
    }
    .our_testimonial_Sec h3 {
        font-size: 22px;
        line-height: 1.3;
    }
    .our_testimonial_Sec h3 br {
        display: none;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec li .box h3 {
        font-size: 18px;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec>li {
        padding: 0 12px;
    }
    a.button.medium {
        font-size: 14px;
    }
    .professional_learning li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .upcoming_webinars_sec .webinar-outer .box {
        width: 50%;
    }
    .professional_learning li figure {
        width: 33%;
    }
    .container.blogDetail_sec .eleven.columns {
        width: 100%;
    }
    .container.blogDetail_sec .four.columns {
        width: 100%;
    }
    .tribe-common--breakpoint-xsmall.tribe-events-widget .tribe-events-widget-events-list__event-title {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    #header-searchform {
        right: auto;
        margin-right: 0;
        border-width: 6px;
        top: 70px;
    }
    #header-searchform::before {
        right: auto;
        top: -16px;
        left: 3px;
    }
    #header-searchform input {
        height: 34px;
    }
    header#header .container {
        flex-wrap: wrap;
    }
    .headerrightSec {
        order: 2;
        width: 100%;
        justify-content: center;
    }
    div#navigation {
        order: 3;
        width: 100%;
    }
    .header .alogoSec {
        order: 1;
        width: 100%;
    }
    html body #header .logo,
    html body #header-v2 .logo,
    html body #header-v3 .logo,
    html body #header-v4 .logo,
    html body #header-v5 .logo,
    html body #header-v6 .logo {
        margin: 20px 0;
    }
    #header #navigation .select-menu,
    #header-v2 #navigation .select-menu,
    #header-v3 #navigation .select-menu,
    #header-v4 #navigation .select-menu,
    #header-v5 #navigation .select-menu,
    #header-v6 #navigation .select-menu {
        margin: 0 0 20px;
    }
    .headerrightSec ul.top_link {
        text-align: center;
    }
    .customhomesliderSec.desktopviewonly {
        display: none;
    }
    .customhomesliderSec.mobileviewonly {
        display: block;
    }
    .customhomesliderSec .text {
        padding: 0 30px;
    }
    .customhomesliderSec .text h2 {
        font-size: 26px;
    }
    .customhomesliderSec .text p {
        font-size: 18px;
    }
    .customhomesliderSec li {
        padding-top: 40px;
        padding-bottom: 280px;
        background-position: center bottom;
    }
    .customhomesliderSec li.right {
        background-position: left center;
    }
    .customhomesliderSec li.right .text {
        padding-left: 30px;
        padding-right: 30px;
    }
    .customhomesliderSec li .btn {
        font-size: 15px;
    }
    .customhomesliderSec li.center {
        padding-top: 30px;
    }
    .customhomesliderSec li.center .text {
        padding: 0 15px;
    }
    .customhomesliderSec li.center .text h2 {
        margin-bottom: 10px;
        line-height: 1;
    }
    .main-title a,
    .main-title h2,
    .edweb_map_Sec h1 {
        font-size: 28px;
    }
    .upcoming_webinars_sec .webinar-outer .box {
        width: 100%;
    }
    .upcoming_webinars_sec .webinar-outer .imagelist {
        display: inline-block;
        width: 36%;
        float: left;
    }
    .upcoming_webinars_sec .webinar-outer .imagelist img {
        width: 100%;
    }
    .upcoming_webinars_sec .webinar-outer .content-data {
        padding-top: 0;
        display: inline-block;
        width: 62%;
        float: left;
        padding-left: 15px;
    }
    .upcoming_webinars_sec .webinar-outer .content-data h4 a {
        font-size: 20px;
    }
    .professional_learning li {
        flex-wrap: wrap;
    }
    .professional_learning li:first-child {
        padding-top: 25px;
    }
    .professional_learning li figure {
        width: 100%;
        margin-bottom: 15px;
        display: none;
    }
    .professional_learning li figure img {
        width: 100%;
    }
    .professional_learning li .detail {
        width: 100%;
        padding: 0;
    }
    .how_its_works_sec ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .how_its_works_sec ul li:last-child {
        margin-bottom: 0;
    }
    .edweb_map_Sec h3 {
        padding: 0;
        font-size: 18px;
    }
    .testimonial_sec li p {
        font-size: 1.3;
        font-size: 17px;
    }
    .testimonial_sec li h4 {
        font-size: 1.3;
        font-size: 18px;
    }
    #footer .inner-wrap {
        flex-wrap: wrap;
    }
    #footer .columns {
        width: 100%;
    }
    #footer .widget_nav_menu.columns {
        margin-top: 10px;
    }
    /* Inner Pages */
    #title .container .ten.columns {
        width: 100%;
    }
    .container .eleven.columns {
        width: 100%;
    }
    .container .four.columns {
        width: 100%;
    }
    .peopleImg .people_single_gray_bg {
        flex-direction: column;
    }
    .peopleImg .people_single_gray_bg figure img {
        max-width: 120px;
        height: auto;
    }
    .upw-posts .entry-image a {
        display: block;
    }
    .upw-posts .entry-image a img {
        width: 100%;
    }
    .our-team li:last-child {
        margin-bottom: 0;
    }
    .one_half,
    .one_third,
    .two_third,
    .one_fourth,
    .three_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth {
        width: 100%;
    }
    .container .twelve.columns {
        width: 100%;
    }
    .toggle .toggle-title {
        padding-right: 30px;
        font-size: 16px;
    }
    .toggle .toggle-title span {
        position: absolute;
        right: 0;
        top: 5px;
    }
    #title {
        padding: 20px 0;
    }
    #title .columns h1,
    #alt-title h1 {
        font-size: 20px;
        line-height: 25px;
    }
    #title .columns h2,
    #alt-title h2 {
        font-size: 13px;
    }
    .blogDetail_sec #content .post-title h1 {
        font-size: 20px;
    }
    section.sponsorship_banner h1 {
        font-size: 32px;
        line-height: 1.2;
    }
    section.sponsorship_banner a.btnlearnmore {
        margin-top: 40px;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec li .box ul {
        text-align: center;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec>li {
        width: 100%;
        margin-bottom: 30px;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec>li:last-child {
        margin-bottom: 0;
    }
    .our_testimonial_Sec h3,
    section.our_partners_Sec.sponsorspage h2 {
        font-size: 20px;
    }
    a.button.medium {
        font-size: 13px;
        padding: 13px !important;
    }
    .filterSec {
        flex-wrap: wrap;
    }
    .learning-community-container .item-single-container {
        width: 100%;
    }
    .filterSec #learning-community-filter {
        margin-bottom: 15px;
    }
    .filterSec #learning-community-filter select {
        height: 35px;
    }
    .filterSec #learning-community-filter,
    .search-form.titlesearch {
        width: 100%;
    }
    .blog-medium .post-video,
    .blog-medium .post-gallery,
    .blog-medium .post-image,
    .blog-medium .post-quote,
    .blog-medium .post-audio,
    .blog-medium .post-link {
        width: 100%;
        margin-right: 0;
    }
    .blog-medium .post-content {
        width: 100%;
    }
    .blog-medium .post-meta span {
        margin: 0 0 5px 0;
    }
    .post-content iframe {
        width: 100%;
    }
    .single-tribe_events h2.tribe-events-single-event-title {
        font-size: 26px;
    }
    .single-tribe_events .tribe-events-schedule .tribe-events-cost,
    .single-tribe_events .tribe-events-schedule h3 {
        font-size: 13px;
    }
    .search.search-results .container .twelve.columns {
        width: 100%;
    }
    .tribe-events-list .tribe-events-event-image img {
        width: 100%;
    }
    .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details {
        clear: both;
    }
    .upcoming_webinars_sec .webinar-outer .content-data .leftdatesec {
        display: none;
    }
    .upcoming_webinars_sec .webinar-outer .content-data h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
    /* .upcoming_webinars_sec .webinar-outer .box .imagelist {
        display: inline-block;
    }
    .upcoming_webinars_sec .webinar-outer .box:nth-child(1) .imagelist,
    .upcoming_webinars_sec .webinar-outer .box:nth-child(2) .imagelist,
    .upcoming_webinars_sec .webinar-outer .box:nth-child(3) .imagelist {
        display: inline-block;
    }
    .upcoming_webinars_sec .webinar-outer .box .content-data {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid #b2b2b2;
        padding-top: 30px;
    }
    .upcoming_webinars_sec .webinar-outer .box:nth-child(1) .content-data,
    .upcoming_webinars_sec .webinar-outer .box:nth-child(2) .content-data,
    .upcoming_webinars_sec .webinar-outer .box:nth-child(3) .content-data {
        width: 62%;
        padding-left: 15px;
        border-top: 0;
        padding-top: 0;
    } */
    .professional_learning li {
        border-bottom: 1px solid #cae5ff;
        padding: 0 0 25px;
        margin-bottom: 25px;
    }
    .professional_learning li:last-child {
        border: none;
    }
    .professional_learning .btn-wrap {
        padding-top: 0;
    }
    .tribe-events-event-meta dl {
        display: block;
    }
}

@media only screen and (max-width: 641px) {
    .get_recording_button_popupContent.fancybox-content {
        padding: 30px !important;
    }
    .get_recording_button_popupContent .name_first,
    .get_recording_button_popupContent .name_last {
        padding-right: 0;
        width: 100%;
    }
    .get_recording_button_popupContent .name_last,
    .get_recording_button_popupContent span.ginput_right.address_country,
    .get_recording_button_popupContent span.ginput_left.address_zip {
        margin-top: 15px;
    }
    span.ginput_right.address_state,
    span.ginput_left.address_zip,
    span.ginput_right.address_country {
        width: 100% !important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: normal;
    }
}

@media only screen and (min-width: 600px) {
    .get_recording_button_popupContent {
        width: 600px !important;
    }
    .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
    }
    .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
    .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
    .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
        float: left;
    }
}


/* Inner page */

.edweb_map_Sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #f6f6f6;
}

.edweb_map_Sec h2 {
    font-size: 24px;
    padding: 0 0 10px;
    text-align: center;
}

.chystatepagemap h2.bdtitle {
    font-size: 20px;
    padding-bottom: 26px;
}

section.edweb_map_Sec.chystatepagemap p {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    color: #313167;
}

section.edweb_map_Sec.chystatepagemap p br {
    display: none;
}

#page-wrap.newtextsec.contactus {
    padding-top: 0;
    text-align: center;
}

.ajtopsec {
    padding-top: 80px;
    padding-bottom: 30px;
}

#page-wrap.newtextsec.contactus .ajtopsec .one_third:first-child img {
    width: 140px;
    margin-top: 17px;
}

#page-wrap.newtextsec.contactus .one_third img {
    width: 100px;
    margin-bottom: 20px;
}

#page-wrap.newtextsec.contactus .ajtopsec .one_third.last img {
    width: 80px;
}

.ajbottomsec {
    padding-top: 35px;
}

#page-wrap.newtextsec.contactus .ajbottomsec .one_third.last img {
    width: 82px;
}

#page-wrap.newtextsec.contactus .ajbottomsec .one_third:nth-child(2) img {
    width: 82px;
}

#page-wrap.newtextsec.contactus .one_third p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.rhvajSec {
    text-align: center;
    padding: 30px 0 40px;
}

div#page-wrap.newtextsec .rhvajSec .one_third:first-child img {
    width: 75px;
}

div#page-wrap.newtextsec .rhvajSec img {
    width: 130px;
}

div#page-wrap.newtextsec .rhvajSec .one_third.last img {
    width: 127px;
}

.newtextsec .rhvajSec h3 {
    font-size: 17px;
}

.newtextsec p {
    color: #333;
    font-size: 17px;
    line-height: 1.6;
}

.page-template-template-help-pag .newtextsec {
    text-align: center;
    padding-top: 0!important;
}

ul.tutoriallist {
    padding: 15px 0 0;
}

ul.tutoriallist li {
    font-size: 16px;
    line-height: 32px;
    color: #313167;
    font-weight: bold;
    list-style: disc;
    text-transform: uppercase;
}

ul.tutoriallist li a {
    color: #313167;
}

ul.tutoriallist li a:hover {
    color: #9cfa1e;
}

section.earn_free_ce_certificates_Sec {
    float: left;
    width: 100%;
}

section.earn_free_ce_certificates_Sec .certificates_list_Sec {
    padding: 50px 0;
}

section.earn_free_ce_certificates_Sec .certificates_list_Sec:first-child {
    padding-top: 0;
}

section.earn_free_ce_certificates_Sec .certificates_list_Sec:nth-child(2n) {
    background: #e8e8e8;
}

.certificates_list_Sec .title {
    background: none;
    text-align: center;
}

.certificates_list_Sec .title img {
    width: 90px;
    margin-bottom: 15px;
}

.certificates_list_Sec .title h2 {
    font-size: 20px;
    line-height: 36px;
    color: #313167;
    font-weight: 600;
    position: relative;
    padding-bottom: 26px;
}

.certificates_list_Sec .title h2::after,
.bdtitle::after {
    position: absolute;
    bottom: 6px;
    width: 215px;
    height: 5px;
    content: "";
    background: #9cfa1e;
    left: 50%;
    margin-left: -107px;
}

.certificates_list_Sec .certificates_content p {
    color: #313167;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
}

.upcoming_webinars_sec .webinar-outer .content-data .leftdatesec {
    flex: none;
    width: 40px;
    margin-right: 12px;
}

.upcoming_webinars_sec .webinar-outer .content-data .leftdatesec time.tmd {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.upcoming_webinars_sec .webinar-outer .content-data .leftdatesec span.months {
    color: #141827;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #5d5d5d;
    text-transform: uppercase;
}

.upcoming_webinars_sec .webinar-outer .content-data .leftdatesec span.days {
    font-size: 24px;
    line-height: 1.42;
    color: #141827;
    font-weight: 700;
}

.upcoming_webinars_sec .webinar-outer .content-data .righttitlesec {
    flex: auto;
    margin-top: -3px;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    display: inline;
    background-image: none;
    border-radius: 3px;
    box-shadow: none;
    color: #69c !important;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 5px 9px!important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
    border: 1px solid #69c !important;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover {
    background-color: #fff !important;
    border: 1px solid #69c !important;
    color: #69c !important;
}

.single-tribe_events #title,
.single-tribe_events #alt-title {
    padding: 31px 30px;
}

.tribe-events-single ul.tribe-related-events .tribe-related-event-info {
    display: flex;
    flex-wrap: unset!important;
}

li .tribe-related-event-info .leftdatesec {
    flex: none;
    width: 40px;
    margin-right: 12px;
}

li .tribe-related-event-info .leftdatesec time.tmd {
    display: flex;
    flex-direction: column;
    text-align: center;
}

li .tribe-related-event-info .leftdatesec span.months {
    color: #141827;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #5d5d5d;
    text-transform: uppercase;
}

li .tribe-related-event-info .leftdatesec span.days {
    font-size: 24px;
    line-height: 1.42;
    color: #141827;
    font-weight: 700;
}

li .tribe-related-event-info .righttitlesec {
    flex: auto;
    margin-top: -3px;
}

li .tribe-related-event-info .righttitlesec p {
    font-size: 13px;
    line-height: 1.62;
    color: #f89a20;
    font-weight: 600!important;
    margin: 0 0 5px;
    font-family: 'Lato', sans-serif!important;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
    color: #333333!important;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal!important;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
    color: #333333!important;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a:hover {
    text-decoration: underline;
}

.innertopbannerSec {
    line-height: 0;
}

.innertopbannerSec h1 {
    display: none;
}

.innertopbannerSec img {
    width: 100%;
    height: auto;
}

.woocommerce-account .status-publish .entry .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-account .status-publish .entry .woocommerce nav.woocommerce-MyAccount-navigation {
    flex: 0 0 25%;
    padding-right: 30px;
}

.woocommerce-account .status-publish .entry .woocommerce .woocommerce-MyAccount-content {
    flex: 0 0 75%;
}

@media(max-width: 767px) {
    .woocommerce-account .status-publish .entry .woocommerce nav.woocommerce-MyAccount-navigation {
        flex: 0 0 100%;
        padding-right: 0px;
    }
    .woocommerce-account .status-publish .entry .woocommerce .woocommerce-MyAccount-content {
        flex: 0 0 100%;
    }
}

.woocommerce-account .status-publish .entry .woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    list-style-type: none;
    border-right: 1px solid #9cfa1e;
}

.woocommerce-account .status-publish .entry .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    color: #313167;
    font-weight: bold;
}

.woocommerce-account .status-publish .entry .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .status-publish .entry .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .status-publish .entry .woocommerce .woocommerce-MyAccount-content a {
    color: #f89a20;
}

@media only screen and (max-width: 1279px) {
    section.sponsorship_banner {
        padding: 30px 0;
    }
    section.sponsorship_banner h1 {
        font-size: 30px;
    }
    section.sponsorship_banner a.btnlearnmore {
        margin-top: 146px;
    }
    section.the_most_engaging_webinarSec .title h2,
    section.our_partners_Sec.sponsorspage h2 {
        font-size: 18px;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec li .box img {
        max-width: 149px;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec li:first-child .box img {
        max-width: 161px;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec li:last-child .box img {
        max-width: 145px;
    }
    .headerrightSec {
        margin-right: 90px;
    }
    #header div#navigation .menu-main-menu-container {
        display: none;
        position: absolute;
        right: 0;
        top: 90px;
        z-index: 999;
        background: #313264;
        width: 100%;
    }
    #header div#navigation .menu-main-menu-container ul#nav {
        margin: 0;
    }
    .humber_menu_icon {
        display: block;
    }
    .humber_menu_icon span:not(.text) {
        display: block;
        position: absolute;
        height: 3px;
        margin-left: 20%;
        width: 60%;
        background: #313264;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .humber_menu_icon span:not(.text):nth-child(1) {
        top: 36px;
    }
    .humber_menu_icon span:not(.text):nth-child(2) {
        top: 46px;
    }
    .humber_menu_icon span:not(.text):nth-child(3) {
        top: 56px;
    }
    .humber_menu_icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #313264;
        left: 5px;
        top: 32px;
    }
    .humber_menu_icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
        background: #313264;
    }
    .humber_menu_icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 5px;
        background: #313264;
        top: 55px;
    }
    #header div#navigation .menu-main-menu-container ul#nav li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #5c5d8e;
    }
    #header div#navigation .menu-main-menu-container ul#nav li a {
        width: 100%;
        color: #fff!important;
        height: auto!important;
        text-align: left;
        padding: 20px 30px!important;
        margin: 0;
        border: 0;
        text-transform: uppercase;
    }
    #header div#navigation .menu-main-menu-container ul#nav li ul.sub-menu a {
        text-transform: unset;
    }
    #header div#navigation .menu-main-menu-container ul#nav li .downarrow_icon {
        display: block;
    }
    #navigation .sub-menu {
        position: static;
    }
    #header #navigation ul#nav li .sub-menu {
        width: 100%;
        background-color: #484986!important;
        margin: 0;
    }
    span.downarrow_icon.open {
        transform: rotate(90deg);
    }
    #header #navigation ul#nav li .sub-menu:before {
        display: none;
    }
    .container #breadcrumbs.six.columns {
        width: 338px;
    }
}

@media only screen and (max-width: 1023px) {
    section.the_most_engaging_webinarSec ul.webinarlistSec li .box h3 {
        font-size: 18px;
    }
    .container #breadcrumbs.six.columns {
        width: 100%;
    }
    #title .container .ten.columns {
        width: 100%;
    }
    #title #breadcrumbs {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 1.5;
    }
    #page-wrap.newtextsec.contactus .ajtopsec .one_third:first-child img {
        width: 70px;
        margin-top: 0;
    }
    #page-wrap.newtextsec.contactus .one_third img {
        width: 75px;
        margin-bottom: 10px;
    }
    .newtextsec h3 {
        font-size: 17px;
        line-height: 30px;
    }
    section.the_most_engaging_webinarSec ul.webinarlistSec li .box ul li {
        list-style: disc;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 1px;
        text-align: left;
    }
    .box-pic {
        height: 140px;
    }
    .page-template-template-about-edweb .box-pic img {
        max-width: 115px !important;
    }
    .certificates_list_Sec .title img {
        width: 60px;
        margin-bottom: 10px;
    }
    .certificates_list_Sec .title h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .certificates_list_Sec .certificates_content p {
        font-size: 14px;
    }
    section.edweb_map_Sec.chystatepagemap p {
        font-size: 16px;
        line-height: 30px;
    }
    img.aligncenter.size-full.wp-image-36817 {
        max-width: 120px;
    }
    img.aligncenter.size-full.wp-image-36816 {
        max-width: 75px;
    }
    .entry h3.aedwrtitle {
        font-size: 20px;
    }
    .page-id-37002 hr {
        margin: 15px 0 25px;
    }
    .learning-community-container .item-single .content h3 {
        font-size: 20px;
    }
    .learning-community-container .item-single .content p {
        font-size: 15px;
    }
    html body #header .logo,
    html body #header-v2 .logo,
    html body #header-v3 .logo,
    html body #header-v4 .logo,
    html body #header-v5 .logo,
    html body #header-v6 .logo {
        text-align: left;
        margin: 10px 0 0 0 !important;
    }
    .header .logo img {
        max-width: 165px;
        height: auto;
        margin: 0;
    }
    .headerrightSec {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ajtopsec {
        padding-top: 50px;
    }
}


/* WpExperts Profile Page */

#job-manager-company-info>p,
#job-manager-job-dashboard>p {
    color: #f89a20;
    font-weight: 600;
}

#job-manager-company-info {
    border-collapse: collapse;
    margin-bottom: 30px;
}

#job-manager-company-info table,
.job-manager-job-dashboard table {
    width: 100%;
}

#job-manager-company-info td,
#job-manager-company-info th,
.job-manager-job-dashboard th,
.job-manager-job-dashboard td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 16px;
}

#job-manager-company-info td:first-child,
#job-manager-job-dashboard th {
    font-weight: 600;
}

#job-manager-company-info td:first-child:after {
    content: ":";
    float: right;
    margin-left: 10px;
}

#job-manager-company-info tr:nth-child(odd) {
    background: #eee;
}

#job-manager-job-dashboard>table {
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
}

#job-manager-job-dashboard>table thead tr:first-child {
    background: #eee;
}

#job-manager-job-dashboard th,
#job-manager-job-dashboard td {
    font-size: 16px;
}

#job-manager-job-dashboard td:only-child {
    padding: 20px;
    color: #e26117;
}

.woocommerce #customer_login {
    width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

@media only screen and (max-width: 768px) {
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}


/* Nwe style */

.woocommerce-page #title,
.page-template-page-sidebar-left #title {
    background-color: #313167 !important;
}

.woocommerce-page #title h1,
.page-template-page-sidebar-left #title h1 {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border: 0;
}

.woocommerce-page #title h1::before,
.page-template-page-sidebar-left #title h1::before {
    content: '';
    background-image: url('https://home.edweb.net/wp-content/uploads/jobs4ed_header-1.jpg') !important;
    max-width: 25%;
    width: 100%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    background-position: bottom;
}

@media (max-width:767px) {
    .woocommerce-page #title h1,
    .page-template-page-sidebar-left #title h1 {
        justify-content: center;
    }
    .woocommerce-page #title h1::before,
    .page-template-page-sidebar-left #title h1::before {
        max-width: 100%;
        height: 70px;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

#sidebar {
    background: transparent;
    padding: 0;
/*     border-right: 1px solid #9cfa1e; */
    width: calc(25% - 30px);
}

#sidebar .widget ul li {
    background: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

#sidebar .widget ul li a:hover {
    color: #f89a20;
}

.page-template-page-sidebar-left .container .twelve.columns {
    width: 75%;
    order: 1;
}

.page-template-page-sidebar-left #page-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.wpjm_preview_list {
    margin-left: 18px;
}

@media (max-width:767px) {
    .page-template-page-sidebar-left .container .twelve.columns,
    #sidebar {
        width: 100%;
    }
}

/*nav.woocommerce-myaccount-navigation ul li.is-active a, nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: #9cfa1e !important;
}*/
nav.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    list-style-type: none;
    border-right: 1px solid #9cfa1e;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #313167;
    font-weight: bold;
}

nav.woocommerce-MyAccount-navigation ul li:hover a,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #9cfa1e;
}

nav.woocommerce-MyAccount-navigation ul li a:hover{
    text-decoration: none;
}

.edit-account legend {
  color: navy;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 15px;
}

/* My Account 22-April-22 */
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs thead th{
	text-align: center;
	padding: 15px;
	font-size: 15px;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td{
	padding: 15px !important;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td:first-child{
	text-align: left;
	width: 220px;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs thead th:first-child{
	text-align: left;
	width: 220px;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs thead th.action, 
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs thead td.action {
  width: 150px;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions{
	visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions li{
	position: relative;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a{
	height: 23px;
	width: 23px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 0;
}
#job-manager-job-dashboard.job-managerDashboard table{
	width: 100%;
    border: 1px solid #cfcfcf;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-edit{
	background-image: url('images/edit-icon.png');
}

#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-duplicate{
	background-image: url('images/duplicate-icon.png');
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-delete{
	background-image: url('images/delete-icon.png');
}

#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-relist{
	background-image: url('images/listIcon.png');
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-relist::before {
	content: "Relist";
	background-color: #808080;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-relist::after{
	border-top-color: #808080;
}

#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a:before{
	font-size: 16px;
	position: absolute;
	top: -10px;
	left: 50%;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 6px 2px;
	line-height: 1.2;
	z-index: 1;
	font-weight: bold;
	display: none;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a:after{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #e99b55;
	position: absolute;
	top: 11px;
	left: 50%;
	content: "";
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	display: none;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a:hover:after, #job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a:hover:before{
	display: block;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-edit:before{
	content: "View/Edit";
	background-color: #e99b55;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-duplicate:before{
	content: "Copy";
	background-color: #6699cc;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-duplicate:after{
	border-top-color: #6699cc;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-delete:before{
	content: "Cancel";
	background-color: #ff0000;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-delete:after{
	border-top-color: #ff0000;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-mark_filled, 
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-mark_not_filled{
	font-size: 14px;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs tbody tr:nth-child(even){
	background-color: #fafafa;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs tbody tr td.disable{
	opacity: 0.5;
}

#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs .views a{
	text-decoration: underline;
}
#job-manager-job-dashboard.job-managerDashboard .dashboardTopTitle{
	margin-bottom: 5px;
}
#job-manager-job-dashboard.job-managerDashboard .dashboardSmallinfo{
	color: #2a2a2a;
	font-style: italic;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 500;
}
.woocommerce-page .woocommerce .woocommerce-order .woocommerce-notice--success{
	padding: 10px 15px 10px 15px !important;
	margin: 0 0 2em !important;
	position: relative;
	background-color: #fff;
	color: #9cf91e !important;
	border-top: 3px solid #9cf91e;
	list-style: none outside !important;
	width: auto;
	box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
	border-radius: 0;
	line-height: 40px;
	font-size: 22px;
}
.woocommerce-page .woocommerce .woocommerce-order .woocommerce-notice--success::before{
	color: #9cf91e;
	font-weight: normal;
}

.registeredWrapper .registeredInfo{
	padding: 10px 15px 10px 15px !important;
	background-color: #fff !important;
	color: #f89a20 !important;
	border-top: 3px solid #f89a20 !important;
	box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
	border-radius: 0!important;
}
.registeredWrapper .registeredInfo:before{
	background-color: #f89a20 !important;
}

/* View subscriptions */
.subscriptionTop{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.subscriptionTop .leftCol{
	width: 50%;
	padding-right: 15px;
}
.subscriptionTop .leftCol .shop_table.order_details thead{
	display: none;
}
.subscriptionTop .leftCol .shop_table.order_details .order_item .product-name p{
	margin-bottom: 0;
}
.subscriptionTop .leftCol .shop_table.order_details .order_item td{
	border-top: 0;
	background-color: #fafafa;
}
.subscriptionTop .leftCol .shop_table.order_details tfoot tr th, 
.subscriptionTop .leftCol .shop_table.order_details tfoot tr td{
	font-weight: 600 !important;
	color: #3c3c3c;
	font-size: 15px;
	text-transform: uppercase;
	border-left: 0 !important;
	background-color: #fafafa !important;
}
.subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child th, 
.subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child td{
	/* background-color: #e99b54 !important; */
	font-size: 17px;
	font-weight: bold !important;
}
.subscriptionTop .leftCol .shop_table.order_details tfoot tr th{
	border-right: 0;
}
.subscriptionTop .rightCol{
	width: 50%;
	padding-left: 15px;
}
.subscriptionTop .rightCol address{
	border: 1px solid #c8c8c8;
	padding: 13px 20px;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 500;
	color: #3c3c3c;
	/* height: calc(100% - 71px); */
}
.subscriptionTop .rightCol address p{
	margin-bottom: 0;
}
.subscriptionTop .rightCol .woocommerce-customer-details{
	height: 100%;
}
.subscription_detailsWrapper .subscription_details tr td{
	padding: 17px 20px;
}
.subscription_detailsWrapper .shop_table.subscription_details tr:first-child td{
	border-top: 0;
}
.subscription_detailsWrapper table.shop_table tbody tr:nth-child(2n+1) td, .subscription_detailsWrapper table.shop_table tbody tr:nth-child(2n+1) td{
	background: #fafafa;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li.action-edit::after{
    display: none;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled {
    position: relative;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled a {
    border: 1px solid #cacaca;
    padding: 0;
    border-radius: 30px;
    font-size: 0;
    width: 50px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    margin-top: -12px;
    margin-left: -25px;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled a:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: #cacaca;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100%;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled a.job-dashboard-action-mark_filled::before {
    background-color: #afeb5c;
    left: auto;
    right: 3px;
    -webkit-transition: .4s;
    transition: .4s;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li::after{
    display: none;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li.action-duplicate, #job-manager-job-dashboard table ul.job-dashboard-actions li.action-delete {
    padding: 0 12px;
    position: relative;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li.action-delete, #job-manager-job-dashboard table ul.job-dashboard-actions li.action-continue{
    padding-right: 9px;
    padding-left: 0;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li.action-duplicate::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 1px;
    background: #ccc;
    top: 14px;
    left: 0;
}

#job-manager-job-dashboard table ul.job-dashboard-actions li.action-duplicate::after, #job-manager-job-dashboard table ul.job-dashboard-actions li.action-delete::after, #job-manager-job-dashboard table ul.job-dashboard-actions li.action-continue::after {
    position: absolute;
    content: "";
    height: 22px;
    width: 1px;
    background: #ccc;
    top: 14px;
    right: 0;
    padding: 0;
    display: inline-block!important;
    font-size: 0;
}
/* #job-manager-job-dashboard table ul.job-dashboard-actions li.action-delete::after{
    right: -3px;
} */

.jobtitle p.dashboardTopTitle{
    color: #313167;
    font-size: 18pt;
    font-weight: bold;
}
table.shop_table.order_details td.subscriptionids p, .subscriptionTop .rightCol address h2.woocommerce-column__title {
    color: #2f3664;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.subscriptionTop .leftCol h2 {
    display: none;
}
.woocommerce-MyAccount-content .jobtitle {
    /* width: calc(100% - 180px);
    display: inline-block; */
}
.woocommerce-MyAccount-content .statusactionSec {
    float: right;
    width: 135px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
	margin-top: 13px;
}
.woocommerce-MyAccount-content .statusactionSec label {
    color: #3c3c3c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce-MyAccount-content .statusactionSec a.button{
    border: 1px solid #cacaca;
    padding: 0;
    border-radius: 30px;
    font-size: 0;
    width: 60px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    margin-top: -15px;
}
.woocommerce-MyAccount-content .statusactionSec a.button::before{
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 2px;
    background-color: #cacaca;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100%;
}
.woocommerce-MyAccount-content .statusactionSec a.button.cancel:before{
    left: auto;
    right: 3px;
    background-color: #afeb5c;
    -webkit-transition: .4s;
    transition: .4s;
}
.subscriptionTop .leftCol .shop_table.order_details .order_item td.subscriptionids {
    padding: 13px 20px;
}
.woocommerce-MyAccount-content .jobtitle p{
    display: inline-block;
    padding-right: 6px;
    color: #313167;
    font-size: 18pt;
    font-weight: bold;
}
.woocommerce-MyAccount-content .jobtitle p {
    display: inline-block;
    padding-right: 6px;
    color: #313167;
    font-size: 18pt;
    font-weight: bold;
}

@media (max-width:1279px){
    #job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td {
        padding: 10px !important;
        font-size: 14px;
        line-height: 1.2;
    }
    #job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a {
        height: 16px;
        width: 16px;
        background-size: 14px;
    }
    #job-manager-job-dashboard table ul.job-dashboard-actions li.action-duplicate::before{
        height: 16px;
    }
    #job-manager-job-dashboard table ul.job-dashboard-actions li.action-duplicate::after, #job-manager-job-dashboard table ul.job-dashboard-actions li.action-delete::after{
        height: 16px;
    }
}

@media (max-width:1023px) {
	#job-manager-job-dashboard.job-managerDashboard .jobTableWrapper{
		overflow: auto;
	}
    #sidebar{
        width: 25%;
    }
    .woocommerce-account .status-publish .entry .woocommerce nav.woocommerce-MyAccount-navigation {
        flex: 0 0 25%;
        padding-right: 11px;
    }
    .woocommerce-MyAccount-content .jobtitle p{
        font-size: 15pt;
    }
	#job-manager-job-dashboard.job-managerDashboard table{
		width: 160%;
	}
}

@media (max-width:767px) {
	.woocommerce-account .status-publish .entry .woocommerce nav.woocommerce-MyAccount-navigation{
		flex: 0 0 100%;
		padding-right: 0;
	}
	.woocommerce-js #sidebar{
		width: 100%;
	}
	#job-manager-job-dashboard.job-managerDashboard table{
		width: 250%;
	}
	.woocommerce-page .woocommerce .woocommerce-order .woocommerce-notice--success{
		line-height: 20px;
		font-size: 16px;
	} 
	.subscriptionTop .leftCol{
		width: 100%;
		padding-right: 0;
	}
	.subscriptionTop .rightCol{
		width: 100%;
		padding-left: 0;
	}
	.subscriptionTop .rightCol .woocommerce-customer-details, .subscriptionTop .rightCol address{
		height: auto;
	}
	.subscription_detailsWrapper{
		margin-top: 30px;
	}
	.subscription_detailsWrapper .shop_table.subscription_details tr td{
		font-size: 16px;
		padding: 15px;
	}
    body.edweb-custom-header #title h1::before {
        max-width: 100%;
        height: 40px;
        margin-bottom: 0;
        margin-right: 0;
    }
    body.page-id-1452482.edweb-custom-header #title h1 .h1-main-title, body.page-template #title h1 .h1-main-title{
        margin-top: 0;
    }
    .woocommerce-account .status-publish .entry .woocommerce .woocommerce-MyAccount-content{
        position: relative;
    }
    .woocommerce-MyAccount-content .jobtitle {
        width: 100%;
        display: block;
    }
    .woocommerce-MyAccount-content .statusactionSec{
        position: absolute;
        right: 0;
        top: 8px;
    }
    .woocommerce-MyAccount-content .jobtitle p{
        display: block;
        font-size: 14pt;
    }
    body.edweb-custom-header #title h1::before{
        height: 45px;
        margin-bottom: 0;
    }
}
/* My Account 22-April-22 end */
.registeredWrapper .registeredInfo {
    color: #f89a20 !important;
    border-top: 3px solid #f89a20 !important;
    background: transparent!important;
    border-radius: 0!important;
}
.registeredWrapper .registeredInfo::before{
	background: #f89a20;
}
/* .job-manager-message.job-manager-message, .job-manager-error.job-manager-message, .job-manager-info.job-manager-message{
    border-top-color: #9cf91e!important;
}
.job-manager-message.job-manager-message::before, .job-manager-error.job-manager-message::before, .job-manager-info.job-manager-message::before {
    color: #9cf91e!important;
} */

.job-manager-message.job-manager-message, .job-manager-error.job-manager-message, .job-manager-info.job-manager-message{
    border-top-color: #69c!important;
}
.job-manager-message.job-manager-message::before, .job-manager-error.job-manager-message::before, .job-manager-info.job-manager-message::before {
    color: #69c!important;
} 

#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a.job-dashboard-action-views{
    background-image: url(images/document_icon.png);
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-views:before{
	content: "Billing";
	background-color: #9cf91e;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-views:after{
	border-top-color: #9cf91e;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a.job-dashboard-action-continue{
    background-image: url(images/continue_submission.png);
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a.job-dashboard-action-continue:before{
	content: "Continue Submission";
	background-color: #e99b55;
    width: 190px;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a.job-dashboard-action-continue:after{
	border-top-color: #e99b55;
}
/* .woocommerce-message{
    color: #9cf91e!important;
    border-color:#9cf91e!important;
}
.woocommerce-message:before{
    color: #9cf91e!important;
} */
.woocommerce-message{
    color: #69c!important;
    border-color:#69c!important;
}
.woocommerce-message:before{
    color: #69c!important;
}
.woocommerce-order-received table.shop_table th {
    background-color: #ededed;
    color: #333;
}
.woocommerce-order-received table.shop_table td {
    background-color: transparent!important;
}
.woocommerce-order-received table.shop_table td.woocommerce-table__product-name.product-name {
    background-color: transparent;
    border-right: 1px solid #dddddd;
}

/* @ May 17 2022 */
.toptitlesecwrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.toptitlesecwrap .jobposttitlelerightSec {
    width: 220px;
    flex: 0 0 220px;
}
.toptitlesecwrap .jobposttitleleftsec {
    padding-right: 11%;
}
.page-template-template-jobs4ed-php div#page-wrap.newtextsec {
    padding-bottom: 10px!important;
}
.page-template-template-jobs4ed-php section.the_most_engaging_webinarSec.newtextsec {
    padding-bottom: 0!important;
}
.page-template-template-jobs4ed-php section.our_partners_Sec.sponsorspage p a {
    margin: 10px 0 0;
}
.page-template-template-jobs4ed-php section.the_most_engaging_webinarSec .container {
    max-width: 1170px;
    width: 100%;
}

@media (max-width:1023px) {
    .entry.jobposttitleleftsec {
        padding-right: 5%;
    }
}

@media (max-width:767px) {
    .toptitlesecwrap {
        flex-direction: column;
    }
    .toptitlesecwrap .entry.jobposttitleleftsec {
        padding-right: 0%;
    }
    .toptitlesecwrap .jobposttitlelerightSec {
        width: auto;
        flex: 0 0 auto;
    }
    .page-template-template-jobs4ed-php section.the_most_engaging_webinarSec ul.webinarlistSec>li {
        width: 100%;
        margin-bottom: 15px;
    }
    .page-template-template-jobs4ed-php .our_partners_Sec {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

/* 10june22 */
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled a:after{
	content: "Deactivate";
    background-color: #6699cc;
	font-size: 16px;
    position: absolute;
    top: -28px;
    left: 50%;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 6px 2px;
    line-height: 1.2;
    z-index: 1;
    font-weight: bold;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	display: none;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled a:hover:after{
	display: block;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled.disable a:after {
	content: "Reactivate";
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled span{
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #6699cc;
    position: absolute;
    top: -7px;
    left: 50%;
    content: "";
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	display: none;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs td.filled a:hover span{
	display: block;
}
/* 10june22 end */

/* 14june22 */
.subscriptionTop .leftCol .shop_table.order_details tfoot tr td{
	text-align: right;
}
.subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child td{
	display: inline-block;
	width: 210px;
	text-align: right;
}
.subscriptionTop{
	margin-bottom: 15px;
}
/* loader */
.form-row.place-order.edweb-place-order{
	position: relative;
}

.blockUI.blockOverlay:after {
  height: 0;
  width: 0;
  padding: 10px;
  border: 4px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  position: absolute;
  bottom: 30px;
	top: auto;
	left: 300px;
  content: "";
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* Loader end */

@media (max-width:1023px) {
	.subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child th, .subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child td{
		font-size: 16px;
		padding: 15px;
		vertical-align: top;
	}
	.subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child th, .subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child td{
		font-size: 16px;
	}
	.subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child td{
		width: 110px;
		vertical-align: top;
		padding-top: 20px;
		padding-bottom: 18px;
	}
	.subscriptionTop .leftCol .shop_table.order_details tfoot tr td, .subscriptionTop .leftCol .shop_table.order_details tfoot tr th{
		padding: 15px;
	}
	.blockUI.blockOverlay:after{
		left: 500px;
	}
	.woocommerce-account .status-publish .entry .woocommerce .woocommerce-MyAccount-content{
		flex: 0 0 71%;
	}
}
@media (max-width:767px) {
	.subscriptionTop .leftCol .shop_table.order_details tfoot tr:last-child td {
	  width: 190px;
	  display: table-cell; 
	}
	.blockUI.blockOverlay:after{
		left: 280px;
	}
}
/* 14june22 end */

/* 15june22 */
#job-manager-job-dashboard table ul.job-dashboard-actions li.action-delete::after{
	display: none !important;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li.action-views::after{
	position: absolute;
	content: "";
	height: 22px;
	width: 1px;
	background: #ccc;
	top: 16px;
	left: -9px;
	padding: 0;
	display: none !important;
	font-size: 0;
}
#job-manager-job-dashboard table ul.job-dashboard-actions li.action-delete{
	padding-right: 0;
}
@media (max-width:1279px) {
	#job-manager-job-dashboard table ul.job-dashboard-actions li.action-views::after{
		height: 16px;
		top: 15px;
	}
	#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a{
		background-size: 13px; 
	}
}

ul.job_packages li.user-job-package  { 
	display: none !important;
}
/* 15june22 end */

/* 16june22 */
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs tbody tr td.disable{
	opacity: 1;
	color: #999999;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs tbody tr td.disable small{
	color: #c1c1c1;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions a{
	background-position: bottom center;
	background-size: 18px;
}
#job-manager-job-dashboard.job-managerDashboard .job-manager-jobs tbody tr td.disable a{
	background-position: top center;
}
#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-edit{
	background-size: 22px;
}
@media (max-width:1279px) {
	#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-edit{
		background-size: 12px;
	}
	#job-manager-job-dashboard.job-managerDashboard table .action .job-dashboard-actions .job-dashboard-action-edit{
		background-size: 15px;
	}
}
/* 16june22 end */

/* 10June22 */
.headerrightSec{
	width: auto;
}
@media only screen and (max-width: 1279px){
	.headerrightSec {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 767px){
	.headerrightSec ul.top_link li a {
		font-size: 10px;
	}
	.headerrightSec {
		margin-right: 0px;
		width: 100%;
	}
}
@media only screen and (max-width: 360px){
	.headerrightSec ul.top_link li a {
		font-size: 9px;
		padding: 8px 10px !important;
	}
}
/* 10June22 end */

/* 01July22 */
@media only screen and (max-width: 1919px){
	.headerrightSec ul.top_link li a{
		margin-left: 5px;
	}
	#header #navigation ul#nav > li > a{
		margin: 0 0 0px 10px;
	}
}
@media only screen and (max-width: 1365px){
	#header #navigation ul#nav > li > a{
		font-size: 14px;
	}
}
/* 01July22 */
.innertopbanner-mobile{
	display: none;
}
@media only screen and (max-width: 767px){
	.innertopbanner-mobile{
	 display: block;
}
.innertopbanner{
	 display: none;
}
}