/*
Theme Name: ElectronInks
Text Domain: electronInks


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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

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

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

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
    border: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

main-nav ul ul {
    display: none !important;
}

.main-nav ul li:hover>ul {
    display: block;
}

.main-nav ul ul {
    display: none;
    position: absolute;
    top: 3em;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.main-nav li {
    position: relative;
}

@media (max-width: 767px) {

    .navigation-full,
    .navigation-full.home-nav {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        position: fixed;
        background: #ffffff !important;
    }

    .available-image-title.left {
        padding: 15px 8px 0px;
    }

    /* Desktop Submenu Open on Hover */
    /* .menu-item-has-children:hover > .sub-menu {
        display: block;
    } */

    /* Mobile Submenu Toggle */
    /* .sub-menu-toggle {
        cursor: pointer;
    }
    .sub-menu-toggle.active::before {
        transform: rotate(90deg);
    } */
    .navigation-full,
    .navigation-full.home-nav {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        position: fixed;
    }

    .header-full {
        margin-top: 75px;
    }

    .navbar-toggle {
        top: 20px !important;
    }

    /* Hide the sub-menu by default */
    /* .sub-menu {
        display: none;
    }
    .sub-menu.expanded {
        display: block;
    } */

    /* Show the sub-menu on hover */
    /* li:hover .sub-menu {
        display: block;
        position: absolute;
        width: 200px;
        background: #fff;
        padding: 10px 15px;
        margin: 0px;
        box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

    .sub-menu li a {
        display: block;
        padding: 10px;
        color: #333;
        text-decoration: none;
        text-transform: capitalize !important;
    }
    .sub-menu li a:hover {
        color: #007888 !important;
    } */
    .available-inks li {
        list-style: disc;
        font-size: 12px !important;
        text-align: center !important;
    }
}

.footer-logo,
.footer-social .textwidget.custom-html-widget,
footer ul.nav.navbar-nav,
.conduct-img,
.benefit-img,
.packaging-img,
.memberships li,
.folding-mobile ul li>div {
    display: flex;
    justify-content: center;
}

.footer-social a {
    background-color: inherit !important;
    height: inherit !important;
    width: inherit !important;
}

.footer-privacy p a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    text-decoration: none;
    font-family: "Inter var";
}

.contact-desc .widget_text p {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #fff !important;
    line-height: 34px !important;
    font-family: "Poppins" !important;
    margin-bottom: 30px !important;
}

/* single blog details page */
.blog-details h3 {
    color: #272727;
    font-weight: 500;
    font-size: 30px;
}

.blog-details p {
    font-size: 16px;
    font-weight: 300;
    color: #272727;
    line-height: 31px;
}

.blog-details {
    margin-bottom: 50px;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a,
.widget_recent_entries a {
    color: #00aeef;
    font-size: 16px;
    font-weight: inherit !important;
}

.blog-right .widget li {
    border-bottom: 1px solid #d4d4d4;
    margin: 7px 0px !important;
    padding-bottom: 7px !important;
}

.widget .widget-title {
    margin-bottom: 0px !important;
    font-size: 27px;
    font-weight: 500;
}

.news h3 a {
    color: #272727;
    text-transform: capitalize;
}

/* single blog details page */
.icon-body li>div {
    display: flex;
    justify-content: center;
}

.navbar-nav .sub-menu li:first-child {
    display: block !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary-menu>li {
    margin: 0px !important;
    padding: 0px !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #272727 !important;
    line-height: 22px !important;
    margin-left: 35px !important;
    display: inline-block !important;
}

.primary-menu>li a {
    color: #272727 !important;
    display: block !important;
    cursor: pointer !important;
}

.primary-menu>li a:hover {
    text-decoration: none !important;
}

.primary-menu>li>.icon {
    color: #272727 !important;
}

.primary-menu li.menu-item-has-children:hover>ul {
    background: #fff;
    padding: 10px 15px;
    margin: 0px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
    top: 30px;
    left: 0px;
}

body:not(.overlay-header) .primary-menu>li>ul:after {
    border-bottom-color: transparent !important;
}

.sub-menu li a {
    font-family: "Poppins";
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #272727 !important;
    line-height: 22px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 0px !important;
}

.jet-icon.text-right {
    display: flex;
    justify-content: end;
}

.jet-icon.shield-jet {
    display: flex;
}

/* Submenu Triangle */
.menu-item-has-children>a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

/* nav.navbar.navbar-expand-sm.navbar-dark {
    padding: inherit !important;
} */

.body-full.news-details {
    padding: 50px 0px !important;
}

.nav-phone {
    top: 10px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.wpcf7-form-control-wrap {
    position: inherit !important;
}

.blog-right .widget li {
    list-style: none !important;
}

.blog-details a {
    color: #00aeef !important;
}

a.wp-block-button__link {
    min-width: 226px;
    padding: 10px 10px;
    background: #00aeef;
    height: auto;
    border: 0;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
}

@media (min-width: 768px) {

    /* Hide the sub-menu by default */
    .sub-menu {
        display: none;
    }

    /* Show the sub-menu on hover */
    li:hover .sub-menu {
        display: block;
        position: absolute;
        width: 200px;
        background: #fff;
        padding: 10px 15px;
        margin: 0px;
        box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

    .sub-menu li a {
        display: block;
        padding: 10px;
        color: #333;
        text-decoration: none;
        text-transform: capitalize !important;
    }

    .sub-menu li a:hover {
        color: #007888 !important;
    }

    /* .sub-menu li a:hover {
        background-color: #e6e6e6;
    } */

    #navbar div#flags {
        display: none !important;
    }
}

@media (max-width: 767px) {

    /* Mobile Submenu */
    .sub-menu {
        display: none;
    }

    .sub-menu.expanded {
        display: block;
    }

    /* Desktop Submenu Open on Hover */
    .menu-item-has-children:hover>.sub-menu {
        display: block;
    }

    /* Mobile Submenu Toggle */
    .sub-menu-toggle {
        cursor: pointer;
    }

    /* Submenu Triangle */
    .menu-item-has-children>a:after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: middle;
        content: "";
        border-top: 0.4em solid;
        border-right: 0.4em solid transparent;
        border-bottom: 0;
        border-left: 0.4em solid transparent;
    }

    .sub-menu-toggle.active::before {
        transform: rotate(90deg);
    }

    #navbar div#flags {
        display: flex !important;
        width: 100%;
        justify-content: start;
    }

    #navbar div#flags a {
        margin: 0px 5px !important;
    }

    .sub-menu {
        padding-top: 12px;
    }
}


.phonenumber div#flags a {
    margin: 0px 1px !important;
}

footer .navbar-nav li ul li a {
    text-align: left;
}

.nickels-body p,
body {
    font-family: "Poppins" !important;
}

.nickels-body form .form-group {
    margin: inherit !important;
}

#navbar {
    padding: 10px 0px 0px;
}

/* .top {
    display: flex;
    justify-content: space-between;
} */
div#google_language_translator {
    display: none !important;
}

.phonenumber a:hover {
    color: #ffffff !important;
}

.phonenumber #flags {
    width: 200px !important;
}


#navbar #flags ul {
    width: 100% !important;
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
}

.newsroom p a,
.contact-location p a {
    text-decoration: underline !important;
}

header h1 {
    margin: 20px 0px !important;
}

.navbar-nav li a {
    font-family: 'Poppins' !important;
}

.index-header h1 {
    text-shadow: 0 2px 0 #ffffff;
}

.index-header p {
    text-shadow: 0 2px 0 #ffffff;
}

.phonenumber {
    line-height: -1px !important;
}

header h1 {
    font-size: 56px;
}

.inks-table .btn-primary:hover {
    background-color: #00AEEF;
}

.inks-table h3,
.inks-table h4 {
    margin-top: initial !important;
}

.inks-traditional .table-responsive .table tbody tr:nth-child(2n) {
    background-color: #F9F9F9 !important;
}

.inks-circuit .table-responsive .table tbody tr:nth-child(2n) {
    background-color: #F1F9FB !important;
}

.inks-traditional .table-responsive .table tbody tr:nth-child(2n+1),
.inks-circuit .table-responsive .table tbody tr:nth-child(2n+1) {
    background-color: #ffffff !important;
}

.inks-table .table-responsive .table-striped>tbody>tr td.bg3,
.inks-table .table-responsive .table-striped>tbody>tr td.bg4 {
    background: inherit !important;
}

.inks-table .table-responsive .table-striped>tbody>tr td {
    height: 71px;
}

.circuit-jet p a,
.our-company p a {
    text-decoration: underline !important;
}


@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: block !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (max-width: 767px) {
    header h1 {
        line-height: 60px;
    }

    .blog-details {
        margin: 50px 0px;
    }

    .navbar-expand-sm .navbar-collapse {
        display: block !important;
        position: fixed !important;
    }

    #navbar {
        padding: 0px !important;
    }

    footer nav.navbar.navbar-expand-sm.navbar-dark {
        display: none !important;
    }

    .available-inks li {
        text-align: initial !important;
    }

    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        width: auto !important;
    }

    .navbar-toggle {
        top: 25px !important;
    }

    .navbar-toggle.collapsed {
        top: inherit !important;
    }

    .up-down-arrow.collapsed {
        background-position: 95% !important;
    }

    .navbar-toggle.collapsed {
        padding: 5px 5px 5px;
    }

    button.navbar-toggle.collapsed {
        top: 25px !important;
    }

    .navigation {
        padding-top: 25px;
        padding-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .flag-icon {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .logo {
        width: 210px;
    }

    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}