/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: admin (justin@vortexbusinesssolutions.com)
*/

/* Woohoo! Let's customize! */

h1, h2, h3, h4, h5, h6, p, li {
	font-family: "Lato", sans-serif;
}

/* Header */
div#headerwrap {
    position: absolute;
    top: 0;
    left: 0;
}
div#headerwrap.fixed-header {
    position: fixed;
}
header#header {
    width: 90%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sidemenu-off {
    flex: 1;
}

div#site-logo {
    margin: 0 10px 0 0;
}

#main-nav li a {
	color: #FFF;
	font-size: 18px;
    line-height: 20px;
}
#main-nav li.header-quote {
    margin-left: 15px;
}
#main-nav li.header-quote a {
    background: #C66328;
	color: #FFF;
    border-radius: 6px;
    padding: .6em 20px;
}
#main-nav li.header-quote a:hover {
    background: #4B4B4B;
	color: #FFF!important;
}

.header-widget-full {
    background: #C66328;
}
.header-widget-full .header-widget-inner {
    width: 90%;
}
.header-widget-full .header-widget-inner .widget {
    width: 100%;
}
ul#menu-header-top-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
ul#menu-header-top-menu li {
    border-right: 1px solid #c19073;
    padding: 0 2%;
}
ul#menu-header-top-menu li:first-child {
    border-left: 1px solid #c19073;
}
ul#menu-header-top-menu li a {
    color: #FFF;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
ul#menu-header-top-menu li a:hover, #main-nav li .sub-menu li a {
	color: #262525;
}
#main-nav li .sub-menu li a:hover {
	color: #000;
}

.menu-icon-inner {
    color: #FFF;
}

li.header-login-link a {
	font-size: 0!important;
}
li.header-login-link a em {
    font-size: 24px;
    margin-left: 20px;
}

.cart-wrap a em {
    color: #FFF;
}
.cart-wrap a:hover em {
    color: #C66328;
}

.row_inner {
    width: min(1300px, 100%);
}

/* Home */
.home-header .module-image {
    text-align: center;
	margin-bottom: 30px;
}
.home-header h2 {
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 5px #000;
    font-size: 32px;
    line-height: 44px;
    max-width: 820px;
    margin: 0 auto;
}

.home-product-menu {
    text-align: center;
	position: sticky;
    top: 108px;
    z-index: 9;
}
.home-product-menu ul#menu-product-category-menu li a {
    padding: .625em 15px;
}

.home-accessories h3, .home-markets h3, .home-partner h6, .inner-main h3 {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #000;
}

.home-accessories h3 {
    margin-bottom: 40px;
}
.home-accessories .col3-1 {
    margin-bottom: 20px;
}
.home-accessories .col3-1 .module-image {
    margin-bottom: 20px;
	overflow: hidden;
	border-radius: 8px;
}
.home-accessories .module-image img:hover {
    transform: scale(1.1);
    transition: all 0.8s;
}
.home-accessories p {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.home-accessories p a {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
.home-accessories p a:hover {
	color: #C66328;
	border-bottom: 1px solid #C66328;
}

.home-markets-top p {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    max-width: 870px;
    margin: 0 auto 60px;
}
.home-markets h5 {
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}
.home-markets .module_subrow p {
    color: #000;
    font-size: 22px;
    line-height: 28px;
	margin-bottom: 15px;
}
.home-markets .module_subrow p a {
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
}
.home-markets .module_subrow p a:hover {
    color: #FFF;
}
.home-market-main-image {
    overflow: hidden;
}
.home-market-main-image img:hover {
    transform: scale(1.1);
    transition: all 0.8s;
}

.home-partner h6 {
    max-width: 700px;
    margin: 0 auto 20px;
}
.home-partner p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}
.home-partner .module-buttons {
    text-align: center;
}
.home-partner .module-buttons .builder_button {
    background: #C66328;
    color: #FFF;
    border-radius: 6px;
}
.home-partner .module-buttons .builder_button:hover {
    background: #4B4B4B;
}

/* Footer */
div#footerwrap {
    padding: 80px 0 0;
}
footer#footer {
    width: 100%;
}
#footer .section-col {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    float: none;
}
#footer .section-col {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 30px;
    float: none;
}
.footer-widgets .col3-1.first {
    text-align: center;
}
p.footer-phone {
    text-align: center;
}
p.footer-phone a {
    color: #FFF;
    font-size: 26px;
    line-height: 28px;
}
p.footer-phone a:hover {
	color: #000;
}
p.footer-address {
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
}
p.footer-button a {
    color: #FFF;
    background: #C66328;
    padding: 10px 20px;
    min-width: 140px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
}
p.footer-button a:hover {
	color: #C66328;
    background: #FFF;
}
.col3-1:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.col3-1 .widget_nav_menu {
    width: 45%;
    display: inline-flex;
    flex-direction: column;
}
.footer-widgets .widgettitle {
    color: #FFF;
    font-size: 24px;
    line-height: 26px;
    text-transform: inherit;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.footer-widgets .widget_nav_menu li {
    padding: 0 0 10px;
    line-height: 22px;
}
.footer-widgets .widget_nav_menu a {
    color: #FFF;
    font-size: 16px;
    line-height: 18px;
}
.footer-widgets .widget_nav_menu a:hover {
    color: #c66328;
}
.footer-widgets .col3-1:last-child {
    text-align: center;
}
p.footer-quote {
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
}
.social-links .icon-large em {
    font-size: 38px;
}
.social-links .icon-large em:hover {
    color: #c66328 !important;
}
.social-links a:hover em {
	background: none;
}
#footer .footer-text {
    background: #FFF;
    margin: 0;
    padding: 20px 20px;
}
.footer-text-inner .one {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

/* Inner pages */
.inner-header h1 {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px rgb(0 0 0 / 79%);
}
.inner-main p {
	color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}
.inner-main .module-image {
	text-align: center;
}
.inner-main h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
}

.frm_opt_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.frm_opt_container .frm_checkbox {
    width: 33%;
}
.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
    border: none;
    transform: rotate(0deg);
}
textarea {
	min-height: auto;
}
button.frm_button_submit {
    transform: none;
    letter-spacing: 0;
    text-transform: initial;
}

/* WooCommerce pages */
.woocommerce main#content, .woocommerce-cart main#content, .woocommerce-checkout main#content, .woocommerce-account main#content {
    background-image: url(https://paragonproducts-ia.com/wp-content/uploads/2025/06/Paragon-Products_Iowa_concrete-wall-background.jpg);
    background-attachment: fixed;
}
.tax-product_cat div#layout {
    width: 100%;
}
.tax-product_cat main#content {
    padding-top: 0;
}
nav.woocommerce-breadcrumb {
    display: none;
}
.tax-product_cat h1.woocommerce-products-header__title.page-title, .woocommerce-cart h1.page-title, .woocommerce-checkout h1.page-title, .woocommerce-account h1.page-title {
    text-align: center;
    padding: 17% 10px 10%;
    background-image: url(https://paragonproducts-ia.com/wp-content/uploads/2025/06/Paragon-Products_Iowa_home-header-rebar.jpg);
    background-attachment: fixed;
    background-position: top center;
    color: #FFF;
    text-shadow: 1px 1px 5px #000;
    font-size: 52px;
    line-height: 58px;
	margin-bottom: 0;
}
.tax-product_cat .term-description, .tax-product_cat ul#loops-wrapper, .post-type-archive-product ul#loops-wrapper, .product-list-info, .woocommerce-no-products-found, .dataTables_wrapper {
    max-width: 1300px;
	width: 90%;
    margin: 0 auto;
	overflow: hidden;
}
.woocommerce-cart .page-content.entry-content, .woocommerce-checkout .page-content.entry-content, .woocommerce-account .page-content.entry-content {
    max-width: 1300px;
	width: 90%;
    margin: 60px auto 30px;
	overflow: hidden;
}
.woocommerce-products-header .tb_layout_part_wrap {
    margin-bottom: 50px;
}
.product-list-info {
    margin: 0 auto;
}
p.tf_load_more.tf_textc.tf_clear.woocommerce-pagination {
    padding: 0;
	margin: 0;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #C66328;
    color: #FFF;
    border-radius: 6px;
    padding: .6em 20px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: #4B4B4B;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus, .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    color: #000;
    font-weight: 700;
}

.post-type-archive-product header.woocommerce-products-header .tb_layout_part_wrap {
    display: none;
}

.product-description p, .product-description table, .product-description li {
    color: #000;
    font-size: 20px;
    line-height: 26px;
}
.woocommerce-shop .page-description .product-description p {
    margin: 0;
}

.subcategory-list {
    max-width: 1300px;
    width: 90%;
    margin: 50px auto 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.subcategory-item {
    width: 23%;
    margin: 1%;
}
.subcategory-item p {
    font-size: 20px;
    line-height: 26px;
}
.subcategory-item > a:first-child {
    display: block;
    height: 220px;
	border-radius: 8px;
    overflow: hidden;
	margin-bottom: 10px;
}
.subcategory-item > a:first-child img {
    width: auto;
    height: 100%;
    transition: all 0.8s;
}
.subcategory-item > a:first-child:hover img {
	transform: scale(1.1);
}

.single-product main#content {
    padding-top: 220px;
	padding-left: 5%;
	padding-right: 5%;
}
.single-product div.product {
    margin-bottom: 0;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.woocommerce-account .page-content > p {
    font-size: 20px;
    line-height: 27px;
    color: #000;
}
.logged-in.woocommerce-account .page-content > p {
    display: none;
}

/* Mobile */
.sidemenu-on .current-menu-item a {
    color: #FFF !important;
}
.sidemenu-on #main-nav li.header-quote {
    margin-left: 0;
}
.sidemenu-on li.header-login-link a em {
    margin-left: 0px;
    display: block;
    margin-top: 10px;
}
.sidemenu-on ul#menu-header-top-menu {
    flex-direction: column;
}
.sidemenu-on ul#menu-header-top-menu li {
    border: none;
    padding: 2% 2%;
}

@media (max-width: 1100px) {
	#headerwrap .header-icons {
        top: 50%;
    }
	
	.home-product-menu {
		position: relative;
		top: 0;
	}
}

@media (max-width: 768px) {
	body .pagewidth {
        max-width: 100%;
    }
	
	footer#footer {
		max-width: 100%;
	}
	div#footerwrap {
		padding: 40px 0 0;
	}
	
	.home-header img {
		max-width: 500px;
		width: 90%;
	}

	.home-markets h5 {
		font-size: 22px;
		line-height: 26px;
	}
	.home-markets .module_subrow p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	
	.tax-product_cat h1.woocommerce-products-header__title.page-title, .woocommerce-cart h1.page-title, .woocommerce-checkout h1.page-title, .woocommerce-account h1.page-title {
		padding: 20% 10px 10%;
	}
	
	.col3-1 .widget_nav_menu {
		width: 100%;
	}
	
	.subcategory-item {
		width: 48%;
	}
	.subcategory-item > a:first-child {
		height: 240px;
	}
}
	
@media (max-width: 430px) {
	.home-header h2 {
		font-size: 28px;
		line-height: 38px;
	}
	
	.home-accessories .col3-1 {
		margin-bottom: 30px;
	}
	
	.frm_opt_container .frm_checkbox {
		width: 100%;
	}
	
	.tax-product_cat h1.woocommerce-products-header__title.page-title, .woocommerce-cart h1.page-title, .woocommerce-checkout h1.page-title, .woocommerce-account h1.page-title {
		padding: 40% 10px 15%;
		font-size: 42px;
		line-height: 48px;
	}
	
	.subcategory-item {
		width: 90%;
		margin: 1%;
	}
	.subcategory-item > a:first-child {
		height: 260px;
	}
	
	.product-description p, .product-description table, .product-description li {
		font-size: 18px;
		line-height: 24px;
	}
	
	.single-product main#content {
		padding-top: 160px;
	}
}