/*
Theme Name: The Sign Store
Theme URI: https://thesignstore.com
Template: Divi
Author: Maverick Web Marketing
Author URI: http://www.maverickwebmarketing.com
Version: 1.0
*/


/* --- BUTTONS ---*/

.custom-button {
	background: #ffd839;
	color: #252525;
	display: inline-block;
	font-size: 18px !important;
	font-weight: bold;
	margin-top: 20px;
	padding: 20px 40px;
	text-align: center;
	text-transform: uppercase;
}

.custom-button-1 {
	background: rgba(0, 0, 0, 0.6);
	color: #205ade;
	display: block;
	border: 3px solid #205ade;
	width: 100%;
}

.custom-button-2 {
	background: rgba(0, 0, 0, 0.6);
	color: #ffd839;
	display: block;
	border: 3px solid #ffd839;
	width: 100%;
}

.custom-button-3 {
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	display: block;
	border: 3px solid #ffffff;
	width: 100%;
}

.solid {
	color: #ffffff;
	padding: 20px;
}

.custom-button-1.solid {
	background: #205ade;
}

.custom-button-2.solid {
	background: #ffd839;
	color: #000000 !important;
}

.custom-button-3.solid {
	background: #000000;
	border-color: #000000;
}



/* --- FOOTER --- */

#main-footer {
	background: url(/wp-content/uploads/2020/03/Industrial-Steel-Background-Footer.jpg) no-repeat;
	background-size: cover;
}

#main-footer img {
	max-width: 75%;
}

#main-footer .phone {
	font-size: 2em;
	font-weight: 700;
}

#main-footer .phone:before {
		display: block;
	font-size: 50%;
	font-weight: 400;
}

#main-footer .gfield_label, #footer-widgets .footer-widget li:before {
	display: none;
}

#main-footer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

#footer-widgets .footer-widget li {
	padding-left: 0;
}

.address {
	font-size: 24px;
}

#custom_html-3 {
	width: 100%;
}

#footer-info {
	font-size: 14px !important;
}




/* --- FORMS --- */

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background: #ffd839;
	border-width: 0;
	color: #363636;
	display: inline-block;
	font-size: 18px !important;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px 40px;
	text-align: center;
	text-transform: uppercase;
}




/* --- HEADER --- */

.pre-header {
	background: #ffd839;
	padding: 10px 10%;
	text-align: center;
}

#et_top_search {
	margin: 0;
	width: 157px;
}

#et_search_icon:before {
	font-weight: 600;	
}

#et_search_icon:after {
	content: "SEARCH...";
	float: right;
	padding: 27px 20px 0 0 !important;
	max-width: 15%;
	overflow: hidden;
}

#et_search_icon:hover {
	color: #000000 !important;
}

form.et-search-form {
    max-width: 20%;
	background: rgba(0, 0, 0, 0) !important;
}

.et_pb_menu_hidden #et_search_icon:after {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

#et-secondary-menu {
	font-size: 1.75em;
	margin-right: 30px;
	margin-top: -5px;
}

#top-header {
	background: url(/wp-content/uploads/2020/04/Sign-Store-Wordmark-Logo.svg), url(/wp-content/uploads/2020/03/Industrial-Steel-Background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 400px, cover;
	padding: 40px 0 30px;
	z-index: 99999;
}

#top-header .container {
	max-width: 100% !important;
	width: 100% !important;
}

#et-info {
	float: right;
}

#et-info-phone {
	margin-right: 20px;
}

#et-info-phone a {
	background: #f11529;
	border: 3px solid #ffffff;
	font-size: 32px;
	font-weight: 500;
	padding: 5px 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#et-info-phone a:hover {
	background: #ffffff;
	border: 3px solid #ffffff;
	color: #f11529;
}

#et-info-phone:before, #et-info-email {
	display: none;
}

#main-header .container {
	padding-right: 0 !important;
}

#et-top-navigation {
	padding: 0 !important;
}

#top-menu li {
	padding-right: 0;
}

#top-menu li a {
	border-bottom: 5px solid #ffffff;
	margin: 0 -3px;
	padding: 30px 20px 25px !important;
}

#et_search_icon:before {
	margin: 0 30px 0 -3px;
	padding: 30px 20px !important;
}

#top-menu li.highlight-1 a {
	background: #ffd839;
	border-bottom-color: #ffd839;
	margin-right: 0;
}

#top-menu li.highlight-2 a {
	background: #205ade;
	border-bottom-color: #205ade;
	color: #ffffff;
	margin-right: 0;
}

#top-menu li a:hover {
	border-bottom-color: #0e0d15;
	opacity: 1 !important;
}

#top-menu li.current-menu-item>a {
	border-bottom-color: #0e0d15;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding-bottom: 0;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    position: relative;
}
 
#logo {
    max-height: 220% !important;
    margin-top: -32px;
    z-index: 100000;
}
 
@media only screen and (max-width : 980px) {
    #logo { margin-top: 0px}
}


/* --- HOME --- */

.et_pb_row_0.et_pb_row.home-main {
	padding-top: 250px !important;
}

.home-main h1 {
	font-size: 64px !important;
	font-weight: 900 !important;
}

.home-main p {
	font-size: 24px;
}

/*.home-steps .et_pb_column_1_3 {
	background-position-x: -1px;
}*/

.home-steps .et_pb_column .et_pb_module:before {
    display: block;
	font-size: 150px;
	font-weight: 700;
    position: absolute;
    left: 7.5%;
    top: 40%;
    text-align: center;
    width: 20%;
}

.home-steps .et_pb_column:nth-child(1) .et_pb_module:before {
	content: "1";
}

.home-steps .et_pb_column:nth-child(2) .et_pb_module:before {
	content: "2";
}

.home-steps .et_pb_column:nth-child(3) .et_pb_module:before {
	content: "3";
}

.home-steps .et_pb_column .et_pb_module .et_pb_text_inner {
	margin-left: 25%;
}

.move-up {
	margin-top: -300px;
}

.et_pb_column_1_3 h4 {
	font-size: 24px !important;
}





/* --- TYPOGRAPHY --- */

h1 {
	font-size: 44px !important;
}

h2 {
	font-size: 36px !important;
}

h3 {
	font-size: 28px !important;
}

.uppercase {
	text-transform: uppercase;
}

/* --- SHOP --- */
@media (min-width: 981px) {
	
	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1) {
    	clear: none;
	}
	
	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n) {
		margin-right: 3.8%;
	}
	
	.et_full_width_page.woocommerce-page ul.products li.product:nth-child(5n) {
		margin-right: 0;
	}
	
}

/* --- RESPONSIVE --- */

@media screen and (max-width: 1500px) {
	
	#top-menu li a {
    	padding: 20px 5px 20px !important;
	}	
	
}

@media screen and (max-width: 1350px) {
	
	#top-menu li a {
    	padding: 30px 5px 25px !important;
	}	
	
}

@media screen and (max-width: 1250px) {
	
	#top-menu li a, #et_search_icon:after {
		font-size: 14px !important;
	}
	
	#et_top_search {
		width: 135px;
	}
	
}

@media screen and (max-width: 1150px) {
	
	#top-menu li a, #et_search_icon:after {
		font-size: 12px !important; position: relative;
	}
	
	#et_top_search {
		width: 125px;
	}
	
}

@media screen and (max-width: 1150px) {
	
	.et_pb_section {
		padding: 0;
	}
	
	#top-header {
		background: url(/wp-content/uploads/2020/03/Industrial-Steel-Background.jpg);
	}
	
	#logo {
		margin-left: -10px;
		margin-top: -25px !important;
	}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding: 12px 0;
	}
	
	#et_search_icon:before {
    	margin-top: -15px;
	}
	
	#et_search_icon:after {
    	padding-top: 18px !important;
	}
	
	.et_pb_row_0.et_pb_row.home-main {
		padding-top: 75px !important;
	}
	
}

@media screen and (max-width: 1150px) {
	
	h1, h2, h3 {
		font-size: 24px !important;
	}
	
	h4, h5, h6 {
		font-size: 20px !important;
	}
	
	body, p {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.pre-header {
		font-size: 10px;
	}
	
	.pre-header a {
		display: block;
	}
	
	#et-info {
		float: none;
	}
	
	#et-info-phone {
		margin-right: 0;
		text-align: center;
	}
	
/* 	#et_top_search {
		display: none;
	} */
	
	.custom-button {
		padding: 20px;
	}
	
	.et_pb_row_0.et_pb_row.home-main {
		padding-top: 50px !important;
	}
	
	.home-main h1 {
    	font-size: 28px !important;
	}
	
	.home-main p {
    	font-size: 14px;
	}
	
	.et_pb_slides .et_pb_empty_slide.et_pb_container {
		height: 250px;
	}

	.address {
		font-size: 14px;
	}
	
	#main-footer .phone {
    	font-size: 1em;
	}
	
	.bottom-nav li {
		display: block;
		padding-right: 0;
	}
	
	.et-social-icons li {
		margin-left: 0 !important;
	}
	
}