/*
Theme Name: Eggbase
Theme URI: http://blacksmith.marketing
Description: Boilerplate for Blacksmith sites
Version: 2.0
Author: Blacksmith Marketing
*/

@import "css/initial.css";
@import "css/utility.css";
@import "css/animations.css";
@import "css/typography.css";
@import "css/theme-layout.css";
@import "css/theme-styles.css";

.page-id-2099 {
	background:none;
}
.phone-row input[type="number"]::-webkit-inner-spin-button,
.phone-row input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.phone-row input[type="number"] {
  -moz-appearance: textfield;
}






body.page-id-2232{
    background-attachment: inherit;
    background-image: none;
}
body.page-id-2232 .first-section h1 img{
    max-width: 60% !important;
    margin: auto;
	z-index: 2;
    position: relative;
}
body.page-id-2232 .first-section{
	padding-top:110px !important;
	padding-bottom:110px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/wp-content/uploads/2026/02/Eggbaselite-banner.png);
}
.page-id-2232  #js-contact{
	display:none;
}
.flags{
	display:flex;
	justify-content:space-between;
	margin:20px 0;
}
.flags img{
	width:62px;
}
.icon-contt{
	display:flex;
	justify-content:space-between;
}
.icon-contt img{
	max-width:65px !important;
	height:auto;
	margin:auto;
}
.text-with-icon{
	text-align:center;
	width: 16%;
}
.text-with-icon p{
	color:#94c11f;
	text-transform:uppercase;
}
.two-talets{
	margin-top:10px;
}
.eggsenselite-last{
	padding-bottom:0 !important;
}
.eggsenselite-last h3{
	font-size:45px;
}
.eggsenselite-last .btn{
	    padding: 0.5rem 4.75rem;
    font-size: 1.3rem;
}








body.page-id-2013{
    background-attachment: inherit;
    height: 1090px;
}
body.page-id-2013 .first-section h1 img{
    max-width: 60% !important;
    margin: auto;
}
body.page-id-2013 .first-section .col-md-10{
	padding-top:130px !important;
	padding-bottom:130px !important;
}
.page-id-2131 .the-content,
.page-id-2134 .the-content{
	text-align:left;
}
.page-id-2131 .the-content p,
.page-id-2134 .the-content p{
	font-size:16px;
	margin-bottom:0;
}
.page-id-2131 .the-content > h2,
.page-id-2134 .the-content > h2{
	text-align:center;
	margin-bottom:30px;
}
.page-id-2131 .the-content h5,
.page-id-2134 .the-content h5{
	font-weight:600;
	margin-top:25px;
}
.page-id-2131 .the-content p strong,
.page-id-2134 .the-content p strong{
	font-weight:600;
	margin-top:20px;
	display:block;
}
.page-id-2131 .the-content ul,
.page-id-2134 .the-content ul{
	margin-left:20px;
}

#wpcf7-f2008-o1 .is-locked { cursor: not-allowed; }
.thankyou-message-row p{
	font-size:20px;
	font-weight:600;
}

.eggbase-lite-form {
	background-color: #f0f0f0;
	padding:30px;
}
.eggbase-lite-form .row > .col-12 > p{
	margin-bottom:0;
}
.eggbase-lite-form .row > .col-12 > p label{
	font-weight:600;
	color:#575656;
	font-size:16px;
	margin-bottom:0;
}
.eggbase-lite-form .row > .col-12 > p label > span{
	color:red;
	font-weight:400;
	font-size:14px;
}
.eggbase-lite-form .row > .col-12 input{
	border-color:#D9D9D9;
	    border-style: solid;
	border-width: 1px;
	width:100%;
	padding: 3px 10px;
}
.wpcf7-field-group{
    border-bottom: 1px solid #727171;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.flock-text{
	font-weight:600;
	color:#575656;
	font-size:16px;
}
.flock-text span:last-child{
	color:red;
	font-weight:400;
}
.eggbase-lite-form hr{
	border-bottom: 1px solid #727171;
	border-top:0;
	margin:40px 0 50px;
}
.wpcf7-field-group .row:last-of-type + p{
	display:flex;
	margin-bottom:0;
}
.wpcf7-field-group-add{
	background: none;
    border: none;
    display: flex;
    align-items: center;
	cursor:pointer;
	outline:none !important;
	    font-weight: 600;
    color: #575656;
}
.wpcf7-field-group-add:hover{
	color:#94c11f;
	
}
.wpcf7-field-group-add span{
	color: #575656;
    font-size: 45px;
    margin-right: 20px;
    border: 1px solid #575656;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
.wpcf7-field-group-remove {
	outline: none !important;
    box-shadow: none;
    cursor: pointer;
    background: #94c01f;
    border: 1px solid transparent;
    font-weight: 400;
    border-radius: .25rem;
	margin-right:30px;
}
.wpcf7-field-group-remove:hover{
	color:#fff !important;
	
}
.placeholder-text-big{
	font-weight: 600;
    color: #575656;
    margin-top: 15px;
}
#order-summary p:not(:first-child){
	margin-bottom:10px;
	letter-spacing:0;
	font-size:20px;
}

.placeholder-text p{
	font-size:12px;
	color:#686868;
	margin-bottom:4px;
}
.wpcf7-field-groups {
	counter-reset: repeatable-fields-counter;
	outline:none !important;
}
.wpcf7-field-group {
	counter-increment: repeatable-fields-counter;
	outline:none !important;
}
.flock-index:after {
	content: counter(repeatable-fields-counter);
}
.para-style p{
	    margin-bottom: 5px;
}
.links-1 .green{
	color:#94c11f !important;
}
.links-1 .green:hover{
	color:#fff !important;
}
.image-bottom-edge{
	padding-bottom:0 !important;
}
.image-bottom-edge .row .col-lg-6:first-of-type{
	padding-bottom:50px;
}
.page-id-2072{
	background:none !important;
}
.page-id-2072 .site-header{
	position:relative;
}

.page-id-2072 .first-section {
	display:none !important;
}
.grey-header .container{
	max-width:100% !important;
}
.grey-header h3{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.accept-row{
	width:auto !important;
}
.accept-row + .wpcf7-list-item-label{
	color:#575656 !important;
}
.accept-row + .wpcf7-list-item-label::after{
	content:"*";
	color:red;
}
.eggbase-lite-form .wpcf7-acceptance .wpcf7-list-item{
	margin-left:0;
}
.eggbase-lite-form .wpcf7-acceptance .wpcf7-list-item label{
	display:flex;
	align-items:center;
}
.eggbase-lite-form .wpcf7-acceptance .wpcf7-list-item label > input{
	width:25px !important;
	height:25px;
	margin-right: 15px;
	margin-bottom:0;
}
.form-small-title{
	color:#575656;
	font-weight:600;
}
#order-total{
	font-weight:600;
	color:#575656;
	font-size:24px;
}
.eggbase-lite-form .wpcf7-submit{
    width: auto !important;
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    padding: 14px 70px !important;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #d1d1d1 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
	opacity:1 !important;
}
.eggbase-lite-form .wpcf7-submit {
  background-color: #94c11f;
	color:white;
	cursor:pointer;
}
.page-id-2099 .js-more-menu,
.page-id-2099 .brand + .main-navigation .menu-primary-container,
.page-id-2099 #js-contact,
.page-id-2099 .section.light-overlay,
.page-id-2099 .section.black-bg,
.page-id-2099 .first-section{
	display:none !important;
}
.page-id-2099 .site-header .container .row,
.page-id-2099 .site-header .container .row .brand{
	justify-content: center !important;
}
body.page-id-2099 #block-1{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.page-id-2072 .section.black-bg .row.justify-content-center{
	justify-content:flex-start !important;
}
.wpcf7-not-valid-tip{
	font-size:12px;
}

.twitter-x-iconn svg{
	width: 25px;
	fill:#605f5f;
	position: relative;
    top: 2px;
}
.js-more-menu-holder.more-menu-holder{
	display:none !important;
	opacity:0 !important;
}
.js-more-menu-holder.visible{
	display:block !important;
	opacity:1 !important;
}
@media(max-width:600px){
	body.page-id-2232 .first-section{
		background: url(/wp-content/uploads/2026/02/EggsenseLite-Mobile-1.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        padding-top: 110px !important;
        padding-bottom: 180px !important;
		background-position-x: 90% !important;
		background-position-y: bottom !important;
	}
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
	body.page-id-2232 .first-section{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		background-image: url(/wp-content/uploads/2026/02/Eggbaselite-banner.png);
		height: 383px;
	}

	
	
}
@media(max-width:767px){
	body.page-id-2232 .first-section{
		
	}
	.eggbase-lite-form .wpcf7-submit{
		padding: 14px 20px !important;
	}
	.flags{
		display:flex;
		flex-wrap:wrap;
		gap:10px;
		justify-content:flex-start;
	}
	.flags img {
        width: 50px;
        max-width: 50px !important;
	}
	body.page-id-2232 .first-section h1 img {
		max-width: 45% !important;
		margin: auto;
		z-index: 2;
		position: relative;
		top: -10px;
	}
	.icon-contt{
		display:block;
	}
	.text-with-icon{
		width:100%;
	}
	.eggsenselite-last .btn {
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
	.links-1 {
		text-align:center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	body.page-id-2232 .first-section h1 img {
		max-width: 40% !important;
	}
	body.page-id-2232 .first-section{
	    padding-top: 125px !important;
    	padding-bottom: 70px !important;
		background-size: contain;
	}
	.flags{
		display:flex;
		flex-wrap:wrap;
		gap:10px;
		justify-content:flex-start;
	}
	.flags img {
        width: 50px;
        max-width: 50px !important;
	}
	.text-with-icon{
		width:100%;
	}
	.icon-contt{
		display:block;
	}
}


@media(min-width:1200px){
	.page-id-2072 #block-1 h3{
		padding: 0px 350px;
	}
	.thankyou-message-row p{
		padding:0px 250px;
	}
}