/*
Theme Name: Select Products Holdings Child Theme
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: A custom extension for the Divi theme.
Author: Elegant Themes
Template: Divi
*/

/* global styling */
body {
    background-color: #ffffff;
    margin: 0;
    color: #333333;
}

/* hide the Wordpress main header (nav is built in Divi theme instead) */
/*#main-header {
	display: none;
}*/

/** font & list styling **/

h1, h2, h3, h4, h5, a, p, ul, li, .et_pb_text_inner, .et_pb_button {
    font-family: 'Karla', 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    text-rendering: optimizeLegibility;
}

/*
h1 {}
h2 {
    font-family: 'Alata', sans-serif;
    font-size: 2.5rem;
    line-height: 1.3em;
    letter-spacing: .02em;
    text-align: left;
    text-indent: 0;
    color: #49c5b6;
    margin: 0 auto;
}
*/

.splash h1 {
    line-height: 1em;
}

h1 {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -.04rem;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 2.3rem;
        line-height: 2.5rem;
        letter-spacing: .01rem;
        font-weight: 600;
    }
}

h2, h2.sub_subheader, h2.product_filter_headline {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: -.05rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    h2 {
        line-height: 2.5em;
    }

        h2.product_filter_headline {
            font-size: 1.5em;
            line-height: 2.5rem;
        }
}

@media screen and (max-width: 768px) {
    h2.home_subheader {
        font-size: 1.75rem;
        line-height: 1.3em;
    }
}

h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: -.05rem;
    font-weight: 600;
}

@media screen and (max-width: 968px) {
    h3 {
        line-height: 2.8rem;
    }
}

h4 {
    font-size: 1.5rem !important;
    line-height: 3rem;
    letter-spacing: -.05rem;
    font-weight: 100;
}

@media screen and (max-width: 1205px) {
    h4 {
        line-height: 2rem;
    }
}

h5 {
    font-weight: 600;
}

p, .et_pb_text_inner {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: -.03rem;
    font-weight: 100;
}

ul#menu-main-navigation li a, .et_pb_menu ul li a, .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 1.2rem !important;
}

    ul#menu-main-navigation li a:hover, .et_pb_menu ul li a:hover {
        cursor: pointer;
        opacity: 1;
        color: #27a74a !important;
    }

/*
@media screen and (max-width: 768px) {
    h2 {
        letter-spacing: 0.01em;
    }
}

ul {
    list-style: none;
    padding: 0;
}

p, li {
    line-height: 1.75em;
    letter-spacing: 0.1em;
}
*/

.et_pb_section_1_tb_header {
    box-shadow: rgba(0,0,0,0.01) 0px 5px 10px, rgba(0,0,0,0.04) 0px 15px 30px;
}

/* In case bg color becomes #f3f4f5 on secondary header bar
box-shadow: rgba(0,0,0,0.05) 0px 0px 1px, rgba(0,0,0,0.075) 0px 5px 40px;
 * /

/** Global Button Hover **/
/*CSS for the Wordpress global navigation to override default button behavior*/

.et_pb_menu__logo-wrap img {
    position: absolute;
    width: 140px;
    max-height: 140px !important;
    top: -25px;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    .et_pb_menu__logo-wrap img {
        width: 100px;
    }

    .et_pb_section_1_tb_header {
        padding-top: 0em !important;
        padding-bottom: 0em !important;
    }

    .et_pb_menu__logo-wrap img {
        top: -20px;
    }
}
/*
.menu-item-229624 a {
	color: #27a74a !important;
}
*/

.menu-item-229624 {
    border: 2px solid #27a74a;
    border-radius: 30px;
    padding: 1em 2em !important;
}

@media screen and (max-width: 768px) {
    .menu-item-229624 {
        border: 2px solid #27a74a;
        border-radius: 60px;
        text-align: center;
        padding: 0 !important;
    }
}

.et_pb_menu_0.et_pb_menu .et_mobile_menu {
    border-color: #ffffff !important;
}

ul.sub-menu {
    border-radius: 8px;
}

ul#menu-main-navigation li a:hover {
    border-radius: 30px;
}

/*
.menu-item-229624:hover, .menu-item-229624:active, .menu-item-229624:focus {
    background-color: #27a74a !important;
    outline: none !important;
}

.menu-item-229624 a:hover, .menu-item-229624 a:focus, .menu-item-229624 a:active {
    color: #ffffff !important;
	opacity: 1;
	outline: none;
}

.et_pb_menu_0.et_pb_menu ul li a:last-child:hover {
    color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
*/
/* contact button that shows up on mobile, located within the Divi builder*/
@media screen and (min-width: 981px) {
    a.et_pb_button.btn_contact {
        display: none;
    }
}

a.et_pb_button.btn_contact {
    border-style: solid !important;
    color: #27a74a !important;
}

    a.et_pb_button.btn_contact:hover, a.et_pb_button.btn_contact:active, a.et_pb_button.btn_contact:focus {
        background-color: #27a74a !important;
        color: #ffffff !important;
        outline: none !important;
    }

/*testimonial icon styling*/
.testimonial {
    text-align: left;
    margin: auto;
    max-width: 1040px;
    /*max-width: 950px;*/
}

    .testimonial p {
        font-size: 1.5rem !important;
        line-height: 2.5rem;
        letter-spacing: -.05rem;
        font-weight: 100;
    }

@media screen and (max-width: 768px) {
    .testimonial p {
        font-size: 1.2rem !important;
        line-height: 1.75rem;
        letter-spacing: -.03rem;
        font-weight: 100;
    }
}

.testimonial_author {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    font-size: 1rem;
    max-width: 1040px;
    /*max-width: 950px;*/
    margin: auto;
}

    .testimonial_author:before {
        content: "\2014";
        margin-right: 0.5em;
    }

.testimonial:after {
    content: "";
    background-image: url(http://localhost/select_paper_products/wp-content/uploads/2020/04/icon_testimonial.svg);
    position: absolute;
    transform: translate(0,0);
    top: 0;
    left: 0;
    width: 113px;
    height: 81px;
    z-index: -1;
}

@media screen and (max-width: 980px) {
    .testimonial {
        padding-top: 4em;
    }

        .testimonial:after {
            content: "";
            background-image: url(http://localhost/select_paper_products/wp-content/uploads/2020/04/icon_testimonial.svg);
            position: absolute;
            transform: translate(-50%,-50%);
            top: 0;
            left: 50%;
            width: 75px;
            height: 55px;
            z-index: -1;
        }
}

/*set global border style & hover properties on all green button modules*/
a.et_pb_button {
    border-radius: 30px;
    border-style: dashed !important;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .03rem;
    padding: .75em 2em;
    /*margin: 1em 0em;*/
}

    a.et_pb_button.btn_green {
        border-color: #27a74a;
        border-width: 2px;
        background: #27a74a;
        color: #ffffff;
        border-radius: 100px;
        border-style: dashed !important;
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: .03rem;
        padding: .75em 2em !important;
        text-align: center;
        transition: 0.2s;
    }

        a.et_pb_button.btn_green:hover, a.et_pb_button.btn_green:active, a.et_pb_button.btn_green:focus {
            border: 2px dashed #27a74a;
            background: transparent !important;
            color: #27a74a !important;
            outline: none !important;
            padding: .75em 2em !important;
        }

    /*set global border style & hover properties on all product detail download button modules*/
    a.et_pb_button.btn_download {
        border: 2px solid #27a74a !important;
        /*border-color: #27a74a;*/
        /*border-width: 2px;*/
        background: #ffffff;
        color: #27a74a;
        border-radius: 100px;
        /*border-style: solid;*/
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: .03rem;
        padding: .75em 2em !important;
        text-align: center;
        transition: 0.2s;
    }

        a.et_pb_button.btn_download:hover, a.et_pb_button.btn_download:active, a.et_pb_button.btn_download:focus {
            border: 2px dashed #27a74a !important;
            background: transparent !important;
            color: #27a74a !important;
            outline: none !important;
            padding: .75em 2em !important;
        }

/*expand the global navigation menu (via Wordpress) fullwidth to accomodate hiding the Contact Us button for mobile*/
@media screen and (min-width: 981px) {
    .et_pb_column.et_pb_column_3_4.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough {
        width: 100% !important;
    }
}

/* secondary bar with phone number and search box modules */
@media screen and (max-width: 980px) {
    .top_nav_container {
        width: 100% !important;
    }
}
/*.phone_number_container {
	transform: translate(10px, 8px);
}*/

.et_pb_module.et_pb_text.et_pb_text_0.phone_number a {
    color: #333 !important;
}

/*.et_pb_module.et_pb_text.et_pb_text_0.phone_number a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    content: "\f095";
	margin-right: 1em;
} */

.phone_number a, .et_pb_text_0_tb_header.et_pb_text a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 40px;
    color: #333333 !important;
    letter-spacing: .025em;
}

@media screen and (max-width: 980px) {
    .phone_number a, .et_pb_text_0_tb_header.et_pb_text a {
        justify-content: center;
        min-height: 30px;
    }
}

.phone_number a:before {
    content: '';
    background-image: url(http://localhost/select_paper_products/wp-content/uploads/2020/02/phone_icon.svg);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    position: relative;
    display: inline-block;
    top: 0px;
    right: 15px;
}

@media screen and (max-width: 980px) {
    .phone_number_container {
        width: 50% !important;
        margin: auto !important;
        padding-left: 0.5em;
    }

    .search_container {
        width: 50% !important;
        margin: auto !important;
        padding-right: 0.5em;
    }
}

.et_pb_search {
    border-radius: 6px !important;
    padding-left: 0px;
}

/* add padding to the input bar on tablet/mobile */
@media screen and (max-width: 980px) {
    .search_container input.et_pb_s {
        padding: 0px !important;
    }
}

input.et_pb_searchsubmit {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.global_search {
    position: relative;
    background: #fff;
    vertical-align: top;
}

.et_pb_search input.et_pb_searchsubmit {
    background-color: #27a74a;
    color: #ffffff;
    padding: 0 1em !important;
    background-size: cover;
}

.search_bar {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}
/*
@media screen and (max-width: 980px) and (min-width:480px) {
	.global_search {
		height: 2rem;
	}
	.et_pb_search input.et_pb_searchsubmit {
		top: -10px;
	}
}
*/
@media screen and (max-width:980px) {
    .global_search {
        height: 30px;
    }

    input[value="Search"] {
        /*position: absolute;
		right: 0;
		top: 50%;
		margin: auto;*/
    }

    form.et_pb_searchform {
        /*height:2em;*/
    }

    input.et_pb_searchsubmit {
        position: ABSOLUTE !IMPORTANT;
        top: 0;
        bottom: 0;
        /*top: 34% !IMPORTANT;
   		transform: translate(0,-50%);
		height: 100%;*/
    }

    .et_pb_search input.et_pb_searchsubmit {
        min-height: 0px !important;
        height: 31px !important;
        border-radius: 0px !important;
    }
}

/*adjust the default padding applied to global navigation menu items*/
.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 1125px) and (min-width: 981px) {
    .et_pb_menu ul li a {
        font-size: 14px !important;
        transition-delay: 0.1s;
    }
}

/*add additional space above the main navigation*/
/*.et_pb_section_1.et_pb_section {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}*/

/*change color of subnavigation menu background color*/
.et_pb_menu_0.et_pb_menu .nav li ul.sub-menu, .nav li ul, ul.sub-menu {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.nav li ul {
    box-shadow: 0 2px 7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.1);
    -webkit-transform: translateZ(0);
    text-align: left;
}

/* footer styling */
footer {
    position: relative;
    z-index: -1;
}

.footer_cta_section {
}
/*class for the footer call-to-action section*/
.footer_cta_container {
    display: flex;
    flex-wrap: wrap;
}
/*class for the footer call-to-action row*/
.footer_cta_column_left {
}
/*class for the left column containing the messaging*/
.footer_cta_column_right {
    margin: auto;
}
/*class for the right column containing the button*/
.footer_cta_message {
}
/*text module that contains the message copy*/

.footer_links, .footer_links p, .footer_links a {
    color: #231f20;
    line-height: .75em;
}

    .footer_links a:hover, .footer_links a:active, .footer_links a:focus {
        cursor: pointer;
        color: #27a74a;
        opacity: 1;
        outline: none;
    }

.footer_badge {
}

.footer_copyright {
    margin-left: 3em;
    color: #e5e5e5;
}

.footer_privacy_policy a {
    margin-right: 3em;
    color: #e5e5e5;
}

@media screen and (max-width: 980px) {
    .footer_copyright {
        margin: auto !important;
    }

    .footer_privacy_policy a {
        text-align: center;
        margin: auto !important;
    }
}

@media screen and (max-width: 980px) {
    .footer_badge img {
        max-width: 125px;
        padding-top: 1em;
        float: left;
    }
}

@media screen and (max-width: 479px) {
    .footer_badge img {
        float: none;
    }
}

@media (max-width: 479px) {
    .et_pb_column_0_tb_footer, .et_pb_column_1_tb_footer, .et_pb_column_2_tb_footer, .et_pb_column_3_tb_footer {
        width: 50% !important;
    }
}

.product_detail_btn_container {
    display: flex;
}

@media screen and (max-width: 768px) {
    .product_detail_btn_container {
        flex-wrap: wrap;
    }
}

/* breadcrumb styling */
.ds_dbreadcrumbs {
    background-color: #ffffff;
}

.breadcrumbs, span.breadcrumb_last {
    font-family: 'Karla', 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: -.03rem;
    font-weight: 100;
}

    .breadcrumbs a {
        color: #333333;
    }

        .breadcrumbs a:hover {
            color: #27a74a;
        }

/* product filter module design styles */
@media screen and (min-width: 768px) {

    .et_pb_module.et_pb_filterable_portfolio.et_pb_filterable_portfolio_0.et_pb_portfolio.et_pb_bg_layout_light.et_pb_filterable_portfolio_grid.clearfix {
        display: flex !important;
    }

    .et_pb_portfolio_filters.clearfix {
        width: 20%;
        display: inline-flex;
    }

    .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
        border: none;
    }

    .et_pb_portfolio_items_wrapper.clearfix {
        width: 80%;
        display: inline-flex;
    }

    .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
        float: none !important;
    }
}

.et_pb_portofolio_pagination {
    display: none;
}

/* make breadcrumb trail 100% width */
.et_pb_widget {
    width: 100%
}

div#text-3 {
    width: 100%;
    margin-bottom: 0;
}

.widgettitle {
    display: none;
}

/* mobile menu styling for word 'menu' */
.mobile_menu_bar:before {
    color: #27a74a !important;
}
/*
.mobile_menu_bar:after {
	content: "Menu"!important;
	max-width: 100%;
    left: -50px;
    font-family: 'Karla', 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    color: #333;
}
*/
ul#mobile_menu1 {
    top: 69px;
    z-index: 1;
}

.et_pb_menu_0.et_pb_menu .et_mobile_menu {
    border-color: #fff;
}

/* product filter menu styling */
li.et_pb_portfolio_filter a {
    color: #333 !important;
    font-size: 1.2rem;
    line-height: 1.25em;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
    color: #333;
    background-color: #f4f4f4;
    border-radius: 50px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #27a74a !important;
    background-color: #f3f4f5;
    border-radius: 50px;
}

h2.et_pb_module_header {
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: center;
}

    h2.et_pb_module_header:hover {
        color: #27a74a;
    }

/* product detail page styling */
.pd_container {
}
/*product detail section*/
.pd_container_column_left {
}
/*product detail left column containing photo*/
.pd_container_column_right {
}
/*right column containing title, specs, nbe info*/
.pd_information_container {
    padding-bottom: 0.75em !important;
}
/*product information container (row)*/
@media screen and (max-width: 768px) {
    .pd_information_container {
        padding-bottom: 1.75em !important;
    }
}

.pd_image {
    background-color: #f3f4f5;
}
/*product image shot*/
.pd_title {
}
/*product title*/
.pd_btn_container {
}
/*down and contact button container (row)*/

.details_material p:before, .details_plies p:before, .details_net_weight p:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    content: "\f058";
    margin-right: 1em;
    font-size: 1rem;
    color: #2f3192;
}
/*
.product_specifications:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    content: "\f058";
    position: absolute;
	left: 0px;
    font-size: 1rem;
    color: #2f3192;
}
*/

.product_specifications {
    position: relative;
}

    .product_specifications p {
        margin-left: 30px;
    }

    .product_specifications:before {
        content: '';
        background-image: url(http://localhost/select_paper_products/wp-content/uploads/2020/03/icon_checkmark.svg);
        position: absolute;
        height: 15px;
        width: 15px;
        background-repeat: no-repeat;
        left: 0px;
        top: 5px;
    }

.pd_image .et_pb_slide {
    padding: 0;
    margin-top: -10% !important;
    background-color: #ffffff !important;
    max-height: 700px !important;
}

.pd_image .et_pb_slide_image img {
    width: 100% !important;
    max-width: 600px !important;
    max-height: 600px !important;
    margin: -25px;
}

@media screen and (max-width: 980px) {
    .et_pb_slides {
        padding-top: 10em;
        padding-bottom: 6em;
        background-color: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    .et_pb_container {
        max-height: 400px;
    }

    .et_pb_slides {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* styling for register mark */
sup {
    font-size: 0.5rem;
    font-weight: 600;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -5px;
}

.nbe_information p sup {
    font-size: .75rem;
}

.nbe_disclaimer_container {
}
/*disclaimer copy container (row)*/

.nbe_disclaimer p sup {
    font-size: .5rem;
}

.nbe_information {
    margin-top: 1.5em;
    margin-bottom: 2em !important;
}

@media screen and (max-width:768px) {
    .nbe_information {
        margin-bottom: 1em !important;
    }
}

.nbe_information p {
    line-height: 0.75em;
}

.nbe_disclaimer p {
    font-size: .9rem;
    color: #999;
}

.nbe_disclaimer div.et_pb_text_inner {
    font-size: 0.9rem !important;
    color: #999 !important;
}

/* add National Brand Equivalent text headline to module on product detail page */
.nbe_information .et_pb_text_inner:before {
    content: 'National Brand Equivalent:';
    font-family: 'Karla','Montserrat',Helvetica,Arial,Lucida,sans-serif;
    text-rendering: optimizeLegibility;
    letter-spacing: -.03rem;
    line-height: 2.5em;
    font-weight: 700;
    display: block;
}

.nbe_information .et_pb_text_inner p {
    display: inline-block;
}

.nbe_information .et_pb_text_inner:after {
    content: '\00AE *';
    font-size: .75rem;
    font-weight: 600;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -5px;
}

.pd_our_products_section {
}
/*class for the Our Products section*/
.pd_divider_container {
}
/*dashed line container (row)*/
.pd_divider {
}
/*divider module*/
.pd_our_products_headline_container {
}
/*Our Products headline container (row)*/
.pd_our_products_headline h3 { /*Our Products text module*/
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.pd_our_brands_container {
}
/*the four-column row containing all the brands (global object). refer to home_product class for individual column modules..*/

/* get rid of additional theme spacing applied to posts */
.single .et_pb_post {
    margin-bottom: 0;
}

/* round edges of image on homepage */
.et_pb_image_4 .et_pb_image_wrap img {
    border-radius: 8px;
}

/* search results page styling */
.no_shadow { /*no shadow on main nav on search results page*/
    box-shadow: none !important;
}

.search .entry-featured-image-url {
    display: none !important;
}

.search #sidebar {
    display: none !important;
}

#main-content .container:before {
    display: none !important;
}

#left-area .et_pb_post {
    border-bottom: 2px dashed #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
/*
h2.entry-title {
    padding-bottom: 0;
}
*/
h2.entry-title:hover {
    color: #27a74a;
}

p.post-meta {
    display: none;
}

#left-area .et_pb_post:last-of-type {
    border: none;
    padding-bottom: 1em;
    /*margin-bottom: 0px;
    padding-bottom: 0px;*/
}

#left-area .wp-pagenavi {
    padding-bottom: 2em;
}

@media screen and (max-width: 981px) {
    #left-area .wp-pagenavi {
        padding-bottom: 4em;
        padding-top: 0em;
    }
}

body:not(.et-tb) #main-content .container {
    padding-top: 0;
}

.search #main-content {
    min-height: auto !important;
}

#left-area {
    padding-bottom: 0;
}

.pagination {
    padding-bottom: 70px;
}

    .pagination a {
        font-size: 1.2rem;
        font-family: 'Karla', 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
        color: #27a74a !important;
    }
/*
.alignright {
    float: left !important;
    display: block;
}
*/
.entry {
    padding-bottom: 70px;
}

#main-content {
    min-height: auto !important;
}

/* accordion menu styling */
/*.et_pb_accordion_item {
    margin-bottom: 0 !important;
    padding: 2.5em 1.5em;
}*/

.et_pb_accordion_item {
    margin-bottom: 0 !important;
    padding: 1.5em 1.5em;
}

.et_pb_accordion_0.et_pb_accordion .et_pb_toggle_content {
    padding-bottom: .75em;
}

.et_pb_accordion_item:last-of-type {
    border: none;
}

.office_location a {
    color: #ffffff;
}

    .office_location a:hover {
        opacity: 0.8;
        transition-duration: 0.2s;
    }
/*
.office_location:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f3c5";
    font-size: 2rem;
    color: #ffffff;
	line-height: 1.5em;
}
*/
.office_location p {
    padding-top: 2.25em;
}

.office_location:before {
    content: '';
    background-image: url(http://localhost/select_paper_products/wp-content/uploads/2020/03/icon_map_marker.svg);
    position: absolute;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    transform: translate(-50%,-30%);
}

@media screen and (max-width: 980px) {
    .office_location_mobile {
        display: flex;
        width: 50%;
        /* float: left; */
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
}

iframe div.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

.location_map iframe {
    border-radius: 8px;
}

/* align interior page headlines with dynamic scaling image */
.headline_align {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* style product filter ui */
li.sf-field-search {
    margin-bottom: 1.5em !important;
}

input.sf-input-text {
    padding: 1em;
    border: none;
    border-radius: 8px;
    background-color: #f3f4f5;
    color: #333333;
    box-shadow: rgba(0,0,0,0.08) 0px 0px 0px 0px, rgba(0,0,0,0.2) 0px 2px 0px -1px;
}

.et_pb_widget ul li ul li {
    margin-left: 0px;
}

label.sf-label-checkbox {
    font-size: 1rem;
    vertical-align: middle;
}

li.sf-field-taxonomy-project_category h4, li.sf-field-taxonomy-brands h4 {
    margin-bottom: .5em;
}

/* start of new filter UI styling */
li.sf-field-taxonomy-project_category, li.sf-field-taxonomy-project_category ul, li.sf-field-taxonomy-project_category ul li, li.sf-field-taxonomy-brands, li.sf-field-taxonomy-brands ul, li.sf-field-taxonomy-brands ul li {
    position: relative;
}

    li.sf-field-taxonomy-project_category ul, li.sf-field-taxonomy-brands ul {
        margin-left: 20px !important;
    }

input.sf-input-checkbox {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    left: -20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    background-color: #e5e5e5;
    cursor: pointer;
}

    input.sf-input-checkbox:checked::before {
        content: "";
        margin-top: -1px;
        margin-left: -2px;
        position: absolute;
        display: inline-block;
        vertical-align: text-top;
        height: 20px;
        width: 20px;
        background: #e5e5e5;
        box-shadow: rgba(0,0,0,0.08) 0px 0px 0px 0px, rgba(0,0,0,0.2) 0px 1px 0px 0px;
        border-radius: 4px;
    }

    input.sf-input-checkbox:checked::after, input.sf-input-checkbox:focus::after {
        content: "";
        display: inline-flex;
        margin-left: 2px;
        background: #27a74a;
        width: 3px;
        height: 3px;
        box-shadow: 2px 0 0 #27a74a, 4px 0 0 #27a74a, 4px -2px 0 #27A748, 4px -4px 0 #27a74a, 4px -7px 0 #27a74a, 4px -10px 0 #27a74a;
        transform: rotate(45deg);
    }

@media screen and (max-width: 980px) {
    .searchandfilter select.sf-input-select {
        min-width: 145px !important;
    }
}

/* end of old filtering styling */

/*
 * This is the old styling for filter UI
 * input.sf-input-checkbox {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    outline: none !important;
    background-color: #e5e5e5;
    cursor: pointer;
	box-shadow: rgba(0,0,0,0.08) 0px 0px 0px 0px, rgba(0,0,0,0.2) 0px 1px 0px 0px;
}

input.sf-input-checkbox:checked {
	border: 2px solid #27a74a;
    background-color: #ffffff;
}

 input.sf-input-checkbox:checked::after, input.sf-input-checkbox:focus::after {
    content: '\2713';
    position: absolute;
    display: table;
    color: #27a74a;
    font-size: 1.5rem;
    transform: translate(0, -35%);
    outline: none!important;
}*/

/*
input.sf-input-checkbox:checked::before, input.sf-input-checkbox:focus::before {
    content: '\2713';
    display: block;
	height: 100%;
	width: 100%;
    text-align: center;
    color: #27a74a;
    font-size: 1.5rem;
    transform: translate(-5px,-20px);
    outline: none !important;
	transition-duration: 0s;
}
* end of old styling for filter UI /

/*
.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
    border-radius: 15px;
    text-align: center;
    padding: 3em 1em 1em 1em;
    min-height: 250px;
    margin-bottom: 1em;
}
*/

/* min-height added to AJAX container when only a few products are loaded on desktop */
@media screen and (min-width: 981px) {
    .et_pb_salvattore_content {
        min-height: 650px;
    }
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
    border-radius: 15px;
    text-align: center;
    padding: 1em .5em;
    min-height: 215px;
    margin-bottom: 1em;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.08) 0px 1px 2px 0px, rgba(0,0,0,0.15) 0px 0px 1px 0px;
    /*box-shadow: rgba(0,0,0,0.2) 0px 0px 2px, rgba(0,0,0,0.08) 0px 3px 8px; use this code if there's a white bg on product photo*/
}

    .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post:hover {
        transition: all 0.2s ease 0s;
        box-shadow: rgba(0,0,0,0.1) 0px 0px 1px, rgba(0,0,0,0.09) 0px 5px 10px;
        /*box-shadow: rgba(0,0,0,0.2) 0px 0px 2px, rgba(0,0,0,0.11) 0px 5px 10px; use this code if there's a white bg on product photo*/
        z-index: 1;
    }

.et_pb_blog_grid .et_pb_image_container {
    border-bottom: 2px solid #f3f4f5;
    background-color: #ffffff;
    background-color: #f3f4f5;
    /*padding-top: 1em;
    padding-bottom: 1em;*/
    margin-bottom: 20px;
}

    .et_pb_blog_grid .et_pb_image_container img {
        padding: 0 .5em 0 .5em;
    }

.et_pb_widget select, .et_pb_widget select:focus {
    border-radius: 8px;
    outline: none;
    border: 1px solid #333;
    font-size: 1rem;
    color: #333 !important;
}

.et_pb_post .entry-featured-image-url {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .pagination {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 980px) {
    .pagination .alignright {
        margin-right: 6%;
    }
}

/* homepage product section - static content */
.home_product {
    background-color: #ffffff;
    border-radius: 15px;
    padding-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 0px 1px 0px;
}

    .home_product:hover {
        transition: all 0.2s ease 0s;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px, rgba(0, 0, 0, 0.12) 0px 5px 10px;
    }

.et_pb_main_blurb_image {
    margin-bottom: 5px;
    border-bottom: 2px solid #f3f4f5;
}

.et_pb_blurb_description {
    font-size: 1.2rem;
}

.et_pb_blurb h4 a:hover {
    cursor: pointer;
    color: #27a74a;
}

/* adjust number of columns on product grid */
/*
.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '3 .column.size-1of3' !important;
}
*/

@media only screen and ( min-width: 981px ) {
    .cu-blog .et_pb_salvattore_content[data-columns]::before {
        content: '3 .column.size-1of3' !important;
    }

    .cu-blog .column.size-1of3 {
        width: 30% !important;
        margin-right: 2%;
    }

    .size-1of3 h2.entry-title {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 90px;
    }
}

@media only screen and ( max-width: 980px ) {
    .cu-blog .et_pb_salvattore_content[data-columns]::before {
        content: '2 .column.size-1of2' !important;
    }

    .cu-blog .column.size-1of2 {
        width: 47% !important;
        margin-right: 2%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
    border: none;
    text-align: center;
}

.size-1of3 h2.entry-title {
    line-height: 1.5em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-bottom: 0.4em;
}

.size-1of2 h2.entry-title {
    line-height: 1.5em;
}

h2.not-found-title {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: -.05rem;
    font-weight: 100;
}

/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
    font-family: 'Karla', 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem !important;
    /*padding: 0.3em 0.8em !important;*/
    padding: 10px 15px !important;
    color: #27a74a;
    line-height: 2em;
    background: #f3f4f5;
    transition: all .3s;
    border-radius: 50px;
}

/*styles the wp-pagenavi current page number*/
.wp-pagenavi {
    border: none;
    text-align: center;
    margin-right: 3em;
}


@media screen and (max-width: 981px) {
    .wp-pagenavi {
        margin: auto;
        padding-bottom: 2em;
    }

    span.pages {
        display: block;
    }
}

.wp-pagenavi span.current {
    color: #27a74a !important;
    background: #ffffff !important;
    border: 1px solid #27a74a !important;
    padding: 9px 15px !important;
}

/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
    color: #ffffff !important;
    background: #27a74a !important;
}

/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
    background: none;
}

/* contact form styling */
span.wpcf7-form-control-wrap input {
    width: 100%;
    padding: 1em;
    border-radius: 8px;
    background-color: #f3f4f5;
    border: none;
    font-size: 1rem;
    color: #333333;
    box-shadow: rgba(0,0,0,0.08) 0px 0px 0px 0px, rgba(0,0,0,0.2) 0px 2px 0px -1px;
}

select.cf_reason_for_contacting {
    width: 50%;
    padding: 1em;
    border-radius: 8px;
    background-color: #f3f4f5;
    border: none;
    font-size: 1rem;
    color: #333333;
    margin-top: 1em;
    box-shadow: rgba(0,0,0,0.08) 0px 0px 0px 0px, rgba(0,0,0,0.2) 0px 2px 0px -1px;
}

input.cf_email {
    margin-bottom: 1em;
}

textarea.cf_message {
    width: 100%;
    padding: 1em;
    border-radius: 8px;
    background-color: #f3f4f5;
    border: none;
    font-size: 1rem;
    color: #333333;
    box-shadow: rgba(0,0,0,0.08) 0px 0px 0px 0px, rgba(0,0,0,0.2) 0px 2px 0px -1px;
}

input.wpcf7-submit {
    border-color: #27a74a;
    border-width: 2px;
    background: #27a74a;
    color: #ffffff;
    border-radius: 100px;
    border-style: dashed !important;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .03rem;
    padding: .75em 2em !important;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

    input.wpcf7-submit:hover, input.wpcf7-submit:active, input.wpcf7-submit:focus {
        border: 2px dashed #27a74a;
        background: transparent !important;
        color: #27a74a !important;
        outline: none !important;
        padding: .75em 2em !important;
    }

/* hide Google Recaptcha badge */
.grecaptcha-badge {
    display: none !important;
}
/*
.grecaptcha-badge {
visibility: visible !important;
z-index:100 !important;
}
*/
p.recaptcha_disclaimer {
    font-size: 1rem;
}

    p.recaptcha_disclaimer a {
        color: #27a74a;
    }

/* job post */
.job_post:last-of-type {
    border-top: 2px dashed #eaeaea;
    border-bottom: 2px dashed #eaeaea;
}

.job_post {
    border-top: 2px dashed #eaeaea;
    padding-top: 2em;
    padding-bottom: 2em;
}

    .job_post h2 {
        line-height: 1;
    }

/* careers page contact button */
/*.btn_contact_careers {
	padding: 0;
    margin: 0;
    position: fixed;
    bottom: 1%;
    right: 2%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
}*/

.btn_contact_careers {
    padding: 0;
    margin: 0;
    position: fixed;
    width: 20px;
    height: 20px;
    bottom: 80px;
    right: 80px;
    left: auto;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    transform: translate(0,0);
}

.circle-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 100;
    margin: 0 auto 10px auto;
}

    .circle-icon .fa-circle {
        font-size: 60px;
        width: 60px;
        line-height: 60px;
        border-radius: 50%;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.3);
        box-shadow: 0 3px 6px rgba(0,0,0,.3);
        background: #27a74a;
        color: #27a74a;
    }

        .circle-icon .fa-circle.green {
            background: #ffffff;
        }

.fa-circle:before {
    content: "\f111";
}

.circle-icon .fa-inverse {
    font-size: 32px !important;
    width: 32px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
}

.fa-inverse {
    color: #fff;
}

.fa-envelope:before {
    content: "\f0e0";
}

/* home page product slider */
.et_pb_portfolio_item {
    background: #ffffff;
    border-radius: 15px;
    padding: 1em 0 1.25em 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 0px 1px 0px;
}

    .et_pb_portfolio_item:hover {
        transition: all 0.2s ease 0s;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px, rgba(0, 0, 0, 0.12) 0px 5px 10px;
        z-index: 1;
    }

h2.et_pb_module_header {
    padding-top: 1em !important;
    border-top: 2px solid #f3f4f5;
}

/* styling for updated mobile filter UI */
@media screen and (max-width: 980px) {
    li.sf-field-taxonomy-project_category, li.sf-field-taxonomy-brands {
        width: 50%;
        float: left;
        padding-right: 2% !important;
        padding-left: 2% !important;
    }

        li.sf-field-taxonomy-project_category:first-of-type {
            margin-right: 5%;
        }

    div#search_filter_register_widget-3 {
        width: 100%;
    }

    .searchandfilter label {
        width: 100%;
    }

    input.sf-input-text {
        width: 100%;
        max-width: 1300px;
    }
}

/* Hover Box Shadow effect */
/* .element {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 0px 1px 0px;
    box-sizing: border-box;
    font-family: "Inv Maison Neue", "Maison Neue", -apple-system, BlinkMacSystemFont, "Open Sans", open-sans, sans-serif;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    transition: all 0.2s ease 0s;
} */
/* :hover { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px, rgba(0, 0, 0, 0.12) 0px 5px 10px;} */