html {
    margin-top: 0 !important;
}
.michael-right .widget_media_image {
    margin-bottom: 0px!important;
}
body {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    background: none;
}
p {
    font-weight: 300;
}
p:last-child {
    margin-bottom: 0;
}
b, strong {
    font-weight: 500;
}
img {
    max-width: 100%;
}
a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #3E4B52;
    font-weight: 500;
}
textarea {
    resize: none;
}
*:focus {
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #9EBF3D;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* END =WordPress Core -------------------------------------------------------------- */

.post-content ul {
    margin: 0 0 0 40px;
    list-style: disc;
}
h3.widget-title {
    font-weight: 300;
    color: #ffffff;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    padding: 9px 10px 10px 60px;
    background: #9EBF3D;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    z-index: 5;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
}
h3.widget-title strong {
    font-weight: 500;
}
h3.widget-title span {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
h3.widget-title:after {
    width: 100%;
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0;
    content: "";
    background: #9EBF3D;
    transform: skewX(-30deg);
    margin-left: 0;
    z-index: -1;
}
input, button, textarea, radio, select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-appearance: none;
    border-radius: 0px;
}
a, input, button, textarea, radio, select, a:focus, input:focus, button:focus, textarea:focus, radio:focus, select:focus, a:hover, input:hover, button:hover, textarea:hover, radio:hover, select:hover {
    outline: none;
}
.graybackground {
    background: #EEEFF0;
}
.whitbg-box {
    padding: 45px 30px;
    background: #fff;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: #9ebf3d;
}
::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-appearance: none;
}
::-webkit-scrollbar-track-piece {
    background-color: #3E4B52;
}
::-webkit-scrollbar-thumb:vertical {
    background-color: #9ebf3d;
}
.main-content-area ul {
    list-style: circle;
    margin: 0 0 0 20px;
    padding: 0;
}
.main-content-area ul li {
    margin-bottom: 6px;
}
.main-content-area ul.social_link.socialicons_text_remove {
    margin: 0px;
}

/**Header Css**/

header {
    background: #fff;
    padding: 25px 0 0 0;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 99;
}
header p {
    margin: 0;
    padding: 0;
}
header .header-bottom {
    background: #3E4B52;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
}
header .navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}
.header-top {
    margin-bottom: 7px;
}
.sticky_logo {
    display: none;
}

/** Sticky header **/

.is-sticky .headersocialright form.searchform, .is-sticky .headersocialright .widget.widget_text {
    display: none;
}
.is-sticky .headersocialright {
    width: auto;
    float: right;
    margin: 0;
    padding-left: 0;
}
.is-sticky .headermenu {
    width: 96%;
    text-align: right;
    padding: 0;
}
.is-sticky .sticky_logo {
    float: left;
    width: auto;
    display: block;
    max-width: 260px;
}
.headermenu .menu-header-menu-container {
    display: none;
}
.is-sticky .menu-header-menu-container,
.is-sticky .menu-secondary-menu-container {
    float: right;
    text-align: center;
}
.is-sticky .headermenu .menu-header-menu-container {
    display: block;
}
.is-sticky .headermenu .menu-secondary-menu-container {
    display: none;
}
header .is-sticky .headersocialright .menu-my-account-menu-container ul.menu li a {
    padding: 14px 0 10px 0;
}
header.header-section .headerlogo__inner {
    max-width: 300px;
}
header.header-section .headerlogo img.header_logo {
    display: block;
    transition: all 0.3s ease 0s;
}
header.header-section .headerlogo .subtext-logo {
    display: block;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 300;
    font-size: 14px;
    padding: 9px 0 0 0;
}
header .headerlogo a:hover .subtext-logo {
    color: #3E4B52;
}
header.header-section .headerlogo img.header_sticky_logo {
    display: none;
    transition: all 0.3s ease 0s;
}

/** Header menu **/

header .headerlogo {
    margin: 0px 0 14px 0;
    transition: all 0.3s ease 0s;
}
header .headerlogo img {
    max-width: 100%;
    transition: all 0.3s ease 0s;
}
header .headeradd {
    text-align: right;
    padding-bottom: 20px;
    transition: all 0.3s ease 0s;
    float: right;
}
.headermenu .headermenubtn {
    display: none;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}
.headermenu .headermenubtn span {
    display: block;
    width: 40px;
    float: left;
    background: #9EBF3D;
    height: 6px;
    margin: 2px;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.headermenu .headermenubtn.open span:nth-child(2) {
    opacity: 0;
}
.headermenu .headermenubtn.open span:nth-child(1) {
    transform: rotate(-45deg) translate(0, 12px);
}
.headermenu .headermenubtn.open span:nth-child(3) {
    transform: rotate(45deg) translate(-2px, -14px);
}
header .headermenu:before {
    content: "";
    position: absolute;
    right: 4px;
    height: 33px;
    background: #fff;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
header .headermenu .navbar-nav>li {
    margin: 0 11px;
    position: relative;
    display: inline-block;
    float: none;
}
header .headermenu .navbar-nav>li>a {
    padding: 14px 0 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14.74px;
    font-weight: 300;
    font-style: normal;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
header .headermenu .navbar-nav>li:hover>a, header .headermenu .navbar-nav>li>a:hover, header .headermenu .navbar-nav>li>a:focus, header .headermenu .navbar-nav>li.current-menu-item>a, header .headermenu .navbar-nav>li.current-menu-parent>a {
    color: #9EBF3D;
    background: transparent;
}
header .headermenu .navbar-nav>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: -16px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    display: none;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu>li.login_arrow_remove a:after, .widget.widget_nav_menu .menu-my-account-menu-container ul.menu>li.login_arrow_remove:hover a:after {
    display: none;
}
header .headermenu .navbar-nav>li.menu-item-has-children:hover>a:after {
    content: "\f106";
}
header .headermenu .navbar-nav li ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 10px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .headermenu .navbar-nav li ul.sub-menu li.menu-item-has-children:hover>a:after {
    content: "\f104";
}
header .add-banner img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    transition: all 0.3s ease 0s;
}
header .headermenu .navbar-nav>li:first-child {
    margin-left: 0;
}

/** Right menu My Account **/

.widget.widget_nav_menu {
    width: auto;
    margin: 0 0 0 2px;
    float: right;
}
.sticky-wrapper.is-sticky header.header-section .header-bottom .widget.widget_nav_menu {
    margin: 0 20px 0 2px;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu {
    margin: 0;
    padding: 0px;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu li {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu li a {
    padding: 4px 0 13px 0;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14.74px;
    font-weight: 300;
    font-style: normal;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu>li>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: -16px;
    height: 19px;
    top: -4px;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    display: none;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu>li:hover>a:after {
    content: "\f106";
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu li a:hover, .widget.widget_nav_menu .menu-my-account-menu-container ul.menu li.current-menu-parent a {
    color: #9EBF3D;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu li ul.sub-menu {
    position: absolute;
    top: 0px;
    right: 0;
    background: #9EBF3D;
    text-align: left;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 180px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
    transition: all 0.6s ease;
    text-decoration: none;
    opacity: 0;
    display: none;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu li:hover ul.sub-menu {
    top: 37px;
    opacity: 1;
    display: block;
}
header .headermenu .navbar-nav li:hover>ul.sub-menu {
    top: 43px;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu li ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
    padding: 0px;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu li ul.sub-menu a {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    padding: 10px;
    display: block;
    font-weight: 300;
    position: relative;
}
.widget.widget_nav_menu .menu-my-account-menu-container ul.menu li ul.sub-menu a:hover, .widget.widget_nav_menu .menu-my-account-menu-container ul.menu li ul.sub-menu li.current-menu-item a {
    color: #303030;
}

/** Header socialicons and serach **/

.socialicons_text_remove a label {
    display: none;
}
header .headersocialright {
    margin-top: 9px;
    text-align: right;
}
header .headersocialright .widget_text {
    display: inline-block;
    float: left;
}
header .headersocialright .searchform {
    margin: 0px;
    position: relative;
    top: -5px;
    width: 100%;
    max-width: 180px;
    float: right;
}
header .headersocialright .searchform label {
    display: none;
}
header .headersocialright .searchform input#searchtext, header .headersocialright .searchform input#s {
    padding: 7px 42px 5px 10px;
    color: #354951;
    display: block !important;
    border: #fff solid 2px;
    width: 100%;
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
}
header .headersocialright .searchform input#searchtext::-webkit-scrollbar-track, header .headersocialright .searchform input#s::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0px;
}
header .headersocialright .searchform input#searchsubmit, header .headersocialright .searchform input#searchsubmit_show {
    background: #9ebf3d url(images/searchicon.png) 10px 9px no-repeat;
    border: 0;
    padding: 18px 20px !important;
    display: inline-block;
    font-size: 0;
    height: 19px;
    width: 19px;
    position: absolute;
    color: #59595b;
    top: 0;
    right: 0;
    border-radius: 0px;
    -webkit-appearance: none;
}
header .headersocialright .social_link {
    display: inline-block;
    margin: 4px 0 0 0;
    font-size: 0;
}
header .headersocialright .social_link br {
    display: none;
}
header .headersocialright .social_link .fa {
    font-size: 21px;
}
header .headersocialright .social_link a {
    color: #9EBF3D;
    display: inline-block;
    margin: 0;
    width: 27px;
    text-align: center;
}
header .headersocialright .social_link a:hover {
    color: #fff
}
header .headersocialright .login-register-links {
    display: inline-block;
    color: #fff;
    top: -2px;
    position: relative;
}
header .headersocialright .login-register-links a {
    display: inline-block;
    color: #fff;
    font-size: 14.74px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    margin: 0 3px;
}
header .headersocialright .login-register-links a:hover {
    color: #9EBF3D;
}

/** Search Results **/

.search-results .blog-listing {
    width: 100%;
    display: inline-block;
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.search-results .blog-listing .blog-head {
    width: 100%;
    display: inline-block;
}
.search-results .blog-listing .blog-head .blog-title h2 {
    color: #3E4B52;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    margin: 0px 0 12px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
    padding: 0 18px 0 0px;
}
.search-results .blog-listing .blog-head .blog-title h2 a {
    color: #3E4B52;
}
.search-results .blog-listing .blog-head .blog-title h2 a:hover {
    color: #9EBF3D;
}
.blog-content .posted-date-author-content {
    width: auto;
}
.search-results .blog-listing .blog-content .more-btn a {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.search-results .blog-listing .blog-content .more-btn a:hover {
    background: #354951;
}
a.news-read-more {
    color: #9EBF3D;
    font-size: 14px;
    font-weight: 500;
}
a.news-read-more:hover {
    color: #3E4B52;
}

/** add banner css **/

.advertisingform .advertise-banner .metaslider .flexslider ol.flex-control-nav.flex-control-paging li a:hover, .advertisingform .advertise-banner .metaslider .flexslider ol.flex-control-nav.flex-control-paging li a.flex-active {
    background: #9EBF3D;
}

/** Directory banner **/

.homevent-slider.directory-banner-section {
    margin: 0;
}
.directory-banner-section .directory-banner {
    width: 100%;
    float: left;
    padding: 30px;
    min-height: 416px;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.directory-banner-section .directory-banner:after {
    content: "";
    background: -moz-linear-gradient(to left, rgba(53, 73, 81, .1) 0%, rgba(53, 73, 81, .9) 100%);
    background: -webkit-linear-gradient(to left, rgba(53, 73, 81, .1) 0%, rgba(53, 73, 81, .9) 100%);
    background: linear-gradient(to left, rgba(53, 73, 81, .1) 0%, rgba(53, 73, 81, .9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#354951', endColorstr='#007db9e8', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: block;
}
.directory-banner-section .directory-banner .directory-banner-title {
    text-align: center;
}
.directory-banner-section .directory-banner .directory-banner-title h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px auto;
    padding: 0 0 20px 0;
    position: relative;
    text-align: center;
    max-width: 730px;
}
.directory-banner-section .directory-banner .directory-banner-title h3::after {
    top: auto;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.directory-banner-section .directory-banner .banner-sub-text {
    width: 100%;
    float: left;
    font-size: 25px;
    text-align: center;
    color: #fff;
    z-index: 9;
    position: relative;
    font-weight: 500;
    margin: 0 0 25px 0;
}
.directory-banner-section .directory-banner .banner-button {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    z-index: 9;
    position: relative;
    margin: 0 0 14px 0;
}
.directory-banner-section .directory-banner .banner-button span {
    float: left;
    width: 31%;
    margin: 0 25px 0 5px;
}
.directory-banner-section .directory-banner .banner-button span:last-child {
    margin-right: 0;
}
.directory-banner-section .directory-banner .banner-button span a {
    float: left;
    width: 100%;
    padding: 10px;
    background: #fff;
    text-decoration: none;
    color: #A1CC3E;
    font-weight: 500;
    font-size: 18px;
}
.directory-banner-section .directory-banner .banner-button span a:hover {
    background: #A1CC3E;
    color: #fff;
}
.directory-banner-section .directory-banner .banner-submit-button {
    float: left;
    width: 100%;
    text-align: center;
    margin: 27px 0 8px 0;
}
.directory-banner-section .directory-banner .banner-submit-button span a {
    z-index: 9;
    position: relative;
    margin: 0px;
    padding: 14px 12px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 0;
    border: 0;
    width: auto;
}
.directory-banner-section .directory-banner .banner-submit-button span a:hover {
    background: #3E4B52;
    color: #fff;
}
#home-news-section .panel-grid-cell {
    float: left;
}

/** Home page Four Box block **/

.homepage-box-block {
    margin: 20px 0;
}
.homepage-box-block .panel-grid-cell {
    float: left;
}
.homepage-box-block .homepage-box {
    background: #fff;
    padding: 26px 30px;
    min-height: 370px;
}
.homepage-box-block .homepage-box h3.widget-title, .homepage-box-block .homepage-box h3.widget-title a {
    text-align: left;
    color: #3E4B52;
    font-size: 26px;
    padding: 0 0px 20px 0px;
    margin: 0 0 14px 0;
    font-weight: 300;
    letter-spacing: 4px;
    background: transparent;
}
.homepage-box-block .homepage-box h3.widget-title a:hover {
    color: #A1CC3E;
}
.homepage-box-block .homepage-box h3.widget-title::after {
    top: auto;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.homepage-box-block .events-section {
    width: 100%;
    display: inline-block;
}
.homepage-box-block .events-section .eventsblock {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
}
.homepage-box-block .events-section .eventsblock:last-child {
    margin: 0;
}
.homepage-box-block .events-section .eventsblock h6 {
    margin: 8px 0 6px 0;
    padding: 0;
    width: 100%;
    float: left;
    text-transform: capitalize;
    color: #000000;
}
.homepage-box-block .events-section .eventsblock h6 a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    width: 100%;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: 24px;
    float: left;
    white-space: nowrap;
}
.homepage-box-block .events-section .eventsblock h6 a:hover {
    color: #9EBF3D;
}
.homepage-box-block .events-section .eventsblock p, .homepage-box-block .events-section .eventsblock p span a {
    color: #A1CC3E;
    font-weight: 300;
    font-size: 14px;
}
.home #pgc-4-3-1 {
    margin: 0;
    width: 30%;
    float: right;
}

/** Footer Section **/

.footer-section {
    padding: 10px 0 0 0;
    background: #fff;
    border-top: 1px solid #EEEFF0;
    font-family: 'Montserrat', sans-serif;
}

/** Footer bottom row **/

.footer-section .footerbottom {
    padding-top: 0px;
    padding-bottom: 10px;
}
.footer-section .footerbottom h2.widgettitle {
    color: #444D52;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-family: 'Montserrat', sans-serif;
    margin: 35px 0 25px 0;
}
.footer-section .footerbottom h2.widgettitle a {
    font-weight: 400;
}

/** Footer sitelogo **/

.footer-section .footerlogo img {
    margin-top: 125px;
    max-width: 202px;
}

/**Footer about us**/

.footer-section .footer-aboutus p {
    color: #6D6E70;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 26px;
}
.footer-section .footer-aboutus h4 {
    text-align: left;
    color: #444D52;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
}
.footer-section .social_link {
    text-align: left;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.footer-section .social_link a {
    display: inline-block;
    margin: 0 24px 0 0px;
    color: #354951;
    display: inline-block;
    font-size: 39px;
}
.footer-section .social_link a span {
    display: none;
}
.footer-section .social_link a:hover {
    color: #9EBF3D;
}

/**Footer post**/

.footerpost .popular-post-section {
    /* position: relative;*/
    padding: 0px;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
}
.footerpost .no-popular-post-section {
    padding: 0px;
}
.footerpost .popular-post-section .post-thumbnail {
    width: 76px;
    height: auto;
    float: left;
    margin: 0 20px 0 0;
    /*position: absolute;

    left: 0;

    top: 0;*/
}
.footerpost .popular-post-section .post-thumbnail img {
    max-width: 100%;
}
.footerpost .popular-post-section .post-info-with-thumbnail {
    width: 60%;
    float: left;
    margin-bottom: 10px;
}
.footerpost .popular-post-section .post-title {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 12px;
    width: 100%;
    margin: 0 0 5px 0;
}
.footerpost .popular-post-section .post-title a {
    color: #9EBF3D;
    width: 100%;
    display: inline-block;
}
.footerpost .popular-post-section .post-title a:hover {
    color: #3E4B52;
}
.footerpost .popular-post-section .post-desc, .footerpost .popular-post-section .post-date {
    color: #59595B;
    font-size: 9px;
    line-height: 12px;
    font-weight: 300;
}
.footerpost .popular-post-section .post-desc {
    margin-bottom: 2px;
}

/**Footer category**/

.footercategory a {
    color: #6D6E70;
    font-size: 15px;
    margin: 0 0 10px 0;
    display: inline-block;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.footercategory a:hover {
    color: #9EBF3D;
}

/**Copyright row**/

.copyright {
    background: #3E4B52;
    padding: 17px 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2px;
    font-weight: 300;
    text-transform: uppercase;
}
.copyright p {
    margin: 0;
    padding: 0;
}

/**sidebar css**/

.sidebar .thedirectory .item {
    margin: 0 0 50px 0;
}
.sidebar {
    margin: 0 0 40px 0;
    text-align: center;
    width: 100%;
    float: left;
}
.sidebar img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.home .sidebar .widget_adbutler {
    width: 100%;
    float: left;
}
.home .sidebar .widget_adbutler img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.sidebar p {
    margin: 0;
    padding: 0;
}
.sidebar h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #3E4B52;
    font-weight: 400;
    letter-spacing: 2px;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0px 0 20px 0;
    width: 100%;
    float: left;
}
.sidebar h2 a {
    font-weight: 400;
}
.sidebar h2:after {
    background: #9EBF3D;
    content: "";
    width: 90%;
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    right: 0;
    margin: auto;
}
.sidebar .eemail_widget h2 {
    margin-bottom: 0px;
}
.sidebar .socialicons {
    text-align: center;
    margin: 0px 30px 0px 30px;
    padding: 0;
    list-style: none;
}
.sidebar .socialicons br {
    display: none;
}
.sidebar .socialicons a, .sidebar .socialicons .fa {
    margin: 0 14px;
    color: #354951;
    display: inline-block;
    font-size: 27px;
}
.sidebar .socialicons .fa {
    margin: 0;
}
.sidebar .socialicons a:hover .fa {
    color: #9EBF3D;
}
.sidebar .widget_text {
    width: 100%;
    float: left;
}
.thedirectory, .recenttweets, .eemail_widget, .getfeatured {
    background: #fff;
    clear: both;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 30px;
}
.sidebar .widget {
    margin: 0 0 30px 0;
}
.thedirectory p, .getfeatured p {
    color: #3E4B52;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    margin: 0 0 15px 0;
    padding: 0;
}
.thedirectory p span {
    text-transform: uppercase;
    color: #3E4B52;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}
.thedirectory .item {
    margin-bottom: 10px;
}
.thedirectory .item img {
    width: 140px;
    height: auto;
}
.thedirectory .btn, .getfeatured .btn, #event-listing .event-detail-button span a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 15px 6px 15px;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 300;
    margin: 0 0 12px 0;
    width: 100%;
}
.thedirectory .btn:hover, .getfeatured .btn:hover, #event-listing .event-detail-button span a:hover, .right-side-bar-newsletter .gform_footer.top_label input.gform_button.button:hover {
    background: #3E4B52;
}
.eemail_widget .eemail_textbox {
    padding: 0;
}
.eemail_widget .eemail_textbox input {
    border: 1px solid #000;
    font-size: 12px;
    color: #59595B;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px;
    border-radius: 0px;
    line-height: 12px;
    -webkit-appearance: none;
}
.eemail_widget .eemail_textbox input:hover {
    border: 1px solid #9EBF3D;
}
.eemail_widget .eemail_button input {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 300;
    margin: 15px 0 0 0;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
}
.eemail_widget .eemail_button input:hover {
    background: #3E4B52;
}
.gform_wrapper .email-signup-form .gform_footer.top_label input.gform_button.button {
    margin: 0px;
    font-size: 14px;
    padding: 4px 0;
    width: 100%;
    letter-spacing: 0px;
    min-height: initial;
    line-height: 23px;
    -webkit-appearance: none;
    border-radius: 0px;
}
.email-signup-form .gform_footer input.button:hover {
    background: #3E4B52;
}
.advertise {
    text-align: center;
}
.advertisingform .contactform .gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
    margin: 20px 0 0 0;
}
.recenttweets .social-feed-container-51 {
    width: 100% !important;
    font-family: 'Montserrat', sans-serif;
}
body .social-feed-container-51 .content .media-body p {
    font-family: 'Montserrat', sans-serif;
    color: #3E4B52 !important;
}
body .social-feed-container-51 .pull-right {
    float: left !important;
    display: block !important;
    width: 100%;
    margin: 10px 0;
    color: #5A5B5B !important;
    font-weight: 600;
    text-transform: uppercase;
}
body .social-feed-container-51 .author-title {
    color: #9EBF3D !important;
}
.recenttweets .social-feed-container-51 .social-feed-element {
    box-shadow: none !important;
    border: 0 !important;
    margin-bottom: 30px !important;
}
.recenttweets .social-feed-container-51 .social-feed-element:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15) !important;
}
.blckoverlay .modal-header {
    padding: 0;
    border: 0;
}
.blckoverlay .modal-header .close {
    margin: 10px;
    color: #3E4B52;
    opacity: 1;
    line-height: 26px;
    font-size: 38px;
    padding: 0px;
    height: 26px;
    width: 26px;
    position: absolute;
    right: 0;
    z-index: 999;
}
.blckoverlay .modal-header .close:hover {
    color: #9EBF3D;
}
.blckoverlay .modal-body {
    padding: 20px 30px;
}
.blckoverlay .modal h4 {
    color: #354951;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.blckoverlay .modal h4:after {
    height: 3px;
    width: 80%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    background: #9EBF3D;
}
.blckoverlay #popup-claim-modal .modal-header {
    text-align: center;
}
.blckoverlay #popup-claim-modal .modal-header .logo {
    margin: 30px 0 25px 0;
    width: 250px;
}
.blckoverlay #popup-claim-modal h4 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0 0 25px 0;
    margin: 0 0 15px 0;
    display: block;
    font-weight: 700;
}
.blckoverlay .modal-body .form-horizontal label {
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    color: #354951;
}
.blckoverlay .form-horizontal input {
    border-radius: 0;
    padding: 10px;
    height: auto;
    margin-bottom: 0px;
}
.blckoverlay .form-horizontal input:hover, .blckoverlay .form-horizontal input:focus {
    border: 1px solid #354951;
    margin-bottom: 0px;
}
.blckoverlay .modal-body .checkbox {
    padding: 0;
}
.blckoverlay .modal-body .checkbox input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}
.blckoverlay .modal-body .checkbox label {
    line-height: 25px;
    padding: 0;
}
.blckoverlay .modal-body .checkbox label span {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0px 10px 0 0;
    float: left;
    position: relative;
}
.blckoverlay .modal-body .checkbox input[type="radio"]:checked+label span {
    background: #9fc13d;
}
.blckoverlay .modal-body .checkbox input[type="radio"]:checked+label span:before {
    left: 0;
    right: 0;
    margin: auto;
    line-height: 20px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 100%;
    content: "\f00c";
    font-family: 'FontAwesome';
    top: 0;
    position: absolute;
}
.blckoverlay .modal-body .btn {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 9px 15px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 15px 0 10px 0;
    font-weight: 300;
    border: 0;
    width: auto;
}
.blckoverlay #popup-claim-modal .modal-body .btn {
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 20px;
}
.blckoverlay .modal-body span.text-info, .blckoverlay .modal-body span.text-info strong {
    color: #466288;
    font-size: 13px;
    font-weight: 500;
}
.blckoverlay .btn:hover, .blckoverlay .modal-body .btn.active {
    background: #354951;
}
.modal-open .modal {
    z-index: 9999;
}
.right-get-featured .get-featured-link a.btn:last-child {
    margin-bottom: 0px;
}
.get-featured-link {
    margin: 0;
    padding: 0;
}
.right-tech-directory a.btn {
    margin: 0;
}
.right-tech-directory strong {
    margin: 28px 0 10px 0;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
}
.right-tech-directory .directory-logo-slider a.btn {
    width: auto;
}
.homenews-section .commentrow .socialicons span.comment {
    float: right;
    color: #9EBF3D;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

/** Resent tweet **/

.tweet {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.tweet:last-child {
    margin-bottom: 0;
}
.tweet .twitter_profile {
    width: 100%;
    max-width: 60px;
    float: left;
}
.tweet .twitter_description {
    width: 70%;
    float: right;
    text-align: left;
    word-break: break-all;
    font-weight: 300;
    font-size: 13px;
}
.tweet .twitter_description p {
    margin: 0 0 16px 0;
    font-weight: 400;
    word-break: break-word;
}

/** Reset Password **/

form.lost_reset_password {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
}
form.lost_reset_password p {
    margin-bottom: 20px;
}
form.lost_reset_password .reset_password_block {
    width: 100%;
}
form.lost_reset_password .reset_password_block .user_login {
    width: 100%;
}
form.lost_reset_password input[type=text], form.lost_reset_password input[type=password] {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #e6e7e8;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    height: 45px;
    padding: 12px;
    margin: 0px;
    float: left;
    max-width: 300px;
    width: 100%;
}
form.lost_reset_password input.reset_password_button {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 13px 21px 12px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0;
    font-weight: 800;
    letter-spacing: 3px;
    border: 0;
}
form.lost_reset_password input.reset_password_button:hover {
    background: #354951;
}

/** lost_reset_password / my-account / lost-password  **/

.woocommerce-account.woocommerce-lost-password .woocommerce {
    width: 100%;
    padding: 20px;
    max-width: 500px;
    margin: 60px auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 9px #ccc;
    display: inherit;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password {
    padding: 20px;
    margin: 0;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
    width: 100%;
    display: inline-block;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row label {
    color: #3E4B52;
    font-size: 20px;
    font-weight: 300;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row input.input-text {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    border-radius: 0px;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row input.woocommerce-Button {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 15px 0 0 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row input.woocommerce-Button:hover {
    background: #354951;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-top: 0px;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    float: left;
    margin: 0 30px 0 0;
    vertical-align: top;
    padding: 30px 0 0 0;
}
ul.woocommerce-error li a.button.wc-forward {
    margin: -4px 0 0 20px;
}
.woocommerce-error {
    margin: 0;
    border: none !important;
    padding: 0;
    color: #f00;
    background: none;
}
.woocommerce-info {
    margin: 0;
    border: none !important;
    padding: 0 20px;
    color: rgb(255, 230, 0);
    background: none;
}
.woocommerce-message {
    color: #8fae1b;
    margin: 0;
    border: none !important;
    padding: 0;
    background: none;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none !important
}

/** News Filter block **/

.filter_select_section {
    float: right;
}
.filter_select_section .multiple-tag {
    float: right;
}
.category_filter_block.multiple-tag-selector:after {
    display: none;
}
.category_filter_block.multiple-tag-selector select.tags-selector {
    border: none;
    padding: 4px 7px 0px 7px;
}
div#homenews-section {
    padding: 30px 0 0 0;
}
.category_filter_block {
    float: right;
    position: relative;
    border: #e6e7e9 solid 1px;
    padding: 0px;
    margin: 0px 30px 0 0;
    width: 100%;
    max-width: 320px;
}
.category_filter_block:after {
    content: "\f078";
    font-family: FontAwesome;
    color: #8fae1b;
    font-size: 18px;
    padding: 0 8px;
    position: absolute;
    top: 15px;
    right: 1px;
    background: #fff;
    line-height: 15px;
}
.category_filter_block select.category-selector {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 35px 10px 18px;
    width: 100%;
    z-index: 9;
    background: none;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #333333;
}
select.category-selector option {
    font-size: 16px;
}

/**Home news section**/

.homenews-section h3.widget-title {
    text-align: left;
    color: #3E4B52;
    font-size: 31px;
    line-height: 25px;
    padding: 0 10px 12px 0px;
    display: inline-block;
    margin: 0px 0 14px 60px;
    position: relative;
    text-transform: uppercase;
    clear: both;
    font-weight: 500;
    letter-spacing: 4px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
}
.homenews-section h3.widget-title::after {
    top: auto;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.homenews-section {
    background: #fff;
    position: relative;
    margin: 0px 0 100px 0;
    float: left;
    width: 100%;
}
.homenews-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.homenews-section ul>li {
    display: block;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #E6E7E8;
    width: 100%;
    float: left;
    margin: 0px;
}
.homenews-section .full-width-news .newsfeed-top-section {
    width: 100%;
}
.homenews-section ul>li.full-width-news .newsfeed-top-section .homepage-news-right {
    width: 100%;
    padding: 0 0 0 60px;
    margin: 0px;
    max-width: 100%;
}
.homenews-section ul>li.full-width-news .newsfeed-top-section .homepage-news-left {
    width: 100%;
    padding: 0 30px 0 60px;
}
.homenews-section ul>li.full-width-news .newsleftpadding {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    top: inherit;
    overflow: visible;
    height: auto;
}
.homenews-section ul>li.full-width-news .newsleftpadding .blog-thumbnail {
    width: 100%;
    margin: 0;
    float: left;
    display: block;
    padding: 10px 30px 10px 0;
    height: auto;
}
.homenews-section ul>li.full-width-news .newsleftpadding .blog-thumbnail img {
    /*width: 100%;*/
}
.homenews-section .full-width-news .newsfeed-top-section h2 {
    width: 100%;
    padding: 0 0 0 0;
}
.homenews-section .full-width-news .newsfeed-top-section h6 {
    width: 100%;
    padding: 0 0 8px 0;
    font-weight: 600;
    font-size: 14px;
    color: #231F20;
}
.homenews-section .full-width-news .newsfeed-top-section .news-date {
    width: 100%;
    padding: 0;
}
.homenews-section .full-width-news .newsfeed-top-section .newsfeed_text {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: visible;
    float: left;
}
.homenews-section .full-width-news .newsfeed-top-section .readmore-blog {
    width: 100%;
    padding: 0 0 0 0;
}
.homenews-section ul>li.news-loader {
    padding: 40px 0 40px 0;
    text-align: center;
    border: none;
}
.homenews-section .newsleftpadding {
    width: 100%;
    float: right;
    margin-right: 0px;
}
.homenews-section .newsleftpadding ol, .homenews-section .newsleftpadding ul {
    margin: 12px 0 0 0;
}
.homenews-section .newsleftpadding ol li, .homenews-section .newsleftpadding ul li {
    line-height: 24px;
    margin-bottom: 18px;
}
.homenews-section .newsleftpadding .panel-layout .panel-grid {
    display: initial !important;
}
.homenews-section .newsleftpaddingbottom {
    padding: 0 17px 0 60px;
}
.homenews-section h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #231F20;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
.homenews-section h5 {
    font-size: 15px;
    color: #9EBF3D;
    text-transform: uppercase;
    line-height: 16px;
    margin: 8px 0;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
}
.homenews-section .newsfeed-top-section {
    position: relative;
    float: left;
    width: 100%;
    height: auto !important;
    margin-top: 24px;
}
.homenews-section .newsfeed-top-section .homepage-news-left {
    float: left;
    width: 55%;
    padding: 0 0 0 60px;
}
.homenews-section .newsfeed-top-section .homepage-news-left.full-width-news {
    width: 100%;
    padding-right: 30px;
}
.homenews-section .newsfeed-top-section .homepage-news-right {
    float: right;
    max-width: 280px;
    margin: 0 30px 0 0;
}
.homenews-section .newsfeed-top-section h6 {
    padding: 0 60px;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.homenews-section .newsfeed-top-section h2, .homenews-section .news-container h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0px 0 12px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    padding: 0px;
    text-transform: inherit;
}
.homenews-section .newsfeed-top-section h2 a, .homenews-section .news-container h2 a {
    color: #000000;
    font-weight: 600;
}
.homenews-section .newsfeed-top-section h2 a:hover, .homenews-section .news-container h2 a:hover {
    color: #9ebf3d;
}
.news-date.post-content-date {
    padding: 0 60px 10px 0px;
}
.homenews-section .newsfeed-top-section .news-date {
    width: 100%;
    padding: 0 0 10px 0;
    font-weight: 500;
}
.homenews-section .newsfeed-top-section .news-date span {
    color: #5A5B5B;
}
.homenews-section.michel .newsfeed-top-section .news-date span {
    color: #9EBF3D;
}
.homenews-section .newsfeed-top-section .news-date span.author {
    color: #9EBF3D;
}
.homenews-section .newsfeed-top-section .newsfeed_text {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    margin: 11px 0 0 0;
}
.homenews-section .newsfeed-top-section .full-width-news .newsfeed_text {
    height: auto;
}
.homenews-section .newsfeed-top-section .newsfeed_text p {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
.homenews-section .newsfeed-top-section .readmore-blog {
    width: 100%;
    padding: 0px;
}
.homenews-section .newsfeed-top-section .newsleftpaddingbottom {
    width: 100%;
    padding: 10px 0 0 60px;
}
.news-date {
    padding: 0 0px 10px 0;
    font-weight: 400;
}
.newsfeed_text {
    padding: 0 60px 10px 60px;
}
.news-date span.author {
    color: #9EBF3D;
}
.news-date span.author a {
    color: #9EBF3D;
}
.homenews-section .newsleftpadding h2 {
    padding: 0px;
}
.homenews-section h2 br {
    display: none;
}
.homenews-section .newsfeed-video .newsiframe-video h3 span.video_sponsor {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0;
    text-transform: uppercase;
}
.homenews-section p, .homenews-section .siteorigin-widget-tinymce {
    font-size: 15px;
    color: #59595B;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    word-break: break-word;
}
.homenews-section .readmore-blog a {
    color: #9EBF3D;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-family: 'Montserrat', sans-serif;
}
.homenews-section .readmore-blog a:hover {
    color: #59595B;
}
.posttag.video_tag.morphext {
    top: 80px;
}
.homenews-section .posttag {
    background-color: #3E4B52;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: 26px;
    right: 100%;
    white-space: nowrap;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -mox-transform-origin: right top;
    transform-origin: right top;
    font-family: 'Montserrat', sans-serif;
    z-index: 9;
}
.homenews-section .posttag marquee {
    display: grid;
    width: 210px;
}
.news-container .readmore-blog {
    padding: 10px 17px 10px 60px;
}
.homenews-section .blog-thumbnail {
    float: right;
    margin: 0;
}
.commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding .blog-thumbnail {
    float: right;
    margin: 0 17px 20px 30px;
    width: 30%;
}
.commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding .blog-thumbnail img {
    max-width: 100%;
    float: right;
}
.homenews-section .news-container .blog-thumbnail {
    float: right;
    text-align: center;
    margin: 2px 0 0 0;
    width: 100%;
    height: 100%;
}
.homenews-section .commentrow {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}
.homenews-section .commentrow .postby {
    vertical-align: middle;
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    color: #9EBF3D;
    padding: 0 20px 0 0px;
    text-align: center;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.homenews-section .commentrow a {
    color: #fff;
}
.homenews-section .commentrow a:hover {
    color: #3E4B52;
}
.homenews-section .commentrow .socialicons {
    float: left;
    width: 100%;
}
.home .homenews-section ul>li .newsfeed-top-section .socialicons span.share-handler {
    padding: 0;
}
.socialicons span.share-handler {
    background: #3E4B52;
    color: #fff;
    font-size: 12px;
    float: left;
    padding: 3px 0;
    width: 29px;
    height: 24px;
    text-align: center;
    margin: 0 8px 10px 0;
    border-radius: 0px;
}
.single-post .socialicons span.share-handler {
    line-height: 25px;
    height: 30px;
}
.homenews-section .commentrow .socialicons ul {
    padding: 0 23px 0 0;
}
.homenews-section .commentrow .socialicons li {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 16px;
    line-height: 15px;
    border-bottom: 0;
    padding: 4px 0;
    width: 24px;
    height: 24px;
    background: #9EBF3D;
    text-align: center;
    vertical-align: middle;
}
.homenews-section .post-category {
    text-align: left;
    color: #354951;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}
.post-category span.terms-label {
    background: #3E4B52;
    color: #fff;
    padding: 6px 0;
    font-size: 12px;
    float: left;
    width: 36px;
    height: 28px;
    text-align: center;
    margin: 0 8px 0px 0;
    border-radius: 0px;
}
.homenews-section .post-category li {
    padding: 7px 10px 5px 10px;
    border: 1px solid #ccc;
    width: auto;
    float: left;
    margin: 0 3px 3px 0px;
    font-weight: 500;
    border-radius: 0px;
    font-size: 10px;
    transition: all 0.3 ease;
}
.homenews-section .post-category ul.tags-filter li {
    padding: 1px 10px;
}
.homenews-section .newsfeed-video {
    clear: both;
    padding: 0 30px 0 60px;
    margin-bottom: 20px;
    margin-top: 24px;
}
.homenews-section .newsfeed-video h6 {
    padding: 0;
}
.homenews-section .newsfeed-video h2 span {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 8px 0;
    display: block;
    text-transform: uppercase;
}
.homenews-section .full-width-news .newsfeed-video h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0px 0 12px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    padding: 0;
    text-transform: capitalize;
}
.homenews-section .full-width-news .newsfeed-video h2 a {
    color: #000000;
}
.homenews-section .full-width-news .newsfeed-video h2 a:hover {
    color: #9ebf3d;
}
.homenews-section .full-width-news .newsfeed-video {
    margin-bottom: 20px;
}
.homenews-section .newsfeed-video h2 a {
    display: block;
}
.homenews-section .full-width-news .newsfeed-video .newsiframe-video {
    position: relative;
    padding: 0;
}
.homenews-section .newsfeed-video .newsiframe-video {
    position: relative;
}
.video-image {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homenews-section .newsfeed-video .newsiframe-video .video-image .play-button {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
}
.homenews-section .newsfeed-video .newsiframe-video .video-image .play-button a {
    background: url(images/play-icon.png) 0 0 no-repeat;
    height: 130px;
    width: 130px;
    display: inline-block;
    background-size: 130px;
}
.homenews-section .newsfeed-video .newsiframe-video .video-image .video-thumbnail {
    width: 100%;
    overflow: hidden;
    height: 360px;
}
.homenews-section .newsfeed-video .newsiframe-video .video-image .video-thumbnail img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.homenews-section .newsfeed-video .newsiframe-video h3 {
    color: #3E4B52;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    padding: 10px;
    background: #AAD049;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    margin: 0;
    left: 0;
    bottom: 35px;
    width: auto;
}
.homenews-section .newsfeed-video .newsiframe-video h3 a {
    color: #3E4B52;
    z-index: 9;
    position: relative;
}
.homenews-section .newsfeed-video .newsiframe-video h3 a:hover {
    color: #fff;
}
.homenews-section .newsfeed-video .newsiframe-video h3 span {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #3E4B52;
    display: block;
    font-size: 13px;
    text-transform: none;
    z-index: 9;
    position: relative;
}
.homenews-section .newsfeed-video .newsiframe-video h3:after {
    width: 50px;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: #AAD049;
    transform: skewX(-26deg);
    margin-left: -19px;
    z-index: 0;
}
.homenews-section .newsfeed-video iframe, .homenews-section .newsfeed-video video {
    width: 100%;
}
.homenews-section #pagination {
    position: absolute;
    top: 100%;
    margin: 40px 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #3E4B52;
    left: 0;
}
.homenews-section #pagination a {
    color: #bababa;
    margin: 0 10px;
}
.homenews-section #pagination a:hover {
    color: #3E4B52;
}
.homenews-section #pagination br {
    display: none;
}
.video-image img {
    height: 200px;
}
.video-iframe iframe {
    border: 0px;
    height: 257px;
    width: 100%;
}
.tags-filter li {
    cursor: pointer;
}
.homenews-section ul.main-news-container li .newsfeed-top-section .newsleftpaddingbottom .post-category .terms-label {
    padding: 3px 0;
}

/** inner page post category **/

.graybackground .post-category.inner-category {
    text-align: left;
    color: #354951;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
}
.graybackground .post-category.inner-category span.terms-label {
    background: #3E4B52;
    color: #fff;
    padding: 6px 0;
    font-size: 12px;
    float: left;
    width: 36px;
    height: 28px;
    text-align: center;
    margin: 0 8px 0px 0;
    border-radius: 0px;
}
.graybackground .post-category.inner-category li {
    padding: 6px 10px !important;
    border: 1px solid #ccc !important;
    width: auto;
    float: left;
    margin: 0 3px 3px 0px;
    font-weight: 500;
    border-radius: 0px;
    background: none;
    color: #3E4B52;
    font-size: 10px;
}

/**newsfeed-row**/

.newsfeed-row ul li {
    display: block;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #E6E7E8;
    width: 100%;
    float: left;
    margin: 0;
}
.newsfeed-row ul li .blog-thumbnail {
    margin-bottom: 20px;
}
.newsfeed-row ul li .mediamention_disc {
    margin-bottom: 20px;
}
.newsfeed-row ul li .mediamention_disc {
    margin-bottom: 20px;
}

/*.newsfeed-row ul li .mediamention_disc h2 {

    color: #3E4B52;

    font-size: 22px;

    font-weight: 500;

    font-style: normal;

    font-stretch: normal;

    margin: 0px 0 10px 0;

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    letter-spacing: 2px;

    padding: 0px;

}

.newsfeed-row ul li .mediamention_disc h2 a {

    color: #3E4B52;

}

.newsfeed-row ul li .mediamention_disc h2 a:hover {

    color: #9EBF3D;

}*/

.newsfeed-row ul li .markets_block, .newsfeed-row ul li .segments_block {
    width: 100%;
    display: inline-block;
}
.newsfeed-row ul li .segments_block label, .newsfeed-row ul li .markets_block label {
    vertical-align: middle;
    font-size: 15px;
    color: #9EBF3D;
    line-height: 24px;
    font-weight: 500;
    float: left;
    margin: 10px 10px 0 0;
    display: block;
    width: 100%;
}
.newsfeed-row ul li .markets_block span, .newsfeed-row ul li .segments_block span {
    font-size: 15px;
    color: #3E4B52;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    float: left;
    width: 86%;
    padding: 1px 0 0 0;
    word-break: break-word;
}
.newsfeed-row ul li .segments_block {
    font-size: 14px;
    color: #3E4B52;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.newsfeed-row ul li .mediamention_data_block {
    vertical-align: middle;
    font-size: 15px;
    color: #9EBF3D;
    line-height: 24px;
    font-weight: 500;
    display: block;
}

/** mce container popup - directory/company/add **/

.mce-reset .mce-window-head .mce-title {
    color: #3E4B52;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    margin: 8px 0 12px 0;
    letter-spacing: 2px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
.mce-tabs .mce-tab {
    padding: 16px 20px;
    font-size: 15px;
    color: #354951;
}
.mce-tabs .mce-tab.mce-active {
    background: #9EBF3D;
    color: #fff;
    text-shadow: none;
}
.mce-reset .mce-form .mce-container-body .mce-formitem input.mce-textbox {
    border: 1px solid #e6e6e6;
    margin: 0;
    border-radius: 0px;
}
.mce-reset .mce-form .mce-container-body .mce-formitem input.mce-textbox:hover {
    border: 1px solid #354951;
}
.mce-reset .mce-foot .mce-btn button {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}
.mce-reset .mce-foot .mce-btn button:hover, .mce-reset .mce-foot .mce-btn button:focus {
    background: #354951;
    outline: none;
}
.mce-reset .mce-foot .mce-btn {
    border: none !important;
}
.mce-reset .mce-checkbox {
    top: 4px !important;
}
.mce-reset .mce-checkbox i.mce-i-checkbox {
    margin: 0 3px 0 0;
    border: 1px solid #E6E7E8;
    background-color: #fff;
    text-indent: -10em;
    overflow: hidden;
    padding: 3px;
}
.mce-reset .mce-checked i.mce-i-checkbox {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-indent: 0;
    background: #9EBF3D;
    border: none;
    padding: 4px;
}
.mce-reset .mce-checkbox .mce-label {
    padding: 5px 0 0 0 !important;
}
.mce-statusbar .mce-path .mce-path-item {
    color: #fff;
}

/**Home eventr slider**/

.hometopslider-right h3.widget-title {
    font-size: 11px;
}
.homevent-slider {
    position: relative;
    margin: 36px 0 0 0;
}
.homevent-slider h3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.homevent-slider h3 a {
    color: #fff;
    font-weight: 300;
}
.homevent-slider h3 a:hover {
    color: #fff;
}
.home-owl-carousel-loader {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 26px;
}
.home-owl-carousel-loader img {
    position: absolute;
    top: 20%;
    height: 32px;
    width: 32px;
}
.homevent-slider #event-slider {
    position: relative;
}
.homevent-slider #event-slider .item {
    background: #303030;
}
.homevent-slider #event-slider .eventslider-text {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 26px 30px;
    text-align: left;
}
.homevent-slider #event-slider .eventslider-text .event-name, .homevent-slider #event-slider .eventslider-text .event-date {
    display: inline-block;
}
.homevent-slider #event-slider .eventslider-text .event-detail-button {
    width: 100%;
    float: left;
    margin-top: 4px;
}
.homevent-slider #event-slider .eventslider-text .event-description {
    width: 100%;
    float: left;
    margin: 0;
}
.homevent-slider #event-slider .eventslider-text .event-description a {
    width: 100%;
    float: left;
}
.homevent-slider #event-slider .eventslider-text .event-description a .event-name {
    text-align: left;
    color: #3E4B52;
    padding: 0 0px 16px 0;
    margin: 0 0 15px 0;
    letter-spacing: 4px;
    background: transparent;
    position: relative;
    text-transform: uppercase;
    /*   width: auto;white-space: normal;*/
    font-size: 31px;
    font-weight: 500;
    line-height: 37px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.homevent-slider #event-slider .eventslider-text .event-description a .event-name::after {
    top: auto;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.homevent-slider #event-slider .eventslider-text .event-message {
    width: 100%;
    float: left;
}
.homevent-slider #event-slider .eventslider-text .event-message .event-name {
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    white-space: normal;
    width: 100%;
    margin: 0;
    font-size: 21px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: 24px;
    float: left;
    white-space: nowrap;
}
.homevent-slider #event-slider .event-image {
    height: 500px;
    width: 100%;
    background-position: top center !important;
    opacity: inherit!important;
    background-size: 100% !important;
    background-repeat: no-repeat;
}
.event-description {
    margin: 0 0 8px 0;
}
.homevent-slider #event-slider .eventslider-text .event-name {
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    white-space: normal;
    width: 100%;
    margin: 0;
    font-size: 21px;
    color: #000;
}
.homevent-slider #event-slider .event-date {
    border: 2px solid #fff;
    padding: 18px 26px;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    position: absolute;
    left: 40px;
    top: 60px;
    font-weight: 300;
}
.homevent-slider #event-slider .event-date span.month {
    font-size: 40px;
}
.homevent-slider #event-slider .event-date span.city {
    font-size: 30px;
    font-weight: 500;
}
.homevent-slider #event-slider .event-date span {
    display: block;
}
.homevent-slider #event-slider .event-date .date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 4px solid #ccc;
    font-size: 50px;
}
.homevent-slider #event-slider .event-date .city {
    color: #9EBF3D;
}
.homevent-slider #event-slider .eventslider-text .event-detail-button span {
    display: inline-block;
    margin: 2px 10px 2px 0px;
}
.homevent-slider #event-slider .eventslider-text .event-detail-button span a {
    display: block;
    color: #9EBF3D;
    font-size: 18px;
    text-transform: none;
    padding: 0px;
    background: none;
    font-weight: 300;
}
.homevent-slider #event-slider .eventslider-text .event-detail-button span a:hover {
    color: #404041;
}
.homevent-slider #event-slider .owl-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    display: inline-block;
}
.homevent-slider #event-slider .owl-nav .owl-prev, .homevent-slider #event-slider .owl-nav .owl-next {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
}
.homevent-slider #event-slider .owl-nav .owl-prev.disabled, .homevent-slider #event-slider .owl-nav .owl-next.disabled {
    opacity: 0.4;
}
.homevent-slider #event-slider .owl-nav .owl-prev:hover, .homevent-slider #event-slider .owl-nav .owl-next:hover {
    opacity: 1;
}
.homevent-slider #event-slider .owl-nav .owl-prev:after, .homevent-slider #event-slider .owl-nav .owl-next:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 25px;
    line-height: 17px;
}
.homevent-slider #event-slider .owl-nav .owl-prev:after {
    content: "\f104";
}
.homevent-slider #event-slider .owl-nav .owl-next:after {
    content: "\f105";
}
.hometopslider-section .panel-grid-cell {
    width: 50% !important;
}
.hometopslider-section .homeslider-right-bottom {
    width: 50%;
    display: inline-block;
    float: left;
}
.hometopslider-section .homeslider-right-bottom h3, .hometopslider-section .homeslider-right-top h3 {
    font-size: 14px;
    letter-spacing: 1.5px;
}
.hometopslider-section .news-slider {
    position: relative;
    height: 250px;
    background: #303030;
}
.hometopslider-section .news-slider .news-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    background-size: cover;
    opacity: 0.5;
}
.hometopslider-section .news-slider .newstext {
    position: absolute;
    bottom: 20px;
    left: 24px;
    padding: 10px;
    width: auto;
    right: 24px;
    color: #fff;
    text-align: left;
    z-index: 2;
}
.hometopslider-section .news-slider .newstext h2 {
    margin: 0 0 6px 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    white-space: normal;
    width: 100%;
}
.hometopslider-section .news-slider .newstext h2 a {
    color: #fff;
}
.hometopslider-section .news-slider .newstext h2 a:hover {
    color: #9EBF3D;
}
.hometopslider-section .news-slider .newstext .date {
    font-size: 15px;
    font-weight: 300;
}
.hometopslider-section .news-slider .newstext a {
    color: #fff;
}
.hometopslider-section .news-slider .newstext a :hover {
    color: #9EBF3D;
}

/**Tranding news home pge**/

.trending-news-row {
    position: relative;
    background: #fff;
    padding: 0;
}
.trending-news-row .panel-grid-cell {
    position: relative;
    padding: 10px 0 10px 180px
}
.trending-news-row h3 {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #3E4B52;
    letter-spacing: 2px;
    margin: 0;
    background: transparent;
    float: left;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 0;
    margin: auto !important;
    top: 1px;
    bottom: 0;
    padding-left: 0px;
    line-height: 18px;
}
.trending-news-row h3:after {
    display: none;
}
.trending-news-row .owl-carousel.owl-loaded {
    display: inline-block;
    float: left;
}
.trending-news-row .owl-carousel.owl-loaded .item {
    padding: 4px 100px 10px 0;
}
.trending-news-row .owl-carousel.owl-loaded .item a {
    color: #59595B;
    font-weight: 300;
    line-height: 15px;
    font-size: 14px;
    float: left;
    font-family: 'Montserrat', sans-serif;
}
.trending-news-row .owl-carousel.owl-loaded .item a:hover {
    color: #9EBF3D;
}
.trending-news-row .owl-nav {
    float: right;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 20px;
    width: auto;
    margin: auto;
}
.trending-news-row .owl-nav .owl-prev, .trending-news-row .owl-nav .owl-next {
    position: relative;
    font-size: 0;
    display: inline-block;
    margin: 0 8px;
    opacity: 0.4;
}
.trending-news-row .owl-nav .owl-prev:hover, .trending-news-row .owl-nav .owl-next:hover {
    opacity: 1;
}
.trending-news-row .owl-nav .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #59595B;
    font-size: 25px;
    line-height: 17px;
}
.trending-news-row .owl-nav .owl-next:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #59595B;
    font-size: 25px;
    line-height: 17px;
}
.trending-news-slider .owl-carousel.owl-drag .owl-item {
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.trending-news-slider .owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
    transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
}

/**event listing page**/

.event-message-txt button#eventbrite-widget-modal-trigger-42154023820 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 15px 6px 15px;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 300;
    margin: 0;
    border: none;
}
.event-message-txt button#eventbrite-widget-modal-trigger-42154023820:hover {
    background: #3E4B52;
}
#event-listing .item.item.event-separator {
    border-bottom: #ccc solid 1px;
    padding: 0 0 40px 0;
    margin-bottom: 40px;
}
#event-listing .item.item.event-separator:last-child {
    border-bottom: none;
}
#event-listing {
    margin: 0 0 30px 0;
}
.eventlisting-page h3 {
    padding-left: 29px;
}
.eventlisting-page #event-listing {
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}
#event-listing h3.widget-title {
    top: -30px;
    left: -30px;
}
#event-listing .item {
    margin-bottom: 60px;
    margin-top: -15px;
}
#show_events .item:nth-last-of-type(1) {
    margin-bottom: 30px;
}
#event-listing h4 {
    color: #444D52;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0px 0 5px 0;
}
#event-listing h4 a {
    color: #444D52;
}
#event-listing a:hover h4 {
    color: #b5d056;
}
#event-listing .event-listingslider .event-image {
    padding: 0;
}
#event-listing .event-date {
    color: #9EBF3D;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
#event-listing .event-address {
    font-weight: 500;
    color: #5B5B5B;
    font-size: 14px;
    margin: 10px 0 16px 0;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
#event-listing .event-address a {
    color: #5B5B5B;
}
#event-listing .event-message {
    color: #5B5B5B;
    font-size: 13.55px;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}
#event-listing .event-listingslider {
    text-align: center;
}
#event-listing .event-listingslider .event-image img {
    width: 100%;
}
#event-listing .event-detail-button {
    padding: 5px;
    background: #f2f2f2;
}
#event-listing .event-detail-button span {
    display: inline-block;
    margin: 8px 10px;
}
.eventlisting-page .blog-pager {
    text-align: center;
    padding: 15px 0 30px 0;
    z-index: 99;
    position: relative;
}
.eventlisting-page .blog-pager br {
    display: none;
}
.eventlisting-page .blog-pager span, .eventlisting-page .blog-pager a {
    display: inline-block;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: #3E4B52;
    border-radius: 100%;
    margin: 0 3px;
}
.eventlisting-page .blog-pager a:hover, .eventlisting-page .blog-pager span {
    background: #9EBF3D;
}
.eventlisting-page .blog-pager a.next, .eventlisting-page .blog-pager a.prev {
    display: none;
}

/**Event detail Page**/

.eventdetailpage .retas_page .whitbg-box .rowttl h3 {
    margin-top: 0;
    font-size: 20px;
    color: #3E4B52;
    font-weight: 400;
    letter-spacing: 2px;
}
.eventdetailpage .whitbg-box {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.eventdetailpage .rowttl {
    text-align: center;
}
.eventdetailpage h4, .aboutthedirectory h4 {
    text-align: center;
    color: #3E4B52;
    font-size: 31px;
    line-height: 35px;
    padding: 0 10px 15px 10px;
    display: inline-block;
    margin: 0 auto 25px 0;
    position: relative;
    text-transform: uppercase;
    clear: both;
    font-weight: 500;
    letter-spacing: 4px;
}
.eventdetailpage h4:after, .aboutthedirectory h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.eventdetailpage .whitbg-box, .aboutthedirectory .whitbg-box {
    padding: 45px 30px;
}
.eventdetailpage .eventinfo-row, .aboutthedirectory .eventinfo-row {
    text-align: center;
    margin-top: 19px;
}
.eventdetailpage .eventinfo-row p, .aboutthedirectory .eventinfo-row p {
    font-size: 15px;
    color: #5A5B5B;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.subscribe-now {
    width: 100%;
    text-align: center;
    display: inline-block;
    max-width: 450px;
    padding: 16px 0 0 0;
}
.subscribe-now input[type=text] {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #e6e7e8;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    height: 45px;
    padding: 12px;
    margin: 0px;
    float: left;
}
.subscribe-now input.button {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0;
    font-weight: 800;
    letter-spacing: 3px;
    border: 0;
    float: left;
}
.subscribe-now input.button:hover {
    background: #354951;
}
.recently-added-comapny .owl-carousel {
    position: relative;
}
.recently-added-comapny .owl-carousel .owl-nav {
    position: absolute;
    top: 32px;
    width: 100%;
}
.recently-added-comapny .owl-carousel .owl-nav .owl-prev {
    float: left;
    text-indent: -50000px;
}
.recently-added-comapny .owl-carousel .owl-nav .owl-prev::before {
    float: left;
    content: "\f053";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: -24px;
    text-indent: 0px;
    font-size: 24px;
    color: #5a5a5a;
}
.recently-added-comapny .owl-carousel .owl-nav .owl-next {
    float: right;
    text-indent: -50000px;
}
.recently-added-comapny .owl-carousel .owl-nav .owl-next::before {
    float: left;
    content: "\f054";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: -24px;
    text-indent: 0px;
    font-size: 24px;
    color: #5a5a5a;
}
.eventdetailpage .speakers-row #speakers {
    padding: 0 80px;
}
.eventdetailpage .speakers-row #speakers-slider.owl-carousel .owl-stage {
    display: block;
    margin: 0 auto;
}
.eventdetailpage .speakers-row h4 {
    padding: 0 45px 15px 45px;
    margin-top: 7px;
}
.eventdetailpage .speakers-row .owl-nav .owl-prev {
    position: absolute;
    width: 12px;
    height: 28px;
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
    opacity: 0.4;
    left: -15px;
    top: 40%;
    transform: translateY(-50%);
    background: url(images/prev-arrow1.png) 0 0 no-repeat;
    background-size: contain;
}
.eventdetailpage .speakers-row .owl-nav .owl-next {
    position: absolute;
    width: 12px;
    height: 28px;
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
    opacity: 0.4;
    right: -15px;
    top: 40%;
    transform: translateY(-50%);
    background: url(images/next-arrow1.png) 0 0 no-repeat;
    background-size: contain;
}
.eventdetailpage .speakers-row .owl-nav .owl-prev:hover, .eventdetailpage .speakers-row .owl-nav .owl-next:hover {
    opacity: 1;
}
.eventdetailpage .rowttl a {
    font-weight: 300 !important;
}
.eventdetailpage .speakers-row h4 {
    color: #3E4B52;
    text-align: center;
}
.speakers-row #speakers #speakers-slider.owl-carousel .owl-stage-outer {
    height: 100% !important;
}
.eventdetailpage .speakers-row .speakers-img {
    width: 252px;
    height: 252px;
    border-radius: 100%;
    border: 1px solid #A1CC3E;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.eventdetailpage .speakers-row .speakers-img img {
    width: 100%;
    height: auto;
}
.eventdetailpage .speakers-row .item .speakers-info {
    text-align: center;
}
.eventdetailpage .speakers-row .item .speakers-info h6 {
    font-size: 23px;
    font-weight: 600;
    color: #AAD049;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.eventdetailpage .speakers-row .item .speakers-info p {
    color: #5A5B5B;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
.eventdetailpage .speakers-row .item .speakers-info p.designation {
    font-weight: 400;
    font-size: 15px;
}
.eventdetailpage .whitbg-box #agenda .agenda-detail.item {
    margin-bottom: 0;
}
.event-members .agenda-detail {
    margin-bottom: 30px;
}
.event-members .agenda-detail:last-child {
    margin-bottom: 0px;
}
.agenda-detail {
    position: relative;
    padding-left: 0;
    min-height: 250px;
    padding-top: 0px;
    margin-bottom: 30px;
    border: #EEEFF0 solid 1px;
}
.agenda-row h4 {
    padding: 0 50px 15px 50px;
}
.eventdetailpage .agenda-row .logo-presentername-row {
    margin: 0 0 20px 0;
}
.eventdetailpage .agenda-row .logo-presentername-row .presenter-slider {
    margin: 10px 0 10px 0;
}
.eventdetailpage .agenda-row .logo-presentername-row .agendadetail {
    vertical-align: middle;
    margin: 0;
}
.eventdetailpage .agenda-row .logo-presentername-row .agendaimg {
    margin-bottom: 20px;
    text-align: left;
}
.agenda-detail .agendaimg img {
    width: auto;
}
.eventdetailpage .agenda-row .owl-nav .owl-prev, .eventdetailpage .agenda-row .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    width: 20px;
    height: 22px;
    margin: 0 auto;
    font-size: 0;
}
.eventdetailpage .agenda-row .owl-nav .owl-prev {
    left: 0;
}
.eventdetailpage .agenda-row .owl-nav .owl-next {
    right: 0;
}
.eventdetailpage .agenda-row .owl-nav .owl-prev {
    background: url(images/prev-arrow1.png) 0 0 no-repeat;
    background-size: contain;
}
.eventdetailpage .agenda-row .owl-nav .owl-next {
    background: url(images/next-arrow1.png) right 0 no-repeat;
    background-size: contain;
}
.eventdetailpage .agenda-row .owl-nav .owl-prev:hover, .eventdetailpage .agenda-row .owl-nav .owl-next:hover {
    opacity: 1;
}
.eventdetailpage .agenda-row .logo-presentername-row .owl-nav .owl-prev, .eventdetailpage .agenda-row .logo-presentername-row .owl-nav .owl-next {
    top: 10%;
}
.eventdetailpage .agenda-row .logo-presentername-row .owl-nav .owl-prev {
    left: -13px;
}
.eventdetailpage .agenda-row .logo-presentername-row .owl-nav .owl-next {
    right: -13px;
}
.about-the-directory-box h2 {
    font-size: 18px;
    color: #9EBF3D;
    text-transform: uppercase;
    line-height: 16px;
    margin: 8px 0 35px 0;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
}
.about-the-directory-box .sep-line {
    background: #EFF0EF;
    height: 200px;
    width: 3px;
    margin: 0 auto;
}

/* .agenda-detail:before {

    width: 48px;

    height: 100%;

    background: #A1CC3E;

    left: -1px;

    top: 0;

    bottom: 0;

    content: "";

    position: absolute;

} */

.agenda-detail .day-number {
    background-color: #A1CC3E;
    color: #3E4B52;
    font-size: 20px;
    line-height: 20px;
    padding: 13px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}
.agenda-detail .agendalines {
    margin-bottom: 20px;
    padding-top: 0;
    border-bottom: #EEEFF0 solid 1px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.agenda-detail .agendalines:last-child {
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.agenda-detail .agendalines .agenda-name .agenda-company-name {
    color: #3E4B52;
    font-weight: 400;
    font-size: 22px;
}
.agenda-detail .agendalines .agenda-name .agenda-title-name {
    color: #AAD049;
    font-weight: 400;
    font-size: 22px;
}
.agenda-detail .agendalines .agenda-description {
    padding: 0;
    margin: 0 0 16px 0;
}
.agenda-detail .agendalines .agenda-right-section .agenda-description-section {
    margin: 0;
    width: 100%;
}
#register_description p {
    font-size: 15px;
}
.agenda-detail .daynumber {
    position: absolute;
    left: -20px;
    top: 0;
    width: auto;
    text-align: center;
    color: #3E4B52;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    font-size: 26px;
    font-weight: 900;
    color: #3E4B52;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform-origin: left center;
    transform: rotate(-90deg);
    display: inline-block;
    margin: 0;
    padding: 10px;
}
.agenda-detail .agendatime {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #3E4B52;
    text-align: left;
    padding: 0px 0 0 18px;
    white-space: nowrap;
}
.agenda-detail .agenda-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #AAD049;
    padding: 0 0 20px 0;
    margin: 0;
}
.agenda-detail .agenda-presenters {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #3E4B52;
    padding: 0;
    margin: 0;
}
.agenda-detail p {
    font-size: 14px;
    color: #6D6E70;
    font-weight: 300;
}
.agenda-detail p a {
    font-weight: 300;
}
.agenda-row .owl-carousel .owl-item img {
    max-width: none;
    width: 70px;
    height: auto;
}
.event-message-row .event-message-img {
    text-align: left;
    min-height: 285px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    width: 100%;
}
.event-message-row .event-message-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62, 75, 82, 0.6);
    z-index: 2;
}
.event-message-row .event-message-txt p {
    color: #6D6E70;
    font-size: 15px;
    padding: 0 0 40px 0;
    margin: 0;
}
.event-message-row .event-date {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 55;
}
.event-message-row .event-date .date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 4px solid #fff;
    font-weight: 300;
    font-size: 42px;
}
.event-message-row .event-date .month {
    font-weight: 300;
    font-size: 38px;
}
.event-message-row .event-date span {
    display: block;
}
.event-message-row .event-date .city {
    color: #9EBF3D;
    font-size: 28px;
    font-weight: 600;
}
.event-message-row .event-message-txt p:last-child {
    padding: 0;
}
.event-message-row .event-message-txt p:last-child {
    padding-bottom: 0;
}
.sponsors-row table {
    width: 100%;
}
.sponsors-row table td {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 10px 0;
}
.sponsors-row table td img {
    height: auto;
    max-width: 200px;
}
.eventdetailpage .whitbg-box.register-row {
    margin-bottom: 40px;
    padding: 45px 30px 5px 30px;
}
.eventdetailpage .whitbg-box.register-row h5 {
    font-size: 14px;
    margin: 0 auto 30px auto;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    max-width: 85%;
    display: block;
}
.eventdetailpage .whitbg-box.register-row .register-form {
    max-width: 74%;
    margin: 20px auto 0;
}
.inner-page .graybackground  .whitbg-box a {
    color: #9EBF3D;
    font-weight: 400;
}
.inner-page .graybackground  .whitbg-box a:hover {
    color: #59595B;
}

/**Blog single page**/

.pagettl h1 {
    font-size: 22px;
    text-transform: initial;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 8px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 18px 0 0px;
}
.pagettl h6 {
    font-size: 16px;
    text-transform: capitalize;
    color: #9EBF3D;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}
.blogsingle-page, .catsingle-page {
    padding-top: 40px;
    padding-bottom: 40px;
}
.blogsingle-page .whitbg-box.single-news .keywords-list li {
    margin: 0 3px 0 0;
}
.blogsingle-page .whitbg-box.single-news .siteorigin-widget-tinymce img {
    float: left;
    margin: 20px 20px 20px 0;
}
.blogsingle-page .post-date {
    font-size: 15px;
    color: #9EBF3D;
    line-height: 15px;
    margin: 0 0 15px 0;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
.blogsingle-page .post-date span {
    color: #59595B;
    font-weight: 400;
    text-transform: capitalize;
}
.blogsingle-page .post-thumb {
    margin: 30px 0;
}
.blogsingle-page .post-thumb img {
    max-width: 100%;
    height: auto;
}
.blogsingle-page .post-thumb .post-img iframe {
    width: 100%;
}
.blogsingle-page .sidebar {
    margin: 0 0 40px 0;
    padding: 10px 0px;
}
.blogsingle-page p, .blogsingle-page .post-content {
    font-size: 15px;
    color: #59595B;
    line-height: 24px;
    margin: 0;
    padding: 0 0 15px 0;
}

.post-content a {
    color: #a2d23e!important;
}

.post-content a:hover {
    color: black!important;
}

.blogsingle-page .post-category {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.blogsingle-page .post-category ul li {
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #231F20;
    display: inline-block;
    border-bottom: 0;
}
.blogsingle-page .post-category ul li:first-child {
    padding-left: 0;
}
.social-comment .socialicons {
    margin-bottom: 30px;
}
.social-comment {
    width: 100%;
    display: inline-block;
}
.social-comment h3 {
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    border-top: #ccc solid 1px;
    padding: 20px 0 0 0;
    display: none;
}
.blogsingle-page .social-comment .col-sm-3 {
    vertical-align: middle;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    color: #9EBF3D;
    padding: 0 15px;
    text-align: center;
    border-right: 1px solid #9EBF3D;
    line-height: 24px;
    width: auto;
}
.blogsingle-page .social-comment .col-sm-3:first-child {
    padding-left: 0;
}
.blogsingle-page .social-comment .col-sm-3:last-child, .blogsingle-page .post-category ul li:last-child {
    border: 0;
}
.blogsingle-page .social-comment .socialicons li {
    display: inline-block;
    padding: 6px 0;
    margin: 0 4px 0 0;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 0;
    width: 30px;
    height: 30px;
    background: #9EBF3D;
    text-align: center;
    vertical-align: middle;
}
.blogsingle-page .social-comment .socialicons li a {
    color: #fff;
}
.blogsingle-page .social-comment .socialicons li a:hover {
    color: #3E4B52;
}
.blogsingle-page .posttag {
    display: block;
    margin: 0 0 15px 0;
}
.blogsingle-page .posttag span {
    display: inline-block;
    padding: 6px 9px;
    border-radius: 5px;
    background: #3E4B52;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    margin: 5px 5px 5px 0;
}
.blogsingle-page .newsfeed-video .newsiframe-video iframe, .blogsingle-page .newsfeed-video .newsiframe-video video {
    width: 100%;
    margin: 0 0 20px 0;
    height: 450px;
}
.blogsingle-page .blog-post-nav {
    margin: 30px 0;
}
.blogsingle-page .blog-post-nav a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px 8px 15px;
    background: #9EBF3D;
    font-weight: 300;
}
.blogsingle-page .blog-post-nav a:hover {
    background: #3E4B52;
}
.blogsingle-page .blog-post-nav .nav-prev, .blogsingle-page .blog-post-nav .nav-next {
    width: 48%;
    display: inline;
}

/**Comment section**/

.comment-section {
    background: #eaeaea;
    padding: 20px;
}
.comment-section h3 {
    margin-top: 0;
}
.comment-section .comment-form p label {
    vertical-align: top;
    font-weight: 400;
    color: #414141;
    min-width: 110px;
    position: relative;
    top: 4px;
}
.comment-section .comment-form p input[type="text"], .comment-section .comment-form p textarea {
    width: 80%;
    border: 1px solid #ccc;
    padding: 8px;
    transition: all 0.3s ease;
    border-radius: 0px;
}
.comment-section .comment-form p input[type="text"]:focus, .comment-section .comment-form p textarea:focus, .comment-section .comment-form p input[type="text"]:hover, .comment-section .comment-form p textarea:hover {
    border: 1px solid #9EBF3D;
}
.comment-section .comment-form p textarea {
    height: 100px;
}
.comment-section .comment-form input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px 8px 15px;
    background: #9EBF3D;
    border: 0;
    box-shadow: none;
    transition: all 0.3s ease;
    border-radius: 0px;
}
.comment-section .comment-form input[type="submit"]:hover {
    background: #3E4B52;
}
.listingevent-bannner {
    position: relative;
}
.listingevent-bannner .panel-grid-cell {
    width: 100%;
    float: left;
}
.inner-banner {
    min-height: 550px;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.inner-banner:after {
    content: "";
    background: -moz-linear-gradient(to right, rgba(53, 73, 81, .1) 0%, rgba(53, 73, 81, .9) 100%);
    background: -webkit-linear-gradient(to right, rgba(53, 73, 81, .1) 0%, rgba(53, 73, 81, .9) 100%);
    background: linear-gradient(to right, rgba(53, 73, 81, .1) 0%, rgba(53, 73, 81, .9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#354951', endColorstr='#007db9e8', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: block;
}
.listevenbanner-txt {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 55;
    padding: 0 30px;
}
.listevenbanner-txt h1 {
    text-transform: uppercase;
    color: #9EBF3D;
    margin: 0 0 10px 0;
    font-size: 67px;
    letter-spacing: 17px;
    font-weight: 600;
}
.listevenbanner-txt h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 8px;
    margin: 40px 0 50px 0;
    font-size: 30px;
    padding: 0 80px;
}
.listevenbanner-txt .btn {
    background: #9EBF3D;
    color: #fff;
    font-size: 27px;
    line-height: 26px;
    padding: 14px 55px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    border-radius: 0;
}
.listevenbanner-txt .btn:hover {
    background: #fff;
    color: #9EBF3D;
}
.eventsearchform {
    display: block;
    margin: 0;
    padding: 20px 0;
    background: #EEEFEF;
    text-align: center;
    font-weight: 600;
}
.eventsearchform span {
    color: #444D52;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}
.eventsearchform input {
    border: 1px solid #fff;
    font-size: 19px;
    color: #354951;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 10px;
    line-height: 24px;
    display: inline-block;
    width: 225px;
    margin: 8px 10px 0 10px;
    text-align: center;
    border-radius: 0px;
}
.eventsearchform {
    color: #354951;
    font-size: 12px;
}
.eventsearchform ul.tag, .eventsscroll-menu ul.menu {
    list-style: none;
    text-align: center;
    margin: 4px 0 0 0;
    padding: 0;
    display: block;
}
.eventsearchform .menu-event-landing-page-container ul.tag {
    margin: 14px 0 0 0;
}
.eventsscroll-menu ul.menu {
    padding: 24px 0 0 0;
    background: #EEEFF0;
    margin: 0;
}
.eventsearchform ul.tag li {
    display: inline-block;
    margin: 0 20px 10px;
    background: #9EBF3D;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 19px;
    text-transform: uppercase;
}
.eventsscroll-menu ul.menu li {
    display: inline-block;
    margin: 0 8px 10px;
    background: #A1CC3E;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 19px;
    text-transform: uppercase;
}
.eventsearchform ul.tag li a {
    color: #fff;
    padding: 9px 11px;
    display: inline-block;
    cursor: pointer;
}
.eventsscroll-menu ul.menu li a {
    color: #fff;
    padding: 8px 18px;
    display: inline-block;
}
.eventsearchform ul.tag li:hover, .eventsscroll-menu ul.menu li:hover, .eventsearchform ul.tag li a.active {
    background: #354951;
}

/**research-page**/

.research-page {
    padding: 40px 0;
    background: #F1F1F2;
}
.research-page .report-highlight {
    background: #fff;
    padding: 30px 50px;
}
.research-page .reportform {
    padding: 10px 30px 14px 30px;
    background: #fff;
}
.research-page .reportrow {
    background: #fff;
    padding: 32px 50px;
}
.research-page .reportform .woocommerce.add_to_cart_inline, .research-page .reportform a.product-download {
    display: none;
}
.research-page .reportform .gform_confirmation_message {
    text-align: center;
    font-size: 15px;
    color: #A1CC3E;
    font-weight: 400;
}
.research-page h4 {
    color: #3E4B52;
    clear: both;
    font-size: 31px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 auto 25px auto;
    padding: 0 10px 12px 10px;
    position: relative;
    text-align: center;
}
.research-page h4 strong {
    font-weight: 700;
    font-size: 26px;
}
.research-page .reportrow h4 {
    margin: 0 auto 10px auto;
    padding: 10px 0 14px 0;
}
.research-page .tech-report-left h4 {
    margin: 0px auto 40px auto;
}
.research-page .tech-report-left h4, .research-page .researchdetail-ttl h4 {
    max-width: 700px;
    float: none;
    display: block;
    font-weight: 600;
}
.research-page h4:after {
    width: auto;
    height: 2px;
    background: #9EBF3D;
    content: "";
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.research-page .gform_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.research-page .gform_body ul label {
    color: #6D6E70;
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin: 20px 0 0px 0 !important;
    line-height: 1.6 !important;
}
.research-page .gform_body br {
    display: none;
}
.research-page .gform_body input[type="text"], .research-page .gform_body input[type="email"] {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 10px 20px !important;
    margin: 0;
    border-radius: 0px;
}
.research-page .gform_wrapper .top_label input.medium, .research-page .gform_wrapper .top_label select.medium, .research-page .gform_wrapper.gform_validation_error .top_label input.medium, .research-page .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
    border-radius: 0px;
}
.research-page .gform_body input[type="text"]:focus, .research-page .gform_body input[type="email"]:focus, .research-page .gform_body input[type="text"]:hover, .research-page .gform_body input[type="email"]:hover {
    border: 1px solid #354951;
}
body .research-page .gform_footer input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.research-page div#reports_display .gform_wrapper {
    margin: 0 0 20px 0;
    max-width: 100%;
}
.formsection .gform_wrapper {
    margin: 0;
}
.research-page .formsection br {
    display: none;
}
.research-page .formsection input[type="submit"]:hover {
    background: #3E4B52;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0;
}
.research-page .report-highlight {
    text-align: center;
    margin: 40px 0;
}
.research-page ul.reports-highlight-section {
    margin: 25px 0 0 0;
}
.research-page ul.reports-highlight-section li {
    display: inline-block;
    padding: 0 15px;
    width: 33%;
}
.research-page ul.reports-highlight-section li h6 {
    color: #3E4B52;
    font-size: 41px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 15px auto;
    padding: 0;
    position: relative;
    text-align: center;
}
.research-page ul.reports-highlight-section li span {
    font-size: 14px;
    color: #5A5B5B;
}
.research-page ul.reports-highlight-section li p {
    font-weight: 500;
}
.research-page .reportrow {
    text-align: center;
}
.research-page .reportrow .woocommerce-ordering {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
}
.research-page .reportrow .woocommerce-ordering section {
    margin: 20px auto 10px;
    display: inline-block;
}
.research-page .reportrow .woocommerce-ordering section .shortttl {
    float: left;
    background: #AAD049;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    padding: 13px 17px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.research-page .reportrow .woocommerce-ordering select {
    float: left;
    border: 2px solid #AAD049;
    padding: 0 35px 0 15px;
    margin: 0;
    background: url(images/selectarrow1.png) right center no-repeat;
    text-transform: uppercase;
    font-weight: 500;
    color: #AAD049;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    min-height: 43px;
    -webkit-appearance: none;
    border-radius: 0px;
}
.research-page .reportrow .woocommerce-ordering select::-ms-expand {
    display: none;
}
.research-page .reportrow .woocommerce-ordering select option {
    padding: 6px 10px;
    color: #000;
    font-size: 17px;
}
.research-page .reportrow li {
    width: 22%;
    margin: 0 1% 55px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.research-page .reportrow li .report-wraps {
    position: relative;
    display: inline-block;
    height: 280px;
    overflow: hidden;
    width: 100%;
}
.research-page .reportrow li .report-wraps img {
    width: 100%;
    max-width: 100%;
}
.reports_section ul {
    margin: 0;
    padding: 0;
}
.research-page .reportrow li a {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.research-page .reportrow li a.woocommerce-LoopProduct-link:hover h2 {
    background: #3E4B52;
    color: #fff;
}
.research-page .reportrow li a h2 {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    width: auto;
    text-align: center;
    text-transform: uppercase;
    color: #9EBF3D;
    background: #fff;
    padding: 8px;
    font-size: 15px;
    margin: 0 auto;
    font-weight: 400;
    transition: all 0.3s ease;
    opacity: 0;
    line-height: 20px;
}
.research-page .reportrow li a:hover h2 {
    opacity: 1;
}
.research-page .reportrow li span.price {
    display: none;
}
.research-page .reportrow li .somdn-download-wrap, .research-page .reportrow li a.button {
    position: absolute;
    bottom: 0;
    width: auto;
    text-align: center;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    background: #9EBF3D;
    padding: 8px;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}
.research-page .reportrow li .somdn-download-wrap:hover, .research-page .reportrow li a.button:hover {
    background: #3E4B52;
}
.research-page .reportrow li a.button {
    padding: 8px;
    letter-spacing: 1px;
    font-weight: 300;
}
.research-page .reportrow li .somdn-download-wrap a {
    color: #fff;
    font-weight: 300;
}
.pagination {
    margin: 0 0 30px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #3E4B52;
    font-weight: 300;
}
.pagination a {
    color: #bababa;
    margin: 0 10px;
}
.pagination a:hover {
    color: #444D52;
}
.research-page .reportrow .modal-body li {
    width: 100%;
    margin: 0;
}
.research-page .reportrow .modal-body li label {
    color: #3E4B52;
    font-size: 18px;
    font-weight: 300;
    line-height: 12px !important;
}
.research-page .reportrow .modal-body li input {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100% !important;
    padding: 10px 20px !important;
    margin: 0 0 15px 0;
    border-radius: 0px;
}
.research-page .reportrow .modal-body .gform_footer {
    margin: 0;
    padding: 0;
}
.research-page .reportrow .modal-body input.button {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 10px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0px;
    font-weight: 300;
    letter-spacing: 2px;
    border: 0;
}
.research-page .reportrow .modal-body input.button:hover {
    background: #3E4B52;
}
.research-page .modal-header button.close {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    opacity: 1;
    font-size: 30px;
}
.research-page .tech-report-left {
    width: 60%;
    padding-right: 30px;
    display: inline-block;
    float: left;
}
.research-page .tech-report-right {
    width: 40%;
    display: inline-block;
    float: left;
    text-align: right;
    padding: 5px 0 0 0;
}
.research-page .validation_error {
    display: none;
}
.research-page .tech-report-left ul {
    margin: 0 0 0 40px;
}
.research-page .reportform .formsection .tech-report-left .gform_wrapper form .gform_footer {
    padding: 16px 0 32px 0;
    margin: 0px 0 0 0;
}
.research-page .reportrow .pagination {
    margin: 0;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
}
body .gform_wrapper .validation_message, .email-subscriber.getfeatured .gfield_description.validation_message {
    margin: 5px 0 0 0;
    color: #f00;
    font-weight: 500;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #e6e6e6;
}
body .gform_wrapper .gfield_error .gfield_label {
    color: #6D6E70;
}
.email-signup-form {
    width: 100%;
}
.right-side-bar-newsletter .email-signup-form .gform_heading h3.gform_title {
    display: block;
}
.right-side-bar-newsletter .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.email-signup-form .gform_heading h3.gform_title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #3E4B52;
    font-weight: 400;
    letter-spacing: 2px !important;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
    position: relative;
    padding: 0 0 11px 0;
    margin: 0px 0 20px 0;
    width: auto;
    display: none;
}
.email-signup-form .gform_heading h3.gform_title:after {
    background: #9EBF3D;
    content: "";
    width: 80%;
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    right: 0;
    margin: auto;
}
.email-signup-form .gform_body ul li .gfield_label {
    display: none;
}
.email-signup-form .validation_error {
    font-size: 12px;
    /*margin: 0px !important;*/
}
.emailpopup_newsletter .email-signup-form input[type="text"] {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 20px;
    margin: 0 14px 0 0;
    float: left;
    transition: all 0.3s ease;
    width: 76%;
    margin: 0;
    color: #101010;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    border-radius: 0px;
}
.emailpopup_newsletter .email-signup-form input:focus, .emailpopup_newsletter .email-signup-form input:hover {
    border: 1px solid #354951;
}
.sidebar .email-subscriber.getfeatured .email-signup-form .gform_footer {
    padding: 0px 0 10px;
    margin: 0;
    clear: both;
    text-align: center;
    width: 100%;
}
.emailpopup_newsletter .email-signup-form input.button {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 23px 45px 22px 45px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0px 0 5px 0;
    font-weight: 300;
    border: 0;
    float: right;
}
.emailpopup_newsletter .email-signup-form input.button:hover {
    background: #354951;
}
.sidebar .email-subscriber.getfeatured_newsletter .email-signup-form .gform_footer img.gform_ajax_spinner {
    width: 30px;
}
.sidebar .email-subscriber.getfeatured_newsletter .email-signup-form .gform_footer {
    margin: 0px;
}
.email-subscriber.getfeatured iframe {
    overflow: visible;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

/**research-page detail**/

.research-single .right-section h3 {
    text-align: left;
}
.research-single .left-section .woocommerce-product-gallery img {
    padding: 5px 0 0 0;
}
.research-single {
    text-align: center;
    background: #fff;
    width: 100%;
    float: left;
    margin: 50px 0;
}
.research-single .left-section, .research-single .right-section {
    width: 50%;
    padding: 0;
    float: left;
}
.research-single .right-section .woocommerce-product-details__short-description ul {
    margin: 0 0 0 50px;
}
.research-single .right-section .woocommerce-product-details__short-description ul li {
    list-style: circle;
}
.research-single .right-section p {
    font-size: 15px;
    line-height: 22px;
    color: #5A5B5B;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 30px 0;
    text-align: left;
    font-weight: 300;
}
.research-single .right-section p br {
    display: none;
}
.research-single .right-section p.price {
    display: inline-block;
    font-size: 15px;
    color: #3E4B52;
    font-weight: 300;
    position: relative;
    margin: 0 15px 0 0;
    top: 2px;
}
.research-single .right-section .cart, .research-single .right-section .somdn-download-wrap {
    display: inline-block;
    text-align: left;
    float: left;
}
.research-single .right-section .cart button.button, .research-single .right-section .somdn-download-wrap a.product-download {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 16px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 15px 0 0 0;
    border: 0;
    box-shadow: none;
    font-weight: 300;
}
.research-single .right-section .cart button.button:hover, .research-single .right-section .somdn-download-wrap a.product-download:hover {
    background: #3E4B52;
}
.research-single .right-section .cart button.single_add_to_cart_button {
    margin: 0;
}
.research-page .researchdetail-ttl {
    text-align: center;
}
.research-page .researchdetail-ttl h4 {
    margin-bottom: 40px;
    text-align: center;
    color: #3E4B52;
    font-size: 26px;
    line-height: 25px;
    padding: 0 10px 15px 10px;
    display: inline-block;
    margin: 0 auto 25px 0;
    position: relative;
    text-transform: uppercase;
    clear: both;
    font-weight: 700;
    letter-spacing: 4px;
}
.research-single .related.products {
    width: 100%;
    float: left;
}
.research-page .modal .modal-body p.statusMsg {
    display: none;
}
.research-page .modal .modal-body img.product-thumbnail-image {
    margin: 8px 0 0 0;
}
.research-page .modal .modal-body .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.research-page .modal .modal-body .gform_wrapper .gform_body ul li {
    margin: 0 0 10px 0 !important;
    float: left;
    width: 100%;
    padding: 0;
}
.research-page .modal .modal-body .gform_wrapper .gform_body ul li label {
    padding: 0;
    /*margin: 0px !important;*/
}

/**Contact page**/

.contact-page {
    background: #EEEFF0;
    padding: 40px 0;
}
.contact-page .main-content-area {
    background: #fff;
}
.contact-page .main-content-area .panel-layout .panel-grid {
    margin-bottom: 0px!important;
}
.contact-page .contactform {
    padding-right: 0;
}
.contact_form_section {
    padding: 0 30px;
}
.contactpage-ttl {
    text-align: center;
}
.contactpage-ttl h4 {
    color: #3E4B52;
    font-size: 31px;
    font-weight: 500;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 45px auto 30px auto;
    padding: 0 0 20px 0;
    position: relative;
    text-align: center;
}
.contactpage-ttl h4:after {
    width: 100%;
    height: 2px;
    background: #9EBF3D;
    content: "";
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 220px;
}
.contactform {
    padding-right: 50px;
}
.contactform .gform_wrapper .top_label .gfield_label {
    color: #3E4B52;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

body .contactform .gform_wrapper .gform_body li input, body .contactform .gform_wrapper .gform_body li select, body .contactform .gform_wrapper .gform_body li textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 100% !important;
    padding: 10px 20px !important;
    margin: 0 0 15px 0;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    border-radius: 0px;
}
body .contactform .gform_wrapper .gform_body li select {
    padding: 7px 20px!important;
}
body .contactform .gform_confirmation_message {
    font-size: 18px;
    color: #9EBF3D;
    margin: 22px 0 40px 0;
}
.contactform .gform_wrapper .gform_body li input:focus, .contactform .gform_wrapper .gform_body li select:focus, .contactform .gform_wrapper .gform_body li textarea:focus, .contactform .gform_wrapper .gform_body li input:hover, .contactform .gform_wrapper .gform_body li select:hover, .contactform .gform_wrapper .gform_body li textarea:hover {
    border: 1px solid #354951;
}
.contactform .gform_wrapper .gform_footer input.button {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0px 0 30px 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.contactform .gform_wrapper .gform_footer input.button:hover {
    background: #354951
}
.contactform .gform_wrapper .gform_body li select {
    background: url(images/selectarrow.jpg) right top no-repeat;
}
.contacticons {
    margin-bottom: 40px;
}
.contacticons h6 {
    color: #3E4B52;
    font-size: 18px;
    font-weight: 400;
    margin: 26px 0 20px 0;
    text-transform: capitalize;
}
.contacticons .social_link li {
    display: inline-block;
    margin: 0 6px 10px 0;
    width: auto;
    height: 34px;
    padding: 4px 14px 4px 0;
    text-align: center;
}
.contacticons .social_link li:last-child {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    background: transparent;
    text-align: left;
    padding: 0px;
}
.contacticons .social_link li:last-child a .fa {
    color: #9ebf3d;
    width: auto;
    height: 34px;
    text-align: left;
    margin: 0;
    padding: 5px 5px 5px 0;
    text-align: center;
}
.contacticons .social_link li a {
    color: #3E4B52;
    display: block;
    font-size: 16px;
}
.contacticons .social_link li a span {
    display: none;
}
.contacticons .social_link li a .fa {
    color: #9ebf3d;
    font-size: 28px;
    top: 3px;
    position: relative;
}
.contacticons .social_link li:hover a .fa {
    color: #3E4B52;
}
.contacticons .social_link li a:hover {
    color: #3E4B52;
}
.contactform .gform_wrapper .gform_body li select {
    color: #3E4B52;
    font-size: 19px;
    font-weight: 300;
    opacity: 1;
}
.contactform .gform_wrapper .gform_footer {
    text-align: center;
}
.gform_wrapper.email-signup-form_wrapper {
    margin: 0px !important;
    padding: 0px !important;
}
.gform_wrapper .email-signup-form .validation_error {
    font-size: 12px;
    margin: 0px !important;
}
.gform_wrapper .email-signup-form .gform_footer.top_label {
    margin: 20px 0 0 0px !important;
    padding: 0px !important;
}
.gform_wrapper .email-signup-form .gform_footer.top_label input.gform_button.button {
    margin: 0px;
    border-radius: 0px;
}
.gform_wrapper div.validation_error {
    color: #f00 !important;
    border: 0!important;
    text-align: left !important;
    width: 100%;
    padding: 0px !important;
    margin: 34px 0 0 0px !important;
    font-weight: 500 !important;
}
.create_profile_popup_block a.btn {
    margin: 0;
}

/** contact form chackbox **/

body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox {
    width: 100%;
    display: inline-block;
    margin: 0;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li {
    width: 32%;
    float: left;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li:last-child {
    margin: 0;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li input {
    opacity: 0;
    position: absolute;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li label {
    color: #5A5B5B;
    font-size: 14px;
    font-weight: normal;
    font-weight: 300;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"], body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    cursor: pointer;
    padding: 0 0 0 30px;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li label {
    position: relative;
    outline: none !important;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]+label:before {
    content: '';
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #E6E7E8;
    position: absolute;
    left: 0px;
    top: 0px;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:checked+label:before {
    margin: auto;
    line-height: 17px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #9fc13d;
}
body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:focus+label {
    outline: 1px solid #ddd;
}

/**Cart Page**/

.cart-page {
    background: #fff;
    padding: 30px;
    margin: 40px 0
}
.cart-page .woocommerce-error li {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.cart-page .woocommerce-error, .cart-page .woocommerce-message {
    margin: 40px 0 15px 0;
    border-top-color: none;
}
.cart-page .woocommerce-error a.button, .cart-page .woocommerce-message a.button, .woocommerce-cart-form table td.actions input.button, .woocommerce input.button[disabled]:disabled {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 300;
    margin: 0;
    border: 0;
    box-shadow: none;
    min-height: 36px;
    top: -1px;
}
.woocommerce input.button[disabled]:disabled {
    display: none;
}
.cart-page .woocommerce-message a.button:hover, .woocommerce-cart-form table td.actions input.button:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
    background: #354951;
    color: #fff;
}
.woocommerce table.shop_table {
    border: 1px solid #ccc;
    border-radius: 0;
}
.woocommerce-cart-form table th {
    vertical-align: middle;
    border-right: 1px solid #ccc;
    text-align: center;
    background: #e7e7e8;
    padding: 15px 8px;
    font-weight: 400;
    font-size: 18px;
    color: #373737;
}
.woocommerce-cart-form table td {
    vertical-align: middle;
    border-right: 1px solid #c2c2c2;
    font-size: 18px;
    color: #000000;
    padding: 3px 8px;
    text-align: center;
}
.woocommerce-cart-form table td:last-child, .woocommerce-cart-form table th:last-child {
    border-right: 0;
}
.woocommerce table.shop_table td.actions {
    padding: 20px 10px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 300px;
    min-height: 36px;
    border-radius: 0px;
}
.woocommerce table.shop_table a {
    color: #000;
}
.woocommerce table.shop_table a:hover {
    color: #9EBF3D;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 16px 15px;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 300;
    margin: 0;
    border: 0;
    box-shadow: none;
    display: block;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    background: #354951;
    color: #fff;
}
.woocommerce-message {
    margin: 15px 0;
}
p.cart-empty {
    text-align: center;
    color: #3E4B52;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 80px 0;
}

/**checkout page css**/

.checkout-page {
    padding: 30px;
    background: #fff;
    margin: 30px 0;
}
.woocommerce-info {
    margin: 0 0 15px 0;
    border: 2px solid #9EBF3D;
    font-size: 16px;
    padding: 10px 20px;
}
.woocommerce-info:before {
    display: none;
}
.checkout-page .woocommerce-info a {
    color: #9EBF3D;
}
.checkout-page .woocommerce form.login, .checkout-page .woocommerce .checkout_coupon {
    margin: 0 0 15px 0;
    background: #fff;
    border-radius: 0;
}
.checkout-page .woocommerce input[type="text"], .checkout-page .woocommerce input[type="password"], .checkout-page .woocommerce input[type="email"], .checkout-page .woocommerce input[type="password"], .checkout-page .woocommerce input[type="tel"], .checkout-page textarea, .checkout-page .selection {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    color: #565656;
    height: 38px;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
}
.checkout-page .selection .select2-selection {
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    height: auto;
    margin: 0;
}
.checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
}
.checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
}
.checkout-page .woocommerce input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 15px 9px 15px;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 300;
    margin: 0 20px 0 0;
    border: 0;
    box-shadow: none;
}
.checkout-page .woocommerce input[type="submit"]:hover {
    background: #354951;
}
.checkout-page p.lost_password a {
    margin: 0;
    display: inline-block;
    color: #9fc13d;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.checkout-page .woocommerce label {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 8px 0;
    padding: 0;
    color: #3E4B52;
}
.checkout-page .woocommerce form .form-row-first, .woocommerce form .form-row-last, .checkout-page .woocommerce-page form .form-row-first, .checkout-page .woocommerce-page form .form-row-last {
    width: 49%;
}
.checkout-page .woocommerce-billing-fields h3, .checkout-page .woocommerce-additional-fields h3 {
    font-size: 20px;
    color: #9EBF3D;
    font-weight: 400;
    letter-spacing: 2px;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 20px 0;
    width: auto;
    display: block;
}
.checkout-page .woocommerce-account-fields p.create-account {
    background: #fff;
}
.checkout-page .woocommerce-account-fields p.create-account label {
    position: relative;
    margin: 0;
    display: inline-block;
    color: #9fc13d;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.checkout-page .woocommerce-account-fields p.create-account label input {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.checkout-page div.create-account {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}
.checkout-page .woocommerce table.shop_table thead th {
    vertical-align: middle;
    border-right: 1px solid #ccc;
    background: #e7e7e8;
    padding: 15px 8px;
    font-weight: 400;
    font-size: 18px;
    color: #373737;
}
.checkout-page .woocommerce table.shop_table tfoot tr td, .checkout-page .woocommerce table.shop_table tfoot tr th {
    font-size: 18px;
    color: #000000;
}

/**error404**/

.error404 .page-not-found, .search-no-results .main-content-area {
    margin-bottom: 100px;
    color: #354951;
    font-size: 18px;
    min-height: 550px;
}
.error404 h3.page-title, .search-no-results h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #9EBF3D;
    font-weight: 500;
    letter-spacing: 10px;
    text-align: center;
    letter-spacing: 0;
}
.search-no-results h1 {
    text-align: left;
}

/**Login and Register**/

#customer_login {
    padding: 30px;
    background: #fff;
    margin: 30px 0;
}
#customer_login h2 {
    color: #3e4b52;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 8px 0 12px 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}
.woocommerce #customer_login form .form-row input[type="text"], .woocommerce #customer_login form .form-row input[type="password"], .woocommerce #customer_login form .form-row input[type="email"], .woocommerce #customer_login form .form-row textarea {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0px;
}
.woocommerce #customer_login form .form-row input[type="text"]:focus, .woocommerce #customer_login form .form-row textarea:focus, .woocommerce #customer_login form .form-row input[type="text"]:hover, .woocommerce #customer_login form .form-row textarea:hover, .woocommerce #customer_login form .form-row input[type="password"]:focus, .woocommerce #customer_login form .form-row input[type="password"]:hover, .woocommerce #customer_login form .form-row input[type="email"]:focus, .woocommerce #customer_login form .form-row input[type="email"]:hover {
    border: 1px solid #354951;
    -webkit-appearance: none;
}
.woocommerce #customer_login form .form-row label {
    color: #3E4B52;
    font-size: 19px;
    font-weight: 300;
    margin: 0px;
}
.woocommerce #customer_login .woocommerce-form-login, .woocommerce #customer_login form.register {
    border: 0;
    box-shadow: 0px 0 12px rgba(0, 0, 0, 0.2);
}
.woocommerce form.login .form-row {
    padding: 3px 0;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {}
.woocommerce #customer_login form.register .woocomerce-FormRow input.woocommerce-Button {}
.woocommerce #customer_login form input.button {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 10px 10px 5px 0;
    font-weight: 300;
    letter-spacing: 2px;
    border: 0;
}
.woocommerce #customer_login form input.button:hover {
    background: #354951;
}

/** Login - Remember me**/

.woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox input {
    opacity: 0;
    position: absolute;
}
.woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox span {
    color: #5A5B5B;
    font-size: 14px;
    font-weight: normal;
    font-weight: 300;
}
.woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"], .woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
    padding: 0 0 0 30px;
}
.woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox span {
    position: relative;
    outline: none !important;
}
.woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"]+span:before {
    content: "";
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #E6E7E8;
    position: absolute;
    left: 0px;
    top: 3px;
}
.woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked+span:before {
    margin: auto;
    line-height: 17px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #9fc13d;
}
.woocommerce #customer_login form .form-row label.woocommerce-form__label-for-checkbox input[type="checkbox"]:focus+label {
    outline: 1px solid #ddd;
}

/**Team page **/

.row.meet-the-team {
    margin-top: 7px;
}
.catsingle-page .homenews-section h3.widget-title {
    margin: 0 0 10px 0;
}
.meet_the_team_block {
    min-height: 398px;
    display: inline-block;
}
.meet-the-team-page h3.widget-title {
    text-align: center;
    color: #3E4B52;
    font-size: 31px;
    line-height: 25px;
    padding: 0 10px 12px 10px;
    display: inline-block;
    margin: 0 auto 25px 0;
    position: relative;
    text-transform: uppercase;
    clear: both;
    font-weight: 500;
    letter-spacing: 4px;
    background: transparent;
}
.meet-the-team-page h3.widget-title::after {
    top: auto;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.meet-the-team-page p {
    font-size: 15px;
    color: #5A5B5B;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.meet-the-team-block {
    text-align: center;
}
.meet-the-team-block .col-sm-4 {
    margin-bottom: 40px;
    text-align: center;
}
.row.meet-the-team:last-child .meet-team-block {
    margin-bottom: 0;
}
.meet-the-team-block .team-member-image {
    width: 252px;
    height: 252px;
    border-radius: 100%;
    border: 1px solid #A1CC3E;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.meet-the-team-block .team-member-image img {
    object-fit: cover;
    height: 252px;
}
.meet-the-team-block .team-mamber-title {
    color: #AAD049;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.meet-the-team-block .team-member-details p {
    color: #5A5B5B;
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
}
.meet-the-team-block p.team-mamber-profile {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}
.meet-the-team-block .team-member-details p.team-mamber-designation {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}
.meet-the-team-block .team-member-details p br {
    display: none;
}
.meet-the-team-block .team-member-details p.team-mamber-profile {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 15px auto;
    display: block;
}
.meet-the-team-block .team-members-social ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}
.meet-the-team-block .team-members-social ul li {
    display: inline-block;
}
.meet-the-team-block .team-members-social ul li a {
    margin: 0 3px;
    display: inline-block;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    background: #3E4B52;
    font-size: 16px;
    vertical-align: top;
    line-height: 25px;
}
.meet-the-team-block .team-members-social ul li a:hover {
    background: #AAD049;
}
.eventdetailpage .eventinfo-row .meet_the_team_block .team-member-image {
    width: 252px;
    height: 252px;
    border-radius: 100%;
    border: 1px solid #A1CC3E;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.eventdetailpage .eventinfo-row .meet_the_team_block .team-member-image img {
    object-fit: cover;
    height: 252px;
}
.eventdetailpage .eventinfo-row .meet_the_team_block .team-mamber-title {
    color: #AAD049;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.eventdetailpage .eventinfo-row .meet_the_team_block .team-mamber-title p.team-mamber-designation {
    font-weight: 400;
    font-size: 15px;
}
.eventdetailpage .eventinfo-row .meet_the_team_block .team-mamber-title p.team-mamber-profile {
    max-width: 211px;
    margin: 0 auto 15px auto;
    display: block;
}
.calendar_register_button {
    width: 100%;
    display: inline-block;
}
.eventdetailpage .eventinfo-row.whitbg-box .calendar_register_button a {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 20px 8px 0px 8px;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.eventdetailpage .eventinfo-row.whitbg-box .calendar_register_button a:hover {
    background: #354951;
}
.news-loader {
    text-align: center;
    width: 100%;
    padding: 40px 20px;
}
.homenews-section ul li.no-news {
    text-align: center;
    padding: 20px 20px 20px 60px;
}

/**single-post**/

.postdetail-page header.stickyheader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px 0 18px 0;
    border-bottom: 2px solid #9EBF3D;
}
body.postdetail-page header.stickyheader .headerlogo img {
    width: 200px;
}
body.postdetail-page header.stickyheader .headersocialright .searchform input#searchsubmit, body.postdetail-page header.stickyheader .headersocialright .searchform input#searchsubmit_show {
    padding: 5px;
    border-radius: 100%;
    background: url(images/searchicon.png) center center no-repeat #9EBF3D;
    height: 27px;
    width: 27px;
    border-radius: 0px;
}
body.postdetail-page header.stickyheader .headersocialright .social_link a:hover {
    color: #3E4B52;
}
body.postdetail-page iframe {
    margin: 0 auto 40px auto;
}
body.postdetail-page header.stickyheader .headersocialright .login-register-links {
    display: none;
}

/** Advertise Page **/

.advertise-banner .metaslider .caption-wrap {
    opacity: 1 !important;
    background: none !important;
    padding: 0px !important;
}
.advertise-banner .metaslider .caption {
    padding: 0px !important;
}
.advertise-banner .inner-banner {
    height: 550px
}
.advertise-banner .flexslider .slides li {
    height: 550px !important;
}
.advertise-banner .slides {
    overflow: hidden;
}
.advertise-banner .listevenbanner-txt h1 {
    margin: 30px 0 10px 0;
}
.advertise-banner .metaslider .slides img {
    height: auto;
}
.advertise-banner .listevenbanner-txt .btn {
    background: #ABD149;
    color: #fff;
    font-size: 27px;
    line-height: 26px;
    padding: 14px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
    border: 0px;
}
.advertise-banner .listevenbanner-txt .btn:hover {
    background: #fff;
    color: #ABD149;
}
.advertise-banner .flex-control-nav {
    z-index: 999;
    bottom: 34px;
}
.advertise-banner .flex-control-nav li a {
    background: #fff;
}
.advertise-banner .flex-control-nav li a.flex-active {
    background: rgba(255, 255, 255, 0.6);
}
.advertise-banner .metaslider .flexslider {
    margin-bottom: 0;
}
.advertisingform .contactform {
    margin: 0px;
    padding: 0;
}
.advertisingform .contactform .media-kit-text {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    word-break: break-word;
}
.advertisingform .contactform .media-kit-text a {
    display: block;
}
.advertisingform .contactform .media-kit-text strong {
    display: block;
    margin: 25px 0 0 0;
    font-weight: 400;
    color: #3e4c51;
}
.advertisingform .gform_wrapper {
    padding: 0 0 40px 0;
    position: relative;
}
.advertisingform .gform_wrapper, .advertisingform .gform_wrapper .gform_body, .advertisingform .gform_wrapper .gform_body ul {
    width: 100%;
    display: inline-block;
}
.advertisingform .gform_wrapper .gform_body ul li.gfield {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    clear: none;
}
.advertisingform .gform_wrapper .gform_body ul li.gfield_contains_required {
    width: 60%;
    float: left;
}
.advertisingform .gform_wrapper .gform_body ul li.gf-tooltip-icon {
    float: right;
    width: 33%;
    position: absolute;
    right: 0;
}
.advertisingform .gform_wrapper .gform_body ul li.gf-tooltip-icon label.gfield_label {
    display: none;
}
.advertisingform .gform_wrapper .gform_body ul li input {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #e6e7e8;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    height: auto;
    padding: 8px 12px;
}
.advertisingform .gform_wrapper .gform_body ul li.gf-tooltip-icon .ginput_container_checkbox {
    margin: 36px 0 0 0;
    padding: 0px;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox {
    padding: 0px;
    margin: 0 0 0 20px;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 16px;
    overflow: visible;
    height: auto;
    line-height: normal;
    width: 100%;
    float: left;
    line-height: 32px;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li:last-child {
    margin: 0;
    padding-bottom: 0;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li label {
    position: relative;
    outline: none !important;
    width: 100%;
    margin: 0px;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li label span {
    color: #5A5B5B;
    font-size: 14px;
    font-weight: normal;
    font-weight: 300;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"], .advertisingform .ginput_container_checkbox ul.gfield_checkbox li label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]+label:before {
    content: '';
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #E6E7E8;
    position: absolute;
    left: -35px;
    top: -3px;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:checked+label:before {
    margin: auto;
    line-height: 17px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #9fc13d;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:focus+label {
    outline: 1px solid #ddd;
}
.advertisingform .ginput_container_checkbox ul.gfield_checkbox li label a {
    color: #E6E7E8;
    font-size: 26px;
    display: inline-flex;
    float: right;
    margin: -3px 0 0 10px;
}
.advertisingform .gform_wrapper .gform_footer {
    width: auto;
    clear: none;
    float: left;
    margin: 0;
    padding: 0;
}

/**single news page**/

#load_content {
    margin-top: 30px;
}
header .headermenu .navbar-nav>li.wp_directory_menu.directory_hide_menu ul.sub-menu {
    display: none !important;
}
header .headermenu .navbar-nav>li.wp_directory_menu a:after {
    display: none;
}
.blogsingle-page .whitbg-box .entry-meta .post-content .panel-layout h1 {
    color: #3E4B52;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}
#event-listing div#talkshow-event-listing, #event-listing div#webinar-event-listing {
    display: none;
}

/** sponsorship **/

.sponsorship_form.eventdetailpage .siteorigin-widget-tinymce.textwidget {
    text-align: center;
}
.gform_confirmation_wrapper .gform_confirmation_message {
    color: #A1CC3E;
    margin: 28px 0 40px 0;
    text-align: center;
    width: 100%;
}
.become_sponsor_event p {
    padding: 0 120px;
    text-align: center;
}
.graybackground.sponsorshiplisting-page {
    padding: 40px 0 0 0;
}
.sponsorship_form {
    padding: 45px 150px 0px 150px;
}
div#technology-provider {
    margin-bottom: 0;
}
.whitbg-box.sponsorship {
    margin-bottom: 40px;
}
.whitbg-box.sponsorship .rowttl h4 {
    text-transform: uppercase;
}
body .sponsorship_form .gform_wrapper .gform_body li label.gfield_label {
    color: #3E4B52;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 0 0;
}
body .sponsorship_form .gform_wrapper .gform_body li input, body .sponsorship_form .gform_wrapper .gform_body li select, body .sponsorship_form .gform_wrapper .gform_body li textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 100%!important;
    padding: 10px 20px!important;
    margin: 0 0 15px 0;
    transition: all .3s ease;
    border-radius: 0px;
}
body .sponsorship_form .gform_wrapper .gform_body li input:hover, body .sponsorship_form .gform_wrapper .gform_body li select:hover, body .sponsorship_form .gform_wrapper .gform_body li textarea:hover {
    border: 1px solid #354951;
}
.sponsorship_form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0 0 40px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.sponsorship_form .gform_wrapper .gform_footer input.button {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9ebf3d;
    border-radius: 0;
    margin: 15px 0 0 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
    border-radius: 0px;
}
.sponsorship_form .gform_wrapper .gform_footer input.button:hover {
    background: #354951;
}
table .img-sponsors {
    margin: 0;
}
.img-sponsors {
    margin: 30px 0;
}

/** rates page **/

.listevenbanner-txt p {
    color: #a2d23e;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.35em;
}
.eventdetailpage .retas_page .rowttl h3 {
    margin-bottom: 30px;
}
.retas_page {
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 0;
}
.retas_page .congratulations_winners_section {
    width: 100%;
    display: inline-block;
}
.retas_page .congratulations_winners_section ul {
    margin: 0px;
    padding: 0px;
}
.retas_page .congratulations_winners_section ul li {
    margin: 0 10px;
    padding: 0px;
    display: inline-block;
}
.retas_page .congratulations_winners_section ul li a {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9ebf3d;
    border-radius: 0;
    margin: 15px 0 0 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.retas_page .congratulations_winners_section ul li a:hover {
    background: #354951;
}
.retas_page .rates_section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.retas_page .rates_section .rates_description {
    width: 100%;
    display: inline-block;
}
.retas_page .rates_section .rates_description a {
    color: #9ebf3d;
    font-weight: 300;
    font-size: 15px;
}
.retas_page .rates_section .rates_description h2 {
    margin: 0;
    font-weight: 300;
}
.retas_page .rates_section .rates_description h2 a {
    font-size: 18px;
    font-weight: 500;
}
.retas_page .rates_section .rates_description h3 {
    margin: 10px 0;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
}
.retas_page .rates_section .rates_description .rates_members_social {
    width: 100%;
    display: inline-block;
    word-break: break-all;
}
.retas_page .rates_section .rates_description .rates_members_social a {
    border-right: #ccc solid 1px;
    padding: 0 10px;
    line-height: 16px;
}
.retas_page .rates_section .rates_description .rates_members_social a:hover {
    opacity: 0.7;
}
.retas_page .rates_section .rates_description .rates_members_social a:first-child {
    padding-left: 0px;
}
.retas_page .rates_section .rates_description .rates_members_social a:last-child {
    border-right: none;
    padding-right: 0px;
}
.retas_page .rates_section .rates_description .rates_members_social a span {
    display: none;
}
.retas_page .rates_section_members {
    width: 100%;
    display: inline-block;
}
.retas_page .rates_section_members .rates_block_members {
    width: 100%;
    display: inline-block;
    min-height: 390px;
    margin-bottom: 30px;
}
.retas_page .rates_section_members .rates_block_members .rates_members_img {
    width: 252px;
    height: 252px;
    border-radius: 100%;
    border: 1px solid #a1cc3e;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.retas_page .rates_section_members .rates_block_members .rates_members_img img {
    width: 100%;
    object-fit: cover;
    height: 260px;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description {
    width: 100%;
    display: inline-block;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description {
    color: #333;
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description a {
    color: #9ebf3d;
    font-weight: 300;
    font-size: 15px;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description h2 {
    margin: 0;
    font-weight: 300;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description h2 a {
    color: #aad049;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description h3 {
    margin: 10px 0;
    font-weight: 300;
    font-size: 16px;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description .rates_members_social {
    width: 100%;
    display: inline-block;
    word-break: break-all;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description .rates_members_social a {
    border-right: #ccc solid 1px;
    padding: 0 10px;
    line-height: 16px;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description .rates_members_social a:hover {
    opacity: 0.7;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description .rates_members_social a:first-child {
    padding-left: 0px;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description .rates_members_social a:last-child {
    border-right: none;
    padding-right: 0px;
}
.retas_page .rates_section_members .rates_block_members .rates_members_description .rates_members_social a span {
    display: none;
}

/** Post Winnwer **/

.post_winner_section {
    width: 100%;
    display: inline-block;
}
.post_winner_section .post_winner_block {
    width: 96%;
    margin: 0 auto;
}
.post_winner_section .post_winner_block .inner_post_winner_block {
    padding: 0px;
    margin: 0 0 20px 0;
}
.post_winner_section .post_winner_block h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4em;
    color: #3E4B52;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0px;
}
.post_winner_section .post_winner_block h2 {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
}
.post_winner_section .post_winner_block ol {
    margin: 0 0 0 17px;
    padding: 0px;
}
.post_winner_section .post_winner_block ol li {
    margin: 0 0 6px 0;
    padding: 0px;
}
.post_winner_section .post_winner_block ol li a {
    color: #9ebf3d;
    font-weight: 300;
    font-size: 15px;
}
.post_winner_section .post_winner_block ol li a:hover {
    color: #333;
}

/** HONORABLE MENTIONS **/

.honorable_mentions_section {
    width: 100%;
    display: inline-block;
    border-top: #9ebf3d solid 1px;
    text-align: center;
}
.honorable_mentions_section h4 {
    text-align: center;
    width: 100%;
}
.honorable_mentions_section h3 {
    text-align: center;
    width: 100%;
    margin: 40px 0 20px 0;
    letter-spacing: 2px;
    color: #3E4B52;
    font-size: 20px;
    font-weight: 400;
}
.honorable_mentions_section .honorable_mentions_block {
    width: 246px;
    display: inline-block;
    overflow: hidden;
    height: 246px;
    border-radius: 50%;
    border: 1px solid #a1cc3e;
}
.honorable_mentions_section .honorable_mentions_block img {
    width: 100%;
    height: 246px;
    object-fit: cover;
}

/** HONORABLE MENTIONS LOGO **/

.honorable_mentions_logo_section {
    width: 100%;
    display: inline-block;
    border-top: #9ebf3d solid 1px;
}
.honorable_mentions_logo_section h4 {
    text-align: center;
    width: 100%;
}
.honorable_mentions_logo_section h3 {
    text-align: center;
    width: 100%;
    margin: 40px 0 20px 0;
    font-weight: 400;
    font-size: 20px;
    color: #3E4B52;
    letter-spacing: 2px;
}
.honorable_mentions_logo_section .honorable_mentions_logo_block {
    text-align: center;
}
.honorable_mentions_logo_section .honorable_mentions_logo_block img {
    width: 160px;
}
.filterformbox .select2-container-multi .select2-choices li a.select2-search-choice-close:after {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    background: none;
    content: "\f00d";
    display: block;
    position: absolute;
    color: #888888;
    font-size: 12px;
    font-family: FontAwesome;
}
.add_sponsor_section {
    width: 100%;
    text-align: center;
}
.add_sponsor_section .add_sponsor_img {
    vertical-align: top;
    width: 100%;
    display: inline-block;
    margin: 0 0 40px 0;
    text-align: center;
}
.add_sponsor_section .add_sponsor_img img {
    height: 35px;
    object-fit: cover;
}
.add_sponsor_section .add_sponsor_section_button a {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9ebf3d;
    border-radius: 0;
    margin: 10px 0 0 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.add_sponsor_section .add_sponsor_section_button a:hover {
    background: #354951;
}

/** whitout menu page **/

.whitout_menu_page .whitout_menu_header {
    margin: 0px;
    padding: 0px;
}
.whitout_menu_page .whitout_menu_header .headerlogo {
    margin: 15px 0 15px 0;
}
.whitout_menu_page .post-detail-page iframe#load_content {
    margin: 0px;
}
.whitout_menu_page .whitout_menu_header .headersocialright {
    margin: 27px 0;
    text-align: right;
    max-width: 510px;
    float: right;
}
.whitout_menu_page .whitout_menu_header .headersocialright .searchform {
    border: #9EBF3D solid 1px;
    top: 0;
}
.whitout_menu_page .whitout_menu_header .headersocialright .widget_text {
    display: inline-block;
    padding: 8px 0 0 0;
}
.whitout_menu_page .whitout_menu_header .headersocialright .widget_text a {
    color: #9EBF3D;
}
.whitout_menu_page .whitout_menu_header .headersocialright .widget_text a:hover {
    color: #354951;
}
.job-content-block {
    margin: 0 0 20px 0;
}

/** terms condition **/

.terms_condition_section {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 32px 30px 30px 30px;
    text-align: center;
    margin: 0 0 40px 0;
}
.terms_condition_section a {
    display: block;
    padding: 10px 0 0 0;
    font-size: 20px;
    color: #9EBF3D;
}
.terms_condition_section a:hover {
    color: #6D6E70;
}

/** keywords-list  **/

ul.keywords-list {
    margin: 0px;
    padding: 0px;
}
ul.keywords-list li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    background: #3E4B52;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
}

/*** search results events ***/

.search_results_events {
    min-height: 450px;
    background: #fff;
    margin: 40px 0;
}
.search_results_events .search_results_block {
    width: 100%;
    padding: 0 30px;
}
.search_results_events .search_results_block .blog-listing {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 0;
}
.search_results_events .search_results_block h1 {
    font-size: 20px;
    color: #3E4B52;
    width: 100%;
    display: inline-block;
    border-bottom: #ccc solid 1px;
    margin: 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
}
.search_results_events .search_results_block .blog-listing .blog-img {
    width: 100%;
    max-width: 200px;
    float: left;
    margin: 10px 20px 0 0;
}
.search_results_events .search_results_block .blog-listing .blog-img img {
    width: 100%;
}
.search_results_events .search_results_block .blog-listing .blog_content_section, .search_results_events .search_results_block .blog-listing .blog-title {
    float: right;
    width: 78%;
}
.search_results_events .search_results_block .blog-listing .blog-title h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 8px 0 6px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 18px 0 0px;
    text-transform: inherit;
}
.search_results_events .search_results_block .blog-listing .blog-title h2 a {
    font-weight: 600;
    color: #000;
}
.search_results_events .search_results_block .blog-listing .blog-title h2 a:hover {
    color: #9ebf3d;
}
.search_results_events .search_results_block .blog-listing .blog-title .blog-date {
    margin: 0 0 10px 0;
    color: #5A5B5B;
    font-size: 15px;
    font-weight: 500;
}
.search_results_events .search_results_block .blog-listing .blog_content_section .blog-content {
    float: left;
    width: 100%;
    line-height: 21px;
    word-break: break-word;
}
.search_results_events .search_results_block .blog-listing .blog_content_section .more-btn a {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    margin: 0;
    font-weight: 600;
    border: 0;
}
.search_results_events .search_results_block .blog-listing .blog_content_section .more-btn a:hover {
    color: #9EBF3D;
}

/**** My Account ****/

.my_account_section {
    width: 100%;
    margin: 30px 0;
    background: #fff;
    padding: 30px;
}
.my_account_section form {
    text-align: left;
    max-width: 100%;
    margin: 0;
}
.my_account_section .gform_body ul.gform_fields li span.required {
    color: red;
    font-weight: 700;
    border: 0;
}
.my_account_section .title {
    width: 100%;
    text-align: center;
}
.my_account_section .title h2 {
    text-align: center;
    color: #3E4B52;
    font-size: 26px;
    line-height: 25px;
    padding: 0 30px 15px 30px;
    display: inline-block;
    margin: 0 auto 32px 0;
    position: relative;
    text-transform: uppercase;
    clear: both;
    font-weight: 700;
    letter-spacing: 4px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
}
.my_account_section .title h2::after {
    top: auto;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.my_account_section .gform_body {
    width: 100%;
}
.my_account_section .gform_body ul.gform_fields li .leave_unchanged_block {
    margin: -8px 0 0 0;
    padding: 0;
    font-size: 10px;
    line-height: 0px;
    font-weight: 500;
    color: #3E4B52;
}
.my_account_section .gform_body ul.gform_fields {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.my_account_section .gform_body ul.gform_fields li {
    padding: 0 20px;
    width: 50%;
    float: left;
    list-style: none;
    margin: 0 0 10px 0;
}
.my_account_section .gform_body ul.gform_fields li .gfield_label {
    color: #3E4B52;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.my_account_section .gform_body ul.gform_fields li .gfield_label .gfield_required {
    color: #790000;
    margin-left: 4px;
}
.my_account_section .gform_body ul.gform_fields li .ginput_container {
    margin-top: 0px;
}
.my_account_section .gform_body ul.gform_fields li input#account_email.woocommerce-Input--email {
    background: #EEEFF0;
    cursor: no-drop;
    border-radius: 0px;
}
.my_account_section .gform_body ul.gform_fields li input#account_email.woocommerce-Input--email:hover {
    border: 1px solid #e6e6e6;
}
.my_account_section .gform_body ul.gform_fields li input, .my_account_section .gform_body ul.gform_fields li select, .my_account_section .gform_body ul.gform_fields li textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    transition: all 0.3s ease;
    border-radius: 0px;
}
.my_account_section .gform_body ul.gform_fields li input:hover, .my_account_section .gform_body ul.gform_fields li select:hover, .my_account_section .gform_body ul.gform_fields li textarea:hover {
    border: 1px solid #354951;
}
.my_account_section .gform_body .submit_button {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}
.my_account_section .gform_body .submit_button input.button {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0px 0 10px 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.my_account_section .gform_body .submit_button input.button:hover {
    background: #354951;
}

/** photo video gallery**/

.graybackground.photo-gallery, .graybackground.photodetailpage {
    padding: 40px 0;
}
.photo-gallery .photos {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 30px 30px 10px 30px;
    margin-bottom: 30px;
}
.photo-gallery .photo_gallery_title {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.photo-gallery .photo_gallery_title h4 {
    text-align: center;
    color: #3E4B52;
    font-size: 31px;
    line-height: 35px;
    padding: 0 10px 15px 10px;
    display: inline-block;
    margin: 0 auto 25px 0;
    position: relative;
    text-transform: uppercase;
    clear: both;
    font-weight: 500;
    letter-spacing: 4px;
}
.photo-gallery .photo_gallery_title h4::after {
    top: auto;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.photo-gallery .photos iframe.iframe-video {
    width: 100%;
    display: inline-block;
    height: 543px;
    margin-bottom: 10px;
}
.photo-gallery .photos .view-more-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 30px 0 20px 0;
}
.photo-gallery .photos .view-more-button a {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 9px 21px;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0;
    font-weight: 300;
    letter-spacing: 3px;
    border: 0;
}
.photo-gallery .photos .view-more-button a:hover {
    background: #354951;
}
.photodetailpage .video iframe.iframe-video {
    width: 100%;
    display: inline-block;
    height: 543px;
}
.photodetailpage .photos {
    text-align: center;
}
.photodetailpage .photos a {
    padding: 5px;
    margin: 0;
    display: inline-block;
    width: 33%;
    max-height: 240px;
}
.photodetailpage .photos a img {
    width: 100%;
    height: 230px;
    width: 100%;
    object-fit: cover;
}

/*********/

.owl-carousel.slider .owl-item .item {
    max-height: 220px;
}
.photo-gallery .photos .owl-carousel .owl-nav {
    width: 100%;
    display: inline-block;
}
.photo-gallery .photos .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    left: 0px;
    outline: none;
    color: #fff !important;
    z-index: 999;
    font-size: 14px;
    line-height: 40px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 10px;
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}
.photo-gallery .photos .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 48%;
    right: 0;
    outline: none;
    color: #fff !important;
    z-index: 999;
    font-size: 14px;
    line-height: 40px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, .3);
    display: inline-block;
    padding: 10px;
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}
.photo-gallery .photos .owl-carousel .owl-nav .owl-prev:before {
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.photo-gallery .photos .owl-carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.photo-gallery .photos .owl-carousel .owl-nav .owl-next:before {
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.photo-gallery .photos .owl-carousel .owl-nav .owl-next:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

/** news-pagination **/

.homenews-section #pagination {
    margin: 30px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #3E4B52;
    font-weight: 300;
    padding: 0 20px
}
.homenews-section #pagination a {
    display: inline;
}
.homenews-section #pagination a, .homenews-section #pagination span {
    color: #354951;
    margin: 0 0 0 -1px;
    cursor: pointer;
    font-size: 15px;
    padding: 9px 12px;
    line-height: 15px;
    border: 1px solid #dddddd;
    background: #fff;
}
.homenews-section #pagination span.current {
    background: #354951;
    color: #fff;
    border: 1px solid #354951;
    cursor: auto;
}
.homenews-section #pagination a:hover, .homenews-section #pagination span.current:hover {
    color: #354951;
    background: #9EBF3D;
    border: 1px solid #9EBF3D;
}

/** mail icon **/

.mail_icon_section {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
}
.mail_icon_section .mail_icons {
    background: #9ebf3d url(images/email-envelope.png) center center no-repeat;
    background-size: 42px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    box-shadow: 0px 0px 5px #fff;
}
.mail_icon_section .subscribe_block {
    display: none;
}
.mail_icon_section:hover .subscribe_block {
    display: none;
    float: left;
    position: relative;
    background: white;
    text-align: center;
    line-height: 16px;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.18);
    bottom: -8px;
    right: 20px;
    padding: 18px 20px;
    border-radius: 6px;
    box-shadow: -2px 5px 10px -2px rgba(0, 0, 0, 0.16);
}
.mail_icon_section .subscribe_block .privy-floating-text-close-btn {
    position: absolute;
    top: -6px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    vertical-align: top;
    background: #f00;
    border-radius: 100px;
    transition: all 0.2s ease;
    color: #fff;
    font-size: 20px;
    padding: 1px 0 0 0;
    cursor: pointer;
}
.mail_icon_section:hover .subscribe_block:before {
    content: "";
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
}
.mail_icon_section .subscribe_block .privy-floating-text {
    position: relative;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 700;
    color: #313437;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}

/** Popup **/

.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form {
    padding: 0;
}
.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form .gform_heading {
    margin-bottom: 0px;
}
.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form .gform_heading h3.gform_title {
    margin-bottom: 0px;
}
.right-side-bar-newsletter .email_section_popup {
    display: none;
}
.right-side-bar-newsletter .thank_section_popup {
    display: none;
}
.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper {
    background: none;
    height: auto;
}
.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form li label.gfield_label span.gfield_required {
    display: none;
}
.right-side-bar-newsletter .gform_footer.top_label {
    margin: 20px 0 0 0px!important;
    padding: 0px!important;
}
.right-side-bar-newsletter .gform_button {
    margin: 20px 0 0 0px !important;
    padding: 6px 15px 6px 15px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #9EBF3D;
    border-radius: 0;
    letter-spacing: 0;
    border: 0;
    width: auto;
}
.right-side-bar-newsletter .gform_button:hover {
    background: #3E4B52;
}
.right-side-bar-newsletter .gform_footer.top_label input.gform_button.button {
    margin: 0px;
    padding: 7px 15px 7px 15px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 0;
    border: 0;
    width: auto;
}
.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form .gform_footer.top_label {
    margin: 0;
    float: right;
    position: initial;
    width: 100%;
    top: initial;
    text-align: center;
}
.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper ul.top_label .ginput_container.ginput_container_email {
    width: 100%;
}
.right-side-bar-newsletter #email-newsletter, .right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form li.gfield_contains_required .ginput_container_email input.large {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 100%!important;
    padding: 10px 20px!important;
    margin: 0;
    transition: all 0.3s ease;
}
.right-side-bar-newsletter #email-newsletter:hover, .right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form li.gfield_contains_required .ginput_container_email input.large:hover {
    border: 1px solid #354951;
}
.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper ul.top_label li .gfield_label, .right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form li.gfield_contains_required label.gfield_label {
    display: none;
}
.right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper:before {
    display: none;
}
.right-side-bar-newsletter .gform_confirmation_wrapper.email-signup-form {
    background: none;
    background-size: initial;
    height: auto;
}
.mail_icon_section .subscribe_block:before {
    right: -11px;
    border-right: none;
    border-left: 11px rgba(0, 0, 0, 0.18) solid;
}

/** emailpopup newsletter **/

.emailpopup_newsletter .modal-dialog {
    background: none !important;
    display: grid;
    max-width: 960px;
    width: 100%;
}
.emailpopup_newsletter .modal-dialog .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}
.emailpopup_newsletter .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.emailpopup_newsletter .modal-dialog .modal-content .modal-header {
    border: none;
}
.emailpopup_newsletter .modal-dialog .modal-content .email-subscriber.getfeatured iframe {
    height: 422px !important;
}
.emailpopup_newsletter .validation_error {
    display: none;
}
.emailpopup_newsletter .gform_wrapper.email-signup-form_wrapper ul.top_label .gfield_description.validation_message {
    float: left;
    width: auto;
    position: absolute;
}
.email_section_popup {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.email_section_popup .email_logo {
    padding: 0px 0 50px 0;
}
.email_section_popup .discover_commercial {
    margin: 0 0 40px 0;
    font-size: 35px;
    font-weight: 500;
}
.email_section_popup .discover_commercial span {
    display: block;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 2px;
}
.email_section_popup .event_notifications {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 35px;
    padding: 0 0 40px 0;
    text-transform: none;
}
.email_section_popup .even_purchase {
    margin: 10px 0 20px 0;
    float: left;
    width: 100%;
    font-size: 18px;
    word-spacing: 6px;
}
.email_section_popup .even_questions {
    margin: 10px 0 20px 0;
    float: left;
    width: 100%;
    font-size: 18px;
}
.email_section_popup .even_purchase span {
    color: #9EBF3D;
}
.thank_section_popup .email_logo {
    padding: 20px 0 20px 0;
}
.thank_section_popup .discover_commercial {
    margin: 50px 0 20px 0;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}
.thank_section_popup .even_purchase {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}
.thank_section_popup .even_questions {
    margin: 0px 0 20px 0;
    float: left;
    width: 100%;
    font-size: 18px;
}
.email_section_popup .even_questions a {
    color: #9EBF3D;
    display: block;
    width: 100%;
}
.modal-open .modal.popupiframe {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 9988;
}
.email_section_popup .email_logo img.header_logo {
    /*width: 650px;*/
    width: 350px;
}
.email-signup-form .newsletter_validation_message {
    margin: 10px 0 0 0;
    float: left;
    width: 75%;
    text-align: center;
}
.email-subscriber.getfeatured {
    background: #3e4a51 url(images/newsletter_popup.png) 0 bottom no-repeat;
    background-size: contain;
    padding: 30px 60px 60px 60px;
    position: relative;
}
.email-subscriber.getfeatured .news-loader {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 210px;
    left: 280px;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 999;
    padding: 0;
}
.gform_wrapper.email-signup-form_wrapper form .gform_footer.top_label {
    margin: 0;
    float: right;
    position: relative;
    width: 150px;
    top: -62px;
}
.gform_wrapper.email-signup-form_wrapper.gform_validation_error form .gform_footer.top_label {
    top: -70px;
}
.gform_wrapper.email-signup-form_wrapper form .gform_footer.top_label input.gform_button.button {
    margin: 0px;
    padding: 10px 15px;
    font-weight: 300;
}
.emailpopup_newsletter .gform_wrapper .gform_ajax_spinner {
    padding-left: 10px;
    position: relative;
    left: -160px;
    top: 10px;
}
.email_section_popup .event_notifications span {
    color: #9EBF3D;
    text-decoration: underline;
}
.venu-address {
    font-size: 20px;
}

/**bsearch_footer pagination **/

.bsearch_footer {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin: 0 0 23px 0;
}
.bsearch_footer b, .bsearch_footer a:hover {
    background: #9EBF3D;
    padding: 10px;
    color: #fff;
}
.bsearch_footer a {
    padding: 10px;
}
.popupiframe iframe {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.emailpopup_newsletter .modal-body button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #101010;
    opacity: 1;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 10px;
    background: #fff;
    border-radius: 100%;
    padding: 0 0 3px 0;
    text-align: center;
    z-index: 999;
    display: inline-block;
}
.hostguest-row .col-sm-4, .rates_section_members .col-md-4 {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.rates_section_members .col-md-4 {
    margin: 0 -3px;
}
.emailpopup_newsletter .thank_section_popup {
    display: none;
}
.getfeatured_newsletter {
    background: #fff;
    clear: both;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 30px;
}
.getfeatured_newsletter .newsletter_sucess_message {
    font-weight: bold;
    color: #9EBF3D;
}
.getfeatured_newsletter .validation_message {
    font-weight: 500;
    margin: 10px 0 0 0;
    color: #f00;
}
.getfeatured_newsletter .news-loader-right-side {
    width: 100%;
    text-align: center;
}
.getfeatured_newsletter .news-loader-right-side img {
    width: 60px;
}

/****popup select design*****/

#frmclaim .select2-container {
    padding: 0;
    color: #3E4B52 !important;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    height: auto;
}
#frmclaim .select2-container a {
    background: transparent;
    height: auto;
    padding: 8px 10px;
    border: 1px solid #e6e6e6;
}

/** michael blog section **/

body.page-template-michael-beckerman .inner-banner:after {
    display: none;
}
.inner-banner .listevenbanner-txt {
    text-align: center;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    float: none;
    left: 0;
    right: 0;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .validation_error {
    display: none;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li.gfield_error .validation_message {
    font-size: 15px;
    padding: 6px 0 0 0;
    float: left;
    width: 100%;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_heading {
    width: 100%;
    float: left;
    display: none;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form {
    width: 100%;
    max-width: 740px;
    margin: 10px auto !important;
}
.listevenbanner-txt h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    margin: 0px 0 10px 0;
    padding: 0 20px;
    font-size: 21px;
    text-align: center;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_body {
    float: left;
    width: 78%;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_footer {
    margin: 0px !important;
    float: right;
    position: initial;
    width: 158px;
    top: 0;
    clear: none;
    text-align: center;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_footer img.gform_ajax_spinner {
    margin: -41px 14px 0 0;
    padding: 0;
    float: right;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .thank-section {
    color: #9ebf3d;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li.gfield_error, .inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li .ginput_container_email, .inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li.gfield_error .ginput_container_email {
    margin: 0px !important;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li .ginput_container_email input[type="text"] {
    background-color: #fff;
    border: none;
    padding: 18px 20px !important;
    transition: all 0.3s ease;
    width: 100%;
    margin: 0;
    color: #101010;
    font-size: 20px !important;
    float: left;
    font-weight: 300;
    border-radius: 0px;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li .ginput_container_email input[type="email"]:hover {
    border: none;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_footer input[type="submit"].gform_button {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 21px 0px !important;
    background: #9EBF3D;
    border-radius: 0;
    margin: 0 0 5px 0;
    font-weight: 600;
    letter-spacing: 0;
    border: 0;
    float: left;
}
.inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_footer input[type="submit"].gform_button:hover {
    background: #354951;
}
.michael-beckerman-page .michael-beckerman-section .michael-img {
    padding-bottom: 0;
    background: #fff;
}
.michael-beckerman-page .michael-beckerman-section .sidebar .socialicons.socialicons_text_remove {
    padding: 30px;
    margin: 0px;
}
.michael-beckerman-page .michael-beckerman-section .sidebar .socialicons.socialicons_blog {
    padding: 0;
}
.michael-beckerman-page .michael-beckerman-section .sidebar .socialicons.socialicons_text_remove a {
    margin: 10px 9px 0 9px;
}
.michael-beckerman-page .catsingle-page p {
    font-size: 15px;
    color: #5A5B5B;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.tweet .twitter_description p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.michael-beckerman-page .catsingle-page h3.widget-title {
    text-align: left;
    color: #3E4B52;
    font-size: 31px;
    line-height: 25px;
    padding: 0 10px 12px 0px;
    display: inline-block;
    margin: 0 auto 15px 0;
    position: relative;
    text-transform: uppercase;
    clear: both;
    font-weight: 500;
    letter-spacing: 4px;
    background: transparent;
}
.michael-beckerman-page .catsingle-page h3.widget-title::after {
    top: auto;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.michael-beckerman-page .catsingle-page .michael-latest-blog h2, .michael-beckerman-page .catsingle-page .michael-latest-blog h2 a {
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    white-space: normal;
    width: 100%;
    margin: 4px 0 10px 0;
    font-size: 22px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: 30px;
    float: left;
    white-space: nowrap;
}
.michael-latest-blog h2 a:hover {
    color: #9ebf3d!important;
}
.cretech-latest-blog h2 a:hover {
    color: #9ebf3d!important;
}
.michael-beckerman-page .right-categories p {
    margin-bottom: 0;
}
.michael-beckerman-page .right-categories p a.btn:last-child {
    margin-bottom: 0;
}
.michael-beckerman-page .michael-beckerman-search {
    margin: 40px 0 45px 0;
    width: 100%;
    float: left;
}
.michael-beckerman-page .catsingle-page {
    float: left;
    width: 100%;
}
.michael-beckerman-page .michael-beckerman-search .search-form {
    position: relative;
}
.michael-beckerman-page .michael-beckerman-search i.fa.fa-search {
    position: absolute;
    top: 4px;
    z-index: 9;
    left: 16px;
    color: #ccc;
    opacity: 0;
    width: 40px;
    height: 46px;
}
.michael-beckerman-page .michael-beckerman-search input.michael-blog-search {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #e6e7e8;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    height: auto;
    padding: 15px 12px 13px 65px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 2px;
    background: #fff url(images/search-icon.png) 16px 7px no-repeat;
}
.michael-beckerman-page .michael-beckerman-search input.michael-blog-search:hover {
    border: 1px solid #354951;
}
.michael-beckerman-page .michael-latest-blog {
    padding: 0;
    background: #fff;
    margin-bottom: 40px;
}
.michael-beckerman-page .michael-latest-blog .blog-thumbnail {
    height: 283px;
    overflow: hidden;
}
.michael-beckerman-page .michael-latest-blog .blog-thumbnail img {
    width: 100%;
}
.michael-beckerman-page .michael-latest-blog .readmore_block a {
    color: #9EBF3D;
}
.michael-beckerman-page .michael-beckerman-section .michael-right .sidebar h2 {
    text-transform: uppercase;
}
.michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section {
    padding: 35px 30px 45px 30px;
}
.michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section .michael_category_section {
    width: 100%;
    float: left;
}
.michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section .michael_category_section .michael_blog_title {
    float: left;
}
.michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section .category_filter_block {
    float: right;
    position: relative;
    border: #e6e7e9 solid 1px;
    padding: 0;
    width: 100%;
    max-width: 290px;
    margin: -5px 0px 0 0;
}
.post-coimgntent {
    margin-bottom: 20px;
}
.michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section .category_filter_block select.michal-category-selector {
    padding: 8px 35px 8px 18px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    z-index: 9;
    background: none;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #333333;
}
.michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section .category_filter_block:after {
    top: 14px;
}
.michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section .category_filter_block select.michal-category-selector option {
    font-size: 16px;
    color: #333333;
}
.homenews-section ul.michael-beckerman-news-container {
    padding: 0px;
    float: left;
    width: 100%;
}
.homenews-section ul.michael-beckerman-news-container .michael_category_section {
    margin-top: 10px;
}
.homenews-section ul.michael-beckerman-news-container .michael_category_section .michael_blog_title {
    width: 48%;
    float: left;
}
.homenews-section ul.michael-beckerman-news-container .michael_category_section .michael_blog_title h4 {
    text-align: left;
    color: #3E4B52;
    font-size: 26px;
    line-height: 25px;
    padding: 0 10px 15px 10px;
    margin: 1px auto 32px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    float: left;
    width: 100%;
    position: relative;
}
.homenews-section ul.michael-beckerman-news-container .michael_category_section .michael_blog_title h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #A1CC3E;
    left: 0;
    right: 0;
}
.homenews-section ul.michael-beckerman-news-container .michael_category_section .category_filter_block {
    float: right;
    width: 48%;
}
.homenews-section .michael-blog .newsfeed-video {
    padding: 0;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog {
    margin: 0 0 12px 0;
    padding: 0;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .newsfeed-top-section {
    padding-right: 0;
    margin-top: 14px;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .newsfeed-top-section .newsleftpadding {
    padding: 0px;
    position: relative;
    margin: 0;
    width: 100%;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft {
    width: 55%;
    float: left;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft.full-width-blogleft {
    width: 100%;
    float: none;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft h2 {
    width: 100%;
    margin: 0 0 10px 0;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft .news-date {
    width: 100%;
    padding: 0px;
    margin: 0px 0 11px 0;
    float: left;
    font-weight: 500;
    color: #5A5B5B;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft .news-date span, .homenews-section .michael-blog .newsfeed-video .news-date span {
    color: #9EBF3D;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft .blog_contain {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .blog-thumbnail {
    width: 280px;
    float: right;
    margin: 0;
    padding: 0;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .newsleftpadding .newsleftpaddingbottom {
    padding: 0;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.homenews-section ul.michael-beckerman-news-container li.michael-blog .newsleftpadding .newsleftpaddingbottom ul {
    margin: 0px;
    padding: 0px;
}
.formsection {
    text-align: center;
}
.eventlisting-page #event-listing #live-event-listing #show_events .event-listingslider .event-detail-button span a {
    margin-bottom: 0;
}

/** comments reply **/

form.comment-form {
    width: 100%;
    display: block;
}
form.comment-form label {
    margin-bottom: 5px;
    font-weight: 400;
    float: left;
    width: 100%;
    font-size: 18px;
}
form.comment-form input, form.comment-form textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 8px 12px;
    transition: all 0.3s ease;
    border-radius: 0px;
}
form.comment-form textarea {
    height: 120px;
    max-height: 120px;
    min-height: 120px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0px;
}
form.comment-form input:hover, form.comment-form textarea:hover {
    border: 1px solid #3E4B52;
}
.reply a.comment-reply-link, .comment-edit-link {
    color: #9EBF3D;
}
.reply a.comment-reply-link:hover, .comment-edit-link:hover {
    color: #3E4B52;
}
.comment .comment-author img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.comment-respond form .form-submit input.submit {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 15px 6px 15px;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 300;
    margin: 0 0 12px 0;
    width: auto;
    border: none;
    border-radius: 0px;
}
.comment-respond form .form-submit input.submit:hover {
    background: #3E4B52;
}
.comment-respond small a#cancel-comment-reply-link {
    float: right;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    background: #9EBF3D;
    border-radius: 0;
    font-weight: 300;
    margin: 0 0 12px 0;
    width: auto;
    border: none;
}
.comment-respond small a#cancel-comment-reply-link:hover {
    background: #3E4B52;
}
.comment-respond {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.comment {
    border-bottom: #ccc solid 1px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.comment:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
ul.children {
    margin: 20px 0 0 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin-top: 20px;
}

/** directory search **/

.ui-front {
    z-index: 88 !important;
}
.ui-widget.ui-widget-content.ui-front {
    border: 1px solid #c5c5c5;
    width: 100% !important;
    max-width: 225px;
    max-height: 400px;
    overflow: auto;
}
ul.ui-menu.ui-front .ui-menu-item {
    border: none;
    color: #404041;
    font-weight: 300;
    float: left;
    width: 100%;
}
ul.ui-menu.ui-front .ui-menu-item .ui-menu-item-wrapper {
    border: none;
    padding: 4px;
    position: inherit;
    margin: 0;
    float: left;
    width: 100%;
}
ul.ui-menu.ui-front .ui-menu-item .ui-menu-item-wrapper.ui-state-active, ul.ui-menu.ui-front .ui-menu-item .ui-menu-item-wrapper:hover, ul.ui-menu.ui-front .ui-menu-item .ui-menu-item-wrapper:focus {
    background: #9EBF3D;
    color: #fff;
    border: none;
    font-weight: 300;
}
.headermenu ul li.login_arrow_remove {
    display: none;
}
.adminpages {
    margin: -1px 0 0 0;
}
.contactform .gform_wrapper .top_label .gfield_label .gfield_required, .gfield_required {
    color: red !important;
    font-weight: 700;
}
/*header .headermenu .navbar-nav>li.main-my-account,*/ header .headermenu .navbar-nav>li.my-account, header .headermenu .navbar-nav>li.main-my-login {
    display: none;
}
/* START header-menu-top-desk */
/*social links*/
header .header-menu-top-desk {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
header .header-menu-top-desk .social_link {
  font-size: 0;
  text-align: right;
  margin-top: 12px;
}
header .header-menu-top-desk .social_link a{
  color: #9EBF3D;
  display: inline-block;
  margin: 0;
  width: 27px;
  text-align: center;
}
header .header-menu-top-desk .social_link .fa{
  font-size: 21px;
}

/*menu*/
header .header-menu-top-desk .navbar-nav {
    white-space: nowrap;
}
header .header-menu-top-desk .navbar-nav>li:first-child {
    margin-left: 0;
}
header .header-menu-top-desk .navbar-nav>li:last-child {
    margin-right: 0;
}

header .header-menu-top-desk .navbar-nav>li {
    margin: 0 11px;
    position: relative;
    display: inline-block;
    float: none;
}
header .header-menu-top-desk .navbar-nav>li.current-menu-item>a {
    color: #9EBF3D;
    background: transparent;
}

header .header-menu-top-desk .navbar-nav>li>a {
    padding: 14px 0 10px 0;
    color: #303030;
    text-transform: uppercase;
    font-size: 14.74px;
    font-weight: 300;
    font-style: normal;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
header .header-menu-top-desk .navbar-nav>li:hover>a,
header .header-menu-top-desk .navbar-nav>li>a:hover,
header .header-menu-top-desk .navbar-nav>li>a:focus,
header .header-menu-top-desk .navbar-nav>li.current-menu-item>a,
header .header-menu-top-desk .navbar-nav>li.current-menu-parent>a {
    color: #9EBF3D;
    background: transparent;
}
header .header-menu-top-desk .navbar-nav li ul.sub-menu {
    position: absolute;
    top: 34px;
    left: 0;
    background: #9EBF3D;
    text-align: left;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 208px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
    transition: all 0.6s ease;
    text-decoration: none;
    opacity: 0;
    display: none;
}
header .header-menu-top-desk .navbar-nav li ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
}
header .header-menu-top-desk .navbar-nav li ul.sub-menu a {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    padding: 10px;
    display: block;
    font-weight: 300;
    position: relative;
}
header .header-menu-top-desk .navbar-nav li:hover>ul.sub-menu {
    opacity: 1;
    display: block;
}
header .header-menu-top-desk .navbar-nav li ul.sub-menu a:hover,
header .header-menu-top-desk .navbar-nav li ul.sub-menu li:hover>a {
  color: #303030;
}
/* END header-menu-top-desk */

/**Responsive**/

@media(min-width:781px) {
    header .headermenu .navbar-nav li ul.sub-menu {
        position: absolute;
        top: 34px;
        left: 0;
        background: #9EBF3D;
        text-align: left;
        z-index: 999;
        list-style: none;
        margin: 0;
        padding: 0;
        min-width: 208px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        unicode-range: U+0020-00FE;
        transition: all 0.6s ease;
        text-decoration: none;
        opacity: 0;
        display: none;
    }
    header .headermenu .navbar-nav li:hover>ul.sub-menu {
        opacity: 1;
        display: block;
    }
    header .headermenu .navbar-nav ul.sub-menu li:hover>ul {
        left: 100%;
        top: 0;
    }
    header .headermenu .navbar-nav li ul.sub-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        text-align: left;
        display: block;
        width: 100%;
        position: relative;
    }
    header .headermenu .navbar-nav li ul.sub-menu a {
        color: #fff;
        font-size: 14px;
        text-transform: none;
        padding: 10px;
        display: block;
        font-weight: 300;
        position: relative;
    }
    header .headermenu .navbar-nav li ul.sub-menu a:hover, header .headermenu .navbar-nav li ul.sub-menu a:focus, header .headermenu .navbar-nav li ul.sub-menu li:hover>a, header .headermenu .navbar-nav li ul.sub-menu li.current_page_item a, header .headermenu .navbar-nav li ul.sub-menu li.current-menu-item a {
        color: #303030;
    }
}
@media(max-width:1400px) {
    .analytics-insights .filterform .filterform_box div#date-range {
        margin-bottom: 14px;
    }
    .advertise-banner .metaslider .slides img {
        height: 580px;
        object-fit: cover;
    }
    .newsfeed-row ul li .markets_block span, .newsfeed-row ul li .segments_block span {
        width: 78%;
    }
    .listevenbanner-txt h1 {
        font-size: 55px;
    }
    .adminpages table td.companylogo a.ng-binding {
        white-space: initial;
        font-size: 13px;
        word-wrap: break-word;
        display: inline;
    }
    .adminpages table td.companylogo figure {
        float: left;
    }
    .trending-news-slider .owl-carousel.owl-drag .owl-item.active {
        padding: 0;
    }
    .trending-news-row .owl-carousel.owl-loaded .item {
        padding: 0px 100px 0px 0;
        float: left;
    }
    .trending-news-row .owl-carousel.owl-loaded .item a {
        line-height: 18px;
        font-size: 14px;
        float: left;
    }
    .trending-news-row .trending-news-slider .owl-carousel .owl-stage-outer {
        height: auto !important;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li .ginput_container_email {
        width: 100%;
    }
    .gform_wrapper.email-signup-form_wrapper ul.top_label .ginput_container.ginput_container_email {
        width: 72%;
    }
    .emailpopup_newsletter .modal-dialog {
        max-width: 800px;
    }
    .email_section_popup .discover_commercial {
        font-size: 25px;
    }
    .email_section_popup .discover_commercial span {
        font-size: 41px;
    }
    .email_section_popup .event_notifications {
        font-size: 22px;
    }
    .emailpopup_newsletter .email-signup-form input[type="text"] {
        width: 71%;
    }
}
@media(max-width:1199px) {
    body .select2-container-multi .select2-choices li div {
        font-size: 13px;
    }
    .footerpost .popular-post-section .post-info-with-thumbnail {
        width: 53%;
    }
    .homevent-slider #event-slider .event-image {
        background-size: cover !important;
    }
    .directory-banner-section .directory-banner .directory-banner-title h3 {
        font-size: 36px;
        max-width: 700px;
    }
    .homepage-box-block .events-section .eventsblock h6 a {
        font-size: 14px;
    }
    .homevent-slider #event-slider .eventslider-text .event-description a .event-name {
        font-size: 24px;
        line-height: 20px;
    }
    .homevent-slider #event-slider .eventslider-text .event-name {
        font-size: 18px;
    }
    .email_section_popup.thank_section_popup .discover_commercial {
        font-size: 36px;
    }
    .email_section_popup.thank_section_popup .event_notifications {
        font-size: 30px;
        padding: 0 0 20px 0;
    }
    .emailpopup_newsletter .modal-dialog {
        max-width: 734px;
        margin: 0 auto;
    }
    .email_section_popup .discover_commercial {
        font-size: 26px;
    }
    .email_section_popup .discover_commercial span {
        font-size: 37px;
    }
    .email_section_popup .event_notifications {
        font-size: 20px;
        line-height: 25px;
    }
    .emailpopup_newsletter .email-signup-form input[type="text"] {
        width: 68%;
    }
    .homepage-box-block .events-section .eventsblock p, .homepage-box-block .events-section .eventsblock p span a {
        font-size: 13px;
    }
    .homenews-section #pagination a, .homenews-section #pagination span {
        font-size: 10px;
        padding: 10px 9px;
    }
    .homenews-section #pagination {
        padding: 0;
    }
    .homepage-box-block .homepage-box {
        padding: 26px 20px;
    }
    .homevent-slider #event-slider .eventslider-text {
        padding: 26px 20px;
    }
    .homenews-section .newsfeed-top-section .homepage-news-right {
        width: 37%;
    }
    .directory-banner-section .directory-banner .banner-button span {
        margin: 0 14px;
        width: 30%;
    }
    .directory-banner-section .directory-banner .banner-button span a {
        font-size: 16px;
    }
    .eventdetailpage .advertisingform .inner-banner .listevenbanner-txt {
        max-width: 900px;
    }
    .research-page .reportrow li .report-wraps {
        height: 266px;
    }
    .research-single .left-section, .research-single .right-section {
        padding: 0 30px;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .blog-thumbnail {
        max-width: 40%;
    }
    .add_sponsor_section .add_sponsor_img img {
        height: 29px;
    }
    header.header-section .headerlogo .subtext-logo {
        white-space: normal;
        font-size: 11px;
        text-align: left;
    }
    .adminpages .sidebar-leftmenu .top-left-part ul.admin-left-menu li a i {
        width: auto;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .adminpages .top-left-part ul.admin-left-menu li.user-pro .name-profile {
        width: 100%;
    }
    .getfeatured .btn, .thedirectory .btn, .getfeatured .btn {
        white-space: normal;
    }
    .photo-gallery .photos iframe.iframe-video, .photodetailpage .video iframe.iframe-video {
        height: 442px;
    }
    .widget.widget_nav_menu .menu-my-account-menu-container ul.menu li a {
        font-size: 13px;
    }
    .category_filter_block.multiple-tag-selector {
        width: 100%;
        max-width: 200px;
    }
    .category_filter_block.multiple-tag-selector select.tags-selector {
        width: 100%;
    }
    header .headermenu .navbar-nav>li>a {
        font-size: 13px;
    }
    .homenews-section .newsleftpadding {
        max-height: 596px;
    }
    .search_results_events .search_results_block .blog-listing .blog_content_section, .search_results_events .search_results_block .blog-listing .blog-title {
        width: 74%;
    }
    .whitout_menu_page .whitout_menu_header .headersocialright {
        max-width: 240px;
        float: right;
    }
    .listevenbanner-txt h1 {
        font-size: 50px;
    }
    .listevenbanner-txt h2 {
        font-size: 34px;
        margin: 30px 0;
    }
    .advertise-banner .listevenbanner-txt .btn {
        font-size: 24px;
        padding: 10px 20px;
    }
    body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li {
        width: 47%;
    }
    .honorable_mentions_section .honorable_mentions_block {
        height: 240px;
        width: 240px;
    }
    #event-listing .event-detail-button {
        padding: 0;
    }
    #event-listing .event-detail-button span {
        margin: 8px 4px;
    }
    #event-listing .event-detail-button span a {
        padding: 8px 6px;
        font-size: 13px;
    }
    .advertisingform .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"], .advertisingform .ginput_container_checkbox ul.gfield_checkbox li label {
        margin: 0 5px;
    }
    .advertisingform .gform_wrapper .gform_body ul li.gfield_contains_required {
        width: 53%;
    }
    .advertisingform .gform_wrapper .gform_body ul li.gf-tooltip-icon {
        width: 42%;
    }
    .subscribe-now input.button {
        font-size: 18px;
        padding: 9px 10px;
    }
    .subscribe-now input[type=text] {
        height: 43px;
        padding: 12px 8px;
    }
    h3.widget-title {
        letter-spacing: 1px;
        padding: 9px 10px 10px 30px;
    }
    h3.widget-title::after {
        width: 92%;
        transform: skewX(-23deg);
    }
    header .headermenu .navbar-nav>li {
        margin: 0 6px;
    }
    header .headersocialright .social_link a {
        width: 30px;
    }
    header .headersocialright .searchform {
        max-width: 140px;
        margin: 0 0 0 -20px;
    }
    .blogsingle-page .newsfeed-video .newsiframe-video iframe, .blogsingle-page .newsfeed-video .newsiframe-video video {
        height: 350px;
    }
    .research-page h4 {
        font-size: 18px;
    }
    header .headermenu:before {
        right: 13px;
    }
    .footer-section .social_link a {
        margin: 0 8px;
    }
    .footercategory a {
        font-size: 14px;
    }
    /*header-menu-top-desk*/
    header .header-menu-top-desk .navbar-nav>li>a {
        font-size: 12.7px;
    }

    header .header-menu-top-desk .navbar-nav>li {
        margin: 0 6px;
    }
}
@media(max-width:1024px) {
    header .headersocialright .login-register-links a, header .headermenu .navbar-nav>li>a {
        font-size: 13px;
    }
    .widget.widget_nav_menu .menu-my-account-menu-container ul.menu li a {
        font-size: 13px;
    }
    header .headersocialright .social_link a {
        width: 26px;
    }
    body.single-post header .headersocialright .searchform {
        display: inline-block;
    }
    body.single-post header .headersocialright .searchform input#s {
        /*border-color: #000;*/
    }
    header .headersocialright .searchform {
        padding: 0;
        margin: 0 0 0 -18px;
    }
    header .headersocialright .searchform:hover input#searchtext, header .headersocialright .searchform:hover input#s {
        opacity: 1;
        visibility: visible;
        /* width: 200px;*/
    }
    .meet-the-team-page .team-member .team-member-image {
        height: 200px;
        width: 200px;
    }
    .contacticons .social_link li a {
        font-size: 20px;
    }
    .contacticons .social_link li a .fa {
        font-size: 22px;
    }
    .sponsors-row table td img {
        max-width: 100%;
    }
    .sponsors-row table td {
        padding: 14px;
    }
    .whitbg-box.sponsorship {
        margin-bottom: 20px;
    }
}
@media(max-width:991px) {
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .newsleftpadding .newsleftpaddingbottom, .homenews-section ul.michael-beckerman-news-container li.michael-blog .newsleftpadding .newsleftpaddingbottom .commentrow {
        margin: 10px 0 0 0;
    }
    header .headermenu .navbar-nav>li.main-my-account, header .headermenu .navbar-nav>li.main-my-login {
        display: block;
    }
    .homenews-section .newsfeed-top-section .homepage-news-left.full-width-news {
        padding-right: 0;
    }
    .michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section .michael_category_section {
        margin-bottom: 12px;
    }
    #event-listing h4 {
        font-size: 18px;
    }
    .agenda-detail .agendatime, .agenda-detail .agendalines .agenda-name .agenda-title-name {
        font-size: 18px;
    }
    .michael-beckerman-page .michael-beckerman-section .michael-right .sidebar h2, .right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form .gform_heading h3.gform_title {
        text-transform: uppercase;
        font-size: 18px;
    }
    .menu-my-account-menu-container {
        display: none;
    }
    .homenews-section h3.widget-title {
        margin: 0px 0 14px 30px;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft .news-date {
        margin: 7px 0 12px 0;
    }
    .getfeatured_newsletter {
        padding: 30px 14px;
    }
    .homevent-slider #event-slider .eventslider-text .event-description a .event-name {
        font-size: 20px;
        line-height: 16px;
        margin: 0 0 8px 0;
    }
    .homevent-slider #event-slider .eventslider-text .event-name {
        font-size: 16px;
        line-height: 16px;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .newsfeed-top-section {
        padding: 0;
    }
    .homenews-section .newsfeed-top-section .homepage-news-right {
        width: 100%;
        margin: 10px 0 20px 0;
        max-width: 100%;
    }
    .homenews-section .newsfeed-top-section .homepage-news-left {
        width: 100%;
        padding: 0px;
    }
    .homenews-section ul>li.full-width-news .newsfeed-top-section .homepage-news-left {
        padding: 0px;
    }
    .homenews-section ul>li.full-width-news .newsleftpadding .blog-thumbnail {
        padding: 0;
    }
    .homenews-section .newsfeed-top-section .newsleftpaddingbottom {
        padding: 10px 0 0 0px;
    }
    .homevent-slider #event-slider .eventslider-text {
        padding: 16px 20px;
    }
    .michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section .category_filter_block {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .directory-banner-section .directory-banner .directory-banner-title h3 {
        font-size: 30px;
        max-width: 590px;
    }
    .directory-banner-section .directory-banner .banner-sub-text {
        font-size: 20px;
    }
    .directory-banner-section .directory-banner .banner-button span {
        width: 29%;
    }
    .directory-banner-section .directory-banner .banner-button span a {
        padding: 10px 0;
        font-size: 12px;
    }
    .eventdetailpage .advertisingform .inner-banner .listevenbanner-txt {
        max-width: 730px;
    }
    .eventdetailpage .advertisingform .inner-banner .listevenbanner-txt h2 {
        font-size: 23px;
    }
    .eventdetailpage .advertisingform .inner-banner .listevenbanner-txt h1 {
        font-size: 38px;
    }
    .homepage-box-block .homepage-box h3.widget-title {
        font-size: 16px;
    }
    .homepage-box-block .events-section .eventsblock h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .homepage-box-block .events-section .eventsblock p, .homepage-box-block .events-section .eventsblock p span a {
        font-size: 13px;
        display: block;
    }
    .homenews-section ul.michael-beckerman-news-container .michael_category_section .michael_blog_title h4 {
        font-size: 22px;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .newsfeed-top-section .newsleftpadding {
        max-height: initial;
        height: auto;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .blog-thumbnail {
        max-width: 100%;
        margin-bottom: 14px;
        width: 100%;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft {
        width: 100%;
        height: auto;
        overflow: visible;
        margin-bottom: 10px;
    }
    .homenews-section ul.michael-beckerman-news-container .michael_category_section .michael_blog_title {
        width: 100%;
    }
    .homenews-section ul.michael-beckerman-news-container .michael_category_section .category_filter_block {
        float: right;
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    .email-signup-form .gform_heading h3.gform_title {
        font-size: 14px;
    }
    /** main menu toggel **/
    header .headermenu .navbar-nav>li.wp_directory_menu a {
        /* width: 88%;*/
    }
    header .headermenu .navbar-nav>li.wp_directory_menu a::after {
        /* right: -21px !important;*/
    }
    header .headermenu .navbar-nav>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        right: -16px;
        height: 19px;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 18px;
        display: block;
    }
    .widget.widget_nav_menu .menu-my-account-menu-container ul.menu>li>a:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        right: -16px;
        height: 19px;
        top: -4px;
        bottom: 0;
        margin: auto;
        font-size: 18px;
        display: block;
    }
    .headermenu .headermenubtn.open {
        width: 40px !important;
        z-index: 99999;
        left: 244px;
        position: fixed;
        top: 6px;
    }
    .headermenu .headermenubtn.open span {
        display: block;
        width: 24px;
    }
    .headermenu .headermenubtn {
        display: block;
        position: absolute;
        right: 17px;
        z-index: 99;
        height: 30px;
        top: 8px;
    }
    .headermenu .menu-header-menu-container {
        display: block;
        left: -300px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 9999;
        width: 300px;
        position: fixed;
        transition: all 0.3s ease;
        background: #354951;
        padding: 40px 0 0 0;
    }
    .headermenu .menu-header-menu-container.open {
        left: 0;
    }
    .headermenu .menu-secondary-menu-container {
        display: none;
    }
    header .headermenu .navbar-nav {
        text-align: left;
        margin: 0;
    }
    header .headermenu .navbar-nav>li.menu-item-has-children:hover>a::after, header .headermenu .navbar-nav li ul.sub-menu li.menu-item-has-children>a::after, header .headermenu .navbar-nav li ul.sub-menu li.menu-item-has-children:hover>a::after {
        content: "\f107";
    }
    header .headermenu .navbar-nav>li {
        width: 100%;
        text-align: left;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin: 0;
        padding: 0;
        float: left;
    }
    header .headermenu .navbar-nav>li a, header .headermenu .navbar-nav>li.menu-item-has-children>a {
        padding: 8px 10px;
        width: 80%;
        display: block;
    }
    header .headermenu .navbar-nav>li.menu-item-has-children>a::after {
        right: -60px;
        width: 60px;
        text-align: center;
    }
    header .headermenu .navbar-nav li ul.sub-menu {
        position: relative;
        width: 100%;
        float: left;
        background: #9EBF3D;
        display: none !important;
    }
    header .headermenu .navbar-nav li:hover>ul.sub-menu {
        top: 0;
        display: block !important;
    }
    header .headermenu .navbar-nav li ul.sub-menu li {
        display: block;
        width: 100%;
        float: left;
    }
    header .headermenu .navbar-nav li ul.sub-menu li a {
        color: #fff;
        font-size: 13px;
        /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
        position: relative;
        float: left;
        font-weight: 300;
    }
    header .headermenu .navbar-nav li ul.sub-menu li a:hover, header .headermenu .navbar-nav li ul.sub-menu li.current-menu-item a {
        color: #354951
    }
    header .headermenu .navbar-nav li ul.sub-menu ul {
        background: #ccc;
    }
    header .headermenu .navbar-nav ul.sub-menu li:hover>ul {
        left: 0;
        right: 0;
    }
    /** main menu toggel  end**/
    .homenews-section h2 {
        font-size: 20px;
    }
    .meet_the_team_block {
        min-height: 480px;
    }
    .trending-news-row h3 {
        padding: 9px 10px 10px 0px;
    }
    .photo-gallery .photos iframe.iframe-video, .photodetailpage .video iframe.iframe-video {
        height: 332px;
    }
    .photodetailpage .photos a {
        width: 32%;
    }
    .filter_select_section {
        width: 100%;
        padding: 10px;
    }
    .category_filter_block.multiple-tag-selector {
        width: 100%;
        max-width: 47%;
        float: right;
        margin: 0;
    }
    .category_filter_block {
        width: 100%;
        max-width: 425px;
        overflow: hidden;
        margin: 0 auto;
        float: none;
        padding: 0;
    }
    .search_results_events .search_results_block .blog-listing .blog_content_section, .search_results_events .search_results_block .blog-listing .blog-title {
        width: 65%;
    }
    .advertisingform .ginput_container_checkbox ul.gfield_checkbox li label span {
        font-size: 13px;
    }
    .newsfeed-row ul li .markets_block span, .newsfeed-row ul li .segments_block span {
        width: auto;
    }
    .eventdetailpage .eventinfo-row .meet_the_team_block .team-member-image {
        width: 180px;
        height: 180px;
    }
    .meet-the-team-page .team-member .team-member-image img, .eventdetailpage .eventinfo-row .meet_the_team_block .team-member-image img {
        height: auto;
    }
    body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li {
        width: 100%;
        float: left;
    }
    body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox li:last-child {
        margin: 0px;
    }
    .add_sponsor_section .add_sponsor_img {
        margin: 0;
        float: left;
        min-height: 100px;
        height: initial;
    }
    .add_sponsor_section .add_sponsor_img img {
        width: 100%;
        height: auto;
    }
    .listevenbanner-txt .btn {
        font-size: 20px;
        padding: 14px 25px;
    }
    .footer-section .footerbottom h2.widgettitle, .footer-section .footer-aboutus h4 {
        margin: 30px 0 15px 0;
    }
    .footer-section .social_link {
        margin: 10px 0 0 0;
    }
    header .header-bottom {
        background: #3e4b52;
        padding: 10px 0 10px 0;
    }
    header .headersocialright .searchform {
        float: left;
    }
    header .headersocialright .searchform input#searchtext, header .headersocialright .searchform input#s {
        right: 0;
    }
    header .headersocialright {
        max-width: 95%;
        width: 100%;
        margin: 9px auto 0;
        float: none;
    }
    .widget.widget_nav_menu {
        margin: 0 38px 0 2px;
    }
    #customer_login .woocommerce form .form-row {
        width: 100%;
    }
    .homevent-slider #event-slider .eventslider-text .event-detail-button span a {
        padding: 8px 0 0 0;
        font-size: 14px;
    }
    .homevent-slider #event-slider .event-date .date {
        font-size: 42px;
    }
    .homevent-slider #event-slider .event-date span.month {
        font-size: 35px;
    }
    .homevent-slider #event-slider .event-date {
        line-height: 33px;
        top: 40px;
    }
    .tweet .twitter_profile {
        max-width: 100%;
        text-align: left;
        height: 70px;
    }
    .tweet .twitter_profile img {
        width: 100px;
    }
    .sidebar img {
        object-fit: cover;
    }
    .tweet .twitter_description {
        width: 100%;
    }
    .thedirectory, .recenttweets, .eemail_widget, .getfeatured {
        padding: 16px;
    }
    .subscribe-now {
        max-width: 100%;
    }
    .subscribe-now input[type=text] {
        height: auto;
        width: 100%;
        margin-bottom: 5px;
    }
    header .headerlogo {
        margin-top: 0;
    }
    .homenews-section .commentrow .col-md-3 {
        display: block;
        border: 0;
        text-align: left;
        margin-bottom: 10px;
        width: 100%;
    }
    .homenews-section .commentrow .socialicons li {
        margin-left: 0;
        margin-bottom: 4px;
    }
    header .headermenu:after, header .headermenu:before {
        display: none;
    }
    .headersocialright {
        text-align: center;
    }
    header .headermenu .navbar-nav {
        width: 100%;
        float: left;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    header .headermenu .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    header .headermenu .navbar-nav ul.sub-menu li:hover>ul {
        left: auto;
        right: 100%;
    }
    .homenews-section .post-category {
        text-align: right;
    }
    .comment-section .comment-form p input[type="text"], .comment-section .comment-form p textarea {
        width: 100%;
    }
    .hometopslider-section .homeslider-right-bottom {
        width: 100%;
    }
    .hometopslider-section .news-slider, .hometopslider-section .news-slider .news-image {
        height: 133px;
    }
    .homevent-slider #event-slider .event-image {
        height: 399px;
    }
    .footerpost .popular-post-section {
        padding: 0 0 15px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
    }
    .footerpost .popular-post-section:last-child {
        border: 0;
        margin-bottom: 0;
    }
    .footerpost .popular-post-section .post-thumbnail {
        float: left;
        position: initial;
    }
    .footerpost .popular-post-section .post-info-with-thumbnail {
        width: 83%;
    }
    .sidebar h2 {
        text-align: center;
        font-size: 14px;
        margin: 0px 0 12px 0;
    }
    .pagettl h1 {
        color: #59595B;
        font-size: 23px;
    }
    .footer-section .social_link a {
        font-size: 27px;
    }
    .agenda-detail::before {
        width: 39px;
    }
    .agenda-detail .day-number {
        padding: 8px 15px;
    }
    .research-page .reportrow li {
        width: 29%;
        margin: 10px;
    }
    .research-page ul.reports-highlight-section li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .research-page .tech-report-left, .research-page .tech-report-right, .research-single .left-section, .research-single .right-section {
        width: 100%;
    }
    .research-page .tech-report-right {
        text-align: center;
        display: none;
    }
    .eventdetailpage .speakers-row .speakers-img {
        width: 210px;
        height: 210px;
    }
    .adminpages .panel-pagerrow .serachbox {
        width: 84%;
    }
    .adminpages .panel-pagerrow .serachbox input[type="text"] {
        max-width: none !important;
    }
    .research-page .modal-body .product-thumbnail-image {
        width: 250px;
        display: block;
        margin: 10px auto;
    }
    .research-single .left-section {
        margin-bottom: 30px;
    }
    .meet-the-team-page .team-member .team-member-image {
        height: 180px;
        width: 180px;
    }
    #event-listing .item {
        margin-bottom: 60px;
    }
    .contacticons .social_link li a {
        font-size: 16px;
    }
    .retas_page .rates_section_members .rates_block_members {
        min-height: 370px;
    }
    .footer-section .footerlogo, .footer-section .footer-aboutus, .footer-section .footerpost, .footer-section .footercategory {
        width: 100%;
        float: left;
    }
    .footer-section .footerlogo img {
        margin-top: 15px;
    }
    .footer-section .footercategory .widget.widget_nav_menu {
        width: 100%;
        margin-right: 0;
    }
    .footer-section .footercategory {
        margin-bottom: 10px;
    }
    .footer-section .footerbottom .footercategory h2.widgettitle {
        font-weight: 400;
        font-size: 15px;
        margin-top: 20px;
    }
    .jobsdetailpage .job-whitbg-box .product-overview li.job-section {
        display: block;
        box-sizing: border-box;
    }
    .jobsdetailpage .product-overview ul li.job-section .pgttl h4 {
        padding: 0 0 20px 0;
    }
    .menu-footer-navigation-container ul li {
        display: inline-block;
        margin: 5px 18px 5px 0px;
    }
    .owl-carousel.slider .owl-item .item {
        max-height: 190px;
    }
    body .contact-page .gform_body ul.gform_fields.top_label li.cre-contact-us .ginput_container_checkbox ul.gfield_checkbox {
        margin: 0;
    }
    .homenews-section .newsleftpadding {
        max-height: 450px;
        position: initial;
        padding: 0 30px 0 60px;
        width: 100%;
        margin: 0 0 10px 0;
        overflow: hidden;
    }
    .homenews-section .newsfeed-top-section, .homenews-section .full-width-news .newsfeed-video, .homenews-section .newsfeed-video {
        padding: 0 30px;
        margin: 0 0 20px 0;
    }
    .homenews-section .newsfeed-top-section h2, .homenews-section .newsfeed-top-section .news-date, .homenews-section .newsfeed-top-section .newsfeed_text {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .homenews-section .full-width-news .newsfeed-top-section h6, .homenews-section .full-width-news .newsfeed-top-section h2, .homenews-section .full-width-news .newsfeed-top-section .news-date {
        padding: 0 0 10px 0;
        margin: 0px;
    }
    .homenews-section ul>li.full-width-news .newsfeed-top-section .homepage-news-right {
        padding: 0;
    }
    .homenews-section .newsfeed-top-section .homepage-news-right .newsleftpadding {
        padding: 0;
        position: initial;
        overflow: hidden;
    }
    .homenews-section ul>li .posttag {
        top: initial;
        float: left;
        position: initial;
        right: initial;
        display: inline-block;
        transform: rotate(0deg);
        margin: 24px 30px 16px 30px;
    }
    .homenews-section .full-width-news .newsfeed-video .news-date {
        padding: 0 0 10px 0;
    }
    .homenews-section .full-width-news .newsfeed-video {
        padding-top: 0;
    }
    .headermenu ul li.login_arrow_remove {
        display: block;
    }
    #event-listing .event-detail-button span {
        margin: 4px;
    }
}
@media(max-width:780px) {
    #no-more-tables table {
        border-bottom: #ccc solid 1px !important;
        display: -webkit-box !important;
    }
    header .headermenu .navbar-nav>li ul.sub-menu li a {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .email-subscriber.getfeatured {
        padding: 30px 30px 60px 30px;
    }
    .thedirectory, .recenttweets, .eemail_widget, .getfeatured {
        padding: 30px;
    }
    .sidebar h2 {
        font-size: 20px;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li .ginput_container_email input[type="text"] {
        padding: 12px 20px !important;
        line-height: 27px;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_footer input[type="submit"].gform_button {
        padding: 14px 0px !important;
    }
    .home .main-content-area .panel-layout .panel-grid .sidebar .widget_adbutler {
        margin-bottom: 30px;
    }
    .email_section_popup.thank_section_popup .discover_commercial {
        font-size: 25px;
        margin: 0px 0 20px 0;
    }
    .email_section_popup.thank_section_popup .event_notifications {
        font-size: 25px;
    }
    .emailpopup_newsletter .modal-dialog {
        max-width: 500px;
    }
    .email_section_popup .discover_commercial span {
        font-size: 26px;
    }
    .email_section_popup .discover_commercial {
        font-size: 15px;
    }
    .email-subscriber.getfeatured {
        padding: 30px 30px 60px 30px;
    }
    .emailpopup_newsletter .email-signup-form input[type="text"] {
        width: 69%;
        padding: 10px;
        font-size: 17px;
    }
    .emailpopup_newsletter .email-signup-form input.button {
        font-size: 15px;
        padding: 13px 21px;
    }
    .email_section_popup .event_notifications {
        font-size: 15px;
        line-height: 22px;
        padding: 0 0 20px 0;
    }
    .email_section_popup .discover_commercial {
        margin: 0 0 10px 0;
    }
    .email_section_popup .email_logo {
        padding: 0 0 20px 0;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form {
        max-width: 530px;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_body {
        width: 68%;
    }
    .homenews-section .full-width-news .newsfeed-top-section {
        padding: 0 30px;
    }
    .home #pgc-4-3-1 {
        margin: 0;
    }
    .sidebar {
        margin: 30px 0 0 0;
    }
    .home .sidebar {
        margin: 0;
    }
    .michael-beckerman-page .michael-beckerman-section .michael-left .homenews-section {
        padding: 35px 30px 0 30px;
    }
    .category_filter_block {
        margin: 0 0 0 30px;
    }
    .homenews-section .newsfeed-top-section {
        padding: 0 30px 0 30px;
        margin-top: 0;
    }
    .homenews-section .newsleftpadding {
        padding: 0 30px 0 30px;
    }
    .homenews-section .newsfeed-top-section .homepage-news-right {
        margin-top: 6px;
    }
    .advertisingform .ginput_container_checkbox ul.gfield_checkbox li {
        margin: 0 0 6px 0;
    }
    .directory-banner-section .directory-banner .banner-button span {
        float: none;
        width: 234px;
        margin: 4px;
        display: inline-block;
    }
    .directory-banner-section .directory-banner .banner-submit-button {
        margin: 16px 0 8px 0;
    }
    .directory-banner-section .directory-banner .directory-banner-title h3 {
        font-size: 26px
    }
    .directory-banner-section .directory-banner .directory-banner-title h3 {
        margin: 25px auto 20px;
    }
    .directory-banner-section .directory-banner .banner-submit-button span a {
        padding: 12px 18px;
    }
    .directory-banner-section .directory-banner .banner-button span a {
        font-size: 14px;
    }
    .directory-banner-section .directory-banner .banner-sub-text {
        margin: 0 0 18px 0;
    }
    .research-page .reportrow li .report-wraps {
        height: 240px;
    }
    .research-page .reportform .gform_confirmation_message {
        margin: 20px 0 0 0;
    }
    .inner-banner .listevenbanner-txt h3 {
        font-size: 24px;
    }
    #event-listing .event-detail-button {
        background: none;
        padding: 13px 0 0 0;
    }
    #event-listing .item {
        margin-bottom: 20px;
    }
    #show_events .item:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .homepage-box-block .homepage-box h3.widget-title {
        font-size: 20px;
    }
    .homepage-box-block .events-section .eventsblock h6 {
        font-size: 16px;
    }
    .homepage-box-block .events-section .eventsblock p, .homepage-box-block .events-section .eventsblock p span a {
        font-size: 14px;
        display: inline-block;
    }
    .contacticons h6 {
        margin: 0px 0 20px 0;
    }
    .michael-beckerman-page .catsingle-page h3.widget-title {
        font-size: 28px;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .michael_blogleft h2 {
        font-size: 18px;
    }
    .michael-beckerman-page .catsingle-page h2 {
        font-size: 16px;
    }
    .inner-banner .listevenbanner-txt form#signup_form input[type="email"] {
        padding: 14px 20px;
        width: 60%;
    }
    .inner-banner .listevenbanner-txt form#signup_form input[type="email"] {
        padding: 10px 20px;
    }
    .inner-banner .listevenbanner-txt form#signup_form input[type="button"] {
        padding: 12px 40px;
        margin: 0;
    }
    .inner-banner .listevenbanner-txt form#signup_form {
        max-width: 440px;
        text-align: center;
    }
    .michael-beckerman-page .catsingle-page .michael-beckerman-section .michael-left, .michael-beckerman-page .catsingle-page .michael-beckerman-section .michael-right {
        width: 100%;
    }
    .gform_wrapper.email-signup-form_wrapper ul.top_label .ginput_container.ginput_container_email {
        width: 70%;
    }
    header .headersocialright {
        max-width: 100%;
        margin: 0;
    }
    .widget.widget_nav_menu {
        margin: 0 60px 0 2px;
    }
    .widget.widget_nav_menu .menu-my-account-menu-container ul.menu {
        margin: 2px 0px 0 0;
    }
    .headermenu .headermenubtn {
        top: 0px;
    }
    header .headerlogo, header .headeradd {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    header .headerlogo img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    header.header-section .headerlogo .subtext-logo {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
    }
    .blogsingle_left, .blogsingle_right {
        width: 100%;
    }
    .gform_wrapper .email-signup-form .gform_footer.top_label input.gform_button.button {
        margin: 0px;
        padding: 6px 15px 6px 15px;
    }
    .gform_wrapper .email-signup-form .gform_footer.top_label {
        text-align: center;
    }
    .sidebar .getfeatured a.btn {
        width: 46%;
        margin: 7px;
        clear: none;
    }
    .sidebar .thedirectory .item {
        margin: 0 0 30px 0;
        width: 48%;
        float: left;
        min-height: 60px;
    }
    .blogsingle-page .sidebar {
        margin: 0 0 0px 0;
    }
    .create_profile_popup_block a.btn {
        margin: 4px 0;
    }
    header.header-section .headerlogo img.header_sticky_logo {
        display: none;
    }
    .footerpost .popular-post-section .post-info-with-thumbnail {
        text-align: left;
    }
    .photo-gallery .photos .owl-carousel .owl-nav .owl-prev {
        top: 42%;
    }
    header .headersocialright .widget_text {
        display: inline-block;
        float: left;
    }
    .search_results_events .search_results_block .blog-listing .blog_content_section, .search_results_events .search_results_block .blog-listing .blog-title {
        width: 100%;
    }
    .search_results_events .search_results_block .blog-listing .blog-img {
        margin: 10px 0px 20px 0;
    }
    .search_results_events .search_results_block .blog-listing .blog_content_section .blog-title h2 {
        font-size: 20px;
    }
    .job-content-block {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
    }
    .whitout_menu_page .whitout_menu_header .headerlogo {
        width: 100%;
    }
    .whitout_menu_page .whitout_menu_header .headersocialright {
        max-width: 320px;
        margin: 0 auto 20px;
        float: none;
    }
    .whitout_menu_page .whitout_menu_header .headersocialright .searchform {
        margin: 5px 5px 20px 0;
    }
    #event-listing .event-detail-button span a {
        padding: 8px 10px 9px 10px;
    }
    .contactform .gform_wrapper .gform_footer input.button {
        margin: 0;
    }
    .become_sponsor_event p {
        padding: 0 0px;
    }
    .sponsorship_form {
        padding: 40px 40px 0px 40px;
    }
    .honorable_mentions_section .honorable_mentions_block {
        margin: 16px auto;
        display: block;
    }
    .retas_page .rates_section_members .rates_block_members {
        min-height: initial;
    }
    .meet_the_team_block {
        min-height: initial;
    }
    .add_sponsor_section .add_sponsor_img {
        margin-bottom: 20px;
    }
    .add_sponsor_section {
        width: 100%;
        display: inline-block;
    }
    .add_sponsor_section .add_sponsor_img {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .retas_page .rates_section .rates_img {
        /*max-width: 300px;*/
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .retas_page .rates_section .rates_img img {
        max-width: 300px;
    }
    .retas_page .rates_section .rates_description {
        text-align: center;
    }
    .honorable_mentions_logo_section .honorable_mentions_logo_block {
        display: inline-block;
        height: auto;
        box-shadow: none;
        border: none;
        text-align: center;
        margin: 20px 0;
        width: 100%;
    }
    header .header-bottom {
        padding: 16px 0 6px 0;
    }
    header .headersocialright .searchform {
        padding: 0;
        max-width: 200px;
        margin: 0px 10px 2px 2px;
    }
    header .headersocialright .social_link a {
        float: left;
        text-align: left;
    }
    p.form-row.form-row-first {
        width: 100%;
    }
    .adminpages .right-side {
        width: 100%;
    }
    .left-menu {
        display: none;
    }
    .tweet .twitter_profile {
        max-width: 100%;
        text-align: left;
        height: auto;
        overflow: hidden;
    }
    .tweet .twitter_profile img {
        /* height: 65px;

        width: 25vw;*/
        object-fit: cover;
        text-align: center;
    }
    .research-single .right-section p {
        font-size: 16px;
    }
    .trending-news-row h3 {
        position: relative;
        margin: 15px 0;
    }
    .trending-news-row .owl-carousel.owl-loaded .item {
        padding: 10px 80px 10px 0px;
    }
    .trending-news-row .owl-carousel.owl-loaded .item a {
        font-size: 13px;
        line-height: 15px;
    }
    .headerlogo {
        text-align: center;
        margin-bottom: 15px;
    }
    body.single-post header .headersocialright {
        display: block;
        text-align: center;
    }
    body.single-post header .headerlogo img {
        width: 200px;
    }
    .trending-news-row h3 {
        font-size: 14px;
        padding: 9px 10px 0px 0px;
        height: auto;
    }
    .hometopslider-section .panel-grid-cell {
        width: 100% !important;
    }
    .event-message-row .event-message-img {
        margin-bottom: 30px;
    }
    .listevenbanner-txt h1 {
        font-size: 28px;
        padding: 0 20px;
    }
    .listevenbanner-txt h2 {
        font-size: 27px;
        padding: 0 20px;
    }
    .inner-banner {
        min-height: 400px;
    }
    .email_section_popup .email_logo img.header_logo {
        width: 250px;
    }
    .eventdetailpage .speakers-row .speakers-img {
        width: 190px;
        height: 190px;
    }
    .eventdetailpage .speakers-row .speakers-img img {
        height: 200px;
        object-fit: cover;
    }
    .agenda-detail .day-number {
        padding: 10px 15px;
    }
    .agenda-detail {
        padding: 0;
        /* float: left; */
    }
    .agenda-detail .day-number {
        transform: none;
        top: 0;
        width: 100%;
        text-align: center;
        position: relative;
        right: 0;
        left: 0;
        float: left;
        margin: 0 0 10px 0;
    }
    .agenda-detail::before {
        display: none;
    }
    body .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }
    .research-page .tech-report-right {
        text-align: center;
    }
    .research-page .tech-report-right img {
        width: auto;
        display: block;
        margin: 15px auto;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 48%;
    }
    .checkout-page .woocommerce form .form-row-first, .woocommerce form .form-row-last, .checkout-page .woocommerce-page form .form-row-first, .checkout-page .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .footer-section .footerbottom .footercategory {
        margin-bottom: 0px;
    }
    .footer-section .footerlogo img {
        width: 250px;
        height: auto;
    }
    .hometopslider-section .news-slider, .hometopslider-section .news-slider .news-image {
        height: 238px;
    }
    .hometopslider-section .news-slider {
        margin-bottom: 5px;
    }
    .homenews-section #pagination {
        margin: 50px 0 40px 0;
    }
    .eventsearchform span {
        font-size: 22px;
    }
    .agenda-row .owl-carousel .owl-item img {
        margin: 0;
    }
    .agenda-detail .agendatime {
        padding: 0 15px;
    }
    .agenda-detail .agendalines {
        padding-bottom: 0;
        /* margin-bottom: 26px;*/
        margin-bottom: 0px;
        border-bottom: 1px solid #eee;
        float: none;
        width: 100%;
    }
    .agenda-detail .agendalines:last-child {
        border-bottom: none;
    }
    .eventdetailpage .event-members .whitbg-box {
        padding: 25px 30px 20px 30px;
    }
    .agenda-detail .agenda-name, .agenda-detail .agendatime {
        padding: 10px 0px;
        font-size: 18px;
    }
    .eventdetailpage .whitbg-box.register-row .register-form iframe {
        height: 400px;
    }
    .eventdetailpage .agenda-row .logo-presentername-row .col-sm-9.pull-right {
        float: left;
        width: 100%;
        text-align: center;
    }
    .eventdetailpage .agenda-row .logo-presentername-row .col-sm-9 .row {
        display: block;
        width: 100%;
    }
    .eventdetailpage .agenda-row .logo-presentername-row .agendaimg {
        padding-left: 16px;
        margin-bottom: 0;
        padding-top: 10px;
    }
    .agenda-detail .agendalines .agenda-name .agenda-company-name {
        padding: 0 0 10px 16px;
        font-size: 18px;
    }
    .agenda-detail .agendalines .agenda-name .agenda-title-name {
        padding: 0 0 0 16px;
        font-size: 18px;
    }
    .agenda-detail .agendalines .agenda-description {
        padding: 0;
    }
    .eventdetailpage .agenda-row .logo-presentername-row .col-sm-9 .row div {
        display: block;
    }
    .eventdetailpage .speakers-row #speakers {
        padding: 0;
    }
    .research-page .reportform, .research-page .report-highlight, .research-page .reportrow {
        padding: 20px;
    }
    .research-page ul.reports-highlight-section li h6 {
        font-size: 31px;
    }
    .research-page .reportrow .woocommerce-ordering select {
        top: 0;
    }
    .listevenbanner-txt .btn {
        font-size: 20px;
        line-height: 20px;
        padding: 9px 20px;
        white-space: normal;
    }
    .listevenbanner-txt h2 {
        margin: 15px 0;
    }
    .eventlisting-page .pagination {
        margin-top: 0;
    }
    .pagination {
        margin-top: 30px;
    }
    .eventdetailpage .whitbg-box.register-row h5 {
        max-width: 100%;
        display: block;
    }
    .eventdetailpage .whitbg-box.register-row .register-form {
        max-width: 100%;
        margin: 30px auto 0;
    }
    .meet-the-team-page .team-member .meet-team-block {
        height: auto !important;
        margin-bottom: 0;
    }
    .contactform {
        padding-right: 0;
    }
    .subscribe-now {
        max-width: 450px;
    }
    .subscribe-now input[type=text] {
        width: auto;
        height: 43px;
    }
    .about-the-directory-box .sep-line {
        height: 3px;
        width: 100%;
    }
    .hometopslider-section .panel-grid-cell {
        margin: 0px !important;
    }
    .homevent-slider {
        margin-bottom: 5px;
    }
    .homenews-section ul>li.full-width-news .newsleftpadding .blog-thumbnail {
        text-align: center;
        padding: 10px 0px 10px 0px;
    }
    .homenews-section .newsfeed-top-section .news-date {
        width: 100%;
    }
    .homenews-section .newsfeed-top-section .newsfeed_text {
        width: 100%;
        padding: 0px;
        height: auto;
    }
    .homenews-section .news-container .blog-thumbnail {
        height: auto;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .homenews-section .newsfeed-top-section h2 {
        width: 100%;
        font-size: 18px;
    }
    .footerpost .popular-post-section {
        width: 100%;
        display: inline-block;
    }
    .footerpost .popular-post-section .post-thumbnail {
        max-width: 90px;
    }
    .eventdetailpage h4, .aboutthedirectory h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .photo-gallery .photos iframe.iframe-video, .photodetailpage .video iframe.iframe-video {
        height: 278px;
    }
    .photodetailpage .photos a {
        width: 49%;
    }
    .emailpopup_newsletter {
        padding-top: 40px;
    }
    .rates_section_members .col-md-4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media(max-width:767px) {
    .add_sponsor_section .add_sponsor_img img {
        width: 200px;
        height: auto;
    }
    .eventdetailpage .agenda-row .logo-presentername-row .presenter-slider {
        margin: 10px 0 30px 0;
    }
    .eventdetailpage .whitbg-box.register-row .register-form iframe {
        height: 424px;
    }
    .search_results_events .search_results_block table.bsearch_nav tr.bsearch_nav_row1 {
        display: none;
    }
    .search_results_events .search_results_block table.bsearch_nav tr.bsearch_nav_row2 {
        width: 100%;
        float: left;
        border-bottom: #ccc solid 1px;
    }
    .search_results_events .search_results_block table.bsearch_nav tr.bsearch_nav_row2 td {
        width: 100%;
        text-align: center !important;
        display: inline-block;
        padding: 0 0 10px 0;
    }
    .footer-section .footerlogo, .footer-section .footer-aboutus, .footer-section .footerpost, .footer-section .footercategory {
        padding: 0 30px;
    }
    .homenews-section .newsfeed-top-section .newsleftpaddingbottom .socialicons {
        /*margin-top: 15px;*/
        margin-top: 0px;
    }
    header .header-top {
        margin: 53px 0 0 0;
    }
    .homevent-slider {
        margin: 24px 0 0 0;
    }
    .agenda-detail .agendaimg img {
        width: auto;
    }
    .sidebar .getfeatured a.btn {
        width: 47%;
        margin: 8px;
    }
    header .header-bottom {
        padding: 16px 0 6px 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
    }
    header .headersocialright .social_link {
        display: none;
    }
    header .headersocialright .searchform input#searchsubmit, header .headersocialright .searchform input#searchsubmit_show {
        left: 0;
    }
    header .headersocialright .searchform {
        max-width: 80%;
    }
    header .headersocialright .searchform:hover input#s {
        width: 100%;
        max-width: 100%;
        padding: 8px 0 4px 50px;
    }
    header .headersocialright .searchform input#searchtext, header .headersocialright .searchform input#s {
        padding: 8px 0 4px 50px;
    }
}
@media(max-width:640px) {
    .whitout_menu_page .whitout_menu_header .headersocialright {
        float: none;
    }
    .eventdetailpage .whitbg-box.register-row .register-form iframe {
        height: 484px;
    }
    .headermenu .headermenubtn.open {
        left: 152px;
    }
    .michael-beckerman-page .catsingle-page h3.widget-title {
        font-size: 22px;
    }
    .michael-beckerman-page .catsingle-page .michael-latest-blog h2, .michael-beckerman-page .catsingle-page .michael-latest-blog h2 a {
        font-size: 16px;
        margin-top: 6px;
    }
    .homenews-section .news-container .blog-thumbnail {
        margin: 0;
    }
    .homenews-section .newsfeed-top-section .homepage-news-right {
        margin-bottom: 0;
    }
    .headermenu .headermenubtn {
        top: 5px;
    }
    .homevent-slider #event-slider .eventslider-text .event-description a .event-name {
        font-size: 17px;
        line-height: 17px;
    }
    .homevent-slider #event-slider .eventslider-text .event-name {
        font-size: 14px;
        line-height: 14px;
    }
    .emailpopup_newsletter .email-signup-form input.button {
        margin: 0px 0 5px 0;
    }
    .listevenbanner-txt h3 {
        font-size: 18px;
    }
    .right-side-bar-newsletter .gform_wrapper.email-signup-form_wrapper form .gform_heading h3.gform_title {
        font-size: 20px;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form {
        max-width: 440px;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_body {
        width: 65%;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_footer {
        width: 144px;
    }
    .sidebar h2 {
        font-size: 20px;
    }
    .directory-banner-section .directory-banner .directory-banner-title h3 {
        font-size: 20px;
    }
    .directory-banner-section .directory-banner .banner-submit-button {
        margin: 10px 0 8px 0;
    }
    .directory-banner-section .directory-banner .directory-banner-title h3 {
        margin: 5px auto 20px;
    }
    body .research-page .gform_footer input[type="submit"] {
        padding: 2px 20px;
        margin: 0;
    }
    .research-page .reportform .formsection .tech-report-left .gform_wrapper form .gform_footer {
        padding: 30px 0 12px 0;
    }
    .inner-banner .listevenbanner-txt h3 {
        font-size: 16px;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 5px 4px;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li .ginput_container_email input[type="text"] {
        /* padding: 6px 20px !important;*/
    }
    .contactform .gform_wrapper .gform_footer {
        padding-top: 0;
        margin-top: 0;
    }
    .gform_wrapper.email-signup-form_wrapper, .gform_confirmation_wrapper.email-signup-form {
        background-size: cover;
        height: auto;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .blog-thumbnail {
        padding: 0
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .blog-thumbnail img {
        width: 100%;
        max-width: 100%;
    }
    .emailpopup_newsletter .email-signup-form input[type="text"] {
        width: 100%;
        margin-bottom: 15px;
    }
    .email_section_popup .even_purchase {
        font-size: 15px;
    }
    .email_section_popup .discover_commercial {
        font-size: 13px;
    }
    .emailpopup_newsletter .email-signup-form input.button {
        font-size: 13px;
        padding: 14px 15px;
        float: none;
    }
    .emailpopup_newsletter .modal-dialog {
        max-width: 400px;
    }
    .gform_wrapper.email-signup-form_wrapper ul.top_label .ginput_container.ginput_container_email {
        width: 100%;
    }
    .gform_wrapper.email-signup-form_wrapper form .gform_footer.top_label {
        float: left;
        position: inherit;
        width: 150px;
        top: initial;
    }
    .homenews-section .blog-thumbnail img {
        max-width: 100%;
    }
    .homenews-section #pagination a, .homenews-section #pagination span {
        font-size: 13px;
        padding: 9px 8px;
        height: 34px;
    }
    .sidebar .getfeatured a.btn {
        width: 100%;
        margin: 8px 0;
    }
    .sidebar .thedirectory .item {
        margin: 0 0 20px 0;
        width: 100%;
        min-height: initial;
    }
    .trending-news-row .owl-nav .owl-prev {
        left: 0px;
        position: absolute;
    }
    .trending-news-slider .owl-carousel.owl-drag .owl-item {
        padding: 0 20px;
    }
    .trending-news-row .owl-nav .owl-next {
        right: 0;
        position: absolute;
    }
    .trending-news-row .owl-nav {
        background: none;
        width: 100%;
    }
    .footer-section .footerlogo img {
        margin-top: 15px;
    }
    .footer-section .footerbottom .footercategory h2.widgettitle {
        margin: 0px 0 20px 0;
    }
    .homenews-section .news-container .blog-thumbnail {
        margin: 0;
        width: 100%;
        float: left;
        text-align: left;
    }
    .photo-gallery .photos iframe.iframe-video, .photodetailpage .video iframe.iframe-video {
        height: 244px;
    }
    .woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
        padding: 10px 0 0 0;
    }
    .my_account_section .gform_body ul.gform_fields li {
        width: 100%;
    }
    .my_account_section .title h2 {
        font-size: 18px;
    }
    .whitout_menu_page .whitout_menu_header .headersocialright {
        max-width: 280px;
        text-align: center;
        display: table;
    }
    .whitout_menu_page .whitout_menu_header .headersocialright .searchform {
        max-width: 100%;
    }
    .whitout_menu_page .whitout_menu_header .headersocialright .widget_text {
        text-align: center;
    }
    .newsfeed-row ul li .markets_block, .newsfeed-row ul li .segments_block {
        margin-bottom: 6px;
    }
    .newsfeed-row ul li .markets_block span, .newsfeed-row ul li .segments_block span {
        width: 100%;
    }
    .footer-section .footerlogo, .footer-section .footer-aboutus, .footer-section .footerpost, .footer-section .footercategory {
        width: 100%;
    }
    .footerpost .popular-post-section .post-thumbnail {
        max-width: 130px;
    }
    .footerpost .popular-post-section .post-info-with-thumbnail {
        width: 75%;
    }
    .loginpage #loginform {
        max-width: 450px;
        margin: 40px auto;
        display: block;
        width: 100%;
        padding: 30px;
    }
    .tweet {
        margin-bottom: 10px;
    }
    .listevenbanner-txt .btn {
        font-size: 16px;
        padding: 9px 14px;
        white-space: normal;
    }
    .advertise-banner .listevenbanner-txt .btn {
        word-break: break-word;
    }
    .listevenbanner-txt {
        padding: 0 10px;
    }
    .advertisingform .gform_wrapper .gform_body ul li.gfield_contains_required {
        width: 100%;
    }
    .advertisingform .gform_wrapper .gform_body ul li.gf-tooltip-icon {
        width: 100%;
        position: relative;
    }
    .advertisingform .ginput_container_checkbox ul.gfield_checkbox li label a {
        position: absolute;
        right: 0;
        top: 0;
    }
    .research-page .reportrow .woocommerce-ordering select {
        width: 100%;
    }
    .trending-news-row .owl-carousel.owl-loaded .item {
        padding-right: 80px;
    }
    .sponsors-row table, .sponsors-row table tbody, .sponsors-row table tbody tr {
        width: 100%;
        display: block;
    }
    .sponsors-row table td {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 0 15px;
        display: block;
        margin: 40px 0;
    }
    .sponsors-row table td img {
        width: 200px;
        height: auto;
    }
    header .headersocialright {
        text-align: left;
    }
    .adminpages .right-side .pgttl h1 {
        text-align: left;
    }
    .adminpages .right-side .pgttl .btnwhite {
        float: left;
    }
    body.single-post header .headersocialright {
        text-align: left;
    }
    .widget.widget_nav_menu {
        float: left;
        margin: 10px 0 0 10px;
    }
    header .headersocialright .widget_text {
        display: block;
        width: auto;
        margin: 10px 0 0 0;
        float: left;
        text-align: left;
        clear: both;
    }
    body.single-post header .headersocialright .searchform {
        display: inline-block;
        float: left;
    }
    .headermenu .menu-header-menu-container {
        left: -200px;
        width: 200px;
    }
    header .headersocialright .social_link a {
        margin: 0 14px 0 4px;
        margin: 0 0px 0 4px;
        text-align: left;
    }
    .trending-news-row {
        text-align: center;
    }
    .trending-news-row h3 {
        float: none;
    }
    .trending-news-row .owl-carousel.owl-loaded {
        width: 100%;
        text-align: left;
    }
    .trending-news-row .owl-carousel.owl-loaded .item {
        padding-right: 50px;
        width: 100%;
    }
    .trending-news-row .owl-carousel.owl-loaded .item .trending-news-section {
        text-align: center;
        width: 100% !important;
    }
    .trending-news-row .owl-carousel.owl-loaded .item a {
        line-height: 16px;
        text-align: center;
        width: 100% !important;
        padding: 0 30px;
    }
    .research-page .reportrow li {
        width: 180px;
    }
    .research-page .reportrow li, .research-page .reportrow li:nth-of-type(4n), .research-page .reportrow li:nth-of-type(3n) {
        margin: 10px;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 15px;
    }
    .woocommerce-cart-form table td {
        border-right: 0;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        float: left;
        width: 100%;
    }
    .event-message-row .event-date {
        font-size: 25px;
    }
    .blogsingle-page .social-comment .col-sm-3 {
        width: 100%;
        padding: 5px 0;
        border-right: 0;
    }
    header .headersocialright .searchform {
        margin-bottom: 0;
        top: 0;
    }
    .listevenbanner-txt h1 {
        font-size: 20px;
        letter-spacing: 6px;
    }
    .listevenbanner-txt h2 {
        font-size: 18px;
    }
    .woocommerce-cart-form table td {
        font-size: 14px;
    }
    .subscribe-now input.button {
        font-size: 16px;
        padding: 9px 8px;
    }
    .subscribe-now input[type=text] {
        height: 40px;
    }
    .advertise-banner .listevenbanner-txt h1 {
        font-size: 25px;
        margin: 30px 0;
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .advertise-banner .listevenbanner-txt h2 {
        font-size: 20px;
        margin: 0 0 20px 0;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .trending-news-row .owl-carousel.owl-loaded .item {
        padding-right: 0px;
    }
    .trending-news-section {
        text-align: center;
    }
    h3.widget-title {
        letter-spacing: 1px;
        padding: 9px 10px;
    }
    #event-listing .item {
        margin-bottom: 40px;
    }
    .advertisingform .gform_wrapper {
        padding: 0 0 0px 0;
    }
    .advertisingform .ginput_container_checkbox ul.gfield_checkbox {
        margin: 0 0 0 34px;
    }
    .advertisingform .ginput_container_checkbox ul.gfield_checkbox li label span {
        padding: 0 20px 0 0;
    }
    .contactform .gform_wrapper .gform_footer input.button {
        padding: 4px 21px;
        width: auto;
    }
    .contactform .gform_wrapper .top_label .gfield_label, body .sponsorship_form .gform_wrapper .gform_body li label.gfield_label {
        font-size: 16px;
    }
    .add_sponsor_section .add_sponsor_img img {
        height: auto;
    }
    .my_account_section .gform_body ul.gform_fields li.title h2 {
        font-size: 25px;
    }
    .photo-gallery .photo_gallery_title h4, .my_account_section .title h2 {
        font-size: 22px;
    }
    .photodetailpage .photos a {
        width: 100%;
    }
    .photodetailpage .photos a {
        max-height: 350px;
    }
    .photodetailpage .photos a img {
        width: 100%;
        height: auto;
    }
    .homenews-section #pagination {
        margin: 40px 0 20px 0;
    }
    .sidebar {
        margin: 50px 0 0 0;
    }
    .home .sidebar {
        margin: 0;
    }
    .trending-news-row .owl-nav {
        bottom: auto;
        top: -20px;
    }
    .research-page .reportrow .woocommerce-ordering section .shortttl {
        float: none;
    }
    .homenews-section .newsfeed-top-section h2 {
        font-size: 17px;
    }
    .homenews-section {
        margin: 0px 0 70px 0;
    }
    .email_section_popup .discover_commercial span {
        font-size: 22px;
    }
    .research-page .gform_body input[type="text"], .research-page .gform_body input[type="email"] {
        padding: 4px 20px !important;
    }
    .michael-beckerman-page .michael-latest-blog .blog-thumbnail {
        height: auto;
    }
    .hide-mobile {
        display: none !important;
    }
    header .headermenu .navbar-nav>li.menu-item-has-children>a::after {
        right: -50px;
        width: 50px;
    }
    header .headermenu .navbar-nav>li a, header .headermenu .navbar-nav>li.menu-item-has-children>a {
        width: 74%;
    }
    .footer-section .footercategory .widget.widget_nav_menu {
        margin: 10px 0;
    }
}
@media(max-width:480px) {
    .footerpost .popular-post-section .post-thumbnail {
        width: 70px;
        margin: 0 14px 0 0;
    }
    .footerpost .popular-post-section .post-info-with-thumbnail {
        width: 66%;
    }
    .contactpage-ttl h4 {
        font-size: 24px;
    }
    .eventdetailpage .whitbg-box.register-row .register-form iframe {
        height: 570px;
    }
    .bsearch_nav tr.bsearch_nav_row1, .bsearch_nav tr.bsearch_nav_row2 {
        margin: 0;
        float: left;
        width: 100%;
    }
    .bsearch_nav tr.bsearch_nav_row1 td, .bsearch_nav tr.bsearch_nav_row2 td {
        width: 100% !important;
        float: left;
        display: block;
        font-size: 14px;
        white-space: pre;
        text-align: left !important;
    }
    .email_section_popup.thank_section_popup .discover_commercial {
        font-size: 22px;
    }
    .email_section_popup.thank_section_popup .event_notifications {
        font-size: 22px;
        line-height: 22px;
    }
    .email_section_popup.thank_section_popup .even_purchase {
        font-size: 13px;
    }
    .email_section_popup.thank_section_popup .even_questions {
        font-size: 14px;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_footer input[type="submit"].gform_button {
        padding: 8px 0px !important;
        font-size: 18px;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .gform_body ul li .ginput_container_email input[type="text"] {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }
    .listevenbanner-txt h3 {
        font-size: 16px;
        margin: 0px 0 0 0;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_footer {
        float: none;
        top: 10px;
        width: 130px;
        text-align: center;
        margin: 0 auto !important;
    }
    .inner-banner .listevenbanner-txt .email-signup-form_wrapper .email-signup-form .gform_body {
        width: 100%;
        margin-bottom: 10px;
    }
    .sidebar {
        margin: 110px 0 0 0px;
    }
    .homenews-section .commentrow .socialicons span.comment {
        width: 100%;
    }
    .sponsorship_form .gform_wrapper .gform_footer input.button {
        padding: 2px 21px;
    }
    .inner-banner .listevenbanner-txt form#signup_form input[type="email"] {
        padding: 10px 20px;
        width: 100%;
    }
    .inner-banner .listevenbanner-txt form#signup_form input[type="button"] {
        padding: 6px 20px;
        margin: 10px 0 0 0;
    }
    .emailpopup_newsletter .modal-dialog .modal-content .email-subscriber.getfeatured {
        padding: 35px 30px;
    }
    .gform_wrapper.email-signup-form_wrapper, .gform_confirmation_wrapper.email-signup-form {
        height: auto;
    }
    .homenews-section .commentrow .socialicons li {
        margin: 0 4px 4px 0;
    }
    .homenews-section #pagination a, .homenews-section #pagination span {
        float: left;
        margin: 0 0 6px 0;
    }
    .my_account_section .gform_body ul.gform_fields li, .my_account_section .gform_body .submit_button {
        padding: 0;
    }
    .my_account_section .title h2 {
        padding: 0;
        font-size: 15px;
    }
    .my_account_section .title h2::after {
        height: 2px;
    }
    .my_account_section .gform_body ul.gform_fields li input, .my_account_section .gform_body ul.gform_fields li select, .my_account_section .gform_body ul.gform_fields li textarea {
        padding: 10px 14px;
    }
    .homenews-section .newsleftpadding {
        padding-left: 60px;
        max-height: 460px;
    }
    .homenews-section .blog-thumbnail {
        text-align: center;
        width: 100%;
        margin: 20px 0;
    }
    .subscribe-now {
        max-width: 100%;
    }
    .subscribe-now input[type=text] {
        height: auto;
        width: 100%;
    }
    .subscribe-now input.button {
        font-size: 18px;
        padding: 9px 12px;
    }
    .homevent-slider #event-slider .eventslider-text .event-detail-button span {
        margin: 2px 0px;
    }
    .homevent-slider #event-slider .eventslider-text .event-detail-button span a {
        padding: 3px 0;
        font-size: 13px;
    }
    .homevent-slider #event-slider .event-date {
        top: 30px;
        padding: 12px 20px;
        font-size: 24px;
    }
    .homevent-slider #event-slider .event-date .date {
        font-size: 36px;
    }
    .homevent-slider #event-slider .event-date span.month {
        font-size: 26px;
    }
    .homevent-slider #event-slider .event-date span.city {
        font-size: 13px;
    }
    .homevent-slider #event-slider .eventslider-text .event-name {
        font-size: 13px;
    }
    .homevent-slider #event-slider .eventslider-text .event-description {
        margin: 0;
    }
    .homenews-section .newsfeed-video .newsiframe-video h3 {
        font-size: 18px;
    }
    .homenews-section .newsfeed-video .newsiframe-video h3:after {
        transform: skewX(-5deg);
        margin-left: -32px;
    }
    .eventdetailpage h4, .aboutthedirectory h4 {
        font-size: 17px;
    }
    .tweet .twitter_profile {
        height: 64px;
    }
    .tweet .twitter_profile img {
        height: 70px;
    }
    .homenews-section .commentrow .postby, .homenews-section .commentrow .socialicons {
        padding: 7px 0;
        text-align: left;
        width: 100%;
    }
    .homenews-section .post-category {
        text-align: left;
    }
    .copyright {
        padding: 14px 10px 20px 10px;
    }
    .homenews-section .newsleftpaddingbottom {
        padding: 0 17px 0 50px;
    }
    #event-listing h4 {
        font-size: 20px;
    }
    .eventlisting-page #event-listing {
        margin: 0;
    }
    .eventdetailpage .whitbg-box.register-row .register-form iframe {
        height: 440px;
    }
    .agenda-detail .agendalines .logo-presentername-row .agendadetail a {
        word-break: break-word;
        display: inline-block;
    }
    .jobsdetailpage .pgttl h4 {
        font-size: 18px;
        padding: 0 0 20px 0;
    }
    header .headersocialright .social_link a {
        margin: 0 2px 0 0px;
        text-align: left;
    }
    .adminpages .panel-pagerrow .text-right {
        text-align: left;
    }
    .adminpages .right-side .pgttl {
        padding: 10px 43px 10px 6px;
    }
    .adminpages .panel-pagerrow .serachbox {
        float: left;
    }
    .woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row input.woocommerce-Button {
        font-size: 17px;
    }
    .category_filter_block.multiple-tag-selector {
        max-width: 100%;
    }
    .homenews-section h2 {
        padding: 0 18px 0 50px;
        font-size: 18px;
    }
    .homenews-section h2 a {
        color: #3E4B52;
        text-transform: capitalize;
    }
    .homenews-section h2 a:hover {
        color: #9EBF3D;
    }
    .homenews-section .newsfeed-top-section h6 {
        padding: 0 30px 0 60px;
    }
    .news-date {
        padding: 0 30px 10px 80px;
    }
    .woocommerce #customer_login form .form-row label {
        display: block;
        font-size: 18px;
    }
    .eventdetailpage .advertisingform .inner-banner .listevenbanner-txt h1 {
        font-size: 28px;
    }
    .directory-banner-section .directory-banner .banner-button span {
        margin: 4px 0;
    }
    .eventdetailpage .advertisingform .inner-banner .listevenbanner-txt h2 {
        font-size: 20px;
        letter-spacing: 4px;
    }
    .eventdetailpage .advertisingform .inner-banner .listevenbanner-txt .btn {
        font-size: 17px;
        padding: 8px 12px;
    }
    #customer_login h2 {
        font-size: 22px;
        margin: 8px 0 0px 0;
    }
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
        margin: 15px 0 20px 0;
    }
    .meet-the-team-page h3.widget-title, .photo-gallery .photo_gallery_title h4, .my_account_section .title h2 {
        font-size: 20px;
        padding: 0 0 15px 0px;
    }
    .meet-the-team-page .team-member .team-member-image img, .eventdetailpage .eventinfo-row .meet_the_team_block .team-member-image img {
        height: 180px;
    }
    .news-container .readmore-blog {
        padding: 10px 17px 10px 50px;
    }
    .photodetailpage .photos {
        column-count: 1;
    }
    .photo-gallery .photos iframe.iframe-video, .photodetailpage .video iframe.iframe-video {
        height: 200px;
    }
    .widget.widget_nav_menu {
        margin: 10px 0 0 0px;
    }
    .mail_icon_section {
        display: none !important;
    }
    .add_sponsor_section .add_sponsor_section_button a {
        font-size: 14px;
        padding: 9px 10px;
    }
    .woocommerce table.shop_table thead {
        float: left;
        width: 100%;
    }
    .woocommerce table.shop_table thead tr {
        width: 100%;
        float: left;
    }
    .checkout-page .woocommerce table.shop_table thead th {
        width: 50%;
        float: left;
    }
    .woocommerce table.shop_table tbody {
        width: 100%;
        float: left;
    }
    .woocommerce table.shop_table td {
        width: 50%;
        float: left;
        word-break: break-all;
    }
    .woocommerce table.shop_table tfoot {
        float: left;
        width: 100%;
    }
    .woocommerce table.shop_table tfoot th {
        width: 50%;
        float: left;
    }
    .checkout-page .woocommerce .woocommerce-order-details h2.woocommerce-order-details__title {
        font-size: 24px;
    }
    .checkout-page .woocommerce ul.order_details {
        margin: 0;
        list-style: none;
    }
    .checkout-page .woocommerce ul.order_details li {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 10px;
        width: 100%;
        border-bottom: 1px dashed #d3ced2;
        margin-bottom: 10px;
    }
    .research-page .reportrow li {
        width: 200px;
    }
    .homenews-section ul.main-news-container li .newsfeed-top-section .newsleftpaddingbottom .commentrow .socialicons .share-handler {
        margin: 0 4px 10px 0;
    }
    .emailpopup_newsletter .modal-dialog {
        max-width: 260px;
    }
    .email_section_popup .discover_commercial span {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .email_section_popup .discover_commercial {
        font-size: 12px;
    }
    .email_section_popup .event_notifications {
        font-size: 14px;
        line-height: 16px;
    }
    .email-signup-form {
        width: 100%;
    }
    .emailpopup_newsletter .email-signup-form input[type="text"] {
        width: 100%;
    }
    .emailpopup_newsletter .email-signup-form input.button {
        margin: 10px 0 5px 0;
    }
    .emailpopup_newsletter .modal-body button.close {
        top: 6px;
        right: 6px;
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    .homevent-slider #event-slider .eventslider-text .event-description a .event-name {
        font-size: 15px;
        line-height: 18px;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .blog-thumbnail {
        height: 220px;
    }
    .homenews-section ul.michael-beckerman-news-container li.michael-blog .blog-thumbnail img {
        height: 220px;
    }
    .adminpages .panel-pagerrow .serachbox {
        margin: 9px 0;
    }
    .homenews-section #pagination a, .homenews-section #pagination span {
        font-size: 12px;
        padding: 9px 5px;
        float: none;
    }
    .getfeatured_newsletter {
        padding: 30px;
    }
    .thedirectory, .recenttweets, .eemail_widget, .getfeatured {
        padding: 30px;
    }
    .category_filter_block {
        max-width: 79%;
        margin: 0 20px 10px 30px;
        float: left;
        padding: 0;
        white-space: nowrap;
    }
    .menu-footer-navigation-container ul li {
        margin: 5px 10px 5px 0px;
    }
    header.header-section .headerlogo .subtext-logo {
        width: 270px;
        margin: 0 auto;
    }
    .eventdetailpage .agenda-row .logo-presentername-row .presenter-slider {
        margin: 10px 0 40px 0;
    }
}
@media only screen and (min-width: 641px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 6px !important;
    }
}

.reportform-single-page{
    padding: 0px 0 20px;
    margin-top: 0px;
}
.nav-prev-next{
    margin: 10px 0;
}
.adbutler-news-feed div div img {
    margin-bottom: 20px;
    margin-top: 20px;
}