/*!
Theme Name: abny-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.2.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abny-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

abny-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
     ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.single-tribe_events dt.tribe-events-event-categories-label, .single-tribe_events dd.tribe-events-event-categories {
    display: none;
}



.tribe_events_cat_single{

order:0!important;
color:#143d8d;

}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link{

	display:none!important;

}





html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
     ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
     ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
     ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
/*
 * Style Scrollbar
 * */
/* width */
body::-webkit-scrollbar{
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track{
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb{
  background: #143d8d;
  border-radius: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */

a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* 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;
}

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


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/************************ GRID STYLESHEET ************************/

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.container:after,
.row:after {
    clear: both;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}


/************************ CUSTOM STYLESHEET ************************/


/***** General CSS *****/
html {
    overflow-x: hidden;
}
body {
    word-break: break-word;
    font: 18px/25px 'MyriadPro-Regular', sans-serif !important;
    color: #000000;
    background-color: #e9e8e8;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0 20px;
    padding: 0;
}

p {
    margin: 0 0 20px;
}

.entry-title {
    display: none !important;
}

.entry-content,
.page {
    margin: 0;
}

h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 15px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 33px !important;
}

h3 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 20px;
}

h4 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 15px
}

h5 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 13px;
}

h6 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
}


/***** Font Files *****/


/*@font-face{font-family:'Fonts Awesome';src:url(assets/fonts/fontawesome-webfont.eot);src:url(assets/fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff) format("woff"),url(assets/fonts/fontawesome-webfont.ttf) format("truetype"),url(assets/fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");font-weight:400;font-style:normal}*/

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('assets/fonts/MyriadPro-Regular.eot');
    src: url('assets/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/MyriadPro-Regular.woff2') format('woff2'), url('assets/fonts/MyriadPro-Regular.woff') format('woff'), url('assets/fonts/MyriadPro-Regular.ttf') format('truetype'), url('assets/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('assets/fonts/MyriadPro-Semibold.eot');
    src: url('assets/fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/MyriadPro-Semibold.woff2') format('woff2'), url('assets/fonts/MyriadPro-Semibold.woff') format('woff'), url('assets/fonts/MyriadPro-Semibold.ttf') format('truetype'), url('assets/fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('assets/fonts/MyriadPro-Bold.eot');
    src: url('assets/fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/MyriadPro-Bold.woff2') format('woff2'), url('assets/fonts/MyriadPro-Bold.woff') format('woff'), url('assets/fonts/MyriadPro-Bold.ttf') format('truetype'), url('assets/fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

ul#footer-menu,
ul.socialNav li,
.wpcf7-form input[type="submit"],
a, .abny-testimonial-text, .abny-search-page .search-submit {
    font-family: 'MyriadPro-Semibold', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
	text-transform:uppercase;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6,
.testimonialSec>div+div, .professionalContent, .awardBox h2 a, .awardBox h5 a {
    font-family: 'MyriadPro-Bold', sans-serif !important;
}

p, ul, .abny-who-we-are-content pre, .elementor-widget-accordion .elementor-accordion .elementor-tab-content, .abnyTestimonial .elementor-testimonial-content, .abnyTestimonial .elementor-testimonial-name,
.abnyTestimonial .elementor-testimonial-job, .abny-testimonial-text-bar {
    font-family: 'MyriadPro-Regular', sans-serif !important;
}

ul li {
    margin:0 0 10px;
}


/***** Flex & Other CSS *****/

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

.rowReverse {
    flex-direction: row-reverse;
}

.noPadding {
    padding: 0;
}


/***** Top Bar & Menu Section CSS *****/

.megamenuSec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topSec {
    background-color: #143d8d;
    color: #ffffff;
    text-align: right;
    padding: 5px 25px 5px 0;
}

.headerSec {
    padding: 7px 0;
    background-color: #ffffff;
    position: relative;
}

.searchSec {
    position: relative;
    list-style-type: none;
    margin: 0;
    text-align: right;
    padding-left: 10px;
}

.searchSec li {
    margin:0;
}

.searchSec a {
    color: #000000;
}

.searchSec .search-form {
    position: absolute;
    z-index: 3;
    background-color: #143d8d;
    padding: 10px;
    right: 0;
    border-radius: 50px;
    min-width: 320px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    top: 160%;
    transition: 0.5s all;
    box-shadow: 0px -1px 2px #00000082;
}

.searchSec .search-form label {
    display: block;
}

.searchSec .search-form .search-submit {
    display: none;
}

.searchSec .search-form .search-field {
    height: 35px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    width: 100%;
    padding: 0 15px;
}

.searchSec .search-form .search-field:hover,
.searchSec .search-form .search-field:focus {
    outline: none;
}

.searchSec:hover .search-form {
    opacity: 1;
    visibility: visible;
}

.logoScroll {
    display: none;
}

.logoScroll img {
    filter: brightness(0) invert(1);
    width: 178px;
}

header {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

header.newClass1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #143d8d;
    padding: 4px 0 0;
    
}

header.newClass1 .container {
    width: auto;
}

header.newClass1 .logoWithoutScroll {
    display: none;
}

header.newClass1 .logoScroll {
    display: block;
}

.newClass1 .searchSec a {
    color: #ffffff;
}

.newClass1 #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    color: #ffffff;
}

.newClass1 .megamenuSec {
    top: 30px;
}

.abny-memberlogin a {
    background: #143d8d !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 0 20px !important;
    text-decoration: none !important;
    transition: 0.3s all !important;
    margin: 0 10px !important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 70px;
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 14px 18px;
    border-color: transparent transparent #143d8d transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #143d8d #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    display: block;
    position: absolute;
    top: -14px;
    right: 53%;
} */
ul.mega-sub-menu li img {
    float: right;
}
.mega-abny-mega-center ul {
    padding-left: 60px !important;
    display: block;
}
ul.mega-sub-menu li {
    padding: 8px 15px !important;
}

.newClass1 .megamenuSec .abny-memberlogin a {
    background: #ffffff !important;
    color: #143d8d !important;
}

.abny-memberlogin a:hover,
.newClass1 .abny-memberlogin a:hover {
    background: #039CFF !important;
    color:#ffffff !important;
}

.mega-borderSec {
    position: relative;
    background: url(../abny-theme/assets/images/separator.png) 88% center no-repeat !important;
}


/***** Slider Section CSS *****/

.stx-layers {
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 1170px !important;
    margin: auto !important;
}

table.stx-layers-content tr.row-center,
table.stx-layers-content tr.row-bottom,
table.stx-layers-content td.col-center,
table.stx-layers-content td.col-right {
    display: none;
}

.stx-layers .row-top td {
    vertical-align: middle !important;
}

.stx-layers p {
    margin: 0 !important;
}

.stx-layers h6 {
    text-transform: uppercase;
}

.stx-layers h1 {
    color: #143d8d !important;
    text-transform: uppercase;
}
/*
.swiper-container::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
*/
.stx-layers-content {
    width: 60% !important;
    margin: 0;
    padding: 0 15px;
}

.sliderSec {
    position: relative;
}

.mouseSec .elementor-image a {
    position: absolute !important;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    animation: UpDown 1s linear infinite;
    -webkit-animation: UpDown 1s linear infinite;
    -moz-animation: UpDown 1s linear infinite;
    -ms-animation: UpDown 1s linear infinite;
    -o-animation: UpDown 1s linear infinite;
    width: 18px;
    height: 42px;
}


/***** Event Section CSS *****/

.eventBox {
    position: relative;
}

.eventBox .elementor-element-populated {
    padding: 0 !important;
}

.eventBox .eventText {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px 20px 10px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 45%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 45%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 45%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
	pointer-events: none;
}


/***** About Section CSS *****/

.aboutContent a {
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    background-color: #143d8d;
    padding: 14px 45px;
    border-radius: 50px;
}

.aboutContent h2 {
    text-transform: uppercase;
}


/***** Hotspot Section CSS *****/

.hotspotBox {
    position: relative;
}

.hotspotBox .elementor-element-populated {
    padding: 0 !important;
}

.hotspotBox .hotspotContent {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px 0;
    background: -moz-linear-gradient(bottom, rgba(20, 61, 141, 0.9) 15%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(20, 61, 141, 0.9) 15%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(20, 61, 141, 0.9) 15%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6143d8d', endColorstr='#00000000', GradientType=0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.hotspotBox .hotspotContent h3,
.hotspotBox .hotspotContent p {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    color: #ffffff;
}

.hotspotBox .hotspotContent p {
    display: none;
}

.hotspotBox:hover .hotspotContent {
    background: rgba(0, 113, 186, 0.9);
    align-items: center;
    text-align: center;
}

.hotspotBox:hover .hotspotContent p {
    display: block;
}


/***** Testimonials Section CSS *****/

.testimonialSec {
    text-align: center;
}

.testimonialSec>div>a>img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    object-fit: cover;
    border: 5px solid #143d8d;
    display: block;
    margin: 0 auto 22px;
	background-color:#ffffff;
}

.testimonialSec p {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 5px;
	color:transparent;
}

.testimonialSec {
    margin: 0 0 30px;
}

.slick-slide:focus {
    outline: none;
}

.slick-dots {
    position: relative;
    bottom: 0;
}

.slick-dots li {
    width: auto !important;
    height: auto !important;
    margin: 0 5px !important;
}

.slick-dots li button {
    width: 62px !important;
    height: 4px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    background-color: #0071ba !important;
}

li.slick-active button {
    background-color: #143d8d !important;
}


/***** Professioanl Section CSS *****/

.professionalSec {
    position: relative;
    margin: 0 0 30px;
}

.professionalSec .professionalImg>img,
.professionalSec .professionalImg>a>img {
    /*width: 100%;
    height: 268px;
    object-fit: cover;*/
    width: 140px;
    height: 140px;
    border-radius: 100%;
    object-fit: cover;
    border: 5px solid #143d8d;
    display: block;
    margin: 0 auto 22px;
}

.professionalSec .professionalContent {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 15px 0;
    background: -moz-linear-gradient(bottom, rgba(20, 61, 141, 0.9) 15%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(20, 61, 141, 0.9) 15%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(20, 61, 141, 0.9) 15%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6143d8d', endColorstr='#00000000', GradientType=0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;*/
    text-align: center;
}

.professionalSec .professionalContent h5,
.professionalSec .professionalContent p {
    color: #ffffff;
}

.professionalSec .professionalContent p {
    /*display: none;
    font-size: 14px;
    line-height: 22px;*/
    height: 46px;
    margin: 0 0 5px;
}

/*.professionalSec:hover .professionalContent {
    background: rgba(0, 113, 186, 0.9);
    justify-content: center;
    text-align: center;
}

.professionalSec:hover .professionalContent p {
    display: block;
}*/

.infoSec h2 {
    font-size: 35px !important;
    line-height: 40px !important;
}


/***** Footer Section CSS *****/

.footerSec {
    background-color: #143d8d;
    color: #ffffff;
    padding: 35px 0;
}

.footerSec h5 {
    text-transform: uppercase;
    color: #ffffff !important;
}

.footerSec a {
    color: #ffffff;
}

.footerSec a:hover,
.copyrightSec a:hover {
    color: #039cff;
}

.footerSec ul {
    list-style-type: none;
    margin: 0 0 20px;
}

ul#footer-menu {
    margin: 115px 0 20px;
}

ul#footer-menu li {
    width: 50%;
    float: left;
    margin: 0 0 20px;
    padding-right: 10px;
    font-size: 17px;
}

ul.socialNav li {
    display: inline-block;
    /*padding: 0 5px;*/
}

/*ul.socialNav li i {
    font-size: 20px;
}

ul.infoSec li i {
    padding-right: 10px;
}

*/

ul.infoSec li {
    margin: 0 0 14px;
}

ul.infoSec li img {margin: 0 10px 0 0;}

ul.socialNav li span {
    position: relative;
    top: -10px;
}



.aboutCompany img {
    filter: brightness(0) invert(1);
}

.footer-col4 {
    margin: 115px 0 0;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form p {
    position: relative;
    margin: 0;
}

.wpcf7-form input[type="email"] {
    background-color: #ffffff;
    border: none;
    height: 45px;
    width: 100%;
}

.wpcf7-form input[type="submit"], 
.abny-subscribe-form input[type="submit"]{
    border-radius: 50px;
    background-color: #143d8d;
    color: #ffffff;
    height: 45px;
    width: auto;
    position: relative;
    display: block;
    margin: 0px auto;
    font-size: 18px;
    line-height: 23px;
    transition: 0.3s all;
    padding: 0 35px;
    border: 2px solid #ffffff;
    cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus, 
p.comments-area input[type="submit"]:hover{
    background-color: #039cff;
    outline: none;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    border: none !important;
    font-size: 16px;
    text-align: center;
}

a.loginBtn {
    display: inline-block;
    border-radius: 50px;
    background-color: #ffffff;
    color: #143d8d;
    padding: 13px 20px;
    line-height: 20px;
    margin: 0 0 20px;
}

a.loginBtn:hover,
a.loginBtn:focus {
    background-color: #039cff;
    color: #ffffff;
}

.copyrightSec {
    background-color: #10306e;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
}

.copyrightSec a {
    color: #ffffff;
}

.copyrightSec p a {
    text-decoration: underline;
}

.copyrightSec p {
    margin: 0;
}

.copyrightSec p > span + span {
    display: inline-block;
    margin-left: 20px;
}

.copyrightSec ul {
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.copyrightSec ul li,
.copyrightSec ul li a {
    display: inline-block;
}

.copyrightSec ul li a {
    text-decoration: underline;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}

.copyrightSec ul li:last-child a {
    border-right: none;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
    background: none;
}


/***** Mouse Animation CSS *****/

@keyframes UpDown {
    0% {
        bottom: 25px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 25px;
    }
}

@-webkit-keyframes UpDown {
    0% {
        bottom: 25px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 25px;
    }
}

@-moz-keyframes UpDown {
    0% {
        bottom: 25px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 25px;
    }
}

@-ms-keyframes UpDown {
    0% {
        bottom: 25px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 25px;
    }
}

@-o-keyframes UpDown {
    0% {
        bottom: 25px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 25px;
    }
}

header.headerSec .megamenuSec ul.mega-sub-menu {
    left: 0px !important;
    top: 92% !important;
}

header.headerSec #mega-menu-wrap-menu-1, 
header.headerSec .col-md-9, 
header.headerSec .megamenuSec, 
header.headerSec ul#mega-menu-menu-1{
    position: unset !important;
}
.hotspotContent{
    pointer-events: none !important;
}

/*
 * Inner Page
 * */

.abny-page-thumbnail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abny-page-thumbnail img {
    width: 100%;
    max-height: 350px;
	object-fit:cover;
}
.abny-page-thumbnail h1.abny-page-title {
    font-size: 50px;
    text-transform: uppercase;
    color: #e9e8e8;
    position: absolute;
}

.home .abny-page-thumbnail {
    display: none;
}

.stx-main-container {
    height: 540px !important;
}

.hotspotImg .elementor-image a {
    display: block !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    display: none !important;
}
.professionalContent h5 {
    text-transform: uppercase;
}

.infoHead h2 {
    min-height: 80px;
}
.abny-testimonial-text:before {
    content: '';
    position: absolute;
    font-size: 167.43px;
    opacity: 0.1;
    left: -18px;
    top: 53px;
    width: 67px;
    height: 45px;
    background: url('assets/images/quote.png') no-repeat;
}
.abny-testimonial-text:after {
    content: '';
    position: absolute;
    font-size: 167.43px;
    opacity: 0.1;
    right: 10px;
    bottom: -15px;
    width: 67px;
    height: 45px;
    background: url('assets/images/quote.png') no-repeat;
}
.abny-testimonial-text-bar .elementor-text-editor {
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.abny-testimonial-text-bar .elementor-text-editor:before {
    content: " - ";
    font-size: 24px !important;
    color: #000 !important;
    position: absolute;
    left: -20px;
}
i {
    font-family: 'FontAwesome';
    font-style: normal;
}
.mega-abny-mega-center ul.mega-sub-menu {
    padding-left: 70px !important;
}
.abny-hide{
    display: none;
}
ul.socialNav li i {
    font-family: fontawesome !important;
    font-size: 25px;
    color: #fff !important;
    position: relative;
    top: -6px;
    padding-left: 10px;
}
.professionalSlider .slick-prev:before, 
.testimonialSlider .slick-prev:before{
    content: '\f104' !important;
    font-family: fontawesome;
    color: #143d8d;
}
.professionalSlider .slick-next:before, 
.testimonialSlider .slick-next:before{
    content: '\f105' !important;
    font-family: fontawesome;
    color: #143d8d;
}
.professionalSlider, 
.testimonialSlider{
    position: relative;
}
.professionalSlider .slick-prev, 
.testimonialSlider .slick-prev{
    top: 27%;
    left: 5%;
}
.professionalSlider .slick-next, 
.testimonialSlider .slick-next{
    top: 27%;
    right: 5%;
}
ul.socialNav li a i {
    font-weight: 100;
    transition: 0.3s all;
}
ul.socialNav {
    padding-top: 10px;
}
ul.socialNav li:hover a i{
    color: #039cff !important;
}
a.sbi_load_btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px !important;
    padding: 0px 30px !important;
    border-radius: 50px !important;
    margin-top: 20px !important;
}



/*
 * Internal Page Option
 * */

body.page-id-349 {
    background: #FEFBEA;
}
body.page-id-349 .abny-page-thumbnail h1.abny-page-title{
    color: #FEFBEA;
}

header.headerSec #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link > i.fa {
    font-family: fontawesome !important;
    font-weight: normal !important;
}

.newClass1 .searchSec .search-form {
    top: 228%;
}

.footerSec ul.socialNav {padding-top:0;}

/*
 * Subscribtion Form
 * */

#subscribe_form {
    border-radius: 0px;
}
.abny-field-row {
    display: flex;
    margin-bottom: 15px;
}
.fieldstyle {
    width: 100%;
    height: 45px;
    padding: 0px 12px !important;
    color: #143d8d !important;
    border: 1px solid #143d8d !important;
    border-radius: 0px !important;
	background:#fff!important;
}

textarea.fieldstyle {
	height:100px;
	resize:none;
	padding:12px !important;
}

.abny-field-column,
.abny-field-column-full {
    padding: 0px 4px;
}
#subscribe_form h5 {
    color: #143d8d;
    text-align: center;
    padding-top: 30px;
}
.fieldstyle::placeholder{
    color: #143d8d;
}
.jquery-modal.blocker.current{
    z-index: 99;
}
.professionalContent p {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 5px;
    color: #000 !important;
}

.abny-who-we-are-content p > a,
.abny-who-we-are-content ul li a,
.abny-terms-conditions a
{
    color:#143d8d;
    text-decoration:underline;
    
}

.abny-who-we-are-content h2 a,
.abny-who-we-are-content h3 a,
.abny-who-we-are-content h4 a, 
.abny-who-we-are-content h5 a, 
.abny-who-we-are-content h6 a {
    color:#000000;
}

ul#menu-header-menu li {
    display:none;
}

ul#menu-header-menu li.current-menu-item,
ul#menu-header-menu li.current-menu-item .sub-menu li,
ul#menu-header-menu li.current-menu-ancestor,
ul#menu-header-menu li.current-menu-ancestor .sub-menu li {
    display:block;
}

ul#menu-header-menu li.current-menu-item a,
ul#menu-header-menu li.current-menu-ancestor a {
    margin:0 0 10px;
    display:block;
}

ul#menu-header-menu li > ul {
    margin:0 0 10px 10px;
}

ul#menu-header-menu li > ul > li > ul, ul#menu-header-menu li.secondLevelMenu {
    margin:0 0 10px 20px;
}

ul#menu-header-menu li a {
    color:#000000;
	text-decoration:none;
}

ul#menu-header-menu li.current-menu-item > a, 
ul#menu-header-menu li a:hover {
    color:#143d8d;
}

ul#menu-header-menu li.current-menu-item .sub-menu li.menu-item-has-children .sub-menu {
    margin:0 0 0 10px;
}

.abny-who-we-are-content pre {
    background-color:transparent;
    padding:0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content ol,
.elementor-widget-accordion .elementor-accordion .elementor-tab-content ul {
    margin:0 0 20px 30px;
    padding:0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content ol li,
.elementor-widget-accordion .elementor-accordion .elementor-tab-content ul li {
    margin:0 0 10px;
}

.elementor-widget-accordion .elementor-widget-container {
    margin:0 0 80px !important;
}

.elementor-widget-accordion:last-child .elementor-widget-container {
    margin:0 !important;
}

.elementor-widget-accordion .elementor-active .elementor-accordion-title,
.elementor-widget-accordion .elementor-active .elementor-accordion-icon {
    color:#1e3d8d !important;
}

#mega-menu-menu-1 li.mega-menu-item-has-children > a.submenu-icon {
    position:relative !important;
    overflow:hidden !important;
    
}

#mega-menu-menu-1 li.mega-menu-item-has-children > a::before {
    display:none !important;
}

#mega-menu-menu-1 li.mega-menu-item-has-children > a.submenu-icon::before {
    display:block !important;
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 0 18px 14px 18px !important;
    border-color: transparent transparent #143d8d transparent !important;
    line-height: 0px !important;
    _border-color: #000000 #000000 #143d8d #000000 !important;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000') !important;
    position: absolute !important;
    bottom:-22px !important;
    left:0 !important;
    right:0 !important;
    margin:0 auto !important;
    overflow:hidden !important;
    transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
}

#mega-menu-menu-1 li.mega-menu-item-has-children:hover > a.submenu-icon {
    overflow:unset !important;
    
}

#mega-menu-menu-1 li.mega-menu-item-has-children:hover > a.submenu-icon::before {
    bottom:-22px !important;
    
} 

.newClass1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.submenu-icon::before {
    display:none !important;
}

.abnyBoardSec {
    margin:40px 0 0;
}


.boardBox {
    margin:0 0 40px;
}

.boardImg img {
    display:block;
    height:203px !important;
    object-fit:cover;
    width:100%;
}

.abny_staff_check_count .boardImg img {
    display:block;
    height:275px !important;
    object-fit:cover;
    width:100%;
}

.boardImg {
    margin:0 0 10px;
}

.boardPosition {
    margin:0 0 5px;
    font-size:18px;
    line-height:23px;
    
}

.boardName h5 {
    display:inline-block;
    margin:0 5px 5px 0;
    text-transform:uppercase;
}

.boardName h5:last-child {
    margin-right:0;
}

.boardCompany {
    font-size:20px;
    line-height:25px;
    margin:0;
    text-transform: capitalize;
}

.abnyBoardSec .clearfix {
    clear:both;
}

.boardPopupSec {
    position:fixed;
    background:rgba(0,0,0,0.9);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:999;
/*  overflow-y:scroll; */
    padding:5px 0;
    display:none;
}

.boardPopupInner {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    align-items: center;
    justify-content: center;
}

.boardPopup .row::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.boardPopup .row::-webkit-scrollbar-track {
/*   box-shadow: inset 0 0 5px grey;
  border-radius: 10px; */
}

/* Handle */
.boardPopup .row::-webkit-scrollbar-thumb {
  background: #143d8d;
  border-radius: 0px;
}


.boardPopup {
    background-color:#ffffff;
    padding:40px;
    border-radius:5px;
    position:relative;
    height:500px;
}
.boardPopup .row {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.boardPopup .closePopup {
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
    font-size:30px;
}

.boardImg > a, .boardName > a {
    display:block;
    cursor:pointer;
}

.boardPopup a {
    color:#143d8d;
}

.boardPopup img {
    width:100%;
}

.awardBox h2 {
    text-transform:uppercase;
    margin:0 0 5px !important;
}

.awardBox h2 a:hover,
.awardBox.awardSmall h5 a:hover,
.boardName > a:hover h5 {
   color:#143d8d;
}

.awardBox p > span {
    font-size:24px;
    line-height:30px;
    display:inline-block;
    border-right:2px solid #000000;
    padding:0 8px 0 5px;
}

.awardBox p > span:last-child{
    border-right:none;
}

.awardBox p > span:first-child{
    padding-left:0;
}

.awardBox {
    margin-bottom:50px;
}

.awardBox.awardSmall h5 {
    text-transform:uppercase;
    font-size:26px !important;
    line-height:30px !important;
    margin:0 0 5px !important;
}

.awardBox.awardSmall .awardImg {
    margin:0 0 24px;
}

.awardBox.awardSmall .awardImg a {
	display:block;
}

.awardBox.awardSmall p > span {
    font-size:20px;
    line-height:25px;
}

.awardImg ul {
    list-style-type:none;
    margin:0 0 50px;
    padding:0;
    text-align:right;
}

.awardImg ul li {
    display:none;
}

.awardImg ul li:nth-child(1), 
.awardImg ul li:nth-child(2) {
    display:block
}

.padding5 {
    padding: 0 5px 0 0;
}

.contentSec {
    padding:60px 0;
}

.contentSec.awardBox {
    margin:0;
    padding:60px 0;
}

.error-404 {
    text-align:center;
}

.btn-blue {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    background-color: #143D8D;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px;
    display:inline-block;
    margin:20px 20px 20px 0;
    color:#ffffff !important;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #039CFF;
    color:#ffffff !important;
}

.awardGallery {
    margin:30px 0 5px;
    position:relative;
}

.awardGallery img {
    width:100%;
    height:279px;
    object-fit:cover;
}

.awardGallery .slick-prev, .awardGallery .slick-next {
    bottom:unset;
    top:50%;
    width:40px;
    height:40px;
    background-color:#ffffff;
    border-radius:100%;
    z-index:10;
}

.awardGallery .slick-prev:hover, .awardGallery .slick-next:hover {
    background-color:#ffffff;
}

.awardGallery .slick-prev::before {
    content: '\f104' !important;
    font-family: fontawesome;
}

.awardGallery .slick-next::before {
    content: '\f105' !important;
    font-family: fontawesome;
}


.awardGallery .slick-prev {
    left:-20px;
}

.awardGallery .slick-next {
    right:-20px;
}

h1.abny-page-title {
    text-align: center;
    padding: 0 10px;
}

.awardBox.awardSmall .awardImg > img {
    width:100%;
    height:291px;
    object-fit:cover;
}

/*
** Start YP Spotlights
*/

.abny-post-section .container {
    display: flex;
    justify-content: space-between;
    padding: 110px 0px 0px;
}
.member-repeater-item:last-child {
    padding-bottom: 110px;
}
.abny-post-sidebar {
    width: 25%;
}
.abny-post-content-area {
    width: 75%;
}
.year-accordion{
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}
.year-accordion > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.accordion-set {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #bababa;
    padding: 7px 0px;
}
ul.post-lists li:last-child {
    border-bottom: none;
}
ul.post-lists li a {
  color: #000000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300 !important;
  font-family: 'MyriadPro-Regular', sans-serif !important;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
ul.post-lists li {
    border-bottom: 1px solid #bababa;
    padding-bottom: 10px;
    list-style: none;
}
.abny-post-content-area {
    padding-left: 40px;
}
.abny-post-sidebar {
    border-right: 1px solid #bababa;
    padding-right: 25px;
}
a.accordion-anchor {
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    font-weight: 800 !important;
    font-family: 'MyriadPro-bold', sans-serif !important;
}
.accordion-set > a i{
  float: right;
  margin-top: 2px;
}
ul.post-lists {
    margin: 0px;
}
.accordion-content{
  display:none;
  padding-top: 15px;
  padding-bottom: 10px;
}
.accordion-content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.spotlight-title {
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    width: 75%;
    margin-bottom: 20px !important;
}
.spotlight-post-content, 
.spotlight-post-content p{
    font-size: 17px;
    line-height: 25px;
}
.member-bio-section {
    display: flex;
    padding: 55px 0px;
    align-items: flex-end;
}
.member-name {
    margin: 0px;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
}
.bio-member-info {
    padding-left: 28px;
}
.faq-content {
    display: none;
    padding-top: 20px;
}
.faq-set .accordion-anchor {
    background: #143d8d;
    color: #fff;
    width: 100% !important;
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #e9e8e8 !important;
    line-height: 27px;
    font-weight: 300 !important;
    font-family: 'MyriadPro-Regular', sans-serif !important;
    padding: 15px 20px;
}
.faq-content p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
}
.faq-set > a i{
  float: right;
  margin-top: 2px;
}
.bio-member-thumb img {
    max-width: 230px;
	width: 230px;
}

/*
** End YP Spotlights
*/

.abny-page-thumbnail {
    position:relative;
}

.abny-page-thumbnail::after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
}

.abny-page-thumbnail h1.abny-page-title {
    
    z-index:3;
}

ul#menu-header-menu {
    margin:0;
}

.boardImg {
    overflow:hidden;
}

.boardImg img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.boardImg:hover img {
    transform:scale(1.1);
}

.videoImgFull .elementor-image-box-img {
    width:100% !important;
    position:relative;
    margin:0 !important;
}

.videoImgFull .elementor-image-box-img img {
    width:100%;
    height:218px;
    object-fit:cover;
}

.videoBox {
    position:relative;
}

.videoBox .videoOverlay {
    position: absolute;
    width: 100%;
    height: 218px;
    z-index: 3;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
}

.videoBox .videoOverlay .elementor-button {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   align-items: center;
   justify-content:center;
    top:0;
    left:0;

}



.clearfix {
    clear: both;
}

/*
 * Close Button Styling
 * */

.boardPopup .closePopup {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('assets/images/download.png');
}
.modal a.close-modal{
    background-image: url('assets/images/download.png') !important;
}

.abny_board_check_count:nth-child(4n+1) {
	clear:both;
}

.hover-text-center .hotspotBox:hover .elementor-widget-container {
    width: 100%;
}

.abny_staff_check_count:nth-child(2n+1) {
	clear:both;
}

.testimonialSlider .slick-dots li button {
	width: 17px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding:0;
	max-width:100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container .contentSec {
	padding:60px 0 !important;
	
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container .contentSec .container {
	margin:auto !important;
}
.professionalContent a {
    color: #000000 !important;
}


.page-id-363 .abny-page-thumbnail::after {
	display:none;
}

.abny-listing-member ul {
	list-style-type:none;
}

.abny-listing-member ul li {
	position:relative;
	padding:0 0 0 25px;
}

.abny-listing-member ul li::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	content: "\f05d";
	font-family: fontawesome !important;
}

.abny-contact-form .abny-field-row {
	display:block
}

.abny-contact-form .abny-field-row .abny-field-column {
	width:50%;
	margin:0 0 20px;
	float:left;
}

.mailing-list .wpcf7-list-item {
	margin:10px 0;
	display:block;
	position:relative;
	padding:0 0 0 20px;
}

.mailing-list .wpcf7-list-item input[type="checkbox"] {
	position:absolute;
	top:5px;
	left:0;
}

.abny-terms-conditions ul
{
	list-style-type:upper-roman;
	
}

.abny-terms-conditions ul > li > ul {
	list-style-type:upper-alpha;
	margin-top:10px;
	margin-bottom:40px;
}

.abny-terms-conditions ul > li > ul > li > ul {
	list-style-type:decimal;
	margin-top:10px;
	margin-bottom:40px;
	
}

.abny-terms-conditions ul li {
	margin:20px 0;
}

.abny-terms-conditions ul li p {
	margin:10px 0;
}

.abny-search-page .search-field {
	height: 45px;
    padding: 0px 12px !important;
    color: #143d8d !important;
    border: 1px solid #143d8d !important;
    border-radius: 0px !important;
	margin:0 0 20px;
}

.abny-search-page .search-submit {
	border-radius: 50px !important;
    background-color: #143d8d !important;
    color: #ffffff !important;
    height: 45px;
    font-size: 18px;
    line-height: 23px !important;
    transition: 0.3s all;
    padding: 0 35px !important;
    border: 2px solid #ffffff !important;
    cursor: pointer;
	margin:0 0 20px;
}

.abny-search-page .search-submit:hover, .abny-search-page .search-submit:focus {
	background-color: #039cff !important;
   
}

.abny-search-page h1.page-title {
	text-align: center;
	margin:0 0 60px;
}

.search-no-results  {
	text-align:center;
}

/*
 * ABNY Subscription Form
 * */
.abny-subscribe-form .mc4wp-form-fields {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.abny-subscribe-form .mc4wp-form-fields p {
    width: 50%;
}
.abny-subscribe-form .mc4wp-form-fields p:nth-child(odd) {
    padding-right: 8px;
}
p.abny-mailing-lists,
p.comments-area{
    width: 100% !important;
}
p.comments-area{
	padding-right: 0px !important;
}
p.abny-mailing-lists label span {
    padding-left: 8px;
}
p.abny-mailing-lists label {
    width: max-content;
    display: flex;
    margin: 10px 0px;
    max-width: 100%;
    align-items: flex-start;
}
p.abny-mailing-lists label input[type="checkbox"] {
    top: 5px;
    position: relative;
}
.abny-subscribe-heading h2.elementor-heading-title {
    margin-bottom: 10px !important;
}
#subscribe_form .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
}
#subscribe_form .mc4wp-form-fields p {
    width: 50%;
    margin-bottom: 8px;
}
#subscribe_form .mc4wp-form-fields p:nth-child(odd) {
    padding-right: 8px;
}
#subscribe_form .mc4wp-form-fields input[type="submit"] {
    border-radius: 50px;
    background-color: #143d8d;
    color: #ffffff;
    height: 45px;
    width: auto;
    position: relative;
    display: block;
    margin: 0px auto;
    font-size: 18px;
    line-height: 23px;
    transition: 0.3s all;
    padding: 0 35px;
    border: 2px solid #ffffff;
    cursor: pointer;
}
#subscribe_form .mc4wp-form-fields input[type="submit"]:hover{
	background-color: #039cff;
    outline: none;
}
#subscribe_form .mc4wp-form-fields p.abny-mailing-lists label {
    margin: 4px 0px;
}
ol.wp-paginate li a {
	background-color:#143d8d;
	color:#ffffff;
	border-color:#143d8d;
}
ol.wp-paginate li a:hover {
	background-color: #039cff;
    color: #ffffff;
	border-color:#039cff;
}
h2 > sup {
	text-transform:lowercase !important;
}

/*
 * Search Results
 * */
.search-post-title {
    color: #000000 !important;
    text-transform: capitalize;
    padding-bottom: 10px !important;
    display: block;
	width: max-content;
    font-size: 22px;
	max-width: 100%;
}
section.contentSec.abny-search-page a.excerpt_post_link{
	display: none;
}
a.search-post-title:hover, 
a.search-post-title:focus, 
a.search-post-title:active {
    color: #191970 !important;
}
.research-irem figure.elementor-image-box-img img {
    height: 125px;
    object-fit: cover;
}

/*
 * My Account
 * */
nav.woocommerce-MyAccount-navigation ul{
	margin: 0px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 22px;
    line-height: 41px;
    color: rgb(0 0 0 / 80%);
}
nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    background: #b9b9b9;
    margin-bottom: 3px;
    padding: 10px 30px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: #143d8d;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 30px;
    float: right;
    line-height: 41px;
    font-weight: 100;
}
.woocommerce-MyAccount-content p:nth-child(2) {
    color: #143d8d !important;
    font-size: 22px !important;
    line-height: 41px !important;
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content p, 
.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #000;
    font-size: 16px;
    line-height: 27px;
}
.woocommerce-MyAccount-content p strong {
    text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
    border-bottom: 1px solid #000;
}
.woocommerce-MyAccount-content p:nth-child(2) a {
    color: #fff;
    background: #143d8d;
    border: none;
    padding: 10px 45px;
    font-size: 16px;
    line-height: 65px;
    border-radius: 50px;
}
.woocommerce-MyAccount-content p:nth-child(2) a:hover,
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover, 
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, 
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover{
	background: #039CFF !important;
    color: #ffffff !important;
}

/*
 * Account Details
 * */
form.woocommerce-EditAccountForm.edit-account label, 
.woocommerce-address-fields label{
    color: rgb(0 0 0 / 80%);
    font-size: 16px;
    line-height: 37px;
    padding-left: 15px;
    font-family: 'MyriadPro-Regular', sans-serif !important;
    text-transform: capitalize;
}
form.woocommerce-EditAccountForm.edit-account span.show-password-input {
    line-height: 20px;
}
small.woocommerce-password-hint{
    color: rgb(0 0 0 / 80%);
    font-size: 16px;
    line-height: 22px;
    padding-left: 15px;
}
form.woocommerce-EditAccountForm.edit-account label span.required, 
.woocommerce-address-fields abbr.required {
    color: #000 !important;
	font-weight: 100 !important;
}
form.woocommerce-EditAccountForm.edit-account input[type=text],
form.woocommerce-EditAccountForm.edit-account input[type=email],
form.woocommerce-EditAccountForm.edit-account input[type=password], 
.woocommerce-address-fields input[type=text], 
.woocommerce-address-fields input[type=email],
.woocommerce-address-fields input[type=password], 
.woocommerce-address-fields input[type=tel]{
    border-radius: 50px;
    height: 45px;
    border:  none !important;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
}
form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row {
    width: 49%;
}
form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    width: 100%;
}
form.woocommerce-EditAccountForm.edit-account em {
    font-style: normal;
    padding-left: 15px;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    padding: 0px !important;
    margin: 0px;
    border: none;
}
form.woocommerce-EditAccountForm.edit-account fieldset legend{
	display: none;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    font-size: 20px;
	line-height: 30px;
}
span.show-password-input {
    line-height: 30px;
    top: 8px !important;
    right: 25px !important;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background: #143d8d !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 65px;
    padding: 0px 50px;
    border-radius: 50px;
    margin-top: 20px;
	transition: 0.3s all;
}

/*
 * Addresses
 * */
.abny-wc-dashboard .u-column2.col-2.woocommerce-Address, 
.abny-wc-dashboard .u-column1.col-1.woocommerce-Address {
    width: 48% !important;
}
body.woocommerce-edit-address .woocommerce-MyAccount-content p:nth-child(2) {
    color: rgb(0 0 0 / 80%) !important;
    font-size: 22px !important;
    line-height: 41px !important;
	font-family: 'MyriadPro-semibold', sans-serif !important;
}
.woocommerce-Address h3, 
.woocommerce-MyAccount-content h3 {
    color: #143d8d !important;
    font-size: 32px !important;
    line-height: 41px !important;
    text-transform: capitalize;
}
.woocommerce-Addresses {
    padding-top: 30px;
}
.woocommerce-Address a.edit {
    color: #143d8d;
    font-size: 18px;
    line-height: 41px;
	text-decoration: underline;
}
.woocommerce-Address address {
    background: #fff;
    padding: 30px;
    color: #282828;
    font-size: 17px;
    line-height: 23px;
    font-style: normal;
    min-height: 171px;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    background: none;
    padding: 0px;
    border: none;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info:before {
    display: none;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    color: #143d8d;
    font-size: 22px;
    line-height: 41px;
    font-family: 'MyriadPro-semibold', sans-serif;
    display: flex;
    float: none !important;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
    background: #143d8d;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 15px;
	text-transform: capitalize;
	margin-left: 30px;
    border-radius: 50px;
    font-family: 'MyriadPro-semibold', sans-serif;
}

/*
 * Login/ Register
 * */
.abny-wc-dashboard .woocommerce {
    background: rgb(255 255 255 / 85%);
    border-radius: 18px;
    padding: 55px 65px 10px;
}
.abny-wc-dashboard .woocommerce h2 {
    color: #143d8d;
    /*font-size: 30px;*/
	font-size: 26px;
    line-height: 41px;
    text-transform: uppercase;
    margin: 0px !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin-top: 20px;
    border: none !important;
    padding: 0px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register label {
    color: rgb(0 0 0 / 56%);
    font-size: 17px;
	position: relative;
    line-height: 25px;
}
form.woocommerce-form.woocommerce-form-login.login {
    padding-bottom: 20px;
}
.woocommerce form.register input[type=text], 
.woocommerce form.login input[type=text], 
.woocommerce form.register input[type=password], 
.woocommerce form.login input[type=password], 
.woocommerce form.register input[type=email], 
.woocommerce form.login input[type=email], 
form.woocommerce-ResetPassword.lost_reset_password input#user_login{
    height: 55px !important;
    max-height: unset !important;
    padding: 0px 15px !important;
	font-size: 17px;
    border-radius: 50px;
    border: 1px solid rgb(0 0 0 / 56%);
}
.abny-wc-dashboard .woocommerce label span.required {
    display: none;
}
.woocommerce form.register label, 
.woocommerce form.login label, 
form.woocommerce-ResetPassword.lost_reset_password label {
    padding-left: 15px;
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
}
.woocommerce-privacy-policy-text p, 
.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link{
    color: #000000;
    font-size: 16px;
	padding-top: 10px;
    line-height: 21px;
    text-align: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, 
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
    float: right;
    font-size: 18px;
    line-height: 52px;
    background: #143d8d;
    color: #fff;
    padding: 0px 60px;
    border-radius: 50px;
    margin-right: 0px;
	transition: 0.5s all;
    margin-top: 20px;
    font-weight: 400;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button{
    font-size: 18px;
    line-height: 52px;
    background: #143d8d;
    color: #fff;
    padding: 0px 60px;
    border-radius: 50px;
    margin-right: 0px;
    transition: 0.5s all;
    margin-top: 20px;
    font-weight: 400;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:hover{
    background: #039CFF !important;
    color: #ffffff !important;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    float: none;
    margin: 10px auto 0px !important;
    display: block;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
input#rememberme {
    width: 23px;
    height: 23px;
    border: 1px solid rgb(0 0 0 / 56%);
    top: 5px;
	margin-right: 5px;
    position: relative;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    padding-top: 30px;
}
span.show-password-input {
    line-height: 50px;
}
.woocommerce-LostPassword.lost_password a {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    border-bottom: 1px solid #000;
    width: max-content;
	text-transform: capitalize;
    display: block;
	font-family: 'MyriadPro-Regular', sans-serif !important;
    margin: 40px auto 0px;
}
form.woocommerce-form.woocommerce-form-register.register small.woocommerce-password-hint {
    padding-left: 0px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
form.woocommerce-form.woocommerce-form-login.login:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #c4c6c6;
    display: block;
    position: absolute;
    right: -24%;
    top: 0px;
}
body.logged-in.woocommerce-account .abny-wc-dashboard {
    background: none !important;
}
body.logged-in.woocommerce-account .abny-wc-dashboard .woocommerce {
    background: none !important;
    border-radius: unset;
    padding: 0px;
}
.abny-wc-dashboard .woocommerce .col2-set .col-1, 
.abny-wc-dashboard .woocommerce .u-column2.col-2 {
    width: 42%;
}
.abny-wc-dashboard .woocommerce form .form-row{
	padding-left: 0px;
	padding-right: 0px;
}
body.woocommerce-payment-methods .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    font-family: 'MyriadPro-semibold', sans-serif !important;
}

/*
 * Cart Page
 * */
form.woocommerce-cart-form thead {
    background: #143d8d;
}
form.woocommerce-cart-form thead th {
    font-size: 22px;
    line-height: 41px !important;
    color: #fff;
    font-weight: 400 !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	text-align: center;
}
.products-title {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #282828;
    line-height: 41px;
}
form.woocommerce-cart-form tbody tr img {
    width: 76px !important;
	margin-right: 15px;
    height: 76px !important;
}
form.woocommerce-cart-form tbody tr:nth-child(odd){
	background: #ffffff;
}
form.woocommerce-cart-form tbody tr:nth-child(even){
	background: #f5f5f5;
}
form.woocommerce-cart-form tbody tr{
	padding: 15px;
}
td.product-quantity, 
td.product-price, 
td.product-subtotal{
    text-align: center;
}
.abny-wc-cart .woocommerce a.remove {
    box-shadow: none !important;
    width: max-content;
    max-width: 100%;
    font-size: 17px !important;
    line-height: 18px !important;
    color: #282828 !important;
    height: auto !important;
    border-bottom: 1px solid #282828;
    border-radius: 0px !important;
    margin: 0 auto;
}
form.woocommerce-cart-form td {
    color: #282828;
    font-size: 17px;
	border: 1px solid #e9e8e8;
	font-family: 'MyriadPro-Semibold', sans-serif;
    line-height: 41px !important;
}
form.woocommerce-cart-form .quantity input[type=number] {
    width: 85px !important;
    height: 30px !important;
	font-size: 17px;
    border-radius: 50px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
tr.product-cart-actions {
    background: none !important;
	padding: 0px;
}
form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
}
.abny-wc-cart .woocommerce input#coupon_code {
    width: 192px;
    height: 42px;
    border-radius: 50px;
	font-family: 'MyriadPro-Semibold', sans-serif;
    margin: 0px;
    background: none;
    font-size: 17px;
    line-height: 41px;
    color: #282828 !important;
    padding: 0px 15px;
}
.abny-wc-cart .woocommerce input#coupon_code::placeholder {
    color: #282828;
}
.abny-wc-cart .woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    font-size: 16px;
    line-height: 42px;
    background: #143d8d;
    color: #fff !important;
    padding: 0px 30px !important;
    border-radius: 50px;
	font-family: 'MyriadPro-Semibold', sans-serif;
    font-weight: 400;
	right: 30px;
	margin-right: 10px;
}
tr.product-cart-actions td {
    padding: 30px 0px 0px !important;
}
.woocommerce-message::before{
	color: #143d8d;
}
.woocommerce-message {
    border-top-color: #143d8d;
}
tr.product-cart-actions td.actions {
    display: flex;
}
.cart-collaterals .cart_totals {
    background: #fff;
    padding: 30px 40px !important;
}
.cart-collaterals .cart_totals h2 {
    font-size: 30px !important;
    line-height: 41px;
    color: #143d8d;
    text-transform: capitalize;
    margin-bottom: 22px !important;
}
.cart-collaterals .cart_totals table.shop_table.shop_table_responsive th, .cart-collaterals .cart_totals table.shop_table.shop_table_responsive td, 
.cart-collaterals .cart_totals table.shop_table.shop_table_responsive{
    border: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal th {
    padding: 0px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal th, 
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals tr.order-total th{
    padding: 0px;
    font-size: 20px;
    line-height: 41px;
    color: #282828;
	font-family: 'MyriadPro-semibold', sans-serif;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal td, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals tr.order-total td {
    padding: 0px;
    font-size: 20px;
    line-height: 41px;
    font-family: 'MyriadPro-semibold', sans-serif;
	color: #282828;
}
.woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward {
    background: #143d8d;
    font-size: 16px;
    line-height: 60px;
    padding: 0px;
    border-radius: 50px;
    text-transform: capitalize;
}
.wc-proceed-to-checkout {
    padding: 55px 0px 0px !important;
}
.woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward:hover, 
.abny-wc-cart .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
    background: #039CFF !important;
    color: #ffffff !important;
}
.abny-wc-cart form.woocommerce-cart-form th.product-name {
    width: 53%;
}
.abny-wc-cart form.woocommerce-cart-form th.product-remove, 
.abny-wc-cart form.woocommerce-cart-form th.product-subtotal, 
.abny-wc-cart form.woocommerce-cart-form th.product-quantity, 
.abny-wc-cart form.woocommerce-cart-form th.product-price {
    width: 11.75%;
}
.logoWithoutScroll img.custom-logo {
  max-height: 80px;
  width: auto !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: optimizequality !important;
}
.abny-testimonial-text-bar .elementor-widget-container {
	padding:0 !important;
}
/*
 * Events Page
 * */
/*
 * Events Page
 * */
.tribe-events-calendar-list__event-details.tribe-common-g-col .tribe-events-calendar-list__event-description p, 
.tribe-events-c-small-cta.tribe-common-b3.tribe-events-calendar-list__event-cost, 
header.tribe-events-calendar-list__event-header span, 
.tribe-events-back a, 
.tribe-events-schedule .tribe-events-cost, 
.tribe-events-schedule span, 
.tribe-events-cal-links a, 
.tribe-events-meta-group.tribe-events-meta-group-details h2, 
.tribe-events-meta-group.tribe-events-meta-group-details dt, 
.tribe-events-meta-group.tribe-events-meta-group-details dd, 
.tribe-events-single .tribe-events-sub-nav, 
span.tribe-events-c-nav__prev-label span, 
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul,
.tribe-events-calendar-latest-past__event-description p, 
span.tribe-events-c-small-cta__price, 
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2{
    font-size: 18px !important;
	line-height: 25px;
}
.acsb-trigger.acsb-trigger-size-medium{
	border-radius: 100% !important;
}
.acsb-trigger.acsb-trigger-position-y-bottom.acsb-mobile {
    inset: 0px auto 0px 0px !important;
    border-radius: 0px !important;
    position: fixed !important;
    top: 50% !important;
    width: 30px;
    height: 30px;
}
span.tribe-events-cost, 
.tribe-events-c-small-cta.tribe-common-b3.tribe-events-calendar-latest-past__event-cost, 
span.tribe-events-c-small-cta__price, 
dd.tribe-events-event-cost, dt.tribe-events-event-cost-label{
	display: none !important;
}

/*
 * Order Details
 * */
body.woocommerce-view-order .woocommerce-MyAccount-content p:nth-child(2), 
body.woocommerce-view-order .woocommerce-MyAccount-content p, 
body.woocommerce-view-order .woocommerce-MyAccount-content mark, 
body.woocommerce-view-order .woocommerce-MyAccount-content{
	font-size: 22px !important;
    line-height: 41px !important;
    color: #282828 !important;
    background: none !important;
	font-family: 'MyriadPro-Semibold', sans-serif !important;
}
section.woocommerce-order-details h2.woocommerce-order-details__title, 
section.woocommerce-customer-details h2.woocommerce-column__title{
    font-size: 32px !important;
    line-height: 41px !important;
    text-transform: capitalize !important;
    color: #143d8d !important;
	font-family: 'MyriadPro-Regular', sans-serif !important;
	margin-bottom: 20px !important;
}
table.order_details tr{
    background: #fff;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr:nth-child(odd) {
    background: #f5f5f5 !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(even) {
    background: #f5f5f5 !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-name.product-name {
    width: 80%;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th, 
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td, 
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td, 
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th{
    font-size: 17px;
    line-height: 41px;
    color: #282828;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
    text-transform: capitalize;
}
section.woocommerce-customer-details address, 
section.woocommerce-customer-details p.woocommerce-customer-details--email, 
section.woocommerce-customer-details p.woocommerce-customer-details--phone{
    background: #fff;
    padding: 18px 30px !important;
    font-size: 17px !important;
    line-height: 24px !important;
	border-radius: 0px !important;
    color: #282828 !important;
}
section.woocommerce-customer-details p.woocommerce-customer-details--email, section.woocommerce-customer-details p.woocommerce-customer-details--phone {
    padding: 0px 25px !important;
}
section.woocommerce-customer-details {
    width: 49%;
    float: left;
    margin-right: 1%;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details, 
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table{
    border-radius: 0px !important;
    border: 1px solid #e9e8e8 !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td{
	border: 1px solid #e9e8e8;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    border: 0px !important;
}

/*
 * Orders Listing
 * */
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead, 
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts thead{
    background: #143d8d;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead th{
	color: #fff !important;
	font-size: 22px;
    line-height: 41px;
	font-family: 'MyriadPro-Regular', sans-serif !important;
    text-align: center;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr {
    background: #fff;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr:nth-child(even) {
    background: #f5f5f5;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
    font-size: 17px;
    line-height: 41px;
    color: #282828;
	border: 0px;
	text-align: center;
	font-family: 'MyriadPro-Semibold', sans-serif !important;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td a {
    background: none !important;
    padding: 0px 10px;
	color: #282828;
}

/*
 * Membership Manage
 * */
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings {
    border: none;
	width: 55%;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings thead th {
    color: #143d8d;
    font-size: 32px;
    line-height: 41px;
    padding: 0px;
	padding-bottom: 20px;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings tbody tr td:first-child {
    background: #143d8d;
    font-size: 17px;
    color: #fff;
    line-height: 41px;
	border: none;
	font-family: 'MyriadPro-Semibold', sans-serif !important;
	border-right: 1px solid #e9e8e8 !important;
    text-align: center;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings tbody tr td:last-child {
    font-size: 17px;
    line-height: 41px;
    text-align: center;
	font-family: 'MyriadPro-Semibold', sans-serif !important;
    color: #282828;
    border: none;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings tbody tr:nth-child(odd) td:last-child{
	background: #fff;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings tbody tr:nth-child(even) td:last-child{
	background: #f5f5f5;
}
tr.my-membership-detail-user-membership-actions a {
    background: none !important;
    border-bottom: 1px solid #282828 !important;
    padding: 0px !important;
}

/*
 * Membership Discounts
 * */
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts thead th, 
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts thead th a{
    font-size: 22px;
    line-height: 41px;
    color: #fff;
    text-align: center;
	font-weight: 400;
	font-family: 'MyriadPro-Regular', sans-serif !important;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts tr.membership-discount {
    text-align: center;
	background: #fff;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts {
    border: none;
    border-radius: 0px;
    border-collapse: collapse;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts th.membership-discount-title {
    text-align: left !important;
    padding: 0px !important;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts tr.membership-discount:nth-child(even) {
    background: #f5f5f5;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts tr.membership-discount td, 
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts tr.membership-discount td a {
    font-size: 17px;
    line-height: 25px;
    color: #282828 !important;
    font-family: 'MyriadPro-Semibold', sans-serif !important;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts td.membership-product-price span.woocommerce-Price-amount.amount {
    color: #143d8d !important;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts td.membership-product-price ins {
    background: none;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts span.sort-order-icon.sort-desc, 
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts span.sort-order-icon.sort-asc {
    display: none !important;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts tr.membership-discount td.membership-discount-actions a {
    background: none !important;
    padding: 0px !important;
    border-bottom: 1px solid #282828 !important;
    line-height: 20px !important;
    border-radius: 0px !important;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts tr.membership-discount td {
    border: 1px solid #e9e8e8;
}
span.wc-memberships-members-area-pagination {
    padding: 10px 0px;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts span.wc-memberships-members-area-pagination{
    float: none;
}
tr.membership-discount td.membership-discount-title {
    text-align: left;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts thead th {
    border-right: 1px solid #e9e8e8;
}
table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_discounts th.membership-discount-image {
    border-right: none !important;
}
tr.membership-discount td.membership-discount-title{
	border-left: none !important;
	padding-left: 0px !important;
}
tr.membership-discount td.membership-discount-image{
	border-right: none !important;
}

/*
 * Checkout
 * */
.abny-wc-checkout h3 {
    font-size: 30px !important;
    line-height: 41px !important;
    color: #143d8d !important;
    text-transform: capitalize;
}
.abny-wc-checkout label, 
.abny-wc-checkout abbr.required{
    font-size: 16px;
    line-height: 37px;
    color: rgb(0 0 0 / 80%) !important;
}
.abny-wc-checkout input[type=text], 
.abny-wc-checkout input[type=email], 
.abny-wc-checkout input[type=tel]{
    width: 100% !important;
    height: 45px;
    border-radius: 50px;
    padding: 0px 12px;
    font-size: 16px;
	border: none !important;
	color: rgb(0 0 0 / 80%);
}
span.select2-selection.select2-selection--single {
    height: 45px;
    width: 100%;
    font-size: 16px;
	border: none !important;
	border-radius: 50px;
	padding: 0px 12px;
	color: rgb(0 0 0 / 80%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered
 {
    line-height: 43px !important;
}
.abny-wc-checkout .select2-selection__rendered {
    height: 45px;
    line-height: 42px !important;
}
span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open span.select2-selection.select2-selection--single, 
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open span.select2-selection.select2-selection--single{
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    top: 0px;
    right: 10px;
}
.abny-wc-checkout p#billing_state_field, 
.abny-wc-checkout p#billing_postcode_field, 
.abny-wc-checkout p#billing_email_field, 
.abny-wc-checkout p#billing_phone_field{
    width: 47%;
    float: left;
    display: inline-block;
    clear: none;
}
p#billing_state_field, 
p#billing_phone_field{
    margin-right: 3%;
    width: 50% !important;
}
h3#order_review_heading {
    padding-top: 40px;
}
a.tribe-checkout-backlink {
    color: #143d8d;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tr.cart_item:nth-child(odd) {
    background: #fff;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tr.cart_item:nth-child(even) {
    background: #f5f5f5;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table td, 
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td, 
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr th{
    border: 1px solid #e9e8e8;
    font-size: 17px;
    line-height: 41px;
    color: #282828;
	font-family: 'MyriadPro-Semibold', sans-serif !important;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-child(odd) {
    background: #f5f5f5;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-child(even){
	background: #fff;
}
.abny-wc-checkout .payment_box.payment_method_authorize_net_cim_credit_card {
    background: none !important;
    padding: 0px !important;
}
.abny-wc-checkout .payment_box.payment_method_authorize_net_cim_credit_card fieldset {
    border: none !important;
    padding: 0px;
}
.abny-wc-checkout .woocommerce-privacy-policy-text,
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    display: none !important;
}
button#place_order {
    float: left !important;
    background: #143d8d;
    font-size: 16px;
    line-height: 48px;
    padding: 0px 45px;
    font-family: 'MyriadPro-Semibold', sans-serif !important;
    font-weight: 400;
    border-radius: 50px;
}
textarea#order_comments {
    height: 305px;
    width: 100%;
    border-radius: 25px;
    padding: 12px;
	border: none !important;
	font-size: 16px;
	color: rgb(0 0 0 / 80%);
	resize: none;
}
p#wc-authorize-net-cim-credit-card-csc_field, p#wc-authorize-net-cim-credit-card-expiry_field {
    width: 100%;
}
.abny-wc-checkout .payment_box.payment_method_authorize_net_cim_credit_card fieldset input[type=text], 
.abny-wc-checkout .payment_box.payment_method_authorize_net_cim_credit_card fieldset input[type=tel] {
    font-size: 16px !important;
	color: rgb(0 0 0 / 80%) !important;
	padding: 0px 12px !important;
}
.abny-wc-checkout .payment_box.payment_method_authorize_net_cim_credit_card fieldset input[type=text]:focus, 
.abny-wc-checkout .payment_box.payment_method_authorize_net_cim_credit_card fieldset input[type=tel]:focus{
	box-shadow: none !important;
	outline: none !important;
}
.woocommerce-form-coupon-toggle a, 
.woocommerce-info::before{
    color: #143d8d !important;
}
.payment_box.payment_method_cheque {
    background: none !important;
    padding: 0px !important;
    margin-bottom: 30px !important;
}
#payment:before {
    content: 'Payment Details';
    padding-top: 30px !important;
    display: block;
    font-size: 30px !important;
    line-height: 41px !important;
    color: #143d8d !important;
    text-transform: capitalize;
	font-family: 'MyriadPro-Semibold', sans-serif !important;
}
p#billing_first_name_field {
    width: 50%;
}
form.checkout.woocommerce-checkout .col-1 {
    width: 62%;
}
form.checkout.woocommerce-checkout .col-2 {
    width: 35%;
}
#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0px;
}
ul.wc_payment_methods.payment_methods.methods {
    border: none !important;
}

/*
 * Events Calendar
 * */
form.tribe-events-c-search.tribe-events-c-events-bar__search-form svg.tribe-common-c-svgicon.tribe-common-c-svgicon--search.tribe-events-c-search__input-control-icon-svg {
    display: none !important;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
    height: 50px;
	border-radius: 50px;
	background: none !important;
	background-color: transparent !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input{
	padding: 0px !important;
}
.tribe-common-form-control-text.tribe-events-c-search__input-control.tribe-events-c-search__input-control--keyword {
    margin: 0px !important;
    height: 50px !important;
}
.tribe-common-form-control-text.tribe-events-c-search__input-control.tribe-events-c-search__input-control--keyword input#tribe-events-events-bar-keyword{
	height: 50px !important;
	margin: 0px !important;
	padding: 0px 25px !important;
	color: rgb(0 0 0 / 80%);
    font-size: 20px;
	border-radius: 50px;
}
#tribe-events-search-container {
    background: none !important;
}
button.tribe-common-c-btn.tribe-events-c-search__button {
    font-size: 20px;
    padding: 5px;
    height: 50px;
    background: #143d8d;
    padding: 0px 60px;
    border-radius: 50px;
    position: relative;
    right: 40px;
	font-family: 'MyriadPro-Regular', sans-serif !important;
    font-weight: 400;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover, 
a.tribe-events-c-ical__link:hover {
    background: #039CFF !important;
}
#tribe-events-view-selector-content{
	background: none !important;
	padding: 0px;
}
#tribe-events-view-selector-content ul li a, 
#tribe-events-view-selector-content ul li a span {
    color: #000000;
    font-size: 20px !important;
    line-height: 37px !important;
	height: auto;
	padding: 0px;
}
#tribe-events-view-selector-content ul.tribe-events-c-view-selector__list li {
    display: flex;
    align-items: center;
}
li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--month.tribe-events-c-view-selector__list-item--active a.tribe-events-c-view-selector__list-item-link:after {
    background: #143d8d !important;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
    font-size: 17px;
    color: #282828;
    border-radius: 50px;
    border: 1px solid #bbbaba;
    padding: 4px 20px;
}
span.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
    font-size: 30px !important;
    line-height: 41px;
    color: #143d8d;
    font-family: 'MyriadPro-bold', sans-serif !important;
}
header.tribe-events-calendar-month__header h3.tribe-events-calendar-month__header-column-title.tribe-common-b3 {
    background: #143d8d;
}
header.tribe-events-calendar-month__header span.tribe-events-calendar-month__header-column-title-mobile, header.tribe-events-calendar-month__header span.tribe-events-calendar-month__header-column-title-desktop.tribe-common-a11y-hidden {
    color: #fff;
    font-size: 26px;
    line-height: 41px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'MyriadPro-Semibold', sans-serif !important;
}
.tribe-events-calendar-month__day {
    background: #fff;
}
.tribe-events-calendar-month__week:nth-child(odd) .tribe-events-calendar-month__day:nth-child(odd), 
.tribe-events-calendar-month__week:nth-child(even) .tribe-events-calendar-month__day:nth-child(even){
    background: #f5f5f5 !important;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar {
    margin: 30px 0px 50px !important;
}
h3.tribe-events-calendar-month__day-date.tribe-common-h4 time.tribe-events-calendar-month__day-date-daynum {
    font-size: 26px !important;
    line-height: 41px !important;
    color: rgb(0 0 0 / 80%);
}
h3.tribe-events-calendar-month__multiday-event-hidden-title.tribe-common-h8 {
    font-size: 16px !important;
    text-transform: capitalize !important;
    line-height: 20px !important;
}
.tribe-common .tribe-common-h8, 
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-family: 'MyriadPro-Regular', sans-serif !important;
    margin-bottom: 0px !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: rgb(0 113 186 / 10%) !important;
}
a.tribe-events-c-ical__link {
    background: #143d8d !important;
    font-size: 16px;
    color: #fff !important;
    padding: 0px 40px !important;
    height: 50px;
    border-radius: 50px !important;
    border: none !important;
    margin-top: 30px;
}
a.tribe-events-c-ical__link svg.tribe-common-c-svgicon.tribe-common-c-svgicon--plus.tribe-events-c-ical__link-icon-svg{
    color: #fff;
}

/*
* Event Detail Page
*/
.tribe-events-meta-group.tribe-events-meta-group-details h2.tribe-events-single-section-title {
    text-transform: capitalize !important;
    font-size: 22.28px !important;
    line-height: 53.72px !important;
    color: #282828;
    letter-spacing: 0px;
    font-family: 'MyriadPro-Semibold', sans-serif !important;
    margin-bottom: 0px !important;
}
.tribe-events-meta-group.tribe-events-meta-group-details dt.tribe-events-start-time-label, 
.tribe-events-meta-group.tribe-events-meta-group-details dt.tribe-events-start-date-label {
    color: #282828;
    font-size: 22.28px !important;
    font-family: 'MyriadPro-Semibold', sans-serif !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
    color: rgb(40 40 40 / 80%) !important;
}
.tribe-events-meta-group.tribe-events-meta-group-details dt, .tribe-events-meta-group.tribe-events-meta-group-details dd {
    width: 50%;
    float: left;
    margin: 0px;
    margin-bottom: 20px;
}
.tribe-events-calendar-day {
    background: #fff;
    padding: 1px 20px !important;
}
.tribe-events-calendar-day .tribe-events-calendar-day__time-separator, 
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
    display: none;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    width: 40%;
}
.tribe-events-meta-group.tribe-events-meta-group-details dd abbr, .tribe-events-abbr.tribe-events-start-time.published.dtstart {
    border: none !important;
    text-decoration: none !important;
    color: rgb(40 40 40 / 70%);
	font-family: 'MyriadPro-Semibold', sans-serif !important;
}
h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__tickets-title {
    font-size: 30px;
    line-height: 41px;
    color: #143d8d;
    text-transform: capitalize;
    margin-bottom: 10px !important;
}
.event-tickets .tribe-common-h6--min-medium {
    font-size: 22.28px !important;
    color: #282828 !important;
}
.tribe-events-schedule.tribe-clearfix span.tribe-event-date-start, 
.tribe-events-schedule.tribe-clearfix span.tribe-event-date-end, 
.tribe-events-schedule.tribe-clearfix span.tribe-event-time {
    color: #143d8d;
    font-size: 22px !important;
    text-transform: capitalize;
    font-family: 'MyriadPro-Semibold', sans-serif !important;
}
h1.tribe-events-single-event-title {
    font-size: 40px;
    color: #143d8d;
    text-transform: capitalize;
}
.tribe-events-schedule.tribe-clearfix {
    margin: 0px;
}
.tribe-events-cal-links a {
    background: #fff;
    border-radius: 50px;
    color: #282828 !important;
    border: 1px solid #bbbaba;
    padding: 2px 20px !important;
}
.tribe-events-cal-links a.tribe-events-gcal.tribe-events-button {
    margin-right: 10px;
}
a.rel-button {
    background: #143d8d !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    text-decoration: none !important;
    transition: 0.3s all !important;
    margin: 20px 0px !important;
    display: block;
    width: max-content;
    max-width: 100%;
}
a.rel-button:hover{
    background: #039CFF !important;
}
span.tribe-tickets__tickets-sale-price, 
.tribe-common-h7.tribe-common-h6--min-medium.tribe-tickets__tickets-item-content-title {
    font-size: 22.28px;
    color: #282828;
}
.tribe-common-b3.tribe-tickets__tickets-item-extra-available {
    font-size: 14px;
    color: rgb(40 40 40 / 50%);
}
button#tribe-tickets__tickets-submit, 
button#tribe-tickets__tickets-buy {
    background: #143d8d;
    color: #fff;
    border-radius: 50px;
    padding: 10px 35px;
}
button#tribe-tickets__tickets-buy:hover{
    background: #039CFF;
}
button#tribe-tickets__tickets-submit:hover,
.woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward:hover{
    background: #039CFF !important;
}
.tribe-ticket-information span.ticket-name {
    color: #282828;
    font-size: 22.28px;
    line-height: 47.71px;
    padding-right: 30px;
    font-family: 'MyriadPro-Regular', sans-serif !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #282828;
    font-size: 22px;
    line-height: 41px;
    font-family: 'MyriadPro-Semibold', sans-serif !important;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    font-size: 22px !important;
	padding-right: 0px;
	margin-right: 0px;
    line-height: 41px !important;
    color: #282828 !important;
    font-family: 'MyriadPro-Semibold', sans-serif !important;
    text-transform: capitalize;
    border: none !important;
}
.abny-wc-checkout .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details:before, 
.abny-wc-checkout .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details:after{
    display: none !important;
}
.abny-wc-checkout .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong{
    color: #143d8d !important;
    font-size: 22px !important;
}
a.wc-memberships-members-area-page-linkwc-memberships-members-area-page-link.wc-memberships-members-area-pagination-last, a.wc-memberships-members-area-page-link.wc-memberships-members-area-page-link.wc-memberships-members-area-pagination-first {
    display: none;
}
ul.tribe-tickets-list.tribe-list li.tribe-item .list-attendee {
    color: #282828;
    font-size: 22.28px;
    line-height: 44px;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
}
ul.tribe-tickets-list.tribe-list li.tribe-item span.ticket-price del span.woocommerce-Price-amount.amount, 
ul.tribe-tickets-list.tribe-list li.tribe-item span.ticket-price del span.woocommerce-Price-amount.amount bdi {
    color: #143d8d !important;
    font-family: 'MyriadPro-Regular', sans-serif !important;
    font-size: 22.28px;
    line-height: 44px;
}
.tribe-tickets h2 {
    color: #143d8d;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 0px !important;
    text-transform: capitalize;
}
.tribe-events-meta-group.tribe-events-meta-group-details dd {
    text-align: right;
}
.tribe-common-g-row.tribe-events-calendar-latest-past__event-row, 
.tribe-common-g-row.tribe-events-calendar-list__event-row {
    background: #fff;
    padding: 40px 0px;
}
.woocommerce-MyAccount-content a:hover {
    color: #039cff !important;
    border-bottom-color: #039cff !important;
}
span.show-password-input.display-password:after {
    color: #143d8d !important;
}
span.show-password-input:after {
    color: rgb(0 0 0 / 50%);
}
mark, ins {
    background: none;
    color: #143d8d;
}

/*
* Edit Billing & Shipping Address
*/
.woocommerce-address-fields button.button {
    background: #143d8d !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 14px 40px !important;
    text-decoration: none !important;
    transition: 0.3s all !important;
    margin: 20px 0px 0px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.woocommerce-address-fields button.button:hover{
    background: #039CFF !important;    
}
.woocommerce-address-fields p#billing_state_field, 
.woocommerce-address-fields p#billing_phone_field {
    width: 100% !important;
}
td.product-remove a.remove:hover {
    background: none !important;
    color: #039cff !important;
    border-bottom-color: #039cff !important;
}




/***** Media Queries*****/
@media screen and (max-width: 1600px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu::before{
        right: 54% !important;
    }
    
}

@media screen and (max-width: 1280px){
    .boardBox .boardName h5 {
        font-size:20px !important;
        line-height:25px !important;
    }
	.abny-wc-dashboard .woocommerce h2{
		font-size: 24px !important;
		line-height: 30px !important;
	}
    .boardBox .boardCompany {
        font-size:18px;
        line-height:23px;
    }
    .abny-post-section .container {
        padding: 110px 20px 0px;
        box-sizing: border-box !important;
    }
    a.accordion-anchor, 
    .member-name{
        font-size: 28px;
    }
    ul.post-lists li a, 
    .faq-set .accordion-anchor{
        font-size: 18px;
    }
    
}

@media screen and (max-width: 1150px){
    header.headerSec #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu::before {
        right: 52% !important;
    }
    
    .boardBox .boardName h5 {
        font-size:18px !important;
        line-height:23px !important;
    }
}

@media screen and (max-width: 1100px){
    header.headerSec #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu::before {
        right: 58% !important;
    }
	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
		padding: 0px 55px !important;
	}
    
}

@media screen and (max-width: 1366px){
    
    .abny-page-thumbnail h1.abny-page-title{
        font-size: 40px !important;
    }
    .stx-main-container, 
    .stx-layers-content{
        height: 480px !important;
    }
    .mega-abny-mega-center ul.mega-sub-menu {
        padding-left: 30px !important;
    }
    .abny-testimonial-text .elementor-text-editor, .abny-testimonial-text .elementor-text-editor p {
        font-size: 21px;
        line-height: 32px;
    }
    .abny-testimonial-text:before{
        left: 35px !important;
        top: 16px !important;
        font-size: 147px !important;
        opacity: 0.1 !important;
    }
    .abny-testimonial-text:after{
        opacity: 0.1 !important;
        font-size: 147px !important;
        right: 15px !important;
    }
    .abny-testimonial-text-bar .elementor-text-editor, .abny-testimonial-text-bar .elementor-text-editor p {
        font-size: 20px;
        line-height: 28px;
        left: -18px !important;
    }
    .abny-who-we-are-content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    
}

@media only screen and (max-width:1199px) {
    header.headerSec .col-md-3 {
        width: 20% !important;
    }
    ul.socialNav li i {
        font-size: 20px;
        top: 0px;
        padding-left: 8px;
    }
    ul.socialNav li span{
        top: -1px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu::before {
        right: 50% !important;
    }
    .mega-abny-mega-center ul.mega-sub-menu {
        padding-left: 30px !important;
    }
    header.headerSec .col-md-9 {
        width: 80% !important;
    }
    footer .aboutCompany p, 
    ul.infoSec a, 
    ul#footer-menu a{
        font-size: 16px !important;
    }
    .hotspotBox .hotspotContent h3 {
        font-size: 30px;
    }
    ul.socialNav img{
        max-width: 25px;
    }
    .abny-testimonial-text:before{
        left: -18px !important;
    }
    .abny-testimonial-text:after{
        right: 10px !important;
    }
    .abny-who-we-are-content,
    .contentSec.awardBox,
    .contentSec,
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container .contentSec {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    header.headerSec #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px !important;
        padding:0 7px;
    }
    .abny-memberlogin a {
        padding: 0 12px !important;
    }

    header .container, .topSec .container, footer .container,  .copyrightSec .container {
        width: auto;
    }

    .topSec {
        padding: 5px 15px 5px 0;
    }
    
    .awardBox.awardSmall p > span {
        font-size:18px;
        line-height:23px;
    }
    
    .awardBox p > span {
        font-size:20px;
        line-height:25px;
    }

}

@media screen and (max-width: 1024px){
    
    .abny-about-col-left {
        width: 40% !important;
    }
    .woocommerce-MyAccount-content p:nth-child(2) a{
        padding: 0px 45px;
        line-height: 48px;
        margin:  10px 0px 30px;
        display: block;
        width: max-content !important;
    }
	.abny-wc-checkout h3, 
	#payment:before{
    	font-size: 25px !important;
    	line-height: 31px !important;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead th{
		font-size: 18px;
		line-height: 40px;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td a{
		padding: 0px 5px !important;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td{
		font-size: 13px !important;
		line-height: 30px !important;
	}
	.abny-members-page .abny-about-col-right {
		width: 100% !important;
	}
	.abny-wc-cart form.woocommerce-cart-form th.product-name, 
	td.product-thumbnail{
		width: 35%;
	}
	form.woocommerce-cart-form tbody tr{
		padding: 0px;
	}
	tr.woocommerce-cart-form__cart-item.cart_item td.product-remove, 
	tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal, 
	tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity, 
	tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
		align-items: center;
		justify-content: center;
		width: 16.25%;
	}
	tr.woocommerce-cart-form__cart-item.cart_item td {
		display: flex;
		align-items: center;
	}
	form.woocommerce-cart-form thead, 
	form.woocommerce-cart-form tbody{
		display: block;
	}
	form.woocommerce-cart-form thead tr, form.woocommerce-cart-form tbody tr {
		width: 100% !important;
		min-width: 100% !important;
		display: flex;
	}
	tr.product-cart-actions {
		display: flex !important;
		width: 100% !important;
		min-width: 100vw;
	}
	form.woocommerce-cart-form thead th{
		font-size: 18px;
	}
	.abny-wc-cart form.woocommerce-cart-form th.product-remove, .abny-wc-cart form.woocommerce-cart-form th.product-subtotal, .abny-wc-cart form.woocommerce-cart-form th.product-quantity, .abny-wc-cart form.woocommerce-cart-form th.product-price {
		width: 16.25%;
	}
	.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
		display: block !important;
		float: none;
		margin: 30px auto 0px;
	}
	.woocommerce-Address h3, 
    .woocommerce-MyAccount-content h3{
		font-size:22px !important;
		line-height: 25px !important;
	}
	.woocommerce-Address a.edit{
		line-height: 25px;
	}
	.woocommerce-Address address{
		padding: 20px;
	}
	body.woocommerce-edit-address .woocommerce-MyAccount-content p:nth-child(2) {
    	font-size: 20px !important;
    	line-height: 25px !important;
	}
	nav.woocommerce-MyAccount-navigation ul li a{
		font-size: 20px;
	}
    ul.socialNav li span {
        font-size: 14px;
        top: -3px;
    }
    ul.post-lists li a, .faq-set .accordion-anchor {
        font-size: 16px;
        line-height: 20px;
    }
    .member-location, .member-position {
        font-size: 16px;
        line-height: 25px;
    }
    .faq-set > a i{
        padding-left: 10px;
    }
    .faq-set .accordion-anchor{
        font-size: 20px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    a.accordion-anchor, 
    .member-name, 
    .spotlight-title{
        font-size: 25px !important;
        line-height: 30px !important;
    }
    .spotlight-post-content, .spotlight-post-content p{
        font-size: 16px !important;
    }
    header.headerSec #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator{
        display: block !important;
    }
    .headerSec ul.list-inline.searchSec i {
        top: 2px;
        position: relative;
    }
    footer .aboutCompany br {
        display: none !important;
    }
    .abny-page-thumbnail img{
        min-height: 170px;
    }
    header.headerSec #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        font-size: 20px !important;
        padding: 0 8px;
    }
    .abny-about-col-right .elementor-widget-wrap {
        padding-left: 20px !important;
    }
    .abny-page-thumbnail h1.abny-page-title {
        font-size: 30px !important;
        margin: 0px;
    }
    .abny-about-col-right {
        width: 60% !important;
    }
    .abny-testimonial-text:before {
        left: -10% !important;
    }
    .abny-testimonial-text:after {
        right: 1% !important;
    }   
    .abny-testimonial-text{
        width: max-content !important;
        margin: 0 auto !important;
    }
    .abny-testimonial-text:before, 
    .abny-testimonial-text:after{
        font-size: 130px !important;
    }
    
    .searchSec .search-form {
        top: -14px;
        right: 35px;
    }
    .newClass1 .search-form {
        top: -16px !important;
        
    }
    
    .boardBox .boardName h5 {
        font-size:16px !important;
        line-height:21px !important;
        margin: 0 5px 0 0 !important;
    }
    .boardBox .boardName h5:last-child {
        margin-right:0 !important;
    }
    
    .boardBox .boardCompany,
    .boardBox .boardPosition {
        font-size:15px;
        line-height:20px;
        margin:0;
    }
    .awardBox p > span {
        display:block;
        border:none;
        padding:0;
    }
    
    .boardImg img {
        height:162px !important;
    }
    
    .awardBox.awardSmall .awardImg > img {
        height:233px;
    }
    
    .spirit-boxes-grid .abnyBoardSec {
        margin:0;
    }
    
    .awardGallery img {
        height:229px;
        
    }
    
    .videoImgFull {
        margin-left: -20px;
        width: 109% !important;
    }
    
    .videoImgFull .elementor-image-box-img img, 
    .videoBox .videoOverlay {
        height:140px;
    }
	
	.abny_staff_check_count .boardImg img {
		height:210px !important;
	}
    
}
@media only screen and (min-width: 979px) and (max-width: 1024px) {
    ul.socialNav li {
        /* padding: 0 3px; */
    }
    header.headerSec ul#mega-menu-menu-1{
        position: relative !important;
    }
    header.headerSec #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
        position: absolute !important;
        top: 93px !important;
    }
    .infoSec h2 {
        font-size: 30px !important;
        line-height: 35px !important;
        min-height: 70px;
    }
    .stx-layers {
        width: 970px !important;
        min-height: 100% !important;
    }
    .hotspotBox .hotspotContent h3 {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .footerSec h5 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .stx-layers-content {
        width: 65% !important;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background-color: transparent;
    }
    header.newClass1 {
        background-color: #ffffff;
/*         position: relative; */
    }
    .newClass1 .searchSec a {
        color: #000000;
    }
    .newClass1 .logoScroll {
        display: none !important;
    }
    .newClass1 .logoWithoutScroll {
        display: inline-block !important;
    }
    .searchSec {
        margin-right: 0px;
    }
    .newClass1 header .container {
        width: 970px;
    }
    ul.mega-sub-menu li,
    ul.mega-sub-menu li a {
        padding: 5px 0 !important;
        text-align: right !important;
    }
    .megamenuSec {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    .mega-borderSec {
        background-position-x: 95%
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
        top: 150px;
        overscroll-behavior: contain;
        padding: 30px !important;
    }
    li.mega-menu-item-306,
    li.mega-menu-item-307,
    li.mega-menu-item-308,
    li.mega-menu-item-309,
    li.mega-menu-item-310,
    li.mega-menu-item-356 {
        display: inline-block !important;
    }
    ul.socialNav li img {width: 28px;} 
    /*
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
        display: inline-block;
    }*/

    .mega-borderSec {
        background: none !important;
    }

    .abny-memberlogin {
        text-align: right !important;
    }

    .abny-memberlogin a {
        height: auto !important;
        background-color: #0171bb !important;
        font-size: 18px !important;
        line-height: 23px !important;
        padding: 9px 25px !important;
        margin: 30px 0 !important;
        display: inline-block !important;
    }

    .topSec {
        text-align: center;
    }
    
/*  header.newClass1 #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        top: 84px !important;
    } */
    .headerSec.newClass1 {
        padding:7px 0;
    }
    .headerSec {
        height:93px;
    }

}

@media only screen and (min-width: 980px) and (max-width: 990px) {
    .copyrightSec, 
    .copyrightSec ul {text-align: center;}
}

@media only screen and (min-width: 768px) and (max-width: 978px) {
    .stx-layers {
        width: 100% !important;
        min-height: 100% !important;
        min-width: 100% !important;
    }
    .footer-col4 {
/*      margin: 20px 0 0; */
    }
    header.headerSec ul#mega-menu-menu-1{
        position: relative !important;
    }
    header.headerSec #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
        position: absolute !important;
        top: 88px !important;
    }
    .stx-layers h1 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 0 0 5px !important;
    }
    .stx-layers a {
        margin-top: 15px !important;
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 10px 30px !important;
    }
    .stx-layers p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .stx-layers h6 {
        letter-spacing: 2px !important;
    }
    h2 {
        font-size: 35px !important;
        line-height: 40px !important;
        margin: 0 0 15px !important;
    }
    h3 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 0 0 13px !important;
    }
    h4 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin: 0 0 10px !important;
    }
    h5 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 0 0 10px !important;
    }
    h6 {
        font-size: 15px !important;
        line-height: 20px !important;
        margin: 0 0 10px !important;
    }
    .hotspotBox .hotspotContent h3 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 0 0 10px !important;
    }
    .hotspotImg img {
        height: 225px !important;
    }
    .hotspotBox .hotspotContent {
        padding: 15px 15px 0;
    }
    .hotspotBox .hotspotContent p {
        font-size: 14px;
        line-height: 20px;
    }
    .infoSec h2 {
        font-size: 20px !important;
        line-height: 25px !important;
        min-height: 50px;
    }
    .professionalSec .professionalContent h5 {
        font-size: 15px !important;
        line-height: 20px !important;
        margin: 0 0 5px !important;
    }
    .slick-dots li button {
        width: 25px !important;
    }
    ul.socialNav li span {
        display: none;
    }
    .copyrightSec,
    .copyrightSec ul {
        text-align: center;
    }
    .professionalSec .professionalImg>img,
	.professionalSec .professionalImg>a>img {
        height: 90px;
        width: 90px;
        margin: 0 auto 10px;
    }
    .testimonialSec {
        margin: 0;
    }
    .professionalSec .professionalContent p {
        /*font-size: 12px;
        line-height: 17px;*/
        height: 40px;
    }
    .stx-layers-content {
        width: 65% !important;
    }
    .topSec {
        text-align: center;
    }
    header.newClass1 {
        background-color: #ffffff;
        
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background-color: transparent;
    }
    .megamenuSec {
        width: auto;
        right: 5px;
        top: 35px !important;
        z-index: 3;
    }
    header.newClass1 {
        background-color: #ffffff;
    }
    .newClass1 .searchSec a {
        color: #000000;
    }
    .newClass1 .logoScroll {
        display: none !important;
    }
    .newClass1 .logoWithoutScroll {
        display: inline-block !important;
    }
    ul#mega-menu-menu-1 {
        padding: 30px !important;
        top: 159px !important;
    }
    ul.mega-sub-menu li,
    ul.mega-sub-menu li a {
        padding: 5px 0 !important;
        text-align: right !important;
    }
    li.mega-menu-item-306,
    li.mega-menu-item-307,
    li.mega-menu-item-308,
    li.mega-menu-item-309,
    li.mega-menu-item-310,
    li.mega-menu-item-356 {
        display: inline-block !important;
    }
    .megamenuSec {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    
    /*
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
        display: inline-block;
    } */

    .mega-borderSec {
        background: none !important;
    }

    .abny-memberlogin {
        text-align: right !important;
    }

    .abny-memberlogin a {
        height: auto !important;
        background-color: #0171bb !important;
        font-size: 18px !important;
        line-height: 23px !important;
        padding: 9px 25px !important;
        margin: 30px 0 !important;
        display: inline-block !important;
    }  

    .testimonialSec>div>a>img {
        width: 90px;
        height: 90px;
        margin: 0 auto 10px;
    }

    .testimonialSec p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 5px;
    }

    .professionalSec {
        margin: 0;
    }

    .topSec {
        text-align: center;
    }
    
/*  header.newClass1 #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        top: 88px !important;
    } */
    
    .headerSec {
        height:88px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    .headerSec .container, 
     header.newClass1 .container {
        width:100%;
    }
    
    .footerSec ul {
        margin:0;
    }
    
    a.loginBtn {
        margin: 0 0 30px;
        font-size:14px;
        padding: 10px 20px;
    }
    
    footer .aboutCompany p, ul.infoSec a, ul#footer-menu a {
        font-size: 14px !important;
        line-height: 24px;
    }
    
    .headerSec.newClass1 {
        padding:7px 0;
    }
    
    .boardBox .boardName h5,
    .boardBox .boardCompany, 
    .boardBox .boardPosition {
        font-size:12px !important;
        line-height:17px !important;
    }
    
    .boardBox .boardCompany, 
    .boardBox .boardPosition {
        margin:0;
    }
    
    .boardBox .boardName h5 {
        margin-bottom:0 !important;
    }
    
    .videoImgFull {
        margin-left: -15px;
        width: 109% !important;
    }
    
    .videoImgFull .elementor-image-box-img img, 
    .videoBox .videoOverlay {
        height:140px;
    }

}

@media only screen and (max-width: 768px){
	
	nav.woocommerce-MyAccount-navigation {
		padding-bottom: 30px;
	}
	form.checkout.woocommerce-checkout .col-1, 
	form.checkout.woocommerce-checkout .col-2 {
		width: 100% !important;
	}
	.woocommerce-additional-fields {
		padding-top: 35px;
	}
	table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings{
		width: 100% !important;
	}
	table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings td {
		text-align: left !important;
	}
	table.shop_table.shop_table_responsive.my_account_orders.my_account_memberships.my_membership_settings tbody tr td:before{
		display: none;
	}
	tr.woocommerce-cart-form__cart-item.cart_item td.product-remove, tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal, tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity, tr.woocommerce-cart-form__cart-item.cart_item td.product-price, tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail{
		width: 100% !important;
		display: block !important;
	}
	tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail:before{
		display: none !important;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		min-width: 100% !important;
	}
	.abny-wc-cart .woocommerce .cart .button, .woocommerce .cart input.button{
		margin-right: 0px !important;
		padding: 0px 15px !important;
	}
	tr.product-cart-actions td.actions {
		display: flex !important;
	}
	tr.product-cart-actions .coupon{
		padding-bottom: 0px !important;
	}
	button.button.update-cart-btn {
		display: block !important;
		right: 0px !important;
	}
	.abny-wc-cart .woocommerce .cart .button, .woocommerce .cart input.button{
		float: left !important;
		width: max-content !important;
		max-width: 100%;
	}
	.woocommerce-Address h3,
    .woocommerce-MyAccount-content h3{
		font-size: 28px !important;
	}
	form.woocommerce-EditAccountForm.edit-account em{
		display: block;
	}
	form.woocommerce-EditAccountForm.edit-account em{
		padding-top: 8px;
	}
	.abny-wc-dashboard .woocommerce .col2-set .col-1, .abny-wc-dashboard .woocommerce .u-column2.col-2 {
		width: 100% !important;
	}
	.abny-wc-dashboard .woocommerce h2{
		text-align: center;
	}
}

@media screen and (max-width: 480px){
	
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item{
		width: 50% !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .abny-post-content-area{
        width: 60%;
    }
	.swap-on-mobile .elementor-container {
	  display: block !important;
	}
    .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
        width: 100%;
    }
    form#tribe-tickets__tickets-form {
        max-width: 100%;
        width: 100% !important;
    }
    .tribe-events-calendar-day article.tribe-common-g-row.tribe-common-g-row--gutters.tribe-events-calendar-day__event.post-982.tribe_events.type-tribe_events.status-publish.has-post-thumbnail.hentry {
        padding-left: 0px;
    }
    ul.tribe-events-c-view-selector__list {
        width: 300px;
        background: #fff;
        padding: 20px;
        max-width: 100%;
    }
    time.tribe-events-calendar-month__day-date-daynum, h3.tribe-events-calendar-month__day-date.tribe-common-h6.tribe-common-h--alt{
        font-size: 25px !important;
    }
    h3.tribe-events-calendar-month-mobile-events__mobile-event-title.tribe-common-h7 a.tribe-events-calendar-month-mobile-events__mobile-event-title-link.tribe-common-anchor {
        color: #143d8d;
        text-transform: capitalize;
    }
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-name.product-name {
		width: 60%;
	}
	section.woocommerce-customer-details {
		width: 100%;
		float: none;
		margin-right: 0px !important;
	}
	.home-events-section .elementor-image a {
		width: 100%;
	}
	section.contentSec.abny-search-page h1.page-title {
		font-size: 30px;
		line-height: 30px;
	}
    .bio-member-thumb img{
        max-width: 100% !important;
    }
    .member-repeater-item {
        padding-bottom: 40px;
    }
    .faq-set .accordion-anchor{
        font-size: 16px !important;
        line-height: 25px !important;
        padding: 10px;
    }
    .member-name {
        margin-bottom: 10px !important;
    }
    .spotlight-title{
        width: 100%;
    }
    .bio-member-info {
        padding-left: 0px;
        padding-top: 10px;
    }
    .bio-member-thumb, 
    .bio-member-thumb img {
        width: 100%;
    }
    ul.post-lists li{
        line-height: 20px;
    }
    .member-bio-section {
        padding: 20px 0px;
        flex-wrap: wrap;
    }
    .abny-post-content-area {
        padding-left: 20px;
    }
    .abny-post-sidebar{
        padding-right: 15px;
        width: 40%;
    }
    .stx-layers {
        width: 100% !important;
        min-height: 100% !important;
        min-width: 100% !important;
    }
    .aboutSec .elementor-button-wrapper {
        text-align: center;
    }
    .aboutSec img {
        width: 100%;
    }
    .footer-col4 {
        margin: 10px 0px 0px;
    }
    .professionalSlider .slick-prev, 
    .testimonialSlider .slick-prev {
        top: 30%;
        left: 25%;
    }
    .professionalSlider .slick-next, 
    .testimonialSlider .slick-next{
        top: 30%;
        right: 25%;
    }
    header.headerSec .col-md-3 {
        width: 30% !important;
    }
    header.headerSec a.custom-logo-link img {
        width: 150px !important;
        height: 52px !important;
        object-fit: contain !important;
    }
    header.headerSec .col-md-9{
        width: 70% !important;
    }
    .abny-page-thumbnail h1.abny-page-title{
        font-size: 25px !important;
    }
    .abny-about-col-right, 
    .abny-about-col-left{
        width: 100% !important;
    }
    .abny-about-col-right .elementor-widget-wrap {
        padding: 0px !important;
    }
    .abny-about-col-left {
        padding-top: 40px;
    }
    .abny-who-we-are-content .elementor-container {
        flex-flow: column-reverse !important;
    }
    header.headerSec ul#mega-menu-menu-1{
        position: relative !important;
    }
    header.headerSec #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
        position: absolute !important;
        top: 73px !important;
    }
    .stx-layers h1 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 0 0 5px !important;
    }
    .stx-layers a {
        margin-top: 5px !important;
        font-size: 12px !important;
        line-height: 17px !important;
        padding: 10px 30px !important;
    }
    .stx-layers p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .stx-layers h6 {
        letter-spacing: 2px !important;
        margin: 0 0 5px !important;
        font-size: 15px !important;
        line-height: 20px !important;
    }
    h2 {
        font-size: 35px !important;
        line-height: 40px !important;
        margin: 0 0 15px !important;
    }
    h3 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 0 0 13px !important;
    }
    h4 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin: 0 0 10px !important;
    }
    h5 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 0 0 10px !important;
    }
    h6 {
        font-size: 15px !important;
        line-height: 20px !important;
        margin: 0 0 10px !important;
    }
    .hotspotBox .hotspotContent h3 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin: 0 0 10px !important;
    }
    .hotspotBox .hotspotContent {
        padding: 15px 15px 0;
    }
    /*.hotspotBox .hotspotContent p {
        font-size: 14px;
        line-height: 20px;
    }*/
    .infoSec h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    /*.professionalSec .professionalContent h5 {
        font-size: 15px !important;
        line-height: 20px !important;
        margin: 0 0 5px !important;
    }*/
    .slick-dots li button {
        width: 25px !important;
    }
    .hidden-mobile {
        display: none !important;
    }
    .footerSec {
        text-align: center;
    }
    ul.socialNav li span {
        display: none;
    }
    .copyrightSec {
        text-align: center;
    }
    /*.professionalSec .professionalImg>img {
        height: 460px;
    }*/
    .testimonialSec {
        margin: 0;
    }
    .professionalSec .professionalContent p {
        /*font-size: 18px;
        line-height: 25px;*/
        display: none;
    }
    .stx-layers-content {
        width: 100% !important;
    }
    .aboutContent {
        padding-top: 30px;
    }
    .hotspotBox img {
        height: 450px !important;
    }
    .infoSec h2 {
        text-align: center;
        min-height: unset;
    }
    .copyrightSec span {
        display: block;
    }
    .topSec {
        text-align: center;
    }
    header.newClass1 .container {
        width: auto;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background-color: transparent;
    }
    .megamenuSec {
        width: auto;
        right: 5px;
        top: 30px !important;
        z-index: 3;
    }
    header.newClass1 {
        background-color: #ffffff;
/*         position: relative; */
    }
    .newClass1 .searchSec a {
        color: #000000;
    }
    .newClass1 .logoScroll {
        display: none !important;
    }
    .newClass1 .logoWithoutScroll {
        display: inline-block !important;
    }
    .searchSec,
    #mega-menu-wrap-menu-1 {
        margin-top: 0px;
    }
    .headerSec .flexRow {
        display: flex;
    }
    ul#mega-menu-menu-1 {
        padding: 30px !important;
        top: 141px !important;
    }
    ul.mega-sub-menu li,
    ul.mega-sub-menu li a {
        padding: 5px 0 !important;
        text-align: right !important;
    }
    .megamenuSec {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    li.mega-menu-item-306,
    li.mega-menu-item-307,
    li.mega-menu-item-308,
    li.mega-menu-item-309,
    li.mega-menu-item-310,
    li.mega-menu-item-356 {
        display: inline-block !important;
    }
    
    /*
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
        display: inline-block;
    }*/

    .mega-borderSec {
        background: none !important;
    }

    .abny-memberlogin {
        text-align: right !important;
    }

    .abny-memberlogin a {
        height: auto !important;
        background-color: #0171bb !important;
        font-size: 18px !important;
        line-height: 23px !important;
        padding: 9px 25px !important;
        margin: 30px 0 !important;
        display: inline-block !important;
    }

    .copyrightSec p > span + span {
        margin-left: 0px;
    }

    .professionalSec {
        margin: 0 0 10px;
    }

    .topSec {
        text-align: center;
    }
    .searchSec .search-form {
        min-width: 200px;
        top:-10px;
        padding:5px;
    }
    
    .newClass1 .searchSec .search-form {
        top:-11px !important;
    }
    
/*  header.newClass1 #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        top: 63px !important;
    } */
    
    .footerSec ul {
        margin:0;
    }
    
    a.loginBtn {
        margin: 0 0 30px;
        font-size:14px;
        padding: 10px 20px;
    }
    .headerSec {
        height:73px;
    }
    
    .headerSec.newClass1 {
        padding:7px 0;
    }
    
    
    
    .boardBox .boardName h5 {
        font-size:14px !important;
        line-height: 20px !important;
    }
    
    .boardBox .boardCompany,
    .boardBox .boardPosition {
        font-size:14px;
        line-height:19px;
    }
    
    .boardPopup img {
        margin:20px 0 0;
    }
    
    .awardBox.awardSmall h5 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    
    .awardBox.awardSmall p > span {
         font-size: 16px;
         line-height: 20px;
    }
    
    .boardImg img {
        height:208px !important;
    }
    
    .awardBox.awardSmall .awardImg > img {
        height:100px;
    }
    
    .awardImg ul {
        text-align:center;
    }
    
    .awardGallery img {
        height:154px;
        
    }
    .videoImgFull .elementor-image-box-img img, 
    .videoBox .videoOverlay {
        height:300px;
    }
    
    .videoImgFull {
        margin-left: 0px;
        width: 100% !important;
    }
    
    .abny-who-we-are-content .abny-no-reverse .elementor-container {
    	flex-flow: column !important;
	}
	
	.abny_board_check_count:nth-child(2n+1) {
		clear:both;
	}
	
	.abny_staff_check_count .boardImg img {
		height:200px !important;
	}
	.abny-about-col-left .elementor-element-populated {
		padding:0 !important;
	}
    
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
    .abny-post-section .container {
        padding: 50px 15px 0px;
        box-sizing: border-box !important;
        flex-wrap: wrap;
    }
	.swap-on-mobile .elementor-container {
	  display: block !important;
	}
    .tribe-events-cal-links a.tribe-events-gcal.tribe-events-button{
        margin-bottom: 10px;
    }
    .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
        width: 100%;
    }
    form#tribe-tickets__tickets-form {
        max-width: 100%;
        width: 100% !important;
    }
    .tribe-events-calendar-day article.tribe-common-g-row.tribe-common-g-row--gutters.tribe-events-calendar-day__event.post-982.tribe_events.type-tribe_events.status-publish.has-post-thumbnail.hentry {
        padding-left: 0px;
    }
    .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common p{
        font-size: 20px !important;
        line-height:  25px !important;
    }
    ul.tribe-events-c-view-selector__list {
        width: 300px;
        background: #fff;
        padding: 20px;
        max-width: 100%;
    }
    time.tribe-events-calendar-month__day-date-daynum, h3.tribe-events-calendar-month__day-date.tribe-common-h6.tribe-common-h--alt{
        font-size: 20px !important;
    }
    h3.tribe-events-calendar-month-mobile-events__mobile-event-title.tribe-common-h7 a.tribe-events-calendar-month-mobile-events__mobile-event-title-link.tribe-common-anchor {
        color: #143d8d;
        text-transform: capitalize;
    }
	p#billing_last_name_field, 
	p#billing_first_name_field, 
	.abny-wc-checkout p#billing_state_field, 
	.abny-wc-checkout p#billing_postcode_field, 
	.abny-wc-checkout p#billing_email_field, 
	.abny-wc-checkout p#billing_phone_field{
		width: 100% !important;
	}
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-name.product-name {
		width: 60%;
	}
	section.woocommerce-customer-details {
		width: 100%;
		float: none;
		margin-right: 0px !important;
	}
	.home-events-section .elementor-image a {
		width: 100%;
	}
	.abny-wc-cart .woocommerce input#coupon_code{
		width: 180px;
	}
	tr.product-cart-actions td.actions {
		display: block !important;
	}
	tr.product-cart-actions td.actions .coupon {
		width: max-content;
	}
	button.button.update-cart-btn {
		float: none !important;
		margin: 20px auto !important;
		width: 100% !important;
		min-width: 100%;
	}
	.cart-collaterals .cart_totals {
		padding: 20px 30px !important;
	}
	form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		display: block;
	}
	.abny-wc-dashboard .woocommerce {
		padding: 45px 25px 10px;
	}
	.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
		flex-wrap: wrap;
		flex-flow: column-reverse;
	}
	.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
		padding-top: 0px;
	}
	.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
		margin: 20px 0px !important;
	}
	form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
		margin: 30px auto 0px;
		display: block;
	}
	form.woocommerce-EditAccountForm.edit-account label, 
    .woocommerce-address-fields label{
		line-height: 22px;
	}
	section.contentSec.abny-search-page h1.page-title {
		font-size: 30px;
		line-height: 30px;
	}
    .bio-member-thumb img{
        max-width: 100% !important;
    }
    .member-repeater-item {
        padding-bottom: 30px;
    }
    .faq-set .accordion-anchor, 
    .faq-content p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .member-repeater-item:last-child {
        padding-bottom: 50px;
    }
    .bio-member-info .member-name {
        font-size: 22px !important;
        line-height: 25px !important;
    }
    .member-location, .member-position {
        font-size: 14px;
        line-height: 20px;
    }
    .bio-member-info, .bio-member-thumb {
        width: 50%;
    }
    .bio-member-info {
        padding-left: 15px;
    }
    .abny-post-sidebar {
        border-right: none;
        padding-right: 0px;
        padding-bottom: 40px;
    }
    .member-bio-section {
        padding: 15px 0px 20px;
    }
    .abny-page-title {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        line-height: 30px;
    }
    .abny-post-content-area {
        padding-left: 0px;
    }
    .spotlight-title{
        width: 100%;
    }
    .abny-post-content-area, .abny-post-sidebar {
        width: 100%;
    }
    .hidden-mobile {
        display: none !important;
    }
    #subscribe_form h5{
        padding-top: 0px;
    }
    .aboutSec .elementor-button-wrapper {
        text-align: center;
    }
    #subscribe_form{
        padding: 10px;
    }
    .abny-field-row{
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .abny-field-column {
        margin-bottom: 10px;
    }
    .footer-col4 {
        margin: 10px 0 0;
    }
    #sbi_images .sbi_item.sbi_type_image:nth-child(3),
    #sbi_images .sbi_item.sbi_type_image:nth-child(4),
    #sbi_images .sbi_item.sbi_type_image:last-child {
        display: none !important;
    }
    #sbi_images .sbi_item.sbi_type_image {
        width: 50% !important;
        height: 140px !important;
    }
    #sbi_images .sbi_item.sbi_type_image a {
        width: 100% !important;
        height: 150px !important;
    }
    .sbi_item.sbi_type_carousel:nth-child(4) {
        display: none !important;
    }
    .professionalSlider .slick-next, .testimonialSlider .slick-next{
        right: 15%;
    }
    .professionalSlider .slick-prev, .testimonialSlider .slick-prev{
        left: 15%;
    }
    .abny-who-we-are-content,
    .contentSec.awardBox,
    .contentSec,
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container .contentSec {
        padding: 40px 20px !important;
    }
	.abny-nopadding {
/* 		padding-top:0 !important; */
		padding-bottom:0 !important;
	}
    header.headerSec .col-md-3 {
        width: 30% !important;
    }
    header.headerSec .col-md-9 {
        width: 70% !important;
    }
    .stx-layers {
        width: 100% !important;
        min-height: 100% !important;
        min-width: 100% !important;
    }
    .abny-testimonial-text .elementor-text-editor, .abny-testimonial-text .elementor-text-editor p {
        font-size: 18px;
        line-height: 27px;
    }
    .abny-testimonial-text:before {
        left: -13% !important;
    }
    .abny-about-col-left .elementor-widget-wrap {
        padding-right: 0px !important;
    }
    .abny-testimonial-text:before, .abny-testimonial-text:after {
        font-size: 120px !important;
    }
    .abny-about-col-right, 
    .abny-about-col-left{
        width: 100% !important;
    }
    .abny-about-col-right .elementor-widget-wrap {
        padding: 0px !important;
    }
    .abny-about-col-left {
        padding-top: 20px !important;
    }
    .abny-who-we-are-content .elementor-container {
        flex-flow: column-reverse !important;
    }
    header.headerSec ul#mega-menu-menu-1{
        position: relative !important;
    }
    header.headerSec #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
        position: absolute !important;
        top: 73px !important;
    }
    .stx-layers h1 {
        font-size: 18px !important;
        line-height: 23px !important;
        margin: 0 0 5px !important;
        text-align: center !important;
    }
    .stx-layers a {
        margin: 5px auto !important;
        font-size: 12px !important;
        line-height: 17px !important;
        padding: 10px 30px !important;
        display: table !important;
        text-align: center !important;
    }
    .stx-layers p {
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center !important;
    }
    .stx-layers h6 {
        letter-spacing: 2px !important;
        margin: 0 0 5px !important;
        font-size: 15px !important;
        line-height: 20px !important;
        text-align: center !important;
    }
    h2 {
        font-size: 32px !important;
        line-height: 37px !important;
        margin: 0 0 15px !important;
    }
    h3 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 0 0 13px !important;
    }
    h4 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin: 0 0 10px !important;
    }
    h5 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 0 0 10px !important;
    }
    h6 {
        font-size: 15px !important;
        line-height: 20px !important;
        margin: 0 0 10px !important;
    }
    .hotspotBox .hotspotContent h3 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 0 0 10px !important;
    }
    .hotspotBox .hotspotContent {
        padding: 15px 15px 0;
    }
    .hotspotBox .hotspotContent p {
        font-size: 16px;
        line-height: 22px;
    }
    .infoSec h2 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .slick-dots li button {
        width: 25px !important;
    }
    .hidden-mobile {
        display: none !important;
    }
    .footerSec {
        text-align: center;
    }
    .wpcf7-form {
        margin: 30px 0 0;
    }
    ul.socialNav li span {
        display: none;
    }
    .copyrightSec {
        text-align: center;
    }
    /*.professionalSec .professionalImg>img {
        height: 300px;
    }*/
    .testimonialSec {
        margin: 0;
    }
    .professionalSec .professionalContent p {
        /*font-size: 12px;
        line-height: 17px;*/
        display: none;
    }
    .stx-layers-content {
        width: 100% !important;
        height: 100% !important;
    }
    .aboutContent {
        padding-top: 30px;
    }
    .hotspotBox img {
        height: 300px !important;
    }
    .footerSec h5 {
        width: 55%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .stx-main-container {
        height: 400px !important;
    }
    .infoSec h2 {
        text-align: center;
        min-height: unset;
    }
    .copyrightSec span {
        display: block;
    }
    .topSec {
        text-align: center;
    }
    header.newClass1 .container {
        width: auto;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background-color: transparent;
    }
    .megamenuSec {
        width: auto;
        right: 5px;
        top: 25px !important;
        z-index: 3;
    }
    header.newClass1 {
        background-color: #ffffff;
/*         position: relative; */
    }
    .newClass1 .searchSec a {
        color: #000000;
    }
    .newClass1 .logoScroll {
        display: none !important;
    }
    .newClass1 .logoWithoutScroll {
        display: inline-block !important;
    }
    .headerSec .col-xs-6 {
        padding: 0;
    }
    .headerSec .flexRow {
        display: flex;
    }
    .logoWithoutScroll img {
        width: 115px;
        height: 52px;
        object-fit: contain;
    }
    .searchSec .search-form {
        min-width: 230px;
        padding: 15px;
    }
    ul#mega-menu-menu-1 {
        padding: 20px !important;
        top: 150px !important;
    }
    li.mega-menu-item-306,
    li.mega-menu-item-307,
    li.mega-menu-item-308,
    li.mega-menu-item-309,
    li.mega-menu-item-310,
    li.mega-menu-item-356 {
        display: inline-block !important;
    }
    ul.mega-sub-menu li,
    ul.mega-sub-menu li a {
        padding: 5px 0 !important;
        text-align: right !important;
    }
    .searchSec,
    #mega-menu-wrap-menu-1 {
        margin-top: 0px;
    }
    .aboutCompany > p + p {
        font-size: 14px;
        line-height: 22px;
    }
    .megamenuSec {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    
    /*
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
        display: inline-block;
    }*/

    .mega-borderSec {
        background: none !important;
    }

    .abny-memberlogin {
        text-align: right !important;
    }

    .abny-memberlogin a {
        height: auto !important;
        background-color: #0171bb !important;
        font-size: 18px !important;
        line-height: 23px !important;
        padding: 9px 25px !important;
        margin: 30px 0 !important;
        display: inline-block !important;
    }

    .copyrightSec p > span + span {
        margin-left: 0px;
    }

    .professionalSec {
        margin: 0 0 10px;
    }

    .topSec {
        text-align: center;
    }
    .searchSec .search-form {
        top: 210%;
        right: 0;
        padding: 10px;
    }
    .newClass1 .searchSec .search-form {
        top: 185% !important;
        right: 0;
    }
/*  header.newClass1 #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        top: 62px !important;
    } */
    .footerSec ul {
        margin:0;
    }
    
    a.loginBtn {
        margin: 0 0 30px;
        font-size:14px;
        padding: 10px 20px;
    }
    .headerSec {
        height:73px;
    }
    
    .headerSec.newClass1 {
        padding:7px 0;
    }
    .abny_board_check_count {
        width:100%;
    }
    
    
    .boardBox .boardName h5 {
        font-size:18px !important;
        line-height: 23px !important;
    }
    
    .boardPopup img {
        margin:20px 0 0;
    }
    
    .awardBox p > span {
        font-size: 20px;
        line-height: 25px;
    }
    
    .btn-blue {
        font-size: 16px;
        line-height: 20px;
        padding: 015px 30px 015px 30px;
    }
    
    .boardImg img {
        height:auto !important;
    }
    
    .awardBox.awardSmall .awardImg > img {
        height:auto;
    }
    
    .spirit-boxes-grid {
        padding-top:0 !important;
    }
    
    .awardImg ul {
        text-align:center;
    }
    
    .awardGallery img {
        height:auto;
        
    }
    
    .videoImgFull .elementor-image-box-img img, 
    .videoBox .videoOverlay {
        height:200px;
    }
    
    .videoImgFull {
        margin-left: 0px;
        width: 100% !important;
    }
	
	.abny-who-we-are-content .abny-no-reverse .elementor-container {
    	flex-flow: column !important;
	}
	
	.abny_board_check_count:nth-child(4n+1) {
		clear:unset;
	}
	
	.abny_staff_check_count .boardImg img {
		height:auto !important;
	}
	
	.col-xs-6.abny_staff_check_count {
		width:100%;
	}
	
	.abny_staff_check_count:nth-child(2n+1) {
		clear:unset;
	}
}

@media screen and (max-width: 777px) {
	
	.tribe-events .tribe-events-l-container {
		padding:0 !important;
	}
	.tribe-events .tribe-events-l-container .contentSec {
		padding:60px 0;
	}
	.abny-search-page article {
		width:100%;
		float:none;
	}
	.abny-search-page article:nth-child(2n) {
		clear:unset;
	}
}


.flickr:hover {
    background: #039CFF !important;
}


a.flickr {
    font-size: 20px;
    background: #143d8d;
    border-radius: 50px;
    font-family: 'MyriadPro-Regular', sans-serif !important;
    font-weight: 400;
    
    display: flex;
    color: #fff !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: auto;
	word-break:break-word;
	padding: 15px 33px;
}


a.flickr-link, a.flickr-link:hover {
    display: inline-block!important;
    text-decoration: underline!important;
}






